]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Add CEDET grammar files to emacs-23 branch.
[gnu-emacs] / lisp / ChangeLog
1 2011-08-21 Deniz Dogan <deniz@dogan.se>
2
3 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
4 `memq' (Bug#8799).
5
6 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
7
8 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
9 (Bug#7554).
10
11 2011-07-28 Andreas Schwab <schwab@linux-m68k.org>
12
13 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
14 character. (Bug#6594)
15
16 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
17
18 * window.el (split-window-horizontally): Doc fix (Bug#9060).
19
20 2011-06-27 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
21
22 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
23
24 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
25
26 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
27 no-conversion (Bug#8870).
28
29 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
30
31 * frame.el (special-display-popup-frame): Doc fix (Bug#8853).
32
33 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
34
35 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
36
37 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
38
39 2011-06-09 Eli Zaretskii <eliz@gnu.org>
40
41 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
42 buffer-file-type before setting its value, to avoid disastrous
43 global effects on decoding files for DOS/Windows systems.
44 (Bug#8780)
45
46 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
47
48 * progmodes/python.el (python-after-info-look): Add autoload cookie.
49 (python-unload-function): New function. (Bug#8730, bug#8781)
50
51 2011-06-04 Reuben Thomas <rrt@sc3d.org>
52
53 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
54 Doc fix (Bug#8713).
55
56 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
57
58 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
59
60 2011-06-04 Juanma Barranquero <lekktu@gmail.com>
61
62 * loadhist.el (unload-feature-special-hooks):
63 Add `comint-output-filter-functions'.
64
65 2011-05-27 Kenichi Handa <handa@m17n.org>
66
67 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
68 let-binding rfc2047-encode-encoded-words to nil.
69
70 2011-05-23 Kenichi Handa <handa@m17n.org>
71
72 * mail/sendmail.el: Require `rfc2047'.
73 (mail-insert-from-field): Do not perform RFC2047 encoding.
74 (mail-encode-header): New function.
75 (sendmail-send-it): Set buffer-file-coding-system of the work
76 buffer to the return value of select-message-coding-system. Call
77 mail-encode-header.
78
79 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
80
81 2011-05-22 Sean Neakums <sneakums@zork.net> (tiny change)
82
83 * mail/supercite.el (sc-default-cite-frame): Handle
84 sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
85
86 2011-05-16 Andreas Schwab <schwab@linux-m68k.org>
87
88 * diff-mode.el (diff-fixup-modifs): Fix last change.
89
90 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
91
92 * diff-mode.el (diff-fixup-modifs): Locate correct position for
93 hunk-end tags (Bug#8672).
94
95 2011-05-13 Juanma Barranquero <lekktu@gmail.com>
96
97 * progmodes/python.el (python-font-lock-keywords):
98 Add the Python 3.X keyword "nonlocal" (bug#8639).
99
100 2011-05-09 Eli Zaretskii <eliz@gnu.org>
101
102 * smerge-mode.el (smerge-resolve): Use null-device rather than a
103 literal "/dev/null".
104
105 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
106
107 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
108 Fix typo.
109
110 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
111
112 * progmodes/which-func.el (which-function):
113 Use add-log-current-defun instead of add-log-current-defun-function,
114 which might not be defined (Bug#8260).
115
116 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
117
118 * net/tramp.el (tramp-process-actions): Add POS argument.
119 Delete region between POS and (pos).
120 (tramp-do-copy-or-rename-file-out-of-band): Use `nil' position in
121 `tramp-process-actions' call.
122 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
123
124 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
125 position in `tramp-process-actions' call.
126
127 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
128
129 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
130 Use correct match group (bug#8438).
131
132 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
133
134 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
135
136 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
137
138 * play/mpuz.el (mpuz-silent): Doc fix.
139 (mpuz-mode-map): Move initialization into declaration.
140 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
141 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
142 Fix typos in docstrings.
143
144 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
145 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
146
147 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
148
149 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
150
151 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
152
153 * minibuffer.el (completion--do-completion): Avoid the "Next char
154 not unique" prompt if icomplete-mode is enabled (Bug#5849).
155
156 2011-04-10 Stephen Berman <stephen.berman@gmx.net>
157
158 * textmodes/page.el (what-page): Use line-number-at-pos to
159 calculate line number (Bug#6825).
160
161 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
162
163 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
164 mouse-2 into unread-command-events, it is interpreted correctly.
165
166 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
167
168 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
169 (image-toggle-display): Doc fix.
170
171 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
172
173 Backport revno:103823 and revno:103824 from trunk.
174 * help-fns.el (describe-variable): Complete all variables having
175 documentation, including keywords.
176 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
177
178 2011-03-24 Juanma Barranquero <lekktu@gmail.com>
179
180 * vc-annotate.el (vc-annotate-show-log-revision-at-line):
181 Fix typo in docstring.
182
183 2011-03-19 Eli Zaretskii <eliz@gnu.org>
184
185 * emerge.el (emerge-metachars): Separate value for ms-dos and
186 windows-nt systems.
187 (emerge-protect-metachars): Quote correctly for ms-dos and
188 windows-nt systems.
189
190 2011-03-15 Ralph Schleicher <rs@ralph-schleicher.de> (tiny change)
191
192 * info.el (info-initialize): Replace all uses of `:' with
193 path-separator for compatibility with non-Unix systems.
194 Cache quoting of path-separator. (Bug#8258)
195
196 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
197
198 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
199 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
200 (mouse-avoidance-mode): Fix typos in docstrings.
201
202 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
203
204 * net/tramp.el (tramp-progress-reporter-update):
205 Use `tramp-compat-funcall'.
206 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
207 (tramp-handle-insert-file-contents): Make `file-remote-p' call
208 compatible.
209 (tramp-open-connection-setup-interactive-shell):
210 Use `tramp-compat-process-put'.
211
212 * net/tramp-compat.el (tramp-compat-process-get)
213 (tramp-compat-process-put): New defuns.
214
215 * net/trampver.el: Update release number.
216
217 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
218
219 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
220 into declaration. Remove redundant and harmful binding.
221
222 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
223
224 Backport revno:103463 from trunk.
225 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
226
227 Backport revno:103622 from trunk.
228 * help-fns.el (describe-variable): Don't complete keywords.
229 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
230
231 2011-03-11 Eli Zaretskii <eliz@gnu.org>
232
233 * files.el (file-ownership-preserved-p): Pass `integer' as an
234 explicit 2nd argument to `file-attributes'. If the file's owner
235 is the Administrators group on Windows, and the current user is
236 Administrator, consider that a match.
237
238 * server.el (server-ensure-safe-dir): Consider server directory
239 safe on MS-Windows if its owner is the Administrators group while
240 the current Emacs user is Administrator. Use `=' to compare
241 numerical UIDs, since they could be integers or floats.
242
243 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
244
245 * Version 23.3 released.
246
247 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
248
249 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix 2011-01-31
250 change; patch supplied by Alan Mackenzie was applied incorrectly.
251
252 2011-02-26 Eli Zaretskii <eliz@gnu.org>
253
254 * international/mule-cmds.el (set-default-coding-systems): Use the
255 -unix variant of encoding in default-keyboard-coding-system.
256 (Bug#8122)
257
258 2011-02-23 Kenichi Handa <handa@m17n.org>
259
260 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
261 error when a multipart boundary in the nested multipart is found.
262
263 2011-02-22 Kenichi Handa <handa@m17n.org>
264
265 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
266 header components.
267
268 2011-02-19 Kenichi Handa <handa@m17n.org>
269
270 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
271 get the header copy into the temporary buffer.
272 (rmail-mime-insert-decoded-text): Ignore us-ascii.
273 (rmail-show-mime): When rmail-mime-coding-system is nil, set
274 buffer-file-coding-system to undecided.
275
276 2011-02-18 Eli Zaretskii <eliz@gnu.org>
277
278 * image-mode.el (image-toggle-display-image):
279 Disable require-final-newline in buffers visiting binary image files.
280 (Bug#8047)
281
282 * international/mule-cmds.el (read-char-by-name, ucs-insert):
283 Document completion with asterisk and a substring.
284
285 2011-02-18 Glenn Morris <rgm@gnu.org>
286
287 * files.el (find-file-literally): Doc fix.
288
289 2011-02-17 Glenn Morris <rgm@gnu.org>
290
291 * simple.el (rfc822-goto-eoh): Give it a doc-string.
292
293 * log-edit.el (log-edit-insert-changelog):
294 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
295
296 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
297
298 * pgg-gpg.el (pgg-gpg-process-region):
299 Bind delete-by-moving-to-trash to nil.
300
301 * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
302 (pgg-pgp-snarf-keys-region):
303 * pgg-pgp5.el (pgg-pgp5-process-region, pgg-pgp5-verify-region)
304 (pgg-pgp5-snarf-keys-region): Likewise.
305
306 2011-02-12 Chong Yidong <cyd@stupidchicken.com>
307
308 * files.el (copy-directory): Revert to pre-2011-01-29 version.
309
310 2011-02-12 Chong Yidong <cyd@stupidchicken.com>
311
312 * epg.el (epg-delete-output-file, epg-decrypt-string)
313 (epg-verify-string, epg-sign-string, epg-encrypt-string):
314 Bind delete-by-moving-to-trash to nil.
315
316 * epa-file.el (epa-file-insert-file-contents): Likewise.
317
318 2011-02-10 Glenn Morris <rgm@gnu.org>
319
320 * emacs-lisp/cl-seq.el (union, nunion, intersection)
321 (nintersection, set-difference, nset-difference)
322 (set-exclusive-or, nset-exclusive-or): Doc fix.
323
324 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
325
326 2011-02-08 Glenn Morris <rgm@gnu.org>
327
328 * faces.el (face-attr-match-p): Handle the obsolete :bold and
329 :italic props, so that frame-set-background-mode works. (Bug#7966)
330
331 2011-02-07 Glenn Morris <rgm@gnu.org>
332
333 * simple.el (next-error): Doc fix.
334
335 2011-02-06 Chong Yidong <cyd@stupidchicken.com>
336 Thierry Volpiatto <thierry.volpiatto@gmail.com>
337
338 * files.el (copy-directory): New arg COPY-AS-SUBDIR. If nil,
339 don't copy as a subdirectory.
340
341 2011-02-05 Glenn Morris <rgm@gnu.org>
342
343 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
344
345 2011-02-04 Glenn Morris <rgm@gnu.org>
346
347 * calendar/diary-lib.el (diary-font-lock-keywords):
348 Tweak diary-time-regexp match. (Bug#7891)
349
350 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
351 (f90-mode): Use it for mode's `find-tag-default-function' property.
352
353 2011-02-03 Glenn Morris <rgm@gnu.org>
354
355 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
356
357 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
358
359 2011-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
360
361 * pcomplete.el (pcomplete-here*): Backport fix for mistaken change
362 (bug#7959) and (bug#5935).
363
364 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
365
366 * net/rcirc.el: Clean log filenames (Bug#7933).
367 (rcirc-log-write): Use convert-standard-filename.
368 (rcirc-log-filename-function): Documentation updates.
369
370 2011-01-31 Alan Mackenzie <acm@muc.de>
371
372 * progmodes/cc-cmds.el (c-forward-over-illiterals):
373 Continue parsing if we encounter a naked # (Bug#7595).
374 (c-beginning-of-statement): Avoid loop in locating the beginning
375 of a macro.
376
377 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
378
379 * files.el (copy-directory): Fix arguments to recursive call.
380
381 2011-01-29 Daiki Ueno <ueno@unixuser.org>
382
383 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
384 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
385 (Bug#7931).
386
387 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
388
389 * files.el (copy-directory): If destination is an existing
390 directory, copy into a subdirectory there.
391
392 2011-01-29 Andreas Schwab <schwab@linux-m68k.org>
393
394 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
395 files.
396
397 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
398
399 * image-dired.el (image-dired-mouse-display-image): No-op if no
400 file is found (Bug#7817).
401
402 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
403
404 2011-01-28 Kenichi Handa <handa@m17n.org>
405
406 * international/quail.el (quail-keyboard-layout-alist):
407 Remove superfluous SPC for "pc105-uk" (bug#7927).
408
409 2011-01-27 Glenn Morris <rgm@gnu.org>
410
411 * msb.el (msb-menu-bar-update-buffers): Update for changed
412 argument handling of menu-bar-select-frame. (Bug#7902)
413
414 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
415
416 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
417 to the recursion depth (Bug#7722).
418
419 2011-01-26 Roy Liu <carsomyr@gmail.com> (tiny change)
420
421 * term/ns-win.el (ns-find-file): Expand ns-input-file with
422 command-line-default-directory (Bug#7872).
423
424 2011-01-25 Glenn Morris <rgm@gnu.org>
425
426 * comint.el (comint-mode): Doc fix. (Bug#7897)
427
428 2011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
429
430 * files.el (file-name-non-special): Only change buffer-file-name after
431 insert-file-contents if it's `visit'ing the file (bug#7854).
432
433 2011-01-23 Chong Yidong <cyd@stupidchicken.com>
434
435 * dired.el (dired-revert): Doc fix (Bug#7758).
436
437 2011-01-23 Nobuyoshi Nakada <nobu@ruby-lang.org>
438
439 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
440 here-doc which ends with an underscore.
441 (ruby-mode-set-encoding): Skip shebang line always.
442 (ruby-mode-map): Bind C-c C-c to comment-region.
443 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
444 (ruby-forward-sexp): Stop after literal hash key labels.
445 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
446 bracket.
447
448 2011-01-22 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
449
450 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
451 the correct buffer (Bug#7650).
452
453 2011-01-22 Glenn Morris <rgm@gnu.org>
454
455 * simple.el (do-auto-fill): Give it a doc string.
456
457 * button.el (make-text-button): Doc fix. (See bug#7881)
458
459 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
460
461 * simple.el (line-move-visual): Doc fix (Bug#7594).
462
463 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
464 "Case sensitive" menu item.
465
466 2011-01-21 Roland McGrath <roland@frob.com>
467
468 * comint.el (comint-replace-by-expanded-history-before-point): Fix
469 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
470
471 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
472
473 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
474
475 2011-01-21 Jari Aalto <jari.aalto@cante.net>
476
477 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
478 Assume foo(bar) is a manpage reference rather than some unquoted
479 symbol (bug#7705).
480
481 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
482
483 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
484 Suggested by Flo <sensorflo@gmail.com>.
485
486 2011-01-21 Glenn Morris <rgm@gnu.org>
487
488 * progmodes/compile.el (compilation-error-regexp-alist):
489 Fix custom type. (Bug#7812)
490
491 2011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
492
493 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
494 keymap expression. Improve docstring.
495
496 2011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
497
498 * files.el (backup-buffer): Make last-resort backup file in
499 .emacs.d (Bug#6953).
500
501 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
502 make it with permission 700.
503
504 2011-01-14 Kenichi Handa <handa@m17n.org>
505
506 * mail/rmailmm.el (rmail-mime-insert-header):
507 Set rmail-mime-coding-system to a cons whose car is the last coding
508 system used to decode the header.
509 (rmail-mime-find-header-encoding): New function.
510 (rmail-mime-insert-decoded-text):
511 Override rmail-mime-coding-system if it is a cons.
512 (rmail-show-mime): If only a header part was decoded, find the
513 coding system while ignoring mm-charset-override-alist.
514
515 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
516
517 * subr.el (event-start, event-end): Doc fix (Bug#7826).
518
519 2011-01-12 Kenichi Handa <handa@m17n.org>
520
521 * mail/rmailmm.el (rmail-mime-next-item)
522 (rmail-mime-previous-item): Delete them.
523 (rmail-mime-shown-mode): Recursively call for children.
524 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
525 Callers changed.
526 (rmail-mime-raw-mode): Recursively call for children.
527 (rmail-mode-map): Change mapping of tab and backtab to
528 forward-button and backward-button respectively.
529 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
530 button.
531 (rmail-mime-update-tagline): New function.
532 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
533 body display is changed.
534 (rmail-mime-toggle-button): Rename from rmail-mime-image.
535 (rmail-mime-image): Delete this button type.
536 (rmail-mime-toggle): New button type.
537 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
538 body display is changed. Change the save button label to "Save".
539 Don't process show/hide button here.
540 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
541 the body display is changed. Unconditionally call
542 rmail-mime-insert for children.
543 (rmail-mime-handle): Update `display' vector of the just inserted
544 entity.
545 (rmail-mime-process): If mail-header-parse-content-type returns
546 nil, use "text/plain" as the fallback type.
547 (rmail-mime-insert): For raw-mode, recursively call
548 rmail-mim-insert for children.
549 (rmail-mime): Handle the case that the current buffer is not rmail
550 buffer (e.g. in summary buffer).
551
552 2011-01-05 Kenichi Handa <handa@m17n.org>
553
554 * mail/rmailmm.el (rmail-mime-next-item)
555 (rmail-mime-previous-item): Skip the body of a non-multipart
556 entity if a tagline is shown.
557
558 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
559
560 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
561 (tmm-prompt): Simplify.
562 (tmm-add-prompt): Remove unused var `win'.
563
564 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
565 to minor mode which used nil accidentally to mean "turn off".
566
567 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
568
569 * net/tramp.el (tramp-find-inline-compress)
570 (tramp-get-inline-coding): Quote command after pipe symbol for
571 local calls under W32. (Bug#6784)
572
573 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
574
575 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
576 only when running under W32.
577
578 2011-01-09 Eli Zaretskii <eliz@gnu.org>
579
580 * progmodes/grep.el (grep-compute-defaults): Quote the program
581 file name after the pipe symbol in Grep templates. (Bug#6784)
582 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
583
584 2011-01-08 Lennart Borgman <lennart.borgman@gmail.com>
585
586 * buff-menu.el (Buffer-menu-buffer-list): New var.
587 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
588 restricted buffer list is not lost on revert (Bug#7749).
589
590 2011-01-08 Eric Hanchrow <eric.hanchrow@gmail.com>
591
592 * net/ldap.el (ldap-search-internal): Discard stderr output.
593
594 2011-01-07 Eli Zaretskii <eliz@gnu.org>
595
596 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
597
598 2011-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
599
600 * vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time):
601 Author names can have spaces (bug#7792).
602
603 2011-01-04 Kenichi Handa <handa@m17n.org>
604
605 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
606 part as a plain text.
607 (rmail-mime-process-multipart): Set the default content-type to
608 nil for unknown multipart subtypes (bug#7651).
609
610 2011-01-03 Brent Goodrick <bgoodr@gmail.com> (tiny change)
611
612 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
613 table, get the value before switching to the output buffer. (Bug#7733)
614
615 2011-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
616
617 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
618
619 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
620
621 * files.el (file-local-variables-alist):
622 Make permanent-local (bug#7767).
623
624 2011-01-02 Glenn Morris <rgm@gnu.org>
625
626 * version.el (emacs-copyright): Set short copyright year to 2011.
627
628 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
629
630 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
631 an existing temp buffer. (Bug#7746)
632
633 2011-01-02 Glenn Morris <rgm@gnu.org>
634
635 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
636 multiple addresses. (Bug#7760)
637
638 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
639
640 * net/tramp.el (tramp-methods): Add recursive options to "scpc",
641 "scpx", "pscp" and "psftp".
642
643 2010-12-31 Eli Zaretskii <eliz@gnu.org>
644
645 * term/w32-win.el (image-library-alist): Set up correctly for
646 libpng versions both before and after 1.4.0. (Bug#7716)
647
648 2010-12-25 Eli Zaretskii <eliz@gnu.org>
649
650 * time.el (display-time-mode): Mention display-time-interval in
651 the doc string. (Bug#7713)
652
653 * simple.el (select-active-regions): Doc fix. (Bug#7702)
654
655 2010-12-24 Kenichi Handa <handa@m17n.org>
656
657 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
658 condition-case and return an error message string if something
659 goes wrong.
660 (rmail-show-mime): Adjust for the above change. Insert the
661 header by rmail-mime-insert-header.
662
663 2010-12-24 Kenichi Handa <handa@m17n.org>
664
665 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
666 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
667 (rmail-mime-mbox-buffer)
668 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
669 (rmail-mime-entity): Argument changed. All codes handling an
670 entity object are changed.
671 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
672 the above change.
673 (rmail-mime-entity-children, rmail-mime-entity-handler)
674 (rmail-mime-entity-tagline): New functions.
675 (rmail-mime-message-p): New function.
676 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
677 (rmail-mime-entity-segment, rmail-mime-next-item)
678 (rmail-mime-previous-item, rmail-mime-shown-mode)
679 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
680 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
681 (rmail-mime-insert-tagline, rmail-mime-insert-header):
682 New functions.
683 (rmail-mime-text-handler): Call rmail-mime-insert-text.
684 (rmail-mime-insert-decoded-text): New function.
685 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
686 (rmail-mime-insert-image): Argument changed. Caller changed.
687 (rmail-mime-image): Call rmail-mime-toggle-hidden.
688 (rmail-mime-set-bulk-data): New function.
689 (rmail-mime-insert-bulk): Argument changed.
690 (rmail-mime-multipart-handler): Return t.
691 (rmail-mime-process-multipart): Argument changed.
692 Handle "multipart/alternative" here.
693 (rmail-mime-process): Argument changed.
694 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
695 (rmail-mime-insert): Argument changed. Handle raw display mode.
696 (rmail-mime): Argument changed. Handle toggling of raw display
697 mode.
698 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
699 rmail-mime-view-buffer.
700 (rmail-insert-mime-forwarded-message): Likewise.
701 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
702
703 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
704 non-nil, handle the header in rmail-show-mime-function.
705
706 2010-12-20 Leo <sdl.web@gmail.com>
707
708 * help-fns.el (describe-variable): Fix 2010-12-17 change.
709
710 2010-12-20 Juri Linkov <juri@jurta.org>
711
712 * isearch.el (isearch-lazy-highlight-error): New variable.
713 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
714 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
715 to the current value of `isearch-error' (Bug#7468).
716
717 2010-12-17 Chong Yidong <cyd@stupidchicken.com>
718
719 * help-fns.el (describe-variable): Don't emit trailing whitespace
720 (Bug#7511).
721
722 2010-12-17 Leo <sdl.web@gmail.com>
723
724 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
725 if point is not behind eshell-last-output-end (Bug#7585).
726
727 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
728
729 * textmodes/rst.el (rst-compile-pdf-preview)
730 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
731
732 2010-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
733
734 * emulation/edt-mapper.el: Override mapping of function keys so
735 that the later call to read-key-sequence works.
736
737 2010-12-13 Eli Zaretskii <eliz@gnu.org>
738
739 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
740 Unix EOLs. (Bug#7589)
741
742 2010-12-12 Eli Zaretskii <eliz@gnu.org>
743
744 * subr.el (posn-col-row): Evaluate header-line-format in the
745 context of the POSITION window's buffer.
746
747 2010-12-11 Glenn Morris <rgm@gnu.org>
748
749 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
750 (with-silent-modifications): Doc fixes.
751
752 2010-12-10 Michael Albinus <michael.albinus@gmx.de>
753
754 * net/tramp.el (tramp-action-password, tramp-process-actions):
755 Revert patch from 2010-12-08. Use `save-restriction'.
756
757 2010-12-09 Eli Zaretskii <eliz@gnu.org>
758
759 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
760 New functions.
761 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use
762 them instead of `nil' and `>', respectively. (Bug#1077)
763
764 2010-12-09 Stephen Berman <stephen.berman@gmx.net>
765
766 * calendar/diary-lib.el (diary-list-sexp-entries):
767 Handle case of no newline at end of file. (Bug#7536)
768
769 2010-12-09 Glenn Morris <rgm@gnu.org>
770
771 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
772
773 2010-12-08 Michael Albinus <michael.albinus@gmx.de>
774
775 * net/tramp.el (tramp-handle-start-file-process):
776 Protect buffer-modified value. (Bug#7557)
777 (tramp-action-password): Delete region, do not narrow.
778 (tramp-process-actions): Do not widen.
779
780 2010-12-08 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
781
782 * log-edit.el (log-edit-changelog-entries):
783 Regexp quote filename. (Bug#7505)
784
785 2010-12-08 Tom Breton <tehom@panix.com>
786
787 * cus-edit.el (custom-save-all):
788 Bind print-length and print-level to nil. (Bug#7581)
789
790 2010-12-08 Glenn Morris <rgm@gnu.org>
791
792 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
793 Run hooks to update menu contents. (Bug#7586)
794
795 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
796 file names, for the sake of MS Windows. (Bug#7588)
797
798 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
799
800 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
801 empty lines without a leading space.
802
803 2010-12-06 Leo <sdl.web@gmail.com>
804
805 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
806 while mapping over marks (Bug#6810).
807
808 2010-12-06 Chong Yidong <cyd@stupidchicken.com>
809
810 * image-dired.el (image-dired-db-file)
811 (image-dired-temp-image-file, image-dired-gallery-dir)
812 (image-dired-temp-rotate-image-file): Set default values relative
813 to image-dired-dir (Bug#7518).
814
815 2010-12-06 Lawrence Mitchell <wence@gmx.li>
816
817 * format.el (format-decode-run-method): Pass args FROM and TO, not
818 point-min and point-max, to shell-command-on-region (Bug#7488).
819
820 2010-12-06 Jan Djärv <jan.h.d@swipnet.se>
821
822 * frame.el (blink-cursor-mode): Make default t for ns.
823
824 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
825
826 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
827
828 2010-12-05 Chong Yidong <cyd@stupidchicken.com>
829
830 * comint.el (comint-dynamic-list-input-ring)
831 (comint-dynamic-complete-filename)
832 (comint-replace-by-expanded-filename)
833 (comint-dynamic-simple-complete)
834 (comint-dynamic-list-filename-completions)
835 (comint-dynamic-list-completions): Doc fix (Bug#7499).
836
837 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
838 Doc fix (Bug#7471).
839
840 2010-12-04 Martin Rudalics <rudalics@gmx.at>
841
842 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
843 (Bug#7533).
844
845 2010-12-04 W. Martin Borgert <debacle@debian.org> (tiny change)
846
847 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
848 (Bug#7491).
849
850 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
851
852 * simple.el (transient-mark-mode): Doc fix (Bug#7465).
853
854 2010-12-04 Eli Zaretskii <eliz@gnu.org>
855
856 * files.el (file-relative-name): Handle UNC file names on
857 DOS/Windows. (Bug#4674)
858
859 2010-12-03 Daiki Ueno <ueno@unixuser.org>
860
861 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
862 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
863 (epg-context-set-passphrase-callback): Mention that the callback
864 is not called when used with GnuPG 2.x.
865
866 2010-12-02 Glenn Morris <rgm@gnu.org>
867
868 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
869 Ensure ps-footer-font-size-internal is initialized.
870 Call ps-get-page-dimensions before trying to use ps-font-for-text.
871
872 2010-12-01 Kenichi Handa <handa@m17n.org>
873
874 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
875 within condition-case.
876 (rmail-show-mime): Don't use condition-case.
877 (rmail-search-mime-message): New function.
878 (rmail-search-mime-message-function): Set to
879 rmail-search-mime-message.
880
881 2010-12-01 Leo <sdl.web@gmail.com>
882
883 * ido.el (ido-common-initialization): New function. (bug#3274)
884 (ido-mode): Use it.
885 (ido-completing-read): Call it.
886
887 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
888
889 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
890 stand-alone lines, since that is handled by log-edit-match-to-eoh
891 (Bug#6465).
892
893 2010-11-27 Eduard Wiebe <usenet@pusto.de>
894
895 * dired.el (dired-get-filename): Replace backslashes with slashes
896 in file names on MS-Windows, needed by `locate'. (Bug#7308)
897 * locate.el (locate-default-make-command-line): Don't consider
898 drive letter and root directory part of
899 `directory-listing-before-filename-regexp'. (Bug#7308)
900 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
901
902 2010-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
903
904 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
905 of :smie-open/close-alist.
906 (smie-next-sexp): Make it accept a "start token" as argument.
907 (smie-indent-keyword): Be careful not to misidentify tokens that span
908 more than one line, as empty lines. Add argument `token'.
909
910 2010-11-26 Kenichi Handa <handa@m17n.org>
911
912 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
913 multipart subtypes, insert all as usual.
914
915 * mail/rmail.el: Require rfc2047.
916
917 2010-11-26 Kenichi Handa <handa@m17n.org>
918
919 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
920 (rmail-mime-entity-disposition)
921 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
922 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
923 (rmail-mime-save): Handle the case that the button's `data' is a
924 MIME entity.
925 (rmail-mime-insert-text): New function.
926 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
927 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
928 (rmail-mime-insert-bulk): New function mostly copied from the old
929 rmail-mime-bulk-handler.
930 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
931 (rmail-mime-process-multipart): New function mostly copied from
932 the old rmail-mime-multipart-handler.
933 (rmail-mime-show): Just call rmail-mime-process.
934 (rmail-mime-process): New function mostly copied from the old
935 rmail-mime-show.
936 (rmail-mime-insert-multipart, rmail-mime-parse)
937 (rmail-mime-insert, rmail-show-mime)
938 (rmail-insert-mime-forwarded-message)
939 (rmail-insert-mime-resent-message): New functions.
940 (rmail-insert-mime-forwarded-message-function): Set to
941 rmail-insert-mime-forwarded-message.
942 (rmail-insert-mime-resent-message-function): Set to
943 rmail-insert-mime-resent-message.
944
945 * mail/rmailsum.el: Require rfc2047.
946 (rmail-header-summary): Handle multiline Subject: field.
947 (rmail-summary-line-decoder): Change the default to
948 rfc2047-decode-string.
949
950 * mail/rmail.el (rmail-enable-mime): Change the default to t.
951 (rmail-mime-feature): Change the default to `rmailmm'.
952 (rmail-quit): Delete the specifal code for rmail-enable-mime.
953 (rmail-display-labels): Likewise.
954 (rmail-show-message-1): Check rmail-enable-mime, and use
955 rmail-show-mime-function for a MIME message. Decode the headers
956 according to RFC2047.
957
958 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
959
960 * progmodes/which-func.el (which-func-imenu-joiner-function):
961 Return a string, as expected.
962 (which-function-mode): Make sure we stop any previous timer before
963 starting a new one.
964
965 2010-11-23 Michael Albinus <michael.albinus@gmx.de>
966
967 * net/tramp.el (tramp-default-method-alist)
968 (tramp-default-user-alist, tramp-default-proxies-alist):
969 Adapt custom options type. (Bug#7445)
970
971 2010-11-21 Chong Yidong <cyd@stupidchicken.com>
972
973 * progmodes/python.el: Add Ipython support (Bug#5390).
974 (python-shell-prompt-alist)
975 (python-shell-continuation-prompt-alist): New options.
976 (python--set-prompt-regexp): New function.
977 (inferior-python-mode, run-python, python-shell):
978 Require ansi-color. Use python--set-prompt-regexp to set the comint
979 prompt based on the Python interpreter.
980 (python--prompt-regexp): New var.
981 (python-check-comint-prompt)
982 (python-comint-output-filter-function): Use it.
983 (run-python): Use a pipe (Bug#5694).
984
985 2010-11-21 Chong Yidong <cyd@stupidchicken.com>
986
987 * progmodes/python.el (run-python): Doc fix.
988 (python-keep-current-directory-in-path): New var (Bug#7454).
989
990 2010-11-20 Chong Yidong <cyd@stupidchicken.com>
991
992 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
993 Prompt user before actually printing.
994
995 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
996
997 * simple.el (kill-new, kill-append, kill-region):
998 * comint.el (comint-kill-region): Make the yank-handler argument
999 obsolete.
1000
1001 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1002
1003 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
1004 that are both openers (resp. closers) and something else.
1005 (smie-grammar): Loosen definition of valid values.
1006 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
1007 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
1008 (smie-indent-after-keyword): Adjust users.
1009 (smie-indent-keyword): Don't indent empty lines.
1010
1011 * vc-hg.el (vc-hg-program): New var.
1012 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
1013 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
1014
1015 2010-11-17 Glenn Morris <rgm@gnu.org>
1016
1017 * emacs-lisp/autoload.el (autoload-find-destination): The function
1018 coding-system-eol-type may return non-numeric values. (Bug#7414)
1019
1020 2010-11-16 Ulrich Mueller <ulm@gentoo.org>
1021
1022 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
1023
1024 2010-11-13 Eli Zaretskii <eliz@gnu.org>
1025
1026 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
1027
1028 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
1029
1030 * textmodes/picture.el (picture-mouse-set-point): Don't use
1031 posn-col-row; explicitly compute the motion based on the posn at
1032 the window-start (Bug#7390).
1033
1034 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
1035
1036 * net/tramp.el (tramp-remote-coding-commands): Add an alternative
1037 using "base64 -d -i". This is needed for older base64 versions
1038 from GNU coreutils. Reported by Klaus Reichl
1039 <Klaus.Reichl@thalesgroup.com>.
1040
1041 2010-11-13 Glenn Morris <rgm@gnu.org>
1042
1043 * novice.el (disabled-command-function):
1044 Fix 2009-11-15 change. (Bug#7384)
1045
1046 2010-11-12 Glenn Morris <rgm@gnu.org>
1047
1048 * calendar/calendar.el (diary-iso-date-forms): Make elements
1049 mutually exclusive. (Bug#7377)
1050
1051 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1052
1053 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
1054 when filling the remaining "unconstrained" values.
1055
1056 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1057
1058 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
1059 safety predicate.
1060
1061 * files.el (safe-local-variable-p): Gracefully handle errors.
1062
1063 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
1064 Use smie-indent-virtual when indenting relative to an opener.
1065 (smie-rule-separator): Use smie-rule-parent.
1066 (smie-indent-keyword): Consult rules, even for openers at bol.
1067 (smie-indent-comment-close): Try to align closer's content.
1068
1069 2010-11-11 Glenn Morris <rgm@gnu.org>
1070
1071 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
1072
1073 2010-11-10 Glenn Morris <rgm@gnu.org>
1074
1075 * printing.el (pr-menu-bind): Doc fix.
1076
1077 * speedbar.el (speedbar-toggle-images): Doc fix.
1078
1079 * progmodes/python.el (python-shell): Doc fix.
1080
1081 * wid-edit.el (widget-field-use-before-change)
1082 (widget-use-overlay-change): Doc fixes.
1083
1084 2010-11-09 Glenn Morris <rgm@gnu.org>
1085
1086 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
1087
1088 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1089
1090 * minibuffer.el (minibuffer-completion-help): Specify the end of the
1091 completion field (bug#7211).
1092
1093 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
1094 Fix handling of backslash escapes.
1095 (python-quote-syntax): Adjust accordingly.
1096
1097 2010-11-08 Richard Levitte <richard@levitte.org> (tiny change)
1098
1099 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
1100 (vc-mtn-workfile-branch): Adjust to new output format.
1101
1102 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1103
1104 * international/mule-cmds.el (princ-list): Mark as obsolete.
1105
1106 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1107
1108 * emacs-lisp/smie.el: New package.
1109
1110 2010-11-06 Michael Albinus <michael.albinus@gmx.de>
1111
1112 * files.el (backup-by-copying-when-mismatch):
1113 Set `permanent-local' property.
1114
1115 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
1116 `permanent-local' property for `backup-by-copying-when-mismatch'.
1117
1118 2010-11-06 Eli Zaretskii <eliz@gnu.org>
1119
1120 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
1121 (ls-lisp-classify-file): New function.
1122 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
1123 (ls-lisp-classify): Call ls-lisp-classify-file.
1124 (insert-directory): Remove blanks from switches.
1125
1126 2010-11-07 Wilson Snyder <wsnyder@wsnyder.org>
1127
1128 * progmodes/verilog-mode.el (verilog-insert-one-definition)
1129 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
1130 AUTOINOUT for SV style multidimensional arrays, bug294.
1131 Reported by Eric Mastromarchi.
1132 (verilog-preprocess): Use with-current-buffer and
1133 font-lock-fontify-buffer to cleanup style issues.
1134
1135 2010-11-05 Michael Albinus <michael.albinus@gmx.de>
1136
1137 * net/trampver.el: Update release number.
1138
1139 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1140
1141 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
1142 beginning of the string. Use `string-match-p'. (Bug#6765)
1143
1144 2010-11-01 Glenn Morris <rgm@gnu.org>
1145
1146 * locate.el (locate, locate-mode): Doc fixes.
1147
1148 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
1149
1150 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
1151 user for confirmation.
1152 (server-force-stop): Use it.
1153 (server-start): Use server-force-stop for kill-emacs-hook, to
1154 avoid user interaction while killing Emacs.
1155
1156 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1157
1158 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
1159 (log-edit-author): New dynamic var.
1160 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
1161 Use it to return the author if different from committer.
1162 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
1163
1164 2010-10-31 Eli Zaretskii <eliz@gnu.org>
1165
1166 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
1167
1168 2010-10-31 Chong Yidong <cyd@stupidchicken.com>
1169
1170 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
1171 (vc-root-diff, vc-print-root-log, vc-log-incoming)
1172 (vc-log-outgoing): Use it.
1173 (vc-diff-internal): Set diff-vc-backend.
1174
1175 * vc/diff-mode.el (diff-vc-backend): New var.
1176
1177 2010-10-31 Juri Linkov <juri@jurta.org>
1178
1179 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
1180 buffer-locally to lambda that re-runs the vc diff command.
1181 (Bug#6447)
1182
1183 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1184
1185 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
1186
1187 Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
1188 log-outgoing commands.
1189 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
1190 to create a buffer local revert-buffer-function variable.
1191 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
1192 revert-buffer-function lambda.
1193
1194 Improve VC create/retrieve tag/branch.
1195 * vc.el (vc-create-tag): Do not read the directory name for VCs
1196 with repository revision granularity. Adjust the tag/branch
1197 prompt. Reset VC properties.
1198 (vc-retrieve-tag): Do not read the directory name for VCs
1199 with repository revision granularity. Reset VC properties.
1200
1201 Add optional support for resetting VC properties.
1202 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1203 call vc-file-clearprops when true.
1204 (vc-resynch-buffer): Add new optional argument, pass it down.
1205 (vc-resynch-buffers-in-directory): Likewise.
1206
1207 Improve support for special markup in the VC commit message.
1208 * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
1209 * vc-hg.el (vc-hg-checkin): Add support for Date:.
1210 * vc-git.el (vc-git-checkin):
1211 * vc-bzr.el (vc-bzr-checkin): Likewise.
1212
1213 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1214 * vc-git.el (vc-git-log-view-mode): Fix font lock for
1215 incoming/outgoing logs.
1216 (vc-git-log-outgoing, vc-git-log-incoming): New functions.
1217
1218 * vc-git.el (vc-git-log-outgoing): Use the same format as the
1219 short log.
1220 (vc-git-log-incoming): Likewise. Run "git fetch" before the log
1221 command
1222
1223 Add bindings for vc-log-incoming and vc-log-outgoing.
1224 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1225 and vc-log-outgoing.
1226 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1227 and vc-log-outgoing.
1228
1229 Improve state updating for VC tag commands.
1230 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1231 to update the state of all buffers in the directory.
1232
1233 2010-05-19 Glenn Morris <rgm@gnu.org>
1234
1235 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
1236
1237 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1238
1239 * vc.el (vc-checkin, vc-modify-change-comment):
1240 Adjust to new vc-start/finish-logentry.
1241 (vc-find-conflicted-file): New command.
1242 (vc-transfer-file): Adjust to new vc-checkin.
1243 (vc-next-action): Improve scoping.
1244
1245 * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
1246 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
1247
1248 * vc-dispatcher.el (vc-log-edit): Shorten names for
1249 log-edit-show-files.
1250
1251 * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
1252 (vc-bzr-conflicted-files): New function.
1253
1254 * log-edit.el (log-edit-summary, log-edit-header)
1255 (log-edit-unknown-header): New faces.
1256 (log-edit-headers-alist): New var.
1257 (log-edit-header-contents-regexp): New const.
1258 (log-edit-match-to-eoh): New function.
1259 (log-edit-font-lock-keywords): Use them.
1260 (log-edit): Insert a "Summary:" header as default.
1261 (log-edit-mode): Mark font-lock rules as case-insensitive.
1262 (log-edit-done): Cleanup headers.
1263 (log-edit-extract-headers): New function to replace it.
1264
1265 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
1266 the windows/frames.
1267
1268 * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
1269
1270 * vc-dir.el (vc-dir-kill-line): New command.
1271 (vc-dir-mode-map): Bind it to C-k.
1272 (vc-dir-headers): Abbreviate the working dir.
1273
1274 * vc-git.el (vc-git-revision-table): Include remote branches.
1275
1276 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1277
1278 New VC methods: vc-log-incoming and vc-log-outgoing.
1279 * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
1280 (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
1281 New functions.
1282 (vc-print-log-internal): Just call vc-log-internal-common.
1283 (vc-log-view-type): New permanent local variable.
1284
1285 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
1286
1287 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
1288 of the dynamic bound vc-short-log.
1289 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
1290
1291 * vc-git.el (vc-git-log-outgoing): New function.
1292 (vc-git-log-view-mode): Use vc-log-view-type instead
1293 of the dynamic bound vc-short-log.
1294
1295 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
1296 the dynamic bound vc-short-log. Highlight the tag.
1297 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
1298 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
1299 (vc-hg-incoming-mode): Remove.
1300 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
1301
1302 Fix default-directory for vc-root-diff.
1303 * vc.el (vc-root-diff): Bind default-directory to the root
1304 directory for the diff command.
1305
1306 2010-10-31 Sam Steingold <sds@gnu.org>
1307
1308 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
1309 `vc-hg-command' with a list of flags.
1310
1311 2010-10-31 Glenn Morris <rgm@gnu.org>
1312
1313 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
1314 log-edit-before-checkin-process.
1315
1316 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
1317
1318 * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
1319
1320 * vc-dispatcher.el (vc-start-logentry): Doc fix.
1321 (log-view-process-buffer, log-edit-extra-flags): Declare.
1322
1323 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1324
1325 Add special markup processing for commit logs.
1326 * log-edit.el (log-edit): Add new argument MODE. Use that mode
1327 when non-nil instead of the log-view-mode.
1328
1329 * vc.el (vc-default-log-edit-mode): New function.
1330
1331 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
1332 log-edit.
1333
1334 Support for shelving snapshots and for showing shelves.
1335 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
1336 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
1337 New functions.
1338 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1339 (vc-bzr-extra-menu-map): Map them.
1340
1341 2010-10-30 Michael Albinus <michael.albinus@gmx.de>
1342
1343 * net/tramp.el (tramp-handle-insert-file-contents): For root,
1344 preserve owner and group when editing files. (Bug#7289)
1345
1346 2010-10-29 Glenn Morris <rgm@gnu.org>
1347
1348 * speedbar.el (speedbar-mode):
1349 * play/fortune.el (fortune-in-buffer, fortune):
1350 * play/gomoku.el (gomoku-mode):
1351 * play/landmark.el (lm-mode):
1352 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
1353 Replace inappropriate uses of toggle-read-only. (Bug#7292)
1354
1355 2010-10-28 Glenn Morris <rgm@gnu.org>
1356
1357 * select.el (x-selection): Mark it as an obsolete alias.
1358
1359 2010-10-27 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1360
1361 * add-log.el (find-change-log): Use derived-mode-p rather than
1362 major-mode (bug#7284).
1363
1364 2010-10-27 Glenn Morris <rgm@gnu.org>
1365
1366 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
1367 rather than just an unused variable that inherits from the real one.
1368
1369 2010-10-23 Michael McNamara <mac@mail.brushroad.com>
1370
1371 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
1372 auto-built for efficiency of execution and updating.
1373 (verilog-extended-complete-re): Support 'pure' fucntion & task
1374 declarations (these have no bodies).
1375 (verilog-beg-of-statement): General cleanup to enable support of
1376 'pure' fucntion & task declarations (these have no bodies).
1377 These efforts together fix Verilog bug210 from veripool; which was also
1378 noticed by Steve Pearlmutter.
1379 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
1380 (verilog-directive-nest-re, verilog-set-auto-endcomments):
1381 Support `elsif. Reported by Shankar Giri.
1382 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
1383 attribute handling for lining up declarations and assignments.
1384 (verilog-beg-of-statement-1): Fix issue where continued declaration
1385 is indented differently if it is after a begin..end clock.
1386 (verilog-in-attribute-p, verilog-skip-backward-comments)
1387 (verilog-skip-forward-comment-p): Support proper treatment of
1388 attributes by indent code. Reported by Jeff Steele.
1389 (verilog-in-directive-p): Fix comment to correctly describe function.
1390 (verilog-backward-up-list, verilog-in-struct-region-p)
1391 (verilog-backward-token, verilog-in-struct-p)
1392 (verilog-in-coverage-p, verilog-do-indent)
1393 (verilog-pretty-declarations): Use verilog-backward-up-list as
1394 wrapper around backward-up-list inorder to properly skip comments.
1395 Reported by David Rogoff.
1396 (verilog-property-re, verilog-endcomment-reason-re)
1397 (verilog-beg-of-statement, verilog-set-auto-endcomments)
1398 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
1399 of if). Reported by Max Bjurling and
1400 (verilog-calc-1): Fix for clocking block in modport
1401 declaration. Reported by Brian Hunter.
1402
1403 2010-10-23 Wilson Snyder <wsnyder@wsnyder.org>
1404
1405 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
1406 (verilog-gate-keywords, verilog-read-sub-decls)
1407 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
1408 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
1409 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
1410 (verilog-read-decls): Fix spaces in V2K module parameters causing
1411 mis-identification as interfaces, bug287.
1412 (verilog-read-decls): Fix not treating "parameter string" as a
1413 parameter in AUTOINSTPARAM.
1414 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
1415 treating `elsif similar to `endif inside AUTOSENSE.
1416 (verilog-do-indent): Implement correct automatic or static task or
1417 function end comment highlight. Reported by Steve Pearlmutter.
1418 (verilog-font-lock-keywords-2): Fix highlighting of single
1419 character pins, bug264. Reported by Michael Laajanen.
1420 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
1421 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
1422 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
1423 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
1424 (verilog-pretty-expr): Fix interactive arguments, bug272.
1425 Reported by Mark Johnson.
1426 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
1427 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
1428 bug269. Suggested by Gary Delp.
1429 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
1430 (verilog-preprocessor, verilog-set-compile-command):
1431 Create verilog-preprocess and verilog-preprocessor to show
1432 preprocessed output.
1433 (verilog-get-beg-of-line, verilog-get-end-of-line)
1434 (verilog-modi-file-or-buffer, verilog-modi-name)
1435 (verilog-modi-point, verilog-within-string): Move defmacro's
1436 before first use to avoid warning. Reported by Steve Pearlmutter.
1437 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
1438 (verilog-colorize-region, verilog-highlight-buffer)
1439 (verilog-highlight-includes, verilog-highlight-modules)
1440 (verilog-highlight-region, verilog-mode): Rename colorize to
1441 highlight to match other packages. Disable module highlighting,
1442 as received speed complaints, reenable for experimentation only
1443 using new verilog-highlight-modules.
1444 (verilog-read-decls): Fix regexp stack overflow in very large
1445 AUTO_TEMPLATEs, bug250.
1446 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
1447 (verilog-scan): Create verilog-save-buffer-state to standardize
1448 making insignificant changes that shouldn't call hooks.
1449 (verilog-save-no-change-functions, verilog-save-scan-cache)
1450 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
1451 Create verilog-save-no-change-functions to wrap verilog-scan
1452 preservation, and fix to work with nested preserved calls.
1453 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
1454 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
1455 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
1456 (verilog-submit-bug-report): Update variable list to be complete.
1457 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
1458 breaking on-the-fly font-locking.
1459 (verilog-colorize-buffer, verilog-colorize-include-files)
1460 (verilog-colorize-include-files-buffer, verilog-colorize-region)
1461 (verilog-load-file-at-mouse, verilog-load-file-at-point)
1462 (verilog-mode, verilog-read-inst-module-matcher): With point on a
1463 AUTOINST cell instance name, middle mouse button now finds-file on
1464 it. Suggested by Brad Dobbie.
1465 (verilog-alw-get-temps, verilog-auto-reset)
1466 (verilog-auto-sense-sigs, verilog-read-always-signals)
1467 (verilog-read-always-signals-recurse): Fix loop indexes being
1468 AUTORESET. AUTORESET now assumes any variables in the
1469 initialization section of a for() should be ignored.
1470 Reported by Dan Dever.
1471 (verilog-error-font-lock-keywords)
1472 (verilog-error-regexp-emacs-alist)
1473 (verilog-error-regexp-xemacs-alist): Fix error detection of
1474 Cadence HAL, reported by David Asher. Repair drift between the
1475 three similar error variables.
1476 (verilog-modi-lookup, verilog-modi-lookup-cache)
1477 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
1478 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
1479 Fix slow verilog-auto expansion on very large files.
1480 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
1481 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
1482 "{1*2{...". Broke in last revision.
1483 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
1484 submodule connections with replications "{#{a},#{b}}".
1485
1486 2010-10-23 Glenn Morris <rgm@gnu.org>
1487
1488 * comint.el (comint-password-prompt-regexp):
1489 Match "enter the password". (Bug#7224)
1490
1491 2010-10-22 Juanma Barranquero <lekktu@gmail.com>
1492
1493 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
1494 Fix typo in docstring.
1495
1496 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
1497
1498 * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
1499 errors.
1500
1501 * net/trampver.el: Update release number.
1502
1503 2010-10-20 Kenichi Handa <handa@m17n.org>
1504
1505 * face-remap.el (text-scale-adjust): Call read-event with a proper
1506 prompt.
1507
1508 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
1509
1510 * net/tramp.el (tramp-do-file-attributes-with-stat)
1511 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
1512 order to make stat results a float. Patch by Andreas Schwab
1513 <schwab@linux-m68k.org>.
1514
1515 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1516
1517 * repeat.el (repeat): Use read-key (bug#6256).
1518
1519 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
1520
1521 * emacs-lisp/unsafep.el: Don't mark functions that display
1522 messages as safe. Suggested by Johan Bockgård.
1523
1524 2010-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1525
1526 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
1527 Turn comments into docstrings.
1528
1529 * minibuffer.el (completion--replace): Move point where it belongs
1530 when there's a common suffix (bug#7215).
1531
1532 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
1533
1534 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1535 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
1536 <dale@codefu.org>.
1537
1538 2010-10-15 Kenichi Handa <handa@m17n.org>
1539
1540 * international/characters.el: Add category '|' (word breakable)
1541 to fullwidth characters.
1542
1543 2010-10-14 Kenichi Handa <handa@m17n.org>
1544
1545 * mail/rmail.el (rmail-show-message-1): Catch an error of
1546 base64-decode-region and just show an error message (bug#7165).
1547
1548 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
1549 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
1550 a font-spec (bug#7197).
1551
1552 2010-10-13 Glenn Morris <rgm@gnu.org>
1553
1554 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
1555
1556 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
1557
1558 * international/mule.el (define-coding-system):
1559 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1560 * composite.el (compose-region): Fix typo in docstring.
1561
1562 2010-10-10 Jan Djärv <jan.h.d@swipnet.se>
1563
1564 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
1565 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
1566 (mac-right-option-modifier): New alias for ns-right-option-modifier.
1567
1568 * cus-start.el (all): ns-right-alternate-modifier is new.
1569
1570 2010-10-10 Andreas Schwab <schwab@linux-m68k.org>
1571
1572 * Makefile.in (ELCFILES): Update.
1573
1574 2010-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1575
1576 * emacs-lisp/lisp.el (lisp-completion-at-point):
1577 Use emacs-lisp-mode-syntax-table for the whole function.
1578
1579 2010-10-09 Richard Sharman <richard_sharman@mitel.com> (tiny change)
1580
1581 * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
1582 (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
1583 work when breakpoint number exceeds nine.
1584
1585 2010-10-05 David Koppelman <koppel@ece.lsu.edu>
1586
1587 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
1588 instead of font-lock-mode before adding keywords.
1589 Remove hi-lock-mode off code. Remove inhibit hack.
1590 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
1591 non-nil; removed hook inhibit hack.
1592
1593 2010-10-09 Glenn Morris <rgm@gnu.org>
1594
1595 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
1596 (load-path-shadows-find): ... to this.
1597 (list-load-path-shadows): Update for above change.
1598
1599 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
1600
1601 2010-10-08 Glenn Morris <rgm@gnu.org>
1602
1603 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
1604
1605 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
1606 (shadows-compare-text-p): Make it an obsolete alias for...
1607 (load-path-shadows-compare-text): ... new name.
1608 (find-emacs-lisp-shadows): Update for above name change.
1609 (load-path-shadows-same-file-or-nonexistent): New name for the old
1610 shadow-same-file-or-nonexistent.
1611
1612 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
1613
1614 * minibuffer.el (completion--some, completion--do-completion)
1615 (minibuffer-complete-and-exit, minibuffer-completion-help)
1616 (completion-basic-try-completion)
1617 (completion-basic-all-completions)
1618 (completion-pcm--find-all-completions): Use lexical-let to
1619 avoid some false matches in variable completion (Bug#7056)
1620
1621 2010-10-03 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
1622
1623 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
1624
1625 2010-10-03 Leo <sdl.web@gmail.com>
1626
1627 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
1628 return non-nil if the file exists (Bug#7090).
1629
1630 2010-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1631
1632 * minibuffer.el (completion--replace):
1633 Better preserve markers (bug#7138).
1634
1635 2010-09-29 Juanma Barranquero <lekktu@gmail.com>
1636
1637 * server.el (server-process-filter): Doc fix.
1638
1639 2010-09-27 Drew Adams <drew.adams@oracle.com>
1640
1641 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
1642
1643 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
1644
1645 * Makefile.in (ELCFILES): Update.
1646
1647 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1648 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
1649
1650 2010-09-27 Kenichi Handa <handa@m17n.org>
1651
1652 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
1653 "ustar" format.
1654
1655 2010-09-27 Kenichi Handa <handa@m17n.org>
1656
1657 * international/mule.el (define-coding-system): Docstring fixed.
1658
1659 * international/mule-diag.el (describe-character-set): Use princ
1660 with proper print-length and print-level instead of insert.
1661
1662 2010-09-26 Juanma Barranquero <lekktu@gmail.com>
1663
1664 * window.el (walk-windows): Doc fix (bug#7105).
1665
1666 2010-09-23 Glenn Morris <rgm@gnu.org>
1667
1668 * isearch.el (isearch-lazy-highlight-cleanup)
1669 (isearch-lazy-highlight-initial-delay)
1670 (isearch-lazy-highlight-interval)
1671 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1672 * net/net-utils.el (ipconfig-program-options):
1673 Move aliases to options before the associated definitions.
1674
1675 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1676
1677 * newcomment.el (comment-normalize-vars): Better test validity of
1678 comment-end-skip.
1679
1680 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1681
1682 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1683 (float-e): New name for `e'.
1684 (degrees-to-radians, radians-to-degrees):
1685 * calendar/solar.el (solar-longitude):
1686 * calculator.el (calculator-registers, calculator-funcall):
1687 * textmodes/artist.el (artist-spray-random-points):
1688 * play/bubbles.el (bubbles--initialize-images): Use new names.
1689
1690 2010-09-19 Eric M. Ludlam <zappo@gnu.org>
1691
1692 Update to CEDET 1.0's version of EIEIO.
1693
1694 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1695 New function.
1696 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1697 (eieio-default-eval-maybe): Eval val instead of unquoting only.
1698 (class-precedence-list): If class is nil, return nil.
1699 (eieio-generic-call): If class of first input arg is nil, don't
1700 look up static methods, and do check for primary methods.
1701 (initialize-instance): See if the default needs to be evaluated
1702 during the constructor.
1703 (eieio-perform-slot-validation-for-default): Don't do the check
1704 for values that will eventually be evaluated.
1705 (eieio-eval-default-p): New function.
1706 (eieio-default-eval-maybe): Use it.
1707
1708 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1709
1710 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1711 method-invocation-order.
1712 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1713 (eieio-class-precedence-dfs): Compute class precedence list using
1714 dfs algorithm.
1715 (eieio-class-precedence-bfs): Compute class precedence list using
1716 bfs algorithm.
1717 (eieio-class-precedence-c3): Compute class precedence list using
1718 c3 algorithm.
1719 (class-precedence-list): New function.
1720 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1721 (inconsistent-class-hierarchy): New error symbol.
1722 (call-next-method): Stow the replacement argument list for future
1723 call-next-method invocations.
1724
1725 2010-09-15 Glenn Morris <rgm@gnu.org>
1726
1727 * calendar/appt.el (appt-check): If not displaying the diary,
1728 use (diary 1) to only get the entries we need.
1729 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1730 that it is in day order. (Bug#7019)
1731
1732 * calendar/appt.el (appt-check): Rather than showing the diary,
1733 just turn off invisible display, and only if needed.
1734
1735 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
1736
1737 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1738
1739 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1740 Add `when' argument. Update callers.
1741
1742 * subr.el (unintern): Declare the obarray arg mandatory.
1743
1744 2010-09-14 Glenn Morris <rgm@gnu.org>
1745
1746 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1747 Doc fixes.
1748
1749 * calendar/diary-lib.el (diary-included-files): New variable.
1750 (diary-list-entries): Maybe initialize diary-included-files.
1751 (diary-include-other-diary-files): Append to diary-included-files.
1752 * calendar/appt.el (appt-update-list): Also check the members of
1753 diary-included-files. (Bug#6999)
1754 (appt-check): Doc fix.
1755
1756 2010-09-12 David Reitter <david.reitter@gmail.com>
1757
1758 * simple.el (line-move-visual): Do not truncate goal column to
1759 integer size. (Bug#7020)
1760
1761 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1762
1763 * repeat.el (repeat): Allow repeating when the last event is a click.
1764 Suggested by Drew Adams (bug#6256).
1765
1766 2010-09-11 Sascha Wilde <wilde@sha-bang.de>
1767
1768 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1769 Replace setting HGRCPATH to "" by some less invasive --config options.
1770
1771 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1772
1773 * font-lock.el (font-lock-beginning-of-syntax-function):
1774 Mark as obsolete.
1775
1776 2010-09-10 Glenn Morris <rgm@gnu.org>
1777
1778 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1779 and tool-bar modes. (Bug#6211)
1780 (menu-bar-mode): Move setting of standard-value after the
1781 minor-mode definition, otherwise it seems to have no effect.
1782
1783 2010-09-08 Masatake YAMATO <yamato@redhat.com>
1784
1785 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1786 Fix typo. (Bug#6976)
1787
1788 2010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1789
1790 * whitespace.el: Allow cleaning up blanks without blank
1791 visualization (Bug#6651). Adjust help window for
1792 whitespace-toggle-options (Bug#6479). Allow to use fill-column
1793 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
1794 (whitespace-style): Add new value 'face. Adjust docstring.
1795 (whitespace-space, whitespace-hspace, whitespace-tab):
1796 Adjust foreground property face.
1797 (whitespace-line-column): Adjust docstring and type declaration.
1798 (whitespace-style-value-list, whitespace-toggle-option-alist)
1799 (whitespace-help-text): Adjust const initialization.
1800 (whitespace-toggle-options, global-whitespace-toggle-options):
1801 Adjust docstring.
1802 (whitespace-display-window, whitespace-interactive-char)
1803 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1804 (whitespace-help-scroll): New fun.
1805
1806 2010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1807
1808 * files.el (directory-abbrev-alist): Use \` as default regexp.
1809
1810 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1811 chars like - or ] (bug#6984).
1812 (rx-any-condense-range): Explode 2-char ranges.
1813
1814 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1815
1816 * textmodes/bibtex.el:
1817 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1818
1819 2010-09-02 Glenn Morris <rgm@gnu.org>
1820
1821 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1822
1823 2010-08-31 Kenichi Handa <handa@m17n.org>
1824
1825 * international/mule-cmds.el (standard-display-european-internal):
1826 Setup standard-display-table for 8-bit characters by storing 8-bit
1827 characters in the element vector.
1828
1829 * disp-table.el (standard-display-8bit):
1830 Setup standard-display-table for 8-bit characters by storing 8-bit
1831 characters in the element vector.
1832 (standard-display-european): Likewise.
1833
1834 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
1835
1836 Sync with Tramp 2.1.19.
1837
1838 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1839 (tramp-reporter-dump-variable, tramp-load-report-modules)
1840 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1841 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1842
1843 * net/tramp-compat.el (top): Do not autoload
1844 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1845 only when `start-file-process' is not bound.
1846 (byte-compile-not-obsolete-vars): Define if not bound.
1847 (tramp-compat-funcall): New defmacro.
1848 (tramp-compat-line-beginning-position)
1849 (tramp-compat-line-end-position)
1850 (tramp-compat-temporary-file-directory)
1851 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1852 (tramp-compat-copy-file, tramp-compat-copy-directory)
1853 (tramp-compat-delete-file, tramp-compat-delete-directory)
1854 (tramp-compat-number-sequence, tramp-compat-process-running-p):
1855 Use it.
1856 (tramp-advice-file-expand-wildcards): Do not use
1857 `tramp-handle-file-remote-p'.
1858 (tramp-compat-make-temp-file): Simplify fallback implementation.
1859 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1860 (tramp-compat-copy-tree): Remove function.
1861 (tramp-compat-delete-file): New defun.
1862 (tramp-compat-delete-directory): Provide implementation for older
1863 Emacsen.
1864 (tramp-compat-file-attributes): Handle only
1865 `wrong-number-of-arguments' error.
1866
1867 * net/tramp-fish.el (tramp-fish-handle-copy-file):
1868 Add PRESERVE_SELINUX_CONTEXT.
1869 (tramp-fish-handle-delete-file): Add TRASH arg.
1870 (tramp-fish-handle-directory-files-and-attributes):
1871 Do not use `tramp-fish-handle-file-attributes.
1872 (tramp-fish-handle-file-local-copy)
1873 (tramp-fish-handle-insert-file-contents)
1874 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1875
1876 * net/tramp-gvfs.el (top): Require url-util.
1877 (tramp-gvfs-mount-point): Remove.
1878 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1879 and `set-file-selinux-context'.
1880 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1881 (tramp-gvfs-handle-file-selinux-context)
1882 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1883 (with-tramp-dbus-call-method): Format trace message.
1884 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1885 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1886 Implement backup call, when operation on local files fails.
1887 Use progress reporter. Flush properties of changed files.
1888 (tramp-gvfs-handle-delete-file): Add TRASH arg.
1889 Use `tramp-compat-delete-file'.
1890 (tramp-gvfs-handle-expand-file-name): Expand "~/".
1891 (tramp-gvfs-handle-make-directory): Make more traces.
1892 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1893 (tramp-gvfs-url-file-name): Hexify file name in url.
1894 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1895 into account for the resulting file name.
1896 (tramp-gvfs-handler-askquestion): Preserve current message, in
1897 order to let progress reporter continue afterwards. (Bug#6257)
1898 Return dummy mountpoint, when the answer is "no".
1899 See `tramp-gvfs-maybe-open-connection'.
1900 (tramp-gvfs-handler-mounted-unmounted)
1901 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1902 attribute "default_location". Set "prefix" property.
1903 Handle default-location.
1904 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1905 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1906 exists. Raise an error, if not (due to a corresponding answer
1907 "no" in interactive questions, for example).
1908 Use `tramp-compat-funcall'.
1909
1910 * net/tramp-imap.el (top): Autoload `epg-make-context'.
1911 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1912 (tramp-imap-do-copy-or-rename-file)
1913 (tramp-imap-handle-insert-file-contents)
1914 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1915 (tramp-imap-handle-delete-file): Add TRASH arg.
1916
1917 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1918 Add PRESERVE-SELINUX-CONTEXT.
1919 (tramp-smb-handle-copy-file)
1920 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1921 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1922 Use `with-progress-reporter'.
1923 (tramp-smb-handle-delete-file): Add TRASH arg.
1924
1925 * net/tramp.el (tramp-methods): Move hostname to the end in all
1926 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
1927 appropriate.
1928 (tramp-verbose): Describe verbose level 9.
1929 (tramp-completion-function-alist)
1930 (tramp-file-name-regexp, tramp-chunksize)
1931 (tramp-local-coding-commands, tramp-remote-coding-commands)
1932 (with-connection-property, tramp-completion-mode-p)
1933 (tramp-action-process-alive, tramp-action-out-of-band)
1934 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1935 (tramp-exists-file-name-handler): Fix docstring.
1936 (tramp-remote-process-environment): Use `format' instead of
1937 `concat'. Protect version string by apostroph.
1938 (tramp-shell-prompt-pattern): Do not use a shy group in case of
1939 XEmacs.
1940 (tramp-file-name-regexp-unified)
1941 (tramp-completion-file-name-regexp-unified): On W32 systems, do
1942 not regard the volume letter as remote filename. (Bug#5447)
1943 (tramp-perl-file-attributes)
1944 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1945 (tramp-vc-registered-read-file-names): Read input as
1946 here-document, otherwise the command could exceed maximum length
1947 of command line.
1948 (tramp-file-name-handler-alist): Add `file-selinux-context' and
1949 `set-file-selinux-context'.
1950 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1951 backtrace functions.
1952 (tramp-error-with-buffer): Don't show the connection buffer when
1953 we are in completion mode.
1954 (tramp-progress-reporter-update, tramp-remote-selinux-p)
1955 (tramp-handle-file-selinux-context)
1956 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1957 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1958 New defuns.
1959 (with-progress-reporter): New defmacro.
1960 (tramp-debug-outline-regexp): New defconst.
1961 (top, tramp-rfn-eshadow-setup-minibuffer)
1962 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1963 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1964 (tramp-completion-mode-p, tramp-check-for-regexp)
1965 (tramp-open-connection-setup-interactive-shell)
1966 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1967 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1968 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1969 Use `tramp-compat-funcall'.
1970 (tramp-handle-make-symbolic-link): Flush file properties.
1971 (tramp-handle-load, tramp-handle-file-local-copy)
1972 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1973 (tramp-handle-vc-registered, tramp-maybe-send-script)
1974 (tramp-find-shell): Use `with-progress-reporter'.
1975 (tramp-do-file-attributes-with-stat): Add space in format string,
1976 in order to work around a bug in pdksh. Reported by Gilles Pion
1977 <gpion@lfdj.com>.
1978 (tramp-handle-verify-visited-file-modtime): Do not send a command
1979 when the connection is not established.
1980 (tramp-handle-set-file-times): Simplify the check for utc.
1981 (tramp-handle-directory-files-and-attributes)
1982 (tramp-get-remote-path): Use `copy-tree'.
1983 (tramp-completion-handle-file-name-all-completions): Ensure, that
1984 non remote files are still checked. Oops.
1985 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1986 Handle PRESERVE-SELINUX-CONTEXT.
1987 (tramp-do-copy-or-rename-file): Add progress reporter.
1988 (tramp-do-copy-or-rename-file-directly): Do not use
1989 `tramp-handle-file-remote-p'.
1990 (tramp-do-copy-or-rename-file-out-of-band):
1991 Use `tramp-compat-delete-directory'.
1992 (tramp-do-copy-or-rename-file-out-of-band)
1993 (tramp-compute-multi-hops, tramp-maybe-open-connection):
1994 Use `format-spec-make'.
1995 (tramp-handle-delete-file): Add TRASH arg.
1996 (tramp-handle-dired-uncache): Flush directory cache, not only file
1997 cache.
1998 (tramp-handle-expand-file-name)
1999 (tramp-completion-handle-file-name-all-completions)
2000 (tramp-completion-handle-file-name-completion):
2001 Use `tramp-connectable-p'.
2002 (tramp-handle-start-file-process): Set connection property "vec".
2003 Use it, in order to invalidate file caches. Check only for
2004 `remote-tty' process property.
2005 Implement tty setting. (Bug#4604, Bug#6360)
2006 (tramp-file-name-for-operation): Add `call-process-region' and
2007 `set-file-selinux-context'.
2008 (tramp-find-foreign-file-name-handler)
2009 (tramp-advice-make-auto-save-file-name)
2010 (tramp-set-auto-save-file-modes): Remove superfluous check for
2011 `stringp'. This is done inside `tramp-tramp-file-p'.
2012 (tramp-file-name-handler): Trace 'quit. Catch the error for some
2013 operations when we are in completion mode. This gives the user
2014 the chance to correct the file name in the minibuffer.
2015 (tramp-completion-mode-p): Use `non-essential'.
2016 (tramp-handle-file-name-all-completions): Backward/ XEmacs
2017 compatibility: Use `completion-ignore-case' if
2018 `read-file-name-completion-ignore-case' does not exist.
2019 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
2020 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2021 `tramp-open-shell'.
2022 (tramp-action-password): Hide password prompt before next run.
2023 (tramp-process-actions): Widen connection buffer for the trace.
2024 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2025 process property. Trace stty settings if `tramp-verbose' >= 9.
2026 Apply workaround for IRIX64 bug. Move argument of last
2027 `tramp-send-command' where it belongs to.
2028 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2029 front of `login-args'.
2030 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
2031 on "/dev/null" instead of "/".
2032 (tramp-get-ls-command-with-dired): Make test for "--dired"
2033 stronger.
2034 (tramp-set-auto-save-file-modes): Adapt version check.
2035 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
2036 (tramp-handle-process-file): Call the program in a subshell, in
2037 order to preserve working directory.
2038 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
2039 `tramp-remote-sh' from `tramp-methods'.
2040 (tramp-get-ls-command): Make test for "--color=never" stronger.
2041 (tramp-check-for-regexp): Use (forward-line 1).
2042
2043 * net/trampver.el: Update release number.
2044
2045 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
2046
2047 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2048 empty argument to gvfs-copy.
2049
2050 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2051
2052 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
2053 handle new TRASH arg of `delete-file'.
2054
2055 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
2056
2057 * net/tramp.el (tramp-handle-insert-directory): Don't use
2058 `forward-word', its default syntax could be changed.
2059
2060 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2061 Michael Albinus <michael.albinus@gmx.de>
2062
2063 Implement compression for inline methods.
2064
2065 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2066 (tramp-copy-size-limit): Allow also nil.
2067 (tramp-inline-compress-commands): New defconst.
2068 (tramp-find-inline-compress, tramp-get-inline-compress)
2069 (tramp-get-inline-coding): New defuns.
2070 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2071 replaced by `tramp-get-inline-coding'.
2072 (tramp-handle-file-local-copy, tramp-handle-write-region)
2073 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2074
2075 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
2076
2077 Detect ssh 'ControlMaster' argument automatically in some cases.
2078
2079 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2080 (tramp-default-method): Use it.
2081
2082 2010-08-26 Karel Klíč <kklic@redhat.com>
2083
2084 * net/tramp.el (tramp-file-name-for-operation):
2085 Add file-selinux-context.
2086
2087 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
2088
2089 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
2090
2091 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2092
2093 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
2094 (Bug#6907).
2095
2096 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
2097
2098 * progmodes/python.el (python-block-pairs): Allow use of "finally"
2099 with "else" (Bug#3991).
2100
2101 2010-08-22 Leo <sdl.web@gmail.com>
2102
2103 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
2104 (ignore, bright, dim, keyword): Split list of nicknames before
2105 passing to rcirc-add-or-remove (Bug#6894).
2106
2107 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2108
2109 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
2110
2111 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2112
2113 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
2114 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
2115 New version 13.0.
2116 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
2117 Adjust initialization.
2118 (whitespace-bob-marker, whitespace-eob-marker)
2119 (whitespace-buffer-changed): New vars.
2120 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
2121 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
2122 (whitespace-post-command-hook, whitespace-display-char-on):
2123 Adjust code.
2124 (whitespace-looking-back, whitespace-buffer-changed): New funs.
2125 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
2126
2127 2010-08-21 Leo <sdl.web@gmail.com>
2128
2129 Fix buffer-list rename&refresh after killing a buffer in ido.
2130 * ido.el: Revert Óscar's.
2131 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
2132 Remember the buffers at head, rather than their name.
2133 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
2134
2135 2010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
2136 Stefan Monnier <monnier@iro.umontreal.ca>
2137
2138 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
2139 extra backslash added to each line (bug#6890).
2140
2141 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2142
2143 * subr.el (read-key): Don't echo keystrokes (bug#6883).
2144
2145 2010-08-21 Glenn Morris <rgm@gnu.org>
2146
2147 * menu-bar.el (menu-bar-games-menu): Add landmark.
2148
2149 2010-08-20 Glenn Morris <rgm@gnu.org>
2150
2151 * align.el (align-regexp): Make group and spacing arguments
2152 use the interactive defaults when non-interactive. (Bug#6698)
2153
2154 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
2155 expansion, so as not to need sendmail.
2156 (mail-text-start): Remove declaration.
2157 (rmail-retry-failure): Require sendmail.
2158
2159 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2160
2161 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
2162
2163 2010-08-18 Michael Albinus <michael.albinus@gmx.de>
2164
2165 * progmodes/flymake.el (flymake-start-syntax-check-process):
2166 Use `start-file-process' in order to let it run also on remote hosts.
2167
2168 2010-08-18 Kenichi Handa <handa@m17n.org>
2169
2170 * files.el: Add `word-wrap' as safe local variable.
2171
2172 2010-08-18 Glenn Morris <rgm@gnu.org>
2173
2174 * woman.el (woman-translate): Case matters. (Bug#6849)
2175
2176 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
2177
2178 * simple.el (kill-region): Doc fix (Bug#6787).
2179
2180 2010-08-14 Glenn Morris <rgm@gnu.org>
2181
2182 * calendar/diary-lib.el (diary-header-line-format):
2183 Fit it to the window, not the frame.
2184
2185 2010-08-11 Andreas Schwab <schwab@linux-m68k.org>
2186
2187 * subr.el (ignore-errors): Add debug declaration.
2188
2189 2010-08-09 Geoff Gole <geoffgole@gmail.com> (tiny change)
2190
2191 * whitespace.el (whitespace-color-off): Remove post-command-hook
2192 locally.
2193
2194 2010-08-08 Johan Bockgård <bojohan@gnu.org>
2195
2196 * replace.el (replace-highlight): Bind isearch-forward and
2197 isearch-error, ensuring that highlighting is updated if the user
2198 switches the search direction (Bug#6808).
2199
2200 * isearch.el (isearch-lazy-highlight-forward): New var.
2201 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2202 (isearch-lazy-highlight-update): Use it.
2203
2204 2010-08-06 Kenichi Handa <handa@m17n.org>
2205
2206 * international/mule.el (define-charset): Store NAME as :base property.
2207 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
2208 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
2209 current priority. Force using the designation of the specific
2210 charset by adding `charset' text property. Improve the whole
2211 algorithm.
2212
2213 2010-08-05 Juanma Barranquero <lekktu@gmail.com>
2214
2215 * emulation/pc-select.el (pc-selection-mode-hook)
2216 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
2217 (pc-selection-mode): Fix typos in docstrings.
2218
2219 2010-08-04 Kenichi Handa <handa@m17n.org>
2220
2221 * language/cyrillic.el: Don't add "microsoft-cp1251" to
2222 ctext-non-standard-encodings-alist here.
2223
2224 * international/mule.el (ctext-non-standard-encodings-alist):
2225 Add "koi8-r" and "microsoft-cp1251".
2226 (ctext-standard-encodings): New variable.
2227 (ctext-non-standard-encodings-table): List only elements for
2228 non-standard encodings.
2229 (ctext-pre-write-conversion): Adjust for the above change.
2230 Check ctext-standard-encodings.
2231
2232 * international/mule-conf.el (compound-text): Doc fix.
2233 (ctext-no-compositions): Doc fix.
2234 (compound-text-with-extensions): Doc fix.
2235
2236 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
2237
2238 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2239
2240 2010-08-03 Juanma Barranquero <lekktu@gmail.com>
2241
2242 * progmodes/which-func.el (which-func-format): Split help-echo text
2243 into lines, like other mode-line tooltips.
2244
2245 * server.el (server-start): When using TCP sockets, force IPv4
2246 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
2247
2248 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2249
2250 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2251
2252 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
2253
2254 * term.el (term-delimiter-argument-list): Reflow docstring.
2255 (term-read-input-ring, term-write-input-ring, term-send-input)
2256 (term-bol, term-erase-in-display, serial-supported-or-barf):
2257 Fix typos in docstrings.
2258
2259 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2260
2261 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2262
2263 2010-08-01 Juanma Barranquero <lekktu@gmail.com>
2264
2265 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2266
2267 2010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
2268
2269 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2270 Fix typo in docstring (bug#6747).
2271
2272 2010-07-30 Leo <sdl.web@gmail.com>
2273
2274 * eshell/esh-io.el (eshell-get-target): Better detection of
2275 read-only file (Bug#6762).
2276
2277 2010-07-30 Juanma Barranquero <lekktu@gmail.com>
2278
2279 * align.el (align-default-spacing): Doc fix.
2280 (align-region-heuristic, align-regexp): Fix typos in docstrings.
2281
2282 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
2283
2284 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
2285
2286 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
2287
2288 * time.el (display-time-day-and-date): Remove spurious * in docstring.
2289 (display-time-world-buffer-name, display-time-world-mode-map):
2290 Fix typos in docstrings.
2291
2292 2010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
2293
2294 * image-mode.el (image-display-size): New function.
2295 (image-forward-hscroll, image-next-line, image-eol, image-eob)
2296 (image-mode-fit-frame): Use it (Bug#6639).
2297
2298 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
2299
2300 * dired.el (dired-buffers-for-dir): Handle list values of
2301 dired-directory (Bug#6636).
2302
2303 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
2304
2305 * vc.el (vc-coding-system-inherit-eol): New defvar.
2306 (vc-coding-system-for-diff): Use it to decide whether to inherit
2307 from the file the EOL format for reading the diffs of that file.
2308 (Bug#4451)
2309
2310 2010-07-16 Eli Zaretskii <eliz@gnu.org>
2311
2312 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
2313 unibyte, so compressed attachments are not compressed again.
2314
2315 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
2316
2317 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
2318 now that unicode is used (Bug#6594).
2319
2320 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
2321
2322 * simple.el (push-mark-command): Set the selection if
2323 select-active-regions is non-nil.
2324
2325 2010-07-10 Glenn Morris <rgm@gnu.org>
2326
2327 * calendar/calendar.el (calendar-week-end-day): New function.
2328 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
2329 Respect calendar-week-start-day. (Bug#6606)
2330 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
2331 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
2332 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
2333 respect calendar-week-start-day.
2334
2335 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
2336
2337 * simple.el (use-region-p): Doc fix (Bug#6607).
2338
2339 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
2340
2341 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
2342 builtins (BufferError, BytesWarning, WindowsError; callables
2343 bin, bytearray, bytes, format, memoryview, next, print; __package__).
2344
2345 2010-07-07 Glenn Morris <rgm@gnu.org>
2346
2347 * play/zone.el (zone-fall-through-ws): Fix next-line ->
2348 forward-line fallout.
2349
2350 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
2351
2352 * mouse.el (mouse-appearance-menu): Add docstring.
2353
2354 * help.el (describe-key): Print up-event using key-description.
2355
2356 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
2357
2358 * net/zeroconf.el (zeroconf-resolve-service)
2359 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
2360 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
2361
2362 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
2363
2364 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
2365
2366 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
2367
2368 Avoid displaying files with a nil state in vc-dir.
2369 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
2370 cases that cause insertion.
2371 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
2372 with a nil state.
2373
2374 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
2375
2376 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
2377
2378 2010-06-29 Leo <sdl.web@gmail.com>
2379
2380 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
2381
2382 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
2383
2384 * generic-x.el (bat-generic-mode): Fix regexp for command line
2385 switches (Bug#5719).
2386
2387 2010-06-27 Masatake YAMATO <yamato@redhat.com>
2388
2389 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
2390 of nconc to avoid pure storage error (Bug#6239).
2391
2392 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
2393
2394 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
2395 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
2396 bindings of bookmark-automatically-show-annotations (Bug#6515).
2397
2398 2010-06-25 Eli Zaretskii <eliz@gnu.org>
2399
2400 * arc-mode.el (archive-zip-extract): Don't quote the file name on
2401 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
2402
2403 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
2404
2405 * comint.el (make-comint, make-comint-in-buffer): Mention return
2406 value in the docstrings. (Bug#6498)
2407
2408 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
2409
2410 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
2411 since it is not present when using some non-default switches.
2412
2413 2010-06-23 Karl Fogel <kfogel@red-bean.com>
2414
2415 * simple.el (compose-mail): Fix doc string to refer to
2416 `compose-mail-user-agent-warnings', instead of to the
2417 nonexistent `compose-mail-check-user-agent'.
2418
2419 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2420
2421 Fix vc-annotate for renamed files when using Git.
2422 * vc-git.el (vc-git-find-revision): Deal with empty results from
2423 ls-files. Doe not pass the object as a file name to cat-file, it
2424 is not a file name.
2425 (vc-git-annotate-command): Pass the file name using -- to avoid
2426 ambiguity with the revision.
2427 (vc-git-previous-revision): Pass a relative file name.
2428
2429 2010-06-22 Glenn Morris <rgm@gnu.org>
2430
2431 * progmodes/js.el (js-mode-map): Use standard capitalization and
2432 ellipses for menu entries.
2433
2434 * wid-edit.el (widget-complete): Doc fix.
2435
2436 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
2437
2438 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
2439
2440 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2441
2442 Fix annotating other revisions for renamed files in vc-annotate.
2443 * vc-annotate.el (vc-annotate): Add an optional argument for the
2444 VC backend. Use it when non-nil.
2445 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate
2446 (Bug#6487).
2447
2448 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
2449 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2450 Do not pass the file name to the 'previous-revision call when we
2451 don't want a file diff. (Bug#6489)
2452
2453 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2454
2455 Fix finding revisions for renamed files in vc-annotate.
2456 * vc.el (vc-find-revision): Add an optional argument for
2457 the VC backend. Use it when non-nil.
2458 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
2459 backend to vc-find-revision. (Bug#6487)
2460
2461 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2462
2463 Fix reading file names in Git annotate buffers.
2464 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2465 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
2466
2467 2010-06-20 Alan Mackenzie <acm@muc.de>
2468
2469 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
2470 in file local variables, set it first.
2471
2472 2010-06-19 Glenn Morris <rgm@gnu.org>
2473
2474 * descr-text.el (describe-char-unicode-data): Insert separating
2475 space when needed. (Bug#6422)
2476
2477 * progmodes/idlwave.el (idlwave-action-and-binding):
2478 Fix typo in 2009-12-03 change. (Bug#6450)
2479
2480 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
2481
2482 * subr.el (read-quoted-char): Fix up last change (bug#6290).
2483
2484 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
2485
2486 * font-lock.el (font-lock-major-mode): Rename from
2487 font-lock-mode-major-mode to distinguish it from
2488 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
2489 (font-lock-set-defaults):
2490 * font-core.el (font-lock-default-function): Adjust users.
2491 (font-lock-mode): Don't set it at all.
2492
2493 2010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2494
2495 * vc-annotate.el (vc-annotate): Use vc-read-revision.
2496
2497 2010-06-15 Glenn Morris <rgm@gnu.org>
2498
2499 * calendar/appt.el (appt-time-msg-list): Doc fix.
2500 (appt-check): Let-bind appt-warn-time.
2501 (appt-add): Make the 3rd argument optional.
2502 Simplify argument names. Doc fix. Check for integer WARNTIME.
2503 Only add WARNTIME to the output list if non-nil.
2504
2505 2010-06-15 Ivan Kanis <apple@kanis.eu>
2506
2507 * calendar/appt.el (appt-check): Let the 3rd element of
2508 appt-time-msg-list specify the warning time.
2509 (appt-add): Add new argument with the warning time. (Bug#5176)
2510
2511 2010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2512
2513 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
2514 older than version 1.6. (Bug#6361)
2515
2516 2010-06-12 Helmut Eller <eller.helmut@gmail.com>
2517
2518 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
2519 used by cl-do-arglist. (Bug#6408)
2520
2521 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2522
2523 * emacs-lisp/advice.el (ad-compile-function):
2524 Define warning-suppress-types before we let-bind it (bug#6275).
2525
2526 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
2527 declare it, make it buffer-local and permanent-local (bug#6324).
2528 (vc-resynch-window): Adjust name.
2529 * vc-hooks.el (vc-find-file-hook): Adjust name.
2530
2531 2010-06-07 Jonathan Rockway <jon@jrock.us>
2532
2533 * net/rcirc.el: Add support for password authentication.
2534 (rcirc-server-alist): Add :password keyword.
2535 (rcirc): Ask for a password, or get it from the server's alist.
2536 (rcirc-connect): Add password argument. Pass it to server.
2537
2538 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
2539
2540 * net/dbus.el (dbus-register-method): Declare function.
2541 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
2542 (dbus-introspect): Doc fix.
2543 (dbus-event-bus-name, dbus-introspect-get-interface)
2544 (dbus-introspect-get-argument): Reflow docstrings.
2545
2546 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
2547
2548 * term/common-win.el (x-colors): Add "dark green" and "dark
2549 turquoise" (Bug#6332).
2550
2551 2010-06-03 Glenn Morris <rgm@gnu.org>
2552
2553 * desktop.el (desktop-clear-preserve-buffers):
2554 Add "*Warnings*" buffer. (Bug#6336)
2555
2556 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2557
2558 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
2559
2560 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2561
2562 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
2563 `file-directory-p' to the filename part rather than to the whole text.
2564
2565 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2566
2567 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
2568
2569 2010-05-31 Drew Adams <drew.adams@oracle.com>
2570
2571 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
2572
2573 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
2574
2575 * subr.el (momentary-string-display): Just use read-event to read
2576 the exit event (Bug#6238).
2577
2578 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
2579
2580 * ansi-color.el: Delete unused escape sequences (Bug#6085).
2581 (ansi-color-drop-regexp): New constant.
2582 (ansi-color-apply, ansi-color-filter-region)
2583 (ansi-color-apply-on-region): Delete unrecognized control sequences.
2584 (ansi-color-apply): Build string list before calling concat.
2585
2586 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
2587
2588 * progmodes/verilog-mode.el (verilog-type-font-keywords):
2589 Use font-lock-constant-face, not obsolete font-lock-reference-face.
2590
2591 2010-05-27 Masatake YAMATO <yamato@redhat.com>
2592
2593 * htmlfontify.el (hfy-face-resolve-face): New function.
2594 (hfy-face-to-style): Use it (Bug#6279).
2595
2596 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2597
2598 * epa.el (epa--select-keys): Don't explicitly delete the window since
2599 that can fail (e.g. sole window in frame). Use dedication instead.
2600
2601 2010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
2602
2603 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2604
2605 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2606
2607 * subr.el (read-quoted-char): Resolve modifiers after key
2608 remapping (bug#6212).
2609
2610 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2611
2612 * tmm.el (tmm-prompt): Don't try to precompute bindings.
2613 (tmm-get-keymap): Compute shortcuts (bug#6171).
2614
2615 2010-05-10 Glenn Morris <rgm@gnu.org>
2616
2617 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2618 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
2619
2620 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2621
2622 * Version 23.2 released.
2623
2624 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
2625
2626 * international/mule.el (auto-coding-alist): Only purecopy
2627 car of each item, not the whole list (Bug#6083).
2628
2629 2010-05-02 Chong Yidong <cyd@stupidchicken.com>
2630
2631 * progmodes/js.el (js-mode): Make paragraph variables local before
2632 calling c-setup-paragraph-variables (Bug#6071).
2633
2634 2010-05-01 Eli Zaretskii <eliz@gnu.org>
2635
2636 * composite.el (compose-region, reference-point-alist): Fix typos
2637 in the doc strings.
2638
2639 2010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2640
2641 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2642 gnuplot's "set" command.
2643
2644 2010-04-26 Juanma Barranquero <lekktu@gmail.com>
2645
2646 * abbrev.el (last-abbrev-text): Doc fix.
2647 (abbrev-prefix-mark): Don't escape parenthesis.
2648
2649 2010-04-24 Andreas Schwab <schwab@linux-m68k.org>
2650
2651 * composite.el (find-composition): Doc fix.
2652
2653 2010-04-24 Juanma Barranquero <lekktu@gmail.com>
2654
2655 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2656 (sql-oracle-program, sql-sqlite-options)
2657 (sql-query-placeholders-and-send): Doc fixes.
2658 (sql-set-product, sql-interactive-mode): Reflow docstrings.
2659 (sql-imenu-generic-expression, sql-buffer)
2660 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2661 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2662 (sql-mode-sybase-font-lock-keywords)
2663 (sql-mode-informix-font-lock-keywords)
2664 (sql-mode-interbase-font-lock-keywords)
2665 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2666 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2667 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2668 (sql-product-feature, sql-highlight-product)
2669 (comint-line-beginning-position, sql-rename-buffer)
2670 (sql-toggle-pop-to-buffer-after-send-region)
2671 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2672 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2673 Fix typos in docstrings.
2674
2675 2010-04-23 Juri Linkov <juri@jurta.org>
2676
2677 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2678 property instead of `invisible' and `after-string' (bug#5998).
2679
2680 2010-04-23 Juri Linkov <juri@jurta.org>
2681
2682 * image-mode.el (image-mode-as-text): Fix typo in docstring.
2683
2684 2010-04-23 Juanma Barranquero <lekktu@gmail.com>
2685
2686 * filecache.el (file-cache-add-directory-list)
2687 (file-cache-add-directory-recursively): Fix typos in docstrings.
2688
2689 2010-04-22 Kenichi Handa <handa@m17n.org>
2690
2691 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2692 (gujarati-composable-pattern): Fix typo.
2693
2694 2010-04-20 Kenichi Handa <handa@m17n.org>
2695
2696 * language/indian.el (oriya-composable-pattern)
2697 (tamil-composable-pattern, malayalam-composable-pattern):
2698 Add two-part vowels to "v" (vowel sign).
2699
2700 2010-04-20 Chong Yidong <cyd@stupidchicken.com>
2701
2702 * files.el (copy-directory): Handle symlinks (Bug#5982).
2703
2704 * progmodes/compile.el (compilation-next-error-function):
2705 Revert 2009-10-12 change (Bug#5983).
2706
2707 2010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2708
2709 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2710 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
2711 (Bug#5846).
2712
2713 2010-04-20 Glenn Morris <rgm@gnu.org>
2714
2715 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2716
2717 * minibuffer.el (completion-at-point): Doc fix.
2718
2719 2010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
2720
2721 Fix the version number for added files.
2722 * vc-hg.el (vc-hg-working-revision): Check if the file is
2723 registered after hg parent fails (Bug#5961).
2724
2725 2010-04-17 Glenn Morris <rgm@gnu.org>
2726
2727 * htmlfontify.el (htmlfontify-buffer)
2728 (htmlfontify-copy-and-link-dir): Autoload entry points.
2729
2730 2010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
2731
2732 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2733 name relative to the project root (Bug#5960).
2734
2735 2010-04-16 Glenn Morris <rgm@gnu.org>
2736
2737 * vc-git.el (vc-git-print-log): Doc fix.
2738
2739 2010-04-14 Óscar Fuentes <ofv@wanadoo.es>
2740
2741 * ido.el (ido-file-internal): Fix 2009-12-02 change.
2742
2743 2010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
2744
2745 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2746 default settings (Bug#5928).
2747
2748 2010-04-10 Glenn Morris <rgm@gnu.org>
2749
2750 * progmodes/fortran.el (fortran-match-and-skip-declaration):
2751 New function.
2752 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
2753
2754 2010-04-07 Kenichi Handa <handa@m17n.org>
2755
2756 * language/indian.el (malayalam-composable-pattern): Fix previous
2757 change (add U+0D4D "SIGN VIRAMA").
2758 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2759 (tamil-composable-pattern): Fix typo in the regexp.
2760 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2761 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2762 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2763
2764 2010-04-06 Chong Yidong <cyd@stupidchicken.com>
2765
2766 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2767 paragraph-separate (Bug#5821).
2768
2769 2010-04-05 Juri Linkov <juri@jurta.org>
2770
2771 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2772
2773 * info.el (Info-find-node-2): Comment out code that skips
2774 breadcrumbs line.
2775 (Info-mouse-follow-link): New command.
2776 (Info-link-keymap): New keymap.
2777 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2778 Return a string with links instead of inserting breadcrumbs
2779 to the Info buffer.
2780 (Info-fontify-node): Comment out code that inserts breadcrumbs.
2781 Instead of putting the `invisible' text property over the Info
2782 header, make an overlay over the Info header with the `invisible'
2783 property and `after-string' set to the string returned by
2784 `Info-breadcrumbs'.
2785
2786 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
2787
2788 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2789 Reported by monkey@sandpframing.com.
2790
2791 2010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
2792
2793 * textmodes/artist.el (artist-mode): Fix typo in docstring.
2794 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
2795
2796 2010-03-30 Kenichi Handa <handa@m17n.org>
2797
2798 * language/sinhala.el (composition-function-table): Fix regexp for
2799 the new Unicode specification.
2800
2801 * language/indian.el (devanagari-composable-pattern)
2802 (tamil-composable-pattern, kannada-composable-pattern)
2803 (malayalam-composable-pattern): Adjust for the new Unicode
2804 specification.
2805 (bengali-composable-pattern, gurmukhi-composable-pattern)
2806 (gujarati-composable-pattern, oriya-composable-pattern)
2807 (telugu-composable-pattern): New variables to cope with the new
2808 Unicode specification. Use them in composition-function-table.
2809
2810 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2811
2812 Make tmm-menubar work for the Buffers menu again (bug#5726).
2813 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2814 vectors rather than cons cells, as used in menu-bar-update-buffers.
2815
2816 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
2817
2818 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2819 (js-insert-and-indent): Revert 2009-08-15 change, restoring
2820 electric punctuation for "{}();,:" (Bug#5586).
2821
2822 * mail/sendmail.el (mail-default-directory): Doc fix.
2823
2824 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
2825
2826 * mail/sendmail.el (mail-default-directory): Doc fix.
2827
2828 2010-03-27 Eli Zaretskii <eliz@gnu.org>
2829
2830 * subr.el (version-regexp-alist, version-to-list)
2831 (version-list-<, version-list-=, version-list-<=)
2832 (version-list-not-zero, version<, version<=, version=): Doc fix.
2833 (Bug#5744).
2834
2835 2010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2836 Nick Roberts <nickrob@snap.net.nz>
2837
2838 * progmodes/gdb-ui.el (gdb-apple-test): New function.
2839 (gdb-init-1): Use it.
2840
2841 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2842
2843 * vc.el (vc-root-diff): Doc fix.
2844
2845 2010-03-25 Chong Yidong <cyd@stupidchicken.com>
2846
2847 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2848
2849 * simple.el (append-to-buffer): Fix last change.
2850
2851 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
2852
2853 * simple.el (append-to-buffer): Ensure that point is preserved if
2854 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
2855 (Bug#5749)
2856
2857 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2858
2859 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2860 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2861 not be present any more.
2862
2863 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2864
2865 * faces.el (set-face-attribute): Fix typo in docstring.
2866 (face-valid-attribute-values): Reflow docstring.
2867
2868 2010-03-23 Glenn Morris <rgm@gnu.org>
2869
2870 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2871
2872 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
2873
2874 * indent.el (indent-for-tab-command): Doc fix.
2875
2876 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
2877
2878 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2879 (image-dired-read-comment): Doc fix.
2880
2881 * json.el (json-object-type, json-array-type, json-key-type)
2882 (json-false, json-null, json-read-number):
2883 * minibuffer.el (completion-in-region-functions):
2884 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2885 (cal-tex-cursor-week):
2886 * emacs-lisp/trace.el (trace-function):
2887 * eshell/em-basic.el (eshell/printnl):
2888 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2889 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2890 * obsolete/levents.el (allocate-event, event-key, event-object)
2891 (event-point, event-process, event-timestamp, event-to-character)
2892 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2893 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2894 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2895 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2896 (reftex-highlight-selection): Fix typos in docstrings.
2897
2898 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
2899
2900 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2901
2902 2010-03-18 Glenn Morris <rgm@gnu.org>
2903
2904 * mail/rmail.el (rmail-highlight-face): Restore option deleted
2905 2008-02-13 without comment; mark it obsolete.
2906 (rmail-highlight-headers): Use rmail-highlight-face once more.
2907
2908 2010-03-16 Chong Yidong <cyd@stupidchicken.com>
2909
2910 * woman.el (woman2-process-escapes): Only consume the newline if
2911 the filler character is on a line by itself (Bug#5729).
2912
2913 2010-03-16 Kenichi Handa <handa@m17n.org>
2914
2915 * language/indian.el (devanagari-composable-pattern): Add more
2916 consonants.
2917
2918 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
2919
2920 * net/trampver.el: Update release number.
2921
2922 2010-03-13 Glenn Morris <rgm@gnu.org>
2923
2924 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2925
2926 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
2927
2928 * net/tramp.el (tramp-find-executable):
2929 Use `tramp-get-connection-buffer'. Make the regexp for checking
2930 output of "wc -l" more robust.
2931 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2932 (tramp-open-connection-setup-interactive-shell): Remove workaround
2933 for OpenSolaris bug, it is not needed anymore.
2934
2935 2010-03-12 Glenn Morris <rgm@gnu.org>
2936
2937 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
2938
2939 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
2940
2941 * files.el (auto-mode-alist): Accept more verilog file patterns.
2942
2943 2010-03-09 Miles Bader <miles@gnu.org>
2944
2945 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2946 instead of "format:"; this ensures that the output is
2947 newline-terminated.
2948
2949 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
2950
2951 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2952 that all errors are caught, and that the return value is always a
2953 list (Bug#5692).
2954
2955 2010-03-08 Kenichi Handa <handa@m17n.org>
2956
2957 * language/misc-lang.el (windows-1256): New coding system.
2958 (cp1256): New alias of windows-1256 (bug#5690).
2959
2960 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
2961
2962 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2963 call to rfc822-bad-address. (Bug#5692)
2964
2965 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
2966
2967 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2968 Use vc-git-root as default directory for revision path (Bug#5657).
2969
2970 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
2971
2972 * calculator.el (calculator): Don't bind split-window-keep-point
2973 (Bug#5674).
2974
2975 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2976
2977 * vc-git.el: Re-flow to fit into 80 columns.
2978 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2979 Remove spurious `quote' element in each case alternative.
2980 (vc-git-show-log-entry): Use prog1.
2981 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2982
2983 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2984
2985 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2986
2987 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
2988
2989 * macros.el (insert-kbd-macro): Look up keyboard macro using the
2990 definition, not the name (Bug#5481).
2991
2992 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
2993
2994 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2995 argument with a local variable. (Bug#5670)
2996
2997 2010-03-02 Juri Linkov <juri@jurta.org>
2998
2999 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
3000
3001 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
3002
3003 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
3004 error when FILENAME and NEWNAME are existing remote directories.
3005
3006 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
3007 parameter DIR-FLAG.
3008
3009 2010-03-02 Glenn Morris <rgm@gnu.org>
3010
3011 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
3012 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
3013
3014 2010-03-01 Kenichi Handa <handa@m17n.org>
3015
3016 * language/burmese.el (burmese-composable-pattern): Rename from
3017 myanmar-composable-pattern.
3018
3019 * international/characters.el (script-list):
3020 * international/fontset.el (script-representative-chars):
3021 Change myanmar to burmese.
3022 (otf-script-alist): Likewise.
3023 (setup-default-fontset): Likewise. Re-fix :otf spec.
3024
3025 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3026
3027 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
3028
3029 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
3030
3031 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
3032
3033 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
3034
3035 * net/tramp.el (tramp-handle-write-region): START can be a string.
3036 Take care in the checks. Reported by Dan Davison
3037 <davison@stats.ox.ac.uk>.
3038
3039 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
3040
3041 * net/dbus.el (dbus-introspect, dbus-get-property)
3042 (dbus-set-property, dbus-get-all-properties):
3043 Use `dbus-call-method' when noninteractive. (Bug#5645)
3044
3045 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
3046
3047 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
3048 * emacs-lisp/elint.el (elint-add-required-env):
3049 * calendar/icalendar.el (icalendar--add-diary-entry):
3050 * calc/calcalg2.el (math-tracing-integral):
3051 * files.el (recover-session-finish): Use with-current-buffer
3052 instead of save-excursion.
3053
3054 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
3055
3056 Fix in-buffer completion when after-change-functions modify the buffer.
3057 * minibuffer.el (completion--replace): New function.
3058 (completion--do-completion): Use it and use relative movement.
3059
3060 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
3061
3062 * international/fontset.el (setup-default-fontset): Fix :otf spec.
3063
3064 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
3065
3066 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
3067 Allow the characters _<> in the stack entry (Bug#5653).
3068
3069 2010-02-26 Kenichi Handa <handa@m17n.org>
3070
3071 * language/burmese.el: Fix entries in composition-function-table.
3072 (myanmar-composable-pattern): New variable.
3073
3074 * international/fontset.el (setup-default-fontset): Add an entry
3075 for myanmar.
3076
3077 * international/characters.el (script-list): Add Myanmar
3078 Extended-A.
3079
3080 2010-02-26 Glenn Morris <rgm@gnu.org>
3081
3082 * custom.el (custom-initialize-delay): Doc fix.
3083
3084 * mail/sendmail.el (send-mail-function): Autoload the call
3085 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
3086
3087 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
3088
3089 * files.el (hack-local-variables-filter): For eval forms, also
3090 check safe-local-variable-p (Bug#5636).
3091
3092 2010-02-24 Eduard Wiebe <usenet@pusto.de>
3093
3094 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
3095 and use c(ad)r of cddr (Bug#5640).
3096
3097 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
3098
3099 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
3100 setting the modes by `ignore-errors'. It might fail, for example
3101 if the file is not owned by the user but the group.
3102 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
3103
3104 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
3105
3106 * files.el (directory-listing-before-filename-regexp):
3107 Use stricter matching for iso-style dates, to avoid false matches with
3108 date-like filenames (Bug#5597).
3109
3110 * htmlfontify.el (htmlfontify): Doc fix.
3111
3112 * eshell/eshell.el (eshell): Doc fix.
3113
3114 * startup.el (fancy-about-screen): In mode-line, apply
3115 mode-line-buffer-id face only to the buffer name (Bug#5613).
3116
3117 2010-02-20 Kevin Ryde <user42@zip.com.au>
3118
3119 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3120 In `watcom' anchor regexp to start of line, to avoid slowness
3121 (Bug#5599).
3122
3123 2010-02-20 Eli Zaretskii <eliz@gnu.org>
3124
3125 * subr.el (remove-yank-excluded-properties): Explain in a comment
3126 why `category' property is removed.
3127
3128 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
3129
3130 * isearch.el (isearch-update-post-hook, isearch-update):
3131 Revert 2010-02-17 change.
3132
3133 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
3134
3135 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
3136 (icalendar--convert-weekly-to-ical)
3137 (icalendar--convert-yearly-to-ical)
3138 (icalendar--convert-block-to-ical)
3139 (icalendar--convert-cyclic-to-ical)
3140 (icalendar--convert-anniversary-to-ical): Take care of time
3141 specifications where hour has 1-digit only (Bug#5549).
3142
3143 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
3144
3145 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
3146 of disassemble output in GDB 7.1.
3147
3148 2010-02-19 Glenn Morris <rgm@gnu.org>
3149
3150 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
3151 property. (Bug#5593)
3152
3153 2010-02-18 Sam Steingold <sds@gnu.org>
3154
3155 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
3156
3157 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3158
3159 Use abbreviated file names in bookmarks (bug#5591).
3160 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
3161 calls to expand-file-name.
3162 (bookmark-relocate): Use abbreviated file names in bookmarks.
3163 (bookmark-load): Use abbreviated file names in messages.
3164
3165 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
3166
3167 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
3168 expand "." and "..". Reported by Thierry Volpiatto
3169 <thierry.volpiatto@gmail.com>.
3170
3171 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
3172
3173 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
3174 permissions of the temporary file to "0600". In case the remote
3175 file has no read permissions for the owner, there might be
3176 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
3177
3178 22010-02-18 Glenn Morris <rgm@gnu.org>
3179
3180 * emacs-lisp/authors.el (authors-renamed-files-alist):
3181 Add entries for INSTALL.CVS.
3182
3183 2010-02-17 Mark A. Hershberger <mah@everybody.org>
3184
3185 * vc-bzr.el: Fix typo in Known Bugs section.
3186
3187 * isearch.el (isearch-update-post-hook): New hook.
3188 (isearch-update): Use the new hook.
3189
3190 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
3191
3192 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3193 Fix errors in copying directories.
3194 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
3195 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
3196 (tramp-handle-delete-file)
3197 (tramp-handle-dired-recursive-delete-directory)
3198 (tramp-handle-write-region): Flush also the cache for the upper
3199 directory.
3200
3201 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
3202
3203 * simple.el (save-interprogram-paste-before-kill): Doc fix.
3204
3205 * cus-edit.el (hardware): Doc fix.
3206
3207 * man.el (man): Add to external custom group.
3208
3209 * delim-col.el (columns): Move to wp custom group.
3210
3211 * doc-view.el (doc-view): Add to data custom group.
3212
3213 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
3214
3215 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
3216 by ispell-parse-output (Bug#5575).
3217
3218 2010-02-16 Kenichi Handa <handa@m17n.org>
3219
3220 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
3221 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
3222 (skkdic-convert): Use `euc-japan' coding system for writing.
3223
3224 2010-02-16 Glenn Morris <rgm@gnu.org>
3225
3226 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
3227 tex-main-file before using it. (Bug#5562)
3228
3229 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3230
3231 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
3232 warnings, since it is annoying for the user to see them each time he
3233 runs the code.
3234
3235 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
3236
3237 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
3238 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
3239 instead of PROC for caching "first-password-request". Otherwise,
3240 new processes would not profit from passwords already entered.
3241
3242 * net/tramp-cache.el (tramp-dump-connection-properties):
3243 Don't save "first-password-request" property.
3244
3245 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
3246
3247 * outline.el (outline-head-from-level):
3248 * simple.el (with-wrapper-hook):
3249 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
3250 (elint-defun, elint-buffer-env, elint-top-form-logged)
3251 (elint-unbound-variable):
3252 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
3253 Fix typos in docstrings.
3254
3255 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
3256
3257 * files.el (insert-directory): When WILDCARD-REGEXP and
3258 FULL-DIRECTORY-P are nil, insert the file entry instead of the
3259 whole directory. (Bug#5551)
3260
3261 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
3262 dired's alignment sanity. (Bug#5516)
3263
3264 2010-02-14 Juri Linkov <juri@jurta.org>
3265
3266 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
3267 Remove remaining ^H with their preceding chars. (Bug#5566)
3268
3269 2010-02-13 Glenn Morris <rgm@gnu.org>
3270
3271 * simple.el (transpose-subr): Give it a doc-string.
3272
3273 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
3274 Doc fixes.
3275
3276 2010-02-12 Juri Linkov <juri@jurta.org>
3277
3278 * arc-mode.el (archive-unique-fname): Make directories for nested
3279 archives. (Bug#5540)
3280
3281 2010-02-12 Juri Linkov <juri@jurta.org>
3282
3283 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
3284
3285 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3286
3287 * subr.el (copy-overlay): Handle deleted overlays.
3288
3289 * man.el (Man-completion-table): Don't signal an error if we can't run
3290 manual-program (bug#4056).
3291
3292 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
3293
3294 * textmodes/artist.el (artist-mt): Fix typos in docstring.
3295
3296 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3297
3298 * info.el (Info-bookmark-jump): Simplify.
3299
3300 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
3301 (bookmark-default-handler): Accept new bookmark field `buffer'.
3302
3303 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
3304
3305 * iswitchb.el (iswitchb-completions): Revert last change.
3306
3307 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
3308
3309 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
3310 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
3311 This prevents file names like "~/" being listed literally.
3312
3313 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
3314
3315 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3316 Remove dead code. (Bug#5546)
3317
3318 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
3319
3320 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
3321 correctly (Bug#5548).
3322
3323 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
3324
3325 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
3326 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
3327
3328 2010-02-08 Kenichi Handa <handa@m17n.org>
3329
3330 * international/mule-util.el (with-coding-priority): Add autoload
3331 cookie for putting `lisp-indent-function'.
3332
3333 2010-02-07 Glenn Morris <rgm@gnu.org>
3334
3335 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
3336 Move F2003 named interfaces from keywords-2 to keywords-1, and
3337 use function-name-face rather than constant-face.
3338 Simplify "abstract interface" regexp.
3339
3340 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
3341
3342 * eshell/esh-util.el (eshell-file-attributes): New optional arg
3343 ID-FORMAT. Pass it to `file-attributes'.
3344
3345 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
3346
3347 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
3348
3349 * faces.el (set-face-attribute): Allow calling
3350 internal-set-lisp-face-attribute with 'unspecified family and
3351 foundry argument (Bug#5536).
3352
3353 2010-02-07 Glenn Morris <rgm@gnu.org>
3354
3355 * progmodes/f90.el (f90-font-lock-keywords-2)
3356 (f90-looking-at-type-like, f90-looking-at-program-block-end):
3357 Handle F2003 named interfaces.
3358
3359 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
3360
3361 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
3362 beg and end before calling c-get-state-before-change-functions.
3363
3364 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
3365
3366 * vc-bzr.el (vc-bzr-dir-extra-headers):
3367 Disable the pending merges header.
3368
3369 2010-02-05 Juri Linkov <juri@jurta.org>
3370
3371 * doc-view.el (doc-view-mode):
3372 * image-mode.el (image-mode): Put property mode-class=special.
3373 (Bug#4896)
3374
3375 2010-02-05 Mark A. Hershberger <mah@everybody.org>
3376
3377 * vc-svn.el (vc-svn-revision-table): New function.
3378
3379 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
3380
3381 * net/ange-ftp.el (ange-ftp-insert-directory):
3382 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3383 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3384 Handle also directories. (Bug#5478)
3385
3386 2010-02-05 Glenn Morris <rgm@gnu.org>
3387
3388 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
3389
3390 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
3391
3392 * startup.el (command-line-1): Convert options beginning with a
3393 single dash as well (Bug#5519).
3394
3395 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
3396
3397 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
3398 * minibuffer.el (completion-initials-expand): Only check the presence
3399 of delims *within* the boundaries, since otherwise the / delim is
3400 always found for files.
3401
3402 Fix up various corner case problems.
3403 * doc-view.el (doc-view-last-page-number): New function.
3404 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3405 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3406 (doc-view-kill-proc): Avoid inf-loop in freak cases.
3407 (doc-view-reconvert-doc): Use the new recursive delete-directory.
3408 (doc-view-convert-current-doc): Don't create the resolution.el file
3409 here any more.
3410 (doc-view-pdf/ps->png): Do it here instead.
3411 (doc-view-already-converted-p): Check that resolution.el is present.
3412 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3413 windows that are not yet showing images.
3414
3415 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
3416
3417 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3418 `dired-uncache' for every elemnt which is an absolute file name.
3419
3420 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3421 directory, handle its directory component.
3422 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3423 function is called permanently and creates noise, otherwise.
3424
3425 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3426 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3427 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
3428
3429 2010-02-04 David Burger <dburger@google.com> (tiny change)
3430
3431 * macros.el (apply-macro-to-region-lines):
3432 Minor simplification. (Bug#5485)
3433
3434 2010-02-04 Glenn Morris <rgm@gnu.org>
3435
3436 * mail/rmail.el (rmail-show-message-1): Handle malformed
3437 quoted-printable text. (Bug#5441)
3438
3439 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3440
3441 * simple.el (visual-line-mode): Capitalize lighter.
3442
3443 2010-02-03 John Wiegley <jwiegley@gmail.com>
3444
3445 * iswitchb.el (iswitchb-completions): Add bookmark files to the
3446 list of files considered for "virtual buffer" completions.
3447
3448 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
3449
3450 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3451 also in case of (and (not full) (not wildcard)). This is needed,
3452 when dired is called with a list of files, which are not in
3453 `default-directory'. (Bug#5478)
3454
3455 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
3456
3457 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3458
3459 2010-02-02 Juri Linkov <juri@jurta.org>
3460
3461 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3462 from unidiff to allow function-line after @@.
3463
3464 2010-02-02 Juri Linkov <juri@jurta.org>
3465
3466 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3467 '(RCS SCCS) with inverted condition.
3468
3469 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
3470
3471 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3472 messages.
3473
3474 2010-02-01 Juri Linkov <juri@jurta.org>
3475
3476 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3477 compare with "pkunzip" and "pkzip" instead of only "pkzip".
3478 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3479 only when (car archive-zip-extract) is "unzip". (Bug#5475)
3480
3481 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3482
3483 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3484 (doc-view-revert-buffer): New command.
3485 (doc-view-mode-map): Use it.
3486
3487 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
3488
3489 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3490 pending merge is detected.
3491
3492 2010-01-31 Juri Linkov <juri@jurta.org>
3493
3494 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3495 beginning of interactive spec like all other grep commands do.
3496 Put "all" in front of "gz". (Bug#5260)
3497
3498 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3499
3500 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3501
3502 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
3503
3504 * dirtrack.el (dirtrack): Warn instead of signalling error if the
3505 regexp is incorrect (Bug#5476).
3506
3507 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
3508
3509 * net/tramp.el (tramp-handle-insert-directory): Handle also
3510 symlinks, when FILENAME is not in `default-directory'.
3511
3512 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3513
3514 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
3515 FILE is not in `default-directory'. (Bug#5478)
3516
3517 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3518 of SWITCHES. Handle the case, FILENAME is not in
3519 `default-directory'. (Bug#5478)
3520 (tramp-register-file-name-handlers): Add safe-magic property.
3521
3522 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
3523
3524 * arc-mode.el (archive-zip-extract): Quote the argument passed to
3525 unzip (Bug#5475).
3526
3527 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
3528
3529 * progmodes/flymake.el (flymake-allowed-file-name-masks)
3530 (flymake-master-make-header-init): Add other C++ filename masks.
3531 (flymake-find-possible-master-files)
3532 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3533
3534 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3535
3536 Fix some busybox annoyances.
3537
3538 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3539 not responding." string.
3540 (tramp-open-connection-setup-interactive-shell): Dump stty
3541 settings. Enable "neveropen" arg for all `tramp-send-command'
3542 calls. Handle "=" in variable values properly.
3543 (tramp-find-inline-encoding): Raise an error, when no encoding is
3544 found.
3545 (tramp-wait-for-output): Check, whether PROC buffer is available.
3546 Remove spurious " ^H" sequences, sent by busybox.
3547 (tramp-get-ls-command): Suppress coloring, if possible.
3548
3549 2010-01-28 Glenn Morris <rgm@gnu.org>
3550
3551 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
3552
3553 * log-edit.el (log-edit-strip-single-file-name): Add missing
3554 :safe, :group, and :version tags.
3555
3556 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
3557
3558 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3559 buffers. (Bug#5477)
3560
3561 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
3562
3563 * files.el (delete-directory): Handle moving to trash without
3564 first doing recursion (Bug#5436).
3565
3566 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
3567
3568 * vc-hooks.el (vc-path): Mark as obsolete.
3569
3570 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
3571
3572 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3573 names too.
3574
3575 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3576 for the short log.
3577 (vc-bzr-log-view-mode): Adjust regexp for the above change.
3578
3579 2010-01-25 Mark A. Hershberger <mah@everybody.org>
3580
3581 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
3582
3583 * vc-bzr.el (vc-bzr-revision-table): New function.
3584
3585 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
3586
3587 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3588 diff-index command. This requires at least git-1.5.5. (Bug#1589).
3589
3590 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
3591
3592 Remove support for adding --signoff on commit.
3593 Future support will use an incompatible generic mechanism.
3594 * vc-git.el (vc-git-add-signoff): Remove variable.
3595 (vc-git-toggle-signoff): Remove function.
3596 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3597
3598 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3599 Rename from xterm-set-background-mode. Return t if the background mode
3600 was set.
3601 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3602 earlier, call it again in case the background mode has changed.
3603
3604 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
3605
3606 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3607 (Bug#3541).
3608
3609 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
3610
3611 * emacs-lisp/assoc.el (aelement): Doc fix.
3612 (aput, adelete, amake): Use lexical-let (Bug#5450).
3613
3614 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
3615
3616 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3617 is the same as subprogram call, not declaration. (Bug#5435).
3618
3619 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
3620
3621 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3622 (tramp-smb-maybe-open-connection): Use it.
3623
3624 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
3625
3626 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
3627
3628 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3629
3630 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3631 just because we see "encoding: 8bit".
3632 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3633
3634 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
3635
3636 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3637
3638 2010-01-22 Eli Zaretskii <eliz@gnu.org>
3639
3640 * jka-compr.el (jka-compr-load): If load-file is not in
3641 load-history, try its file-truename version. (bug#5447)
3642
3643 2010-01-21 Alan Mackenzie <acm@muc.de>
3644
3645 Fix a situation where deletion of a cpp construct throws an error.
3646 * progmodes/cc-engine.el (c-invalidate-state-cache):
3647 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3648 special cpp construct is still in the buffer.
3649 (c-parse-state): Record the special cpp with markers, not numbers.
3650
3651 2010-01-21 Kenichi Handa <handa@m17n.org>
3652
3653 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3654 process last-command-event, as it is now decoded first (Bug#5380).
3655
3656 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
3657
3658 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3659
3660 2010-01-20 Glenn Morris <rgm@gnu.org>
3661
3662 * indent.el (tab-always-indent): Fix custom-type.
3663
3664 2010-01-19 Alan Mackenzie <acm@muc.de>
3665
3666 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3667 buffer throws "args out of range".
3668 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3669 playing the role of delimiter.
3670
3671 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
3672
3673 * progmodes/ada-mode.el: Fix bug#5400.
3674 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3675 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3676 changed. Delete RECURSIVE parameter; never used. Improve doc string.
3677 Improve comments in "is" portion. Handle null procedure declaration.
3678 (ada-move-to-end): Improve doc string.
3679
3680 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
3681
3682 * ido.el (ido-cur-list): Initialize to nil.
3683 Remove obsolete information from commentary.
3684 (ido-choice-list): Initialize to nil.
3685 (ido-get-bufname): Reject minibuffers.
3686 (ido-make-buffer-list): If "default" is a nonexistent
3687 buffer, ignore it, as per the function's comment.
3688 (ido-kill-buffer-internal): New function.
3689 (ido-kill-buffer-at-head): Use it.
3690 (ido-visit-buffer): Likewise.
3691
3692 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
3693
3694 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3695
3696 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
3697
3698 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3699 Fix typos in chart titles.
3700
3701 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3702 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3703 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3704 (describe-class, eieio-describe-generic, describe-generic):
3705 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3706 (eieio-speedbar-expand):
3707 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3708 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3709 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3710 (viper-del-backward-char-in-replace, viper-backward-indent)
3711 (viper-brac-function, viper-register-to-point, viper-submit-report):
3712 * net/tramp.el (tramp-remote-coding-commands):
3713 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3714 Fix typos in docstrings.
3715
3716 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3717
3718 * mail/sendmail.el (mail-yank-original): Set the mark if the
3719 specified function for yanking does not do it.
3720
3721 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
3722
3723 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
3724
3725 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3726 resyncing a directory.
3727
3728 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
3729
3730 * progmodes/ada-mode.el: Fix bug#1920.
3731 (ada-ident-re): Delete ., allow multibyte characters.
3732 (ada-goto-label-re): New; matches goto labels.
3733 (ada-block-label-re): New; matches block labels.
3734 (ada-label-re): New; matches both.
3735 (ada-named-block-re): Delete; callers changed to use
3736 `ada-block-label-re' instead.
3737 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3738 Use `ada-block-label-re'.
3739 (ada-indent-on-previous-lines): Improve handling of goto labels.
3740 (ada-get-indent-block-start): Special-case block label.
3741 (ada-get-indent-label): Split into `ada-indent-block-label' and
3742 `ada-indent-goto-label'.
3743 (ada-goto-stmt-start, ada-goto-next-non-ws):
3744 Optionally ignore goto labels.
3745 (ada-goto-next-word): Simplify.
3746 (ada-indent-newline-indent-conditional): Insert newline before
3747 trying to fix indentation; doc fix.
3748
3749 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
3750
3751 * calc/calc.el (calc-command-flags): Give it an initial value.
3752
3753 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3754
3755 * files.el (minibuffer-with-setup-hook):
3756 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3757 (artist-key-draw-continously, artist-key-do-continously-continously)
3758 (artist-key-set-point-continously, artist-mouse-draw-continously):
3759 Fix typos in docstrings.
3760
3761 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
3762
3763 * nxml/nxml-mode.el (nxml-extend-after-change-region):
3764 Never return t (Bug#3898).
3765
3766 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
3767
3768 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3769 can parse the output of the external commands (Bug#5279).
3770
3771 2010-01-16 Jari Aalto <jari.aalto@cante.net>
3772
3773 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3774
3775 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
3776
3777 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3778
3779 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3780
3781 * startup.el (command-line): Remove unused --icon-type arg.
3782 Handle --display arg, passing it to command-line-1 (Bug#5392).
3783
3784 2010-01-16 Mario Lang <mlang@delysid.org>
3785
3786 * emacs-lisp/chart.el (chart-translate-namezone):
3787 * textmodes/artist.el (artist-compute-popup-menu-table):
3788 Remove duplicated words in doc-strings.
3789
3790 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
3791
3792 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3793 to mairix-search to suppress threading (Bug#5342).
3794
3795 2010-01-15 Kenichi Handa <handa@m17n.org>
3796
3797 * international/mule-cmds.el (canonicalize-coding-system-name):
3798 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3799
3800 2010-01-15 Glenn Morris <rgm@gnu.org>
3801
3802 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
3803
3804 * wid-edit.el (widget-keymap): Doc fix.
3805
3806 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3807 former seems to be more widely accepted by various svn versions.
3808
3809 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3810
3811 * find-cmd.el (find-constituents):
3812 * vc-arch.el (vc-arch-root):
3813 * window.el (window-body-height, pop-up-frames):
3814 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3815 * progmodes/ada-stmt.el (ada-if):
3816 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3817 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3818 (ispell-encoding8-command, ispell-aspell-supports-utf8)
3819 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3820
3821 * progmodes/flymake.el (flymake-post-syntax-check):
3822 Fix typo in error message.
3823
3824 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3825
3826 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3827 which is always a string. (Bug#5313)
3828
3829 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3830
3831 * progmodes/ada-xref.el (ada-default-prj-properties):
3832 Simplify previous change.
3833
3834 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3835
3836 * progmodes/ada-xref.el (ada-default-prj-properties):
3837 Default ada_project_path to $ADA_PROJECT_PATH.
3838
3839 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3840
3841 * progmodes/ada-mode.el (ada-create-keymap):
3842 Override `narrow-to-defun' with `ada-narrow-to-defun'.
3843
3844 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3845
3846 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3847 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3848 (ada-get-current-indent, ada-imenu-generic-expression)
3849 (ada-which-function): Check for it.
3850
3851 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3852
3853 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3854 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3855
3856 2010-01-14 Glenn Morris <rgm@gnu.org>
3857
3858 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
3859
3860 2010-01-14 Kenichi Handa <handa@m17n.org>
3861
3862 * composite.el (auto-composition-mode): Make it a buffer local
3863 variable (permanent-local).
3864 (auto-composition-function): Set the default value to
3865 auto-compose-chars.
3866 (auto-composition-mode): Make it a simple function, not a minor mode.
3867 (global-auto-composition-mode): Likewise.
3868 (turn-on-auto-composition-if-enabled): Delete it.
3869
3870 2010-01-13 Karl Fogel <kfogel@red-bean.com>
3871
3872 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
3873
3874 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
3875
3876 * files.el (copy-directory): Compute target for recursive
3877 directories with identical names. (Bug#5343)
3878
3879 2010-01-12 Glenn Morris <rgm@gnu.org>
3880
3881 * mail/emacsbug.el (report-emacs-bug-pretest-address):
3882 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
3883
3884 2010-01-11 Sam Steingold <sds@gnu.org>
3885
3886 * imenu.el (imenu-default-create-index-function): Detect infinite
3887 loops caused by imenu-prev-index-position-function.
3888
3889 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3890
3891 * htmlfontify.el (htmlfontify-load-rgb-file)
3892 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3893 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3894 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3895 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3896 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3897 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3898 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3899 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3900 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3901 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3902 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3903 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3904 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3905 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3906 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3907 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3908 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3909 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3910 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3911 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3912 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3913 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3914 backslash-quoting from parentheses, etc.
3915
3916 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
3917
3918 * progmodes/js.el: Autoload javascript-mode alias.
3919
3920 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3921
3922 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3923 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3924 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3925 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3926 Fix typos in docstrings.
3927 (ffap-url-regexp): Doc fix.
3928 (ffap-at-mouse): Fix typo in message.
3929
3930 2010-01-11 Glenn Morris <rgm@gnu.org>
3931
3932 * version.el (emacs-copyright): Set copyright year to 2010.
3933
3934 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3935
3936 * format.el (format-annotate-function): Only set
3937 write-region-post-annotation-function after running to-fn so as not to
3938 affect nested write-region calls (bug#5273).
3939
3940 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
3941
3942 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3943 wisent/python.el.
3944
3945 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3946
3947 * man.el (Man-goto-section): Signal error if the section is not
3948 found (Bug#5317).
3949
3950 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
3951
3952 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3953 URLs with a leading triple slash in the file: scheme. (Bug#5345)
3954
3955 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3956
3957 * progmodes/compile.el: Don't treat compile-command as safe if
3958 compilation-read-command might be nil (Bug#4218).
3959
3960 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
3961
3962 * startup.el (command-line-1): Use orig-argi to check for ignored X and
3963 NS options.
3964
3965 2010-01-08 Kenichi Handa <handa@m17n.org>
3966
3967 * international/fontset.el (build-default-fontset-data):
3968 Exclude characters in scripts kana, hangul, han, or cjk-misc.
3969
3970 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
3971
3972 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3973 to `create-file-buffer' as it expects, not just a buffer name.
3974 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3975 to help uniquify. (Bug#3224)
3976
3977 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
3978
3979 * font-setting.el (font-setting-change-default-font): Use user-spec
3980 instead of name.
3981
3982 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3983
3984 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3985
3986 2010-01-05 Tom Tromey <tromey@redhat.com>
3987
3988 * progmodes/python.el (python-font-lock-keywords):
3989 Handle qualified decorators (Bug#881).
3990
3991 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3992
3993 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3994 in a lightweight checkout.
3995
3996 2010-01-05 Kenichi Handa <handa@m17n.org>
3997
3998 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
3999
4000 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4001
4002 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
4003
4004 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
4005
4006 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
4007 checkouts. (Bug#618)
4008 (vc-bzr-log-view-mode): Also highlight the author.
4009 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
4010 (vc-bzr-shelve-menu-map):
4011 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
4012 (vc-bzr-shelve-apply): Make prompt more explicit.
4013
4014 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
4015
4016 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
4017 They are valid characters in URL paths (rfc3986), and at least
4018 Firefox does not understand the encoded version (Bug#3166).
4019
4020 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
4021
4022 * progmodes/octave-mod.el (octave-end-keywords)
4023 (octave-block-begin-or-end-regexp, octave-block-match-alist):
4024 Add "end" keyword (Bug#3061).
4025 (octave-end-as-array-index-p): New function.
4026 (calculate-octave-indent): Use it.
4027
4028 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4029
4030 * bookmark.el: Consistently put the text property on the bookmark name.
4031 (bookmark-bmenu-marks-width): Bump back to 2, to include
4032 annotation marks.
4033 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
4034 property on the bookmark name, instead of not putting it at all.
4035 (bookmark-bmenu-list): Fix where we put the text property.
4036
4037 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4038
4039 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
4040 for showing buffer modified state (as added in the previous change).
4041
4042 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4043
4044 * bookmark.el: Show modified state of bookmark buffer more accurately.
4045 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
4046 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
4047 (with-buffer-modified-unmodified): New macro.
4048 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
4049 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
4050 Use new macro to preserve the buffer modified state.
4051
4052 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4053
4054 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
4055 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
4056 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
4057 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
4058 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4059 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
4060 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
4061
4062 2010-01-02 Eli Zaretskii <eliz@gnu.org>
4063
4064 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4065 Make the lines in the generated doc string shorter. (Bug#4668)
4066
4067 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
4068
4069 * net/rcirc.el: Add follow-link binding (Bug#4738).
4070
4071 2010-01-02 Eli Zaretskii <eliz@gnu.org>
4072
4073 * Makefile.in (bzr-update): Rename from cvs-update.
4074 (cvs-update): New target for backward compatibility.
4075
4076 * makefile.w32-in (bzr-update): Rename from cvs-update.
4077 (cvs-update): New target for backward compatibility.
4078
4079 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4080
4081 * bookmark.el: Remove gratuitous gratitude.
4082
4083 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4084
4085 * bookmark.el (bookmark-bmenu-any-marks): New function
4086 (bookmark-bmenu-save): Clear buffer modification if no marks.
4087
4088 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4089
4090 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
4091 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
4092 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
4093 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
4094
4095 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
4096 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
4097 To: emacs-devel {_AT_} gnu.org
4098 Subject: bookmark.el bug report
4099 Date: Mon, 28 Dec 2009 14:19:16 +0800
4100 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
4101
4102 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4103
4104 * bookmark.el: Improvements suggested by Drew Adams:
4105 (bookmark-bmenu-ensure-position): New name for
4106 `bookmark-bmenu-check-position'. Just ensure the position,
4107 don't return any meaningful value.
4108 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
4109 New constants.
4110
4111 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
4112
4113 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
4114 (bookmark-yank-point, bookmark-bmenu-check-position):
4115 Fix typos in docstrings.
4116 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
4117 (bookmark-name-from-full-record, bookmark-get-position)
4118 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
4119 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
4120 Remove useless quoting of parenthesis, etc. in docstrings.
4121
4122 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
4123 (ediff-append-custom-diff): Fix typo in error message.
4124 (ediff-meta-mark-equal-files): Fix typos in messages.
4125
4126 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
4127
4128 * net/imap-hash.el (imap-hash-make): Doc fix.
4129 (imap-hash-test): Fix typo in error message; reflow docstring.
4130 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
4131 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
4132 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
4133 Fix typos in docstrings.
4134 (imap-hash-open-connection): Fix typo in error message.
4135
4136 * play/gomoku.el (gomoku): Fix typos in docstring.
4137
4138 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
4139 (gdb-jsonify-buffer): Fix typos in docstring.
4140 (gdb-goto-breakpoint): Fix typo in error message.
4141 ("Display Other Windows"): Fix typo in help message.
4142 (gdb-speedbar-expand-node): Fix typo in question.
4143
4144 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
4145 (idlwave-html-system-help-location, idlwave-html-help-location)
4146 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
4147 (idlwave-help-browser-generic-args, idlwave-help-directory)
4148 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
4149 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
4150 (idlwave-online-help, idlwave-help-html-link)
4151 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
4152 Fix typos in docstrings.
4153 (idlwave-help-with-source, idlwave-help-find-routine-definition):
4154 Reflow docstrings.
4155 (idlwave-help-assistant-start): Fix typo in error message.
4156
4157 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
4158 (octave-electric-space): Fix typos in docstrings.
4159
4160 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
4161
4162 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
4163
4164 2010-01-01 Juri Linkov <juri@jurta.org>
4165
4166 * comint.el (comint-input-ring-size): Make it a defcustom and
4167 increase the default to 500 (Bug#5148).
4168
4169 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
4170
4171 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
4172 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
4173 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
4174
4175 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
4176
4177 Show working revision correctly for mercurial.
4178 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
4179 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
4180
4181 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
4182
4183 Declare some functions for the byte-compiler.
4184 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
4185 (speedbar-timer-fn, speedbar-change-expand-button-char)
4186 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
4187
4188 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
4189
4190 This changeset reverts GDB Graphical Interface to use annotations.
4191 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
4192
4193 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
4194
4195 Make vc-dir work on subdirectories of the bzr root.
4196 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
4197 Return file names relative to it.
4198 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
4199 relative directory to vc-bzr-after-dir-status.
4200
4201 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
4202
4203 * font-lock.el (font-lock-refresh-defaults): New function, which
4204 can be used to let font-lock react to external changes in
4205 variables like font-lock-defaults and keywords.
4206 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
4207
4208 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
4209
4210 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
4211
4212 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
4213
4214 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
4215
4216 Supersede color.diff settings in git log (bug#5211).
4217
4218 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
4219 escape chars in its output when the user has color.diff set to `always'.
4220 This fix works on git 1.4.2 and newer (released on 2006-08-13).
4221
4222 2009-12-26 Kevin Ryde <user42@zip.com.au>
4223
4224 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
4225 node. Keep previous "Index" name to work with past coreutils too.
4226
4227 * man.el (man): Revise docstring a bit to show -a and -l as
4228 examples. Add -k description since support for it has otherwise
4229 been a secret. (Further to bug#3717.)
4230 (Man-bgproc-sentinel): When "-k foo" produces no output show error
4231 "no matches" rather than "Can't find manpage", as the latter reads
4232 like -k was interpreted as a page name, which is not so. (Bug#5431)
4233
4234 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
4235
4236 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
4237 switches. Check also for //SUBDIRED// line.
4238
4239 2009-12-25 Kenichi Handa <handa@m17n.org>
4240
4241 * language/indian.el (devanagari-composable-pattern): Fix to
4242 handle ZWNJ and ZWJ. Use it in composition-function-table for
4243 Devanagari.
4244 (malayalam-composable-pattern): Fix previous change.
4245
4246 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4247
4248 * ps-print.el (ps-face-attributes): It was not returning the
4249 attribute face for faces specified as string. Reported by harven
4250 <harven@free.fr>. (Bug#5254)
4251 (ps-print-version): New version 7.3.5.
4252
4253 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
4254
4255 * calendar/icalendar.el (icalendar--convert-tz-offset):
4256 Fix timezone names.
4257 (icalendar--convert-tz-offset): Fix the "last-day-problem".
4258 (icalendar--add-diary-entry): Remove the trailing blank that
4259 diary-make-entry inserts.
4260
4261 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
4262
4263 Make `file-expand-wildcards' work for remote files.
4264
4265 * files.el (file-expand-wildcards): In case of remote files, check
4266 only local file name part for wildcards. Provide feature 'files
4267 and subfeature 'remote-wildcards. (Bug#5198)
4268
4269 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
4270 if there is already an established connection.
4271 (tramp-advice-file-expand-wildcards): Remove it.
4272
4273 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
4274 (tramp-advice-file-expand-wildcards): Move from tramp.el.
4275 Activate advice for older GNU Emacs versions. (Bug#5237)
4276
4277 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
4278
4279 Some doc fixes (more needed).
4280
4281 * find-cmd.el (find-constituents): Reflow docstring.
4282 (find-cmd, find-prune, find-command): Fix typos in docstrings.
4283 (find-generic): Doc fix.
4284
4285 2009-12-17 Juri Linkov <juri@jurta.org>
4286
4287 Fix regression from 23.1 to allow multiple modes in Local Variables.
4288
4289 * files.el (hack-local-variables-filter): While ignoring duplicates,
4290 don't take `mode' into account.
4291 (hack-local-variables-filter, hack-dir-local-variables):
4292 Don't remove duplicate `mode' from local-variables-alist (like `eval').
4293
4294 2009-12-17 Juri Linkov <juri@jurta.org>
4295
4296 Make `dired-diff' more safe. (Bug#5225)
4297
4298 * dired-aux.el (dired-diff): Signal an error when `file' equals to
4299 `current' or when `file' is a directory of the `current' file.
4300
4301 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
4302
4303 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
4304 unconditionally preloaded files.
4305
4306 2009-12-16 Juri Linkov <juri@jurta.org>
4307
4308 Revert to old 23.1 logic of using the file at the mark as default.
4309 * dired-aux.el (dired-diff): Use the file at the mark as default
4310 if it's not the same as the current file, and the target dir is
4311 the current dir or the mark is active. Add the current file
4312 as the arg of `dired-dwim-target-defaults'. Use the default file
4313 in the prompt. (Bug#5225)
4314
4315 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
4316
4317 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
4318 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
4319 (tramp-check-for-regexp): Check also, when an echoing shell stops
4320 to echo sent commands.
4321
4322 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4323
4324 * Makefile.in: Revert last change (Bug#5191).
4325
4326 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
4327
4328 * vc-hg.el (vc-hg-print-log): Fix argument order.
4329 (vc-hg-working-revision): Make sure the command is executed in a
4330 known environment so that we can parse the output. (Bug#4417)
4331
4332 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4333
4334 * progmodes/python.el (python-symbol-completions): Remove text
4335 properties from symbol string before calling python-send-receive.
4336
4337 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
4338
4339 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
4340 when there are values for both file and line. (Bug#5060)
4341
4342 2009-12-14 Juri Linkov <juri@jurta.org>
4343
4344 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
4345 whitespace after the file name of the first line of unified format,
4346 because git-diff doesn't output whitespace and file modification time
4347 after the file name.
4348
4349 2009-12-14 David Kastrup <dak@gnu.org>
4350
4351 * info.el (Info-hide-cookies-node): Before hiding a cookie,
4352 check if it already has the `display' property added by
4353 `Info-display-images-node', and not put the `invisible' property
4354 in this case.
4355
4356 2009-12-13 Glenn Morris <rgm@gnu.org>
4357
4358 * mail/emacsbug.el (message-sort-headers): Define for compiler.
4359 (report-emacs-bug): In message-mode, sort manually before storing
4360 original report text. (Bug#5178)
4361 Remove superfluous save-excursion.
4362
4363 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
4364
4365 * net/dbus.el (dbus-property-handler): Filter lambda forms out
4366 when responding to "GetAll" properties.
4367
4368 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
4369
4370 * simple.el (compose-mail): Remove mail-setup-with-from from
4371 customization checks.
4372
4373 2009-12-12 Eli Zaretskii <eliz@gnu.org>
4374
4375 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
4376 RAR archives created on Unix systems.
4377
4378 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4379
4380 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
4381 the varalias that was accidentally removed by the 2009-11-19 change
4382 (bug#5186).
4383
4384 2009-12-12 Kenichi Handa <handa@m17n.org>
4385
4386 * language/indian.el (indian-compose-regexp): New function.
4387 (malayalam-composable-pattern): Fix the pattern.
4388 (composition-function-table): Set malayalam-composable-pattern for
4389 Malayalam characters.
4390
4391 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
4392
4393 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
4394 rather than down-mouse-1, based on follow-link conventions.
4395
4396 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
4397 are compiled.
4398
4399 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
4400
4401 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
4402 (verilog-vmm-statement-re, verilog-ovm-statement-re)
4403 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
4404 (verilog-leap-to-head, verilog-backward-token):
4405 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
4406
4407 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
4408
4409 * progmodes/verilog-mode.el (verilog-auto-lineup)
4410 (verilog-nameable-item-re): Cleanup user-visible spelling and
4411 documentation errors. One reported by Gary Delp.
4412 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
4413 (verilog-read-decls): Fix AUTOWIRE with types declared in a
4414 package, bug195. Reported by Pierre-David Pfister.
4415
4416 2009-12-11 Glenn Morris <rgm@gnu.org>
4417
4418 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4419
4420 * mail/emacsbug.el: No longer require sendmail.
4421 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
4422 (report-emacs-bug-orig-text): Doc fix.
4423 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4424 New local variables, to adapt to different mail-user-agents.
4425 (report-emacs-bug): Fix test for a gnu.org address.
4426 Use overlays for emphasis, since font-lock defeats 'face property.
4427 Pretest bugs also end up at the newsgroup these days.
4428 Stop message-mode stripping text properties.
4429 Set and use the new buffer-local variables.
4430 (report-emacs-bug-hook): Add doc-string.
4431 Remove some unnecessary save-excursions and simplify.
4432 Use the appropriate hook and send-command.
4433
4434 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
4435 capitalization of some menu entries.
4436
4437 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4438
4439 * whitespace.el (whitespace-display-char-on):
4440 Ensure `buffer-display-table' is unique when two or more windows are
4441 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
4442 New version 12.1.
4443
4444 2009-12-10 Eli Zaretskii <eliz@gnu.org>
4445
4446 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4447 characters in the Attribute field.
4448
4449 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
4450
4451 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
4452
4453 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4454
4455 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4456 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4457 Disregard autoload-excludes.
4458 (update-directory-autoloads): Obey autoload-excludes here instead.
4459 But don't store its contents in no-autoloads and remove entries that
4460 refer to excludes files.
4461
4462 2009-12-10 Glenn Morris <rgm@gnu.org>
4463
4464 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4465 (expand-mail-aliases): Define for compiler.
4466
4467 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4468 Define for compiler.
4469
4470 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4471 appropriate for the mail-user-agent in use.
4472
4473 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
4474
4475 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4476
4477 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
4478
4479 Fix short log parsing and fontification.
4480 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4481 Fix fontification for the [merge] label.
4482
4483 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
4484
4485 Drop some properties to avoid surprises.
4486 * htmlfontify.el (hfy-ignored-properties): New defcustom.
4487 (hfy-fontify-buffer): Use it.
4488
4489 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
4490
4491 Minor cleanup.
4492 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4493 Adjust all callers.
4494 (ffap-locate-file): Remove unused arg `dir-ok' and make other
4495 args compulsory. Adjust callers.
4496 (ffap-gopher-at-point): Remove unused var `name'.
4497
4498 Get rid of the ELCFILES abomination.
4499 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4500 (compile-elcfiles): New phony target.
4501 (compile-main): Compute ELCFILES dynamically.
4502 (compile-clean): New target to remove left-over elc files.
4503 (compile, all): Use it.
4504
4505 2009-12-09 Kenichi Handa <handa@etlken>
4506
4507 * international/mule-diag.el: Require help-mode instead of help-fns.
4508
4509 2009-12-09 Kenichi Handa <handa@m17n.org>
4510
4511 * international/mule-cmds.el (ucs-names): Supply sufficiently
4512 fine ranges instead of pre-calculating accurate ranges.
4513 Iterate with bigger gc-cons-threshold.
4514
4515 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
4516
4517 Add support for stashing a snapshot of the current tree.
4518 * vc-git.el (vc-git-stash-snapshot): New function.
4519 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4520
4521 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
4522
4523 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4524 instead of `(beginning|end)-of-line'.
4525
4526 2009-12-08 Glenn Morris <rgm@gnu.org>
4527
4528 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4529
4530 * Makefile.in (ELCFILES): Regenerate.
4531
4532 2009-12-07 Juri Linkov <juri@jurta.org>
4533
4534 Don't lazy-highlight the comint output in history Isearch mode.
4535
4536 * comint.el (comint-history-isearch-search): Instead of
4537 `comint-line-beginning-position', use `comint-after-pmark-p'
4538 to check if point if before the process mark, and go to
4539 `process-mark' in this case.
4540
4541 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4542
4543 * textmodes/tex-mode.el (latex-complete)
4544 (latex-indent-or-complete): Remove.
4545 (latex-mode): Set completion-at-point-functions instead.
4546
4547 Provide a standard completion command and hook it into TAB.
4548 * minibuffer.el (completion-at-point-functions): New var.
4549 (completion-at-point): New command.
4550 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4551 * progmodes/python.el (python-mode-map): Use completion-at-point.
4552 (python-completion-at-point): Rename from python-partial-symbol and
4553 adjust for use in completion-at-point-functions.
4554 (python-mode): Setup completion-at-point for Python completion.
4555 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4556 extracted from lisp-complete-symbol.
4557 (lisp-complete-symbol): Use it.
4558 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4559 setup completion-at-point for Elisp completion.
4560 (emacs-lisp-mode-map, lisp-interaction-mode-map):
4561 Use completion-at-point.
4562 * ielm.el (ielm-map): Use completion-at-point.
4563 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4564 * progmodes/sym-comp.el: Move to...
4565 * obsolete/sym-comp.el: Move from progmodes.
4566
4567 2009-12-07 Eli Zaretskii <eliz@gnu.org>
4568
4569 Prevent save-buffer in Rmail buffers from using the coding-system
4570 of the current message, and from clobbering the encoding mnemonics
4571 in the mode line (Bug#4623).
4572
4573 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4574 flag, too.
4575 (rmail-message-encoding): New variable.
4576 (rmail-write-region-annotate): Record the encoding of the current
4577 message in rmail-message-encoding.
4578 (rmail-after-save-hook): New function, restores the encoding of
4579 the current message after the message collection is saved.
4580
4581 2009-12-07 Juri Linkov <juri@jurta.org>
4582
4583 * progmodes/grep.el (grep-read-files): Use `completing-read'
4584 instead of `read-string'. Set its `collection' arg to
4585 `read-file-name-internal'. (Bug#4301)
4586
4587 2009-12-07 Juri Linkov <juri@jurta.org>
4588
4589 Correctly restore original Isearch point. (Bug#4994)
4590
4591 * isearch.el (isearch-mode): Move `isearch-push-state' after
4592 `(run-hooks 'isearch-mode-hook)'.
4593 (isearch-cancel): When `isearch-push-state-function' is defined,
4594 let-bind `isearch-cmds' to the first state (the last element of
4595 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4596 function and restores the original point). Otherwise, move point
4597 to `isearch-opoint'.
4598
4599 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4600
4601 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4602 chars that don't have names, so the table can be built much faster at
4603 run-time.
4604
4605 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
4606
4607 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4608 change. Suggested by David Kastrup.
4609
4610 * simple.el (compose-mail): Check for incompatibilities and warn.
4611 (compose-mail-user-agent-warnings): New option.
4612
4613 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4614
4615 Support showing a single log entry from vc-annotate.
4616 * vc.el (print-log): Add a new argument: START-REVISION.
4617 (vc-print-log-internal): Add a new optional argument and
4618 pass it to the backend.
4619 (vc-print-log, vc-print-root-log): Adjust callers.
4620 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4621 buffer already displays the requested log entry, use it.
4622 Otherwise display only the log entry in question.
4623 * vc-svn.el (vc-svn-print-log):
4624 * vc-mtn.el (vc-mtn-print-log):
4625 * vc-hg.el (vc-hg-state):
4626 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4627 (vc-git-show-log-entry): Return t on success.
4628 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4629 (vc-bzr-show-log-entry): Return t on success.
4630 * vc-rcs.el (vc-rcs-print-log):
4631 * vc-sccs.el (vc-sccs-print-log):
4632 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4633
4634 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4635
4636 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4637 Add menus to the meta mode. (Bug#5043)
4638
4639 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
4640
4641 * ediff-init.el (ediff-event-key): Use event-to-character instead of
4642 event-key.
4643
4644 * ediff.el (ediff-buffers-internal): Add unwind-protect.
4645
4646 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
4647
4648 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
4649 Berbain <raphael.berbain@gmail.com>.
4650
4651 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
4652 characters.
4653 (tramp-initial-end-of-output): New defconst.
4654 (tramp-methods, tramp-find-shell)
4655 (tramp-open-connection-setup-interactive-shell)
4656 (tramp-maybe-open-connection): Use it.
4657 (tramp-shell-prompt-pattern, tramp-wait-for-output):
4658 Handle existence of `#' and `$'.
4659
4660 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
4661 Use `tramp-initial-end-of-output'.
4662
4663 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4664
4665 Get the background mode from the terminal for xterm, and set
4666 faces accordingly.
4667 * term/xterm.el (xterm-set-background-mode): New function.
4668 (terminal-init-xterm): Use it in case xterm supports background
4669 color queries. Recompute faces after getting the background
4670 color.
4671
4672 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
4673
4674 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4675 number comment back on its own line, for easier parsing.
4676
4677 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4678
4679 Make it work for non-file buffers (bug#5102).
4680 * doc-view.el (doc-view-current-cache-dir):
4681 Use doc-view-buffer-file-name rather than buffer-file-name.
4682 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4683
4684 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
4685
4686 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4687 author field is too short.
4688
4689 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
4690
4691 * vc-git.el (vc-git-print-log): Handle a limit argument.
4692 Display the short log in graph form and with labels.
4693 (vc-git-log-view-mode): Handle labels.
4694
4695 Make vc-revert change VC state from 'added to 'unregistered.
4696 * vc-git.el (vc-git-revert): Call git reset first.
4697
4698 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4699
4700 * net/newst-backend.el, net/newst-plainview.el:
4701 * net/newst-reader.el, net/newst-ticker.el:
4702 * net/newst-treeview.el, net/newsticker.el:
4703 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
4704
4705 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4706
4707 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4708
4709 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4710 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
4711 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4712 Update annotation regexp.
4713
4714 * simple.el (beginning-of-visual-line): Constrain to field
4715 boundaries (Bug#5106).
4716
4717 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4718
4719 * xml.el (xml-substitute-numeric-entities):
4720 Move newsticker--decode-numeric-entities in newst-backend.el to
4721 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4722 * net/newst-backend.el (newsticker--parse-generic-feed)
4723 (newsticker--parse-generic-items)
4724 (newsticker--decode-numeric-entities):
4725 Move newsticker--decode-numeric-entities in newst-backend.el to
4726 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4727
4728 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
4729
4730 * progmodes/js.el (js--js-not): Add null to the list of values.
4731
4732 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4733
4734 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4735
4736 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4737
4738 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4739 delimiter if it is at the end of the current line.
4740 (bibtex-generate-url-list): Fix docstring.
4741
4742 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4743
4744 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4745 minibuffer's content with itself.
4746 Fold the confirm-after-completion case into the `confirm' case.
4747 (completion-pcm-word-delimiters): Add : and / to the delimiters.
4748
4749 2009-12-06 Kevin Ryde <user42@zip.com.au>
4750
4751 * ffap.el (ffap-rfc-path): Make this a defcustom since
4752 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
4753
4754 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4755 manuals, similar to existing setup for help-mode. (Bug#3913.)
4756
4757 2009-12-05 Juri Linkov <juri@jurta.org>
4758
4759 Save and restore dired buffer's point positions too. (Bug#4880)
4760
4761 * dired.el (dired-save-positions): Return in the first element
4762 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4763 Doc fix.
4764 (dired-restore-positions): First restore buffer's position.
4765 While restoring window's positions, check if window still displays
4766 the original buffer.
4767
4768 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
4769
4770 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4771 if possible.
4772
4773 * shell.el (shell): Require ansi-color (Bug#5113).
4774
4775 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4776
4777 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4778
4779 2009-12-05 Alan Mackenzie <acm@muc.de>
4780
4781 * progmodes/cc-mode.el (c-before-hack-hook)
4782 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4783 `c-file-style' to work again. This reversion restores the current
4784 software to its state in Emacs 23.1. (Bug#4146)
4785
4786 2009-12-05 Kevin Ryde <user42@zip.com.au>
4787
4788 * textmodes/sgml-mode.el (sgml-lexical-context):
4789 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
4790
4791 2009-12-05 Juri Linkov <juri@jurta.org>
4792
4793 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4794 for virtual nodes. (Bug#4147)
4795 (Info-find-node-2): Set `Info-current-node-virtual' to nil
4796 when moving from a virtual node.
4797 (Info-mode-menu): Add `Info-virtual-index' to the menu.
4798 (Info-mode): Add `Info-virtual-index' to the docstring.
4799
4800 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4801
4802 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4803 track of the buffer position of the end of a BibTeX entry as this
4804 position may change during reformatting.
4805 (bibtex-format-entry): Remove whitespace before processing
4806 numerical fields so that we recognize the latter properly.
4807 (bibtex-reformat): Do not use push which changes the global value
4808 of bibtex-entry-format.
4809 (bibtex-field-braces-alist, bibtex-field-strings-alist)
4810 (bibtex-field-re-init): Replace only space characters by regexp
4811 for whitespace.
4812 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
4813 (bibtex-initialize): Also update bibtex-strings.
4814 (bibtex-kill-field): Preserve white space at end of entry.
4815 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4816 Update bibtex-reference-keys.
4817
4818 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4819
4820 * minibuffer.el (completion-pcm--merge-try): Also consider placing
4821 point after a star, if that's the only place where modifications can
4822 make progress.
4823
4824 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
4825
4826 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4827 in docstrings.
4828
4829 2009-12-04 Juri Linkov <juri@jurta.org>
4830
4831 * proced.el (proced): Call `(proced-update t)' to update process
4832 information instead of only running proced-post-display-hook.
4833 (proced-send-signal): Add a leading space to the buffer name
4834 " *Marked Processes*" to make this buffer ephemeral.
4835
4836 2009-12-04 Juri Linkov <juri@jurta.org>
4837
4838 * dired.el (dired-auto-revert-buffer): New defcustom.
4839 (dired-internal-noselect): Use it.
4840
4841 2009-12-04 Juri Linkov <juri@jurta.org>
4842
4843 Change roles of modes and functions in image-mode.el (Bug#5062).
4844
4845 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4846 in `auto-mode-alist'.
4847 (image-mode-previous-major-mode): New variable.
4848 (image-minor-mode-map): Rename from `image-mode-text-map'.
4849 (image-mode): Move graceful error-handling code from
4850 `image-minor-mode' to here. On errors call `image-mode-as-text'.
4851 (image-minor-mode): Remove all image-handling code.
4852 Replace `image-mode-text-map' with `image-minor-mode-map'.
4853 Check for `image-type' in mode-line format string.
4854 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4855 (image-mode-as-text): New function with most code from
4856 `image-mode-maybe'.
4857 (image-toggle-display-text): Move code that removes image
4858 properties from `image-toggle-display' to here.
4859 (image-toggle-display-image): New function with code that adds
4860 image properties copied from `image-toggle-display'.
4861 (image-toggle-display): Remove most code with leaving only code
4862 that toggles between `image-mode-as-text' and `image-mode'.
4863
4864 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
4865
4866 * net/newst-treeview.el
4867 (newsticker--treeview-list-highlight-start): Restored call to
4868 save-excursion: Selected item was stuck.
4869 (newsticker--treeview-list-select): New.
4870 (newsticker--treeview-item-show-text)
4871 (newsticker--treeview-item-show)
4872 (newsticker--treeview-item-update): Use new
4873 newsticker-treeview-item-mode.
4874 (newsticker-treeview-update): Keep current item.
4875 (newsticker-treeview-next-new-or-immortal-item): Doc change.
4876 (newsticker--treeview-first-feed): Doc change.
4877 (newsticker-treeview-list-menu)
4878 (newsticker-treeview-item-menu): Add menu entries.
4879 (newsticker-treeview-item-mode): New.
4880
4881 * net/newst-backend.el (newsticker-customize): Delete other
4882 windows.
4883
4884 2009-12-04 Sam Steingold <sds@gnu.org>
4885
4886 * log-view.el (log-view-mode-map): "q" calls quit-window,
4887 like in all the other non-self-insert buffers.
4888
4889 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4890
4891 Minor cleanup.
4892 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4893 key decoding rather than do it manually via last-input-event +
4894 ascii-character.
4895 (term-exec): Use delete-and-extract-region.
4896 (term-handle-ansi-terminal-messages): Remove unused var `end'.
4897 (term-process-pager): Remove unused var `i'.
4898 (term-dynamic-simple-complete): Make obsolete.
4899 (serial-update-config-menu): Remove unused vars `y' and `str'.
4900 (term-update-mode-line): Remove unused var `temp'.
4901
4902 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4903
4904 Limit the number of log entries displayed by default.
4905 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4906 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4907 using a prefix argument.
4908
4909 2009-12-03 Glenn Morris <rgm@gnu.org>
4910
4911 * progmodes/idlwave.el (class): Restore still useful declaration.
4912
4913 2009-12-03 Alan Mackenzie <acm@muc.de>
4914
4915 Enhance `c-parse-state' to run efficiently in "brace deserts".
4916
4917 * progmodes/cc-mode.el (c-basic-common-init):
4918 Call c-state-cache-init.
4919 (c-neutralize-syntax-in-and-mark-CPP): Rename from
4920 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
4921 placing `category' properties value 'c-cpp-delimiter at its boundaries.
4922
4923 * progmodes/cc-langs.el (c-before-font-lock-function):
4924 c-extend-and-neutralize-syntax-in-CPP has been renamed
4925 c-neutralize-syntax-in-and-mark-CPP.
4926
4927 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4928 with `category' properties now, not `syntax-table' ones.
4929
4930 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4931 enhanced (but slower) version of c-end-of-macro that won't land
4932 inside a literal or on another awkward character.
4933 (c-state-cache-too-far, c-state-cache-start)
4934 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4935 (c-state-nonlit-pos-cache-limit, c-state-point-min)
4936 (c-state-point-min-lit-type, c-state-point-min-lit-start)
4937 (c-state-min-scan-pos, c-state-brace-pair-desert)
4938 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4939 buffer local variables.
4940 (c-state-literal-at, c-state-lit-beg)
4941 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4942 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4943 (c-state-cache-top-paren, c-state-cache-after-top-paren)
4944 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4945 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4946 (c-renarrow-state-cache)
4947 (c-append-lower-brace-pair-to-state-cache)
4948 (c-state-push-any-brace-pair, c-append-to-state-cache)
4949 (c-remove-stale-state-cache)
4950 (c-remove-stale-state-cache-backwards, c-state-cache-init)
4951 (c-invalidate-state-cache-1, c-parse-state-1)
4952 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
4953 (c-parse-state): Enhance and refactor.
4954 (c-debug-parse-state): Amend to deal with all the new variables.
4955
4956 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4957 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
4958 modify to use category text properties rather than syntax-table ones.
4959 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
4960 to switch off/on the syntactic paren property of C++ template
4961 delimiters using the category property.
4962 (c-with-<->-as-parens-suppressed): Macro to invoke code with
4963 template delims suppressed.
4964 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4965 New constant/macros which apply category properties to the start
4966 and end of preprocessor constructs.
4967 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
4968 "comment out" the syntactic value of characters in preprocessor
4969 constructs.
4970 (c-with-cpps-commented-out)
4971 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4972 with characters in all or all but one preprocessor constructs
4973 "commented out".
4974
4975 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4976
4977 * proced.el (proced-filter-alist): Use regexp-quote.
4978
4979 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
4980
4981 Cleanup.
4982 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4983 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
4984 arguments. Expand `default-directory'.
4985
4986 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4987 the benefit of returning an expanded localname.
4988 (tramp-tramp-file-p): Handle the case NAME is not a string.
4989
4990 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4991
4992 Add support for bzr shelve/unshelve.
4993 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4994 (vc-bzr-extra-menu-map): New variables.
4995 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4996 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4997 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4998 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4999 (vc-bzr-dir-extra-headers): Display shelves.
5000
5001 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
5002
5003 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5004
5005 * textmodes/bibtex.el (bibtex-complete-internal):
5006 Use completion-in-region.
5007 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
5008
5009 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5010
5011 Support applying stashes. Improve UI.
5012 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
5013 (vc-git-stash-apply, vc-git-stash-pop)
5014 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
5015 (vc-git-stash-menu): New functions.
5016 (vc-git-stash-menu-map): New variable.
5017 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
5018
5019 2009-12-03 Glenn Morris <rgm@gnu.org>
5020
5021 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
5022 (vc-print-log-internal): Fix previous change.
5023 (vc-revert): Correct pluralization.
5024
5025 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5026
5027 * progmodes/make-mode.el (makefile-special-targets-list): No need for
5028 it to be an alist any more.
5029 (makefile-complete): Use completion-in-region.
5030
5031 * progmodes/octave-mod.el (octave-complete-symbol):
5032 Use completion-in-region.
5033
5034 Misc cleanup.
5035 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
5036 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
5037 (idlwave-complete-class): Don't quote lambda.
5038 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
5039 (idlwave-mode-map): Move initialization into declaration.
5040 (idlwave-action-and-binding): Use backquotes.
5041 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
5042 Simplify.
5043 (idlwave-is-pointer-dereference): Remove unused var `pos'.
5044 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
5045 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
5046 `parts', and `all-parts'.
5047 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
5048 (idlwave-convert-xml-system-routine-info): Remove unused string
5049 `version-string'.
5050 (idlwave-display-user-catalog-widget): Use dolist.
5051 (idlwave-scanning-lib): Declare dynamically-scoped var.
5052 (idlwave-scan-library-catalogs): Remove unused var `flags'.
5053 (completion-highlight-first-word-only): Declare to silence bytecomp.
5054 (idlwave-popup-select): Tighten scope of `resp'.
5055 (idlwave-find-struct-tag): Remove unused var `beg'.
5056 (idlwave-after-load-rinfo-hook): Declare.
5057 (idlwave-sintern-class-info): Remove unused var `taglist'.
5058 (idlwave-find-class-definition): Remove unused var `list'.
5059 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
5060 (idlwave-what-module-find-class): Remove unused var `classes'.
5061
5062 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
5063
5064 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
5065
5066 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5067
5068 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
5069 buffers visited. Remove redundant current-buffer-saving.
5070
5071 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5072
5073 Use completion-in-buffer and remove uses of dynamic scoping.
5074 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
5075 (pascal-buffer-to-use, pascal-flag): Don't declare.
5076 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
5077 (pascal-get-completion-decl, pascal-keyword-completion):
5078 Add `pascal-str' argument, save-excursion,
5079 return the found completions, and don't filter with pascal-pred.
5080 (pascal-completion-cache): New var.
5081 (pascal-completion): Don't switch buffer any more (it was never
5082 necessary). Don't save-excursion any more (it's done by the called
5083 subroutines). Use a cache to avoid redundant computations.
5084 Use complete-with-action rather than pascal-completion-response and
5085 let it apply the predicate as well.
5086 (pascal-complete-word): Use completion-in-buffer when
5087 pascal-toggle-completions is nil.
5088 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
5089 not used any more.
5090 (pascal-comp-defun): Don't change buffer any more.
5091 Use complete-with-action rather than pascal-completion-response and
5092 let it apply the predicate as well.
5093 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
5094 when neded.
5095
5096 2009-12-02 Kenichi Handa <handa@m17n.org>
5097
5098 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
5099 shape for all Indic scripts.
5100
5101 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5102
5103 Use completion-in-buffer.
5104 * wid-edit.el (widget-field-text-end): New function.
5105 (widget-field-value-get): Use it.
5106 (widget-string-complete, widget-file-complete)
5107 (widget-color-complete): Use it and completion-in-region.
5108 (widget-complete): Don't narrow the buffer.
5109
5110 2009-12-02 Glenn Morris <rgm@gnu.org>
5111
5112 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
5113 (rmail-select-summary): Use rmail-pop-to-buffer.
5114 * mail/rmailsum.el: Replace all pop-to-buffer calls with
5115 rmail-pop-to-buffer, to prevent horizontal splits.
5116
5117 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
5118 save-excursion with save-current-buffer.
5119 Widen before searching. (Bug#5093)
5120 (diary-list-sexp-entries): Remove superfluous save-excursion.
5121
5122 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
5123
5124 * woman.el (woman-make-bufname): Handle man-pages with "." in the
5125 name. (Bug#5038)
5126
5127 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
5128
5129 * ido.el (ido-file-internal): Handle filenames at point that do
5130 not have a directory part. (Bug#5049)
5131
5132 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
5133
5134 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
5135 (mpc-songs-jump-to, mpc-resume): Doc fixes.
5136
5137 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
5138
5139 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
5140 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
5141 any more.
5142
5143 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5144
5145 * comint.el (comint-insert-input): Ignore clicks to the right of
5146 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
5147
5148 * vc.el (vc-print-log-internal): Don't wait for the process to
5149 terminate before setting up the major mode.
5150
5151 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
5152 in case.
5153
5154 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
5155 the last element.
5156
5157 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
5158
5159 2009-12-01 Glenn Morris <rgm@gnu.org>
5160
5161 * window.el (window--display-buffer-2): Fix previous changes.
5162
5163 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
5164
5165 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
5166
5167 2009-12-01 Glenn Morris <rgm@gnu.org>
5168
5169 * Makefile.in (ELCFILES): Add mpc.elc.
5170
5171 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5172
5173 * mpc.el: New file.
5174
5175 2009-12-01 Glenn Morris <rgm@gnu.org>
5176
5177 * window.el (window-to-use): Define for compiler.
5178
5179 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
5180 consistent with others (no final period).
5181
5182 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
5183 (rmail-mime-show): Downcase the encoding. (Bug#5070)
5184
5185 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
5186
5187 Make vc-print-log buttons work.
5188 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
5189
5190 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
5191
5192 * savehist.el (savehist-autosave-interval): Allow setting to nil
5193 through customize. (Bug#5056)
5194
5195 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
5196
5197 Fix references to jit-lock properties.
5198 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5199 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
5200 (perl-font-lock-special-syntactic-constructs):
5201 Quote jit-lock-defer-multiline property.
5202
5203 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
5204
5205 * vc-git.el (vc-git-registered): Call vc-git-root only once.
5206
5207 2009-11-30 Juri Linkov <juri@jurta.org>
5208
5209 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
5210 value `buffer' of `multi-isearch-next-buffer-current-function'.
5211 Use `(current-buffer)' when `buffer' is nil.
5212 (multi-isearch-next-buffer-from-list): Don't fallback to
5213 `(current-buffer)' when `buffer' is nil. (Bug#4947)
5214
5215 2009-11-30 Juri Linkov <juri@jurta.org>
5216
5217 * misearch.el (multi-isearch-read-buffers): Move canonicalization
5218 of buffers with `get-buffer' to `multi-isearch-buffers'.
5219 (multi-isearch-buffers, multi-isearch-buffers-regexp):
5220 Canonicalize BUFFERS with `get-buffer'. Doc fix.
5221 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
5222 FILES with `expand-file-name' converting relative file names
5223 to absolute. Doc fix. (Bug#4727)
5224
5225 2009-11-30 Juri Linkov <juri@jurta.org>
5226
5227 * misearch.el (multi-isearch-read-buffers)
5228 (multi-isearch-read-matching-buffers): New functions.
5229 (multi-isearch-buffers, multi-isearch-buffers-regexp):
5230 Use them in the `interactive' spec. Doc fix.
5231 (multi-isearch-read-files, multi-isearch-read-matching-files):
5232 New functions.
5233 (multi-isearch-files, multi-isearch-files-regexp):
5234 Use them in the `interactive' spec. Doc fix. (Bug#4725)
5235
5236 2009-11-30 Juri Linkov <juri@jurta.org>
5237
5238 * doc-view.el (doc-view-continuous):
5239 Rename from `doc-view-continuous-mode'.
5240 (doc-view-menu): Move "Toggle display" to the top.
5241 Add submenu "Continuous" with radio buttons "Off"/"On"
5242 and "Save as Default".
5243 (doc-view-scroll-up-or-next-page)
5244 (doc-view-scroll-down-or-previous-page)
5245 (doc-view-next-line-or-next-page)
5246 (doc-view-previous-line-or-previous-page):
5247 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
5248
5249 2009-11-30 Juri Linkov <juri@jurta.org>
5250
5251 * comint.el (comint-mode-map): Rebind `M-r' from
5252 `comint-previous-matching-input' to
5253 `comint-history-isearch-backward-regexp'.
5254 Unbind `M-s' to allow global key binding `M-s'.
5255 Add menu items for `comint-history-isearch-backward' and
5256 `comint-history-isearch-backward-regexp'. (Bug#3746)
5257
5258 2009-11-30 Juri Linkov <juri@jurta.org>
5259
5260 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
5261 For def=recenter, replace `recenter' with `recenter-top-bottom'
5262 that is called with `this-command' and `last-command' let-bound
5263 to `recenter-top-bottom'. When the last `def' was not `recenter',
5264 set `recenter-last-op' to nil. (Bug#4981)
5265
5266 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5267
5268 Minor cleanup and simplification.
5269 * filecache.el (file-cache-add-directory)
5270 (file-cache-add-directory-recursively)
5271 (file-cache-add-from-file-cache-buffer)
5272 (file-cache-delete-file-regexp, file-cache-delete-directory)
5273 (file-cache-files-matching-internal, file-cache-display): Use dolist.
5274 (file-cache-temp-minibuffer-message): Delete function.
5275 (file-cache-minibuffer-complete): Use minibuffer-message instead.
5276
5277 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5278 Don't signal an error when bumping into EOB in tr, s, or y.
5279
5280 2009-11-29 Juri Linkov <juri@jurta.org>
5281
5282 * startup.el (fancy-about-text): Fix wording of Guided Tour.
5283 (Bug#4960)
5284
5285 * descr-text.el (describe-char-unidata-list): Use lowercase name
5286 for "Unicode name" like in other tags.
5287
5288 2009-11-29 Juri Linkov <juri@jurta.org>
5289
5290 * ediff-util.el (ediff-minibuffer-with-setup-hook):
5291 New compatibility macro.
5292 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
5293
5294 2009-11-29 Juri Linkov <juri@jurta.org>
5295
5296 Add defcustom to define the cycling order of `recenter-top-bottom'.
5297 (Bug#4981)
5298
5299 * window.el (recenter-last-op): Doc fix.
5300 (recenter-positions): New defcustom.
5301 (recenter-top-bottom): Rewrite to use `recenter-positions'.
5302 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
5303
5304 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
5305
5306 Improve integration of Tramp and ange-ftp in eshell.
5307
5308 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
5309 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
5310 (eshell/sudo): Flatten args. Let-bind `default-directory'.
5311
5312 * eshell/esh-util.el (top): Require also Tramp when compiling.
5313 (eshell-directory-files-and-attributes): Check for FTP remote
5314 connection.
5315 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
5316 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
5317 (eshell-file-attributes): Handle ".". Return `entry'.
5318
5319 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
5320 (ange-ftp-directory-files-and-attributes)
5321 (ange-ftp-real-directory-files-and-attributes): New defuns.
5322
5323 * net/tramp.el (tramp-maybe-open-connection): Open the remote
5324 shell with "exec" when possible. This prevents trailing prompts
5325 in `start-file-process'.
5326
5327 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5328
5329 Try and remove assumptions about point-min==1.
5330 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
5331 (rng-compute-mode-line-string): Show the validation percentage in
5332 terms of the narrowed text, not the widened text.
5333 (rng-do-some-validation): Don't catch internal errors when debugging.
5334 (rng-first-error): Simplify.
5335 (rng-after-change-function): Remove work around. AFAIK the bug has
5336 been fixed a while ago.
5337
5338 * image-mode.el (image-minor-mode): Exit more gracefully when the image
5339 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
5340
5341 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
5342
5343 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
5344 `cd' doesn't always do it for us (bug#5067).
5345
5346 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
5347 on 2009-10-25 as part of some other change (bug#5067).
5348
5349 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5350
5351 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5352 `suspicious'.
5353 (byte-compile-warnings): Use byte-compile-warning-types.
5354 (byte-compile-save-excursion): Warn about use of set-buffer right
5355 after save-excursion.
5356
5357 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
5358 the excursion as well.
5359
5360 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
5361
5362 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
5363 providing a Tramp related implementation of "su" and "sudo".
5364 (eshell-unix-initialize): Add "su" and "sudo".
5365
5366 2009-11-27 Daiki Ueno <ueno@unixuser.org>
5367
5368 * net/socks.el (socks-send-command): Convert binary request to
5369 unibyte before sending. This fixes mishandling of some port
5370 numbers such as 129.
5371
5372 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5373
5374 * help.el (describe-bindings-internal): Remove `interactive'.
5375
5376 * man.el (Man-completion-table): Trim a terminating "(".
5377 Remove the space between name page a section.
5378 Add the command's description on the `help-echo' property.
5379 Remove `process-connection-type' binding since it's unused by
5380 call-process.
5381 Provide completion for the "<section> <name>" format as well.
5382 (Man-default-man-entry): Remove spurious var shadowing the argument.
5383
5384 2009-11-26 Kevin Ryde <user42@zip.com.au>
5385
5386 * log-view.el: Add "Keywords: tools", since its other keywords
5387 aren't in finder-known-keywords, and following vc.el.
5388
5389 * sha1.el (sha1-string-external): default-directory "/" in case
5390 otherwise non-existent. process-connection-type pipe for touch of
5391 efficiency recommended by elisp manual. (An aside in Bug#3911.)
5392
5393 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5394
5395 Misc coding convention cleanups.
5396 * htmlfontify.el (hfy-init-kludge-hook): Rename from
5397 hfy-init-kludge-hooks.
5398 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
5399 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
5400 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
5401 and push.
5402 (hfy-slant, hfy-weight): Use tables rather than code.
5403 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
5404 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
5405 (hfy-face-attr-for-class): Initialize `face-spec' directly.
5406 (hfy-face-to-css): Remove `nconc' with single arg.
5407 (hfy-p-to-face-lennart): Use `or'.
5408 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
5409 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
5410 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
5411 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
5412 (hfy-force-fontification): Use run-hooks.
5413
5414 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
5415
5416 Various minor fixes.
5417 * htmlfontify.el (hfy-default-header): Add toggle_invis since
5418 Javascript belongs in the header, not the body.
5419 (hfy-javascript): Remove.
5420 (hfy-fontify-buffer): Don't insert it any more.
5421 (hfy-face-at): Handle (face0 face1 face2) style face properties.
5422 Fix bug in invis handling when there were no invis props in a chunk.
5423
5424 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5425
5426 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
5427
5428 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
5429
5430 * finder.el (finder-mode-map): Add a menu.
5431
5432 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
5433
5434 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
5435 "unsigned" structs.
5436
5437 (verilog-leap-to-head, verilog-backward-token): Handle "disable
5438 fork" statement better.
5439
5440 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
5441
5442 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5443 (verilog-delete-auto, verilog-delete-empty-auto-pair)
5444 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5445 Reported by Clay Douglass.
5446
5447 (verilog-auto-inst, verilog-auto-star-safe)
5448 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
5449 Fix removing "// Interfaces" when saving .* expansions.
5450 Reported by Pierre-David Pfister.
5451
5452 2009-11-26 Glenn Morris <rgm@gnu.org>
5453
5454 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5455 the scope.
5456
5457 2009-11-25 Johan Bockgård <bojohan@gnu.org>
5458
5459 * vc-annotate.el (vc-annotate-revision-previous-to-line):
5460 Really use previous revision.
5461
5462 2009-11-25 Kevin Ryde <user42@zip.com.au>
5463
5464 * man.el (Man-completion-table): default-directory "/" in case
5465 doesn't otherwise exist. process-environment COLUMNS=999 so as
5466 not to truncate long names. process-connection-type pipe to avoid
5467 any chance of hitting the pseudo-tty TIOCGWINSZ.
5468 (man): completion-ignore-case t for friendliness and since man
5469 itself is case-insensitive on the command line.
5470 Further to Bug#3717.
5471
5472 * arc-mode.el: Add "Keywords: files", so the details in its
5473 commentary can be reached from finder-by-keyword.
5474 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
5475 editing mode, but it's comms related and sgml-mode.el has "comm"
5476 on that basis too.
5477 * textmodes/bibtex-style.el: Add "Keywords: tex".
5478 * international/isearch-x.el, international/ja-dic-cnv.el:
5479 * international/ja-dic-utl.el, international/kkc.el:
5480 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
5481
5482 2009-11-25 Juri Linkov <juri@jurta.org>
5483
5484 * man.el (Man-completion-table): Modify regexp to include
5485 section names to completion strings. (Bug#3717)
5486
5487 2009-11-25 Juri Linkov <juri@jurta.org>
5488
5489 Search recursively in gzipped files. (Bug#4982)
5490
5491 * progmodes/grep.el (grep-highlight-matches): Add new options
5492 `always' and `auto'. Doc fix.
5493 (grep-process-setup): Check `grep-highlight-matches' for
5494 `auto-detect' to determine the need to compute grep defaults.
5495 Move Windows/DOS specific --colors settings handling
5496 to `grep-compute-defaults'. Check `grep-highlight-matches'
5497 to get the value of "--color=".
5498 (grep-compute-defaults): Compute `grep-highlight-matches' when it
5499 has the value `auto-detect'. Move Windows/DOS specific settings
5500 from `grep-process-setup'.
5501 (zrgrep): New command with alias `rzgrep'.
5502
5503 2009-11-25 Juri Linkov <juri@jurta.org>
5504
5505 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5506 to nil instead of switching off view-mode. (Bug#4896)
5507
5508 2009-11-25 Juri Linkov <juri@jurta.org>
5509
5510 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
5511
5512 * mwheel.el (mwheel-scroll-up-function)
5513 (mwheel-scroll-down-function): New defvars.
5514 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5515 `scroll-up', and `mwheel-scroll-down-function' instead of
5516 `scroll-down'.
5517
5518 * doc-view.el (doc-view-scroll-up-or-next-page)
5519 (doc-view-scroll-down-or-previous-page): Add optional ARG.
5520 Use this ARG in the call to image-scroll-up/image-scroll-down.
5521 Change `interactive' spec to "P". Goto next/previous page only
5522 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5523 SPC/DEL case). Doc fix.
5524 (doc-view-next-line-or-next-page)
5525 (doc-view-previous-line-or-previous-page): Rename arg to ARG
5526 for consistency.
5527 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5528 `doc-view-scroll-up-or-next-page', and buffer-local
5529 `mwheel-scroll-down-function' to
5530 `doc-view-scroll-down-or-previous-page'.
5531
5532 2009-11-25 Juri Linkov <juri@jurta.org>
5533
5534 Provide additional default values (directories at other Dired
5535 windows) via M-n in the minibuffer of some Dired commands.
5536
5537 * dired-aux.el (dired-diff, dired-compare-directories)
5538 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5539 `minibuffer-default' in `minibuffer-with-setup-hook'.
5540 (dired-dwim-target-directory): Find a window that displays Dired
5541 buffer instead of failing when the next window is not Dired.
5542 Use `get-window-with-predicate' to find for the next Dired window.
5543 (dired-dwim-target-defaults): New function.
5544
5545 * ediff-util.el (ediff-read-file-name):
5546 Use `dired-dwim-target-defaults' to set `minibuffer-default'
5547 in `minibuffer-with-setup-hook'.
5548
5549 2009-11-25 Juri Linkov <juri@jurta.org>
5550
5551 Provide additional default values (file name at point or at the
5552 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
5553
5554 * minibuffer.el (read-file-name-defaults): New function.
5555 (read-file-name): Reset `minibuffer-default' to nil when
5556 it duplicates initial input `insdef'.
5557 Bind `minibuffer-default-add-function' to lambda that
5558 calls `read-file-name-defaults' in `minibuffer-selected-window'.
5559 (minibuffer-insert-file-name-at-point): New command.
5560
5561 * files.el (file-name-at-point-functions): New defcustom.
5562 (find-file-default): Remove defvar.
5563 (find-file-read-args): Don't use `find-file-default'.
5564 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5565 to `read-file-name'.
5566 (find-file-literally): Use `read-file-name' with
5567 `confirm-nonexistent-file-or-buffer'.
5568
5569 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5570
5571 * dired.el (dired-read-dir-and-switches):
5572 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5573 to `read-file-name'.
5574 (dired-file-name-at-point): New function.
5575 (dired-mode): Add hook `dired-file-name-at-point' to
5576 `file-name-at-point-functions'.
5577
5578 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5579
5580 Really make the *Completions* window soft-dedicated (bug#5030).
5581 * window.el (window--display-buffer-2): Add `dedicated' argument.
5582 (display-buffer): Pass it when needed so the dedicated flag is set
5583 after calling set-window-buffer, which would otherwise reset it.
5584
5585 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5586
5587 * progmodes/meta-mode.el (meta-complete-symbol):
5588 * progmodes/etags.el (complete-tag):
5589 * mail/mailabbrev.el (mail-abbrev-complete-alias):
5590 Use completion-in-region.
5591
5592 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5593 (dabbrev-completion): Use completion-in-region.
5594 (dabbrev--abbrev-at-point): Simplify regexp.
5595
5596 * abbrev.el (abbrev--before-point): Use word-motion functions
5597 if :regexp is not specified (bug#5031).
5598
5599 * subr.el (string-prefix-p): New function.
5600
5601 * man.el (Man-completion-cache): New var.
5602 (Man-completion-table): Use it.
5603
5604 * vc.el (vc-print-log-internal): Make `limit' optional for better
5605 compatibility (e.g. with vc-annotate.el).
5606
5607 2009-11-24 Kevin Ryde <user42@zip.com.au>
5608
5609 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5610 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
5611
5612 * emacs-lisp/elint.el (elint-add-required-env): Better error message
5613 when .el source file not found or other error.
5614
5615 2009-11-24 Markus Triska <markus.triska@gmx.at>
5616
5617 * linum.el (linum-update-window): Ignore intangible (bug#4996).
5618
5619 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5620
5621 Handle the [back] button properly (bug#4979).
5622 * descr-text.el (describe-text-properties): Add a `buffer' argument.
5623 Use help-setup-xref, help-buffer, and with-help-window.
5624 (describe-char): Add `buffer' argument.
5625 Pass proper command to help-setup-xref. Don't meddle with
5626 help-xref-stack-item directly.
5627 (describe-text-category): Use with-help-window and help-buffer.
5628
5629 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5630 for the displayed buffer (bug#4887).
5631
5632 * man.el (Man-completion-table): New function.
5633 (man): Use it.
5634
5635 2009-11-24 David Reitter <david.reitter@gmail.com>
5636
5637 * vc-git.el (vc-git-registered): Use checkout directory (where
5638 .git is) rather than the file's directory and a relative path spec
5639 to work around a bug in git.
5640
5641 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
5642
5643 Improve handling of processes on remote hosts.
5644
5645 * eshell/esh-util.el (eshell-path-env): New defvar.
5646 (eshell-parse-colon-path): New defun.
5647 (eshell-file-attributes): Use `eshell-parse-colon-path'.
5648
5649 * eshell/esh-ext.el (eshell-search-path):
5650 Use `eshell-parse-colon-path'.
5651 (eshell-remote-command): Remove argument HANDLER.
5652 (eshell-external-command): Check for FTP remote connection.
5653
5654 * eshell/esh-proc.el (eshell-gather-process-output):
5655 Use `file-truename', in order to start also symlinked files.
5656 Apply `start-file-process' instead of `start-process'.
5657 Shorten `command' to the local file name part.
5658
5659 * eshell/em-cmpl.el (eshell-complete-commands-list):
5660 Use `eshell-parse-colon-path'.
5661
5662 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5663
5664 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
5665 to `eshell-directory-change-hook'.
5666
5667 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
5668
5669 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5670 because it could be enabled automatically if view-read-only is non-nil.
5671
5672 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
5673
5674 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5675 made on 2009-11-22.
5676
5677 2009-11-24 Glenn Morris <rgm@gnu.org>
5678
5679 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5680 deleted variable bookmark-bmenu-bookmark-column.
5681
5682 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5683
5684 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5685
5686 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
5687
5688 * net/browse-url.el (browse-url-filename-alist): On Windows, add
5689 two slashes to the "file:" prefix.
5690 (browse-url-file-url): De-munge Cygwin filenames before passing
5691 them to Windows browser.
5692 (browse-url-default-windows-browser): Use call-process.
5693
5694 2009-11-23 Juri Linkov <juri@jurta.org>
5695
5696 Implement DocView Continuous mode. (Bug#4896)
5697 * doc-view.el (doc-view-continuous-mode): New defcustom.
5698 (doc-view-mode-map): Bind C-n/<down> to
5699 `doc-view-next-line-or-next-page', C-p/<up> to
5700 `doc-view-previous-line-or-previous-page'.
5701 (doc-view-next-line-or-next-page)
5702 (doc-view-previous-line-or-previous-page): New commands.
5703
5704 2009-11-23 Juri Linkov <juri@jurta.org>
5705
5706 Implement Isearch in comint input history. (Bug#3746)
5707 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5708 `isearch-mode-hook'.
5709 (comint-history-isearch): New defcustom.
5710 (comint-history-isearch-backward)
5711 (comint-history-isearch-backward-regexp): New commands.
5712 (comint-history-isearch-message-overlay): New buffer-local variable.
5713 (comint-history-isearch-setup, comint-history-isearch-end)
5714 (comint-goto-input, comint-history-isearch-search)
5715 (comint-history-isearch-message, comint-history-isearch-wrap)
5716 (comint-history-isearch-push-state)
5717 (comint-history-isearch-pop-state): New functions.
5718
5719 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
5720
5721 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5722 return.
5723 (tramp-handle-make-symbolic-link)
5724 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5725 Quote file names.
5726 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5727 (tramp-handle-process-file): Use it.
5728
5729 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5730
5731 * window.el (move-to-window-line-last-op): Remove.
5732 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5733
5734 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5735
5736 Make M-r mirror the new cycling behavior of C-l.
5737 * window.el (move-to-window-line-last-op): New var.
5738 (move-to-window-line-top-bottom): New command.
5739 (global-map): Bind M-r move-to-window-line-top-bottom.
5740
5741 2009-11-23 Sven Joachim <svenjoac@gmx.de>
5742
5743 * dired-x.el (dired-guess-shell-alist-default):
5744 Support xz format. (Bug#4953)
5745
5746 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
5747
5748 * emulation/viper-cmd.el: Use viper-last-command-char instead of
5749 last-command-char/last-command-event.
5750 (viper-prefix-arg-value): Do correct conversion of event-char for
5751 XEmacs.
5752
5753 * emulation/viper-util.el, emulation/viper.el:
5754 Use viper-last-command-char instead of
5755 last-command-char/last-command-event.
5756
5757 * ediff-init.el, ediff-mult.el, ediff-util.el:
5758 Replace last-command-char and last-command-event
5759 with (ediff-last-command-char) everywhere.
5760
5761 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5762 created in fundamental mode.
5763
5764 * ediff.el (ediff-version): Revert the change of interactive-p to
5765 called-interactively-p.
5766
5767 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
5768
5769 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5770 generation from word-movement command names.
5771
5772 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5773
5774 * cus-start.el (all): Add native condition for font-use-system-font.
5775
5776 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
5777
5778 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5779 Correct the patch from 2009-11-18. (Bug#3910)
5780
5781 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
5782
5783 * progmodes/subword.el: Rename from lisp/subword.el.
5784
5785 * subword.el: Rename to progmodes/subword.el.
5786
5787 * Makefile.in (ELCFILES): Adapt to subword.el move.
5788
5789 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5790 Stefan Monnier <monnier@iro.umontreal.ca>
5791
5792 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5793 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5794 (bookmark-bmenu-show-filenames): Use push.
5795 (bookmark-bmenu-hide-filenames): Use local var instead of
5796 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
5797 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5798 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5799 filenames now that the bookmark names are always available.
5800
5801 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5802
5803 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5804 (bookmark-search-pattern): Move and leave unbound.
5805 (bookmark-bmenu-mode-map): Change binding.
5806 (bookmark-read-search-input): Simplify.
5807 Don't use text-char-description. Don't error on non-char events.
5808 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5809 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5810 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5811 Use a local var for the timer.
5812 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5813 (i.e. bookmark-bmenu-search).
5814
5815 2009-11-21 Glenn Morris <rgm@gnu.org>
5816
5817 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
5818
5819 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
5820
5821 * net/browse-url.el (browse-url-default-windows-browser):
5822 Use cygstart for cygwin.
5823
5824 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
5825
5826 * bookmark.el: Formatting and doc fixes only:
5827 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5828 (bookmark-bmenu-search): Wrap to fit within 80 columns.
5829 Minor grammar and punctuation fixes in doc string.
5830 (bookmark-read-search-input): Adjust to fit within 80 columns.
5831
5832 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5833
5834 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5835 (c-backward-into-nomenclature): Adapt to subword renaming.
5836
5837 * subword.el (subword-forward, subword-backward, subword-mark)
5838 (subword-kill, subword-backward-kill, subword-transpose)
5839 (subword-downcase, subword-upcase, subword-capitalize)
5840 (subword-forward-internal, subword-backward-internal):
5841 Rename from forward-subword, backward-subword, mark-subword,
5842 kill-subword, backward-kill-subword, transpose-subwords,
5843 downcase-subword, upcase-subword, capitalize-subword,
5844 forward-subword-internal, backward-subword-internal.
5845
5846 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5847
5848 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5849 New options.
5850 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5851 New vars.
5852 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5853 (bookmark-bmenu-filter-alist-by-regexp)
5854 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5855 (bookmark-bmenu-search): New command.
5856 (bookmark-bmenu-mode-map): Bind it.
5857
5858 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5859
5860 * progmodes/cc-cmds.el: declare-functioned forward-subword and
5861 backward-subword to quit the byte-compiler.
5862
5863 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5864
5865 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5866
5867 * progmodes/cc-cmds.el (c-update-modeline)
5868 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5869 Refer to subword.el functions instead of cc-subword.el.
5870
5871 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5872 subword.el functions instead of cc-subword.el.
5873
5874 * progmodes/cc-subword.el: Rename to subword.el.
5875 * subword.el: Rename from progmodes/cc-subword.el.
5876 (subword-mode-map): Rename from c-subword-mode-map.
5877 (subword-mode): Rename from c-subword-mode.
5878 (global-subword-mode): New global minor mode.
5879 (forward-subword): Rename from c-forward-subword.
5880 (backward-subword): Rename from c-backward-subword.
5881 (mark-subword): Rename from c-mark-subword.
5882 (kill-subword): Rename from c-kill-subword.
5883 (backward-kill-subword): Rename from c-backward-kill-subword.
5884 (transpose-subwords): Rename from c-tranpose-subword.
5885 (downcase-subword): Rename from c-downcase-subword.
5886 (capitalize-subword): Rename from c-capitalize-subword.
5887 (forward-subword-internal): Rename from c-forward-subword-internal.
5888 (backward-subword-internal): Rename from c-backward-subword-internal.
5889
5890 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5891
5892 * vc.el (vc-deduce-fileset): Allow non-state changing operations
5893 from a dired buffer.
5894 (vc-dired-deduce-fileset): New function.
5895 (vc-root-diff, vc-print-root-log): Use it.
5896
5897 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5898 nil LIMIT argument to vc-print-log-internal.
5899
5900 2009-11-20 Glenn Morris <rgm@gnu.org>
5901
5902 * Makefile.in (ELCFILES): Regenerate.
5903
5904 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
5905
5906 * calc/calc.el (calc-set-mode-line):
5907 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5908 (math-format-number): Rename `math-format-complement-signed' to
5909 `math-format-twos-complement'.
5910
5911 * calc/calc-bin.el (math-format-twos-complement): Rename from
5912 math-format-complement-signed.
5913 (calc-radix): Rename `calc-complement-signed-mode' to
5914 `calc-twos-complement-mode'.
5915 (calc-octal-radix, calc-hex-radix): Add an argument for
5916 two's complement.
5917
5918 * calc/calc-embed.el (calc-embedded-mode-vars):
5919 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5920
5921 * calc/calc-ext.el (calc-init-extensions):
5922 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5923 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5924
5925 * calc/calc-units.el (math-build-units-table-buffer):
5926 Let `calc-twos-complement-mode' be nil.
5927
5928 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5929 entries.
5930
5931 * calc/calc-vec.el (calcFunc-vunpack):
5932 * calc/calc-aent.el (calc-do-calc-eval):
5933 * calc/calc-forms.el (math-format-date):
5934 * calc/calc-graph.el (calc-graph-plot):
5935 * calc/calc-math.el (math-use-emacs-fn):
5936 * calc/calccomp.el (math-compose-expr):
5937 Let `calc-twos-complement-mode' be nil.
5938
5939 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5940
5941 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5942 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
5943 * minibuffer.el (completion-in-region-functions): New hook.
5944 (completion-in-region): New function.
5945 * emacs-lisp/lisp.el (lisp-complete-symbol):
5946 * pcomplete.el (pcomplete-std-complete): Use it.
5947
5948 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5949
5950 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5951 (latex-complete-alist): New vars.
5952 (latex-string-prefix-p, latex-complete-bibtex-keys)
5953 (latex-complete-envnames, latex-complete-refkeys)
5954 (latex-complete-data): New functions.
5955 (latex-complete, latex-indent-or-complete): New commands.
5956
5957 * window.el (display-buffer-mark-dedicated): New var.
5958 (display-buffer): Obey it.
5959 * minibuffer.el (minibuffer-completion-help): Use it.
5960
5961 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5962
5963 * filecache.el (file-cache-add-file): Use push and cons.
5964 (file-cache-delete-file-regexp): Use push.
5965 (file-cache-complete): Use completion-in-region.
5966
5967 * simple.el (with-wrapper-hook): Fix thinko.
5968
5969 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5970 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5971 Use with-current-buffer and string-to-number.
5972 (hfy-fallback-colour-values): Use assoc-string.
5973 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5974 (hfy-face-at): Remove unused var `found-face'.
5975 (hfy-compile-stylesheet): Remove unused var `css'.
5976 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5977 and `orig-buffer'.
5978 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5979 Use with-current-buffer.
5980 (hfy-text-p): Use expand-file-name and fewer setq.
5981
5982 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
5983
5984 * htmlfontify.el, hfy-cmap.el: New files.
5985
5986 2009-11-19 Juri Linkov <juri@jurta.org>
5987
5988 * minibuffer.el (completions-format): New defcustom.
5989 (completion--insert-strings): Implement vertical format.
5990
5991 * simple.el (switch-to-completions): Move point to the first
5992 completion when point was at the beginning of the buffer.
5993
5994 2009-11-19 Juri Linkov <juri@jurta.org>
5995
5996 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
5997
5998 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5999
6000 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
6001
6002 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
6003 (mail-signature): Change default to t.
6004 (mail-from-style): Deprecate `system-default' value.
6005 (mail-insert-from-field): For default value of mail-from-style,
6006 default to `angles' unless `angles' needs quoting and `parens'
6007 does not.
6008 (mail-citation-prefix-regexp): Use citation regexp from
6009 message-mode.
6010
6011 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
6012
6013 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
6014 Set variables for computing the prompt for reading password.
6015
6016 2009-11-19 Glenn Morris <rgm@gnu.org>
6017
6018 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
6019
6020 * textmodes/flyspell.el (sgml-lexical-context): Declare.
6021
6022 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
6023 (newsticker-treeview-listwindow-height): Fix custom type.
6024
6025 2009-11-19 Kenichi Handa <handa@m17n.org>
6026
6027 * descr-text.el (describe-char-padded-string): Compose with TAB
6028 only if there's a font for CH.
6029 (describe-char): Fix the condition for detecting a trivial composition.
6030
6031 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
6032
6033 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
6034 more accurate version of the regexp. (Bug#3910)
6035
6036 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
6037
6038 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
6039
6040 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
6041
6042 * font-setting.el (font-use-system-font): Declare for byte-compiler.
6043 (font-setting-change-default-font): Fix typo in docstring.
6044
6045 2009-11-18 Alan Mackenzie <acm@muc.de>
6046
6047 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
6048
6049 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6050
6051 * font-setting.el (font-use-system-font): Move ...
6052
6053 * cus-start.el (all): ... to here.
6054
6055 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
6056
6057 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
6058 Don't set `ad-return-value' if `ad-do-it' doesn't.
6059
6060 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
6061 modification time.
6062
6063 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6064
6065 * menu-bar.el: Put "Use system font" in Option-menu.
6066 (menu-bar-options-save): Add font-use-system-font.
6067
6068 * loadup.el: If feature system-font-setting or font-render-setting is
6069 there, load font-setting.
6070
6071 * Makefile.in (ELCFILES): Add font-settings.el.
6072 * font-setting.el: New file.
6073
6074 2009-11-17 Glenn Morris <rgm@gnu.org>
6075
6076 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
6077
6078 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
6079 Preserve point in the list buffer. (Bug#4939)
6080 Use point-at-eol.
6081 (newsticker--treeview-list-update-highlight)
6082 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
6083
6084 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6085
6086 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
6087 Remove.
6088
6089 * calc/calc-ext.el (calc-init-extensions): Remove references to
6090 symclip.
6091
6092 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
6093
6094 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
6095 * calc/calc-help.el (calc-b-prefix-help): Remove references to
6096 `calc-symclip'.
6097
6098 2009-11-16 Kevin Ryde <user42@zip.com.au>
6099
6100 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
6101 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
6102
6103 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
6104 (lm-keywords-list): Allow comma-only separator like "foo,bar".
6105 Ignore trailing spaces by omit-nulls to split-string (fixing
6106 regression from Emacs 21 due to the incompatible split-string
6107 change). (Bug #4928.)
6108
6109 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
6110
6111 * vc.el (vc-log-show-limit): Default to 2000.
6112 (vc-print-log-internal): Insert buttons to request more entries
6113 when limiting the output.
6114
6115 * vc-sccs.el (vc-sccs-print-log):
6116 * vc-rcs.el (vc-rcs-print-log):
6117 * vc-cvs.el (vc-cvs-print-log):
6118 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
6119 LIMIT is non-nil.
6120
6121 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
6122
6123 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
6124 error when `tramp-gvfs-dbus-event-vector' is set.
6125 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
6126
6127 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6128
6129 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
6130
6131 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
6132
6133 * net/dbus.el (dbus-unregister-service): New defun.
6134 (dbus-register-property): Register the handlers of
6135 "org.freedesktop.DBus.Properties" for SERVICE.
6136 (dbus-property-handler): Fix docstring.
6137
6138 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6139
6140 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
6141 Quote doc string reference in defvaralias as it is not in special form.
6142 (byte-compile-output-docform): Doc fix.
6143
6144 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6145
6146 * calc/calc.el (math-2-word-size, math-half-2-word-size)
6147 (calc-complement-signed-mode): New variables.
6148 (calc-set-mode-line): Add indicator for twos-complements.
6149 (math-format-number): Format twos-complement notation.
6150
6151 * calc/calc-bin.el (calc-word-size): Reset the variables
6152 `math-2-word-size' and `math-half-2-word-size'.
6153 (math-format-complement-signed, math-symclip, calcFunc-symclip)
6154 (calc-symclip): New functions.
6155
6156 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
6157
6158 * calc/calc-embed.el (calc-embedded-mode-vars):
6159 Add `calc-complement-signed-mode' to the list of modes.
6160
6161 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
6162 (calc-b-oper-keys): Add `calc-symclip' to list.
6163
6164 * calc/calc-ext.el (math-read-number-fancy): Read complement
6165 signed numbers.
6166 (calc-init-extensions): Add binding for `calc-symclip'.
6167 Add autoload for `calcFunc-symclip' and `calc-symclip'.
6168
6169 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
6170 `calc-symclip'.
6171 (calc-modes-menu): Add item for twos complement mode.
6172
6173 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
6174
6175 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
6176
6177 * register.el (jump-to-register, insert-register): Handle Semantic
6178 tags. From commented-out advice in semantic/senator.el.
6179
6180 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
6181
6182 * vc.el (vc-log-show-limit): New variable.
6183 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
6184 when using a prefix argument.
6185 (vc-print-log-internal): Add new argument LIMIT.
6186
6187 * vc-svn.el (vc-svn-print-log):
6188 * vc-mtn.el (vc-mtn-print-log):
6189 * vc-hg.el (vc-hg-print-log):
6190 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
6191 pass it to the log command when set. Make the BUFFER argument
6192 non-optional.
6193
6194 * vc-sccs.el (vc-sccs-print-log):
6195 * vc-rcs.el (vc-rcs-print-log):
6196 * vc-git.el (vc-git-print-log):
6197 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
6198 ignore it. Make the BUFFER argument non-optional
6199
6200 * bindings.el (mode-line-buffer-identification): Do not purecopy.
6201
6202 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
6203
6204 * dired.el (dired-mode-map): Move encryption items to "Operate"
6205 menu (Bug#4703).
6206
6207 * strokes.el (strokes-update-window-configuration): Make strokes
6208 buffer current before erasing (Bug#4906).
6209
6210 2009-11-15 Juri Linkov <juri@jurta.org>
6211
6212 * simple.el (set-mark-default-inactive): Add :type, :group
6213 and :version. (Bug#4876)
6214
6215 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
6216
6217 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
6218 (archive-unique-fname): ... here. (Bug#4929)
6219
6220 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6221
6222 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
6223 with a real fix.
6224
6225 * novice.el (disabled-command-function): Add useful args.
6226 Setup the help buffer so that [back] works.
6227 Remove redundant call to help-mode.
6228 (disabled-command-function): Use `case'.
6229 (en/disable-command): New function extracted from enable-command.
6230 (enable-command, disable-command): Use it.
6231
6232 2009-11-14 Glenn Morris <rgm@gnu.org>
6233
6234 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
6235 constants. (Bug#4913)
6236
6237 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
6238
6239 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
6240
6241 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
6242 defined in C that have no doc-strings. (Bug#1063)
6243
6244 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
6245
6246 * cus-edit.el (data, files):
6247 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
6248
6249 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
6250
6251 * simple.el (shell-command): Doc fix (Bug#4891).
6252
6253 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
6254
6255 2009-11-14 Glenn Morris <rgm@gnu.org>
6256
6257 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
6258 statements for vc-diff, emerge-quit, and rmail-cease-edit.
6259 If they are already loaded, eval-after-load will do the right thing.
6260
6261 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
6262 compiling.
6263
6264 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
6265
6266 * simple.el (x-selection-owner-p): Declare.
6267 (read-mail-command): Use custom radio type rather than choice.
6268 (completion-no-auto-exit): Doc fix.
6269
6270 * custom.el (defgroup):
6271 * epg-config.el (epg): Doc fixes.
6272
6273 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
6274
6275 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
6276 * international/ccl.el (define-ccl-program): Do not purecopy the
6277 docstring, defconst does it anyway.
6278
6279 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6280
6281 * add-log.el (add-change-log-entry): Avoid displaying the changelog
6282 a second time.
6283
6284 * x-dnd.el (x-dnd-maybe-call-test-function):
6285 * window.el (split-window-vertically):
6286 * whitespace.el (whitespace-help-on):
6287 * vc-rcs.el (vc-rcs-consult-headers):
6288 * userlock.el (ask-user-about-lock-help)
6289 (ask-user-about-supersession-help):
6290 * type-break.el (type-break-force-mode-line-update):
6291 * time-stamp.el (time-stamp-conv-warn):
6292 * terminal.el (te-set-output-log, te-more-break, te-filter)
6293 (te-sentinel, terminal-emulator):
6294 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
6295 (term-write-input-ring, term-check-source, term-start-output-log):
6296 (term-display-buffer-line, term-dynamic-list-completions):
6297 (term-ansi-make-term, serial-term):
6298 * subr.el (selective-display):
6299 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6300 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
6301 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
6302 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
6303 (speedbar-remove-localized-speedbar-support)
6304 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
6305 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
6306 (speedbar-buffers-line-directory):
6307 * simple.el (shell-command-on-region, append-to-buffer)
6308 (prepend-to-buffer):
6309 * shadowfile.el (shadow-save-todo-file):
6310 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
6311 (scroll-bar-maybe-set-window-start):
6312 * sb-image.el (speedbar-image-dump):
6313 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
6314 (load-save-place-alist-from-file):
6315 * ps-samp.el (ps-print-message-from-summary):
6316 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
6317 (ps-background-image, ps-begin-job, ps-do-despool):
6318 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
6319 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
6320 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
6321 (pr-call-process, pr-file-list, pr-interface-save):
6322 * novice.el (disabled-command-function)
6323 (enable-command, disable-command):
6324 * mouse.el (mouse-buffer-menu-alist):
6325 * mouse-copy.el (mouse-kill-preserving-secondary):
6326 * macros.el (kbd-macro-query):
6327 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
6328 * informat.el (batch-info-validate):
6329 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
6330 * hippie-exp.el (try-expand-dabbrev-visible):
6331 * help-mode.el (help-make-xrefs):
6332 * help-fns.el (describe-variable):
6333 * generic-x.el (bat-generic-mode-run-as-comint):
6334 * finder.el (finder-mouse-select):
6335 * find-dired.el (find-dired-sentinel):
6336 * filesets.el (filesets-file-close):
6337 * files.el (list-directory):
6338 * faces.el (list-faces-display, describe-face):
6339 * facemenu.el (list-colors-display):
6340 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
6341 * epg.el (epg--process-filter, epg-cancel):
6342 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
6343 (epa--read-signature-type):
6344 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
6345 (emerge-file-names):
6346 * ehelp.el (electric-helpify):
6347 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
6348 * ediff-vers.el (rcs-ediff-view-revision):
6349 * ediff-util.el (ediff-setup):
6350 * ediff-mult.el (ediff-append-custom-diff):
6351 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
6352 (ediff-wordify):
6353 * echistory.el (Electric-command-history-redo-expression):
6354 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6355 * disp-table.el (describe-display-table):
6356 * dired.el (dired-find-buffer-nocreate):
6357 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
6358 * dabbrev.el (dabbrev--same-major-mode-p):
6359 * chistory.el (list-command-history):
6360 * apropos.el (apropos-documentation):
6361 * allout.el (allout-obtain-passphrase):
6362 (allout-copy-exposed-to-buffer):
6363 (allout-verify-passphrase): Use with-current-buffer.
6364
6365 2009-11-13 Glenn Morris <rgm@gnu.org>
6366
6367 * Makefile.in (ELCFILES): Regenerate.
6368
6369 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
6370
6371 * net/dbus.el (dbus-registered-objects-table): Rename from
6372 `dbus-registered-functions-table', because it contains also properties.
6373 (dbus-unregister-object): Unregister also properties.
6374 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6375 Use a timeout of 500 msec, in order to not block.
6376 (dbus-register-property, dbus-property-handler): New defuns.
6377
6378 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6379
6380 * simple.el (minibuffer-default-add-completions): Drop deprecated
6381 4th arg.
6382
6383 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
6384
6385 * textmodes/artist.el (artist-mouse-choose-operation):
6386 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
6387 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
6388 (artist-compute-up-event-key): New function.
6389 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6390
6391 2009-11-13 Kenichi Handa <handa@m17n.org>
6392
6393 * language/japan-util.el: Make sure that the value of jisx0208
6394 property is jisx0208 character.
6395
6396 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
6397
6398 * international/mule.el (auto-coding-regexp-alist): Only purecopy
6399 car or each item, not the whole list.
6400
6401 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6402
6403 * minibuffer.el (minibuffer-completion-help):
6404 Use minibuffer-hide-completions.
6405
6406 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
6407
6408 * dired.el (dired-save-positions, dired-restore-positions): New funs.
6409 (dired-revert): Use them (bug#4880).
6410
6411 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6412
6413 * tooltip.el (tooltip-frame-parameters): Undo previous change.
6414
6415 2009-11-12 Juri Linkov <juri@jurta.org>
6416
6417 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6418 New functions.
6419 (find-file-literally-at-point): Alias of `ffap-literally'.
6420
6421 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6422
6423 * textmodes/ispell.el (ispell-skip-region-alist):
6424 * textmodes/css-mode.el (auto-mode-alist):
6425 * progmodes/compile.el (auto-mode-alist):
6426 * international/mule.el (ctext-non-standard-encodings-alist)
6427 (ctext-non-standard-encodings-regexp):
6428 * simple.el (shell-command-switch, text-read-only):
6429 * replace.el (occur-mode-map):
6430 * paths.el (rmail-file-name):
6431 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6432 * find-file.el (ff-special-constructs):
6433 * files.el (file-name-handler-alist):
6434 * composite.el: Purecopy strings.
6435
6436 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6437
6438 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6439
6440 * widget.el (define-widget): Purecopy the docstring.
6441 * international/mule-cmds.el (charset): Do not purecopy the
6442 docstring here, define-widget does it.
6443
6444 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6445 * textmodes/bibtex-style.el (auto-mode-alist):
6446 * progmodes/inf-lisp.el (inferior-lisp-prompt):
6447 * progmodes/compile.el (compile-command):
6448 * language/korea-util.el (default-korean-keyboard):
6449 * international/mule-conf.el (file-coding-system-alist):
6450 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6451 * tooltip.el (tooltip-frame-parameters):
6452 * newcomment.el (comment-end, comment-padding):
6453 * dired.el (dired-trivial-filenames):
6454 * comint.el (comint-file-name-prefix): Purecopy initial values.
6455
6456 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
6457
6458 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6459 (tramp-advice-minibuffer-electric-tilde): Unload advices via
6460 `tramp-unload'.
6461 (tramp-advice-make-auto-save-file-name)
6462 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6463 after removing the advice.
6464
6465 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6466
6467 * progmodes/grep.el (grep-regexp-alist):
6468 * international/mule-cmds.el (iso-2022-control-alist):
6469 * emacs-lisp/timer.el (timer-duration-words):
6470 * subr.el (version-separator, version-regexp-alist):
6471 * minibuffer.el (completion-styles-alist):
6472 * faces.el (face-attribute-name-alist, list-faces-sample-text):
6473 Change defvars to defconsts.
6474
6475 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6476 * loadup.el ("international/mule-conf"): Load the byte compiled version.
6477 * international/mule-conf.el: Allow to be byte compiled.
6478
6479 * international/mule.el (define-charset): Purecopy props.
6480 (load-with-code-conversion): Purecopy doc string and file name.
6481 (put-charset-property): Purecopy strings.
6482 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6483
6484 * international/mule-cmds.el (register-input-method): Purecopy arguments.
6485 (define-char-code-property): Correctly purecopy the table.
6486
6487 * international/ccl.el (define-ccl-program): Purecopy the docstring.
6488
6489 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6490
6491 * subr.el (add-hook): Purecopy strings.
6492 (eval-after-load): Purecopy load-history-regexp and the form.
6493
6494 * custom.el (custom-declare-group): Purecopy load-file-name.
6495
6496 * subr.el (menu-bar-separator): New defconst.
6497 * net/eudc.el (eudc-tools-menu):
6498 * international/mule-cmds.el (set-coding-system-map)
6499 (mule-menu-keymap):
6500 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6501 * vc-hooks.el (vc-menu-map):
6502 * replace.el (occur-mode-map):
6503 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
6504 (menu-bar-edit-menu, menu-bar-goto-menu)
6505 (menu-bar-custom-menu, menu-bar-showhide-menu)
6506 (menu-bar-options-menu, menu-bar-tools-menu)
6507 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6508 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6509 (menu-bar-help-menu):
6510 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6511 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6512
6513 * term/x-win.el (x-gtk-stock-map):
6514 * progmodes/vera-mode.el (auto-mode-alist):
6515 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6516 (inferior-lisp-program, inferior-lisp-load-command):
6517 * progmodes/hideshow.el (hs-special-modes-alist):
6518 * progmodes/gud.el (same-window-regexps):
6519 * progmodes/grep.el (grep-program, find-program, xargs-program):
6520 * net/telnet.el (same-window-regexps):
6521 * net/rlogin.el (same-window-regexps):
6522 * language/ethiopic.el (font-ccl-encoder-alist):
6523 * vc-sccs.el (vc-sccs-master-templates):
6524 * vc-rcs.el (vc-rcs-master-templates):
6525 * subr.el (cl-assertion-failed):
6526 * simple.el (next-error-overlay-arrow-position):
6527 * lpr.el (lpr-command):
6528 * locate.el (locate-ls-subdir-switches):
6529 * info.el (same-window-regexps, info)
6530 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6531 * image-mode.el (image-mode, auto-mode-alist):
6532 * hippie-exp.el (hippie-expand-ignore-buffers):
6533 * format.el (format-alist):
6534 * find-dired.el (find-ls-subdir-switches, find-grep-options)
6535 (find-name-arg):
6536 * facemenu.el (facemenu-keybindings):
6537 * dired.el (dired-listing-switches, dired-chown-program):
6538 * diff.el (diff-switches, diff-command):
6539 * cus-edit.el (same-window-regexps):
6540 * bindings.el (mode-line-mule-info)
6541 (mode-line-buffer-identification): Purecopy strings.
6542
6543 2009-11-11 Juri Linkov <juri@jurta.org>
6544
6545 * simple.el (dired-get-filename) <declare-function>:
6546 Tell the byte-compiler about dired-get-filename.
6547 (shell-command): In Dired mode, get filename from the current line
6548 as the default value.
6549
6550 2009-11-10 Glenn Morris <rgm@gnu.org>
6551
6552 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6553 * calendar/holidays.el, progmodes/cperl-mode.el:
6554 Update x-popup-menu declarations.
6555
6556 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6557 (list-load-path-shadows): Use dolist.
6558 (list-load-path-shadows): Use with-current-buffer.
6559
6560 2009-11-10 Juri Linkov <juri@jurta.org>
6561
6562 * minibuffer.el (read-file-name): Support a list of default values
6563 in `default-filename'. Use the first file name where only one
6564 element is required. Doc fix.
6565
6566 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
6567
6568 * net/dbus.el (dbus-unregister-object): Release service, if no
6569 other method is registered for it.
6570
6571 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
6572
6573 * bookmark.el (bookmark-completing-read): Sort bookmark names if
6574 bookmark-sort-flag is non-nil (Bug#4653).
6575
6576 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6577
6578 * emulation/cua-base.el: Add CUA property to some CC mode commands
6579 (Bug#4100).
6580
6581 2009-11-08 Kevin Ryde <user42@zip.com.au>
6582
6583 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
6584 at end of sentence (Bug#4818).
6585
6586 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
6587
6588 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6589 Handle "see declaration of" MSFT statements (Bug#4100).
6590
6591 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
6592
6593 * net/tramp.el (tramp-advice-make-auto-save-file-name)
6594 (tramp-advice-file-expand-wildcards): Unload via
6595 `ad-remove-advice'.
6596
6597 * net/trampver.el: Update release number.
6598
6599 2009-11-08 Kevin Ryde <user42@zip.com.au>
6600
6601 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6602 `ad-do-it'.
6603
6604 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
6605
6606 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6607 in order to keep context in SELinux.
6608
6609 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6610
6611 * dired-aux.el (dired-query): Place cursor in echo area and allow
6612 C-g.
6613
6614 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6615 menu item if not on a directory (Bug#4701).
6616
6617 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
6618
6619 Sync with Tramp 2.1.17.
6620
6621 * net/tramp.el (tramp-handle-copy-directory): Don't use
6622 `file-remote-p' (due to compatibility).
6623
6624 * net/tramp-compat.el (tramp-compat-copy-directory)
6625 (tramp-compat-delete-directory): New defuns.
6626
6627 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6628 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6629 Use `tramp-compat-delete-directory'.
6630
6631 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6632 (tramp-smb-handle-delete-directory):
6633 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6634
6635 * net/trampver.el: Update release number.
6636
6637 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
6638
6639 * tar-mode.el (tar-copy): Call write-region on the right buffer
6640 (Bug#4857).
6641
6642 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6643 by hand, if necessary (Bug#4878).
6644
6645 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
6646
6647 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6648 align size column (Bug#4839).
6649
6650 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6651 statement.
6652
6653 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6654
6655 * progmodes/ld-script.el (auto-mode-alist):
6656 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6657
6658 * cus-face.el (custom-declare-face): Purecopy face spec.
6659
6660 2009-11-06 Kenichi Handa <handa@m17n.org>
6661
6662 * international/uni-bidi.el: Re-generated.
6663 * international/uni-category.el: Re-generated.
6664 * international/uni-combining.el: Re-generated.
6665 * international/uni-mirrored.el: Re-generated.
6666
6667 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6668
6669 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6670 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6671 (tex-start-options, slitex-run-command, latex-run-command)
6672 (tex-run-command, tex-directory):
6673 * textmodes/ispell.el (ispell-html-skip-alists)
6674 (ispell-tex-skip-alists, ispell-tex-skip-alists):
6675 * textmodes/fill.el (adaptive-fill-first-line-regexp):
6676 (adaptive-fill-regexp):
6677 * textmodes/dns-mode.el (auto-mode-alist):
6678 * progmodes/python.el (interpreter-mode-alist):
6679 * progmodes/etags.el (tags-compression-info-list):
6680 * progmodes/etags.el (tags-file-name):
6681 * net/browse-url.el (browse-url-galeon-program)
6682 (browse-url-firefox-program):
6683 * mail/sendmail.el (mail-signature-file)
6684 (mail-citation-prefix-regexp):
6685 * international/mule-conf.el (eight-bit):
6686 * international/latexenc.el (latex-inputenc-coding-alist):
6687 * international/fontset.el (x-pixel-size-width-font-regexp):
6688 * emacs-lisp/warnings.el (warning-type-format):
6689 * emacs-lisp/trace.el (trace-buffer):
6690 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6691 (emacs-lisp-mode-map):
6692 * calendar/holidays.el (holiday-solar-holidays)
6693 (holiday-bahai-holidays, holiday-islamic-holidays)
6694 (holiday-christian-holidays, holiday-hebrew-holidays)
6695 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6696 (hebrew-holidays-1, holiday-oriental-holidays)
6697 (holiday-general-holidays):
6698 * x-dnd.el (x-dnd-known-types):
6699 * tool-bar.el (tool-bar):
6700 * startup.el (site-run-file):
6701 * shell.el (shell-dumb-shell-regexp):
6702 * rfn-eshadow.el (file-name-shadow-tty-properties)
6703 (file-name-shadow-properties):
6704 * paths.el (remote-shell-program, news-directory):
6705 * mouse.el ([C-down-mouse-3]):
6706 * menu-bar.el (menu-bar-tools-menu):
6707 * jka-cmpr-hook.el (jka-compr-load-suffixes)
6708 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6709 (jka-compr-compression-info-list):
6710 * isearch.el (search-whitespace-regexp):
6711 * image-file.el (image-file-name-extensions):
6712 * find-dired.el (find-ls-option):
6713 * files.el (directory-listing-before-filename-regexp)
6714 (directory-free-space-args, insert-directory-program)
6715 (list-directory-brief-switches, magic-fallback-mode-alist)
6716 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6717 (automount-dir-prefix):
6718 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6719 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6720 (face-font-registry-alternatives, face-font-registry-alternatives)
6721 (face-font-family-alternatives):
6722 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6723 (facemenu-foreground-menu, facemenu-face-menu):
6724 * epa-hook.el (epa-file-name-regexp):
6725 * dnd.el (dnd-protocol-alist):
6726 * textmodes/rst.el (auto-mode-alist):
6727 * button.el (default-button): Purecopy strings.
6728
6729 2009-11-06 Glenn Morris <rgm@gnu.org>
6730
6731 * Makefile.in (ELCFILES): Update.
6732
6733 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6734
6735 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6736 * emacs-lisp/levents.el: Move to obsolete/levents.el.
6737
6738 * nxml/xsd-regexp.el (xsdre-gen-categories):
6739 * nxml/xmltok.el (xmltok-parse-entity):
6740 * nxml/rng-parse.el (rng-parse-validate-file):
6741 * nxml/rng-maint.el (rng-format-manual)
6742 (rng-manual-output-force-new-line):
6743 * nxml/rng-loc.el (rng-save-schema-location-1):
6744 * nxml/rng-cmpct.el (rng-c-parse-file):
6745 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6746 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6747
6748 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
6749
6750 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
6751 Remove extra save-excursions and make-variable-buffer-local's.
6752 Suggested by Stefan Monnier.
6753
6754 (verilog-getopt-file, verilog-module-inside-filename-p)
6755 (verilog-set-define): Merge GNU 1.35 and repair changes from
6756 switching to using with-current-buffer.
6757
6758 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6759 being treated as a number and confusing AUTORESET.
6760 Reported by Dan Dever.
6761
6762 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6763 Add verilog-auto-ignore-concat to fix backward compatibility with
6764 older verilog-modes. Reported by Dan Katz.
6765
6766 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6767 containing closing anchors "...$".
6768
6769 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6770 Reported by Wade Smith.
6771
6772 (verilog-batch-execute-func): Comment on function usage.
6773
6774 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
6775
6776 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6777 for labels.
6778
6779 (verilog-label-re, verilog-calc-1): Support proper indent of named
6780 asserts.
6781
6782 (verilog-backward-token, verilog-basic-complete-re)
6783 (verilog-beg-of-statement, verilog-indent-re): Support proper
6784 indent of the assert statement at the beginning of a block of text.
6785
6786 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6787 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6788 tokens as begins.
6789
6790 2009-11-05 Glenn Morris <rgm@gnu.org>
6791
6792 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6793 Emacs 19. (Bug#1531)
6794 (byte-compile-fix-header): Update for the above change.
6795 Drop test for epoch::version.
6796
6797 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
6798 * cus-dep.el (custom-make-dependencies):
6799 * finder.el (finder-compile-keywords):
6800 Use autoload-rubric's feature argument.
6801
6802 * calendar/diary-lib.el (top-level): Make load behave more like require.
6803
6804 * vc-git.el (vc-git-stash-map): Move definition before use.
6805
6806 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6807
6808 * custom.el (custom-declare-group): Purecopy standard-value.
6809 (custom-declare-group): Purecopy custom-prefix.
6810
6811 * international/mule.el (load-with-code-conversion):
6812 Call do-after-load-evaluation unconditionally.
6813
6814 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6815
6816 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6817
6818 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6819
6820 2009-11-04 Glenn Morris <rgm@gnu.org>
6821
6822 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6823 (byte-compile-compatibility): Remove option.
6824 (byte-compile-close-variables, byte-compile-fix-header)
6825 (byte-compile-insert-header, byte-compile-output-docform)
6826 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6827 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6828 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6829 (byte-compile-insert, byte-compile-defun):
6830 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
6831 (byte-defop-compiler19): Remove.
6832 Without byte-compile-compatibility, the 'emacs19-opcode property is not
6833 used by anything. Replace all calls with byte-defop-compiler.
6834
6835 2009-11-04 Juri Linkov <juri@jurta.org>
6836
6837 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6838 (menu-bar-options-menu): Don't quote the `prop' arg of
6839 `menu-bar-make-mm-toggle'.
6840
6841 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
6842
6843 * calendar/calendar.el (cal-loaddefs):
6844 * calendar/diary-lib.el (diary-loaddefs):
6845 * calendar/holidays.el (hol-loaddefs):
6846 * eshell/esh-module.el (esh-groups): Load rather than require.
6847
6848 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6849
6850 * calendar/todo-mode.el (todo-add-category): Don't hardcode
6851 point-min==1.
6852 (todo-top-priorities): Only display-buffer when called interactively.
6853 (todo-item-start): Don't save excursion point.
6854 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
6855 (todo-insert-item-here, todo-file-item, todo-remove-item):
6856 Adjust uses of todo-item-start and todo-item-end.
6857
6858 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6859 (autoload-rubric): Don't use any more.
6860
6861 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6862 and only put a prop if it is non-nil.
6863
6864 2009-11-03 Juri Linkov <juri@jurta.org>
6865
6866 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6867 (menu-bar-options-menu): Fix list quoting (Bug#4429).
6868
6869 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6870 and "Menu" to make top-level menu item visually one unit (like
6871 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6872 multi-word menu items). Fix :help string for quit-window.
6873
6874 2009-11-03 Glenn Morris <rgm@gnu.org>
6875
6876 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6877 (byte-compile-file-form-define-abbrev-table)
6878 (byte-compile-file-form-custom-declare-variable)
6879 (byte-compile-variable-ref, byte-compile-defvar):
6880 Whether or not a warning is enabled should only affect whether we issue
6881 the warning, not whether or not we collect the relevant data.
6882 Eg warnings can be turned on and off throughout the course of a file.
6883
6884 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6885 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6886
6887 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6888
6889 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6890 * play/mpuz.el (mpuz-create-buffer):
6891 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6892 (lm-print-y,s,noise, lm-print-w0, lm-init):
6893 * play/gomoku.el (gomoku-prompt-for-move):
6894 * play/fortune.el (fortune-in-buffer):
6895 * play/dissociate.el (dissociated-press):
6896 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
6897 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
6898 * mail/supercite.el (sc-eref-show):
6899 * mail/smtpmail.el (smtpmail-send-it):
6900 * mail/rmailsum.el (rmail-summary-next-labeled-message)
6901 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6902 (rmail-summary-undelete-many, rmail-summary-rmail-update)
6903 (rmail-summary-goto-msg, rmail-summary-expunge)
6904 (rmail-summary-get-new-mail, rmail-summary-search-backward)
6905 (rmail-summary-add-label, rmail-summary-output-menu)
6906 (rmail-summary-output-body):
6907 * mail/rfc822.el (rfc822-addresses):
6908 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6909 * mail/mailpost.el (post-mail-send-it):
6910 * mail/hashcash.el (hashcash-generate-payment):
6911 * mail/feedmail.el (feedmail-run-the-queue)
6912 (feedmail-queue-send-edit-prompt-help-first)
6913 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6914 (feedmail-deduce-address-list):
6915 * eshell/esh-ext.el (eshell-remote-command):
6916 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6917 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6918 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6919 (viper-save-string-in-file, viper-valid-marker):
6920 * emulation/viper-keym.el (viper-toggle-key):
6921 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6922 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6923 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6924 * emulation/viper-cmd.el (viper-exec-form-in-vi)
6925 (viper-exec-form-in-emacs, viper-brac-function):
6926 * emulation/viper.el (viper-delocalize-var):
6927 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6928 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6929 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6930 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6931 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6932 * emulation/edt.el (edt-electric-helpify):
6933 * emulation/cua-rect.el (cua--rectangle-aux-replace):
6934 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6935 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6936 (cua-indent-to-global-mark-column):
6937 * calendar/diary-lib.el (calendar-mark-1):
6938 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6939 Use with-current-buffer.
6940 * emulation/viper.el (viper-delocalize-var): Use dolist.
6941
6942 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
6943
6944 * comint.el (comint-replace-by-expanded-history-before-point):
6945 Replace !! with the previous input string literally (Bug#1795).
6946
6947 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
6948
6949 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6950 to be made up of whitespace.
6951
6952 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
6953
6954 * minibuffer.el (read-file-name): Don't use file dialogs for
6955 remote directories (Bug#99).
6956
6957 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
6958
6959 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6960
6961 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
6962
6963 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6964 instead of deleting the window or frame.
6965
6966 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6967
6968 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6969 Support face colors.
6970
6971 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6972 New function. Support face colors (Bug#1168).
6973 (tex-common-initialization): Use it.
6974
6975 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6976 mode allows it (Bug#1168).
6977
6978 2009-10-31 Juri Linkov <juri@jurta.org>
6979
6980 * facemenu.el (list-colors-display): Don't mark buffer as
6981 modified (Bug#3948).
6982
6983 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6984
6985 * international/mule-diag.el (list-character-sets-1):
6986 Minor message fix (Bug#3526).
6987
6988 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
6989 Fix face property (Bug#4834).
6990 (etags-list-tags, etags-tags-apropos-additional)
6991 (etags-tags-apropos, tags-select-tags-table): Add follow-link
6992 property.
6993
6994 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6995 items.
6996
6997 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
6998
6999 * textmodes/two-column.el (2C-split):
7000 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
7001 * textmodes/tex-mode.el (tex-set-buffer-directory):
7002 * textmodes/spell.el (spell-region, spell-string):
7003 * textmodes/reftex.el (reftex-erase-buffer):
7004 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
7005 * textmodes/reftex-toc.el (reftex-toc-promote-action):
7006 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
7007 (reftex-select-item):
7008 * textmodes/reftex-ref.el (reftex-label-info-update)
7009 (reftex-offer-label-menu):
7010 * textmodes/reftex-index.el (reftex-index-change-entry)
7011 (reftex-index-phrases-info):
7012 * textmodes/reftex-global.el (reftex-create-tags-file)
7013 (reftex-save-all-document-buffers, reftex-ensure-write-access):
7014 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
7015 (reftex-view-crossref-from-bibtex):
7016 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
7017 (reftex-extract-bib-entries-from-thebibliography)
7018 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
7019 * textmodes/refbib.el (r2b-capitalize-title):
7020 (r2b-convert-buffer, r2b-help):
7021 * textmodes/page-ext.el (pages-directory)
7022 (pages-directory-goto-with-mouse):
7023 * textmodes/bibtex.el (bibtex-validate-globally):
7024 * textmodes/bib-mode.el (bib-capitalize-title):
7025 * textmodes/artist.el (artist-clear-buffer, artist-system):
7026 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
7027 (local-set-scheme-interaction-buffer, xscheme-process-filter)
7028 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
7029 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
7030 (xscheme-send-control-g-interrupt, xscheme-start-process)
7031 (xscheme-process-sentinel, xscheme-cd):
7032 * progmodes/verilog-mode.el (verilog-read-always-signals)
7033 (verilog-set-define, verilog-getopt-file)
7034 (verilog-module-inside-filename-p):
7035 * progmodes/sh-script.el:
7036 * progmodes/python.el (python-pdbtrack-get-source-buffer)
7037 (python-pdbtrack-grub-for-buffer, python-execute-file):
7038 * progmodes/octave-inf.el (inferior-octave):
7039 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7040 (idlwave-shell-compile-helper-routines, idlwave-set-local)
7041 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
7042 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
7043 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
7044 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
7045 (idlwave-shell-filter, idlwave-shell-examine-highlight)
7046 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
7047 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
7048 (idlwave-shell-examine-display, idlwave-shell-run-region)
7049 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
7050 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
7051 * progmodes/idlw-help.el (idlwave-help-get-special-help)
7052 (idlwave-help-get-help-buffer):
7053 * progmodes/gud.el (gud-basic-call, gud-find-class)
7054 (gud-tooltip-activate-mouse-motions-if-enabled):
7055 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
7056 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
7057 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
7058 (ebrowse-tags-next-file):
7059 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
7060 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
7061 (ebnf-eps-finish-and-write):
7062 * progmodes/cpp.el (cpp-edit-save):
7063 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
7064 * progmodes/cc-defs.el (c-emacs-features):
7065 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
7066 (antlr-directory-dependencies):
7067 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
7068 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
7069 (ada-find-any-references, ada-make-filename-from-adaname)
7070 (ada-make-body-gnatstub):
7071 * obsolete/rnews.el (news-list-news-groups):
7072 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
7073 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
7074 * net/rcirc.el (rcirc-debug):
7075 * net/newst-treeview.el (newsticker--treeview-list-add-item)
7076 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
7077 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
7078 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
7079 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
7080 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
7081 (newsticker--treeview-list-clear-highlight)
7082 (newsticker--treeview-list-update-highlight)
7083 (newsticker--treeview-list-highlight-start)
7084 (newsticker--treeview-tree-update-highlight)
7085 (newsticker--treeview-get-selected-item)
7086 (newsticker-treeview-mark-list-items-old)
7087 (newsticker--treeview-set-current-node):
7088 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
7089 * net/newst-backend.el (newsticker--get-news-by-funcall)
7090 (newsticker--get-news-by-wget, newsticker--image-get)
7091 (newsticker--image-sentinel):
7092 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
7093 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
7094 (eudc-ph-close-session):
7095 * net/eudc.el (eudc-save-options):
7096 * language/thai-word.el (thai-update-word-table):
7097 * language/japan-util.el (japanese-string-conversion):
7098 * international/titdic-cnv.el (tsang-quick-converter)
7099 (ziranma-converter, ctlau-converter):
7100 * international/mule-cmds.el (describe-language-environment):
7101 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
7102 (skkdic-convert-postfix, skkdic-convert-prefix):
7103 (skkdic-convert-okuri-nasi, skkdic-convert):
7104 * emacs-lisp/re-builder.el (reb-update-overlays):
7105 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
7106 * emacs-lisp/gulp.el (gulp-send-requests):
7107 * emacs-lisp/find-gc.el (trace-call-tree):
7108 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
7109 (eieio-describe-generic):
7110 * emacs-lisp/eieio-base.el (eieio-persistent-read):
7111 * emacs-lisp/edebug.el (edebug-outside-excursion):
7112 * emacs-lisp/debug.el (debugger-make-xrefs):
7113 * emacs-lisp/cust-print.el (custom-prin1-to-string):
7114 * emacs-lisp/chart.el (chart-new-buffer):
7115 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
7116 Use with-current-buffer.
7117 * textmodes/artist.el (artist-system): Don't call
7118 copy-sequence on a fresh string.
7119 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
7120
7121 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
7122
7123 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
7124 is no item to edit. (Bug#4820)
7125 (todo-top-priorities): Restore point and restore narrowing in Todo
7126 buffer. (Bug#4820)
7127
7128 2009-10-31 Glenn Morris <rgm@gnu.org>
7129
7130 * net/ange-ftp.el (top-level): Don't require dired when compiling.
7131 (comint-last-output-start, comint-last-input-start)
7132 (comint-last-input-end): Don't defvar when compiling.
7133 (ange-ftp-process-file): Use bound-and-true-p.
7134
7135 * pcmpl-rpm.el (top-level): Move provide statement to end.
7136 (pcmpl-rpm): Remove unused custom group.
7137
7138 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
7139
7140 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
7141
7142 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
7143 (byte-compile-warnings): Add `constants' as an option.
7144 (byte-compile-callargs-warn, byte-compile-arglist-warn)
7145 (display-call-tree): Update for byte-compile-fdefinition possibly
7146 returning `(macro lambda ...)'. (Bug#4778)
7147 (byte-compile-variable-ref, byte-compile-setq-default):
7148 Respect `constants' member of byte-compile-warnings.
7149
7150 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7151
7152 * vc-bzr.el (vc-bzr-revision-keywords): New var.
7153 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
7154 to "submit:".
7155
7156 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
7157
7158 * textmodes/ispell.el (ispell-skip-region-alist):
7159 * international/mule-conf.el (eight-bit):
7160 * international/fontset.el (font-encoding-alist):
7161 * startup.el (pure-space-overflow-message):
7162 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
7163 * paths.el (gnus-nntp-service, rmail-spool-directory)
7164 (term-file-prefix):
7165 * files.el (save-some-buffers-action-alist):
7166 * cmuscheme.el (same-window-buffer-names):
7167 * ielm.el (same-window-buffer-names):
7168 * shell.el (same-window-buffer-names):
7169 * mail/sendmail.el (same-window-buffer-names):
7170 * progmodes/inf-lisp.el (same-window-buffer-names):
7171 * bindings.el (mode-line-client)
7172 (mode-line-column-line-number-mode-map):
7173 * language/tibetan.el (tibetan-precomposition-rule-regexp)
7174 (tibetan-precomposed-regexp): Purecopy string arguments.
7175
7176 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7177
7178 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
7179 (calcDigit-nondigit):
7180 * calc/calc-yank.el (calc-copy-to-buffer):
7181 * calc/calc-units.el (calc-invalidate-units-table):
7182 * calc/calc-trail.el (calc-trail-yank):
7183 * calc/calc-store.el (calc-insert-variables):
7184 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
7185 * calc/calc-prog.el (calc-read-parse-table):
7186 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
7187 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
7188 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
7189 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
7190 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
7191 (calc-graph-name, calc-graph-find-command, calc-graph-view)
7192 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
7193 * calc/calc-ext.el (calc-realign):
7194 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
7195 (calc-embedded-finish-edit, calc-embedded-make-info)
7196 (calc-embedded-finish-command, calc-embedded-stack-change):
7197 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
7198
7199 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
7200 shell-dynamic-complete-filename in preference to
7201 comint-dynamic-complete-filename.
7202
7203 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7204 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7205 Don't consider whether the display supports colors.
7206 (bookmark-import-new-list): Use dolist.
7207 (bookmark-bmenu-mode-map): Move initialization into declaration.
7208 (bookmark-bmenu-list): Use dolist, simplify.
7209 (bookmark-show-all-annotations): Use save-selected-window and dolist.
7210 (menu-bar-final-items): Use push.
7211
7212 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
7213
7214 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
7215 it works on remote files.
7216 (vc-hg-diff): Don't pass any `--cwd' argument.
7217
7218 2009-10-27 Kevin Ryde <user42@zip.com.au>
7219
7220 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7221 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
7222 (Further to Bug#3921).
7223
7224 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
7225
7226 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
7227 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
7228 calling `tramp-imap-put-file'. Add file size to the call.
7229 (tramp-imap-get-file-entries): Compute also user name, file size,
7230 and date.
7231 (tramp-imap-handle-insert-directory): Insert uid and gid.
7232 (tramp-imap-handle-file-attributes): Transform uid and gid
7233 according to `id-format'.
7234 (tramp-imap-put-file): New optional parameter SIZE. Encode file
7235 size in header X-Size.
7236
7237 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
7238
7239 * simple.el (transpose-subr): Give clearer error when the mark
7240 is not set. (Bug#4807)
7241
7242 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
7243
7244 * net/tramp.el (tramp-perl-file-truename): New defconst.
7245 Perl code contributed by yary <not.com@gmail.com> (tiny change).
7246 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
7247 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
7248 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
7249
7250 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
7251 Ignore `dired-call-process'.
7252 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
7253
7254 2009-10-26 Julian Scheid <julians37@gmail.com>
7255
7256 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
7257 (tramp-get-remote-readlink): New defun.
7258 (tramp-handle-file-truename): Use it.
7259 (tramp-handle-file-exists-p): Check file-attributes cache, assume
7260 file exists if cache value present.
7261 (tramp-check-cached-permissions): New defun.
7262 (tramp-handle-file-readable-p): Use it.
7263 (tramp-handle-file-writable-p): Likewise.
7264 (tramp-handle-file-executable-p): Likewise.
7265 (tramp-handle-file-name-all-completions): Try using Perl to get
7266 partial completions. When perl not available, combine `cd' and
7267 `ls' into single remote operation and use shell expansion to get
7268 partial remote directory contents. Set `file-exists-p' cache for
7269 directory and any files returned by ls. Change cache handling to
7270 support partial directory contents. Use error message emitted by
7271 remote `cd' or Perl code for local tramp-error.
7272 (tramp-do-copy-or-rename-file-directly): Avoid separate
7273 tramp-send-command-and-check call.
7274 (tramp-handle-process-file): Merge three remote ops into one.
7275 Do not flush all caches when `process-file-side-effects' is set.
7276 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
7277 file-attributes shows uid/gid to be set already.
7278
7279 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
7280
7281 * textmodes/tex-mode.el (tex-dvi-view-command)
7282 (tex-show-queue-command, tex-open-quote):
7283 * progmodes/ruby-mode.el (auto-mode-alist)
7284 (interpreter-mode-alist): Purecopy strings.
7285
7286 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
7287
7288 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
7289 string for the hook, keymap and abbrev table.
7290
7291 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
7292
7293 * x-dnd.el (x-dnd-xdnd-to-action):
7294 * startup.el (fancy-startup-text, fancy-about-text): Change to
7295 defconst from defvar.
7296
7297 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
7298
7299 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
7300 Purecopy initialization strings.
7301
7302 * mail/sendmail.el (mail-header-separator)
7303 (mail-personal-alias-file):
7304 * mail/rmail.el (rmail-default-dont-reply-to-names)
7305 (rmail-ignored-headers, rmail-retry-ignored-headers)
7306 (rmail-highlighted-headers, rmail-secondary-file-directory)
7307 (rmail-secondary-file-regexp):
7308 * files.el (null-device, file-name-invalid-regexp)
7309 (locate-dominating-stop-dir-regexp)
7310 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
7311 (interpreter-mode-alist): Use mapcar instead of mapc.
7312
7313 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
7314
7315 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
7316 (completion-ignored-extensions):
7317 (debug-ignored-errors): Purecopy strings.
7318
7319 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7320
7321 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
7322 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
7323 (pcomplete--here): Use push.
7324
7325 * subr.el (all-completions): Declare the 4th arg obsolete.
7326
7327 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7328
7329 * pcomplete.el (pcomplete-unquote-argument-function): New var.
7330 (pcomplete-unquote-argument): New function.
7331 (pcomplete--common-suffix): Always pay attention to case.
7332 (pcomplete--table-subvert): Quote and unquote the text.
7333 (pcomplete--common-quoted-suffix): New function.
7334 (pcomplete-std-complete): Use it and pcomplete-begin.
7335
7336 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
7337 we're inside a dedicated or minibuffer window.
7338
7339 2009-10-24 Drew Adams <drew.adams@oracle.com>
7340 Karl Fogel <kfogel@red-bean.com>
7341
7342 * bookmark.el: Update documentation, especially documentation
7343 of `bookmark-alist' and of the bookmark file format. (Bug#4195)
7344
7345 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
7346
7347 * mail/emacsbug.el (report-emacs-bug): Clarify that the
7348 keybindings apply to the mail buffer (Bug#4003). Shrink help
7349 window to buffer.
7350
7351 * whitespace.el (whitespace-mode, whitespace-newline-mode)
7352 (global-whitespace-mode, global-whitespace-newline-mode)
7353 (whitespace-toggle-options, global-whitespace-toggle-options):
7354 Doc fix (Bug#3660).
7355
7356 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
7357 of xmltok-start before the end tag was inserted (Bug#2840).
7358
7359 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
7360 patterns that are preceded by an open-paren (Bug#1320).
7361
7362 2009-10-24 Sven Joachim <svenjoac@gmx.de>
7363
7364 * files.el (delete-directory): Delete symlinks to directories with
7365 delete-file (Bug#4739).
7366
7367 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
7368
7369 * vc.el (vc-backend-for-registration): Rename from
7370 vc-get-backend-for-registration. Update callers.
7371
7372 * international/mule-cmds.el (set-language-info-alist):
7373 Purecopy lang-env.
7374 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
7375 (charset): Purecopy the name.
7376 (define-char-code-property): Purecopy string arguments.
7377
7378 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7379 Purecopy string arguments.
7380
7381 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7382 * ediff-hook.el (menu-bar-ediff-menu):
7383 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
7384 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
7385
7386 2009-10-24 Glenn Morris <rgm@gnu.org>
7387
7388 * comint.el (comint-dynamic-list-completions):
7389 * term.el (term-dynamic-list-completions): Use choose-completion rather
7390 than obsolete alias mouse-choose-completion.
7391
7392 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
7393 file-cache-choose-completion.
7394 (file-cache-choose-completion): Handle an optional event argument.
7395 (file-cache-mouse-choose-completion): Make it an obsolete alias.
7396
7397 * progmodes/octave-mod.el (octave-complete-symbol):
7398 Use choose-completion if mouse-choose-completion is ever removed.
7399
7400 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
7401 use.
7402
7403 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
7404 compiler.
7405
7406 * vc-hooks.el (vc-responsible-backend): Fix declaration.
7407
7408 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7409
7410 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
7411 Ignore `pred' now that we receive one.
7412 Handle test-completion specially.
7413
7414 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7415
7416 * vc.el (vc-responsible-backend): Throw an error if not backend is
7417 found. Remove the REGISTER argument. Move the code dealing with
7418 REGISTER ...
7419 (vc-get-backend-for-registration): ... here. New function.
7420 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
7421 of vc-responsible-backend, pass the file name instead of the
7422 directory name.
7423
7424 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7425
7426 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
7427 New funs.
7428 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
7429 (pcomplete-comint-setup): Don't modify a global var via
7430 accidental side-effects.
7431 (pcomplete-shell-setup): Adjust call accordingly.
7432 (pcomplete-parse-comint-arguments): Use push.
7433
7434 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
7435
7436 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7437 Allow uncapitalized info node names (Bug#3921).
7438
7439 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
7440 to the DEBUG file (Bug#3781).
7441
7442 2009-10-23 Jari Aalto <jari.aalto@cante.net>
7443
7444 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
7445 dictionary entry (Bug#4579).
7446
7447 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
7448
7449 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
7450 from `rfn-eshadow-update-overlay-hook' when unloading.
7451 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
7452 "rsyncc". Adjust doc string.
7453 (tramp-temp-buffer-file-name): New buffer-local defvar.
7454 (tramp-handle-insert-file-contents, tramp-handle-write-region):
7455 Keep temporary file when indicated by method ("rsync" and
7456 "rsyncc").
7457 (tramp-handle-write-region): Handle APPEND.
7458 (tramp-delete-temp-file-function): New defun. Added to
7459 `kill-buffer-hook'.
7460
7461 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
7462
7463 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
7464
7465 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7466
7467 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
7468 (color-name-rgb-alist, tty-standard-colors)
7469 (tty-color-mode-alist): Change to defconst.
7470
7471 * simple.el (mark-inactive): Purecopy message.
7472
7473 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
7474 (global-map, yank-menu):
7475 * textmodes/ispell.el (ispell-menu-map):
7476 * net/eudc.el (eudc-tools-menu):
7477 * international/mule-cmds.el (describe-language-environment-map)
7478 (setup-language-environment-map, set-coding-system-map)
7479 (mule-menu-keymap):
7480 * vc-hooks.el (vc-menu-entry, vc-menu-map):
7481 * replace.el (occur-mode-map):
7482 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
7483
7484 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
7485
7486 * calc/calc.el (math-read-number, math-read-number-simple):
7487 Use `save-match-data'.
7488
7489 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7490
7491 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
7492 rather than fiddling with global-map bindings, since it should only
7493 affect per-terminal settings.
7494 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
7495
7496 * minibuffer.el (completion-table-with-terminator): Allow to specify
7497 the terminator-regexp.
7498
7499 * simple.el (switch-to-completions): Look for *Completions* in other
7500 frames as well.
7501
7502 * pcomplete.el: Allow the use of completion-tables.
7503 (pcomplete-std-complete): New command.
7504 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
7505 (pcomplete--here): Use a function for `form' rather than an expression,
7506 so it can be byte-compiled.
7507 (pcomplete-here, pcomplete-here*): Adjust accordingly.
7508 Add edebug declaration.
7509 (pcomplete-show-completions): Remove unused var `curbuf'.
7510 (pcomplete-do-complete, pcomplete-stub):
7511 Don't assume `completions' is a list of strings any more.
7512
7513 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
7514
7515 * find-dired.el (find-name-arg): Fix typo in docstring.
7516
7517 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7518
7519 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
7520 (pcmpl-linux-fs-types): Same, and update to new modules layout.
7521
7522 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
7523 pcomplete-entries.
7524
7525 * comint.el (comint-read-input-ring, comint-write-input-ring)
7526 (comint-substitute-in-file-name)
7527 (comint-dynamic-complete-as-filename)
7528 (comint-dynamic-simple-complete)
7529 (comint-dynamic-list-filename-completions)
7530 (comint-dynamic-list-completions)
7531 (comint-redirect-results-list-from-process): Minor simplifications.
7532
7533 2009-10-21 Kevin Ryde <user42@zip.com.au>
7534
7535 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7536 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
7537 the first form. And insert a blank line after ";;; Code" since
7538 that's usual style. (Bug#4612)
7539
7540 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
7541
7542 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7543
7544 * minibuffer.el (completion-table-with-terminator): Properly implement
7545 boundaries, in case `terminator' appears in the suffix.
7546 (completion--embedded-envvar-table): Don't return boundaries if
7547 there's no valid completion. Simplify.
7548 (completion-file-name-table): New completion table extracted from
7549 completion--file-name-table.
7550 (completion--file-name-table): Use it.
7551 (read-file-name-predicate): Declare obsolete.
7552 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
7553 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
7554 completion-file-name-table, and use the `pred' argument.
7555 * files.el (locate-file-completion-table): Use the `pred' arg rather
7556 than read-file-name-predicate.
7557 (abbreviate-file-name): Use \` rather than ^ for BOS.
7558
7559 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
7560
7561 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
7562 vc-responsible-backend to register, it causes problems.
7563
7564 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7565
7566 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
7567
7568 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
7569
7570 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
7571 (tramp-smb-handle-file-attributes): Use it.
7572 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
7573 (tramp-smb-handle-insert-directory): Use `mapc' rather than
7574 `mapcar'. Use `tramp-smb-get-stat-capability'.
7575 Add `dired-filename' text properties.
7576 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
7577 (tramp-smb-maybe-open-connection): Simplify check for smbclient
7578 version.
7579
7580 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7581
7582 * subr.el (read-key-delay): Reduce to 0.01.
7583 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
7584 (bug#4751).
7585
7586 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7587
7588 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
7589
7590 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
7591 (Info-menu): Remove unused vars `last' and `completions'.
7592 (Info-index-nodes): Remove unused var `node'.
7593
7594 * info.el (Info-complete-menu-item): Use complete-with-action.
7595
7596 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7597
7598 Make vc-annotate work through copies and renames.
7599 * vc-annotate.el (vc-annotate-extract-revision-at-line):
7600 Return the file name too.
7601 (vc-annotate-revision-at-line)
7602 (vc-annotate-find-revision-at-line)
7603 (vc-annotate-revision-previous-to-line)
7604 (vc-annotate-show-log-revision-at-line): Update to get the file
7605 name from vc-annotate-extract-revision-at-line.
7606 (vc-annotate-show-diff-revision-at-line-internal): Change the
7607 argument to mean whether to show a file diff or not. Get the file
7608 name from vc-annotate-extract-revision-at-line.
7609 (vc-annotate-show-diff-revision-at-line):
7610 Update vc-annotate-show-diff-revision-at-line call.
7611 (vc-annotate-warp-revision): Add an optional file argument.
7612
7613 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
7614 (vc-git-annotate-extract-revision-at-line): Also return the file
7615 name if found.
7616
7617 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
7618 command. Remove unused code.
7619 (vc-hg-annotate-re): Update to match --follow output.
7620 (vc-hg-annotate-extract-revision-at-line): Also return the file
7621 name if found.
7622
7623 * vc.el: Update annotate-extract-revision-at-line documentation.
7624
7625 2009-10-18 Kevin Ryde <user42@zip.com.au>
7626
7627 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
7628 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
7629
7630 * net/browse-url.el (browse-url): Identify alist with "consp and
7631 not functionp" and let all other things go down the `apply' leg,
7632 as suggested by Stefan. (Further to bug#4531.)
7633
7634 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
7635
7636 * minibuffer.el (read-file-name): Check for repeat before putting
7637 a default argument in file-name-history (Bug#4657).
7638
7639 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
7640 read syntax (Bug#4737).
7641
7642 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7643
7644 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7645
7646 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
7647 (html-tag-alist, html-tag-help): Add descriptions for undocumented
7648 entries and make note of obsolete tags.
7649
7650 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7651
7652 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7653
7654 2009-10-18 Glenn Morris <rgm@gnu.org>
7655
7656 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7657 grep, so that binary files (eg international/uni-bidi.el) can match.
7658 Remove test for "UnicodeData" files, since it is hopefully unnecessary
7659 now, and in any case the file header format has changed.
7660
7661 2009-10-17 Glenn Morris <rgm@gnu.org>
7662
7663 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7664 (flyspell-get-word, flyspell-large-region)
7665 (flyspell-auto-correct-previous-word): Doc/error message fixes.
7666
7667 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
7668
7669 * Makefile.in (ELCFILES): Add ede/shell.
7670
7671 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
7672
7673 * term/common-win.el (x-colors): Purecopy it.
7674
7675 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7676
7677 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
7678 permissive for when the buffer is empty.
7679 (tar-header-block-tokenize): Decode the username and groupname.
7680 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
7681
7682 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7683
7684 * international/mule-cmds.el (select-safe-coding-system): If the file
7685 has a coding cookie, use it regardless of any other setting (bug#4712).
7686
7687 2009-10-17 Glenn Morris <rgm@gnu.org>
7688
7689 * foldout.el (foldout-mouse-swallow-events):
7690 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
7691
7692 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
7693 (dired-keep-marker-copy, dired-keep-marker-hardlink)
7694 (dired-keep-marker-symlink, dired-dwim-target)
7695 (dired-copy-preserve-time): Do not autoload these defcustoms.
7696
7697 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7698 messages from messing up the file coding. (Bug#4623)
7699
7700 2009-10-17 Jari Aalto <jari.aalto@cante.net>
7701
7702 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7703 if no match is found for the current dictionary. (Bug#4578)
7704
7705 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7706 optional, since that is how it is documented, and this is often called
7707 with a nil argument. (Bug#4577)
7708 (flyspell-external-point-words, flyspell-auto-correct-word)
7709 (flyspell-correct-word-before-point, flyspell-word-search-forward)
7710 (flyspell-word-search-backward): Remove nil argument in calls to
7711 flyspell-get-word, since it is not needed now.
7712
7713 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
7714
7715 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
7716
7717 2009-10-16 Glenn Morris <rgm@gnu.org>
7718
7719 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7720
7721 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
7722
7723 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7724 (ange-ftp-file-size): New function.
7725 (ange-ftp-file-attributes): Use it.
7726
7727 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
7728
7729 * net/tramp-smb.el (tramp-smb-version): New defvar.
7730 (tramp-smb-maybe-open-connection): Use it, in order to avoid
7731 repeated checks.
7732
7733 2009-10-16 Glenn Morris <rgm@gnu.org>
7734
7735 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7736 Maybe copy some custom properties from old to new name. (Bug#4706)
7737
7738 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
7739
7740 * subr.el (error, sit-for, start-process-shell-command)
7741 (start-file-process-shell-command): Set the calling convention
7742 after the function definition.
7743
7744 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7745
7746 * subr.el (error, sit-for, start-process-shell-command)
7747 (start-file-process-shell-command): Use the new
7748 set-advertised-calling-convention feature.
7749
7750 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
7751
7752 * international/ucs-normalize.el (ucs-normalize-version):
7753 Change to 1.2.
7754 (check-range): Adjust for Unicode 5.2.
7755
7756 2009-10-15 Juri Linkov <juri@jurta.org>
7757
7758 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7759 to the `menu-item' format.
7760
7761 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
7762
7763 * net/tramp.el (tramp-replace-environment-variables): Do not fail
7764 if the environment variable does not exist.
7765
7766 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7767 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7768 parameter.
7769 (tramp-smb-handle-add-name-to-file)
7770 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7771 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7772 (tramp-smb-handle-file-attributes)
7773 (tramp-smb-do-file-attributes-with-stat)
7774 (tramp-smb-handle-file-local-copy)
7775 (tramp-smb-handle-insert-directory)
7776 (tramp-smb-handle-make-directory)
7777 (tramp-smb-handle-make-directory-internal)
7778 (tramp-smb-handle-make-symbolic-link)
7779 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7780 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7781 (tramp-smb-maybe-open-connection): Apply the changed parameters.
7782 (tramp-smb-read-file-entry): Read Disk names in compressed format.
7783 Handle long file names.
7784 (tramp-smb-get-cifs-capabilities): Check, whether the connection
7785 process is running.
7786 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7787 Read share names with "-g" option.
7788
7789 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
7790
7791 * net/rcirc.el (rcirc-view-log-file): New command.
7792 (rcirc-track-minor-mode-map): Remove C-c ` binding.
7793 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7794 specified.
7795
7796 2009-10-15 Glenn Morris <rgm@gnu.org>
7797
7798 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7799 from the second command-line argument.
7800 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7801 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7802 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7803 w32-batch-update-autoloads.
7804 * emacs-lisp/autoload.el (autoload-make-program): New variable.
7805 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7806
7807 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7808 the headers cannot be located. Simplify, subtracting superflous
7809 save-excursions.
7810
7811 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
7812
7813 Replace completion-base-size by completion-base-position to fix bugs
7814 such as (bug#4699).
7815 * simple.el (completion-base-position): New var.
7816 (completion-base-size): Mark as obsolete.
7817 (choose-completion): Make it work for mouse events as well.
7818 Pass the new base-position to choose-completion-string.
7819 (choose-completion-guess-base-position): New function, extracted from
7820 choose-completion-delete-max-match.
7821 (choose-completion-delete-max-match): Use it. Make obsolete.
7822 (choose-completion-string): Use the new base-position info.
7823 (completion-root-regexp): Delete.
7824 (completion-setup-function): Preserve completion-base-position.
7825 Eliminate obsolete base-size manipulation.
7826 * minibuffer.el (display-completion-list): Don't mess with base-size.
7827 (minibuffer-completion-help): Set completion-base-position instead.
7828 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7829 choose-completion.
7830 * textmodes/bibtex.el (bibtex-complete):
7831 * emacs-lisp/crm.el (crm--choose-completion-string):
7832 Adjust to new calling convention.
7833 * complete.el (partial-completion-mode): Use minibufferp to avoid
7834 bumping into incompatible change to choose-completion-string-functions.
7835 * ido.el (ido-choose-completion-string): Make its calling convention
7836 more permissive.
7837 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7838 base-size manipulation.
7839 (comint-dynamic-list-input-ring): Use dotimes and push.
7840 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7841 fundamental-mode. Use `or'.
7842
7843 2009-10-14 Juri Linkov <juri@jurta.org>
7844
7845 * misearch.el (multi-isearch-next-buffer-from-list)
7846 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
7847
7848 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7849
7850 * Makefile.in (compile-onefile): Load `bytecomp' rather than
7851 `bytecomp.el'.
7852
7853 * minibuffer.el (completion-pcm--merge-completions): Make sure the
7854 string we return is all made up of text from the completions rather
7855 than part from the completions and part from the input (bug#4219).
7856
7857 * ido.el (ido-everywhere): Use define-minor-mode.
7858
7859 * buff-menu.el (list-buffers, ctl-x-map):
7860 Mark the entry points with ;;;###autoload cookies.
7861
7862 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7863
7864 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7865 correctly in the detached head case.
7866 (vc-git-print-log): Remove unused binding.
7867
7868 * vc.el (vc-responsible-backend): When a directory is passed for
7869 for registration create a VC repository if no backend is
7870 responsible for the directory argument.
7871 (vc-deduce-fileset): Tell vc-responsible-backend to register.
7872
7873 * vc.el: Move comments about RCS and SCCS ...
7874 * vc-rcs.el:
7875 * vc-sccs.el: ... here, respectively.
7876
7877 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7878
7879 * minibuffer.el (completion--file-name-table): Return nil if there's
7880 no file completion, even if substitute-in-file-name changed
7881 the string (bug#4708).
7882
7883 2009-10-13 Juri Linkov <juri@jurta.org>
7884
7885 * files-x.el (read-file-local-variable-value): Don't filter out
7886 minor modes from mode name completion (bug#4664).
7887
7888 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7889
7890 * international/mule-cmds.el (ucs-names): Remove exclusion of
7891 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7892
7893 2009-10-13 Kenichi Handa <handa@m17n.org>
7894
7895 * international/uni-name.el: Regenerated.
7896
7897 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7898
7899 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
7900 should be automatically buffer-local, but isn't.)
7901
7902 2009-10-12 Sam Steingold <sds@gnu.org>
7903
7904 * progmodes/compile.el (compilation-next-error-function): Fix the
7905 timestamps if the buffer has been visited before.
7906 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7907 non-anchored patterns, like the perl one (bug#3928).
7908
7909 2009-10-12 Glenn Morris <rgm@gnu.org>
7910
7911 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7912 Let-bind `size'.
7913
7914 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
7915
7916 * proced.el (proced-unload-function): New function.
7917
7918 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7919 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7920 Doc fix.
7921
7922 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7923
7924 2009-10-11 Juri Linkov <juri@jurta.org>
7925
7926 * files-x.el (read-file-local-variable-value):
7927 Provide default value only for bound variables (bug#4664).
7928
7929 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
7930
7931 * net/tramp.el (tramp-local-host-p): Function shall return nil for
7932 connection methods like smb.
7933
7934 * net/tramp-cache.el (tramp-flush-connection-property): The hash
7935 can be empty.
7936
7937 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7938 (tramp-smb-file-name-handler-alist): Add handlers for
7939 `add-name-to-file', `make-symbolic-link'.
7940 (tramp-smb-handle-add-name-to-file)
7941 (tramp-smb-do-file-attributes-with-stat)
7942 (tramp-smb-handle-make-symbolic-link)
7943 (tramp-smb-get-cifs-capabilities): New defuns.
7944 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7945 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7946 (tramp-smb-handle-file-local-copy)
7947 (tramp-smb-handle-make-directory-internal)
7948 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7949 The file name syntax depends on cifs capabilities.
7950 (tramp-smb-handle-file-attributes):
7951 Call `tramp-smb-do-file-attributes-with-stat' if possible.
7952 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7953 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7954
7955 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
7956
7957 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7958 (eieio-defclass): Apply deftype handler and setf-method properties
7959 directly.
7960 (eieio-add-new-slot): Avoid union function from cl library.
7961 (eieio--typep): New function.
7962 (eieio-perform-slot-validation): Use it.
7963
7964 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7965
7966 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7967 Update documentation to refer to the variables documented in r1.135.
7968 (Bug#4188)
7969
7970 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7971
7972 * bookmark.el (Info-suffix-list): Remove this unused variable.
7973 (bookmark-current-point): Remove this obsolete variable.
7974 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7975 Adjust for removal of bookmark-current-point.
7976
7977 (bookmarks-already-loaded, bookmark-current-buffer)
7978 (bookmark-yank-point): Document. (Bug#4188)
7979
7980 2009-10-10 Glenn Morris <rgm@gnu.org>
7981
7982 * frame.el (frame-height): Doc fix.
7983
7984 * calendar/calendar.el (calendar-split-width-threshold): New option.
7985 (calendar-basic-setup): Use calendar-split-width-threshold.
7986
7987 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
7988
7989 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7990 Ideographic Supplement" range (U+1F200..U+1F2FF).
7991
7992 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7993
7994 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7995 since the list will have been rebuilt anyway. (Bug#4349)
7996
7997 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7998
7999 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
8000 (bookmark-bmenu-execute-deletions): Don't save here, as
8001 bookmark-delete will now do so if necessary.
8002 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
8003 (Bug#4348)
8004
8005 2009-10-09 Glenn Morris <rgm@gnu.org>
8006
8007 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
8008
8009 2009-10-09 Karl Fogel <kfogel@red-bean.com>
8010
8011 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
8012 (bookmark-jump-other-window): Just invoke bookmark-jump with new
8013 argument now, so the two function's behaviors will match. (Bug#3645)
8014
8015 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
8016
8017 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
8018 (tramp-file-name-real-host, tramp-file-name-port):
8019 Apply `save-match-data'.
8020
8021 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
8022 case both directories are remote.
8023 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
8024 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
8025
8026 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
8027
8028 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
8029
8030 2009-10-07 Glenn Morris <rgm@gnu.org>
8031
8032 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
8033 of concat.
8034
8035 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8036
8037 * files-x.el (read-file-local-variable): Include some
8038 non-user-variables in the completion table (bug#4664).
8039
8040 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
8041
8042 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
8043 message.
8044
8045 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8046 (tramp-smb-file-name-handler-alist): Add handler for
8047 `copy-directory', `expand-file-name', `set-file-modes'.
8048 (tramp-smb-handle-copy-directory)
8049 (tramp-smb-handle-expand-file-name)
8050 (tramp-smb-handle-set-file-modes): New defuns.
8051 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
8052 (tramp-smb-handle-file-attributes): Simplify check for retrieving
8053 entry.
8054 (tramp-smb-handle-insert-directory): Don't flush the cache.
8055 (tramp-smb-maybe-open-connection): Check for samba client and
8056 server versions.
8057
8058 2009-10-07 Eli Zaretskii <eliz@gnu.org>
8059
8060 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
8061 to not error out of search for "^lisp=" fails.
8062
8063 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
8064
8065 * makefile.w32-in (WINS_UPDATES): New macro.
8066 (custom-deps, finder-data, autoloads): Use it.
8067
8068 2009-10-07 Glenn Morris <rgm@gnu.org>
8069
8070 * Makefile.in (autoloads): Revert previous change.
8071 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
8072 the list of preloaded files passed on the command-line, get
8073 it from src/Makefile.
8074
8075 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
8076 show the original buffer rather than a random one.
8077
8078 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
8079
8080 * help.el (describe-no-warranty): Place point in a slightly better
8081 position in the GPLv3 text.
8082
8083 2009-10-06 Sam Steingold <sds@gnu.org>
8084
8085 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
8086 the comm attribute is present before calling regexp-quote.
8087
8088 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
8089
8090 * play/animate.el (animate-string): For good effect, make sure
8091 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
8092
8093 * play/animate.el (animate-sequence, animate-birthday-present):
8094 * misc.el (butterfly): Don't set `indent-tabs-mode'.
8095
8096 2009-10-06 Glenn Morris <rgm@gnu.org>
8097
8098 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
8099
8100 * emacs-lisp/autoload.el (autoload-excludes): New variable.
8101 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
8102 (batch-update-autoloads): Process a string value of autoload-excludes,
8103 set during the build process.
8104 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
8105
8106 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
8107 inside with-parsed... macro so that `v' is defined.
8108
8109 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
8110 * progmodes/fortran.el (fortran-end-of-block)
8111 (fortran-beginning-of-block):
8112 Also push mark in the macro case.
8113
8114 * emerge.el (emerge-show-file-name):
8115 * calc/calc.el (calc-quit):
8116 * calc/calc-misc.el (calc-big-or-small):
8117 * calc/calc-graph.el (calc-graph-view):
8118 * calc/calc-ext.el (calc-reset):
8119 * calendar/calendar.el (calendar-basic-setup):
8120 Use window-full-height-p.
8121
8122 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
8123 header we don't understand, don't insert another. (Bug#4624)
8124 If changing mime charset, insert the new one in the right place.
8125
8126 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
8127
8128 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
8129 (cal-tex-cursor-month): Correctly increment the end date for diary and
8130 holiday listing. (Bug#4626)
8131
8132 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8133
8134 * help-fns.el (describe-function-1): Don't burp if the function is not
8135 a symbol.
8136
8137 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
8138
8139 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
8140 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
8141 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
8142 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
8143
8144 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
8145 (eieio-default-superclass): Reflow docstrings.
8146 (this, class-option-assoc, defclass, eieio-class-un-autoload)
8147 (eieio-unbind-method-implementations, defmethod)
8148 (eieio-validate-slot-value, eieio-validate-class-slot-value)
8149 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
8150 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
8151 (eieio-slot-originating-class-p, eieio-slot-name-index)
8152 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
8153 (constructor, initialize-instance, no-next-method, object-print)
8154 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
8155 Fix typos in docstrings.
8156 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
8157 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
8158 (next-method-p): Doc fixes.
8159 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
8160 Fix typos in error messages.
8161 (eieio-defmethod): Fix typo in description of generic method.
8162
8163 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
8164 (eieio-persistent-save-interactive, slot-missing):
8165 Fix typos in docstrings.
8166 (eieio-instance-inheritor-slot-boundp): Doc fix.
8167
8168 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
8169 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
8170
8171 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
8172 (eieio-custom-object-apply-reset):
8173 Fix typos in docstrings and error messages.
8174
8175 * emacs-lisp/eieio-datadebug.el (data-debug-show):
8176 Fix typo in docstring.
8177
8178 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
8179 (eieio-browse-tree): Doc fix.
8180 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
8181 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
8182 Fix typos in docstrings.
8183
8184 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
8185 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
8186 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
8187 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
8188 Reflow docstrings.
8189
8190 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
8191
8192 * vc-hg.el (log-view-vc-backend): Declare for compiler.
8193 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
8194 Set log-view-vc-backend so that diff can work.
8195
8196 * log-view.el (log-view-diff): Use vc-diff-internal instead of
8197 vc-version-diff.
8198 (vc-diff-internal): Autoload this instead of vc-version-diff.
8199
8200 2009-10-05 Eli Zaretskii <eliz@gnu.org>
8201
8202 * simple.el (eval-expression): Doc fix.
8203
8204 * progmodes/cwarn.el (cwarn-mode): Doc fix.
8205
8206 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
8207
8208 * files.el (directory-files-no-dot-files-regexp): New defconst.
8209 (delete-directory): Use it.
8210 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
8211
8212 * net/tramp.el (tramp-verbose): Fix docstring.
8213 (tramp-methods): Add recursive option to `tramp-copy-args'.
8214 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
8215 "scp1_old", "scp2_old", "rsync", "rsyncc".
8216 (tramp-default-method): Check also for `auth-source-user-or-password'.
8217 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8218 Add handler for `copy-directory'.
8219 (tramp-handle-copy-directory): New defun.
8220 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
8221 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
8222 Optimize sent command.
8223
8224 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8225
8226 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
8227 window if necessary.
8228
8229 * calendar/calendar.el (calendar-basic-setup): Don't call
8230 switch-to-buffer in a dedicated window.
8231
8232 2009-10-05 Karl Fogel <kfogel@red-bean.com>
8233
8234 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
8235 don't do anything related to relocating, just return nil.
8236 (bookmark-error-no-filename): New error.
8237 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
8238 bookmark has no file. Don't even attempt to handle things that
8239 are not files; the whole point of custom handlers is to keep that
8240 knowledge elsewhere anyway. Tighten some comments.
8241 (bookmark-file-or-variation-thereof): Remove now-unused function.
8242 (bookmark-location): Doc string fix.
8243 (Bug#4250)
8244
8245 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8246
8247 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
8248 don't use a file dialog, because they usually don't know how to read
8249 a directory target from the user. (Bug#4230)
8250 Also, make sure the prompt can display directories as well as files.
8251
8252 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8253
8254 * bookmark.el (bookmark-set, bookmark-buffer-name):
8255 Improve doc strings. (Bug#1193)
8256
8257 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8258
8259 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
8260 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
8261 (bookmark-get-annotation, bookmark-set-annotation)
8262 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8263 (bookmark-set-position, bookmark-get-front-context-string)
8264 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8265 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
8266 (bookmark-jump-other-window, bookmark-handle-bookmark)
8267 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
8268 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
8269 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
8270 Improve doc strings to say whether bookmark can be a string or
8271 a record or both, and make other consistency and clarity fixes.
8272 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
8273 (bookmark-default-annotation-text, bookmark-yank-word)
8274 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
8275 (bookmark-import-new-list, bookmark-maybe-rename)
8276 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8277 (bookmark-bmenu-bookmark): Give these doc strings.
8278 (bookmark-bmenu-check-position): Give this a doc string, but also
8279 add a FIXME comment about how the function may be pointless.
8280 (bookmark-default-handler): Rework doc string and change a
8281 parameter name, to clarify that this takes a bookmark record
8282 not a bookmark name.
8283 (bookmark-set): Change a parameter name to indicate its meaning,
8284 and improve the doc string a bit.
8285 (Bug#4188)
8286
8287 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8288
8289 * bookmark.el (bookmark-alist): Document the new `handler' element
8290 in the param alist.
8291 (bookmark-make-record-function): Adjust documentation for above.
8292 (Bug#4193)
8293
8294 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8295
8296 * info.el (Info-bookmark-make-record): Document this function.
8297 (Info-bookmark-jump): Document with a doc string, not just a comment.
8298 (Bug#4203)
8299
8300 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
8301
8302 * files.el (copy-directory): New defun.
8303
8304 * dired-aux.el (dired-copy-file-recursive): Use it.
8305
8306 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
8307
8308 * files-x.el (modify-dir-local-variable)
8309 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
8310 docstrings.
8311
8312 * recentf.el (recentf-unload-function): New function.
8313
8314 2009-10-04 Glenn Morris <rgm@gnu.org>
8315
8316 * window.el (window-full-height-p): Add doc string.
8317
8318 2009-10-04 Martin Rudalics <rudalics@gmx.at>
8319
8320 * window.el (window-full-height-p): New function. (Bug#4543)
8321
8322 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
8323
8324 * vc.el: Remove commented out code.
8325 (vc-derived-from-dir-mode): Remove, unused.
8326 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
8327
8328 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
8329
8330 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8331 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
8332 there could be recursive loading when `default-directory' is a
8333 remote file name. (Bug#4614)
8334
8335 2009-10-03 Glenn Morris <rgm@gnu.org>
8336
8337 * calendar/calendar.el (calendar-basic-setup): Handle the case where
8338 the frame is wide.
8339 (calendar-generate-window): Test for shrinkability rather than width.
8340
8341 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
8342 reusing existing buffers, in case we happen to visit two files with the
8343 same basename. (Bug#4593)
8344
8345 2009-10-02 Eli Zaretskii <eliz@gnu.org>
8346
8347 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
8348 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
8349 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
8350 subdirs of cedet as well.
8351 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
8352
8353 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8354
8355 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
8356 Obey advertised-signature-table.
8357
8358 * help-fns.el (help-function-arglist): Don't check
8359 advertised-signature-table.
8360 (describe-function-1): Do it here instead so it also applies to subrs.
8361
8362 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
8363
8364 * simple.el (start-file-process): Say in the doc-string, that file
8365 handlers might not support pty association, if PROGRAM is nil.
8366
8367 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
8368 HOST and USER are strings. They are nil, when there are
8369 incomplete entries in ~/.netrc, for example.
8370 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
8371 root directory ("device busy" error otherwise).
8372
8373 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
8374 Flush file properties of created directory.
8375
8376 2009-10-02 Eli Zaretskii <eliz@gnu.org>
8377
8378 * makefile.w32-in (WINS_BASIC): Remove cedet.
8379 (WINS_CEDET): Add cedet.
8380 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
8381
8382 2009-10-02 Kevin Ryde <user42@zip.com.au>
8383
8384 * net/browse-url.el (browse-url): Pass any symbol in
8385 browse-url-browser-function to `apply', since if you've mistakenly put
8386 an unbound symbol then the error is clearer. (Bug#4531)
8387
8388 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
8389
8390 * allout.el (allout-init, allout-back-to-current-heading)
8391 (allout-beginning-of-current-entry, allout-ascend-to-depth)
8392 (allout-ascend, allout-up-current-level, allout-end-of-level)
8393 (allout-previous-visible-heading, allout-forward-current-level)
8394 (allout-backward-current-level, allout-show-children):
8395 * apropos.el (apropos-describe-plist):
8396 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
8397 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
8398 * completion.el (add-completion, add-permanent-completion):
8399 * descr-text.el (describe-text-category, describe-char):
8400 * desktop.el (desktop-lazy-abort):
8401 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
8402 * dired.el (dired-build-subdir-alist):
8403 * ediff.el (ediff-version):
8404 * elide-head.el (elide-head, elide-head-show):
8405 * emerge.el (emerge-version):
8406 * env.el (getenv):
8407 * face-remap.el (variable-pitch-mode):
8408 * faces.el (describe-face):
8409 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
8410 (dired-at-point):
8411 * files.el (find-file-existing, auto-save-mode):
8412 * font-lock.el (font-lock-fontify-buffer):
8413 * help-fns.el (describe-function, describe-variable)
8414 (describe-syntax, describe-categories):
8415 * help.el (view-lossage, describe-bindings, describe-key)
8416 (describe-mode):
8417 * hexl.el (hexl-current-address):
8418 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
8419 * info.el (Info-goto-emacs-key-command-node):
8420 * log-edit.el (log-edit-insert-cvs-template)
8421 (log-edit-insert-cvs-rcstemplate):
8422 * menu-bar.el (menu-bar-mode):
8423 * mouse.el (mouse-appearance-menu):
8424 * newcomment.el (comment-indent-new-line):
8425 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
8426 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
8427 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
8428 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
8429 * recentf.el (recentf-mode):
8430 * savehist.el (savehist-mode, savehist-save):
8431 * shadowfile.el (shadow-copy-files):
8432 * simple.el (kill-ring-save, next-line, previous-line)
8433 (normal-erase-is-backspace-mode):
8434 * strokes.el (strokes-update-window-configuration)
8435 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
8436 (strokes-xpm-for-stroke):
8437 * time.el (emacs-uptime, emacs-init-time):
8438 * tutorial.el (tutorial--describe-nonstandard-key)
8439 (tutorial--detailed-help):
8440 * type-break.el (type-break-mode)
8441 (type-break-mode-line-message-mode, type-break-query-mode)
8442 (type-break-guesstimate-keystroke-threshold):
8443 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
8444 * version.el (emacs-version):
8445 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
8446 * winner.el (winner-mode):
8447 * calendar/timeclock.el (timeclock-in, timeclock-out)
8448 (timeclock-status-string, timeclock-change)
8449 (timeclock-workday-remaining-string)
8450 (timeclock-workday-elapsed-string)
8451 (timeclock-when-to-leave-string):
8452 * calendar/todo-mode.el (todo-add-category):
8453 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
8454 * emacs-lisp/autoload.el (update-file-autoloads):
8455 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
8456 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
8457 (checkdoc-message-text, checkdoc-defun):
8458 * emacs-lisp/debug.el (debugger-list-functions):
8459 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8460 * emacs-lisp/eieio-opt.el (eieio-describe-class)
8461 (eieio-describe-generic):
8462 * emacs-lisp/lisp-mnt.el (lm-synopsis):
8463 * emacs-lisp/shadow.el (list-load-path-shadows):
8464 * emulation/cua-base.el (cua-mode):
8465 * emulation/edt.el (edt-set-scroll-margins):
8466 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
8467 (tpu-toggle-regexp, tpu-toggle-search-direction)
8468 (tpu-toggle-rectangle, tpu-toggle-control-keys):
8469 * emulation/tpu-extras.el (tpu-set-scroll-margins):
8470 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8471 (viper-set-parsing-style-toggling-macro)
8472 (viper-set-emacs-state-searchstyle-macros):
8473 * emulation/viper.el (viper-set-hooks):
8474 * eshell/esh-mode.el (eshell-truncate-buffer):
8475 * international/mule-cmds.el (prefer-coding-system)
8476 (describe-input-method, describe-language-environment):
8477 * international/mule-diag.el (list-character-sets)
8478 (describe-character-set, describe-coding-system)
8479 (describe-fontset, list-fontsets, list-input-methods):
8480 * mail/sendmail.el (mail-signature):
8481 * net/ange-ftp.el (ange-ftp-copy-file):
8482 * net/browse-url.el (browse-url):
8483 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
8484 * net/quickurl.el (quickurl-add-url):
8485 * net/rcirc.el (names, topic):
8486 * net/xesam.el (xesam-mode):
8487 * play/5x5.el (5x5-new-game):
8488 * play/yow.el (apropos-zippy):
8489 * progmodes/ada-mode.el (ada-mode-version):
8490 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
8491 (f90-end-of-block)
8492 (f90-beginning-of-block):
8493 * progmodes/fortran.el (fortran-end-of-block)
8494 (fortran-beginning-of-block):
8495 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
8496 * progmodes/python.el (python-describe-symbol, python-shell):
8497 * term/ns-win.el (ns-print-buffer):
8498 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
8499 * textmodes/flyspell.el (flyspell-mode-on):
8500 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
8501 (pages-directory-for-addresses):
8502 * textmodes/table.el (table-recognize-cell)
8503 (table-query-dimension, table-generate-source)
8504 (table-insert-sequence, table--warn-incompatibility):
8505 * textmodes/tex-mode.el (tex-validate-buffer):
8506 * textmodes/texinfmt.el (texinfmt-version)
8507 (texinfo-format-buffer):
8508 Use `called-interactively-p' instead of `interactive-p'.
8509
8510 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
8511
8512 * image-mode.el (image-toggle-display):
8513 * emacs-lisp/elp.el (elp-instrument-function):
8514 * emacs-lisp/advice.el (ad-make-advised-definition):
8515 * emacs-lisp/easy-mmode.el (define-minor-mode):
8516 * net/browse-url.el (browse-url-maybe-new-window):
8517 * progmodes/sh-script.el (sh-learn-buffer-indent):
8518 Pass new argument 'any to `called-interactively-p'.
8519
8520 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
8521
8522 * international/uni-bidi.el:
8523 * international/uni-category.el:
8524 * international/uni-combining.el:
8525 * international/uni-comment.el:
8526 * international/uni-decimal.el:
8527 * international/uni-decomposition.el:
8528 * international/uni-digit.el:
8529 * international/uni-lowercase.el:
8530 * international/uni-mirrored.el:
8531 * international/uni-name.el:
8532 * international/uni-numeric.el:
8533 * international/uni-old-name.el:
8534 * international/uni-titlecase.el:
8535 * international/uni-uppercase.el:
8536 Regenerate from Unicode 5.2.0 data.
8537
8538 2009-10-01 Glenn Morris <rgm@gnu.org>
8539
8540 * Makefile.in (ELCFILES): Regenerate.
8541
8542 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8543
8544 * subr.el (interactive-p): Mark obsolete.
8545 (called-interactively-p): Make the optional-ness of `kind' obsolete.
8546 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
8547 advertised-signature-table for subroutines as well.
8548
8549 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
8550 (set-advertised-calling-convention): New function.
8551 (make-obsolete, define-obsolete-function-alias)
8552 (make-obsolete-variable, define-obsolete-variable-alias):
8553 Make the optional-ness of `when' obsolete.
8554 (define-obsolete-face-alias): Make `when' non-optional.
8555 * help-fns.el (help-function-arglist):
8556 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
8557 Use advertised-signature-table.
8558
8559 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
8560
8561 * files.el (delete-directory): New defun. The original function
8562 in fileio.c has been renamed to `delete-directory-internal'.
8563
8564 * dired.el (dired-delete-file): Call `delete-directory' with
8565 RECURSIVE parameter.
8566
8567 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
8568 parameter RECURSIVE. Implementation is missing.
8569
8570 * net/tramp.el (tramp-handle-make-directory): Flush upper
8571 directory's file properties.
8572 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
8573 (tramp-handle-dired-recursive-delete-directory): Flush directory
8574 properties after the remove command only.
8575
8576 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8577 Handle optional parameter RECURSIVE.
8578
8579 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
8580 Handle optional parameter RECURSIVE.
8581
8582 * net/tramp-smb.el (tramp-smb-errors): Add error message for
8583 connection timeout.
8584 (tramp-smb-handle-delete-directory): Handle optional parameter
8585 RECURSIVE.
8586
8587 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8588
8589 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
8590 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
8591 (byte-compile-defmacro): Use backquotes.
8592
8593 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
8594
8595 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
8596 has no associated file.
8597 (vc-resynch-buffer): Use vc-dir-buffers.
8598
8599 2009-10-01 Glenn Morris <rgm@gnu.org>
8600
8601 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
8602 (chart-file-count):
8603 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
8604 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
8605 * emacs-lisp/eieio-opt.el (eieio-describe-class):
8606 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
8607 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
8608 (eieio-copy-parents-into-subclass, make-instance, class-children)
8609 (eieio-generic-form):
8610
8611 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8612 match-data. (Bug#4555).
8613
8614 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8615 rather than parsing it as a regexp. This relaxes the layout
8616 requirements and makes errors easier to detect.
8617 (check-declare-verify): Check file is regular.
8618 (check-declare-directory): Doc fix.
8619 * subr.el (declare-function): Doc fix.
8620
8621 * ibuffer.el (ibuffer-format-qualifier):
8622 * isearch.el (hi-lock-regexp-okay):
8623 * calc/calc.el (math-zerop):
8624 * mail/uce.el (rmail-msgbeg, rmail-msgend):
8625 * term/w32-win.el (setup-default-fontset, set-fontset-font):
8626 Remove unused declarations.
8627
8628 2009-09-30 Glenn Morris <rgm@gnu.org>
8629
8630 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8631
8632 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8633 filename is not a string.
8634
8635 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
8636
8637 * files.el (safe-local-eval-forms): Fix typo.
8638
8639 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8640
8641 * vc-hooks.el (vc-dir-buffers): New var.
8642 (vc-state-refresh): New function.
8643 (vc-state): Use it.
8644 (vc-after-save): Always ask the backend to recompute the new state.
8645 Always call vc-dir if necessary, using vc-dir-buffers.
8646 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8647 Use vc-dir-buffers.
8648 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8649 (vc-dir-prepare-status-buffer, vc-dir-update)
8650 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8651 Don't call expand-file-name on default-directory.
8652
8653 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8654
8655 * speedbar.el (speedbar-item-delete):
8656 * calc/calc-prog.el (calc-kbd-if):
8657 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8658
8659 * epa.el (epa-key-list-mode-map):
8660 * hi-lock.el (hi-lock-menu): Fix typos in menus.
8661
8662 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8663 (hs-show-hook): Fix typo in docstring.
8664
8665 2009-09-29 Glenn Morris <rgm@gnu.org>
8666
8667 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8668 file-name-nondirectory call preventing location of cedet files.
8669 (check-declare-verify): Use literal search rather than re-search.
8670 Add basic defmethod and defclass, and define-overloadable-function.
8671
8672 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8673 Use tramp-compat-file-attributes rather than nonexistent
8674 tramp-compat-handle-file-attributes.
8675
8676 * Makefile.in (lisptagsfiles4): New.
8677 (AUTOGENEL): Add cedet loaddefs files.
8678 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8679 (update-elclist, compile-always, backup-compiled-files)
8680 (bootstrap-clean): Add yet another directory level.
8681 (update-elclist): Use LC_COLLATE rather than COLLATE.
8682 (ELCFILES): Update, via `make update-elclist'.
8683
8684 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8685
8686 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8687 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8688 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8689
8690 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
8691
8692 * Makefile.in (lisptagsfiles3): Define.
8693 (TAGS, TAGS-LISP): Use it.
8694 (update-elclist): Add third directory level to look for elc files.
8695 (compile-always): Likewise.
8696 (backup-compiled-files): Likewise.
8697 (bootstrap-clean): Likewise.
8698 (ELCFILES): Update.
8699
8700 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
8701
8702 * Makefile.in (ELCFILES): Add CEDET files.
8703
8704 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
8705
8706 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8707
8708 * net/tramp.el (top): Require tramp-imap.
8709
8710 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8711 Use `tramp-compat-handle-file-attributes'.
8712
8713 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8714
8715 * net/tramp-imap.el: New package.
8716
8717 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8718
8719 * whitespace.el (whitespace-trailing-regexp)
8720 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8721 Fix doc string.
8722
8723 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
8724
8725 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8726 menu.
8727
8728 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8729 menu-bar-ediff-menu.
8730
8731 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8732 define-overloadable-function.
8733
8734 * progmodes/autoconf.el: Provide autoconf as well, so that this
8735 file can be `require'd.
8736
8737 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8738
8739 * emacs-lisp/autoload.el (generated-autoload-feature)
8740 (generated-autoload-load-name): New vars.
8741 (autoload-rubric, autoload-generate-file-autoloads): Use them.
8742 (make-autoload): Recognize define-overloadable-function and
8743 defclass forms (for EIEIO).
8744
8745 * Makefile.in (update-subdirs): Exclude cedet directory.
8746
8747 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8748
8749 * term/ns-win.el: Don't set the region face background. (Bug#4381)
8750
8751 * faces.el: Default light-background background for region face to
8752 ns_selection_color under NS.
8753
8754 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8755
8756 * net/imap-hash.el: New library, see NEWS.
8757
8758 * Makefile.in (ELCFILES): Add imap-hash.el.
8759
8760 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8761
8762 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8763 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8764 * help-macro.el (make-help-screen): Avoid using an ambiguous function
8765 definition where the docstring could be taken for the return value.
8766
8767 2009-09-26 Glenn Morris <rgm@gnu.org>
8768
8769 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8770 Add option to only show images below a certain size.
8771 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8772 save-excursion calls.
8773
8774 2009-09-26 Eli Zaretskii <eliz@gnu.org>
8775
8776 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8777 subdirectories) and eieio.
8778
8779 2009-09-26 Alan Mackenzie <acm@muc.de>
8780
8781 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8782 Correct buggy bracketing. (Bug#4289)
8783
8784 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
8785 character constants (as case labels). (Bug#4289)
8786
8787 2009-09-25 Juri Linkov <juri@jurta.org>
8788
8789 * files.el (safe-local-eval-forms): Allow time-stamp in
8790 before-save-hook (Bug#4554).
8791
8792 2009-09-25 Drew Adams <drew.adams@oracle.com>
8793
8794 * menu-bar.el (list-buffers-directory): Doc fix.
8795
8796 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
8797
8798 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8799 Try and avoid copying twice the same paragraph.
8800 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8801 Remove save-excursion.
8802 (log-edit-changelog-entry): Do it here instead.
8803
8804 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
8805
8806 * bs.el (bs--get-file-name): Use `list-buffers-directory'
8807 when available, instead of hardcoding mode names. Doc fix.
8808
8809 * menu-bar.el (list-buffers-directory): Add docstring.
8810 Make automatically buffer-local.
8811
8812 * dired.el (dired-mode):
8813 * files.el (cd-absolute):
8814 * pcvs.el (cvs-temp-buffer):
8815 * pcvs-util.el (cvs-get-buffer-create):
8816 * shell.el (shell-mode):
8817 * vc-dir.el (vc-dir-mode):
8818 Don't make `list-buffers-directory' buffer local.
8819
8820 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
8821
8822 * comint.el (comint-exec, comint-run, make-comint):
8823 Doc fixes (Bug#4542).
8824
8825 2009-09-25 Glenn Morris <rgm@gnu.org>
8826
8827 * mail/rmailmm.el (rmail-mime): New custom group.
8828 Move all defcustoms in this file into this group.
8829 (rmail-mime-media-type-handlers-alist): Revert previous change.
8830 (rmail-mime-show-images): New option.
8831 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8832 references to it, since it wasn't actually used for anything.
8833 (rmail-mime-insert-image): New function.
8834 (rmail-mime-image): Use rmail-mime-insert-image.
8835 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
8836 obey the value of `rmail-mime-show-images' option. Print the size of
8837 attachments.
8838
8839 2009-09-25 David Engster <deng@randomsample.de>
8840
8841 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
8842
8843 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8844
8845 * whitespace.el: Does not highlight trailing spaces While point is
8846 at end of line. Does not highligt spaces at beginning of buffer
8847 while point is at beginning of buffer. Does not highlight spaces
8848 at end of buffer while point is at end of buffer. (Bug#4177)
8849 New version 12.0.
8850 (whitespace-display-mappings): Adjust initialization.
8851 (whitespace-point, whitespace-font-lock-refontify): New vars.
8852 (whitespace-color-on, whitespace-color-off): Adjust code.
8853 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8854 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8855 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8856
8857 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
8858
8859 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8860
8861 * textmodes/sgml-mode.el: Remove xml-mode alias.
8862
8863 * files.el (auto-mode-alist, conf-mode-maybe)
8864 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8865
8866 2009-09-24 Alan Mackenzie <acm@muc.de>
8867
8868 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8869 c-forward-conditionals, but it doesn't move point and doesn't set
8870 the mark.
8871 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8872 (c-down-conditional-with-else, c-backward-conditional)
8873 (c-forward-conditional): Refactor to use c-scan-conditionals.
8874
8875 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8876
8877 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8878 (help-default-arg-highlight): Remove.
8879 (help-highlight-arg): New function.
8880 (help-do-arg-highlight): Use it.
8881 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
8882
8883 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8884
8885 * term.el (term-set-scroll-region, term-handle-ansi-escape):
8886 Undo last change, which didn't fix the problem and introduced others.
8887
8888 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
8889
8890 * progmodes/gdb-mi.el: Don't require speedbar.
8891 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8892
8893 2009-09-24 Glenn Morris <rgm@gnu.org>
8894
8895 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8896
8897 * term/ns-win.el (ns-reg-to-script): Define for compiler.
8898
8899 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8900 there is no newline after the final mime boundary. (Bug#4539)
8901 Move markers on insertion so that any buttons inserted don't end up in
8902 the next part of a multipart message.
8903 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
8904 (rmail-mime-bulk-handler): Optionally handle images.
8905 (rmail-mime-image): New button action.
8906 (rmail-mime-image-handler): New function.
8907 (rmail-mime-mode): New mode.
8908 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
8909
8910 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8911
8912 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8913 than just dropping elements from it (bug#4504).
8914
8915 * term.el (term-set-scroll-region): Don't move cursor any more.
8916 (term-handle-ansi-escape): Call term-goto here instead.
8917 Suggested by Ivan Kanis <apple@kanis.eu>.
8918
8919 * term.el: Require CL.
8920 (term-ansi-reset): New function.
8921 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8922 (term-handle-colors-array): Simplify.
8923
8924 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8925
8926 * allout.el (allout-overlay-interior-modification-handler)
8927 (allout-obtain-passphrase):
8928 * epa-file.el (epa-file-write-region):
8929 * ps-print.el (ps-begin-job):
8930 * vc-hooks.el (vc-toggle-read-only):
8931 * vc-rcs.el (vc-rcs-rollback):
8932 * vc-sccs.el (vc-sccs-rollback):
8933 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8934 (vc-version-diff, vc-revert, vc-rollback):
8935 * wdired.el (wdired-check-kill-buffer):
8936 * emacs-lisp/authors.el (authors):
8937 * net/socks.el (socks-open-connection):
8938 * net/zeroconf.el (zeroconf-service-add-hook):
8939 * obsolete/vc-mcvs.el (vc-mcvs-register):
8940 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8941 (gdb-select-frame):
8942 * progmodes/grep.el (lgrep, rgrep):
8943 * progmodes/idlw-help.el (idlwave-help-check-locations)
8944 (idlwave-help-html-link, idlwave-help-assistant-open-link):
8945 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8946 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8947 (reftex-toc-rename-label): Fix typos in error messages.
8948
8949 * dired-aux.el (dired-do-shell-command): Reflow docstring.
8950 (dired-copy-how-to-fn): Doc fix.
8951 (dired-files-attributes, dired-read-shell-command):
8952 Fix typos in docstrings.
8953
8954 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8955 (dired-x-find-file-other-window): Reflow docstrings.
8956 (dired-omit-marker-char, dired-read-shell-command)
8957 (dired-x-submit-report): Fix typos in docstrings.
8958
8959 * shell.el (shell-mode-hook):
8960 * view.el (View-scroll-line-forward):
8961 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8962 Fix typos in docstrings.
8963
8964 * net/dig.el (dig-invoke): Fix typo in docstring.
8965 (query-dig): Reflow docstring.
8966
8967 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8968 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8969 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8970 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8971 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8972 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8973 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8974 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8975 (idlwave-completion-map, idlwave-current-indent)
8976 (idlwave-custom-ampersand-surround, idlwave-customize)
8977 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8978 (idlwave-define-abbrev, idlwave-determine-class-special)
8979 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8980 (idlwave-end-block-reg, idlwave-end-of-statement)
8981 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8982 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8983 (idlwave-explicit-class-listed, idlwave-file-header)
8984 (idlwave-fill-paragraph, idlwave-find-class-definition)
8985 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8986 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8987 (idlwave-in-quote, idlwave-indent-action-table)
8988 (idlwave-indent-expand-table, idlwave-indent-line)
8989 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8990 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8991 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8992 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8993 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8994 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8995 (idlwave-outlawed-buffers, idlwave-popup-select)
8996 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8997 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8998 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8999 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
9000 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
9001 (idlwave-statement-type, idlwave-struct-skip)
9002 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
9003 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
9004 (idlwave-what-module-find-class): Fix typos in docstrings.
9005 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
9006 (idlwave-calculate-cont-indent, idlwave-expand-equal)
9007 (idlwave-find-module, idlwave-find-structure-definition)
9008 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
9009 (idlwave-list-load-path-shadows, idlwave-next-statement)
9010 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
9011 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
9012 (idlwave-template): Reflow docstrings.
9013
9014 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
9015 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
9016 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
9017 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
9018 (idlwave-shell-display-line, idlwave-shell-display-wframe)
9019 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
9020 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
9021 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
9022 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
9023 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
9024 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
9025 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
9026 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
9027 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
9028 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
9029 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
9030 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
9031 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
9032 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
9033 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
9034 Fix typos in docstrings.
9035 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
9036 (idlwave-shell-hide-output, idlwave-shell-mode)
9037 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
9038 Reflow docstrings.
9039
9040 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
9041
9042 2009-09-24 Ivan Kanis <apple@kanis.eu>
9043
9044 * term.el (term-bold-attribute): New var.
9045 (term-handle-colors-array): Use it.
9046
9047 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
9048
9049 * progmodes/gdb-mi.el (gdb-version): New variable.
9050 (gdb-non-stop-handler): Set gdb-version.
9051 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
9052 Condition "--thread" option on gdb-version.
9053 (gdb-invalidate-threads): Remove unused argument.
9054
9055 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9056
9057 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
9058 to looking-back to avoid ridiculous slow down in large files (bug#4511).
9059
9060 2009-09-23 Glenn Morris <rgm@gnu.org>
9061
9062 * mail/rmail.el (rmail-reply): Don't try to add a References header when
9063 replying to mail without References or Message-Id. (Bug#4525)
9064
9065 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
9066
9067 * term/ns-win.el (ns-reg-to-script): New variable.
9068
9069 2009-09-23 Daiki Ueno <ueno@unixuser.org>
9070
9071 * epg.el (epg-wait-for-status): Preserve existing 'error results.
9072
9073 2009-09-22 Sam Steingold <sds@gnu.org>
9074
9075 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
9076 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
9077 to 1 because hg returns status 1 when nothing is found.
9078 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
9079
9080 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9081
9082 * textmodes/fill.el: Convert to utf-8 encoding.
9083 (fill-french-nobreak-p): Remove redundant » and « inherited from our
9084 pre-unicode days.
9085
9086 * add-log.el (change-log-fill-forward-paragraph): New function.
9087 (change-log-mode): Use it so fill-region DTRT.
9088 Set fill-indent-according-to-mode here rather than in
9089 change-log-fill-paragraph.
9090 (change-log-fill-paragraph): Remove.
9091
9092 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
9093
9094 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
9095 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
9096
9097 2009-09-22 Glenn Morris <rgm@gnu.org>
9098
9099 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
9100 the scroll-bar scroll the calendar window rather than the buffer.
9101
9102 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
9103 commands that move point (as opposed to scrolling).
9104
9105 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
9106
9107 * emacs-lisp/elint.el (elint): New custom group.
9108 (elint-log-buffer): Make it a defcustom.
9109 (elint-scan-preloaded, elint-ignored-warnings)
9110 (elint-directory-skip-re): New options.
9111 (elint-builtin-variables): Doc fix.
9112 (elint-preloaded-env): New variable.
9113 (elint-unknown-builtin-args): Add an entry for encode-time.
9114 (elint-extra-errors): Make it a variable rather than a constant.
9115 (elint-preloaded-skip-re): New constant.
9116 (elint-directory): Skip files matching elint-directory-skip-re.
9117 (elint-features): New variable, local to linted buffers.
9118 (elint-update-env): Initialize elint-features. Possibly add
9119 elint-preloaded-env to the buffer's environment.
9120 (elint-get-top-forms): Bind elint-current-pos, for log messages.
9121 Skip quoted forms.
9122 (elint-init-form): New function, extracted from elint-init-env.
9123 Make non-list forms a warning rather than an error.
9124 Add the mode-map for define-derived-mode. Handle define-minor-mode,
9125 easy-menu-define, put that adds an error-condition, and provide.
9126 When requiring cl, also require cl-macs. Really require cl, to handle
9127 some cl macros. Store required libraries in the list elint-features,
9128 so as not to re-load them. Treat cc-require like require.
9129 (elint-init-env): Call elint-init-form to do the work.
9130 Handle eval-and-compile and such like.
9131 (elint-add-required-env): Do not clear messages.
9132 (elint-special-forms): Add handlers for function, defalias, if, when,
9133 unless, and, or.
9134 (elint-form): Add optional argument to ignore elint-special-forms,
9135 useful to prevent recursive calls from handlers. Doc fix.
9136 Respect elint-ignored-warnings.
9137 (elint-form): Respect elint-ignored-warnings.
9138 (elint-bound-variable, elint-bound-function): New variables.
9139 (elint-unbound-variable): Respect elint-bound-variable.
9140 (elint-get-args): Respect elint-bound-function.
9141 (elint-check-cond-form): Add some simple handling for (f)boundp and
9142 featurep tests.
9143 (elint-check-defalias-form): New handler.
9144 (elint-check-let-form): Make an empty let a warning rather than an
9145 error.
9146 (elint-check-setq-form): Make an empty setq a warning rather than an
9147 error. Respect elint-ignored-warnings.
9148 (elint-check-defvar-form): Accept null doc-strings.
9149 (elint-check-conditional-form): New handler. Does some simple-minded
9150 checking of featurep and (f)boundp tests.
9151 (elint-put-function-args): New function.
9152 (elint-initialize): Use elint-scan-doc-file rather than
9153 elint-find-builtin-variables. Use elint-put-function-args.
9154 Possibly scan preloaded-file-list.
9155 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
9156 extend to handle functions as well.
9157
9158 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
9159
9160 * linum.el (linum-delete-overlays, linum-update-window):
9161 Do not modify the right margin. (Bug#3971)
9162
9163 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
9164
9165 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
9166 Use nxml-mode instead of xml-mode.
9167
9168 2009-09-21 Kevin Ryde <user42@zip.com.au>
9169
9170 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
9171
9172 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9173
9174 * net/dig.el (dig-mode): Use define-derived-mode.
9175
9176 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
9177
9178 * vc-dispatcher.el (vc-do-command): Return the process object in
9179 the asynchronous case. Use when instead of if. Do not run
9180 vc-exec-after to display a message if not enabled. (Bug#4463)
9181
9182 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
9183 properties to the stash strings.
9184 (vc-git-stash-list): Return a list of strings.
9185 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
9186 (vc-git-stash-show-at-point): New functions.
9187 (vc-git-stash-map): New keymap.
9188
9189 * register.el (ctl-x-r-map): Define the keys here instead of
9190 using autoload.
9191
9192 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
9193
9194 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
9195 list, to workaround performance problem (bug#4485).
9196
9197 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
9198
9199 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
9200
9201 2009-09-20 Daiki Ueno <ueno@unixuser.org>
9202
9203 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
9204 Document that this option is not recommended to use.
9205
9206 2009-09-19 Glenn Morris <rgm@gnu.org>
9207
9208 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
9209 variable `var'.
9210
9211 * calc/calc-alg.el (var):
9212 * calc/calcalg2.el (var): Define for compiler.
9213
9214 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
9215
9216 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
9217 Doc fix (Bug#3932).
9218
9219 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
9220
9221 * time-stamp.el (time-stamp-month-dd-yyyy)
9222 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
9223 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
9224 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
9225 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
9226 Remove functions that have been obsolete since 1995 (Bug#4436).
9227
9228 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
9229 indent buffer only if called interactively (Bug#4452).
9230
9231 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
9232 Eli Zaretskii <eliz@gnu.org>
9233
9234 This fixes bug#4197 (merged to bug#865, though not identical).
9235 * server.el (server-auth-dir): Add docstring note about FAT32.
9236 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
9237 but warn against using them.
9238
9239 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
9240
9241 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
9242 older GDB where there is no has_more field.
9243
9244 2009-09-19 Glenn Morris <rgm@gnu.org>
9245
9246 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
9247
9248 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
9249
9250 * files.el (auto-mode-alist): Change default for XML files to nXML
9251 mode (Bug#4169).
9252
9253 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
9254
9255 * server.el (server-ensure-safe-dir): Pass 'integer
9256 to `file-attributes', as suggested.
9257
9258 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
9259
9260 * dired-aux.el (dired-query-alist): Remove spurious backslash.
9261 (dired-query): Use read-key.
9262
9263 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
9264
9265 * cus-start.el (ns-use-qd-smoothing): Remove.
9266
9267 2009-09-18 Glenn Morris <rgm@gnu.org>
9268
9269 * allout.el (top-level): Remove unnecessary progn.
9270
9271 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
9272
9273 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
9274 definition of abbrev table.
9275
9276 * speedbar.el (speedbar-track-mouse):
9277 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
9278 * net/eudc.el (eudc-expand-inline):
9279 * net/newst-backend.el (newsticker--cache-read-feed):
9280 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
9281 condition-case handlers.
9282
9283 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
9284
9285 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
9286 (gdb-var-list): Add an element for has_more field.
9287 (gdb-non-stop-handler): Enable pretty printing for STL containers.
9288 (gdb-var-create-handler, gdb-var-list-children-handler-1)
9289 (gdb-var-update-handler-1): Parse output of dynamic variable
9290 objects (STL containers).
9291 (gdb-var-delete-1): Pass var1 as an explicit second argument.
9292 (gdb-get-field): Delete alias. Use bindat-get-field directly.
9293
9294 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
9295 gdb-var-list.
9296 (gud-speedbar-buttons): Make node expandable if expression "has more"
9297 children.
9298
9299 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
9300
9301 * startup.el (emacs-quick-startup): Remove variable and all uses.
9302 (command-line): Set `inhibit-x-resources' instead.
9303 (command-line-1): Use `inhibit-x-resources' instead.
9304
9305 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
9306
9307 * subr.el: Fix last change to avoid using the `unless' macro,
9308 which breaks bootstrapping.
9309
9310 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9311
9312 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
9313 extended definitions, in case we reload subr.el after having
9314 loaded CL.
9315 (eval-next-after-load): Mark as obsolete.
9316
9317 2009-09-17 Juri Linkov <juri@jurta.org>
9318
9319 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
9320 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
9321 (menu-bar-showhide-menu, menu-bar-tools-menu)
9322 (menu-bar-describe-menu, menu-bar-help-menu)
9323 (minibuffer-local-completion-map, minibuffer-local-map):
9324 Fix list quoting.
9325
9326 2009-09-17 Glenn Morris <rgm@gnu.org>
9327
9328 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
9329 arguments, whether or not it has a handler.
9330
9331 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
9332
9333 * simple.el (hard-newline): Give it a doc-string.
9334
9335 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9336 (lisp-mode-syntax-table): Give them doc-strings.
9337
9338 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
9339
9340 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
9341 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
9342 (menu-bar-options-menu, menu-bar-showhide-menu)
9343 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
9344 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
9345 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
9346 (menu-bar-options-menu, menu-bar-tools-menu)
9347 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
9348 (menu-bar-help-menu):
9349 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
9350 string arguments.
9351
9352 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
9353 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
9354 calls for the menu names and :help.
9355
9356 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9357
9358 * mouse.el (minor-mode-menu-from-indicator): Pay attention
9359 to :minor-mode-function (bug#4455).
9360
9361 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9362
9363 * startup.el (command-line): Initialize the window-system after
9364 processing the command-line.
9365
9366 * textmodes/page.el (what-page): Make sure we don't inf-loop if
9367 page-delimiter matches the empty string.
9368
9369 2009-09-16 Glenn Morris <rgm@gnu.org>
9370
9371 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
9372 byte-compile-not-obsolete-var. It's a list now.
9373 (byte-compile-not-obsolete-funcs): New variable.
9374 (byte-compile-warn-obsolete): Don't warn about functions if they are in
9375 byte-compile-not-obsolete-funcs.
9376 (byte-compile-variable-ref, byte-compile-defvar): Update for
9377 byte-compile-not-obsolete-vars name-change and list nature.
9378 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
9379 and variables behind (f)boundp tests.
9380 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
9381
9382 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
9383
9384 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
9385
9386 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9387
9388 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
9389 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
9390 Don't autoload.
9391
9392 2009-09-15 Stephen Eglen <stephen@gnu.org>
9393
9394 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
9395 the virtual-buffers, use the name of the buffer specified by
9396 find-file-noselect, as the match may be a symlink. (This was a
9397 problem if the target and the symlink had different names.)
9398
9399 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9400
9401 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
9402
9403 * desktop.el (desktop-path): Check user-emacs-directory.
9404
9405 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
9406
9407 * loadup.el: Use after-load-functions to GC after loading each file.
9408 Remove the explicit GC calls that used to be sprinkled around.
9409
9410 * subr.el (after-load-functions): New hook.
9411 (do-after-load-evaluation): Run it. Use string-match-p to detect
9412 `obsolete' packages, rather than painfully extracting the relevant
9413 directory name.
9414
9415 2009-09-15 Glenn Morris <rgm@gnu.org>
9416
9417 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
9418 free variable `doc'.
9419
9420 * dired.el (dired-mode-map): Add menu entry for async shell command.
9421
9422 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
9423 variables, also consider the .elc files, since the .el files are
9424 normally gzipped (subsequent code locates the .el.gz from the .elc).
9425
9426 * calc/calc-prog.el (arglist): Define for compiler.
9427
9428 * calendar/diary-lib.el (diary-display-function): Change the default to
9429 fancy display.
9430 (body): Define for compiler.
9431
9432 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
9433 (byte-compile-file-form, byte-compile-lambda)
9434 (byte-compile-top-level-body, byte-compile-form)
9435 (byte-compile-variable-ref, byte-compile-setq)
9436 (byte-compile-setq-default, byte-compile-body)
9437 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
9438 (batch-byte-compile): Give some more local variables with common names
9439 a "bytecomp-" prefix to avoid masking warnings about free variables.
9440
9441 * startup.el (command-line-1): Give local variables with common names a
9442 distinguishing prefix, so as not to hide free variable warnings during
9443 bootstrap.
9444
9445 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
9446 clever and add a suffix to make a unique name, just let the user decide
9447 whether or not to overwrite it. If the input is a directory, write the
9448 default filename to that directory. (Bug#4388)
9449 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
9450 is a filename-as-a-directory.
9451
9452 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9453
9454 * textmodes/page.el (what-page): Don't move to beginning of line.
9455 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
9456
9457 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
9458
9459 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
9460
9461 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
9462
9463 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
9464 * help.el (help-for-help-internal): Add purecopy calls for text.
9465
9466 * vc.el (top): print-log method now takes an optional SHORTLOG
9467 argument. Add a new method: root.
9468 (vc-root-diff, vc-print-root-log): New functions.
9469 (vc-log-short-style): New variable.
9470 (vc-print-log-internal): Add support for showing short logs.
9471
9472 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
9473 vc-print-root-log and vc-print-root-diff.
9474
9475 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
9476 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
9477 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
9478 short logs.
9479
9480 * vc-cvs.el (vc-cvs-print-log):
9481 * vc-mtn.el (vc-mtn-print-log):
9482 * vc-rcs.el (vc-rcs-print-log):
9483 * vc-sccs.el (vc-sccs-print-log):
9484 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
9485 that is ignored for now.
9486
9487 * vc-mtn.el (vc-mtn-annotate-command):
9488 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
9489
9490 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9491
9492 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
9493 to function-key-map, and give them ascii-character property.
9494 * term/x-win.el (x-alternatives-map):
9495 * term/ns-win.el (ns-alternatives-map):
9496 * term/internal.el (msdos-key-remapping-map):
9497 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
9498
9499 2009-09-14 Glenn Morris <rgm@gnu.org>
9500
9501 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
9502 temp-buffers (2009-09-12).
9503
9504 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9505
9506 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
9507 the new read-key function.
9508
9509 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9510
9511 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
9512 is defined (Bug#4405).
9513
9514 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
9515
9516 * recentf.el (recentf-cleanup): Use a hash table to find
9517 duplicates (Bug#4407).
9518
9519 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
9520
9521 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
9522 kp-0 to ascii equivalents (Bug#4325).
9523
9524 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9525
9526 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9527
9528 * eshell/em-hist.el:
9529 * eshell/em-dirs.el (eshell-complete-user-reference):
9530 Declare pcomplete functions and variables to avoid compiler warnings.
9531
9532 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
9533
9534 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9535 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9536 * eshell/em-alias.el (eshell-aliases-file):
9537 * eshell/em-hist.el (eshell-history-file-name):
9538 Use expand-file-name instead of concat to make file names (Bug#4308).
9539
9540 2009-09-13 Glenn Morris <rgm@gnu.org>
9541
9542 * ediff-merg.el (ediff-do-merge):
9543 * filesets.el (filesets-run-cmd):
9544 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9545 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9546 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9547 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9548 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9549 Replace empty `let's with `progn'.
9550
9551 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9552
9553 * mail/sendmail.el (send-mail-function):
9554 * tooltip.el (tooltip-mode):
9555 * simple.el (transient-mark-mode):
9556 * rfn-eshadow.el (file-name-shadow-mode):
9557 * frame.el (blink-cursor-mode):
9558 * font-core.el (global-font-lock-mode):
9559 * files.el (temporary-file-directory)
9560 (small-temporary-file-directory, auto-save-file-name-transforms):
9561 * epa-hook.el (auto-encryption-mode):
9562 * composite.el (global-auto-composition-mode):
9563 Use custom-initialize-delay.
9564 * startup.el (command-line): Don't explicitly call
9565 custom-reevaluate-setting for all the above vars.
9566 * custom.el (custom-initialize-safe-set)
9567 (custom-initialize-safe-default): Delete.
9568
9569 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9570
9571 * term/x-win.el (x-initialize-window-system):
9572 * term/w32-win.el (w32-initialize-window-system):
9573 * term/ns-win.el (ns-initialize-window-system): Don't call
9574 mouse-wheel-mode since it's enabled globally by default already.
9575
9576 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9577 actually define the variable, but only silences the byte-compiler.
9578 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9579 before looking it up.
9580 (mouse-wheel-scroll-amount): Also reset the bindings if this value
9581 is changed.
9582
9583 2009-09-12 Glenn Morris <rgm@gnu.org>
9584
9585 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9586 1000.
9587 (elint-add-required-env): Don't beep on error.
9588 (elint-forms): In case of error, return ENV unchanged.
9589 (elint-init-env): Skip non-list forms.
9590 (elint-log): Handle unknown file positions.
9591
9592 2009-09-12 Daiki Ueno <ueno@unixuser.org>
9593
9594 * epg.el (epg-make-context): Add autoload cookie.
9595 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9596 (epg-decrypt-string, epg-start-verify, epg-verify-file)
9597 (epg-verify-string, epg-start-sign, epg-sign-file)
9598 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9599 (epg-encrypt-string, epg-start-export-keys)
9600 (epg-export-keys-to-file, epg-export-keys-to-string)
9601 (epg-start-import-keys, epg-import-keys-from-file)
9602 (epg-import-keys-from-string, epg-start-receive-keys)
9603 (epg-receive-keys, epg-import-keys-from-server)
9604 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9605 (epg-sign-keys, epg-start-generate-key)
9606 (epg-generate-key-from-file, epg-generate-key-from-string):
9607 Remove autoload cookie.
9608
9609 2009-09-12 Eli Zaretskii <eliz@gnu.org>
9610
9611 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9612 reevaluation of trash-directory.
9613
9614 * mwheel.el: Fix last change.
9615 (mouse-wheel-mode): New defvar.
9616 (mouse-wheel-mode): Remove autoload cookie.
9617
9618 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9619
9620 * mwheel.el (mwheel-installed-bindings): New var.
9621 (mouse-wheel-mode): Use it, so as to make sure we really remove all
9622 the bindings we set last time. Use custom-initialize-delay.
9623 * loadup.el: Load mwheel after term/*-win.el.
9624 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9625 and mouse-wheel-up-event now that their first evaluation is done
9626 sufficiently late to be correct.
9627
9628 * startup.el (tutorial-directory): Make it a defcustom.
9629 Use custom-initialize-delay rather than eval-at-startup to set it.
9630 * image.el (image-load-path): Make it a defcustom.
9631 Use custom-initialize-delay rather than eval-at-startup to set it.
9632 * subr.el (eval-at-startup): Remove.
9633 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9634
9635 * subr.el (do-after-load-evaluation): Warn the user after loading an
9636 obsolete package.
9637
9638 2009-09-12 Glenn Morris <rgm@gnu.org>
9639
9640 * proced.el (proced-mark-alt): Remove alias.
9641 (proced-mode-map): Remove proced-mark-alt.
9642
9643 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9644 Elint file and directory. Remove initialization entry.
9645
9646 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9647 commands.
9648 (elint-current-buffer): Set mode-line-process.
9649 (elint-init-env): Handle define-derived-mode.
9650 Fix declare-function with unspecified arglist. Guard against odd
9651 defalias statements (eg iso-insert's 8859-1-map).
9652 (elint-add-required-env): Use a temp buffer.
9653 (elint-form): Just print the function/macro name, not the whole form.
9654 Return env unchanged if we fail to parse a macro.
9655 (elint-forms): Guard against parse errors.
9656 (elint-output): New function, to handle batch mode.
9657 (elint-log-message): Add optional argument. Use elint-output.
9658 (elint-set-mode-line): New function.
9659
9660 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
9661
9662 * emacs-lisp/elp.el (elp-not-profilable): Add more
9663 functions (Bug#4233).
9664
9665 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
9666
9667 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9668 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9669
9670 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9671
9672 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9673 (gdb-var-list-children): Use json parsing.
9674
9675 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
9676
9677 * progmodes/js.el (js--proper-indentation): Handle the case where
9678 char-before is null. Reported by Deniz Dogan.
9679
9680 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9681
9682 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9683
9684 2009-09-11 Daiki Ueno <ueno@unixuser.org>
9685
9686 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9687 (epg-digest-algorithm-alist): Add SHA224.
9688 (epg-context-set-passphrase-callback)
9689 (epg-context-set-progress-callback): Add description about
9690 callback function.
9691
9692 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9693
9694 * custom.el (custom-delayed-init-variables): New var.
9695 (custom-initialize-delay): New function.
9696 * startup.el (command-line): "Re"evaluate all vars in
9697 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
9698 explicitly any more.
9699 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9700 to avoid creating a ~/.emacs.d at build-time (bug#4347).
9701
9702 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
9703
9704 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9705
9706 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9707 (gdb-var-update-handler): Use json parsing.
9708
9709 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9710
9711 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9712 decode annotated text, regardless of language environment. (Bug#2741)
9713
9714 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9715
9716 * Makefile.in (autoloads): Make rmail.el writable as well.
9717
9718 2009-09-11 Glenn Morris <rgm@gnu.org>
9719
9720 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9721 loaddefs.el.
9722 * dired.el: Regenerate with extracted autoloads.
9723 * Makefile.in (autoloads): Make dired.el writable.
9724
9725 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9726 * ibuffer.el: Regenerate with extracted autoloads.
9727 * Makefile.in (autoloads): Make ibuffer.el writable.
9728
9729 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9730 * version.el (emacs-copyright, emacs-major-version)
9731 (emacs-minor-version): Reformat doc-strings for make-docfile.
9732
9733 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9734 functions and variables, since they must be stuff specific to some other
9735 platform.
9736 (apropos-print): Make mouse-click message less specific about button.
9737
9738 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9739 that records where a macro was defined.
9740 * help-fns.el (describe-function-1): Mention if a function has a
9741 compiler-macro.
9742 * help-mode.el (help-function-cmacro): New button.
9743
9744 * locate.el (top-level): Always require dired.
9745 (locate-mode-map): Initialize inside the defvar.
9746
9747 * net/ange-ftp.el (dired-compress-file): Declare.
9748 (ange-ftp-dired-compress-file): Add doc string.
9749
9750 * term/ns-win.el (x-display-name, x-setup-function-keys):
9751 Unify doc-strings with X versions.
9752
9753 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9754
9755 * emulation/crisp.el (crisp-mode-map): Move initialization
9756 into declaration.
9757 (crisp-mode): Use define-minor-mode.
9758
9759 * progmodes/xscheme.el (xscheme-evaluation-commands):
9760 Put a :advertised-binding property rather than using
9761 advertised-xscheme-send-previous-expression.
9762 (advertised-xscheme-send-previous-expression): Declare obsolete.
9763 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9764 `advertised-undo'.
9765 (crisp-mode): Add corresponding bindings to
9766 undo's :advertised-binding instead.
9767 * dired.el (dired-mode-map): Put a :advertised-binding property rather
9768 than using dired-advertised-find-file.
9769 (dired-advertised-find-file):
9770 * simple.el (advertised-undo):
9771 * wid-edit.el (advertised-widget-backward): Declare obsolete.
9772 (widget-keymap): Put a :advertised-binding property rather
9773 than using advertised-widget-backward.
9774 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9775 than using advertised-undo.
9776 * tutorial.el (tutorial--default-keys): Adjust accordingly.
9777
9778 2009-09-10 Simon South <ssouth@slowcomputing.org>
9779
9780 * progmodes/delphi.el (delphi-tab): Indent region when Transient
9781 Mark mode is enabled and region is active; otherwise indent or
9782 insert TAB as usual.
9783 (delphi-mode): Update description of TAB-key binding.
9784
9785 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9786
9787 * subr.el (define-key-rebound-commands): Mark obsolete.
9788 * startup.el (precompute-menubar-bindings): Remove.
9789 (normal-top-level): Remove obsolete code that tried to precompute
9790 menubar bindings.
9791 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9792 define-key-rebound-commands and precompute-menubar-bindings.
9793
9794 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9795
9796 * net/imap.el (imap-interactive-login): Better messages.
9797 (imap-open): Fix bug with renamed buffer on reconnect.
9798 (imap-authenticate): Add buffer-local imap-last-authenticator variable
9799 for easier debugging and cleaner code. On successful (guessed based on
9800 server capabilities) secondary authentication, set imap-state
9801 correctly.
9802 (imap-last-authenticator): Define imap-last-authenticator as a variable
9803 to avoid warnings.
9804
9805 2009-09-10 Glenn Morris <rgm@gnu.org>
9806
9807 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9808
9809 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9810 (byte-compile-file-form-autoload): Don't warn about unknown functions
9811 where the autoload statement comes after the use.
9812 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9813 that any handlers inside the body (eg require) are in turn respected.
9814
9815 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9816 effects.
9817
9818 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9819 and syntax and abbrev tables basic docs, if they don't have any.
9820
9821 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9822
9823 * international/mule-cmds.el (top-level): Require cl when compiling.
9824 (view-hello-file): Use default-value rather than
9825 default-enable-multibyte-characters.
9826
9827 * progmodes/fortran.el: Move all safe and risky properties into the
9828 defcustoms.
9829
9830 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9831 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9832 * mail/undigest.el:
9833 Put autoloads in rmail.el rather than loaddefs.el.
9834 * mail/rmail.el: Regenerate with extracted autoloads.
9835
9836 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9837 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9838
9839 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
9840
9841 Reported in thread for Bug#4375.
9842 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9843 "-data-evaluate-expression" instead of print.
9844 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9845 (gdb-tooltip-print): Parse output from above MI command.
9846 (gdb): Revert 2009-08-11 change. User should detach inferior
9847 manually.
9848
9849 Remove the word "separate" from IO functions as inferior
9850 output is now never displayed in the GUD buffer.
9851
9852 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
9853
9854 * startup.el (command-line-normalize-file-name): On Windows and
9855 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9856
9857 2009-09-10 Juri Linkov <juri@jurta.org>
9858
9859 * isearch.el (isearch-text-char-description): Propertize escape
9860 character sequences with the `escape-glyph' face. (Bug#4344)
9861
9862 * simple.el (shell-command): Set asynchronous process filter to
9863 `comint-output-filter'. (Bug#4343)
9864
9865 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9866 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
9867 the list. Move "asm" to the bottom.
9868 (grep-find-ignored-directories): Add `choice' with nil value
9869 to empty the list easily.
9870 (grep-find-ignored-files): New option.
9871 (grep-files-history): Set to nil by default instead of '("ch" "el").
9872 (grep-compute-defaults): Add "<X>" to `grep-template'.
9873 (grep-read-files): Bind new local variables `default-alias' and
9874 `default-extension'. Use a list of default values for the file prompt.
9875 (lgrep): Add `--exclude=' command line options composed from
9876 `grep-find-ignored-files'.
9877 (rgrep): Add `-name' command line options composed from
9878 `grep-find-ignored-files'. (Bug#4301)
9879
9880 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9881
9882 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9883 (bug#4368).
9884
9885 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9886
9887 * calendar/time-date.el (autoload):
9888 Expand define-obsolete-function-alias into defalias and make-obsolete
9889 for old Emacsen that Gnus supports.
9890 (with-no-warnings): Define it for old Emacsen.
9891 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9892 is available.
9893 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9894 float-time is available; suppress compile warning for time-to-seconds.
9895
9896 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
9897
9898 * net/imap.el (imap-message-map): Docstring fix.
9899
9900 2009-09-09 Glenn Morris <rgm@gnu.org>
9901
9902 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9903 line numbers too. (Bug#4374)
9904
9905 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
9906
9907 * smerge-mode.el (smerge-remove-props, smerge-refine):
9908 Use with-silent-modifications (bug#4342).
9909
9910 * subr.el (with-silent-modifications): New macro.
9911
9912 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
9913
9914 * files.el (top-level): Require `cl' when compiling.
9915
9916 2009-09-07 Glenn Morris <rgm@gnu.org>
9917
9918 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9919
9920 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9921 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
9922
9923 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
9924
9925 * vc-git.el (vc-git-annotate-command): Use separator to parse
9926 arguments correctly.
9927
9928 2009-09-06 Eli Zaretskii <eliz@gnu.org>
9929
9930 * proced.el (proced-mode): Doc fix.
9931
9932 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
9933
9934 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9935 lstat fails.
9936 (tramp-do-file-attributes-with-ls): Check for file existence at
9937 remote end.
9938 (tramp-do-file-attributes-with-stat): Likewise.
9939 (tramp-convert-file-attributes): Return nil when attr is nil.
9940
9941 2009-09-05 Glenn Morris <rgm@gnu.org>
9942
9943 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9944 properties to this button.
9945 (diary-fancy-display): Don't extend the button to the final newline.
9946 (diary-fancy-display-mode): Continue to define "q" as a local key.
9947
9948 * calendar/cal-china.el (holiday-chinese): Make it slightly more
9949 efficient.
9950
9951 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9952
9953 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9954 (byte-compile-dest-file-function): New option.
9955 (byte-compile-dest-file): Doc fix.
9956 Obey byte-compile-dest-file-function.
9957 (byte-compile-cl-file-p): New function.
9958 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9959 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
9960 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9961 than for file being previously loaded.
9962 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9963 (byte-compile-file-form-require): Handle the case where requiring a file
9964 indirectly causes CL to be loaded.
9965
9966 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9967
9968 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9969 before killing the old buffer, since by the time `kill-buffer' is
9970 run so many buffer variables have been set to nil that it may not
9971 behave as expected. (Bug#4061)
9972
9973 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9974
9975 * files.el (find-alternate-file): If the old buffer is modified
9976 and visiting a file, behave similarly to `kill-buffer' when
9977 killing it, thus reverting to the pre-1.878 behavior; see
9978 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9979 for discussion. Also, consult `buffer-file-name' as a variable
9980 not as a function, for consistency with the rest of the code.
9981
9982 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
9983
9984 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9985 also when adding a new directory.
9986
9987 * net/tramp-compat.el (tramp-compat-line-beginning-position):
9988 New defun.
9989
9990 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9991
9992 * files.el (locate-file-completion-table): Make it provide boundary
9993 information, so partial-completion works better.
9994
9995 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9996
9997 * mail/footnote.el (Footnote-text-under-cursor):
9998 Check footnote-text-marker-alist before using it (bug#4324).
9999
10000 2009-09-04 Glenn Morris <rgm@gnu.org>
10001
10002 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
10003 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
10004 * play/solitaire.el, play/tetris.el:
10005 Remove leading * from defcustom and defface docs.
10006
10007 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
10008 necessary.
10009 (diary-fancy-overriding-map): New variable.
10010 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
10011 Use view-mode.
10012
10013 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
10014 goto-line.
10015
10016 2009-09-03 Glenn Morris <rgm@gnu.org>
10017
10018 * arc-mode.el (archive-mode):
10019 * dos-fns.el (set-default-process-coding-system):
10020 * man.el (Man-getpage-in-background):
10021 * menu-bar.el (menu-bar-describe-menu):
10022 * server.el (server-process-filter):
10023 * startup.el (command-line):
10024 * tar-mode.el (tar-header-block-tokenize, tar-extract):
10025 * w32-fns.el (set-default-process-coding-system):
10026 * x-dnd.el (x-dnd-handle-file-name):
10027 * international/mule-cmds.el (mule-menu-keymap)
10028 (set-default-coding-systems, language-info-alist, set-language-info)
10029 (set-language-environment, standard-display-european-internal)
10030 (set-locale-environment):
10031 * international/mule-diag.el (mule-diag):
10032 * mail/emacsbug.el (report-emacs-bug):
10033 * mail/rmail.el (rmail-mode):
10034 * mail/sendmail.el (mail-setup):
10035 Use default-value rather than default-enable-multibyte-characters.
10036
10037 * progmodes/f90.el: Move all safe properties into the defcustoms.
10038 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
10039
10040 * calendar/appt.el (appt-check):
10041 * calendar/diary-lib.el (diary-set-header, diary-live-p)
10042 (diary-check-diary-file, diary-list-entries)
10043 (diary-include-other-diary-files, diary-simple-display)
10044 (diary-fancy-display, diary-print-entries)
10045 (diary-mark-included-diary-files, diary-make-entry):
10046 Don't call substitute-in-file-name on diary-file.
10047
10048 2009-09-03 Eduard Wiebe <usenet@pusto.de>
10049 Stefan Monnier <monnier@iro.umontreal.ca>
10050
10051 * mail/footnote.el (footnote-prefix): Make it a defcustom.
10052 (footnote-mode-map): Move initialization into the declaration.
10053 (footnote-minor-mode-map): Define it rather than changing global-map.
10054 (footnote-mode): Use define-minor-mode.
10055
10056 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
10057
10058 * net/tramp.el (tramp-handle-file-attributes-with-ls)
10059 (tramp-do-file-attributes-with-perl)
10060 (tramp-do-file-attributes-with-stat): Rename from
10061 `tramp-handle-file-attributes-with-*'.
10062 (tramp-handle-file-attributes): Use them.
10063 (tramp-do-directory-files-and-attributes-with-perl)
10064 (tramp-do-directory-files-and-attributes-with-stat): Rename from
10065 `tramp-handle-directory-files-and-attributes-with-*'.
10066 (tramp-handle-directory-files-and-attributes): Use them.
10067 (tramp-method-out-of-band-p): Additional parameter SIZE.
10068 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
10069 (tramp-handle-write-region): Use it.
10070 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
10071 (tramp-handle-vc-registered): Check, whether the first run did
10072 return files to be tested.
10073 (tramp-advice-make-auto-save-file-name): Do not call directly
10074 `tramp-handle-make-auto-save-file-name', because this would bypass
10075 the locking mechanism.
10076
10077 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
10078 (file-remote-p, process-file, start-file-process, set-file-times)
10079 (tramp-compat-file-attributes): Compatibility functions shall not
10080 call directly `tramp-handle-*', because this would bypass the
10081 locking mechanism.
10082 (tramp-compat-number-sequence): New defun.
10083
10084 2009-09-02 Glenn Morris <rgm@gnu.org>
10085
10086 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
10087 alias for float-time.
10088 (time-to-number-of-days): In Emacs, use float-time.
10089 * net/newst-backend.el (time-add): Suppress warnings from compat
10090 function.
10091 * time.el (emacs-uptime, emacs-init-time):
10092 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
10093 Use float-time rather than time-to-seconds.
10094
10095 * minibuffer.el (completion-initials-expand): Fix typo.
10096
10097 * faces.el (modeline, modeline-inactive, modeline-highlight)
10098 (modeline-buffer-id):
10099 * info.el (info-menu-5): Mark these face aliases as obsolete.
10100
10101 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
10102
10103 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
10104 space ...
10105 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
10106 no "--thread" option.
10107 (gdb-stopped): Don't print "Switched to thread" message when it is
10108 unchanged.
10109
10110 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10111
10112 * minibuffer.el (completion-try-completion)
10113 (completion-all-completions): Remove ill-defined (and
10114 mistakenly installed and luckily never used nor documented)
10115 `completion-styles' property.
10116 (completion-initials-expand, completion-initials-all-completions)
10117 (completion-initials-try-completion): New functions.
10118 (completion-styles-alist): Add doc to each entry.
10119 Add new `initials' entry.
10120
10121 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
10122
10123 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
10124 MI command -var-evaluate-expression.
10125 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
10126 and tweak for case of string child.
10127 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
10128
10129 2009-09-01 Glenn Morris <rgm@gnu.org>
10130
10131 * add-log.el (change-log-date-face, change-log-name-face)
10132 (change-log-email-face, change-log-file-face, change-log-list-face)
10133 (change-log-conditionals-face, change-log-function-face)
10134 (change-log-acknowledgement-face):
10135 * cus-edit.el (custom-invalid-face, custom-rogue-face)
10136 (custom-modified-face, custom-set-face, custom-changed-face)
10137 (custom-saved-face, custom-button-face, custom-button-pressed-face)
10138 (custom-documentation-face, custom-state-face, custom-comment-face)
10139 (custom-comment-tag-face, custom-variable-tag-face)
10140 (custom-variable-button-face, custom-face-tag-face)
10141 (custom-group-tag-face-1, custom-group-tag-face):
10142 * diff-mode.el (diff-header-face, diff-file-header-face)
10143 (diff-index-face, diff-hunk-header-face, diff-removed-face)
10144 (diff-added-face, diff-changed-face, diff-function-face)
10145 (diff-context-face, diff-nonexistent-face):
10146 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
10147 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
10148 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
10149 (Info-title-4-face):
10150 * isearch.el (isearch-lazy-highlight-face):
10151 * log-view.el (log-view-file-face, log-view-message-face):
10152 * paren.el (show-paren-match-face, show-paren-mismatch-face):
10153 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
10154 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
10155 (cvs-msg-face):
10156 * smerge-mode.el (smerge-mine-face, smerge-other-face)
10157 (smerge-base-face, smerge-markers-face):
10158 * wid-edit.el (widget-documentation-face, widget-button-face)
10159 (widget-field-face, widget-single-line-field-face)
10160 (widget-inactive-face, widget-button-pressed-face):
10161 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
10162 (woman-addition-face):
10163 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
10164 (eshell-ls-executable-face, eshell-ls-readonly-face)
10165 (eshell-ls-unreadable-face, eshell-ls-special-face)
10166 (eshell-ls-missing-face, eshell-ls-archive-face)
10167 (eshell-ls-backup-face, eshell-ls-product-face)
10168 (eshell-ls-clutter-face):
10169 * eshell/em-prompt.el (eshell-prompt-face):
10170 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
10171 * obsolete/old-whitespace.el (whitespace-highlight-face):
10172 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
10173 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
10174 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
10175 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
10176 (antlr-font-lock-literal-face):
10177 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
10178 (ebrowse-root-class-face, ebrowse-file-name-face)
10179 (ebrowse-default-face, ebrowse-member-attribute-face)
10180 (ebrowse-member-class-face, ebrowse-progress-face):
10181 * progmodes/make-mode.el (makefile-space-face):
10182 * progmodes/sh-script.el (sh-heredoc-face):
10183 * textmodes/flyspell.el (flyspell-incorrect-face)
10184 (flyspell-duplicate-face):
10185 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
10186 * textmodes/texinfo.el (texinfo-heading-face):
10187 Mark face aliases with "-face" suffix as obsolete.
10188
10189 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
10190 compiler.
10191
10192 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
10193 (eudc-bob-sound-menu): Use defvar rather than defconst, since
10194 easy-menu-define wants to modify these.
10195
10196 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
10197
10198 * net/browse-url.el (browse-url-file-url):
10199 * term/internal.el (dos-codepage-setup):
10200 Use default-value rather than default-enable-multibyte-characters.
10201
10202 * progmodes/etags.el (etags-goto-tag-location):
10203 * progmodes/flymake.el (flymake-highlight-line)
10204 (flymake-goto-file-and-line, flymake-goto-line):
10205 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
10206 (gdb-goto-breakpoint):
10207 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
10208 * progmodes/python.el (python-find-function)
10209 (python-pdbtrack-track-stack-file):
10210 * progmodes/verilog-mode.el (verilog-surelint-off):
10211 * term/ns-win.el (ns-open-file-select-line):
10212 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
10213 Use forward-line rather than goto-line.
10214
10215 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
10216 * textmodes/reftex-index.el (reftex-display-index):
10217 * textmodes/reftex-ref.el (reftex-offer-label-menu):
10218 * textmodes/reftex-toc.el (reftex-toc):
10219 Remove unnecessary bindings of default-major-mode (all are followed by
10220 major-mode check and possible mode switch).
10221
10222 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
10223
10224 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10225 Handle watchpoints (bug#4282).
10226 (def-gdb-thread-buffer-command): Enable thread to be selected by
10227 clicking without selecting threads buffer first.
10228 (gdb-current-context-command): Use selected frame so that "up",
10229 "down" etc work in the GUD buffer.
10230 (gdb-update): Find selected frame before rendering stack buffer.
10231 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
10232
10233 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
10234
10235 * progmodes/sym-comp.el (displayed-completions): Remove.
10236 (symbol-complete): Use minibuffer-complete.
10237
10238 2009-08-31 Glenn Morris <rgm@gnu.org>
10239
10240 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
10241
10242 * apropos.el (apropos-symbols-internal):
10243 Handle (obsolete) face aliases.
10244
10245 * faces.el (describe-face): Adjust the output format to be more like
10246 describe-variable, and to mention (obsolete) face aliases.
10247 Adjust the whitespace so that help-setup-xref works.
10248
10249 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
10250 * calendar/diary-lib.el (diary-button-face):
10251 Mark these face aliases as obsolete.
10252
10253 * calendar/calendar.el (calendar-today): Doc fix.
10254
10255 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
10256
10257 * progmodes/gdb-mi.el (gdb-control-all-threads)
10258 (gdb-control-current-thread): Force tool bar update.
10259 (gdb-non-stop-handler): New function.
10260 (gdb-init-1): Use it to test if non-stop mode is supported.
10261 Remove unused gdbmi buffer type.
10262
10263 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
10264
10265 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
10266 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
10267
10268 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
10269
10270 * comint.el (comint-exec-1): Check command is non-null first.
10271 Part of gdb-mi.el change (2009-08-28).
10272
10273 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10274
10275 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
10276
10277 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
10278
10279 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
10280 instead of `dolist' to avoid a recursive require when bootstrapping.
10281
10282 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10283
10284 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
10285
10286 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
10287
10288 * net/imap.el (imap-send-command): Simplify.
10289 (imap-wait-for-tag): point-max -> buffer-size.
10290
10291 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
10292
10293 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
10294 with constant argument.
10295
10296 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
10297
10298 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
10299
10300 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
10301 Change default, since most of our files don't have a history.
10302 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
10303 the user.
10304
10305 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10306 Add comint-run.
10307
10308 * calc/calc.el: Improve commenting convention.
10309 (calc-digit-map, toplevel): Simplify.
10310
10311 * comint.el (comint-insert-input): Be careful to only set point if we
10312 don't delegate to some other command.
10313
10314 * proced.el (proced-signal-list): Make it an alist.
10315 (proced-grammar-alist): Capitalize names.
10316 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
10317 Disable undo manually and make it read-only.
10318 Use completion-annotate-function.
10319
10320 * minibuffer.el (minibuffer-message): If the current buffer is not
10321 a minibuffer, insert the message in the echo area rather than at the
10322 end of the buffer.
10323 (completion-annotate-function): New variable.
10324 (minibuffer-completion-help): Use it.
10325 (completion--embedded-envvar-table): Environment vars are
10326 always case-sensitive.
10327
10328 2009-08-30 Glenn Morris <rgm@gnu.org>
10329
10330 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
10331 from fortran-current-defun.
10332 (fortran-beginning-of-subprogram): Be more precise about finding the
10333 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
10334 (fortran-end-of-subprogram): Simplify.
10335 (fortran-current-defun): Use fortran-start-prog-re.
10336
10337 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
10338
10339 * subr.el (do-after-load-evaluation): Simplify.
10340
10341 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
10342
10343 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
10344
10345 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
10346 (vc-rcs-print-log): Use it.
10347
10348 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
10349
10350 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10351
10352 * paths.el (abbrev-file-name): Move to abbrev.el.
10353 * abbrev.el (abbrev-file-name): Move from paths.el.
10354 Obey user-emacs-directory.
10355 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
10356 user-emacs-directory.
10357 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
10358 abbrev-file-name and calc-settings-file any more.
10359 * startup.el (command-line): Recompute abbrev-file-name and
10360 abbreviated-home-dir.
10361 (normal-no-mouse-startup-screen): Improve the generic code and get rid
10362 of the special code for when C-h bindings haven't been changed.
10363 (display-startup-echo-area-message): Use with-current-buffer.
10364 (command-line-1): Use a list of strings, rather than a list of lists
10365 of strings for longopts.
10366
10367 * files.el (get-free-disk-space): Use / for default-directory.
10368
10369 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
10370 Use with-current-buffer.
10371
10372 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
10373 Recognize immutable variables like most-positive-fixnum.
10374 (byte-compile-setq-default): Check and warn if trying to assign
10375 to an immutable variable, or a non-variable.
10376
10377 * progmodes/cc-vars.el (c-comment-continuation-stars):
10378 * progmodes/cc-engine.el (c-looking-at-bos):
10379 * progmodes/cc-cmds.el (c-toggle-auto-state)
10380 (c-forward-into-nomenclature, c-backward-into-nomenclature)
10381 (c-comment-line-break-function): Add version of obsolescence.
10382
10383 2009-08-28 Juri Linkov <juri@jurta.org>
10384
10385 * files.el (magic-fallback-mode-alist): Add ZIP magic number
10386 associated with `archive-mode'.
10387
10388 * image.el (image-type-header-regexps): Use only JPEG magic number
10389 to determine JPEG images, and don't use `image-jpeg-p' because
10390 Emacs can display non-JFIF non-Exif JPEG images.
10391
10392 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
10393
10394 * arc-mode.el (archive-mode):
10395 * emacs-lisp/re-builder.el (re-builder-unload-function):
10396 Protect against the default value of `major-mode' being nil.
10397
10398 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
10399
10400 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
10401 Fix typos in docstrings.
10402
10403 * progmodes/js.el (js--macro-decl-re): Doc fix.
10404 (js--plain-method-re, js--split-name): Refloc docstring.
10405 (js--class-styles, js--make-merged-item, js--splice-into-items):
10406 Fix typos in docstrings; reflow docstrings.
10407 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
10408 (js--variable-decl-matcher, js--inside-pitem-p)
10409 (js--parse-state-at-point, js--get-all-known-symbols)
10410 (js--symbol-history, js-find-symbol, js--js-references)
10411 (js--moz-interactor, js--js-encode-value, js--read-tab):
10412 Fix typos in docstrings.
10413
10414 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10415
10416 * textmodes/reftex.el (reftex-get-file-buffer-force):
10417 * progmodes/verilog-mode.el (verilog-batch-execute-func):
10418 * emulation/viper.el (viper-go-away, viper-set-hooks):
10419 * emacs-lisp/re-builder.el (re-builder-unload-function):
10420 * emacs-lisp/bytecomp.el (byte-compile-file):
10421 * ses.el (ses-unload-function):
10422 * hexl.el (hexl-find-file):
10423 * files.el (normal-mode):
10424 * ehelp.el (with-electric-help):
10425 * autoinsert.el (auto-insert-alist):
10426 * arc-mode.el (archive-mode):
10427 Use (default-value 'major-mode) instead of default-major-mode.
10428
10429 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
10430 * international/mule.el (load-with-code-conversion):
10431 * emacs-lisp/debug.el (debug):
10432 * ediff-vers.el (ediff-rcs-get-output-buffer):
10433 * dired.el (dired-internal-noselect): Don't let-bind
10434 default-major-mode around code that doesn't use it.
10435 E.g. buffer creation via get-buffer-create doesn't use it.
10436
10437 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
10438
10439 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
10440 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
10441 when writing the temp file. Otherwise, epa-file gets confused.
10442 (tramp-register-file-name-handlers): Make it a defun. Move also
10443 `epa-file-handler' to the front of `file-name-handler-alist'.
10444
10445 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10446
10447 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
10448 start right after a ^M.
10449 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
10450 (tramp-completion-file-name-regexp-separate)
10451 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
10452 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
10453 Don't modify last-coding-system-used by accident.
10454 (tramp-completion-file-name-handler): Apply the checks here,
10455 instead during registration.
10456 (tramp-register-file-name-handlers): Rename from
10457 `tramp-register-file-name-handler'. Register both
10458 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
10459 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
10460
10461 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
10462
10463 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
10464 Remove variable ...
10465 (gdb-init-1, gdb-display-separate-io-buffer)
10466 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
10467 references to it.
10468 (gdb-inferior-io-mode): Use make-comint-in-buffer.
10469 (gdb-inferior-filter): Use comint-output-filter to stop
10470 echoing and remove ^M characters.
10471
10472 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10473
10474 * emulation/viper-init.el (viper-restore-cursor-type):
10475 * emulation/cua-base.el (cua--update-indications):
10476 Replace default-cursor-type with (default-value 'cursor-type).
10477
10478 * mail/sendmail.el (mail-recover-1):
10479 * international/mule-diag.el (describe-current-coding-system-briefly)
10480 (describe-current-coding-system):
10481 * international/mule-cmds.el (select-safe-coding-system)
10482 (select-message-coding-system)
10483 (set-language-environment-coding-systems, set-locale-environment):
10484 * hexl.el (hexl-insert-multibyte-char):
10485 * dos-w32.el (find-buffer-file-type-coding-system):
10486 * simple.el (what-cursor-position):
10487 Replace uses of default-buffer-file-coding-system
10488 with (default-value 'buffer-file-coding-system).
10489
10490 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
10491 Replace uses of default-cursor-in-non-selected-windows
10492 with (default-value 'cursor-in-non-selected-windows).
10493 Use with-current-buffer.
10494
10495 * mail/feedmail.el: Use CL macros.
10496 (feedmail-run-the-queue, feedmail-send-it-immediately):
10497 * dos-w32.el (find-buffer-file-type): Replace uses of
10498 default-buffer-file-type with (default-value 'buffer-file-type).
10499
10500 2009-08-28 Glenn Morris <rgm@gnu.org>
10501
10502 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
10503 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
10504 Use default-value of major-mode rather than default-major-mode.
10505
10506 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10507
10508 * Makefile.in (update-elcfiles): Report left over elc files.
10509
10510 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
10511 expand-file-name and with-current-buffer.
10512 (mail-get-names, mail-directory): Use with-current-buffer.
10513
10514 * vc.el (vc-read-revision): New function.
10515 (vc-version-diff, vc-merge): Use it.
10516
10517 2009-08-27 Sam Steingold <sds@gnu.org>
10518
10519 * simple.el (kill-do-not-save-duplicates): New user option.
10520 (kill-new): When it is non-nil, and the new string is the same as
10521 the latest kill, set replace to t to avoid duplicates in kill-ring.
10522
10523 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
10524
10525 * net/tramp.el (tramp-handle-process-file): Do not flush all
10526 caches when `process-file-side-effects' is set.
10527 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
10528 instead of `tramp-find-file-exists-command'.
10529 Unset `process-file-side-effects'.
10530
10531 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
10532
10533 * net/tramp.el (tramp-methods): New method "rsyncc".
10534 (top): Add completion function for "rsyncc".
10535 (tramp-message-show-message): New defvar.
10536 (tramp-message, tramp-error): Use it.
10537 (tramp-do-copy-or-rename-file-directly): Extend check for direct
10538 remote copying.
10539 (tramp-do-copy-or-rename-file-out-of-band): Handle new
10540 `tramp-methods' entry `copy-env' of "rsyncc".
10541 (tramp-vc-registered-read-file-names): New defconst.
10542 (tramp-vc-registered-file-names): New defvar.
10543 (tramp-handle-vc-registered): Implement optimization strategy.
10544 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10545 (tramp-vc-file-name-handler): New defun.
10546 (tramp-get-ls-command, tramp-get-test-command)
10547 (tramp-get-file-exists-command, tramp-get-remote-ln)
10548 (tramp-get-remote-perl, tramp-get-remote-stat)
10549 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
10550
10551 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10552 (tramp-cache-inhibit-cache): Extend doc string. It allows also
10553 timestamps.
10554 (tramp-get-file-property): Check for timestamps in
10555 `tramp-cache-inhibit-cache'.
10556 (tramp-set-file-property): Write timestamp.
10557
10558 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10559
10560 * language/japan-util.el (japanese-symbol-table): Add entries for
10561 cp932-2-byte.
10562
10563 * international/characters.el: Add category `j' to cp932-2-byte.
10564
10565 2009-08-27 Kenichi Handa <handa@m17n.org>
10566
10567 * international/fontset.el (build-default-fontset-data): New macro.
10568 (setup-default-fontset): Use build-default-fontset-data for CJK,
10569 tibetan, ethiopic, and ipa.
10570
10571 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10572
10573 * cus-start.el (default-major-mode): Customize `major-mode' instead.
10574 (enable-multibyte-characters): Not customizable any more.
10575
10576 * subr.el (default-mode-line-format, default-header-line-format)
10577 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10578 (default-direction-reversed, default-truncate-lines)
10579 (default-left-margin, default-tab-width, default-case-fold-search)
10580 (default-left-margin-width, default-right-margin-width)
10581 (default-left-fringe-width, default-right-fringe-width)
10582 (default-fringes-outside-margins, default-scroll-bar-width)
10583 (default-vertical-scroll-bar, default-indicate-empty-lines)
10584 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10585 (default-fringe-cursor-alist, default-scroll-up-aggressively)
10586 (default-scroll-down-aggressively, default-fill-column)
10587 (default-cursor-type, default-buffer-file-type)
10588 (default-cursor-in-non-selected-windows)
10589 (default-buffer-file-coding-system, default-major-mode)
10590 (default-enable-multibyte-characters): Mark as obsolete.
10591
10592 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
10593
10594 * vc-dir.el (vc-dir-update): Remove debug helper.
10595
10596 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10597
10598 2009-08-26 Sam Steingold <sds@gnu.org>
10599
10600 * simple.el (save-interprogram-paste-before-kill): New user option.
10601 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10602 save the interprogram-paste into kill-ring before overriding it
10603 with the Emacs kill.
10604
10605 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10606
10607 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10608 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10609 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10610 and move to vc-rcs.el.
10611 (vc-default-next-revision): Rename to vc-rcs-next-revision and
10612 move to vc-rcs.el.
10613 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10614 (vc-rcs-update-changelog): Remove.
10615 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10616 and move to vc-rcs.el.
10617
10618 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10619 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10620 renaming.
10621 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
10622 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
10623 vc.el, renamed to be RCS specific.
10624
10625 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10626 New functions.
10627 (vc-cvs-update-changelog): Move here from vc.el.
10628
10629 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10630 New functions.
10631
10632 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10633
10634 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10635
10636 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10637
10638 * vc-git.el (vc-git-register): Use "git add" for directories.
10639 (vc-git-stash, vc-git-stash-show): New functions.
10640 (vc-git-extra-menu-map): Bind them.
10641
10642 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10643 directory correctly in case the item is a directory itself.
10644
10645 * vc.el: Document the desired behavior for reverted files in the
10646 `added' state.
10647 (vc-default-prettify-state-info): Remove function, unused.
10648
10649 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
10650
10651 2009-08-26 Glenn Morris <rgm@gnu.org>
10652
10653 * bindings.el (standard-mode-line-format): Reposition dashes in
10654 which-func entry. (Bug#4217)
10655
10656 * files.el (enable-local-variables, enable-local-eval)
10657 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10658 the defcustoms.
10659 (auto-mode-alist, ignored-local-variables)
10660 (save-some-buffers-action-alist): Move risky declarations to the
10661 definitions.
10662 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10663 (font-lock-defaults, format-alist, imenu--index-alist)
10664 (imenu-generic-expression, input-method-alist, minor-mode-alist)
10665 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10666 (mode-line-modified, mode-line-mule-info, mode-line-position)
10667 (mode-line-process, mode-line-remote, outline-level)
10668 (parse-time-rules, rmail-output-file-alist)
10669 (special-display-buffer-names, vc-mode):
10670 Move risky declarations to the relevant files.
10671 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10672 (mode-line-modified, mode-line-process, mode-line-position)
10673 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10674 * font-core.el (font-lock-defaults):
10675 * format.el (format-alist):
10676 * vc-hooks.el (vc-mode):
10677 * window.el (special-display-buffer-names):
10678 * international/mule-cmds.el (input-method-alist):
10679 Define riskiness here (dumped file) rather than in files.el.
10680 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10681 * imenu.el (imenu-generic-expression, imenu--index-alist):
10682 * outline.el (outline-level):
10683 * time.el (display-time-string):
10684 * calendar/parse-time.el (parse-time-rules):
10685 * mail/rmailout.el (rmail-output-file-alist):
10686 Autoload riskiness here, rather than placing in files.el.
10687
10688 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
10689
10690 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10691
10692 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
10693
10694 * simple.el (process-file-side-effects): New defvar.
10695
10696 * dired-aux.el (dired-show-file-type):
10697 * vc.el (vc-diff-internal):
10698 * vc-arch.el (vc-arch-diff):
10699 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10700 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10701 * vc-git.el (vc-git-registered, vc-git-working-revision)
10702 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10703 (vc-git--empty-db-p):
10704 * vc-hooks.el (vc-user-login-name):
10705 * vc-svn.el (vc-svn-registered, vc-svn-state)
10706 (vc-svn-dir-extra-headers, vc-svn-find-revision):
10707 * progmodes/grep.el (grep-probe): Let-bind
10708 `process-file-side-effects' with nil.
10709
10710 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10711
10712 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10713 daemon. Replace ping by checking for running service for bluez
10714 and zeroconf. (Bug#4239)
10715
10716 2009-08-25 Kevin Ryde <user42@zip.com.au>
10717
10718 * net/dig.el (dig): Add autoload cookie.
10719
10720 2009-08-25 Glenn Morris <rgm@gnu.org>
10721
10722 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10723 load-history for absolute file-names.
10724 (byte-compile-file-form-require): Warn about use of the cl package.
10725
10726 * format.el (format-alist): Doc fix.
10727
10728 * play/bubbles.el (top-level): Don't require cl at run-time.
10729
10730 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10731 run-time cl).
10732
10733 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
10734
10735 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10736 from cl package.
10737 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10738
10739 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
10740
10741 * calc/calc-alg.el (math-trig-rewrite)
10742 (math-hyperbolic-trig-rewrite): New functions.
10743 (calc-simplify): Simplify trig functions when asked.
10744
10745 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10746
10747 * diff-mode.el (diff-find-source-location): Avoid goto-line.
10748
10749 2009-08-24 Kenichi Handa <handa@m17n.org>
10750
10751 * language/ind-util.el (mapthread): Delete it.
10752 (combinatorial): New function.
10753 (indian--puthash-cv): Use combinatorial instead of mapthread.
10754
10755 2009-08-22 Kevin Ryde <user42@zip.com.au>
10756
10757 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10758 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10759 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10760 Clarify docstring that the value is strings not symbols.
10761 (checkdoc-list-of-strings-p): New function.
10762
10763 2009-08-22 Glenn Morris <rgm@gnu.org>
10764
10765 * files.el (auto-mode-alist):
10766 * hippie-exp.el (he-concat-directory-file-name):
10767 * lpr.el (lpr-windows-system, printer-name):
10768 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10769 * ps-print.el (ps-windows-system):
10770 * startup.el (command-line):
10771 * emulation/viper-ex.el (viper-glob-function):
10772 * international/mule-cmds.el (set-language-environment-coding-systems):
10773 * net/ange-ftp.el (ange-ftp-write-region):
10774 * obsolete/fast-lock.el (fast-lock-cache-name):
10775 Remove code for defunct system-types emx, macos, mswindows, next-mach,
10776 unisoft-unix, vax-vms, win32, w32.
10777
10778 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10779 given name if the pattern is not more specific.
10780
10781 * calendar/lunar.el (lunar-phase-names): New option.
10782 (lunar-phase): Doc fix.
10783 (lunar-cycles-per-year): New constant.
10784 (lunar-index): New function.
10785 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10786 (lunar-phase-name): Use lunar-phase-names.
10787 (calendar-lunar-phases): Use format.
10788 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10789
10790 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10791 Copy imenu-example--name-and-position function here for own use.
10792 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10793
10794 * bs.el (bs--redisplay):
10795 * cus-edit.el (custom-redraw):
10796 * ibuffer.el (ibuffer-bury-buffer):
10797 * server.el (server-goto-line-column):
10798 * startup.el (command-line-1):
10799 * strokes.el (strokes-xpm-for-stroke):
10800 * term.el (term-display-buffer-line):
10801 * view.el (View-goto-line):
10802 * calc/calc.el (calc-do, calc-trail-buffer):
10803 * play/gamegrid.el (gamegrid-add-score-insecure):
10804 * progmodes/ada-mode.el (ada-compile-goto-error):
10805 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10806 (ebrowse-select-1st-to-9nth):
10807 * progmodes/cperl-mode.el (cperl-time-fontification):
10808 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10809 * progmodes/gud.el (gud-display-line):
10810 (idlwave-shell-display-line):
10811 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10812 * progmodes/make-mode.el (makefile-browser-toggle):
10813 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10814 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10815 * textmodes/picture.el (picture-draw-rectangle):
10816 * textmodes/reftex-index.el (reftex-index-goto-letter):
10817 (reftex-select-jump-to-previous):
10818 * textmodes/reftex-sel.el (reftex-find-start-point)
10819 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10820 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10821 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10822 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10823 * textmodes/two-column.el (2C-associated-buffer):
10824 Use forward-line rather than goto-line.
10825
10826 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10827 goto-line.
10828
10829 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10830 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10831 (quick-check-list-to-regexp): Declare.
10832
10833 * progmodes/make-mode.el (makefile-browser-insert-selection):
10834 Use goto-char rather than goto-line.
10835
10836 * progmodes/prolog.el (compilation-error-regexp-alist)
10837 (compilation-forget-errors): Declare.
10838
10839 2009-08-22 Juri Linkov <juri@jurta.org>
10840
10841 * progmodes/grep.el (lgrep, rgrep): At the beginning
10842 set `dir' to `default-directory' unless `dir' is a non-nil
10843 readable directory. (Bug#4052)
10844 (lgrep, rgrep): Change a weird way to report an error
10845 from using `read-string' to using `error'.
10846 Instead of using interactive arguments in the function body,
10847 add new argument `confirm'.
10848
10849 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10850
10851 * textmodes/remember.el (remember-buffer):
10852 * progmodes/cperl-mode.el (cperl-vc-header-alist):
10853 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10854 (icalendar-extract-ical-from-buffer):
10855 * net/newst-treeview.el (newsticker-groups-filename):
10856 * net/newst-backend.el (newsticker-cache-filename):
10857 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10858 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10859 (speedbar-add-ignored-path-regexp, speedbar-line-path)
10860 (speedbar-buffers-line-path, speedbar-path-line)
10861 (speedbar-buffers-line-path):
10862 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10863 (epg-sign-keys):
10864 * epa.el (epa-display-verify-result):
10865 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10866
10867 2009-08-21 Glenn Morris <rgm@gnu.org>
10868
10869 * progmodes/js.el (inferior-moz-process): Fix declaration.
10870
10871 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10872
10873 * obsolete/rnewspost.el (news-mail-reply):
10874 Use goto-char rather than goto-line.
10875
10876 * term/ns-win.el (ns-open-file-select-line):
10877 Use line-beginning-position rather than goto-line.
10878
10879 * apropos.el (apropos-command):
10880 * ehelp.el (electric-helpify):
10881 * printing.el (pr-show-setup):
10882 * strokes.el (strokes-help):
10883 * tutorial.el (tutorial--describe-nonstandard-key)
10884 (tutorial--detailed-help):
10885 * woman.el (woman-mini-help, woman-display-extended-fonts):
10886 * calc/calc-help.el (calc-describe-key):
10887 * emulation/edt.el (edt-electric-helpify):
10888 * international/mule-diag.el (mule-diag):
10889 * play/yow.el (apropos-zippy):
10890 * progmodes/python.el (python-describe-symbol):
10891 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10892 * textmodes/table.el (*table--cell-describe-mode)
10893 (*table--cell-describe-bindings):
10894 Use help-print-return-message rather than the now obsolete alias.
10895
10896 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10897 (calendar-cursor-to-visible-date):
10898 * play/5x5.el (5x5-position-cursor):
10899 * play/decipher.el (decipher):
10900 * play/gomoku.el (gomoku-goto-xy):
10901 * play/landmark.el (lm-goto-xy):
10902 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10903 (mpuz-paint-digit):
10904 Use forward-line, not goto-line.
10905
10906 * mail/rmail.el (rmail-obsolete): Delete custom group.
10907 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10908 (rmail-remote-password, rmail-remote-password-required):
10909 Remove unneeded :set-after and :set properties.
10910
10911 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
10912
10913 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10914
10915 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
10916
10917 * loadup.el: Remove leftover macos code.
10918
10919 * vc-git.el (vc-git-annotate-command): Run asynchronously.
10920 Explicitly pass the date format to git blame so that user local
10921 so that the output format can be parsed.
10922
10923 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
10924
10925 * net/dbus.el (top): Don't check for (getenv
10926 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
10927
10928 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
10929
10930 * log-edit.el (log-edit-strip-single-file-name): New var.
10931 (log-edit-insert-changelog): Use it. Bug#3571
10932
10933 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10934
10935 * subr.el (read-passwd): Use read-key so keypad keys work as well.
10936 Bug#3287
10937
10938 * help.el (help-print-return-message): Rename from
10939 print-help-return-message.
10940
10941 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10942 cvs-mode-map parent hack.
10943 (log-view-mode): Derive from special-mode.
10944
10945 * linum.el (linum-mode): window-size-change-functions is redundant.
10946 Adapt to new window-configuration-change-hook behavior.
10947 (linum-after-size, linum-after-config): Remove.
10948
10949 * imenu.el (imenu-example--name-and-position)
10950 (imenu-example--lisp-extract-index-name)
10951 (imenu-example--create-lisp-index, imenu-example--create-c-index):
10952 Mark as obsolete.
10953
10954 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10955 (inferior-prolog-mode): Use it.
10956 (inferior-prolog-load-file): Reset list of errors.
10957
10958 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10959
10960 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10961
10962 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10963
10964 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
10965
10966 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10967 is running already.
10968
10969 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10970
10971 * subr.el (listify-key-sequence-1): Use normal syntax since those
10972 integers are nowadays always represented by the same (positive) number
10973 on all platforms.
10974 (read-key-empty-map): New const.
10975 (read-key-delay): New var.
10976 (read-key): New function.
10977 (force-mode-line-update): Use with-current-buffer.
10978 (locate-user-emacs-file): Don't forget to abbreviate the file name.
10979 (start-process-shell-command, start-file-process-shell-command):
10980 Discourage the use of command-args.
10981
10982 2009-08-19 Glenn Morris <rgm@gnu.org>
10983
10984 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10985
10986 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10987
10988 * simple.el (choose-completion-string): Don't rely on
10989 minibuffer-completing-file-name and ad-hoc checks to decide whether
10990 to continue completion or not.
10991
10992 * minibuffer.el (minibuffer-hide-completions): New function.
10993 (completion--do-completion): Use it.
10994 (completions-annotations): New face.
10995 (completion--insert-strings): Use it.
10996 (completion-pcm--delim-wild-regex): Add docstring.
10997 (completion-pcm--string->pattern): Add support for 0-width delimiters
10998 in completion-pcm--delim-wild-regex.
10999
11000 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
11001
11002 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
11003 Remove unused var `buffer-modified-p'.
11004
11005 * minibuffer.el (completion--do-completion): Move point for the #b001
11006 case as well (bug#4176).
11007 (minibuffer-complete, minibuffer-complete-word): Don't move point.
11008
11009 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
11010
11011 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
11012 and :session buses.
11013
11014 2009-08-18 Kenichi Handa <handa@m17n.org>
11015
11016 * international/ucs-normalize.el (ucs-normalize-version):
11017 Change to 1.1.
11018 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
11019 (utf-8-hfs): Make it perform normalization on encoding too.
11020
11021 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
11022 (sentence-end-without-space): Delete duplicated chars.
11023 (sentence-end-base): Likewise.
11024
11025 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
11026 (html-mode): Delete duplicated chars from sentence-end-base.
11027
11028 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
11029 (texinfo-mode): Delete duplicated chars from sentence-end-base.
11030
11031 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
11032
11033 * files.el (hack-one-local-variable): If the mode function is for
11034 a minor mode, pass it an argument (Bug#4148).
11035
11036 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
11037
11038 * net/tramp.el (tramp-register-completion-file-name-handler):
11039 Check also for (member 'partial-completion completion-styles).
11040
11041 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
11042
11043 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
11044 abbrev (Bug#3943).
11045
11046 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
11047
11048 * progmodes/cperl-mode.el: Merge upstream 6.2.
11049 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
11050 (cperl-forward-re): Check cperl-brace-recursing.
11051 (cperl-highlight-charclass): New function.
11052 (cperl-find-pods-heres): Use it.
11053 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
11054 (cperl-beautify-regexp-piece): Fix column calculation.
11055 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
11056 (cperl-beautify-level): Don't process entire regexp.
11057 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
11058 calling man.
11059 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
11060 (cperl-init-faces): Build a list in the normal way.
11061
11062 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
11063
11064 * calendar/parse-time.el (parse-time-string-chars): Save match
11065 data.
11066
11067 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
11068
11069 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
11070 (sql-product): Use it.
11071 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
11072 (sql-set-product): Add completion.
11073 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
11074 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
11075 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
11076 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
11077 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
11078 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
11079 (sql-highlight-db2-keywords): Remove.
11080 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
11081 (sql-highlight-product): Use derived-mode-p.
11082 (sql-set-sqli-buffer): Use with-current-buffer.
11083 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
11084 Simplify.
11085
11086 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
11087
11088 * term.el: Fix commenting convention, turn comments into docstrings.
11089
11090 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11091
11092 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
11093
11094 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
11095
11096 * calendar/parse-time.el (parse-time-string-chars): Compute using
11097 character classes, to handle non-ascii characters (Bug#3190).
11098
11099 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
11100
11101 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
11102 another heredoc if the user adds another < (Bug#3226).
11103
11104 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11105 Don't initialize based on window-system (Bug#4124).
11106
11107 * facemenu.el (facemenu-read-color): Use a completion function
11108 that accepts any defined color, such as RGB triplets (Bug#3677).
11109
11110 * files.el (get-free-disk-space): Change fallback default
11111 directory to /. Expand DIR argument before switching to fallback.
11112 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
11113
11114 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
11115
11116 * files.el (load-library): Doc fix.
11117
11118 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
11119
11120 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
11121 (viper-if-string): Redefine C-s in the minibuffer to insert the last
11122 incremental search string.
11123
11124 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
11125 XEmacs.
11126
11127 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
11128 (ediff-merge-region-is-non-clash)
11129 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
11130 Also check if the job is really a merge job.
11131
11132 * ediff.el (ediff-current-file): New function.
11133
11134 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
11135
11136 * progmodes/js.el: Edit docstrings throughout to follow Emacs
11137 conventions.
11138 (js-insert-and-indent): Delete function.
11139 (js-mode-map): Don't bind keys to js-insert-and-indent.
11140 (js-beginning-of-defun): Rename from js--beginning-of-defun.
11141 (js-end-of-defun): Rename from js--end-of-defun.
11142 (js-auto-indent-flag): Delete variable.
11143
11144 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
11145
11146 * progmodes/js.el: Remove proclaim statement.
11147 Defvar which-func-imenu-joiner-function to silence compiler.
11148
11149 * files.el (auto-mode-alist): Use js-mode for .js files.
11150
11151 * progmodes/js2-mode.el: Remove file.
11152
11153 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
11154
11155 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
11156
11157 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
11158
11159 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
11160 Karl Landstrom <karl.landstrom@brgeight.se>
11161
11162 * progmodes/js.el: New file.
11163
11164 2009-08-14 Mark A. Hershberger <mah@everybody.org>
11165
11166 * timezone.el (timezone-parse-date): Add ability to understand ISO
11167 basic format (minimal separators) dates in addition to the
11168 already-supported extended format dates.
11169
11170 2009-08-14 Eli Zaretskii <eliz@gnu.org>
11171
11172 * international/ucs-normalize.el: Add a `coding' file variable.
11173
11174 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
11175
11176 2009-08-14 Sam Steingold <sds@gnu.org>
11177
11178 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
11179
11180 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
11181
11182 * faces.el (help-argument-name): Define it here instead of
11183 help-fns.el, because in daemon mode help-fns.el may be loaded when
11184 faces are still uninitialized (Bug#1078).
11185
11186 * help-fns.el (help-argument-name): Move defface to faces.el.
11187
11188 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
11189
11190 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
11191 create buffer with a pty but no process so that GDB can make the
11192 inferior the controlling process.
11193
11194 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
11195
11196 * international/ucs-normalize.el: New file.
11197
11198 2009-08-13 Richard Stallman <rms@gnu.org>
11199
11200 * mail/rmail.el (rmail-get-attr-names):
11201 Accept an attribute header that is too short.
11202
11203 * mail/rmail.el (rmail-forget-messages):
11204 Ignore nil elt in rmail-message-vector. Use dotimes.
11205
11206 * progmodes/compile.el (compilation-goto-locus):
11207 Use next-error-move-function.
11208
11209 * simple.el (next-error-move-function): New variable.
11210
11211 2009-08-12 Juri Linkov <juri@jurta.org>
11212
11213 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
11214 always non-nil. (Bug#4052)
11215
11216 * replace.el (read-regexp): Return empty string when
11217 `default-value' is nil.
11218 (keep-lines-read-args): Don't use empty string as the
11219 default value for `read-regexp'. (Bug#2495)
11220
11221 2009-08-12 Juri Linkov <juri@jurta.org>
11222
11223 * international/mule-cmds.el (ucs-insert): Change arguments
11224 from `arg' to `character', `count', `inherit' to be the same
11225 as in `insert-char'. Doc fix. (Bug#4039)
11226
11227 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
11228
11229 2009-08-12 Juri Linkov <juri@jurta.org>
11230
11231 * files-x.el: New file.
11232
11233 * files.el: Move code that deals with adding/deleting
11234 file/directory-local variables to files-x.el.
11235
11236 * Makefile.in (ELCFILES): Add files-x.elc.
11237
11238 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
11239
11240 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
11241 to use `goto-line'.
11242 (gdb-place-breakpoints, gdb-get-location): Rewritten without
11243 `goto-line'.
11244 (gdb-invalidate-disassembly): Do not refresh upon receiving
11245 'update signal. Instead, update all disassembly buffers only after
11246 threads list.
11247 (gdb): Send -target-detach when buffer is killed (Bug#3794).
11248 (gdb-starting): Move -data-list-register-names...
11249 (gdb-stopped): ...here so it's sent when first thread stops.
11250 (gdb-registers-handler-custom): Do nothing if register names are
11251 unknown yet.
11252
11253 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
11254 from `gdb-mi.el' to avoid extra tangling.
11255
11256 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
11257 change which breaks `gud-def' definitions used in `gdb'.
11258 (gdb-update-gud-running): No extra fuss for updating frame number.
11259
11260 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
11261
11262 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
11263 (describe-language-environment-map, setup-language-environment-map)
11264 (set-coding-system-map): Move initialization into declaration.
11265 (set-language-info-alist): Last arg to define-key-after can be skipped.
11266
11267 * international/quail.el (quail-completion-1): Simplify.
11268 (quail-define-rules): Use slightly more compact code.
11269 (quail-insert-decode-map): Propertize keys, compact columns.
11270
11271 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11272 Add goto-line.
11273
11274 2009-08-10 Miles Bader <miles@gnu.org>
11275
11276 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
11277 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
11278 (js2-instance-member, js2-private-member, js2-private-function-call)
11279 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
11280 (js2-magic-paren, js2-external-variable):
11281 Remove "-face" suffix from face names.
11282 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
11283 (js2-highlight-undeclared-vars, js2-peek-token)
11284 (js2-parse-function-params, js2-mode-show-errors)
11285 (js2-mode-show-warnings, js2-make-magic-delimiter)
11286 (js2-mode-highlight-magic-parens): Update to use new face names.
11287
11288 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
11289
11290 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
11291 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
11292
11293 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
11294
11295 * subr.el: Provide hashtable-print-readable.
11296
11297 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
11298 hs-c-like-adjust-block-beginning.
11299 (hs-hide-block-at-point): Stop hiding at the beginning of
11300 hs-block-end-regexp (Bug#700).
11301
11302 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
11303
11304 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
11305 a macro.
11306 (gdb-registers-handler-custom): Do not fail when register names
11307 are unavailable.
11308
11309 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
11310
11311 * progmodes/gdb-mi.el (gdb-control-all-threads)
11312 (gdb-control-current-thread): Interactive setters for
11313 `gdb-gud-control-all-threads' to use in menu.
11314 (gdb-show-run-p): Show «Go» when process is not active.
11315 (gud-tool-bar-map): Add non-stop/A,T indicator.
11316 Uses gud/thread.xpm and gud/all.xpm.
11317
11318 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
11319
11320 * net/net-utils.el (net-utils-font-lock-keywords): New var.
11321 (nslookup-font-lock-keywords): Make it a variable.
11322 (net-utils-mode): New mode for viewing diagnostic network output.
11323 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
11324 (net-utils-run-simple): New function.
11325 (ifconfig, iwconfig, netstat, arp, route): Use it.
11326
11327 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
11328
11329 * progmodes/gdb-mi.el (gdb-read-memory-custom)
11330 (gdb-memory-set-address, def-gdb-set-positive-number)
11331 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
11332 after changing settings.
11333 (gdb-invalidate-disassembly): Update when first shown.
11334 (gdb-edit-locals-value): Fix.
11335 (gdb-registers-handler-custom): Print registers in right order and
11336 allow changing register values (only for current thread yet).
11337 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
11338 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
11339 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
11340 (gdb-locals-handler-custom, gdb-registers-handler-custom):
11341 Thread info in mode name.
11342 (gdb-registers-mode-map): TAB to switch to locals.
11343
11344 2009-08-08 Eli Zaretskii <eliz@gnu.org>
11345
11346 * mail/rmail.el (rmail-add-mbox-headers)
11347 (rmail-set-message-counters-counter): Search for
11348 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
11349
11350 2009-08-08 Glenn Morris <rgm@gnu.org>
11351
11352 * Makefile.in (ELCFILES): Update.
11353
11354 2009-08-07 Eli Zaretskii <eliz@gnu.org>
11355
11356 * mail/sendmail.el (mail-yank-original):
11357 Set buffer-file-coding-system from the one used by the message whose
11358 text is yanked.
11359
11360 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
11361 to "windows" when "pgnuplot" is used.
11362 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
11363 Don't call accept-process-output if "pgnuplot" is used.
11364 (calc-graph-init): Don't send -display and -geometry to
11365 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
11366 running "pgnuplot -V" with shell-command-to-string.
11367
11368 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
11369 the default.
11370
11371 2009-08-07 Eli Zaretskii <eliz@gnu.org>
11372
11373 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
11374 org/org-latex.elc.
11375
11376 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
11377
11378 * vc-dispatcher.el (vc-resynch-window): Update comment.
11379
11380 * term.el (term-handle-ansi-escape): Add comments with the
11381 terminfo capabilities implemented.
11382
11383 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
11384
11385 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
11386 (gdb-var-create-handler): Rewritten using JSON parser.
11387 (gdb-propertize-header): Move earlier.
11388 (gdb-set-header): Remove to avoid duplication.
11389 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
11390 Refresh disassembly buffers only after threads list have been
11391 update.
11392 (gdb-threads-header, gdb-registers-header): Per-buffer header line
11393 variables.
11394
11395 2009-08-04 Juri Linkov <juri@jurta.org>
11396
11397 * files.el: Commands to add/delete file/directory-local variables.
11398 (read-file-local-variable, read-file-local-variable-value)
11399 (read-file-local-variable-mode, modify-file-local-variable)
11400 (modify-file-local-variable-prop-line)
11401 (modify-dir-local-variable): New functions.
11402 (add-file-local-variable, delete-file-local-variable)
11403 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
11404 (add-dir-local-variable, delete-dir-local-variable)
11405 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
11406 (copy-dir-locals-to-file-locals-prop-line): New commands.
11407
11408 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
11409
11410 * abbrev.el (insert-abbrev-table-description): Prettify output.
11411 Suggested by Karl Chen.
11412
11413 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
11414
11415 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
11416 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
11417 (gdb-overlay-arrow-position, gdb-thread-position)
11418 (gdb-disassembly-position): Declare variables.
11419 (gdb-wait-for-pending): Function now.
11420 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
11421 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
11422 compilation goes smoothly.
11423 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
11424 (gdb-non-stop-setting): New customization setting which replaces
11425 `gdb-non-stop' so changing it doesn't break active GDB session.
11426 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
11427 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
11428 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
11429 (gdb-show-threads-by-default): New customization options.
11430 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
11431 routines.
11432 (gdb-get-buffer-create): Send buffers update signal when they are
11433 created.
11434 (gdb-invalidate-locals, gdb-invalidate-registers)
11435 (gdb-invalidate-breakpoints)
11436 (gdb-invalidate-threads, gdb-invalidate-disassembly)
11437 (gdb-invalidate-memory): Accept update signal.
11438 (gdb-current-context-command): Use --frame option.
11439 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
11440 Implement `gdb-frame-number' selection logic.
11441 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
11442 whether to show GUD toolbar buttons.
11443 (gdb-thread-exited): Unselect current thread when it exits.
11444 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
11445 (gdb-mark-line): Routine which sets overlay arrow or inverses
11446 video on fringeless displays.
11447 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
11448 to build aligned columns of data in GDB buffers and set text
11449 properties line-by-line.
11450 (gdb-invalidate-breakpoints)
11451 (gdb-breakpoints-list-handler-custom)
11452 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
11453 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
11454 (gdb-registers-handler-custom): Align data columns.
11455 (gdb-locals-handler-custom): Now prints data like in variable
11456 declarations.
11457 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
11458 Remove confusing buttons.
11459 (gdb-invalidate-threads): Append --frame.
11460 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
11461 between breakpoints/threads buffers.
11462 (gdb-set-window-buffer): Now can ignore dedicated windows.
11463 (gdb-propertize-header): Use `gdb-set-window-buffer'.
11464 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
11465 (def-gdb-thread-buffer-gud-command): Replaces
11466 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
11467 for fine thread control.
11468 (gdb-preempt-existing-or-display-buffer): New function used to
11469 display bound buffers without breaking window layout.
11470 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
11471 (gdb-select-frame): New version of `gdb-frames-select' which now
11472 sets `gdb-frame-number' so commands may use --frame option instead
11473 of inner debugger state.
11474 (gdb-frame-handler): Do not set `gdb-frame-number'.
11475 (gdb-threads-mode-map): Select threads with mouse.
11476
11477 * progmodes/gud.el (gdb-gud-context-call): Declare function to
11478 avoid compilation warning.
11479 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
11480 `gdb-show-stop-p`.
11481
11482 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
11483 Argument `key' renamed to `buffer-type'.
11484 (gdb-current-context-buffer-name): Do not add thread info to
11485 buffer name when no thread is selected.
11486 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
11487 command (bug 3794).
11488 (gdb-thread-selected): Handle `=thread-selected' notification.
11489 (gdb-wait-for-pending): New macro to deal with congestion problems.
11490 (gdb-breakpoints-list-handler-custom): Don't fail on pending
11491 breakpoints.
11492 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
11493 This fixes problem similar to one described in bug 3947.
11494 (gud-menu-map): More menu items.
11495 (gdb-init-1): Reset `gdb-thread-number' to nil.
11496
11497 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
11498 non-stop settings.
11499
11500 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
11501 (gdb-current-context-command): Do not append --thread if
11502 `gdb-thread-number' is nil.
11503 (gdb-running-threads-count, gdb-stopped-threads-count):
11504 New variables.
11505 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
11506 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
11507 New customization options.
11508 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
11509 GUD commands.
11510 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
11511 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
11512 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
11513 set `gdb-thread-number' and update `gud-running' properly.
11514 (gdb-running): Update threads list when new threads appear.
11515 (gdb-stopped): Support non-stop operation and new thread switching
11516 logic.
11517 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
11518 (gdb-json-partial-output): New set of JSON routines.
11519 (def-gdb-auto-update-trigger): New `signal-list' optional
11520 argument.
11521 (gdb-thread-list-handler-custom): Update `gud-running',
11522 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
11523 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11524 (gdb-continue-thread, gdb-step-thread): New commands for fine
11525 thread execution control.
11526 (gud-menu-map): New menu items to switch non-stop options.
11527 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
11528 (gdb-send): Mimic RET properly (bug 3794).
11529
11530 * progmodes/gdb-mi.el (gdb-rules-name-maker)
11531 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11532 gdb-buffer-rules.
11533 (def-gdb-auto-update-handler): New nopreserve optional argument.
11534 (gdb-stack-list-frames-custom): Print stack from top to bottom.
11535
11536 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
11537 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11538 (gdb-parent-mode): New mode to derive other GDB modes from.
11539 (gdb-display-disassembly-for-thread)
11540 (gdb-frame-disassembly-for-thread): New commands for threads
11541 buffer.
11542
11543 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11544 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
11545 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11546 (gdb-update): We now store all GDB buffers in a list so that they
11547 can be updated by traversing a list instead of calling invalidate
11548 triggers explicitly.
11549 (def-gdb-trigger-and-handler): New macro to define trigger-handler
11550 pair for GDB buffer.
11551 (gdb-stack-buffer-name): Add thread information.
11552 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11553 handle pending triggers.
11554 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11555 (def-gdb-thread-buffer-simple-command)
11556 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11557 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
11558 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11559 New commands which show buffers bound to thread.
11560 (gdb-stack-list-locals-regexp): Remove unused regexp.
11561
11562 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11563 (gdb-locals-buffer-name, gdb-registers-buffer-name)
11564 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11565 to (gud-comint-buffer) in *-buffer-name functions
11566 because (gdb-get-target-string) already does that.
11567 (gdb-locals-handler-custom, gdb-registers-handler-custom)
11568 (gdb-changed-registers-handler): Rewritten without regexps.
11569
11570 * progmodes/gdb-mi.el: Basic thread selection support.
11571 (gdb-thread-number): New variable.
11572 (gdb-current-context-command): New macro which adds --thread
11573 option to command.
11574 (gdb-threads-mode-map): Select thread with SPC.
11575 (gdb-thread-list-handler-custom): Mark current thread with overlay
11576 arrow. Synchronize GDB thread and Emacs thread.
11577 (gdb-select-thread): New command which selects current thread.
11578 (gdb-invalidate-frames, gdb-invalidate-locals)
11579 (gdb-invalidate-registers): Use --thread option.
11580
11581 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
11582
11583 * net/tramp.el (top): Make check for tramp-gvfs loading more
11584 robust. (Bug#3977)
11585 (tramp-handle-insert-file-contents): `unwind-protect' must be
11586 inside `with-parsed-tramp-file-name'.
11587
11588 * net/tramp-gvfs.el (top): Remove superfluous message when loading
11589 fails.
11590
11591 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
11592
11593 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11594 directory if CLASSPATH is not set.
11595
11596 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
11597
11598 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11599 New defconst.
11600 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
11601
11602 2009-08-02 Kevin Ryde <user42@zip.com.au>
11603
11604 * net/newst-backend.el (newsticker--raw-url-list-defaults):
11605 Update freshmeat link. Delete newsforge.com as it seems gone.
11606
11607 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11608
11609 * select.el (x-set-selection): Doc fix (Bug#4021).
11610
11611 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11612
11613 * help-fns.el (describe-variable): Treat list return values from
11614 dir-locals-find-file properly (Bug#4005).
11615
11616 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
11617
11618 * net/tramp.el (tramp-debug-message): Print also microseconds.
11619
11620 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
11621
11622 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11623 or END is non-nil.
11624 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11625 (tramp-get-debug-buffer): Change `outline-regexp' according to new
11626 format.
11627
11628 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
11629 (tramp-get-file-property): Use it.
11630
11631 * autorevert.el (auto-revert-handler):
11632 Allow `auto-revert-tail-mode' for remote files.
11633
11634 2009-08-02 Jason Rumney <jasonr@gnu.org>
11635
11636 * minibuffer.el (read-file-name): Treat confirm options to
11637 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
11638
11639 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11640
11641 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
11642 (font-lock-variable-name-face, font-lock-constant-face):
11643 Darken the colors for light backgrounds.
11644
11645 2009-08-01 Eli Zaretskii <eliz@gnu.org>
11646
11647 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11648 month names. (Bug#3987)
11649
11650 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
11651
11652 * simple.el (line-move-finish): Pass whole number to
11653 line-move-to-column.
11654 (line-move-visual): Perform hscroll to the recorded position.
11655
11656 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
11657
11658 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11659
11660 2009-07-29 Alan Mackenzie <acm@muc.de>
11661
11662 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11663
11664 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
11665
11666 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11667 (gdb-place-breakpoints): Use full path when setting breakpoints.
11668
11669 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11670
11671 * calc/calc.el (calc-mode-map): Add keybinding for
11672 `calc-transpose-lines'.
11673
11674 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
11675
11676 * calc/calc-misc.el (calc-transpose-lines): New function.
11677
11678 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
11679
11680 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11681 Simplify check for out-of-band methods.
11682 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11683 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
11684
11685 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
11686
11687 * vc-git.el (vc-git-checkin): Fix typo.
11688
11689 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
11690
11691 * progmodes/js2-mode.el: New file.
11692
11693 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
11694
11695 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11696 (gud-menu-map): Adjust tooltip accordingly.
11697
11698 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11699
11700 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11701 (vc-bzr-log-view-mode): Adjust log-view-file-re.
11702
11703 * add-log.el (change-log-mode-map): Add a menu.
11704
11705 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
11706
11707 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11708 function returns nil.
11709 (dbus-handle-event): Handle special return value :ignore.
11710 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11711
11712 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
11713
11714 * view.el (view-mode-enable): Don't define Helper-return-blurb if
11715 it's not needed.
11716
11717 2009-07-25 Eli Zaretskii <eliz@gnu.org>
11718
11719 Fix Bug#3888:
11720
11721 * w32-vars.el (x-select-enable-clipboard): Doc fix.
11722
11723 * term/pc-win.el (x-display-name, x-colors)
11724 (x-select-enable-clipboard, x-select-text): Doc fix.
11725
11726 * term/common-win.el (x-display-name, x-colors): Doc fix.
11727
11728 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11729 (xw-defined-colors): Doc fix.
11730
11731 * w32-fns.el (x-select-text, x-setup-function-keys)
11732 (x-get-selection, x-set-selection): Doc fix.
11733
11734 * term/x-win.el (x-select-text, x-setup-function-keys)
11735 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11736
11737 * select.el (x-set-selection): Doc fix.
11738
11739 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
11740
11741 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11742 instead of "IsNSSSupportAvailable". Avahi ought to work also when
11743 "IsNSSSupportAvailable" method is not available.
11744 Reported by Steve Youngs <steve@sxemacs.org>.
11745
11746 2009-07-24 Kenichi Handa <handa@m17n.org>
11747
11748 * international/characters.el: Fix setting of category ?C, ?|, ?K,
11749 and ?H. Fix setting of case for Latin Extended and Greek Extended.
11750 (build-unicode-category-table): Fix range checks.
11751
11752 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
11753
11754 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11755 the buffer we try to sync is current when calling
11756 vc-resynch-buffer.
11757
11758 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11759 not show up to date files.
11760
11761 2009-07-24 Glenn Morris <rgm@gnu.org>
11762
11763 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11764 Add autoload cookies. If necessary, initialize.
11765 (elint-log): Handle non-file buffers.
11766 (elint-initialize): Add optional argument to reinitialize.
11767 (elint-find-builtin-variables): Save excursion.
11768
11769 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11770
11771 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11772 for Lint.
11773
11774 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11775
11776 * vc.el (vc-print-log-internal): New function, split out from ...
11777 (vc-print-log): ... here.
11778 (vc-dir-move-to-goal-column): Declare.
11779
11780 * vc-git.el (vc-git-add-signoff): New variable.
11781 (vc-git-checkin): Use it.
11782 (vc-git-toggle-signoff): New function.
11783 (vc-git-extra-menu-map): Bind it to menu.
11784 (vc-git--run-command-string): Accept a nil FILE argument.
11785 (vc-git-stash-list): New function.
11786 (vc-git-dir-extra-headers): Use it.
11787
11788 2009-07-23 Glenn Morris <rgm@gnu.org>
11789
11790 * help-fns.el (describe-variable): Describe ignored and risky local
11791 variables in a similar way to that in which we describe safe ones.
11792
11793 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11794 (byte-compile-output-file-form, byte-compile-output-docform)
11795 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11796 Give some more local variables with common names a "bytecomp-" prefix,
11797 so as not to shadow things during compilation.
11798 * emacs-lisp/cl-macs.el (load-time-value)
11799 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11800 `outbuffer' to `bytecomp-outbuffer'.
11801
11802 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11803 since the next two variables cover them automatically now.
11804 (elint-builtin-variables, elint-autoloaded-variables): New.
11805 (elint-unknown-builtin-args): Remove all members, since they can be
11806 parsed automatically now.
11807 (elint-extra-errors): New.
11808 (elint-env-add-env, elint-env-add-macro): Use cadr.
11809 (elint-current-buffer): Use or. Change final message.
11810 (elint-get-top-forms): Use line-end-position.
11811 (elint-init-env): Use cadr. Handle autoload, declare-function,
11812 and defalias.
11813 (elint-add-required-env): Doc fix. Use or. Standardize error.
11814 (regexp-assoc): Remove unused function.
11815 (elint-top-form): Set elint-current-pos, to record the start of the
11816 top-level form, for compilation-mode.
11817 (elint-form): Trap errors in macro expansion. Use dolist.
11818 (elint-unbound-variable): Use elint-builtin-variables and
11819 elint-autoloaded-variables.
11820 (elint-get-args): Use cadr, or.
11821 (elint-check-cond-form): Use dolist, cadr.
11822 (elint-check-condition-case-form): Doc fix. Use cadr.
11823 Use elint-extra-errors.
11824 (elint-log): New function.
11825 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11826 Distinguish errors and warnings.
11827 (elint-log-message): Use with-current-buffer. Inhibit read-only.
11828 Use a bytecomp-style format.
11829 (elint-clear-log): Preserve default-directory. Inhibit read-only.
11830 (elint-get-log-buffer): Use compilation mode. Disable undo.
11831 Don't truncate lines.
11832 (elint-initialize): Set builtin and autoloaded variable lists.
11833 Only process elint-unknown-builtin-args if non-nil.
11834 (elint-find-builtin-variables, elint-find-autoloaded-variables):
11835 New functions.
11836 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
11837
11838 2009-07-22 Kevin Ryde <user42@zip.com.au>
11839
11840 * net/newst-backend.el (newsticker--parse-atom-1.0)
11841 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11842 (newsticker--parse-rss-1.0):
11843 * progmodes/idlwave.el (idlwave-mode):
11844 * progmodes/idlw-shell.el (idlwave-shell-mode):
11845 * progmodes/vera-mode.el (vera-mode):
11846 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11847 * progmodes/vhdl-mode.el (vhdl-mode):
11848 * textmodes/table.el (table-generate-source)
11849 (table--warn-incompatibility):
11850 Hyperlink urls in docstrings with URL `...'.
11851
11852 2009-07-22 Glenn Morris <rgm@gnu.org>
11853
11854 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11855 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11856 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11857 Remove leading * from defcustom docs.
11858
11859 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
11860
11861 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11862 defcustom doc.
11863 (list-load-path-shadows): Optionally, just return shadows as a string.
11864
11865 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11866
11867 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
11868
11869 * mail/rmailedit.el (rmail-edit-mode):
11870 Use auto-save-include-big-deletions.
11871
11872 * mail/rmail.el (rmail-variables):
11873 Use auto-save-include-big-deletions.
11874
11875 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11876 changes.
11877
11878 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
11879
11880 * calc/calc.el (calc-undo-length): New variable.
11881 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11882
11883 2009-07-21 Richard Stallman <rms@gnu.org>
11884
11885 * files.el (auto-save-mode): Handle buffer-save-size = -2
11886 for toggling mode.
11887
11888 2009-07-21 Glenn Morris <rgm@gnu.org>
11889
11890 * textmodes/ispell.el (ispell-looking-back): Update declaration.
11891
11892 * calendar/todo-mode.el (calendar-current-date): Update declaration.
11893
11894 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11895 silence compiler. Instead...
11896 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11897 (ps-print-ensure-fontified): Update for above function name changes.
11898
11899 * printing.el (pr-mh-get-msg-num, pr-mh-show)
11900 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11901 silence compiler. Instead...
11902 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11903 (mh-show-buffer): Only define for compiler.
11904 (pr-mh-current-message): Update for above function name changes.
11905
11906 * files.el (abort-if-file-too-large): Explicitly pass `filename'
11907 as an argument.
11908 (find-file-noselect, insert-file-1): Update for above change.
11909
11910 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11911
11912 * mail/mailclient.el (mailclient-send-it): Fix message.
11913
11914 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11915 (edebug-eval): Check cl-debug-env is bound.
11916 (print-level, print-circle): Don't redefine built-in variables.
11917
11918 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11919 (custom-print-vectors): Remove old comments from doc.
11920
11921 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11922 (emerge-version): Make the variable an obsolete alias for the
11923 emacs-version variable. Make the function obsolete.
11924 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11925 Emerge options, rather than merging in into the main Options menu.
11926 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
11927 and auto advance modes. Disable edit/fast items when not relevant.
11928
11929 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11930
11931 * term/vt420.el (terminal-init-vt420): Fix typo.
11932
11933 2009-07-20 Sam Steingold <sds@gnu.org>
11934
11935 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11936 variable (removed from compile.el on 2004-03-11).
11937
11938 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
11939
11940 * files.el (hack-local-variables-filter): Fix last change.
11941
11942 2009-07-19 Juri Linkov <juri@jurta.org>
11943
11944 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11945 (dir-local-variables-alist): New buffer-local variable.
11946 (hack-local-variables-filter): If variable is not dir-local,
11947 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11948 because file-local overrides dir-local.
11949 (c-postprocess-file-styles) <declare-function>:
11950 Remove obsolete declaration.
11951 (hack-dir-local-variables): Add dir-local variable/value pair to
11952 `dir-local-variables-alist' and remove duplicates. Doc fix.
11953
11954 * help-fns.el (describe-variable): Add information about
11955 file-local and dir-local variables.
11956
11957 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
11958
11959 * files.el (hack-local-variables-filter): Rewrite.
11960
11961 2009-07-19 Glenn Morris <rgm@gnu.org>
11962
11963 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11964 Silence compiler by only defining on XEmacs.
11965
11966 * international/mule.el (auto-coding-regexp-alist): Only match
11967 BABYL... at the start of buffer, not of lines. (Bug#3790)
11968
11969 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11970 non-calendar buffers (Bug#3862). Restore "not on a date" message.
11971 (cal-menu-context-mouse-menu): Doc fix.
11972
11973 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11974
11975 * simple.el (mail-user-agent): Doc fix. Set :version tag.
11976
11977 2009-07-18 Juri Linkov <juri@jurta.org>
11978
11979 * info.el: Virtual Info keyword finder.
11980 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11981 (Info-finder-file): New variable.
11982 (Info-finder-find-file): New function.
11983 (finder-known-keywords, finder-package-info)
11984 (find-library-name, lm-commentary): Use defvar and
11985 declare-function to silence compiler warnings.
11986 (Info-finder-find-node): New function.
11987 (info-finder): New command.
11988
11989 * subr.el (process-kill-buffer-query-function): New function.
11990 (add-hook)<kill-buffer-query-functions>: Add hook
11991 `process-kill-buffer-query-function'.
11992
11993 2009-07-18 Alan Mackenzie <acm@muc.de>
11994
11995 * progmodes/cc-mode.el (c-before-hack-hook)
11996 (c-postprocess-file-styles): Give invocation of `c-set-style'
11997 DONT-OVERRIDE parameter of t. Already set style variables will
11998 thus not be overridden by style settings given by `c-file-syle'.
11999
12000 * files.el (hack-local-variables-filter): Remove entries with
12001 duplicate keys from `file-local-variables-alist'.
12002
12003 2009-07-18 Eli Zaretskii <eliz@gnu.org>
12004
12005 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
12006 x-set-selection if display-selections-p returns nil for the
12007 current frame.
12008
12009 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
12010
12011 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
12012
12013 2009-07-18 Eli Zaretskii <eliz@gnu.org>
12014
12015 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
12016 Accept nil in addition to a regexp.
12017 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
12018 Accept nil in addition to a regexp.
12019 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
12020 buffers that have an associated file. Handle nil values of
12021 desktop-buffers-not-to-save and desktop-files-not-to-save.
12022 (Bug#3833)
12023
12024 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
12025 (x-disown-selection-internal): New functions.
12026
12027 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
12028
12029 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
12030 warning.
12031 (gdb-breakpoints-header): Move forward to avoid compiler warning.
12032 (gdb-make-header-line-mouse-map): Remove duplicate definition.
12033
12034 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
12035
12036 * simple.el (set-mark): Revert last change.
12037
12038 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
12039
12040 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
12041 rendering of pngs is not possible instead of messaging a long
12042 description.
12043
12044 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
12045
12046 * w32-fns.el (x-selection-owner-p): New function.
12047
12048 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
12049 (mouse-yank-at-click, mouse-yank-primary):
12050 If select-active-regions is non-nil, deactivate the mark before
12051 insertion.
12052
12053 * simple.el (deactivate-mark, set-mark): Only save selection if we
12054 own it.
12055
12056 2009-07-17 Kenichi Handa <handa@m17n.org>
12057
12058 * case-table.el (describe-buffer-case-table): Fix for the case
12059 that KEY is a cons.
12060
12061 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
12062
12063 * vc-rcs.el (vc-rcs-find-file-hook):
12064 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
12065
12066 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
12067
12068 * net/tramp.el (tramp-wait-for-output): Handle the case when
12069 commands do not return a newline but a null byte before the shell
12070 prompt. (Bug#3858)
12071
12072 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12073
12074 * term/ns-win.el (ns-set-alpha): Don't declare.
12075 (ns-set-background-alpha): Remove function.
12076
12077 2009-07-16 Kevin Ryde <user42@zip.com.au>
12078
12079 * emacs-lisp/copyright.el (copyright-update): Save match-data across
12080 y-or-n-p, for safety.
12081
12082 2009-07-16 Richard Stallman <rms@gnu.org>
12083
12084 * files.el (auto-save-mode): If buffer-saved-size is -2,
12085 don't clobber it.
12086
12087 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
12088 (rmail-retry-ignored-headers): Add more uninteresting fields.
12089
12090 2009-07-15 Jari Aalto <jari.aalto@cante.net>
12091
12092 * net/rcirc.el (rcirc): Use history variables.
12093 (rcirc-server-name-history, rcirc-nick-name-history)
12094 (rcirc-server-port-history): New variables.
12095
12096 2009-07-15 Kenichi Handa <handa@m17n.org>
12097
12098 * international/mule-cmds.el (set-language-environment-charset):
12099 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
12100 ignore them.
12101
12102 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
12103 Delete unibyte-display.
12104
12105 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
12106
12107 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
12108
12109 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
12110
12111 * simple.el (deactivate-mark): Optional argument FORCE.
12112 (set-mark): Use deactivate-mark.
12113
12114 * info.el (Info-search): No need to check transient-mark-mode
12115 before calling deactivate-mark.
12116
12117 * select.el (x-set-selection): Doc fix.
12118 (x-valid-simple-selection-p): Allow buffer values.
12119 (xselect--selection-bounds): Handle buffer values.
12120 Suggested by David De La Harpe Golden.
12121
12122 * mouse.el (mouse-set-region, mouse-drag-track):
12123 Call copy-region-as-kill before setting the mark, to let
12124 select-active-regions work.
12125
12126 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
12127
12128 * simple.el (deactivate-mark): If select-active-regions is
12129 non-nil, copy the selection data into a string.
12130 (activate-mark): If select-active-regions is non-nil, set the
12131 selection to the current buffer.
12132 (set-mark): Update selection if select-active-regions is non-nil.
12133
12134 * select.el (x-valid-simple-selection-p): Allow buffer values.
12135
12136 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
12137
12138 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
12139 and more featureful message-mode.
12140
12141 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
12142
12143 * select.el (x-set-selection): Doc fix.
12144 (x-valid-simple-selection-p): Disallow selection data consisting
12145 of a list or cons of integers, since that is not used.
12146 (xselect--selection-bounds, xselect--int-to-cons): New functions.
12147 (xselect-convert-to-string, xselect-convert-to-length)
12148 (xselect-convert-to-filename, xselect-convert-to-charpos)
12149 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
12150
12151 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
12152
12153 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
12154 output in -break-info command (Emacs bug #3794).
12155
12156 2009-07-14 Glenn Morris <rgm@gnu.org>
12157
12158 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
12159 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
12160 (edebug-print-length, edebug-print-level, edebug-print-circle)
12161 (edebug-sit-for-seconds, edebug-view-outside)
12162 (edebug-bounce-point, edebug-set-global-break-condition)
12163 (edebug-Go-nonstop-mode, edebug-trace-mode)
12164 (edebug-Trace-fast-mode, edebug-continue-mode)
12165 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
12166 (edebug-visit-eval-list): Doc fixes.
12167
12168 * subr.el (def-edebug-spec): Doc fix.
12169
12170 2009-07-14 Kenichi Handa <handa@m17n.org>
12171
12172 * international/characters.el: Fix setting of category ?C.
12173
12174 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
12175
12176 * term/ns-win.el (x-select-font): defalias x-select-font to
12177 ns-popup-font-panel instead of generate-fontset-menu.
12178
12179 2009-07-12 Eli Zaretskii <eliz@gnu.org>
12180
12181 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
12182
12183 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
12184
12185 * arc-mode.el (archive-find-type): Allow for a PK00 string before
12186 the PK\003\004 header (Bug#3770).
12187
12188 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
12189
12190 * pcomplete.el (pcomplete-comint-setup): Check for
12191 shell-dynamic-complete-filename too.
12192
12193 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
12194
12195 * simple.el (temporary-goal-column): Change the value for
12196 line-move-visual to a cons cell.
12197 (line-move-visual): Record or set the window hscroll, if
12198 necessary (Bug#3494).
12199 (line-move-1): Handle cons value of temporary-goal-column.
12200
12201 2009-07-11 Kenichi Handa <handa@m17n.org>
12202
12203 * international/mule-diag.el (describe-character-set): Don't show
12204 width.
12205
12206 2009-07-10 Sam Steingold <sds@gnu.org>
12207
12208 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12209 Omake sometimes indents the errors it prints, so allow all
12210 regexps to start with spaces.
12211
12212 2009-07-10 Eli Zaretskii <eliz@gnu.org>
12213
12214 * cus-edit.el (customize-changed-options-previous-release):
12215 Bump value to 22.1. (Bug#3804)
12216
12217 2009-07-08 Sam Steingold <sds@gnu.org>
12218
12219 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
12220 to be a cons cell (test . ignored-directory) to selectively ignore
12221 some directories depending on the location of the search.
12222
12223 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
12224
12225 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
12226 remote user is root, on the local host.
12227 (tramp-local-host-p): Either the local user or the remote user
12228 must be root. (Bug#3771)
12229
12230 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
12231
12232 * progmodes/gdb-mi.el (gdb): Remove description of
12233 gdb-use-separate-io-buffer.
12234 (menu): Don't allow toggling of or enable
12235 gdb-use-separate-io-buffer from menubar.
12236
12237 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
12238
12239 * mail/unrmail.el (unrmail): Make sure the message ends with two
12240 newlines (Bug#3769).
12241
12242 2009-07-08 Glenn Morris <rgm@gnu.org>
12243
12244 * calendar/calendar.el (calendar-current-date): Rework previous change.
12245
12246 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
12247
12248 * calendar/calendar.el (calendar-current-date):
12249 Add an optional argument giving an offset from today.
12250
12251 2009-07-08 Glenn Morris <rgm@gnu.org>
12252
12253 * tutorial.el (tutorial--describe-nonstandard-key):
12254 Adjust the message for when a key has been unbound.
12255 (help-with-tutorial): Hide the arch-tag.
12256
12257 2009-07-08 Kenichi Handa <handa@m17n.org>
12258
12259 * international/fontset.el (setup-default-fontset): For each
12260 script, append (not set) font-specs.
12261
12262 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
12263 docstring.
12264
12265 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
12266
12267 * progmodes/gdb-mi.el (gdb-init-1): Move sending
12268 -data-list-register-names to ...
12269 (gdb-starting): ... here because GDB 7.0 requires execution to
12270 have started when using this MI command.
12271 (gdb-set-header): New function to distinguish select and
12272 unselected tabs in gdb buffers.
12273 (gdb-propertize-header): New macro that uses gdb-set-header.
12274 (gdb-breakpoints-header, gdb-locals-header): Use it.
12275 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
12276
12277 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
12278
12279 * Makefile.in (ELCFILES): Remove fadr.elc.
12280
12281 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
12282
12283 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
12284 may contain frame information, so `string-match' should be used.
12285 (gdb-update): Disassembly is invalidated through
12286 `gdb-get-selected-frame'.
12287 (gdb-pad-string): New function to pad string with spaces.
12288 (gdb-invalidate-disassembly): Invalidate only if the buffer
12289 exists.
12290 (gdb-disassembly-handler-custom): Column alignment.
12291 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
12292 placing new ones.
12293 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
12294 end of line, too.
12295 (gdb-frame-handler): Match convention to for disassembly buffer
12296 mode name.
12297 (gdb-stack-list-frames-handler): Rewritten without regexps.
12298 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
12299 not highlight breakpoints without line information.
12300 (gdb-input): Add trailing newline to command.
12301
12302 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
12303 buffer properly.
12304 (gdb-breakpoints-list-handler-custom): Replacement for
12305 `gdb-break-list-handler'. Using real parser instead of regexps
12306 now.
12307 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
12308 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
12309 to place breakpoints.
12310 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
12311 functions.
12312 (gdb-disassembly-handler-custom): Show overlay arrow.
12313 (gdb-disassembly-place-breakpoints): Show breakpoints in
12314 disassembly buffer.
12315 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12316 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
12317 instead of parsing breakpoints buffer. Fixed old menu references
12318 in `gud-menu-map'.
12319
12320 * fadr.el: Remove.
12321
12322 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
12323 (gdb-memory-address): New variable which holds top address of
12324 memory page shown in memory buffer.
12325 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
12326 New customization variables.
12327 New functions:
12328 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
12329 display the memory buffer.
12330 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
12331 buffer display parameters.
12332 (def-gdb-memory-format, gdb-memory-format-binary)
12333 (gdb-memory-format-octal, gdb-memory-format-unsigned)
12334 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
12335 Functions for setting memory buffer format.
12336 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12337 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
12338 unit size used in memory buffer.
12339 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
12340 Switch to next/previous page of memory buffer.
12341 Now using (bindat-get-field) instead of fadr functions.
12342
12343 2009-07-07 Sam Steingold <sds@gnu.org>
12344
12345 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
12346 non-top-level files.
12347
12348 2009-07-07 Kenichi Handa <handa@m17n.org>
12349
12350 * international/mule-cmds.el (reset-language-environment):
12351 Put the highset priority to the charset iso-8859-1.
12352
12353 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
12354
12355 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
12356 to the end of the line when locating the block (Bug#700).
12357
12358 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
12359
12360 * net/tramp.el (tramp-handle-write-region): Flush file properties
12361 in case of short track.
12362
12363 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
12364
12365 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
12366 Coded custom representation of verilog error regular expressions
12367 to work with Emacs-22's new format.
12368 (verilog-error-regexp-xemacs-alist): Coded custom representation
12369 of verilog error regular expressions to work with XEmacs format.
12370 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
12371 error recognition into XEmacs.
12372 (verilog-error-regexp-add-emacs): Hook routine to install verilog
12373 error recognition into Emacs-22.
12374
12375 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
12376
12377 * woman.el: Remove stand-alone closing parentheses.
12378 (woman-file-name, woman2-format-paragraphs)
12379 (woman-leave-blank-lines): Code cleanup.
12380 (woman-use-own-frame): Change default to nil.
12381 (woman-italic, woman-bold, woman-unknown, woman-addition):
12382 Change defaults to inherit from default faces.
12383 (woman2-process-escapes): Consume the newline after a stand-alone
12384 filler character (Bug#3651).
12385
12386 2009-07-06 Glenn Morris <rgm@gnu.org>
12387
12388 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
12389 (top-level): Move provide to the end.
12390 (ffap): Remove defunct URL from custom group.
12391
12392 * subr.el (eval-after-load): Doc fix.
12393
12394 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
12395
12396 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
12397 `calc-embedded-word' is called twice.
12398
12399 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12400
12401 * files.el (find-alternate-file-other-window, find-alternate-file):
12402 Obey confirm-nonexistent-file-or-buffer.
12403
12404 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
12405
12406 * dired-aux.el (dired-show-file-type): Handle remote files.
12407
12408 2009-07-05 Jari Aalto <jari.aalto@cante.net>
12409
12410 * desktop.el (desktop-globals-to-save):
12411 Add file-name-history (Bug#2750).
12412
12413 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
12414
12415 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
12416
12417 2009-07-04 Johan Bockgård <bojohan@gnu.org>
12418
12419 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
12420 property on entire argument since this is what eshell-lisp-command
12421 expects.
12422
12423 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
12424
12425 * net/tramp-gvfs.el (tramp-gvfs-methods)
12426 (tramp-gvfs-zeroconf-domain)
12427 (tramp-bluez-discover-devices-timeout): Add version flag.
12428 (tramp-gvfs-handler-mounted-unmounted)
12429 (tramp-gvfs-connection-mounted-p): Polish handling of
12430 incompatibilities between GVFS 0.2 and 1.0.
12431
12432 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
12433
12434 * cus-start.el (all): Add make-pointer-invisible.
12435
12436 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
12437
12438 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
12439 formatted correctly.
12440
12441 2009-07-02 Juri Linkov <juri@jurta.org>
12442
12443 * info.el: Virtual Info files and nodes.
12444 (Info-virtual-files, Info-virtual-nodes): New variables.
12445 (Info-current-node-virtual): New variable.
12446 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
12447 New functions.
12448 (Info-file-supports-index-cookies): Use Info-virtual-file-p
12449 to check for a virtual file instead of checking a fixed list
12450 of node names.
12451 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
12452 instead of ad-hoc processing of "dir" and (apropos history toc).
12453 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
12454 instead of ad-hoc processing of "dir" and (apropos history toc).
12455 Reread a file when moving from a virtual node.
12456 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
12457 (Info-directory-toc-nodes, Info-directory-find-file)
12458 (Info-directory-find-node): New functions.
12459 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
12460 (Info-history): Move part of code to
12461 `Info-history-find-node'.
12462 (Info-history-toc-nodes, Info-history-find-file)
12463 (Info-history-find-node): New functions.
12464 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
12465 (Info-toc): Move part of code to `Info-toc-find-node'.
12466 (Info-toc-find-node): New function.
12467 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
12468 the current Info file name to references because now the node
12469 "*TOC*" belongs to the same Info manual.
12470 (Info-toc-build): Rename from `Info-build-toc'.
12471 (Info-toc-nodes): Rename input argument `file' to `filename'.
12472 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
12473 instead of ad-hoc processing of ("dir" apropos history toc).
12474 (Info-index-nodes): Use Info-virtual-file-p
12475 to check for a virtual file instead of checking a fixed list
12476 of node names.
12477 (Info-index-node): Add check for `Info-current-node-virtual'.
12478 Raise `save-match-data' higher up the tree to contain
12479 `search-forward' too (bug fix).
12480 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
12481 (Info-virtual-index-nodes): New variable.
12482 (Info-virtual-index-find-node, Info-virtual-index): New functions.
12483 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
12484 (Info-apropos-file, Info-apropos-nodes): New variables.
12485 (Info-apropos-toc-nodes, Info-apropos-find-file)
12486 (Info-apropos-find-node, Info-apropos-matches): New functions.
12487 (info-apropos): Move part of code to `Info-apropos-find-node' and
12488 `Info-apropos-matches'.
12489 (Info-mode-map): Bind "I" to `Info-virtual-index'.
12490 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
12491 for a virtual file instead of checking a fixed list of node names.
12492
12493 * simple.el (async-shell-command): New command.
12494
12495 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
12496
12497 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
12498 instead of `mount-info'.
12499
12500 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
12501
12502 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
12503 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
12504
12505 2009-07-02 Kenichi Handa <handa@m17n.org>
12506
12507 * international/mule.el (set-keyboard-coding-system): Force *-unix
12508 coding-system to avoid eol conversion.
12509
12510 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
12511
12512 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12513 Add handler for `process-file', `shell-command' and
12514 `start-file-process'.
12515 (tramp-gvfs-handle-shell-command)
12516 (tramp-gvfs-handle-start-file-process)
12517 (tramp-gvfs-handle-process-file): New defuns.
12518 (tramp-synce-list-devices): Simplify check for existence of property.
12519
12520 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
12521
12522 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
12523
12524 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
12525
12526 * language/korean.el (set-language-info-alist): Add korean-cp949,
12527 cp949 to spec.
12528
12529 2009-07-01 Kenichi Handa <handa@m17n.org>
12530
12531 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12532
12533 * international/encoded-kb.el: Deleted.
12534
12535 * international/mule.el (set-keyboard-coding-system): Perform the
12536 necessary setup here instead of calling encoded-kbd-setup-display.
12537
12538 2009-07-01 Glenn Morris <rgm@gnu.org>
12539
12540 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12541
12542 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
12543
12544 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
12545
12546 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
12547
12548 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12549 Handle also the 'rename case, when setting file modes. (Bug#3712)
12550 (tramp-default-file-modes): Remove execute permissions.
12551
12552 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
12553 (top): Add a default for "synce" in `tramp-default-user-alist'.
12554 Add completion function for "synce" method.
12555 (tramp-hal-service, tramp-hal-path-manager)
12556 (tramp-hal-interface-manager, tramp-hal-interface-device):
12557 New defconst.
12558 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12559 (tramp-synce-list-devices, tramp-synce-parse-device-names):
12560 New defuns.
12561
12562 * net/trampver.el: Update release number.
12563
12564 2009-06-30 Kenichi Handa <handa@m17n.org>
12565
12566 * international/fontset.el (setup-default-fontset): Add CJK fonts
12567 for symbols and the other miscellaneous characters.
12568
12569 * language/korea-util.el (setup-korean-environment-internal):
12570 Make char-width-table suitable for Korean environments.
12571 (exit-korean-environment): Cancel above.
12572
12573 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12574 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
12575 setup-function to make char-width-table suitable for respective
12576 environments, and an exit-function to cancel that.
12577
12578 * language/japan-util.el (setup-japanese-environment-internal):
12579 Call use-cjk-char-width-table with arg `ja_JP'.
12580
12581 * international/characters.el (cjk-char-width-table): Delete it.
12582 (cjk-char-width-table-list): New variable.
12583 (use-cjk-char-width-table): New arg local-name.
12584 (use-default-char-width-table): Fix for the case that Emacs is
12585 already using the default char-width-table.
12586
12587 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
12588
12589 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12590 modes mandatory. (Bug#3712)
12591
12592 2009-06-29 Alan Mackenzie <acm@muc.de>
12593
12594 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
12595 correction between the visible width of TABs and their number of bytes.
12596
12597 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
12598
12599 * server.el (server-buffer-done): Prevent kill-buffer from
12600 prompting by clearing the buffer modification flag (Bug#3696).
12601
12602 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
12603
12604 * progmodes/verilog-mode.el (verilog-beg-of-statement)
12605 (verilog-endcomment-reason-re): Support unique case and priority case.
12606 (verilog-basic-complete-re): Support localparam lineup.
12607 (verilog-beg-of-statement-1): Fix for robustness, unique case.
12608 (verilog-set-auto-endcomments): Fix for unique case, always_comb
12609 commenting.
12610 (verilog-leap-to-case-head): Now support *nested* unique &
12611 priority case statements.
12612 (verilog-auto-lineup): Make just declarations the default (as it
12613 had been).
12614 (verilog-leap-to-case-head): Support priority/unique case statements.
12615 (verilog-auto-lineup): Rework to give users radio buttons to
12616 select the various styles of automatic lineup.
12617 (verilog-error-regexp-alist): Rework to support the XEmacs style
12618 of error regular expressions from compilers, lint tools &
12619 simulators. Note that GNU Emacs has made it impossible for a mode
12620 to load such things.
12621 (electric-verilog-terminate-line, verilog-indent-declaration)
12622 (verilog-auto-wiure): Rework for radio button selection of
12623 auto-lineup selection of specification of auto lineup.
12624 (verilog-beg-of-statement-1): Redesign to support proper operation
12625 in additional code, based on testing with auto-lineup.
12626 (verilog-calculate-indent, assignments & declarations)
12627 (verilog-backward-token): Enhance to support auto-lineup of
12628 assignments & declarations.
12629 (verilog-in-directive-p, verilog-at-struct-p): New function for
12630 easy test of whether we are.
12631 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12632 to support safe execution at almost anyline.
12633 (verilog-calc-1): Properly support indenting deep inside generate
12634 blocks.
12635 (verilog-init-font): Remove definition & use of verilog-init-font,
12636 as it is redundant with font-lock-defaults.
12637 (verilog-mode): Alter the definition of verilog-font-lock-defaults
12638 to avoid circular calls if syntax-ppss is a function (as is the
12639 case now in 22.x GNU Emacs) as that function would sometimes call
12640 itself, leading to (nearly) infinite recursion.
12641 (verilog-ovm-begin-re, verilog-ovm-end-re)
12642 (verilog-ovm-statement-re, verilog-leap-to-head)
12643 (verilog-backward-token): Add support for OVM macros. Some are
12644 complete statements, and others open and close scopes like begin
12645 and end.
12646 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12647 (verilog-defun-level-generate-only-re): Really fix the defun-list
12648 compilation issue.
12649 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
12650 coverpoint, constraint and cross statements.
12651 (verilog-defun-level-list, verilog-generate-defun-level-list)
12652 (verilog-all-defun-level-list): Redo these specifications - it is
12653 too hard to support eval-when compile aggregation of lists also
12654 built at when-compile time.
12655 (verilog-defun-level-list): Place defconsts of variables used in
12656 building regular expressions which are built in eval-when-compile
12657 bodies in the same eval-when-compile body to facilitate compile
12658 without load.
12659 (verilog-beg-block-re-ordered): Support indenting
12660 virtual/protected tasks and functions.
12661 (verilog-defun-level-list, verilog-in-generate-region-p)
12662 (verilog-backward-ws&directives, verilog-calc-1): Speed up
12663 indentation of some module items (generate items).
12664 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12665 across virtual/protected tasks and functions.
12666
12667 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
12668
12669 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
12670 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
12671 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12672 in concatenations. Reported by Yishay Belkind.
12673 (verilog-auto-ascii-enum): Support one-hot state machines in
12674 AUTOASCIIENUM. Suggested by Lloyd Gomez.
12675 (verilog-auto-inst, verilog-auto-inst-port): Include interface
12676 modport in AUTOINST and add vl-modport for users.
12677 Reported by David Rogoff.
12678 (verilog-auto-inout-module, verilog-auto-inst)
12679 (verilog-decls-get-interfaces, verilog-insert-definition)
12680 (verilog-insert-one-definition, verilog-read-decls)
12681 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12682 (verilog-sig-modport, verilog-signals-combine-bus)
12683 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12684 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12685 Suggested by David Rogoff.
12686 (verilog-repair-open-comma): Fix non-insertion of comma when
12687 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
12688 (verilog-make-width-expression): Simplify [A-1:0] expression
12689 widths to just {A{1'b0}}.
12690 (verilog-mode): Cleanup checkdoc warnings.
12691 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12692 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
12693 inputs/outputs or data type. Suggested by Vasu Kandadi.
12694 (next-error-last-buffer): Fix byte-compiler warning.
12695 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12696 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
12697 or shell command text during AUTO expansion. Suggested by Tad Truex.
12698 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
12699 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12700 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
12701 in AUTOINOUT. Reported by Matthew Lovell.
12702 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12703 causing use of <= assignments. Reported by Alex Reed.
12704 (verilog-read-decls): Fix triand, trior, wand, wor to be
12705 recognized by AUTOWIRE. Reported by Spencer Isaacson.
12706 (verilog-extended-complete-re): Support import "DPI-C" functions.
12707 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
12708 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
12709 (verilog-insert-date, verilog-insert-year)
12710 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12711 Windows systems. Reported by Michael Potts.
12712 (verilog-read-module-name): Fix AUTOINST when the child module
12713 declaration's name is a tick define. Reported by Elliot Mednick.
12714 (verilog-read-decls): Fix V2K parameter bit subscripts getting
12715 passed to next parameter's definition. Reported by Bruce T.
12716 (verilog-read-decls): Fix detecting "parameter int" when using
12717 AUTOINSTPARAM. Reported by Bruce T.
12718 (verilog-goto-defun): Fix goto not finding modules unless first
12719 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
12720 (verilog-mode): Expand -f flag arguments on entry to mode so
12721 verilog-goto-defun will work. Reported by Lawrence Butcher.
12722 (verilog-getopt): Expand environment variables in -f file
12723 arguments. Suggested by Lawrence Butcher.
12724 (verilog-set-define): Fix "Symbol's value as variable is void"
12725 when reading enumerations.
12726 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12727 Suggested by Stephen Peltan.
12728 (verilog-read-defines): Fix reading of enumerations in include
12729 files. Reported by Steve Peltan.
12730
12731 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12732
12733 * files.el (trash-directory): Fix defcustom type.
12734
12735 2009-06-28 Juri Linkov <juri@jurta.org>
12736
12737 * help-fns.el (describe-function-1): Correctly locate adviced
12738 functions in hyperlink (Bug#2438).
12739
12740 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
12741
12742 * files.el (trash-directory): Change default to nil.
12743 (move-file-to-trash): If trash-directory is nil and
12744 system-move-file-to-trash is unbound, perform freedesktop-style
12745 trashing.
12746
12747 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12748
12749 * files.el (move-file-to-trash): Add freedesktop trash
12750 support (Bug#973).
12751
12752 2009-06-28 Glenn Morris <rgm@gnu.org>
12753
12754 * autorevert.el (global-auto-revert-non-file-buffers)
12755 (global-auto-revert-mode): Doc fixes.
12756
12757 2009-06-27 Johan Bockgård <bojohan@gnu.org>
12758
12759 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12760
12761 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
12762
12763 * faces.el (x-handle-named-frame-geometry): Ensure that we have
12764 opened an X connection before calling x-get-resource (Bug#3194).
12765
12766 * play/doctor.el: Remove reference to obsolete website.
12767 (make-doctor-variables): Correct grammar mistake (Bug#2633).
12768
12769 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
12770
12771 Remove find-file-not-found-hook VC method. (Bug#2757)
12772 * vc-hooks.el (vc-file-not-found-hook)
12773 (vc-default-find-file-not-found-hook): Remove functions.
12774 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12775 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12776 * vc.el:
12777 * vc-hg.el:
12778 * vc-git.el: Do not mention find-file-not-found-hook VC method.
12779
12780 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
12781
12782 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
12783 compatibility function for `looking-back'.
12784
12785 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12786 Use `ispell-looking-back'.
12787
12788 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
12789
12790 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
12791 rather than `filename'.
12792
12793 2009-06-23 Miles Bader <miles@gnu.org>
12794
12795 * face-remap.el (text-scale-set): New function.
12796
12797 2009-06-23 Glenn Morris <rgm@gnu.org>
12798
12799 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12800
12801 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12802
12803 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12804
12805 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12806
12807 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12808 Simplify Persian conditionals.
12809
12810 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12811 variable `filename'.
12812
12813 * comint.el (comint-insert-input): Doc fix.
12814
12815 * Makefile.in (ELCFILES): Fix typo in previous change.
12816
12817 2009-06-23 Miles Bader <miles@gnu.org>
12818
12819 * cus-start.el: Add entry for `recenter-redisplay'.
12820
12821 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12822
12823 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12824 Add an optional argument for the backend, use it instead of
12825 calling vc-backend.
12826 (vc-mode-line): Add an optional argument for the backend.
12827 Pass the backend to vc-state and vc-working-revision. Move code for
12828 special handling for vc-state being a buffer to ...
12829
12830 * vc-rcs.el (vc-rcs-find-file-hook):
12831 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
12832
12833 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12834 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12835 vc-stay-local-p and vc-mode-line calls.
12836
12837 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12838 (vc-cvs-diff, vc-cvs-annotate-command)
12839 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12840 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12841 vc-mode-line calls.
12842
12843 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12844 direct comparison.
12845 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12846 backend when calling vc-mode-line.
12847 (vc-register): Do not create a closure for calling the vc register
12848 function, call it directly.
12849
12850 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12851
12852 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12853 to make it obvious item can be clicked.
12854
12855 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12856
12857 2009-06-23 Kenichi Handa <handa@m17n.org>
12858
12859 * language/korea-util.el (korean-key-bindings): Change the binding
12860 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
12861 same command.
12862
12863 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
12864
12865 Sync with Tramp 2.1.16.
12866
12867 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12868
12869 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
12870 when a loading of a package fails. Completion function for rsync
12871 is `tramp-completion-function-alist-ssh'.
12872 (all): Replace all calls of `split-string' and
12873 `tramp-split-string' by `tramp-compat-split-string'.
12874 (tramp-default-method): Use `tramp-compat-process-running-p'.
12875 (tramp-default-proxies-alist): Allow also Lisp forms.
12876 (tramp-remote-path): Add choice "Private Directories".
12877 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12878 (tramp-domain-regexp): Allow also "-", "_" and ".".
12879 (tramp-end-of-output): Remove newlines, and add "$" at the end.
12880 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12881 (tramp-debug-message): Insert header line in debug buffer.
12882 (tramp-handle-directory-files-and-attributes-with-stat):
12883 Care about filenames with spaces, or starting with "-".
12884 (tramp-handle-dired-uncache): New defun.
12885 (tramp-handle-insert-directory): Don't flush the directory from
12886 cache, this is handled by `dired-uncache' now.
12887 (tramp-handle-insert-file-contents): Improve error handling.
12888 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12889 Quote `tramp-end-of-output'.
12890 (tramp-action-password): Improve trace message.
12891 (tramp-check-for-regexp): Both echoes must be present, before removing.
12892 (tramp-open-connection-setup-interactive-shell): Trace coding system.
12893 (tramp-compute-multi-hops): Eval cons cells of
12894 `tramp-default-proxies-alist'.
12895 (tramp-maybe-open-connection): Use the same command pattern for
12896 first hop and further hops.
12897 (tramp-wait-for-output): Remove handling of newlines.
12898 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12899 (tramp-split-string): Remove function. It is handled in
12900 tramp-compat now.
12901
12902 * net/tramp-cmds.el (tramp-bug):
12903 Recommend `tramp-cleanup-all-connections' in the bug mail.
12904
12905 * net/tramp-compat.el (tramp-compat-split-string)
12906 (tramp-compat-process-running-p): New defuns.
12907
12908 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12909 for `dired-uncache'.
12910
12911 * net/tramp-gvfs.el: New package.
12912
12913 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12914 Add handler for `dired-uncache'.
12915 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12916
12917 * net/trampver.el: Update release number. Make version check fit
12918 for SXEmacs 22.
12919
12920 2009-06-22 Jim Meyering <meyering@redhat.com>
12921
12922 Automatically handle .xz suffix (XZ-compressed files), too.
12923 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12924 XZ is the successor to LZMA: <http://tukaani.org/xz/>
12925
12926 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
12927 Nick Roberts <nickrob@snap.net.nz>
12928
12929 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12930 repository (http://sphinx.net.ru/hg/gdb-mi/).
12931
12932 2009-06-22 Glenn Morris <rgm@gnu.org>
12933
12934 * files.el (dir-locals-collect-mode-variables): Allow for any number of
12935 `mode' and `eval' entries. (Bug#3430)
12936
12937 * Makefile.in (ELCFILES): Add fadr.elc.
12938
12939 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12940 differing behavior of \n and ^ in strings. (Bug#3385)
12941
12942 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12943
12944 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12945 property.
12946 (lisp-indent-function): Make it a defcustom.
12947
12948 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
12949
12950 * progmodes/gdb-ui.el: Replace with ...
12951 * progmodes/gdb-mi.el: ... this file.
12952 * progmodes/gud.el: Modify for gdb-mi.el.
12953
12954 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
12955
12956 * fadr.el: New file.
12957
12958 See ChangeLog.14 for earlier changes.
12959
12960 ;; Local Variables:
12961 ;; coding: utf-8
12962 ;; End:
12963
12964 Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
12965
12966 This file is part of GNU Emacs.
12967
12968 GNU Emacs is free software: you can redistribute it and/or modify
12969 it under the terms of the GNU General Public License as published by
12970 the Free Software Foundation, either version 3 of the License, or
12971 (at your option) any later version.
12972
12973 GNU Emacs is distributed in the hope that it will be useful,
12974 but WITHOUT ANY WARRANTY; without even the implied warranty of
12975 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12976 GNU General Public License for more details.
12977
12978 You should have received a copy of the GNU General Public License
12979 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.