]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
e368e660fe211601b1fd6d27e585840f6515f76f
[gnu-emacs] / lisp / ChangeLog
1 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
2
3 Backport revno:103463 from trunk.
4 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
5
6 Backport revno:103622 from trunk.
7 * help-fns.el (describe-variable): Don't complete keywords.
8 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
9
10 2011-03-11 Eli Zaretskii <eliz@gnu.org>
11
12 * files.el (file-ownership-preserved-p): Pass `integer' as an
13 explicit 2nd argument to `file-attributes'. If the file's owner
14 is the Administrators group on Windows, and the current user is
15 Administrator, consider that a match.
16
17 * server.el (server-ensure-safe-dir): Consider server directory
18 safe on MS-Windows if its owner is the Administrators group while
19 the current Emacs user is Administrator. Use `=' to compare
20 numerical UIDs, since they could be integers or floats.
21
22 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
23
24 * Version 23.3 released.
25
26 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
27
28 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix 2011-01-31
29 change; patch supplied by Alan Mackenzie was applied incorrectly.
30
31 2011-02-26 Eli Zaretskii <eliz@gnu.org>
32
33 * international/mule-cmds.el (set-default-coding-systems): Use the
34 -unix variant of encoding in default-keyboard-coding-system.
35 (Bug#8122)
36
37 2011-02-23 Kenichi Handa <handa@m17n.org>
38
39 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
40 error when a multipart boundary in the nested multipart is found.
41
42 2011-02-22 Kenichi Handa <handa@m17n.org>
43
44 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
45 header components.
46
47 2011-02-19 Kenichi Handa <handa@m17n.org>
48
49 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
50 get the header copy into the temporary buffer.
51 (rmail-mime-insert-decoded-text): Ignore us-ascii.
52 (rmail-show-mime): When rmail-mime-coding-system is nil, set
53 buffer-file-coding-system to undecided.
54
55 2011-02-18 Eli Zaretskii <eliz@gnu.org>
56
57 * image-mode.el (image-toggle-display-image): Disable
58 require-final-newline in buffers visiting binary image files.
59 (Bug#8047)
60
61 * international/mule-cmds.el (read-char-by-name, ucs-insert):
62 Document completion with asterisk and a substring.
63
64 2011-02-18 Glenn Morris <rgm@gnu.org>
65
66 * files.el (find-file-literally): Doc fix.
67
68 2011-02-17 Glenn Morris <rgm@gnu.org>
69
70 * simple.el (rfc822-goto-eoh): Give it a doc-string.
71
72 * log-edit.el (log-edit-insert-changelog):
73 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
74
75 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
76
77 * pgg-gpg.el (pgg-gpg-process-region): Bind
78 delete-by-moving-to-trash to nil.
79
80 * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
81 (pgg-pgp-snarf-keys-region):
82 * pgg-pgp5.el (pgg-pgp5-process-region, pgg-pgp5-verify-region)
83 (pgg-pgp5-snarf-keys-region): Likewise.
84
85 2011-02-12 Chong Yidong <cyd@stupidchicken.com>
86
87 * files.el (copy-directory): Revert to pre-2011-01-29 version.
88
89 2011-02-12 Chong Yidong <cyd@stupidchicken.com>
90
91 * epg.el (epg-delete-output-file, epg-decrypt-string)
92 (epg-verify-string, epg-sign-string, epg-encrypt-string): Bind
93 delete-by-moving-to-trash to nil.
94
95 * epa-file.el (epa-file-insert-file-contents): Likewise.
96
97 2011-02-10 Glenn Morris <rgm@gnu.org>
98
99 * emacs-lisp/cl-seq.el (union, nunion, intersection)
100 (nintersection, set-difference, nset-difference)
101 (set-exclusive-or, nset-exclusive-or): Doc fix.
102
103 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
104
105 2011-02-08 Glenn Morris <rgm@gnu.org>
106
107 * faces.el (face-attr-match-p): Handle the obsolete :bold and
108 :italic props, so that frame-set-background-mode works. (Bug#7966)
109
110 2011-02-07 Glenn Morris <rgm@gnu.org>
111
112 * simple.el (next-error): Doc fix.
113
114 2011-02-06 Chong Yidong <cyd@stupidchicken.com>
115 Thierry Volpiatto <thierry.volpiatto@gmail.com>
116
117 * files.el (copy-directory): New arg COPY-AS-SUBDIR. If nil,
118 don't copy as a subdirectory.
119
120 2011-02-05 Glenn Morris <rgm@gnu.org>
121
122 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
123
124 2011-02-04 Glenn Morris <rgm@gnu.org>
125
126 * calendar/diary-lib.el (diary-font-lock-keywords):
127 Tweak diary-time-regexp match. (Bug#7891)
128
129 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
130 (f90-mode): Use it for mode's `find-tag-default-function' property.
131
132 2011-02-03 Glenn Morris <rgm@gnu.org>
133
134 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
135
136 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
137
138 2011-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
139
140 * pcomplete.el (pcomplete-here*): Backport fix for mistaken change
141 (bug#7959) and (bug#5935).
142
143 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
144
145 * net/rcirc.el: Clean log filenames (Bug#7933).
146 (rcirc-log-write): Use convert-standard-filename.
147 (rcirc-log-filename-function): Documentation updates.
148
149 2011-01-31 Alan Mackenzie <acm@muc.de>
150
151 * progmodes/cc-cmds.el (c-forward-over-illiterals):
152 Continue parsing if we encounter a naked # (Bug#7595).
153 (c-beginning-of-statement): Avoid loop in locating the beginning
154 of a macro.
155
156 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
157
158 * files.el (copy-directory): Fix arguments to recursive call.
159
160 2011-01-29 Daiki Ueno <ueno@unixuser.org>
161
162 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
163 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
164 (Bug#7931).
165
166 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
167
168 * files.el (copy-directory): If destination is an existing
169 directory, copy into a subdirectory there.
170
171 2011-01-29 Andreas Schwab <schwab@linux-m68k.org>
172
173 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
174 files.
175
176 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
177
178 * image-dired.el (image-dired-mouse-display-image): No-op if no
179 file is found (Bug#7817).
180
181 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
182
183 2011-01-28 Kenichi Handa <handa@m17n.org>
184
185 * international/quail.el (quail-keyboard-layout-alist):
186 Remove superfluous SPC for "pc105-uk" (bug#7927).
187
188 2011-01-27 Glenn Morris <rgm@gnu.org>
189
190 * msb.el (msb-menu-bar-update-buffers): Update for changed
191 argument handling of menu-bar-select-frame. (Bug#7902)
192
193 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
194
195 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
196 to the recursion depth (Bug#7722).
197
198 2011-01-26 Roy Liu <carsomyr@gmail.com> (tiny change)
199
200 * term/ns-win.el (ns-find-file): Expand ns-input-file with
201 command-line-default-directory (Bug#7872).
202
203 2011-01-25 Glenn Morris <rgm@gnu.org>
204
205 * comint.el (comint-mode): Doc fix. (Bug#7897)
206
207 2011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
208
209 * files.el (file-name-non-special): Only change buffer-file-name after
210 insert-file-contents if it's `visit'ing the file (bug#7854).
211
212 2011-01-23 Chong Yidong <cyd@stupidchicken.com>
213
214 * dired.el (dired-revert): Doc fix (Bug#7758).
215
216 2011-01-23 Nobuyoshi Nakada <nobu@ruby-lang.org>
217
218 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
219 here-doc which ends with an underscore.
220 (ruby-mode-set-encoding): Skip shebang line always.
221 (ruby-mode-map): Bind C-c C-c to comment-region.
222 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
223 (ruby-forward-sexp): Stop after literal hash key labels.
224 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
225 bracket.
226
227 2011-01-22 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
228
229 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
230 the correct buffer (Bug#7650).
231
232 2011-01-22 Glenn Morris <rgm@gnu.org>
233
234 * simple.el (do-auto-fill): Give it a doc string.
235
236 * button.el (make-text-button): Doc fix. (See bug#7881)
237
238 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
239
240 * simple.el (line-move-visual): Doc fix (Bug#7594).
241
242 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
243 "Case sensitive" menu item.
244
245 2011-01-21 Roland McGrath <roland@frob.com>
246
247 * comint.el (comint-replace-by-expanded-history-before-point): Fix
248 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
249
250 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
251
252 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
253
254 2011-01-21 Jari Aalto <jari.aalto@cante.net>
255
256 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
257 Assume foo(bar) is a manpage reference rather than some unquoted
258 symbol (bug#7705).
259
260 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
261
262 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
263 Suggested by Flo <sensorflo@gmail.com>.
264
265 2011-01-21 Glenn Morris <rgm@gnu.org>
266
267 * progmodes/compile.el (compilation-error-regexp-alist):
268 Fix custom type. (Bug#7812)
269
270 2011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
271
272 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
273 keymap expression. Improve docstring.
274
275 2011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
276
277 * files.el (backup-buffer): Make last-resort backup file in
278 .emacs.d (Bug#6953).
279
280 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
281 make it with permission 700.
282
283 2011-01-14 Kenichi Handa <handa@m17n.org>
284
285 * mail/rmailmm.el (rmail-mime-insert-header):
286 Set rmail-mime-coding-system to a cons whose car is the last coding
287 system used to decode the header.
288 (rmail-mime-find-header-encoding): New function.
289 (rmail-mime-insert-decoded-text):
290 Override rmail-mime-coding-system if it is a cons.
291 (rmail-show-mime): If only a header part was decoded, find the
292 coding system while ignoring mm-charset-override-alist.
293
294 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
295
296 * subr.el (event-start, event-end): Doc fix (Bug#7826).
297
298 2011-01-12 Kenichi Handa <handa@m17n.org>
299
300 * mail/rmailmm.el (rmail-mime-next-item)
301 (rmail-mime-previous-item): Delete them.
302 (rmail-mime-shown-mode): Recursively call for children.
303 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
304 Callers changed.
305 (rmail-mime-raw-mode): Recursively call for children.
306 (rmail-mode-map): Change mapping of tab and backtab to
307 forward-button and backward-button respectively.
308 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
309 button.
310 (rmail-mime-update-tagline): New function.
311 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
312 body display is changed.
313 (rmail-mime-toggle-button): Rename from rmail-mime-image.
314 (rmail-mime-image): Delete this button type.
315 (rmail-mime-toggle): New button type.
316 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
317 body display is changed. Change the save button label to "Save".
318 Don't process show/hide button here.
319 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
320 the body display is changed. Unconditionally call
321 rmail-mime-insert for children.
322 (rmail-mime-handle): Update `display' vector of the just inserted
323 entity.
324 (rmail-mime-process): If mail-header-parse-content-type returns
325 nil, use "text/plain" as the fallback type.
326 (rmail-mime-insert): For raw-mode, recursively call
327 rmail-mim-insert for children.
328 (rmail-mime): Handle the case that the current buffer is not rmail
329 buffer (e.g. in summary buffer).
330
331 2011-01-05 Kenichi Handa <handa@m17n.org>
332
333 * mail/rmailmm.el (rmail-mime-next-item)
334 (rmail-mime-previous-item): Skip the body of a non-multipart
335 entity if a tagline is shown.
336
337 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
338
339 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
340 (tmm-prompt): Simplify.
341 (tmm-add-prompt): Remove unused var `win'.
342
343 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
344 to minor mode which used nil accidentally to mean "turn off".
345
346 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
347
348 * net/tramp.el (tramp-find-inline-compress)
349 (tramp-get-inline-coding): Quote command after pipe symbol for
350 local calls under W32. (Bug#6784)
351
352 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
353
354 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
355 only when running under W32.
356
357 2011-01-09 Eli Zaretskii <eliz@gnu.org>
358
359 * progmodes/grep.el (grep-compute-defaults): Quote the program
360 file name after the pipe symbol in Grep templates. (Bug#6784)
361 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
362
363 2011-01-08 Lennart Borgman <lennart.borgman@gmail.com>
364
365 * buff-menu.el (Buffer-menu-buffer-list): New var.
366 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
367 restricted buffer list is not lost on revert (Bug#7749).
368
369 2011-01-08 Eric Hanchrow <eric.hanchrow@gmail.com>
370
371 * net/ldap.el (ldap-search-internal): Discard stderr output.
372
373 2011-01-07 Eli Zaretskii <eliz@gnu.org>
374
375 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
376
377 2011-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
378
379 * vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time):
380 Author names can have spaces (bug#7792).
381
382 2011-01-04 Kenichi Handa <handa@m17n.org>
383
384 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
385 part as a plain text.
386 (rmail-mime-process-multipart): Set the default content-type to
387 nil for unknown multipart subtypes (bug#7651).
388
389 2011-01-03 Brent Goodrick <bgoodr@gmail.com> (tiny change)
390
391 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
392 table, get the value before switching to the output buffer. (Bug#7733)
393
394 2011-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
395
396 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
397
398 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
399
400 * files.el (file-local-variables-alist):
401 Make permanent-local (bug#7767).
402
403 2011-01-02 Glenn Morris <rgm@gnu.org>
404
405 * version.el (emacs-copyright): Set short copyright year to 2011.
406
407 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
408
409 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
410 an existing temp buffer. (Bug#7746)
411
412 2011-01-02 Glenn Morris <rgm@gnu.org>
413
414 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
415 multiple addresses. (Bug#7760)
416
417 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
418
419 * net/tramp.el (tramp-methods): Add recursive options to "scpc",
420 "scpx", "pscp" and "psftp".
421
422 2010-12-31 Eli Zaretskii <eliz@gnu.org>
423
424 * term/w32-win.el (image-library-alist): Set up correctly for
425 libpng versions both before and after 1.4.0. (Bug#7716)
426
427 2010-12-25 Eli Zaretskii <eliz@gnu.org>
428
429 * time.el (display-time-mode): Mention display-time-interval in
430 the doc string. (Bug#7713)
431
432 * simple.el (select-active-regions): Doc fix. (Bug#7702)
433
434 2010-12-24 Kenichi Handa <handa@m17n.org>
435
436 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
437 condition-case and return an error message string if something
438 goes wrong.
439 (rmail-show-mime): Adjust for the above change. Insert the
440 header by rmail-mime-insert-header.
441
442 2010-12-24 Kenichi Handa <handa@m17n.org>
443
444 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
445 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
446 (rmail-mime-mbox-buffer)
447 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
448 (rmail-mime-entity): Argument changed. All codes handling an
449 entity object are changed.
450 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
451 the above change.
452 (rmail-mime-entity-children, rmail-mime-entity-handler)
453 (rmail-mime-entity-tagline): New functions.
454 (rmail-mime-message-p): New function.
455 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
456 (rmail-mime-entity-segment, rmail-mime-next-item)
457 (rmail-mime-previous-item, rmail-mime-shown-mode)
458 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
459 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
460 (rmail-mime-insert-tagline, rmail-mime-insert-header):
461 New functions.
462 (rmail-mime-text-handler): Call rmail-mime-insert-text.
463 (rmail-mime-insert-decoded-text): New function.
464 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
465 (rmail-mime-insert-image): Argument changed. Caller changed.
466 (rmail-mime-image): Call rmail-mime-toggle-hidden.
467 (rmail-mime-set-bulk-data): New function.
468 (rmail-mime-insert-bulk): Argument changed.
469 (rmail-mime-multipart-handler): Return t.
470 (rmail-mime-process-multipart): Argument changed.
471 Handle "multipart/alternative" here.
472 (rmail-mime-process): Argument changed.
473 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
474 (rmail-mime-insert): Argument changed. Handle raw display mode.
475 (rmail-mime): Argument changed. Handle toggling of raw display
476 mode.
477 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
478 rmail-mime-view-buffer.
479 (rmail-insert-mime-forwarded-message): Likewise.
480 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
481
482 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
483 non-nil, handle the header in rmail-show-mime-function.
484
485 2010-12-20 Leo <sdl.web@gmail.com>
486
487 * help-fns.el (describe-variable): Fix 2010-12-17 change.
488
489 2010-12-20 Juri Linkov <juri@jurta.org>
490
491 * isearch.el (isearch-lazy-highlight-error): New variable.
492 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
493 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
494 to the current value of `isearch-error' (Bug#7468).
495
496 2010-12-17 Chong Yidong <cyd@stupidchicken.com>
497
498 * help-fns.el (describe-variable): Don't emit trailing whitespace
499 (Bug#7511).
500
501 2010-12-17 Leo <sdl.web@gmail.com>
502
503 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
504 if point is not behind eshell-last-output-end (Bug#7585).
505
506 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
507
508 * textmodes/rst.el (rst-compile-pdf-preview)
509 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
510
511 2010-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
512
513 * emulation/edt-mapper.el: Override mapping of function keys so
514 that the later call to read-key-sequence works.
515
516 2010-12-13 Eli Zaretskii <eliz@gnu.org>
517
518 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
519 Unix EOLs. (Bug#7589)
520
521 2010-12-12 Eli Zaretskii <eliz@gnu.org>
522
523 * subr.el (posn-col-row): Evaluate header-line-format in the
524 context of the POSITION window's buffer.
525
526 2010-12-11 Glenn Morris <rgm@gnu.org>
527
528 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
529 (with-silent-modifications): Doc fixes.
530
531 2010-12-10 Michael Albinus <michael.albinus@gmx.de>
532
533 * net/tramp.el (tramp-action-password, tramp-process-actions):
534 Revert patch from 2010-12-08. Use `save-restriction'.
535
536 2010-12-09 Eli Zaretskii <eliz@gnu.org>
537
538 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
539 New functions.
540 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use
541 them instead of `nil' and `>', respectively. (Bug#1077)
542
543 2010-12-09 Stephen Berman <stephen.berman@gmx.net>
544
545 * calendar/diary-lib.el (diary-list-sexp-entries):
546 Handle case of no newline at end of file. (Bug#7536)
547
548 2010-12-09 Glenn Morris <rgm@gnu.org>
549
550 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
551
552 2010-12-08 Michael Albinus <michael.albinus@gmx.de>
553
554 * net/tramp.el (tramp-handle-start-file-process):
555 Protect buffer-modified value. (Bug#7557)
556 (tramp-action-password): Delete region, do not narrow.
557 (tramp-process-actions): Do not widen.
558
559 2010-12-08 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
560
561 * log-edit.el (log-edit-changelog-entries):
562 Regexp quote filename. (Bug#7505)
563
564 2010-12-08 Tom Breton <tehom@panix.com>
565
566 * cus-edit.el (custom-save-all):
567 Bind print-length and print-level to nil. (Bug#7581)
568
569 2010-12-08 Glenn Morris <rgm@gnu.org>
570
571 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
572 Run hooks to update menu contents. (Bug#7586)
573
574 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
575 file names, for the sake of MS Windows. (Bug#7588)
576
577 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
578
579 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
580 empty lines without a leading space.
581
582 2010-12-06 Leo <sdl.web@gmail.com>
583
584 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
585 while mapping over marks (Bug#6810).
586
587 2010-12-06 Chong Yidong <cyd@stupidchicken.com>
588
589 * image-dired.el (image-dired-db-file)
590 (image-dired-temp-image-file, image-dired-gallery-dir)
591 (image-dired-temp-rotate-image-file): Set default values relative
592 to image-dired-dir (Bug#7518).
593
594 2010-12-06 Lawrence Mitchell <wence@gmx.li>
595
596 * format.el (format-decode-run-method): Pass args FROM and TO, not
597 point-min and point-max, to shell-command-on-region (Bug#7488).
598
599 2010-12-06 Jan Djärv <jan.h.d@swipnet.se>
600
601 * frame.el (blink-cursor-mode): Make default t for ns.
602
603 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
604
605 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
606
607 2010-12-05 Chong Yidong <cyd@stupidchicken.com>
608
609 * comint.el (comint-dynamic-list-input-ring)
610 (comint-dynamic-complete-filename)
611 (comint-replace-by-expanded-filename)
612 (comint-dynamic-simple-complete)
613 (comint-dynamic-list-filename-completions)
614 (comint-dynamic-list-completions): Doc fix (Bug#7499).
615
616 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
617 Doc fix (Bug#7471).
618
619 2010-12-04 Martin Rudalics <rudalics@gmx.at>
620
621 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
622 (Bug#7533).
623
624 2010-12-04 W. Martin Borgert <debacle@debian.org> (tiny change)
625
626 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
627 (Bug#7491).
628
629 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
630
631 * simple.el (transient-mark-mode): Doc fix (Bug#7465).
632
633 2010-12-04 Eli Zaretskii <eliz@gnu.org>
634
635 * files.el (file-relative-name): Handle UNC file names on
636 DOS/Windows. (Bug#4674)
637
638 2010-12-03 Daiki Ueno <ueno@unixuser.org>
639
640 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
641 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
642 (epg-context-set-passphrase-callback): Mention that the callback
643 is not called when used with GnuPG 2.x.
644
645 2010-12-02 Glenn Morris <rgm@gnu.org>
646
647 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
648 Ensure ps-footer-font-size-internal is initialized.
649 Call ps-get-page-dimensions before trying to use ps-font-for-text.
650
651 2010-12-01 Kenichi Handa <handa@m17n.org>
652
653 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
654 within condition-case.
655 (rmail-show-mime): Don't use condition-case.
656 (rmail-search-mime-message): New function.
657 (rmail-search-mime-message-function): Set to
658 rmail-search-mime-message.
659
660 2010-12-01 Leo <sdl.web@gmail.com>
661
662 * ido.el (ido-common-initialization): New function. (bug#3274)
663 (ido-mode): Use it.
664 (ido-completing-read): Call it.
665
666 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
667
668 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
669 stand-alone lines, since that is handled by log-edit-match-to-eoh
670 (Bug#6465).
671
672 2010-11-27 Eduard Wiebe <usenet@pusto.de>
673
674 * dired.el (dired-get-filename): Replace backslashes with slashes
675 in file names on MS-Windows, needed by `locate'. (Bug#7308)
676 * locate.el (locate-default-make-command-line): Don't consider
677 drive letter and root directory part of
678 `directory-listing-before-filename-regexp'. (Bug#7308)
679 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
680
681 2010-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
682
683 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
684 of :smie-open/close-alist.
685 (smie-next-sexp): Make it accept a "start token" as argument.
686 (smie-indent-keyword): Be careful not to misidentify tokens that span
687 more than one line, as empty lines. Add argument `token'.
688
689 2010-11-26 Kenichi Handa <handa@m17n.org>
690
691 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
692 multipart subtypes, insert all as usual.
693
694 * mail/rmail.el: Require rfc2047.
695
696 2010-11-26 Kenichi Handa <handa@m17n.org>
697
698 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
699 (rmail-mime-entity-disposition)
700 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
701 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
702 (rmail-mime-save): Handle the case that the button's `data' is a
703 MIME entity.
704 (rmail-mime-insert-text): New function.
705 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
706 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
707 (rmail-mime-insert-bulk): New function mostly copied from the old
708 rmail-mime-bulk-handler.
709 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
710 (rmail-mime-process-multipart): New function mostly copied from
711 the old rmail-mime-multipart-handler.
712 (rmail-mime-show): Just call rmail-mime-process.
713 (rmail-mime-process): New function mostly copied from the old
714 rmail-mime-show.
715 (rmail-mime-insert-multipart, rmail-mime-parse)
716 (rmail-mime-insert, rmail-show-mime)
717 (rmail-insert-mime-forwarded-message)
718 (rmail-insert-mime-resent-message): New functions.
719 (rmail-insert-mime-forwarded-message-function): Set to
720 rmail-insert-mime-forwarded-message.
721 (rmail-insert-mime-resent-message-function): Set to
722 rmail-insert-mime-resent-message.
723
724 * mail/rmailsum.el: Require rfc2047.
725 (rmail-header-summary): Handle multiline Subject: field.
726 (rmail-summary-line-decoder): Change the default to
727 rfc2047-decode-string.
728
729 * mail/rmail.el (rmail-enable-mime): Change the default to t.
730 (rmail-mime-feature): Change the default to `rmailmm'.
731 (rmail-quit): Delete the specifal code for rmail-enable-mime.
732 (rmail-display-labels): Likewise.
733 (rmail-show-message-1): Check rmail-enable-mime, and use
734 rmail-show-mime-function for a MIME message. Decode the headers
735 according to RFC2047.
736
737 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
738
739 * progmodes/which-func.el (which-func-imenu-joiner-function):
740 Return a string, as expected.
741 (which-function-mode): Make sure we stop any previous timer before
742 starting a new one.
743
744 2010-11-23 Michael Albinus <michael.albinus@gmx.de>
745
746 * net/tramp.el (tramp-default-method-alist)
747 (tramp-default-user-alist, tramp-default-proxies-alist):
748 Adapt custom options type. (Bug#7445)
749
750 2010-11-21 Chong Yidong <cyd@stupidchicken.com>
751
752 * progmodes/python.el: Add Ipython support (Bug#5390).
753 (python-shell-prompt-alist)
754 (python-shell-continuation-prompt-alist): New options.
755 (python--set-prompt-regexp): New function.
756 (inferior-python-mode, run-python, python-shell):
757 Require ansi-color. Use python--set-prompt-regexp to set the comint
758 prompt based on the Python interpreter.
759 (python--prompt-regexp): New var.
760 (python-check-comint-prompt)
761 (python-comint-output-filter-function): Use it.
762 (run-python): Use a pipe (Bug#5694).
763
764 2010-11-21 Chong Yidong <cyd@stupidchicken.com>
765
766 * progmodes/python.el (run-python): Doc fix.
767 (python-keep-current-directory-in-path): New var (Bug#7454).
768
769 2010-11-20 Chong Yidong <cyd@stupidchicken.com>
770
771 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
772 Prompt user before actually printing.
773
774 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
775
776 * simple.el (kill-new, kill-append, kill-region):
777 * comint.el (comint-kill-region): Make the yank-handler argument
778 obsolete.
779
780 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
781
782 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
783 that are both openers (resp. closers) and something else.
784 (smie-grammar): Loosen definition of valid values.
785 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
786 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
787 (smie-indent-after-keyword): Adjust users.
788 (smie-indent-keyword): Don't indent empty lines.
789
790 * vc-hg.el (vc-hg-program): New var.
791 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
792 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
793
794 2010-11-17 Glenn Morris <rgm@gnu.org>
795
796 * emacs-lisp/autoload.el (autoload-find-destination): The function
797 coding-system-eol-type may return non-numeric values. (Bug#7414)
798
799 2010-11-16 Ulrich Mueller <ulm@gentoo.org>
800
801 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
802
803 2010-11-13 Eli Zaretskii <eliz@gnu.org>
804
805 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
806
807 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
808
809 * textmodes/picture.el (picture-mouse-set-point): Don't use
810 posn-col-row; explicitly compute the motion based on the posn at
811 the window-start (Bug#7390).
812
813 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
814
815 * net/tramp.el (tramp-remote-coding-commands): Add an alternative
816 using "base64 -d -i". This is needed for older base64 versions
817 from GNU coreutils. Reported by Klaus Reichl
818 <Klaus.Reichl@thalesgroup.com>.
819
820 2010-11-13 Glenn Morris <rgm@gnu.org>
821
822 * novice.el (disabled-command-function):
823 Fix 2009-11-15 change. (Bug#7384)
824
825 2010-11-12 Glenn Morris <rgm@gnu.org>
826
827 * calendar/calendar.el (diary-iso-date-forms): Make elements
828 mutually exclusive. (Bug#7377)
829
830 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
831
832 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
833 when filling the remaining "unconstrained" values.
834
835 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
836
837 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
838 safety predicate.
839
840 * files.el (safe-local-variable-p): Gracefully handle errors.
841
842 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
843 Use smie-indent-virtual when indenting relative to an opener.
844 (smie-rule-separator): Use smie-rule-parent.
845 (smie-indent-keyword): Consult rules, even for openers at bol.
846 (smie-indent-comment-close): Try to align closer's content.
847
848 2010-11-11 Glenn Morris <rgm@gnu.org>
849
850 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
851
852 2010-11-10 Glenn Morris <rgm@gnu.org>
853
854 * printing.el (pr-menu-bind): Doc fix.
855
856 * speedbar.el (speedbar-toggle-images): Doc fix.
857
858 * progmodes/python.el (python-shell): Doc fix.
859
860 * wid-edit.el (widget-field-use-before-change)
861 (widget-use-overlay-change): Doc fixes.
862
863 2010-11-09 Glenn Morris <rgm@gnu.org>
864
865 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
866
867 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
868
869 * minibuffer.el (minibuffer-completion-help): Specify the end of the
870 completion field (bug#7211).
871
872 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
873 Fix handling of backslash escapes.
874 (python-quote-syntax): Adjust accordingly.
875
876 2010-11-08 Richard Levitte <richard@levitte.org> (tiny change)
877
878 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
879 (vc-mtn-workfile-branch): Adjust to new output format.
880
881 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
882
883 * international/mule-cmds.el (princ-list): Mark as obsolete.
884
885 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
886
887 * emacs-lisp/smie.el: New package.
888
889 2010-11-06 Michael Albinus <michael.albinus@gmx.de>
890
891 * files.el (backup-by-copying-when-mismatch):
892 Set `permanent-local' property.
893
894 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
895 `permanent-local' property for `backup-by-copying-when-mismatch'.
896
897 2010-11-06 Eli Zaretskii <eliz@gnu.org>
898
899 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
900 (ls-lisp-classify-file): New function.
901 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
902 (ls-lisp-classify): Call ls-lisp-classify-file.
903 (insert-directory): Remove blanks from switches.
904
905 2010-11-07 Wilson Snyder <wsnyder@wsnyder.org>
906
907 * progmodes/verilog-mode.el (verilog-insert-one-definition)
908 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
909 AUTOINOUT for SV style multidimensional arrays, bug294.
910 Reported by Eric Mastromarchi.
911 (verilog-preprocess): Use with-current-buffer and
912 font-lock-fontify-buffer to cleanup style issues.
913
914 2010-11-05 Michael Albinus <michael.albinus@gmx.de>
915
916 * net/trampver.el: Update release number.
917
918 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
919
920 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
921 beginning of the string. Use `string-match-p'. (Bug#6765)
922
923 2010-11-01 Glenn Morris <rgm@gnu.org>
924
925 * locate.el (locate, locate-mode): Doc fixes.
926
927 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
928
929 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
930 user for confirmation.
931 (server-force-stop): Use it.
932 (server-start): Use server-force-stop for kill-emacs-hook, to
933 avoid user interaction while killing Emacs.
934
935 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
936
937 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
938 (log-edit-author): New dynamic var.
939 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
940 Use it to return the author if different from committer.
941 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
942
943 2010-10-31 Eli Zaretskii <eliz@gnu.org>
944
945 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
946
947 2010-10-31 Chong Yidong <cyd@stupidchicken.com>
948
949 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
950 (vc-root-diff, vc-print-root-log, vc-log-incoming)
951 (vc-log-outgoing): Use it.
952 (vc-diff-internal): Set diff-vc-backend.
953
954 * vc/diff-mode.el (diff-vc-backend): New var.
955
956 2010-10-31 Juri Linkov <juri@jurta.org>
957
958 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
959 buffer-locally to lambda that re-runs the vc diff command.
960 (Bug#6447)
961
962 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
963
964 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
965
966 Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
967 log-outgoing commands.
968 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
969 to create a buffer local revert-buffer-function variable.
970 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
971 revert-buffer-function lambda.
972
973 Improve VC create/retrieve tag/branch.
974 * vc.el (vc-create-tag): Do not read the directory name for VCs
975 with repository revision granularity. Adjust the tag/branch
976 prompt. Reset VC properties.
977 (vc-retrieve-tag): Do not read the directory name for VCs
978 with repository revision granularity. Reset VC properties.
979
980 Add optional support for resetting VC properties.
981 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
982 call vc-file-clearprops when true.
983 (vc-resynch-buffer): Add new optional argument, pass it down.
984 (vc-resynch-buffers-in-directory): Likewise.
985
986 Improve support for special markup in the VC commit message.
987 * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
988 * vc-hg.el (vc-hg-checkin): Add support for Date:.
989 * vc-git.el (vc-git-checkin):
990 * vc-bzr.el (vc-bzr-checkin): Likewise.
991
992 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
993 * vc-git.el (vc-git-log-view-mode): Fix font lock for
994 incoming/outgoing logs.
995 (vc-git-log-outgoing, vc-git-log-incoming): New functions.
996
997 * vc-git.el (vc-git-log-outgoing): Use the same format as the
998 short log.
999 (vc-git-log-incoming): Likewise. Run "git fetch" before the log
1000 command
1001
1002 Add bindings for vc-log-incoming and vc-log-outgoing.
1003 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1004 and vc-log-outgoing.
1005 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1006 and vc-log-outgoing.
1007
1008 Improve state updating for VC tag commands.
1009 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1010 to update the state of all buffers in the directory.
1011
1012 2010-05-19 Glenn Morris <rgm@gnu.org>
1013
1014 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
1015
1016 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1017
1018 * vc.el (vc-checkin, vc-modify-change-comment):
1019 Adjust to new vc-start/finish-logentry.
1020 (vc-find-conflicted-file): New command.
1021 (vc-transfer-file): Adjust to new vc-checkin.
1022 (vc-next-action): Improve scoping.
1023
1024 * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
1025 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
1026
1027 * vc-dispatcher.el (vc-log-edit): Shorten names for
1028 log-edit-show-files.
1029
1030 * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
1031 (vc-bzr-conflicted-files): New function.
1032
1033 * log-edit.el (log-edit-summary, log-edit-header)
1034 (log-edit-unknown-header): New faces.
1035 (log-edit-headers-alist): New var.
1036 (log-edit-header-contents-regexp): New const.
1037 (log-edit-match-to-eoh): New function.
1038 (log-edit-font-lock-keywords): Use them.
1039 (log-edit): Insert a "Summary:" header as default.
1040 (log-edit-mode): Mark font-lock rules as case-insensitive.
1041 (log-edit-done): Cleanup headers.
1042 (log-edit-extract-headers): New function to replace it.
1043
1044 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
1045 the windows/frames.
1046
1047 * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
1048
1049 * vc-dir.el (vc-dir-kill-line): New command.
1050 (vc-dir-mode-map): Bind it to C-k.
1051 (vc-dir-headers): Abbreviate the working dir.
1052
1053 * vc-git.el (vc-git-revision-table): Include remote branches.
1054
1055 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1056
1057 New VC methods: vc-log-incoming and vc-log-outgoing.
1058 * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
1059 (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
1060 New functions.
1061 (vc-print-log-internal): Just call vc-log-internal-common.
1062 (vc-log-view-type): New permanent local variable.
1063
1064 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
1065
1066 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
1067 of the dynamic bound vc-short-log.
1068 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
1069
1070 * vc-git.el (vc-git-log-outgoing): New function.
1071 (vc-git-log-view-mode): Use vc-log-view-type instead
1072 of the dynamic bound vc-short-log.
1073
1074 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
1075 the dynamic bound vc-short-log. Highlight the tag.
1076 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
1077 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
1078 (vc-hg-incoming-mode): Remove.
1079 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
1080
1081 Fix default-directory for vc-root-diff.
1082 * vc.el (vc-root-diff): Bind default-directory to the root
1083 directory for the diff command.
1084
1085 2010-10-31 Sam Steingold <sds@gnu.org>
1086
1087 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
1088 `vc-hg-command' with a list of flags.
1089
1090 2010-10-31 Glenn Morris <rgm@gnu.org>
1091
1092 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
1093 log-edit-before-checkin-process.
1094
1095 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
1096
1097 * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
1098
1099 * vc-dispatcher.el (vc-start-logentry): Doc fix.
1100 (log-view-process-buffer, log-edit-extra-flags): Declare.
1101
1102 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1103
1104 Add special markup processing for commit logs.
1105 * log-edit.el (log-edit): Add new argument MODE. Use that mode
1106 when non-nil instead of the log-view-mode.
1107
1108 * vc.el (vc-default-log-edit-mode): New function.
1109
1110 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
1111 log-edit.
1112
1113 Support for shelving snapshots and for showing shelves.
1114 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
1115 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
1116 New functions.
1117 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1118 (vc-bzr-extra-menu-map): Map them.
1119
1120 2010-10-30 Michael Albinus <michael.albinus@gmx.de>
1121
1122 * net/tramp.el (tramp-handle-insert-file-contents): For root,
1123 preserve owner and group when editing files. (Bug#7289)
1124
1125 2010-10-29 Glenn Morris <rgm@gnu.org>
1126
1127 * speedbar.el (speedbar-mode):
1128 * play/fortune.el (fortune-in-buffer, fortune):
1129 * play/gomoku.el (gomoku-mode):
1130 * play/landmark.el (lm-mode):
1131 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
1132 Replace inappropriate uses of toggle-read-only. (Bug#7292)
1133
1134 2010-10-28 Glenn Morris <rgm@gnu.org>
1135
1136 * select.el (x-selection): Mark it as an obsolete alias.
1137
1138 2010-10-27 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1139
1140 * add-log.el (find-change-log): Use derived-mode-p rather than
1141 major-mode (bug#7284).
1142
1143 2010-10-27 Glenn Morris <rgm@gnu.org>
1144
1145 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
1146 rather than just an unused variable that inherits from the real one.
1147
1148 2010-10-23 Michael McNamara <mac@mail.brushroad.com>
1149
1150 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
1151 auto-built for efficiency of execution and updating.
1152 (verilog-extended-complete-re): Support 'pure' fucntion & task
1153 declarations (these have no bodies).
1154 (verilog-beg-of-statement): General cleanup to enable support of
1155 'pure' fucntion & task declarations (these have no bodies).
1156 These efforts together fix Verilog bug210 from veripool; which was also
1157 noticed by Steve Pearlmutter.
1158 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
1159 (verilog-directive-nest-re, verilog-set-auto-endcomments):
1160 Support `elsif. Reported by Shankar Giri.
1161 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
1162 attribute handling for lining up declarations and assignments.
1163 (verilog-beg-of-statement-1): Fix issue where continued declaration
1164 is indented differently if it is after a begin..end clock.
1165 (verilog-in-attribute-p, verilog-skip-backward-comments)
1166 (verilog-skip-forward-comment-p): Support proper treatment of
1167 attributes by indent code. Reported by Jeff Steele.
1168 (verilog-in-directive-p): Fix comment to correctly describe function.
1169 (verilog-backward-up-list, verilog-in-struct-region-p)
1170 (verilog-backward-token, verilog-in-struct-p)
1171 (verilog-in-coverage-p, verilog-do-indent)
1172 (verilog-pretty-declarations): Use verilog-backward-up-list as
1173 wrapper around backward-up-list inorder to properly skip comments.
1174 Reported by David Rogoff.
1175 (verilog-property-re, verilog-endcomment-reason-re)
1176 (verilog-beg-of-statement, verilog-set-auto-endcomments)
1177 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
1178 of if). Reported by Max Bjurling and
1179 (verilog-calc-1): Fix for clocking block in modport
1180 declaration. Reported by Brian Hunter.
1181
1182 2010-10-23 Wilson Snyder <wsnyder@wsnyder.org>
1183
1184 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
1185 (verilog-gate-keywords, verilog-read-sub-decls)
1186 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
1187 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
1188 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
1189 (verilog-read-decls): Fix spaces in V2K module parameters causing
1190 mis-identification as interfaces, bug287.
1191 (verilog-read-decls): Fix not treating "parameter string" as a
1192 parameter in AUTOINSTPARAM.
1193 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
1194 treating `elsif similar to `endif inside AUTOSENSE.
1195 (verilog-do-indent): Implement correct automatic or static task or
1196 function end comment highlight. Reported by Steve Pearlmutter.
1197 (verilog-font-lock-keywords-2): Fix highlighting of single
1198 character pins, bug264. Reported by Michael Laajanen.
1199 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
1200 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
1201 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
1202 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
1203 (verilog-pretty-expr): Fix interactive arguments, bug272.
1204 Reported by Mark Johnson.
1205 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
1206 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
1207 bug269. Suggested by Gary Delp.
1208 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
1209 (verilog-preprocessor, verilog-set-compile-command):
1210 Create verilog-preprocess and verilog-preprocessor to show
1211 preprocessed output.
1212 (verilog-get-beg-of-line, verilog-get-end-of-line)
1213 (verilog-modi-file-or-buffer, verilog-modi-name)
1214 (verilog-modi-point, verilog-within-string): Move defmacro's
1215 before first use to avoid warning. Reported by Steve Pearlmutter.
1216 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
1217 (verilog-colorize-region, verilog-highlight-buffer)
1218 (verilog-highlight-includes, verilog-highlight-modules)
1219 (verilog-highlight-region, verilog-mode): Rename colorize to
1220 highlight to match other packages. Disable module highlighting,
1221 as received speed complaints, reenable for experimentation only
1222 using new verilog-highlight-modules.
1223 (verilog-read-decls): Fix regexp stack overflow in very large
1224 AUTO_TEMPLATEs, bug250.
1225 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
1226 (verilog-scan): Create verilog-save-buffer-state to standardize
1227 making insignificant changes that shouldn't call hooks.
1228 (verilog-save-no-change-functions, verilog-save-scan-cache)
1229 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
1230 Create verilog-save-no-change-functions to wrap verilog-scan
1231 preservation, and fix to work with nested preserved calls.
1232 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
1233 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
1234 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
1235 (verilog-submit-bug-report): Update variable list to be complete.
1236 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
1237 breaking on-the-fly font-locking.
1238 (verilog-colorize-buffer, verilog-colorize-include-files)
1239 (verilog-colorize-include-files-buffer, verilog-colorize-region)
1240 (verilog-load-file-at-mouse, verilog-load-file-at-point)
1241 (verilog-mode, verilog-read-inst-module-matcher): With point on a
1242 AUTOINST cell instance name, middle mouse button now finds-file on
1243 it. Suggested by Brad Dobbie.
1244 (verilog-alw-get-temps, verilog-auto-reset)
1245 (verilog-auto-sense-sigs, verilog-read-always-signals)
1246 (verilog-read-always-signals-recurse): Fix loop indexes being
1247 AUTORESET. AUTORESET now assumes any variables in the
1248 initialization section of a for() should be ignored.
1249 Reported by Dan Dever.
1250 (verilog-error-font-lock-keywords)
1251 (verilog-error-regexp-emacs-alist)
1252 (verilog-error-regexp-xemacs-alist): Fix error detection of
1253 Cadence HAL, reported by David Asher. Repair drift between the
1254 three similar error variables.
1255 (verilog-modi-lookup, verilog-modi-lookup-cache)
1256 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
1257 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
1258 Fix slow verilog-auto expansion on very large files.
1259 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
1260 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
1261 "{1*2{...". Broke in last revision.
1262 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
1263 submodule connections with replications "{#{a},#{b}}".
1264
1265 2010-10-23 Glenn Morris <rgm@gnu.org>
1266
1267 * comint.el (comint-password-prompt-regexp):
1268 Match "enter the password". (Bug#7224)
1269
1270 2010-10-22 Juanma Barranquero <lekktu@gmail.com>
1271
1272 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
1273 Fix typo in docstring.
1274
1275 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
1276
1277 * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
1278 errors.
1279
1280 * net/trampver.el: Update release number.
1281
1282 2010-10-20 Kenichi Handa <handa@m17n.org>
1283
1284 * face-remap.el (text-scale-adjust): Call read-event with a proper
1285 prompt.
1286
1287 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
1288
1289 * net/tramp.el (tramp-do-file-attributes-with-stat)
1290 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
1291 order to make stat results a float. Patch by Andreas Schwab
1292 <schwab@linux-m68k.org>.
1293
1294 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1295
1296 * repeat.el (repeat): Use read-key (bug#6256).
1297
1298 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
1299
1300 * emacs-lisp/unsafep.el: Don't mark functions that display
1301 messages as safe. Suggested by Johan Bockgård.
1302
1303 2010-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1304
1305 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
1306 Turn comments into docstrings.
1307
1308 * minibuffer.el (completion--replace): Move point where it belongs
1309 when there's a common suffix (bug#7215).
1310
1311 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
1312
1313 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1314 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
1315 <dale@codefu.org>.
1316
1317 2010-10-15 Kenichi Handa <handa@m17n.org>
1318
1319 * international/characters.el: Add category '|' (word breakable)
1320 to fullwidth characters.
1321
1322 2010-10-14 Kenichi Handa <handa@m17n.org>
1323
1324 * mail/rmail.el (rmail-show-message-1): Catch an error of
1325 base64-decode-region and just show an error message (bug#7165).
1326
1327 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
1328 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
1329 a font-spec (bug#7197).
1330
1331 2010-10-13 Glenn Morris <rgm@gnu.org>
1332
1333 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
1334
1335 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
1336
1337 * international/mule.el (define-coding-system):
1338 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1339 * composite.el (compose-region): Fix typo in docstring.
1340
1341 2010-10-10 Jan Djärv <jan.h.d@swipnet.se>
1342
1343 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
1344 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
1345 (mac-right-option-modifier): New alias for ns-right-option-modifier.
1346
1347 * cus-start.el (all): ns-right-alternate-modifier is new.
1348
1349 2010-10-10 Andreas Schwab <schwab@linux-m68k.org>
1350
1351 * Makefile.in (ELCFILES): Update.
1352
1353 2010-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1354
1355 * emacs-lisp/lisp.el (lisp-completion-at-point):
1356 Use emacs-lisp-mode-syntax-table for the whole function.
1357
1358 2010-10-09 Richard Sharman <richard_sharman@mitel.com> (tiny change)
1359
1360 * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
1361 (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
1362 work when breakpoint number exceeds nine.
1363
1364 2010-10-05 David Koppelman <koppel@ece.lsu.edu>
1365
1366 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
1367 instead of font-lock-mode before adding keywords.
1368 Remove hi-lock-mode off code. Remove inhibit hack.
1369 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
1370 non-nil; removed hook inhibit hack.
1371
1372 2010-10-09 Glenn Morris <rgm@gnu.org>
1373
1374 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
1375 (load-path-shadows-find): ... to this.
1376 (list-load-path-shadows): Update for above change.
1377
1378 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
1379
1380 2010-10-08 Glenn Morris <rgm@gnu.org>
1381
1382 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
1383
1384 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
1385 (shadows-compare-text-p): Make it an obsolete alias for...
1386 (load-path-shadows-compare-text): ... new name.
1387 (find-emacs-lisp-shadows): Update for above name change.
1388 (load-path-shadows-same-file-or-nonexistent): New name for the old
1389 shadow-same-file-or-nonexistent.
1390
1391 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
1392
1393 * minibuffer.el (completion--some, completion--do-completion)
1394 (minibuffer-complete-and-exit, minibuffer-completion-help)
1395 (completion-basic-try-completion)
1396 (completion-basic-all-completions)
1397 (completion-pcm--find-all-completions): Use lexical-let to
1398 avoid some false matches in variable completion (Bug#7056)
1399
1400 2010-10-03 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
1401
1402 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
1403
1404 2010-10-03 Leo <sdl.web@gmail.com>
1405
1406 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
1407 return non-nil if the file exists (Bug#7090).
1408
1409 2010-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1410
1411 * minibuffer.el (completion--replace):
1412 Better preserve markers (bug#7138).
1413
1414 2010-09-29 Juanma Barranquero <lekktu@gmail.com>
1415
1416 * server.el (server-process-filter): Doc fix.
1417
1418 2010-09-27 Drew Adams <drew.adams@oracle.com>
1419
1420 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
1421
1422 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
1423
1424 * Makefile.in (ELCFILES): Update.
1425
1426 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1427 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
1428
1429 2010-09-27 Kenichi Handa <handa@m17n.org>
1430
1431 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
1432 "ustar" format.
1433
1434 2010-09-27 Kenichi Handa <handa@m17n.org>
1435
1436 * international/mule.el (define-coding-system): Docstring fixed.
1437
1438 * international/mule-diag.el (describe-character-set): Use princ
1439 with proper print-length and print-level instead of insert.
1440
1441 2010-09-26 Juanma Barranquero <lekktu@gmail.com>
1442
1443 * window.el (walk-windows): Doc fix (bug#7105).
1444
1445 2010-09-23 Glenn Morris <rgm@gnu.org>
1446
1447 * isearch.el (isearch-lazy-highlight-cleanup)
1448 (isearch-lazy-highlight-initial-delay)
1449 (isearch-lazy-highlight-interval)
1450 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1451 * net/net-utils.el (ipconfig-program-options):
1452 Move aliases to options before the associated definitions.
1453
1454 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1455
1456 * newcomment.el (comment-normalize-vars): Better test validity of
1457 comment-end-skip.
1458
1459 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1460
1461 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1462 (float-e): New name for `e'.
1463 (degrees-to-radians, radians-to-degrees):
1464 * calendar/solar.el (solar-longitude):
1465 * calculator.el (calculator-registers, calculator-funcall):
1466 * textmodes/artist.el (artist-spray-random-points):
1467 * play/bubbles.el (bubbles--initialize-images): Use new names.
1468
1469 2010-09-19 Eric M. Ludlam <zappo@gnu.org>
1470
1471 Update to CEDET 1.0's version of EIEIO.
1472
1473 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1474 New function.
1475 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1476 (eieio-default-eval-maybe): Eval val instead of unquoting only.
1477 (class-precedence-list): If class is nil, return nil.
1478 (eieio-generic-call): If class of first input arg is nil, don't
1479 look up static methods, and do check for primary methods.
1480 (initialize-instance): See if the default needs to be evaluated
1481 during the constructor.
1482 (eieio-perform-slot-validation-for-default): Don't do the check
1483 for values that will eventually be evaluated.
1484 (eieio-eval-default-p): New function.
1485 (eieio-default-eval-maybe): Use it.
1486
1487 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1488
1489 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1490 method-invocation-order.
1491 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1492 (eieio-class-precedence-dfs): Compute class precedence list using
1493 dfs algorithm.
1494 (eieio-class-precedence-bfs): Compute class precedence list using
1495 bfs algorithm.
1496 (eieio-class-precedence-c3): Compute class precedence list using
1497 c3 algorithm.
1498 (class-precedence-list): New function.
1499 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1500 (inconsistent-class-hierarchy): New error symbol.
1501 (call-next-method): Stow the replacement argument list for future
1502 call-next-method invocations.
1503
1504 2010-09-15 Glenn Morris <rgm@gnu.org>
1505
1506 * calendar/appt.el (appt-check): If not displaying the diary,
1507 use (diary 1) to only get the entries we need.
1508 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1509 that it is in day order. (Bug#7019)
1510
1511 * calendar/appt.el (appt-check): Rather than showing the diary,
1512 just turn off invisible display, and only if needed.
1513
1514 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
1515
1516 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1517
1518 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1519 Add `when' argument. Update callers.
1520
1521 * subr.el (unintern): Declare the obarray arg mandatory.
1522
1523 2010-09-14 Glenn Morris <rgm@gnu.org>
1524
1525 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1526 Doc fixes.
1527
1528 * calendar/diary-lib.el (diary-included-files): New variable.
1529 (diary-list-entries): Maybe initialize diary-included-files.
1530 (diary-include-other-diary-files): Append to diary-included-files.
1531 * calendar/appt.el (appt-update-list): Also check the members of
1532 diary-included-files. (Bug#6999)
1533 (appt-check): Doc fix.
1534
1535 2010-09-12 David Reitter <david.reitter@gmail.com>
1536
1537 * simple.el (line-move-visual): Do not truncate goal column to
1538 integer size. (Bug#7020)
1539
1540 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1541
1542 * repeat.el (repeat): Allow repeating when the last event is a click.
1543 Suggested by Drew Adams (bug#6256).
1544
1545 2010-09-11 Sascha Wilde <wilde@sha-bang.de>
1546
1547 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1548 Replace setting HGRCPATH to "" by some less invasive --config options.
1549
1550 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1551
1552 * font-lock.el (font-lock-beginning-of-syntax-function):
1553 Mark as obsolete.
1554
1555 2010-09-10 Glenn Morris <rgm@gnu.org>
1556
1557 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1558 and tool-bar modes. (Bug#6211)
1559 (menu-bar-mode): Move setting of standard-value after the
1560 minor-mode definition, otherwise it seems to have no effect.
1561
1562 2010-09-08 Masatake YAMATO <yamato@redhat.com>
1563
1564 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1565 Fix typo. (Bug#6976)
1566
1567 2010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1568
1569 * whitespace.el: Allow cleaning up blanks without blank
1570 visualization (Bug#6651). Adjust help window for
1571 whitespace-toggle-options (Bug#6479). Allow to use fill-column
1572 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
1573 (whitespace-style): Add new value 'face. Adjust docstring.
1574 (whitespace-space, whitespace-hspace, whitespace-tab):
1575 Adjust foreground property face.
1576 (whitespace-line-column): Adjust docstring and type declaration.
1577 (whitespace-style-value-list, whitespace-toggle-option-alist)
1578 (whitespace-help-text): Adjust const initialization.
1579 (whitespace-toggle-options, global-whitespace-toggle-options):
1580 Adjust docstring.
1581 (whitespace-display-window, whitespace-interactive-char)
1582 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1583 (whitespace-help-scroll): New fun.
1584
1585 2010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1586
1587 * files.el (directory-abbrev-alist): Use \` as default regexp.
1588
1589 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1590 chars like - or ] (bug#6984).
1591 (rx-any-condense-range): Explode 2-char ranges.
1592
1593 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1594
1595 * textmodes/bibtex.el:
1596 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1597
1598 2010-09-02 Glenn Morris <rgm@gnu.org>
1599
1600 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1601
1602 2010-08-31 Kenichi Handa <handa@m17n.org>
1603
1604 * international/mule-cmds.el (standard-display-european-internal):
1605 Setup standard-display-table for 8-bit characters by storing 8-bit
1606 characters in the element vector.
1607
1608 * disp-table.el (standard-display-8bit):
1609 Setup standard-display-table for 8-bit characters by storing 8-bit
1610 characters in the element vector.
1611 (standard-display-european): Likewise.
1612
1613 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
1614
1615 Sync with Tramp 2.1.19.
1616
1617 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1618 (tramp-reporter-dump-variable, tramp-load-report-modules)
1619 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1620 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1621
1622 * net/tramp-compat.el (top): Do not autoload
1623 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1624 only when `start-file-process' is not bound.
1625 (byte-compile-not-obsolete-vars): Define if not bound.
1626 (tramp-compat-funcall): New defmacro.
1627 (tramp-compat-line-beginning-position)
1628 (tramp-compat-line-end-position)
1629 (tramp-compat-temporary-file-directory)
1630 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1631 (tramp-compat-copy-file, tramp-compat-copy-directory)
1632 (tramp-compat-delete-file, tramp-compat-delete-directory)
1633 (tramp-compat-number-sequence, tramp-compat-process-running-p):
1634 Use it.
1635 (tramp-advice-file-expand-wildcards): Do not use
1636 `tramp-handle-file-remote-p'.
1637 (tramp-compat-make-temp-file): Simplify fallback implementation.
1638 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1639 (tramp-compat-copy-tree): Remove function.
1640 (tramp-compat-delete-file): New defun.
1641 (tramp-compat-delete-directory): Provide implementation for older
1642 Emacsen.
1643 (tramp-compat-file-attributes): Handle only
1644 `wrong-number-of-arguments' error.
1645
1646 * net/tramp-fish.el (tramp-fish-handle-copy-file):
1647 Add PRESERVE_SELINUX_CONTEXT.
1648 (tramp-fish-handle-delete-file): Add TRASH arg.
1649 (tramp-fish-handle-directory-files-and-attributes):
1650 Do not use `tramp-fish-handle-file-attributes.
1651 (tramp-fish-handle-file-local-copy)
1652 (tramp-fish-handle-insert-file-contents)
1653 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1654
1655 * net/tramp-gvfs.el (top): Require url-util.
1656 (tramp-gvfs-mount-point): Remove.
1657 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1658 and `set-file-selinux-context'.
1659 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1660 (tramp-gvfs-handle-file-selinux-context)
1661 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1662 (with-tramp-dbus-call-method): Format trace message.
1663 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1664 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1665 Implement backup call, when operation on local files fails.
1666 Use progress reporter. Flush properties of changed files.
1667 (tramp-gvfs-handle-delete-file): Add TRASH arg.
1668 Use `tramp-compat-delete-file'.
1669 (tramp-gvfs-handle-expand-file-name): Expand "~/".
1670 (tramp-gvfs-handle-make-directory): Make more traces.
1671 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1672 (tramp-gvfs-url-file-name): Hexify file name in url.
1673 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1674 into account for the resulting file name.
1675 (tramp-gvfs-handler-askquestion): Preserve current message, in
1676 order to let progress reporter continue afterwards. (Bug#6257)
1677 Return dummy mountpoint, when the answer is "no".
1678 See `tramp-gvfs-maybe-open-connection'.
1679 (tramp-gvfs-handler-mounted-unmounted)
1680 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1681 attribute "default_location". Set "prefix" property.
1682 Handle default-location.
1683 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1684 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1685 exists. Raise an error, if not (due to a corresponding answer
1686 "no" in interactive questions, for example).
1687 Use `tramp-compat-funcall'.
1688
1689 * net/tramp-imap.el (top): Autoload `epg-make-context'.
1690 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1691 (tramp-imap-do-copy-or-rename-file)
1692 (tramp-imap-handle-insert-file-contents)
1693 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1694 (tramp-imap-handle-delete-file): Add TRASH arg.
1695
1696 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1697 Add PRESERVE-SELINUX-CONTEXT.
1698 (tramp-smb-handle-copy-file)
1699 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1700 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1701 Use `with-progress-reporter'.
1702 (tramp-smb-handle-delete-file): Add TRASH arg.
1703
1704 * net/tramp.el (tramp-methods): Move hostname to the end in all
1705 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
1706 appropriate.
1707 (tramp-verbose): Describe verbose level 9.
1708 (tramp-completion-function-alist)
1709 (tramp-file-name-regexp, tramp-chunksize)
1710 (tramp-local-coding-commands, tramp-remote-coding-commands)
1711 (with-connection-property, tramp-completion-mode-p)
1712 (tramp-action-process-alive, tramp-action-out-of-band)
1713 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1714 (tramp-exists-file-name-handler): Fix docstring.
1715 (tramp-remote-process-environment): Use `format' instead of
1716 `concat'. Protect version string by apostroph.
1717 (tramp-shell-prompt-pattern): Do not use a shy group in case of
1718 XEmacs.
1719 (tramp-file-name-regexp-unified)
1720 (tramp-completion-file-name-regexp-unified): On W32 systems, do
1721 not regard the volume letter as remote filename. (Bug#5447)
1722 (tramp-perl-file-attributes)
1723 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1724 (tramp-vc-registered-read-file-names): Read input as
1725 here-document, otherwise the command could exceed maximum length
1726 of command line.
1727 (tramp-file-name-handler-alist): Add `file-selinux-context' and
1728 `set-file-selinux-context'.
1729 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1730 backtrace functions.
1731 (tramp-error-with-buffer): Don't show the connection buffer when
1732 we are in completion mode.
1733 (tramp-progress-reporter-update, tramp-remote-selinux-p)
1734 (tramp-handle-file-selinux-context)
1735 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1736 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1737 New defuns.
1738 (with-progress-reporter): New defmacro.
1739 (tramp-debug-outline-regexp): New defconst.
1740 (top, tramp-rfn-eshadow-setup-minibuffer)
1741 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1742 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1743 (tramp-completion-mode-p, tramp-check-for-regexp)
1744 (tramp-open-connection-setup-interactive-shell)
1745 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1746 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1747 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1748 Use `tramp-compat-funcall'.
1749 (tramp-handle-make-symbolic-link): Flush file properties.
1750 (tramp-handle-load, tramp-handle-file-local-copy)
1751 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1752 (tramp-handle-vc-registered, tramp-maybe-send-script)
1753 (tramp-find-shell): Use `with-progress-reporter'.
1754 (tramp-do-file-attributes-with-stat): Add space in format string,
1755 in order to work around a bug in pdksh. Reported by Gilles Pion
1756 <gpion@lfdj.com>.
1757 (tramp-handle-verify-visited-file-modtime): Do not send a command
1758 when the connection is not established.
1759 (tramp-handle-set-file-times): Simplify the check for utc.
1760 (tramp-handle-directory-files-and-attributes)
1761 (tramp-get-remote-path): Use `copy-tree'.
1762 (tramp-completion-handle-file-name-all-completions): Ensure, that
1763 non remote files are still checked. Oops.
1764 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1765 Handle PRESERVE-SELINUX-CONTEXT.
1766 (tramp-do-copy-or-rename-file): Add progress reporter.
1767 (tramp-do-copy-or-rename-file-directly): Do not use
1768 `tramp-handle-file-remote-p'.
1769 (tramp-do-copy-or-rename-file-out-of-band):
1770 Use `tramp-compat-delete-directory'.
1771 (tramp-do-copy-or-rename-file-out-of-band)
1772 (tramp-compute-multi-hops, tramp-maybe-open-connection):
1773 Use `format-spec-make'.
1774 (tramp-handle-delete-file): Add TRASH arg.
1775 (tramp-handle-dired-uncache): Flush directory cache, not only file
1776 cache.
1777 (tramp-handle-expand-file-name)
1778 (tramp-completion-handle-file-name-all-completions)
1779 (tramp-completion-handle-file-name-completion):
1780 Use `tramp-connectable-p'.
1781 (tramp-handle-start-file-process): Set connection property "vec".
1782 Use it, in order to invalidate file caches. Check only for
1783 `remote-tty' process property.
1784 Implement tty setting. (Bug#4604, Bug#6360)
1785 (tramp-file-name-for-operation): Add `call-process-region' and
1786 `set-file-selinux-context'.
1787 (tramp-find-foreign-file-name-handler)
1788 (tramp-advice-make-auto-save-file-name)
1789 (tramp-set-auto-save-file-modes): Remove superfluous check for
1790 `stringp'. This is done inside `tramp-tramp-file-p'.
1791 (tramp-file-name-handler): Trace 'quit. Catch the error for some
1792 operations when we are in completion mode. This gives the user
1793 the chance to correct the file name in the minibuffer.
1794 (tramp-completion-mode-p): Use `non-essential'.
1795 (tramp-handle-file-name-all-completions): Backward/ XEmacs
1796 compatibility: Use `completion-ignore-case' if
1797 `read-file-name-completion-ignore-case' does not exist.
1798 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1799 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1800 `tramp-open-shell'.
1801 (tramp-action-password): Hide password prompt before next run.
1802 (tramp-process-actions): Widen connection buffer for the trace.
1803 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1804 process property. Trace stty settings if `tramp-verbose' >= 9.
1805 Apply workaround for IRIX64 bug. Move argument of last
1806 `tramp-send-command' where it belongs to.
1807 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1808 front of `login-args'.
1809 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1810 on "/dev/null" instead of "/".
1811 (tramp-get-ls-command-with-dired): Make test for "--dired"
1812 stronger.
1813 (tramp-set-auto-save-file-modes): Adapt version check.
1814 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1815 (tramp-handle-process-file): Call the program in a subshell, in
1816 order to preserve working directory.
1817 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1818 `tramp-remote-sh' from `tramp-methods'.
1819 (tramp-get-ls-command): Make test for "--color=never" stronger.
1820 (tramp-check-for-regexp): Use (forward-line 1).
1821
1822 * net/trampver.el: Update release number.
1823
1824 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
1825
1826 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1827 empty argument to gvfs-copy.
1828
1829 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1830
1831 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1832 handle new TRASH arg of `delete-file'.
1833
1834 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1835
1836 * net/tramp.el (tramp-handle-insert-directory): Don't use
1837 `forward-word', its default syntax could be changed.
1838
1839 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1840 Michael Albinus <michael.albinus@gmx.de>
1841
1842 Implement compression for inline methods.
1843
1844 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1845 (tramp-copy-size-limit): Allow also nil.
1846 (tramp-inline-compress-commands): New defconst.
1847 (tramp-find-inline-compress, tramp-get-inline-compress)
1848 (tramp-get-inline-coding): New defuns.
1849 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1850 replaced by `tramp-get-inline-coding'.
1851 (tramp-handle-file-local-copy, tramp-handle-write-region)
1852 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1853
1854 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
1855
1856 Detect ssh 'ControlMaster' argument automatically in some cases.
1857
1858 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1859 (tramp-default-method): Use it.
1860
1861 2010-08-26 Karel Klíč <kklic@redhat.com>
1862
1863 * net/tramp.el (tramp-file-name-for-operation):
1864 Add file-selinux-context.
1865
1866 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1867
1868 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1869
1870 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1871
1872 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1873 (Bug#6907).
1874
1875 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
1876
1877 * progmodes/python.el (python-block-pairs): Allow use of "finally"
1878 with "else" (Bug#3991).
1879
1880 2010-08-22 Leo <sdl.web@gmail.com>
1881
1882 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1883 (ignore, bright, dim, keyword): Split list of nicknames before
1884 passing to rcirc-add-or-remove (Bug#6894).
1885
1886 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
1887
1888 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1889
1890 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1891
1892 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
1893 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1894 New version 13.0.
1895 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1896 Adjust initialization.
1897 (whitespace-bob-marker, whitespace-eob-marker)
1898 (whitespace-buffer-changed): New vars.
1899 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1900 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1901 (whitespace-post-command-hook, whitespace-display-char-on):
1902 Adjust code.
1903 (whitespace-looking-back, whitespace-buffer-changed): New funs.
1904 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
1905
1906 2010-08-21 Leo <sdl.web@gmail.com>
1907
1908 Fix buffer-list rename&refresh after killing a buffer in ido.
1909 * ido.el: Revert Óscar's.
1910 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1911 Remember the buffers at head, rather than their name.
1912 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1913
1914 2010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
1915 Stefan Monnier <monnier@iro.umontreal.ca>
1916
1917 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1918 extra backslash added to each line (bug#6890).
1919
1920 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1921
1922 * subr.el (read-key): Don't echo keystrokes (bug#6883).
1923
1924 2010-08-21 Glenn Morris <rgm@gnu.org>
1925
1926 * menu-bar.el (menu-bar-games-menu): Add landmark.
1927
1928 2010-08-20 Glenn Morris <rgm@gnu.org>
1929
1930 * align.el (align-regexp): Make group and spacing arguments
1931 use the interactive defaults when non-interactive. (Bug#6698)
1932
1933 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1934 expansion, so as not to need sendmail.
1935 (mail-text-start): Remove declaration.
1936 (rmail-retry-failure): Require sendmail.
1937
1938 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1939
1940 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1941
1942 2010-08-18 Michael Albinus <michael.albinus@gmx.de>
1943
1944 * progmodes/flymake.el (flymake-start-syntax-check-process):
1945 Use `start-file-process' in order to let it run also on remote hosts.
1946
1947 2010-08-18 Kenichi Handa <handa@m17n.org>
1948
1949 * files.el: Add `word-wrap' as safe local variable.
1950
1951 2010-08-18 Glenn Morris <rgm@gnu.org>
1952
1953 * woman.el (woman-translate): Case matters. (Bug#6849)
1954
1955 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
1956
1957 * simple.el (kill-region): Doc fix (Bug#6787).
1958
1959 2010-08-14 Glenn Morris <rgm@gnu.org>
1960
1961 * calendar/diary-lib.el (diary-header-line-format):
1962 Fit it to the window, not the frame.
1963
1964 2010-08-11 Andreas Schwab <schwab@linux-m68k.org>
1965
1966 * subr.el (ignore-errors): Add debug declaration.
1967
1968 2010-08-09 Geoff Gole <geoffgole@gmail.com> (tiny change)
1969
1970 * whitespace.el (whitespace-color-off): Remove post-command-hook
1971 locally.
1972
1973 2010-08-08 Johan Bockgård <bojohan@gnu.org>
1974
1975 * replace.el (replace-highlight): Bind isearch-forward and
1976 isearch-error, ensuring that highlighting is updated if the user
1977 switches the search direction (Bug#6808).
1978
1979 * isearch.el (isearch-lazy-highlight-forward): New var.
1980 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1981 (isearch-lazy-highlight-update): Use it.
1982
1983 2010-08-06 Kenichi Handa <handa@m17n.org>
1984
1985 * international/mule.el (define-charset): Store NAME as :base property.
1986 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
1987 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1988 current priority. Force using the designation of the specific
1989 charset by adding `charset' text property. Improve the whole
1990 algorithm.
1991
1992 2010-08-05 Juanma Barranquero <lekktu@gmail.com>
1993
1994 * emulation/pc-select.el (pc-selection-mode-hook)
1995 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1996 (pc-selection-mode): Fix typos in docstrings.
1997
1998 2010-08-04 Kenichi Handa <handa@m17n.org>
1999
2000 * language/cyrillic.el: Don't add "microsoft-cp1251" to
2001 ctext-non-standard-encodings-alist here.
2002
2003 * international/mule.el (ctext-non-standard-encodings-alist):
2004 Add "koi8-r" and "microsoft-cp1251".
2005 (ctext-standard-encodings): New variable.
2006 (ctext-non-standard-encodings-table): List only elements for
2007 non-standard encodings.
2008 (ctext-pre-write-conversion): Adjust for the above change.
2009 Check ctext-standard-encodings.
2010
2011 * international/mule-conf.el (compound-text): Doc fix.
2012 (ctext-no-compositions): Doc fix.
2013 (compound-text-with-extensions): Doc fix.
2014
2015 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
2016
2017 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2018
2019 2010-08-03 Juanma Barranquero <lekktu@gmail.com>
2020
2021 * progmodes/which-func.el (which-func-format): Split help-echo text
2022 into lines, like other mode-line tooltips.
2023
2024 * server.el (server-start): When using TCP sockets, force IPv4
2025 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
2026
2027 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2028
2029 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2030
2031 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
2032
2033 * term.el (term-delimiter-argument-list): Reflow docstring.
2034 (term-read-input-ring, term-write-input-ring, term-send-input)
2035 (term-bol, term-erase-in-display, serial-supported-or-barf):
2036 Fix typos in docstrings.
2037
2038 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2039
2040 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2041
2042 2010-08-01 Juanma Barranquero <lekktu@gmail.com>
2043
2044 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2045
2046 2010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
2047
2048 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2049 Fix typo in docstring (bug#6747).
2050
2051 2010-07-30 Leo <sdl.web@gmail.com>
2052
2053 * eshell/esh-io.el (eshell-get-target): Better detection of
2054 read-only file (Bug#6762).
2055
2056 2010-07-30 Juanma Barranquero <lekktu@gmail.com>
2057
2058 * align.el (align-default-spacing): Doc fix.
2059 (align-region-heuristic, align-regexp): Fix typos in docstrings.
2060
2061 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
2062
2063 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
2064
2065 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
2066
2067 * time.el (display-time-day-and-date): Remove spurious * in docstring.
2068 (display-time-world-buffer-name, display-time-world-mode-map):
2069 Fix typos in docstrings.
2070
2071 2010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
2072
2073 * image-mode.el (image-display-size): New function.
2074 (image-forward-hscroll, image-next-line, image-eol, image-eob)
2075 (image-mode-fit-frame): Use it (Bug#6639).
2076
2077 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
2078
2079 * dired.el (dired-buffers-for-dir): Handle list values of
2080 dired-directory (Bug#6636).
2081
2082 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
2083
2084 * vc.el (vc-coding-system-inherit-eol): New defvar.
2085 (vc-coding-system-for-diff): Use it to decide whether to inherit
2086 from the file the EOL format for reading the diffs of that file.
2087 (Bug#4451)
2088
2089 2010-07-16 Eli Zaretskii <eliz@gnu.org>
2090
2091 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
2092 unibyte, so compressed attachments are not compressed again.
2093
2094 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
2095
2096 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
2097 now that unicode is used (Bug#6594).
2098
2099 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
2100
2101 * simple.el (push-mark-command): Set the selection if
2102 select-active-regions is non-nil.
2103
2104 2010-07-10 Glenn Morris <rgm@gnu.org>
2105
2106 * calendar/calendar.el (calendar-week-end-day): New function.
2107 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
2108 Respect calendar-week-start-day. (Bug#6606)
2109 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
2110 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
2111 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
2112 respect calendar-week-start-day.
2113
2114 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
2115
2116 * simple.el (use-region-p): Doc fix (Bug#6607).
2117
2118 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
2119
2120 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
2121 builtins (BufferError, BytesWarning, WindowsError; callables
2122 bin, bytearray, bytes, format, memoryview, next, print; __package__).
2123
2124 2010-07-07 Glenn Morris <rgm@gnu.org>
2125
2126 * play/zone.el (zone-fall-through-ws): Fix next-line ->
2127 forward-line fallout.
2128
2129 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
2130
2131 * mouse.el (mouse-appearance-menu): Add docstring.
2132
2133 * help.el (describe-key): Print up-event using key-description.
2134
2135 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
2136
2137 * net/zeroconf.el (zeroconf-resolve-service)
2138 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
2139 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
2140
2141 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
2142
2143 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
2144
2145 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
2146
2147 Avoid displaying files with a nil state in vc-dir.
2148 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
2149 cases that cause insertion.
2150 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
2151 with a nil state.
2152
2153 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
2154
2155 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
2156
2157 2010-06-29 Leo <sdl.web@gmail.com>
2158
2159 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
2160
2161 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
2162
2163 * generic-x.el (bat-generic-mode): Fix regexp for command line
2164 switches (Bug#5719).
2165
2166 2010-06-27 Masatake YAMATO <yamato@redhat.com>
2167
2168 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
2169 of nconc to avoid pure storage error (Bug#6239).
2170
2171 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
2172
2173 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
2174 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
2175 bindings of bookmark-automatically-show-annotations (Bug#6515).
2176
2177 2010-06-25 Eli Zaretskii <eliz@gnu.org>
2178
2179 * arc-mode.el (archive-zip-extract): Don't quote the file name on
2180 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
2181
2182 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
2183
2184 * comint.el (make-comint, make-comint-in-buffer): Mention return
2185 value in the docstrings. (Bug#6498)
2186
2187 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
2188
2189 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
2190 since it is not present when using some non-default switches.
2191
2192 2010-06-23 Karl Fogel <kfogel@red-bean.com>
2193
2194 * simple.el (compose-mail): Fix doc string to refer to
2195 `compose-mail-user-agent-warnings', instead of to the
2196 nonexistent `compose-mail-check-user-agent'.
2197
2198 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2199
2200 Fix vc-annotate for renamed files when using Git.
2201 * vc-git.el (vc-git-find-revision): Deal with empty results from
2202 ls-files. Doe not pass the object as a file name to cat-file, it
2203 is not a file name.
2204 (vc-git-annotate-command): Pass the file name using -- to avoid
2205 ambiguity with the revision.
2206 (vc-git-previous-revision): Pass a relative file name.
2207
2208 2010-06-22 Glenn Morris <rgm@gnu.org>
2209
2210 * progmodes/js.el (js-mode-map): Use standard capitalization and
2211 ellipses for menu entries.
2212
2213 * wid-edit.el (widget-complete): Doc fix.
2214
2215 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
2216
2217 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
2218
2219 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2220
2221 Fix annotating other revisions for renamed files in vc-annotate.
2222 * vc-annotate.el (vc-annotate): Add an optional argument for the
2223 VC backend. Use it when non-nil.
2224 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate
2225 (Bug#6487).
2226
2227 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
2228 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2229 Do not pass the file name to the 'previous-revision call when we
2230 don't want a file diff. (Bug#6489)
2231
2232 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2233
2234 Fix finding revisions for renamed files in vc-annotate.
2235 * vc.el (vc-find-revision): Add an optional argument for
2236 the VC backend. Use it when non-nil.
2237 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
2238 backend to vc-find-revision. (Bug#6487)
2239
2240 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2241
2242 Fix reading file names in Git annotate buffers.
2243 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2244 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
2245
2246 2010-06-20 Alan Mackenzie <acm@muc.de>
2247
2248 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
2249 in file local variables, set it first.
2250
2251 2010-06-19 Glenn Morris <rgm@gnu.org>
2252
2253 * descr-text.el (describe-char-unicode-data): Insert separating
2254 space when needed. (Bug#6422)
2255
2256 * progmodes/idlwave.el (idlwave-action-and-binding):
2257 Fix typo in 2009-12-03 change. (Bug#6450)
2258
2259 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
2260
2261 * subr.el (read-quoted-char): Fix up last change (bug#6290).
2262
2263 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
2264
2265 * font-lock.el (font-lock-major-mode): Rename from
2266 font-lock-mode-major-mode to distinguish it from
2267 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
2268 (font-lock-set-defaults):
2269 * font-core.el (font-lock-default-function): Adjust users.
2270 (font-lock-mode): Don't set it at all.
2271
2272 2010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2273
2274 * vc-annotate.el (vc-annotate): Use vc-read-revision.
2275
2276 2010-06-15 Glenn Morris <rgm@gnu.org>
2277
2278 * calendar/appt.el (appt-time-msg-list): Doc fix.
2279 (appt-check): Let-bind appt-warn-time.
2280 (appt-add): Make the 3rd argument optional.
2281 Simplify argument names. Doc fix. Check for integer WARNTIME.
2282 Only add WARNTIME to the output list if non-nil.
2283
2284 2010-06-15 Ivan Kanis <apple@kanis.eu>
2285
2286 * calendar/appt.el (appt-check): Let the 3rd element of
2287 appt-time-msg-list specify the warning time.
2288 (appt-add): Add new argument with the warning time. (Bug#5176)
2289
2290 2010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2291
2292 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
2293 older than version 1.6. (Bug#6361)
2294
2295 2010-06-12 Helmut Eller <eller.helmut@gmail.com>
2296
2297 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
2298 used by cl-do-arglist. (Bug#6408)
2299
2300 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2301
2302 * emacs-lisp/advice.el (ad-compile-function):
2303 Define warning-suppress-types before we let-bind it (bug#6275).
2304
2305 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
2306 declare it, make it buffer-local and permanent-local (bug#6324).
2307 (vc-resynch-window): Adjust name.
2308 * vc-hooks.el (vc-find-file-hook): Adjust name.
2309
2310 2010-06-07 Jonathan Rockway <jon@jrock.us>
2311
2312 * net/rcirc.el: Add support for password authentication.
2313 (rcirc-server-alist): Add :password keyword.
2314 (rcirc): Ask for a password, or get it from the server's alist.
2315 (rcirc-connect): Add password argument. Pass it to server.
2316
2317 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
2318
2319 * net/dbus.el (dbus-register-method): Declare function.
2320 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
2321 (dbus-introspect): Doc fix.
2322 (dbus-event-bus-name, dbus-introspect-get-interface)
2323 (dbus-introspect-get-argument): Reflow docstrings.
2324
2325 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
2326
2327 * term/common-win.el (x-colors): Add "dark green" and "dark
2328 turquoise" (Bug#6332).
2329
2330 2010-06-03 Glenn Morris <rgm@gnu.org>
2331
2332 * desktop.el (desktop-clear-preserve-buffers):
2333 Add "*Warnings*" buffer. (Bug#6336)
2334
2335 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2336
2337 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
2338
2339 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2340
2341 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
2342 `file-directory-p' to the filename part rather than to the whole text.
2343
2344 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2345
2346 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
2347
2348 2010-05-31 Drew Adams <drew.adams@oracle.com>
2349
2350 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
2351
2352 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
2353
2354 * subr.el (momentary-string-display): Just use read-event to read
2355 the exit event (Bug#6238).
2356
2357 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
2358
2359 * ansi-color.el: Delete unused escape sequences (Bug#6085).
2360 (ansi-color-drop-regexp): New constant.
2361 (ansi-color-apply, ansi-color-filter-region)
2362 (ansi-color-apply-on-region): Delete unrecognized control sequences.
2363 (ansi-color-apply): Build string list before calling concat.
2364
2365 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
2366
2367 * progmodes/verilog-mode.el (verilog-type-font-keywords):
2368 Use font-lock-constant-face, not obsolete font-lock-reference-face.
2369
2370 2010-05-27 Masatake YAMATO <yamato@redhat.com>
2371
2372 * htmlfontify.el (hfy-face-resolve-face): New function.
2373 (hfy-face-to-style): Use it (Bug#6279).
2374
2375 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2376
2377 * epa.el (epa--select-keys): Don't explicitly delete the window since
2378 that can fail (e.g. sole window in frame). Use dedication instead.
2379
2380 2010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
2381
2382 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2383
2384 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2385
2386 * subr.el (read-quoted-char): Resolve modifiers after key
2387 remapping (bug#6212).
2388
2389 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2390
2391 * tmm.el (tmm-prompt): Don't try to precompute bindings.
2392 (tmm-get-keymap): Compute shortcuts (bug#6171).
2393
2394 2010-05-10 Glenn Morris <rgm@gnu.org>
2395
2396 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2397 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
2398
2399 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2400
2401 * Version 23.2 released.
2402
2403 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
2404
2405 * international/mule.el (auto-coding-alist): Only purecopy
2406 car of each item, not the whole list (Bug#6083).
2407
2408 2010-05-02 Chong Yidong <cyd@stupidchicken.com>
2409
2410 * progmodes/js.el (js-mode): Make paragraph variables local before
2411 calling c-setup-paragraph-variables (Bug#6071).
2412
2413 2010-05-01 Eli Zaretskii <eliz@gnu.org>
2414
2415 * composite.el (compose-region, reference-point-alist): Fix typos
2416 in the doc strings.
2417
2418 2010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2419
2420 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2421 gnuplot's "set" command.
2422
2423 2010-04-26 Juanma Barranquero <lekktu@gmail.com>
2424
2425 * abbrev.el (last-abbrev-text): Doc fix.
2426 (abbrev-prefix-mark): Don't escape parenthesis.
2427
2428 2010-04-24 Andreas Schwab <schwab@linux-m68k.org>
2429
2430 * composite.el (find-composition): Doc fix.
2431
2432 2010-04-24 Juanma Barranquero <lekktu@gmail.com>
2433
2434 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2435 (sql-oracle-program, sql-sqlite-options)
2436 (sql-query-placeholders-and-send): Doc fixes.
2437 (sql-set-product, sql-interactive-mode): Reflow docstrings.
2438 (sql-imenu-generic-expression, sql-buffer)
2439 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2440 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2441 (sql-mode-sybase-font-lock-keywords)
2442 (sql-mode-informix-font-lock-keywords)
2443 (sql-mode-interbase-font-lock-keywords)
2444 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2445 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2446 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2447 (sql-product-feature, sql-highlight-product)
2448 (comint-line-beginning-position, sql-rename-buffer)
2449 (sql-toggle-pop-to-buffer-after-send-region)
2450 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2451 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2452 Fix typos in docstrings.
2453
2454 2010-04-23 Juri Linkov <juri@jurta.org>
2455
2456 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2457 property instead of `invisible' and `after-string' (bug#5998).
2458
2459 2010-04-23 Juri Linkov <juri@jurta.org>
2460
2461 * image-mode.el (image-mode-as-text): Fix typo in docstring.
2462
2463 2010-04-23 Juanma Barranquero <lekktu@gmail.com>
2464
2465 * filecache.el (file-cache-add-directory-list)
2466 (file-cache-add-directory-recursively): Fix typos in docstrings.
2467
2468 2010-04-22 Kenichi Handa <handa@m17n.org>
2469
2470 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2471 (gujarati-composable-pattern): Fix typo.
2472
2473 2010-04-20 Kenichi Handa <handa@m17n.org>
2474
2475 * language/indian.el (oriya-composable-pattern)
2476 (tamil-composable-pattern, malayalam-composable-pattern):
2477 Add two-part vowels to "v" (vowel sign).
2478
2479 2010-04-20 Chong Yidong <cyd@stupidchicken.com>
2480
2481 * files.el (copy-directory): Handle symlinks (Bug#5982).
2482
2483 * progmodes/compile.el (compilation-next-error-function):
2484 Revert 2009-10-12 change (Bug#5983).
2485
2486 2010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2487
2488 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2489 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
2490 (Bug#5846).
2491
2492 2010-04-20 Glenn Morris <rgm@gnu.org>
2493
2494 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2495
2496 * minibuffer.el (completion-at-point): Doc fix.
2497
2498 2010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
2499
2500 Fix the version number for added files.
2501 * vc-hg.el (vc-hg-working-revision): Check if the file is
2502 registered after hg parent fails (Bug#5961).
2503
2504 2010-04-17 Glenn Morris <rgm@gnu.org>
2505
2506 * htmlfontify.el (htmlfontify-buffer)
2507 (htmlfontify-copy-and-link-dir): Autoload entry points.
2508
2509 2010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
2510
2511 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2512 name relative to the project root (Bug#5960).
2513
2514 2010-04-16 Glenn Morris <rgm@gnu.org>
2515
2516 * vc-git.el (vc-git-print-log): Doc fix.
2517
2518 2010-04-14 Óscar Fuentes <ofv@wanadoo.es>
2519
2520 * ido.el (ido-file-internal): Fix 2009-12-02 change.
2521
2522 2010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
2523
2524 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2525 default settings (Bug#5928).
2526
2527 2010-04-10 Glenn Morris <rgm@gnu.org>
2528
2529 * progmodes/fortran.el (fortran-match-and-skip-declaration):
2530 New function.
2531 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
2532
2533 2010-04-07 Kenichi Handa <handa@m17n.org>
2534
2535 * language/indian.el (malayalam-composable-pattern): Fix previous
2536 change (add U+0D4D "SIGN VIRAMA").
2537 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2538 (tamil-composable-pattern): Fix typo in the regexp.
2539 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2540 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2541 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2542
2543 2010-04-06 Chong Yidong <cyd@stupidchicken.com>
2544
2545 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2546 paragraph-separate (Bug#5821).
2547
2548 2010-04-05 Juri Linkov <juri@jurta.org>
2549
2550 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2551
2552 * info.el (Info-find-node-2): Comment out code that skips
2553 breadcrumbs line.
2554 (Info-mouse-follow-link): New command.
2555 (Info-link-keymap): New keymap.
2556 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2557 Return a string with links instead of inserting breadcrumbs
2558 to the Info buffer.
2559 (Info-fontify-node): Comment out code that inserts breadcrumbs.
2560 Instead of putting the `invisible' text property over the Info
2561 header, make an overlay over the Info header with the `invisible'
2562 property and `after-string' set to the string returned by
2563 `Info-breadcrumbs'.
2564
2565 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
2566
2567 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2568 Reported by monkey@sandpframing.com.
2569
2570 2010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
2571
2572 * textmodes/artist.el (artist-mode): Fix typo in docstring.
2573 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
2574
2575 2010-03-30 Kenichi Handa <handa@m17n.org>
2576
2577 * language/sinhala.el (composition-function-table): Fix regexp for
2578 the new Unicode specification.
2579
2580 * language/indian.el (devanagari-composable-pattern)
2581 (tamil-composable-pattern, kannada-composable-pattern)
2582 (malayalam-composable-pattern): Adjust for the new Unicode
2583 specification.
2584 (bengali-composable-pattern, gurmukhi-composable-pattern)
2585 (gujarati-composable-pattern, oriya-composable-pattern)
2586 (telugu-composable-pattern): New variables to cope with the new
2587 Unicode specification. Use them in composition-function-table.
2588
2589 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2590
2591 Make tmm-menubar work for the Buffers menu again (bug#5726).
2592 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2593 vectors rather than cons cells, as used in menu-bar-update-buffers.
2594
2595 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
2596
2597 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2598 (js-insert-and-indent): Revert 2009-08-15 change, restoring
2599 electric punctuation for "{}();,:" (Bug#5586).
2600
2601 * mail/sendmail.el (mail-default-directory): Doc fix.
2602
2603 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
2604
2605 * mail/sendmail.el (mail-default-directory): Doc fix.
2606
2607 2010-03-27 Eli Zaretskii <eliz@gnu.org>
2608
2609 * subr.el (version-regexp-alist, version-to-list)
2610 (version-list-<, version-list-=, version-list-<=)
2611 (version-list-not-zero, version<, version<=, version=): Doc fix.
2612 (Bug#5744).
2613
2614 2010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2615 Nick Roberts <nickrob@snap.net.nz>
2616
2617 * progmodes/gdb-ui.el (gdb-apple-test): New function.
2618 (gdb-init-1): Use it.
2619
2620 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2621
2622 * vc.el (vc-root-diff): Doc fix.
2623
2624 2010-03-25 Chong Yidong <cyd@stupidchicken.com>
2625
2626 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2627
2628 * simple.el (append-to-buffer): Fix last change.
2629
2630 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
2631
2632 * simple.el (append-to-buffer): Ensure that point is preserved if
2633 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
2634 (Bug#5749)
2635
2636 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2637
2638 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2639 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2640 not be present any more.
2641
2642 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2643
2644 * faces.el (set-face-attribute): Fix typo in docstring.
2645 (face-valid-attribute-values): Reflow docstring.
2646
2647 2010-03-23 Glenn Morris <rgm@gnu.org>
2648
2649 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2650
2651 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
2652
2653 * indent.el (indent-for-tab-command): Doc fix.
2654
2655 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
2656
2657 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2658 (image-dired-read-comment): Doc fix.
2659
2660 * json.el (json-object-type, json-array-type, json-key-type)
2661 (json-false, json-null, json-read-number):
2662 * minibuffer.el (completion-in-region-functions):
2663 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2664 (cal-tex-cursor-week):
2665 * emacs-lisp/trace.el (trace-function):
2666 * eshell/em-basic.el (eshell/printnl):
2667 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2668 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2669 * obsolete/levents.el (allocate-event, event-key, event-object)
2670 (event-point, event-process, event-timestamp, event-to-character)
2671 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2672 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2673 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2674 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2675 (reftex-highlight-selection): Fix typos in docstrings.
2676
2677 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
2678
2679 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2680
2681 2010-03-18 Glenn Morris <rgm@gnu.org>
2682
2683 * mail/rmail.el (rmail-highlight-face): Restore option deleted
2684 2008-02-13 without comment; mark it obsolete.
2685 (rmail-highlight-headers): Use rmail-highlight-face once more.
2686
2687 2010-03-16 Chong Yidong <cyd@stupidchicken.com>
2688
2689 * woman.el (woman2-process-escapes): Only consume the newline if
2690 the filler character is on a line by itself (Bug#5729).
2691
2692 2010-03-16 Kenichi Handa <handa@m17n.org>
2693
2694 * language/indian.el (devanagari-composable-pattern): Add more
2695 consonants.
2696
2697 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
2698
2699 * net/trampver.el: Update release number.
2700
2701 2010-03-13 Glenn Morris <rgm@gnu.org>
2702
2703 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2704
2705 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
2706
2707 * net/tramp.el (tramp-find-executable):
2708 Use `tramp-get-connection-buffer'. Make the regexp for checking
2709 output of "wc -l" more robust.
2710 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2711 (tramp-open-connection-setup-interactive-shell): Remove workaround
2712 for OpenSolaris bug, it is not needed anymore.
2713
2714 2010-03-12 Glenn Morris <rgm@gnu.org>
2715
2716 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
2717
2718 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
2719
2720 * files.el (auto-mode-alist): Accept more verilog file patterns.
2721
2722 2010-03-09 Miles Bader <miles@gnu.org>
2723
2724 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2725 instead of "format:"; this ensures that the output is
2726 newline-terminated.
2727
2728 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
2729
2730 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2731 that all errors are caught, and that the return value is always a
2732 list (Bug#5692).
2733
2734 2010-03-08 Kenichi Handa <handa@m17n.org>
2735
2736 * language/misc-lang.el (windows-1256): New coding system.
2737 (cp1256): New alias of windows-1256 (bug#5690).
2738
2739 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
2740
2741 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2742 call to rfc822-bad-address. (Bug#5692)
2743
2744 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
2745
2746 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2747 Use vc-git-root as default directory for revision path (Bug#5657).
2748
2749 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
2750
2751 * calculator.el (calculator): Don't bind split-window-keep-point
2752 (Bug#5674).
2753
2754 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2755
2756 * vc-git.el: Re-flow to fit into 80 columns.
2757 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2758 Remove spurious `quote' element in each case alternative.
2759 (vc-git-show-log-entry): Use prog1.
2760 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2761
2762 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2763
2764 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2765
2766 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
2767
2768 * macros.el (insert-kbd-macro): Look up keyboard macro using the
2769 definition, not the name (Bug#5481).
2770
2771 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
2772
2773 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2774 argument with a local variable. (Bug#5670)
2775
2776 2010-03-02 Juri Linkov <juri@jurta.org>
2777
2778 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
2779
2780 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
2781
2782 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2783 error when FILENAME and NEWNAME are existing remote directories.
2784
2785 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2786 parameter DIR-FLAG.
2787
2788 2010-03-02 Glenn Morris <rgm@gnu.org>
2789
2790 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2791 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2792
2793 2010-03-01 Kenichi Handa <handa@m17n.org>
2794
2795 * language/burmese.el (burmese-composable-pattern): Rename from
2796 myanmar-composable-pattern.
2797
2798 * international/characters.el (script-list):
2799 * international/fontset.el (script-representative-chars):
2800 Change myanmar to burmese.
2801 (otf-script-alist): Likewise.
2802 (setup-default-fontset): Likewise. Re-fix :otf spec.
2803
2804 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2805
2806 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2807
2808 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
2809
2810 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2811
2812 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2813
2814 * net/tramp.el (tramp-handle-write-region): START can be a string.
2815 Take care in the checks. Reported by Dan Davison
2816 <davison@stats.ox.ac.uk>.
2817
2818 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2819
2820 * net/dbus.el (dbus-introspect, dbus-get-property)
2821 (dbus-set-property, dbus-get-all-properties):
2822 Use `dbus-call-method' when noninteractive. (Bug#5645)
2823
2824 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
2825
2826 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2827 * emacs-lisp/elint.el (elint-add-required-env):
2828 * calendar/icalendar.el (icalendar--add-diary-entry):
2829 * calc/calcalg2.el (math-tracing-integral):
2830 * files.el (recover-session-finish): Use with-current-buffer
2831 instead of save-excursion.
2832
2833 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
2834
2835 Fix in-buffer completion when after-change-functions modify the buffer.
2836 * minibuffer.el (completion--replace): New function.
2837 (completion--do-completion): Use it and use relative movement.
2838
2839 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
2840
2841 * international/fontset.el (setup-default-fontset): Fix :otf spec.
2842
2843 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
2844
2845 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2846 Allow the characters _<> in the stack entry (Bug#5653).
2847
2848 2010-02-26 Kenichi Handa <handa@m17n.org>
2849
2850 * language/burmese.el: Fix entries in composition-function-table.
2851 (myanmar-composable-pattern): New variable.
2852
2853 * international/fontset.el (setup-default-fontset): Add an entry
2854 for myanmar.
2855
2856 * international/characters.el (script-list): Add Myanmar
2857 Extended-A.
2858
2859 2010-02-26 Glenn Morris <rgm@gnu.org>
2860
2861 * custom.el (custom-initialize-delay): Doc fix.
2862
2863 * mail/sendmail.el (send-mail-function): Autoload the call
2864 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2865
2866 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
2867
2868 * files.el (hack-local-variables-filter): For eval forms, also
2869 check safe-local-variable-p (Bug#5636).
2870
2871 2010-02-24 Eduard Wiebe <usenet@pusto.de>
2872
2873 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2874 and use c(ad)r of cddr (Bug#5640).
2875
2876 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
2877
2878 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2879 setting the modes by `ignore-errors'. It might fail, for example
2880 if the file is not owned by the user but the group.
2881 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2882
2883 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
2884
2885 * files.el (directory-listing-before-filename-regexp):
2886 Use stricter matching for iso-style dates, to avoid false matches with
2887 date-like filenames (Bug#5597).
2888
2889 * htmlfontify.el (htmlfontify): Doc fix.
2890
2891 * eshell/eshell.el (eshell): Doc fix.
2892
2893 * startup.el (fancy-about-screen): In mode-line, apply
2894 mode-line-buffer-id face only to the buffer name (Bug#5613).
2895
2896 2010-02-20 Kevin Ryde <user42@zip.com.au>
2897
2898 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2899 In `watcom' anchor regexp to start of line, to avoid slowness
2900 (Bug#5599).
2901
2902 2010-02-20 Eli Zaretskii <eliz@gnu.org>
2903
2904 * subr.el (remove-yank-excluded-properties): Explain in a comment
2905 why `category' property is removed.
2906
2907 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
2908
2909 * isearch.el (isearch-update-post-hook, isearch-update):
2910 Revert 2010-02-17 change.
2911
2912 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
2913
2914 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2915 (icalendar--convert-weekly-to-ical)
2916 (icalendar--convert-yearly-to-ical)
2917 (icalendar--convert-block-to-ical)
2918 (icalendar--convert-cyclic-to-ical)
2919 (icalendar--convert-anniversary-to-ical): Take care of time
2920 specifications where hour has 1-digit only (Bug#5549).
2921
2922 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
2923
2924 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2925 of disassemble output in GDB 7.1.
2926
2927 2010-02-19 Glenn Morris <rgm@gnu.org>
2928
2929 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2930 property. (Bug#5593)
2931
2932 2010-02-18 Sam Steingold <sds@gnu.org>
2933
2934 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2935
2936 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2937
2938 Use abbreviated file names in bookmarks (bug#5591).
2939 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2940 calls to expand-file-name.
2941 (bookmark-relocate): Use abbreviated file names in bookmarks.
2942 (bookmark-load): Use abbreviated file names in messages.
2943
2944 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2945
2946 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2947 expand "." and "..". Reported by Thierry Volpiatto
2948 <thierry.volpiatto@gmail.com>.
2949
2950 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2951
2952 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2953 permissions of the temporary file to "0600". In case the remote
2954 file has no read permissions for the owner, there might be
2955 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
2956
2957 22010-02-18 Glenn Morris <rgm@gnu.org>
2958
2959 * emacs-lisp/authors.el (authors-renamed-files-alist):
2960 Add entries for INSTALL.CVS.
2961
2962 2010-02-17 Mark A. Hershberger <mah@everybody.org>
2963
2964 * vc-bzr.el: Fix typo in Known Bugs section.
2965
2966 * isearch.el (isearch-update-post-hook): New hook.
2967 (isearch-update): Use the new hook.
2968
2969 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
2970
2971 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2972 Fix errors in copying directories.
2973 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2974 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2975 (tramp-handle-delete-file)
2976 (tramp-handle-dired-recursive-delete-directory)
2977 (tramp-handle-write-region): Flush also the cache for the upper
2978 directory.
2979
2980 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
2981
2982 * simple.el (save-interprogram-paste-before-kill): Doc fix.
2983
2984 * cus-edit.el (hardware): Doc fix.
2985
2986 * man.el (man): Add to external custom group.
2987
2988 * delim-col.el (columns): Move to wp custom group.
2989
2990 * doc-view.el (doc-view): Add to data custom group.
2991
2992 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
2993
2994 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2995 by ispell-parse-output (Bug#5575).
2996
2997 2010-02-16 Kenichi Handa <handa@m17n.org>
2998
2999 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
3000 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
3001 (skkdic-convert): Use `euc-japan' coding system for writing.
3002
3003 2010-02-16 Glenn Morris <rgm@gnu.org>
3004
3005 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
3006 tex-main-file before using it. (Bug#5562)
3007
3008 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3009
3010 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
3011 warnings, since it is annoying for the user to see them each time he
3012 runs the code.
3013
3014 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
3015
3016 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
3017 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
3018 instead of PROC for caching "first-password-request". Otherwise,
3019 new processes would not profit from passwords already entered.
3020
3021 * net/tramp-cache.el (tramp-dump-connection-properties):
3022 Don't save "first-password-request" property.
3023
3024 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
3025
3026 * outline.el (outline-head-from-level):
3027 * simple.el (with-wrapper-hook):
3028 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
3029 (elint-defun, elint-buffer-env, elint-top-form-logged)
3030 (elint-unbound-variable):
3031 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
3032 Fix typos in docstrings.
3033
3034 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
3035
3036 * files.el (insert-directory): When WILDCARD-REGEXP and
3037 FULL-DIRECTORY-P are nil, insert the file entry instead of the
3038 whole directory. (Bug#5551)
3039
3040 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
3041 dired's alignment sanity. (Bug#5516)
3042
3043 2010-02-14 Juri Linkov <juri@jurta.org>
3044
3045 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
3046 Remove remaining ^H with their preceding chars. (Bug#5566)
3047
3048 2010-02-13 Glenn Morris <rgm@gnu.org>
3049
3050 * simple.el (transpose-subr): Give it a doc-string.
3051
3052 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
3053 Doc fixes.
3054
3055 2010-02-12 Juri Linkov <juri@jurta.org>
3056
3057 * arc-mode.el (archive-unique-fname): Make directories for nested
3058 archives. (Bug#5540)
3059
3060 2010-02-12 Juri Linkov <juri@jurta.org>
3061
3062 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
3063
3064 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3065
3066 * subr.el (copy-overlay): Handle deleted overlays.
3067
3068 * man.el (Man-completion-table): Don't signal an error if we can't run
3069 manual-program (bug#4056).
3070
3071 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
3072
3073 * textmodes/artist.el (artist-mt): Fix typos in docstring.
3074
3075 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3076
3077 * info.el (Info-bookmark-jump): Simplify.
3078
3079 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
3080 (bookmark-default-handler): Accept new bookmark field `buffer'.
3081
3082 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
3083
3084 * iswitchb.el (iswitchb-completions): Revert last change.
3085
3086 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
3087
3088 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
3089 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
3090 This prevents file names like "~/" being listed literally.
3091
3092 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
3093
3094 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3095 Remove dead code. (Bug#5546)
3096
3097 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
3098
3099 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
3100 correctly (Bug#5548).
3101
3102 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
3103
3104 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
3105 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
3106
3107 2010-02-08 Kenichi Handa <handa@m17n.org>
3108
3109 * international/mule-util.el (with-coding-priority): Add autoload
3110 cookie for putting `lisp-indent-function'.
3111
3112 2010-02-07 Glenn Morris <rgm@gnu.org>
3113
3114 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
3115 Move F2003 named interfaces from keywords-2 to keywords-1, and
3116 use function-name-face rather than constant-face.
3117 Simplify "abstract interface" regexp.
3118
3119 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
3120
3121 * eshell/esh-util.el (eshell-file-attributes): New optional arg
3122 ID-FORMAT. Pass it to `file-attributes'.
3123
3124 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
3125
3126 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
3127
3128 * faces.el (set-face-attribute): Allow calling
3129 internal-set-lisp-face-attribute with 'unspecified family and
3130 foundry argument (Bug#5536).
3131
3132 2010-02-07 Glenn Morris <rgm@gnu.org>
3133
3134 * progmodes/f90.el (f90-font-lock-keywords-2)
3135 (f90-looking-at-type-like, f90-looking-at-program-block-end):
3136 Handle F2003 named interfaces.
3137
3138 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
3139
3140 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
3141 beg and end before calling c-get-state-before-change-functions.
3142
3143 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
3144
3145 * vc-bzr.el (vc-bzr-dir-extra-headers):
3146 Disable the pending merges header.
3147
3148 2010-02-05 Juri Linkov <juri@jurta.org>
3149
3150 * doc-view.el (doc-view-mode):
3151 * image-mode.el (image-mode): Put property mode-class=special.
3152 (Bug#4896)
3153
3154 2010-02-05 Mark A. Hershberger <mah@everybody.org>
3155
3156 * vc-svn.el (vc-svn-revision-table): New function.
3157
3158 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
3159
3160 * net/ange-ftp.el (ange-ftp-insert-directory):
3161 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3162 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3163 Handle also directories. (Bug#5478)
3164
3165 2010-02-05 Glenn Morris <rgm@gnu.org>
3166
3167 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
3168
3169 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
3170
3171 * startup.el (command-line-1): Convert options beginning with a
3172 single dash as well (Bug#5519).
3173
3174 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
3175
3176 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
3177 * minibuffer.el (completion-initials-expand): Only check the presence
3178 of delims *within* the boundaries, since otherwise the / delim is
3179 always found for files.
3180
3181 Fix up various corner case problems.
3182 * doc-view.el (doc-view-last-page-number): New function.
3183 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3184 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3185 (doc-view-kill-proc): Avoid inf-loop in freak cases.
3186 (doc-view-reconvert-doc): Use the new recursive delete-directory.
3187 (doc-view-convert-current-doc): Don't create the resolution.el file
3188 here any more.
3189 (doc-view-pdf/ps->png): Do it here instead.
3190 (doc-view-already-converted-p): Check that resolution.el is present.
3191 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3192 windows that are not yet showing images.
3193
3194 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
3195
3196 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3197 `dired-uncache' for every elemnt which is an absolute file name.
3198
3199 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3200 directory, handle its directory component.
3201 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3202 function is called permanently and creates noise, otherwise.
3203
3204 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3205 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3206 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
3207
3208 2010-02-04 David Burger <dburger@google.com> (tiny change)
3209
3210 * macros.el (apply-macro-to-region-lines):
3211 Minor simplification. (Bug#5485)
3212
3213 2010-02-04 Glenn Morris <rgm@gnu.org>
3214
3215 * mail/rmail.el (rmail-show-message-1): Handle malformed
3216 quoted-printable text. (Bug#5441)
3217
3218 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3219
3220 * simple.el (visual-line-mode): Capitalize lighter.
3221
3222 2010-02-03 John Wiegley <jwiegley@gmail.com>
3223
3224 * iswitchb.el (iswitchb-completions): Add bookmark files to the
3225 list of files considered for "virtual buffer" completions.
3226
3227 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
3228
3229 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3230 also in case of (and (not full) (not wildcard)). This is needed,
3231 when dired is called with a list of files, which are not in
3232 `default-directory'. (Bug#5478)
3233
3234 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
3235
3236 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3237
3238 2010-02-02 Juri Linkov <juri@jurta.org>
3239
3240 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3241 from unidiff to allow function-line after @@.
3242
3243 2010-02-02 Juri Linkov <juri@jurta.org>
3244
3245 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3246 '(RCS SCCS) with inverted condition.
3247
3248 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
3249
3250 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3251 messages.
3252
3253 2010-02-01 Juri Linkov <juri@jurta.org>
3254
3255 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3256 compare with "pkunzip" and "pkzip" instead of only "pkzip".
3257 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3258 only when (car archive-zip-extract) is "unzip". (Bug#5475)
3259
3260 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3261
3262 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3263 (doc-view-revert-buffer): New command.
3264 (doc-view-mode-map): Use it.
3265
3266 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
3267
3268 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3269 pending merge is detected.
3270
3271 2010-01-31 Juri Linkov <juri@jurta.org>
3272
3273 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3274 beginning of interactive spec like all other grep commands do.
3275 Put "all" in front of "gz". (Bug#5260)
3276
3277 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3278
3279 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3280
3281 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
3282
3283 * dirtrack.el (dirtrack): Warn instead of signalling error if the
3284 regexp is incorrect (Bug#5476).
3285
3286 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
3287
3288 * net/tramp.el (tramp-handle-insert-directory): Handle also
3289 symlinks, when FILENAME is not in `default-directory'.
3290
3291 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3292
3293 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
3294 FILE is not in `default-directory'. (Bug#5478)
3295
3296 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3297 of SWITCHES. Handle the case, FILENAME is not in
3298 `default-directory'. (Bug#5478)
3299 (tramp-register-file-name-handlers): Add safe-magic property.
3300
3301 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
3302
3303 * arc-mode.el (archive-zip-extract): Quote the argument passed to
3304 unzip (Bug#5475).
3305
3306 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
3307
3308 * progmodes/flymake.el (flymake-allowed-file-name-masks)
3309 (flymake-master-make-header-init): Add other C++ filename masks.
3310 (flymake-find-possible-master-files)
3311 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3312
3313 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3314
3315 Fix some busybox annoyances.
3316
3317 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3318 not responding." string.
3319 (tramp-open-connection-setup-interactive-shell): Dump stty
3320 settings. Enable "neveropen" arg for all `tramp-send-command'
3321 calls. Handle "=" in variable values properly.
3322 (tramp-find-inline-encoding): Raise an error, when no encoding is
3323 found.
3324 (tramp-wait-for-output): Check, whether PROC buffer is available.
3325 Remove spurious " ^H" sequences, sent by busybox.
3326 (tramp-get-ls-command): Suppress coloring, if possible.
3327
3328 2010-01-28 Glenn Morris <rgm@gnu.org>
3329
3330 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
3331
3332 * log-edit.el (log-edit-strip-single-file-name): Add missing
3333 :safe, :group, and :version tags.
3334
3335 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
3336
3337 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3338 buffers. (Bug#5477)
3339
3340 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
3341
3342 * files.el (delete-directory): Handle moving to trash without
3343 first doing recursion (Bug#5436).
3344
3345 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
3346
3347 * vc-hooks.el (vc-path): Mark as obsolete.
3348
3349 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
3350
3351 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3352 names too.
3353
3354 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3355 for the short log.
3356 (vc-bzr-log-view-mode): Adjust regexp for the above change.
3357
3358 2010-01-25 Mark A. Hershberger <mah@everybody.org>
3359
3360 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
3361
3362 * vc-bzr.el (vc-bzr-revision-table): New function.
3363
3364 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
3365
3366 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3367 diff-index command. This requires at least git-1.5.5. (Bug#1589).
3368
3369 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
3370
3371 Remove support for adding --signoff on commit.
3372 Future support will use an incompatible generic mechanism.
3373 * vc-git.el (vc-git-add-signoff): Remove variable.
3374 (vc-git-toggle-signoff): Remove function.
3375 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3376
3377 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3378 Rename from xterm-set-background-mode. Return t if the background mode
3379 was set.
3380 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3381 earlier, call it again in case the background mode has changed.
3382
3383 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
3384
3385 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3386 (Bug#3541).
3387
3388 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
3389
3390 * emacs-lisp/assoc.el (aelement): Doc fix.
3391 (aput, adelete, amake): Use lexical-let (Bug#5450).
3392
3393 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
3394
3395 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3396 is the same as subprogram call, not declaration. (Bug#5435).
3397
3398 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
3399
3400 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3401 (tramp-smb-maybe-open-connection): Use it.
3402
3403 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
3404
3405 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
3406
3407 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3408
3409 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3410 just because we see "encoding: 8bit".
3411 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3412
3413 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
3414
3415 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3416
3417 2010-01-22 Eli Zaretskii <eliz@gnu.org>
3418
3419 * jka-compr.el (jka-compr-load): If load-file is not in
3420 load-history, try its file-truename version. (bug#5447)
3421
3422 2010-01-21 Alan Mackenzie <acm@muc.de>
3423
3424 Fix a situation where deletion of a cpp construct throws an error.
3425 * progmodes/cc-engine.el (c-invalidate-state-cache):
3426 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3427 special cpp construct is still in the buffer.
3428 (c-parse-state): Record the special cpp with markers, not numbers.
3429
3430 2010-01-21 Kenichi Handa <handa@m17n.org>
3431
3432 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3433 process last-command-event, as it is now decoded first (Bug#5380).
3434
3435 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
3436
3437 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3438
3439 2010-01-20 Glenn Morris <rgm@gnu.org>
3440
3441 * indent.el (tab-always-indent): Fix custom-type.
3442
3443 2010-01-19 Alan Mackenzie <acm@muc.de>
3444
3445 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3446 buffer throws "args out of range".
3447 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3448 playing the role of delimiter.
3449
3450 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
3451
3452 * progmodes/ada-mode.el: Fix bug#5400.
3453 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3454 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3455 changed. Delete RECURSIVE parameter; never used. Improve doc string.
3456 Improve comments in "is" portion. Handle null procedure declaration.
3457 (ada-move-to-end): Improve doc string.
3458
3459 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
3460
3461 * ido.el (ido-cur-list): Initialize to nil.
3462 Remove obsolete information from commentary.
3463 (ido-choice-list): Initialize to nil.
3464 (ido-get-bufname): Reject minibuffers.
3465 (ido-make-buffer-list): If "default" is a nonexistent
3466 buffer, ignore it, as per the function's comment.
3467 (ido-kill-buffer-internal): New function.
3468 (ido-kill-buffer-at-head): Use it.
3469 (ido-visit-buffer): Likewise.
3470
3471 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
3472
3473 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3474
3475 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
3476
3477 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3478 Fix typos in chart titles.
3479
3480 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3481 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3482 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3483 (describe-class, eieio-describe-generic, describe-generic):
3484 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3485 (eieio-speedbar-expand):
3486 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3487 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3488 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3489 (viper-del-backward-char-in-replace, viper-backward-indent)
3490 (viper-brac-function, viper-register-to-point, viper-submit-report):
3491 * net/tramp.el (tramp-remote-coding-commands):
3492 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3493 Fix typos in docstrings.
3494
3495 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3496
3497 * mail/sendmail.el (mail-yank-original): Set the mark if the
3498 specified function for yanking does not do it.
3499
3500 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
3501
3502 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
3503
3504 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3505 resyncing a directory.
3506
3507 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
3508
3509 * progmodes/ada-mode.el: Fix bug#1920.
3510 (ada-ident-re): Delete ., allow multibyte characters.
3511 (ada-goto-label-re): New; matches goto labels.
3512 (ada-block-label-re): New; matches block labels.
3513 (ada-label-re): New; matches both.
3514 (ada-named-block-re): Deleted; callers changed to use
3515 `ada-block-label-re' instead.
3516 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3517 Use `ada-block-label-re'.
3518 (ada-indent-on-previous-lines): Improve handling of goto labels.
3519 (ada-get-indent-block-start): Special-case block label.
3520 (ada-get-indent-label): Split into `ada-indent-block-label' and
3521 `ada-indent-goto-label'.
3522 (ada-goto-stmt-start, ada-goto-next-non-ws):
3523 Optionally ignore goto labels.
3524 (ada-goto-next-word): Simplify.
3525 (ada-indent-newline-indent-conditional): Insert newline before
3526 trying to fix indentation; doc fix.
3527
3528 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
3529
3530 * calc/calc.el (calc-command-flags): Give it an initial value.
3531
3532 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3533
3534 * files.el (minibuffer-with-setup-hook):
3535 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3536 (artist-key-draw-continously, artist-key-do-continously-continously)
3537 (artist-key-set-point-continously, artist-mouse-draw-continously):
3538 Fix typos in docstrings.
3539
3540 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
3541
3542 * nxml/nxml-mode.el (nxml-extend-after-change-region):
3543 Never return t (Bug#3898).
3544
3545 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
3546
3547 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3548 can parse the output of the external commands (Bug#5279).
3549
3550 2010-01-16 Jari Aalto <jari.aalto@cante.net>
3551
3552 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3553
3554 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
3555
3556 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3557
3558 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3559
3560 * startup.el (command-line): Remove unused --icon-type arg.
3561 Handle --display arg, passing it to command-line-1 (Bug#5392).
3562
3563 2010-01-16 Mario Lang <mlang@delysid.org>
3564
3565 * emacs-lisp/chart.el (chart-translate-namezone):
3566 * textmodes/artist.el (artist-compute-popup-menu-table):
3567 Remove duplicated words in doc-strings.
3568
3569 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
3570
3571 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3572 to mairix-search to suppress threading (Bug#5342).
3573
3574 2010-01-15 Kenichi Handa <handa@m17n.org>
3575
3576 * international/mule-cmds.el (canonicalize-coding-system-name):
3577 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3578
3579 2010-01-15 Glenn Morris <rgm@gnu.org>
3580
3581 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
3582
3583 * wid-edit.el (widget-keymap): Doc fix.
3584
3585 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3586 former seems to be more widely accepted by various svn versions.
3587
3588 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3589
3590 * find-cmd.el (find-constituents):
3591 * vc-arch.el (vc-arch-root):
3592 * window.el (window-body-height, pop-up-frames):
3593 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3594 * progmodes/ada-stmt.el (ada-if):
3595 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3596 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3597 (ispell-encoding8-command, ispell-aspell-supports-utf8)
3598 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3599
3600 * progmodes/flymake.el (flymake-post-syntax-check):
3601 Fix typo in error message.
3602
3603 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3604
3605 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3606 which is always a string. (Bug#5313)
3607
3608 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3609
3610 * progmodes/ada-xref.el (ada-default-prj-properties):
3611 Simplify previous change.
3612
3613 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3614
3615 * progmodes/ada-xref.el (ada-default-prj-properties):
3616 Default ada_project_path to $ADA_PROJECT_PATH.
3617
3618 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3619
3620 * progmodes/ada-mode.el (ada-create-keymap):
3621 Override `narrow-to-defun' with `ada-narrow-to-defun'.
3622
3623 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3624
3625 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3626 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3627 (ada-get-current-indent, ada-imenu-generic-expression)
3628 (ada-which-function): Check for it.
3629
3630 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3631
3632 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3633 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3634
3635 2010-01-14 Glenn Morris <rgm@gnu.org>
3636
3637 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
3638
3639 2010-01-14 Kenichi Handa <handa@m17n.org>
3640
3641 * composite.el (auto-composition-mode): Make it a buffer local
3642 variable (permanent-local).
3643 (auto-composition-function): Set the default value to
3644 auto-compose-chars.
3645 (auto-composition-mode): Make it a simple function, not a minor mode.
3646 (global-auto-composition-mode): Likewise.
3647 (turn-on-auto-composition-if-enabled): Delete it.
3648
3649 2010-01-13 Karl Fogel <kfogel@red-bean.com>
3650
3651 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
3652
3653 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
3654
3655 * files.el (copy-directory): Compute target for recursive
3656 directories with identical names. (Bug#5343)
3657
3658 2010-01-12 Glenn Morris <rgm@gnu.org>
3659
3660 * mail/emacsbug.el (report-emacs-bug-pretest-address):
3661 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
3662
3663 2010-01-11 Sam Steingold <sds@gnu.org>
3664
3665 * imenu.el (imenu-default-create-index-function): Detect infinite
3666 loops caused by imenu-prev-index-position-function.
3667
3668 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3669
3670 * htmlfontify.el (htmlfontify-load-rgb-file)
3671 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3672 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3673 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3674 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3675 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3676 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3677 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3678 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3679 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3680 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3681 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3682 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3683 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3684 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3685 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3686 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3687 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3688 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3689 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3690 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3691 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3692 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3693 backslash-quoting from parentheses, etc.
3694
3695 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
3696
3697 * progmodes/js.el: Autoload javascript-mode alias.
3698
3699 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3700
3701 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3702 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3703 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3704 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3705 Fix typos in docstrings.
3706 (ffap-url-regexp): Doc fix.
3707 (ffap-at-mouse): Fix typo in message.
3708
3709 2010-01-11 Glenn Morris <rgm@gnu.org>
3710
3711 * version.el (emacs-copyright): Set copyright year to 2010.
3712
3713 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3714
3715 * format.el (format-annotate-function): Only set
3716 write-region-post-annotation-function after running to-fn so as not to
3717 affect nested write-region calls (bug#5273).
3718
3719 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
3720
3721 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3722 wisent/python.el.
3723
3724 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3725
3726 * man.el (Man-goto-section): Signal error if the section is not
3727 found (Bug#5317).
3728
3729 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
3730
3731 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3732 URLs with a leading triple slash in the file: scheme. (Bug#5345)
3733
3734 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3735
3736 * progmodes/compile.el: Don't treat compile-command as safe if
3737 compilation-read-command might be nil (Bug#4218).
3738
3739 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
3740
3741 * startup.el (command-line-1): Use orig-argi to check for ignored X and
3742 NS options.
3743
3744 2010-01-08 Kenichi Handa <handa@m17n.org>
3745
3746 * international/fontset.el (build-default-fontset-data):
3747 Exclude characters in scripts kana, hangul, han, or cjk-misc.
3748
3749 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
3750
3751 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3752 to `create-file-buffer' as it expects, not just a buffer name.
3753 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3754 to help uniquify. (Bug#3224)
3755
3756 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
3757
3758 * font-setting.el (font-setting-change-default-font): Use user-spec
3759 instead of name.
3760
3761 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3762
3763 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3764
3765 2010-01-05 Tom Tromey <tromey@redhat.com>
3766
3767 * progmodes/python.el (python-font-lock-keywords):
3768 Handle qualified decorators (Bug#881).
3769
3770 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3771
3772 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3773 in a lightweight checkout.
3774
3775 2010-01-05 Kenichi Handa <handa@m17n.org>
3776
3777 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
3778
3779 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3780
3781 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3782
3783 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
3784
3785 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3786 checkouts. (Bug#618)
3787 (vc-bzr-log-view-mode): Also highlight the author.
3788 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3789 (vc-bzr-shelve-menu-map):
3790 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3791 (vc-bzr-shelve-apply): Make prompt more explicit.
3792
3793 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
3794
3795 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3796 They are valid characters in URL paths (rfc3986), and at least
3797 Firefox does not understand the encoded version (Bug#3166).
3798
3799 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
3800
3801 * progmodes/octave-mod.el (octave-end-keywords)
3802 (octave-block-begin-or-end-regexp, octave-block-match-alist):
3803 Add "end" keyword (Bug#3061).
3804 (octave-end-as-array-index-p): New function.
3805 (calculate-octave-indent): Use it.
3806
3807 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3808
3809 * bookmark.el: Consistently put the text property on the bookmark name.
3810 (bookmark-bmenu-marks-width): Bump back to 2, to include
3811 annotation marks.
3812 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3813 property on the bookmark name, instead of not putting it at all.
3814 (bookmark-bmenu-list): Fix where we put the text property.
3815
3816 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3817
3818 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3819 for showing buffer modified state (as added in the previous change).
3820
3821 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3822
3823 * bookmark.el: Show modified state of bookmark buffer more accurately.
3824 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3825 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3826 (with-buffer-modified-unmodified): New macro.
3827 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3828 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
3829 Use new macro to preserve the buffer modified state.
3830
3831 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3832
3833 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3834 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3835 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3836 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3837 (bookmark-bmenu-rename, bookmark-bmenu-locate)
3838 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3839 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3840
3841 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3842
3843 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3844 Make the lines in the generated doc string shorter. (Bug#4668)
3845
3846 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
3847
3848 * net/rcirc.el: Add follow-link binding (Bug#4738).
3849
3850 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3851
3852 * Makefile.in (bzr-update): Rename from cvs-update.
3853 (cvs-update): New target for backward compatibility.
3854
3855 * makefile.w32-in (bzr-update): Rename from cvs-update.
3856 (cvs-update): New target for backward compatibility.
3857
3858 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3859
3860 * bookmark.el: Remove gratuitous gratitude.
3861
3862 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3863
3864 * bookmark.el (bookmark-bmenu-any-marks): New function
3865 (bookmark-bmenu-save): Clear buffer modification if no marks.
3866
3867 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3868
3869 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
3870 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3871 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3872 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3873
3874 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3875 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3876 To: emacs-devel {_AT_} gnu.org
3877 Subject: bookmark.el bug report
3878 Date: Mon, 28 Dec 2009 14:19:16 +0800
3879 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3880
3881 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3882
3883 * bookmark.el: Improvements suggested by Drew Adams:
3884 (bookmark-bmenu-ensure-position): New name for
3885 `bookmark-bmenu-check-position'. Just ensure the position,
3886 don't return any meaningful value.
3887 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3888 New constants.
3889
3890 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
3891
3892 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3893 (bookmark-yank-point, bookmark-bmenu-check-position):
3894 Fix typos in docstrings.
3895 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3896 (bookmark-name-from-full-record, bookmark-get-position)
3897 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3898 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3899 Remove useless quoting of parenthesis, etc. in docstrings.
3900
3901 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3902 (ediff-append-custom-diff): Fix typo in error message.
3903 (ediff-meta-mark-equal-files): Fix typos in messages.
3904
3905 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3906
3907 * net/imap-hash.el (imap-hash-make): Doc fix.
3908 (imap-hash-test): Fix typo in error message; reflow docstring.
3909 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3910 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3911 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3912 Fix typos in docstrings.
3913 (imap-hash-open-connection): Fix typo in error message.
3914
3915 * play/gomoku.el (gomoku): Fix typos in docstring.
3916
3917 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3918 (gdb-jsonify-buffer): Fix typos in docstring.
3919 (gdb-goto-breakpoint): Fix typo in error message.
3920 ("Display Other Windows"): Fix typo in help message.
3921 (gdb-speedbar-expand-node): Fix typo in question.
3922
3923 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3924 (idlwave-html-system-help-location, idlwave-html-help-location)
3925 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3926 (idlwave-help-browser-generic-args, idlwave-help-directory)
3927 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3928 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3929 (idlwave-online-help, idlwave-help-html-link)
3930 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3931 Fix typos in docstrings.
3932 (idlwave-help-with-source, idlwave-help-find-routine-definition):
3933 Reflow docstrings.
3934 (idlwave-help-assistant-start): Fix typo in error message.
3935
3936 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3937 (octave-electric-space): Fix typos in docstrings.
3938
3939 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3940
3941 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3942
3943 2010-01-01 Juri Linkov <juri@jurta.org>
3944
3945 * comint.el (comint-input-ring-size): Make it a defcustom and
3946 increase the default to 500 (Bug#5148).
3947
3948 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
3949
3950 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3951 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3952 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3953
3954 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
3955
3956 Show working revision correctly for mercurial.
3957 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
3958 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
3959
3960 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
3961
3962 Declare some functions for the byte-compiler.
3963 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3964 (speedbar-timer-fn, speedbar-change-expand-button-char)
3965 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3966
3967 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
3968
3969 This changeset reverts GDB Graphical Interface to use annotations.
3970 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3971
3972 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
3973
3974 Make vc-dir work on subdirectories of the bzr root.
3975 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
3976 Return file names relative to it.
3977 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3978 relative directory to vc-bzr-after-dir-status.
3979
3980 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
3981
3982 * font-lock.el (font-lock-refresh-defaults): New function, which
3983 can be used to let font-lock react to external changes in
3984 variables like font-lock-defaults and keywords.
3985 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3986
3987 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
3988
3989 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3990
3991 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3992
3993 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
3994
3995 Supersede color.diff settings in git log (bug#5211).
3996
3997 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3998 escape chars in its output when the user has color.diff set to `always'.
3999 This fix works on git 1.4.2 and newer (released on 2006-08-13).
4000
4001 2009-12-26 Kevin Ryde <user42@zip.com.au>
4002
4003 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
4004 node. Keep previous "Index" name to work with past coreutils too.
4005
4006 * man.el (man): Revise docstring a bit to show -a and -l as
4007 examples. Add -k description since support for it has otherwise
4008 been a secret. (Further to bug#3717.)
4009 (Man-bgproc-sentinel): When "-k foo" produces no output show error
4010 "no matches" rather than "Can't find manpage", as the latter reads
4011 like -k was interpreted as a page name, which is not so. (Bug#5431)
4012
4013 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
4014
4015 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
4016 switches. Check also for //SUBDIRED// line.
4017
4018 2009-12-25 Kenichi Handa <handa@m17n.org>
4019
4020 * language/indian.el (devanagari-composable-pattern): Fix to
4021 handle ZWNJ and ZWJ. Use it in composition-function-table for
4022 Devanagari.
4023 (malayalam-composable-pattern): Fix previous change.
4024
4025 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4026
4027 * ps-print.el (ps-face-attributes): It was not returning the
4028 attribute face for faces specified as string. Reported by harven
4029 <harven@free.fr>. (Bug#5254)
4030 (ps-print-version): New version 7.3.5.
4031
4032 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
4033
4034 * calendar/icalendar.el (icalendar--convert-tz-offset):
4035 Fix timezone names.
4036 (icalendar--convert-tz-offset): Fix the "last-day-problem".
4037 (icalendar--add-diary-entry): Remove the trailing blank that
4038 diary-make-entry inserts.
4039
4040 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
4041
4042 Make `file-expand-wildcards' work for remote files.
4043
4044 * files.el (file-expand-wildcards): In case of remote files, check
4045 only local file name part for wildcards. Provide feature 'files
4046 and subfeature 'remote-wildcards. (Bug#5198)
4047
4048 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
4049 if there is already an established connection.
4050 (tramp-advice-file-expand-wildcards): Remove it.
4051
4052 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
4053 (tramp-advice-file-expand-wildcards): Move from tramp.el.
4054 Activate advice for older GNU Emacs versions. (Bug#5237)
4055
4056 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
4057
4058 Some doc fixes (more needed).
4059
4060 * find-cmd.el (find-constituents): Reflow docstring.
4061 (find-cmd, find-prune, find-command): Fix typos in docstrings.
4062 (find-generic): Doc fix.
4063
4064 2009-12-17 Juri Linkov <juri@jurta.org>
4065
4066 Fix regression from 23.1 to allow multiple modes in Local Variables.
4067
4068 * files.el (hack-local-variables-filter): While ignoring duplicates,
4069 don't take `mode' into account.
4070 (hack-local-variables-filter, hack-dir-local-variables):
4071 Don't remove duplicate `mode' from local-variables-alist (like `eval').
4072
4073 2009-12-17 Juri Linkov <juri@jurta.org>
4074
4075 Make `dired-diff' more safe. (Bug#5225)
4076
4077 * dired-aux.el (dired-diff): Signal an error when `file' equals to
4078 `current' or when `file' is a directory of the `current' file.
4079
4080 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
4081
4082 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
4083 unconditionally preloaded files.
4084
4085 2009-12-16 Juri Linkov <juri@jurta.org>
4086
4087 Revert to old 23.1 logic of using the file at the mark as default.
4088 * dired-aux.el (dired-diff): Use the file at the mark as default
4089 if it's not the same as the current file, and the target dir is
4090 the current dir or the mark is active. Add the current file
4091 as the arg of `dired-dwim-target-defaults'. Use the default file
4092 in the prompt. (Bug#5225)
4093
4094 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
4095
4096 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
4097 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
4098 (tramp-check-for-regexp): Check also, when an echoing shell stops
4099 to echo sent commands.
4100
4101 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4102
4103 * Makefile.in: Revert last change (Bug#5191).
4104
4105 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
4106
4107 * vc-hg.el (vc-hg-print-log): Fix argument order.
4108 (vc-hg-working-revision): Make sure the command is executed in a
4109 known environment so that we can parse the output. (Bug#4417)
4110
4111 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4112
4113 * progmodes/python.el (python-symbol-completions): Remove text
4114 properties from symbol string before calling python-send-receive.
4115
4116 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
4117
4118 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
4119 when there are values for both file and line. (Bug#5060)
4120
4121 2009-12-14 Juri Linkov <juri@jurta.org>
4122
4123 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
4124 whitespace after the file name of the first line of unified format,
4125 because git-diff doesn't output whitespace and file modification time
4126 after the file name.
4127
4128 2009-12-14 David Kastrup <dak@gnu.org>
4129
4130 * info.el (Info-hide-cookies-node): Before hiding a cookie,
4131 check if it already has the `display' property added by
4132 `Info-display-images-node', and not put the `invisible' property
4133 in this case.
4134
4135 2009-12-13 Glenn Morris <rgm@gnu.org>
4136
4137 * mail/emacsbug.el (message-sort-headers): Define for compiler.
4138 (report-emacs-bug): In message-mode, sort manually before storing
4139 original report text. (Bug#5178)
4140 Remove superfluous save-excursion.
4141
4142 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
4143
4144 * net/dbus.el (dbus-property-handler): Filter lambda forms out
4145 when responding to "GetAll" properties.
4146
4147 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
4148
4149 * simple.el (compose-mail): Remove mail-setup-with-from from
4150 customization checks.
4151
4152 2009-12-12 Eli Zaretskii <eliz@gnu.org>
4153
4154 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
4155 RAR archives created on Unix systems.
4156
4157 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4158
4159 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
4160 the varalias that was accidentally removed by the 2009-11-19 change
4161 (bug#5186).
4162
4163 2009-12-12 Kenichi Handa <handa@m17n.org>
4164
4165 * language/indian.el (indian-compose-regexp): New function.
4166 (malayalam-composable-pattern): Fix the pattern.
4167 (composition-function-table): Set malayalam-composable-pattern for
4168 Malayalam characters.
4169
4170 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
4171
4172 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
4173 rather than down-mouse-1, based on follow-link conventions.
4174
4175 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
4176 are compiled.
4177
4178 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
4179
4180 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
4181 (verilog-vmm-statement-re, verilog-ovm-statement-re)
4182 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
4183 (verilog-leap-to-head, verilog-backward-token):
4184 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
4185
4186 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
4187
4188 * progmodes/verilog-mode.el (verilog-auto-lineup)
4189 (verilog-nameable-item-re): Cleanup user-visible spelling and
4190 documentation errors. One reported by Gary Delp.
4191 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
4192 (verilog-read-decls): Fix AUTOWIRE with types declared in a
4193 package, bug195. Reported by Pierre-David Pfister.
4194
4195 2009-12-11 Glenn Morris <rgm@gnu.org>
4196
4197 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4198
4199 * mail/emacsbug.el: No longer require sendmail.
4200 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
4201 (report-emacs-bug-orig-text): Doc fix.
4202 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4203 New local variables, to adapt to different mail-user-agents.
4204 (report-emacs-bug): Fix test for a gnu.org address.
4205 Use overlays for emphasis, since font-lock defeats 'face property.
4206 Pretest bugs also end up at the newsgroup these days.
4207 Stop message-mode stripping text properties.
4208 Set and use the new buffer-local variables.
4209 (report-emacs-bug-hook): Add doc-string.
4210 Remove some unnecessary save-excursions and simplify.
4211 Use the appropriate hook and send-command.
4212
4213 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
4214 capitalization of some menu entries.
4215
4216 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4217
4218 * whitespace.el (whitespace-display-char-on):
4219 Ensure `buffer-display-table' is unique when two or more windows are
4220 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
4221 New version 12.1.
4222
4223 2009-12-10 Eli Zaretskii <eliz@gnu.org>
4224
4225 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4226 characters in the Attribute field.
4227
4228 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
4229
4230 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
4231
4232 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4233
4234 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4235 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4236 Disregard autoload-excludes.
4237 (update-directory-autoloads): Obey autoload-excludes here instead.
4238 But don't store its contents in no-autoloads and remove entries that
4239 refer to excludes files.
4240
4241 2009-12-10 Glenn Morris <rgm@gnu.org>
4242
4243 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4244 (expand-mail-aliases): Define for compiler.
4245
4246 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4247 Define for compiler.
4248
4249 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4250 appropriate for the mail-user-agent in use.
4251
4252 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
4253
4254 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4255
4256 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
4257
4258 Fix short log parsing and fontification.
4259 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4260 Fix fontification for the [merge] label.
4261
4262 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
4263
4264 Drop some properties to avoid surprises.
4265 * htmlfontify.el (hfy-ignored-properties): New defcustom.
4266 (hfy-fontify-buffer): Use it.
4267
4268 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
4269
4270 Minor cleanup.
4271 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4272 Adjust all callers.
4273 (ffap-locate-file): Remove unused arg `dir-ok' and make other
4274 args compulsory. Adjust callers.
4275 (ffap-gopher-at-point): Remove unused var `name'.
4276
4277 Get rid of the ELCFILES abomination.
4278 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4279 (compile-elcfiles): New phony target.
4280 (compile-main): Compute ELCFILES dynamically.
4281 (compile-clean): New target to remove left-over elc files.
4282 (compile, all): Use it.
4283
4284 2009-12-09 Kenichi Handa <handa@etlken>
4285
4286 * international/mule-diag.el: Require help-mode instead of help-fns.
4287
4288 2009-12-09 Kenichi Handa <handa@m17n.org>
4289
4290 * international/mule-cmds.el (ucs-names): Supply sufficiently
4291 fine ranges instead of pre-calculating accurate ranges.
4292 Iterate with bigger gc-cons-threshold.
4293
4294 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
4295
4296 Add support for stashing a snapshot of the current tree.
4297 * vc-git.el (vc-git-stash-snapshot): New function.
4298 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4299
4300 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
4301
4302 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4303 instead of `(beginning|end)-of-line'.
4304
4305 2009-12-08 Glenn Morris <rgm@gnu.org>
4306
4307 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4308
4309 * Makefile.in (ELCFILES): Regenerate.
4310
4311 2009-12-07 Juri Linkov <juri@jurta.org>
4312
4313 Don't lazy-highlight the comint output in history Isearch mode.
4314
4315 * comint.el (comint-history-isearch-search): Instead of
4316 `comint-line-beginning-position', use `comint-after-pmark-p'
4317 to check if point if before the process mark, and go to
4318 `process-mark' in this case.
4319
4320 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4321
4322 * textmodes/tex-mode.el (latex-complete)
4323 (latex-indent-or-complete): Remove.
4324 (latex-mode): Set completion-at-point-functions instead.
4325
4326 Provide a standard completion command and hook it into TAB.
4327 * minibuffer.el (completion-at-point-functions): New var.
4328 (completion-at-point): New command.
4329 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4330 * progmodes/python.el (python-mode-map): Use completion-at-point.
4331 (python-completion-at-point): Rename from python-partial-symbol and
4332 adjust for use in completion-at-point-functions.
4333 (python-mode): Setup completion-at-point for Python completion.
4334 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4335 extracted from lisp-complete-symbol.
4336 (lisp-complete-symbol): Use it.
4337 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4338 setup completion-at-point for Elisp completion.
4339 (emacs-lisp-mode-map, lisp-interaction-mode-map):
4340 Use completion-at-point.
4341 * ielm.el (ielm-map): Use completion-at-point.
4342 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4343 * progmodes/sym-comp.el: Move to...
4344 * obsolete/sym-comp.el: Move from progmodes.
4345
4346 2009-12-07 Eli Zaretskii <eliz@gnu.org>
4347
4348 Prevent save-buffer in Rmail buffers from using the coding-system
4349 of the current message, and from clobbering the encoding mnemonics
4350 in the mode line (Bug#4623).
4351
4352 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4353 flag, too.
4354 (rmail-message-encoding): New variable.
4355 (rmail-write-region-annotate): Record the encoding of the current
4356 message in rmail-message-encoding.
4357 (rmail-after-save-hook): New function, restores the encoding of
4358 the current message after the message collection is saved.
4359
4360 2009-12-07 Juri Linkov <juri@jurta.org>
4361
4362 * progmodes/grep.el (grep-read-files): Use `completing-read'
4363 instead of `read-string'. Set its `collection' arg to
4364 `read-file-name-internal'. (Bug#4301)
4365
4366 2009-12-07 Juri Linkov <juri@jurta.org>
4367
4368 Correctly restore original Isearch point. (Bug#4994)
4369
4370 * isearch.el (isearch-mode): Move `isearch-push-state' after
4371 `(run-hooks 'isearch-mode-hook)'.
4372 (isearch-cancel): When `isearch-push-state-function' is defined,
4373 let-bind `isearch-cmds' to the first state (the last element of
4374 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4375 function and restores the original point). Otherwise, move point
4376 to `isearch-opoint'.
4377
4378 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4379
4380 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4381 chars that don't have names, so the table can be built much faster at
4382 run-time.
4383
4384 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
4385
4386 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4387 change. Suggested by David Kastrup.
4388
4389 * simple.el (compose-mail): Check for incompatibilities and warn.
4390 (compose-mail-user-agent-warnings): New option.
4391
4392 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4393
4394 Support showing a single log entry from vc-annotate.
4395 * vc.el (print-log): Add a new argument: START-REVISION.
4396 (vc-print-log-internal): Add a new optional argument and
4397 pass it to the backend.
4398 (vc-print-log, vc-print-root-log): Adjust callers.
4399 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4400 buffer already displays the requested log entry, use it.
4401 Otherwise display only the log entry in question.
4402 * vc-svn.el (vc-svn-print-log):
4403 * vc-mtn.el (vc-mtn-print-log):
4404 * vc-hg.el (vc-hg-state):
4405 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4406 (vc-git-show-log-entry): Return t on success.
4407 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4408 (vc-bzr-show-log-entry): Return t on success.
4409 * vc-rcs.el (vc-rcs-print-log):
4410 * vc-sccs.el (vc-sccs-print-log):
4411 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4412
4413 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4414
4415 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4416 Add menus to the meta mode. (Bug#5043)
4417
4418 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
4419
4420 * ediff-init.el (ediff-event-key): Use event-to-character instead of
4421 event-key.
4422
4423 * ediff.el (ediff-buffers-internal): Add unwind-protect.
4424
4425 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
4426
4427 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
4428 Berbain <raphael.berbain@gmail.com>.
4429
4430 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
4431 characters.
4432 (tramp-initial-end-of-output): New defconst.
4433 (tramp-methods, tramp-find-shell)
4434 (tramp-open-connection-setup-interactive-shell)
4435 (tramp-maybe-open-connection): Use it.
4436 (tramp-shell-prompt-pattern, tramp-wait-for-output):
4437 Handle existence of `#' and `$'.
4438
4439 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
4440 Use `tramp-initial-end-of-output'.
4441
4442 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4443
4444 Get the background mode from the terminal for xterm, and set
4445 faces accordingly.
4446 * term/xterm.el (xterm-set-background-mode): New function.
4447 (terminal-init-xterm): Use it in case xterm supports background
4448 color queries. Recompute faces after getting the background
4449 color.
4450
4451 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
4452
4453 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4454 number comment back on its own line, for easier parsing.
4455
4456 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4457
4458 Make it work for non-file buffers (bug#5102).
4459 * doc-view.el (doc-view-current-cache-dir):
4460 Use doc-view-buffer-file-name rather than buffer-file-name.
4461 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4462
4463 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
4464
4465 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4466 author field is too short.
4467
4468 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
4469
4470 * vc-git.el (vc-git-print-log): Handle a limit argument.
4471 Display the short log in graph form and with labels.
4472 (vc-git-log-view-mode): Handle labels.
4473
4474 Make vc-revert change VC state from 'added to 'unregistered.
4475 * vc-git.el (vc-git-revert): Call git reset first.
4476
4477 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4478
4479 * net/newst-backend.el, net/newst-plainview.el:
4480 * net/newst-reader.el, net/newst-ticker.el:
4481 * net/newst-treeview.el, net/newsticker.el:
4482 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
4483
4484 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4485
4486 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4487
4488 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4489 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
4490 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4491 Update annotation regexp.
4492
4493 * simple.el (beginning-of-visual-line): Constrain to field
4494 boundaries (Bug#5106).
4495
4496 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4497
4498 * xml.el (xml-substitute-numeric-entities):
4499 Move newsticker--decode-numeric-entities in newst-backend.el to
4500 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4501 * net/newst-backend.el (newsticker--parse-generic-feed)
4502 (newsticker--parse-generic-items)
4503 (newsticker--decode-numeric-entities):
4504 Move newsticker--decode-numeric-entities in newst-backend.el to
4505 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4506
4507 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
4508
4509 * progmodes/js.el (js--js-not): Add null to the list of values.
4510
4511 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4512
4513 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4514
4515 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4516
4517 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4518 delimiter if it is at the end of the current line.
4519 (bibtex-generate-url-list): Fix docstring.
4520
4521 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4522
4523 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4524 minibuffer's content with itself.
4525 Fold the confirm-after-completion case into the `confirm' case.
4526 (completion-pcm-word-delimiters): Add : and / to the delimiters.
4527
4528 2009-12-06 Kevin Ryde <user42@zip.com.au>
4529
4530 * ffap.el (ffap-rfc-path): Make this a defcustom since
4531 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
4532
4533 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4534 manuals, similar to existing setup for help-mode. (Bug#3913.)
4535
4536 2009-12-05 Juri Linkov <juri@jurta.org>
4537
4538 Save and restore dired buffer's point positions too. (Bug#4880)
4539
4540 * dired.el (dired-save-positions): Return in the first element
4541 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4542 Doc fix.
4543 (dired-restore-positions): First restore buffer's position.
4544 While restoring window's positions, check if window still displays
4545 the original buffer.
4546
4547 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
4548
4549 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4550 if possible.
4551
4552 * shell.el (shell): Require ansi-color (Bug#5113).
4553
4554 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4555
4556 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4557
4558 2009-12-05 Alan Mackenzie <acm@muc.de>
4559
4560 * progmodes/cc-mode.el (c-before-hack-hook)
4561 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4562 `c-file-style' to work again. This reversion restores the current
4563 software to its state in Emacs 23.1. (Bug#4146)
4564
4565 2009-12-05 Kevin Ryde <user42@zip.com.au>
4566
4567 * textmodes/sgml-mode.el (sgml-lexical-context):
4568 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
4569
4570 2009-12-05 Juri Linkov <juri@jurta.org>
4571
4572 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4573 for virtual nodes. (Bug#4147)
4574 (Info-find-node-2): Set `Info-current-node-virtual' to nil
4575 when moving from a virtual node.
4576 (Info-mode-menu): Add `Info-virtual-index' to the menu.
4577 (Info-mode): Add `Info-virtual-index' to the docstring.
4578
4579 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4580
4581 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4582 track of the buffer position of the end of a BibTeX entry as this
4583 position may change during reformatting.
4584 (bibtex-format-entry): Remove whitespace before processing
4585 numerical fields so that we recognize the latter properly.
4586 (bibtex-reformat): Do not use push which changes the global value
4587 of bibtex-entry-format.
4588 (bibtex-field-braces-alist, bibtex-field-strings-alist)
4589 (bibtex-field-re-init): Replace only space characters by regexp
4590 for whitespace.
4591 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
4592 (bibtex-initialize): Also update bibtex-strings.
4593 (bibtex-kill-field): Preserve white space at end of entry.
4594 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4595 Update bibtex-reference-keys.
4596
4597 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4598
4599 * minibuffer.el (completion-pcm--merge-try): Also consider placing
4600 point after a star, if that's the only place where modifications can
4601 make progress.
4602
4603 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
4604
4605 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4606 in docstrings.
4607
4608 2009-12-04 Juri Linkov <juri@jurta.org>
4609
4610 * proced.el (proced): Call `(proced-update t)' to update process
4611 information instead of only running proced-post-display-hook.
4612 (proced-send-signal): Add a leading space to the buffer name
4613 " *Marked Processes*" to make this buffer ephemeral.
4614
4615 2009-12-04 Juri Linkov <juri@jurta.org>
4616
4617 * dired.el (dired-auto-revert-buffer): New defcustom.
4618 (dired-internal-noselect): Use it.
4619
4620 2009-12-04 Juri Linkov <juri@jurta.org>
4621
4622 Change roles of modes and functions in image-mode.el (Bug#5062).
4623
4624 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4625 in `auto-mode-alist'.
4626 (image-mode-previous-major-mode): New variable.
4627 (image-minor-mode-map): Rename from `image-mode-text-map'.
4628 (image-mode): Move graceful error-handling code from
4629 `image-minor-mode' to here. On errors call `image-mode-as-text'.
4630 (image-minor-mode): Remove all image-handling code.
4631 Replace `image-mode-text-map' with `image-minor-mode-map'.
4632 Check for `image-type' in mode-line format string.
4633 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4634 (image-mode-as-text): New function with most code from
4635 `image-mode-maybe'.
4636 (image-toggle-display-text): Move code that removes image
4637 properties from `image-toggle-display' to here.
4638 (image-toggle-display-image): New function with code that adds
4639 image properties copied from `image-toggle-display'.
4640 (image-toggle-display): Remove most code with leaving only code
4641 that toggles between `image-mode-as-text' and `image-mode'.
4642
4643 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
4644
4645 * net/newst-treeview.el
4646 (newsticker--treeview-list-highlight-start): Restored call to
4647 save-excursion: Selected item was stuck.
4648 (newsticker--treeview-list-select): New.
4649 (newsticker--treeview-item-show-text)
4650 (newsticker--treeview-item-show)
4651 (newsticker--treeview-item-update): Use new
4652 newsticker-treeview-item-mode.
4653 (newsticker-treeview-update): Keep current item.
4654 (newsticker-treeview-next-new-or-immortal-item): Doc change.
4655 (newsticker--treeview-first-feed): Doc change.
4656 (newsticker-treeview-list-menu)
4657 (newsticker-treeview-item-menu): Add menu entries.
4658 (newsticker-treeview-item-mode): New.
4659
4660 * net/newst-backend.el (newsticker-customize): Delete other
4661 windows.
4662
4663 2009-12-04 Sam Steingold <sds@gnu.org>
4664
4665 * log-view.el (log-view-mode-map): "q" calls quit-window,
4666 like in all the other non-self-insert buffers.
4667
4668 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4669
4670 Minor cleanup.
4671 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4672 key decoding rather than do it manually via last-input-event +
4673 ascii-character.
4674 (term-exec): Use delete-and-extract-region.
4675 (term-handle-ansi-terminal-messages): Remove unused var `end'.
4676 (term-process-pager): Remove unused var `i'.
4677 (term-dynamic-simple-complete): Make obsolete.
4678 (serial-update-config-menu): Remove unused vars `y' and `str'.
4679 (term-update-mode-line): Remove unused var `temp'.
4680
4681 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4682
4683 Limit the number of log entries displayed by default.
4684 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4685 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4686 using a prefix argument.
4687
4688 2009-12-03 Glenn Morris <rgm@gnu.org>
4689
4690 * progmodes/idlwave.el (class): Restore still useful declaration.
4691
4692 2009-12-03 Alan Mackenzie <acm@muc.de>
4693
4694 Enhance `c-parse-state' to run efficiently in "brace deserts".
4695
4696 * progmodes/cc-mode.el (c-basic-common-init):
4697 Call c-state-cache-init.
4698 (c-neutralize-syntax-in-and-mark-CPP): Rename from
4699 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
4700 placing `category' properties value 'c-cpp-delimiter at its boundaries.
4701
4702 * progmodes/cc-langs.el (c-before-font-lock-function):
4703 c-extend-and-neutralize-syntax-in-CPP has been renamed
4704 c-neutralize-syntax-in-and-mark-CPP.
4705
4706 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4707 with `category' properties now, not `syntax-table' ones.
4708
4709 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4710 enhanced (but slower) version of c-end-of-macro that won't land
4711 inside a literal or on another awkward character.
4712 (c-state-cache-too-far, c-state-cache-start)
4713 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4714 (c-state-nonlit-pos-cache-limit, c-state-point-min)
4715 (c-state-point-min-lit-type, c-state-point-min-lit-start)
4716 (c-state-min-scan-pos, c-state-brace-pair-desert)
4717 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4718 buffer local variables.
4719 (c-state-literal-at, c-state-lit-beg)
4720 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4721 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4722 (c-state-cache-top-paren, c-state-cache-after-top-paren)
4723 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4724 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4725 (c-renarrow-state-cache)
4726 (c-append-lower-brace-pair-to-state-cache)
4727 (c-state-push-any-brace-pair, c-append-to-state-cache)
4728 (c-remove-stale-state-cache)
4729 (c-remove-stale-state-cache-backwards, c-state-cache-init)
4730 (c-invalidate-state-cache-1, c-parse-state-1)
4731 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
4732 (c-parse-state): Enhance and refactor.
4733 (c-debug-parse-state): Amend to deal with all the new variables.
4734
4735 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4736 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
4737 modify to use category text properties rather than syntax-table ones.
4738 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
4739 to switch off/on the syntactic paren property of C++ template
4740 delimiters using the category property.
4741 (c-with-<->-as-parens-suppressed): Macro to invoke code with
4742 template delims suppressed.
4743 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4744 New constant/macros which apply category properties to the start
4745 and end of preprocessor constructs.
4746 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
4747 "comment out" the syntactic value of characters in preprocessor
4748 constructs.
4749 (c-with-cpps-commented-out)
4750 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4751 with characters in all or all but one preprocessor constructs
4752 "commented out".
4753
4754 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4755
4756 * proced.el (proced-filter-alist): Use regexp-quote.
4757
4758 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
4759
4760 Cleanup.
4761 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4762 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
4763 arguments. Expand `default-directory'.
4764
4765 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4766 the benefit of returning an expanded localname.
4767 (tramp-tramp-file-p): Handle the case NAME is not a string.
4768
4769 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4770
4771 Add support for bzr shelve/unshelve.
4772 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4773 (vc-bzr-extra-menu-map): New variables.
4774 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4775 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4776 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4777 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4778 (vc-bzr-dir-extra-headers): Display shelves.
4779
4780 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4781
4782 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4783
4784 * textmodes/bibtex.el (bibtex-complete-internal):
4785 Use completion-in-region.
4786 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4787
4788 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4789
4790 Support applying stashes. Improve UI.
4791 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4792 (vc-git-stash-apply, vc-git-stash-pop)
4793 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4794 (vc-git-stash-menu): New functions.
4795 (vc-git-stash-menu-map): New variable.
4796 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4797
4798 2009-12-03 Glenn Morris <rgm@gnu.org>
4799
4800 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4801 (vc-print-log-internal): Fix previous change.
4802 (vc-revert): Correct pluralization.
4803
4804 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4805
4806 * progmodes/make-mode.el (makefile-special-targets-list): No need for
4807 it to be an alist any more.
4808 (makefile-complete): Use completion-in-region.
4809
4810 * progmodes/octave-mod.el (octave-complete-symbol):
4811 Use completion-in-region.
4812
4813 Misc cleanup.
4814 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4815 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4816 (idlwave-complete-class): Don't quote lambda.
4817 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4818 (idlwave-mode-map): Move initialization into declaration.
4819 (idlwave-action-and-binding): Use backquotes.
4820 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4821 Simplify.
4822 (idlwave-is-pointer-dereference): Remove unused var `pos'.
4823 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4824 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4825 `parts', and `all-parts'.
4826 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4827 (idlwave-convert-xml-system-routine-info): Remove unused string
4828 `version-string'.
4829 (idlwave-display-user-catalog-widget): Use dolist.
4830 (idlwave-scanning-lib): Declare dynamically-scoped var.
4831 (idlwave-scan-library-catalogs): Remove unused var `flags'.
4832 (completion-highlight-first-word-only): Declare to silence bytecomp.
4833 (idlwave-popup-select): Tighten scope of `resp'.
4834 (idlwave-find-struct-tag): Remove unused var `beg'.
4835 (idlwave-after-load-rinfo-hook): Declare.
4836 (idlwave-sintern-class-info): Remove unused var `taglist'.
4837 (idlwave-find-class-definition): Remove unused var `list'.
4838 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4839 (idlwave-what-module-find-class): Remove unused var `classes'.
4840
4841 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
4842
4843 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4844
4845 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4846
4847 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4848 buffers visited. Remove redundant current-buffer-saving.
4849
4850 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4851
4852 Use completion-in-buffer and remove uses of dynamic scoping.
4853 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4854 (pascal-buffer-to-use, pascal-flag): Don't declare.
4855 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4856 (pascal-get-completion-decl, pascal-keyword-completion):
4857 Add `pascal-str' argument, save-excursion,
4858 return the found completions, and don't filter with pascal-pred.
4859 (pascal-completion-cache): New var.
4860 (pascal-completion): Don't switch buffer any more (it was never
4861 necessary). Don't save-excursion any more (it's done by the called
4862 subroutines). Use a cache to avoid redundant computations.
4863 Use complete-with-action rather than pascal-completion-response and
4864 let it apply the predicate as well.
4865 (pascal-complete-word): Use completion-in-buffer when
4866 pascal-toggle-completions is nil.
4867 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4868 not used any more.
4869 (pascal-comp-defun): Don't change buffer any more.
4870 Use complete-with-action rather than pascal-completion-response and
4871 let it apply the predicate as well.
4872 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4873 when neded.
4874
4875 2009-12-02 Kenichi Handa <handa@m17n.org>
4876
4877 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4878 shape for all Indic scripts.
4879
4880 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4881
4882 Use completion-in-buffer.
4883 * wid-edit.el (widget-field-text-end): New function.
4884 (widget-field-value-get): Use it.
4885 (widget-string-complete, widget-file-complete)
4886 (widget-color-complete): Use it and completion-in-region.
4887 (widget-complete): Don't narrow the buffer.
4888
4889 2009-12-02 Glenn Morris <rgm@gnu.org>
4890
4891 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
4892 (rmail-select-summary): Use rmail-pop-to-buffer.
4893 * mail/rmailsum.el: Replace all pop-to-buffer calls with
4894 rmail-pop-to-buffer, to prevent horizontal splits.
4895
4896 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4897 save-excursion with save-current-buffer.
4898 Widen before searching. (Bug#5093)
4899 (diary-list-sexp-entries): Remove superfluous save-excursion.
4900
4901 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
4902
4903 * woman.el (woman-make-bufname): Handle man-pages with "." in the
4904 name. (Bug#5038)
4905
4906 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
4907
4908 * ido.el (ido-file-internal): Handle filenames at point that do
4909 not have a directory part. (Bug#5049)
4910
4911 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
4912
4913 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4914 (mpc-songs-jump-to, mpc-resume): Doc fixes.
4915
4916 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
4917
4918 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4919 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4920 any more.
4921
4922 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4923
4924 * comint.el (comint-insert-input): Ignore clicks to the right of
4925 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4926
4927 * vc.el (vc-print-log-internal): Don't wait for the process to
4928 terminate before setting up the major mode.
4929
4930 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4931 in case.
4932
4933 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4934 the last element.
4935
4936 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4937
4938 2009-12-01 Glenn Morris <rgm@gnu.org>
4939
4940 * window.el (window--display-buffer-2): Fix previous changes.
4941
4942 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
4943
4944 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4945
4946 2009-12-01 Glenn Morris <rgm@gnu.org>
4947
4948 * Makefile.in (ELCFILES): Add mpc.elc.
4949
4950 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4951
4952 * mpc.el: New file.
4953
4954 2009-12-01 Glenn Morris <rgm@gnu.org>
4955
4956 * window.el (window-to-use): Define for compiler.
4957
4958 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4959 consistent with others (no final period).
4960
4961 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4962 (rmail-mime-show): Downcase the encoding. (Bug#5070)
4963
4964 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
4965
4966 Make vc-print-log buttons work.
4967 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4968
4969 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
4970
4971 * savehist.el (savehist-autosave-interval): Allow setting to nil
4972 through customize. (Bug#5056)
4973
4974 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
4975
4976 Fix references to jit-lock properties.
4977 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4978 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4979 (perl-font-lock-special-syntactic-constructs):
4980 Quote jit-lock-defer-multiline property.
4981
4982 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
4983
4984 * vc-git.el (vc-git-registered): Call vc-git-root only once.
4985
4986 2009-11-30 Juri Linkov <juri@jurta.org>
4987
4988 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4989 value `buffer' of `multi-isearch-next-buffer-current-function'.
4990 Use `(current-buffer)' when `buffer' is nil.
4991 (multi-isearch-next-buffer-from-list): Don't fallback to
4992 `(current-buffer)' when `buffer' is nil. (Bug#4947)
4993
4994 2009-11-30 Juri Linkov <juri@jurta.org>
4995
4996 * misearch.el (multi-isearch-read-buffers): Move canonicalization
4997 of buffers with `get-buffer' to `multi-isearch-buffers'.
4998 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4999 Canonicalize BUFFERS with `get-buffer'. Doc fix.
5000 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
5001 FILES with `expand-file-name' converting relative file names
5002 to absolute. Doc fix. (Bug#4727)
5003
5004 2009-11-30 Juri Linkov <juri@jurta.org>
5005
5006 * misearch.el (multi-isearch-read-buffers)
5007 (multi-isearch-read-matching-buffers): New functions.
5008 (multi-isearch-buffers, multi-isearch-buffers-regexp):
5009 Use them in the `interactive' spec. Doc fix.
5010 (multi-isearch-read-files, multi-isearch-read-matching-files):
5011 New functions.
5012 (multi-isearch-files, multi-isearch-files-regexp):
5013 Use them in the `interactive' spec. Doc fix. (Bug#4725)
5014
5015 2009-11-30 Juri Linkov <juri@jurta.org>
5016
5017 * doc-view.el (doc-view-continuous):
5018 Rename from `doc-view-continuous-mode'.
5019 (doc-view-menu): Move "Toggle display" to the top.
5020 Add submenu "Continuous" with radio buttons "Off"/"On"
5021 and "Save as Default".
5022 (doc-view-scroll-up-or-next-page)
5023 (doc-view-scroll-down-or-previous-page)
5024 (doc-view-next-line-or-next-page)
5025 (doc-view-previous-line-or-previous-page):
5026 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
5027
5028 2009-11-30 Juri Linkov <juri@jurta.org>
5029
5030 * comint.el (comint-mode-map): Rebind `M-r' from
5031 `comint-previous-matching-input' to
5032 `comint-history-isearch-backward-regexp'.
5033 Unbind `M-s' to allow global key binding `M-s'.
5034 Add menu items for `comint-history-isearch-backward' and
5035 `comint-history-isearch-backward-regexp'. (Bug#3746)
5036
5037 2009-11-30 Juri Linkov <juri@jurta.org>
5038
5039 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
5040 For def=recenter, replace `recenter' with `recenter-top-bottom'
5041 that is called with `this-command' and `last-command' let-bound
5042 to `recenter-top-bottom'. When the last `def' was not `recenter',
5043 set `recenter-last-op' to nil. (Bug#4981)
5044
5045 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5046
5047 Minor cleanup and simplification.
5048 * filecache.el (file-cache-add-directory)
5049 (file-cache-add-directory-recursively)
5050 (file-cache-add-from-file-cache-buffer)
5051 (file-cache-delete-file-regexp, file-cache-delete-directory)
5052 (file-cache-files-matching-internal, file-cache-display): Use dolist.
5053 (file-cache-temp-minibuffer-message): Delete function.
5054 (file-cache-minibuffer-complete): Use minibuffer-message instead.
5055
5056 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5057 Don't signal an error when bumping into EOB in tr, s, or y.
5058
5059 2009-11-29 Juri Linkov <juri@jurta.org>
5060
5061 * startup.el (fancy-about-text): Fix wording of Guided Tour.
5062 (Bug#4960)
5063
5064 * descr-text.el (describe-char-unidata-list): Use lowercase name
5065 for "Unicode name" like in other tags.
5066
5067 2009-11-29 Juri Linkov <juri@jurta.org>
5068
5069 * ediff-util.el (ediff-minibuffer-with-setup-hook):
5070 New compatibility macro.
5071 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
5072
5073 2009-11-29 Juri Linkov <juri@jurta.org>
5074
5075 Add defcustom to define the cycling order of `recenter-top-bottom'.
5076 (Bug#4981)
5077
5078 * window.el (recenter-last-op): Doc fix.
5079 (recenter-positions): New defcustom.
5080 (recenter-top-bottom): Rewrite to use `recenter-positions'.
5081 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
5082
5083 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
5084
5085 Improve integration of Tramp and ange-ftp in eshell.
5086
5087 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
5088 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
5089 (eshell/sudo): Flatten args. Let-bind `default-directory'.
5090
5091 * eshell/esh-util.el (top): Require also Tramp when compiling.
5092 (eshell-directory-files-and-attributes): Check for FTP remote
5093 connection.
5094 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
5095 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
5096 (eshell-file-attributes): Handle ".". Return `entry'.
5097
5098 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
5099 (ange-ftp-directory-files-and-attributes)
5100 (ange-ftp-real-directory-files-and-attributes): New defuns.
5101
5102 * net/tramp.el (tramp-maybe-open-connection): Open the remote
5103 shell with "exec" when possible. This prevents trailing prompts
5104 in `start-file-process'.
5105
5106 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5107
5108 Try and remove assumptions about point-min==1.
5109 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
5110 (rng-compute-mode-line-string): Show the validation percentage in
5111 terms of the narrowed text, not the widened text.
5112 (rng-do-some-validation): Don't catch internal errors when debugging.
5113 (rng-first-error): Simplify.
5114 (rng-after-change-function): Remove work around. AFAIK the bug has
5115 been fixed a while ago.
5116
5117 * image-mode.el (image-minor-mode): Exit more gracefully when the image
5118 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
5119
5120 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
5121
5122 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
5123 `cd' doesn't always do it for us (bug#5067).
5124
5125 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
5126 on 2009-10-25 as part of some other change (bug#5067).
5127
5128 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5129
5130 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5131 `suspicious'.
5132 (byte-compile-warnings): Use byte-compile-warning-types.
5133 (byte-compile-save-excursion): Warn about use of set-buffer right
5134 after save-excursion.
5135
5136 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
5137 the excursion as well.
5138
5139 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
5140
5141 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
5142 providing a Tramp related implementation of "su" and "sudo".
5143 (eshell-unix-initialize): Add "su" and "sudo".
5144
5145 2009-11-27 Daiki Ueno <ueno@unixuser.org>
5146
5147 * net/socks.el (socks-send-command): Convert binary request to
5148 unibyte before sending. This fixes mishandling of some port
5149 numbers such as 129.
5150
5151 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5152
5153 * help.el (describe-bindings-internal): Remove `interactive'.
5154
5155 * man.el (Man-completion-table): Trim a terminating "(".
5156 Remove the space between name page a section.
5157 Add the command's description on the `help-echo' property.
5158 Remove `process-connection-type' binding since it's unused by
5159 call-process.
5160 Provide completion for the "<section> <name>" format as well.
5161 (Man-default-man-entry): Remove spurious var shadowing the argument.
5162
5163 2009-11-26 Kevin Ryde <user42@zip.com.au>
5164
5165 * log-view.el: Add "Keywords: tools", since its other keywords
5166 aren't in finder-known-keywords, and following vc.el.
5167
5168 * sha1.el (sha1-string-external): default-directory "/" in case
5169 otherwise non-existent. process-connection-type pipe for touch of
5170 efficiency recommended by elisp manual. (An aside in Bug#3911.)
5171
5172 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5173
5174 Misc coding convention cleanups.
5175 * htmlfontify.el (hfy-init-kludge-hook): Rename from
5176 hfy-init-kludge-hooks.
5177 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
5178 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
5179 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
5180 and push.
5181 (hfy-slant, hfy-weight): Use tables rather than code.
5182 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
5183 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
5184 (hfy-face-attr-for-class): Initialize `face-spec' directly.
5185 (hfy-face-to-css): Remove `nconc' with single arg.
5186 (hfy-p-to-face-lennart): Use `or'.
5187 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
5188 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
5189 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
5190 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
5191 (hfy-force-fontification): Use run-hooks.
5192
5193 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
5194
5195 Various minor fixes.
5196 * htmlfontify.el (hfy-default-header): Add toggle_invis since
5197 Javascript belongs in the header, not the body.
5198 (hfy-javascript): Remove.
5199 (hfy-fontify-buffer): Don't insert it any more.
5200 (hfy-face-at): Handle (face0 face1 face2) style face properties.
5201 Fix bug in invis handling when there were no invis props in a chunk.
5202
5203 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5204
5205 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
5206
5207 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
5208
5209 * finder.el (finder-mode-map): Add a menu.
5210
5211 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
5212
5213 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
5214 "unsigned" structs.
5215
5216 (verilog-leap-to-head, verilog-backward-token): Handle "disable
5217 fork" statement better.
5218
5219 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
5220
5221 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5222 (verilog-delete-auto, verilog-delete-empty-auto-pair)
5223 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5224 Reported by Clay Douglass.
5225
5226 (verilog-auto-inst, verilog-auto-star-safe)
5227 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
5228 Fix removing "// Interfaces" when saving .* expansions.
5229 Reported by Pierre-David Pfister.
5230
5231 2009-11-26 Glenn Morris <rgm@gnu.org>
5232
5233 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5234 the scope.
5235
5236 2009-11-25 Johan Bockgård <bojohan@gnu.org>
5237
5238 * vc-annotate.el (vc-annotate-revision-previous-to-line):
5239 Really use previous revision.
5240
5241 2009-11-25 Kevin Ryde <user42@zip.com.au>
5242
5243 * man.el (Man-completion-table): default-directory "/" in case
5244 doesn't otherwise exist. process-environment COLUMNS=999 so as
5245 not to truncate long names. process-connection-type pipe to avoid
5246 any chance of hitting the pseudo-tty TIOCGWINSZ.
5247 (man): completion-ignore-case t for friendliness and since man
5248 itself is case-insensitive on the command line.
5249 Further to Bug#3717.
5250
5251 * arc-mode.el: Add "Keywords: files", so the details in its
5252 commentary can be reached from finder-by-keyword.
5253 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
5254 editing mode, but it's comms related and sgml-mode.el has "comm"
5255 on that basis too.
5256 * textmodes/bibtex-style.el: Add "Keywords: tex".
5257 * international/isearch-x.el, international/ja-dic-cnv.el:
5258 * international/ja-dic-utl.el, international/kkc.el:
5259 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
5260
5261 2009-11-25 Juri Linkov <juri@jurta.org>
5262
5263 * man.el (Man-completion-table): Modify regexp to include
5264 section names to completion strings. (Bug#3717)
5265
5266 2009-11-25 Juri Linkov <juri@jurta.org>
5267
5268 Search recursively in gzipped files. (Bug#4982)
5269
5270 * progmodes/grep.el (grep-highlight-matches): Add new options
5271 `always' and `auto'. Doc fix.
5272 (grep-process-setup): Check `grep-highlight-matches' for
5273 `auto-detect' to determine the need to compute grep defaults.
5274 Move Windows/DOS specific --colors settings handling
5275 to `grep-compute-defaults'. Check `grep-highlight-matches'
5276 to get the value of "--color=".
5277 (grep-compute-defaults): Compute `grep-highlight-matches' when it
5278 has the value `auto-detect'. Move Windows/DOS specific settings
5279 from `grep-process-setup'.
5280 (zrgrep): New command with alias `rzgrep'.
5281
5282 2009-11-25 Juri Linkov <juri@jurta.org>
5283
5284 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5285 to nil instead of switching off view-mode. (Bug#4896)
5286
5287 2009-11-25 Juri Linkov <juri@jurta.org>
5288
5289 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
5290
5291 * mwheel.el (mwheel-scroll-up-function)
5292 (mwheel-scroll-down-function): New defvars.
5293 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5294 `scroll-up', and `mwheel-scroll-down-function' instead of
5295 `scroll-down'.
5296
5297 * doc-view.el (doc-view-scroll-up-or-next-page)
5298 (doc-view-scroll-down-or-previous-page): Add optional ARG.
5299 Use this ARG in the call to image-scroll-up/image-scroll-down.
5300 Change `interactive' spec to "P". Goto next/previous page only
5301 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5302 SPC/DEL case). Doc fix.
5303 (doc-view-next-line-or-next-page)
5304 (doc-view-previous-line-or-previous-page): Rename arg to ARG
5305 for consistency.
5306 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5307 `doc-view-scroll-up-or-next-page', and buffer-local
5308 `mwheel-scroll-down-function' to
5309 `doc-view-scroll-down-or-previous-page'.
5310
5311 2009-11-25 Juri Linkov <juri@jurta.org>
5312
5313 Provide additional default values (directories at other Dired
5314 windows) via M-n in the minibuffer of some Dired commands.
5315
5316 * dired-aux.el (dired-diff, dired-compare-directories)
5317 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5318 `minibuffer-default' in `minibuffer-with-setup-hook'.
5319 (dired-dwim-target-directory): Find a window that displays Dired
5320 buffer instead of failing when the next window is not Dired.
5321 Use `get-window-with-predicate' to find for the next Dired window.
5322 (dired-dwim-target-defaults): New function.
5323
5324 * ediff-util.el (ediff-read-file-name):
5325 Use `dired-dwim-target-defaults' to set `minibuffer-default'
5326 in `minibuffer-with-setup-hook'.
5327
5328 2009-11-25 Juri Linkov <juri@jurta.org>
5329
5330 Provide additional default values (file name at point or at the
5331 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
5332
5333 * minibuffer.el (read-file-name-defaults): New function.
5334 (read-file-name): Reset `minibuffer-default' to nil when
5335 it duplicates initial input `insdef'.
5336 Bind `minibuffer-default-add-function' to lambda that
5337 calls `read-file-name-defaults' in `minibuffer-selected-window'.
5338 (minibuffer-insert-file-name-at-point): New command.
5339
5340 * files.el (file-name-at-point-functions): New defcustom.
5341 (find-file-default): Remove defvar.
5342 (find-file-read-args): Don't use `find-file-default'.
5343 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5344 to `read-file-name'.
5345 (find-file-literally): Use `read-file-name' with
5346 `confirm-nonexistent-file-or-buffer'.
5347
5348 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5349
5350 * dired.el (dired-read-dir-and-switches):
5351 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5352 to `read-file-name'.
5353 (dired-file-name-at-point): New function.
5354 (dired-mode): Add hook `dired-file-name-at-point' to
5355 `file-name-at-point-functions'.
5356
5357 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5358
5359 Really make the *Completions* window soft-dedicated (bug#5030).
5360 * window.el (window--display-buffer-2): Add `dedicated' argument.
5361 (display-buffer): Pass it when needed so the dedicated flag is set
5362 after calling set-window-buffer, which would otherwise reset it.
5363
5364 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5365
5366 * progmodes/meta-mode.el (meta-complete-symbol):
5367 * progmodes/etags.el (complete-tag):
5368 * mail/mailabbrev.el (mail-abbrev-complete-alias):
5369 Use completion-in-region.
5370
5371 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5372 (dabbrev-completion): Use completion-in-region.
5373 (dabbrev--abbrev-at-point): Simplify regexp.
5374
5375 * abbrev.el (abbrev--before-point): Use word-motion functions
5376 if :regexp is not specified (bug#5031).
5377
5378 * subr.el (string-prefix-p): New function.
5379
5380 * man.el (Man-completion-cache): New var.
5381 (Man-completion-table): Use it.
5382
5383 * vc.el (vc-print-log-internal): Make `limit' optional for better
5384 compatibility (e.g. with vc-annotate.el).
5385
5386 2009-11-24 Kevin Ryde <user42@zip.com.au>
5387
5388 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5389 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
5390
5391 * emacs-lisp/elint.el (elint-add-required-env): Better error message
5392 when .el source file not found or other error.
5393
5394 2009-11-24 Markus Triska <markus.triska@gmx.at>
5395
5396 * linum.el (linum-update-window): Ignore intangible (bug#4996).
5397
5398 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5399
5400 Handle the [back] button properly (bug#4979).
5401 * descr-text.el (describe-text-properties): Add a `buffer' argument.
5402 Use help-setup-xref, help-buffer, and with-help-window.
5403 (describe-char): Add `buffer' argument.
5404 Pass proper command to help-setup-xref. Don't meddle with
5405 help-xref-stack-item directly.
5406 (describe-text-category): Use with-help-window and help-buffer.
5407
5408 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5409 for the displayed buffer (bug#4887).
5410
5411 * man.el (Man-completion-table): New function.
5412 (man): Use it.
5413
5414 2009-11-24 David Reitter <david.reitter@gmail.com>
5415
5416 * vc-git.el (vc-git-registered): Use checkout directory (where
5417 .git is) rather than the file's directory and a relative path spec
5418 to work around a bug in git.
5419
5420 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
5421
5422 Improve handling of processes on remote hosts.
5423
5424 * eshell/esh-util.el (eshell-path-env): New defvar.
5425 (eshell-parse-colon-path): New defun.
5426 (eshell-file-attributes): Use `eshell-parse-colon-path'.
5427
5428 * eshell/esh-ext.el (eshell-search-path):
5429 Use `eshell-parse-colon-path'.
5430 (eshell-remote-command): Remove argument HANDLER.
5431 (eshell-external-command): Check for FTP remote connection.
5432
5433 * eshell/esh-proc.el (eshell-gather-process-output):
5434 Use `file-truename', in order to start also symlinked files.
5435 Apply `start-file-process' instead of `start-process'.
5436 Shorten `command' to the local file name part.
5437
5438 * eshell/em-cmpl.el (eshell-complete-commands-list):
5439 Use `eshell-parse-colon-path'.
5440
5441 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5442
5443 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
5444 to `eshell-directory-change-hook'.
5445
5446 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
5447
5448 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5449 because it could be enabled automatically if view-read-only is non-nil.
5450
5451 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
5452
5453 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5454 made on 2009-11-22.
5455
5456 2009-11-24 Glenn Morris <rgm@gnu.org>
5457
5458 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5459 deleted variable bookmark-bmenu-bookmark-column.
5460
5461 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5462
5463 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5464
5465 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
5466
5467 * net/browse-url.el (browse-url-filename-alist): On Windows, add
5468 two slashes to the "file:" prefix.
5469 (browse-url-file-url): De-munge Cygwin filenames before passing
5470 them to Windows browser.
5471 (browse-url-default-windows-browser): Use call-process.
5472
5473 2009-11-23 Juri Linkov <juri@jurta.org>
5474
5475 Implement DocView Continuous mode. (Bug#4896)
5476 * doc-view.el (doc-view-continuous-mode): New defcustom.
5477 (doc-view-mode-map): Bind C-n/<down> to
5478 `doc-view-next-line-or-next-page', C-p/<up> to
5479 `doc-view-previous-line-or-previous-page'.
5480 (doc-view-next-line-or-next-page)
5481 (doc-view-previous-line-or-previous-page): New commands.
5482
5483 2009-11-23 Juri Linkov <juri@jurta.org>
5484
5485 Implement Isearch in comint input history. (Bug#3746)
5486 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5487 `isearch-mode-hook'.
5488 (comint-history-isearch): New defcustom.
5489 (comint-history-isearch-backward)
5490 (comint-history-isearch-backward-regexp): New commands.
5491 (comint-history-isearch-message-overlay): New buffer-local variable.
5492 (comint-history-isearch-setup, comint-history-isearch-end)
5493 (comint-goto-input, comint-history-isearch-search)
5494 (comint-history-isearch-message, comint-history-isearch-wrap)
5495 (comint-history-isearch-push-state)
5496 (comint-history-isearch-pop-state): New functions.
5497
5498 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
5499
5500 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5501 return.
5502 (tramp-handle-make-symbolic-link)
5503 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5504 Quote file names.
5505 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5506 (tramp-handle-process-file): Use it.
5507
5508 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5509
5510 * window.el (move-to-window-line-last-op): Remove.
5511 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5512
5513 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5514
5515 Make M-r mirror the new cycling behavior of C-l.
5516 * window.el (move-to-window-line-last-op): New var.
5517 (move-to-window-line-top-bottom): New command.
5518 (global-map): Bind M-r move-to-window-line-top-bottom.
5519
5520 2009-11-23 Sven Joachim <svenjoac@gmx.de>
5521
5522 * dired-x.el (dired-guess-shell-alist-default):
5523 Support xz format. (Bug#4953)
5524
5525 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
5526
5527 * emulation/viper-cmd.el: Use viper-last-command-char instead of
5528 last-command-char/last-command-event.
5529 (viper-prefix-arg-value): Do correct conversion of event-char for
5530 XEmacs.
5531
5532 * emulation/viper-util.el, emulation/viper.el:
5533 Use viper-last-command-char instead of
5534 last-command-char/last-command-event.
5535
5536 * ediff-init.el, ediff-mult.el, ediff-util.el:
5537 Replace last-command-char and last-command-event
5538 with (ediff-last-command-char) everywhere.
5539
5540 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5541 created in fundamental mode.
5542
5543 * ediff.el (ediff-version): Revert the change of interactive-p to
5544 called-interactively-p.
5545
5546 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
5547
5548 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5549 generation from word-movement command names.
5550
5551 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5552
5553 * cus-start.el (all): Add native condition for font-use-system-font.
5554
5555 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
5556
5557 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5558 Correct the patch from 2009-11-18. (Bug#3910)
5559
5560 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
5561
5562 * progmodes/subword.el: Rename from lisp/subword.el.
5563
5564 * subword.el: Rename to progmodes/subword.el.
5565
5566 * Makefile.in (ELCFILES): Adapt to subword.el move.
5567
5568 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5569 Stefan Monnier <monnier@iro.umontreal.ca>
5570
5571 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5572 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5573 (bookmark-bmenu-show-filenames): Use push.
5574 (bookmark-bmenu-hide-filenames): Use local var instead of
5575 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
5576 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5577 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5578 filenames now that the bookmark names are always available.
5579
5580 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5581
5582 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5583 (bookmark-search-pattern): Move and leave unbound.
5584 (bookmark-bmenu-mode-map): Change binding.
5585 (bookmark-read-search-input): Simplify.
5586 Don't use text-char-description. Don't error on non-char events.
5587 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5588 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5589 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5590 Use a local var for the timer.
5591 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5592 (i.e. bookmark-bmenu-search).
5593
5594 2009-11-21 Glenn Morris <rgm@gnu.org>
5595
5596 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
5597
5598 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
5599
5600 * net/browse-url.el (browse-url-default-windows-browser):
5601 Use cygstart for cygwin.
5602
5603 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
5604
5605 * bookmark.el: Formatting and doc fixes only:
5606 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5607 (bookmark-bmenu-search): Wrap to fit within 80 columns.
5608 Minor grammar and punctuation fixes in doc string.
5609 (bookmark-read-search-input): Adjust to fit within 80 columns.
5610
5611 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5612
5613 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5614 (c-backward-into-nomenclature): Adapt to subword renaming.
5615
5616 * subword.el (subword-forward, subword-backward, subword-mark)
5617 (subword-kill, subword-backward-kill, subword-transpose)
5618 (subword-downcase, subword-upcase, subword-capitalize)
5619 (subword-forward-internal, subword-backward-internal):
5620 Rename from forward-subword, backward-subword, mark-subword,
5621 kill-subword, backward-kill-subword, transpose-subwords,
5622 downcase-subword, upcase-subword, capitalize-subword,
5623 forward-subword-internal, backward-subword-internal.
5624
5625 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5626
5627 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5628 New options.
5629 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5630 New vars.
5631 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5632 (bookmark-bmenu-filter-alist-by-regexp)
5633 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5634 (bookmark-bmenu-search): New command.
5635 (bookmark-bmenu-mode-map): Bind it.
5636
5637 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5638
5639 * progmodes/cc-cmds.el: declare-functioned forward-subword and
5640 backward-subword to quit the byte-compiler.
5641
5642 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5643
5644 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5645
5646 * progmodes/cc-cmds.el (c-update-modeline)
5647 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5648 Refer to subword.el functions instead of cc-subword.el.
5649
5650 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5651 subword.el functions instead of cc-subword.el.
5652
5653 * progmodes/cc-subword.el: Rename to subword.el.
5654 * subword.el: Rename from progmodes/cc-subword.el.
5655 (subword-mode-map): Rename from c-subword-mode-map.
5656 (subword-mode): Rename from c-subword-mode.
5657 (global-subword-mode): New global minor mode.
5658 (forward-subword): Rename from c-forward-subword.
5659 (backward-subword): Rename from c-backward-subword.
5660 (mark-subword): Rename from c-mark-subword.
5661 (kill-subword): Rename from c-kill-subword.
5662 (backward-kill-subword): Rename from c-backward-kill-subword.
5663 (transpose-subwords): Rename from c-tranpose-subword.
5664 (downcase-subword): Rename from c-downcase-subword.
5665 (capitalize-subword): Rename from c-capitalize-subword.
5666 (forward-subword-internal): Rename from c-forward-subword-internal.
5667 (backward-subword-internal): Rename from c-backward-subword-internal.
5668
5669 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5670
5671 * vc.el (vc-deduce-fileset): Allow non-state changing operations
5672 from a dired buffer.
5673 (vc-dired-deduce-fileset): New function.
5674 (vc-root-diff, vc-print-root-log): Use it.
5675
5676 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5677 nil LIMIT argument to vc-print-log-internal.
5678
5679 2009-11-20 Glenn Morris <rgm@gnu.org>
5680
5681 * Makefile.in (ELCFILES): Regenerate.
5682
5683 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
5684
5685 * calc/calc.el (calc-set-mode-line):
5686 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5687 (math-format-number): Rename `math-format-complement-signed' to
5688 `math-format-twos-complement'.
5689
5690 * calc/calc-bin.el (math-format-twos-complement): Rename from
5691 math-format-complement-signed.
5692 (calc-radix): Rename `calc-complement-signed-mode' to
5693 `calc-twos-complement-mode'.
5694 (calc-octal-radix, calc-hex-radix): Add an argument for
5695 two's complement.
5696
5697 * calc/calc-embed.el (calc-embedded-mode-vars):
5698 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5699
5700 * calc/calc-ext.el (calc-init-extensions):
5701 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5702 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5703
5704 * calc/calc-units.el (math-build-units-table-buffer):
5705 Let `calc-twos-complement-mode' be nil.
5706
5707 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5708 entries.
5709
5710 * calc/calc-vec.el (calcFunc-vunpack):
5711 * calc/calc-aent.el (calc-do-calc-eval):
5712 * calc/calc-forms.el (math-format-date):
5713 * calc/calc-graph.el (calc-graph-plot):
5714 * calc/calc-math.el (math-use-emacs-fn):
5715 * calc/calccomp.el (math-compose-expr):
5716 Let `calc-twos-complement-mode' be nil.
5717
5718 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5719
5720 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5721 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
5722 * minibuffer.el (completion-in-region-functions): New hook.
5723 (completion-in-region): New function.
5724 * emacs-lisp/lisp.el (lisp-complete-symbol):
5725 * pcomplete.el (pcomplete-std-complete): Use it.
5726
5727 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5728
5729 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5730 (latex-complete-alist): New vars.
5731 (latex-string-prefix-p, latex-complete-bibtex-keys)
5732 (latex-complete-envnames, latex-complete-refkeys)
5733 (latex-complete-data): New functions.
5734 (latex-complete, latex-indent-or-complete): New commands.
5735
5736 * window.el (display-buffer-mark-dedicated): New var.
5737 (display-buffer): Obey it.
5738 * minibuffer.el (minibuffer-completion-help): Use it.
5739
5740 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5741
5742 * filecache.el (file-cache-add-file): Use push and cons.
5743 (file-cache-delete-file-regexp): Use push.
5744 (file-cache-complete): Use completion-in-region.
5745
5746 * simple.el (with-wrapper-hook): Fix thinko.
5747
5748 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5749 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5750 Use with-current-buffer and string-to-number.
5751 (hfy-fallback-colour-values): Use assoc-string.
5752 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5753 (hfy-face-at): Remove unused var `found-face'.
5754 (hfy-compile-stylesheet): Remove unused var `css'.
5755 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5756 and `orig-buffer'.
5757 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5758 Use with-current-buffer.
5759 (hfy-text-p): Use expand-file-name and fewer setq.
5760
5761 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
5762
5763 * htmlfontify.el, hfy-cmap.el: New files.
5764
5765 2009-11-19 Juri Linkov <juri@jurta.org>
5766
5767 * minibuffer.el (completions-format): New defcustom.
5768 (completion--insert-strings): Implement vertical format.
5769
5770 * simple.el (switch-to-completions): Move point to the first
5771 completion when point was at the beginning of the buffer.
5772
5773 2009-11-19 Juri Linkov <juri@jurta.org>
5774
5775 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
5776
5777 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5778
5779 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
5780
5781 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5782 (mail-signature): Change default to t.
5783 (mail-from-style): Deprecate `system-default' value.
5784 (mail-insert-from-field): For default value of mail-from-style,
5785 default to `angles' unless `angles' needs quoting and `parens'
5786 does not.
5787 (mail-citation-prefix-regexp): Use citation regexp from
5788 message-mode.
5789
5790 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
5791
5792 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5793 Set variables for computing the prompt for reading password.
5794
5795 2009-11-19 Glenn Morris <rgm@gnu.org>
5796
5797 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
5798
5799 * textmodes/flyspell.el (sgml-lexical-context): Declare.
5800
5801 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5802 (newsticker-treeview-listwindow-height): Fix custom type.
5803
5804 2009-11-19 Kenichi Handa <handa@m17n.org>
5805
5806 * descr-text.el (describe-char-padded-string): Compose with TAB
5807 only if there's a font for CH.
5808 (describe-char): Fix the condition for detecting a trivial composition.
5809
5810 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
5811
5812 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
5813 more accurate version of the regexp. (Bug#3910)
5814
5815 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
5816
5817 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5818
5819 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
5820
5821 * font-setting.el (font-use-system-font): Declare for byte-compiler.
5822 (font-setting-change-default-font): Fix typo in docstring.
5823
5824 2009-11-18 Alan Mackenzie <acm@muc.de>
5825
5826 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5827
5828 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5829
5830 * font-setting.el (font-use-system-font): Move ...
5831
5832 * cus-start.el (all): ... to here.
5833
5834 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
5835
5836 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5837 Don't set `ad-return-value' if `ad-do-it' doesn't.
5838
5839 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5840 modification time.
5841
5842 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5843
5844 * menu-bar.el: Put "Use system font" in Option-menu.
5845 (menu-bar-options-save): Add font-use-system-font.
5846
5847 * loadup.el: If feature system-font-setting or font-render-setting is
5848 there, load font-setting.
5849
5850 * Makefile.in (ELCFILES): Add font-settings.el.
5851 * font-setting.el: New file.
5852
5853 2009-11-17 Glenn Morris <rgm@gnu.org>
5854
5855 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5856
5857 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5858 Preserve point in the list buffer. (Bug#4939)
5859 Use point-at-eol.
5860 (newsticker--treeview-list-update-highlight)
5861 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5862
5863 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5864
5865 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5866 Remove.
5867
5868 * calc/calc-ext.el (calc-init-extensions): Remove references to
5869 symclip.
5870
5871 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5872
5873 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5874 * calc/calc-help.el (calc-b-prefix-help): Remove references to
5875 `calc-symclip'.
5876
5877 2009-11-16 Kevin Ryde <user42@zip.com.au>
5878
5879 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5880 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
5881
5882 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5883 (lm-keywords-list): Allow comma-only separator like "foo,bar".
5884 Ignore trailing spaces by omit-nulls to split-string (fixing
5885 regression from Emacs 21 due to the incompatible split-string
5886 change). (Bug #4928.)
5887
5888 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
5889
5890 * vc.el (vc-log-show-limit): Default to 2000.
5891 (vc-print-log-internal): Insert buttons to request more entries
5892 when limiting the output.
5893
5894 * vc-sccs.el (vc-sccs-print-log):
5895 * vc-rcs.el (vc-rcs-print-log):
5896 * vc-cvs.el (vc-cvs-print-log):
5897 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5898 LIMIT is non-nil.
5899
5900 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5901
5902 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5903 error when `tramp-gvfs-dbus-event-vector' is set.
5904 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5905
5906 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5907
5908 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5909
5910 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5911
5912 * net/dbus.el (dbus-unregister-service): New defun.
5913 (dbus-register-property): Register the handlers of
5914 "org.freedesktop.DBus.Properties" for SERVICE.
5915 (dbus-property-handler): Fix docstring.
5916
5917 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5918
5919 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5920 Quote doc string reference in defvaralias as it is not in special form.
5921 (byte-compile-output-docform): Doc fix.
5922
5923 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5924
5925 * calc/calc.el (math-2-word-size, math-half-2-word-size)
5926 (calc-complement-signed-mode): New variables.
5927 (calc-set-mode-line): Add indicator for twos-complements.
5928 (math-format-number): Format twos-complement notation.
5929
5930 * calc/calc-bin.el (calc-word-size): Reset the variables
5931 `math-2-word-size' and `math-half-2-word-size'.
5932 (math-format-complement-signed, math-symclip, calcFunc-symclip)
5933 (calc-symclip): New functions.
5934
5935 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5936
5937 * calc/calc-embed.el (calc-embedded-mode-vars):
5938 Add `calc-complement-signed-mode' to the list of modes.
5939
5940 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5941 (calc-b-oper-keys): Add `calc-symclip' to list.
5942
5943 * calc/calc-ext.el (math-read-number-fancy): Read complement
5944 signed numbers.
5945 (calc-init-extensions): Add binding for `calc-symclip'.
5946 Add autoload for `calcFunc-symclip' and `calc-symclip'.
5947
5948 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5949 `calc-symclip'.
5950 (calc-modes-menu): Add item for twos complement mode.
5951
5952 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5953
5954 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5955
5956 * register.el (jump-to-register, insert-register): Handle Semantic
5957 tags. From commented-out advice in semantic/senator.el.
5958
5959 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5960
5961 * vc.el (vc-log-show-limit): New variable.
5962 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
5963 when using a prefix argument.
5964 (vc-print-log-internal): Add new argument LIMIT.
5965
5966 * vc-svn.el (vc-svn-print-log):
5967 * vc-mtn.el (vc-mtn-print-log):
5968 * vc-hg.el (vc-hg-print-log):
5969 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5970 pass it to the log command when set. Make the BUFFER argument
5971 non-optional.
5972
5973 * vc-sccs.el (vc-sccs-print-log):
5974 * vc-rcs.el (vc-rcs-print-log):
5975 * vc-git.el (vc-git-print-log):
5976 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5977 ignore it. Make the BUFFER argument non-optional
5978
5979 * bindings.el (mode-line-buffer-identification): Do not purecopy.
5980
5981 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5982
5983 * dired.el (dired-mode-map): Move encryption items to "Operate"
5984 menu (Bug#4703).
5985
5986 * strokes.el (strokes-update-window-configuration): Make strokes
5987 buffer current before erasing (Bug#4906).
5988
5989 2009-11-15 Juri Linkov <juri@jurta.org>
5990
5991 * simple.el (set-mark-default-inactive): Add :type, :group
5992 and :version. (Bug#4876)
5993
5994 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
5995
5996 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5997 (archive-unique-fname): ... here. (Bug#4929)
5998
5999 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6000
6001 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
6002 with a real fix.
6003
6004 * novice.el (disabled-command-function): Add useful args.
6005 Setup the help buffer so that [back] works.
6006 Remove redundant call to help-mode.
6007 (disabled-command-function): Use `case'.
6008 (en/disable-command): New function extracted from enable-command.
6009 (enable-command, disable-command): Use it.
6010
6011 2009-11-14 Glenn Morris <rgm@gnu.org>
6012
6013 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
6014 constants. (Bug#4913)
6015
6016 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
6017
6018 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
6019
6020 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
6021 defined in C that have no doc-strings. (Bug#1063)
6022
6023 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
6024
6025 * cus-edit.el (data, files):
6026 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
6027
6028 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
6029
6030 * simple.el (shell-command): Doc fix (Bug#4891).
6031
6032 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
6033
6034 2009-11-14 Glenn Morris <rgm@gnu.org>
6035
6036 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
6037 statements for vc-diff, emerge-quit, and rmail-cease-edit.
6038 If they are already loaded, eval-after-load will do the right thing.
6039
6040 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
6041 compiling.
6042
6043 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
6044
6045 * simple.el (x-selection-owner-p): Declare.
6046 (read-mail-command): Use custom radio type rather than choice.
6047 (completion-no-auto-exit): Doc fix.
6048
6049 * custom.el (defgroup):
6050 * epg-config.el (epg): Doc fixes.
6051
6052 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
6053
6054 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
6055 * international/ccl.el (define-ccl-program): Do not purecopy the
6056 docstring, defconst does it anyway.
6057
6058 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6059
6060 * add-log.el (add-change-log-entry): Avoid displaying the changelog
6061 a second time.
6062
6063 * x-dnd.el (x-dnd-maybe-call-test-function):
6064 * window.el (split-window-vertically):
6065 * whitespace.el (whitespace-help-on):
6066 * vc-rcs.el (vc-rcs-consult-headers):
6067 * userlock.el (ask-user-about-lock-help)
6068 (ask-user-about-supersession-help):
6069 * type-break.el (type-break-force-mode-line-update):
6070 * time-stamp.el (time-stamp-conv-warn):
6071 * terminal.el (te-set-output-log, te-more-break, te-filter)
6072 (te-sentinel, terminal-emulator):
6073 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
6074 (term-write-input-ring, term-check-source, term-start-output-log):
6075 (term-display-buffer-line, term-dynamic-list-completions):
6076 (term-ansi-make-term, serial-term):
6077 * subr.el (selective-display):
6078 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6079 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
6080 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
6081 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
6082 (speedbar-remove-localized-speedbar-support)
6083 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
6084 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
6085 (speedbar-buffers-line-directory):
6086 * simple.el (shell-command-on-region, append-to-buffer)
6087 (prepend-to-buffer):
6088 * shadowfile.el (shadow-save-todo-file):
6089 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
6090 (scroll-bar-maybe-set-window-start):
6091 * sb-image.el (speedbar-image-dump):
6092 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
6093 (load-save-place-alist-from-file):
6094 * ps-samp.el (ps-print-message-from-summary):
6095 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
6096 (ps-background-image, ps-begin-job, ps-do-despool):
6097 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
6098 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
6099 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
6100 (pr-call-process, pr-file-list, pr-interface-save):
6101 * novice.el (disabled-command-function)
6102 (enable-command, disable-command):
6103 * mouse.el (mouse-buffer-menu-alist):
6104 * mouse-copy.el (mouse-kill-preserving-secondary):
6105 * macros.el (kbd-macro-query):
6106 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
6107 * informat.el (batch-info-validate):
6108 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
6109 * hippie-exp.el (try-expand-dabbrev-visible):
6110 * help-mode.el (help-make-xrefs):
6111 * help-fns.el (describe-variable):
6112 * generic-x.el (bat-generic-mode-run-as-comint):
6113 * finder.el (finder-mouse-select):
6114 * find-dired.el (find-dired-sentinel):
6115 * filesets.el (filesets-file-close):
6116 * files.el (list-directory):
6117 * faces.el (list-faces-display, describe-face):
6118 * facemenu.el (list-colors-display):
6119 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
6120 * epg.el (epg--process-filter, epg-cancel):
6121 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
6122 (epa--read-signature-type):
6123 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
6124 (emerge-file-names):
6125 * ehelp.el (electric-helpify):
6126 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
6127 * ediff-vers.el (rcs-ediff-view-revision):
6128 * ediff-util.el (ediff-setup):
6129 * ediff-mult.el (ediff-append-custom-diff):
6130 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
6131 (ediff-wordify):
6132 * echistory.el (Electric-command-history-redo-expression):
6133 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6134 * disp-table.el (describe-display-table):
6135 * dired.el (dired-find-buffer-nocreate):
6136 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
6137 * dabbrev.el (dabbrev--same-major-mode-p):
6138 * chistory.el (list-command-history):
6139 * apropos.el (apropos-documentation):
6140 * allout.el (allout-obtain-passphrase):
6141 (allout-copy-exposed-to-buffer):
6142 (allout-verify-passphrase): Use with-current-buffer.
6143
6144 2009-11-13 Glenn Morris <rgm@gnu.org>
6145
6146 * Makefile.in (ELCFILES): Regenerate.
6147
6148 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
6149
6150 * net/dbus.el (dbus-registered-objects-table): Rename from
6151 `dbus-registered-functions-table', because it contains also properties.
6152 (dbus-unregister-object): Unregister also properties.
6153 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6154 Use a timeout of 500 msec, in order to not block.
6155 (dbus-register-property, dbus-property-handler): New defuns.
6156
6157 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6158
6159 * simple.el (minibuffer-default-add-completions): Drop deprecated
6160 4th arg.
6161
6162 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
6163
6164 * textmodes/artist.el (artist-mouse-choose-operation):
6165 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
6166 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
6167 (artist-compute-up-event-key): New function.
6168 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6169
6170 2009-11-13 Kenichi Handa <handa@m17n.org>
6171
6172 * language/japan-util.el: Make sure that the value of jisx0208
6173 property is jisx0208 character.
6174
6175 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
6176
6177 * international/mule.el (auto-coding-regexp-alist): Only purecopy
6178 car or each item, not the whole list.
6179
6180 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6181
6182 * minibuffer.el (minibuffer-completion-help):
6183 Use minibuffer-hide-completions.
6184
6185 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
6186
6187 * dired.el (dired-save-positions, dired-restore-positions): New funs.
6188 (dired-revert): Use them (bug#4880).
6189
6190 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6191
6192 * tooltip.el (tooltip-frame-parameters): Undo previous change.
6193
6194 2009-11-12 Juri Linkov <juri@jurta.org>
6195
6196 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6197 New functions.
6198 (find-file-literally-at-point): Alias of `ffap-literally'.
6199
6200 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6201
6202 * textmodes/ispell.el (ispell-skip-region-alist):
6203 * textmodes/css-mode.el (auto-mode-alist):
6204 * progmodes/compile.el (auto-mode-alist):
6205 * international/mule.el (ctext-non-standard-encodings-alist)
6206 (ctext-non-standard-encodings-regexp):
6207 * simple.el (shell-command-switch, text-read-only):
6208 * replace.el (occur-mode-map):
6209 * paths.el (rmail-file-name):
6210 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6211 * find-file.el (ff-special-constructs):
6212 * files.el (file-name-handler-alist):
6213 * composite.el: Purecopy strings.
6214
6215 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6216
6217 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6218
6219 * widget.el (define-widget): Purecopy the docstring.
6220 * international/mule-cmds.el (charset): Do not purecopy the
6221 docstring here, define-widget does it.
6222
6223 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6224 * textmodes/bibtex-style.el (auto-mode-alist):
6225 * progmodes/inf-lisp.el (inferior-lisp-prompt):
6226 * progmodes/compile.el (compile-command):
6227 * language/korea-util.el (default-korean-keyboard):
6228 * international/mule-conf.el (file-coding-system-alist):
6229 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6230 * tooltip.el (tooltip-frame-parameters):
6231 * newcomment.el (comment-end, comment-padding):
6232 * dired.el (dired-trivial-filenames):
6233 * comint.el (comint-file-name-prefix): Purecopy initial values.
6234
6235 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
6236
6237 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6238 (tramp-advice-minibuffer-electric-tilde): Unload advices via
6239 `tramp-unload'.
6240 (tramp-advice-make-auto-save-file-name)
6241 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6242 after removing the advice.
6243
6244 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6245
6246 * progmodes/grep.el (grep-regexp-alist):
6247 * international/mule-cmds.el (iso-2022-control-alist):
6248 * emacs-lisp/timer.el (timer-duration-words):
6249 * subr.el (version-separator, version-regexp-alist):
6250 * minibuffer.el (completion-styles-alist):
6251 * faces.el (face-attribute-name-alist, list-faces-sample-text):
6252 Change defvars to defconsts.
6253
6254 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6255 * loadup.el ("international/mule-conf"): Load the byte compiled version.
6256 * international/mule-conf.el: Allow to be byte compiled.
6257
6258 * international/mule.el (define-charset): Purecopy props.
6259 (load-with-code-conversion): Purecopy doc string and file name.
6260 (put-charset-property): Purecopy strings.
6261 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6262
6263 * international/mule-cmds.el (register-input-method): Purecopy arguments.
6264 (define-char-code-property): Correctly purecopy the table.
6265
6266 * international/ccl.el (define-ccl-program): Purecopy the docstring.
6267
6268 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6269
6270 * subr.el (add-hook): Purecopy strings.
6271 (eval-after-load): Purecopy load-history-regexp and the form.
6272
6273 * custom.el (custom-declare-group): Purecopy load-file-name.
6274
6275 * subr.el (menu-bar-separator): New defconst.
6276 * net/eudc.el (eudc-tools-menu):
6277 * international/mule-cmds.el (set-coding-system-map)
6278 (mule-menu-keymap):
6279 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6280 * vc-hooks.el (vc-menu-map):
6281 * replace.el (occur-mode-map):
6282 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
6283 (menu-bar-edit-menu, menu-bar-goto-menu)
6284 (menu-bar-custom-menu, menu-bar-showhide-menu)
6285 (menu-bar-options-menu, menu-bar-tools-menu)
6286 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6287 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6288 (menu-bar-help-menu):
6289 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6290 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6291
6292 * term/x-win.el (x-gtk-stock-map):
6293 * progmodes/vera-mode.el (auto-mode-alist):
6294 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6295 (inferior-lisp-program, inferior-lisp-load-command):
6296 * progmodes/hideshow.el (hs-special-modes-alist):
6297 * progmodes/gud.el (same-window-regexps):
6298 * progmodes/grep.el (grep-program, find-program, xargs-program):
6299 * net/telnet.el (same-window-regexps):
6300 * net/rlogin.el (same-window-regexps):
6301 * language/ethiopic.el (font-ccl-encoder-alist):
6302 * vc-sccs.el (vc-sccs-master-templates):
6303 * vc-rcs.el (vc-rcs-master-templates):
6304 * subr.el (cl-assertion-failed):
6305 * simple.el (next-error-overlay-arrow-position):
6306 * lpr.el (lpr-command):
6307 * locate.el (locate-ls-subdir-switches):
6308 * info.el (same-window-regexps, info)
6309 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6310 * image-mode.el (image-mode, auto-mode-alist):
6311 * hippie-exp.el (hippie-expand-ignore-buffers):
6312 * format.el (format-alist):
6313 * find-dired.el (find-ls-subdir-switches, find-grep-options)
6314 (find-name-arg):
6315 * facemenu.el (facemenu-keybindings):
6316 * dired.el (dired-listing-switches, dired-chown-program):
6317 * diff.el (diff-switches, diff-command):
6318 * cus-edit.el (same-window-regexps):
6319 * bindings.el (mode-line-mule-info)
6320 (mode-line-buffer-identification): Purecopy strings.
6321
6322 2009-11-11 Juri Linkov <juri@jurta.org>
6323
6324 * simple.el (dired-get-filename) <declare-function>:
6325 Tell the byte-compiler about dired-get-filename.
6326 (shell-command): In Dired mode, get filename from the current line
6327 as the default value.
6328
6329 2009-11-10 Glenn Morris <rgm@gnu.org>
6330
6331 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6332 * calendar/holidays.el, progmodes/cperl-mode.el:
6333 Update x-popup-menu declarations.
6334
6335 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6336 (list-load-path-shadows): Use dolist.
6337 (list-load-path-shadows): Use with-current-buffer.
6338
6339 2009-11-10 Juri Linkov <juri@jurta.org>
6340
6341 * minibuffer.el (read-file-name): Support a list of default values
6342 in `default-filename'. Use the first file name where only one
6343 element is required. Doc fix.
6344
6345 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
6346
6347 * net/dbus.el (dbus-unregister-object): Release service, if no
6348 other method is registered for it.
6349
6350 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
6351
6352 * bookmark.el (bookmark-completing-read): Sort bookmark names if
6353 bookmark-sort-flag is non-nil (Bug#4653).
6354
6355 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6356
6357 * emulation/cua-base.el: Add CUA property to some CC mode commands
6358 (Bug#4100).
6359
6360 2009-11-08 Kevin Ryde <user42@zip.com.au>
6361
6362 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
6363 at end of sentence (Bug#4818).
6364
6365 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
6366
6367 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6368 Handle "see declaration of" MSFT statements (Bug#4100).
6369
6370 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
6371
6372 * net/tramp.el (tramp-advice-make-auto-save-file-name)
6373 (tramp-advice-file-expand-wildcards): Unload via
6374 `ad-remove-advice'.
6375
6376 * net/trampver.el: Update release number.
6377
6378 2009-11-08 Kevin Ryde <user42@zip.com.au>
6379
6380 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6381 `ad-do-it'.
6382
6383 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
6384
6385 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6386 in order to keep context in SELinux.
6387
6388 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6389
6390 * dired-aux.el (dired-query): Place cursor in echo area and allow
6391 C-g.
6392
6393 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6394 menu item if not on a directory (Bug#4701).
6395
6396 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
6397
6398 Sync with Tramp 2.1.17.
6399
6400 * net/tramp.el (tramp-handle-copy-directory): Don't use
6401 `file-remote-p' (due to compatibility).
6402
6403 * net/tramp-compat.el (tramp-compat-copy-directory)
6404 (tramp-compat-delete-directory): New defuns.
6405
6406 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6407 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6408 Use `tramp-compat-delete-directory'.
6409
6410 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6411 (tramp-smb-handle-delete-directory):
6412 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6413
6414 * net/trampver.el: Update release number.
6415
6416 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
6417
6418 * tar-mode.el (tar-copy): Call write-region on the right buffer
6419 (Bug#4857).
6420
6421 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6422 by hand, if necessary (Bug#4878).
6423
6424 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
6425
6426 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6427 align size column (Bug#4839).
6428
6429 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6430 statement.
6431
6432 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6433
6434 * progmodes/ld-script.el (auto-mode-alist):
6435 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6436
6437 * cus-face.el (custom-declare-face): Purecopy face spec.
6438
6439 2009-11-06 Kenichi Handa <handa@m17n.org>
6440
6441 * international/uni-bidi.el: Re-generated.
6442 * international/uni-category.el: Re-generated.
6443 * international/uni-combining.el: Re-generated.
6444 * international/uni-mirrored.el: Re-generated.
6445
6446 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6447
6448 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6449 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6450 (tex-start-options, slitex-run-command, latex-run-command)
6451 (tex-run-command, tex-directory):
6452 * textmodes/ispell.el (ispell-html-skip-alists)
6453 (ispell-tex-skip-alists, ispell-tex-skip-alists):
6454 * textmodes/fill.el (adaptive-fill-first-line-regexp):
6455 (adaptive-fill-regexp):
6456 * textmodes/dns-mode.el (auto-mode-alist):
6457 * progmodes/python.el (interpreter-mode-alist):
6458 * progmodes/etags.el (tags-compression-info-list):
6459 * progmodes/etags.el (tags-file-name):
6460 * net/browse-url.el (browse-url-galeon-program)
6461 (browse-url-firefox-program):
6462 * mail/sendmail.el (mail-signature-file)
6463 (mail-citation-prefix-regexp):
6464 * international/mule-conf.el (eight-bit):
6465 * international/latexenc.el (latex-inputenc-coding-alist):
6466 * international/fontset.el (x-pixel-size-width-font-regexp):
6467 * emacs-lisp/warnings.el (warning-type-format):
6468 * emacs-lisp/trace.el (trace-buffer):
6469 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6470 (emacs-lisp-mode-map):
6471 * calendar/holidays.el (holiday-solar-holidays)
6472 (holiday-bahai-holidays, holiday-islamic-holidays)
6473 (holiday-christian-holidays, holiday-hebrew-holidays)
6474 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6475 (hebrew-holidays-1, holiday-oriental-holidays)
6476 (holiday-general-holidays):
6477 * x-dnd.el (x-dnd-known-types):
6478 * tool-bar.el (tool-bar):
6479 * startup.el (site-run-file):
6480 * shell.el (shell-dumb-shell-regexp):
6481 * rfn-eshadow.el (file-name-shadow-tty-properties)
6482 (file-name-shadow-properties):
6483 * paths.el (remote-shell-program, news-directory):
6484 * mouse.el ([C-down-mouse-3]):
6485 * menu-bar.el (menu-bar-tools-menu):
6486 * jka-cmpr-hook.el (jka-compr-load-suffixes)
6487 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6488 (jka-compr-compression-info-list):
6489 * isearch.el (search-whitespace-regexp):
6490 * image-file.el (image-file-name-extensions):
6491 * find-dired.el (find-ls-option):
6492 * files.el (directory-listing-before-filename-regexp)
6493 (directory-free-space-args, insert-directory-program)
6494 (list-directory-brief-switches, magic-fallback-mode-alist)
6495 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6496 (automount-dir-prefix):
6497 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6498 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6499 (face-font-registry-alternatives, face-font-registry-alternatives)
6500 (face-font-family-alternatives):
6501 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6502 (facemenu-foreground-menu, facemenu-face-menu):
6503 * epa-hook.el (epa-file-name-regexp):
6504 * dnd.el (dnd-protocol-alist):
6505 * textmodes/rst.el (auto-mode-alist):
6506 * button.el (default-button): Purecopy strings.
6507
6508 2009-11-06 Glenn Morris <rgm@gnu.org>
6509
6510 * Makefile.in (ELCFILES): Update.
6511
6512 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6513
6514 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6515 * emacs-lisp/levents.el: Move to obsolete/levents.el.
6516
6517 * nxml/xsd-regexp.el (xsdre-gen-categories):
6518 * nxml/xmltok.el (xmltok-parse-entity):
6519 * nxml/rng-parse.el (rng-parse-validate-file):
6520 * nxml/rng-maint.el (rng-format-manual)
6521 (rng-manual-output-force-new-line):
6522 * nxml/rng-loc.el (rng-save-schema-location-1):
6523 * nxml/rng-cmpct.el (rng-c-parse-file):
6524 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6525 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6526
6527 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
6528
6529 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
6530 Remove extra save-excursions and make-variable-buffer-local's.
6531 Suggested by Stefan Monnier.
6532
6533 (verilog-getopt-file, verilog-module-inside-filename-p)
6534 (verilog-set-define): Merge GNU 1.35 and repair changes from
6535 switching to using with-current-buffer.
6536
6537 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6538 being treated as a number and confusing AUTORESET.
6539 Reported by Dan Dever.
6540
6541 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6542 Add verilog-auto-ignore-concat to fix backward compatibility with
6543 older verilog-modes. Reported by Dan Katz.
6544
6545 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6546 containing closing anchors "...$".
6547
6548 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6549 Reported by Wade Smith.
6550
6551 (verilog-batch-execute-func): Comment on function usage.
6552
6553 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
6554
6555 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6556 for labels.
6557
6558 (verilog-label-re, verilog-calc-1): Support proper indent of named
6559 asserts.
6560
6561 (verilog-backward-token, verilog-basic-complete-re)
6562 (verilog-beg-of-statement, verilog-indent-re): Support proper
6563 indent of the assert statement at the beginning of a block of text.
6564
6565 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6566 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6567 tokens as begins.
6568
6569 2009-11-05 Glenn Morris <rgm@gnu.org>
6570
6571 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6572 Emacs 19. (Bug#1531)
6573 (byte-compile-fix-header): Update for the above change.
6574 Drop test for epoch::version.
6575
6576 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
6577 * cus-dep.el (custom-make-dependencies):
6578 * finder.el (finder-compile-keywords):
6579 Use autoload-rubric's feature argument.
6580
6581 * calendar/diary-lib.el (top-level): Make load behave more like require.
6582
6583 * vc-git.el (vc-git-stash-map): Move definition before use.
6584
6585 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6586
6587 * custom.el (custom-declare-group): Purecopy standard-value.
6588 (custom-declare-group): Purecopy custom-prefix.
6589
6590 * international/mule.el (load-with-code-conversion):
6591 Call do-after-load-evaluation unconditionally.
6592
6593 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6594
6595 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6596
6597 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6598
6599 2009-11-04 Glenn Morris <rgm@gnu.org>
6600
6601 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6602 (byte-compile-compatibility): Remove option.
6603 (byte-compile-close-variables, byte-compile-fix-header)
6604 (byte-compile-insert-header, byte-compile-output-docform)
6605 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6606 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6607 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6608 (byte-compile-insert, byte-compile-defun):
6609 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
6610 (byte-defop-compiler19): Remove.
6611 Without byte-compile-compatibility, the 'emacs19-opcode property is not
6612 used by anything. Replace all calls with byte-defop-compiler.
6613
6614 2009-11-04 Juri Linkov <juri@jurta.org>
6615
6616 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6617 (menu-bar-options-menu): Don't quote the `prop' arg of
6618 `menu-bar-make-mm-toggle'.
6619
6620 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
6621
6622 * calendar/calendar.el (cal-loaddefs):
6623 * calendar/diary-lib.el (diary-loaddefs):
6624 * calendar/holidays.el (hol-loaddefs):
6625 * eshell/esh-module.el (esh-groups): Load rather than require.
6626
6627 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6628
6629 * calendar/todo-mode.el (todo-add-category): Don't hardcode
6630 point-min==1.
6631 (todo-top-priorities): Only display-buffer when called interactively.
6632 (todo-item-start): Don't save excursion point.
6633 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
6634 (todo-insert-item-here, todo-file-item, todo-remove-item):
6635 Adjust uses of todo-item-start and todo-item-end.
6636
6637 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6638 (autoload-rubric): Don't use any more.
6639
6640 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6641 and only put a prop if it is non-nil.
6642
6643 2009-11-03 Juri Linkov <juri@jurta.org>
6644
6645 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6646 (menu-bar-options-menu): Fix list quoting (Bug#4429).
6647
6648 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6649 and "Menu" to make top-level menu item visually one unit (like
6650 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6651 multi-word menu items). Fix :help string for quit-window.
6652
6653 2009-11-03 Glenn Morris <rgm@gnu.org>
6654
6655 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6656 (byte-compile-file-form-define-abbrev-table)
6657 (byte-compile-file-form-custom-declare-variable)
6658 (byte-compile-variable-ref, byte-compile-defvar):
6659 Whether or not a warning is enabled should only affect whether we issue
6660 the warning, not whether or not we collect the relevant data.
6661 Eg warnings can be turned on and off throughout the course of a file.
6662
6663 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6664 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6665
6666 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6667
6668 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6669 * play/mpuz.el (mpuz-create-buffer):
6670 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6671 (lm-print-y,s,noise, lm-print-w0, lm-init):
6672 * play/gomoku.el (gomoku-prompt-for-move):
6673 * play/fortune.el (fortune-in-buffer):
6674 * play/dissociate.el (dissociated-press):
6675 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
6676 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
6677 * mail/supercite.el (sc-eref-show):
6678 * mail/smtpmail.el (smtpmail-send-it):
6679 * mail/rmailsum.el (rmail-summary-next-labeled-message)
6680 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6681 (rmail-summary-undelete-many, rmail-summary-rmail-update)
6682 (rmail-summary-goto-msg, rmail-summary-expunge)
6683 (rmail-summary-get-new-mail, rmail-summary-search-backward)
6684 (rmail-summary-add-label, rmail-summary-output-menu)
6685 (rmail-summary-output-body):
6686 * mail/rfc822.el (rfc822-addresses):
6687 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6688 * mail/mailpost.el (post-mail-send-it):
6689 * mail/hashcash.el (hashcash-generate-payment):
6690 * mail/feedmail.el (feedmail-run-the-queue)
6691 (feedmail-queue-send-edit-prompt-help-first)
6692 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6693 (feedmail-deduce-address-list):
6694 * eshell/esh-ext.el (eshell-remote-command):
6695 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6696 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6697 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6698 (viper-save-string-in-file, viper-valid-marker):
6699 * emulation/viper-keym.el (viper-toggle-key):
6700 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6701 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6702 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6703 * emulation/viper-cmd.el (viper-exec-form-in-vi)
6704 (viper-exec-form-in-emacs, viper-brac-function):
6705 * emulation/viper.el (viper-delocalize-var):
6706 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6707 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6708 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6709 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6710 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6711 * emulation/edt.el (edt-electric-helpify):
6712 * emulation/cua-rect.el (cua--rectangle-aux-replace):
6713 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6714 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6715 (cua-indent-to-global-mark-column):
6716 * calendar/diary-lib.el (calendar-mark-1):
6717 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6718 Use with-current-buffer.
6719 * emulation/viper.el (viper-delocalize-var): Use dolist.
6720
6721 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
6722
6723 * comint.el (comint-replace-by-expanded-history-before-point):
6724 Replace !! with the previous input string literally (Bug#1795).
6725
6726 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
6727
6728 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6729 to be made up of whitespace.
6730
6731 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
6732
6733 * minibuffer.el (read-file-name): Don't use file dialogs for
6734 remote directories (Bug#99).
6735
6736 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
6737
6738 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6739
6740 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
6741
6742 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6743 instead of deleting the window or frame.
6744
6745 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6746
6747 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6748 Support face colors.
6749
6750 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6751 New function. Support face colors (Bug#1168).
6752 (tex-common-initialization): Use it.
6753
6754 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6755 mode allows it (Bug#1168).
6756
6757 2009-10-31 Juri Linkov <juri@jurta.org>
6758
6759 * facemenu.el (list-colors-display): Don't mark buffer as
6760 modified (Bug#3948).
6761
6762 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6763
6764 * international/mule-diag.el (list-character-sets-1):
6765 Minor message fix (Bug#3526).
6766
6767 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
6768 Fix face property (Bug#4834).
6769 (etags-list-tags, etags-tags-apropos-additional)
6770 (etags-tags-apropos, tags-select-tags-table): Add follow-link
6771 property.
6772
6773 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6774 items.
6775
6776 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
6777
6778 * textmodes/two-column.el (2C-split):
6779 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6780 * textmodes/tex-mode.el (tex-set-buffer-directory):
6781 * textmodes/spell.el (spell-region, spell-string):
6782 * textmodes/reftex.el (reftex-erase-buffer):
6783 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6784 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6785 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6786 (reftex-select-item):
6787 * textmodes/reftex-ref.el (reftex-label-info-update)
6788 (reftex-offer-label-menu):
6789 * textmodes/reftex-index.el (reftex-index-change-entry)
6790 (reftex-index-phrases-info):
6791 * textmodes/reftex-global.el (reftex-create-tags-file)
6792 (reftex-save-all-document-buffers, reftex-ensure-write-access):
6793 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6794 (reftex-view-crossref-from-bibtex):
6795 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6796 (reftex-extract-bib-entries-from-thebibliography)
6797 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6798 * textmodes/refbib.el (r2b-capitalize-title):
6799 (r2b-convert-buffer, r2b-help):
6800 * textmodes/page-ext.el (pages-directory)
6801 (pages-directory-goto-with-mouse):
6802 * textmodes/bibtex.el (bibtex-validate-globally):
6803 * textmodes/bib-mode.el (bib-capitalize-title):
6804 * textmodes/artist.el (artist-clear-buffer, artist-system):
6805 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6806 (local-set-scheme-interaction-buffer, xscheme-process-filter)
6807 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6808 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6809 (xscheme-send-control-g-interrupt, xscheme-start-process)
6810 (xscheme-process-sentinel, xscheme-cd):
6811 * progmodes/verilog-mode.el (verilog-read-always-signals)
6812 (verilog-set-define, verilog-getopt-file)
6813 (verilog-module-inside-filename-p):
6814 * progmodes/sh-script.el:
6815 * progmodes/python.el (python-pdbtrack-get-source-buffer)
6816 (python-pdbtrack-grub-for-buffer, python-execute-file):
6817 * progmodes/octave-inf.el (inferior-octave):
6818 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6819 (idlwave-shell-compile-helper-routines, idlwave-set-local)
6820 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6821 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6822 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6823 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6824 (idlwave-shell-filter, idlwave-shell-examine-highlight)
6825 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6826 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6827 (idlwave-shell-examine-display, idlwave-shell-run-region)
6828 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6829 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6830 * progmodes/idlw-help.el (idlwave-help-get-special-help)
6831 (idlwave-help-get-help-buffer):
6832 * progmodes/gud.el (gud-basic-call, gud-find-class)
6833 (gud-tooltip-activate-mouse-motions-if-enabled):
6834 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6835 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6836 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6837 (ebrowse-tags-next-file):
6838 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6839 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6840 (ebnf-eps-finish-and-write):
6841 * progmodes/cpp.el (cpp-edit-save):
6842 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6843 * progmodes/cc-defs.el (c-emacs-features):
6844 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6845 (antlr-directory-dependencies):
6846 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6847 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6848 (ada-find-any-references, ada-make-filename-from-adaname)
6849 (ada-make-body-gnatstub):
6850 * obsolete/rnews.el (news-list-news-groups):
6851 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6852 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6853 * net/rcirc.el (rcirc-debug):
6854 * net/newst-treeview.el (newsticker--treeview-list-add-item)
6855 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6856 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6857 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6858 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6859 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6860 (newsticker--treeview-list-clear-highlight)
6861 (newsticker--treeview-list-update-highlight)
6862 (newsticker--treeview-list-highlight-start)
6863 (newsticker--treeview-tree-update-highlight)
6864 (newsticker--treeview-get-selected-item)
6865 (newsticker-treeview-mark-list-items-old)
6866 (newsticker--treeview-set-current-node):
6867 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6868 * net/newst-backend.el (newsticker--get-news-by-funcall)
6869 (newsticker--get-news-by-wget, newsticker--image-get)
6870 (newsticker--image-sentinel):
6871 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6872 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6873 (eudc-ph-close-session):
6874 * net/eudc.el (eudc-save-options):
6875 * language/thai-word.el (thai-update-word-table):
6876 * language/japan-util.el (japanese-string-conversion):
6877 * international/titdic-cnv.el (tsang-quick-converter)
6878 (ziranma-converter, ctlau-converter):
6879 * international/mule-cmds.el (describe-language-environment):
6880 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6881 (skkdic-convert-postfix, skkdic-convert-prefix):
6882 (skkdic-convert-okuri-nasi, skkdic-convert):
6883 * emacs-lisp/re-builder.el (reb-update-overlays):
6884 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6885 * emacs-lisp/gulp.el (gulp-send-requests):
6886 * emacs-lisp/find-gc.el (trace-call-tree):
6887 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6888 (eieio-describe-generic):
6889 * emacs-lisp/eieio-base.el (eieio-persistent-read):
6890 * emacs-lisp/edebug.el (edebug-outside-excursion):
6891 * emacs-lisp/debug.el (debugger-make-xrefs):
6892 * emacs-lisp/cust-print.el (custom-prin1-to-string):
6893 * emacs-lisp/chart.el (chart-new-buffer):
6894 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6895 Use with-current-buffer.
6896 * textmodes/artist.el (artist-system): Don't call
6897 copy-sequence on a fresh string.
6898 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6899
6900 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
6901
6902 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6903 is no item to edit. (Bug#4820)
6904 (todo-top-priorities): Restore point and restore narrowing in Todo
6905 buffer. (Bug#4820)
6906
6907 2009-10-31 Glenn Morris <rgm@gnu.org>
6908
6909 * net/ange-ftp.el (top-level): Don't require dired when compiling.
6910 (comint-last-output-start, comint-last-input-start)
6911 (comint-last-input-end): Don't defvar when compiling.
6912 (ange-ftp-process-file): Use bound-and-true-p.
6913
6914 * pcmpl-rpm.el (top-level): Move provide statement to end.
6915 (pcmpl-rpm): Remove unused custom group.
6916
6917 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6918
6919 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6920
6921 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6922 (byte-compile-warnings): Add `constants' as an option.
6923 (byte-compile-callargs-warn, byte-compile-arglist-warn)
6924 (display-call-tree): Update for byte-compile-fdefinition possibly
6925 returning `(macro lambda ...)'. (Bug#4778)
6926 (byte-compile-variable-ref, byte-compile-setq-default):
6927 Respect `constants' member of byte-compile-warnings.
6928
6929 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6930
6931 * vc-bzr.el (vc-bzr-revision-keywords): New var.
6932 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6933 to "submit:".
6934
6935 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6936
6937 * textmodes/ispell.el (ispell-skip-region-alist):
6938 * international/mule-conf.el (eight-bit):
6939 * international/fontset.el (font-encoding-alist):
6940 * startup.el (pure-space-overflow-message):
6941 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6942 * paths.el (gnus-nntp-service, rmail-spool-directory)
6943 (term-file-prefix):
6944 * files.el (save-some-buffers-action-alist):
6945 * cmuscheme.el (same-window-buffer-names):
6946 * ielm.el (same-window-buffer-names):
6947 * shell.el (same-window-buffer-names):
6948 * mail/sendmail.el (same-window-buffer-names):
6949 * progmodes/inf-lisp.el (same-window-buffer-names):
6950 * bindings.el (mode-line-client)
6951 (mode-line-column-line-number-mode-map):
6952 * language/tibetan.el (tibetan-precomposition-rule-regexp)
6953 (tibetan-precomposed-regexp): Purecopy string arguments.
6954
6955 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6956
6957 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6958 (calcDigit-nondigit):
6959 * calc/calc-yank.el (calc-copy-to-buffer):
6960 * calc/calc-units.el (calc-invalidate-units-table):
6961 * calc/calc-trail.el (calc-trail-yank):
6962 * calc/calc-store.el (calc-insert-variables):
6963 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6964 * calc/calc-prog.el (calc-read-parse-table):
6965 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6966 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6967 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6968 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6969 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6970 (calc-graph-name, calc-graph-find-command, calc-graph-view)
6971 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6972 * calc/calc-ext.el (calc-realign):
6973 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6974 (calc-embedded-finish-edit, calc-embedded-make-info)
6975 (calc-embedded-finish-command, calc-embedded-stack-change):
6976 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6977
6978 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6979 shell-dynamic-complete-filename in preference to
6980 comint-dynamic-complete-filename.
6981
6982 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6983 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6984 Don't consider whether the display supports colors.
6985 (bookmark-import-new-list): Use dolist.
6986 (bookmark-bmenu-mode-map): Move initialization into declaration.
6987 (bookmark-bmenu-list): Use dolist, simplify.
6988 (bookmark-show-all-annotations): Use save-selected-window and dolist.
6989 (menu-bar-final-items): Use push.
6990
6991 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
6992
6993 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6994 it works on remote files.
6995 (vc-hg-diff): Don't pass any `--cwd' argument.
6996
6997 2009-10-27 Kevin Ryde <user42@zip.com.au>
6998
6999 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7000 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
7001 (Further to Bug#3921).
7002
7003 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
7004
7005 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
7006 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
7007 calling `tramp-imap-put-file'. Add file size to the call.
7008 (tramp-imap-get-file-entries): Compute also user name, file size,
7009 and date.
7010 (tramp-imap-handle-insert-directory): Insert uid and gid.
7011 (tramp-imap-handle-file-attributes): Transform uid and gid
7012 according to `id-format'.
7013 (tramp-imap-put-file): New optional parameter SIZE. Encode file
7014 size in header X-Size.
7015
7016 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
7017
7018 * simple.el (transpose-subr): Give clearer error when the mark
7019 is not set. (Bug#4807)
7020
7021 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
7022
7023 * net/tramp.el (tramp-perl-file-truename): New defconst.
7024 Perl code contributed by yary <not.com@gmail.com> (tiny change).
7025 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
7026 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
7027 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
7028
7029 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
7030 Ignore `dired-call-process'.
7031 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
7032
7033 2009-10-26 Julian Scheid <julians37@gmail.com>
7034
7035 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
7036 (tramp-get-remote-readlink): New defun.
7037 (tramp-handle-file-truename): Use it.
7038 (tramp-handle-file-exists-p): Check file-attributes cache, assume
7039 file exists if cache value present.
7040 (tramp-check-cached-permissions): New defun.
7041 (tramp-handle-file-readable-p): Use it.
7042 (tramp-handle-file-writable-p): Likewise.
7043 (tramp-handle-file-executable-p): Likewise.
7044 (tramp-handle-file-name-all-completions): Try using Perl to get
7045 partial completions. When perl not available, combine `cd' and
7046 `ls' into single remote operation and use shell expansion to get
7047 partial remote directory contents. Set `file-exists-p' cache for
7048 directory and any files returned by ls. Change cache handling to
7049 support partial directory contents. Use error message emitted by
7050 remote `cd' or Perl code for local tramp-error.
7051 (tramp-do-copy-or-rename-file-directly): Avoid separate
7052 tramp-send-command-and-check call.
7053 (tramp-handle-process-file): Merge three remote ops into one.
7054 Do not flush all caches when `process-file-side-effects' is set.
7055 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
7056 file-attributes shows uid/gid to be set already.
7057
7058 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
7059
7060 * textmodes/tex-mode.el (tex-dvi-view-command)
7061 (tex-show-queue-command, tex-open-quote):
7062 * progmodes/ruby-mode.el (auto-mode-alist)
7063 (interpreter-mode-alist): Purecopy strings.
7064
7065 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
7066
7067 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
7068 string for the hook, keymap and abbrev table.
7069
7070 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
7071
7072 * x-dnd.el (x-dnd-xdnd-to-action):
7073 * startup.el (fancy-startup-text, fancy-about-text): Change to
7074 defconst from defvar.
7075
7076 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
7077
7078 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
7079 Purecopy initialization strings.
7080
7081 * mail/sendmail.el (mail-header-separator)
7082 (mail-personal-alias-file):
7083 * mail/rmail.el (rmail-default-dont-reply-to-names)
7084 (rmail-ignored-headers, rmail-retry-ignored-headers)
7085 (rmail-highlighted-headers, rmail-secondary-file-directory)
7086 (rmail-secondary-file-regexp):
7087 * files.el (null-device, file-name-invalid-regexp)
7088 (locate-dominating-stop-dir-regexp)
7089 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
7090 (interpreter-mode-alist): Use mapcar instead of mapc.
7091
7092 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
7093
7094 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
7095 (completion-ignored-extensions):
7096 (debug-ignored-errors): Purecopy strings.
7097
7098 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7099
7100 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
7101 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
7102 (pcomplete--here): Use push.
7103
7104 * subr.el (all-completions): Declare the 4th arg obsolete.
7105
7106 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7107
7108 * pcomplete.el (pcomplete-unquote-argument-function): New var.
7109 (pcomplete-unquote-argument): New function.
7110 (pcomplete--common-suffix): Always pay attention to case.
7111 (pcomplete--table-subvert): Quote and unquote the text.
7112 (pcomplete--common-quoted-suffix): New function.
7113 (pcomplete-std-complete): Use it and pcomplete-begin.
7114
7115 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
7116 we're inside a dedicated or minibuffer window.
7117
7118 2009-10-24 Karl Fogel <kfogel@red-bean.com>
7119
7120 * bookmark.el: Update documentation, especially documentation
7121 of `bookmark-alist' and of the bookmark file format.
7122 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
7123
7124 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
7125
7126 * mail/emacsbug.el (report-emacs-bug): Clarify that the
7127 keybindings apply to the mail buffer (Bug#4003). Shrink help
7128 window to buffer.
7129
7130 * whitespace.el (whitespace-mode, whitespace-newline-mode)
7131 (global-whitespace-mode, global-whitespace-newline-mode)
7132 (whitespace-toggle-options, global-whitespace-toggle-options):
7133 Doc fix (Bug#3660).
7134
7135 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
7136 of xmltok-start before the end tag was inserted (Bug#2840).
7137
7138 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
7139 patterns that are preceded by an open-paren (Bug#1320).
7140
7141 2009-10-24 Sven Joachim <svenjoac@gmx.de>
7142
7143 * files.el (delete-directory): Delete symlinks to directories with
7144 delete-file (Bug#4739).
7145
7146 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
7147
7148 * vc.el (vc-backend-for-registration): Rename from
7149 vc-get-backend-for-registration. Update callers.
7150
7151 * international/mule-cmds.el (set-language-info-alist):
7152 Purecopy lang-env.
7153 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
7154 (charset): Purecopy the name.
7155 (define-char-code-property): Purecopy string arguments.
7156
7157 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7158 Purecopy string arguments.
7159
7160 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7161 * ediff-hook.el (menu-bar-ediff-menu):
7162 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
7163 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
7164
7165 2009-10-24 Glenn Morris <rgm@gnu.org>
7166
7167 * comint.el (comint-dynamic-list-completions):
7168 * term.el (term-dynamic-list-completions): Use choose-completion rather
7169 than obsolete alias mouse-choose-completion.
7170
7171 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
7172 file-cache-choose-completion.
7173 (file-cache-choose-completion): Handle an optional event argument.
7174 (file-cache-mouse-choose-completion): Make it an obsolete alias.
7175
7176 * progmodes/octave-mod.el (octave-complete-symbol):
7177 Use choose-completion if mouse-choose-completion is ever removed.
7178
7179 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
7180 use.
7181
7182 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
7183 compiler.
7184
7185 * vc-hooks.el (vc-responsible-backend): Fix declaration.
7186
7187 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7188
7189 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
7190 Ignore `pred' now that we receive one.
7191 Handle test-completion specially.
7192
7193 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7194
7195 * vc.el (vc-responsible-backend): Throw an error if not backend is
7196 found. Remove the REGISTER argument. Move the code dealing with
7197 REGISTER ...
7198 (vc-get-backend-for-registration): ... here. New function.
7199 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
7200 of vc-responsible-backend, pass the file name instead of the
7201 directory name.
7202
7203 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7204
7205 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
7206 New funs.
7207 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
7208 (pcomplete-comint-setup): Don't modify a global var via
7209 accidental side-effects.
7210 (pcomplete-shell-setup): Adjust call accordingly.
7211 (pcomplete-parse-comint-arguments): Use push.
7212
7213 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
7214
7215 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7216 Allow uncapitalized info node names (Bug#3921).
7217
7218 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
7219 to the DEBUG file (Bug#3781).
7220
7221 2009-10-23 Jari Aalto <jari.aalto@cante.net>
7222
7223 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
7224 dictionary entry (Bug#4579).
7225
7226 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
7227
7228 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
7229 from `rfn-eshadow-update-overlay-hook' when unloading.
7230 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
7231 "rsyncc". Adjust doc string.
7232 (tramp-temp-buffer-file-name): New buffer-local defvar.
7233 (tramp-handle-insert-file-contents, tramp-handle-write-region):
7234 Keep temporary file when indicated by method ("rsync" and
7235 "rsyncc").
7236 (tramp-handle-write-region): Handle APPEND.
7237 (tramp-delete-temp-file-function): New defun. Added to
7238 `kill-buffer-hook'.
7239
7240 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
7241
7242 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
7243
7244 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7245
7246 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
7247 (color-name-rgb-alist, tty-standard-colors)
7248 (tty-color-mode-alist): Change to defconst.
7249
7250 * simple.el (mark-inactive): Purecopy message.
7251
7252 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
7253 (global-map, yank-menu):
7254 * textmodes/ispell.el (ispell-menu-map):
7255 * net/eudc.el (eudc-tools-menu):
7256 * international/mule-cmds.el (describe-language-environment-map)
7257 (setup-language-environment-map, set-coding-system-map)
7258 (mule-menu-keymap):
7259 * vc-hooks.el (vc-menu-entry, vc-menu-map):
7260 * replace.el (occur-mode-map):
7261 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
7262
7263 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
7264
7265 * calc/calc.el (math-read-number, math-read-number-simple):
7266 Use `save-match-data'.
7267
7268 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7269
7270 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
7271 rather than fiddling with global-map bindings, since it should only
7272 affect per-terminal settings.
7273 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
7274
7275 * minibuffer.el (completion-table-with-terminator): Allow to specify
7276 the terminator-regexp.
7277
7278 * simple.el (switch-to-completions): Look for *Completions* in other
7279 frames as well.
7280
7281 * pcomplete.el: Allow the use of completion-tables.
7282 (pcomplete-std-complete): New command.
7283 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
7284 (pcomplete--here): Use a function for `form' rather than an expression,
7285 so it can be byte-compiled.
7286 (pcomplete-here, pcomplete-here*): Adjust accordingly.
7287 Add edebug declaration.
7288 (pcomplete-show-completions): Remove unused var `curbuf'.
7289 (pcomplete-do-complete, pcomplete-stub):
7290 Don't assume `completions' is a list of strings any more.
7291
7292 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
7293
7294 * find-dired.el (find-name-arg): Fix typo in docstring.
7295
7296 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7297
7298 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
7299 (pcmpl-linux-fs-types): Same, and update to new modules layout.
7300
7301 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
7302 pcomplete-entries.
7303
7304 * comint.el (comint-read-input-ring, comint-write-input-ring)
7305 (comint-substitute-in-file-name)
7306 (comint-dynamic-complete-as-filename)
7307 (comint-dynamic-simple-complete)
7308 (comint-dynamic-list-filename-completions)
7309 (comint-dynamic-list-completions)
7310 (comint-redirect-results-list-from-process): Minor simplifications.
7311
7312 2009-10-21 Kevin Ryde <user42@zip.com.au>
7313
7314 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7315 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
7316 the first form. And insert a blank line after ";;; Code" since
7317 that's usual style. (Bug#4612)
7318
7319 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
7320
7321 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7322
7323 * minibuffer.el (completion-table-with-terminator): Properly implement
7324 boundaries, in case `terminator' appears in the suffix.
7325 (completion--embedded-envvar-table): Don't return boundaries if
7326 there's no valid completion. Simplify.
7327 (completion-file-name-table): New completion table extracted from
7328 completion--file-name-table.
7329 (completion--file-name-table): Use it.
7330 (read-file-name-predicate): Declare obsolete.
7331 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
7332 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
7333 completion-file-name-table, and use the `pred' argument.
7334 * files.el (locate-file-completion-table): Use the `pred' arg rather
7335 than read-file-name-predicate.
7336 (abbreviate-file-name): Use \` rather than ^ for BOS.
7337
7338 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
7339
7340 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
7341 vc-responsible-backend to register, it causes problems.
7342
7343 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7344
7345 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
7346
7347 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
7348
7349 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
7350 (tramp-smb-handle-file-attributes): Use it.
7351 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
7352 (tramp-smb-handle-insert-directory): Use `mapc' rather than
7353 `mapcar'. Use `tramp-smb-get-stat-capability'.
7354 Add `dired-filename' text properties.
7355 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
7356 (tramp-smb-maybe-open-connection): Simplify check for smbclient
7357 version.
7358
7359 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7360
7361 * subr.el (read-key-delay): Reduce to 0.01.
7362 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
7363 (bug#4751).
7364
7365 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7366
7367 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
7368
7369 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
7370 (Info-menu): Remove unused vars `last' and `completions'.
7371 (Info-index-nodes): Remove unused var `node'.
7372
7373 * info.el (Info-complete-menu-item): Use complete-with-action.
7374
7375 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7376
7377 Make vc-annotate work through copies and renames.
7378 * vc-annotate.el (vc-annotate-extract-revision-at-line):
7379 Return the file name too.
7380 (vc-annotate-revision-at-line)
7381 (vc-annotate-find-revision-at-line)
7382 (vc-annotate-revision-previous-to-line)
7383 (vc-annotate-show-log-revision-at-line): Update to get the file
7384 name from vc-annotate-extract-revision-at-line.
7385 (vc-annotate-show-diff-revision-at-line-internal): Change the
7386 argument to mean whether to show a file diff or not. Get the file
7387 name from vc-annotate-extract-revision-at-line.
7388 (vc-annotate-show-diff-revision-at-line):
7389 Update vc-annotate-show-diff-revision-at-line call.
7390 (vc-annotate-warp-revision): Add an optional file argument.
7391
7392 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
7393 (vc-git-annotate-extract-revision-at-line): Also return the file
7394 name if found.
7395
7396 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
7397 command. Remove unused code.
7398 (vc-hg-annotate-re): Update to match --follow output.
7399 (vc-hg-annotate-extract-revision-at-line): Also return the file
7400 name if found.
7401
7402 * vc.el: Update annotate-extract-revision-at-line documentation.
7403
7404 2009-10-18 Kevin Ryde <user42@zip.com.au>
7405
7406 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
7407 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
7408
7409 * net/browse-url.el (browse-url): Identify alist with "consp and
7410 not functionp" and let all other things go down the `apply' leg,
7411 as suggested by Stefan. (Further to bug#4531.)
7412
7413 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
7414
7415 * minibuffer.el (read-file-name): Check for repeat before putting
7416 a default argument in file-name-history (Bug#4657).
7417
7418 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
7419 read syntax (Bug#4737).
7420
7421 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7422
7423 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7424
7425 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
7426 (html-tag-alist, html-tag-help): Add descriptions for undocumented
7427 entries and make note of obsolete tags.
7428
7429 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7430
7431 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7432
7433 2009-10-18 Glenn Morris <rgm@gnu.org>
7434
7435 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7436 grep, so that binary files (eg international/uni-bidi.el) can match.
7437 Remove test for "UnicodeData" files, since it is hopefully unnecessary
7438 now, and in any case the file header format has changed.
7439
7440 2009-10-17 Glenn Morris <rgm@gnu.org>
7441
7442 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7443 (flyspell-get-word, flyspell-large-region)
7444 (flyspell-auto-correct-previous-word): Doc/error message fixes.
7445
7446 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
7447
7448 * Makefile.in (ELCFILES): Add ede/shell.
7449
7450 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
7451
7452 * term/common-win.el (x-colors): Purecopy it.
7453
7454 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7455
7456 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
7457 permissive for when the buffer is empty.
7458 (tar-header-block-tokenize): Decode the username and groupname.
7459 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
7460
7461 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7462
7463 * international/mule-cmds.el (select-safe-coding-system): If the file
7464 has a coding cookie, use it regardless of any other setting (bug#4712).
7465
7466 2009-10-17 Glenn Morris <rgm@gnu.org>
7467
7468 * foldout.el (foldout-mouse-swallow-events):
7469 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
7470
7471 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
7472 (dired-keep-marker-copy, dired-keep-marker-hardlink)
7473 (dired-keep-marker-symlink, dired-dwim-target)
7474 (dired-copy-preserve-time): Do not autoload these defcustoms.
7475
7476 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7477 messages from messing up the file coding. (Bug#4623)
7478
7479 2009-10-17 Jari Aalto <jari.aalto@cante.net>
7480
7481 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7482 if no match is found for the current dictionary. (Bug#4578)
7483
7484 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7485 optional, since that is how it is documented, and this is often called
7486 with a nil argument. (Bug#4577)
7487 (flyspell-external-point-words, flyspell-auto-correct-word)
7488 (flyspell-correct-word-before-point, flyspell-word-search-forward)
7489 (flyspell-word-search-backward): Remove nil argument in calls to
7490 flyspell-get-word, since it is not needed now.
7491
7492 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
7493
7494 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
7495
7496 2009-10-16 Glenn Morris <rgm@gnu.org>
7497
7498 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7499
7500 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
7501
7502 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7503 (ange-ftp-file-size): New function.
7504 (ange-ftp-file-attributes): Use it.
7505
7506 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
7507
7508 * net/tramp-smb.el (tramp-smb-version): New defvar.
7509 (tramp-smb-maybe-open-connection): Use it, in order to avoid
7510 repeated checks.
7511
7512 2009-10-16 Glenn Morris <rgm@gnu.org>
7513
7514 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7515 Maybe copy some custom properties from old to new name. (Bug#4706)
7516
7517 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
7518
7519 * subr.el (error, sit-for, start-process-shell-command)
7520 (start-file-process-shell-command): Set the calling convention
7521 after the function definition.
7522
7523 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7524
7525 * subr.el (error, sit-for, start-process-shell-command)
7526 (start-file-process-shell-command): Use the new
7527 set-advertised-calling-convention feature.
7528
7529 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
7530
7531 * international/ucs-normalize.el (ucs-normalize-version):
7532 Change to 1.2.
7533 (check-range): Adjust for Unicode 5.2.
7534
7535 2009-10-15 Juri Linkov <juri@jurta.org>
7536
7537 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7538 to the `menu-item' format.
7539
7540 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
7541
7542 * net/tramp.el (tramp-replace-environment-variables): Do not fail
7543 if the environment variable does not exist.
7544
7545 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7546 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7547 parameter.
7548 (tramp-smb-handle-add-name-to-file)
7549 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7550 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7551 (tramp-smb-handle-file-attributes)
7552 (tramp-smb-do-file-attributes-with-stat)
7553 (tramp-smb-handle-file-local-copy)
7554 (tramp-smb-handle-insert-directory)
7555 (tramp-smb-handle-make-directory)
7556 (tramp-smb-handle-make-directory-internal)
7557 (tramp-smb-handle-make-symbolic-link)
7558 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7559 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7560 (tramp-smb-maybe-open-connection): Apply the changed parameters.
7561 (tramp-smb-read-file-entry): Read Disk names in compressed format.
7562 Handle long file names.
7563 (tramp-smb-get-cifs-capabilities): Check, whether the connection
7564 process is running.
7565 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7566 Read share names with "-g" option.
7567
7568 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
7569
7570 * net/rcirc.el (rcirc-view-log-file): New command.
7571 (rcirc-track-minor-mode-map): Remove C-c ` binding.
7572 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7573 specified.
7574
7575 2009-10-15 Glenn Morris <rgm@gnu.org>
7576
7577 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7578 from the second command-line argument.
7579 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7580 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7581 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7582 w32-batch-update-autoloads.
7583 * emacs-lisp/autoload.el (autoload-make-program): New variable.
7584 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7585
7586 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7587 the headers cannot be located. Simplify, subtracting superflous
7588 save-excursions.
7589
7590 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
7591
7592 Replace completion-base-size by completion-base-position to fix bugs
7593 such as (bug#4699).
7594 * simple.el (completion-base-position): New var.
7595 (completion-base-size): Mark as obsolete.
7596 (choose-completion): Make it work for mouse events as well.
7597 Pass the new base-position to choose-completion-string.
7598 (choose-completion-guess-base-position): New function, extracted from
7599 choose-completion-delete-max-match.
7600 (choose-completion-delete-max-match): Use it. Make obsolete.
7601 (choose-completion-string): Use the new base-position info.
7602 (completion-root-regexp): Delete.
7603 (completion-setup-function): Preserve completion-base-position.
7604 Eliminate obsolete base-size manipulation.
7605 * minibuffer.el (display-completion-list): Don't mess with base-size.
7606 (minibuffer-completion-help): Set completion-base-position instead.
7607 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7608 choose-completion.
7609 * textmodes/bibtex.el (bibtex-complete):
7610 * emacs-lisp/crm.el (crm--choose-completion-string):
7611 Adjust to new calling convention.
7612 * complete.el (partial-completion-mode): Use minibufferp to avoid
7613 bumping into incompatible change to choose-completion-string-functions.
7614 * ido.el (ido-choose-completion-string): Make its calling convention
7615 more permissive.
7616 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7617 base-size manipulation.
7618 (comint-dynamic-list-input-ring): Use dotimes and push.
7619 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7620 fundamental-mode. Use `or'.
7621
7622 2009-10-14 Juri Linkov <juri@jurta.org>
7623
7624 * misearch.el (multi-isearch-next-buffer-from-list)
7625 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
7626
7627 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7628
7629 * Makefile.in (compile-onefile): Load `bytecomp' rather than
7630 `bytecomp.el'.
7631
7632 * minibuffer.el (completion-pcm--merge-completions): Make sure the
7633 string we return is all made up of text from the completions rather
7634 than part from the completions and part from the input (bug#4219).
7635
7636 * ido.el (ido-everywhere): Use define-minor-mode.
7637
7638 * buff-menu.el (list-buffers, ctl-x-map):
7639 Mark the entry points with ;;;###autoload cookies.
7640
7641 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7642
7643 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7644 correctly in the detached head case.
7645 (vc-git-print-log): Remove unused binding.
7646
7647 * vc.el (vc-responsible-backend): When a directory is passed for
7648 for registration create a VC repository if no backend is
7649 responsible for the directory argument.
7650 (vc-deduce-fileset): Tell vc-responsible-backend to register.
7651
7652 * vc.el: Move comments about RCS and SCCS ...
7653 * vc-rcs.el:
7654 * vc-sccs.el: ... here, respectively.
7655
7656 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7657
7658 * minibuffer.el (completion--file-name-table): Return nil if there's
7659 no file completion, even if substitute-in-file-name changed
7660 the string (bug#4708).
7661
7662 2009-10-13 Juri Linkov <juri@jurta.org>
7663
7664 * files-x.el (read-file-local-variable-value): Don't filter out
7665 minor modes from mode name completion (bug#4664).
7666
7667 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7668
7669 * international/mule-cmds.el (ucs-names): Remove exclusion of
7670 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7671
7672 2009-10-13 Kenichi Handa <handa@m17n.org>
7673
7674 * international/uni-name.el: Regenerated.
7675
7676 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7677
7678 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
7679 should be automatically buffer-local, but isn't.)
7680
7681 2009-10-12 Sam Steingold <sds@gnu.org>
7682
7683 * progmodes/compile.el (compilation-next-error-function): Fix the
7684 timestamps if the buffer has been visited before.
7685 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7686 non-anchored patterns, like the perl one (bug#3928).
7687
7688 2009-10-12 Glenn Morris <rgm@gnu.org>
7689
7690 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7691 Let-bind `size'.
7692
7693 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
7694
7695 * proced.el (proced-unload-function): New function.
7696
7697 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7698 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7699 Doc fix.
7700
7701 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7702
7703 2009-10-11 Juri Linkov <juri@jurta.org>
7704
7705 * files-x.el (read-file-local-variable-value):
7706 Provide default value only for bound variables (bug#4664).
7707
7708 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
7709
7710 * net/tramp.el (tramp-local-host-p): Function shall return nil for
7711 connection methods like smb.
7712
7713 * net/tramp-cache.el (tramp-flush-connection-property): The hash
7714 can be empty.
7715
7716 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7717 (tramp-smb-file-name-handler-alist): Add handlers for
7718 `add-name-to-file', `make-symbolic-link'.
7719 (tramp-smb-handle-add-name-to-file)
7720 (tramp-smb-do-file-attributes-with-stat)
7721 (tramp-smb-handle-make-symbolic-link)
7722 (tramp-smb-get-cifs-capabilities): New defuns.
7723 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7724 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7725 (tramp-smb-handle-file-local-copy)
7726 (tramp-smb-handle-make-directory-internal)
7727 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7728 The file name syntax depends on cifs capabilities.
7729 (tramp-smb-handle-file-attributes):
7730 Call `tramp-smb-do-file-attributes-with-stat' if possible.
7731 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7732 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7733
7734 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
7735
7736 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7737 (eieio-defclass): Apply deftype handler and setf-method properties
7738 directly.
7739 (eieio-add-new-slot): Avoid union function from cl library.
7740 (eieio--typep): New function.
7741 (eieio-perform-slot-validation): Use it.
7742
7743 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7744
7745 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7746 Update documentation to refer to the variables documented in r1.135.
7747 (Bug#4188)
7748
7749 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7750
7751 * bookmark.el (Info-suffix-list): Remove this unused variable.
7752 (bookmark-current-point): Remove this obsolete variable.
7753 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7754 Adjust for removal of bookmark-current-point.
7755
7756 (bookmarks-already-loaded, bookmark-current-buffer)
7757 (bookmark-yank-point): Document. (Bug#4188)
7758
7759 2009-10-10 Glenn Morris <rgm@gnu.org>
7760
7761 * frame.el (frame-height): Doc fix.
7762
7763 * calendar/calendar.el (calendar-split-width-threshold): New option.
7764 (calendar-basic-setup): Use calendar-split-width-threshold.
7765
7766 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
7767
7768 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7769 Ideographic Supplement" range (U+1F200..U+1F2FF).
7770
7771 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7772
7773 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7774 since the list will have been rebuilt anyway. (Bug#4349)
7775
7776 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7777
7778 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7779 (bookmark-bmenu-execute-deletions): Don't save here, as
7780 bookmark-delete will now do so if necessary.
7781 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7782 (Bug#4348)
7783
7784 2009-10-09 Glenn Morris <rgm@gnu.org>
7785
7786 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7787
7788 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7789
7790 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7791 (bookmark-jump-other-window): Just invoke bookmark-jump with new
7792 argument now, so the two function's behaviors will match. (Bug#3645)
7793
7794 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
7795
7796 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7797 (tramp-file-name-real-host, tramp-file-name-port):
7798 Apply `save-match-data'.
7799
7800 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7801 case both directories are remote.
7802 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7803 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7804
7805 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7806
7807 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7808
7809 2009-10-07 Glenn Morris <rgm@gnu.org>
7810
7811 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7812 of concat.
7813
7814 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7815
7816 * files-x.el (read-file-local-variable): Include some
7817 non-user-variables in the completion table (bug#4664).
7818
7819 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
7820
7821 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7822 message.
7823
7824 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7825 (tramp-smb-file-name-handler-alist): Add handler for
7826 `copy-directory', `expand-file-name', `set-file-modes'.
7827 (tramp-smb-handle-copy-directory)
7828 (tramp-smb-handle-expand-file-name)
7829 (tramp-smb-handle-set-file-modes): New defuns.
7830 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7831 (tramp-smb-handle-file-attributes): Simplify check for retrieving
7832 entry.
7833 (tramp-smb-handle-insert-directory): Don't flush the cache.
7834 (tramp-smb-maybe-open-connection): Check for samba client and
7835 server versions.
7836
7837 2009-10-07 Eli Zaretskii <eliz@gnu.org>
7838
7839 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7840 to not error out of search for "^lisp=" fails.
7841
7842 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7843
7844 * makefile.w32-in (WINS_UPDATES): New macro.
7845 (custom-deps, finder-data, autoloads): Use it.
7846
7847 2009-10-07 Glenn Morris <rgm@gnu.org>
7848
7849 * Makefile.in (autoloads): Revert previous change.
7850 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7851 the list of preloaded files passed on the command-line, get
7852 it from src/Makefile.
7853
7854 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7855 show the original buffer rather than a random one.
7856
7857 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
7858
7859 * help.el (describe-no-warranty): Place point in a slightly better
7860 position in the GPLv3 text.
7861
7862 2009-10-06 Sam Steingold <sds@gnu.org>
7863
7864 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7865 the comm attribute is present before calling regexp-quote.
7866
7867 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
7868
7869 * play/animate.el (animate-string): For good effect, make sure
7870 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7871
7872 * play/animate.el (animate-sequence, animate-birthday-present):
7873 * misc.el (butterfly): Don't set `indent-tabs-mode'.
7874
7875 2009-10-06 Glenn Morris <rgm@gnu.org>
7876
7877 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7878
7879 * emacs-lisp/autoload.el (autoload-excludes): New variable.
7880 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7881 (batch-update-autoloads): Process a string value of autoload-excludes,
7882 set during the build process.
7883 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
7884
7885 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7886 inside with-parsed... macro so that `v' is defined.
7887
7888 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7889 * progmodes/fortran.el (fortran-end-of-block)
7890 (fortran-beginning-of-block):
7891 Also push mark in the macro case.
7892
7893 * emerge.el (emerge-show-file-name):
7894 * calc/calc.el (calc-quit):
7895 * calc/calc-misc.el (calc-big-or-small):
7896 * calc/calc-graph.el (calc-graph-view):
7897 * calc/calc-ext.el (calc-reset):
7898 * calendar/calendar.el (calendar-basic-setup):
7899 Use window-full-height-p.
7900
7901 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7902 header we don't understand, don't insert another. (Bug#4624)
7903 If changing mime charset, insert the new one in the right place.
7904
7905 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
7906
7907 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7908 (cal-tex-cursor-month): Correctly increment the end date for diary and
7909 holiday listing. (Bug#4626)
7910
7911 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7912
7913 * help-fns.el (describe-function-1): Don't burp if the function is not
7914 a symbol.
7915
7916 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
7917
7918 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7919 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7920 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7921 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7922
7923 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7924 (eieio-default-superclass): Reflow docstrings.
7925 (this, class-option-assoc, defclass, eieio-class-un-autoload)
7926 (eieio-unbind-method-implementations, defmethod)
7927 (eieio-validate-slot-value, eieio-validate-class-slot-value)
7928 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7929 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7930 (eieio-slot-originating-class-p, eieio-slot-name-index)
7931 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7932 (constructor, initialize-instance, no-next-method, object-print)
7933 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7934 Fix typos in docstrings.
7935 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7936 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7937 (next-method-p): Doc fixes.
7938 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7939 Fix typos in error messages.
7940 (eieio-defmethod): Fix typo in description of generic method.
7941
7942 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7943 (eieio-persistent-save-interactive, slot-missing):
7944 Fix typos in docstrings.
7945 (eieio-instance-inheritor-slot-boundp): Doc fix.
7946
7947 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7948 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7949
7950 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7951 (eieio-custom-object-apply-reset):
7952 Fix typos in docstrings and error messages.
7953
7954 * emacs-lisp/eieio-datadebug.el (data-debug-show):
7955 Fix typo in docstring.
7956
7957 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7958 (eieio-browse-tree): Doc fix.
7959 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7960 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7961 Fix typos in docstrings.
7962
7963 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7964 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7965 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7966 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7967 Reflow docstrings.
7968
7969 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7970
7971 * vc-hg.el (log-view-vc-backend): Declare for compiler.
7972 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7973 Set log-view-vc-backend so that diff can work.
7974
7975 * log-view.el (log-view-diff): Use vc-diff-internal instead of
7976 vc-version-diff.
7977 (vc-diff-internal): Autoload this instead of vc-version-diff.
7978
7979 2009-10-05 Eli Zaretskii <eliz@gnu.org>
7980
7981 * simple.el (eval-expression): Doc fix.
7982
7983 * progmodes/cwarn.el (cwarn-mode): Doc fix.
7984
7985 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
7986
7987 * files.el (directory-files-no-dot-files-regexp): New defconst.
7988 (delete-directory): Use it.
7989 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
7990
7991 * net/tramp.el (tramp-verbose): Fix docstring.
7992 (tramp-methods): Add recursive option to `tramp-copy-args'.
7993 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
7994 "scp1_old", "scp2_old", "rsync", "rsyncc".
7995 (tramp-default-method): Check also for `auth-source-user-or-password'.
7996 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7997 Add handler for `copy-directory'.
7998 (tramp-handle-copy-directory): New defun.
7999 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
8000 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
8001 Optimize sent command.
8002
8003 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8004
8005 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
8006 window if necessary.
8007
8008 * calendar/calendar.el (calendar-basic-setup): Don't call
8009 switch-to-buffer in a dedicated window.
8010
8011 2009-10-05 Karl Fogel <kfogel@red-bean.com>
8012
8013 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
8014 don't do anything related to relocating, just return nil.
8015 (bookmark-error-no-filename): New error.
8016 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
8017 bookmark has no file. Don't even attempt to handle things that
8018 are not files; the whole point of custom handlers is to keep that
8019 knowledge elsewhere anyway. Tighten some comments.
8020 (bookmark-file-or-variation-thereof): Remove now-unused function.
8021 (bookmark-location): Doc string fix.
8022 (Bug#4250)
8023
8024 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8025
8026 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
8027 don't use a file dialog, because they usually don't know how to read
8028 a directory target from the user. (Bug#4230)
8029 Also, make sure the prompt can display directories as well as files.
8030
8031 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8032
8033 * bookmark.el (bookmark-set, bookmark-buffer-name):
8034 Improve doc strings. (Bug#1193)
8035
8036 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8037
8038 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
8039 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
8040 (bookmark-get-annotation, bookmark-set-annotation)
8041 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8042 (bookmark-set-position, bookmark-get-front-context-string)
8043 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8044 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
8045 (bookmark-jump-other-window, bookmark-handle-bookmark)
8046 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
8047 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
8048 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
8049 Improve doc strings to say whether bookmark can be a string or
8050 a record or both, and make other consistency and clarity fixes.
8051 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
8052 (bookmark-default-annotation-text, bookmark-yank-word)
8053 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
8054 (bookmark-import-new-list, bookmark-maybe-rename)
8055 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8056 (bookmark-bmenu-bookmark): Give these doc strings.
8057 (bookmark-bmenu-check-position): Give this a doc string, but also
8058 add a FIXME comment about how the function may be pointless.
8059 (bookmark-default-handler): Rework doc string and change a
8060 parameter name, to clarify that this takes a bookmark record
8061 not a bookmark name.
8062 (bookmark-set): Change a parameter name to indicate its meaning,
8063 and improve the doc string a bit.
8064 (Bug#4188)
8065
8066 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8067
8068 * bookmark.el (bookmark-alist): Document the new `handler' element
8069 in the param alist.
8070 (bookmark-make-record-function): Adjust documentation for above.
8071 (Bug#4193)
8072
8073 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8074
8075 * info.el (Info-bookmark-make-record): Document this function.
8076 (Info-bookmark-jump): Document with a doc string, not just a comment.
8077 (Bug#4203)
8078
8079 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
8080
8081 * files.el (copy-directory): New defun.
8082
8083 * dired-aux.el (dired-copy-file-recursive): Use it.
8084
8085 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
8086
8087 * files-x.el (modify-dir-local-variable)
8088 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
8089 docstrings.
8090
8091 * recentf.el (recentf-unload-function): New function.
8092
8093 2009-10-04 Glenn Morris <rgm@gnu.org>
8094
8095 * window.el (window-full-height-p): Add doc string.
8096
8097 2009-10-04 Martin Rudalics <rudalics@gmx.at>
8098
8099 * window.el (window-full-height-p): New function. (Bug#4543)
8100
8101 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
8102
8103 * vc.el: Remove commented out code.
8104 (vc-derived-from-dir-mode): Remove, unused.
8105 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
8106
8107 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
8108
8109 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8110 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
8111 there could be recursive loading when `default-directory' is a
8112 remote file name. (Bug#4614)
8113
8114 2009-10-03 Glenn Morris <rgm@gnu.org>
8115
8116 * calendar/calendar.el (calendar-basic-setup): Handle the case where
8117 the frame is wide.
8118 (calendar-generate-window): Test for shrinkability rather than width.
8119
8120 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
8121 reusing existing buffers, in case we happen to visit two files with the
8122 same basename. (Bug#4593)
8123
8124 2009-10-02 Eli Zaretskii <eliz@gnu.org>
8125
8126 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
8127 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
8128 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
8129 subdirs of cedet as well.
8130 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
8131
8132 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8133
8134 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
8135 Obey advertised-signature-table.
8136
8137 * help-fns.el (help-function-arglist): Don't check
8138 advertised-signature-table.
8139 (describe-function-1): Do it here instead so it also applies to subrs.
8140
8141 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
8142
8143 * simple.el (start-file-process): Say in the doc-string, that file
8144 handlers might not support pty association, if PROGRAM is nil.
8145
8146 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
8147 HOST and USER are strings. They are nil, when there are
8148 incomplete entries in ~/.netrc, for example.
8149 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
8150 root directory ("device busy" error otherwise).
8151
8152 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
8153 Flush file properties of created directory.
8154
8155 2009-10-02 Eli Zaretskii <eliz@gnu.org>
8156
8157 * makefile.w32-in (WINS_BASIC): Remove cedet.
8158 (WINS_CEDET): Add cedet.
8159 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
8160
8161 2009-10-02 Kevin Ryde <user42@zip.com.au>
8162
8163 * net/browse-url.el (browse-url): Pass any symbol in
8164 browse-url-browser-function to `apply', since if you've mistakenly put
8165 an unbound symbol then the error is clearer. (Bug#4531)
8166
8167 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
8168
8169 * allout.el (allout-init, allout-back-to-current-heading)
8170 (allout-beginning-of-current-entry, allout-ascend-to-depth)
8171 (allout-ascend, allout-up-current-level, allout-end-of-level)
8172 (allout-previous-visible-heading, allout-forward-current-level)
8173 (allout-backward-current-level, allout-show-children):
8174 * apropos.el (apropos-describe-plist):
8175 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
8176 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
8177 * completion.el (add-completion, add-permanent-completion):
8178 * descr-text.el (describe-text-category, describe-char):
8179 * desktop.el (desktop-lazy-abort):
8180 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
8181 * dired.el (dired-build-subdir-alist):
8182 * ediff.el (ediff-version):
8183 * elide-head.el (elide-head, elide-head-show):
8184 * emerge.el (emerge-version):
8185 * env.el (getenv):
8186 * face-remap.el (variable-pitch-mode):
8187 * faces.el (describe-face):
8188 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
8189 (dired-at-point):
8190 * files.el (find-file-existing, auto-save-mode):
8191 * font-lock.el (font-lock-fontify-buffer):
8192 * help-fns.el (describe-function, describe-variable)
8193 (describe-syntax, describe-categories):
8194 * help.el (view-lossage, describe-bindings, describe-key)
8195 (describe-mode):
8196 * hexl.el (hexl-current-address):
8197 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
8198 * info.el (Info-goto-emacs-key-command-node):
8199 * log-edit.el (log-edit-insert-cvs-template)
8200 (log-edit-insert-cvs-rcstemplate):
8201 * menu-bar.el (menu-bar-mode):
8202 * mouse.el (mouse-appearance-menu):
8203 * newcomment.el (comment-indent-new-line):
8204 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
8205 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
8206 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
8207 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
8208 * recentf.el (recentf-mode):
8209 * savehist.el (savehist-mode, savehist-save):
8210 * shadowfile.el (shadow-copy-files):
8211 * simple.el (kill-ring-save, next-line, previous-line)
8212 (normal-erase-is-backspace-mode):
8213 * strokes.el (strokes-update-window-configuration)
8214 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
8215 (strokes-xpm-for-stroke):
8216 * time.el (emacs-uptime, emacs-init-time):
8217 * tutorial.el (tutorial--describe-nonstandard-key)
8218 (tutorial--detailed-help):
8219 * type-break.el (type-break-mode)
8220 (type-break-mode-line-message-mode, type-break-query-mode)
8221 (type-break-guesstimate-keystroke-threshold):
8222 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
8223 * version.el (emacs-version):
8224 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
8225 * winner.el (winner-mode):
8226 * calendar/timeclock.el (timeclock-in, timeclock-out)
8227 (timeclock-status-string, timeclock-change)
8228 (timeclock-workday-remaining-string)
8229 (timeclock-workday-elapsed-string)
8230 (timeclock-when-to-leave-string):
8231 * calendar/todo-mode.el (todo-add-category):
8232 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
8233 * emacs-lisp/autoload.el (update-file-autoloads):
8234 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
8235 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
8236 (checkdoc-message-text, checkdoc-defun):
8237 * emacs-lisp/debug.el (debugger-list-functions):
8238 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8239 * emacs-lisp/eieio-opt.el (eieio-describe-class)
8240 (eieio-describe-generic):
8241 * emacs-lisp/lisp-mnt.el (lm-synopsis):
8242 * emacs-lisp/shadow.el (list-load-path-shadows):
8243 * emulation/cua-base.el (cua-mode):
8244 * emulation/edt.el (edt-set-scroll-margins):
8245 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
8246 (tpu-toggle-regexp, tpu-toggle-search-direction)
8247 (tpu-toggle-rectangle, tpu-toggle-control-keys):
8248 * emulation/tpu-extras.el (tpu-set-scroll-margins):
8249 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8250 (viper-set-parsing-style-toggling-macro)
8251 (viper-set-emacs-state-searchstyle-macros):
8252 * emulation/viper.el (viper-set-hooks):
8253 * eshell/esh-mode.el (eshell-truncate-buffer):
8254 * international/mule-cmds.el (prefer-coding-system)
8255 (describe-input-method, describe-language-environment):
8256 * international/mule-diag.el (list-character-sets)
8257 (describe-character-set, describe-coding-system)
8258 (describe-fontset, list-fontsets, list-input-methods):
8259 * mail/sendmail.el (mail-signature):
8260 * net/ange-ftp.el (ange-ftp-copy-file):
8261 * net/browse-url.el (browse-url):
8262 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
8263 * net/quickurl.el (quickurl-add-url):
8264 * net/rcirc.el (names, topic):
8265 * net/xesam.el (xesam-mode):
8266 * play/5x5.el (5x5-new-game):
8267 * play/yow.el (apropos-zippy):
8268 * progmodes/ada-mode.el (ada-mode-version):
8269 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
8270 (f90-end-of-block)
8271 (f90-beginning-of-block):
8272 * progmodes/fortran.el (fortran-end-of-block)
8273 (fortran-beginning-of-block):
8274 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
8275 * progmodes/python.el (python-describe-symbol, python-shell):
8276 * term/ns-win.el (ns-print-buffer):
8277 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
8278 * textmodes/flyspell.el (flyspell-mode-on):
8279 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
8280 (pages-directory-for-addresses):
8281 * textmodes/table.el (table-recognize-cell)
8282 (table-query-dimension, table-generate-source)
8283 (table-insert-sequence, table--warn-incompatibility):
8284 * textmodes/tex-mode.el (tex-validate-buffer):
8285 * textmodes/texinfmt.el (texinfmt-version)
8286 (texinfo-format-buffer):
8287 Use `called-interactively-p' instead of `interactive-p'.
8288
8289 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
8290
8291 * image-mode.el (image-toggle-display):
8292 * emacs-lisp/elp.el (elp-instrument-function):
8293 * emacs-lisp/advice.el (ad-make-advised-definition):
8294 * emacs-lisp/easy-mmode.el (define-minor-mode):
8295 * net/browse-url.el (browse-url-maybe-new-window):
8296 * progmodes/sh-script.el (sh-learn-buffer-indent):
8297 Pass new argument 'any to `called-interactively-p'.
8298
8299 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
8300
8301 * international/uni-bidi.el:
8302 * international/uni-category.el:
8303 * international/uni-combining.el:
8304 * international/uni-comment.el:
8305 * international/uni-decimal.el:
8306 * international/uni-decomposition.el:
8307 * international/uni-digit.el:
8308 * international/uni-lowercase.el:
8309 * international/uni-mirrored.el:
8310 * international/uni-name.el:
8311 * international/uni-numeric.el:
8312 * international/uni-old-name.el:
8313 * international/uni-titlecase.el:
8314 * international/uni-uppercase.el:
8315 Regenerate from Unicode 5.2.0 data.
8316
8317 2009-10-01 Glenn Morris <rgm@gnu.org>
8318
8319 * Makefile.in (ELCFILES): Regenerate.
8320
8321 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8322
8323 * subr.el (interactive-p): Mark obsolete.
8324 (called-interactively-p): Make the optional-ness of `kind' obsolete.
8325 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
8326 advertised-signature-table for subroutines as well.
8327
8328 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
8329 (set-advertised-calling-convention): New function.
8330 (make-obsolete, define-obsolete-function-alias)
8331 (make-obsolete-variable, define-obsolete-variable-alias):
8332 Make the optional-ness of `when' obsolete.
8333 (define-obsolete-face-alias): Make `when' non-optional.
8334 * help-fns.el (help-function-arglist):
8335 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
8336 Use advertised-signature-table.
8337
8338 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
8339
8340 * files.el (delete-directory): New defun. The original function
8341 in fileio.c has been renamed to `delete-directory-internal'.
8342
8343 * dired.el (dired-delete-file): Call `delete-directory' with
8344 RECURSIVE parameter.
8345
8346 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
8347 parameter RECURSIVE. Implementation is missing.
8348
8349 * net/tramp.el (tramp-handle-make-directory): Flush upper
8350 directory's file properties.
8351 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
8352 (tramp-handle-dired-recursive-delete-directory): Flush directory
8353 properties after the remove command only.
8354
8355 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8356 Handle optional parameter RECURSIVE.
8357
8358 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
8359 Handle optional parameter RECURSIVE.
8360
8361 * net/tramp-smb.el (tramp-smb-errors): Add error message for
8362 connection timeout.
8363 (tramp-smb-handle-delete-directory): Handle optional parameter
8364 RECURSIVE.
8365
8366 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8367
8368 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
8369 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
8370 (byte-compile-defmacro): Use backquotes.
8371
8372 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
8373
8374 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
8375 has no associated file.
8376 (vc-resynch-buffer): Use vc-dir-buffers.
8377
8378 2009-10-01 Glenn Morris <rgm@gnu.org>
8379
8380 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
8381 (chart-file-count):
8382 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
8383 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
8384 * emacs-lisp/eieio-opt.el (eieio-describe-class):
8385 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
8386 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
8387 (eieio-copy-parents-into-subclass, make-instance, class-children)
8388 (eieio-generic-form):
8389
8390 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8391 match-data. (Bug#4555).
8392
8393 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8394 rather than parsing it as a regexp. This relaxes the layout
8395 requirements and makes errors easier to detect.
8396 (check-declare-verify): Check file is regular.
8397 (check-declare-directory): Doc fix.
8398 * subr.el (declare-function): Doc fix.
8399
8400 * ibuffer.el (ibuffer-format-qualifier):
8401 * isearch.el (hi-lock-regexp-okay):
8402 * calc/calc.el (math-zerop):
8403 * mail/uce.el (rmail-msgbeg, rmail-msgend):
8404 * term/w32-win.el (setup-default-fontset, set-fontset-font):
8405 Remove unused declarations.
8406
8407 2009-09-30 Glenn Morris <rgm@gnu.org>
8408
8409 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8410
8411 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8412 filename is not a string.
8413
8414 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
8415
8416 * files.el (safe-local-eval-forms): Fix typo.
8417
8418 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8419
8420 * vc-hooks.el (vc-dir-buffers): New var.
8421 (vc-state-refresh): New function.
8422 (vc-state): Use it.
8423 (vc-after-save): Always ask the backend to recompute the new state.
8424 Always call vc-dir if necessary, using vc-dir-buffers.
8425 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8426 Use vc-dir-buffers.
8427 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8428 (vc-dir-prepare-status-buffer, vc-dir-update)
8429 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8430 Don't call expand-file-name on default-directory.
8431
8432 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8433
8434 * speedbar.el (speedbar-item-delete):
8435 * calc/calc-prog.el (calc-kbd-if):
8436 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8437
8438 * epa.el (epa-key-list-mode-map):
8439 * hi-lock.el (hi-lock-menu): Fix typos in menus.
8440
8441 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8442 (hs-show-hook): Fix typo in docstring.
8443
8444 2009-09-29 Glenn Morris <rgm@gnu.org>
8445
8446 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8447 file-name-nondirectory call preventing location of cedet files.
8448 (check-declare-verify): Use literal search rather than re-search.
8449 Add basic defmethod and defclass, and define-overloadable-function.
8450
8451 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8452 Use tramp-compat-file-attributes rather than nonexistent
8453 tramp-compat-handle-file-attributes.
8454
8455 * Makefile.in (lisptagsfiles4): New.
8456 (AUTOGENEL): Add cedet loaddefs files.
8457 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8458 (update-elclist, compile-always, backup-compiled-files)
8459 (bootstrap-clean): Add yet another directory level.
8460 (update-elclist): Use LC_COLLATE rather than COLLATE.
8461 (ELCFILES): Update, via `make update-elclist'.
8462
8463 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8464
8465 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8466 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8467 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8468
8469 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
8470
8471 * Makefile.in (lisptagsfiles3): Define.
8472 (TAGS, TAGS-LISP): Use it.
8473 (update-elclist): Add third directory level to look for elc files.
8474 (compile-always): Likewise.
8475 (backup-compiled-files): Likewise.
8476 (bootstrap-clean): Likewise.
8477 (ELCFILES): Update.
8478
8479 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
8480
8481 * Makefile.in (ELCFILES): Add CEDET files.
8482
8483 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
8484
8485 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8486
8487 * net/tramp.el (top): Require tramp-imap.
8488
8489 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8490 Use `tramp-compat-handle-file-attributes'.
8491
8492 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8493
8494 * net/tramp-imap.el: New package.
8495
8496 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8497
8498 * whitespace.el (whitespace-trailing-regexp)
8499 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8500 Fix doc string.
8501
8502 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
8503
8504 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8505 menu.
8506
8507 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8508 menu-bar-ediff-menu.
8509
8510 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8511 define-overloadable-function.
8512
8513 * progmodes/autoconf.el: Provide autoconf as well, so that this
8514 file can be `require'd.
8515
8516 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8517
8518 * emacs-lisp/autoload.el (generated-autoload-feature)
8519 (generated-autoload-load-name): New vars.
8520 (autoload-rubric, autoload-generate-file-autoloads): Use them.
8521 (make-autoload): Recognize define-overloadable-function and
8522 defclass forms (for EIEIO).
8523
8524 * Makefile.in (update-subdirs): Exclude cedet directory.
8525
8526 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8527
8528 * term/ns-win.el: Don't set the region face background. (Bug#4381)
8529
8530 * faces.el: Default light-background background for region face to
8531 ns_selection_color under NS.
8532
8533 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8534
8535 * net/imap-hash.el: New library, see NEWS.
8536
8537 * Makefile.in (ELCFILES): Add imap-hash.el.
8538
8539 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8540
8541 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8542 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8543 * help-macro.el (make-help-screen): Avoid using an ambiguous function
8544 definition where the docstring could be taken for the return value.
8545
8546 2009-09-26 Glenn Morris <rgm@gnu.org>
8547
8548 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8549 Add option to only show images below a certain size.
8550 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8551 save-excursion calls.
8552
8553 2009-09-26 Eli Zaretskii <eliz@gnu.org>
8554
8555 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8556 subdirectories) and eieio.
8557
8558 2009-09-26 Alan Mackenzie <acm@muc.de>
8559
8560 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8561 Correct buggy bracketing. (Bug#4289)
8562
8563 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
8564 character constants (as case labels). (Bug#4289)
8565
8566 2009-09-25 Juri Linkov <juri@jurta.org>
8567
8568 * files.el (safe-local-eval-forms): Allow time-stamp in
8569 before-save-hook (Bug#4554).
8570
8571 2009-09-25 Drew Adams <drew.adams@oracle.com>
8572
8573 * menu-bar.el (list-buffers-directory): Doc fix.
8574
8575 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
8576
8577 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8578 Try and avoid copying twice the same paragraph.
8579 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8580 Remove save-excursion.
8581 (log-edit-changelog-entry): Do it here instead.
8582
8583 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
8584
8585 * bs.el (bs--get-file-name): Use `list-buffers-directory'
8586 when available, instead of hardcoding mode names. Doc fix.
8587
8588 * menu-bar.el (list-buffers-directory): Add docstring.
8589 Make automatically buffer-local.
8590
8591 * dired.el (dired-mode):
8592 * files.el (cd-absolute):
8593 * pcvs.el (cvs-temp-buffer):
8594 * pcvs-util.el (cvs-get-buffer-create):
8595 * shell.el (shell-mode):
8596 * vc-dir.el (vc-dir-mode):
8597 Don't make `list-buffers-directory' buffer local.
8598
8599 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
8600
8601 * comint.el (comint-exec, comint-run, make-comint):
8602 Doc fixes (Bug#4542).
8603
8604 2009-09-25 Glenn Morris <rgm@gnu.org>
8605
8606 * mail/rmailmm.el (rmail-mime): New custom group.
8607 Move all defcustoms in this file into this group.
8608 (rmail-mime-media-type-handlers-alist): Revert previous change.
8609 (rmail-mime-show-images): New option.
8610 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8611 references to it, since it wasn't actually used for anything.
8612 (rmail-mime-insert-image): New function.
8613 (rmail-mime-image): Use rmail-mime-insert-image.
8614 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
8615 obey the value of `rmail-mime-show-images' option. Print the size of
8616 attachments.
8617
8618 2009-09-25 David Engster <deng@randomsample.de>
8619
8620 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
8621
8622 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8623
8624 * whitespace.el: Does not highlight trailing spaces While point is
8625 at end of line. Does not highligt spaces at beginning of buffer
8626 while point is at beginning of buffer. Does not highlight spaces
8627 at end of buffer while point is at end of buffer. (Bug#4177)
8628 New version 12.0.
8629 (whitespace-display-mappings): Adjust initialization.
8630 (whitespace-point, whitespace-font-lock-refontify): New vars.
8631 (whitespace-color-on, whitespace-color-off): Adjust code.
8632 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8633 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8634 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8635
8636 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
8637
8638 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8639
8640 * textmodes/sgml-mode.el: Remove xml-mode alias.
8641
8642 * files.el (auto-mode-alist, conf-mode-maybe)
8643 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8644
8645 2009-09-24 Alan Mackenzie <acm@muc.de>
8646
8647 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8648 c-forward-conditionals, but it doesn't move point and doesn't set
8649 the mark.
8650 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8651 (c-down-conditional-with-else, c-backward-conditional)
8652 (c-forward-conditional): Refactor to use c-scan-conditionals.
8653
8654 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8655
8656 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8657 (help-default-arg-highlight): Remove.
8658 (help-highlight-arg): New function.
8659 (help-do-arg-highlight): Use it.
8660 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
8661
8662 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8663
8664 * term.el (term-set-scroll-region, term-handle-ansi-escape):
8665 Undo last change, which didn't fix the problem and introduced others.
8666
8667 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
8668
8669 * progmodes/gdb-mi.el: Don't require speedbar.
8670 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8671
8672 2009-09-24 Glenn Morris <rgm@gnu.org>
8673
8674 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8675
8676 * term/ns-win.el (ns-reg-to-script): Define for compiler.
8677
8678 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8679 there is no newline after the final mime boundary. (Bug#4539)
8680 Move markers on insertion so that any buttons inserted don't end up in
8681 the next part of a multipart message.
8682 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
8683 (rmail-mime-bulk-handler): Optionally handle images.
8684 (rmail-mime-image): New button action.
8685 (rmail-mime-image-handler): New function.
8686 (rmail-mime-mode): New mode.
8687 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
8688
8689 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8690
8691 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8692 than just dropping elements from it (bug#4504).
8693
8694 * term.el (term-set-scroll-region): Don't move cursor any more.
8695 (term-handle-ansi-escape): Call term-goto here instead.
8696 Suggested by Ivan Kanis <apple@kanis.eu>.
8697
8698 * term.el: Require CL.
8699 (term-ansi-reset): New function.
8700 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8701 (term-handle-colors-array): Simplify.
8702
8703 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8704
8705 * allout.el (allout-overlay-interior-modification-handler)
8706 (allout-obtain-passphrase):
8707 * epa-file.el (epa-file-write-region):
8708 * ps-print.el (ps-begin-job):
8709 * vc-hooks.el (vc-toggle-read-only):
8710 * vc-rcs.el (vc-rcs-rollback):
8711 * vc-sccs.el (vc-sccs-rollback):
8712 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8713 (vc-version-diff, vc-revert, vc-rollback):
8714 * wdired.el (wdired-check-kill-buffer):
8715 * emacs-lisp/authors.el (authors):
8716 * net/socks.el (socks-open-connection):
8717 * net/zeroconf.el (zeroconf-service-add-hook):
8718 * obsolete/vc-mcvs.el (vc-mcvs-register):
8719 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8720 (gdb-select-frame):
8721 * progmodes/grep.el (lgrep, rgrep):
8722 * progmodes/idlw-help.el (idlwave-help-check-locations)
8723 (idlwave-help-html-link, idlwave-help-assistant-open-link):
8724 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8725 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8726 (reftex-toc-rename-label): Fix typos in error messages.
8727
8728 * dired-aux.el (dired-do-shell-command): Reflow docstring.
8729 (dired-copy-how-to-fn): Doc fix.
8730 (dired-files-attributes, dired-read-shell-command):
8731 Fix typos in docstrings.
8732
8733 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8734 (dired-x-find-file-other-window): Reflow docstrings.
8735 (dired-omit-marker-char, dired-read-shell-command)
8736 (dired-x-submit-report): Fix typos in docstrings.
8737
8738 * shell.el (shell-mode-hook):
8739 * view.el (View-scroll-line-forward):
8740 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8741 Fix typos in docstrings.
8742
8743 * net/dig.el (dig-invoke): Fix typo in docstring.
8744 (query-dig): Reflow docstring.
8745
8746 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8747 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8748 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8749 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8750 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8751 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8752 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8753 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8754 (idlwave-completion-map, idlwave-current-indent)
8755 (idlwave-custom-ampersand-surround, idlwave-customize)
8756 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8757 (idlwave-define-abbrev, idlwave-determine-class-special)
8758 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8759 (idlwave-end-block-reg, idlwave-end-of-statement)
8760 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8761 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8762 (idlwave-explicit-class-listed, idlwave-file-header)
8763 (idlwave-fill-paragraph, idlwave-find-class-definition)
8764 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8765 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8766 (idlwave-in-quote, idlwave-indent-action-table)
8767 (idlwave-indent-expand-table, idlwave-indent-line)
8768 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8769 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8770 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8771 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8772 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8773 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8774 (idlwave-outlawed-buffers, idlwave-popup-select)
8775 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8776 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8777 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8778 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8779 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8780 (idlwave-statement-type, idlwave-struct-skip)
8781 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8782 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8783 (idlwave-what-module-find-class): Fix typos in docstrings.
8784 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8785 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8786 (idlwave-find-module, idlwave-find-structure-definition)
8787 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8788 (idlwave-list-load-path-shadows, idlwave-next-statement)
8789 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8790 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8791 (idlwave-template): Reflow docstrings.
8792
8793 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8794 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8795 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8796 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8797 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8798 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8799 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8800 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8801 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8802 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8803 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8804 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8805 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8806 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8807 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8808 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8809 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8810 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8811 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8812 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8813 Fix typos in docstrings.
8814 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8815 (idlwave-shell-hide-output, idlwave-shell-mode)
8816 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8817 Reflow docstrings.
8818
8819 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8820
8821 2009-09-24 Ivan Kanis <apple@kanis.eu>
8822
8823 * term.el (term-bold-attribute): New var.
8824 (term-handle-colors-array): Use it.
8825
8826 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
8827
8828 * progmodes/gdb-mi.el (gdb-version): New variable.
8829 (gdb-non-stop-handler): Set gdb-version.
8830 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8831 Condition "--thread" option on gdb-version.
8832 (gdb-invalidate-threads): Remove unused argument.
8833
8834 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8835
8836 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8837 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8838
8839 2009-09-23 Glenn Morris <rgm@gnu.org>
8840
8841 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8842 replying to mail without References or Message-Id. (Bug#4525)
8843
8844 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8845
8846 * term/ns-win.el (ns-reg-to-script): New variable.
8847
8848 2009-09-23 Daiki Ueno <ueno@unixuser.org>
8849
8850 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8851
8852 2009-09-22 Sam Steingold <sds@gnu.org>
8853
8854 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8855 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8856 to 1 because hg returns status 1 when nothing is found.
8857 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8858
8859 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8860
8861 * textmodes/fill.el: Convert to utf-8 encoding.
8862 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8863 pre-unicode days.
8864
8865 * add-log.el (change-log-fill-forward-paragraph): New function.
8866 (change-log-mode): Use it so fill-region DTRT.
8867 Set fill-indent-according-to-mode here rather than in
8868 change-log-fill-paragraph.
8869 (change-log-fill-paragraph): Remove.
8870
8871 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
8872
8873 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8874 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8875
8876 2009-09-22 Glenn Morris <rgm@gnu.org>
8877
8878 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8879 the scroll-bar scroll the calendar window rather than the buffer.
8880
8881 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8882 commands that move point (as opposed to scrolling).
8883
8884 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8885
8886 * emacs-lisp/elint.el (elint): New custom group.
8887 (elint-log-buffer): Make it a defcustom.
8888 (elint-scan-preloaded, elint-ignored-warnings)
8889 (elint-directory-skip-re): New options.
8890 (elint-builtin-variables): Doc fix.
8891 (elint-preloaded-env): New variable.
8892 (elint-unknown-builtin-args): Add an entry for encode-time.
8893 (elint-extra-errors): Make it a variable rather than a constant.
8894 (elint-preloaded-skip-re): New constant.
8895 (elint-directory): Skip files matching elint-directory-skip-re.
8896 (elint-features): New variable, local to linted buffers.
8897 (elint-update-env): Initialize elint-features. Possibly add
8898 elint-preloaded-env to the buffer's environment.
8899 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8900 Skip quoted forms.
8901 (elint-init-form): New function, extracted from elint-init-env.
8902 Make non-list forms a warning rather than an error.
8903 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8904 easy-menu-define, put that adds an error-condition, and provide.
8905 When requiring cl, also require cl-macs. Really require cl, to handle
8906 some cl macros. Store required libraries in the list elint-features,
8907 so as not to re-load them. Treat cc-require like require.
8908 (elint-init-env): Call elint-init-form to do the work.
8909 Handle eval-and-compile and such like.
8910 (elint-add-required-env): Do not clear messages.
8911 (elint-special-forms): Add handlers for function, defalias, if, when,
8912 unless, and, or.
8913 (elint-form): Add optional argument to ignore elint-special-forms,
8914 useful to prevent recursive calls from handlers. Doc fix.
8915 Respect elint-ignored-warnings.
8916 (elint-form): Respect elint-ignored-warnings.
8917 (elint-bound-variable, elint-bound-function): New variables.
8918 (elint-unbound-variable): Respect elint-bound-variable.
8919 (elint-get-args): Respect elint-bound-function.
8920 (elint-check-cond-form): Add some simple handling for (f)boundp and
8921 featurep tests.
8922 (elint-check-defalias-form): New handler.
8923 (elint-check-let-form): Make an empty let a warning rather than an
8924 error.
8925 (elint-check-setq-form): Make an empty setq a warning rather than an
8926 error. Respect elint-ignored-warnings.
8927 (elint-check-defvar-form): Accept null doc-strings.
8928 (elint-check-conditional-form): New handler. Does some simple-minded
8929 checking of featurep and (f)boundp tests.
8930 (elint-put-function-args): New function.
8931 (elint-initialize): Use elint-scan-doc-file rather than
8932 elint-find-builtin-variables. Use elint-put-function-args.
8933 Possibly scan preloaded-file-list.
8934 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8935 extend to handle functions as well.
8936
8937 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8938
8939 * linum.el (linum-delete-overlays, linum-update-window):
8940 Do not modify the right margin. (Bug#3971)
8941
8942 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
8943
8944 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
8945 Use nxml-mode instead of xml-mode.
8946
8947 2009-09-21 Kevin Ryde <user42@zip.com.au>
8948
8949 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8950
8951 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8952
8953 * net/dig.el (dig-mode): Use define-derived-mode.
8954
8955 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8956
8957 * vc-dispatcher.el (vc-do-command): Return the process object in
8958 the asynchronous case. Use when instead of if. Do not run
8959 vc-exec-after to display a message if not enabled. (Bug#4463)
8960
8961 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8962 properties to the stash strings.
8963 (vc-git-stash-list): Return a list of strings.
8964 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8965 (vc-git-stash-show-at-point): New functions.
8966 (vc-git-stash-map): New keymap.
8967
8968 * register.el (ctl-x-r-map): Define the keys here instead of
8969 using autoload.
8970
8971 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
8972
8973 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8974 list, to workaround performance problem (bug#4485).
8975
8976 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
8977
8978 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8979
8980 2009-09-20 Daiki Ueno <ueno@unixuser.org>
8981
8982 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8983 Document that this option is not recommended to use.
8984
8985 2009-09-19 Glenn Morris <rgm@gnu.org>
8986
8987 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8988 variable `var'.
8989
8990 * calc/calc-alg.el (var):
8991 * calc/calcalg2.el (var): Define for compiler.
8992
8993 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
8994
8995 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8996 Doc fix (Bug#3932).
8997
8998 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8999
9000 * time-stamp.el (time-stamp-month-dd-yyyy)
9001 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
9002 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
9003 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
9004 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
9005 Remove functions that have been obsolete since 1995 (Bug#4436).
9006
9007 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
9008 indent buffer only if called interactively (Bug#4452).
9009
9010 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
9011 Eli Zaretskii <eliz@gnu.org>
9012
9013 This fixes bug#4197 (merged to bug#865, though not identical).
9014 * server.el (server-auth-dir): Add docstring note about FAT32.
9015 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
9016 but warn against using them.
9017
9018 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
9019
9020 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
9021 older GDB where there is no has_more field.
9022
9023 2009-09-19 Glenn Morris <rgm@gnu.org>
9024
9025 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
9026
9027 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
9028
9029 * files.el (auto-mode-alist): Change default for XML files to nXML
9030 mode (Bug#4169).
9031
9032 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
9033
9034 * server.el (server-ensure-safe-dir): Pass 'integer
9035 to `file-attributes', as suggested.
9036
9037 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
9038
9039 * dired-aux.el (dired-query-alist): Remove spurious backslash.
9040 (dired-query): Use read-key.
9041
9042 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
9043
9044 * cus-start.el (ns-use-qd-smoothing): Remove.
9045
9046 2009-09-18 Glenn Morris <rgm@gnu.org>
9047
9048 * allout.el (top-level): Remove unnecessary progn.
9049
9050 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
9051
9052 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
9053 definition of abbrev table.
9054
9055 * speedbar.el (speedbar-track-mouse):
9056 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
9057 * net/eudc.el (eudc-expand-inline):
9058 * net/newst-backend.el (newsticker--cache-read-feed):
9059 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
9060 condition-case handlers.
9061
9062 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
9063
9064 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
9065 (gdb-var-list): Add an element for has_more field.
9066 (gdb-non-stop-handler): Enable pretty printing for STL containers.
9067 (gdb-var-create-handler, gdb-var-list-children-handler-1)
9068 (gdb-var-update-handler-1): Parse output of dynamic variable
9069 objects (STL containers).
9070 (gdb-var-delete-1): Pass var1 as an explicit second argument.
9071 (gdb-get-field): Delete alias. Use bindat-get-field directly.
9072
9073 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
9074 gdb-var-list.
9075 (gud-speedbar-buttons): Make node expandable if expression "has more"
9076 children.
9077
9078 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
9079
9080 * startup.el (emacs-quick-startup): Remove variable and all uses.
9081 (command-line): Set `inhibit-x-resources' instead.
9082 (command-line-1): Use `inhibit-x-resources' instead.
9083
9084 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
9085
9086 * subr.el: Fix last change to avoid using the `unless' macro,
9087 which breaks bootstrapping.
9088
9089 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9090
9091 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
9092 extended definitions, in case we reload subr.el after having
9093 loaded CL.
9094 (eval-next-after-load): Mark as obsolete.
9095
9096 2009-09-17 Juri Linkov <juri@jurta.org>
9097
9098 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
9099 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
9100 (menu-bar-showhide-menu, menu-bar-tools-menu)
9101 (menu-bar-describe-menu, menu-bar-help-menu)
9102 (minibuffer-local-completion-map, minibuffer-local-map):
9103 Fix list quoting.
9104
9105 2009-09-17 Glenn Morris <rgm@gnu.org>
9106
9107 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
9108 arguments, whether or not it has a handler.
9109
9110 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
9111
9112 * simple.el (hard-newline): Give it a doc-string.
9113
9114 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9115 (lisp-mode-syntax-table): Give them doc-strings.
9116
9117 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
9118
9119 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
9120 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
9121 (menu-bar-options-menu, menu-bar-showhide-menu)
9122 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
9123 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
9124 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
9125 (menu-bar-options-menu, menu-bar-tools-menu)
9126 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
9127 (menu-bar-help-menu):
9128 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
9129 string arguments.
9130
9131 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
9132 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
9133 calls for the menu names and :help.
9134
9135 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9136
9137 * mouse.el (minor-mode-menu-from-indicator): Pay attention
9138 to :minor-mode-function (bug#4455).
9139
9140 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9141
9142 * startup.el (command-line): Initialize the window-system after
9143 processing the command-line.
9144
9145 * textmodes/page.el (what-page): Make sure we don't inf-loop if
9146 page-delimiter matches the empty string.
9147
9148 2009-09-16 Glenn Morris <rgm@gnu.org>
9149
9150 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
9151 byte-compile-not-obsolete-var. It's a list now.
9152 (byte-compile-not-obsolete-funcs): New variable.
9153 (byte-compile-warn-obsolete): Don't warn about functions if they are in
9154 byte-compile-not-obsolete-funcs.
9155 (byte-compile-variable-ref, byte-compile-defvar): Update for
9156 byte-compile-not-obsolete-vars name-change and list nature.
9157 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
9158 and variables behind (f)boundp tests.
9159 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
9160
9161 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
9162
9163 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
9164
9165 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9166
9167 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
9168 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
9169 Don't autoload.
9170
9171 2009-09-15 Stephen Eglen <stephen@gnu.org>
9172
9173 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
9174 the virtual-buffers, use the name of the buffer specified by
9175 find-file-noselect, as the match may be a symlink. (This was a
9176 problem if the target and the symlink had different names.)
9177
9178 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9179
9180 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
9181
9182 * desktop.el (desktop-path): Check user-emacs-directory.
9183
9184 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
9185
9186 * loadup.el: Use after-load-functions to GC after loading each file.
9187 Remove the explicit GC calls that used to be sprinkled around.
9188
9189 * subr.el (after-load-functions): New hook.
9190 (do-after-load-evaluation): Run it. Use string-match-p to detect
9191 `obsolete' packages, rather than painfully extracting the relevant
9192 directory name.
9193
9194 2009-09-15 Glenn Morris <rgm@gnu.org>
9195
9196 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
9197 free variable `doc'.
9198
9199 * dired.el (dired-mode-map): Add menu entry for async shell command.
9200
9201 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
9202 variables, also consider the .elc files, since the .el files are
9203 normally gzipped (subsequent code locates the .el.gz from the .elc).
9204
9205 * calc/calc-prog.el (arglist): Define for compiler.
9206
9207 * calendar/diary-lib.el (diary-display-function): Change the default to
9208 fancy display.
9209 (body): Define for compiler.
9210
9211 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
9212 (byte-compile-file-form, byte-compile-lambda)
9213 (byte-compile-top-level-body, byte-compile-form)
9214 (byte-compile-variable-ref, byte-compile-setq)
9215 (byte-compile-setq-default, byte-compile-body)
9216 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
9217 (batch-byte-compile): Give some more local variables with common names
9218 a "bytecomp-" prefix to avoid masking warnings about free variables.
9219
9220 * startup.el (command-line-1): Give local variables with common names a
9221 distinguishing prefix, so as not to hide free variable warnings during
9222 bootstrap.
9223
9224 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
9225 clever and add a suffix to make a unique name, just let the user decide
9226 whether or not to overwrite it. If the input is a directory, write the
9227 default filename to that directory. (Bug#4388)
9228 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
9229 is a filename-as-a-directory.
9230
9231 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9232
9233 * textmodes/page.el (what-page): Don't move to beginning of line.
9234 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
9235
9236 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
9237
9238 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
9239
9240 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
9241
9242 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
9243 * help.el (help-for-help-internal): Add purecopy calls for text.
9244
9245 * vc.el (top): print-log method now takes an optional SHORTLOG
9246 argument. Add a new method: root.
9247 (vc-root-diff, vc-print-root-log): New functions.
9248 (vc-log-short-style): New variable.
9249 (vc-print-log-internal): Add support for showing short logs.
9250
9251 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
9252 vc-print-root-log and vc-print-root-diff.
9253
9254 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
9255 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
9256 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
9257 short logs.
9258
9259 * vc-cvs.el (vc-cvs-print-log):
9260 * vc-mtn.el (vc-mtn-print-log):
9261 * vc-rcs.el (vc-rcs-print-log):
9262 * vc-sccs.el (vc-sccs-print-log):
9263 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
9264 that is ignored for now.
9265
9266 * vc-mtn.el (vc-mtn-annotate-command):
9267 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
9268
9269 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9270
9271 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
9272 to function-key-map, and give them ascii-character property.
9273 * term/x-win.el (x-alternatives-map):
9274 * term/ns-win.el (ns-alternatives-map):
9275 * term/internal.el (msdos-key-remapping-map):
9276 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
9277
9278 2009-09-14 Glenn Morris <rgm@gnu.org>
9279
9280 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
9281 temp-buffers (2009-09-12).
9282
9283 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9284
9285 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
9286 the new read-key function.
9287
9288 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9289
9290 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
9291 is defined (Bug#4405).
9292
9293 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
9294
9295 * recentf.el (recentf-cleanup): Use a hash table to find
9296 duplicates (Bug#4407).
9297
9298 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
9299
9300 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
9301 kp-0 to ascii equivalents (Bug#4325).
9302
9303 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9304
9305 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9306
9307 * eshell/em-hist.el:
9308 * eshell/em-dirs.el (eshell-complete-user-reference):
9309 Declare pcomplete functions and variables to avoid compiler warnings.
9310
9311 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
9312
9313 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9314 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9315 * eshell/em-alias.el (eshell-aliases-file):
9316 * eshell/em-hist.el (eshell-history-file-name):
9317 Use expand-file-name instead of concat to make file names (Bug#4308).
9318
9319 2009-09-13 Glenn Morris <rgm@gnu.org>
9320
9321 * ediff-merg.el (ediff-do-merge):
9322 * filesets.el (filesets-run-cmd):
9323 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9324 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9325 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9326 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9327 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9328 Replace empty `let's with `progn'.
9329
9330 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9331
9332 * mail/sendmail.el (send-mail-function):
9333 * tooltip.el (tooltip-mode):
9334 * simple.el (transient-mark-mode):
9335 * rfn-eshadow.el (file-name-shadow-mode):
9336 * frame.el (blink-cursor-mode):
9337 * font-core.el (global-font-lock-mode):
9338 * files.el (temporary-file-directory)
9339 (small-temporary-file-directory, auto-save-file-name-transforms):
9340 * epa-hook.el (auto-encryption-mode):
9341 * composite.el (global-auto-composition-mode):
9342 Use custom-initialize-delay.
9343 * startup.el (command-line): Don't explicitly call
9344 custom-reevaluate-setting for all the above vars.
9345 * custom.el (custom-initialize-safe-set)
9346 (custom-initialize-safe-default): Delete.
9347
9348 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9349
9350 * term/x-win.el (x-initialize-window-system):
9351 * term/w32-win.el (w32-initialize-window-system):
9352 * term/ns-win.el (ns-initialize-window-system): Don't call
9353 mouse-wheel-mode since it's enabled globally by default already.
9354
9355 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9356 actually define the variable, but only silences the byte-compiler.
9357 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9358 before looking it up.
9359 (mouse-wheel-scroll-amount): Also reset the bindings if this value
9360 is changed.
9361
9362 2009-09-12 Glenn Morris <rgm@gnu.org>
9363
9364 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9365 1000.
9366 (elint-add-required-env): Don't beep on error.
9367 (elint-forms): In case of error, return ENV unchanged.
9368 (elint-init-env): Skip non-list forms.
9369 (elint-log): Handle unknown file positions.
9370
9371 2009-09-12 Daiki Ueno <ueno@unixuser.org>
9372
9373 * epg.el (epg-make-context): Add autoload cookie.
9374 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9375 (epg-decrypt-string, epg-start-verify, epg-verify-file)
9376 (epg-verify-string, epg-start-sign, epg-sign-file)
9377 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9378 (epg-encrypt-string, epg-start-export-keys)
9379 (epg-export-keys-to-file, epg-export-keys-to-string)
9380 (epg-start-import-keys, epg-import-keys-from-file)
9381 (epg-import-keys-from-string, epg-start-receive-keys)
9382 (epg-receive-keys, epg-import-keys-from-server)
9383 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9384 (epg-sign-keys, epg-start-generate-key)
9385 (epg-generate-key-from-file, epg-generate-key-from-string):
9386 Remove autoload cookie.
9387
9388 2009-09-12 Eli Zaretskii <eliz@gnu.org>
9389
9390 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9391 reevaluation of trash-directory.
9392
9393 * mwheel.el: Fix last change.
9394 (mouse-wheel-mode): New defvar.
9395 (mouse-wheel-mode): Remove autoload cookie.
9396
9397 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9398
9399 * mwheel.el (mwheel-installed-bindings): New var.
9400 (mouse-wheel-mode): Use it, so as to make sure we really remove all
9401 the bindings we set last time. Use custom-initialize-delay.
9402 * loadup.el: Load mwheel after term/*-win.el.
9403 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9404 and mouse-wheel-up-event now that their first evaluation is done
9405 sufficiently late to be correct.
9406
9407 * startup.el (tutorial-directory): Make it a defcustom.
9408 Use custom-initialize-delay rather than eval-at-startup to set it.
9409 * image.el (image-load-path): Make it a defcustom.
9410 Use custom-initialize-delay rather than eval-at-startup to set it.
9411 * subr.el (eval-at-startup): Remove.
9412 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9413
9414 * subr.el (do-after-load-evaluation): Warn the user after loading an
9415 obsolete package.
9416
9417 2009-09-12 Glenn Morris <rgm@gnu.org>
9418
9419 * proced.el (proced-mark-alt): Remove alias.
9420 (proced-mode-map): Remove proced-mark-alt.
9421
9422 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9423 Elint file and directory. Remove initialization entry.
9424
9425 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9426 commands.
9427 (elint-current-buffer): Set mode-line-process.
9428 (elint-init-env): Handle define-derived-mode.
9429 Fix declare-function with unspecified arglist. Guard against odd
9430 defalias statements (eg iso-insert's 8859-1-map).
9431 (elint-add-required-env): Use a temp buffer.
9432 (elint-form): Just print the function/macro name, not the whole form.
9433 Return env unchanged if we fail to parse a macro.
9434 (elint-forms): Guard against parse errors.
9435 (elint-output): New function, to handle batch mode.
9436 (elint-log-message): Add optional argument. Use elint-output.
9437 (elint-set-mode-line): New function.
9438
9439 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
9440
9441 * emacs-lisp/elp.el (elp-not-profilable): Add more
9442 functions (Bug#4233).
9443
9444 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
9445
9446 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9447 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9448
9449 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9450
9451 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9452 (gdb-var-list-children): Use json parsing.
9453
9454 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
9455
9456 * progmodes/js.el (js--proper-indentation): Handle the case where
9457 char-before is null. Reported by Deniz Dogan.
9458
9459 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9460
9461 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9462
9463 2009-09-11 Daiki Ueno <ueno@unixuser.org>
9464
9465 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9466 (epg-digest-algorithm-alist): Add SHA224.
9467 (epg-context-set-passphrase-callback)
9468 (epg-context-set-progress-callback): Add description about
9469 callback function.
9470
9471 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9472
9473 * custom.el (custom-delayed-init-variables): New var.
9474 (custom-initialize-delay): New function.
9475 * startup.el (command-line): "Re"evaluate all vars in
9476 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
9477 explicitly any more.
9478 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9479 to avoid creating a ~/.emacs.d at build-time (bug#4347).
9480
9481 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
9482
9483 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9484
9485 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9486 (gdb-var-update-handler): Use json parsing.
9487
9488 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9489
9490 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9491 decode annotated text, regardless of language environment. (Bug#2741)
9492
9493 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9494
9495 * Makefile.in (autoloads): Make rmail.el writable as well.
9496
9497 2009-09-11 Glenn Morris <rgm@gnu.org>
9498
9499 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9500 loaddefs.el.
9501 * dired.el: Regenerate with extracted autoloads.
9502 * Makefile.in (autoloads): Make dired.el writable.
9503
9504 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9505 * ibuffer.el: Regenerate with extracted autoloads.
9506 * Makefile.in (autoloads): Make ibuffer.el writable.
9507
9508 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9509 * version.el (emacs-copyright, emacs-major-version)
9510 (emacs-minor-version): Reformat doc-strings for make-docfile.
9511
9512 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9513 functions and variables, since they must be stuff specific to some other
9514 platform.
9515 (apropos-print): Make mouse-click message less specific about button.
9516
9517 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9518 that records where a macro was defined.
9519 * help-fns.el (describe-function-1): Mention if a function has a
9520 compiler-macro.
9521 * help-mode.el (help-function-cmacro): New button.
9522
9523 * locate.el (top-level): Always require dired.
9524 (locate-mode-map): Initialize inside the defvar.
9525
9526 * net/ange-ftp.el (dired-compress-file): Declare.
9527 (ange-ftp-dired-compress-file): Add doc string.
9528
9529 * term/ns-win.el (x-display-name, x-setup-function-keys):
9530 Unify doc-strings with X versions.
9531
9532 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9533
9534 * emulation/crisp.el (crisp-mode-map): Move initialization
9535 into declaration.
9536 (crisp-mode): Use define-minor-mode.
9537
9538 * progmodes/xscheme.el (xscheme-evaluation-commands):
9539 Put a :advertised-binding property rather than using
9540 advertised-xscheme-send-previous-expression.
9541 (advertised-xscheme-send-previous-expression): Declare obsolete.
9542 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9543 `advertised-undo'.
9544 (crisp-mode): Add corresponding bindings to
9545 undo's :advertised-binding instead.
9546 * dired.el (dired-mode-map): Put a :advertised-binding property rather
9547 than using dired-advertised-find-file.
9548 (dired-advertised-find-file):
9549 * simple.el (advertised-undo):
9550 * wid-edit.el (advertised-widget-backward): Declare obsolete.
9551 (widget-keymap): Put a :advertised-binding property rather
9552 than using advertised-widget-backward.
9553 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9554 than using advertised-undo.
9555 * tutorial.el (tutorial--default-keys): Adjust accordingly.
9556
9557 2009-09-10 Simon South <ssouth@slowcomputing.org>
9558
9559 * progmodes/delphi.el (delphi-tab): Indent region when Transient
9560 Mark mode is enabled and region is active; otherwise indent or
9561 insert TAB as usual.
9562 (delphi-mode): Update description of TAB-key binding.
9563
9564 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9565
9566 * subr.el (define-key-rebound-commands): Mark obsolete.
9567 * startup.el (precompute-menubar-bindings): Remove.
9568 (normal-top-level): Remove obsolete code that tried to precompute
9569 menubar bindings.
9570 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9571 define-key-rebound-commands and precompute-menubar-bindings.
9572
9573 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9574
9575 * net/imap.el (imap-interactive-login): Better messages.
9576 (imap-open): Fix bug with renamed buffer on reconnect.
9577 (imap-authenticate): Add buffer-local imap-last-authenticator variable
9578 for easier debugging and cleaner code. On successful (guessed based on
9579 server capabilities) secondary authentication, set imap-state
9580 correctly.
9581 (imap-last-authenticator): Define imap-last-authenticator as a variable
9582 to avoid warnings.
9583
9584 2009-09-10 Glenn Morris <rgm@gnu.org>
9585
9586 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9587
9588 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9589 (byte-compile-file-form-autoload): Don't warn about unknown functions
9590 where the autoload statement comes after the use.
9591 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9592 that any handlers inside the body (eg require) are in turn respected.
9593
9594 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9595 effects.
9596
9597 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9598 and syntax and abbrev tables basic docs, if they don't have any.
9599
9600 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9601
9602 * international/mule-cmds.el (top-level): Require cl when compiling.
9603 (view-hello-file): Use default-value rather than
9604 default-enable-multibyte-characters.
9605
9606 * progmodes/fortran.el: Move all safe and risky properties into the
9607 defcustoms.
9608
9609 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9610 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9611 * mail/undigest.el:
9612 Put autoloads in rmail.el rather than loaddefs.el.
9613 * mail/rmail.el: Regenerate with extracted autoloads.
9614
9615 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9616 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9617
9618 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
9619
9620 Reported in thread for Bug#4375.
9621 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9622 "-data-evaluate-expression" instead of print.
9623 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9624 (gdb-tooltip-print): Parse output from above MI command.
9625 (gdb): Revert 2009-08-11 change. User should detach inferior
9626 manually.
9627
9628 Remove the word "separate" from IO functions as inferior
9629 output is now never displayed in the GUD buffer.
9630
9631 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
9632
9633 * startup.el (command-line-normalize-file-name): On Windows and
9634 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9635
9636 2009-09-10 Juri Linkov <juri@jurta.org>
9637
9638 * isearch.el (isearch-text-char-description): Propertize escape
9639 character sequences with the `escape-glyph' face. (Bug#4344)
9640
9641 * simple.el (shell-command): Set asynchronous process filter to
9642 `comint-output-filter'. (Bug#4343)
9643
9644 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9645 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
9646 the list. Move "asm" to the bottom.
9647 (grep-find-ignored-directories): Add `choice' with nil value
9648 to empty the list easily.
9649 (grep-find-ignored-files): New option.
9650 (grep-files-history): Set to nil by default instead of '("ch" "el").
9651 (grep-compute-defaults): Add "<X>" to `grep-template'.
9652 (grep-read-files): Bind new local variables `default-alias' and
9653 `default-extension'. Use a list of default values for the file prompt.
9654 (lgrep): Add `--exclude=' command line options composed from
9655 `grep-find-ignored-files'.
9656 (rgrep): Add `-name' command line options composed from
9657 `grep-find-ignored-files'. (Bug#4301)
9658
9659 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9660
9661 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9662 (bug#4368).
9663
9664 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9665
9666 * calendar/time-date.el (autoload):
9667 Expand define-obsolete-function-alias into defalias and make-obsolete
9668 for old Emacsen that Gnus supports.
9669 (with-no-warnings): Define it for old Emacsen.
9670 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9671 is available.
9672 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9673 float-time is available; suppress compile warning for time-to-seconds.
9674
9675 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
9676
9677 * net/imap.el (imap-message-map): Docstring fix.
9678
9679 2009-09-09 Glenn Morris <rgm@gnu.org>
9680
9681 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9682 line numbers too. (Bug#4374)
9683
9684 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
9685
9686 * smerge-mode.el (smerge-remove-props, smerge-refine):
9687 Use with-silent-modifications (bug#4342).
9688
9689 * subr.el (with-silent-modifications): New macro.
9690
9691 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
9692
9693 * files.el (top-level): Require `cl' when compiling.
9694
9695 2009-09-07 Glenn Morris <rgm@gnu.org>
9696
9697 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9698
9699 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9700 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
9701
9702 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
9703
9704 * vc-git.el (vc-git-annotate-command): Use separator to parse
9705 arguments correctly.
9706
9707 2009-09-06 Eli Zaretskii <eliz@gnu.org>
9708
9709 * proced.el (proced-mode): Doc fix.
9710
9711 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
9712
9713 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9714 lstat fails.
9715 (tramp-do-file-attributes-with-ls): Check for file existence at
9716 remote end.
9717 (tramp-do-file-attributes-with-stat): Likewise.
9718 (tramp-convert-file-attributes): Return nil when attr is nil.
9719
9720 2009-09-05 Glenn Morris <rgm@gnu.org>
9721
9722 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9723 properties to this button.
9724 (diary-fancy-display): Don't extend the button to the final newline.
9725 (diary-fancy-display-mode): Continue to define "q" as a local key.
9726
9727 * calendar/cal-china.el (holiday-chinese): Make it slightly more
9728 efficient.
9729
9730 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9731
9732 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9733 (byte-compile-dest-file-function): New option.
9734 (byte-compile-dest-file): Doc fix.
9735 Obey byte-compile-dest-file-function.
9736 (byte-compile-cl-file-p): New function.
9737 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9738 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
9739 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9740 than for file being previously loaded.
9741 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9742 (byte-compile-file-form-require): Handle the case where requiring a file
9743 indirectly causes CL to be loaded.
9744
9745 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9746
9747 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9748 before killing the old buffer, since by the time `kill-buffer' is
9749 run so many buffer variables have been set to nil that it may not
9750 behave as expected. (Bug#4061)
9751
9752 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9753
9754 * files.el (find-alternate-file): If the old buffer is modified
9755 and visiting a file, behave similarly to `kill-buffer' when
9756 killing it, thus reverting to the pre-1.878 behavior; see
9757 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9758 for discussion. Also, consult `buffer-file-name' as a variable
9759 not as a function, for consistency with the rest of the code.
9760
9761 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
9762
9763 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9764 also when adding a new directory.
9765
9766 * net/tramp-compat.el (tramp-compat-line-beginning-position):
9767 New defun.
9768
9769 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9770
9771 * files.el (locate-file-completion-table): Make it provide boundary
9772 information, so partial-completion works better.
9773
9774 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9775
9776 * mail/footnote.el (Footnote-text-under-cursor):
9777 Check footnote-text-marker-alist before using it (bug#4324).
9778
9779 2009-09-04 Glenn Morris <rgm@gnu.org>
9780
9781 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9782 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9783 * play/solitaire.el, play/tetris.el:
9784 Remove leading * from defcustom and defface docs.
9785
9786 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9787 necessary.
9788 (diary-fancy-overriding-map): New variable.
9789 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9790 Use view-mode.
9791
9792 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9793 goto-line.
9794
9795 2009-09-03 Glenn Morris <rgm@gnu.org>
9796
9797 * arc-mode.el (archive-mode):
9798 * dos-fns.el (set-default-process-coding-system):
9799 * man.el (Man-getpage-in-background):
9800 * menu-bar.el (menu-bar-describe-menu):
9801 * server.el (server-process-filter):
9802 * startup.el (command-line):
9803 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9804 * w32-fns.el (set-default-process-coding-system):
9805 * x-dnd.el (x-dnd-handle-file-name):
9806 * international/mule-cmds.el (mule-menu-keymap)
9807 (set-default-coding-systems, language-info-alist, set-language-info)
9808 (set-language-environment, standard-display-european-internal)
9809 (set-locale-environment):
9810 * international/mule-diag.el (mule-diag):
9811 * mail/emacsbug.el (report-emacs-bug):
9812 * mail/rmail.el (rmail-mode):
9813 * mail/sendmail.el (mail-setup):
9814 Use default-value rather than default-enable-multibyte-characters.
9815
9816 * progmodes/f90.el: Move all safe properties into the defcustoms.
9817 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9818
9819 * calendar/appt.el (appt-check):
9820 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9821 (diary-check-diary-file, diary-list-entries)
9822 (diary-include-other-diary-files, diary-simple-display)
9823 (diary-fancy-display, diary-print-entries)
9824 (diary-mark-included-diary-files, diary-make-entry):
9825 Don't call substitute-in-file-name on diary-file.
9826
9827 2009-09-03 Eduard Wiebe <usenet@pusto.de>
9828 Stefan Monnier <monnier@iro.umontreal.ca>
9829
9830 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9831 (footnote-mode-map): Move initialization into the declaration.
9832 (footnote-minor-mode-map): Define it rather than changing global-map.
9833 (footnote-mode): Use define-minor-mode.
9834
9835 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
9836
9837 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9838 (tramp-do-file-attributes-with-perl)
9839 (tramp-do-file-attributes-with-stat): Rename from
9840 `tramp-handle-file-attributes-with-*'.
9841 (tramp-handle-file-attributes): Use them.
9842 (tramp-do-directory-files-and-attributes-with-perl)
9843 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9844 `tramp-handle-directory-files-and-attributes-with-*'.
9845 (tramp-handle-directory-files-and-attributes): Use them.
9846 (tramp-method-out-of-band-p): Additional parameter SIZE.
9847 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9848 (tramp-handle-write-region): Use it.
9849 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9850 (tramp-handle-vc-registered): Check, whether the first run did
9851 return files to be tested.
9852 (tramp-advice-make-auto-save-file-name): Do not call directly
9853 `tramp-handle-make-auto-save-file-name', because this would bypass
9854 the locking mechanism.
9855
9856 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9857 (file-remote-p, process-file, start-file-process, set-file-times)
9858 (tramp-compat-file-attributes): Compatibility functions shall not
9859 call directly `tramp-handle-*', because this would bypass the
9860 locking mechanism.
9861 (tramp-compat-number-sequence): New defun.
9862
9863 2009-09-02 Glenn Morris <rgm@gnu.org>
9864
9865 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9866 alias for float-time.
9867 (time-to-number-of-days): In Emacs, use float-time.
9868 * net/newst-backend.el (time-add): Suppress warnings from compat
9869 function.
9870 * time.el (emacs-uptime, emacs-init-time):
9871 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9872 Use float-time rather than time-to-seconds.
9873
9874 * minibuffer.el (completion-initials-expand): Fix typo.
9875
9876 * faces.el (modeline, modeline-inactive, modeline-highlight)
9877 (modeline-buffer-id):
9878 * info.el (info-menu-5): Mark these face aliases as obsolete.
9879
9880 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9881
9882 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9883 space ...
9884 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9885 no "--thread" option.
9886 (gdb-stopped): Don't print "Switched to thread" message when it is
9887 unchanged.
9888
9889 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9890
9891 * minibuffer.el (completion-try-completion)
9892 (completion-all-completions): Remove ill-defined (and
9893 mistakenly installed and luckily never used nor documented)
9894 `completion-styles' property.
9895 (completion-initials-expand, completion-initials-all-completions)
9896 (completion-initials-try-completion): New functions.
9897 (completion-styles-alist): Add doc to each entry.
9898 Add new `initials' entry.
9899
9900 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9901
9902 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9903 MI command -var-evaluate-expression.
9904 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9905 and tweak for case of string child.
9906 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9907
9908 2009-09-01 Glenn Morris <rgm@gnu.org>
9909
9910 * add-log.el (change-log-date-face, change-log-name-face)
9911 (change-log-email-face, change-log-file-face, change-log-list-face)
9912 (change-log-conditionals-face, change-log-function-face)
9913 (change-log-acknowledgement-face):
9914 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9915 (custom-modified-face, custom-set-face, custom-changed-face)
9916 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9917 (custom-documentation-face, custom-state-face, custom-comment-face)
9918 (custom-comment-tag-face, custom-variable-tag-face)
9919 (custom-variable-button-face, custom-face-tag-face)
9920 (custom-group-tag-face-1, custom-group-tag-face):
9921 * diff-mode.el (diff-header-face, diff-file-header-face)
9922 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9923 (diff-added-face, diff-changed-face, diff-function-face)
9924 (diff-context-face, diff-nonexistent-face):
9925 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9926 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9927 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9928 (Info-title-4-face):
9929 * isearch.el (isearch-lazy-highlight-face):
9930 * log-view.el (log-view-file-face, log-view-message-face):
9931 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9932 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9933 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9934 (cvs-msg-face):
9935 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9936 (smerge-base-face, smerge-markers-face):
9937 * wid-edit.el (widget-documentation-face, widget-button-face)
9938 (widget-field-face, widget-single-line-field-face)
9939 (widget-inactive-face, widget-button-pressed-face):
9940 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9941 (woman-addition-face):
9942 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9943 (eshell-ls-executable-face, eshell-ls-readonly-face)
9944 (eshell-ls-unreadable-face, eshell-ls-special-face)
9945 (eshell-ls-missing-face, eshell-ls-archive-face)
9946 (eshell-ls-backup-face, eshell-ls-product-face)
9947 (eshell-ls-clutter-face):
9948 * eshell/em-prompt.el (eshell-prompt-face):
9949 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9950 * obsolete/old-whitespace.el (whitespace-highlight-face):
9951 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9952 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9953 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9954 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9955 (antlr-font-lock-literal-face):
9956 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9957 (ebrowse-root-class-face, ebrowse-file-name-face)
9958 (ebrowse-default-face, ebrowse-member-attribute-face)
9959 (ebrowse-member-class-face, ebrowse-progress-face):
9960 * progmodes/make-mode.el (makefile-space-face):
9961 * progmodes/sh-script.el (sh-heredoc-face):
9962 * textmodes/flyspell.el (flyspell-incorrect-face)
9963 (flyspell-duplicate-face):
9964 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9965 * textmodes/texinfo.el (texinfo-heading-face):
9966 Mark face aliases with "-face" suffix as obsolete.
9967
9968 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9969 compiler.
9970
9971 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9972 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9973 easy-menu-define wants to modify these.
9974
9975 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9976
9977 * net/browse-url.el (browse-url-file-url):
9978 * term/internal.el (dos-codepage-setup):
9979 Use default-value rather than default-enable-multibyte-characters.
9980
9981 * progmodes/etags.el (etags-goto-tag-location):
9982 * progmodes/flymake.el (flymake-highlight-line)
9983 (flymake-goto-file-and-line, flymake-goto-line):
9984 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9985 (gdb-goto-breakpoint):
9986 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9987 * progmodes/python.el (python-find-function)
9988 (python-pdbtrack-track-stack-file):
9989 * progmodes/verilog-mode.el (verilog-surelint-off):
9990 * term/ns-win.el (ns-open-file-select-line):
9991 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9992 Use forward-line rather than goto-line.
9993
9994 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9995 * textmodes/reftex-index.el (reftex-display-index):
9996 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9997 * textmodes/reftex-toc.el (reftex-toc):
9998 Remove unnecessary bindings of default-major-mode (all are followed by
9999 major-mode check and possible mode switch).
10000
10001 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
10002
10003 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10004 Handle watchpoints (bug#4282).
10005 (def-gdb-thread-buffer-command): Enable thread to be selected by
10006 clicking without selecting threads buffer first.
10007 (gdb-current-context-command): Use selected frame so that "up",
10008 "down" etc work in the GUD buffer.
10009 (gdb-update): Find selected frame before rendering stack buffer.
10010 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
10011
10012 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
10013
10014 * progmodes/sym-comp.el (displayed-completions): Remove.
10015 (symbol-complete): Use minibuffer-complete.
10016
10017 2009-08-31 Glenn Morris <rgm@gnu.org>
10018
10019 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
10020
10021 * apropos.el (apropos-symbols-internal):
10022 Handle (obsolete) face aliases.
10023
10024 * faces.el (describe-face): Adjust the output format to be more like
10025 describe-variable, and to mention (obsolete) face aliases.
10026 Adjust the whitespace so that help-setup-xref works.
10027
10028 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
10029 * calendar/diary-lib.el (diary-button-face):
10030 Mark these face aliases as obsolete.
10031
10032 * calendar/calendar.el (calendar-today): Doc fix.
10033
10034 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
10035
10036 * progmodes/gdb-mi.el (gdb-control-all-threads)
10037 (gdb-control-current-thread): Force tool bar update.
10038 (gdb-non-stop-handler): New function.
10039 (gdb-init-1): Use it to test if non-stop mode is supported.
10040 Remove unused gdbmi buffer type.
10041
10042 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
10043
10044 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
10045 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
10046
10047 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
10048
10049 * comint.el (comint-exec-1): Check command is non-null first.
10050 Part of gdb-mi.el change (2009-08-28).
10051
10052 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10053
10054 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
10055
10056 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
10057
10058 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
10059 instead of `dolist' to avoid a recursive require when bootstrapping.
10060
10061 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10062
10063 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
10064
10065 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
10066
10067 * net/imap.el (imap-send-command): Simplify.
10068 (imap-wait-for-tag): point-max -> buffer-size.
10069
10070 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
10071
10072 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
10073 with constant argument.
10074
10075 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
10076
10077 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
10078
10079 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
10080 Change default, since most of our files don't have a history.
10081 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
10082 the user.
10083
10084 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10085 Add comint-run.
10086
10087 * calc/calc.el: Improve commenting convention.
10088 (calc-digit-map, toplevel): Simplify.
10089
10090 * comint.el (comint-insert-input): Be careful to only set point if we
10091 don't delegate to some other command.
10092
10093 * proced.el (proced-signal-list): Make it an alist.
10094 (proced-grammar-alist): Capitalize names.
10095 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
10096 Disable undo manually and make it read-only.
10097 Use completion-annotate-function.
10098
10099 * minibuffer.el (minibuffer-message): If the current buffer is not
10100 a minibuffer, insert the message in the echo area rather than at the
10101 end of the buffer.
10102 (completion-annotate-function): New variable.
10103 (minibuffer-completion-help): Use it.
10104 (completion--embedded-envvar-table): Environment vars are
10105 always case-sensitive.
10106
10107 2009-08-30 Glenn Morris <rgm@gnu.org>
10108
10109 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
10110 from fortran-current-defun.
10111 (fortran-beginning-of-subprogram): Be more precise about finding the
10112 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
10113 (fortran-end-of-subprogram): Simplify.
10114 (fortran-current-defun): Use fortran-start-prog-re.
10115
10116 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
10117
10118 * subr.el (do-after-load-evaluation): Simplify.
10119
10120 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
10121
10122 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
10123
10124 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
10125 (vc-rcs-print-log): Use it.
10126
10127 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
10128
10129 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10130
10131 * paths.el (abbrev-file-name): Move to abbrev.el.
10132 * abbrev.el (abbrev-file-name): Move from paths.el.
10133 Obey user-emacs-directory.
10134 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
10135 user-emacs-directory.
10136 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
10137 abbrev-file-name and calc-settings-file any more.
10138 * startup.el (command-line): Recompute abbrev-file-name and
10139 abbreviated-home-dir.
10140 (normal-no-mouse-startup-screen): Improve the generic code and get rid
10141 of the special code for when C-h bindings haven't been changed.
10142 (display-startup-echo-area-message): Use with-current-buffer.
10143 (command-line-1): Use a list of strings, rather than a list of lists
10144 of strings for longopts.
10145
10146 * files.el (get-free-disk-space): Use / for default-directory.
10147
10148 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
10149 Use with-current-buffer.
10150
10151 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
10152 Recognize immutable variables like most-positive-fixnum.
10153 (byte-compile-setq-default): Check and warn if trying to assign
10154 to an immutable variable, or a non-variable.
10155
10156 * progmodes/cc-vars.el (c-comment-continuation-stars):
10157 * progmodes/cc-engine.el (c-looking-at-bos):
10158 * progmodes/cc-cmds.el (c-toggle-auto-state)
10159 (c-forward-into-nomenclature, c-backward-into-nomenclature)
10160 (c-comment-line-break-function): Add version of obsolescence.
10161
10162 2009-08-28 Juri Linkov <juri@jurta.org>
10163
10164 * files.el (magic-fallback-mode-alist): Add ZIP magic number
10165 associated with `archive-mode'.
10166
10167 * image.el (image-type-header-regexps): Use only JPEG magic number
10168 to determine JPEG images, and don't use `image-jpeg-p' because
10169 Emacs can display non-JFIF non-Exif JPEG images.
10170
10171 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
10172
10173 * arc-mode.el (archive-mode):
10174 * emacs-lisp/re-builder.el (re-builder-unload-function):
10175 Protect against the default value of `major-mode' being nil.
10176
10177 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
10178
10179 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
10180 Fix typos in docstrings.
10181
10182 * progmodes/js.el (js--macro-decl-re): Doc fix.
10183 (js--plain-method-re, js--split-name): Refloc docstring.
10184 (js--class-styles, js--make-merged-item, js--splice-into-items):
10185 Fix typos in docstrings; reflow docstrings.
10186 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
10187 (js--variable-decl-matcher, js--inside-pitem-p)
10188 (js--parse-state-at-point, js--get-all-known-symbols)
10189 (js--symbol-history, js-find-symbol, js--js-references)
10190 (js--moz-interactor, js--js-encode-value, js--read-tab):
10191 Fix typos in docstrings.
10192
10193 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10194
10195 * textmodes/reftex.el (reftex-get-file-buffer-force):
10196 * progmodes/verilog-mode.el (verilog-batch-execute-func):
10197 * emulation/viper.el (viper-go-away, viper-set-hooks):
10198 * emacs-lisp/re-builder.el (re-builder-unload-function):
10199 * emacs-lisp/bytecomp.el (byte-compile-file):
10200 * ses.el (ses-unload-function):
10201 * hexl.el (hexl-find-file):
10202 * files.el (normal-mode):
10203 * ehelp.el (with-electric-help):
10204 * autoinsert.el (auto-insert-alist):
10205 * arc-mode.el (archive-mode):
10206 Use (default-value 'major-mode) instead of default-major-mode.
10207
10208 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
10209 * international/mule.el (load-with-code-conversion):
10210 * emacs-lisp/debug.el (debug):
10211 * ediff-vers.el (ediff-rcs-get-output-buffer):
10212 * dired.el (dired-internal-noselect): Don't let-bind
10213 default-major-mode around code that doesn't use it.
10214 E.g. buffer creation via get-buffer-create doesn't use it.
10215
10216 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
10217
10218 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
10219 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
10220 when writing the temp file. Otherwise, epa-file gets confused.
10221 (tramp-register-file-name-handlers): Make it a defun. Move also
10222 `epa-file-handler' to the front of `file-name-handler-alist'.
10223
10224 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10225
10226 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
10227 start right after a ^M.
10228 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
10229 (tramp-completion-file-name-regexp-separate)
10230 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
10231 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
10232 Don't modify last-coding-system-used by accident.
10233 (tramp-completion-file-name-handler): Apply the checks here,
10234 instead during registration.
10235 (tramp-register-file-name-handlers): Rename from
10236 `tramp-register-file-name-handler'. Register both
10237 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
10238 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
10239
10240 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
10241
10242 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
10243 Remove variable ...
10244 (gdb-init-1, gdb-display-separate-io-buffer)
10245 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
10246 references to it.
10247 (gdb-inferior-io-mode): Use make-comint-in-buffer.
10248 (gdb-inferior-filter): Use comint-output-filter to stop
10249 echoing and remove ^M characters.
10250
10251 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10252
10253 * emulation/viper-init.el (viper-restore-cursor-type):
10254 * emulation/cua-base.el (cua--update-indications):
10255 Replace default-cursor-type with (default-value 'cursor-type).
10256
10257 * mail/sendmail.el (mail-recover-1):
10258 * international/mule-diag.el (describe-current-coding-system-briefly)
10259 (describe-current-coding-system):
10260 * international/mule-cmds.el (select-safe-coding-system)
10261 (select-message-coding-system)
10262 (set-language-environment-coding-systems, set-locale-environment):
10263 * hexl.el (hexl-insert-multibyte-char):
10264 * dos-w32.el (find-buffer-file-type-coding-system):
10265 * simple.el (what-cursor-position):
10266 Replace uses of default-buffer-file-coding-system
10267 with (default-value 'buffer-file-coding-system).
10268
10269 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
10270 Replace uses of default-cursor-in-non-selected-windows
10271 with (default-value 'cursor-in-non-selected-windows).
10272 Use with-current-buffer.
10273
10274 * mail/feedmail.el: Use CL macros.
10275 (feedmail-run-the-queue, feedmail-send-it-immediately):
10276 * dos-w32.el (find-buffer-file-type): Replace uses of
10277 default-buffer-file-type with (default-value 'buffer-file-type).
10278
10279 2009-08-28 Glenn Morris <rgm@gnu.org>
10280
10281 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
10282 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
10283 Use default-value of major-mode rather than default-major-mode.
10284
10285 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10286
10287 * Makefile.in (update-elcfiles): Report left over elc files.
10288
10289 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
10290 expand-file-name and with-current-buffer.
10291 (mail-get-names, mail-directory): Use with-current-buffer.
10292
10293 * vc.el (vc-read-revision): New function.
10294 (vc-version-diff, vc-merge): Use it.
10295
10296 2009-08-27 Sam Steingold <sds@gnu.org>
10297
10298 * simple.el (kill-do-not-save-duplicates): New user option.
10299 (kill-new): When it is non-nil, and the new string is the same as
10300 the latest kill, set replace to t to avoid duplicates in kill-ring.
10301
10302 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
10303
10304 * net/tramp.el (tramp-handle-process-file): Do not flush all
10305 caches when `process-file-side-effects' is set.
10306 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
10307 instead of `tramp-find-file-exists-command'.
10308 Unset `process-file-side-effects'.
10309
10310 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
10311
10312 * net/tramp.el (tramp-methods): New method "rsyncc".
10313 (top): Add completion function for "rsyncc".
10314 (tramp-message-show-message): New defvar.
10315 (tramp-message, tramp-error): Use it.
10316 (tramp-do-copy-or-rename-file-directly): Extend check for direct
10317 remote copying.
10318 (tramp-do-copy-or-rename-file-out-of-band): Handle new
10319 `tramp-methods' entry `copy-env' of "rsyncc".
10320 (tramp-vc-registered-read-file-names): New defconst.
10321 (tramp-vc-registered-file-names): New defvar.
10322 (tramp-handle-vc-registered): Implement optimization strategy.
10323 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10324 (tramp-vc-file-name-handler): New defun.
10325 (tramp-get-ls-command, tramp-get-test-command)
10326 (tramp-get-file-exists-command, tramp-get-remote-ln)
10327 (tramp-get-remote-perl, tramp-get-remote-stat)
10328 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
10329
10330 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10331 (tramp-cache-inhibit-cache): Extend doc string. It allows also
10332 timestamps.
10333 (tramp-get-file-property): Check for timestamps in
10334 `tramp-cache-inhibit-cache'.
10335 (tramp-set-file-property): Write timestamp.
10336
10337 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10338
10339 * language/japan-util.el (japanese-symbol-table): Add entries for
10340 cp932-2-byte.
10341
10342 * international/characters.el: Add category `j' to cp932-2-byte.
10343
10344 2009-08-27 Kenichi Handa <handa@m17n.org>
10345
10346 * international/fontset.el (build-default-fontset-data): New macro.
10347 (setup-default-fontset): Use build-default-fontset-data for CJK,
10348 tibetan, ethiopic, and ipa.
10349
10350 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10351
10352 * cus-start.el (default-major-mode): Customize `major-mode' instead.
10353 (enable-multibyte-characters): Not customizable any more.
10354
10355 * subr.el (default-mode-line-format, default-header-line-format)
10356 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10357 (default-direction-reversed, default-truncate-lines)
10358 (default-left-margin, default-tab-width, default-case-fold-search)
10359 (default-left-margin-width, default-right-margin-width)
10360 (default-left-fringe-width, default-right-fringe-width)
10361 (default-fringes-outside-margins, default-scroll-bar-width)
10362 (default-vertical-scroll-bar, default-indicate-empty-lines)
10363 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10364 (default-fringe-cursor-alist, default-scroll-up-aggressively)
10365 (default-scroll-down-aggressively, default-fill-column)
10366 (default-cursor-type, default-buffer-file-type)
10367 (default-cursor-in-non-selected-windows)
10368 (default-buffer-file-coding-system, default-major-mode)
10369 (default-enable-multibyte-characters): Mark as obsolete.
10370
10371 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
10372
10373 * vc-dir.el (vc-dir-update): Remove debug helper.
10374
10375 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10376
10377 2009-08-26 Sam Steingold <sds@gnu.org>
10378
10379 * simple.el (save-interprogram-paste-before-kill): New user option.
10380 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10381 save the interprogram-paste into kill-ring before overriding it
10382 with the Emacs kill.
10383
10384 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10385
10386 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10387 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10388 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10389 and move to vc-rcs.el.
10390 (vc-default-next-revision): Rename to vc-rcs-next-revision and
10391 move to vc-rcs.el.
10392 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10393 (vc-rcs-update-changelog): Remove.
10394 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10395 and move to vc-rcs.el.
10396
10397 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10398 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10399 renaming.
10400 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
10401 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
10402 vc.el, renamed to be RCS specific.
10403
10404 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10405 New functions.
10406 (vc-cvs-update-changelog): Move here from vc.el.
10407
10408 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10409 New functions.
10410
10411 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10412
10413 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10414
10415 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10416
10417 * vc-git.el (vc-git-register): Use "git add" for directories.
10418 (vc-git-stash, vc-git-stash-show): New functions.
10419 (vc-git-extra-menu-map): Bind them.
10420
10421 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10422 directory correctly in case the item is a directory itself.
10423
10424 * vc.el: Document the desired behavior for reverted files in the
10425 `added' state.
10426 (vc-default-prettify-state-info): Remove function, unused.
10427
10428 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
10429
10430 2009-08-26 Glenn Morris <rgm@gnu.org>
10431
10432 * bindings.el (standard-mode-line-format): Reposition dashes in
10433 which-func entry. (Bug#4217)
10434
10435 * files.el (enable-local-variables, enable-local-eval)
10436 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10437 the defcustoms.
10438 (auto-mode-alist, ignored-local-variables)
10439 (save-some-buffers-action-alist): Move risky declarations to the
10440 definitions.
10441 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10442 (font-lock-defaults, format-alist, imenu--index-alist)
10443 (imenu-generic-expression, input-method-alist, minor-mode-alist)
10444 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10445 (mode-line-modified, mode-line-mule-info, mode-line-position)
10446 (mode-line-process, mode-line-remote, outline-level)
10447 (parse-time-rules, rmail-output-file-alist)
10448 (special-display-buffer-names, vc-mode):
10449 Move risky declarations to the relevant files.
10450 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10451 (mode-line-modified, mode-line-process, mode-line-position)
10452 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10453 * font-core.el (font-lock-defaults):
10454 * format.el (format-alist):
10455 * vc-hooks.el (vc-mode):
10456 * window.el (special-display-buffer-names):
10457 * international/mule-cmds.el (input-method-alist):
10458 Define riskiness here (dumped file) rather than in files.el.
10459 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10460 * imenu.el (imenu-generic-expression, imenu--index-alist):
10461 * outline.el (outline-level):
10462 * time.el (display-time-string):
10463 * calendar/parse-time.el (parse-time-rules):
10464 * mail/rmailout.el (rmail-output-file-alist):
10465 Autoload riskiness here, rather than placing in files.el.
10466
10467 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
10468
10469 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10470
10471 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
10472
10473 * simple.el (process-file-side-effects): New defvar.
10474
10475 * dired-aux.el (dired-show-file-type):
10476 * vc.el (vc-diff-internal):
10477 * vc-arch.el (vc-arch-diff):
10478 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10479 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10480 * vc-git.el (vc-git-registered, vc-git-working-revision)
10481 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10482 (vc-git--empty-db-p):
10483 * vc-hooks.el (vc-user-login-name):
10484 * vc-svn.el (vc-svn-registered, vc-svn-state)
10485 (vc-svn-dir-extra-headers, vc-svn-find-revision):
10486 * progmodes/grep.el (grep-probe): Let-bind
10487 `process-file-side-effects' with nil.
10488
10489 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10490
10491 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10492 daemon. Replace ping by checking for running service for bluez
10493 and zeroconf. (Bug#4239)
10494
10495 2009-08-25 Kevin Ryde <user42@zip.com.au>
10496
10497 * net/dig.el (dig): Add autoload cookie.
10498
10499 2009-08-25 Glenn Morris <rgm@gnu.org>
10500
10501 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10502 load-history for absolute file-names.
10503 (byte-compile-file-form-require): Warn about use of the cl package.
10504
10505 * format.el (format-alist): Doc fix.
10506
10507 * play/bubbles.el (top-level): Don't require cl at run-time.
10508
10509 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10510 run-time cl).
10511
10512 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
10513
10514 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10515 from cl package.
10516 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10517
10518 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
10519
10520 * calc/calc-alg.el (math-trig-rewrite)
10521 (math-hyperbolic-trig-rewrite): New functions.
10522 (calc-simplify): Simplify trig functions when asked.
10523
10524 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10525
10526 * diff-mode.el (diff-find-source-location): Avoid goto-line.
10527
10528 2009-08-24 Kenichi Handa <handa@m17n.org>
10529
10530 * language/ind-util.el (mapthread): Delete it.
10531 (combinatorial): New function.
10532 (indian--puthash-cv): Use combinatorial instead of mapthread.
10533
10534 2009-08-22 Kevin Ryde <user42@zip.com.au>
10535
10536 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10537 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10538 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10539 Clarify docstring that the value is strings not symbols.
10540 (checkdoc-list-of-strings-p): New function.
10541
10542 2009-08-22 Glenn Morris <rgm@gnu.org>
10543
10544 * files.el (auto-mode-alist):
10545 * hippie-exp.el (he-concat-directory-file-name):
10546 * lpr.el (lpr-windows-system, printer-name):
10547 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10548 * ps-print.el (ps-windows-system):
10549 * startup.el (command-line):
10550 * emulation/viper-ex.el (viper-glob-function):
10551 * international/mule-cmds.el (set-language-environment-coding-systems):
10552 * net/ange-ftp.el (ange-ftp-write-region):
10553 * obsolete/fast-lock.el (fast-lock-cache-name):
10554 Remove code for defunct system-types emx, macos, mswindows, next-mach,
10555 unisoft-unix, vax-vms, win32, w32.
10556
10557 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10558 given name if the pattern is not more specific.
10559
10560 * calendar/lunar.el (lunar-phase-names): New option.
10561 (lunar-phase): Doc fix.
10562 (lunar-cycles-per-year): New constant.
10563 (lunar-index): New function.
10564 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10565 (lunar-phase-name): Use lunar-phase-names.
10566 (calendar-lunar-phases): Use format.
10567 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10568
10569 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10570 Copy imenu-example--name-and-position function here for own use.
10571 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10572
10573 * bs.el (bs--redisplay):
10574 * cus-edit.el (custom-redraw):
10575 * ibuffer.el (ibuffer-bury-buffer):
10576 * server.el (server-goto-line-column):
10577 * startup.el (command-line-1):
10578 * strokes.el (strokes-xpm-for-stroke):
10579 * term.el (term-display-buffer-line):
10580 * view.el (View-goto-line):
10581 * calc/calc.el (calc-do, calc-trail-buffer):
10582 * play/gamegrid.el (gamegrid-add-score-insecure):
10583 * progmodes/ada-mode.el (ada-compile-goto-error):
10584 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10585 (ebrowse-select-1st-to-9nth):
10586 * progmodes/cperl-mode.el (cperl-time-fontification):
10587 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10588 * progmodes/gud.el (gud-display-line):
10589 (idlwave-shell-display-line):
10590 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10591 * progmodes/make-mode.el (makefile-browser-toggle):
10592 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10593 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10594 * textmodes/picture.el (picture-draw-rectangle):
10595 * textmodes/reftex-index.el (reftex-index-goto-letter):
10596 (reftex-select-jump-to-previous):
10597 * textmodes/reftex-sel.el (reftex-find-start-point)
10598 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10599 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10600 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10601 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10602 * textmodes/two-column.el (2C-associated-buffer):
10603 Use forward-line rather than goto-line.
10604
10605 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10606 goto-line.
10607
10608 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10609 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10610 (quick-check-list-to-regexp): Declare.
10611
10612 * progmodes/make-mode.el (makefile-browser-insert-selection):
10613 Use goto-char rather than goto-line.
10614
10615 * progmodes/prolog.el (compilation-error-regexp-alist)
10616 (compilation-forget-errors): Declare.
10617
10618 2009-08-22 Juri Linkov <juri@jurta.org>
10619
10620 * progmodes/grep.el (lgrep, rgrep): At the beginning
10621 set `dir' to `default-directory' unless `dir' is a non-nil
10622 readable directory. (Bug#4052)
10623 (lgrep, rgrep): Change a weird way to report an error
10624 from using `read-string' to using `error'.
10625 Instead of using interactive arguments in the function body,
10626 add new argument `confirm'.
10627
10628 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10629
10630 * textmodes/remember.el (remember-buffer):
10631 * progmodes/cperl-mode.el (cperl-vc-header-alist):
10632 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10633 (icalendar-extract-ical-from-buffer):
10634 * net/newst-treeview.el (newsticker-groups-filename):
10635 * net/newst-backend.el (newsticker-cache-filename):
10636 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10637 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10638 (speedbar-add-ignored-path-regexp, speedbar-line-path)
10639 (speedbar-buffers-line-path, speedbar-path-line)
10640 (speedbar-buffers-line-path):
10641 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10642 (epg-sign-keys):
10643 * epa.el (epa-display-verify-result):
10644 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10645
10646 2009-08-21 Glenn Morris <rgm@gnu.org>
10647
10648 * progmodes/js.el (inferior-moz-process): Fix declaration.
10649
10650 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10651
10652 * obsolete/rnewspost.el (news-mail-reply):
10653 Use goto-char rather than goto-line.
10654
10655 * term/ns-win.el (ns-open-file-select-line):
10656 Use line-beginning-position rather than goto-line.
10657
10658 * apropos.el (apropos-command):
10659 * ehelp.el (electric-helpify):
10660 * printing.el (pr-show-setup):
10661 * strokes.el (strokes-help):
10662 * tutorial.el (tutorial--describe-nonstandard-key)
10663 (tutorial--detailed-help):
10664 * woman.el (woman-mini-help, woman-display-extended-fonts):
10665 * calc/calc-help.el (calc-describe-key):
10666 * emulation/edt.el (edt-electric-helpify):
10667 * international/mule-diag.el (mule-diag):
10668 * play/yow.el (apropos-zippy):
10669 * progmodes/python.el (python-describe-symbol):
10670 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10671 * textmodes/table.el (*table--cell-describe-mode)
10672 (*table--cell-describe-bindings):
10673 Use help-print-return-message rather than the now obsolete alias.
10674
10675 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10676 (calendar-cursor-to-visible-date):
10677 * play/5x5.el (5x5-position-cursor):
10678 * play/decipher.el (decipher):
10679 * play/gomoku.el (gomoku-goto-xy):
10680 * play/landmark.el (lm-goto-xy):
10681 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10682 (mpuz-paint-digit):
10683 Use forward-line, not goto-line.
10684
10685 * mail/rmail.el (rmail-obsolete): Delete custom group.
10686 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10687 (rmail-remote-password, rmail-remote-password-required):
10688 Remove unneeded :set-after and :set properties.
10689
10690 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
10691
10692 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10693
10694 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
10695
10696 * loadup.el: Remove leftover macos code.
10697
10698 * vc-git.el (vc-git-annotate-command): Run asynchronously.
10699 Explicitly pass the date format to git blame so that user local
10700 so that the output format can be parsed.
10701
10702 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
10703
10704 * net/dbus.el (top): Don't check for (getenv
10705 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
10706
10707 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
10708
10709 * log-edit.el (log-edit-strip-single-file-name): New var.
10710 (log-edit-insert-changelog): Use it. Bug#3571
10711
10712 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10713
10714 * subr.el (read-passwd): Use read-key so keypad keys work as well.
10715 Bug#3287
10716
10717 * help.el (help-print-return-message): Rename from
10718 print-help-return-message.
10719
10720 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10721 cvs-mode-map parent hack.
10722 (log-view-mode): Derive from special-mode.
10723
10724 * linum.el (linum-mode): window-size-change-functions is redundant.
10725 Adapt to new window-configuration-change-hook behavior.
10726 (linum-after-size, linum-after-config): Remove.
10727
10728 * imenu.el (imenu-example--name-and-position)
10729 (imenu-example--lisp-extract-index-name)
10730 (imenu-example--create-lisp-index, imenu-example--create-c-index):
10731 Mark as obsolete.
10732
10733 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10734 (inferior-prolog-mode): Use it.
10735 (inferior-prolog-load-file): Reset list of errors.
10736
10737 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10738
10739 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10740
10741 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10742
10743 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
10744
10745 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10746 is running already.
10747
10748 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10749
10750 * subr.el (listify-key-sequence-1): Use normal syntax since those
10751 integers are nowadays always represented by the same (positive) number
10752 on all platforms.
10753 (read-key-empty-map): New const.
10754 (read-key-delay): New var.
10755 (read-key): New function.
10756 (force-mode-line-update): Use with-current-buffer.
10757 (locate-user-emacs-file): Don't forget to abbreviate the file name.
10758 (start-process-shell-command, start-file-process-shell-command):
10759 Discourage the use of command-args.
10760
10761 2009-08-19 Glenn Morris <rgm@gnu.org>
10762
10763 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10764
10765 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10766
10767 * simple.el (choose-completion-string): Don't rely on
10768 minibuffer-completing-file-name and ad-hoc checks to decide whether
10769 to continue completion or not.
10770
10771 * minibuffer.el (minibuffer-hide-completions): New function.
10772 (completion--do-completion): Use it.
10773 (completions-annotations): New face.
10774 (completion--insert-strings): Use it.
10775 (completion-pcm--delim-wild-regex): Add docstring.
10776 (completion-pcm--string->pattern): Add support for 0-width delimiters
10777 in completion-pcm--delim-wild-regex.
10778
10779 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10780
10781 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10782 Remove unused var `buffer-modified-p'.
10783
10784 * minibuffer.el (completion--do-completion): Move point for the #b001
10785 case as well (bug#4176).
10786 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10787
10788 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
10789
10790 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10791 and :session buses.
10792
10793 2009-08-18 Kenichi Handa <handa@m17n.org>
10794
10795 * international/ucs-normalize.el (ucs-normalize-version):
10796 Change to 1.1.
10797 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10798 (utf-8-hfs): Make it perform normalization on encoding too.
10799
10800 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10801 (sentence-end-without-space): Delete duplicated chars.
10802 (sentence-end-base): Likewise.
10803
10804 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10805 (html-mode): Delete duplicated chars from sentence-end-base.
10806
10807 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10808 (texinfo-mode): Delete duplicated chars from sentence-end-base.
10809
10810 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
10811
10812 * files.el (hack-one-local-variable): If the mode function is for
10813 a minor mode, pass it an argument (Bug#4148).
10814
10815 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
10816
10817 * net/tramp.el (tramp-register-completion-file-name-handler):
10818 Check also for (member 'partial-completion completion-styles).
10819
10820 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10821
10822 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10823 abbrev (Bug#3943).
10824
10825 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
10826
10827 * progmodes/cperl-mode.el: Merge upstream 6.2.
10828 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10829 (cperl-forward-re): Check cperl-brace-recursing.
10830 (cperl-highlight-charclass): New function.
10831 (cperl-find-pods-heres): Use it.
10832 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10833 (cperl-beautify-regexp-piece): Fix column calculation.
10834 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10835 (cperl-beautify-level): Don't process entire regexp.
10836 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10837 calling man.
10838 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10839 (cperl-init-faces): Build a list in the normal way.
10840
10841 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10842
10843 * calendar/parse-time.el (parse-time-string-chars): Save match
10844 data.
10845
10846 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10847
10848 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10849 (sql-product): Use it.
10850 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10851 (sql-set-product): Add completion.
10852 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10853 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10854 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10855 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10856 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10857 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10858 (sql-highlight-db2-keywords): Remove.
10859 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10860 (sql-highlight-product): Use derived-mode-p.
10861 (sql-set-sqli-buffer): Use with-current-buffer.
10862 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10863 Simplify.
10864
10865 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10866
10867 * term.el: Fix commenting convention, turn comments into docstrings.
10868
10869 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10870
10871 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10872
10873 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
10874
10875 * calendar/parse-time.el (parse-time-string-chars): Compute using
10876 character classes, to handle non-ascii characters (Bug#3190).
10877
10878 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10879
10880 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10881 another heredoc if the user adds another < (Bug#3226).
10882
10883 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10884 Don't initialize based on window-system (Bug#4124).
10885
10886 * facemenu.el (facemenu-read-color): Use a completion function
10887 that accepts any defined color, such as RGB triplets (Bug#3677).
10888
10889 * files.el (get-free-disk-space): Change fallback default
10890 directory to /. Expand DIR argument before switching to fallback.
10891 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10892
10893 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10894
10895 * files.el (load-library): Doc fix.
10896
10897 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
10898
10899 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10900 (viper-if-string): Redefine C-s in the minibuffer to insert the last
10901 incremental search string.
10902
10903 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10904 XEmacs.
10905
10906 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10907 (ediff-merge-region-is-non-clash)
10908 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10909 Also check if the job is really a merge job.
10910
10911 * ediff.el (ediff-current-file): New function.
10912
10913 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10914
10915 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10916 conventions.
10917 (js-insert-and-indent): Delete function.
10918 (js-mode-map): Don't bind keys to js-insert-and-indent.
10919 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10920 (js-end-of-defun): Rename from js--end-of-defun.
10921 (js-auto-indent-flag): Delete variable.
10922
10923 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
10924
10925 * progmodes/js.el: Remove proclaim statement.
10926 Defvar which-func-imenu-joiner-function to silence compiler.
10927
10928 * files.el (auto-mode-alist): Use js-mode for .js files.
10929
10930 * progmodes/js2-mode.el: Remove file.
10931
10932 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10933
10934 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10935
10936 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10937
10938 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
10939 Karl Landstrom <karl.landstrom@brgeight.se>
10940
10941 * progmodes/js.el: New file.
10942
10943 2009-08-14 Mark A. Hershberger <mah@everybody.org>
10944
10945 * timezone.el (timezone-parse-date): Add ability to understand ISO
10946 basic format (minimal separators) dates in addition to the
10947 already-supported extended format dates.
10948
10949 2009-08-14 Eli Zaretskii <eliz@gnu.org>
10950
10951 * international/ucs-normalize.el: Add a `coding' file variable.
10952
10953 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10954
10955 2009-08-14 Sam Steingold <sds@gnu.org>
10956
10957 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10958
10959 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
10960
10961 * faces.el (help-argument-name): Define it here instead of
10962 help-fns.el, because in daemon mode help-fns.el may be loaded when
10963 faces are still uninitialized (Bug#1078).
10964
10965 * help-fns.el (help-argument-name): Move defface to faces.el.
10966
10967 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
10968
10969 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10970 create buffer with a pty but no process so that GDB can make the
10971 inferior the controlling process.
10972
10973 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
10974
10975 * international/ucs-normalize.el: New file.
10976
10977 2009-08-13 Richard Stallman <rms@gnu.org>
10978
10979 * mail/rmail.el (rmail-get-attr-names):
10980 Accept an attribute header that is too short.
10981
10982 * mail/rmail.el (rmail-forget-messages):
10983 Ignore nil elt in rmail-message-vector. Use dotimes.
10984
10985 * progmodes/compile.el (compilation-goto-locus):
10986 Use next-error-move-function.
10987
10988 * simple.el (next-error-move-function): New variable.
10989
10990 2009-08-12 Juri Linkov <juri@jurta.org>
10991
10992 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10993 always non-nil. (Bug#4052)
10994
10995 * replace.el (read-regexp): Return empty string when
10996 `default-value' is nil.
10997 (keep-lines-read-args): Don't use empty string as the
10998 default value for `read-regexp'. (Bug#2495)
10999
11000 2009-08-12 Juri Linkov <juri@jurta.org>
11001
11002 * international/mule-cmds.el (ucs-insert): Change arguments
11003 from `arg' to `character', `count', `inherit' to be the same
11004 as in `insert-char'. Doc fix. (Bug#4039)
11005
11006 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
11007
11008 2009-08-12 Juri Linkov <juri@jurta.org>
11009
11010 * files-x.el: New file.
11011
11012 * files.el: Move code that deals with adding/deleting
11013 file/directory-local variables to files-x.el.
11014
11015 * Makefile.in (ELCFILES): Add files-x.elc.
11016
11017 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
11018
11019 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
11020 to use `goto-line'.
11021 (gdb-place-breakpoints, gdb-get-location): Rewritten without
11022 `goto-line'.
11023 (gdb-invalidate-disassembly): Do not refresh upon receiving
11024 'update signal. Instead, update all disassembly buffers only after
11025 threads list.
11026 (gdb): Send -target-detach when buffer is killed (Bug#3794).
11027 (gdb-starting): Move -data-list-register-names...
11028 (gdb-stopped): ...here so it's sent when first thread stops.
11029 (gdb-registers-handler-custom): Do nothing if register names are
11030 unknown yet.
11031
11032 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
11033 from `gdb-mi.el' to avoid extra tangling.
11034
11035 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
11036 change which breaks `gud-def' definitions used in `gdb'.
11037 (gdb-update-gud-running): No extra fuss for updating frame number.
11038
11039 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
11040
11041 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
11042 (describe-language-environment-map, setup-language-environment-map)
11043 (set-coding-system-map): Move initialization into declaration.
11044 (set-language-info-alist): Last arg to define-key-after can be skipped.
11045
11046 * international/quail.el (quail-completion-1): Simplify.
11047 (quail-define-rules): Use slightly more compact code.
11048 (quail-insert-decode-map): Propertize keys, compact columns.
11049
11050 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11051 Add goto-line.
11052
11053 2009-08-10 Miles Bader <miles@gnu.org>
11054
11055 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
11056 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
11057 (js2-instance-member, js2-private-member, js2-private-function-call)
11058 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
11059 (js2-magic-paren, js2-external-variable):
11060 Remove "-face" suffix from face names.
11061 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
11062 (js2-highlight-undeclared-vars, js2-peek-token)
11063 (js2-parse-function-params, js2-mode-show-errors)
11064 (js2-mode-show-warnings, js2-make-magic-delimiter)
11065 (js2-mode-highlight-magic-parens): Update to use new face names.
11066
11067 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
11068
11069 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
11070 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
11071
11072 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
11073
11074 * subr.el: Provide hashtable-print-readable.
11075
11076 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
11077 hs-c-like-adjust-block-beginning.
11078 (hs-hide-block-at-point): Stop hiding at the beginning of
11079 hs-block-end-regexp (Bug#700).
11080
11081 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
11082
11083 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
11084 a macro.
11085 (gdb-registers-handler-custom): Do not fail when register names
11086 are unavailable.
11087
11088 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
11089
11090 * progmodes/gdb-mi.el (gdb-control-all-threads)
11091 (gdb-control-current-thread): Interactive setters for
11092 `gdb-gud-control-all-threads' to use in menu.
11093 (gdb-show-run-p): Show «Go» when process is not active.
11094 (gud-tool-bar-map): Add non-stop/A,T indicator.
11095 Uses gud/thread.xpm and gud/all.xpm.
11096
11097 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
11098
11099 * net/net-utils.el (net-utils-font-lock-keywords): New var.
11100 (nslookup-font-lock-keywords): Make it a variable.
11101 (net-utils-mode): New mode for viewing diagnostic network output.
11102 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
11103 (net-utils-run-simple): New function.
11104 (ifconfig, iwconfig, netstat, arp, route): Use it.
11105
11106 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
11107
11108 * progmodes/gdb-mi.el (gdb-read-memory-custom)
11109 (gdb-memory-set-address, def-gdb-set-positive-number)
11110 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
11111 after changing settings.
11112 (gdb-invalidate-disassembly): Update when first shown.
11113 (gdb-edit-locals-value): Fixed.
11114 (gdb-registers-handler-custom): Print registers in right order and
11115 allow changing register values (only for current thread yet).
11116 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
11117 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
11118 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
11119 (gdb-locals-handler-custom, gdb-registers-handler-custom):
11120 Thread info in mode name.
11121 (gdb-registers-mode-map): TAB to switch to locals.
11122
11123 2009-08-08 Eli Zaretskii <eliz@gnu.org>
11124
11125 * mail/rmail.el (rmail-add-mbox-headers)
11126 (rmail-set-message-counters-counter): Search for
11127 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
11128
11129 2009-08-08 Glenn Morris <rgm@gnu.org>
11130
11131 * Makefile.in (ELCFILES): Update.
11132
11133 2009-08-07 Eli Zaretskii <eliz@gnu.org>
11134
11135 * mail/sendmail.el (mail-yank-original):
11136 Set buffer-file-coding-system from the one used by the message whose
11137 text is yanked.
11138
11139 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
11140 to "windows" when "pgnuplot" is used.
11141 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
11142 Don't call accept-process-output if "pgnuplot" is used.
11143 (calc-graph-init): Don't send -display and -geometry to
11144 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
11145 running "pgnuplot -V" with shell-command-to-string.
11146
11147 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
11148 the default.
11149
11150 2009-08-07 Eli Zaretskii <eliz@gnu.org>
11151
11152 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
11153 org/org-latex.elc.
11154
11155 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
11156
11157 * vc-dispatcher.el (vc-resynch-window): Update comment.
11158
11159 * term.el (term-handle-ansi-escape): Add comments with the
11160 terminfo capabilities implemented.
11161
11162 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
11163
11164 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
11165 (gdb-var-create-handler): Rewritten using JSON parser.
11166 (gdb-propertize-header): Move earlier.
11167 (gdb-set-header): Remove to avoid duplication.
11168 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
11169 Refresh disassembly buffers only after threads list have been
11170 update.
11171 (gdb-threads-header, gdb-registers-header): Per-buffer header line
11172 variables.
11173
11174 2009-08-04 Juri Linkov <juri@jurta.org>
11175
11176 * files.el: Commands to add/delete file/directory-local variables.
11177 (read-file-local-variable, read-file-local-variable-value)
11178 (read-file-local-variable-mode, modify-file-local-variable)
11179 (modify-file-local-variable-prop-line)
11180 (modify-dir-local-variable): New functions.
11181 (add-file-local-variable, delete-file-local-variable)
11182 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
11183 (add-dir-local-variable, delete-dir-local-variable)
11184 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
11185 (copy-dir-locals-to-file-locals-prop-line): New commands.
11186
11187 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
11188
11189 * abbrev.el (insert-abbrev-table-description): Prettify output.
11190 Suggested by Karl Chen.
11191
11192 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
11193
11194 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
11195 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
11196 (gdb-overlay-arrow-position, gdb-thread-position)
11197 (gdb-disassembly-position): Declare variables.
11198 (gdb-wait-for-pending): Function now.
11199 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
11200 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
11201 compilation goes smoothly.
11202 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
11203 (gdb-non-stop-setting): New customization setting which replaces
11204 `gdb-non-stop' so changing it doesn't break active GDB session.
11205 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
11206 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
11207 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
11208 (gdb-show-threads-by-default): New customization options.
11209 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
11210 routines.
11211 (gdb-get-buffer-create): Send buffers update signal when they are
11212 created.
11213 (gdb-invalidate-locals, gdb-invalidate-registers)
11214 (gdb-invalidate-breakpoints)
11215 (gdb-invalidate-threads, gdb-invalidate-disassembly)
11216 (gdb-invalidate-memory): Accept update signal.
11217 (gdb-current-context-command): Use --frame option.
11218 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
11219 Implement `gdb-frame-number' selection logic.
11220 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
11221 whether to show GUD toolbar buttons.
11222 (gdb-thread-exited): Unselect current thread when it exits.
11223 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
11224 (gdb-mark-line): Routine which sets overlay arrow or inverses
11225 video on fringeless displays.
11226 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
11227 to build aligned columns of data in GDB buffers and set text
11228 properties line-by-line.
11229 (gdb-invalidate-breakpoints)
11230 (gdb-breakpoints-list-handler-custom)
11231 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
11232 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
11233 (gdb-registers-handler-custom): Align data columns.
11234 (gdb-locals-handler-custom): Now prints data like in variable
11235 declarations.
11236 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
11237 Remove confusing buttons.
11238 (gdb-invalidate-threads): Append --frame.
11239 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
11240 between breakpoints/threads buffers.
11241 (gdb-set-window-buffer): Now can ignore dedicated windows.
11242 (gdb-propertize-header): Use `gdb-set-window-buffer'.
11243 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
11244 (def-gdb-thread-buffer-gud-command): Replaces
11245 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
11246 for fine thread control.
11247 (gdb-preempt-existing-or-display-buffer): New function used to
11248 display bound buffers without breaking window layout.
11249 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
11250 (gdb-select-frame): New version of `gdb-frames-select' which now
11251 sets `gdb-frame-number' so commands may use --frame option instead
11252 of inner debugger state.
11253 (gdb-frame-handler): Do not set `gdb-frame-number'.
11254 (gdb-threads-mode-map): Select threads with mouse.
11255
11256 * progmodes/gud.el (gdb-gud-context-call): Declare function to
11257 avoid compilation warning.
11258 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
11259 `gdb-show-stop-p`.
11260
11261 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
11262 Argument `key' renamed to `buffer-type'.
11263 (gdb-current-context-buffer-name): Do not add thread info to
11264 buffer name when no thread is selected.
11265 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
11266 command (bug 3794).
11267 (gdb-thread-selected): Handle `=thread-selected' notification.
11268 (gdb-wait-for-pending): New macro to deal with congestion problems.
11269 (gdb-breakpoints-list-handler-custom): Don't fail on pending
11270 breakpoints.
11271 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
11272 This fixes problem similar to one described in bug 3947.
11273 (gud-menu-map): More menu items.
11274 (gdb-init-1): Reset `gdb-thread-number' to nil.
11275
11276 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
11277 non-stop settings.
11278
11279 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
11280 (gdb-current-context-command): Do not append --thread if
11281 `gdb-thread-number' is nil.
11282 (gdb-running-threads-count, gdb-stopped-threads-count):
11283 New variables.
11284 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
11285 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
11286 New customization options.
11287 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
11288 GUD commands.
11289 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
11290 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
11291 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
11292 set `gdb-thread-number' and update `gud-running' properly.
11293 (gdb-running): Update threads list when new threads appear.
11294 (gdb-stopped): Support non-stop operation and new thread switching
11295 logic.
11296 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
11297 (gdb-json-partial-output): New set of JSON routines.
11298 (def-gdb-auto-update-trigger): New `signal-list' optional
11299 argument.
11300 (gdb-thread-list-handler-custom): Update `gud-running',
11301 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
11302 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11303 (gdb-continue-thread, gdb-step-thread): New commands for fine
11304 thread execution control.
11305 (gud-menu-map): New menu items to switch non-stop options.
11306 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
11307 (gdb-send): Mimic RET properly (bug 3794).
11308
11309 * progmodes/gdb-mi.el (gdb-rules-name-maker)
11310 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11311 gdb-buffer-rules.
11312 (def-gdb-auto-update-handler): New nopreserve optional argument.
11313 (gdb-stack-list-frames-custom): Print stack from top to bottom.
11314
11315 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
11316 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11317 (gdb-parent-mode): New mode to derive other GDB modes from.
11318 (gdb-display-disassembly-for-thread)
11319 (gdb-frame-disassembly-for-thread): New commands for threads
11320 buffer.
11321
11322 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11323 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
11324 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11325 (gdb-update): We now store all GDB buffers in a list so that they
11326 can be updated by traversing a list instead of calling invalidate
11327 triggers explicitly.
11328 (def-gdb-trigger-and-handler): New macro to define trigger-handler
11329 pair for GDB buffer.
11330 (gdb-stack-buffer-name): Add thread information.
11331 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11332 handle pending triggers.
11333 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11334 (def-gdb-thread-buffer-simple-command)
11335 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11336 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
11337 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11338 New commands which show buffers bound to thread.
11339 (gdb-stack-list-locals-regexp): Remove unused regexp.
11340
11341 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11342 (gdb-locals-buffer-name, gdb-registers-buffer-name)
11343 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11344 to (gud-comint-buffer) in *-buffer-name functions
11345 because (gdb-get-target-string) already does that.
11346 (gdb-locals-handler-custom, gdb-registers-handler-custom)
11347 (gdb-changed-registers-handler): Rewritten without regexps.
11348
11349 * progmodes/gdb-mi.el: Basic thread selection support.
11350 (gdb-thread-number): New variable.
11351 (gdb-current-context-command): New macro which adds --thread
11352 option to command.
11353 (gdb-threads-mode-map): Select thread with SPC.
11354 (gdb-thread-list-handler-custom): Mark current thread with overlay
11355 arrow. Synchronize GDB thread and Emacs thread.
11356 (gdb-select-thread): New command which selects current thread.
11357 (gdb-invalidate-frames, gdb-invalidate-locals)
11358 (gdb-invalidate-registers): Use --thread option.
11359
11360 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
11361
11362 * net/tramp.el (top): Make check for tramp-gvfs loading more
11363 robust. (Bug#3977)
11364 (tramp-handle-insert-file-contents): `unwind-protect' must be
11365 inside `with-parsed-tramp-file-name'.
11366
11367 * net/tramp-gvfs.el (top): Remove superfluous message when loading
11368 fails.
11369
11370 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
11371
11372 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11373 directory if CLASSPATH is not set.
11374
11375 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
11376
11377 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11378 New defconst.
11379 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
11380
11381 2009-08-02 Kevin Ryde <user42@zip.com.au>
11382
11383 * net/newst-backend.el (newsticker--raw-url-list-defaults):
11384 Update freshmeat link. Delete newsforge.com as it seems gone.
11385
11386 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11387
11388 * select.el (x-set-selection): Doc fix (Bug#4021).
11389
11390 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11391
11392 * help-fns.el (describe-variable): Treat list return values from
11393 dir-locals-find-file properly (Bug#4005).
11394
11395 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
11396
11397 * net/tramp.el (tramp-debug-message): Print also microseconds.
11398
11399 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
11400
11401 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11402 or END is non-nil.
11403 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11404 (tramp-get-debug-buffer): Change `outline-regexp' according to new
11405 format.
11406
11407 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
11408 (tramp-get-file-property): Use it.
11409
11410 * autorevert.el (auto-revert-handler):
11411 Allow `auto-revert-tail-mode' for remote files.
11412
11413 2009-08-02 Jason Rumney <jasonr@gnu.org>
11414
11415 * minibuffer.el (read-file-name): Treat confirm options to
11416 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
11417
11418 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11419
11420 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
11421 (font-lock-variable-name-face, font-lock-constant-face):
11422 Darken the colors for light backgrounds.
11423
11424 2009-08-01 Eli Zaretskii <eliz@gnu.org>
11425
11426 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11427 month names. (Bug#3987)
11428
11429 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
11430
11431 * simple.el (line-move-finish): Pass whole number to
11432 line-move-to-column.
11433 (line-move-visual): Perform hscroll to the recorded position.
11434
11435 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
11436
11437 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11438
11439 2009-07-29 Alan Mackenzie <acm@muc.de>
11440
11441 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11442
11443 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
11444
11445 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11446 (gdb-place-breakpoints): Use full path when setting breakpoints.
11447
11448 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11449
11450 * calc/calc.el (calc-mode-map): Add keybinding for
11451 `calc-transpose-lines'.
11452
11453 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
11454
11455 * calc/calc-misc.el (calc-transpose-lines): New function.
11456
11457 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
11458
11459 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11460 Simplify check for out-of-band methods.
11461 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11462 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
11463
11464 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
11465
11466 * vc-git.el (vc-git-checkin): Fix typo.
11467
11468 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
11469
11470 * progmodes/js2-mode.el: New file.
11471
11472 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
11473
11474 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11475 (gud-menu-map): Adjust tooltip accordingly.
11476
11477 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11478
11479 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11480 (vc-bzr-log-view-mode): Adjust log-view-file-re.
11481
11482 * add-log.el (change-log-mode-map): Add a menu.
11483
11484 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
11485
11486 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11487 function returns nil.
11488 (dbus-handle-event): Handle special return value :ignore.
11489 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11490
11491 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
11492
11493 * view.el (view-mode-enable): Don't define Helper-return-blurb if
11494 it's not needed.
11495
11496 2009-07-25 Eli Zaretskii <eliz@gnu.org>
11497
11498 Fix Bug#3888:
11499
11500 * w32-vars.el (x-select-enable-clipboard): Doc fix.
11501
11502 * term/pc-win.el (x-display-name, x-colors)
11503 (x-select-enable-clipboard, x-select-text): Doc fix.
11504
11505 * term/common-win.el (x-display-name, x-colors): Doc fix.
11506
11507 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11508 (xw-defined-colors): Doc fix.
11509
11510 * w32-fns.el (x-select-text, x-setup-function-keys)
11511 (x-get-selection, x-set-selection): Doc fix.
11512
11513 * term/x-win.el (x-select-text, x-setup-function-keys)
11514 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11515
11516 * select.el (x-set-selection): Doc fix.
11517
11518 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
11519
11520 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11521 instead of "IsNSSSupportAvailable". Avahi ought to work also when
11522 "IsNSSSupportAvailable" method is not available.
11523 Reported by Steve Youngs <steve@sxemacs.org>.
11524
11525 2009-07-24 Kenichi Handa <handa@m17n.org>
11526
11527 * international/characters.el: Fix setting of category ?C, ?|, ?K,
11528 and ?H. Fix setting of case for Latin Extended and Greek Extended.
11529 (build-unicode-category-table): Fix range checks.
11530
11531 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
11532
11533 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11534 the buffer we try to sync is current when calling
11535 vc-resynch-buffer.
11536
11537 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11538 not show up to date files.
11539
11540 2009-07-24 Glenn Morris <rgm@gnu.org>
11541
11542 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11543 Add autoload cookies. If necessary, initialize.
11544 (elint-log): Handle non-file buffers.
11545 (elint-initialize): Add optional argument to reinitialize.
11546 (elint-find-builtin-variables): Save excursion.
11547
11548 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11549
11550 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11551 for Lint.
11552
11553 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11554
11555 * vc.el (vc-print-log-internal): New function, split out from ...
11556 (vc-print-log): ... here.
11557 (vc-dir-move-to-goal-column): Declare.
11558
11559 * vc-git.el (vc-git-add-signoff): New variable.
11560 (vc-git-checkin): Use it.
11561 (vc-git-toggle-signoff): New function.
11562 (vc-git-extra-menu-map): Bind it to menu.
11563 (vc-git--run-command-string): Accept a nil FILE argument.
11564 (vc-git-stash-list): New function.
11565 (vc-git-dir-extra-headers): Use it.
11566
11567 2009-07-23 Glenn Morris <rgm@gnu.org>
11568
11569 * help-fns.el (describe-variable): Describe ignored and risky local
11570 variables in a similar way to that in which we describe safe ones.
11571
11572 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11573 (byte-compile-output-file-form, byte-compile-output-docform)
11574 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11575 Give some more local variables with common names a "bytecomp-" prefix,
11576 so as not to shadow things during compilation.
11577 * emacs-lisp/cl-macs.el (load-time-value)
11578 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11579 `outbuffer' to `bytecomp-outbuffer'.
11580
11581 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11582 since the next two variables cover them automatically now.
11583 (elint-builtin-variables, elint-autoloaded-variables): New.
11584 (elint-unknown-builtin-args): Remove all members, since they can be
11585 parsed automatically now.
11586 (elint-extra-errors): New.
11587 (elint-env-add-env, elint-env-add-macro): Use cadr.
11588 (elint-current-buffer): Use or. Change final message.
11589 (elint-get-top-forms): Use line-end-position.
11590 (elint-init-env): Use cadr. Handle autoload, declare-function,
11591 and defalias.
11592 (elint-add-required-env): Doc fix. Use or. Standardize error.
11593 (regexp-assoc): Remove unused function.
11594 (elint-top-form): Set elint-current-pos, to record the start of the
11595 top-level form, for compilation-mode.
11596 (elint-form): Trap errors in macro expansion. Use dolist.
11597 (elint-unbound-variable): Use elint-builtin-variables and
11598 elint-autoloaded-variables.
11599 (elint-get-args): Use cadr, or.
11600 (elint-check-cond-form): Use dolist, cadr.
11601 (elint-check-condition-case-form): Doc fix. Use cadr.
11602 Use elint-extra-errors.
11603 (elint-log): New function.
11604 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11605 Distinguish errors and warnings.
11606 (elint-log-message): Use with-current-buffer. Inhibit read-only.
11607 Use a bytecomp-style format.
11608 (elint-clear-log): Preserve default-directory. Inhibit read-only.
11609 (elint-get-log-buffer): Use compilation mode. Disable undo.
11610 Don't truncate lines.
11611 (elint-initialize): Set builtin and autoloaded variable lists.
11612 Only process elint-unknown-builtin-args if non-nil.
11613 (elint-find-builtin-variables, elint-find-autoloaded-variables):
11614 New functions.
11615 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
11616
11617 2009-07-22 Kevin Ryde <user42@zip.com.au>
11618
11619 * net/newst-backend.el (newsticker--parse-atom-1.0)
11620 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11621 (newsticker--parse-rss-1.0):
11622 * progmodes/idlwave.el (idlwave-mode):
11623 * progmodes/idlw-shell.el (idlwave-shell-mode):
11624 * progmodes/vera-mode.el (vera-mode):
11625 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11626 * progmodes/vhdl-mode.el (vhdl-mode):
11627 * textmodes/table.el (table-generate-source)
11628 (table--warn-incompatibility):
11629 Hyperlink urls in docstrings with URL `...'.
11630
11631 2009-07-22 Glenn Morris <rgm@gnu.org>
11632
11633 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11634 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11635 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11636 Remove leading * from defcustom docs.
11637
11638 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
11639
11640 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11641 defcustom doc.
11642 (list-load-path-shadows): Optionally, just return shadows as a string.
11643
11644 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11645
11646 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
11647
11648 * mail/rmailedit.el (rmail-edit-mode):
11649 Use auto-save-include-big-deletions.
11650
11651 * mail/rmail.el (rmail-variables):
11652 Use auto-save-include-big-deletions.
11653
11654 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11655 changes.
11656
11657 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
11658
11659 * calc/calc.el (calc-undo-length): New variable.
11660 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11661
11662 2009-07-21 Richard Stallman <rms@gnu.org>
11663
11664 * files.el (auto-save-mode): Handle buffer-save-size = -2
11665 for toggling mode.
11666
11667 2009-07-21 Glenn Morris <rgm@gnu.org>
11668
11669 * textmodes/ispell.el (ispell-looking-back): Update declaration.
11670
11671 * calendar/todo-mode.el (calendar-current-date): Update declaration.
11672
11673 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11674 silence compiler. Instead...
11675 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11676 (ps-print-ensure-fontified): Update for above function name changes.
11677
11678 * printing.el (pr-mh-get-msg-num, pr-mh-show)
11679 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11680 silence compiler. Instead...
11681 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11682 (mh-show-buffer): Only define for compiler.
11683 (pr-mh-current-message): Update for above function name changes.
11684
11685 * files.el (abort-if-file-too-large): Explicitly pass `filename'
11686 as an argument.
11687 (find-file-noselect, insert-file-1): Update for above change.
11688
11689 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11690
11691 * mail/mailclient.el (mailclient-send-it): Fix message.
11692
11693 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11694 (edebug-eval): Check cl-debug-env is bound.
11695 (print-level, print-circle): Don't redefine built-in variables.
11696
11697 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11698 (custom-print-vectors): Remove old comments from doc.
11699
11700 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11701 (emerge-version): Make the variable an obsolete alias for the
11702 emacs-version variable. Make the function obsolete.
11703 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11704 Emerge options, rather than merging in into the main Options menu.
11705 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
11706 and auto advance modes. Disable edit/fast items when not relevant.
11707
11708 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11709
11710 * term/vt420.el (terminal-init-vt420): Fix typo.
11711
11712 2009-07-20 Sam Steingold <sds@gnu.org>
11713
11714 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11715 variable (removed from compile.el on 2004-03-11).
11716
11717 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
11718
11719 * files.el (hack-local-variables-filter): Fix last change.
11720
11721 2009-07-19 Juri Linkov <juri@jurta.org>
11722
11723 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11724 (dir-local-variables-alist): New buffer-local variable.
11725 (hack-local-variables-filter): If variable is not dir-local,
11726 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11727 because file-local overrides dir-local.
11728 (c-postprocess-file-styles) <declare-function>:
11729 Remove obsolete declaration.
11730 (hack-dir-local-variables): Add dir-local variable/value pair to
11731 `dir-local-variables-alist' and remove duplicates. Doc fix.
11732
11733 * help-fns.el (describe-variable): Add information about
11734 file-local and dir-local variables.
11735
11736 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
11737
11738 * files.el (hack-local-variables-filter): Rewrite.
11739
11740 2009-07-19 Glenn Morris <rgm@gnu.org>
11741
11742 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11743 Silence compiler by only defining on XEmacs.
11744
11745 * international/mule.el (auto-coding-regexp-alist): Only match
11746 BABYL... at the start of buffer, not of lines. (Bug#3790)
11747
11748 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11749 non-calendar buffers (Bug#3862). Restore "not on a date" message.
11750 (cal-menu-context-mouse-menu): Doc fix.
11751
11752 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11753
11754 * simple.el (mail-user-agent): Doc fix. Set :version tag.
11755
11756 2009-07-18 Juri Linkov <juri@jurta.org>
11757
11758 * info.el: Virtual Info keyword finder.
11759 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11760 (Info-finder-file): New variable.
11761 (Info-finder-find-file): New function.
11762 (finder-known-keywords, finder-package-info)
11763 (find-library-name, lm-commentary): Use defvar and
11764 declare-function to silence compiler warnings.
11765 (Info-finder-find-node): New function.
11766 (info-finder): New command.
11767
11768 * subr.el (process-kill-buffer-query-function): New function.
11769 (add-hook)<kill-buffer-query-functions>: Add hook
11770 `process-kill-buffer-query-function'.
11771
11772 2009-07-18 Alan Mackenzie <acm@muc.de>
11773
11774 * progmodes/cc-mode.el (c-before-hack-hook)
11775 (c-postprocess-file-styles): Give invocation of `c-set-style'
11776 DONT-OVERRIDE parameter of t. Already set style variables will
11777 thus not be overridden by style settings given by `c-file-syle'.
11778
11779 * files.el (hack-local-variables-filter): Remove entries with
11780 duplicate keys from `file-local-variables-alist'.
11781
11782 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11783
11784 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11785 x-set-selection if display-selections-p returns nil for the
11786 current frame.
11787
11788 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
11789
11790 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11791
11792 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11793
11794 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11795 Accept nil in addition to a regexp.
11796 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11797 Accept nil in addition to a regexp.
11798 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11799 buffers that have an associated file. Handle nil values of
11800 desktop-buffers-not-to-save and desktop-files-not-to-save.
11801 (Bug#3833)
11802
11803 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11804 (x-disown-selection-internal): New functions.
11805
11806 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
11807
11808 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11809 warning.
11810 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11811 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11812
11813 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
11814
11815 * simple.el (set-mark): Revert last change.
11816
11817 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11818
11819 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11820 rendering of pngs is not possible instead of messaging a long
11821 description.
11822
11823 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
11824
11825 * w32-fns.el (x-selection-owner-p): New function.
11826
11827 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11828 (mouse-yank-at-click, mouse-yank-primary):
11829 If select-active-regions is non-nil, deactivate the mark before
11830 insertion.
11831
11832 * simple.el (deactivate-mark, set-mark): Only save selection if we
11833 own it.
11834
11835 2009-07-17 Kenichi Handa <handa@m17n.org>
11836
11837 * case-table.el (describe-buffer-case-table): Fix for the case
11838 that KEY is a cons.
11839
11840 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11841
11842 * vc-rcs.el (vc-rcs-find-file-hook):
11843 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11844
11845 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
11846
11847 * net/tramp.el (tramp-wait-for-output): Handle the case when
11848 commands do not return a newline but a null byte before the shell
11849 prompt. (Bug#3858)
11850
11851 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11852
11853 * term/ns-win.el (ns-set-alpha): Don't declare.
11854 (ns-set-background-alpha): Remove function.
11855
11856 2009-07-16 Kevin Ryde <user42@zip.com.au>
11857
11858 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11859 y-or-n-p, for safety.
11860
11861 2009-07-16 Richard Stallman <rms@gnu.org>
11862
11863 * files.el (auto-save-mode): If buffer-saved-size is -2,
11864 don't clobber it.
11865
11866 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11867 (rmail-retry-ignored-headers): Add more uninteresting fields.
11868
11869 2009-07-15 Jari Aalto <jari.aalto@cante.net>
11870
11871 * net/rcirc.el (rcirc): Use history variables.
11872 (rcirc-server-name-history, rcirc-nick-name-history)
11873 (rcirc-server-port-history): New variables.
11874
11875 2009-07-15 Kenichi Handa <handa@m17n.org>
11876
11877 * international/mule-cmds.el (set-language-environment-charset):
11878 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11879 ignore them.
11880
11881 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11882 Delete unibyte-display.
11883
11884 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11885
11886 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11887
11888 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11889
11890 * simple.el (deactivate-mark): Optional argument FORCE.
11891 (set-mark): Use deactivate-mark.
11892
11893 * info.el (Info-search): No need to check transient-mark-mode
11894 before calling deactivate-mark.
11895
11896 * select.el (x-set-selection): Doc fix.
11897 (x-valid-simple-selection-p): Allow buffer values.
11898 (xselect--selection-bounds): Handle buffer values.
11899 Suggested by David De La Harpe Golden.
11900
11901 * mouse.el (mouse-set-region, mouse-drag-track):
11902 Call copy-region-as-kill before setting the mark, to let
11903 select-active-regions work.
11904
11905 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
11906
11907 * simple.el (deactivate-mark): If select-active-regions is
11908 non-nil, copy the selection data into a string.
11909 (activate-mark): If select-active-regions is non-nil, set the
11910 selection to the current buffer.
11911 (set-mark): Update selection if select-active-regions is non-nil.
11912
11913 * select.el (x-valid-simple-selection-p): Allow buffer values.
11914
11915 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11916
11917 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11918 and more featureful message-mode.
11919
11920 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
11921
11922 * select.el (x-set-selection): Doc fix.
11923 (x-valid-simple-selection-p): Disallow selection data consisting
11924 of a list or cons of integers, since that is not used.
11925 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11926 (xselect-convert-to-string, xselect-convert-to-length)
11927 (xselect-convert-to-filename, xselect-convert-to-charpos)
11928 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11929
11930 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11931
11932 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11933 output in -break-info command (Emacs bug #3794).
11934
11935 2009-07-14 Glenn Morris <rgm@gnu.org>
11936
11937 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11938 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11939 (edebug-print-length, edebug-print-level, edebug-print-circle)
11940 (edebug-sit-for-seconds, edebug-view-outside)
11941 (edebug-bounce-point, edebug-set-global-break-condition)
11942 (edebug-Go-nonstop-mode, edebug-trace-mode)
11943 (edebug-Trace-fast-mode, edebug-continue-mode)
11944 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11945 (edebug-visit-eval-list): Doc fixes.
11946
11947 * subr.el (def-edebug-spec): Doc fix.
11948
11949 2009-07-14 Kenichi Handa <handa@m17n.org>
11950
11951 * international/characters.el: Fix setting of category ?C.
11952
11953 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11954
11955 * term/ns-win.el (x-select-font): defalias x-select-font to
11956 ns-popup-font-panel instead of generate-fontset-menu.
11957
11958 2009-07-12 Eli Zaretskii <eliz@gnu.org>
11959
11960 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
11961
11962 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11963
11964 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11965 the PK\003\004 header (Bug#3770).
11966
11967 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11968
11969 * pcomplete.el (pcomplete-comint-setup): Check for
11970 shell-dynamic-complete-filename too.
11971
11972 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
11973
11974 * simple.el (temporary-goal-column): Change the value for
11975 line-move-visual to a cons cell.
11976 (line-move-visual): Record or set the window hscroll, if
11977 necessary (Bug#3494).
11978 (line-move-1): Handle cons value of temporary-goal-column.
11979
11980 2009-07-11 Kenichi Handa <handa@m17n.org>
11981
11982 * international/mule-diag.el (describe-character-set): Don't show
11983 width.
11984
11985 2009-07-10 Sam Steingold <sds@gnu.org>
11986
11987 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11988 Omake sometimes indents the errors it prints, so allow all
11989 regexps to start with spaces.
11990
11991 2009-07-10 Eli Zaretskii <eliz@gnu.org>
11992
11993 * cus-edit.el (customize-changed-options-previous-release):
11994 Bump value to 22.1. (Bug#3804)
11995
11996 2009-07-08 Sam Steingold <sds@gnu.org>
11997
11998 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11999 to be a cons cell (test . ignored-directory) to selectively ignore
12000 some directories depending on the location of the search.
12001
12002 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
12003
12004 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
12005 remote user is root, on the local host.
12006 (tramp-local-host-p): Either the local user or the remote user
12007 must be root. (Bug#3771)
12008
12009 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
12010
12011 * progmodes/gdb-mi.el (gdb): Remove description of
12012 gdb-use-separate-io-buffer.
12013 (menu): Don't allow toggling of or enable
12014 gdb-use-separate-io-buffer from menubar.
12015
12016 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
12017
12018 * mail/unrmail.el (unrmail): Make sure the message ends with two
12019 newlines (Bug#3769).
12020
12021 2009-07-08 Glenn Morris <rgm@gnu.org>
12022
12023 * calendar/calendar.el (calendar-current-date): Rework previous change.
12024
12025 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
12026
12027 * calendar/calendar.el (calendar-current-date):
12028 Add an optional argument giving an offset from today.
12029
12030 2009-07-08 Glenn Morris <rgm@gnu.org>
12031
12032 * tutorial.el (tutorial--describe-nonstandard-key):
12033 Adjust the message for when a key has been unbound.
12034 (help-with-tutorial): Hide the arch-tag.
12035
12036 2009-07-08 Kenichi Handa <handa@m17n.org>
12037
12038 * international/fontset.el (setup-default-fontset): For each
12039 script, append (not set) font-specs.
12040
12041 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
12042 docstring.
12043
12044 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
12045
12046 * progmodes/gdb-mi.el (gdb-init-1): Move sending
12047 -data-list-register-names to ...
12048 (gdb-starting): ... here because GDB 7.0 requires execution to
12049 have started when using this MI command.
12050 (gdb-set-header): New function to distinguish select and
12051 unselected tabs in gdb buffers.
12052 (gdb-propertize-header): New macro that uses gdb-set-header.
12053 (gdb-breakpoints-header, gdb-locals-header): Use it.
12054 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
12055
12056 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
12057
12058 * Makefile.in (ELCFILES): Remove fadr.elc.
12059
12060 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
12061
12062 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
12063 may contain frame information, so `string-match' should be used.
12064 (gdb-update): Disassembly is invalidated through
12065 `gdb-get-selected-frame'.
12066 (gdb-pad-string): New function to pad string with spaces.
12067 (gdb-invalidate-disassembly): Invalidate only if the buffer
12068 exists.
12069 (gdb-disassembly-handler-custom): Column alignment.
12070 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
12071 placing new ones.
12072 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
12073 end of line, too.
12074 (gdb-frame-handler): Match convention to for disassembly buffer
12075 mode name.
12076 (gdb-stack-list-frames-handler): Rewritten without regexps.
12077 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
12078 not highlight breakpoints without line information.
12079 (gdb-input): Add trailing newline to command.
12080
12081 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
12082 buffer properly.
12083 (gdb-breakpoints-list-handler-custom): Replacement for
12084 `gdb-break-list-handler'. Using real parser instead of regexps
12085 now.
12086 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
12087 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
12088 to place breakpoints.
12089 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
12090 functions.
12091 (gdb-disassembly-handler-custom): Show overlay arrow.
12092 (gdb-disassembly-place-breakpoints): Show breakpoints in
12093 disassembly buffer.
12094 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12095 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
12096 instead of parsing breakpoints buffer. Fixed old menu references
12097 in `gud-menu-map'.
12098
12099 * fadr.el: Remove.
12100
12101 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
12102 (gdb-memory-address): New variable which holds top address of
12103 memory page shown in memory buffer.
12104 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
12105 New customization variables.
12106 New functions:
12107 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
12108 display the memory buffer.
12109 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
12110 buffer display parameters.
12111 (def-gdb-memory-format, gdb-memory-format-binary)
12112 (gdb-memory-format-octal, gdb-memory-format-unsigned)
12113 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
12114 Functions for setting memory buffer format.
12115 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12116 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
12117 unit size used in memory buffer.
12118 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
12119 Switch to next/previous page of memory buffer.
12120 Now using (bindat-get-field) instead of fadr functions.
12121
12122 2009-07-07 Sam Steingold <sds@gnu.org>
12123
12124 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
12125 non-top-level files.
12126
12127 2009-07-07 Kenichi Handa <handa@m17n.org>
12128
12129 * international/mule-cmds.el (reset-language-environment):
12130 Put the highset priority to the charset iso-8859-1.
12131
12132 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
12133
12134 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
12135 to the end of the line when locating the block (Bug#700).
12136
12137 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
12138
12139 * net/tramp.el (tramp-handle-write-region): Flush file properties
12140 in case of short track.
12141
12142 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
12143
12144 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
12145 Coded custom representation of verilog error regular expressions
12146 to work with Emacs-22's new format.
12147 (verilog-error-regexp-xemacs-alist): Coded custom representation
12148 of verilog error regular expressions to work with XEmacs format.
12149 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
12150 error recognition into XEmacs.
12151 (verilog-error-regexp-add-emacs): Hook routine to install verilog
12152 error recognition into Emacs-22.
12153
12154 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
12155
12156 * woman.el: Remove stand-alone closing parentheses.
12157 (woman-file-name, woman2-format-paragraphs)
12158 (woman-leave-blank-lines): Code cleanup.
12159 (woman-use-own-frame): Change default to nil.
12160 (woman-italic, woman-bold, woman-unknown, woman-addition):
12161 Change defaults to inherit from default faces.
12162 (woman2-process-escapes): Consume the newline after a stand-alone
12163 filler character (Bug#3651).
12164
12165 2009-07-06 Glenn Morris <rgm@gnu.org>
12166
12167 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
12168 (top-level): Move provide to the end.
12169 (ffap): Remove defunct URL from custom group.
12170
12171 * subr.el (eval-after-load): Doc fix.
12172
12173 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
12174
12175 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
12176 `calc-embedded-word' is called twice.
12177
12178 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12179
12180 * files.el (find-alternate-file-other-window, find-alternate-file):
12181 Obey confirm-nonexistent-file-or-buffer.
12182
12183 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
12184
12185 * dired-aux.el (dired-show-file-type): Handle remote files.
12186
12187 2009-07-05 Jari Aalto <jari.aalto@cante.net>
12188
12189 * desktop.el (desktop-globals-to-save):
12190 Add file-name-history (Bug#2750).
12191
12192 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
12193
12194 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
12195
12196 2009-07-04 Johan Bockgård <bojohan@gnu.org>
12197
12198 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
12199 property on entire argument since this is what eshell-lisp-command
12200 expects.
12201
12202 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
12203
12204 * net/tramp-gvfs.el (tramp-gvfs-methods)
12205 (tramp-gvfs-zeroconf-domain)
12206 (tramp-bluez-discover-devices-timeout): Add version flag.
12207 (tramp-gvfs-handler-mounted-unmounted)
12208 (tramp-gvfs-connection-mounted-p): Polish handling of
12209 incompatibilities between GVFS 0.2 and 1.0.
12210
12211 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
12212
12213 * cus-start.el (all): Add make-pointer-invisible.
12214
12215 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
12216
12217 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
12218 formatted correctly.
12219
12220 2009-07-02 Juri Linkov <juri@jurta.org>
12221
12222 * info.el: Virtual Info files and nodes.
12223 (Info-virtual-files, Info-virtual-nodes): New variables.
12224 (Info-current-node-virtual): New variable.
12225 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
12226 New functions.
12227 (Info-file-supports-index-cookies): Use Info-virtual-file-p
12228 to check for a virtual file instead of checking a fixed list
12229 of node names.
12230 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
12231 instead of ad-hoc processing of "dir" and (apropos history toc).
12232 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
12233 instead of ad-hoc processing of "dir" and (apropos history toc).
12234 Reread a file when moving from a virtual node.
12235 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
12236 (Info-directory-toc-nodes, Info-directory-find-file)
12237 (Info-directory-find-node): New functions.
12238 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
12239 (Info-history): Move part of code to
12240 `Info-history-find-node'.
12241 (Info-history-toc-nodes, Info-history-find-file)
12242 (Info-history-find-node): New functions.
12243 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
12244 (Info-toc): Move part of code to `Info-toc-find-node'.
12245 (Info-toc-find-node): New function.
12246 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
12247 the current Info file name to references because now the node
12248 "*TOC*" belongs to the same Info manual.
12249 (Info-toc-build): Rename from `Info-build-toc'.
12250 (Info-toc-nodes): Rename input argument `file' to `filename'.
12251 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
12252 instead of ad-hoc processing of ("dir" apropos history toc).
12253 (Info-index-nodes): Use Info-virtual-file-p
12254 to check for a virtual file instead of checking a fixed list
12255 of node names.
12256 (Info-index-node): Add check for `Info-current-node-virtual'.
12257 Raise `save-match-data' higher up the tree to contain
12258 `search-forward' too (bug fix).
12259 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
12260 (Info-virtual-index-nodes): New variable.
12261 (Info-virtual-index-find-node, Info-virtual-index): New functions.
12262 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
12263 (Info-apropos-file, Info-apropos-nodes): New variables.
12264 (Info-apropos-toc-nodes, Info-apropos-find-file)
12265 (Info-apropos-find-node, Info-apropos-matches): New functions.
12266 (info-apropos): Move part of code to `Info-apropos-find-node' and
12267 `Info-apropos-matches'.
12268 (Info-mode-map): Bind "I" to `Info-virtual-index'.
12269 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
12270 for a virtual file instead of checking a fixed list of node names.
12271
12272 * simple.el (async-shell-command): New command.
12273
12274 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
12275
12276 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
12277 instead of `mount-info'.
12278
12279 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
12280
12281 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
12282 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
12283
12284 2009-07-02 Kenichi Handa <handa@m17n.org>
12285
12286 * international/mule.el (set-keyboard-coding-system): Force *-unix
12287 coding-system to avoid eol conversion.
12288
12289 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
12290
12291 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12292 Add handler for `process-file', `shell-command' and
12293 `start-file-process'.
12294 (tramp-gvfs-handle-shell-command)
12295 (tramp-gvfs-handle-start-file-process)
12296 (tramp-gvfs-handle-process-file): New defuns.
12297 (tramp-synce-list-devices): Simplify check for existence of property.
12298
12299 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
12300
12301 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
12302
12303 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
12304
12305 * language/korean.el (set-language-info-alist): Add korean-cp949,
12306 cp949 to spec.
12307
12308 2009-07-01 Kenichi Handa <handa@m17n.org>
12309
12310 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12311
12312 * international/encoded-kb.el: Deleted.
12313
12314 * international/mule.el (set-keyboard-coding-system): Perform the
12315 necessary setup here instead of calling encoded-kbd-setup-display.
12316
12317 2009-07-01 Glenn Morris <rgm@gnu.org>
12318
12319 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12320
12321 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
12322
12323 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
12324
12325 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
12326
12327 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12328 Handle also the 'rename case, when setting file modes. (Bug#3712)
12329 (tramp-default-file-modes): Remove execute permissions.
12330
12331 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
12332 (top): Add a default for "synce" in `tramp-default-user-alist'.
12333 Add completion function for "synce" method.
12334 (tramp-hal-service, tramp-hal-path-manager)
12335 (tramp-hal-interface-manager, tramp-hal-interface-device):
12336 New defconst.
12337 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12338 (tramp-synce-list-devices, tramp-synce-parse-device-names):
12339 New defuns.
12340
12341 * net/trampver.el: Update release number.
12342
12343 2009-06-30 Kenichi Handa <handa@m17n.org>
12344
12345 * international/fontset.el (setup-default-fontset): Add CJK fonts
12346 for symbols and the other miscellaneous characters.
12347
12348 * language/korea-util.el (setup-korean-environment-internal):
12349 Make char-width-table suitable for Korean environments.
12350 (exit-korean-environment): Cancel above.
12351
12352 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12353 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
12354 setup-function to make char-width-table suitable for respective
12355 environments, and an exit-function to cancel that.
12356
12357 * language/japan-util.el (setup-japanese-environment-internal):
12358 Call use-cjk-char-width-table with arg `ja_JP'.
12359
12360 * international/characters.el (cjk-char-width-table): Delete it.
12361 (cjk-char-width-table-list): New variable.
12362 (use-cjk-char-width-table): New arg local-name.
12363 (use-default-char-width-table): Fix for the case that Emacs is
12364 already using the default char-width-table.
12365
12366 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
12367
12368 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12369 modes mandatory. (Bug#3712)
12370
12371 2009-06-29 Alan Mackenzie <acm@muc.de>
12372
12373 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
12374 correction between the visible width of TABs and their number of bytes.
12375
12376 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
12377
12378 * server.el (server-buffer-done): Prevent kill-buffer from
12379 prompting by clearing the buffer modification flag (Bug#3696).
12380
12381 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
12382
12383 * progmodes/verilog-mode.el (verilog-beg-of-statement)
12384 (verilog-endcomment-reason-re): Support unique case and priority case.
12385 (verilog-basic-complete-re): Support localparam lineup.
12386 (verilog-beg-of-statement-1): Fix for robustness, unique case.
12387 (verilog-set-auto-endcomments): Fix for unique case, always_comb
12388 commenting.
12389 (verilog-leap-to-case-head): Now support *nested* unique &
12390 priority case statements.
12391 (verilog-auto-lineup): Make just declarations the default (as it
12392 had been).
12393 (verilog-leap-to-case-head): Support priority/unique case statements.
12394 (verilog-auto-lineup): Rework to give users radio buttons to
12395 select the various styles of automatic lineup.
12396 (verilog-error-regexp-alist): Rework to support the XEmacs style
12397 of error regular expressions from compilers, lint tools &
12398 simulators. Note that GNU Emacs has made it impossible for a mode
12399 to load such things.
12400 (electric-verilog-terminate-line, verilog-indent-declaration)
12401 (verilog-auto-wiure): Rework for radio button selection of
12402 auto-lineup selection of specification of auto lineup.
12403 (verilog-beg-of-statement-1): Redesign to support proper operation
12404 in additional code, based on testing with auto-lineup.
12405 (verilog-calculate-indent, assignments & declarations)
12406 (verilog-backward-token): Enhance to support auto-lineup of
12407 assignments & declarations.
12408 (verilog-in-directive-p, verilog-at-struct-p): New function for
12409 easy test of whether we are.
12410 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12411 to support safe execution at almost anyline.
12412 (verilog-calc-1): Properly support indenting deep inside generate
12413 blocks.
12414 (verilog-init-font): Remove definition & use of verilog-init-font,
12415 as it is redundant with font-lock-defaults.
12416 (verilog-mode): Alter the definition of verilog-font-lock-defaults
12417 to avoid circular calls if syntax-ppss is a function (as is the
12418 case now in 22.x GNU Emacs) as that function would sometimes call
12419 itself, leading to (nearly) infinite recursion.
12420 (verilog-ovm-begin-re, verilog-ovm-end-re)
12421 (verilog-ovm-statement-re, verilog-leap-to-head)
12422 (verilog-backward-token): Add support for OVM macros. Some are
12423 complete statements, and others open and close scopes like begin
12424 and end.
12425 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12426 (verilog-defun-level-generate-only-re): Really fix the defun-list
12427 compilation issue.
12428 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
12429 coverpoint, constraint and cross statements.
12430 (verilog-defun-level-list, verilog-generate-defun-level-list)
12431 (verilog-all-defun-level-list): Redo these specifications - it is
12432 too hard to support eval-when compile aggregation of lists also
12433 built at when-compile time.
12434 (verilog-defun-level-list): Place defconsts of variables used in
12435 building regular expressions which are built in eval-when-compile
12436 bodies in the same eval-when-compile body to facilitate compile
12437 without load.
12438 (verilog-beg-block-re-ordered): Support indenting
12439 virtual/protected tasks and functions.
12440 (verilog-defun-level-list, verilog-in-generate-region-p)
12441 (verilog-backward-ws&directives, verilog-calc-1): Speed up
12442 indentation of some module items (generate items).
12443 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12444 across virtual/protected tasks and functions.
12445
12446 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
12447
12448 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
12449 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
12450 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12451 in concatenations. Reported by Yishay Belkind.
12452 (verilog-auto-ascii-enum): Support one-hot state machines in
12453 AUTOASCIIENUM. Suggested by Lloyd Gomez.
12454 (verilog-auto-inst, verilog-auto-inst-port): Include interface
12455 modport in AUTOINST and add vl-modport for users.
12456 Reported by David Rogoff.
12457 (verilog-auto-inout-module, verilog-auto-inst)
12458 (verilog-decls-get-interfaces, verilog-insert-definition)
12459 (verilog-insert-one-definition, verilog-read-decls)
12460 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12461 (verilog-sig-modport, verilog-signals-combine-bus)
12462 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12463 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12464 Suggested by David Rogoff.
12465 (verilog-repair-open-comma): Fix non-insertion of comma when
12466 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
12467 (verilog-make-width-expression): Simplify [A-1:0] expression
12468 widths to just {A{1'b0}}.
12469 (verilog-mode): Cleanup checkdoc warnings.
12470 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12471 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
12472 inputs/outputs or data type. Suggested by Vasu Kandadi.
12473 (next-error-last-buffer): Fix byte-compiler warning.
12474 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12475 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
12476 or shell command text during AUTO expansion. Suggested by Tad Truex.
12477 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
12478 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12479 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
12480 in AUTOINOUT. Reported by Matthew Lovell.
12481 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12482 causing use of <= assignments. Reported by Alex Reed.
12483 (verilog-read-decls): Fix triand, trior, wand, wor to be
12484 recognized by AUTOWIRE. Reported by Spencer Isaacson.
12485 (verilog-extended-complete-re): Support import "DPI-C" functions.
12486 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
12487 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
12488 (verilog-insert-date, verilog-insert-year)
12489 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12490 Windows systems. Reported by Michael Potts.
12491 (verilog-read-module-name): Fix AUTOINST when the child module
12492 declaration's name is a tick define. Reported by Elliot Mednick.
12493 (verilog-read-decls): Fix V2K parameter bit subscripts getting
12494 passed to next parameter's definition. Reported by Bruce T.
12495 (verilog-read-decls): Fix detecting "parameter int" when using
12496 AUTOINSTPARAM. Reported by Bruce T.
12497 (verilog-goto-defun): Fix goto not finding modules unless first
12498 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
12499 (verilog-mode): Expand -f flag arguments on entry to mode so
12500 verilog-goto-defun will work. Reported by Lawrence Butcher.
12501 (verilog-getopt): Expand environment variables in -f file
12502 arguments. Suggested by Lawrence Butcher.
12503 (verilog-set-define): Fix "Symbol's value as variable is void"
12504 when reading enumerations.
12505 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12506 Suggested by Stephen Peltan.
12507 (verilog-read-defines): Fix reading of enumerations in include
12508 files. Reported by Steve Peltan.
12509
12510 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12511
12512 * files.el (trash-directory): Fix defcustom type.
12513
12514 2009-06-28 Juri Linkov <juri@jurta.org>
12515
12516 * help-fns.el (describe-function-1): Correctly locate adviced
12517 functions in hyperlink (Bug#2438).
12518
12519 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
12520
12521 * files.el (trash-directory): Change default to nil.
12522 (move-file-to-trash): If trash-directory is nil and
12523 system-move-file-to-trash is unbound, perform freedesktop-style
12524 trashing.
12525
12526 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12527
12528 * files.el (move-file-to-trash): Add freedesktop trash
12529 support (Bug#973).
12530
12531 2009-06-28 Glenn Morris <rgm@gnu.org>
12532
12533 * autorevert.el (global-auto-revert-non-file-buffers)
12534 (global-auto-revert-mode): Doc fixes.
12535
12536 2009-06-27 Johan Bockgård <bojohan@gnu.org>
12537
12538 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12539
12540 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
12541
12542 * faces.el (x-handle-named-frame-geometry): Ensure that we have
12543 opened an X connection before calling x-get-resource (Bug#3194).
12544
12545 * play/doctor.el: Remove reference to obsolete website.
12546 (make-doctor-variables): Correct grammar mistake (Bug#2633).
12547
12548 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
12549
12550 Remove find-file-not-found-hook VC method. (Bug#2757)
12551 * vc-hooks.el (vc-file-not-found-hook)
12552 (vc-default-find-file-not-found-hook): Remove functions.
12553 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12554 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12555 * vc.el:
12556 * vc-hg.el:
12557 * vc-git.el: Do not mention find-file-not-found-hook VC method.
12558
12559 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
12560
12561 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
12562 compatibility function for `looking-back'.
12563
12564 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12565 Use `ispell-looking-back'.
12566
12567 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
12568
12569 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
12570 rather than `filename'.
12571
12572 2009-06-23 Miles Bader <miles@gnu.org>
12573
12574 * face-remap.el (text-scale-set): New function.
12575
12576 2009-06-23 Glenn Morris <rgm@gnu.org>
12577
12578 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12579
12580 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12581
12582 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12583
12584 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12585
12586 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12587 Simplify Persian conditionals.
12588
12589 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12590 variable `filename'.
12591
12592 * comint.el (comint-insert-input): Doc fix.
12593
12594 * Makefile.in (ELCFILES): Fix typo in previous change.
12595
12596 2009-06-23 Miles Bader <miles@gnu.org>
12597
12598 * cus-start.el: Add entry for `recenter-redisplay'.
12599
12600 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12601
12602 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12603 Add an optional argument for the backend, use it instead of
12604 calling vc-backend.
12605 (vc-mode-line): Add an optional argument for the backend.
12606 Pass the backend to vc-state and vc-working-revision. Move code for
12607 special handling for vc-state being a buffer to ...
12608
12609 * vc-rcs.el (vc-rcs-find-file-hook):
12610 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
12611
12612 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12613 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12614 vc-stay-local-p and vc-mode-line calls.
12615
12616 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12617 (vc-cvs-diff, vc-cvs-annotate-command)
12618 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12619 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12620 vc-mode-line calls.
12621
12622 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12623 direct comparison.
12624 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12625 backend when calling vc-mode-line.
12626 (vc-register): Do not create a closure for calling the vc register
12627 function, call it directly.
12628
12629 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12630
12631 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12632 to make it obvious item can be clicked.
12633
12634 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12635
12636 2009-06-23 Kenichi Handa <handa@m17n.org>
12637
12638 * language/korea-util.el (korean-key-bindings): Change the binding
12639 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
12640 same command.
12641
12642 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
12643
12644 Sync with Tramp 2.1.16.
12645
12646 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12647
12648 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
12649 when a loading of a package fails. Completion function for rsync
12650 is `tramp-completion-function-alist-ssh'.
12651 (all): Replace all calls of `split-string' and
12652 `tramp-split-string' by `tramp-compat-split-string'.
12653 (tramp-default-method): Use `tramp-compat-process-running-p'.
12654 (tramp-default-proxies-alist): Allow also Lisp forms.
12655 (tramp-remote-path): Add choice "Private Directories".
12656 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12657 (tramp-domain-regexp): Allow also "-", "_" and ".".
12658 (tramp-end-of-output): Remove newlines, and add "$" at the end.
12659 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12660 (tramp-debug-message): Insert header line in debug buffer.
12661 (tramp-handle-directory-files-and-attributes-with-stat):
12662 Care about filenames with spaces, or starting with "-".
12663 (tramp-handle-dired-uncache): New defun.
12664 (tramp-handle-insert-directory): Don't flush the directory from
12665 cache, this is handled by `dired-uncache' now.
12666 (tramp-handle-insert-file-contents): Improve error handling.
12667 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12668 Quote `tramp-end-of-output'.
12669 (tramp-action-password): Improve trace message.
12670 (tramp-check-for-regexp): Both echoes must be present, before removing.
12671 (tramp-open-connection-setup-interactive-shell): Trace coding system.
12672 (tramp-compute-multi-hops): Eval cons cells of
12673 `tramp-default-proxies-alist'.
12674 (tramp-maybe-open-connection): Use the same command pattern for
12675 first hop and further hops.
12676 (tramp-wait-for-output): Remove handling of newlines.
12677 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12678 (tramp-split-string): Remove function. It is handled in
12679 tramp-compat now.
12680
12681 * net/tramp-cmds.el (tramp-bug):
12682 Recommend `tramp-cleanup-all-connections' in the bug mail.
12683
12684 * net/tramp-compat.el (tramp-compat-split-string)
12685 (tramp-compat-process-running-p): New defuns.
12686
12687 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12688 for `dired-uncache'.
12689
12690 * net/tramp-gvfs.el: New package.
12691
12692 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12693 Add handler for `dired-uncache'.
12694 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12695
12696 * net/trampver.el: Update release number. Make version check fit
12697 for SXEmacs 22.
12698
12699 2009-06-22 Jim Meyering <meyering@redhat.com>
12700
12701 Automatically handle .xz suffix (XZ-compressed files), too.
12702 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12703 XZ is the successor to LZMA: <http://tukaani.org/xz/>
12704
12705 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
12706 Nick Roberts <nickrob@snap.net.nz>
12707
12708 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12709 repository (http://sphinx.net.ru/hg/gdb-mi/).
12710
12711 2009-06-22 Glenn Morris <rgm@gnu.org>
12712
12713 * files.el (dir-locals-collect-mode-variables): Allow for any number of
12714 `mode' and `eval' entries. (Bug#3430)
12715
12716 * Makefile.in (ELCFILES): Add fadr.elc.
12717
12718 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12719 differing behavior of \n and ^ in strings. (Bug#3385)
12720
12721 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12722
12723 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12724 property.
12725 (lisp-indent-function): Make it a defcustom.
12726
12727 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
12728
12729 * progmodes/gdb-ui.el: Replace with ...
12730 * progmodes/gdb-mi.el: ... this file.
12731 * progmodes/gud.el: Modify for gdb-mi.el.
12732
12733 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
12734
12735 * fadr.el: New file.
12736
12737 See ChangeLog.14 for earlier changes.
12738
12739 ;; Local Variables:
12740 ;; coding: utf-8
12741 ;; End:
12742
12743 Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
12744
12745 This file is part of GNU Emacs.
12746
12747 GNU Emacs is free software: you can redistribute it and/or modify
12748 it under the terms of the GNU General Public License as published by
12749 the Free Software Foundation, either version 3 of the License, or
12750 (at your option) any later version.
12751
12752 GNU Emacs is distributed in the hope that it will be useful,
12753 but WITHOUT ANY WARRANTY; without even the implied warranty of
12754 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12755 GNU General Public License for more details.
12756
12757 You should have received a copy of the GNU General Public License
12758 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.