]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Handle deferred `event-kind' property when using unread-command-events.
[gnu-emacs] / lisp / ChangeLog
1 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
2
3 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
4 mouse-2 into unread-command-events, it is interpreted correctly.
5
6 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
7
8 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
9 (image-toggle-display): Doc fix.
10
11 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
12
13 Backport revno:103823 and revno:103824 from trunk.
14 * help-fns.el (describe-variable): Complete all variables having
15 documentation, including keywords.
16 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
17
18 2011-03-24 Juanma Barranquero <lekktu@gmail.com>
19
20 * vc-annotate.el (vc-annotate-show-log-revision-at-line):
21 Fix typo in docstring.
22
23 2011-03-19 Eli Zaretskii <eliz@gnu.org>
24
25 * emerge.el (emerge-metachars): Separate value for ms-dos and
26 windows-nt systems.
27 (emerge-protect-metachars): Quote correctly for ms-dos and
28 windows-nt systems.
29
30 2011-03-15 Ralph Schleicher <rs@ralph-schleicher.de> (tiny change)
31
32 * info.el (info-initialize): Replace all uses of `:' with
33 path-separator for compatibility with non-Unix systems.
34 Cache quoting of path-separator. (Bug#8258)
35
36 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
37
38 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
39 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
40 (mouse-avoidance-mode): Fix typos in docstrings.
41
42 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
43
44 * net/tramp.el (tramp-progress-reporter-update): Use
45 `tramp-compat-funcall'.
46 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
47 (tramp-handle-insert-file-contents): Make `file-remote-p' call
48 compatible.
49 (tramp-open-connection-setup-interactive-shell): Use
50 `tramp-compat-process-put'.
51
52 * net/tramp-compat.el (tramp-compat-process-get)
53 (tramp-compat-process-put): New defuns.
54
55 * net/trampver.el: Update release number.
56
57 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
58
59 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
60 into declaration. Remove redundant and harmful binding.
61
62 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
63
64 Backport revno:103463 from trunk.
65 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
66
67 Backport revno:103622 from trunk.
68 * help-fns.el (describe-variable): Don't complete keywords.
69 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
70
71 2011-03-11 Eli Zaretskii <eliz@gnu.org>
72
73 * files.el (file-ownership-preserved-p): Pass `integer' as an
74 explicit 2nd argument to `file-attributes'. If the file's owner
75 is the Administrators group on Windows, and the current user is
76 Administrator, consider that a match.
77
78 * server.el (server-ensure-safe-dir): Consider server directory
79 safe on MS-Windows if its owner is the Administrators group while
80 the current Emacs user is Administrator. Use `=' to compare
81 numerical UIDs, since they could be integers or floats.
82
83 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
84
85 * Version 23.3 released.
86
87 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
88
89 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix 2011-01-31
90 change; patch supplied by Alan Mackenzie was applied incorrectly.
91
92 2011-02-26 Eli Zaretskii <eliz@gnu.org>
93
94 * international/mule-cmds.el (set-default-coding-systems): Use the
95 -unix variant of encoding in default-keyboard-coding-system.
96 (Bug#8122)
97
98 2011-02-23 Kenichi Handa <handa@m17n.org>
99
100 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
101 error when a multipart boundary in the nested multipart is found.
102
103 2011-02-22 Kenichi Handa <handa@m17n.org>
104
105 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
106 header components.
107
108 2011-02-19 Kenichi Handa <handa@m17n.org>
109
110 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
111 get the header copy into the temporary buffer.
112 (rmail-mime-insert-decoded-text): Ignore us-ascii.
113 (rmail-show-mime): When rmail-mime-coding-system is nil, set
114 buffer-file-coding-system to undecided.
115
116 2011-02-18 Eli Zaretskii <eliz@gnu.org>
117
118 * image-mode.el (image-toggle-display-image): Disable
119 require-final-newline in buffers visiting binary image files.
120 (Bug#8047)
121
122 * international/mule-cmds.el (read-char-by-name, ucs-insert):
123 Document completion with asterisk and a substring.
124
125 2011-02-18 Glenn Morris <rgm@gnu.org>
126
127 * files.el (find-file-literally): Doc fix.
128
129 2011-02-17 Glenn Morris <rgm@gnu.org>
130
131 * simple.el (rfc822-goto-eoh): Give it a doc-string.
132
133 * log-edit.el (log-edit-insert-changelog):
134 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
135
136 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
137
138 * pgg-gpg.el (pgg-gpg-process-region): Bind
139 delete-by-moving-to-trash to nil.
140
141 * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
142 (pgg-pgp-snarf-keys-region):
143 * pgg-pgp5.el (pgg-pgp5-process-region, pgg-pgp5-verify-region)
144 (pgg-pgp5-snarf-keys-region): Likewise.
145
146 2011-02-12 Chong Yidong <cyd@stupidchicken.com>
147
148 * files.el (copy-directory): Revert to pre-2011-01-29 version.
149
150 2011-02-12 Chong Yidong <cyd@stupidchicken.com>
151
152 * epg.el (epg-delete-output-file, epg-decrypt-string)
153 (epg-verify-string, epg-sign-string, epg-encrypt-string): Bind
154 delete-by-moving-to-trash to nil.
155
156 * epa-file.el (epa-file-insert-file-contents): Likewise.
157
158 2011-02-10 Glenn Morris <rgm@gnu.org>
159
160 * emacs-lisp/cl-seq.el (union, nunion, intersection)
161 (nintersection, set-difference, nset-difference)
162 (set-exclusive-or, nset-exclusive-or): Doc fix.
163
164 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
165
166 2011-02-08 Glenn Morris <rgm@gnu.org>
167
168 * faces.el (face-attr-match-p): Handle the obsolete :bold and
169 :italic props, so that frame-set-background-mode works. (Bug#7966)
170
171 2011-02-07 Glenn Morris <rgm@gnu.org>
172
173 * simple.el (next-error): Doc fix.
174
175 2011-02-06 Chong Yidong <cyd@stupidchicken.com>
176 Thierry Volpiatto <thierry.volpiatto@gmail.com>
177
178 * files.el (copy-directory): New arg COPY-AS-SUBDIR. If nil,
179 don't copy as a subdirectory.
180
181 2011-02-05 Glenn Morris <rgm@gnu.org>
182
183 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
184
185 2011-02-04 Glenn Morris <rgm@gnu.org>
186
187 * calendar/diary-lib.el (diary-font-lock-keywords):
188 Tweak diary-time-regexp match. (Bug#7891)
189
190 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
191 (f90-mode): Use it for mode's `find-tag-default-function' property.
192
193 2011-02-03 Glenn Morris <rgm@gnu.org>
194
195 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
196
197 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
198
199 2011-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
200
201 * pcomplete.el (pcomplete-here*): Backport fix for mistaken change
202 (bug#7959) and (bug#5935).
203
204 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
205
206 * net/rcirc.el: Clean log filenames (Bug#7933).
207 (rcirc-log-write): Use convert-standard-filename.
208 (rcirc-log-filename-function): Documentation updates.
209
210 2011-01-31 Alan Mackenzie <acm@muc.de>
211
212 * progmodes/cc-cmds.el (c-forward-over-illiterals):
213 Continue parsing if we encounter a naked # (Bug#7595).
214 (c-beginning-of-statement): Avoid loop in locating the beginning
215 of a macro.
216
217 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
218
219 * files.el (copy-directory): Fix arguments to recursive call.
220
221 2011-01-29 Daiki Ueno <ueno@unixuser.org>
222
223 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
224 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
225 (Bug#7931).
226
227 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
228
229 * files.el (copy-directory): If destination is an existing
230 directory, copy into a subdirectory there.
231
232 2011-01-29 Andreas Schwab <schwab@linux-m68k.org>
233
234 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
235 files.
236
237 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
238
239 * image-dired.el (image-dired-mouse-display-image): No-op if no
240 file is found (Bug#7817).
241
242 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
243
244 2011-01-28 Kenichi Handa <handa@m17n.org>
245
246 * international/quail.el (quail-keyboard-layout-alist):
247 Remove superfluous SPC for "pc105-uk" (bug#7927).
248
249 2011-01-27 Glenn Morris <rgm@gnu.org>
250
251 * msb.el (msb-menu-bar-update-buffers): Update for changed
252 argument handling of menu-bar-select-frame. (Bug#7902)
253
254 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
255
256 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
257 to the recursion depth (Bug#7722).
258
259 2011-01-26 Roy Liu <carsomyr@gmail.com> (tiny change)
260
261 * term/ns-win.el (ns-find-file): Expand ns-input-file with
262 command-line-default-directory (Bug#7872).
263
264 2011-01-25 Glenn Morris <rgm@gnu.org>
265
266 * comint.el (comint-mode): Doc fix. (Bug#7897)
267
268 2011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
269
270 * files.el (file-name-non-special): Only change buffer-file-name after
271 insert-file-contents if it's `visit'ing the file (bug#7854).
272
273 2011-01-23 Chong Yidong <cyd@stupidchicken.com>
274
275 * dired.el (dired-revert): Doc fix (Bug#7758).
276
277 2011-01-23 Nobuyoshi Nakada <nobu@ruby-lang.org>
278
279 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
280 here-doc which ends with an underscore.
281 (ruby-mode-set-encoding): Skip shebang line always.
282 (ruby-mode-map): Bind C-c C-c to comment-region.
283 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
284 (ruby-forward-sexp): Stop after literal hash key labels.
285 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
286 bracket.
287
288 2011-01-22 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
289
290 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
291 the correct buffer (Bug#7650).
292
293 2011-01-22 Glenn Morris <rgm@gnu.org>
294
295 * simple.el (do-auto-fill): Give it a doc string.
296
297 * button.el (make-text-button): Doc fix. (See bug#7881)
298
299 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
300
301 * simple.el (line-move-visual): Doc fix (Bug#7594).
302
303 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
304 "Case sensitive" menu item.
305
306 2011-01-21 Roland McGrath <roland@frob.com>
307
308 * comint.el (comint-replace-by-expanded-history-before-point): Fix
309 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
310
311 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
312
313 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
314
315 2011-01-21 Jari Aalto <jari.aalto@cante.net>
316
317 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
318 Assume foo(bar) is a manpage reference rather than some unquoted
319 symbol (bug#7705).
320
321 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
322
323 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
324 Suggested by Flo <sensorflo@gmail.com>.
325
326 2011-01-21 Glenn Morris <rgm@gnu.org>
327
328 * progmodes/compile.el (compilation-error-regexp-alist):
329 Fix custom type. (Bug#7812)
330
331 2011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
332
333 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
334 keymap expression. Improve docstring.
335
336 2011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
337
338 * files.el (backup-buffer): Make last-resort backup file in
339 .emacs.d (Bug#6953).
340
341 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
342 make it with permission 700.
343
344 2011-01-14 Kenichi Handa <handa@m17n.org>
345
346 * mail/rmailmm.el (rmail-mime-insert-header):
347 Set rmail-mime-coding-system to a cons whose car is the last coding
348 system used to decode the header.
349 (rmail-mime-find-header-encoding): New function.
350 (rmail-mime-insert-decoded-text):
351 Override rmail-mime-coding-system if it is a cons.
352 (rmail-show-mime): If only a header part was decoded, find the
353 coding system while ignoring mm-charset-override-alist.
354
355 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
356
357 * subr.el (event-start, event-end): Doc fix (Bug#7826).
358
359 2011-01-12 Kenichi Handa <handa@m17n.org>
360
361 * mail/rmailmm.el (rmail-mime-next-item)
362 (rmail-mime-previous-item): Delete them.
363 (rmail-mime-shown-mode): Recursively call for children.
364 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
365 Callers changed.
366 (rmail-mime-raw-mode): Recursively call for children.
367 (rmail-mode-map): Change mapping of tab and backtab to
368 forward-button and backward-button respectively.
369 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
370 button.
371 (rmail-mime-update-tagline): New function.
372 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
373 body display is changed.
374 (rmail-mime-toggle-button): Rename from rmail-mime-image.
375 (rmail-mime-image): Delete this button type.
376 (rmail-mime-toggle): New button type.
377 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
378 body display is changed. Change the save button label to "Save".
379 Don't process show/hide button here.
380 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
381 the body display is changed. Unconditionally call
382 rmail-mime-insert for children.
383 (rmail-mime-handle): Update `display' vector of the just inserted
384 entity.
385 (rmail-mime-process): If mail-header-parse-content-type returns
386 nil, use "text/plain" as the fallback type.
387 (rmail-mime-insert): For raw-mode, recursively call
388 rmail-mim-insert for children.
389 (rmail-mime): Handle the case that the current buffer is not rmail
390 buffer (e.g. in summary buffer).
391
392 2011-01-05 Kenichi Handa <handa@m17n.org>
393
394 * mail/rmailmm.el (rmail-mime-next-item)
395 (rmail-mime-previous-item): Skip the body of a non-multipart
396 entity if a tagline is shown.
397
398 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
399
400 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
401 (tmm-prompt): Simplify.
402 (tmm-add-prompt): Remove unused var `win'.
403
404 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
405 to minor mode which used nil accidentally to mean "turn off".
406
407 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
408
409 * net/tramp.el (tramp-find-inline-compress)
410 (tramp-get-inline-coding): Quote command after pipe symbol for
411 local calls under W32. (Bug#6784)
412
413 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
414
415 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
416 only when running under W32.
417
418 2011-01-09 Eli Zaretskii <eliz@gnu.org>
419
420 * progmodes/grep.el (grep-compute-defaults): Quote the program
421 file name after the pipe symbol in Grep templates. (Bug#6784)
422 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
423
424 2011-01-08 Lennart Borgman <lennart.borgman@gmail.com>
425
426 * buff-menu.el (Buffer-menu-buffer-list): New var.
427 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
428 restricted buffer list is not lost on revert (Bug#7749).
429
430 2011-01-08 Eric Hanchrow <eric.hanchrow@gmail.com>
431
432 * net/ldap.el (ldap-search-internal): Discard stderr output.
433
434 2011-01-07 Eli Zaretskii <eliz@gnu.org>
435
436 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
437
438 2011-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
439
440 * vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time):
441 Author names can have spaces (bug#7792).
442
443 2011-01-04 Kenichi Handa <handa@m17n.org>
444
445 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
446 part as a plain text.
447 (rmail-mime-process-multipart): Set the default content-type to
448 nil for unknown multipart subtypes (bug#7651).
449
450 2011-01-03 Brent Goodrick <bgoodr@gmail.com> (tiny change)
451
452 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
453 table, get the value before switching to the output buffer. (Bug#7733)
454
455 2011-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
456
457 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
458
459 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
460
461 * files.el (file-local-variables-alist):
462 Make permanent-local (bug#7767).
463
464 2011-01-02 Glenn Morris <rgm@gnu.org>
465
466 * version.el (emacs-copyright): Set short copyright year to 2011.
467
468 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
469
470 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
471 an existing temp buffer. (Bug#7746)
472
473 2011-01-02 Glenn Morris <rgm@gnu.org>
474
475 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
476 multiple addresses. (Bug#7760)
477
478 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
479
480 * net/tramp.el (tramp-methods): Add recursive options to "scpc",
481 "scpx", "pscp" and "psftp".
482
483 2010-12-31 Eli Zaretskii <eliz@gnu.org>
484
485 * term/w32-win.el (image-library-alist): Set up correctly for
486 libpng versions both before and after 1.4.0. (Bug#7716)
487
488 2010-12-25 Eli Zaretskii <eliz@gnu.org>
489
490 * time.el (display-time-mode): Mention display-time-interval in
491 the doc string. (Bug#7713)
492
493 * simple.el (select-active-regions): Doc fix. (Bug#7702)
494
495 2010-12-24 Kenichi Handa <handa@m17n.org>
496
497 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
498 condition-case and return an error message string if something
499 goes wrong.
500 (rmail-show-mime): Adjust for the above change. Insert the
501 header by rmail-mime-insert-header.
502
503 2010-12-24 Kenichi Handa <handa@m17n.org>
504
505 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
506 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
507 (rmail-mime-mbox-buffer)
508 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
509 (rmail-mime-entity): Argument changed. All codes handling an
510 entity object are changed.
511 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
512 the above change.
513 (rmail-mime-entity-children, rmail-mime-entity-handler)
514 (rmail-mime-entity-tagline): New functions.
515 (rmail-mime-message-p): New function.
516 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
517 (rmail-mime-entity-segment, rmail-mime-next-item)
518 (rmail-mime-previous-item, rmail-mime-shown-mode)
519 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
520 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
521 (rmail-mime-insert-tagline, rmail-mime-insert-header):
522 New functions.
523 (rmail-mime-text-handler): Call rmail-mime-insert-text.
524 (rmail-mime-insert-decoded-text): New function.
525 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
526 (rmail-mime-insert-image): Argument changed. Caller changed.
527 (rmail-mime-image): Call rmail-mime-toggle-hidden.
528 (rmail-mime-set-bulk-data): New function.
529 (rmail-mime-insert-bulk): Argument changed.
530 (rmail-mime-multipart-handler): Return t.
531 (rmail-mime-process-multipart): Argument changed.
532 Handle "multipart/alternative" here.
533 (rmail-mime-process): Argument changed.
534 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
535 (rmail-mime-insert): Argument changed. Handle raw display mode.
536 (rmail-mime): Argument changed. Handle toggling of raw display
537 mode.
538 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
539 rmail-mime-view-buffer.
540 (rmail-insert-mime-forwarded-message): Likewise.
541 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
542
543 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
544 non-nil, handle the header in rmail-show-mime-function.
545
546 2010-12-20 Leo <sdl.web@gmail.com>
547
548 * help-fns.el (describe-variable): Fix 2010-12-17 change.
549
550 2010-12-20 Juri Linkov <juri@jurta.org>
551
552 * isearch.el (isearch-lazy-highlight-error): New variable.
553 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
554 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
555 to the current value of `isearch-error' (Bug#7468).
556
557 2010-12-17 Chong Yidong <cyd@stupidchicken.com>
558
559 * help-fns.el (describe-variable): Don't emit trailing whitespace
560 (Bug#7511).
561
562 2010-12-17 Leo <sdl.web@gmail.com>
563
564 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
565 if point is not behind eshell-last-output-end (Bug#7585).
566
567 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
568
569 * textmodes/rst.el (rst-compile-pdf-preview)
570 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
571
572 2010-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
573
574 * emulation/edt-mapper.el: Override mapping of function keys so
575 that the later call to read-key-sequence works.
576
577 2010-12-13 Eli Zaretskii <eliz@gnu.org>
578
579 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
580 Unix EOLs. (Bug#7589)
581
582 2010-12-12 Eli Zaretskii <eliz@gnu.org>
583
584 * subr.el (posn-col-row): Evaluate header-line-format in the
585 context of the POSITION window's buffer.
586
587 2010-12-11 Glenn Morris <rgm@gnu.org>
588
589 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
590 (with-silent-modifications): Doc fixes.
591
592 2010-12-10 Michael Albinus <michael.albinus@gmx.de>
593
594 * net/tramp.el (tramp-action-password, tramp-process-actions):
595 Revert patch from 2010-12-08. Use `save-restriction'.
596
597 2010-12-09 Eli Zaretskii <eliz@gnu.org>
598
599 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
600 New functions.
601 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use
602 them instead of `nil' and `>', respectively. (Bug#1077)
603
604 2010-12-09 Stephen Berman <stephen.berman@gmx.net>
605
606 * calendar/diary-lib.el (diary-list-sexp-entries):
607 Handle case of no newline at end of file. (Bug#7536)
608
609 2010-12-09 Glenn Morris <rgm@gnu.org>
610
611 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
612
613 2010-12-08 Michael Albinus <michael.albinus@gmx.de>
614
615 * net/tramp.el (tramp-handle-start-file-process):
616 Protect buffer-modified value. (Bug#7557)
617 (tramp-action-password): Delete region, do not narrow.
618 (tramp-process-actions): Do not widen.
619
620 2010-12-08 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
621
622 * log-edit.el (log-edit-changelog-entries):
623 Regexp quote filename. (Bug#7505)
624
625 2010-12-08 Tom Breton <tehom@panix.com>
626
627 * cus-edit.el (custom-save-all):
628 Bind print-length and print-level to nil. (Bug#7581)
629
630 2010-12-08 Glenn Morris <rgm@gnu.org>
631
632 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
633 Run hooks to update menu contents. (Bug#7586)
634
635 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
636 file names, for the sake of MS Windows. (Bug#7588)
637
638 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
639
640 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
641 empty lines without a leading space.
642
643 2010-12-06 Leo <sdl.web@gmail.com>
644
645 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
646 while mapping over marks (Bug#6810).
647
648 2010-12-06 Chong Yidong <cyd@stupidchicken.com>
649
650 * image-dired.el (image-dired-db-file)
651 (image-dired-temp-image-file, image-dired-gallery-dir)
652 (image-dired-temp-rotate-image-file): Set default values relative
653 to image-dired-dir (Bug#7518).
654
655 2010-12-06 Lawrence Mitchell <wence@gmx.li>
656
657 * format.el (format-decode-run-method): Pass args FROM and TO, not
658 point-min and point-max, to shell-command-on-region (Bug#7488).
659
660 2010-12-06 Jan Djärv <jan.h.d@swipnet.se>
661
662 * frame.el (blink-cursor-mode): Make default t for ns.
663
664 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
665
666 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
667
668 2010-12-05 Chong Yidong <cyd@stupidchicken.com>
669
670 * comint.el (comint-dynamic-list-input-ring)
671 (comint-dynamic-complete-filename)
672 (comint-replace-by-expanded-filename)
673 (comint-dynamic-simple-complete)
674 (comint-dynamic-list-filename-completions)
675 (comint-dynamic-list-completions): Doc fix (Bug#7499).
676
677 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
678 Doc fix (Bug#7471).
679
680 2010-12-04 Martin Rudalics <rudalics@gmx.at>
681
682 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
683 (Bug#7533).
684
685 2010-12-04 W. Martin Borgert <debacle@debian.org> (tiny change)
686
687 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
688 (Bug#7491).
689
690 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
691
692 * simple.el (transient-mark-mode): Doc fix (Bug#7465).
693
694 2010-12-04 Eli Zaretskii <eliz@gnu.org>
695
696 * files.el (file-relative-name): Handle UNC file names on
697 DOS/Windows. (Bug#4674)
698
699 2010-12-03 Daiki Ueno <ueno@unixuser.org>
700
701 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
702 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
703 (epg-context-set-passphrase-callback): Mention that the callback
704 is not called when used with GnuPG 2.x.
705
706 2010-12-02 Glenn Morris <rgm@gnu.org>
707
708 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
709 Ensure ps-footer-font-size-internal is initialized.
710 Call ps-get-page-dimensions before trying to use ps-font-for-text.
711
712 2010-12-01 Kenichi Handa <handa@m17n.org>
713
714 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
715 within condition-case.
716 (rmail-show-mime): Don't use condition-case.
717 (rmail-search-mime-message): New function.
718 (rmail-search-mime-message-function): Set to
719 rmail-search-mime-message.
720
721 2010-12-01 Leo <sdl.web@gmail.com>
722
723 * ido.el (ido-common-initialization): New function. (bug#3274)
724 (ido-mode): Use it.
725 (ido-completing-read): Call it.
726
727 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
728
729 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
730 stand-alone lines, since that is handled by log-edit-match-to-eoh
731 (Bug#6465).
732
733 2010-11-27 Eduard Wiebe <usenet@pusto.de>
734
735 * dired.el (dired-get-filename): Replace backslashes with slashes
736 in file names on MS-Windows, needed by `locate'. (Bug#7308)
737 * locate.el (locate-default-make-command-line): Don't consider
738 drive letter and root directory part of
739 `directory-listing-before-filename-regexp'. (Bug#7308)
740 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
741
742 2010-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
743
744 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
745 of :smie-open/close-alist.
746 (smie-next-sexp): Make it accept a "start token" as argument.
747 (smie-indent-keyword): Be careful not to misidentify tokens that span
748 more than one line, as empty lines. Add argument `token'.
749
750 2010-11-26 Kenichi Handa <handa@m17n.org>
751
752 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
753 multipart subtypes, insert all as usual.
754
755 * mail/rmail.el: Require rfc2047.
756
757 2010-11-26 Kenichi Handa <handa@m17n.org>
758
759 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
760 (rmail-mime-entity-disposition)
761 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
762 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
763 (rmail-mime-save): Handle the case that the button's `data' is a
764 MIME entity.
765 (rmail-mime-insert-text): New function.
766 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
767 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
768 (rmail-mime-insert-bulk): New function mostly copied from the old
769 rmail-mime-bulk-handler.
770 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
771 (rmail-mime-process-multipart): New function mostly copied from
772 the old rmail-mime-multipart-handler.
773 (rmail-mime-show): Just call rmail-mime-process.
774 (rmail-mime-process): New function mostly copied from the old
775 rmail-mime-show.
776 (rmail-mime-insert-multipart, rmail-mime-parse)
777 (rmail-mime-insert, rmail-show-mime)
778 (rmail-insert-mime-forwarded-message)
779 (rmail-insert-mime-resent-message): New functions.
780 (rmail-insert-mime-forwarded-message-function): Set to
781 rmail-insert-mime-forwarded-message.
782 (rmail-insert-mime-resent-message-function): Set to
783 rmail-insert-mime-resent-message.
784
785 * mail/rmailsum.el: Require rfc2047.
786 (rmail-header-summary): Handle multiline Subject: field.
787 (rmail-summary-line-decoder): Change the default to
788 rfc2047-decode-string.
789
790 * mail/rmail.el (rmail-enable-mime): Change the default to t.
791 (rmail-mime-feature): Change the default to `rmailmm'.
792 (rmail-quit): Delete the specifal code for rmail-enable-mime.
793 (rmail-display-labels): Likewise.
794 (rmail-show-message-1): Check rmail-enable-mime, and use
795 rmail-show-mime-function for a MIME message. Decode the headers
796 according to RFC2047.
797
798 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
799
800 * progmodes/which-func.el (which-func-imenu-joiner-function):
801 Return a string, as expected.
802 (which-function-mode): Make sure we stop any previous timer before
803 starting a new one.
804
805 2010-11-23 Michael Albinus <michael.albinus@gmx.de>
806
807 * net/tramp.el (tramp-default-method-alist)
808 (tramp-default-user-alist, tramp-default-proxies-alist):
809 Adapt custom options type. (Bug#7445)
810
811 2010-11-21 Chong Yidong <cyd@stupidchicken.com>
812
813 * progmodes/python.el: Add Ipython support (Bug#5390).
814 (python-shell-prompt-alist)
815 (python-shell-continuation-prompt-alist): New options.
816 (python--set-prompt-regexp): New function.
817 (inferior-python-mode, run-python, python-shell):
818 Require ansi-color. Use python--set-prompt-regexp to set the comint
819 prompt based on the Python interpreter.
820 (python--prompt-regexp): New var.
821 (python-check-comint-prompt)
822 (python-comint-output-filter-function): Use it.
823 (run-python): Use a pipe (Bug#5694).
824
825 2010-11-21 Chong Yidong <cyd@stupidchicken.com>
826
827 * progmodes/python.el (run-python): Doc fix.
828 (python-keep-current-directory-in-path): New var (Bug#7454).
829
830 2010-11-20 Chong Yidong <cyd@stupidchicken.com>
831
832 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
833 Prompt user before actually printing.
834
835 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
836
837 * simple.el (kill-new, kill-append, kill-region):
838 * comint.el (comint-kill-region): Make the yank-handler argument
839 obsolete.
840
841 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
842
843 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
844 that are both openers (resp. closers) and something else.
845 (smie-grammar): Loosen definition of valid values.
846 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
847 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
848 (smie-indent-after-keyword): Adjust users.
849 (smie-indent-keyword): Don't indent empty lines.
850
851 * vc-hg.el (vc-hg-program): New var.
852 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
853 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
854
855 2010-11-17 Glenn Morris <rgm@gnu.org>
856
857 * emacs-lisp/autoload.el (autoload-find-destination): The function
858 coding-system-eol-type may return non-numeric values. (Bug#7414)
859
860 2010-11-16 Ulrich Mueller <ulm@gentoo.org>
861
862 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
863
864 2010-11-13 Eli Zaretskii <eliz@gnu.org>
865
866 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
867
868 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
869
870 * textmodes/picture.el (picture-mouse-set-point): Don't use
871 posn-col-row; explicitly compute the motion based on the posn at
872 the window-start (Bug#7390).
873
874 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
875
876 * net/tramp.el (tramp-remote-coding-commands): Add an alternative
877 using "base64 -d -i". This is needed for older base64 versions
878 from GNU coreutils. Reported by Klaus Reichl
879 <Klaus.Reichl@thalesgroup.com>.
880
881 2010-11-13 Glenn Morris <rgm@gnu.org>
882
883 * novice.el (disabled-command-function):
884 Fix 2009-11-15 change. (Bug#7384)
885
886 2010-11-12 Glenn Morris <rgm@gnu.org>
887
888 * calendar/calendar.el (diary-iso-date-forms): Make elements
889 mutually exclusive. (Bug#7377)
890
891 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
892
893 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
894 when filling the remaining "unconstrained" values.
895
896 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
897
898 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
899 safety predicate.
900
901 * files.el (safe-local-variable-p): Gracefully handle errors.
902
903 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
904 Use smie-indent-virtual when indenting relative to an opener.
905 (smie-rule-separator): Use smie-rule-parent.
906 (smie-indent-keyword): Consult rules, even for openers at bol.
907 (smie-indent-comment-close): Try to align closer's content.
908
909 2010-11-11 Glenn Morris <rgm@gnu.org>
910
911 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
912
913 2010-11-10 Glenn Morris <rgm@gnu.org>
914
915 * printing.el (pr-menu-bind): Doc fix.
916
917 * speedbar.el (speedbar-toggle-images): Doc fix.
918
919 * progmodes/python.el (python-shell): Doc fix.
920
921 * wid-edit.el (widget-field-use-before-change)
922 (widget-use-overlay-change): Doc fixes.
923
924 2010-11-09 Glenn Morris <rgm@gnu.org>
925
926 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
927
928 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
929
930 * minibuffer.el (minibuffer-completion-help): Specify the end of the
931 completion field (bug#7211).
932
933 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
934 Fix handling of backslash escapes.
935 (python-quote-syntax): Adjust accordingly.
936
937 2010-11-08 Richard Levitte <richard@levitte.org> (tiny change)
938
939 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
940 (vc-mtn-workfile-branch): Adjust to new output format.
941
942 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
943
944 * international/mule-cmds.el (princ-list): Mark as obsolete.
945
946 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
947
948 * emacs-lisp/smie.el: New package.
949
950 2010-11-06 Michael Albinus <michael.albinus@gmx.de>
951
952 * files.el (backup-by-copying-when-mismatch):
953 Set `permanent-local' property.
954
955 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
956 `permanent-local' property for `backup-by-copying-when-mismatch'.
957
958 2010-11-06 Eli Zaretskii <eliz@gnu.org>
959
960 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
961 (ls-lisp-classify-file): New function.
962 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
963 (ls-lisp-classify): Call ls-lisp-classify-file.
964 (insert-directory): Remove blanks from switches.
965
966 2010-11-07 Wilson Snyder <wsnyder@wsnyder.org>
967
968 * progmodes/verilog-mode.el (verilog-insert-one-definition)
969 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
970 AUTOINOUT for SV style multidimensional arrays, bug294.
971 Reported by Eric Mastromarchi.
972 (verilog-preprocess): Use with-current-buffer and
973 font-lock-fontify-buffer to cleanup style issues.
974
975 2010-11-05 Michael Albinus <michael.albinus@gmx.de>
976
977 * net/trampver.el: Update release number.
978
979 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
980
981 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
982 beginning of the string. Use `string-match-p'. (Bug#6765)
983
984 2010-11-01 Glenn Morris <rgm@gnu.org>
985
986 * locate.el (locate, locate-mode): Doc fixes.
987
988 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
989
990 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
991 user for confirmation.
992 (server-force-stop): Use it.
993 (server-start): Use server-force-stop for kill-emacs-hook, to
994 avoid user interaction while killing Emacs.
995
996 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
997
998 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
999 (log-edit-author): New dynamic var.
1000 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
1001 Use it to return the author if different from committer.
1002 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
1003
1004 2010-10-31 Eli Zaretskii <eliz@gnu.org>
1005
1006 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
1007
1008 2010-10-31 Chong Yidong <cyd@stupidchicken.com>
1009
1010 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
1011 (vc-root-diff, vc-print-root-log, vc-log-incoming)
1012 (vc-log-outgoing): Use it.
1013 (vc-diff-internal): Set diff-vc-backend.
1014
1015 * vc/diff-mode.el (diff-vc-backend): New var.
1016
1017 2010-10-31 Juri Linkov <juri@jurta.org>
1018
1019 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
1020 buffer-locally to lambda that re-runs the vc diff command.
1021 (Bug#6447)
1022
1023 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1024
1025 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
1026
1027 Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
1028 log-outgoing commands.
1029 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
1030 to create a buffer local revert-buffer-function variable.
1031 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
1032 revert-buffer-function lambda.
1033
1034 Improve VC create/retrieve tag/branch.
1035 * vc.el (vc-create-tag): Do not read the directory name for VCs
1036 with repository revision granularity. Adjust the tag/branch
1037 prompt. Reset VC properties.
1038 (vc-retrieve-tag): Do not read the directory name for VCs
1039 with repository revision granularity. Reset VC properties.
1040
1041 Add optional support for resetting VC properties.
1042 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1043 call vc-file-clearprops when true.
1044 (vc-resynch-buffer): Add new optional argument, pass it down.
1045 (vc-resynch-buffers-in-directory): Likewise.
1046
1047 Improve support for special markup in the VC commit message.
1048 * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
1049 * vc-hg.el (vc-hg-checkin): Add support for Date:.
1050 * vc-git.el (vc-git-checkin):
1051 * vc-bzr.el (vc-bzr-checkin): Likewise.
1052
1053 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
1054 * vc-git.el (vc-git-log-view-mode): Fix font lock for
1055 incoming/outgoing logs.
1056 (vc-git-log-outgoing, vc-git-log-incoming): New functions.
1057
1058 * vc-git.el (vc-git-log-outgoing): Use the same format as the
1059 short log.
1060 (vc-git-log-incoming): Likewise. Run "git fetch" before the log
1061 command
1062
1063 Add bindings for vc-log-incoming and vc-log-outgoing.
1064 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1065 and vc-log-outgoing.
1066 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1067 and vc-log-outgoing.
1068
1069 Improve state updating for VC tag commands.
1070 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
1071 to update the state of all buffers in the directory.
1072
1073 2010-05-19 Glenn Morris <rgm@gnu.org>
1074
1075 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
1076
1077 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1078
1079 * vc.el (vc-checkin, vc-modify-change-comment):
1080 Adjust to new vc-start/finish-logentry.
1081 (vc-find-conflicted-file): New command.
1082 (vc-transfer-file): Adjust to new vc-checkin.
1083 (vc-next-action): Improve scoping.
1084
1085 * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
1086 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
1087
1088 * vc-dispatcher.el (vc-log-edit): Shorten names for
1089 log-edit-show-files.
1090
1091 * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
1092 (vc-bzr-conflicted-files): New function.
1093
1094 * log-edit.el (log-edit-summary, log-edit-header)
1095 (log-edit-unknown-header): New faces.
1096 (log-edit-headers-alist): New var.
1097 (log-edit-header-contents-regexp): New const.
1098 (log-edit-match-to-eoh): New function.
1099 (log-edit-font-lock-keywords): Use them.
1100 (log-edit): Insert a "Summary:" header as default.
1101 (log-edit-mode): Mark font-lock rules as case-insensitive.
1102 (log-edit-done): Cleanup headers.
1103 (log-edit-extract-headers): New function to replace it.
1104
1105 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
1106 the windows/frames.
1107
1108 * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
1109
1110 * vc-dir.el (vc-dir-kill-line): New command.
1111 (vc-dir-mode-map): Bind it to C-k.
1112 (vc-dir-headers): Abbreviate the working dir.
1113
1114 * vc-git.el (vc-git-revision-table): Include remote branches.
1115
1116 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1117
1118 New VC methods: vc-log-incoming and vc-log-outgoing.
1119 * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
1120 (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
1121 New functions.
1122 (vc-print-log-internal): Just call vc-log-internal-common.
1123 (vc-log-view-type): New permanent local variable.
1124
1125 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
1126
1127 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
1128 of the dynamic bound vc-short-log.
1129 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
1130
1131 * vc-git.el (vc-git-log-outgoing): New function.
1132 (vc-git-log-view-mode): Use vc-log-view-type instead
1133 of the dynamic bound vc-short-log.
1134
1135 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
1136 the dynamic bound vc-short-log. Highlight the tag.
1137 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
1138 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
1139 (vc-hg-incoming-mode): Remove.
1140 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
1141
1142 Fix default-directory for vc-root-diff.
1143 * vc.el (vc-root-diff): Bind default-directory to the root
1144 directory for the diff command.
1145
1146 2010-10-31 Sam Steingold <sds@gnu.org>
1147
1148 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
1149 `vc-hg-command' with a list of flags.
1150
1151 2010-10-31 Glenn Morris <rgm@gnu.org>
1152
1153 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
1154 log-edit-before-checkin-process.
1155
1156 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
1157
1158 * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
1159
1160 * vc-dispatcher.el (vc-start-logentry): Doc fix.
1161 (log-view-process-buffer, log-edit-extra-flags): Declare.
1162
1163 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1164
1165 Add special markup processing for commit logs.
1166 * log-edit.el (log-edit): Add new argument MODE. Use that mode
1167 when non-nil instead of the log-view-mode.
1168
1169 * vc.el (vc-default-log-edit-mode): New function.
1170
1171 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
1172 log-edit.
1173
1174 Support for shelving snapshots and for showing shelves.
1175 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
1176 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
1177 New functions.
1178 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1179 (vc-bzr-extra-menu-map): Map them.
1180
1181 2010-10-30 Michael Albinus <michael.albinus@gmx.de>
1182
1183 * net/tramp.el (tramp-handle-insert-file-contents): For root,
1184 preserve owner and group when editing files. (Bug#7289)
1185
1186 2010-10-29 Glenn Morris <rgm@gnu.org>
1187
1188 * speedbar.el (speedbar-mode):
1189 * play/fortune.el (fortune-in-buffer, fortune):
1190 * play/gomoku.el (gomoku-mode):
1191 * play/landmark.el (lm-mode):
1192 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
1193 Replace inappropriate uses of toggle-read-only. (Bug#7292)
1194
1195 2010-10-28 Glenn Morris <rgm@gnu.org>
1196
1197 * select.el (x-selection): Mark it as an obsolete alias.
1198
1199 2010-10-27 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1200
1201 * add-log.el (find-change-log): Use derived-mode-p rather than
1202 major-mode (bug#7284).
1203
1204 2010-10-27 Glenn Morris <rgm@gnu.org>
1205
1206 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
1207 rather than just an unused variable that inherits from the real one.
1208
1209 2010-10-23 Michael McNamara <mac@mail.brushroad.com>
1210
1211 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
1212 auto-built for efficiency of execution and updating.
1213 (verilog-extended-complete-re): Support 'pure' fucntion & task
1214 declarations (these have no bodies).
1215 (verilog-beg-of-statement): General cleanup to enable support of
1216 'pure' fucntion & task declarations (these have no bodies).
1217 These efforts together fix Verilog bug210 from veripool; which was also
1218 noticed by Steve Pearlmutter.
1219 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
1220 (verilog-directive-nest-re, verilog-set-auto-endcomments):
1221 Support `elsif. Reported by Shankar Giri.
1222 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
1223 attribute handling for lining up declarations and assignments.
1224 (verilog-beg-of-statement-1): Fix issue where continued declaration
1225 is indented differently if it is after a begin..end clock.
1226 (verilog-in-attribute-p, verilog-skip-backward-comments)
1227 (verilog-skip-forward-comment-p): Support proper treatment of
1228 attributes by indent code. Reported by Jeff Steele.
1229 (verilog-in-directive-p): Fix comment to correctly describe function.
1230 (verilog-backward-up-list, verilog-in-struct-region-p)
1231 (verilog-backward-token, verilog-in-struct-p)
1232 (verilog-in-coverage-p, verilog-do-indent)
1233 (verilog-pretty-declarations): Use verilog-backward-up-list as
1234 wrapper around backward-up-list inorder to properly skip comments.
1235 Reported by David Rogoff.
1236 (verilog-property-re, verilog-endcomment-reason-re)
1237 (verilog-beg-of-statement, verilog-set-auto-endcomments)
1238 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
1239 of if). Reported by Max Bjurling and
1240 (verilog-calc-1): Fix for clocking block in modport
1241 declaration. Reported by Brian Hunter.
1242
1243 2010-10-23 Wilson Snyder <wsnyder@wsnyder.org>
1244
1245 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
1246 (verilog-gate-keywords, verilog-read-sub-decls)
1247 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
1248 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
1249 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
1250 (verilog-read-decls): Fix spaces in V2K module parameters causing
1251 mis-identification as interfaces, bug287.
1252 (verilog-read-decls): Fix not treating "parameter string" as a
1253 parameter in AUTOINSTPARAM.
1254 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
1255 treating `elsif similar to `endif inside AUTOSENSE.
1256 (verilog-do-indent): Implement correct automatic or static task or
1257 function end comment highlight. Reported by Steve Pearlmutter.
1258 (verilog-font-lock-keywords-2): Fix highlighting of single
1259 character pins, bug264. Reported by Michael Laajanen.
1260 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
1261 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
1262 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
1263 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
1264 (verilog-pretty-expr): Fix interactive arguments, bug272.
1265 Reported by Mark Johnson.
1266 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
1267 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
1268 bug269. Suggested by Gary Delp.
1269 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
1270 (verilog-preprocessor, verilog-set-compile-command):
1271 Create verilog-preprocess and verilog-preprocessor to show
1272 preprocessed output.
1273 (verilog-get-beg-of-line, verilog-get-end-of-line)
1274 (verilog-modi-file-or-buffer, verilog-modi-name)
1275 (verilog-modi-point, verilog-within-string): Move defmacro's
1276 before first use to avoid warning. Reported by Steve Pearlmutter.
1277 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
1278 (verilog-colorize-region, verilog-highlight-buffer)
1279 (verilog-highlight-includes, verilog-highlight-modules)
1280 (verilog-highlight-region, verilog-mode): Rename colorize to
1281 highlight to match other packages. Disable module highlighting,
1282 as received speed complaints, reenable for experimentation only
1283 using new verilog-highlight-modules.
1284 (verilog-read-decls): Fix regexp stack overflow in very large
1285 AUTO_TEMPLATEs, bug250.
1286 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
1287 (verilog-scan): Create verilog-save-buffer-state to standardize
1288 making insignificant changes that shouldn't call hooks.
1289 (verilog-save-no-change-functions, verilog-save-scan-cache)
1290 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
1291 Create verilog-save-no-change-functions to wrap verilog-scan
1292 preservation, and fix to work with nested preserved calls.
1293 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
1294 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
1295 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
1296 (verilog-submit-bug-report): Update variable list to be complete.
1297 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
1298 breaking on-the-fly font-locking.
1299 (verilog-colorize-buffer, verilog-colorize-include-files)
1300 (verilog-colorize-include-files-buffer, verilog-colorize-region)
1301 (verilog-load-file-at-mouse, verilog-load-file-at-point)
1302 (verilog-mode, verilog-read-inst-module-matcher): With point on a
1303 AUTOINST cell instance name, middle mouse button now finds-file on
1304 it. Suggested by Brad Dobbie.
1305 (verilog-alw-get-temps, verilog-auto-reset)
1306 (verilog-auto-sense-sigs, verilog-read-always-signals)
1307 (verilog-read-always-signals-recurse): Fix loop indexes being
1308 AUTORESET. AUTORESET now assumes any variables in the
1309 initialization section of a for() should be ignored.
1310 Reported by Dan Dever.
1311 (verilog-error-font-lock-keywords)
1312 (verilog-error-regexp-emacs-alist)
1313 (verilog-error-regexp-xemacs-alist): Fix error detection of
1314 Cadence HAL, reported by David Asher. Repair drift between the
1315 three similar error variables.
1316 (verilog-modi-lookup, verilog-modi-lookup-cache)
1317 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
1318 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
1319 Fix slow verilog-auto expansion on very large files.
1320 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
1321 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
1322 "{1*2{...". Broke in last revision.
1323 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
1324 submodule connections with replications "{#{a},#{b}}".
1325
1326 2010-10-23 Glenn Morris <rgm@gnu.org>
1327
1328 * comint.el (comint-password-prompt-regexp):
1329 Match "enter the password". (Bug#7224)
1330
1331 2010-10-22 Juanma Barranquero <lekktu@gmail.com>
1332
1333 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
1334 Fix typo in docstring.
1335
1336 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
1337
1338 * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
1339 errors.
1340
1341 * net/trampver.el: Update release number.
1342
1343 2010-10-20 Kenichi Handa <handa@m17n.org>
1344
1345 * face-remap.el (text-scale-adjust): Call read-event with a proper
1346 prompt.
1347
1348 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
1349
1350 * net/tramp.el (tramp-do-file-attributes-with-stat)
1351 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
1352 order to make stat results a float. Patch by Andreas Schwab
1353 <schwab@linux-m68k.org>.
1354
1355 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1356
1357 * repeat.el (repeat): Use read-key (bug#6256).
1358
1359 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
1360
1361 * emacs-lisp/unsafep.el: Don't mark functions that display
1362 messages as safe. Suggested by Johan Bockgård.
1363
1364 2010-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1365
1366 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
1367 Turn comments into docstrings.
1368
1369 * minibuffer.el (completion--replace): Move point where it belongs
1370 when there's a common suffix (bug#7215).
1371
1372 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
1373
1374 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1375 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
1376 <dale@codefu.org>.
1377
1378 2010-10-15 Kenichi Handa <handa@m17n.org>
1379
1380 * international/characters.el: Add category '|' (word breakable)
1381 to fullwidth characters.
1382
1383 2010-10-14 Kenichi Handa <handa@m17n.org>
1384
1385 * mail/rmail.el (rmail-show-message-1): Catch an error of
1386 base64-decode-region and just show an error message (bug#7165).
1387
1388 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
1389 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
1390 a font-spec (bug#7197).
1391
1392 2010-10-13 Glenn Morris <rgm@gnu.org>
1393
1394 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
1395
1396 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
1397
1398 * international/mule.el (define-coding-system):
1399 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1400 * composite.el (compose-region): Fix typo in docstring.
1401
1402 2010-10-10 Jan Djärv <jan.h.d@swipnet.se>
1403
1404 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
1405 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
1406 (mac-right-option-modifier): New alias for ns-right-option-modifier.
1407
1408 * cus-start.el (all): ns-right-alternate-modifier is new.
1409
1410 2010-10-10 Andreas Schwab <schwab@linux-m68k.org>
1411
1412 * Makefile.in (ELCFILES): Update.
1413
1414 2010-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1415
1416 * emacs-lisp/lisp.el (lisp-completion-at-point):
1417 Use emacs-lisp-mode-syntax-table for the whole function.
1418
1419 2010-10-09 Richard Sharman <richard_sharman@mitel.com> (tiny change)
1420
1421 * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
1422 (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
1423 work when breakpoint number exceeds nine.
1424
1425 2010-10-05 David Koppelman <koppel@ece.lsu.edu>
1426
1427 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
1428 instead of font-lock-mode before adding keywords.
1429 Remove hi-lock-mode off code. Remove inhibit hack.
1430 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
1431 non-nil; removed hook inhibit hack.
1432
1433 2010-10-09 Glenn Morris <rgm@gnu.org>
1434
1435 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
1436 (load-path-shadows-find): ... to this.
1437 (list-load-path-shadows): Update for above change.
1438
1439 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
1440
1441 2010-10-08 Glenn Morris <rgm@gnu.org>
1442
1443 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
1444
1445 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
1446 (shadows-compare-text-p): Make it an obsolete alias for...
1447 (load-path-shadows-compare-text): ... new name.
1448 (find-emacs-lisp-shadows): Update for above name change.
1449 (load-path-shadows-same-file-or-nonexistent): New name for the old
1450 shadow-same-file-or-nonexistent.
1451
1452 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
1453
1454 * minibuffer.el (completion--some, completion--do-completion)
1455 (minibuffer-complete-and-exit, minibuffer-completion-help)
1456 (completion-basic-try-completion)
1457 (completion-basic-all-completions)
1458 (completion-pcm--find-all-completions): Use lexical-let to
1459 avoid some false matches in variable completion (Bug#7056)
1460
1461 2010-10-03 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
1462
1463 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
1464
1465 2010-10-03 Leo <sdl.web@gmail.com>
1466
1467 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
1468 return non-nil if the file exists (Bug#7090).
1469
1470 2010-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1471
1472 * minibuffer.el (completion--replace):
1473 Better preserve markers (bug#7138).
1474
1475 2010-09-29 Juanma Barranquero <lekktu@gmail.com>
1476
1477 * server.el (server-process-filter): Doc fix.
1478
1479 2010-09-27 Drew Adams <drew.adams@oracle.com>
1480
1481 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
1482
1483 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
1484
1485 * Makefile.in (ELCFILES): Update.
1486
1487 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1488 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
1489
1490 2010-09-27 Kenichi Handa <handa@m17n.org>
1491
1492 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
1493 "ustar" format.
1494
1495 2010-09-27 Kenichi Handa <handa@m17n.org>
1496
1497 * international/mule.el (define-coding-system): Docstring fixed.
1498
1499 * international/mule-diag.el (describe-character-set): Use princ
1500 with proper print-length and print-level instead of insert.
1501
1502 2010-09-26 Juanma Barranquero <lekktu@gmail.com>
1503
1504 * window.el (walk-windows): Doc fix (bug#7105).
1505
1506 2010-09-23 Glenn Morris <rgm@gnu.org>
1507
1508 * isearch.el (isearch-lazy-highlight-cleanup)
1509 (isearch-lazy-highlight-initial-delay)
1510 (isearch-lazy-highlight-interval)
1511 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1512 * net/net-utils.el (ipconfig-program-options):
1513 Move aliases to options before the associated definitions.
1514
1515 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1516
1517 * newcomment.el (comment-normalize-vars): Better test validity of
1518 comment-end-skip.
1519
1520 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1521
1522 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1523 (float-e): New name for `e'.
1524 (degrees-to-radians, radians-to-degrees):
1525 * calendar/solar.el (solar-longitude):
1526 * calculator.el (calculator-registers, calculator-funcall):
1527 * textmodes/artist.el (artist-spray-random-points):
1528 * play/bubbles.el (bubbles--initialize-images): Use new names.
1529
1530 2010-09-19 Eric M. Ludlam <zappo@gnu.org>
1531
1532 Update to CEDET 1.0's version of EIEIO.
1533
1534 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1535 New function.
1536 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1537 (eieio-default-eval-maybe): Eval val instead of unquoting only.
1538 (class-precedence-list): If class is nil, return nil.
1539 (eieio-generic-call): If class of first input arg is nil, don't
1540 look up static methods, and do check for primary methods.
1541 (initialize-instance): See if the default needs to be evaluated
1542 during the constructor.
1543 (eieio-perform-slot-validation-for-default): Don't do the check
1544 for values that will eventually be evaluated.
1545 (eieio-eval-default-p): New function.
1546 (eieio-default-eval-maybe): Use it.
1547
1548 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1549
1550 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1551 method-invocation-order.
1552 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1553 (eieio-class-precedence-dfs): Compute class precedence list using
1554 dfs algorithm.
1555 (eieio-class-precedence-bfs): Compute class precedence list using
1556 bfs algorithm.
1557 (eieio-class-precedence-c3): Compute class precedence list using
1558 c3 algorithm.
1559 (class-precedence-list): New function.
1560 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1561 (inconsistent-class-hierarchy): New error symbol.
1562 (call-next-method): Stow the replacement argument list for future
1563 call-next-method invocations.
1564
1565 2010-09-15 Glenn Morris <rgm@gnu.org>
1566
1567 * calendar/appt.el (appt-check): If not displaying the diary,
1568 use (diary 1) to only get the entries we need.
1569 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1570 that it is in day order. (Bug#7019)
1571
1572 * calendar/appt.el (appt-check): Rather than showing the diary,
1573 just turn off invisible display, and only if needed.
1574
1575 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
1576
1577 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1578
1579 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1580 Add `when' argument. Update callers.
1581
1582 * subr.el (unintern): Declare the obarray arg mandatory.
1583
1584 2010-09-14 Glenn Morris <rgm@gnu.org>
1585
1586 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1587 Doc fixes.
1588
1589 * calendar/diary-lib.el (diary-included-files): New variable.
1590 (diary-list-entries): Maybe initialize diary-included-files.
1591 (diary-include-other-diary-files): Append to diary-included-files.
1592 * calendar/appt.el (appt-update-list): Also check the members of
1593 diary-included-files. (Bug#6999)
1594 (appt-check): Doc fix.
1595
1596 2010-09-12 David Reitter <david.reitter@gmail.com>
1597
1598 * simple.el (line-move-visual): Do not truncate goal column to
1599 integer size. (Bug#7020)
1600
1601 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1602
1603 * repeat.el (repeat): Allow repeating when the last event is a click.
1604 Suggested by Drew Adams (bug#6256).
1605
1606 2010-09-11 Sascha Wilde <wilde@sha-bang.de>
1607
1608 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1609 Replace setting HGRCPATH to "" by some less invasive --config options.
1610
1611 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1612
1613 * font-lock.el (font-lock-beginning-of-syntax-function):
1614 Mark as obsolete.
1615
1616 2010-09-10 Glenn Morris <rgm@gnu.org>
1617
1618 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1619 and tool-bar modes. (Bug#6211)
1620 (menu-bar-mode): Move setting of standard-value after the
1621 minor-mode definition, otherwise it seems to have no effect.
1622
1623 2010-09-08 Masatake YAMATO <yamato@redhat.com>
1624
1625 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1626 Fix typo. (Bug#6976)
1627
1628 2010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1629
1630 * whitespace.el: Allow cleaning up blanks without blank
1631 visualization (Bug#6651). Adjust help window for
1632 whitespace-toggle-options (Bug#6479). Allow to use fill-column
1633 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
1634 (whitespace-style): Add new value 'face. Adjust docstring.
1635 (whitespace-space, whitespace-hspace, whitespace-tab):
1636 Adjust foreground property face.
1637 (whitespace-line-column): Adjust docstring and type declaration.
1638 (whitespace-style-value-list, whitespace-toggle-option-alist)
1639 (whitespace-help-text): Adjust const initialization.
1640 (whitespace-toggle-options, global-whitespace-toggle-options):
1641 Adjust docstring.
1642 (whitespace-display-window, whitespace-interactive-char)
1643 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1644 (whitespace-help-scroll): New fun.
1645
1646 2010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1647
1648 * files.el (directory-abbrev-alist): Use \` as default regexp.
1649
1650 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1651 chars like - or ] (bug#6984).
1652 (rx-any-condense-range): Explode 2-char ranges.
1653
1654 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1655
1656 * textmodes/bibtex.el:
1657 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1658
1659 2010-09-02 Glenn Morris <rgm@gnu.org>
1660
1661 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1662
1663 2010-08-31 Kenichi Handa <handa@m17n.org>
1664
1665 * international/mule-cmds.el (standard-display-european-internal):
1666 Setup standard-display-table for 8-bit characters by storing 8-bit
1667 characters in the element vector.
1668
1669 * disp-table.el (standard-display-8bit):
1670 Setup standard-display-table for 8-bit characters by storing 8-bit
1671 characters in the element vector.
1672 (standard-display-european): Likewise.
1673
1674 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
1675
1676 Sync with Tramp 2.1.19.
1677
1678 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1679 (tramp-reporter-dump-variable, tramp-load-report-modules)
1680 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1681 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1682
1683 * net/tramp-compat.el (top): Do not autoload
1684 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1685 only when `start-file-process' is not bound.
1686 (byte-compile-not-obsolete-vars): Define if not bound.
1687 (tramp-compat-funcall): New defmacro.
1688 (tramp-compat-line-beginning-position)
1689 (tramp-compat-line-end-position)
1690 (tramp-compat-temporary-file-directory)
1691 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1692 (tramp-compat-copy-file, tramp-compat-copy-directory)
1693 (tramp-compat-delete-file, tramp-compat-delete-directory)
1694 (tramp-compat-number-sequence, tramp-compat-process-running-p):
1695 Use it.
1696 (tramp-advice-file-expand-wildcards): Do not use
1697 `tramp-handle-file-remote-p'.
1698 (tramp-compat-make-temp-file): Simplify fallback implementation.
1699 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1700 (tramp-compat-copy-tree): Remove function.
1701 (tramp-compat-delete-file): New defun.
1702 (tramp-compat-delete-directory): Provide implementation for older
1703 Emacsen.
1704 (tramp-compat-file-attributes): Handle only
1705 `wrong-number-of-arguments' error.
1706
1707 * net/tramp-fish.el (tramp-fish-handle-copy-file):
1708 Add PRESERVE_SELINUX_CONTEXT.
1709 (tramp-fish-handle-delete-file): Add TRASH arg.
1710 (tramp-fish-handle-directory-files-and-attributes):
1711 Do not use `tramp-fish-handle-file-attributes.
1712 (tramp-fish-handle-file-local-copy)
1713 (tramp-fish-handle-insert-file-contents)
1714 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1715
1716 * net/tramp-gvfs.el (top): Require url-util.
1717 (tramp-gvfs-mount-point): Remove.
1718 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1719 and `set-file-selinux-context'.
1720 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1721 (tramp-gvfs-handle-file-selinux-context)
1722 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1723 (with-tramp-dbus-call-method): Format trace message.
1724 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1725 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1726 Implement backup call, when operation on local files fails.
1727 Use progress reporter. Flush properties of changed files.
1728 (tramp-gvfs-handle-delete-file): Add TRASH arg.
1729 Use `tramp-compat-delete-file'.
1730 (tramp-gvfs-handle-expand-file-name): Expand "~/".
1731 (tramp-gvfs-handle-make-directory): Make more traces.
1732 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1733 (tramp-gvfs-url-file-name): Hexify file name in url.
1734 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1735 into account for the resulting file name.
1736 (tramp-gvfs-handler-askquestion): Preserve current message, in
1737 order to let progress reporter continue afterwards. (Bug#6257)
1738 Return dummy mountpoint, when the answer is "no".
1739 See `tramp-gvfs-maybe-open-connection'.
1740 (tramp-gvfs-handler-mounted-unmounted)
1741 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1742 attribute "default_location". Set "prefix" property.
1743 Handle default-location.
1744 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1745 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1746 exists. Raise an error, if not (due to a corresponding answer
1747 "no" in interactive questions, for example).
1748 Use `tramp-compat-funcall'.
1749
1750 * net/tramp-imap.el (top): Autoload `epg-make-context'.
1751 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1752 (tramp-imap-do-copy-or-rename-file)
1753 (tramp-imap-handle-insert-file-contents)
1754 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1755 (tramp-imap-handle-delete-file): Add TRASH arg.
1756
1757 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1758 Add PRESERVE-SELINUX-CONTEXT.
1759 (tramp-smb-handle-copy-file)
1760 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1761 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1762 Use `with-progress-reporter'.
1763 (tramp-smb-handle-delete-file): Add TRASH arg.
1764
1765 * net/tramp.el (tramp-methods): Move hostname to the end in all
1766 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
1767 appropriate.
1768 (tramp-verbose): Describe verbose level 9.
1769 (tramp-completion-function-alist)
1770 (tramp-file-name-regexp, tramp-chunksize)
1771 (tramp-local-coding-commands, tramp-remote-coding-commands)
1772 (with-connection-property, tramp-completion-mode-p)
1773 (tramp-action-process-alive, tramp-action-out-of-band)
1774 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1775 (tramp-exists-file-name-handler): Fix docstring.
1776 (tramp-remote-process-environment): Use `format' instead of
1777 `concat'. Protect version string by apostroph.
1778 (tramp-shell-prompt-pattern): Do not use a shy group in case of
1779 XEmacs.
1780 (tramp-file-name-regexp-unified)
1781 (tramp-completion-file-name-regexp-unified): On W32 systems, do
1782 not regard the volume letter as remote filename. (Bug#5447)
1783 (tramp-perl-file-attributes)
1784 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1785 (tramp-vc-registered-read-file-names): Read input as
1786 here-document, otherwise the command could exceed maximum length
1787 of command line.
1788 (tramp-file-name-handler-alist): Add `file-selinux-context' and
1789 `set-file-selinux-context'.
1790 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1791 backtrace functions.
1792 (tramp-error-with-buffer): Don't show the connection buffer when
1793 we are in completion mode.
1794 (tramp-progress-reporter-update, tramp-remote-selinux-p)
1795 (tramp-handle-file-selinux-context)
1796 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1797 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1798 New defuns.
1799 (with-progress-reporter): New defmacro.
1800 (tramp-debug-outline-regexp): New defconst.
1801 (top, tramp-rfn-eshadow-setup-minibuffer)
1802 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1803 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1804 (tramp-completion-mode-p, tramp-check-for-regexp)
1805 (tramp-open-connection-setup-interactive-shell)
1806 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1807 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1808 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1809 Use `tramp-compat-funcall'.
1810 (tramp-handle-make-symbolic-link): Flush file properties.
1811 (tramp-handle-load, tramp-handle-file-local-copy)
1812 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1813 (tramp-handle-vc-registered, tramp-maybe-send-script)
1814 (tramp-find-shell): Use `with-progress-reporter'.
1815 (tramp-do-file-attributes-with-stat): Add space in format string,
1816 in order to work around a bug in pdksh. Reported by Gilles Pion
1817 <gpion@lfdj.com>.
1818 (tramp-handle-verify-visited-file-modtime): Do not send a command
1819 when the connection is not established.
1820 (tramp-handle-set-file-times): Simplify the check for utc.
1821 (tramp-handle-directory-files-and-attributes)
1822 (tramp-get-remote-path): Use `copy-tree'.
1823 (tramp-completion-handle-file-name-all-completions): Ensure, that
1824 non remote files are still checked. Oops.
1825 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1826 Handle PRESERVE-SELINUX-CONTEXT.
1827 (tramp-do-copy-or-rename-file): Add progress reporter.
1828 (tramp-do-copy-or-rename-file-directly): Do not use
1829 `tramp-handle-file-remote-p'.
1830 (tramp-do-copy-or-rename-file-out-of-band):
1831 Use `tramp-compat-delete-directory'.
1832 (tramp-do-copy-or-rename-file-out-of-band)
1833 (tramp-compute-multi-hops, tramp-maybe-open-connection):
1834 Use `format-spec-make'.
1835 (tramp-handle-delete-file): Add TRASH arg.
1836 (tramp-handle-dired-uncache): Flush directory cache, not only file
1837 cache.
1838 (tramp-handle-expand-file-name)
1839 (tramp-completion-handle-file-name-all-completions)
1840 (tramp-completion-handle-file-name-completion):
1841 Use `tramp-connectable-p'.
1842 (tramp-handle-start-file-process): Set connection property "vec".
1843 Use it, in order to invalidate file caches. Check only for
1844 `remote-tty' process property.
1845 Implement tty setting. (Bug#4604, Bug#6360)
1846 (tramp-file-name-for-operation): Add `call-process-region' and
1847 `set-file-selinux-context'.
1848 (tramp-find-foreign-file-name-handler)
1849 (tramp-advice-make-auto-save-file-name)
1850 (tramp-set-auto-save-file-modes): Remove superfluous check for
1851 `stringp'. This is done inside `tramp-tramp-file-p'.
1852 (tramp-file-name-handler): Trace 'quit. Catch the error for some
1853 operations when we are in completion mode. This gives the user
1854 the chance to correct the file name in the minibuffer.
1855 (tramp-completion-mode-p): Use `non-essential'.
1856 (tramp-handle-file-name-all-completions): Backward/ XEmacs
1857 compatibility: Use `completion-ignore-case' if
1858 `read-file-name-completion-ignore-case' does not exist.
1859 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1860 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1861 `tramp-open-shell'.
1862 (tramp-action-password): Hide password prompt before next run.
1863 (tramp-process-actions): Widen connection buffer for the trace.
1864 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1865 process property. Trace stty settings if `tramp-verbose' >= 9.
1866 Apply workaround for IRIX64 bug. Move argument of last
1867 `tramp-send-command' where it belongs to.
1868 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1869 front of `login-args'.
1870 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1871 on "/dev/null" instead of "/".
1872 (tramp-get-ls-command-with-dired): Make test for "--dired"
1873 stronger.
1874 (tramp-set-auto-save-file-modes): Adapt version check.
1875 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1876 (tramp-handle-process-file): Call the program in a subshell, in
1877 order to preserve working directory.
1878 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1879 `tramp-remote-sh' from `tramp-methods'.
1880 (tramp-get-ls-command): Make test for "--color=never" stronger.
1881 (tramp-check-for-regexp): Use (forward-line 1).
1882
1883 * net/trampver.el: Update release number.
1884
1885 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
1886
1887 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1888 empty argument to gvfs-copy.
1889
1890 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1891
1892 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1893 handle new TRASH arg of `delete-file'.
1894
1895 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1896
1897 * net/tramp.el (tramp-handle-insert-directory): Don't use
1898 `forward-word', its default syntax could be changed.
1899
1900 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1901 Michael Albinus <michael.albinus@gmx.de>
1902
1903 Implement compression for inline methods.
1904
1905 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1906 (tramp-copy-size-limit): Allow also nil.
1907 (tramp-inline-compress-commands): New defconst.
1908 (tramp-find-inline-compress, tramp-get-inline-compress)
1909 (tramp-get-inline-coding): New defuns.
1910 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1911 replaced by `tramp-get-inline-coding'.
1912 (tramp-handle-file-local-copy, tramp-handle-write-region)
1913 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1914
1915 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
1916
1917 Detect ssh 'ControlMaster' argument automatically in some cases.
1918
1919 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1920 (tramp-default-method): Use it.
1921
1922 2010-08-26 Karel Klíč <kklic@redhat.com>
1923
1924 * net/tramp.el (tramp-file-name-for-operation):
1925 Add file-selinux-context.
1926
1927 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1928
1929 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1930
1931 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1932
1933 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1934 (Bug#6907).
1935
1936 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
1937
1938 * progmodes/python.el (python-block-pairs): Allow use of "finally"
1939 with "else" (Bug#3991).
1940
1941 2010-08-22 Leo <sdl.web@gmail.com>
1942
1943 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1944 (ignore, bright, dim, keyword): Split list of nicknames before
1945 passing to rcirc-add-or-remove (Bug#6894).
1946
1947 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
1948
1949 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1950
1951 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1952
1953 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
1954 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1955 New version 13.0.
1956 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1957 Adjust initialization.
1958 (whitespace-bob-marker, whitespace-eob-marker)
1959 (whitespace-buffer-changed): New vars.
1960 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1961 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1962 (whitespace-post-command-hook, whitespace-display-char-on):
1963 Adjust code.
1964 (whitespace-looking-back, whitespace-buffer-changed): New funs.
1965 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
1966
1967 2010-08-21 Leo <sdl.web@gmail.com>
1968
1969 Fix buffer-list rename&refresh after killing a buffer in ido.
1970 * ido.el: Revert Óscar's.
1971 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1972 Remember the buffers at head, rather than their name.
1973 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1974
1975 2010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
1976 Stefan Monnier <monnier@iro.umontreal.ca>
1977
1978 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1979 extra backslash added to each line (bug#6890).
1980
1981 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1982
1983 * subr.el (read-key): Don't echo keystrokes (bug#6883).
1984
1985 2010-08-21 Glenn Morris <rgm@gnu.org>
1986
1987 * menu-bar.el (menu-bar-games-menu): Add landmark.
1988
1989 2010-08-20 Glenn Morris <rgm@gnu.org>
1990
1991 * align.el (align-regexp): Make group and spacing arguments
1992 use the interactive defaults when non-interactive. (Bug#6698)
1993
1994 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1995 expansion, so as not to need sendmail.
1996 (mail-text-start): Remove declaration.
1997 (rmail-retry-failure): Require sendmail.
1998
1999 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2000
2001 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
2002
2003 2010-08-18 Michael Albinus <michael.albinus@gmx.de>
2004
2005 * progmodes/flymake.el (flymake-start-syntax-check-process):
2006 Use `start-file-process' in order to let it run also on remote hosts.
2007
2008 2010-08-18 Kenichi Handa <handa@m17n.org>
2009
2010 * files.el: Add `word-wrap' as safe local variable.
2011
2012 2010-08-18 Glenn Morris <rgm@gnu.org>
2013
2014 * woman.el (woman-translate): Case matters. (Bug#6849)
2015
2016 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
2017
2018 * simple.el (kill-region): Doc fix (Bug#6787).
2019
2020 2010-08-14 Glenn Morris <rgm@gnu.org>
2021
2022 * calendar/diary-lib.el (diary-header-line-format):
2023 Fit it to the window, not the frame.
2024
2025 2010-08-11 Andreas Schwab <schwab@linux-m68k.org>
2026
2027 * subr.el (ignore-errors): Add debug declaration.
2028
2029 2010-08-09 Geoff Gole <geoffgole@gmail.com> (tiny change)
2030
2031 * whitespace.el (whitespace-color-off): Remove post-command-hook
2032 locally.
2033
2034 2010-08-08 Johan Bockgård <bojohan@gnu.org>
2035
2036 * replace.el (replace-highlight): Bind isearch-forward and
2037 isearch-error, ensuring that highlighting is updated if the user
2038 switches the search direction (Bug#6808).
2039
2040 * isearch.el (isearch-lazy-highlight-forward): New var.
2041 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2042 (isearch-lazy-highlight-update): Use it.
2043
2044 2010-08-06 Kenichi Handa <handa@m17n.org>
2045
2046 * international/mule.el (define-charset): Store NAME as :base property.
2047 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
2048 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
2049 current priority. Force using the designation of the specific
2050 charset by adding `charset' text property. Improve the whole
2051 algorithm.
2052
2053 2010-08-05 Juanma Barranquero <lekktu@gmail.com>
2054
2055 * emulation/pc-select.el (pc-selection-mode-hook)
2056 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
2057 (pc-selection-mode): Fix typos in docstrings.
2058
2059 2010-08-04 Kenichi Handa <handa@m17n.org>
2060
2061 * language/cyrillic.el: Don't add "microsoft-cp1251" to
2062 ctext-non-standard-encodings-alist here.
2063
2064 * international/mule.el (ctext-non-standard-encodings-alist):
2065 Add "koi8-r" and "microsoft-cp1251".
2066 (ctext-standard-encodings): New variable.
2067 (ctext-non-standard-encodings-table): List only elements for
2068 non-standard encodings.
2069 (ctext-pre-write-conversion): Adjust for the above change.
2070 Check ctext-standard-encodings.
2071
2072 * international/mule-conf.el (compound-text): Doc fix.
2073 (ctext-no-compositions): Doc fix.
2074 (compound-text-with-extensions): Doc fix.
2075
2076 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
2077
2078 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
2079
2080 2010-08-03 Juanma Barranquero <lekktu@gmail.com>
2081
2082 * progmodes/which-func.el (which-func-format): Split help-echo text
2083 into lines, like other mode-line tooltips.
2084
2085 * server.el (server-start): When using TCP sockets, force IPv4
2086 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
2087
2088 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2089
2090 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
2091
2092 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
2093
2094 * term.el (term-delimiter-argument-list): Reflow docstring.
2095 (term-read-input-ring, term-write-input-ring, term-send-input)
2096 (term-bol, term-erase-in-display, serial-supported-or-barf):
2097 Fix typos in docstrings.
2098
2099 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2100
2101 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
2102
2103 2010-08-01 Juanma Barranquero <lekktu@gmail.com>
2104
2105 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
2106
2107 2010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
2108
2109 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
2110 Fix typo in docstring (bug#6747).
2111
2112 2010-07-30 Leo <sdl.web@gmail.com>
2113
2114 * eshell/esh-io.el (eshell-get-target): Better detection of
2115 read-only file (Bug#6762).
2116
2117 2010-07-30 Juanma Barranquero <lekktu@gmail.com>
2118
2119 * align.el (align-default-spacing): Doc fix.
2120 (align-region-heuristic, align-regexp): Fix typos in docstrings.
2121
2122 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
2123
2124 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
2125
2126 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
2127
2128 * time.el (display-time-day-and-date): Remove spurious * in docstring.
2129 (display-time-world-buffer-name, display-time-world-mode-map):
2130 Fix typos in docstrings.
2131
2132 2010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
2133
2134 * image-mode.el (image-display-size): New function.
2135 (image-forward-hscroll, image-next-line, image-eol, image-eob)
2136 (image-mode-fit-frame): Use it (Bug#6639).
2137
2138 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
2139
2140 * dired.el (dired-buffers-for-dir): Handle list values of
2141 dired-directory (Bug#6636).
2142
2143 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
2144
2145 * vc.el (vc-coding-system-inherit-eol): New defvar.
2146 (vc-coding-system-for-diff): Use it to decide whether to inherit
2147 from the file the EOL format for reading the diffs of that file.
2148 (Bug#4451)
2149
2150 2010-07-16 Eli Zaretskii <eliz@gnu.org>
2151
2152 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
2153 unibyte, so compressed attachments are not compressed again.
2154
2155 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
2156
2157 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
2158 now that unicode is used (Bug#6594).
2159
2160 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
2161
2162 * simple.el (push-mark-command): Set the selection if
2163 select-active-regions is non-nil.
2164
2165 2010-07-10 Glenn Morris <rgm@gnu.org>
2166
2167 * calendar/calendar.el (calendar-week-end-day): New function.
2168 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
2169 Respect calendar-week-start-day. (Bug#6606)
2170 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
2171 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
2172 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
2173 respect calendar-week-start-day.
2174
2175 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
2176
2177 * simple.el (use-region-p): Doc fix (Bug#6607).
2178
2179 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
2180
2181 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
2182 builtins (BufferError, BytesWarning, WindowsError; callables
2183 bin, bytearray, bytes, format, memoryview, next, print; __package__).
2184
2185 2010-07-07 Glenn Morris <rgm@gnu.org>
2186
2187 * play/zone.el (zone-fall-through-ws): Fix next-line ->
2188 forward-line fallout.
2189
2190 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
2191
2192 * mouse.el (mouse-appearance-menu): Add docstring.
2193
2194 * help.el (describe-key): Print up-event using key-description.
2195
2196 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
2197
2198 * net/zeroconf.el (zeroconf-resolve-service)
2199 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
2200 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
2201
2202 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
2203
2204 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
2205
2206 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
2207
2208 Avoid displaying files with a nil state in vc-dir.
2209 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
2210 cases that cause insertion.
2211 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
2212 with a nil state.
2213
2214 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
2215
2216 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
2217
2218 2010-06-29 Leo <sdl.web@gmail.com>
2219
2220 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
2221
2222 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
2223
2224 * generic-x.el (bat-generic-mode): Fix regexp for command line
2225 switches (Bug#5719).
2226
2227 2010-06-27 Masatake YAMATO <yamato@redhat.com>
2228
2229 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
2230 of nconc to avoid pure storage error (Bug#6239).
2231
2232 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
2233
2234 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
2235 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
2236 bindings of bookmark-automatically-show-annotations (Bug#6515).
2237
2238 2010-06-25 Eli Zaretskii <eliz@gnu.org>
2239
2240 * arc-mode.el (archive-zip-extract): Don't quote the file name on
2241 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
2242
2243 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
2244
2245 * comint.el (make-comint, make-comint-in-buffer): Mention return
2246 value in the docstrings. (Bug#6498)
2247
2248 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
2249
2250 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
2251 since it is not present when using some non-default switches.
2252
2253 2010-06-23 Karl Fogel <kfogel@red-bean.com>
2254
2255 * simple.el (compose-mail): Fix doc string to refer to
2256 `compose-mail-user-agent-warnings', instead of to the
2257 nonexistent `compose-mail-check-user-agent'.
2258
2259 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2260
2261 Fix vc-annotate for renamed files when using Git.
2262 * vc-git.el (vc-git-find-revision): Deal with empty results from
2263 ls-files. Doe not pass the object as a file name to cat-file, it
2264 is not a file name.
2265 (vc-git-annotate-command): Pass the file name using -- to avoid
2266 ambiguity with the revision.
2267 (vc-git-previous-revision): Pass a relative file name.
2268
2269 2010-06-22 Glenn Morris <rgm@gnu.org>
2270
2271 * progmodes/js.el (js-mode-map): Use standard capitalization and
2272 ellipses for menu entries.
2273
2274 * wid-edit.el (widget-complete): Doc fix.
2275
2276 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
2277
2278 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
2279
2280 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2281
2282 Fix annotating other revisions for renamed files in vc-annotate.
2283 * vc-annotate.el (vc-annotate): Add an optional argument for the
2284 VC backend. Use it when non-nil.
2285 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate
2286 (Bug#6487).
2287
2288 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
2289 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2290 Do not pass the file name to the 'previous-revision call when we
2291 don't want a file diff. (Bug#6489)
2292
2293 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2294
2295 Fix finding revisions for renamed files in vc-annotate.
2296 * vc.el (vc-find-revision): Add an optional argument for
2297 the VC backend. Use it when non-nil.
2298 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
2299 backend to vc-find-revision. (Bug#6487)
2300
2301 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2302
2303 Fix reading file names in Git annotate buffers.
2304 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2305 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
2306
2307 2010-06-20 Alan Mackenzie <acm@muc.de>
2308
2309 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
2310 in file local variables, set it first.
2311
2312 2010-06-19 Glenn Morris <rgm@gnu.org>
2313
2314 * descr-text.el (describe-char-unicode-data): Insert separating
2315 space when needed. (Bug#6422)
2316
2317 * progmodes/idlwave.el (idlwave-action-and-binding):
2318 Fix typo in 2009-12-03 change. (Bug#6450)
2319
2320 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
2321
2322 * subr.el (read-quoted-char): Fix up last change (bug#6290).
2323
2324 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
2325
2326 * font-lock.el (font-lock-major-mode): Rename from
2327 font-lock-mode-major-mode to distinguish it from
2328 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
2329 (font-lock-set-defaults):
2330 * font-core.el (font-lock-default-function): Adjust users.
2331 (font-lock-mode): Don't set it at all.
2332
2333 2010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2334
2335 * vc-annotate.el (vc-annotate): Use vc-read-revision.
2336
2337 2010-06-15 Glenn Morris <rgm@gnu.org>
2338
2339 * calendar/appt.el (appt-time-msg-list): Doc fix.
2340 (appt-check): Let-bind appt-warn-time.
2341 (appt-add): Make the 3rd argument optional.
2342 Simplify argument names. Doc fix. Check for integer WARNTIME.
2343 Only add WARNTIME to the output list if non-nil.
2344
2345 2010-06-15 Ivan Kanis <apple@kanis.eu>
2346
2347 * calendar/appt.el (appt-check): Let the 3rd element of
2348 appt-time-msg-list specify the warning time.
2349 (appt-add): Add new argument with the warning time. (Bug#5176)
2350
2351 2010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2352
2353 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
2354 older than version 1.6. (Bug#6361)
2355
2356 2010-06-12 Helmut Eller <eller.helmut@gmail.com>
2357
2358 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
2359 used by cl-do-arglist. (Bug#6408)
2360
2361 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2362
2363 * emacs-lisp/advice.el (ad-compile-function):
2364 Define warning-suppress-types before we let-bind it (bug#6275).
2365
2366 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
2367 declare it, make it buffer-local and permanent-local (bug#6324).
2368 (vc-resynch-window): Adjust name.
2369 * vc-hooks.el (vc-find-file-hook): Adjust name.
2370
2371 2010-06-07 Jonathan Rockway <jon@jrock.us>
2372
2373 * net/rcirc.el: Add support for password authentication.
2374 (rcirc-server-alist): Add :password keyword.
2375 (rcirc): Ask for a password, or get it from the server's alist.
2376 (rcirc-connect): Add password argument. Pass it to server.
2377
2378 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
2379
2380 * net/dbus.el (dbus-register-method): Declare function.
2381 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
2382 (dbus-introspect): Doc fix.
2383 (dbus-event-bus-name, dbus-introspect-get-interface)
2384 (dbus-introspect-get-argument): Reflow docstrings.
2385
2386 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
2387
2388 * term/common-win.el (x-colors): Add "dark green" and "dark
2389 turquoise" (Bug#6332).
2390
2391 2010-06-03 Glenn Morris <rgm@gnu.org>
2392
2393 * desktop.el (desktop-clear-preserve-buffers):
2394 Add "*Warnings*" buffer. (Bug#6336)
2395
2396 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2397
2398 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
2399
2400 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2401
2402 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
2403 `file-directory-p' to the filename part rather than to the whole text.
2404
2405 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2406
2407 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
2408
2409 2010-05-31 Drew Adams <drew.adams@oracle.com>
2410
2411 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
2412
2413 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
2414
2415 * subr.el (momentary-string-display): Just use read-event to read
2416 the exit event (Bug#6238).
2417
2418 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
2419
2420 * ansi-color.el: Delete unused escape sequences (Bug#6085).
2421 (ansi-color-drop-regexp): New constant.
2422 (ansi-color-apply, ansi-color-filter-region)
2423 (ansi-color-apply-on-region): Delete unrecognized control sequences.
2424 (ansi-color-apply): Build string list before calling concat.
2425
2426 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
2427
2428 * progmodes/verilog-mode.el (verilog-type-font-keywords):
2429 Use font-lock-constant-face, not obsolete font-lock-reference-face.
2430
2431 2010-05-27 Masatake YAMATO <yamato@redhat.com>
2432
2433 * htmlfontify.el (hfy-face-resolve-face): New function.
2434 (hfy-face-to-style): Use it (Bug#6279).
2435
2436 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2437
2438 * epa.el (epa--select-keys): Don't explicitly delete the window since
2439 that can fail (e.g. sole window in frame). Use dedication instead.
2440
2441 2010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
2442
2443 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2444
2445 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2446
2447 * subr.el (read-quoted-char): Resolve modifiers after key
2448 remapping (bug#6212).
2449
2450 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2451
2452 * tmm.el (tmm-prompt): Don't try to precompute bindings.
2453 (tmm-get-keymap): Compute shortcuts (bug#6171).
2454
2455 2010-05-10 Glenn Morris <rgm@gnu.org>
2456
2457 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2458 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
2459
2460 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2461
2462 * Version 23.2 released.
2463
2464 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
2465
2466 * international/mule.el (auto-coding-alist): Only purecopy
2467 car of each item, not the whole list (Bug#6083).
2468
2469 2010-05-02 Chong Yidong <cyd@stupidchicken.com>
2470
2471 * progmodes/js.el (js-mode): Make paragraph variables local before
2472 calling c-setup-paragraph-variables (Bug#6071).
2473
2474 2010-05-01 Eli Zaretskii <eliz@gnu.org>
2475
2476 * composite.el (compose-region, reference-point-alist): Fix typos
2477 in the doc strings.
2478
2479 2010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2480
2481 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2482 gnuplot's "set" command.
2483
2484 2010-04-26 Juanma Barranquero <lekktu@gmail.com>
2485
2486 * abbrev.el (last-abbrev-text): Doc fix.
2487 (abbrev-prefix-mark): Don't escape parenthesis.
2488
2489 2010-04-24 Andreas Schwab <schwab@linux-m68k.org>
2490
2491 * composite.el (find-composition): Doc fix.
2492
2493 2010-04-24 Juanma Barranquero <lekktu@gmail.com>
2494
2495 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2496 (sql-oracle-program, sql-sqlite-options)
2497 (sql-query-placeholders-and-send): Doc fixes.
2498 (sql-set-product, sql-interactive-mode): Reflow docstrings.
2499 (sql-imenu-generic-expression, sql-buffer)
2500 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2501 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2502 (sql-mode-sybase-font-lock-keywords)
2503 (sql-mode-informix-font-lock-keywords)
2504 (sql-mode-interbase-font-lock-keywords)
2505 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2506 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2507 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2508 (sql-product-feature, sql-highlight-product)
2509 (comint-line-beginning-position, sql-rename-buffer)
2510 (sql-toggle-pop-to-buffer-after-send-region)
2511 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2512 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2513 Fix typos in docstrings.
2514
2515 2010-04-23 Juri Linkov <juri@jurta.org>
2516
2517 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2518 property instead of `invisible' and `after-string' (bug#5998).
2519
2520 2010-04-23 Juri Linkov <juri@jurta.org>
2521
2522 * image-mode.el (image-mode-as-text): Fix typo in docstring.
2523
2524 2010-04-23 Juanma Barranquero <lekktu@gmail.com>
2525
2526 * filecache.el (file-cache-add-directory-list)
2527 (file-cache-add-directory-recursively): Fix typos in docstrings.
2528
2529 2010-04-22 Kenichi Handa <handa@m17n.org>
2530
2531 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2532 (gujarati-composable-pattern): Fix typo.
2533
2534 2010-04-20 Kenichi Handa <handa@m17n.org>
2535
2536 * language/indian.el (oriya-composable-pattern)
2537 (tamil-composable-pattern, malayalam-composable-pattern):
2538 Add two-part vowels to "v" (vowel sign).
2539
2540 2010-04-20 Chong Yidong <cyd@stupidchicken.com>
2541
2542 * files.el (copy-directory): Handle symlinks (Bug#5982).
2543
2544 * progmodes/compile.el (compilation-next-error-function):
2545 Revert 2009-10-12 change (Bug#5983).
2546
2547 2010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2548
2549 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2550 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
2551 (Bug#5846).
2552
2553 2010-04-20 Glenn Morris <rgm@gnu.org>
2554
2555 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2556
2557 * minibuffer.el (completion-at-point): Doc fix.
2558
2559 2010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
2560
2561 Fix the version number for added files.
2562 * vc-hg.el (vc-hg-working-revision): Check if the file is
2563 registered after hg parent fails (Bug#5961).
2564
2565 2010-04-17 Glenn Morris <rgm@gnu.org>
2566
2567 * htmlfontify.el (htmlfontify-buffer)
2568 (htmlfontify-copy-and-link-dir): Autoload entry points.
2569
2570 2010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
2571
2572 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2573 name relative to the project root (Bug#5960).
2574
2575 2010-04-16 Glenn Morris <rgm@gnu.org>
2576
2577 * vc-git.el (vc-git-print-log): Doc fix.
2578
2579 2010-04-14 Óscar Fuentes <ofv@wanadoo.es>
2580
2581 * ido.el (ido-file-internal): Fix 2009-12-02 change.
2582
2583 2010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
2584
2585 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2586 default settings (Bug#5928).
2587
2588 2010-04-10 Glenn Morris <rgm@gnu.org>
2589
2590 * progmodes/fortran.el (fortran-match-and-skip-declaration):
2591 New function.
2592 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
2593
2594 2010-04-07 Kenichi Handa <handa@m17n.org>
2595
2596 * language/indian.el (malayalam-composable-pattern): Fix previous
2597 change (add U+0D4D "SIGN VIRAMA").
2598 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2599 (tamil-composable-pattern): Fix typo in the regexp.
2600 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2601 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2602 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2603
2604 2010-04-06 Chong Yidong <cyd@stupidchicken.com>
2605
2606 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2607 paragraph-separate (Bug#5821).
2608
2609 2010-04-05 Juri Linkov <juri@jurta.org>
2610
2611 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2612
2613 * info.el (Info-find-node-2): Comment out code that skips
2614 breadcrumbs line.
2615 (Info-mouse-follow-link): New command.
2616 (Info-link-keymap): New keymap.
2617 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2618 Return a string with links instead of inserting breadcrumbs
2619 to the Info buffer.
2620 (Info-fontify-node): Comment out code that inserts breadcrumbs.
2621 Instead of putting the `invisible' text property over the Info
2622 header, make an overlay over the Info header with the `invisible'
2623 property and `after-string' set to the string returned by
2624 `Info-breadcrumbs'.
2625
2626 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
2627
2628 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2629 Reported by monkey@sandpframing.com.
2630
2631 2010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
2632
2633 * textmodes/artist.el (artist-mode): Fix typo in docstring.
2634 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
2635
2636 2010-03-30 Kenichi Handa <handa@m17n.org>
2637
2638 * language/sinhala.el (composition-function-table): Fix regexp for
2639 the new Unicode specification.
2640
2641 * language/indian.el (devanagari-composable-pattern)
2642 (tamil-composable-pattern, kannada-composable-pattern)
2643 (malayalam-composable-pattern): Adjust for the new Unicode
2644 specification.
2645 (bengali-composable-pattern, gurmukhi-composable-pattern)
2646 (gujarati-composable-pattern, oriya-composable-pattern)
2647 (telugu-composable-pattern): New variables to cope with the new
2648 Unicode specification. Use them in composition-function-table.
2649
2650 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2651
2652 Make tmm-menubar work for the Buffers menu again (bug#5726).
2653 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2654 vectors rather than cons cells, as used in menu-bar-update-buffers.
2655
2656 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
2657
2658 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2659 (js-insert-and-indent): Revert 2009-08-15 change, restoring
2660 electric punctuation for "{}();,:" (Bug#5586).
2661
2662 * mail/sendmail.el (mail-default-directory): Doc fix.
2663
2664 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
2665
2666 * mail/sendmail.el (mail-default-directory): Doc fix.
2667
2668 2010-03-27 Eli Zaretskii <eliz@gnu.org>
2669
2670 * subr.el (version-regexp-alist, version-to-list)
2671 (version-list-<, version-list-=, version-list-<=)
2672 (version-list-not-zero, version<, version<=, version=): Doc fix.
2673 (Bug#5744).
2674
2675 2010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2676 Nick Roberts <nickrob@snap.net.nz>
2677
2678 * progmodes/gdb-ui.el (gdb-apple-test): New function.
2679 (gdb-init-1): Use it.
2680
2681 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2682
2683 * vc.el (vc-root-diff): Doc fix.
2684
2685 2010-03-25 Chong Yidong <cyd@stupidchicken.com>
2686
2687 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2688
2689 * simple.el (append-to-buffer): Fix last change.
2690
2691 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
2692
2693 * simple.el (append-to-buffer): Ensure that point is preserved if
2694 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
2695 (Bug#5749)
2696
2697 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2698
2699 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2700 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2701 not be present any more.
2702
2703 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2704
2705 * faces.el (set-face-attribute): Fix typo in docstring.
2706 (face-valid-attribute-values): Reflow docstring.
2707
2708 2010-03-23 Glenn Morris <rgm@gnu.org>
2709
2710 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2711
2712 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
2713
2714 * indent.el (indent-for-tab-command): Doc fix.
2715
2716 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
2717
2718 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2719 (image-dired-read-comment): Doc fix.
2720
2721 * json.el (json-object-type, json-array-type, json-key-type)
2722 (json-false, json-null, json-read-number):
2723 * minibuffer.el (completion-in-region-functions):
2724 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2725 (cal-tex-cursor-week):
2726 * emacs-lisp/trace.el (trace-function):
2727 * eshell/em-basic.el (eshell/printnl):
2728 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2729 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2730 * obsolete/levents.el (allocate-event, event-key, event-object)
2731 (event-point, event-process, event-timestamp, event-to-character)
2732 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2733 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2734 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2735 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2736 (reftex-highlight-selection): Fix typos in docstrings.
2737
2738 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
2739
2740 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2741
2742 2010-03-18 Glenn Morris <rgm@gnu.org>
2743
2744 * mail/rmail.el (rmail-highlight-face): Restore option deleted
2745 2008-02-13 without comment; mark it obsolete.
2746 (rmail-highlight-headers): Use rmail-highlight-face once more.
2747
2748 2010-03-16 Chong Yidong <cyd@stupidchicken.com>
2749
2750 * woman.el (woman2-process-escapes): Only consume the newline if
2751 the filler character is on a line by itself (Bug#5729).
2752
2753 2010-03-16 Kenichi Handa <handa@m17n.org>
2754
2755 * language/indian.el (devanagari-composable-pattern): Add more
2756 consonants.
2757
2758 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
2759
2760 * net/trampver.el: Update release number.
2761
2762 2010-03-13 Glenn Morris <rgm@gnu.org>
2763
2764 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2765
2766 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
2767
2768 * net/tramp.el (tramp-find-executable):
2769 Use `tramp-get-connection-buffer'. Make the regexp for checking
2770 output of "wc -l" more robust.
2771 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2772 (tramp-open-connection-setup-interactive-shell): Remove workaround
2773 for OpenSolaris bug, it is not needed anymore.
2774
2775 2010-03-12 Glenn Morris <rgm@gnu.org>
2776
2777 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
2778
2779 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
2780
2781 * files.el (auto-mode-alist): Accept more verilog file patterns.
2782
2783 2010-03-09 Miles Bader <miles@gnu.org>
2784
2785 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2786 instead of "format:"; this ensures that the output is
2787 newline-terminated.
2788
2789 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
2790
2791 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2792 that all errors are caught, and that the return value is always a
2793 list (Bug#5692).
2794
2795 2010-03-08 Kenichi Handa <handa@m17n.org>
2796
2797 * language/misc-lang.el (windows-1256): New coding system.
2798 (cp1256): New alias of windows-1256 (bug#5690).
2799
2800 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
2801
2802 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2803 call to rfc822-bad-address. (Bug#5692)
2804
2805 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
2806
2807 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2808 Use vc-git-root as default directory for revision path (Bug#5657).
2809
2810 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
2811
2812 * calculator.el (calculator): Don't bind split-window-keep-point
2813 (Bug#5674).
2814
2815 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2816
2817 * vc-git.el: Re-flow to fit into 80 columns.
2818 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2819 Remove spurious `quote' element in each case alternative.
2820 (vc-git-show-log-entry): Use prog1.
2821 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2822
2823 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2824
2825 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2826
2827 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
2828
2829 * macros.el (insert-kbd-macro): Look up keyboard macro using the
2830 definition, not the name (Bug#5481).
2831
2832 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
2833
2834 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2835 argument with a local variable. (Bug#5670)
2836
2837 2010-03-02 Juri Linkov <juri@jurta.org>
2838
2839 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
2840
2841 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
2842
2843 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2844 error when FILENAME and NEWNAME are existing remote directories.
2845
2846 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2847 parameter DIR-FLAG.
2848
2849 2010-03-02 Glenn Morris <rgm@gnu.org>
2850
2851 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2852 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2853
2854 2010-03-01 Kenichi Handa <handa@m17n.org>
2855
2856 * language/burmese.el (burmese-composable-pattern): Rename from
2857 myanmar-composable-pattern.
2858
2859 * international/characters.el (script-list):
2860 * international/fontset.el (script-representative-chars):
2861 Change myanmar to burmese.
2862 (otf-script-alist): Likewise.
2863 (setup-default-fontset): Likewise. Re-fix :otf spec.
2864
2865 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2866
2867 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2868
2869 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
2870
2871 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2872
2873 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2874
2875 * net/tramp.el (tramp-handle-write-region): START can be a string.
2876 Take care in the checks. Reported by Dan Davison
2877 <davison@stats.ox.ac.uk>.
2878
2879 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2880
2881 * net/dbus.el (dbus-introspect, dbus-get-property)
2882 (dbus-set-property, dbus-get-all-properties):
2883 Use `dbus-call-method' when noninteractive. (Bug#5645)
2884
2885 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
2886
2887 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2888 * emacs-lisp/elint.el (elint-add-required-env):
2889 * calendar/icalendar.el (icalendar--add-diary-entry):
2890 * calc/calcalg2.el (math-tracing-integral):
2891 * files.el (recover-session-finish): Use with-current-buffer
2892 instead of save-excursion.
2893
2894 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
2895
2896 Fix in-buffer completion when after-change-functions modify the buffer.
2897 * minibuffer.el (completion--replace): New function.
2898 (completion--do-completion): Use it and use relative movement.
2899
2900 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
2901
2902 * international/fontset.el (setup-default-fontset): Fix :otf spec.
2903
2904 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
2905
2906 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2907 Allow the characters _<> in the stack entry (Bug#5653).
2908
2909 2010-02-26 Kenichi Handa <handa@m17n.org>
2910
2911 * language/burmese.el: Fix entries in composition-function-table.
2912 (myanmar-composable-pattern): New variable.
2913
2914 * international/fontset.el (setup-default-fontset): Add an entry
2915 for myanmar.
2916
2917 * international/characters.el (script-list): Add Myanmar
2918 Extended-A.
2919
2920 2010-02-26 Glenn Morris <rgm@gnu.org>
2921
2922 * custom.el (custom-initialize-delay): Doc fix.
2923
2924 * mail/sendmail.el (send-mail-function): Autoload the call
2925 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2926
2927 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
2928
2929 * files.el (hack-local-variables-filter): For eval forms, also
2930 check safe-local-variable-p (Bug#5636).
2931
2932 2010-02-24 Eduard Wiebe <usenet@pusto.de>
2933
2934 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2935 and use c(ad)r of cddr (Bug#5640).
2936
2937 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
2938
2939 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2940 setting the modes by `ignore-errors'. It might fail, for example
2941 if the file is not owned by the user but the group.
2942 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2943
2944 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
2945
2946 * files.el (directory-listing-before-filename-regexp):
2947 Use stricter matching for iso-style dates, to avoid false matches with
2948 date-like filenames (Bug#5597).
2949
2950 * htmlfontify.el (htmlfontify): Doc fix.
2951
2952 * eshell/eshell.el (eshell): Doc fix.
2953
2954 * startup.el (fancy-about-screen): In mode-line, apply
2955 mode-line-buffer-id face only to the buffer name (Bug#5613).
2956
2957 2010-02-20 Kevin Ryde <user42@zip.com.au>
2958
2959 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2960 In `watcom' anchor regexp to start of line, to avoid slowness
2961 (Bug#5599).
2962
2963 2010-02-20 Eli Zaretskii <eliz@gnu.org>
2964
2965 * subr.el (remove-yank-excluded-properties): Explain in a comment
2966 why `category' property is removed.
2967
2968 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
2969
2970 * isearch.el (isearch-update-post-hook, isearch-update):
2971 Revert 2010-02-17 change.
2972
2973 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
2974
2975 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2976 (icalendar--convert-weekly-to-ical)
2977 (icalendar--convert-yearly-to-ical)
2978 (icalendar--convert-block-to-ical)
2979 (icalendar--convert-cyclic-to-ical)
2980 (icalendar--convert-anniversary-to-ical): Take care of time
2981 specifications where hour has 1-digit only (Bug#5549).
2982
2983 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
2984
2985 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2986 of disassemble output in GDB 7.1.
2987
2988 2010-02-19 Glenn Morris <rgm@gnu.org>
2989
2990 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2991 property. (Bug#5593)
2992
2993 2010-02-18 Sam Steingold <sds@gnu.org>
2994
2995 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2996
2997 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2998
2999 Use abbreviated file names in bookmarks (bug#5591).
3000 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
3001 calls to expand-file-name.
3002 (bookmark-relocate): Use abbreviated file names in bookmarks.
3003 (bookmark-load): Use abbreviated file names in messages.
3004
3005 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
3006
3007 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
3008 expand "." and "..". Reported by Thierry Volpiatto
3009 <thierry.volpiatto@gmail.com>.
3010
3011 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
3012
3013 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
3014 permissions of the temporary file to "0600". In case the remote
3015 file has no read permissions for the owner, there might be
3016 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
3017
3018 22010-02-18 Glenn Morris <rgm@gnu.org>
3019
3020 * emacs-lisp/authors.el (authors-renamed-files-alist):
3021 Add entries for INSTALL.CVS.
3022
3023 2010-02-17 Mark A. Hershberger <mah@everybody.org>
3024
3025 * vc-bzr.el: Fix typo in Known Bugs section.
3026
3027 * isearch.el (isearch-update-post-hook): New hook.
3028 (isearch-update): Use the new hook.
3029
3030 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
3031
3032 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3033 Fix errors in copying directories.
3034 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
3035 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
3036 (tramp-handle-delete-file)
3037 (tramp-handle-dired-recursive-delete-directory)
3038 (tramp-handle-write-region): Flush also the cache for the upper
3039 directory.
3040
3041 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
3042
3043 * simple.el (save-interprogram-paste-before-kill): Doc fix.
3044
3045 * cus-edit.el (hardware): Doc fix.
3046
3047 * man.el (man): Add to external custom group.
3048
3049 * delim-col.el (columns): Move to wp custom group.
3050
3051 * doc-view.el (doc-view): Add to data custom group.
3052
3053 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
3054
3055 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
3056 by ispell-parse-output (Bug#5575).
3057
3058 2010-02-16 Kenichi Handa <handa@m17n.org>
3059
3060 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
3061 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
3062 (skkdic-convert): Use `euc-japan' coding system for writing.
3063
3064 2010-02-16 Glenn Morris <rgm@gnu.org>
3065
3066 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
3067 tex-main-file before using it. (Bug#5562)
3068
3069 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3070
3071 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
3072 warnings, since it is annoying for the user to see them each time he
3073 runs the code.
3074
3075 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
3076
3077 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
3078 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
3079 instead of PROC for caching "first-password-request". Otherwise,
3080 new processes would not profit from passwords already entered.
3081
3082 * net/tramp-cache.el (tramp-dump-connection-properties):
3083 Don't save "first-password-request" property.
3084
3085 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
3086
3087 * outline.el (outline-head-from-level):
3088 * simple.el (with-wrapper-hook):
3089 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
3090 (elint-defun, elint-buffer-env, elint-top-form-logged)
3091 (elint-unbound-variable):
3092 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
3093 Fix typos in docstrings.
3094
3095 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
3096
3097 * files.el (insert-directory): When WILDCARD-REGEXP and
3098 FULL-DIRECTORY-P are nil, insert the file entry instead of the
3099 whole directory. (Bug#5551)
3100
3101 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
3102 dired's alignment sanity. (Bug#5516)
3103
3104 2010-02-14 Juri Linkov <juri@jurta.org>
3105
3106 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
3107 Remove remaining ^H with their preceding chars. (Bug#5566)
3108
3109 2010-02-13 Glenn Morris <rgm@gnu.org>
3110
3111 * simple.el (transpose-subr): Give it a doc-string.
3112
3113 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
3114 Doc fixes.
3115
3116 2010-02-12 Juri Linkov <juri@jurta.org>
3117
3118 * arc-mode.el (archive-unique-fname): Make directories for nested
3119 archives. (Bug#5540)
3120
3121 2010-02-12 Juri Linkov <juri@jurta.org>
3122
3123 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
3124
3125 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3126
3127 * subr.el (copy-overlay): Handle deleted overlays.
3128
3129 * man.el (Man-completion-table): Don't signal an error if we can't run
3130 manual-program (bug#4056).
3131
3132 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
3133
3134 * textmodes/artist.el (artist-mt): Fix typos in docstring.
3135
3136 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3137
3138 * info.el (Info-bookmark-jump): Simplify.
3139
3140 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
3141 (bookmark-default-handler): Accept new bookmark field `buffer'.
3142
3143 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
3144
3145 * iswitchb.el (iswitchb-completions): Revert last change.
3146
3147 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
3148
3149 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
3150 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
3151 This prevents file names like "~/" being listed literally.
3152
3153 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
3154
3155 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3156 Remove dead code. (Bug#5546)
3157
3158 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
3159
3160 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
3161 correctly (Bug#5548).
3162
3163 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
3164
3165 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
3166 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
3167
3168 2010-02-08 Kenichi Handa <handa@m17n.org>
3169
3170 * international/mule-util.el (with-coding-priority): Add autoload
3171 cookie for putting `lisp-indent-function'.
3172
3173 2010-02-07 Glenn Morris <rgm@gnu.org>
3174
3175 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
3176 Move F2003 named interfaces from keywords-2 to keywords-1, and
3177 use function-name-face rather than constant-face.
3178 Simplify "abstract interface" regexp.
3179
3180 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
3181
3182 * eshell/esh-util.el (eshell-file-attributes): New optional arg
3183 ID-FORMAT. Pass it to `file-attributes'.
3184
3185 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
3186
3187 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
3188
3189 * faces.el (set-face-attribute): Allow calling
3190 internal-set-lisp-face-attribute with 'unspecified family and
3191 foundry argument (Bug#5536).
3192
3193 2010-02-07 Glenn Morris <rgm@gnu.org>
3194
3195 * progmodes/f90.el (f90-font-lock-keywords-2)
3196 (f90-looking-at-type-like, f90-looking-at-program-block-end):
3197 Handle F2003 named interfaces.
3198
3199 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
3200
3201 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
3202 beg and end before calling c-get-state-before-change-functions.
3203
3204 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
3205
3206 * vc-bzr.el (vc-bzr-dir-extra-headers):
3207 Disable the pending merges header.
3208
3209 2010-02-05 Juri Linkov <juri@jurta.org>
3210
3211 * doc-view.el (doc-view-mode):
3212 * image-mode.el (image-mode): Put property mode-class=special.
3213 (Bug#4896)
3214
3215 2010-02-05 Mark A. Hershberger <mah@everybody.org>
3216
3217 * vc-svn.el (vc-svn-revision-table): New function.
3218
3219 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
3220
3221 * net/ange-ftp.el (ange-ftp-insert-directory):
3222 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3223 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3224 Handle also directories. (Bug#5478)
3225
3226 2010-02-05 Glenn Morris <rgm@gnu.org>
3227
3228 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
3229
3230 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
3231
3232 * startup.el (command-line-1): Convert options beginning with a
3233 single dash as well (Bug#5519).
3234
3235 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
3236
3237 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
3238 * minibuffer.el (completion-initials-expand): Only check the presence
3239 of delims *within* the boundaries, since otherwise the / delim is
3240 always found for files.
3241
3242 Fix up various corner case problems.
3243 * doc-view.el (doc-view-last-page-number): New function.
3244 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3245 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3246 (doc-view-kill-proc): Avoid inf-loop in freak cases.
3247 (doc-view-reconvert-doc): Use the new recursive delete-directory.
3248 (doc-view-convert-current-doc): Don't create the resolution.el file
3249 here any more.
3250 (doc-view-pdf/ps->png): Do it here instead.
3251 (doc-view-already-converted-p): Check that resolution.el is present.
3252 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3253 windows that are not yet showing images.
3254
3255 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
3256
3257 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3258 `dired-uncache' for every elemnt which is an absolute file name.
3259
3260 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3261 directory, handle its directory component.
3262 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3263 function is called permanently and creates noise, otherwise.
3264
3265 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3266 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3267 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
3268
3269 2010-02-04 David Burger <dburger@google.com> (tiny change)
3270
3271 * macros.el (apply-macro-to-region-lines):
3272 Minor simplification. (Bug#5485)
3273
3274 2010-02-04 Glenn Morris <rgm@gnu.org>
3275
3276 * mail/rmail.el (rmail-show-message-1): Handle malformed
3277 quoted-printable text. (Bug#5441)
3278
3279 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3280
3281 * simple.el (visual-line-mode): Capitalize lighter.
3282
3283 2010-02-03 John Wiegley <jwiegley@gmail.com>
3284
3285 * iswitchb.el (iswitchb-completions): Add bookmark files to the
3286 list of files considered for "virtual buffer" completions.
3287
3288 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
3289
3290 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3291 also in case of (and (not full) (not wildcard)). This is needed,
3292 when dired is called with a list of files, which are not in
3293 `default-directory'. (Bug#5478)
3294
3295 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
3296
3297 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3298
3299 2010-02-02 Juri Linkov <juri@jurta.org>
3300
3301 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3302 from unidiff to allow function-line after @@.
3303
3304 2010-02-02 Juri Linkov <juri@jurta.org>
3305
3306 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3307 '(RCS SCCS) with inverted condition.
3308
3309 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
3310
3311 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3312 messages.
3313
3314 2010-02-01 Juri Linkov <juri@jurta.org>
3315
3316 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3317 compare with "pkunzip" and "pkzip" instead of only "pkzip".
3318 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3319 only when (car archive-zip-extract) is "unzip". (Bug#5475)
3320
3321 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3322
3323 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3324 (doc-view-revert-buffer): New command.
3325 (doc-view-mode-map): Use it.
3326
3327 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
3328
3329 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3330 pending merge is detected.
3331
3332 2010-01-31 Juri Linkov <juri@jurta.org>
3333
3334 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3335 beginning of interactive spec like all other grep commands do.
3336 Put "all" in front of "gz". (Bug#5260)
3337
3338 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3339
3340 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3341
3342 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
3343
3344 * dirtrack.el (dirtrack): Warn instead of signalling error if the
3345 regexp is incorrect (Bug#5476).
3346
3347 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
3348
3349 * net/tramp.el (tramp-handle-insert-directory): Handle also
3350 symlinks, when FILENAME is not in `default-directory'.
3351
3352 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3353
3354 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
3355 FILE is not in `default-directory'. (Bug#5478)
3356
3357 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3358 of SWITCHES. Handle the case, FILENAME is not in
3359 `default-directory'. (Bug#5478)
3360 (tramp-register-file-name-handlers): Add safe-magic property.
3361
3362 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
3363
3364 * arc-mode.el (archive-zip-extract): Quote the argument passed to
3365 unzip (Bug#5475).
3366
3367 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
3368
3369 * progmodes/flymake.el (flymake-allowed-file-name-masks)
3370 (flymake-master-make-header-init): Add other C++ filename masks.
3371 (flymake-find-possible-master-files)
3372 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3373
3374 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3375
3376 Fix some busybox annoyances.
3377
3378 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3379 not responding." string.
3380 (tramp-open-connection-setup-interactive-shell): Dump stty
3381 settings. Enable "neveropen" arg for all `tramp-send-command'
3382 calls. Handle "=" in variable values properly.
3383 (tramp-find-inline-encoding): Raise an error, when no encoding is
3384 found.
3385 (tramp-wait-for-output): Check, whether PROC buffer is available.
3386 Remove spurious " ^H" sequences, sent by busybox.
3387 (tramp-get-ls-command): Suppress coloring, if possible.
3388
3389 2010-01-28 Glenn Morris <rgm@gnu.org>
3390
3391 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
3392
3393 * log-edit.el (log-edit-strip-single-file-name): Add missing
3394 :safe, :group, and :version tags.
3395
3396 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
3397
3398 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3399 buffers. (Bug#5477)
3400
3401 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
3402
3403 * files.el (delete-directory): Handle moving to trash without
3404 first doing recursion (Bug#5436).
3405
3406 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
3407
3408 * vc-hooks.el (vc-path): Mark as obsolete.
3409
3410 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
3411
3412 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3413 names too.
3414
3415 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3416 for the short log.
3417 (vc-bzr-log-view-mode): Adjust regexp for the above change.
3418
3419 2010-01-25 Mark A. Hershberger <mah@everybody.org>
3420
3421 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
3422
3423 * vc-bzr.el (vc-bzr-revision-table): New function.
3424
3425 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
3426
3427 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3428 diff-index command. This requires at least git-1.5.5. (Bug#1589).
3429
3430 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
3431
3432 Remove support for adding --signoff on commit.
3433 Future support will use an incompatible generic mechanism.
3434 * vc-git.el (vc-git-add-signoff): Remove variable.
3435 (vc-git-toggle-signoff): Remove function.
3436 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3437
3438 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3439 Rename from xterm-set-background-mode. Return t if the background mode
3440 was set.
3441 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3442 earlier, call it again in case the background mode has changed.
3443
3444 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
3445
3446 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3447 (Bug#3541).
3448
3449 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
3450
3451 * emacs-lisp/assoc.el (aelement): Doc fix.
3452 (aput, adelete, amake): Use lexical-let (Bug#5450).
3453
3454 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
3455
3456 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3457 is the same as subprogram call, not declaration. (Bug#5435).
3458
3459 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
3460
3461 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3462 (tramp-smb-maybe-open-connection): Use it.
3463
3464 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
3465
3466 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
3467
3468 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3469
3470 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3471 just because we see "encoding: 8bit".
3472 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3473
3474 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
3475
3476 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3477
3478 2010-01-22 Eli Zaretskii <eliz@gnu.org>
3479
3480 * jka-compr.el (jka-compr-load): If load-file is not in
3481 load-history, try its file-truename version. (bug#5447)
3482
3483 2010-01-21 Alan Mackenzie <acm@muc.de>
3484
3485 Fix a situation where deletion of a cpp construct throws an error.
3486 * progmodes/cc-engine.el (c-invalidate-state-cache):
3487 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3488 special cpp construct is still in the buffer.
3489 (c-parse-state): Record the special cpp with markers, not numbers.
3490
3491 2010-01-21 Kenichi Handa <handa@m17n.org>
3492
3493 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3494 process last-command-event, as it is now decoded first (Bug#5380).
3495
3496 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
3497
3498 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3499
3500 2010-01-20 Glenn Morris <rgm@gnu.org>
3501
3502 * indent.el (tab-always-indent): Fix custom-type.
3503
3504 2010-01-19 Alan Mackenzie <acm@muc.de>
3505
3506 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3507 buffer throws "args out of range".
3508 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3509 playing the role of delimiter.
3510
3511 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
3512
3513 * progmodes/ada-mode.el: Fix bug#5400.
3514 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3515 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3516 changed. Delete RECURSIVE parameter; never used. Improve doc string.
3517 Improve comments in "is" portion. Handle null procedure declaration.
3518 (ada-move-to-end): Improve doc string.
3519
3520 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
3521
3522 * ido.el (ido-cur-list): Initialize to nil.
3523 Remove obsolete information from commentary.
3524 (ido-choice-list): Initialize to nil.
3525 (ido-get-bufname): Reject minibuffers.
3526 (ido-make-buffer-list): If "default" is a nonexistent
3527 buffer, ignore it, as per the function's comment.
3528 (ido-kill-buffer-internal): New function.
3529 (ido-kill-buffer-at-head): Use it.
3530 (ido-visit-buffer): Likewise.
3531
3532 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
3533
3534 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3535
3536 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
3537
3538 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3539 Fix typos in chart titles.
3540
3541 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3542 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3543 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3544 (describe-class, eieio-describe-generic, describe-generic):
3545 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3546 (eieio-speedbar-expand):
3547 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3548 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3549 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3550 (viper-del-backward-char-in-replace, viper-backward-indent)
3551 (viper-brac-function, viper-register-to-point, viper-submit-report):
3552 * net/tramp.el (tramp-remote-coding-commands):
3553 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3554 Fix typos in docstrings.
3555
3556 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3557
3558 * mail/sendmail.el (mail-yank-original): Set the mark if the
3559 specified function for yanking does not do it.
3560
3561 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
3562
3563 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
3564
3565 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3566 resyncing a directory.
3567
3568 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
3569
3570 * progmodes/ada-mode.el: Fix bug#1920.
3571 (ada-ident-re): Delete ., allow multibyte characters.
3572 (ada-goto-label-re): New; matches goto labels.
3573 (ada-block-label-re): New; matches block labels.
3574 (ada-label-re): New; matches both.
3575 (ada-named-block-re): Deleted; callers changed to use
3576 `ada-block-label-re' instead.
3577 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3578 Use `ada-block-label-re'.
3579 (ada-indent-on-previous-lines): Improve handling of goto labels.
3580 (ada-get-indent-block-start): Special-case block label.
3581 (ada-get-indent-label): Split into `ada-indent-block-label' and
3582 `ada-indent-goto-label'.
3583 (ada-goto-stmt-start, ada-goto-next-non-ws):
3584 Optionally ignore goto labels.
3585 (ada-goto-next-word): Simplify.
3586 (ada-indent-newline-indent-conditional): Insert newline before
3587 trying to fix indentation; doc fix.
3588
3589 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
3590
3591 * calc/calc.el (calc-command-flags): Give it an initial value.
3592
3593 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3594
3595 * files.el (minibuffer-with-setup-hook):
3596 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3597 (artist-key-draw-continously, artist-key-do-continously-continously)
3598 (artist-key-set-point-continously, artist-mouse-draw-continously):
3599 Fix typos in docstrings.
3600
3601 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
3602
3603 * nxml/nxml-mode.el (nxml-extend-after-change-region):
3604 Never return t (Bug#3898).
3605
3606 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
3607
3608 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3609 can parse the output of the external commands (Bug#5279).
3610
3611 2010-01-16 Jari Aalto <jari.aalto@cante.net>
3612
3613 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3614
3615 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
3616
3617 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3618
3619 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3620
3621 * startup.el (command-line): Remove unused --icon-type arg.
3622 Handle --display arg, passing it to command-line-1 (Bug#5392).
3623
3624 2010-01-16 Mario Lang <mlang@delysid.org>
3625
3626 * emacs-lisp/chart.el (chart-translate-namezone):
3627 * textmodes/artist.el (artist-compute-popup-menu-table):
3628 Remove duplicated words in doc-strings.
3629
3630 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
3631
3632 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3633 to mairix-search to suppress threading (Bug#5342).
3634
3635 2010-01-15 Kenichi Handa <handa@m17n.org>
3636
3637 * international/mule-cmds.el (canonicalize-coding-system-name):
3638 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3639
3640 2010-01-15 Glenn Morris <rgm@gnu.org>
3641
3642 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
3643
3644 * wid-edit.el (widget-keymap): Doc fix.
3645
3646 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3647 former seems to be more widely accepted by various svn versions.
3648
3649 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3650
3651 * find-cmd.el (find-constituents):
3652 * vc-arch.el (vc-arch-root):
3653 * window.el (window-body-height, pop-up-frames):
3654 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3655 * progmodes/ada-stmt.el (ada-if):
3656 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3657 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3658 (ispell-encoding8-command, ispell-aspell-supports-utf8)
3659 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3660
3661 * progmodes/flymake.el (flymake-post-syntax-check):
3662 Fix typo in error message.
3663
3664 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3665
3666 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3667 which is always a string. (Bug#5313)
3668
3669 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3670
3671 * progmodes/ada-xref.el (ada-default-prj-properties):
3672 Simplify previous change.
3673
3674 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3675
3676 * progmodes/ada-xref.el (ada-default-prj-properties):
3677 Default ada_project_path to $ADA_PROJECT_PATH.
3678
3679 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3680
3681 * progmodes/ada-mode.el (ada-create-keymap):
3682 Override `narrow-to-defun' with `ada-narrow-to-defun'.
3683
3684 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3685
3686 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3687 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3688 (ada-get-current-indent, ada-imenu-generic-expression)
3689 (ada-which-function): Check for it.
3690
3691 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3692
3693 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3694 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3695
3696 2010-01-14 Glenn Morris <rgm@gnu.org>
3697
3698 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
3699
3700 2010-01-14 Kenichi Handa <handa@m17n.org>
3701
3702 * composite.el (auto-composition-mode): Make it a buffer local
3703 variable (permanent-local).
3704 (auto-composition-function): Set the default value to
3705 auto-compose-chars.
3706 (auto-composition-mode): Make it a simple function, not a minor mode.
3707 (global-auto-composition-mode): Likewise.
3708 (turn-on-auto-composition-if-enabled): Delete it.
3709
3710 2010-01-13 Karl Fogel <kfogel@red-bean.com>
3711
3712 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
3713
3714 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
3715
3716 * files.el (copy-directory): Compute target for recursive
3717 directories with identical names. (Bug#5343)
3718
3719 2010-01-12 Glenn Morris <rgm@gnu.org>
3720
3721 * mail/emacsbug.el (report-emacs-bug-pretest-address):
3722 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
3723
3724 2010-01-11 Sam Steingold <sds@gnu.org>
3725
3726 * imenu.el (imenu-default-create-index-function): Detect infinite
3727 loops caused by imenu-prev-index-position-function.
3728
3729 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3730
3731 * htmlfontify.el (htmlfontify-load-rgb-file)
3732 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3733 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3734 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3735 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3736 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3737 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3738 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3739 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3740 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3741 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3742 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3743 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3744 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3745 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3746 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3747 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3748 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3749 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3750 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3751 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3752 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3753 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3754 backslash-quoting from parentheses, etc.
3755
3756 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
3757
3758 * progmodes/js.el: Autoload javascript-mode alias.
3759
3760 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3761
3762 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3763 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3764 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3765 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3766 Fix typos in docstrings.
3767 (ffap-url-regexp): Doc fix.
3768 (ffap-at-mouse): Fix typo in message.
3769
3770 2010-01-11 Glenn Morris <rgm@gnu.org>
3771
3772 * version.el (emacs-copyright): Set copyright year to 2010.
3773
3774 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3775
3776 * format.el (format-annotate-function): Only set
3777 write-region-post-annotation-function after running to-fn so as not to
3778 affect nested write-region calls (bug#5273).
3779
3780 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
3781
3782 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3783 wisent/python.el.
3784
3785 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3786
3787 * man.el (Man-goto-section): Signal error if the section is not
3788 found (Bug#5317).
3789
3790 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
3791
3792 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3793 URLs with a leading triple slash in the file: scheme. (Bug#5345)
3794
3795 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3796
3797 * progmodes/compile.el: Don't treat compile-command as safe if
3798 compilation-read-command might be nil (Bug#4218).
3799
3800 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
3801
3802 * startup.el (command-line-1): Use orig-argi to check for ignored X and
3803 NS options.
3804
3805 2010-01-08 Kenichi Handa <handa@m17n.org>
3806
3807 * international/fontset.el (build-default-fontset-data):
3808 Exclude characters in scripts kana, hangul, han, or cjk-misc.
3809
3810 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
3811
3812 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3813 to `create-file-buffer' as it expects, not just a buffer name.
3814 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3815 to help uniquify. (Bug#3224)
3816
3817 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
3818
3819 * font-setting.el (font-setting-change-default-font): Use user-spec
3820 instead of name.
3821
3822 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3823
3824 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3825
3826 2010-01-05 Tom Tromey <tromey@redhat.com>
3827
3828 * progmodes/python.el (python-font-lock-keywords):
3829 Handle qualified decorators (Bug#881).
3830
3831 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3832
3833 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3834 in a lightweight checkout.
3835
3836 2010-01-05 Kenichi Handa <handa@m17n.org>
3837
3838 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
3839
3840 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3841
3842 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3843
3844 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
3845
3846 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3847 checkouts. (Bug#618)
3848 (vc-bzr-log-view-mode): Also highlight the author.
3849 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3850 (vc-bzr-shelve-menu-map):
3851 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3852 (vc-bzr-shelve-apply): Make prompt more explicit.
3853
3854 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
3855
3856 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3857 They are valid characters in URL paths (rfc3986), and at least
3858 Firefox does not understand the encoded version (Bug#3166).
3859
3860 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
3861
3862 * progmodes/octave-mod.el (octave-end-keywords)
3863 (octave-block-begin-or-end-regexp, octave-block-match-alist):
3864 Add "end" keyword (Bug#3061).
3865 (octave-end-as-array-index-p): New function.
3866 (calculate-octave-indent): Use it.
3867
3868 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3869
3870 * bookmark.el: Consistently put the text property on the bookmark name.
3871 (bookmark-bmenu-marks-width): Bump back to 2, to include
3872 annotation marks.
3873 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3874 property on the bookmark name, instead of not putting it at all.
3875 (bookmark-bmenu-list): Fix where we put the text property.
3876
3877 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3878
3879 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3880 for showing buffer modified state (as added in the previous change).
3881
3882 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3883
3884 * bookmark.el: Show modified state of bookmark buffer more accurately.
3885 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3886 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3887 (with-buffer-modified-unmodified): New macro.
3888 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3889 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
3890 Use new macro to preserve the buffer modified state.
3891
3892 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3893
3894 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3895 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3896 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3897 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3898 (bookmark-bmenu-rename, bookmark-bmenu-locate)
3899 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3900 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3901
3902 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3903
3904 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3905 Make the lines in the generated doc string shorter. (Bug#4668)
3906
3907 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
3908
3909 * net/rcirc.el: Add follow-link binding (Bug#4738).
3910
3911 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3912
3913 * Makefile.in (bzr-update): Rename from cvs-update.
3914 (cvs-update): New target for backward compatibility.
3915
3916 * makefile.w32-in (bzr-update): Rename from cvs-update.
3917 (cvs-update): New target for backward compatibility.
3918
3919 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3920
3921 * bookmark.el: Remove gratuitous gratitude.
3922
3923 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3924
3925 * bookmark.el (bookmark-bmenu-any-marks): New function
3926 (bookmark-bmenu-save): Clear buffer modification if no marks.
3927
3928 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3929
3930 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
3931 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3932 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3933 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3934
3935 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3936 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3937 To: emacs-devel {_AT_} gnu.org
3938 Subject: bookmark.el bug report
3939 Date: Mon, 28 Dec 2009 14:19:16 +0800
3940 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3941
3942 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3943
3944 * bookmark.el: Improvements suggested by Drew Adams:
3945 (bookmark-bmenu-ensure-position): New name for
3946 `bookmark-bmenu-check-position'. Just ensure the position,
3947 don't return any meaningful value.
3948 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3949 New constants.
3950
3951 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
3952
3953 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3954 (bookmark-yank-point, bookmark-bmenu-check-position):
3955 Fix typos in docstrings.
3956 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3957 (bookmark-name-from-full-record, bookmark-get-position)
3958 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3959 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3960 Remove useless quoting of parenthesis, etc. in docstrings.
3961
3962 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3963 (ediff-append-custom-diff): Fix typo in error message.
3964 (ediff-meta-mark-equal-files): Fix typos in messages.
3965
3966 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3967
3968 * net/imap-hash.el (imap-hash-make): Doc fix.
3969 (imap-hash-test): Fix typo in error message; reflow docstring.
3970 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3971 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3972 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3973 Fix typos in docstrings.
3974 (imap-hash-open-connection): Fix typo in error message.
3975
3976 * play/gomoku.el (gomoku): Fix typos in docstring.
3977
3978 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3979 (gdb-jsonify-buffer): Fix typos in docstring.
3980 (gdb-goto-breakpoint): Fix typo in error message.
3981 ("Display Other Windows"): Fix typo in help message.
3982 (gdb-speedbar-expand-node): Fix typo in question.
3983
3984 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3985 (idlwave-html-system-help-location, idlwave-html-help-location)
3986 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3987 (idlwave-help-browser-generic-args, idlwave-help-directory)
3988 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3989 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3990 (idlwave-online-help, idlwave-help-html-link)
3991 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3992 Fix typos in docstrings.
3993 (idlwave-help-with-source, idlwave-help-find-routine-definition):
3994 Reflow docstrings.
3995 (idlwave-help-assistant-start): Fix typo in error message.
3996
3997 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3998 (octave-electric-space): Fix typos in docstrings.
3999
4000 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
4001
4002 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
4003
4004 2010-01-01 Juri Linkov <juri@jurta.org>
4005
4006 * comint.el (comint-input-ring-size): Make it a defcustom and
4007 increase the default to 500 (Bug#5148).
4008
4009 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
4010
4011 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
4012 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
4013 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
4014
4015 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
4016
4017 Show working revision correctly for mercurial.
4018 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
4019 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
4020
4021 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
4022
4023 Declare some functions for the byte-compiler.
4024 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
4025 (speedbar-timer-fn, speedbar-change-expand-button-char)
4026 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
4027
4028 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
4029
4030 This changeset reverts GDB Graphical Interface to use annotations.
4031 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
4032
4033 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
4034
4035 Make vc-dir work on subdirectories of the bzr root.
4036 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
4037 Return file names relative to it.
4038 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
4039 relative directory to vc-bzr-after-dir-status.
4040
4041 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
4042
4043 * font-lock.el (font-lock-refresh-defaults): New function, which
4044 can be used to let font-lock react to external changes in
4045 variables like font-lock-defaults and keywords.
4046 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
4047
4048 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
4049
4050 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
4051
4052 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
4053
4054 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
4055
4056 Supersede color.diff settings in git log (bug#5211).
4057
4058 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
4059 escape chars in its output when the user has color.diff set to `always'.
4060 This fix works on git 1.4.2 and newer (released on 2006-08-13).
4061
4062 2009-12-26 Kevin Ryde <user42@zip.com.au>
4063
4064 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
4065 node. Keep previous "Index" name to work with past coreutils too.
4066
4067 * man.el (man): Revise docstring a bit to show -a and -l as
4068 examples. Add -k description since support for it has otherwise
4069 been a secret. (Further to bug#3717.)
4070 (Man-bgproc-sentinel): When "-k foo" produces no output show error
4071 "no matches" rather than "Can't find manpage", as the latter reads
4072 like -k was interpreted as a page name, which is not so. (Bug#5431)
4073
4074 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
4075
4076 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
4077 switches. Check also for //SUBDIRED// line.
4078
4079 2009-12-25 Kenichi Handa <handa@m17n.org>
4080
4081 * language/indian.el (devanagari-composable-pattern): Fix to
4082 handle ZWNJ and ZWJ. Use it in composition-function-table for
4083 Devanagari.
4084 (malayalam-composable-pattern): Fix previous change.
4085
4086 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4087
4088 * ps-print.el (ps-face-attributes): It was not returning the
4089 attribute face for faces specified as string. Reported by harven
4090 <harven@free.fr>. (Bug#5254)
4091 (ps-print-version): New version 7.3.5.
4092
4093 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
4094
4095 * calendar/icalendar.el (icalendar--convert-tz-offset):
4096 Fix timezone names.
4097 (icalendar--convert-tz-offset): Fix the "last-day-problem".
4098 (icalendar--add-diary-entry): Remove the trailing blank that
4099 diary-make-entry inserts.
4100
4101 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
4102
4103 Make `file-expand-wildcards' work for remote files.
4104
4105 * files.el (file-expand-wildcards): In case of remote files, check
4106 only local file name part for wildcards. Provide feature 'files
4107 and subfeature 'remote-wildcards. (Bug#5198)
4108
4109 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
4110 if there is already an established connection.
4111 (tramp-advice-file-expand-wildcards): Remove it.
4112
4113 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
4114 (tramp-advice-file-expand-wildcards): Move from tramp.el.
4115 Activate advice for older GNU Emacs versions. (Bug#5237)
4116
4117 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
4118
4119 Some doc fixes (more needed).
4120
4121 * find-cmd.el (find-constituents): Reflow docstring.
4122 (find-cmd, find-prune, find-command): Fix typos in docstrings.
4123 (find-generic): Doc fix.
4124
4125 2009-12-17 Juri Linkov <juri@jurta.org>
4126
4127 Fix regression from 23.1 to allow multiple modes in Local Variables.
4128
4129 * files.el (hack-local-variables-filter): While ignoring duplicates,
4130 don't take `mode' into account.
4131 (hack-local-variables-filter, hack-dir-local-variables):
4132 Don't remove duplicate `mode' from local-variables-alist (like `eval').
4133
4134 2009-12-17 Juri Linkov <juri@jurta.org>
4135
4136 Make `dired-diff' more safe. (Bug#5225)
4137
4138 * dired-aux.el (dired-diff): Signal an error when `file' equals to
4139 `current' or when `file' is a directory of the `current' file.
4140
4141 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
4142
4143 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
4144 unconditionally preloaded files.
4145
4146 2009-12-16 Juri Linkov <juri@jurta.org>
4147
4148 Revert to old 23.1 logic of using the file at the mark as default.
4149 * dired-aux.el (dired-diff): Use the file at the mark as default
4150 if it's not the same as the current file, and the target dir is
4151 the current dir or the mark is active. Add the current file
4152 as the arg of `dired-dwim-target-defaults'. Use the default file
4153 in the prompt. (Bug#5225)
4154
4155 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
4156
4157 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
4158 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
4159 (tramp-check-for-regexp): Check also, when an echoing shell stops
4160 to echo sent commands.
4161
4162 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4163
4164 * Makefile.in: Revert last change (Bug#5191).
4165
4166 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
4167
4168 * vc-hg.el (vc-hg-print-log): Fix argument order.
4169 (vc-hg-working-revision): Make sure the command is executed in a
4170 known environment so that we can parse the output. (Bug#4417)
4171
4172 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4173
4174 * progmodes/python.el (python-symbol-completions): Remove text
4175 properties from symbol string before calling python-send-receive.
4176
4177 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
4178
4179 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
4180 when there are values for both file and line. (Bug#5060)
4181
4182 2009-12-14 Juri Linkov <juri@jurta.org>
4183
4184 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
4185 whitespace after the file name of the first line of unified format,
4186 because git-diff doesn't output whitespace and file modification time
4187 after the file name.
4188
4189 2009-12-14 David Kastrup <dak@gnu.org>
4190
4191 * info.el (Info-hide-cookies-node): Before hiding a cookie,
4192 check if it already has the `display' property added by
4193 `Info-display-images-node', and not put the `invisible' property
4194 in this case.
4195
4196 2009-12-13 Glenn Morris <rgm@gnu.org>
4197
4198 * mail/emacsbug.el (message-sort-headers): Define for compiler.
4199 (report-emacs-bug): In message-mode, sort manually before storing
4200 original report text. (Bug#5178)
4201 Remove superfluous save-excursion.
4202
4203 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
4204
4205 * net/dbus.el (dbus-property-handler): Filter lambda forms out
4206 when responding to "GetAll" properties.
4207
4208 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
4209
4210 * simple.el (compose-mail): Remove mail-setup-with-from from
4211 customization checks.
4212
4213 2009-12-12 Eli Zaretskii <eliz@gnu.org>
4214
4215 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
4216 RAR archives created on Unix systems.
4217
4218 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4219
4220 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
4221 the varalias that was accidentally removed by the 2009-11-19 change
4222 (bug#5186).
4223
4224 2009-12-12 Kenichi Handa <handa@m17n.org>
4225
4226 * language/indian.el (indian-compose-regexp): New function.
4227 (malayalam-composable-pattern): Fix the pattern.
4228 (composition-function-table): Set malayalam-composable-pattern for
4229 Malayalam characters.
4230
4231 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
4232
4233 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
4234 rather than down-mouse-1, based on follow-link conventions.
4235
4236 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
4237 are compiled.
4238
4239 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
4240
4241 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
4242 (verilog-vmm-statement-re, verilog-ovm-statement-re)
4243 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
4244 (verilog-leap-to-head, verilog-backward-token):
4245 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
4246
4247 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
4248
4249 * progmodes/verilog-mode.el (verilog-auto-lineup)
4250 (verilog-nameable-item-re): Cleanup user-visible spelling and
4251 documentation errors. One reported by Gary Delp.
4252 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
4253 (verilog-read-decls): Fix AUTOWIRE with types declared in a
4254 package, bug195. Reported by Pierre-David Pfister.
4255
4256 2009-12-11 Glenn Morris <rgm@gnu.org>
4257
4258 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4259
4260 * mail/emacsbug.el: No longer require sendmail.
4261 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
4262 (report-emacs-bug-orig-text): Doc fix.
4263 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4264 New local variables, to adapt to different mail-user-agents.
4265 (report-emacs-bug): Fix test for a gnu.org address.
4266 Use overlays for emphasis, since font-lock defeats 'face property.
4267 Pretest bugs also end up at the newsgroup these days.
4268 Stop message-mode stripping text properties.
4269 Set and use the new buffer-local variables.
4270 (report-emacs-bug-hook): Add doc-string.
4271 Remove some unnecessary save-excursions and simplify.
4272 Use the appropriate hook and send-command.
4273
4274 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
4275 capitalization of some menu entries.
4276
4277 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4278
4279 * whitespace.el (whitespace-display-char-on):
4280 Ensure `buffer-display-table' is unique when two or more windows are
4281 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
4282 New version 12.1.
4283
4284 2009-12-10 Eli Zaretskii <eliz@gnu.org>
4285
4286 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4287 characters in the Attribute field.
4288
4289 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
4290
4291 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
4292
4293 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4294
4295 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4296 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4297 Disregard autoload-excludes.
4298 (update-directory-autoloads): Obey autoload-excludes here instead.
4299 But don't store its contents in no-autoloads and remove entries that
4300 refer to excludes files.
4301
4302 2009-12-10 Glenn Morris <rgm@gnu.org>
4303
4304 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4305 (expand-mail-aliases): Define for compiler.
4306
4307 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4308 Define for compiler.
4309
4310 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4311 appropriate for the mail-user-agent in use.
4312
4313 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
4314
4315 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4316
4317 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
4318
4319 Fix short log parsing and fontification.
4320 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4321 Fix fontification for the [merge] label.
4322
4323 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
4324
4325 Drop some properties to avoid surprises.
4326 * htmlfontify.el (hfy-ignored-properties): New defcustom.
4327 (hfy-fontify-buffer): Use it.
4328
4329 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
4330
4331 Minor cleanup.
4332 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4333 Adjust all callers.
4334 (ffap-locate-file): Remove unused arg `dir-ok' and make other
4335 args compulsory. Adjust callers.
4336 (ffap-gopher-at-point): Remove unused var `name'.
4337
4338 Get rid of the ELCFILES abomination.
4339 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4340 (compile-elcfiles): New phony target.
4341 (compile-main): Compute ELCFILES dynamically.
4342 (compile-clean): New target to remove left-over elc files.
4343 (compile, all): Use it.
4344
4345 2009-12-09 Kenichi Handa <handa@etlken>
4346
4347 * international/mule-diag.el: Require help-mode instead of help-fns.
4348
4349 2009-12-09 Kenichi Handa <handa@m17n.org>
4350
4351 * international/mule-cmds.el (ucs-names): Supply sufficiently
4352 fine ranges instead of pre-calculating accurate ranges.
4353 Iterate with bigger gc-cons-threshold.
4354
4355 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
4356
4357 Add support for stashing a snapshot of the current tree.
4358 * vc-git.el (vc-git-stash-snapshot): New function.
4359 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4360
4361 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
4362
4363 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4364 instead of `(beginning|end)-of-line'.
4365
4366 2009-12-08 Glenn Morris <rgm@gnu.org>
4367
4368 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4369
4370 * Makefile.in (ELCFILES): Regenerate.
4371
4372 2009-12-07 Juri Linkov <juri@jurta.org>
4373
4374 Don't lazy-highlight the comint output in history Isearch mode.
4375
4376 * comint.el (comint-history-isearch-search): Instead of
4377 `comint-line-beginning-position', use `comint-after-pmark-p'
4378 to check if point if before the process mark, and go to
4379 `process-mark' in this case.
4380
4381 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4382
4383 * textmodes/tex-mode.el (latex-complete)
4384 (latex-indent-or-complete): Remove.
4385 (latex-mode): Set completion-at-point-functions instead.
4386
4387 Provide a standard completion command and hook it into TAB.
4388 * minibuffer.el (completion-at-point-functions): New var.
4389 (completion-at-point): New command.
4390 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4391 * progmodes/python.el (python-mode-map): Use completion-at-point.
4392 (python-completion-at-point): Rename from python-partial-symbol and
4393 adjust for use in completion-at-point-functions.
4394 (python-mode): Setup completion-at-point for Python completion.
4395 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4396 extracted from lisp-complete-symbol.
4397 (lisp-complete-symbol): Use it.
4398 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4399 setup completion-at-point for Elisp completion.
4400 (emacs-lisp-mode-map, lisp-interaction-mode-map):
4401 Use completion-at-point.
4402 * ielm.el (ielm-map): Use completion-at-point.
4403 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4404 * progmodes/sym-comp.el: Move to...
4405 * obsolete/sym-comp.el: Move from progmodes.
4406
4407 2009-12-07 Eli Zaretskii <eliz@gnu.org>
4408
4409 Prevent save-buffer in Rmail buffers from using the coding-system
4410 of the current message, and from clobbering the encoding mnemonics
4411 in the mode line (Bug#4623).
4412
4413 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4414 flag, too.
4415 (rmail-message-encoding): New variable.
4416 (rmail-write-region-annotate): Record the encoding of the current
4417 message in rmail-message-encoding.
4418 (rmail-after-save-hook): New function, restores the encoding of
4419 the current message after the message collection is saved.
4420
4421 2009-12-07 Juri Linkov <juri@jurta.org>
4422
4423 * progmodes/grep.el (grep-read-files): Use `completing-read'
4424 instead of `read-string'. Set its `collection' arg to
4425 `read-file-name-internal'. (Bug#4301)
4426
4427 2009-12-07 Juri Linkov <juri@jurta.org>
4428
4429 Correctly restore original Isearch point. (Bug#4994)
4430
4431 * isearch.el (isearch-mode): Move `isearch-push-state' after
4432 `(run-hooks 'isearch-mode-hook)'.
4433 (isearch-cancel): When `isearch-push-state-function' is defined,
4434 let-bind `isearch-cmds' to the first state (the last element of
4435 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4436 function and restores the original point). Otherwise, move point
4437 to `isearch-opoint'.
4438
4439 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4440
4441 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4442 chars that don't have names, so the table can be built much faster at
4443 run-time.
4444
4445 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
4446
4447 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4448 change. Suggested by David Kastrup.
4449
4450 * simple.el (compose-mail): Check for incompatibilities and warn.
4451 (compose-mail-user-agent-warnings): New option.
4452
4453 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4454
4455 Support showing a single log entry from vc-annotate.
4456 * vc.el (print-log): Add a new argument: START-REVISION.
4457 (vc-print-log-internal): Add a new optional argument and
4458 pass it to the backend.
4459 (vc-print-log, vc-print-root-log): Adjust callers.
4460 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4461 buffer already displays the requested log entry, use it.
4462 Otherwise display only the log entry in question.
4463 * vc-svn.el (vc-svn-print-log):
4464 * vc-mtn.el (vc-mtn-print-log):
4465 * vc-hg.el (vc-hg-state):
4466 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4467 (vc-git-show-log-entry): Return t on success.
4468 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4469 (vc-bzr-show-log-entry): Return t on success.
4470 * vc-rcs.el (vc-rcs-print-log):
4471 * vc-sccs.el (vc-sccs-print-log):
4472 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4473
4474 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4475
4476 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4477 Add menus to the meta mode. (Bug#5043)
4478
4479 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
4480
4481 * ediff-init.el (ediff-event-key): Use event-to-character instead of
4482 event-key.
4483
4484 * ediff.el (ediff-buffers-internal): Add unwind-protect.
4485
4486 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
4487
4488 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
4489 Berbain <raphael.berbain@gmail.com>.
4490
4491 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
4492 characters.
4493 (tramp-initial-end-of-output): New defconst.
4494 (tramp-methods, tramp-find-shell)
4495 (tramp-open-connection-setup-interactive-shell)
4496 (tramp-maybe-open-connection): Use it.
4497 (tramp-shell-prompt-pattern, tramp-wait-for-output):
4498 Handle existence of `#' and `$'.
4499
4500 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
4501 Use `tramp-initial-end-of-output'.
4502
4503 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4504
4505 Get the background mode from the terminal for xterm, and set
4506 faces accordingly.
4507 * term/xterm.el (xterm-set-background-mode): New function.
4508 (terminal-init-xterm): Use it in case xterm supports background
4509 color queries. Recompute faces after getting the background
4510 color.
4511
4512 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
4513
4514 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4515 number comment back on its own line, for easier parsing.
4516
4517 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4518
4519 Make it work for non-file buffers (bug#5102).
4520 * doc-view.el (doc-view-current-cache-dir):
4521 Use doc-view-buffer-file-name rather than buffer-file-name.
4522 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4523
4524 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
4525
4526 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4527 author field is too short.
4528
4529 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
4530
4531 * vc-git.el (vc-git-print-log): Handle a limit argument.
4532 Display the short log in graph form and with labels.
4533 (vc-git-log-view-mode): Handle labels.
4534
4535 Make vc-revert change VC state from 'added to 'unregistered.
4536 * vc-git.el (vc-git-revert): Call git reset first.
4537
4538 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4539
4540 * net/newst-backend.el, net/newst-plainview.el:
4541 * net/newst-reader.el, net/newst-ticker.el:
4542 * net/newst-treeview.el, net/newsticker.el:
4543 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
4544
4545 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4546
4547 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4548
4549 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4550 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
4551 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4552 Update annotation regexp.
4553
4554 * simple.el (beginning-of-visual-line): Constrain to field
4555 boundaries (Bug#5106).
4556
4557 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4558
4559 * xml.el (xml-substitute-numeric-entities):
4560 Move newsticker--decode-numeric-entities in newst-backend.el to
4561 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4562 * net/newst-backend.el (newsticker--parse-generic-feed)
4563 (newsticker--parse-generic-items)
4564 (newsticker--decode-numeric-entities):
4565 Move newsticker--decode-numeric-entities in newst-backend.el to
4566 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4567
4568 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
4569
4570 * progmodes/js.el (js--js-not): Add null to the list of values.
4571
4572 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4573
4574 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4575
4576 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4577
4578 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4579 delimiter if it is at the end of the current line.
4580 (bibtex-generate-url-list): Fix docstring.
4581
4582 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4583
4584 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4585 minibuffer's content with itself.
4586 Fold the confirm-after-completion case into the `confirm' case.
4587 (completion-pcm-word-delimiters): Add : and / to the delimiters.
4588
4589 2009-12-06 Kevin Ryde <user42@zip.com.au>
4590
4591 * ffap.el (ffap-rfc-path): Make this a defcustom since
4592 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
4593
4594 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4595 manuals, similar to existing setup for help-mode. (Bug#3913.)
4596
4597 2009-12-05 Juri Linkov <juri@jurta.org>
4598
4599 Save and restore dired buffer's point positions too. (Bug#4880)
4600
4601 * dired.el (dired-save-positions): Return in the first element
4602 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4603 Doc fix.
4604 (dired-restore-positions): First restore buffer's position.
4605 While restoring window's positions, check if window still displays
4606 the original buffer.
4607
4608 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
4609
4610 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4611 if possible.
4612
4613 * shell.el (shell): Require ansi-color (Bug#5113).
4614
4615 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4616
4617 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4618
4619 2009-12-05 Alan Mackenzie <acm@muc.de>
4620
4621 * progmodes/cc-mode.el (c-before-hack-hook)
4622 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4623 `c-file-style' to work again. This reversion restores the current
4624 software to its state in Emacs 23.1. (Bug#4146)
4625
4626 2009-12-05 Kevin Ryde <user42@zip.com.au>
4627
4628 * textmodes/sgml-mode.el (sgml-lexical-context):
4629 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
4630
4631 2009-12-05 Juri Linkov <juri@jurta.org>
4632
4633 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4634 for virtual nodes. (Bug#4147)
4635 (Info-find-node-2): Set `Info-current-node-virtual' to nil
4636 when moving from a virtual node.
4637 (Info-mode-menu): Add `Info-virtual-index' to the menu.
4638 (Info-mode): Add `Info-virtual-index' to the docstring.
4639
4640 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4641
4642 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4643 track of the buffer position of the end of a BibTeX entry as this
4644 position may change during reformatting.
4645 (bibtex-format-entry): Remove whitespace before processing
4646 numerical fields so that we recognize the latter properly.
4647 (bibtex-reformat): Do not use push which changes the global value
4648 of bibtex-entry-format.
4649 (bibtex-field-braces-alist, bibtex-field-strings-alist)
4650 (bibtex-field-re-init): Replace only space characters by regexp
4651 for whitespace.
4652 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
4653 (bibtex-initialize): Also update bibtex-strings.
4654 (bibtex-kill-field): Preserve white space at end of entry.
4655 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4656 Update bibtex-reference-keys.
4657
4658 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4659
4660 * minibuffer.el (completion-pcm--merge-try): Also consider placing
4661 point after a star, if that's the only place where modifications can
4662 make progress.
4663
4664 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
4665
4666 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4667 in docstrings.
4668
4669 2009-12-04 Juri Linkov <juri@jurta.org>
4670
4671 * proced.el (proced): Call `(proced-update t)' to update process
4672 information instead of only running proced-post-display-hook.
4673 (proced-send-signal): Add a leading space to the buffer name
4674 " *Marked Processes*" to make this buffer ephemeral.
4675
4676 2009-12-04 Juri Linkov <juri@jurta.org>
4677
4678 * dired.el (dired-auto-revert-buffer): New defcustom.
4679 (dired-internal-noselect): Use it.
4680
4681 2009-12-04 Juri Linkov <juri@jurta.org>
4682
4683 Change roles of modes and functions in image-mode.el (Bug#5062).
4684
4685 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4686 in `auto-mode-alist'.
4687 (image-mode-previous-major-mode): New variable.
4688 (image-minor-mode-map): Rename from `image-mode-text-map'.
4689 (image-mode): Move graceful error-handling code from
4690 `image-minor-mode' to here. On errors call `image-mode-as-text'.
4691 (image-minor-mode): Remove all image-handling code.
4692 Replace `image-mode-text-map' with `image-minor-mode-map'.
4693 Check for `image-type' in mode-line format string.
4694 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4695 (image-mode-as-text): New function with most code from
4696 `image-mode-maybe'.
4697 (image-toggle-display-text): Move code that removes image
4698 properties from `image-toggle-display' to here.
4699 (image-toggle-display-image): New function with code that adds
4700 image properties copied from `image-toggle-display'.
4701 (image-toggle-display): Remove most code with leaving only code
4702 that toggles between `image-mode-as-text' and `image-mode'.
4703
4704 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
4705
4706 * net/newst-treeview.el
4707 (newsticker--treeview-list-highlight-start): Restored call to
4708 save-excursion: Selected item was stuck.
4709 (newsticker--treeview-list-select): New.
4710 (newsticker--treeview-item-show-text)
4711 (newsticker--treeview-item-show)
4712 (newsticker--treeview-item-update): Use new
4713 newsticker-treeview-item-mode.
4714 (newsticker-treeview-update): Keep current item.
4715 (newsticker-treeview-next-new-or-immortal-item): Doc change.
4716 (newsticker--treeview-first-feed): Doc change.
4717 (newsticker-treeview-list-menu)
4718 (newsticker-treeview-item-menu): Add menu entries.
4719 (newsticker-treeview-item-mode): New.
4720
4721 * net/newst-backend.el (newsticker-customize): Delete other
4722 windows.
4723
4724 2009-12-04 Sam Steingold <sds@gnu.org>
4725
4726 * log-view.el (log-view-mode-map): "q" calls quit-window,
4727 like in all the other non-self-insert buffers.
4728
4729 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4730
4731 Minor cleanup.
4732 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4733 key decoding rather than do it manually via last-input-event +
4734 ascii-character.
4735 (term-exec): Use delete-and-extract-region.
4736 (term-handle-ansi-terminal-messages): Remove unused var `end'.
4737 (term-process-pager): Remove unused var `i'.
4738 (term-dynamic-simple-complete): Make obsolete.
4739 (serial-update-config-menu): Remove unused vars `y' and `str'.
4740 (term-update-mode-line): Remove unused var `temp'.
4741
4742 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4743
4744 Limit the number of log entries displayed by default.
4745 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4746 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4747 using a prefix argument.
4748
4749 2009-12-03 Glenn Morris <rgm@gnu.org>
4750
4751 * progmodes/idlwave.el (class): Restore still useful declaration.
4752
4753 2009-12-03 Alan Mackenzie <acm@muc.de>
4754
4755 Enhance `c-parse-state' to run efficiently in "brace deserts".
4756
4757 * progmodes/cc-mode.el (c-basic-common-init):
4758 Call c-state-cache-init.
4759 (c-neutralize-syntax-in-and-mark-CPP): Rename from
4760 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
4761 placing `category' properties value 'c-cpp-delimiter at its boundaries.
4762
4763 * progmodes/cc-langs.el (c-before-font-lock-function):
4764 c-extend-and-neutralize-syntax-in-CPP has been renamed
4765 c-neutralize-syntax-in-and-mark-CPP.
4766
4767 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4768 with `category' properties now, not `syntax-table' ones.
4769
4770 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4771 enhanced (but slower) version of c-end-of-macro that won't land
4772 inside a literal or on another awkward character.
4773 (c-state-cache-too-far, c-state-cache-start)
4774 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4775 (c-state-nonlit-pos-cache-limit, c-state-point-min)
4776 (c-state-point-min-lit-type, c-state-point-min-lit-start)
4777 (c-state-min-scan-pos, c-state-brace-pair-desert)
4778 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4779 buffer local variables.
4780 (c-state-literal-at, c-state-lit-beg)
4781 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4782 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4783 (c-state-cache-top-paren, c-state-cache-after-top-paren)
4784 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4785 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4786 (c-renarrow-state-cache)
4787 (c-append-lower-brace-pair-to-state-cache)
4788 (c-state-push-any-brace-pair, c-append-to-state-cache)
4789 (c-remove-stale-state-cache)
4790 (c-remove-stale-state-cache-backwards, c-state-cache-init)
4791 (c-invalidate-state-cache-1, c-parse-state-1)
4792 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
4793 (c-parse-state): Enhance and refactor.
4794 (c-debug-parse-state): Amend to deal with all the new variables.
4795
4796 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4797 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
4798 modify to use category text properties rather than syntax-table ones.
4799 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
4800 to switch off/on the syntactic paren property of C++ template
4801 delimiters using the category property.
4802 (c-with-<->-as-parens-suppressed): Macro to invoke code with
4803 template delims suppressed.
4804 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4805 New constant/macros which apply category properties to the start
4806 and end of preprocessor constructs.
4807 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
4808 "comment out" the syntactic value of characters in preprocessor
4809 constructs.
4810 (c-with-cpps-commented-out)
4811 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4812 with characters in all or all but one preprocessor constructs
4813 "commented out".
4814
4815 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4816
4817 * proced.el (proced-filter-alist): Use regexp-quote.
4818
4819 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
4820
4821 Cleanup.
4822 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4823 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
4824 arguments. Expand `default-directory'.
4825
4826 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4827 the benefit of returning an expanded localname.
4828 (tramp-tramp-file-p): Handle the case NAME is not a string.
4829
4830 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4831
4832 Add support for bzr shelve/unshelve.
4833 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4834 (vc-bzr-extra-menu-map): New variables.
4835 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4836 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4837 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4838 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4839 (vc-bzr-dir-extra-headers): Display shelves.
4840
4841 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4842
4843 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4844
4845 * textmodes/bibtex.el (bibtex-complete-internal):
4846 Use completion-in-region.
4847 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4848
4849 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4850
4851 Support applying stashes. Improve UI.
4852 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4853 (vc-git-stash-apply, vc-git-stash-pop)
4854 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4855 (vc-git-stash-menu): New functions.
4856 (vc-git-stash-menu-map): New variable.
4857 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4858
4859 2009-12-03 Glenn Morris <rgm@gnu.org>
4860
4861 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4862 (vc-print-log-internal): Fix previous change.
4863 (vc-revert): Correct pluralization.
4864
4865 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4866
4867 * progmodes/make-mode.el (makefile-special-targets-list): No need for
4868 it to be an alist any more.
4869 (makefile-complete): Use completion-in-region.
4870
4871 * progmodes/octave-mod.el (octave-complete-symbol):
4872 Use completion-in-region.
4873
4874 Misc cleanup.
4875 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4876 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4877 (idlwave-complete-class): Don't quote lambda.
4878 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4879 (idlwave-mode-map): Move initialization into declaration.
4880 (idlwave-action-and-binding): Use backquotes.
4881 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4882 Simplify.
4883 (idlwave-is-pointer-dereference): Remove unused var `pos'.
4884 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4885 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4886 `parts', and `all-parts'.
4887 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4888 (idlwave-convert-xml-system-routine-info): Remove unused string
4889 `version-string'.
4890 (idlwave-display-user-catalog-widget): Use dolist.
4891 (idlwave-scanning-lib): Declare dynamically-scoped var.
4892 (idlwave-scan-library-catalogs): Remove unused var `flags'.
4893 (completion-highlight-first-word-only): Declare to silence bytecomp.
4894 (idlwave-popup-select): Tighten scope of `resp'.
4895 (idlwave-find-struct-tag): Remove unused var `beg'.
4896 (idlwave-after-load-rinfo-hook): Declare.
4897 (idlwave-sintern-class-info): Remove unused var `taglist'.
4898 (idlwave-find-class-definition): Remove unused var `list'.
4899 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4900 (idlwave-what-module-find-class): Remove unused var `classes'.
4901
4902 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
4903
4904 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4905
4906 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4907
4908 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4909 buffers visited. Remove redundant current-buffer-saving.
4910
4911 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4912
4913 Use completion-in-buffer and remove uses of dynamic scoping.
4914 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4915 (pascal-buffer-to-use, pascal-flag): Don't declare.
4916 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4917 (pascal-get-completion-decl, pascal-keyword-completion):
4918 Add `pascal-str' argument, save-excursion,
4919 return the found completions, and don't filter with pascal-pred.
4920 (pascal-completion-cache): New var.
4921 (pascal-completion): Don't switch buffer any more (it was never
4922 necessary). Don't save-excursion any more (it's done by the called
4923 subroutines). Use a cache to avoid redundant computations.
4924 Use complete-with-action rather than pascal-completion-response and
4925 let it apply the predicate as well.
4926 (pascal-complete-word): Use completion-in-buffer when
4927 pascal-toggle-completions is nil.
4928 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4929 not used any more.
4930 (pascal-comp-defun): Don't change buffer any more.
4931 Use complete-with-action rather than pascal-completion-response and
4932 let it apply the predicate as well.
4933 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4934 when neded.
4935
4936 2009-12-02 Kenichi Handa <handa@m17n.org>
4937
4938 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4939 shape for all Indic scripts.
4940
4941 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4942
4943 Use completion-in-buffer.
4944 * wid-edit.el (widget-field-text-end): New function.
4945 (widget-field-value-get): Use it.
4946 (widget-string-complete, widget-file-complete)
4947 (widget-color-complete): Use it and completion-in-region.
4948 (widget-complete): Don't narrow the buffer.
4949
4950 2009-12-02 Glenn Morris <rgm@gnu.org>
4951
4952 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
4953 (rmail-select-summary): Use rmail-pop-to-buffer.
4954 * mail/rmailsum.el: Replace all pop-to-buffer calls with
4955 rmail-pop-to-buffer, to prevent horizontal splits.
4956
4957 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4958 save-excursion with save-current-buffer.
4959 Widen before searching. (Bug#5093)
4960 (diary-list-sexp-entries): Remove superfluous save-excursion.
4961
4962 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
4963
4964 * woman.el (woman-make-bufname): Handle man-pages with "." in the
4965 name. (Bug#5038)
4966
4967 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
4968
4969 * ido.el (ido-file-internal): Handle filenames at point that do
4970 not have a directory part. (Bug#5049)
4971
4972 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
4973
4974 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4975 (mpc-songs-jump-to, mpc-resume): Doc fixes.
4976
4977 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
4978
4979 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4980 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4981 any more.
4982
4983 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4984
4985 * comint.el (comint-insert-input): Ignore clicks to the right of
4986 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4987
4988 * vc.el (vc-print-log-internal): Don't wait for the process to
4989 terminate before setting up the major mode.
4990
4991 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4992 in case.
4993
4994 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4995 the last element.
4996
4997 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4998
4999 2009-12-01 Glenn Morris <rgm@gnu.org>
5000
5001 * window.el (window--display-buffer-2): Fix previous changes.
5002
5003 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
5004
5005 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
5006
5007 2009-12-01 Glenn Morris <rgm@gnu.org>
5008
5009 * Makefile.in (ELCFILES): Add mpc.elc.
5010
5011 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5012
5013 * mpc.el: New file.
5014
5015 2009-12-01 Glenn Morris <rgm@gnu.org>
5016
5017 * window.el (window-to-use): Define for compiler.
5018
5019 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
5020 consistent with others (no final period).
5021
5022 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
5023 (rmail-mime-show): Downcase the encoding. (Bug#5070)
5024
5025 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
5026
5027 Make vc-print-log buttons work.
5028 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
5029
5030 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
5031
5032 * savehist.el (savehist-autosave-interval): Allow setting to nil
5033 through customize. (Bug#5056)
5034
5035 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
5036
5037 Fix references to jit-lock properties.
5038 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5039 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
5040 (perl-font-lock-special-syntactic-constructs):
5041 Quote jit-lock-defer-multiline property.
5042
5043 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
5044
5045 * vc-git.el (vc-git-registered): Call vc-git-root only once.
5046
5047 2009-11-30 Juri Linkov <juri@jurta.org>
5048
5049 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
5050 value `buffer' of `multi-isearch-next-buffer-current-function'.
5051 Use `(current-buffer)' when `buffer' is nil.
5052 (multi-isearch-next-buffer-from-list): Don't fallback to
5053 `(current-buffer)' when `buffer' is nil. (Bug#4947)
5054
5055 2009-11-30 Juri Linkov <juri@jurta.org>
5056
5057 * misearch.el (multi-isearch-read-buffers): Move canonicalization
5058 of buffers with `get-buffer' to `multi-isearch-buffers'.
5059 (multi-isearch-buffers, multi-isearch-buffers-regexp):
5060 Canonicalize BUFFERS with `get-buffer'. Doc fix.
5061 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
5062 FILES with `expand-file-name' converting relative file names
5063 to absolute. Doc fix. (Bug#4727)
5064
5065 2009-11-30 Juri Linkov <juri@jurta.org>
5066
5067 * misearch.el (multi-isearch-read-buffers)
5068 (multi-isearch-read-matching-buffers): New functions.
5069 (multi-isearch-buffers, multi-isearch-buffers-regexp):
5070 Use them in the `interactive' spec. Doc fix.
5071 (multi-isearch-read-files, multi-isearch-read-matching-files):
5072 New functions.
5073 (multi-isearch-files, multi-isearch-files-regexp):
5074 Use them in the `interactive' spec. Doc fix. (Bug#4725)
5075
5076 2009-11-30 Juri Linkov <juri@jurta.org>
5077
5078 * doc-view.el (doc-view-continuous):
5079 Rename from `doc-view-continuous-mode'.
5080 (doc-view-menu): Move "Toggle display" to the top.
5081 Add submenu "Continuous" with radio buttons "Off"/"On"
5082 and "Save as Default".
5083 (doc-view-scroll-up-or-next-page)
5084 (doc-view-scroll-down-or-previous-page)
5085 (doc-view-next-line-or-next-page)
5086 (doc-view-previous-line-or-previous-page):
5087 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
5088
5089 2009-11-30 Juri Linkov <juri@jurta.org>
5090
5091 * comint.el (comint-mode-map): Rebind `M-r' from
5092 `comint-previous-matching-input' to
5093 `comint-history-isearch-backward-regexp'.
5094 Unbind `M-s' to allow global key binding `M-s'.
5095 Add menu items for `comint-history-isearch-backward' and
5096 `comint-history-isearch-backward-regexp'. (Bug#3746)
5097
5098 2009-11-30 Juri Linkov <juri@jurta.org>
5099
5100 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
5101 For def=recenter, replace `recenter' with `recenter-top-bottom'
5102 that is called with `this-command' and `last-command' let-bound
5103 to `recenter-top-bottom'. When the last `def' was not `recenter',
5104 set `recenter-last-op' to nil. (Bug#4981)
5105
5106 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5107
5108 Minor cleanup and simplification.
5109 * filecache.el (file-cache-add-directory)
5110 (file-cache-add-directory-recursively)
5111 (file-cache-add-from-file-cache-buffer)
5112 (file-cache-delete-file-regexp, file-cache-delete-directory)
5113 (file-cache-files-matching-internal, file-cache-display): Use dolist.
5114 (file-cache-temp-minibuffer-message): Delete function.
5115 (file-cache-minibuffer-complete): Use minibuffer-message instead.
5116
5117 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5118 Don't signal an error when bumping into EOB in tr, s, or y.
5119
5120 2009-11-29 Juri Linkov <juri@jurta.org>
5121
5122 * startup.el (fancy-about-text): Fix wording of Guided Tour.
5123 (Bug#4960)
5124
5125 * descr-text.el (describe-char-unidata-list): Use lowercase name
5126 for "Unicode name" like in other tags.
5127
5128 2009-11-29 Juri Linkov <juri@jurta.org>
5129
5130 * ediff-util.el (ediff-minibuffer-with-setup-hook):
5131 New compatibility macro.
5132 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
5133
5134 2009-11-29 Juri Linkov <juri@jurta.org>
5135
5136 Add defcustom to define the cycling order of `recenter-top-bottom'.
5137 (Bug#4981)
5138
5139 * window.el (recenter-last-op): Doc fix.
5140 (recenter-positions): New defcustom.
5141 (recenter-top-bottom): Rewrite to use `recenter-positions'.
5142 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
5143
5144 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
5145
5146 Improve integration of Tramp and ange-ftp in eshell.
5147
5148 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
5149 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
5150 (eshell/sudo): Flatten args. Let-bind `default-directory'.
5151
5152 * eshell/esh-util.el (top): Require also Tramp when compiling.
5153 (eshell-directory-files-and-attributes): Check for FTP remote
5154 connection.
5155 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
5156 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
5157 (eshell-file-attributes): Handle ".". Return `entry'.
5158
5159 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
5160 (ange-ftp-directory-files-and-attributes)
5161 (ange-ftp-real-directory-files-and-attributes): New defuns.
5162
5163 * net/tramp.el (tramp-maybe-open-connection): Open the remote
5164 shell with "exec" when possible. This prevents trailing prompts
5165 in `start-file-process'.
5166
5167 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5168
5169 Try and remove assumptions about point-min==1.
5170 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
5171 (rng-compute-mode-line-string): Show the validation percentage in
5172 terms of the narrowed text, not the widened text.
5173 (rng-do-some-validation): Don't catch internal errors when debugging.
5174 (rng-first-error): Simplify.
5175 (rng-after-change-function): Remove work around. AFAIK the bug has
5176 been fixed a while ago.
5177
5178 * image-mode.el (image-minor-mode): Exit more gracefully when the image
5179 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
5180
5181 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
5182
5183 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
5184 `cd' doesn't always do it for us (bug#5067).
5185
5186 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
5187 on 2009-10-25 as part of some other change (bug#5067).
5188
5189 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5190
5191 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5192 `suspicious'.
5193 (byte-compile-warnings): Use byte-compile-warning-types.
5194 (byte-compile-save-excursion): Warn about use of set-buffer right
5195 after save-excursion.
5196
5197 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
5198 the excursion as well.
5199
5200 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
5201
5202 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
5203 providing a Tramp related implementation of "su" and "sudo".
5204 (eshell-unix-initialize): Add "su" and "sudo".
5205
5206 2009-11-27 Daiki Ueno <ueno@unixuser.org>
5207
5208 * net/socks.el (socks-send-command): Convert binary request to
5209 unibyte before sending. This fixes mishandling of some port
5210 numbers such as 129.
5211
5212 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5213
5214 * help.el (describe-bindings-internal): Remove `interactive'.
5215
5216 * man.el (Man-completion-table): Trim a terminating "(".
5217 Remove the space between name page a section.
5218 Add the command's description on the `help-echo' property.
5219 Remove `process-connection-type' binding since it's unused by
5220 call-process.
5221 Provide completion for the "<section> <name>" format as well.
5222 (Man-default-man-entry): Remove spurious var shadowing the argument.
5223
5224 2009-11-26 Kevin Ryde <user42@zip.com.au>
5225
5226 * log-view.el: Add "Keywords: tools", since its other keywords
5227 aren't in finder-known-keywords, and following vc.el.
5228
5229 * sha1.el (sha1-string-external): default-directory "/" in case
5230 otherwise non-existent. process-connection-type pipe for touch of
5231 efficiency recommended by elisp manual. (An aside in Bug#3911.)
5232
5233 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5234
5235 Misc coding convention cleanups.
5236 * htmlfontify.el (hfy-init-kludge-hook): Rename from
5237 hfy-init-kludge-hooks.
5238 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
5239 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
5240 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
5241 and push.
5242 (hfy-slant, hfy-weight): Use tables rather than code.
5243 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
5244 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
5245 (hfy-face-attr-for-class): Initialize `face-spec' directly.
5246 (hfy-face-to-css): Remove `nconc' with single arg.
5247 (hfy-p-to-face-lennart): Use `or'.
5248 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
5249 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
5250 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
5251 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
5252 (hfy-force-fontification): Use run-hooks.
5253
5254 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
5255
5256 Various minor fixes.
5257 * htmlfontify.el (hfy-default-header): Add toggle_invis since
5258 Javascript belongs in the header, not the body.
5259 (hfy-javascript): Remove.
5260 (hfy-fontify-buffer): Don't insert it any more.
5261 (hfy-face-at): Handle (face0 face1 face2) style face properties.
5262 Fix bug in invis handling when there were no invis props in a chunk.
5263
5264 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5265
5266 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
5267
5268 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
5269
5270 * finder.el (finder-mode-map): Add a menu.
5271
5272 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
5273
5274 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
5275 "unsigned" structs.
5276
5277 (verilog-leap-to-head, verilog-backward-token): Handle "disable
5278 fork" statement better.
5279
5280 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
5281
5282 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5283 (verilog-delete-auto, verilog-delete-empty-auto-pair)
5284 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5285 Reported by Clay Douglass.
5286
5287 (verilog-auto-inst, verilog-auto-star-safe)
5288 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
5289 Fix removing "// Interfaces" when saving .* expansions.
5290 Reported by Pierre-David Pfister.
5291
5292 2009-11-26 Glenn Morris <rgm@gnu.org>
5293
5294 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5295 the scope.
5296
5297 2009-11-25 Johan Bockgård <bojohan@gnu.org>
5298
5299 * vc-annotate.el (vc-annotate-revision-previous-to-line):
5300 Really use previous revision.
5301
5302 2009-11-25 Kevin Ryde <user42@zip.com.au>
5303
5304 * man.el (Man-completion-table): default-directory "/" in case
5305 doesn't otherwise exist. process-environment COLUMNS=999 so as
5306 not to truncate long names. process-connection-type pipe to avoid
5307 any chance of hitting the pseudo-tty TIOCGWINSZ.
5308 (man): completion-ignore-case t for friendliness and since man
5309 itself is case-insensitive on the command line.
5310 Further to Bug#3717.
5311
5312 * arc-mode.el: Add "Keywords: files", so the details in its
5313 commentary can be reached from finder-by-keyword.
5314 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
5315 editing mode, but it's comms related and sgml-mode.el has "comm"
5316 on that basis too.
5317 * textmodes/bibtex-style.el: Add "Keywords: tex".
5318 * international/isearch-x.el, international/ja-dic-cnv.el:
5319 * international/ja-dic-utl.el, international/kkc.el:
5320 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
5321
5322 2009-11-25 Juri Linkov <juri@jurta.org>
5323
5324 * man.el (Man-completion-table): Modify regexp to include
5325 section names to completion strings. (Bug#3717)
5326
5327 2009-11-25 Juri Linkov <juri@jurta.org>
5328
5329 Search recursively in gzipped files. (Bug#4982)
5330
5331 * progmodes/grep.el (grep-highlight-matches): Add new options
5332 `always' and `auto'. Doc fix.
5333 (grep-process-setup): Check `grep-highlight-matches' for
5334 `auto-detect' to determine the need to compute grep defaults.
5335 Move Windows/DOS specific --colors settings handling
5336 to `grep-compute-defaults'. Check `grep-highlight-matches'
5337 to get the value of "--color=".
5338 (grep-compute-defaults): Compute `grep-highlight-matches' when it
5339 has the value `auto-detect'. Move Windows/DOS specific settings
5340 from `grep-process-setup'.
5341 (zrgrep): New command with alias `rzgrep'.
5342
5343 2009-11-25 Juri Linkov <juri@jurta.org>
5344
5345 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5346 to nil instead of switching off view-mode. (Bug#4896)
5347
5348 2009-11-25 Juri Linkov <juri@jurta.org>
5349
5350 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
5351
5352 * mwheel.el (mwheel-scroll-up-function)
5353 (mwheel-scroll-down-function): New defvars.
5354 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5355 `scroll-up', and `mwheel-scroll-down-function' instead of
5356 `scroll-down'.
5357
5358 * doc-view.el (doc-view-scroll-up-or-next-page)
5359 (doc-view-scroll-down-or-previous-page): Add optional ARG.
5360 Use this ARG in the call to image-scroll-up/image-scroll-down.
5361 Change `interactive' spec to "P". Goto next/previous page only
5362 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5363 SPC/DEL case). Doc fix.
5364 (doc-view-next-line-or-next-page)
5365 (doc-view-previous-line-or-previous-page): Rename arg to ARG
5366 for consistency.
5367 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5368 `doc-view-scroll-up-or-next-page', and buffer-local
5369 `mwheel-scroll-down-function' to
5370 `doc-view-scroll-down-or-previous-page'.
5371
5372 2009-11-25 Juri Linkov <juri@jurta.org>
5373
5374 Provide additional default values (directories at other Dired
5375 windows) via M-n in the minibuffer of some Dired commands.
5376
5377 * dired-aux.el (dired-diff, dired-compare-directories)
5378 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5379 `minibuffer-default' in `minibuffer-with-setup-hook'.
5380 (dired-dwim-target-directory): Find a window that displays Dired
5381 buffer instead of failing when the next window is not Dired.
5382 Use `get-window-with-predicate' to find for the next Dired window.
5383 (dired-dwim-target-defaults): New function.
5384
5385 * ediff-util.el (ediff-read-file-name):
5386 Use `dired-dwim-target-defaults' to set `minibuffer-default'
5387 in `minibuffer-with-setup-hook'.
5388
5389 2009-11-25 Juri Linkov <juri@jurta.org>
5390
5391 Provide additional default values (file name at point or at the
5392 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
5393
5394 * minibuffer.el (read-file-name-defaults): New function.
5395 (read-file-name): Reset `minibuffer-default' to nil when
5396 it duplicates initial input `insdef'.
5397 Bind `minibuffer-default-add-function' to lambda that
5398 calls `read-file-name-defaults' in `minibuffer-selected-window'.
5399 (minibuffer-insert-file-name-at-point): New command.
5400
5401 * files.el (file-name-at-point-functions): New defcustom.
5402 (find-file-default): Remove defvar.
5403 (find-file-read-args): Don't use `find-file-default'.
5404 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5405 to `read-file-name'.
5406 (find-file-literally): Use `read-file-name' with
5407 `confirm-nonexistent-file-or-buffer'.
5408
5409 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5410
5411 * dired.el (dired-read-dir-and-switches):
5412 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5413 to `read-file-name'.
5414 (dired-file-name-at-point): New function.
5415 (dired-mode): Add hook `dired-file-name-at-point' to
5416 `file-name-at-point-functions'.
5417
5418 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5419
5420 Really make the *Completions* window soft-dedicated (bug#5030).
5421 * window.el (window--display-buffer-2): Add `dedicated' argument.
5422 (display-buffer): Pass it when needed so the dedicated flag is set
5423 after calling set-window-buffer, which would otherwise reset it.
5424
5425 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5426
5427 * progmodes/meta-mode.el (meta-complete-symbol):
5428 * progmodes/etags.el (complete-tag):
5429 * mail/mailabbrev.el (mail-abbrev-complete-alias):
5430 Use completion-in-region.
5431
5432 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5433 (dabbrev-completion): Use completion-in-region.
5434 (dabbrev--abbrev-at-point): Simplify regexp.
5435
5436 * abbrev.el (abbrev--before-point): Use word-motion functions
5437 if :regexp is not specified (bug#5031).
5438
5439 * subr.el (string-prefix-p): New function.
5440
5441 * man.el (Man-completion-cache): New var.
5442 (Man-completion-table): Use it.
5443
5444 * vc.el (vc-print-log-internal): Make `limit' optional for better
5445 compatibility (e.g. with vc-annotate.el).
5446
5447 2009-11-24 Kevin Ryde <user42@zip.com.au>
5448
5449 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5450 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
5451
5452 * emacs-lisp/elint.el (elint-add-required-env): Better error message
5453 when .el source file not found or other error.
5454
5455 2009-11-24 Markus Triska <markus.triska@gmx.at>
5456
5457 * linum.el (linum-update-window): Ignore intangible (bug#4996).
5458
5459 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5460
5461 Handle the [back] button properly (bug#4979).
5462 * descr-text.el (describe-text-properties): Add a `buffer' argument.
5463 Use help-setup-xref, help-buffer, and with-help-window.
5464 (describe-char): Add `buffer' argument.
5465 Pass proper command to help-setup-xref. Don't meddle with
5466 help-xref-stack-item directly.
5467 (describe-text-category): Use with-help-window and help-buffer.
5468
5469 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5470 for the displayed buffer (bug#4887).
5471
5472 * man.el (Man-completion-table): New function.
5473 (man): Use it.
5474
5475 2009-11-24 David Reitter <david.reitter@gmail.com>
5476
5477 * vc-git.el (vc-git-registered): Use checkout directory (where
5478 .git is) rather than the file's directory and a relative path spec
5479 to work around a bug in git.
5480
5481 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
5482
5483 Improve handling of processes on remote hosts.
5484
5485 * eshell/esh-util.el (eshell-path-env): New defvar.
5486 (eshell-parse-colon-path): New defun.
5487 (eshell-file-attributes): Use `eshell-parse-colon-path'.
5488
5489 * eshell/esh-ext.el (eshell-search-path):
5490 Use `eshell-parse-colon-path'.
5491 (eshell-remote-command): Remove argument HANDLER.
5492 (eshell-external-command): Check for FTP remote connection.
5493
5494 * eshell/esh-proc.el (eshell-gather-process-output):
5495 Use `file-truename', in order to start also symlinked files.
5496 Apply `start-file-process' instead of `start-process'.
5497 Shorten `command' to the local file name part.
5498
5499 * eshell/em-cmpl.el (eshell-complete-commands-list):
5500 Use `eshell-parse-colon-path'.
5501
5502 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5503
5504 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
5505 to `eshell-directory-change-hook'.
5506
5507 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
5508
5509 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5510 because it could be enabled automatically if view-read-only is non-nil.
5511
5512 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
5513
5514 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5515 made on 2009-11-22.
5516
5517 2009-11-24 Glenn Morris <rgm@gnu.org>
5518
5519 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5520 deleted variable bookmark-bmenu-bookmark-column.
5521
5522 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5523
5524 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5525
5526 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
5527
5528 * net/browse-url.el (browse-url-filename-alist): On Windows, add
5529 two slashes to the "file:" prefix.
5530 (browse-url-file-url): De-munge Cygwin filenames before passing
5531 them to Windows browser.
5532 (browse-url-default-windows-browser): Use call-process.
5533
5534 2009-11-23 Juri Linkov <juri@jurta.org>
5535
5536 Implement DocView Continuous mode. (Bug#4896)
5537 * doc-view.el (doc-view-continuous-mode): New defcustom.
5538 (doc-view-mode-map): Bind C-n/<down> to
5539 `doc-view-next-line-or-next-page', C-p/<up> to
5540 `doc-view-previous-line-or-previous-page'.
5541 (doc-view-next-line-or-next-page)
5542 (doc-view-previous-line-or-previous-page): New commands.
5543
5544 2009-11-23 Juri Linkov <juri@jurta.org>
5545
5546 Implement Isearch in comint input history. (Bug#3746)
5547 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5548 `isearch-mode-hook'.
5549 (comint-history-isearch): New defcustom.
5550 (comint-history-isearch-backward)
5551 (comint-history-isearch-backward-regexp): New commands.
5552 (comint-history-isearch-message-overlay): New buffer-local variable.
5553 (comint-history-isearch-setup, comint-history-isearch-end)
5554 (comint-goto-input, comint-history-isearch-search)
5555 (comint-history-isearch-message, comint-history-isearch-wrap)
5556 (comint-history-isearch-push-state)
5557 (comint-history-isearch-pop-state): New functions.
5558
5559 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
5560
5561 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5562 return.
5563 (tramp-handle-make-symbolic-link)
5564 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5565 Quote file names.
5566 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5567 (tramp-handle-process-file): Use it.
5568
5569 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5570
5571 * window.el (move-to-window-line-last-op): Remove.
5572 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5573
5574 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5575
5576 Make M-r mirror the new cycling behavior of C-l.
5577 * window.el (move-to-window-line-last-op): New var.
5578 (move-to-window-line-top-bottom): New command.
5579 (global-map): Bind M-r move-to-window-line-top-bottom.
5580
5581 2009-11-23 Sven Joachim <svenjoac@gmx.de>
5582
5583 * dired-x.el (dired-guess-shell-alist-default):
5584 Support xz format. (Bug#4953)
5585
5586 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
5587
5588 * emulation/viper-cmd.el: Use viper-last-command-char instead of
5589 last-command-char/last-command-event.
5590 (viper-prefix-arg-value): Do correct conversion of event-char for
5591 XEmacs.
5592
5593 * emulation/viper-util.el, emulation/viper.el:
5594 Use viper-last-command-char instead of
5595 last-command-char/last-command-event.
5596
5597 * ediff-init.el, ediff-mult.el, ediff-util.el:
5598 Replace last-command-char and last-command-event
5599 with (ediff-last-command-char) everywhere.
5600
5601 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5602 created in fundamental mode.
5603
5604 * ediff.el (ediff-version): Revert the change of interactive-p to
5605 called-interactively-p.
5606
5607 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
5608
5609 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5610 generation from word-movement command names.
5611
5612 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5613
5614 * cus-start.el (all): Add native condition for font-use-system-font.
5615
5616 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
5617
5618 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5619 Correct the patch from 2009-11-18. (Bug#3910)
5620
5621 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
5622
5623 * progmodes/subword.el: Rename from lisp/subword.el.
5624
5625 * subword.el: Rename to progmodes/subword.el.
5626
5627 * Makefile.in (ELCFILES): Adapt to subword.el move.
5628
5629 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5630 Stefan Monnier <monnier@iro.umontreal.ca>
5631
5632 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5633 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5634 (bookmark-bmenu-show-filenames): Use push.
5635 (bookmark-bmenu-hide-filenames): Use local var instead of
5636 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
5637 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5638 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5639 filenames now that the bookmark names are always available.
5640
5641 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5642
5643 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5644 (bookmark-search-pattern): Move and leave unbound.
5645 (bookmark-bmenu-mode-map): Change binding.
5646 (bookmark-read-search-input): Simplify.
5647 Don't use text-char-description. Don't error on non-char events.
5648 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5649 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5650 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5651 Use a local var for the timer.
5652 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5653 (i.e. bookmark-bmenu-search).
5654
5655 2009-11-21 Glenn Morris <rgm@gnu.org>
5656
5657 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
5658
5659 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
5660
5661 * net/browse-url.el (browse-url-default-windows-browser):
5662 Use cygstart for cygwin.
5663
5664 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
5665
5666 * bookmark.el: Formatting and doc fixes only:
5667 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5668 (bookmark-bmenu-search): Wrap to fit within 80 columns.
5669 Minor grammar and punctuation fixes in doc string.
5670 (bookmark-read-search-input): Adjust to fit within 80 columns.
5671
5672 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5673
5674 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5675 (c-backward-into-nomenclature): Adapt to subword renaming.
5676
5677 * subword.el (subword-forward, subword-backward, subword-mark)
5678 (subword-kill, subword-backward-kill, subword-transpose)
5679 (subword-downcase, subword-upcase, subword-capitalize)
5680 (subword-forward-internal, subword-backward-internal):
5681 Rename from forward-subword, backward-subword, mark-subword,
5682 kill-subword, backward-kill-subword, transpose-subwords,
5683 downcase-subword, upcase-subword, capitalize-subword,
5684 forward-subword-internal, backward-subword-internal.
5685
5686 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5687
5688 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5689 New options.
5690 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5691 New vars.
5692 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5693 (bookmark-bmenu-filter-alist-by-regexp)
5694 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5695 (bookmark-bmenu-search): New command.
5696 (bookmark-bmenu-mode-map): Bind it.
5697
5698 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5699
5700 * progmodes/cc-cmds.el: declare-functioned forward-subword and
5701 backward-subword to quit the byte-compiler.
5702
5703 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5704
5705 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5706
5707 * progmodes/cc-cmds.el (c-update-modeline)
5708 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5709 Refer to subword.el functions instead of cc-subword.el.
5710
5711 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5712 subword.el functions instead of cc-subword.el.
5713
5714 * progmodes/cc-subword.el: Rename to subword.el.
5715 * subword.el: Rename from progmodes/cc-subword.el.
5716 (subword-mode-map): Rename from c-subword-mode-map.
5717 (subword-mode): Rename from c-subword-mode.
5718 (global-subword-mode): New global minor mode.
5719 (forward-subword): Rename from c-forward-subword.
5720 (backward-subword): Rename from c-backward-subword.
5721 (mark-subword): Rename from c-mark-subword.
5722 (kill-subword): Rename from c-kill-subword.
5723 (backward-kill-subword): Rename from c-backward-kill-subword.
5724 (transpose-subwords): Rename from c-tranpose-subword.
5725 (downcase-subword): Rename from c-downcase-subword.
5726 (capitalize-subword): Rename from c-capitalize-subword.
5727 (forward-subword-internal): Rename from c-forward-subword-internal.
5728 (backward-subword-internal): Rename from c-backward-subword-internal.
5729
5730 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5731
5732 * vc.el (vc-deduce-fileset): Allow non-state changing operations
5733 from a dired buffer.
5734 (vc-dired-deduce-fileset): New function.
5735 (vc-root-diff, vc-print-root-log): Use it.
5736
5737 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5738 nil LIMIT argument to vc-print-log-internal.
5739
5740 2009-11-20 Glenn Morris <rgm@gnu.org>
5741
5742 * Makefile.in (ELCFILES): Regenerate.
5743
5744 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
5745
5746 * calc/calc.el (calc-set-mode-line):
5747 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5748 (math-format-number): Rename `math-format-complement-signed' to
5749 `math-format-twos-complement'.
5750
5751 * calc/calc-bin.el (math-format-twos-complement): Rename from
5752 math-format-complement-signed.
5753 (calc-radix): Rename `calc-complement-signed-mode' to
5754 `calc-twos-complement-mode'.
5755 (calc-octal-radix, calc-hex-radix): Add an argument for
5756 two's complement.
5757
5758 * calc/calc-embed.el (calc-embedded-mode-vars):
5759 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5760
5761 * calc/calc-ext.el (calc-init-extensions):
5762 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5763 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5764
5765 * calc/calc-units.el (math-build-units-table-buffer):
5766 Let `calc-twos-complement-mode' be nil.
5767
5768 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5769 entries.
5770
5771 * calc/calc-vec.el (calcFunc-vunpack):
5772 * calc/calc-aent.el (calc-do-calc-eval):
5773 * calc/calc-forms.el (math-format-date):
5774 * calc/calc-graph.el (calc-graph-plot):
5775 * calc/calc-math.el (math-use-emacs-fn):
5776 * calc/calccomp.el (math-compose-expr):
5777 Let `calc-twos-complement-mode' be nil.
5778
5779 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5780
5781 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5782 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
5783 * minibuffer.el (completion-in-region-functions): New hook.
5784 (completion-in-region): New function.
5785 * emacs-lisp/lisp.el (lisp-complete-symbol):
5786 * pcomplete.el (pcomplete-std-complete): Use it.
5787
5788 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5789
5790 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5791 (latex-complete-alist): New vars.
5792 (latex-string-prefix-p, latex-complete-bibtex-keys)
5793 (latex-complete-envnames, latex-complete-refkeys)
5794 (latex-complete-data): New functions.
5795 (latex-complete, latex-indent-or-complete): New commands.
5796
5797 * window.el (display-buffer-mark-dedicated): New var.
5798 (display-buffer): Obey it.
5799 * minibuffer.el (minibuffer-completion-help): Use it.
5800
5801 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5802
5803 * filecache.el (file-cache-add-file): Use push and cons.
5804 (file-cache-delete-file-regexp): Use push.
5805 (file-cache-complete): Use completion-in-region.
5806
5807 * simple.el (with-wrapper-hook): Fix thinko.
5808
5809 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5810 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5811 Use with-current-buffer and string-to-number.
5812 (hfy-fallback-colour-values): Use assoc-string.
5813 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5814 (hfy-face-at): Remove unused var `found-face'.
5815 (hfy-compile-stylesheet): Remove unused var `css'.
5816 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5817 and `orig-buffer'.
5818 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5819 Use with-current-buffer.
5820 (hfy-text-p): Use expand-file-name and fewer setq.
5821
5822 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
5823
5824 * htmlfontify.el, hfy-cmap.el: New files.
5825
5826 2009-11-19 Juri Linkov <juri@jurta.org>
5827
5828 * minibuffer.el (completions-format): New defcustom.
5829 (completion--insert-strings): Implement vertical format.
5830
5831 * simple.el (switch-to-completions): Move point to the first
5832 completion when point was at the beginning of the buffer.
5833
5834 2009-11-19 Juri Linkov <juri@jurta.org>
5835
5836 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
5837
5838 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5839
5840 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
5841
5842 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5843 (mail-signature): Change default to t.
5844 (mail-from-style): Deprecate `system-default' value.
5845 (mail-insert-from-field): For default value of mail-from-style,
5846 default to `angles' unless `angles' needs quoting and `parens'
5847 does not.
5848 (mail-citation-prefix-regexp): Use citation regexp from
5849 message-mode.
5850
5851 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
5852
5853 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5854 Set variables for computing the prompt for reading password.
5855
5856 2009-11-19 Glenn Morris <rgm@gnu.org>
5857
5858 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
5859
5860 * textmodes/flyspell.el (sgml-lexical-context): Declare.
5861
5862 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5863 (newsticker-treeview-listwindow-height): Fix custom type.
5864
5865 2009-11-19 Kenichi Handa <handa@m17n.org>
5866
5867 * descr-text.el (describe-char-padded-string): Compose with TAB
5868 only if there's a font for CH.
5869 (describe-char): Fix the condition for detecting a trivial composition.
5870
5871 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
5872
5873 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
5874 more accurate version of the regexp. (Bug#3910)
5875
5876 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
5877
5878 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5879
5880 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
5881
5882 * font-setting.el (font-use-system-font): Declare for byte-compiler.
5883 (font-setting-change-default-font): Fix typo in docstring.
5884
5885 2009-11-18 Alan Mackenzie <acm@muc.de>
5886
5887 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5888
5889 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5890
5891 * font-setting.el (font-use-system-font): Move ...
5892
5893 * cus-start.el (all): ... to here.
5894
5895 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
5896
5897 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5898 Don't set `ad-return-value' if `ad-do-it' doesn't.
5899
5900 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5901 modification time.
5902
5903 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5904
5905 * menu-bar.el: Put "Use system font" in Option-menu.
5906 (menu-bar-options-save): Add font-use-system-font.
5907
5908 * loadup.el: If feature system-font-setting or font-render-setting is
5909 there, load font-setting.
5910
5911 * Makefile.in (ELCFILES): Add font-settings.el.
5912 * font-setting.el: New file.
5913
5914 2009-11-17 Glenn Morris <rgm@gnu.org>
5915
5916 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5917
5918 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5919 Preserve point in the list buffer. (Bug#4939)
5920 Use point-at-eol.
5921 (newsticker--treeview-list-update-highlight)
5922 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5923
5924 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5925
5926 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5927 Remove.
5928
5929 * calc/calc-ext.el (calc-init-extensions): Remove references to
5930 symclip.
5931
5932 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5933
5934 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5935 * calc/calc-help.el (calc-b-prefix-help): Remove references to
5936 `calc-symclip'.
5937
5938 2009-11-16 Kevin Ryde <user42@zip.com.au>
5939
5940 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5941 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
5942
5943 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5944 (lm-keywords-list): Allow comma-only separator like "foo,bar".
5945 Ignore trailing spaces by omit-nulls to split-string (fixing
5946 regression from Emacs 21 due to the incompatible split-string
5947 change). (Bug #4928.)
5948
5949 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
5950
5951 * vc.el (vc-log-show-limit): Default to 2000.
5952 (vc-print-log-internal): Insert buttons to request more entries
5953 when limiting the output.
5954
5955 * vc-sccs.el (vc-sccs-print-log):
5956 * vc-rcs.el (vc-rcs-print-log):
5957 * vc-cvs.el (vc-cvs-print-log):
5958 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5959 LIMIT is non-nil.
5960
5961 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5962
5963 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5964 error when `tramp-gvfs-dbus-event-vector' is set.
5965 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5966
5967 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5968
5969 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5970
5971 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5972
5973 * net/dbus.el (dbus-unregister-service): New defun.
5974 (dbus-register-property): Register the handlers of
5975 "org.freedesktop.DBus.Properties" for SERVICE.
5976 (dbus-property-handler): Fix docstring.
5977
5978 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5979
5980 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5981 Quote doc string reference in defvaralias as it is not in special form.
5982 (byte-compile-output-docform): Doc fix.
5983
5984 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5985
5986 * calc/calc.el (math-2-word-size, math-half-2-word-size)
5987 (calc-complement-signed-mode): New variables.
5988 (calc-set-mode-line): Add indicator for twos-complements.
5989 (math-format-number): Format twos-complement notation.
5990
5991 * calc/calc-bin.el (calc-word-size): Reset the variables
5992 `math-2-word-size' and `math-half-2-word-size'.
5993 (math-format-complement-signed, math-symclip, calcFunc-symclip)
5994 (calc-symclip): New functions.
5995
5996 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5997
5998 * calc/calc-embed.el (calc-embedded-mode-vars):
5999 Add `calc-complement-signed-mode' to the list of modes.
6000
6001 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
6002 (calc-b-oper-keys): Add `calc-symclip' to list.
6003
6004 * calc/calc-ext.el (math-read-number-fancy): Read complement
6005 signed numbers.
6006 (calc-init-extensions): Add binding for `calc-symclip'.
6007 Add autoload for `calcFunc-symclip' and `calc-symclip'.
6008
6009 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
6010 `calc-symclip'.
6011 (calc-modes-menu): Add item for twos complement mode.
6012
6013 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
6014
6015 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
6016
6017 * register.el (jump-to-register, insert-register): Handle Semantic
6018 tags. From commented-out advice in semantic/senator.el.
6019
6020 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
6021
6022 * vc.el (vc-log-show-limit): New variable.
6023 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
6024 when using a prefix argument.
6025 (vc-print-log-internal): Add new argument LIMIT.
6026
6027 * vc-svn.el (vc-svn-print-log):
6028 * vc-mtn.el (vc-mtn-print-log):
6029 * vc-hg.el (vc-hg-print-log):
6030 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
6031 pass it to the log command when set. Make the BUFFER argument
6032 non-optional.
6033
6034 * vc-sccs.el (vc-sccs-print-log):
6035 * vc-rcs.el (vc-rcs-print-log):
6036 * vc-git.el (vc-git-print-log):
6037 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
6038 ignore it. Make the BUFFER argument non-optional
6039
6040 * bindings.el (mode-line-buffer-identification): Do not purecopy.
6041
6042 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
6043
6044 * dired.el (dired-mode-map): Move encryption items to "Operate"
6045 menu (Bug#4703).
6046
6047 * strokes.el (strokes-update-window-configuration): Make strokes
6048 buffer current before erasing (Bug#4906).
6049
6050 2009-11-15 Juri Linkov <juri@jurta.org>
6051
6052 * simple.el (set-mark-default-inactive): Add :type, :group
6053 and :version. (Bug#4876)
6054
6055 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
6056
6057 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
6058 (archive-unique-fname): ... here. (Bug#4929)
6059
6060 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6061
6062 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
6063 with a real fix.
6064
6065 * novice.el (disabled-command-function): Add useful args.
6066 Setup the help buffer so that [back] works.
6067 Remove redundant call to help-mode.
6068 (disabled-command-function): Use `case'.
6069 (en/disable-command): New function extracted from enable-command.
6070 (enable-command, disable-command): Use it.
6071
6072 2009-11-14 Glenn Morris <rgm@gnu.org>
6073
6074 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
6075 constants. (Bug#4913)
6076
6077 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
6078
6079 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
6080
6081 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
6082 defined in C that have no doc-strings. (Bug#1063)
6083
6084 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
6085
6086 * cus-edit.el (data, files):
6087 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
6088
6089 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
6090
6091 * simple.el (shell-command): Doc fix (Bug#4891).
6092
6093 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
6094
6095 2009-11-14 Glenn Morris <rgm@gnu.org>
6096
6097 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
6098 statements for vc-diff, emerge-quit, and rmail-cease-edit.
6099 If they are already loaded, eval-after-load will do the right thing.
6100
6101 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
6102 compiling.
6103
6104 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
6105
6106 * simple.el (x-selection-owner-p): Declare.
6107 (read-mail-command): Use custom radio type rather than choice.
6108 (completion-no-auto-exit): Doc fix.
6109
6110 * custom.el (defgroup):
6111 * epg-config.el (epg): Doc fixes.
6112
6113 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
6114
6115 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
6116 * international/ccl.el (define-ccl-program): Do not purecopy the
6117 docstring, defconst does it anyway.
6118
6119 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6120
6121 * add-log.el (add-change-log-entry): Avoid displaying the changelog
6122 a second time.
6123
6124 * x-dnd.el (x-dnd-maybe-call-test-function):
6125 * window.el (split-window-vertically):
6126 * whitespace.el (whitespace-help-on):
6127 * vc-rcs.el (vc-rcs-consult-headers):
6128 * userlock.el (ask-user-about-lock-help)
6129 (ask-user-about-supersession-help):
6130 * type-break.el (type-break-force-mode-line-update):
6131 * time-stamp.el (time-stamp-conv-warn):
6132 * terminal.el (te-set-output-log, te-more-break, te-filter)
6133 (te-sentinel, terminal-emulator):
6134 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
6135 (term-write-input-ring, term-check-source, term-start-output-log):
6136 (term-display-buffer-line, term-dynamic-list-completions):
6137 (term-ansi-make-term, serial-term):
6138 * subr.el (selective-display):
6139 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6140 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
6141 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
6142 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
6143 (speedbar-remove-localized-speedbar-support)
6144 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
6145 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
6146 (speedbar-buffers-line-directory):
6147 * simple.el (shell-command-on-region, append-to-buffer)
6148 (prepend-to-buffer):
6149 * shadowfile.el (shadow-save-todo-file):
6150 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
6151 (scroll-bar-maybe-set-window-start):
6152 * sb-image.el (speedbar-image-dump):
6153 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
6154 (load-save-place-alist-from-file):
6155 * ps-samp.el (ps-print-message-from-summary):
6156 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
6157 (ps-background-image, ps-begin-job, ps-do-despool):
6158 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
6159 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
6160 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
6161 (pr-call-process, pr-file-list, pr-interface-save):
6162 * novice.el (disabled-command-function)
6163 (enable-command, disable-command):
6164 * mouse.el (mouse-buffer-menu-alist):
6165 * mouse-copy.el (mouse-kill-preserving-secondary):
6166 * macros.el (kbd-macro-query):
6167 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
6168 * informat.el (batch-info-validate):
6169 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
6170 * hippie-exp.el (try-expand-dabbrev-visible):
6171 * help-mode.el (help-make-xrefs):
6172 * help-fns.el (describe-variable):
6173 * generic-x.el (bat-generic-mode-run-as-comint):
6174 * finder.el (finder-mouse-select):
6175 * find-dired.el (find-dired-sentinel):
6176 * filesets.el (filesets-file-close):
6177 * files.el (list-directory):
6178 * faces.el (list-faces-display, describe-face):
6179 * facemenu.el (list-colors-display):
6180 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
6181 * epg.el (epg--process-filter, epg-cancel):
6182 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
6183 (epa--read-signature-type):
6184 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
6185 (emerge-file-names):
6186 * ehelp.el (electric-helpify):
6187 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
6188 * ediff-vers.el (rcs-ediff-view-revision):
6189 * ediff-util.el (ediff-setup):
6190 * ediff-mult.el (ediff-append-custom-diff):
6191 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
6192 (ediff-wordify):
6193 * echistory.el (Electric-command-history-redo-expression):
6194 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6195 * disp-table.el (describe-display-table):
6196 * dired.el (dired-find-buffer-nocreate):
6197 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
6198 * dabbrev.el (dabbrev--same-major-mode-p):
6199 * chistory.el (list-command-history):
6200 * apropos.el (apropos-documentation):
6201 * allout.el (allout-obtain-passphrase):
6202 (allout-copy-exposed-to-buffer):
6203 (allout-verify-passphrase): Use with-current-buffer.
6204
6205 2009-11-13 Glenn Morris <rgm@gnu.org>
6206
6207 * Makefile.in (ELCFILES): Regenerate.
6208
6209 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
6210
6211 * net/dbus.el (dbus-registered-objects-table): Rename from
6212 `dbus-registered-functions-table', because it contains also properties.
6213 (dbus-unregister-object): Unregister also properties.
6214 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6215 Use a timeout of 500 msec, in order to not block.
6216 (dbus-register-property, dbus-property-handler): New defuns.
6217
6218 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6219
6220 * simple.el (minibuffer-default-add-completions): Drop deprecated
6221 4th arg.
6222
6223 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
6224
6225 * textmodes/artist.el (artist-mouse-choose-operation):
6226 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
6227 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
6228 (artist-compute-up-event-key): New function.
6229 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6230
6231 2009-11-13 Kenichi Handa <handa@m17n.org>
6232
6233 * language/japan-util.el: Make sure that the value of jisx0208
6234 property is jisx0208 character.
6235
6236 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
6237
6238 * international/mule.el (auto-coding-regexp-alist): Only purecopy
6239 car or each item, not the whole list.
6240
6241 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6242
6243 * minibuffer.el (minibuffer-completion-help):
6244 Use minibuffer-hide-completions.
6245
6246 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
6247
6248 * dired.el (dired-save-positions, dired-restore-positions): New funs.
6249 (dired-revert): Use them (bug#4880).
6250
6251 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6252
6253 * tooltip.el (tooltip-frame-parameters): Undo previous change.
6254
6255 2009-11-12 Juri Linkov <juri@jurta.org>
6256
6257 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6258 New functions.
6259 (find-file-literally-at-point): Alias of `ffap-literally'.
6260
6261 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6262
6263 * textmodes/ispell.el (ispell-skip-region-alist):
6264 * textmodes/css-mode.el (auto-mode-alist):
6265 * progmodes/compile.el (auto-mode-alist):
6266 * international/mule.el (ctext-non-standard-encodings-alist)
6267 (ctext-non-standard-encodings-regexp):
6268 * simple.el (shell-command-switch, text-read-only):
6269 * replace.el (occur-mode-map):
6270 * paths.el (rmail-file-name):
6271 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6272 * find-file.el (ff-special-constructs):
6273 * files.el (file-name-handler-alist):
6274 * composite.el: Purecopy strings.
6275
6276 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6277
6278 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6279
6280 * widget.el (define-widget): Purecopy the docstring.
6281 * international/mule-cmds.el (charset): Do not purecopy the
6282 docstring here, define-widget does it.
6283
6284 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6285 * textmodes/bibtex-style.el (auto-mode-alist):
6286 * progmodes/inf-lisp.el (inferior-lisp-prompt):
6287 * progmodes/compile.el (compile-command):
6288 * language/korea-util.el (default-korean-keyboard):
6289 * international/mule-conf.el (file-coding-system-alist):
6290 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6291 * tooltip.el (tooltip-frame-parameters):
6292 * newcomment.el (comment-end, comment-padding):
6293 * dired.el (dired-trivial-filenames):
6294 * comint.el (comint-file-name-prefix): Purecopy initial values.
6295
6296 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
6297
6298 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6299 (tramp-advice-minibuffer-electric-tilde): Unload advices via
6300 `tramp-unload'.
6301 (tramp-advice-make-auto-save-file-name)
6302 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6303 after removing the advice.
6304
6305 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6306
6307 * progmodes/grep.el (grep-regexp-alist):
6308 * international/mule-cmds.el (iso-2022-control-alist):
6309 * emacs-lisp/timer.el (timer-duration-words):
6310 * subr.el (version-separator, version-regexp-alist):
6311 * minibuffer.el (completion-styles-alist):
6312 * faces.el (face-attribute-name-alist, list-faces-sample-text):
6313 Change defvars to defconsts.
6314
6315 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6316 * loadup.el ("international/mule-conf"): Load the byte compiled version.
6317 * international/mule-conf.el: Allow to be byte compiled.
6318
6319 * international/mule.el (define-charset): Purecopy props.
6320 (load-with-code-conversion): Purecopy doc string and file name.
6321 (put-charset-property): Purecopy strings.
6322 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6323
6324 * international/mule-cmds.el (register-input-method): Purecopy arguments.
6325 (define-char-code-property): Correctly purecopy the table.
6326
6327 * international/ccl.el (define-ccl-program): Purecopy the docstring.
6328
6329 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6330
6331 * subr.el (add-hook): Purecopy strings.
6332 (eval-after-load): Purecopy load-history-regexp and the form.
6333
6334 * custom.el (custom-declare-group): Purecopy load-file-name.
6335
6336 * subr.el (menu-bar-separator): New defconst.
6337 * net/eudc.el (eudc-tools-menu):
6338 * international/mule-cmds.el (set-coding-system-map)
6339 (mule-menu-keymap):
6340 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6341 * vc-hooks.el (vc-menu-map):
6342 * replace.el (occur-mode-map):
6343 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
6344 (menu-bar-edit-menu, menu-bar-goto-menu)
6345 (menu-bar-custom-menu, menu-bar-showhide-menu)
6346 (menu-bar-options-menu, menu-bar-tools-menu)
6347 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6348 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6349 (menu-bar-help-menu):
6350 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6351 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6352
6353 * term/x-win.el (x-gtk-stock-map):
6354 * progmodes/vera-mode.el (auto-mode-alist):
6355 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6356 (inferior-lisp-program, inferior-lisp-load-command):
6357 * progmodes/hideshow.el (hs-special-modes-alist):
6358 * progmodes/gud.el (same-window-regexps):
6359 * progmodes/grep.el (grep-program, find-program, xargs-program):
6360 * net/telnet.el (same-window-regexps):
6361 * net/rlogin.el (same-window-regexps):
6362 * language/ethiopic.el (font-ccl-encoder-alist):
6363 * vc-sccs.el (vc-sccs-master-templates):
6364 * vc-rcs.el (vc-rcs-master-templates):
6365 * subr.el (cl-assertion-failed):
6366 * simple.el (next-error-overlay-arrow-position):
6367 * lpr.el (lpr-command):
6368 * locate.el (locate-ls-subdir-switches):
6369 * info.el (same-window-regexps, info)
6370 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6371 * image-mode.el (image-mode, auto-mode-alist):
6372 * hippie-exp.el (hippie-expand-ignore-buffers):
6373 * format.el (format-alist):
6374 * find-dired.el (find-ls-subdir-switches, find-grep-options)
6375 (find-name-arg):
6376 * facemenu.el (facemenu-keybindings):
6377 * dired.el (dired-listing-switches, dired-chown-program):
6378 * diff.el (diff-switches, diff-command):
6379 * cus-edit.el (same-window-regexps):
6380 * bindings.el (mode-line-mule-info)
6381 (mode-line-buffer-identification): Purecopy strings.
6382
6383 2009-11-11 Juri Linkov <juri@jurta.org>
6384
6385 * simple.el (dired-get-filename) <declare-function>:
6386 Tell the byte-compiler about dired-get-filename.
6387 (shell-command): In Dired mode, get filename from the current line
6388 as the default value.
6389
6390 2009-11-10 Glenn Morris <rgm@gnu.org>
6391
6392 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6393 * calendar/holidays.el, progmodes/cperl-mode.el:
6394 Update x-popup-menu declarations.
6395
6396 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6397 (list-load-path-shadows): Use dolist.
6398 (list-load-path-shadows): Use with-current-buffer.
6399
6400 2009-11-10 Juri Linkov <juri@jurta.org>
6401
6402 * minibuffer.el (read-file-name): Support a list of default values
6403 in `default-filename'. Use the first file name where only one
6404 element is required. Doc fix.
6405
6406 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
6407
6408 * net/dbus.el (dbus-unregister-object): Release service, if no
6409 other method is registered for it.
6410
6411 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
6412
6413 * bookmark.el (bookmark-completing-read): Sort bookmark names if
6414 bookmark-sort-flag is non-nil (Bug#4653).
6415
6416 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6417
6418 * emulation/cua-base.el: Add CUA property to some CC mode commands
6419 (Bug#4100).
6420
6421 2009-11-08 Kevin Ryde <user42@zip.com.au>
6422
6423 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
6424 at end of sentence (Bug#4818).
6425
6426 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
6427
6428 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6429 Handle "see declaration of" MSFT statements (Bug#4100).
6430
6431 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
6432
6433 * net/tramp.el (tramp-advice-make-auto-save-file-name)
6434 (tramp-advice-file-expand-wildcards): Unload via
6435 `ad-remove-advice'.
6436
6437 * net/trampver.el: Update release number.
6438
6439 2009-11-08 Kevin Ryde <user42@zip.com.au>
6440
6441 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6442 `ad-do-it'.
6443
6444 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
6445
6446 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6447 in order to keep context in SELinux.
6448
6449 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6450
6451 * dired-aux.el (dired-query): Place cursor in echo area and allow
6452 C-g.
6453
6454 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6455 menu item if not on a directory (Bug#4701).
6456
6457 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
6458
6459 Sync with Tramp 2.1.17.
6460
6461 * net/tramp.el (tramp-handle-copy-directory): Don't use
6462 `file-remote-p' (due to compatibility).
6463
6464 * net/tramp-compat.el (tramp-compat-copy-directory)
6465 (tramp-compat-delete-directory): New defuns.
6466
6467 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6468 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6469 Use `tramp-compat-delete-directory'.
6470
6471 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6472 (tramp-smb-handle-delete-directory):
6473 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6474
6475 * net/trampver.el: Update release number.
6476
6477 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
6478
6479 * tar-mode.el (tar-copy): Call write-region on the right buffer
6480 (Bug#4857).
6481
6482 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6483 by hand, if necessary (Bug#4878).
6484
6485 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
6486
6487 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6488 align size column (Bug#4839).
6489
6490 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6491 statement.
6492
6493 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6494
6495 * progmodes/ld-script.el (auto-mode-alist):
6496 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6497
6498 * cus-face.el (custom-declare-face): Purecopy face spec.
6499
6500 2009-11-06 Kenichi Handa <handa@m17n.org>
6501
6502 * international/uni-bidi.el: Re-generated.
6503 * international/uni-category.el: Re-generated.
6504 * international/uni-combining.el: Re-generated.
6505 * international/uni-mirrored.el: Re-generated.
6506
6507 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6508
6509 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6510 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6511 (tex-start-options, slitex-run-command, latex-run-command)
6512 (tex-run-command, tex-directory):
6513 * textmodes/ispell.el (ispell-html-skip-alists)
6514 (ispell-tex-skip-alists, ispell-tex-skip-alists):
6515 * textmodes/fill.el (adaptive-fill-first-line-regexp):
6516 (adaptive-fill-regexp):
6517 * textmodes/dns-mode.el (auto-mode-alist):
6518 * progmodes/python.el (interpreter-mode-alist):
6519 * progmodes/etags.el (tags-compression-info-list):
6520 * progmodes/etags.el (tags-file-name):
6521 * net/browse-url.el (browse-url-galeon-program)
6522 (browse-url-firefox-program):
6523 * mail/sendmail.el (mail-signature-file)
6524 (mail-citation-prefix-regexp):
6525 * international/mule-conf.el (eight-bit):
6526 * international/latexenc.el (latex-inputenc-coding-alist):
6527 * international/fontset.el (x-pixel-size-width-font-regexp):
6528 * emacs-lisp/warnings.el (warning-type-format):
6529 * emacs-lisp/trace.el (trace-buffer):
6530 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6531 (emacs-lisp-mode-map):
6532 * calendar/holidays.el (holiday-solar-holidays)
6533 (holiday-bahai-holidays, holiday-islamic-holidays)
6534 (holiday-christian-holidays, holiday-hebrew-holidays)
6535 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6536 (hebrew-holidays-1, holiday-oriental-holidays)
6537 (holiday-general-holidays):
6538 * x-dnd.el (x-dnd-known-types):
6539 * tool-bar.el (tool-bar):
6540 * startup.el (site-run-file):
6541 * shell.el (shell-dumb-shell-regexp):
6542 * rfn-eshadow.el (file-name-shadow-tty-properties)
6543 (file-name-shadow-properties):
6544 * paths.el (remote-shell-program, news-directory):
6545 * mouse.el ([C-down-mouse-3]):
6546 * menu-bar.el (menu-bar-tools-menu):
6547 * jka-cmpr-hook.el (jka-compr-load-suffixes)
6548 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6549 (jka-compr-compression-info-list):
6550 * isearch.el (search-whitespace-regexp):
6551 * image-file.el (image-file-name-extensions):
6552 * find-dired.el (find-ls-option):
6553 * files.el (directory-listing-before-filename-regexp)
6554 (directory-free-space-args, insert-directory-program)
6555 (list-directory-brief-switches, magic-fallback-mode-alist)
6556 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6557 (automount-dir-prefix):
6558 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6559 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6560 (face-font-registry-alternatives, face-font-registry-alternatives)
6561 (face-font-family-alternatives):
6562 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6563 (facemenu-foreground-menu, facemenu-face-menu):
6564 * epa-hook.el (epa-file-name-regexp):
6565 * dnd.el (dnd-protocol-alist):
6566 * textmodes/rst.el (auto-mode-alist):
6567 * button.el (default-button): Purecopy strings.
6568
6569 2009-11-06 Glenn Morris <rgm@gnu.org>
6570
6571 * Makefile.in (ELCFILES): Update.
6572
6573 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6574
6575 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6576 * emacs-lisp/levents.el: Move to obsolete/levents.el.
6577
6578 * nxml/xsd-regexp.el (xsdre-gen-categories):
6579 * nxml/xmltok.el (xmltok-parse-entity):
6580 * nxml/rng-parse.el (rng-parse-validate-file):
6581 * nxml/rng-maint.el (rng-format-manual)
6582 (rng-manual-output-force-new-line):
6583 * nxml/rng-loc.el (rng-save-schema-location-1):
6584 * nxml/rng-cmpct.el (rng-c-parse-file):
6585 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6586 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6587
6588 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
6589
6590 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
6591 Remove extra save-excursions and make-variable-buffer-local's.
6592 Suggested by Stefan Monnier.
6593
6594 (verilog-getopt-file, verilog-module-inside-filename-p)
6595 (verilog-set-define): Merge GNU 1.35 and repair changes from
6596 switching to using with-current-buffer.
6597
6598 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6599 being treated as a number and confusing AUTORESET.
6600 Reported by Dan Dever.
6601
6602 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6603 Add verilog-auto-ignore-concat to fix backward compatibility with
6604 older verilog-modes. Reported by Dan Katz.
6605
6606 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6607 containing closing anchors "...$".
6608
6609 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6610 Reported by Wade Smith.
6611
6612 (verilog-batch-execute-func): Comment on function usage.
6613
6614 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
6615
6616 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6617 for labels.
6618
6619 (verilog-label-re, verilog-calc-1): Support proper indent of named
6620 asserts.
6621
6622 (verilog-backward-token, verilog-basic-complete-re)
6623 (verilog-beg-of-statement, verilog-indent-re): Support proper
6624 indent of the assert statement at the beginning of a block of text.
6625
6626 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6627 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6628 tokens as begins.
6629
6630 2009-11-05 Glenn Morris <rgm@gnu.org>
6631
6632 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6633 Emacs 19. (Bug#1531)
6634 (byte-compile-fix-header): Update for the above change.
6635 Drop test for epoch::version.
6636
6637 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
6638 * cus-dep.el (custom-make-dependencies):
6639 * finder.el (finder-compile-keywords):
6640 Use autoload-rubric's feature argument.
6641
6642 * calendar/diary-lib.el (top-level): Make load behave more like require.
6643
6644 * vc-git.el (vc-git-stash-map): Move definition before use.
6645
6646 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6647
6648 * custom.el (custom-declare-group): Purecopy standard-value.
6649 (custom-declare-group): Purecopy custom-prefix.
6650
6651 * international/mule.el (load-with-code-conversion):
6652 Call do-after-load-evaluation unconditionally.
6653
6654 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6655
6656 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6657
6658 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6659
6660 2009-11-04 Glenn Morris <rgm@gnu.org>
6661
6662 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6663 (byte-compile-compatibility): Remove option.
6664 (byte-compile-close-variables, byte-compile-fix-header)
6665 (byte-compile-insert-header, byte-compile-output-docform)
6666 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6667 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6668 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6669 (byte-compile-insert, byte-compile-defun):
6670 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
6671 (byte-defop-compiler19): Remove.
6672 Without byte-compile-compatibility, the 'emacs19-opcode property is not
6673 used by anything. Replace all calls with byte-defop-compiler.
6674
6675 2009-11-04 Juri Linkov <juri@jurta.org>
6676
6677 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6678 (menu-bar-options-menu): Don't quote the `prop' arg of
6679 `menu-bar-make-mm-toggle'.
6680
6681 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
6682
6683 * calendar/calendar.el (cal-loaddefs):
6684 * calendar/diary-lib.el (diary-loaddefs):
6685 * calendar/holidays.el (hol-loaddefs):
6686 * eshell/esh-module.el (esh-groups): Load rather than require.
6687
6688 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6689
6690 * calendar/todo-mode.el (todo-add-category): Don't hardcode
6691 point-min==1.
6692 (todo-top-priorities): Only display-buffer when called interactively.
6693 (todo-item-start): Don't save excursion point.
6694 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
6695 (todo-insert-item-here, todo-file-item, todo-remove-item):
6696 Adjust uses of todo-item-start and todo-item-end.
6697
6698 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6699 (autoload-rubric): Don't use any more.
6700
6701 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6702 and only put a prop if it is non-nil.
6703
6704 2009-11-03 Juri Linkov <juri@jurta.org>
6705
6706 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6707 (menu-bar-options-menu): Fix list quoting (Bug#4429).
6708
6709 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6710 and "Menu" to make top-level menu item visually one unit (like
6711 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6712 multi-word menu items). Fix :help string for quit-window.
6713
6714 2009-11-03 Glenn Morris <rgm@gnu.org>
6715
6716 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6717 (byte-compile-file-form-define-abbrev-table)
6718 (byte-compile-file-form-custom-declare-variable)
6719 (byte-compile-variable-ref, byte-compile-defvar):
6720 Whether or not a warning is enabled should only affect whether we issue
6721 the warning, not whether or not we collect the relevant data.
6722 Eg warnings can be turned on and off throughout the course of a file.
6723
6724 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6725 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6726
6727 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6728
6729 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6730 * play/mpuz.el (mpuz-create-buffer):
6731 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6732 (lm-print-y,s,noise, lm-print-w0, lm-init):
6733 * play/gomoku.el (gomoku-prompt-for-move):
6734 * play/fortune.el (fortune-in-buffer):
6735 * play/dissociate.el (dissociated-press):
6736 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
6737 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
6738 * mail/supercite.el (sc-eref-show):
6739 * mail/smtpmail.el (smtpmail-send-it):
6740 * mail/rmailsum.el (rmail-summary-next-labeled-message)
6741 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6742 (rmail-summary-undelete-many, rmail-summary-rmail-update)
6743 (rmail-summary-goto-msg, rmail-summary-expunge)
6744 (rmail-summary-get-new-mail, rmail-summary-search-backward)
6745 (rmail-summary-add-label, rmail-summary-output-menu)
6746 (rmail-summary-output-body):
6747 * mail/rfc822.el (rfc822-addresses):
6748 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6749 * mail/mailpost.el (post-mail-send-it):
6750 * mail/hashcash.el (hashcash-generate-payment):
6751 * mail/feedmail.el (feedmail-run-the-queue)
6752 (feedmail-queue-send-edit-prompt-help-first)
6753 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6754 (feedmail-deduce-address-list):
6755 * eshell/esh-ext.el (eshell-remote-command):
6756 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6757 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6758 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6759 (viper-save-string-in-file, viper-valid-marker):
6760 * emulation/viper-keym.el (viper-toggle-key):
6761 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6762 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6763 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6764 * emulation/viper-cmd.el (viper-exec-form-in-vi)
6765 (viper-exec-form-in-emacs, viper-brac-function):
6766 * emulation/viper.el (viper-delocalize-var):
6767 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6768 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6769 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6770 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6771 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6772 * emulation/edt.el (edt-electric-helpify):
6773 * emulation/cua-rect.el (cua--rectangle-aux-replace):
6774 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6775 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6776 (cua-indent-to-global-mark-column):
6777 * calendar/diary-lib.el (calendar-mark-1):
6778 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6779 Use with-current-buffer.
6780 * emulation/viper.el (viper-delocalize-var): Use dolist.
6781
6782 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
6783
6784 * comint.el (comint-replace-by-expanded-history-before-point):
6785 Replace !! with the previous input string literally (Bug#1795).
6786
6787 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
6788
6789 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6790 to be made up of whitespace.
6791
6792 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
6793
6794 * minibuffer.el (read-file-name): Don't use file dialogs for
6795 remote directories (Bug#99).
6796
6797 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
6798
6799 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6800
6801 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
6802
6803 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6804 instead of deleting the window or frame.
6805
6806 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6807
6808 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6809 Support face colors.
6810
6811 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6812 New function. Support face colors (Bug#1168).
6813 (tex-common-initialization): Use it.
6814
6815 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6816 mode allows it (Bug#1168).
6817
6818 2009-10-31 Juri Linkov <juri@jurta.org>
6819
6820 * facemenu.el (list-colors-display): Don't mark buffer as
6821 modified (Bug#3948).
6822
6823 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6824
6825 * international/mule-diag.el (list-character-sets-1):
6826 Minor message fix (Bug#3526).
6827
6828 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
6829 Fix face property (Bug#4834).
6830 (etags-list-tags, etags-tags-apropos-additional)
6831 (etags-tags-apropos, tags-select-tags-table): Add follow-link
6832 property.
6833
6834 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6835 items.
6836
6837 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
6838
6839 * textmodes/two-column.el (2C-split):
6840 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6841 * textmodes/tex-mode.el (tex-set-buffer-directory):
6842 * textmodes/spell.el (spell-region, spell-string):
6843 * textmodes/reftex.el (reftex-erase-buffer):
6844 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6845 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6846 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6847 (reftex-select-item):
6848 * textmodes/reftex-ref.el (reftex-label-info-update)
6849 (reftex-offer-label-menu):
6850 * textmodes/reftex-index.el (reftex-index-change-entry)
6851 (reftex-index-phrases-info):
6852 * textmodes/reftex-global.el (reftex-create-tags-file)
6853 (reftex-save-all-document-buffers, reftex-ensure-write-access):
6854 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6855 (reftex-view-crossref-from-bibtex):
6856 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6857 (reftex-extract-bib-entries-from-thebibliography)
6858 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6859 * textmodes/refbib.el (r2b-capitalize-title):
6860 (r2b-convert-buffer, r2b-help):
6861 * textmodes/page-ext.el (pages-directory)
6862 (pages-directory-goto-with-mouse):
6863 * textmodes/bibtex.el (bibtex-validate-globally):
6864 * textmodes/bib-mode.el (bib-capitalize-title):
6865 * textmodes/artist.el (artist-clear-buffer, artist-system):
6866 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6867 (local-set-scheme-interaction-buffer, xscheme-process-filter)
6868 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6869 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6870 (xscheme-send-control-g-interrupt, xscheme-start-process)
6871 (xscheme-process-sentinel, xscheme-cd):
6872 * progmodes/verilog-mode.el (verilog-read-always-signals)
6873 (verilog-set-define, verilog-getopt-file)
6874 (verilog-module-inside-filename-p):
6875 * progmodes/sh-script.el:
6876 * progmodes/python.el (python-pdbtrack-get-source-buffer)
6877 (python-pdbtrack-grub-for-buffer, python-execute-file):
6878 * progmodes/octave-inf.el (inferior-octave):
6879 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6880 (idlwave-shell-compile-helper-routines, idlwave-set-local)
6881 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6882 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6883 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6884 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6885 (idlwave-shell-filter, idlwave-shell-examine-highlight)
6886 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6887 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6888 (idlwave-shell-examine-display, idlwave-shell-run-region)
6889 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6890 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6891 * progmodes/idlw-help.el (idlwave-help-get-special-help)
6892 (idlwave-help-get-help-buffer):
6893 * progmodes/gud.el (gud-basic-call, gud-find-class)
6894 (gud-tooltip-activate-mouse-motions-if-enabled):
6895 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6896 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6897 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6898 (ebrowse-tags-next-file):
6899 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6900 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6901 (ebnf-eps-finish-and-write):
6902 * progmodes/cpp.el (cpp-edit-save):
6903 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6904 * progmodes/cc-defs.el (c-emacs-features):
6905 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6906 (antlr-directory-dependencies):
6907 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6908 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6909 (ada-find-any-references, ada-make-filename-from-adaname)
6910 (ada-make-body-gnatstub):
6911 * obsolete/rnews.el (news-list-news-groups):
6912 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6913 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6914 * net/rcirc.el (rcirc-debug):
6915 * net/newst-treeview.el (newsticker--treeview-list-add-item)
6916 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6917 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6918 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6919 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6920 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6921 (newsticker--treeview-list-clear-highlight)
6922 (newsticker--treeview-list-update-highlight)
6923 (newsticker--treeview-list-highlight-start)
6924 (newsticker--treeview-tree-update-highlight)
6925 (newsticker--treeview-get-selected-item)
6926 (newsticker-treeview-mark-list-items-old)
6927 (newsticker--treeview-set-current-node):
6928 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6929 * net/newst-backend.el (newsticker--get-news-by-funcall)
6930 (newsticker--get-news-by-wget, newsticker--image-get)
6931 (newsticker--image-sentinel):
6932 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6933 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6934 (eudc-ph-close-session):
6935 * net/eudc.el (eudc-save-options):
6936 * language/thai-word.el (thai-update-word-table):
6937 * language/japan-util.el (japanese-string-conversion):
6938 * international/titdic-cnv.el (tsang-quick-converter)
6939 (ziranma-converter, ctlau-converter):
6940 * international/mule-cmds.el (describe-language-environment):
6941 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6942 (skkdic-convert-postfix, skkdic-convert-prefix):
6943 (skkdic-convert-okuri-nasi, skkdic-convert):
6944 * emacs-lisp/re-builder.el (reb-update-overlays):
6945 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6946 * emacs-lisp/gulp.el (gulp-send-requests):
6947 * emacs-lisp/find-gc.el (trace-call-tree):
6948 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6949 (eieio-describe-generic):
6950 * emacs-lisp/eieio-base.el (eieio-persistent-read):
6951 * emacs-lisp/edebug.el (edebug-outside-excursion):
6952 * emacs-lisp/debug.el (debugger-make-xrefs):
6953 * emacs-lisp/cust-print.el (custom-prin1-to-string):
6954 * emacs-lisp/chart.el (chart-new-buffer):
6955 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6956 Use with-current-buffer.
6957 * textmodes/artist.el (artist-system): Don't call
6958 copy-sequence on a fresh string.
6959 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6960
6961 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
6962
6963 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6964 is no item to edit. (Bug#4820)
6965 (todo-top-priorities): Restore point and restore narrowing in Todo
6966 buffer. (Bug#4820)
6967
6968 2009-10-31 Glenn Morris <rgm@gnu.org>
6969
6970 * net/ange-ftp.el (top-level): Don't require dired when compiling.
6971 (comint-last-output-start, comint-last-input-start)
6972 (comint-last-input-end): Don't defvar when compiling.
6973 (ange-ftp-process-file): Use bound-and-true-p.
6974
6975 * pcmpl-rpm.el (top-level): Move provide statement to end.
6976 (pcmpl-rpm): Remove unused custom group.
6977
6978 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6979
6980 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6981
6982 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6983 (byte-compile-warnings): Add `constants' as an option.
6984 (byte-compile-callargs-warn, byte-compile-arglist-warn)
6985 (display-call-tree): Update for byte-compile-fdefinition possibly
6986 returning `(macro lambda ...)'. (Bug#4778)
6987 (byte-compile-variable-ref, byte-compile-setq-default):
6988 Respect `constants' member of byte-compile-warnings.
6989
6990 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6991
6992 * vc-bzr.el (vc-bzr-revision-keywords): New var.
6993 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6994 to "submit:".
6995
6996 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6997
6998 * textmodes/ispell.el (ispell-skip-region-alist):
6999 * international/mule-conf.el (eight-bit):
7000 * international/fontset.el (font-encoding-alist):
7001 * startup.el (pure-space-overflow-message):
7002 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
7003 * paths.el (gnus-nntp-service, rmail-spool-directory)
7004 (term-file-prefix):
7005 * files.el (save-some-buffers-action-alist):
7006 * cmuscheme.el (same-window-buffer-names):
7007 * ielm.el (same-window-buffer-names):
7008 * shell.el (same-window-buffer-names):
7009 * mail/sendmail.el (same-window-buffer-names):
7010 * progmodes/inf-lisp.el (same-window-buffer-names):
7011 * bindings.el (mode-line-client)
7012 (mode-line-column-line-number-mode-map):
7013 * language/tibetan.el (tibetan-precomposition-rule-regexp)
7014 (tibetan-precomposed-regexp): Purecopy string arguments.
7015
7016 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7017
7018 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
7019 (calcDigit-nondigit):
7020 * calc/calc-yank.el (calc-copy-to-buffer):
7021 * calc/calc-units.el (calc-invalidate-units-table):
7022 * calc/calc-trail.el (calc-trail-yank):
7023 * calc/calc-store.el (calc-insert-variables):
7024 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
7025 * calc/calc-prog.el (calc-read-parse-table):
7026 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
7027 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
7028 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
7029 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
7030 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
7031 (calc-graph-name, calc-graph-find-command, calc-graph-view)
7032 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
7033 * calc/calc-ext.el (calc-realign):
7034 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
7035 (calc-embedded-finish-edit, calc-embedded-make-info)
7036 (calc-embedded-finish-command, calc-embedded-stack-change):
7037 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
7038
7039 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
7040 shell-dynamic-complete-filename in preference to
7041 comint-dynamic-complete-filename.
7042
7043 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7044 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7045 Don't consider whether the display supports colors.
7046 (bookmark-import-new-list): Use dolist.
7047 (bookmark-bmenu-mode-map): Move initialization into declaration.
7048 (bookmark-bmenu-list): Use dolist, simplify.
7049 (bookmark-show-all-annotations): Use save-selected-window and dolist.
7050 (menu-bar-final-items): Use push.
7051
7052 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
7053
7054 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
7055 it works on remote files.
7056 (vc-hg-diff): Don't pass any `--cwd' argument.
7057
7058 2009-10-27 Kevin Ryde <user42@zip.com.au>
7059
7060 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7061 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
7062 (Further to Bug#3921).
7063
7064 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
7065
7066 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
7067 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
7068 calling `tramp-imap-put-file'. Add file size to the call.
7069 (tramp-imap-get-file-entries): Compute also user name, file size,
7070 and date.
7071 (tramp-imap-handle-insert-directory): Insert uid and gid.
7072 (tramp-imap-handle-file-attributes): Transform uid and gid
7073 according to `id-format'.
7074 (tramp-imap-put-file): New optional parameter SIZE. Encode file
7075 size in header X-Size.
7076
7077 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
7078
7079 * simple.el (transpose-subr): Give clearer error when the mark
7080 is not set. (Bug#4807)
7081
7082 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
7083
7084 * net/tramp.el (tramp-perl-file-truename): New defconst.
7085 Perl code contributed by yary <not.com@gmail.com> (tiny change).
7086 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
7087 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
7088 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
7089
7090 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
7091 Ignore `dired-call-process'.
7092 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
7093
7094 2009-10-26 Julian Scheid <julians37@gmail.com>
7095
7096 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
7097 (tramp-get-remote-readlink): New defun.
7098 (tramp-handle-file-truename): Use it.
7099 (tramp-handle-file-exists-p): Check file-attributes cache, assume
7100 file exists if cache value present.
7101 (tramp-check-cached-permissions): New defun.
7102 (tramp-handle-file-readable-p): Use it.
7103 (tramp-handle-file-writable-p): Likewise.
7104 (tramp-handle-file-executable-p): Likewise.
7105 (tramp-handle-file-name-all-completions): Try using Perl to get
7106 partial completions. When perl not available, combine `cd' and
7107 `ls' into single remote operation and use shell expansion to get
7108 partial remote directory contents. Set `file-exists-p' cache for
7109 directory and any files returned by ls. Change cache handling to
7110 support partial directory contents. Use error message emitted by
7111 remote `cd' or Perl code for local tramp-error.
7112 (tramp-do-copy-or-rename-file-directly): Avoid separate
7113 tramp-send-command-and-check call.
7114 (tramp-handle-process-file): Merge three remote ops into one.
7115 Do not flush all caches when `process-file-side-effects' is set.
7116 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
7117 file-attributes shows uid/gid to be set already.
7118
7119 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
7120
7121 * textmodes/tex-mode.el (tex-dvi-view-command)
7122 (tex-show-queue-command, tex-open-quote):
7123 * progmodes/ruby-mode.el (auto-mode-alist)
7124 (interpreter-mode-alist): Purecopy strings.
7125
7126 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
7127
7128 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
7129 string for the hook, keymap and abbrev table.
7130
7131 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
7132
7133 * x-dnd.el (x-dnd-xdnd-to-action):
7134 * startup.el (fancy-startup-text, fancy-about-text): Change to
7135 defconst from defvar.
7136
7137 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
7138
7139 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
7140 Purecopy initialization strings.
7141
7142 * mail/sendmail.el (mail-header-separator)
7143 (mail-personal-alias-file):
7144 * mail/rmail.el (rmail-default-dont-reply-to-names)
7145 (rmail-ignored-headers, rmail-retry-ignored-headers)
7146 (rmail-highlighted-headers, rmail-secondary-file-directory)
7147 (rmail-secondary-file-regexp):
7148 * files.el (null-device, file-name-invalid-regexp)
7149 (locate-dominating-stop-dir-regexp)
7150 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
7151 (interpreter-mode-alist): Use mapcar instead of mapc.
7152
7153 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
7154
7155 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
7156 (completion-ignored-extensions):
7157 (debug-ignored-errors): Purecopy strings.
7158
7159 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7160
7161 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
7162 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
7163 (pcomplete--here): Use push.
7164
7165 * subr.el (all-completions): Declare the 4th arg obsolete.
7166
7167 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7168
7169 * pcomplete.el (pcomplete-unquote-argument-function): New var.
7170 (pcomplete-unquote-argument): New function.
7171 (pcomplete--common-suffix): Always pay attention to case.
7172 (pcomplete--table-subvert): Quote and unquote the text.
7173 (pcomplete--common-quoted-suffix): New function.
7174 (pcomplete-std-complete): Use it and pcomplete-begin.
7175
7176 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
7177 we're inside a dedicated or minibuffer window.
7178
7179 2009-10-24 Karl Fogel <kfogel@red-bean.com>
7180
7181 * bookmark.el: Update documentation, especially documentation
7182 of `bookmark-alist' and of the bookmark file format.
7183 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
7184
7185 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
7186
7187 * mail/emacsbug.el (report-emacs-bug): Clarify that the
7188 keybindings apply to the mail buffer (Bug#4003). Shrink help
7189 window to buffer.
7190
7191 * whitespace.el (whitespace-mode, whitespace-newline-mode)
7192 (global-whitespace-mode, global-whitespace-newline-mode)
7193 (whitespace-toggle-options, global-whitespace-toggle-options):
7194 Doc fix (Bug#3660).
7195
7196 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
7197 of xmltok-start before the end tag was inserted (Bug#2840).
7198
7199 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
7200 patterns that are preceded by an open-paren (Bug#1320).
7201
7202 2009-10-24 Sven Joachim <svenjoac@gmx.de>
7203
7204 * files.el (delete-directory): Delete symlinks to directories with
7205 delete-file (Bug#4739).
7206
7207 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
7208
7209 * vc.el (vc-backend-for-registration): Rename from
7210 vc-get-backend-for-registration. Update callers.
7211
7212 * international/mule-cmds.el (set-language-info-alist):
7213 Purecopy lang-env.
7214 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
7215 (charset): Purecopy the name.
7216 (define-char-code-property): Purecopy string arguments.
7217
7218 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7219 Purecopy string arguments.
7220
7221 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7222 * ediff-hook.el (menu-bar-ediff-menu):
7223 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
7224 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
7225
7226 2009-10-24 Glenn Morris <rgm@gnu.org>
7227
7228 * comint.el (comint-dynamic-list-completions):
7229 * term.el (term-dynamic-list-completions): Use choose-completion rather
7230 than obsolete alias mouse-choose-completion.
7231
7232 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
7233 file-cache-choose-completion.
7234 (file-cache-choose-completion): Handle an optional event argument.
7235 (file-cache-mouse-choose-completion): Make it an obsolete alias.
7236
7237 * progmodes/octave-mod.el (octave-complete-symbol):
7238 Use choose-completion if mouse-choose-completion is ever removed.
7239
7240 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
7241 use.
7242
7243 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
7244 compiler.
7245
7246 * vc-hooks.el (vc-responsible-backend): Fix declaration.
7247
7248 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7249
7250 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
7251 Ignore `pred' now that we receive one.
7252 Handle test-completion specially.
7253
7254 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7255
7256 * vc.el (vc-responsible-backend): Throw an error if not backend is
7257 found. Remove the REGISTER argument. Move the code dealing with
7258 REGISTER ...
7259 (vc-get-backend-for-registration): ... here. New function.
7260 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
7261 of vc-responsible-backend, pass the file name instead of the
7262 directory name.
7263
7264 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7265
7266 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
7267 New funs.
7268 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
7269 (pcomplete-comint-setup): Don't modify a global var via
7270 accidental side-effects.
7271 (pcomplete-shell-setup): Adjust call accordingly.
7272 (pcomplete-parse-comint-arguments): Use push.
7273
7274 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
7275
7276 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7277 Allow uncapitalized info node names (Bug#3921).
7278
7279 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
7280 to the DEBUG file (Bug#3781).
7281
7282 2009-10-23 Jari Aalto <jari.aalto@cante.net>
7283
7284 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
7285 dictionary entry (Bug#4579).
7286
7287 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
7288
7289 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
7290 from `rfn-eshadow-update-overlay-hook' when unloading.
7291 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
7292 "rsyncc". Adjust doc string.
7293 (tramp-temp-buffer-file-name): New buffer-local defvar.
7294 (tramp-handle-insert-file-contents, tramp-handle-write-region):
7295 Keep temporary file when indicated by method ("rsync" and
7296 "rsyncc").
7297 (tramp-handle-write-region): Handle APPEND.
7298 (tramp-delete-temp-file-function): New defun. Added to
7299 `kill-buffer-hook'.
7300
7301 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
7302
7303 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
7304
7305 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7306
7307 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
7308 (color-name-rgb-alist, tty-standard-colors)
7309 (tty-color-mode-alist): Change to defconst.
7310
7311 * simple.el (mark-inactive): Purecopy message.
7312
7313 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
7314 (global-map, yank-menu):
7315 * textmodes/ispell.el (ispell-menu-map):
7316 * net/eudc.el (eudc-tools-menu):
7317 * international/mule-cmds.el (describe-language-environment-map)
7318 (setup-language-environment-map, set-coding-system-map)
7319 (mule-menu-keymap):
7320 * vc-hooks.el (vc-menu-entry, vc-menu-map):
7321 * replace.el (occur-mode-map):
7322 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
7323
7324 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
7325
7326 * calc/calc.el (math-read-number, math-read-number-simple):
7327 Use `save-match-data'.
7328
7329 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7330
7331 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
7332 rather than fiddling with global-map bindings, since it should only
7333 affect per-terminal settings.
7334 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
7335
7336 * minibuffer.el (completion-table-with-terminator): Allow to specify
7337 the terminator-regexp.
7338
7339 * simple.el (switch-to-completions): Look for *Completions* in other
7340 frames as well.
7341
7342 * pcomplete.el: Allow the use of completion-tables.
7343 (pcomplete-std-complete): New command.
7344 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
7345 (pcomplete--here): Use a function for `form' rather than an expression,
7346 so it can be byte-compiled.
7347 (pcomplete-here, pcomplete-here*): Adjust accordingly.
7348 Add edebug declaration.
7349 (pcomplete-show-completions): Remove unused var `curbuf'.
7350 (pcomplete-do-complete, pcomplete-stub):
7351 Don't assume `completions' is a list of strings any more.
7352
7353 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
7354
7355 * find-dired.el (find-name-arg): Fix typo in docstring.
7356
7357 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7358
7359 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
7360 (pcmpl-linux-fs-types): Same, and update to new modules layout.
7361
7362 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
7363 pcomplete-entries.
7364
7365 * comint.el (comint-read-input-ring, comint-write-input-ring)
7366 (comint-substitute-in-file-name)
7367 (comint-dynamic-complete-as-filename)
7368 (comint-dynamic-simple-complete)
7369 (comint-dynamic-list-filename-completions)
7370 (comint-dynamic-list-completions)
7371 (comint-redirect-results-list-from-process): Minor simplifications.
7372
7373 2009-10-21 Kevin Ryde <user42@zip.com.au>
7374
7375 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7376 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
7377 the first form. And insert a blank line after ";;; Code" since
7378 that's usual style. (Bug#4612)
7379
7380 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
7381
7382 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7383
7384 * minibuffer.el (completion-table-with-terminator): Properly implement
7385 boundaries, in case `terminator' appears in the suffix.
7386 (completion--embedded-envvar-table): Don't return boundaries if
7387 there's no valid completion. Simplify.
7388 (completion-file-name-table): New completion table extracted from
7389 completion--file-name-table.
7390 (completion--file-name-table): Use it.
7391 (read-file-name-predicate): Declare obsolete.
7392 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
7393 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
7394 completion-file-name-table, and use the `pred' argument.
7395 * files.el (locate-file-completion-table): Use the `pred' arg rather
7396 than read-file-name-predicate.
7397 (abbreviate-file-name): Use \` rather than ^ for BOS.
7398
7399 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
7400
7401 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
7402 vc-responsible-backend to register, it causes problems.
7403
7404 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7405
7406 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
7407
7408 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
7409
7410 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
7411 (tramp-smb-handle-file-attributes): Use it.
7412 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
7413 (tramp-smb-handle-insert-directory): Use `mapc' rather than
7414 `mapcar'. Use `tramp-smb-get-stat-capability'.
7415 Add `dired-filename' text properties.
7416 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
7417 (tramp-smb-maybe-open-connection): Simplify check for smbclient
7418 version.
7419
7420 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7421
7422 * subr.el (read-key-delay): Reduce to 0.01.
7423 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
7424 (bug#4751).
7425
7426 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7427
7428 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
7429
7430 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
7431 (Info-menu): Remove unused vars `last' and `completions'.
7432 (Info-index-nodes): Remove unused var `node'.
7433
7434 * info.el (Info-complete-menu-item): Use complete-with-action.
7435
7436 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7437
7438 Make vc-annotate work through copies and renames.
7439 * vc-annotate.el (vc-annotate-extract-revision-at-line):
7440 Return the file name too.
7441 (vc-annotate-revision-at-line)
7442 (vc-annotate-find-revision-at-line)
7443 (vc-annotate-revision-previous-to-line)
7444 (vc-annotate-show-log-revision-at-line): Update to get the file
7445 name from vc-annotate-extract-revision-at-line.
7446 (vc-annotate-show-diff-revision-at-line-internal): Change the
7447 argument to mean whether to show a file diff or not. Get the file
7448 name from vc-annotate-extract-revision-at-line.
7449 (vc-annotate-show-diff-revision-at-line):
7450 Update vc-annotate-show-diff-revision-at-line call.
7451 (vc-annotate-warp-revision): Add an optional file argument.
7452
7453 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
7454 (vc-git-annotate-extract-revision-at-line): Also return the file
7455 name if found.
7456
7457 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
7458 command. Remove unused code.
7459 (vc-hg-annotate-re): Update to match --follow output.
7460 (vc-hg-annotate-extract-revision-at-line): Also return the file
7461 name if found.
7462
7463 * vc.el: Update annotate-extract-revision-at-line documentation.
7464
7465 2009-10-18 Kevin Ryde <user42@zip.com.au>
7466
7467 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
7468 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
7469
7470 * net/browse-url.el (browse-url): Identify alist with "consp and
7471 not functionp" and let all other things go down the `apply' leg,
7472 as suggested by Stefan. (Further to bug#4531.)
7473
7474 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
7475
7476 * minibuffer.el (read-file-name): Check for repeat before putting
7477 a default argument in file-name-history (Bug#4657).
7478
7479 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
7480 read syntax (Bug#4737).
7481
7482 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7483
7484 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7485
7486 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
7487 (html-tag-alist, html-tag-help): Add descriptions for undocumented
7488 entries and make note of obsolete tags.
7489
7490 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7491
7492 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7493
7494 2009-10-18 Glenn Morris <rgm@gnu.org>
7495
7496 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7497 grep, so that binary files (eg international/uni-bidi.el) can match.
7498 Remove test for "UnicodeData" files, since it is hopefully unnecessary
7499 now, and in any case the file header format has changed.
7500
7501 2009-10-17 Glenn Morris <rgm@gnu.org>
7502
7503 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7504 (flyspell-get-word, flyspell-large-region)
7505 (flyspell-auto-correct-previous-word): Doc/error message fixes.
7506
7507 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
7508
7509 * Makefile.in (ELCFILES): Add ede/shell.
7510
7511 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
7512
7513 * term/common-win.el (x-colors): Purecopy it.
7514
7515 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7516
7517 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
7518 permissive for when the buffer is empty.
7519 (tar-header-block-tokenize): Decode the username and groupname.
7520 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
7521
7522 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7523
7524 * international/mule-cmds.el (select-safe-coding-system): If the file
7525 has a coding cookie, use it regardless of any other setting (bug#4712).
7526
7527 2009-10-17 Glenn Morris <rgm@gnu.org>
7528
7529 * foldout.el (foldout-mouse-swallow-events):
7530 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
7531
7532 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
7533 (dired-keep-marker-copy, dired-keep-marker-hardlink)
7534 (dired-keep-marker-symlink, dired-dwim-target)
7535 (dired-copy-preserve-time): Do not autoload these defcustoms.
7536
7537 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7538 messages from messing up the file coding. (Bug#4623)
7539
7540 2009-10-17 Jari Aalto <jari.aalto@cante.net>
7541
7542 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7543 if no match is found for the current dictionary. (Bug#4578)
7544
7545 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7546 optional, since that is how it is documented, and this is often called
7547 with a nil argument. (Bug#4577)
7548 (flyspell-external-point-words, flyspell-auto-correct-word)
7549 (flyspell-correct-word-before-point, flyspell-word-search-forward)
7550 (flyspell-word-search-backward): Remove nil argument in calls to
7551 flyspell-get-word, since it is not needed now.
7552
7553 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
7554
7555 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
7556
7557 2009-10-16 Glenn Morris <rgm@gnu.org>
7558
7559 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7560
7561 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
7562
7563 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7564 (ange-ftp-file-size): New function.
7565 (ange-ftp-file-attributes): Use it.
7566
7567 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
7568
7569 * net/tramp-smb.el (tramp-smb-version): New defvar.
7570 (tramp-smb-maybe-open-connection): Use it, in order to avoid
7571 repeated checks.
7572
7573 2009-10-16 Glenn Morris <rgm@gnu.org>
7574
7575 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7576 Maybe copy some custom properties from old to new name. (Bug#4706)
7577
7578 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
7579
7580 * subr.el (error, sit-for, start-process-shell-command)
7581 (start-file-process-shell-command): Set the calling convention
7582 after the function definition.
7583
7584 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7585
7586 * subr.el (error, sit-for, start-process-shell-command)
7587 (start-file-process-shell-command): Use the new
7588 set-advertised-calling-convention feature.
7589
7590 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
7591
7592 * international/ucs-normalize.el (ucs-normalize-version):
7593 Change to 1.2.
7594 (check-range): Adjust for Unicode 5.2.
7595
7596 2009-10-15 Juri Linkov <juri@jurta.org>
7597
7598 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7599 to the `menu-item' format.
7600
7601 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
7602
7603 * net/tramp.el (tramp-replace-environment-variables): Do not fail
7604 if the environment variable does not exist.
7605
7606 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7607 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7608 parameter.
7609 (tramp-smb-handle-add-name-to-file)
7610 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7611 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7612 (tramp-smb-handle-file-attributes)
7613 (tramp-smb-do-file-attributes-with-stat)
7614 (tramp-smb-handle-file-local-copy)
7615 (tramp-smb-handle-insert-directory)
7616 (tramp-smb-handle-make-directory)
7617 (tramp-smb-handle-make-directory-internal)
7618 (tramp-smb-handle-make-symbolic-link)
7619 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7620 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7621 (tramp-smb-maybe-open-connection): Apply the changed parameters.
7622 (tramp-smb-read-file-entry): Read Disk names in compressed format.
7623 Handle long file names.
7624 (tramp-smb-get-cifs-capabilities): Check, whether the connection
7625 process is running.
7626 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7627 Read share names with "-g" option.
7628
7629 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
7630
7631 * net/rcirc.el (rcirc-view-log-file): New command.
7632 (rcirc-track-minor-mode-map): Remove C-c ` binding.
7633 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7634 specified.
7635
7636 2009-10-15 Glenn Morris <rgm@gnu.org>
7637
7638 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7639 from the second command-line argument.
7640 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7641 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7642 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7643 w32-batch-update-autoloads.
7644 * emacs-lisp/autoload.el (autoload-make-program): New variable.
7645 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7646
7647 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7648 the headers cannot be located. Simplify, subtracting superflous
7649 save-excursions.
7650
7651 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
7652
7653 Replace completion-base-size by completion-base-position to fix bugs
7654 such as (bug#4699).
7655 * simple.el (completion-base-position): New var.
7656 (completion-base-size): Mark as obsolete.
7657 (choose-completion): Make it work for mouse events as well.
7658 Pass the new base-position to choose-completion-string.
7659 (choose-completion-guess-base-position): New function, extracted from
7660 choose-completion-delete-max-match.
7661 (choose-completion-delete-max-match): Use it. Make obsolete.
7662 (choose-completion-string): Use the new base-position info.
7663 (completion-root-regexp): Delete.
7664 (completion-setup-function): Preserve completion-base-position.
7665 Eliminate obsolete base-size manipulation.
7666 * minibuffer.el (display-completion-list): Don't mess with base-size.
7667 (minibuffer-completion-help): Set completion-base-position instead.
7668 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7669 choose-completion.
7670 * textmodes/bibtex.el (bibtex-complete):
7671 * emacs-lisp/crm.el (crm--choose-completion-string):
7672 Adjust to new calling convention.
7673 * complete.el (partial-completion-mode): Use minibufferp to avoid
7674 bumping into incompatible change to choose-completion-string-functions.
7675 * ido.el (ido-choose-completion-string): Make its calling convention
7676 more permissive.
7677 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7678 base-size manipulation.
7679 (comint-dynamic-list-input-ring): Use dotimes and push.
7680 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7681 fundamental-mode. Use `or'.
7682
7683 2009-10-14 Juri Linkov <juri@jurta.org>
7684
7685 * misearch.el (multi-isearch-next-buffer-from-list)
7686 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
7687
7688 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7689
7690 * Makefile.in (compile-onefile): Load `bytecomp' rather than
7691 `bytecomp.el'.
7692
7693 * minibuffer.el (completion-pcm--merge-completions): Make sure the
7694 string we return is all made up of text from the completions rather
7695 than part from the completions and part from the input (bug#4219).
7696
7697 * ido.el (ido-everywhere): Use define-minor-mode.
7698
7699 * buff-menu.el (list-buffers, ctl-x-map):
7700 Mark the entry points with ;;;###autoload cookies.
7701
7702 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7703
7704 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7705 correctly in the detached head case.
7706 (vc-git-print-log): Remove unused binding.
7707
7708 * vc.el (vc-responsible-backend): When a directory is passed for
7709 for registration create a VC repository if no backend is
7710 responsible for the directory argument.
7711 (vc-deduce-fileset): Tell vc-responsible-backend to register.
7712
7713 * vc.el: Move comments about RCS and SCCS ...
7714 * vc-rcs.el:
7715 * vc-sccs.el: ... here, respectively.
7716
7717 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7718
7719 * minibuffer.el (completion--file-name-table): Return nil if there's
7720 no file completion, even if substitute-in-file-name changed
7721 the string (bug#4708).
7722
7723 2009-10-13 Juri Linkov <juri@jurta.org>
7724
7725 * files-x.el (read-file-local-variable-value): Don't filter out
7726 minor modes from mode name completion (bug#4664).
7727
7728 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7729
7730 * international/mule-cmds.el (ucs-names): Remove exclusion of
7731 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7732
7733 2009-10-13 Kenichi Handa <handa@m17n.org>
7734
7735 * international/uni-name.el: Regenerated.
7736
7737 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7738
7739 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
7740 should be automatically buffer-local, but isn't.)
7741
7742 2009-10-12 Sam Steingold <sds@gnu.org>
7743
7744 * progmodes/compile.el (compilation-next-error-function): Fix the
7745 timestamps if the buffer has been visited before.
7746 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7747 non-anchored patterns, like the perl one (bug#3928).
7748
7749 2009-10-12 Glenn Morris <rgm@gnu.org>
7750
7751 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7752 Let-bind `size'.
7753
7754 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
7755
7756 * proced.el (proced-unload-function): New function.
7757
7758 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7759 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7760 Doc fix.
7761
7762 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7763
7764 2009-10-11 Juri Linkov <juri@jurta.org>
7765
7766 * files-x.el (read-file-local-variable-value):
7767 Provide default value only for bound variables (bug#4664).
7768
7769 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
7770
7771 * net/tramp.el (tramp-local-host-p): Function shall return nil for
7772 connection methods like smb.
7773
7774 * net/tramp-cache.el (tramp-flush-connection-property): The hash
7775 can be empty.
7776
7777 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7778 (tramp-smb-file-name-handler-alist): Add handlers for
7779 `add-name-to-file', `make-symbolic-link'.
7780 (tramp-smb-handle-add-name-to-file)
7781 (tramp-smb-do-file-attributes-with-stat)
7782 (tramp-smb-handle-make-symbolic-link)
7783 (tramp-smb-get-cifs-capabilities): New defuns.
7784 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7785 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7786 (tramp-smb-handle-file-local-copy)
7787 (tramp-smb-handle-make-directory-internal)
7788 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7789 The file name syntax depends on cifs capabilities.
7790 (tramp-smb-handle-file-attributes):
7791 Call `tramp-smb-do-file-attributes-with-stat' if possible.
7792 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7793 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7794
7795 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
7796
7797 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7798 (eieio-defclass): Apply deftype handler and setf-method properties
7799 directly.
7800 (eieio-add-new-slot): Avoid union function from cl library.
7801 (eieio--typep): New function.
7802 (eieio-perform-slot-validation): Use it.
7803
7804 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7805
7806 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7807 Update documentation to refer to the variables documented in r1.135.
7808 (Bug#4188)
7809
7810 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7811
7812 * bookmark.el (Info-suffix-list): Remove this unused variable.
7813 (bookmark-current-point): Remove this obsolete variable.
7814 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7815 Adjust for removal of bookmark-current-point.
7816
7817 (bookmarks-already-loaded, bookmark-current-buffer)
7818 (bookmark-yank-point): Document. (Bug#4188)
7819
7820 2009-10-10 Glenn Morris <rgm@gnu.org>
7821
7822 * frame.el (frame-height): Doc fix.
7823
7824 * calendar/calendar.el (calendar-split-width-threshold): New option.
7825 (calendar-basic-setup): Use calendar-split-width-threshold.
7826
7827 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
7828
7829 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7830 Ideographic Supplement" range (U+1F200..U+1F2FF).
7831
7832 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7833
7834 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7835 since the list will have been rebuilt anyway. (Bug#4349)
7836
7837 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7838
7839 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7840 (bookmark-bmenu-execute-deletions): Don't save here, as
7841 bookmark-delete will now do so if necessary.
7842 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7843 (Bug#4348)
7844
7845 2009-10-09 Glenn Morris <rgm@gnu.org>
7846
7847 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7848
7849 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7850
7851 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7852 (bookmark-jump-other-window): Just invoke bookmark-jump with new
7853 argument now, so the two function's behaviors will match. (Bug#3645)
7854
7855 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
7856
7857 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7858 (tramp-file-name-real-host, tramp-file-name-port):
7859 Apply `save-match-data'.
7860
7861 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7862 case both directories are remote.
7863 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7864 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7865
7866 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7867
7868 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7869
7870 2009-10-07 Glenn Morris <rgm@gnu.org>
7871
7872 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7873 of concat.
7874
7875 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7876
7877 * files-x.el (read-file-local-variable): Include some
7878 non-user-variables in the completion table (bug#4664).
7879
7880 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
7881
7882 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7883 message.
7884
7885 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7886 (tramp-smb-file-name-handler-alist): Add handler for
7887 `copy-directory', `expand-file-name', `set-file-modes'.
7888 (tramp-smb-handle-copy-directory)
7889 (tramp-smb-handle-expand-file-name)
7890 (tramp-smb-handle-set-file-modes): New defuns.
7891 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7892 (tramp-smb-handle-file-attributes): Simplify check for retrieving
7893 entry.
7894 (tramp-smb-handle-insert-directory): Don't flush the cache.
7895 (tramp-smb-maybe-open-connection): Check for samba client and
7896 server versions.
7897
7898 2009-10-07 Eli Zaretskii <eliz@gnu.org>
7899
7900 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7901 to not error out of search for "^lisp=" fails.
7902
7903 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7904
7905 * makefile.w32-in (WINS_UPDATES): New macro.
7906 (custom-deps, finder-data, autoloads): Use it.
7907
7908 2009-10-07 Glenn Morris <rgm@gnu.org>
7909
7910 * Makefile.in (autoloads): Revert previous change.
7911 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7912 the list of preloaded files passed on the command-line, get
7913 it from src/Makefile.
7914
7915 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7916 show the original buffer rather than a random one.
7917
7918 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
7919
7920 * help.el (describe-no-warranty): Place point in a slightly better
7921 position in the GPLv3 text.
7922
7923 2009-10-06 Sam Steingold <sds@gnu.org>
7924
7925 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7926 the comm attribute is present before calling regexp-quote.
7927
7928 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
7929
7930 * play/animate.el (animate-string): For good effect, make sure
7931 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7932
7933 * play/animate.el (animate-sequence, animate-birthday-present):
7934 * misc.el (butterfly): Don't set `indent-tabs-mode'.
7935
7936 2009-10-06 Glenn Morris <rgm@gnu.org>
7937
7938 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7939
7940 * emacs-lisp/autoload.el (autoload-excludes): New variable.
7941 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7942 (batch-update-autoloads): Process a string value of autoload-excludes,
7943 set during the build process.
7944 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
7945
7946 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7947 inside with-parsed... macro so that `v' is defined.
7948
7949 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7950 * progmodes/fortran.el (fortran-end-of-block)
7951 (fortran-beginning-of-block):
7952 Also push mark in the macro case.
7953
7954 * emerge.el (emerge-show-file-name):
7955 * calc/calc.el (calc-quit):
7956 * calc/calc-misc.el (calc-big-or-small):
7957 * calc/calc-graph.el (calc-graph-view):
7958 * calc/calc-ext.el (calc-reset):
7959 * calendar/calendar.el (calendar-basic-setup):
7960 Use window-full-height-p.
7961
7962 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7963 header we don't understand, don't insert another. (Bug#4624)
7964 If changing mime charset, insert the new one in the right place.
7965
7966 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
7967
7968 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7969 (cal-tex-cursor-month): Correctly increment the end date for diary and
7970 holiday listing. (Bug#4626)
7971
7972 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7973
7974 * help-fns.el (describe-function-1): Don't burp if the function is not
7975 a symbol.
7976
7977 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
7978
7979 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7980 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7981 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7982 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7983
7984 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7985 (eieio-default-superclass): Reflow docstrings.
7986 (this, class-option-assoc, defclass, eieio-class-un-autoload)
7987 (eieio-unbind-method-implementations, defmethod)
7988 (eieio-validate-slot-value, eieio-validate-class-slot-value)
7989 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7990 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7991 (eieio-slot-originating-class-p, eieio-slot-name-index)
7992 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7993 (constructor, initialize-instance, no-next-method, object-print)
7994 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7995 Fix typos in docstrings.
7996 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7997 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7998 (next-method-p): Doc fixes.
7999 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
8000 Fix typos in error messages.
8001 (eieio-defmethod): Fix typo in description of generic method.
8002
8003 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
8004 (eieio-persistent-save-interactive, slot-missing):
8005 Fix typos in docstrings.
8006 (eieio-instance-inheritor-slot-boundp): Doc fix.
8007
8008 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
8009 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
8010
8011 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
8012 (eieio-custom-object-apply-reset):
8013 Fix typos in docstrings and error messages.
8014
8015 * emacs-lisp/eieio-datadebug.el (data-debug-show):
8016 Fix typo in docstring.
8017
8018 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
8019 (eieio-browse-tree): Doc fix.
8020 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
8021 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
8022 Fix typos in docstrings.
8023
8024 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
8025 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
8026 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
8027 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
8028 Reflow docstrings.
8029
8030 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
8031
8032 * vc-hg.el (log-view-vc-backend): Declare for compiler.
8033 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
8034 Set log-view-vc-backend so that diff can work.
8035
8036 * log-view.el (log-view-diff): Use vc-diff-internal instead of
8037 vc-version-diff.
8038 (vc-diff-internal): Autoload this instead of vc-version-diff.
8039
8040 2009-10-05 Eli Zaretskii <eliz@gnu.org>
8041
8042 * simple.el (eval-expression): Doc fix.
8043
8044 * progmodes/cwarn.el (cwarn-mode): Doc fix.
8045
8046 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
8047
8048 * files.el (directory-files-no-dot-files-regexp): New defconst.
8049 (delete-directory): Use it.
8050 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
8051
8052 * net/tramp.el (tramp-verbose): Fix docstring.
8053 (tramp-methods): Add recursive option to `tramp-copy-args'.
8054 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
8055 "scp1_old", "scp2_old", "rsync", "rsyncc".
8056 (tramp-default-method): Check also for `auth-source-user-or-password'.
8057 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8058 Add handler for `copy-directory'.
8059 (tramp-handle-copy-directory): New defun.
8060 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
8061 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
8062 Optimize sent command.
8063
8064 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8065
8066 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
8067 window if necessary.
8068
8069 * calendar/calendar.el (calendar-basic-setup): Don't call
8070 switch-to-buffer in a dedicated window.
8071
8072 2009-10-05 Karl Fogel <kfogel@red-bean.com>
8073
8074 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
8075 don't do anything related to relocating, just return nil.
8076 (bookmark-error-no-filename): New error.
8077 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
8078 bookmark has no file. Don't even attempt to handle things that
8079 are not files; the whole point of custom handlers is to keep that
8080 knowledge elsewhere anyway. Tighten some comments.
8081 (bookmark-file-or-variation-thereof): Remove now-unused function.
8082 (bookmark-location): Doc string fix.
8083 (Bug#4250)
8084
8085 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8086
8087 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
8088 don't use a file dialog, because they usually don't know how to read
8089 a directory target from the user. (Bug#4230)
8090 Also, make sure the prompt can display directories as well as files.
8091
8092 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8093
8094 * bookmark.el (bookmark-set, bookmark-buffer-name):
8095 Improve doc strings. (Bug#1193)
8096
8097 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8098
8099 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
8100 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
8101 (bookmark-get-annotation, bookmark-set-annotation)
8102 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8103 (bookmark-set-position, bookmark-get-front-context-string)
8104 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8105 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
8106 (bookmark-jump-other-window, bookmark-handle-bookmark)
8107 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
8108 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
8109 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
8110 Improve doc strings to say whether bookmark can be a string or
8111 a record or both, and make other consistency and clarity fixes.
8112 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
8113 (bookmark-default-annotation-text, bookmark-yank-word)
8114 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
8115 (bookmark-import-new-list, bookmark-maybe-rename)
8116 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8117 (bookmark-bmenu-bookmark): Give these doc strings.
8118 (bookmark-bmenu-check-position): Give this a doc string, but also
8119 add a FIXME comment about how the function may be pointless.
8120 (bookmark-default-handler): Rework doc string and change a
8121 parameter name, to clarify that this takes a bookmark record
8122 not a bookmark name.
8123 (bookmark-set): Change a parameter name to indicate its meaning,
8124 and improve the doc string a bit.
8125 (Bug#4188)
8126
8127 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8128
8129 * bookmark.el (bookmark-alist): Document the new `handler' element
8130 in the param alist.
8131 (bookmark-make-record-function): Adjust documentation for above.
8132 (Bug#4193)
8133
8134 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8135
8136 * info.el (Info-bookmark-make-record): Document this function.
8137 (Info-bookmark-jump): Document with a doc string, not just a comment.
8138 (Bug#4203)
8139
8140 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
8141
8142 * files.el (copy-directory): New defun.
8143
8144 * dired-aux.el (dired-copy-file-recursive): Use it.
8145
8146 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
8147
8148 * files-x.el (modify-dir-local-variable)
8149 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
8150 docstrings.
8151
8152 * recentf.el (recentf-unload-function): New function.
8153
8154 2009-10-04 Glenn Morris <rgm@gnu.org>
8155
8156 * window.el (window-full-height-p): Add doc string.
8157
8158 2009-10-04 Martin Rudalics <rudalics@gmx.at>
8159
8160 * window.el (window-full-height-p): New function. (Bug#4543)
8161
8162 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
8163
8164 * vc.el: Remove commented out code.
8165 (vc-derived-from-dir-mode): Remove, unused.
8166 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
8167
8168 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
8169
8170 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8171 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
8172 there could be recursive loading when `default-directory' is a
8173 remote file name. (Bug#4614)
8174
8175 2009-10-03 Glenn Morris <rgm@gnu.org>
8176
8177 * calendar/calendar.el (calendar-basic-setup): Handle the case where
8178 the frame is wide.
8179 (calendar-generate-window): Test for shrinkability rather than width.
8180
8181 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
8182 reusing existing buffers, in case we happen to visit two files with the
8183 same basename. (Bug#4593)
8184
8185 2009-10-02 Eli Zaretskii <eliz@gnu.org>
8186
8187 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
8188 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
8189 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
8190 subdirs of cedet as well.
8191 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
8192
8193 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8194
8195 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
8196 Obey advertised-signature-table.
8197
8198 * help-fns.el (help-function-arglist): Don't check
8199 advertised-signature-table.
8200 (describe-function-1): Do it here instead so it also applies to subrs.
8201
8202 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
8203
8204 * simple.el (start-file-process): Say in the doc-string, that file
8205 handlers might not support pty association, if PROGRAM is nil.
8206
8207 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
8208 HOST and USER are strings. They are nil, when there are
8209 incomplete entries in ~/.netrc, for example.
8210 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
8211 root directory ("device busy" error otherwise).
8212
8213 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
8214 Flush file properties of created directory.
8215
8216 2009-10-02 Eli Zaretskii <eliz@gnu.org>
8217
8218 * makefile.w32-in (WINS_BASIC): Remove cedet.
8219 (WINS_CEDET): Add cedet.
8220 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
8221
8222 2009-10-02 Kevin Ryde <user42@zip.com.au>
8223
8224 * net/browse-url.el (browse-url): Pass any symbol in
8225 browse-url-browser-function to `apply', since if you've mistakenly put
8226 an unbound symbol then the error is clearer. (Bug#4531)
8227
8228 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
8229
8230 * allout.el (allout-init, allout-back-to-current-heading)
8231 (allout-beginning-of-current-entry, allout-ascend-to-depth)
8232 (allout-ascend, allout-up-current-level, allout-end-of-level)
8233 (allout-previous-visible-heading, allout-forward-current-level)
8234 (allout-backward-current-level, allout-show-children):
8235 * apropos.el (apropos-describe-plist):
8236 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
8237 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
8238 * completion.el (add-completion, add-permanent-completion):
8239 * descr-text.el (describe-text-category, describe-char):
8240 * desktop.el (desktop-lazy-abort):
8241 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
8242 * dired.el (dired-build-subdir-alist):
8243 * ediff.el (ediff-version):
8244 * elide-head.el (elide-head, elide-head-show):
8245 * emerge.el (emerge-version):
8246 * env.el (getenv):
8247 * face-remap.el (variable-pitch-mode):
8248 * faces.el (describe-face):
8249 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
8250 (dired-at-point):
8251 * files.el (find-file-existing, auto-save-mode):
8252 * font-lock.el (font-lock-fontify-buffer):
8253 * help-fns.el (describe-function, describe-variable)
8254 (describe-syntax, describe-categories):
8255 * help.el (view-lossage, describe-bindings, describe-key)
8256 (describe-mode):
8257 * hexl.el (hexl-current-address):
8258 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
8259 * info.el (Info-goto-emacs-key-command-node):
8260 * log-edit.el (log-edit-insert-cvs-template)
8261 (log-edit-insert-cvs-rcstemplate):
8262 * menu-bar.el (menu-bar-mode):
8263 * mouse.el (mouse-appearance-menu):
8264 * newcomment.el (comment-indent-new-line):
8265 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
8266 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
8267 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
8268 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
8269 * recentf.el (recentf-mode):
8270 * savehist.el (savehist-mode, savehist-save):
8271 * shadowfile.el (shadow-copy-files):
8272 * simple.el (kill-ring-save, next-line, previous-line)
8273 (normal-erase-is-backspace-mode):
8274 * strokes.el (strokes-update-window-configuration)
8275 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
8276 (strokes-xpm-for-stroke):
8277 * time.el (emacs-uptime, emacs-init-time):
8278 * tutorial.el (tutorial--describe-nonstandard-key)
8279 (tutorial--detailed-help):
8280 * type-break.el (type-break-mode)
8281 (type-break-mode-line-message-mode, type-break-query-mode)
8282 (type-break-guesstimate-keystroke-threshold):
8283 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
8284 * version.el (emacs-version):
8285 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
8286 * winner.el (winner-mode):
8287 * calendar/timeclock.el (timeclock-in, timeclock-out)
8288 (timeclock-status-string, timeclock-change)
8289 (timeclock-workday-remaining-string)
8290 (timeclock-workday-elapsed-string)
8291 (timeclock-when-to-leave-string):
8292 * calendar/todo-mode.el (todo-add-category):
8293 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
8294 * emacs-lisp/autoload.el (update-file-autoloads):
8295 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
8296 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
8297 (checkdoc-message-text, checkdoc-defun):
8298 * emacs-lisp/debug.el (debugger-list-functions):
8299 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8300 * emacs-lisp/eieio-opt.el (eieio-describe-class)
8301 (eieio-describe-generic):
8302 * emacs-lisp/lisp-mnt.el (lm-synopsis):
8303 * emacs-lisp/shadow.el (list-load-path-shadows):
8304 * emulation/cua-base.el (cua-mode):
8305 * emulation/edt.el (edt-set-scroll-margins):
8306 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
8307 (tpu-toggle-regexp, tpu-toggle-search-direction)
8308 (tpu-toggle-rectangle, tpu-toggle-control-keys):
8309 * emulation/tpu-extras.el (tpu-set-scroll-margins):
8310 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8311 (viper-set-parsing-style-toggling-macro)
8312 (viper-set-emacs-state-searchstyle-macros):
8313 * emulation/viper.el (viper-set-hooks):
8314 * eshell/esh-mode.el (eshell-truncate-buffer):
8315 * international/mule-cmds.el (prefer-coding-system)
8316 (describe-input-method, describe-language-environment):
8317 * international/mule-diag.el (list-character-sets)
8318 (describe-character-set, describe-coding-system)
8319 (describe-fontset, list-fontsets, list-input-methods):
8320 * mail/sendmail.el (mail-signature):
8321 * net/ange-ftp.el (ange-ftp-copy-file):
8322 * net/browse-url.el (browse-url):
8323 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
8324 * net/quickurl.el (quickurl-add-url):
8325 * net/rcirc.el (names, topic):
8326 * net/xesam.el (xesam-mode):
8327 * play/5x5.el (5x5-new-game):
8328 * play/yow.el (apropos-zippy):
8329 * progmodes/ada-mode.el (ada-mode-version):
8330 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
8331 (f90-end-of-block)
8332 (f90-beginning-of-block):
8333 * progmodes/fortran.el (fortran-end-of-block)
8334 (fortran-beginning-of-block):
8335 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
8336 * progmodes/python.el (python-describe-symbol, python-shell):
8337 * term/ns-win.el (ns-print-buffer):
8338 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
8339 * textmodes/flyspell.el (flyspell-mode-on):
8340 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
8341 (pages-directory-for-addresses):
8342 * textmodes/table.el (table-recognize-cell)
8343 (table-query-dimension, table-generate-source)
8344 (table-insert-sequence, table--warn-incompatibility):
8345 * textmodes/tex-mode.el (tex-validate-buffer):
8346 * textmodes/texinfmt.el (texinfmt-version)
8347 (texinfo-format-buffer):
8348 Use `called-interactively-p' instead of `interactive-p'.
8349
8350 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
8351
8352 * image-mode.el (image-toggle-display):
8353 * emacs-lisp/elp.el (elp-instrument-function):
8354 * emacs-lisp/advice.el (ad-make-advised-definition):
8355 * emacs-lisp/easy-mmode.el (define-minor-mode):
8356 * net/browse-url.el (browse-url-maybe-new-window):
8357 * progmodes/sh-script.el (sh-learn-buffer-indent):
8358 Pass new argument 'any to `called-interactively-p'.
8359
8360 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
8361
8362 * international/uni-bidi.el:
8363 * international/uni-category.el:
8364 * international/uni-combining.el:
8365 * international/uni-comment.el:
8366 * international/uni-decimal.el:
8367 * international/uni-decomposition.el:
8368 * international/uni-digit.el:
8369 * international/uni-lowercase.el:
8370 * international/uni-mirrored.el:
8371 * international/uni-name.el:
8372 * international/uni-numeric.el:
8373 * international/uni-old-name.el:
8374 * international/uni-titlecase.el:
8375 * international/uni-uppercase.el:
8376 Regenerate from Unicode 5.2.0 data.
8377
8378 2009-10-01 Glenn Morris <rgm@gnu.org>
8379
8380 * Makefile.in (ELCFILES): Regenerate.
8381
8382 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8383
8384 * subr.el (interactive-p): Mark obsolete.
8385 (called-interactively-p): Make the optional-ness of `kind' obsolete.
8386 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
8387 advertised-signature-table for subroutines as well.
8388
8389 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
8390 (set-advertised-calling-convention): New function.
8391 (make-obsolete, define-obsolete-function-alias)
8392 (make-obsolete-variable, define-obsolete-variable-alias):
8393 Make the optional-ness of `when' obsolete.
8394 (define-obsolete-face-alias): Make `when' non-optional.
8395 * help-fns.el (help-function-arglist):
8396 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
8397 Use advertised-signature-table.
8398
8399 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
8400
8401 * files.el (delete-directory): New defun. The original function
8402 in fileio.c has been renamed to `delete-directory-internal'.
8403
8404 * dired.el (dired-delete-file): Call `delete-directory' with
8405 RECURSIVE parameter.
8406
8407 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
8408 parameter RECURSIVE. Implementation is missing.
8409
8410 * net/tramp.el (tramp-handle-make-directory): Flush upper
8411 directory's file properties.
8412 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
8413 (tramp-handle-dired-recursive-delete-directory): Flush directory
8414 properties after the remove command only.
8415
8416 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8417 Handle optional parameter RECURSIVE.
8418
8419 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
8420 Handle optional parameter RECURSIVE.
8421
8422 * net/tramp-smb.el (tramp-smb-errors): Add error message for
8423 connection timeout.
8424 (tramp-smb-handle-delete-directory): Handle optional parameter
8425 RECURSIVE.
8426
8427 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8428
8429 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
8430 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
8431 (byte-compile-defmacro): Use backquotes.
8432
8433 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
8434
8435 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
8436 has no associated file.
8437 (vc-resynch-buffer): Use vc-dir-buffers.
8438
8439 2009-10-01 Glenn Morris <rgm@gnu.org>
8440
8441 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
8442 (chart-file-count):
8443 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
8444 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
8445 * emacs-lisp/eieio-opt.el (eieio-describe-class):
8446 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
8447 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
8448 (eieio-copy-parents-into-subclass, make-instance, class-children)
8449 (eieio-generic-form):
8450
8451 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8452 match-data. (Bug#4555).
8453
8454 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8455 rather than parsing it as a regexp. This relaxes the layout
8456 requirements and makes errors easier to detect.
8457 (check-declare-verify): Check file is regular.
8458 (check-declare-directory): Doc fix.
8459 * subr.el (declare-function): Doc fix.
8460
8461 * ibuffer.el (ibuffer-format-qualifier):
8462 * isearch.el (hi-lock-regexp-okay):
8463 * calc/calc.el (math-zerop):
8464 * mail/uce.el (rmail-msgbeg, rmail-msgend):
8465 * term/w32-win.el (setup-default-fontset, set-fontset-font):
8466 Remove unused declarations.
8467
8468 2009-09-30 Glenn Morris <rgm@gnu.org>
8469
8470 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8471
8472 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8473 filename is not a string.
8474
8475 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
8476
8477 * files.el (safe-local-eval-forms): Fix typo.
8478
8479 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8480
8481 * vc-hooks.el (vc-dir-buffers): New var.
8482 (vc-state-refresh): New function.
8483 (vc-state): Use it.
8484 (vc-after-save): Always ask the backend to recompute the new state.
8485 Always call vc-dir if necessary, using vc-dir-buffers.
8486 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8487 Use vc-dir-buffers.
8488 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8489 (vc-dir-prepare-status-buffer, vc-dir-update)
8490 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8491 Don't call expand-file-name on default-directory.
8492
8493 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8494
8495 * speedbar.el (speedbar-item-delete):
8496 * calc/calc-prog.el (calc-kbd-if):
8497 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8498
8499 * epa.el (epa-key-list-mode-map):
8500 * hi-lock.el (hi-lock-menu): Fix typos in menus.
8501
8502 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8503 (hs-show-hook): Fix typo in docstring.
8504
8505 2009-09-29 Glenn Morris <rgm@gnu.org>
8506
8507 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8508 file-name-nondirectory call preventing location of cedet files.
8509 (check-declare-verify): Use literal search rather than re-search.
8510 Add basic defmethod and defclass, and define-overloadable-function.
8511
8512 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8513 Use tramp-compat-file-attributes rather than nonexistent
8514 tramp-compat-handle-file-attributes.
8515
8516 * Makefile.in (lisptagsfiles4): New.
8517 (AUTOGENEL): Add cedet loaddefs files.
8518 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8519 (update-elclist, compile-always, backup-compiled-files)
8520 (bootstrap-clean): Add yet another directory level.
8521 (update-elclist): Use LC_COLLATE rather than COLLATE.
8522 (ELCFILES): Update, via `make update-elclist'.
8523
8524 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8525
8526 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8527 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8528 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8529
8530 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
8531
8532 * Makefile.in (lisptagsfiles3): Define.
8533 (TAGS, TAGS-LISP): Use it.
8534 (update-elclist): Add third directory level to look for elc files.
8535 (compile-always): Likewise.
8536 (backup-compiled-files): Likewise.
8537 (bootstrap-clean): Likewise.
8538 (ELCFILES): Update.
8539
8540 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
8541
8542 * Makefile.in (ELCFILES): Add CEDET files.
8543
8544 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
8545
8546 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8547
8548 * net/tramp.el (top): Require tramp-imap.
8549
8550 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8551 Use `tramp-compat-handle-file-attributes'.
8552
8553 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8554
8555 * net/tramp-imap.el: New package.
8556
8557 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8558
8559 * whitespace.el (whitespace-trailing-regexp)
8560 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8561 Fix doc string.
8562
8563 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
8564
8565 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8566 menu.
8567
8568 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8569 menu-bar-ediff-menu.
8570
8571 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8572 define-overloadable-function.
8573
8574 * progmodes/autoconf.el: Provide autoconf as well, so that this
8575 file can be `require'd.
8576
8577 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8578
8579 * emacs-lisp/autoload.el (generated-autoload-feature)
8580 (generated-autoload-load-name): New vars.
8581 (autoload-rubric, autoload-generate-file-autoloads): Use them.
8582 (make-autoload): Recognize define-overloadable-function and
8583 defclass forms (for EIEIO).
8584
8585 * Makefile.in (update-subdirs): Exclude cedet directory.
8586
8587 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8588
8589 * term/ns-win.el: Don't set the region face background. (Bug#4381)
8590
8591 * faces.el: Default light-background background for region face to
8592 ns_selection_color under NS.
8593
8594 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8595
8596 * net/imap-hash.el: New library, see NEWS.
8597
8598 * Makefile.in (ELCFILES): Add imap-hash.el.
8599
8600 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8601
8602 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8603 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8604 * help-macro.el (make-help-screen): Avoid using an ambiguous function
8605 definition where the docstring could be taken for the return value.
8606
8607 2009-09-26 Glenn Morris <rgm@gnu.org>
8608
8609 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8610 Add option to only show images below a certain size.
8611 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8612 save-excursion calls.
8613
8614 2009-09-26 Eli Zaretskii <eliz@gnu.org>
8615
8616 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8617 subdirectories) and eieio.
8618
8619 2009-09-26 Alan Mackenzie <acm@muc.de>
8620
8621 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8622 Correct buggy bracketing. (Bug#4289)
8623
8624 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
8625 character constants (as case labels). (Bug#4289)
8626
8627 2009-09-25 Juri Linkov <juri@jurta.org>
8628
8629 * files.el (safe-local-eval-forms): Allow time-stamp in
8630 before-save-hook (Bug#4554).
8631
8632 2009-09-25 Drew Adams <drew.adams@oracle.com>
8633
8634 * menu-bar.el (list-buffers-directory): Doc fix.
8635
8636 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
8637
8638 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8639 Try and avoid copying twice the same paragraph.
8640 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8641 Remove save-excursion.
8642 (log-edit-changelog-entry): Do it here instead.
8643
8644 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
8645
8646 * bs.el (bs--get-file-name): Use `list-buffers-directory'
8647 when available, instead of hardcoding mode names. Doc fix.
8648
8649 * menu-bar.el (list-buffers-directory): Add docstring.
8650 Make automatically buffer-local.
8651
8652 * dired.el (dired-mode):
8653 * files.el (cd-absolute):
8654 * pcvs.el (cvs-temp-buffer):
8655 * pcvs-util.el (cvs-get-buffer-create):
8656 * shell.el (shell-mode):
8657 * vc-dir.el (vc-dir-mode):
8658 Don't make `list-buffers-directory' buffer local.
8659
8660 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
8661
8662 * comint.el (comint-exec, comint-run, make-comint):
8663 Doc fixes (Bug#4542).
8664
8665 2009-09-25 Glenn Morris <rgm@gnu.org>
8666
8667 * mail/rmailmm.el (rmail-mime): New custom group.
8668 Move all defcustoms in this file into this group.
8669 (rmail-mime-media-type-handlers-alist): Revert previous change.
8670 (rmail-mime-show-images): New option.
8671 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8672 references to it, since it wasn't actually used for anything.
8673 (rmail-mime-insert-image): New function.
8674 (rmail-mime-image): Use rmail-mime-insert-image.
8675 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
8676 obey the value of `rmail-mime-show-images' option. Print the size of
8677 attachments.
8678
8679 2009-09-25 David Engster <deng@randomsample.de>
8680
8681 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
8682
8683 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8684
8685 * whitespace.el: Does not highlight trailing spaces While point is
8686 at end of line. Does not highligt spaces at beginning of buffer
8687 while point is at beginning of buffer. Does not highlight spaces
8688 at end of buffer while point is at end of buffer. (Bug#4177)
8689 New version 12.0.
8690 (whitespace-display-mappings): Adjust initialization.
8691 (whitespace-point, whitespace-font-lock-refontify): New vars.
8692 (whitespace-color-on, whitespace-color-off): Adjust code.
8693 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8694 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8695 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8696
8697 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
8698
8699 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8700
8701 * textmodes/sgml-mode.el: Remove xml-mode alias.
8702
8703 * files.el (auto-mode-alist, conf-mode-maybe)
8704 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8705
8706 2009-09-24 Alan Mackenzie <acm@muc.de>
8707
8708 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8709 c-forward-conditionals, but it doesn't move point and doesn't set
8710 the mark.
8711 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8712 (c-down-conditional-with-else, c-backward-conditional)
8713 (c-forward-conditional): Refactor to use c-scan-conditionals.
8714
8715 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8716
8717 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8718 (help-default-arg-highlight): Remove.
8719 (help-highlight-arg): New function.
8720 (help-do-arg-highlight): Use it.
8721 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
8722
8723 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8724
8725 * term.el (term-set-scroll-region, term-handle-ansi-escape):
8726 Undo last change, which didn't fix the problem and introduced others.
8727
8728 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
8729
8730 * progmodes/gdb-mi.el: Don't require speedbar.
8731 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8732
8733 2009-09-24 Glenn Morris <rgm@gnu.org>
8734
8735 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8736
8737 * term/ns-win.el (ns-reg-to-script): Define for compiler.
8738
8739 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8740 there is no newline after the final mime boundary. (Bug#4539)
8741 Move markers on insertion so that any buttons inserted don't end up in
8742 the next part of a multipart message.
8743 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
8744 (rmail-mime-bulk-handler): Optionally handle images.
8745 (rmail-mime-image): New button action.
8746 (rmail-mime-image-handler): New function.
8747 (rmail-mime-mode): New mode.
8748 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
8749
8750 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8751
8752 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8753 than just dropping elements from it (bug#4504).
8754
8755 * term.el (term-set-scroll-region): Don't move cursor any more.
8756 (term-handle-ansi-escape): Call term-goto here instead.
8757 Suggested by Ivan Kanis <apple@kanis.eu>.
8758
8759 * term.el: Require CL.
8760 (term-ansi-reset): New function.
8761 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8762 (term-handle-colors-array): Simplify.
8763
8764 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8765
8766 * allout.el (allout-overlay-interior-modification-handler)
8767 (allout-obtain-passphrase):
8768 * epa-file.el (epa-file-write-region):
8769 * ps-print.el (ps-begin-job):
8770 * vc-hooks.el (vc-toggle-read-only):
8771 * vc-rcs.el (vc-rcs-rollback):
8772 * vc-sccs.el (vc-sccs-rollback):
8773 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8774 (vc-version-diff, vc-revert, vc-rollback):
8775 * wdired.el (wdired-check-kill-buffer):
8776 * emacs-lisp/authors.el (authors):
8777 * net/socks.el (socks-open-connection):
8778 * net/zeroconf.el (zeroconf-service-add-hook):
8779 * obsolete/vc-mcvs.el (vc-mcvs-register):
8780 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8781 (gdb-select-frame):
8782 * progmodes/grep.el (lgrep, rgrep):
8783 * progmodes/idlw-help.el (idlwave-help-check-locations)
8784 (idlwave-help-html-link, idlwave-help-assistant-open-link):
8785 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8786 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8787 (reftex-toc-rename-label): Fix typos in error messages.
8788
8789 * dired-aux.el (dired-do-shell-command): Reflow docstring.
8790 (dired-copy-how-to-fn): Doc fix.
8791 (dired-files-attributes, dired-read-shell-command):
8792 Fix typos in docstrings.
8793
8794 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8795 (dired-x-find-file-other-window): Reflow docstrings.
8796 (dired-omit-marker-char, dired-read-shell-command)
8797 (dired-x-submit-report): Fix typos in docstrings.
8798
8799 * shell.el (shell-mode-hook):
8800 * view.el (View-scroll-line-forward):
8801 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8802 Fix typos in docstrings.
8803
8804 * net/dig.el (dig-invoke): Fix typo in docstring.
8805 (query-dig): Reflow docstring.
8806
8807 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8808 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8809 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8810 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8811 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8812 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8813 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8814 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8815 (idlwave-completion-map, idlwave-current-indent)
8816 (idlwave-custom-ampersand-surround, idlwave-customize)
8817 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8818 (idlwave-define-abbrev, idlwave-determine-class-special)
8819 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8820 (idlwave-end-block-reg, idlwave-end-of-statement)
8821 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8822 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8823 (idlwave-explicit-class-listed, idlwave-file-header)
8824 (idlwave-fill-paragraph, idlwave-find-class-definition)
8825 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8826 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8827 (idlwave-in-quote, idlwave-indent-action-table)
8828 (idlwave-indent-expand-table, idlwave-indent-line)
8829 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8830 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8831 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8832 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8833 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8834 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8835 (idlwave-outlawed-buffers, idlwave-popup-select)
8836 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8837 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8838 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8839 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8840 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8841 (idlwave-statement-type, idlwave-struct-skip)
8842 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8843 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8844 (idlwave-what-module-find-class): Fix typos in docstrings.
8845 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8846 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8847 (idlwave-find-module, idlwave-find-structure-definition)
8848 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8849 (idlwave-list-load-path-shadows, idlwave-next-statement)
8850 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8851 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8852 (idlwave-template): Reflow docstrings.
8853
8854 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8855 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8856 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8857 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8858 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8859 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8860 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8861 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8862 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8863 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8864 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8865 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8866 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8867 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8868 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8869 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8870 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8871 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8872 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8873 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8874 Fix typos in docstrings.
8875 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8876 (idlwave-shell-hide-output, idlwave-shell-mode)
8877 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8878 Reflow docstrings.
8879
8880 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8881
8882 2009-09-24 Ivan Kanis <apple@kanis.eu>
8883
8884 * term.el (term-bold-attribute): New var.
8885 (term-handle-colors-array): Use it.
8886
8887 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
8888
8889 * progmodes/gdb-mi.el (gdb-version): New variable.
8890 (gdb-non-stop-handler): Set gdb-version.
8891 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8892 Condition "--thread" option on gdb-version.
8893 (gdb-invalidate-threads): Remove unused argument.
8894
8895 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8896
8897 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8898 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8899
8900 2009-09-23 Glenn Morris <rgm@gnu.org>
8901
8902 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8903 replying to mail without References or Message-Id. (Bug#4525)
8904
8905 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8906
8907 * term/ns-win.el (ns-reg-to-script): New variable.
8908
8909 2009-09-23 Daiki Ueno <ueno@unixuser.org>
8910
8911 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8912
8913 2009-09-22 Sam Steingold <sds@gnu.org>
8914
8915 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8916 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8917 to 1 because hg returns status 1 when nothing is found.
8918 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8919
8920 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8921
8922 * textmodes/fill.el: Convert to utf-8 encoding.
8923 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8924 pre-unicode days.
8925
8926 * add-log.el (change-log-fill-forward-paragraph): New function.
8927 (change-log-mode): Use it so fill-region DTRT.
8928 Set fill-indent-according-to-mode here rather than in
8929 change-log-fill-paragraph.
8930 (change-log-fill-paragraph): Remove.
8931
8932 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
8933
8934 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8935 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8936
8937 2009-09-22 Glenn Morris <rgm@gnu.org>
8938
8939 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8940 the scroll-bar scroll the calendar window rather than the buffer.
8941
8942 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8943 commands that move point (as opposed to scrolling).
8944
8945 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8946
8947 * emacs-lisp/elint.el (elint): New custom group.
8948 (elint-log-buffer): Make it a defcustom.
8949 (elint-scan-preloaded, elint-ignored-warnings)
8950 (elint-directory-skip-re): New options.
8951 (elint-builtin-variables): Doc fix.
8952 (elint-preloaded-env): New variable.
8953 (elint-unknown-builtin-args): Add an entry for encode-time.
8954 (elint-extra-errors): Make it a variable rather than a constant.
8955 (elint-preloaded-skip-re): New constant.
8956 (elint-directory): Skip files matching elint-directory-skip-re.
8957 (elint-features): New variable, local to linted buffers.
8958 (elint-update-env): Initialize elint-features. Possibly add
8959 elint-preloaded-env to the buffer's environment.
8960 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8961 Skip quoted forms.
8962 (elint-init-form): New function, extracted from elint-init-env.
8963 Make non-list forms a warning rather than an error.
8964 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8965 easy-menu-define, put that adds an error-condition, and provide.
8966 When requiring cl, also require cl-macs. Really require cl, to handle
8967 some cl macros. Store required libraries in the list elint-features,
8968 so as not to re-load them. Treat cc-require like require.
8969 (elint-init-env): Call elint-init-form to do the work.
8970 Handle eval-and-compile and such like.
8971 (elint-add-required-env): Do not clear messages.
8972 (elint-special-forms): Add handlers for function, defalias, if, when,
8973 unless, and, or.
8974 (elint-form): Add optional argument to ignore elint-special-forms,
8975 useful to prevent recursive calls from handlers. Doc fix.
8976 Respect elint-ignored-warnings.
8977 (elint-form): Respect elint-ignored-warnings.
8978 (elint-bound-variable, elint-bound-function): New variables.
8979 (elint-unbound-variable): Respect elint-bound-variable.
8980 (elint-get-args): Respect elint-bound-function.
8981 (elint-check-cond-form): Add some simple handling for (f)boundp and
8982 featurep tests.
8983 (elint-check-defalias-form): New handler.
8984 (elint-check-let-form): Make an empty let a warning rather than an
8985 error.
8986 (elint-check-setq-form): Make an empty setq a warning rather than an
8987 error. Respect elint-ignored-warnings.
8988 (elint-check-defvar-form): Accept null doc-strings.
8989 (elint-check-conditional-form): New handler. Does some simple-minded
8990 checking of featurep and (f)boundp tests.
8991 (elint-put-function-args): New function.
8992 (elint-initialize): Use elint-scan-doc-file rather than
8993 elint-find-builtin-variables. Use elint-put-function-args.
8994 Possibly scan preloaded-file-list.
8995 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8996 extend to handle functions as well.
8997
8998 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8999
9000 * linum.el (linum-delete-overlays, linum-update-window):
9001 Do not modify the right margin. (Bug#3971)
9002
9003 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
9004
9005 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
9006 Use nxml-mode instead of xml-mode.
9007
9008 2009-09-21 Kevin Ryde <user42@zip.com.au>
9009
9010 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
9011
9012 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9013
9014 * net/dig.el (dig-mode): Use define-derived-mode.
9015
9016 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
9017
9018 * vc-dispatcher.el (vc-do-command): Return the process object in
9019 the asynchronous case. Use when instead of if. Do not run
9020 vc-exec-after to display a message if not enabled. (Bug#4463)
9021
9022 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
9023 properties to the stash strings.
9024 (vc-git-stash-list): Return a list of strings.
9025 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
9026 (vc-git-stash-show-at-point): New functions.
9027 (vc-git-stash-map): New keymap.
9028
9029 * register.el (ctl-x-r-map): Define the keys here instead of
9030 using autoload.
9031
9032 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
9033
9034 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
9035 list, to workaround performance problem (bug#4485).
9036
9037 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
9038
9039 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
9040
9041 2009-09-20 Daiki Ueno <ueno@unixuser.org>
9042
9043 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
9044 Document that this option is not recommended to use.
9045
9046 2009-09-19 Glenn Morris <rgm@gnu.org>
9047
9048 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
9049 variable `var'.
9050
9051 * calc/calc-alg.el (var):
9052 * calc/calcalg2.el (var): Define for compiler.
9053
9054 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
9055
9056 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
9057 Doc fix (Bug#3932).
9058
9059 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
9060
9061 * time-stamp.el (time-stamp-month-dd-yyyy)
9062 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
9063 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
9064 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
9065 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
9066 Remove functions that have been obsolete since 1995 (Bug#4436).
9067
9068 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
9069 indent buffer only if called interactively (Bug#4452).
9070
9071 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
9072 Eli Zaretskii <eliz@gnu.org>
9073
9074 This fixes bug#4197 (merged to bug#865, though not identical).
9075 * server.el (server-auth-dir): Add docstring note about FAT32.
9076 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
9077 but warn against using them.
9078
9079 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
9080
9081 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
9082 older GDB where there is no has_more field.
9083
9084 2009-09-19 Glenn Morris <rgm@gnu.org>
9085
9086 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
9087
9088 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
9089
9090 * files.el (auto-mode-alist): Change default for XML files to nXML
9091 mode (Bug#4169).
9092
9093 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
9094
9095 * server.el (server-ensure-safe-dir): Pass 'integer
9096 to `file-attributes', as suggested.
9097
9098 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
9099
9100 * dired-aux.el (dired-query-alist): Remove spurious backslash.
9101 (dired-query): Use read-key.
9102
9103 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
9104
9105 * cus-start.el (ns-use-qd-smoothing): Remove.
9106
9107 2009-09-18 Glenn Morris <rgm@gnu.org>
9108
9109 * allout.el (top-level): Remove unnecessary progn.
9110
9111 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
9112
9113 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
9114 definition of abbrev table.
9115
9116 * speedbar.el (speedbar-track-mouse):
9117 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
9118 * net/eudc.el (eudc-expand-inline):
9119 * net/newst-backend.el (newsticker--cache-read-feed):
9120 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
9121 condition-case handlers.
9122
9123 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
9124
9125 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
9126 (gdb-var-list): Add an element for has_more field.
9127 (gdb-non-stop-handler): Enable pretty printing for STL containers.
9128 (gdb-var-create-handler, gdb-var-list-children-handler-1)
9129 (gdb-var-update-handler-1): Parse output of dynamic variable
9130 objects (STL containers).
9131 (gdb-var-delete-1): Pass var1 as an explicit second argument.
9132 (gdb-get-field): Delete alias. Use bindat-get-field directly.
9133
9134 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
9135 gdb-var-list.
9136 (gud-speedbar-buttons): Make node expandable if expression "has more"
9137 children.
9138
9139 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
9140
9141 * startup.el (emacs-quick-startup): Remove variable and all uses.
9142 (command-line): Set `inhibit-x-resources' instead.
9143 (command-line-1): Use `inhibit-x-resources' instead.
9144
9145 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
9146
9147 * subr.el: Fix last change to avoid using the `unless' macro,
9148 which breaks bootstrapping.
9149
9150 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9151
9152 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
9153 extended definitions, in case we reload subr.el after having
9154 loaded CL.
9155 (eval-next-after-load): Mark as obsolete.
9156
9157 2009-09-17 Juri Linkov <juri@jurta.org>
9158
9159 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
9160 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
9161 (menu-bar-showhide-menu, menu-bar-tools-menu)
9162 (menu-bar-describe-menu, menu-bar-help-menu)
9163 (minibuffer-local-completion-map, minibuffer-local-map):
9164 Fix list quoting.
9165
9166 2009-09-17 Glenn Morris <rgm@gnu.org>
9167
9168 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
9169 arguments, whether or not it has a handler.
9170
9171 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
9172
9173 * simple.el (hard-newline): Give it a doc-string.
9174
9175 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9176 (lisp-mode-syntax-table): Give them doc-strings.
9177
9178 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
9179
9180 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
9181 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
9182 (menu-bar-options-menu, menu-bar-showhide-menu)
9183 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
9184 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
9185 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
9186 (menu-bar-options-menu, menu-bar-tools-menu)
9187 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
9188 (menu-bar-help-menu):
9189 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
9190 string arguments.
9191
9192 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
9193 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
9194 calls for the menu names and :help.
9195
9196 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9197
9198 * mouse.el (minor-mode-menu-from-indicator): Pay attention
9199 to :minor-mode-function (bug#4455).
9200
9201 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9202
9203 * startup.el (command-line): Initialize the window-system after
9204 processing the command-line.
9205
9206 * textmodes/page.el (what-page): Make sure we don't inf-loop if
9207 page-delimiter matches the empty string.
9208
9209 2009-09-16 Glenn Morris <rgm@gnu.org>
9210
9211 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
9212 byte-compile-not-obsolete-var. It's a list now.
9213 (byte-compile-not-obsolete-funcs): New variable.
9214 (byte-compile-warn-obsolete): Don't warn about functions if they are in
9215 byte-compile-not-obsolete-funcs.
9216 (byte-compile-variable-ref, byte-compile-defvar): Update for
9217 byte-compile-not-obsolete-vars name-change and list nature.
9218 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
9219 and variables behind (f)boundp tests.
9220 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
9221
9222 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
9223
9224 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
9225
9226 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9227
9228 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
9229 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
9230 Don't autoload.
9231
9232 2009-09-15 Stephen Eglen <stephen@gnu.org>
9233
9234 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
9235 the virtual-buffers, use the name of the buffer specified by
9236 find-file-noselect, as the match may be a symlink. (This was a
9237 problem if the target and the symlink had different names.)
9238
9239 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9240
9241 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
9242
9243 * desktop.el (desktop-path): Check user-emacs-directory.
9244
9245 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
9246
9247 * loadup.el: Use after-load-functions to GC after loading each file.
9248 Remove the explicit GC calls that used to be sprinkled around.
9249
9250 * subr.el (after-load-functions): New hook.
9251 (do-after-load-evaluation): Run it. Use string-match-p to detect
9252 `obsolete' packages, rather than painfully extracting the relevant
9253 directory name.
9254
9255 2009-09-15 Glenn Morris <rgm@gnu.org>
9256
9257 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
9258 free variable `doc'.
9259
9260 * dired.el (dired-mode-map): Add menu entry for async shell command.
9261
9262 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
9263 variables, also consider the .elc files, since the .el files are
9264 normally gzipped (subsequent code locates the .el.gz from the .elc).
9265
9266 * calc/calc-prog.el (arglist): Define for compiler.
9267
9268 * calendar/diary-lib.el (diary-display-function): Change the default to
9269 fancy display.
9270 (body): Define for compiler.
9271
9272 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
9273 (byte-compile-file-form, byte-compile-lambda)
9274 (byte-compile-top-level-body, byte-compile-form)
9275 (byte-compile-variable-ref, byte-compile-setq)
9276 (byte-compile-setq-default, byte-compile-body)
9277 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
9278 (batch-byte-compile): Give some more local variables with common names
9279 a "bytecomp-" prefix to avoid masking warnings about free variables.
9280
9281 * startup.el (command-line-1): Give local variables with common names a
9282 distinguishing prefix, so as not to hide free variable warnings during
9283 bootstrap.
9284
9285 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
9286 clever and add a suffix to make a unique name, just let the user decide
9287 whether or not to overwrite it. If the input is a directory, write the
9288 default filename to that directory. (Bug#4388)
9289 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
9290 is a filename-as-a-directory.
9291
9292 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9293
9294 * textmodes/page.el (what-page): Don't move to beginning of line.
9295 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
9296
9297 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
9298
9299 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
9300
9301 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
9302
9303 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
9304 * help.el (help-for-help-internal): Add purecopy calls for text.
9305
9306 * vc.el (top): print-log method now takes an optional SHORTLOG
9307 argument. Add a new method: root.
9308 (vc-root-diff, vc-print-root-log): New functions.
9309 (vc-log-short-style): New variable.
9310 (vc-print-log-internal): Add support for showing short logs.
9311
9312 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
9313 vc-print-root-log and vc-print-root-diff.
9314
9315 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
9316 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
9317 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
9318 short logs.
9319
9320 * vc-cvs.el (vc-cvs-print-log):
9321 * vc-mtn.el (vc-mtn-print-log):
9322 * vc-rcs.el (vc-rcs-print-log):
9323 * vc-sccs.el (vc-sccs-print-log):
9324 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
9325 that is ignored for now.
9326
9327 * vc-mtn.el (vc-mtn-annotate-command):
9328 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
9329
9330 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9331
9332 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
9333 to function-key-map, and give them ascii-character property.
9334 * term/x-win.el (x-alternatives-map):
9335 * term/ns-win.el (ns-alternatives-map):
9336 * term/internal.el (msdos-key-remapping-map):
9337 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
9338
9339 2009-09-14 Glenn Morris <rgm@gnu.org>
9340
9341 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
9342 temp-buffers (2009-09-12).
9343
9344 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9345
9346 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
9347 the new read-key function.
9348
9349 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9350
9351 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
9352 is defined (Bug#4405).
9353
9354 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
9355
9356 * recentf.el (recentf-cleanup): Use a hash table to find
9357 duplicates (Bug#4407).
9358
9359 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
9360
9361 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
9362 kp-0 to ascii equivalents (Bug#4325).
9363
9364 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9365
9366 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9367
9368 * eshell/em-hist.el:
9369 * eshell/em-dirs.el (eshell-complete-user-reference):
9370 Declare pcomplete functions and variables to avoid compiler warnings.
9371
9372 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
9373
9374 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9375 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9376 * eshell/em-alias.el (eshell-aliases-file):
9377 * eshell/em-hist.el (eshell-history-file-name):
9378 Use expand-file-name instead of concat to make file names (Bug#4308).
9379
9380 2009-09-13 Glenn Morris <rgm@gnu.org>
9381
9382 * ediff-merg.el (ediff-do-merge):
9383 * filesets.el (filesets-run-cmd):
9384 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9385 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9386 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9387 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9388 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9389 Replace empty `let's with `progn'.
9390
9391 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9392
9393 * mail/sendmail.el (send-mail-function):
9394 * tooltip.el (tooltip-mode):
9395 * simple.el (transient-mark-mode):
9396 * rfn-eshadow.el (file-name-shadow-mode):
9397 * frame.el (blink-cursor-mode):
9398 * font-core.el (global-font-lock-mode):
9399 * files.el (temporary-file-directory)
9400 (small-temporary-file-directory, auto-save-file-name-transforms):
9401 * epa-hook.el (auto-encryption-mode):
9402 * composite.el (global-auto-composition-mode):
9403 Use custom-initialize-delay.
9404 * startup.el (command-line): Don't explicitly call
9405 custom-reevaluate-setting for all the above vars.
9406 * custom.el (custom-initialize-safe-set)
9407 (custom-initialize-safe-default): Delete.
9408
9409 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9410
9411 * term/x-win.el (x-initialize-window-system):
9412 * term/w32-win.el (w32-initialize-window-system):
9413 * term/ns-win.el (ns-initialize-window-system): Don't call
9414 mouse-wheel-mode since it's enabled globally by default already.
9415
9416 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9417 actually define the variable, but only silences the byte-compiler.
9418 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9419 before looking it up.
9420 (mouse-wheel-scroll-amount): Also reset the bindings if this value
9421 is changed.
9422
9423 2009-09-12 Glenn Morris <rgm@gnu.org>
9424
9425 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9426 1000.
9427 (elint-add-required-env): Don't beep on error.
9428 (elint-forms): In case of error, return ENV unchanged.
9429 (elint-init-env): Skip non-list forms.
9430 (elint-log): Handle unknown file positions.
9431
9432 2009-09-12 Daiki Ueno <ueno@unixuser.org>
9433
9434 * epg.el (epg-make-context): Add autoload cookie.
9435 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9436 (epg-decrypt-string, epg-start-verify, epg-verify-file)
9437 (epg-verify-string, epg-start-sign, epg-sign-file)
9438 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9439 (epg-encrypt-string, epg-start-export-keys)
9440 (epg-export-keys-to-file, epg-export-keys-to-string)
9441 (epg-start-import-keys, epg-import-keys-from-file)
9442 (epg-import-keys-from-string, epg-start-receive-keys)
9443 (epg-receive-keys, epg-import-keys-from-server)
9444 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9445 (epg-sign-keys, epg-start-generate-key)
9446 (epg-generate-key-from-file, epg-generate-key-from-string):
9447 Remove autoload cookie.
9448
9449 2009-09-12 Eli Zaretskii <eliz@gnu.org>
9450
9451 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9452 reevaluation of trash-directory.
9453
9454 * mwheel.el: Fix last change.
9455 (mouse-wheel-mode): New defvar.
9456 (mouse-wheel-mode): Remove autoload cookie.
9457
9458 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9459
9460 * mwheel.el (mwheel-installed-bindings): New var.
9461 (mouse-wheel-mode): Use it, so as to make sure we really remove all
9462 the bindings we set last time. Use custom-initialize-delay.
9463 * loadup.el: Load mwheel after term/*-win.el.
9464 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9465 and mouse-wheel-up-event now that their first evaluation is done
9466 sufficiently late to be correct.
9467
9468 * startup.el (tutorial-directory): Make it a defcustom.
9469 Use custom-initialize-delay rather than eval-at-startup to set it.
9470 * image.el (image-load-path): Make it a defcustom.
9471 Use custom-initialize-delay rather than eval-at-startup to set it.
9472 * subr.el (eval-at-startup): Remove.
9473 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9474
9475 * subr.el (do-after-load-evaluation): Warn the user after loading an
9476 obsolete package.
9477
9478 2009-09-12 Glenn Morris <rgm@gnu.org>
9479
9480 * proced.el (proced-mark-alt): Remove alias.
9481 (proced-mode-map): Remove proced-mark-alt.
9482
9483 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9484 Elint file and directory. Remove initialization entry.
9485
9486 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9487 commands.
9488 (elint-current-buffer): Set mode-line-process.
9489 (elint-init-env): Handle define-derived-mode.
9490 Fix declare-function with unspecified arglist. Guard against odd
9491 defalias statements (eg iso-insert's 8859-1-map).
9492 (elint-add-required-env): Use a temp buffer.
9493 (elint-form): Just print the function/macro name, not the whole form.
9494 Return env unchanged if we fail to parse a macro.
9495 (elint-forms): Guard against parse errors.
9496 (elint-output): New function, to handle batch mode.
9497 (elint-log-message): Add optional argument. Use elint-output.
9498 (elint-set-mode-line): New function.
9499
9500 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
9501
9502 * emacs-lisp/elp.el (elp-not-profilable): Add more
9503 functions (Bug#4233).
9504
9505 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
9506
9507 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9508 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9509
9510 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9511
9512 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9513 (gdb-var-list-children): Use json parsing.
9514
9515 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
9516
9517 * progmodes/js.el (js--proper-indentation): Handle the case where
9518 char-before is null. Reported by Deniz Dogan.
9519
9520 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9521
9522 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9523
9524 2009-09-11 Daiki Ueno <ueno@unixuser.org>
9525
9526 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9527 (epg-digest-algorithm-alist): Add SHA224.
9528 (epg-context-set-passphrase-callback)
9529 (epg-context-set-progress-callback): Add description about
9530 callback function.
9531
9532 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9533
9534 * custom.el (custom-delayed-init-variables): New var.
9535 (custom-initialize-delay): New function.
9536 * startup.el (command-line): "Re"evaluate all vars in
9537 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
9538 explicitly any more.
9539 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9540 to avoid creating a ~/.emacs.d at build-time (bug#4347).
9541
9542 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
9543
9544 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9545
9546 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9547 (gdb-var-update-handler): Use json parsing.
9548
9549 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9550
9551 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9552 decode annotated text, regardless of language environment. (Bug#2741)
9553
9554 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9555
9556 * Makefile.in (autoloads): Make rmail.el writable as well.
9557
9558 2009-09-11 Glenn Morris <rgm@gnu.org>
9559
9560 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9561 loaddefs.el.
9562 * dired.el: Regenerate with extracted autoloads.
9563 * Makefile.in (autoloads): Make dired.el writable.
9564
9565 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9566 * ibuffer.el: Regenerate with extracted autoloads.
9567 * Makefile.in (autoloads): Make ibuffer.el writable.
9568
9569 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9570 * version.el (emacs-copyright, emacs-major-version)
9571 (emacs-minor-version): Reformat doc-strings for make-docfile.
9572
9573 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9574 functions and variables, since they must be stuff specific to some other
9575 platform.
9576 (apropos-print): Make mouse-click message less specific about button.
9577
9578 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9579 that records where a macro was defined.
9580 * help-fns.el (describe-function-1): Mention if a function has a
9581 compiler-macro.
9582 * help-mode.el (help-function-cmacro): New button.
9583
9584 * locate.el (top-level): Always require dired.
9585 (locate-mode-map): Initialize inside the defvar.
9586
9587 * net/ange-ftp.el (dired-compress-file): Declare.
9588 (ange-ftp-dired-compress-file): Add doc string.
9589
9590 * term/ns-win.el (x-display-name, x-setup-function-keys):
9591 Unify doc-strings with X versions.
9592
9593 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9594
9595 * emulation/crisp.el (crisp-mode-map): Move initialization
9596 into declaration.
9597 (crisp-mode): Use define-minor-mode.
9598
9599 * progmodes/xscheme.el (xscheme-evaluation-commands):
9600 Put a :advertised-binding property rather than using
9601 advertised-xscheme-send-previous-expression.
9602 (advertised-xscheme-send-previous-expression): Declare obsolete.
9603 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9604 `advertised-undo'.
9605 (crisp-mode): Add corresponding bindings to
9606 undo's :advertised-binding instead.
9607 * dired.el (dired-mode-map): Put a :advertised-binding property rather
9608 than using dired-advertised-find-file.
9609 (dired-advertised-find-file):
9610 * simple.el (advertised-undo):
9611 * wid-edit.el (advertised-widget-backward): Declare obsolete.
9612 (widget-keymap): Put a :advertised-binding property rather
9613 than using advertised-widget-backward.
9614 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9615 than using advertised-undo.
9616 * tutorial.el (tutorial--default-keys): Adjust accordingly.
9617
9618 2009-09-10 Simon South <ssouth@slowcomputing.org>
9619
9620 * progmodes/delphi.el (delphi-tab): Indent region when Transient
9621 Mark mode is enabled and region is active; otherwise indent or
9622 insert TAB as usual.
9623 (delphi-mode): Update description of TAB-key binding.
9624
9625 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9626
9627 * subr.el (define-key-rebound-commands): Mark obsolete.
9628 * startup.el (precompute-menubar-bindings): Remove.
9629 (normal-top-level): Remove obsolete code that tried to precompute
9630 menubar bindings.
9631 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9632 define-key-rebound-commands and precompute-menubar-bindings.
9633
9634 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9635
9636 * net/imap.el (imap-interactive-login): Better messages.
9637 (imap-open): Fix bug with renamed buffer on reconnect.
9638 (imap-authenticate): Add buffer-local imap-last-authenticator variable
9639 for easier debugging and cleaner code. On successful (guessed based on
9640 server capabilities) secondary authentication, set imap-state
9641 correctly.
9642 (imap-last-authenticator): Define imap-last-authenticator as a variable
9643 to avoid warnings.
9644
9645 2009-09-10 Glenn Morris <rgm@gnu.org>
9646
9647 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9648
9649 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9650 (byte-compile-file-form-autoload): Don't warn about unknown functions
9651 where the autoload statement comes after the use.
9652 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9653 that any handlers inside the body (eg require) are in turn respected.
9654
9655 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9656 effects.
9657
9658 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9659 and syntax and abbrev tables basic docs, if they don't have any.
9660
9661 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9662
9663 * international/mule-cmds.el (top-level): Require cl when compiling.
9664 (view-hello-file): Use default-value rather than
9665 default-enable-multibyte-characters.
9666
9667 * progmodes/fortran.el: Move all safe and risky properties into the
9668 defcustoms.
9669
9670 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9671 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9672 * mail/undigest.el:
9673 Put autoloads in rmail.el rather than loaddefs.el.
9674 * mail/rmail.el: Regenerate with extracted autoloads.
9675
9676 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9677 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9678
9679 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
9680
9681 Reported in thread for Bug#4375.
9682 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9683 "-data-evaluate-expression" instead of print.
9684 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9685 (gdb-tooltip-print): Parse output from above MI command.
9686 (gdb): Revert 2009-08-11 change. User should detach inferior
9687 manually.
9688
9689 Remove the word "separate" from IO functions as inferior
9690 output is now never displayed in the GUD buffer.
9691
9692 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
9693
9694 * startup.el (command-line-normalize-file-name): On Windows and
9695 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9696
9697 2009-09-10 Juri Linkov <juri@jurta.org>
9698
9699 * isearch.el (isearch-text-char-description): Propertize escape
9700 character sequences with the `escape-glyph' face. (Bug#4344)
9701
9702 * simple.el (shell-command): Set asynchronous process filter to
9703 `comint-output-filter'. (Bug#4343)
9704
9705 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9706 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
9707 the list. Move "asm" to the bottom.
9708 (grep-find-ignored-directories): Add `choice' with nil value
9709 to empty the list easily.
9710 (grep-find-ignored-files): New option.
9711 (grep-files-history): Set to nil by default instead of '("ch" "el").
9712 (grep-compute-defaults): Add "<X>" to `grep-template'.
9713 (grep-read-files): Bind new local variables `default-alias' and
9714 `default-extension'. Use a list of default values for the file prompt.
9715 (lgrep): Add `--exclude=' command line options composed from
9716 `grep-find-ignored-files'.
9717 (rgrep): Add `-name' command line options composed from
9718 `grep-find-ignored-files'. (Bug#4301)
9719
9720 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9721
9722 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9723 (bug#4368).
9724
9725 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9726
9727 * calendar/time-date.el (autoload):
9728 Expand define-obsolete-function-alias into defalias and make-obsolete
9729 for old Emacsen that Gnus supports.
9730 (with-no-warnings): Define it for old Emacsen.
9731 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9732 is available.
9733 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9734 float-time is available; suppress compile warning for time-to-seconds.
9735
9736 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
9737
9738 * net/imap.el (imap-message-map): Docstring fix.
9739
9740 2009-09-09 Glenn Morris <rgm@gnu.org>
9741
9742 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9743 line numbers too. (Bug#4374)
9744
9745 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
9746
9747 * smerge-mode.el (smerge-remove-props, smerge-refine):
9748 Use with-silent-modifications (bug#4342).
9749
9750 * subr.el (with-silent-modifications): New macro.
9751
9752 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
9753
9754 * files.el (top-level): Require `cl' when compiling.
9755
9756 2009-09-07 Glenn Morris <rgm@gnu.org>
9757
9758 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9759
9760 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9761 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
9762
9763 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
9764
9765 * vc-git.el (vc-git-annotate-command): Use separator to parse
9766 arguments correctly.
9767
9768 2009-09-06 Eli Zaretskii <eliz@gnu.org>
9769
9770 * proced.el (proced-mode): Doc fix.
9771
9772 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
9773
9774 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9775 lstat fails.
9776 (tramp-do-file-attributes-with-ls): Check for file existence at
9777 remote end.
9778 (tramp-do-file-attributes-with-stat): Likewise.
9779 (tramp-convert-file-attributes): Return nil when attr is nil.
9780
9781 2009-09-05 Glenn Morris <rgm@gnu.org>
9782
9783 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9784 properties to this button.
9785 (diary-fancy-display): Don't extend the button to the final newline.
9786 (diary-fancy-display-mode): Continue to define "q" as a local key.
9787
9788 * calendar/cal-china.el (holiday-chinese): Make it slightly more
9789 efficient.
9790
9791 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9792
9793 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9794 (byte-compile-dest-file-function): New option.
9795 (byte-compile-dest-file): Doc fix.
9796 Obey byte-compile-dest-file-function.
9797 (byte-compile-cl-file-p): New function.
9798 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9799 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
9800 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9801 than for file being previously loaded.
9802 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9803 (byte-compile-file-form-require): Handle the case where requiring a file
9804 indirectly causes CL to be loaded.
9805
9806 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9807
9808 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9809 before killing the old buffer, since by the time `kill-buffer' is
9810 run so many buffer variables have been set to nil that it may not
9811 behave as expected. (Bug#4061)
9812
9813 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9814
9815 * files.el (find-alternate-file): If the old buffer is modified
9816 and visiting a file, behave similarly to `kill-buffer' when
9817 killing it, thus reverting to the pre-1.878 behavior; see
9818 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9819 for discussion. Also, consult `buffer-file-name' as a variable
9820 not as a function, for consistency with the rest of the code.
9821
9822 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
9823
9824 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9825 also when adding a new directory.
9826
9827 * net/tramp-compat.el (tramp-compat-line-beginning-position):
9828 New defun.
9829
9830 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9831
9832 * files.el (locate-file-completion-table): Make it provide boundary
9833 information, so partial-completion works better.
9834
9835 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9836
9837 * mail/footnote.el (Footnote-text-under-cursor):
9838 Check footnote-text-marker-alist before using it (bug#4324).
9839
9840 2009-09-04 Glenn Morris <rgm@gnu.org>
9841
9842 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9843 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9844 * play/solitaire.el, play/tetris.el:
9845 Remove leading * from defcustom and defface docs.
9846
9847 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9848 necessary.
9849 (diary-fancy-overriding-map): New variable.
9850 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9851 Use view-mode.
9852
9853 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9854 goto-line.
9855
9856 2009-09-03 Glenn Morris <rgm@gnu.org>
9857
9858 * arc-mode.el (archive-mode):
9859 * dos-fns.el (set-default-process-coding-system):
9860 * man.el (Man-getpage-in-background):
9861 * menu-bar.el (menu-bar-describe-menu):
9862 * server.el (server-process-filter):
9863 * startup.el (command-line):
9864 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9865 * w32-fns.el (set-default-process-coding-system):
9866 * x-dnd.el (x-dnd-handle-file-name):
9867 * international/mule-cmds.el (mule-menu-keymap)
9868 (set-default-coding-systems, language-info-alist, set-language-info)
9869 (set-language-environment, standard-display-european-internal)
9870 (set-locale-environment):
9871 * international/mule-diag.el (mule-diag):
9872 * mail/emacsbug.el (report-emacs-bug):
9873 * mail/rmail.el (rmail-mode):
9874 * mail/sendmail.el (mail-setup):
9875 Use default-value rather than default-enable-multibyte-characters.
9876
9877 * progmodes/f90.el: Move all safe properties into the defcustoms.
9878 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9879
9880 * calendar/appt.el (appt-check):
9881 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9882 (diary-check-diary-file, diary-list-entries)
9883 (diary-include-other-diary-files, diary-simple-display)
9884 (diary-fancy-display, diary-print-entries)
9885 (diary-mark-included-diary-files, diary-make-entry):
9886 Don't call substitute-in-file-name on diary-file.
9887
9888 2009-09-03 Eduard Wiebe <usenet@pusto.de>
9889 Stefan Monnier <monnier@iro.umontreal.ca>
9890
9891 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9892 (footnote-mode-map): Move initialization into the declaration.
9893 (footnote-minor-mode-map): Define it rather than changing global-map.
9894 (footnote-mode): Use define-minor-mode.
9895
9896 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
9897
9898 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9899 (tramp-do-file-attributes-with-perl)
9900 (tramp-do-file-attributes-with-stat): Rename from
9901 `tramp-handle-file-attributes-with-*'.
9902 (tramp-handle-file-attributes): Use them.
9903 (tramp-do-directory-files-and-attributes-with-perl)
9904 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9905 `tramp-handle-directory-files-and-attributes-with-*'.
9906 (tramp-handle-directory-files-and-attributes): Use them.
9907 (tramp-method-out-of-band-p): Additional parameter SIZE.
9908 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9909 (tramp-handle-write-region): Use it.
9910 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9911 (tramp-handle-vc-registered): Check, whether the first run did
9912 return files to be tested.
9913 (tramp-advice-make-auto-save-file-name): Do not call directly
9914 `tramp-handle-make-auto-save-file-name', because this would bypass
9915 the locking mechanism.
9916
9917 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9918 (file-remote-p, process-file, start-file-process, set-file-times)
9919 (tramp-compat-file-attributes): Compatibility functions shall not
9920 call directly `tramp-handle-*', because this would bypass the
9921 locking mechanism.
9922 (tramp-compat-number-sequence): New defun.
9923
9924 2009-09-02 Glenn Morris <rgm@gnu.org>
9925
9926 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9927 alias for float-time.
9928 (time-to-number-of-days): In Emacs, use float-time.
9929 * net/newst-backend.el (time-add): Suppress warnings from compat
9930 function.
9931 * time.el (emacs-uptime, emacs-init-time):
9932 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9933 Use float-time rather than time-to-seconds.
9934
9935 * minibuffer.el (completion-initials-expand): Fix typo.
9936
9937 * faces.el (modeline, modeline-inactive, modeline-highlight)
9938 (modeline-buffer-id):
9939 * info.el (info-menu-5): Mark these face aliases as obsolete.
9940
9941 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9942
9943 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9944 space ...
9945 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9946 no "--thread" option.
9947 (gdb-stopped): Don't print "Switched to thread" message when it is
9948 unchanged.
9949
9950 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9951
9952 * minibuffer.el (completion-try-completion)
9953 (completion-all-completions): Remove ill-defined (and
9954 mistakenly installed and luckily never used nor documented)
9955 `completion-styles' property.
9956 (completion-initials-expand, completion-initials-all-completions)
9957 (completion-initials-try-completion): New functions.
9958 (completion-styles-alist): Add doc to each entry.
9959 Add new `initials' entry.
9960
9961 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9962
9963 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9964 MI command -var-evaluate-expression.
9965 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9966 and tweak for case of string child.
9967 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9968
9969 2009-09-01 Glenn Morris <rgm@gnu.org>
9970
9971 * add-log.el (change-log-date-face, change-log-name-face)
9972 (change-log-email-face, change-log-file-face, change-log-list-face)
9973 (change-log-conditionals-face, change-log-function-face)
9974 (change-log-acknowledgement-face):
9975 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9976 (custom-modified-face, custom-set-face, custom-changed-face)
9977 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9978 (custom-documentation-face, custom-state-face, custom-comment-face)
9979 (custom-comment-tag-face, custom-variable-tag-face)
9980 (custom-variable-button-face, custom-face-tag-face)
9981 (custom-group-tag-face-1, custom-group-tag-face):
9982 * diff-mode.el (diff-header-face, diff-file-header-face)
9983 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9984 (diff-added-face, diff-changed-face, diff-function-face)
9985 (diff-context-face, diff-nonexistent-face):
9986 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9987 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9988 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9989 (Info-title-4-face):
9990 * isearch.el (isearch-lazy-highlight-face):
9991 * log-view.el (log-view-file-face, log-view-message-face):
9992 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9993 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9994 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9995 (cvs-msg-face):
9996 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9997 (smerge-base-face, smerge-markers-face):
9998 * wid-edit.el (widget-documentation-face, widget-button-face)
9999 (widget-field-face, widget-single-line-field-face)
10000 (widget-inactive-face, widget-button-pressed-face):
10001 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
10002 (woman-addition-face):
10003 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
10004 (eshell-ls-executable-face, eshell-ls-readonly-face)
10005 (eshell-ls-unreadable-face, eshell-ls-special-face)
10006 (eshell-ls-missing-face, eshell-ls-archive-face)
10007 (eshell-ls-backup-face, eshell-ls-product-face)
10008 (eshell-ls-clutter-face):
10009 * eshell/em-prompt.el (eshell-prompt-face):
10010 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
10011 * obsolete/old-whitespace.el (whitespace-highlight-face):
10012 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
10013 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
10014 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
10015 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
10016 (antlr-font-lock-literal-face):
10017 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
10018 (ebrowse-root-class-face, ebrowse-file-name-face)
10019 (ebrowse-default-face, ebrowse-member-attribute-face)
10020 (ebrowse-member-class-face, ebrowse-progress-face):
10021 * progmodes/make-mode.el (makefile-space-face):
10022 * progmodes/sh-script.el (sh-heredoc-face):
10023 * textmodes/flyspell.el (flyspell-incorrect-face)
10024 (flyspell-duplicate-face):
10025 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
10026 * textmodes/texinfo.el (texinfo-heading-face):
10027 Mark face aliases with "-face" suffix as obsolete.
10028
10029 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
10030 compiler.
10031
10032 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
10033 (eudc-bob-sound-menu): Use defvar rather than defconst, since
10034 easy-menu-define wants to modify these.
10035
10036 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
10037
10038 * net/browse-url.el (browse-url-file-url):
10039 * term/internal.el (dos-codepage-setup):
10040 Use default-value rather than default-enable-multibyte-characters.
10041
10042 * progmodes/etags.el (etags-goto-tag-location):
10043 * progmodes/flymake.el (flymake-highlight-line)
10044 (flymake-goto-file-and-line, flymake-goto-line):
10045 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
10046 (gdb-goto-breakpoint):
10047 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
10048 * progmodes/python.el (python-find-function)
10049 (python-pdbtrack-track-stack-file):
10050 * progmodes/verilog-mode.el (verilog-surelint-off):
10051 * term/ns-win.el (ns-open-file-select-line):
10052 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
10053 Use forward-line rather than goto-line.
10054
10055 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
10056 * textmodes/reftex-index.el (reftex-display-index):
10057 * textmodes/reftex-ref.el (reftex-offer-label-menu):
10058 * textmodes/reftex-toc.el (reftex-toc):
10059 Remove unnecessary bindings of default-major-mode (all are followed by
10060 major-mode check and possible mode switch).
10061
10062 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
10063
10064 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10065 Handle watchpoints (bug#4282).
10066 (def-gdb-thread-buffer-command): Enable thread to be selected by
10067 clicking without selecting threads buffer first.
10068 (gdb-current-context-command): Use selected frame so that "up",
10069 "down" etc work in the GUD buffer.
10070 (gdb-update): Find selected frame before rendering stack buffer.
10071 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
10072
10073 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
10074
10075 * progmodes/sym-comp.el (displayed-completions): Remove.
10076 (symbol-complete): Use minibuffer-complete.
10077
10078 2009-08-31 Glenn Morris <rgm@gnu.org>
10079
10080 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
10081
10082 * apropos.el (apropos-symbols-internal):
10083 Handle (obsolete) face aliases.
10084
10085 * faces.el (describe-face): Adjust the output format to be more like
10086 describe-variable, and to mention (obsolete) face aliases.
10087 Adjust the whitespace so that help-setup-xref works.
10088
10089 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
10090 * calendar/diary-lib.el (diary-button-face):
10091 Mark these face aliases as obsolete.
10092
10093 * calendar/calendar.el (calendar-today): Doc fix.
10094
10095 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
10096
10097 * progmodes/gdb-mi.el (gdb-control-all-threads)
10098 (gdb-control-current-thread): Force tool bar update.
10099 (gdb-non-stop-handler): New function.
10100 (gdb-init-1): Use it to test if non-stop mode is supported.
10101 Remove unused gdbmi buffer type.
10102
10103 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
10104
10105 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
10106 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
10107
10108 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
10109
10110 * comint.el (comint-exec-1): Check command is non-null first.
10111 Part of gdb-mi.el change (2009-08-28).
10112
10113 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10114
10115 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
10116
10117 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
10118
10119 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
10120 instead of `dolist' to avoid a recursive require when bootstrapping.
10121
10122 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10123
10124 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
10125
10126 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
10127
10128 * net/imap.el (imap-send-command): Simplify.
10129 (imap-wait-for-tag): point-max -> buffer-size.
10130
10131 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
10132
10133 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
10134 with constant argument.
10135
10136 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
10137
10138 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
10139
10140 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
10141 Change default, since most of our files don't have a history.
10142 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
10143 the user.
10144
10145 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10146 Add comint-run.
10147
10148 * calc/calc.el: Improve commenting convention.
10149 (calc-digit-map, toplevel): Simplify.
10150
10151 * comint.el (comint-insert-input): Be careful to only set point if we
10152 don't delegate to some other command.
10153
10154 * proced.el (proced-signal-list): Make it an alist.
10155 (proced-grammar-alist): Capitalize names.
10156 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
10157 Disable undo manually and make it read-only.
10158 Use completion-annotate-function.
10159
10160 * minibuffer.el (minibuffer-message): If the current buffer is not
10161 a minibuffer, insert the message in the echo area rather than at the
10162 end of the buffer.
10163 (completion-annotate-function): New variable.
10164 (minibuffer-completion-help): Use it.
10165 (completion--embedded-envvar-table): Environment vars are
10166 always case-sensitive.
10167
10168 2009-08-30 Glenn Morris <rgm@gnu.org>
10169
10170 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
10171 from fortran-current-defun.
10172 (fortran-beginning-of-subprogram): Be more precise about finding the
10173 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
10174 (fortran-end-of-subprogram): Simplify.
10175 (fortran-current-defun): Use fortran-start-prog-re.
10176
10177 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
10178
10179 * subr.el (do-after-load-evaluation): Simplify.
10180
10181 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
10182
10183 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
10184
10185 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
10186 (vc-rcs-print-log): Use it.
10187
10188 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
10189
10190 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10191
10192 * paths.el (abbrev-file-name): Move to abbrev.el.
10193 * abbrev.el (abbrev-file-name): Move from paths.el.
10194 Obey user-emacs-directory.
10195 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
10196 user-emacs-directory.
10197 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
10198 abbrev-file-name and calc-settings-file any more.
10199 * startup.el (command-line): Recompute abbrev-file-name and
10200 abbreviated-home-dir.
10201 (normal-no-mouse-startup-screen): Improve the generic code and get rid
10202 of the special code for when C-h bindings haven't been changed.
10203 (display-startup-echo-area-message): Use with-current-buffer.
10204 (command-line-1): Use a list of strings, rather than a list of lists
10205 of strings for longopts.
10206
10207 * files.el (get-free-disk-space): Use / for default-directory.
10208
10209 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
10210 Use with-current-buffer.
10211
10212 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
10213 Recognize immutable variables like most-positive-fixnum.
10214 (byte-compile-setq-default): Check and warn if trying to assign
10215 to an immutable variable, or a non-variable.
10216
10217 * progmodes/cc-vars.el (c-comment-continuation-stars):
10218 * progmodes/cc-engine.el (c-looking-at-bos):
10219 * progmodes/cc-cmds.el (c-toggle-auto-state)
10220 (c-forward-into-nomenclature, c-backward-into-nomenclature)
10221 (c-comment-line-break-function): Add version of obsolescence.
10222
10223 2009-08-28 Juri Linkov <juri@jurta.org>
10224
10225 * files.el (magic-fallback-mode-alist): Add ZIP magic number
10226 associated with `archive-mode'.
10227
10228 * image.el (image-type-header-regexps): Use only JPEG magic number
10229 to determine JPEG images, and don't use `image-jpeg-p' because
10230 Emacs can display non-JFIF non-Exif JPEG images.
10231
10232 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
10233
10234 * arc-mode.el (archive-mode):
10235 * emacs-lisp/re-builder.el (re-builder-unload-function):
10236 Protect against the default value of `major-mode' being nil.
10237
10238 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
10239
10240 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
10241 Fix typos in docstrings.
10242
10243 * progmodes/js.el (js--macro-decl-re): Doc fix.
10244 (js--plain-method-re, js--split-name): Refloc docstring.
10245 (js--class-styles, js--make-merged-item, js--splice-into-items):
10246 Fix typos in docstrings; reflow docstrings.
10247 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
10248 (js--variable-decl-matcher, js--inside-pitem-p)
10249 (js--parse-state-at-point, js--get-all-known-symbols)
10250 (js--symbol-history, js-find-symbol, js--js-references)
10251 (js--moz-interactor, js--js-encode-value, js--read-tab):
10252 Fix typos in docstrings.
10253
10254 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10255
10256 * textmodes/reftex.el (reftex-get-file-buffer-force):
10257 * progmodes/verilog-mode.el (verilog-batch-execute-func):
10258 * emulation/viper.el (viper-go-away, viper-set-hooks):
10259 * emacs-lisp/re-builder.el (re-builder-unload-function):
10260 * emacs-lisp/bytecomp.el (byte-compile-file):
10261 * ses.el (ses-unload-function):
10262 * hexl.el (hexl-find-file):
10263 * files.el (normal-mode):
10264 * ehelp.el (with-electric-help):
10265 * autoinsert.el (auto-insert-alist):
10266 * arc-mode.el (archive-mode):
10267 Use (default-value 'major-mode) instead of default-major-mode.
10268
10269 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
10270 * international/mule.el (load-with-code-conversion):
10271 * emacs-lisp/debug.el (debug):
10272 * ediff-vers.el (ediff-rcs-get-output-buffer):
10273 * dired.el (dired-internal-noselect): Don't let-bind
10274 default-major-mode around code that doesn't use it.
10275 E.g. buffer creation via get-buffer-create doesn't use it.
10276
10277 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
10278
10279 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
10280 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
10281 when writing the temp file. Otherwise, epa-file gets confused.
10282 (tramp-register-file-name-handlers): Make it a defun. Move also
10283 `epa-file-handler' to the front of `file-name-handler-alist'.
10284
10285 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10286
10287 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
10288 start right after a ^M.
10289 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
10290 (tramp-completion-file-name-regexp-separate)
10291 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
10292 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
10293 Don't modify last-coding-system-used by accident.
10294 (tramp-completion-file-name-handler): Apply the checks here,
10295 instead during registration.
10296 (tramp-register-file-name-handlers): Rename from
10297 `tramp-register-file-name-handler'. Register both
10298 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
10299 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
10300
10301 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
10302
10303 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
10304 Remove variable ...
10305 (gdb-init-1, gdb-display-separate-io-buffer)
10306 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
10307 references to it.
10308 (gdb-inferior-io-mode): Use make-comint-in-buffer.
10309 (gdb-inferior-filter): Use comint-output-filter to stop
10310 echoing and remove ^M characters.
10311
10312 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10313
10314 * emulation/viper-init.el (viper-restore-cursor-type):
10315 * emulation/cua-base.el (cua--update-indications):
10316 Replace default-cursor-type with (default-value 'cursor-type).
10317
10318 * mail/sendmail.el (mail-recover-1):
10319 * international/mule-diag.el (describe-current-coding-system-briefly)
10320 (describe-current-coding-system):
10321 * international/mule-cmds.el (select-safe-coding-system)
10322 (select-message-coding-system)
10323 (set-language-environment-coding-systems, set-locale-environment):
10324 * hexl.el (hexl-insert-multibyte-char):
10325 * dos-w32.el (find-buffer-file-type-coding-system):
10326 * simple.el (what-cursor-position):
10327 Replace uses of default-buffer-file-coding-system
10328 with (default-value 'buffer-file-coding-system).
10329
10330 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
10331 Replace uses of default-cursor-in-non-selected-windows
10332 with (default-value 'cursor-in-non-selected-windows).
10333 Use with-current-buffer.
10334
10335 * mail/feedmail.el: Use CL macros.
10336 (feedmail-run-the-queue, feedmail-send-it-immediately):
10337 * dos-w32.el (find-buffer-file-type): Replace uses of
10338 default-buffer-file-type with (default-value 'buffer-file-type).
10339
10340 2009-08-28 Glenn Morris <rgm@gnu.org>
10341
10342 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
10343 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
10344 Use default-value of major-mode rather than default-major-mode.
10345
10346 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10347
10348 * Makefile.in (update-elcfiles): Report left over elc files.
10349
10350 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
10351 expand-file-name and with-current-buffer.
10352 (mail-get-names, mail-directory): Use with-current-buffer.
10353
10354 * vc.el (vc-read-revision): New function.
10355 (vc-version-diff, vc-merge): Use it.
10356
10357 2009-08-27 Sam Steingold <sds@gnu.org>
10358
10359 * simple.el (kill-do-not-save-duplicates): New user option.
10360 (kill-new): When it is non-nil, and the new string is the same as
10361 the latest kill, set replace to t to avoid duplicates in kill-ring.
10362
10363 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
10364
10365 * net/tramp.el (tramp-handle-process-file): Do not flush all
10366 caches when `process-file-side-effects' is set.
10367 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
10368 instead of `tramp-find-file-exists-command'.
10369 Unset `process-file-side-effects'.
10370
10371 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
10372
10373 * net/tramp.el (tramp-methods): New method "rsyncc".
10374 (top): Add completion function for "rsyncc".
10375 (tramp-message-show-message): New defvar.
10376 (tramp-message, tramp-error): Use it.
10377 (tramp-do-copy-or-rename-file-directly): Extend check for direct
10378 remote copying.
10379 (tramp-do-copy-or-rename-file-out-of-band): Handle new
10380 `tramp-methods' entry `copy-env' of "rsyncc".
10381 (tramp-vc-registered-read-file-names): New defconst.
10382 (tramp-vc-registered-file-names): New defvar.
10383 (tramp-handle-vc-registered): Implement optimization strategy.
10384 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10385 (tramp-vc-file-name-handler): New defun.
10386 (tramp-get-ls-command, tramp-get-test-command)
10387 (tramp-get-file-exists-command, tramp-get-remote-ln)
10388 (tramp-get-remote-perl, tramp-get-remote-stat)
10389 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
10390
10391 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10392 (tramp-cache-inhibit-cache): Extend doc string. It allows also
10393 timestamps.
10394 (tramp-get-file-property): Check for timestamps in
10395 `tramp-cache-inhibit-cache'.
10396 (tramp-set-file-property): Write timestamp.
10397
10398 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10399
10400 * language/japan-util.el (japanese-symbol-table): Add entries for
10401 cp932-2-byte.
10402
10403 * international/characters.el: Add category `j' to cp932-2-byte.
10404
10405 2009-08-27 Kenichi Handa <handa@m17n.org>
10406
10407 * international/fontset.el (build-default-fontset-data): New macro.
10408 (setup-default-fontset): Use build-default-fontset-data for CJK,
10409 tibetan, ethiopic, and ipa.
10410
10411 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10412
10413 * cus-start.el (default-major-mode): Customize `major-mode' instead.
10414 (enable-multibyte-characters): Not customizable any more.
10415
10416 * subr.el (default-mode-line-format, default-header-line-format)
10417 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10418 (default-direction-reversed, default-truncate-lines)
10419 (default-left-margin, default-tab-width, default-case-fold-search)
10420 (default-left-margin-width, default-right-margin-width)
10421 (default-left-fringe-width, default-right-fringe-width)
10422 (default-fringes-outside-margins, default-scroll-bar-width)
10423 (default-vertical-scroll-bar, default-indicate-empty-lines)
10424 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10425 (default-fringe-cursor-alist, default-scroll-up-aggressively)
10426 (default-scroll-down-aggressively, default-fill-column)
10427 (default-cursor-type, default-buffer-file-type)
10428 (default-cursor-in-non-selected-windows)
10429 (default-buffer-file-coding-system, default-major-mode)
10430 (default-enable-multibyte-characters): Mark as obsolete.
10431
10432 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
10433
10434 * vc-dir.el (vc-dir-update): Remove debug helper.
10435
10436 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10437
10438 2009-08-26 Sam Steingold <sds@gnu.org>
10439
10440 * simple.el (save-interprogram-paste-before-kill): New user option.
10441 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10442 save the interprogram-paste into kill-ring before overriding it
10443 with the Emacs kill.
10444
10445 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10446
10447 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10448 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10449 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10450 and move to vc-rcs.el.
10451 (vc-default-next-revision): Rename to vc-rcs-next-revision and
10452 move to vc-rcs.el.
10453 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10454 (vc-rcs-update-changelog): Remove.
10455 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10456 and move to vc-rcs.el.
10457
10458 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10459 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10460 renaming.
10461 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
10462 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
10463 vc.el, renamed to be RCS specific.
10464
10465 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10466 New functions.
10467 (vc-cvs-update-changelog): Move here from vc.el.
10468
10469 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10470 New functions.
10471
10472 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10473
10474 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10475
10476 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10477
10478 * vc-git.el (vc-git-register): Use "git add" for directories.
10479 (vc-git-stash, vc-git-stash-show): New functions.
10480 (vc-git-extra-menu-map): Bind them.
10481
10482 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10483 directory correctly in case the item is a directory itself.
10484
10485 * vc.el: Document the desired behavior for reverted files in the
10486 `added' state.
10487 (vc-default-prettify-state-info): Remove function, unused.
10488
10489 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
10490
10491 2009-08-26 Glenn Morris <rgm@gnu.org>
10492
10493 * bindings.el (standard-mode-line-format): Reposition dashes in
10494 which-func entry. (Bug#4217)
10495
10496 * files.el (enable-local-variables, enable-local-eval)
10497 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10498 the defcustoms.
10499 (auto-mode-alist, ignored-local-variables)
10500 (save-some-buffers-action-alist): Move risky declarations to the
10501 definitions.
10502 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10503 (font-lock-defaults, format-alist, imenu--index-alist)
10504 (imenu-generic-expression, input-method-alist, minor-mode-alist)
10505 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10506 (mode-line-modified, mode-line-mule-info, mode-line-position)
10507 (mode-line-process, mode-line-remote, outline-level)
10508 (parse-time-rules, rmail-output-file-alist)
10509 (special-display-buffer-names, vc-mode):
10510 Move risky declarations to the relevant files.
10511 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10512 (mode-line-modified, mode-line-process, mode-line-position)
10513 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10514 * font-core.el (font-lock-defaults):
10515 * format.el (format-alist):
10516 * vc-hooks.el (vc-mode):
10517 * window.el (special-display-buffer-names):
10518 * international/mule-cmds.el (input-method-alist):
10519 Define riskiness here (dumped file) rather than in files.el.
10520 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10521 * imenu.el (imenu-generic-expression, imenu--index-alist):
10522 * outline.el (outline-level):
10523 * time.el (display-time-string):
10524 * calendar/parse-time.el (parse-time-rules):
10525 * mail/rmailout.el (rmail-output-file-alist):
10526 Autoload riskiness here, rather than placing in files.el.
10527
10528 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
10529
10530 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10531
10532 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
10533
10534 * simple.el (process-file-side-effects): New defvar.
10535
10536 * dired-aux.el (dired-show-file-type):
10537 * vc.el (vc-diff-internal):
10538 * vc-arch.el (vc-arch-diff):
10539 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10540 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10541 * vc-git.el (vc-git-registered, vc-git-working-revision)
10542 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10543 (vc-git--empty-db-p):
10544 * vc-hooks.el (vc-user-login-name):
10545 * vc-svn.el (vc-svn-registered, vc-svn-state)
10546 (vc-svn-dir-extra-headers, vc-svn-find-revision):
10547 * progmodes/grep.el (grep-probe): Let-bind
10548 `process-file-side-effects' with nil.
10549
10550 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10551
10552 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10553 daemon. Replace ping by checking for running service for bluez
10554 and zeroconf. (Bug#4239)
10555
10556 2009-08-25 Kevin Ryde <user42@zip.com.au>
10557
10558 * net/dig.el (dig): Add autoload cookie.
10559
10560 2009-08-25 Glenn Morris <rgm@gnu.org>
10561
10562 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10563 load-history for absolute file-names.
10564 (byte-compile-file-form-require): Warn about use of the cl package.
10565
10566 * format.el (format-alist): Doc fix.
10567
10568 * play/bubbles.el (top-level): Don't require cl at run-time.
10569
10570 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10571 run-time cl).
10572
10573 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
10574
10575 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10576 from cl package.
10577 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10578
10579 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
10580
10581 * calc/calc-alg.el (math-trig-rewrite)
10582 (math-hyperbolic-trig-rewrite): New functions.
10583 (calc-simplify): Simplify trig functions when asked.
10584
10585 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10586
10587 * diff-mode.el (diff-find-source-location): Avoid goto-line.
10588
10589 2009-08-24 Kenichi Handa <handa@m17n.org>
10590
10591 * language/ind-util.el (mapthread): Delete it.
10592 (combinatorial): New function.
10593 (indian--puthash-cv): Use combinatorial instead of mapthread.
10594
10595 2009-08-22 Kevin Ryde <user42@zip.com.au>
10596
10597 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10598 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10599 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10600 Clarify docstring that the value is strings not symbols.
10601 (checkdoc-list-of-strings-p): New function.
10602
10603 2009-08-22 Glenn Morris <rgm@gnu.org>
10604
10605 * files.el (auto-mode-alist):
10606 * hippie-exp.el (he-concat-directory-file-name):
10607 * lpr.el (lpr-windows-system, printer-name):
10608 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10609 * ps-print.el (ps-windows-system):
10610 * startup.el (command-line):
10611 * emulation/viper-ex.el (viper-glob-function):
10612 * international/mule-cmds.el (set-language-environment-coding-systems):
10613 * net/ange-ftp.el (ange-ftp-write-region):
10614 * obsolete/fast-lock.el (fast-lock-cache-name):
10615 Remove code for defunct system-types emx, macos, mswindows, next-mach,
10616 unisoft-unix, vax-vms, win32, w32.
10617
10618 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10619 given name if the pattern is not more specific.
10620
10621 * calendar/lunar.el (lunar-phase-names): New option.
10622 (lunar-phase): Doc fix.
10623 (lunar-cycles-per-year): New constant.
10624 (lunar-index): New function.
10625 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10626 (lunar-phase-name): Use lunar-phase-names.
10627 (calendar-lunar-phases): Use format.
10628 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10629
10630 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10631 Copy imenu-example--name-and-position function here for own use.
10632 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10633
10634 * bs.el (bs--redisplay):
10635 * cus-edit.el (custom-redraw):
10636 * ibuffer.el (ibuffer-bury-buffer):
10637 * server.el (server-goto-line-column):
10638 * startup.el (command-line-1):
10639 * strokes.el (strokes-xpm-for-stroke):
10640 * term.el (term-display-buffer-line):
10641 * view.el (View-goto-line):
10642 * calc/calc.el (calc-do, calc-trail-buffer):
10643 * play/gamegrid.el (gamegrid-add-score-insecure):
10644 * progmodes/ada-mode.el (ada-compile-goto-error):
10645 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10646 (ebrowse-select-1st-to-9nth):
10647 * progmodes/cperl-mode.el (cperl-time-fontification):
10648 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10649 * progmodes/gud.el (gud-display-line):
10650 (idlwave-shell-display-line):
10651 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10652 * progmodes/make-mode.el (makefile-browser-toggle):
10653 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10654 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10655 * textmodes/picture.el (picture-draw-rectangle):
10656 * textmodes/reftex-index.el (reftex-index-goto-letter):
10657 (reftex-select-jump-to-previous):
10658 * textmodes/reftex-sel.el (reftex-find-start-point)
10659 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10660 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10661 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10662 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10663 * textmodes/two-column.el (2C-associated-buffer):
10664 Use forward-line rather than goto-line.
10665
10666 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10667 goto-line.
10668
10669 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10670 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10671 (quick-check-list-to-regexp): Declare.
10672
10673 * progmodes/make-mode.el (makefile-browser-insert-selection):
10674 Use goto-char rather than goto-line.
10675
10676 * progmodes/prolog.el (compilation-error-regexp-alist)
10677 (compilation-forget-errors): Declare.
10678
10679 2009-08-22 Juri Linkov <juri@jurta.org>
10680
10681 * progmodes/grep.el (lgrep, rgrep): At the beginning
10682 set `dir' to `default-directory' unless `dir' is a non-nil
10683 readable directory. (Bug#4052)
10684 (lgrep, rgrep): Change a weird way to report an error
10685 from using `read-string' to using `error'.
10686 Instead of using interactive arguments in the function body,
10687 add new argument `confirm'.
10688
10689 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10690
10691 * textmodes/remember.el (remember-buffer):
10692 * progmodes/cperl-mode.el (cperl-vc-header-alist):
10693 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10694 (icalendar-extract-ical-from-buffer):
10695 * net/newst-treeview.el (newsticker-groups-filename):
10696 * net/newst-backend.el (newsticker-cache-filename):
10697 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10698 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10699 (speedbar-add-ignored-path-regexp, speedbar-line-path)
10700 (speedbar-buffers-line-path, speedbar-path-line)
10701 (speedbar-buffers-line-path):
10702 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10703 (epg-sign-keys):
10704 * epa.el (epa-display-verify-result):
10705 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10706
10707 2009-08-21 Glenn Morris <rgm@gnu.org>
10708
10709 * progmodes/js.el (inferior-moz-process): Fix declaration.
10710
10711 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10712
10713 * obsolete/rnewspost.el (news-mail-reply):
10714 Use goto-char rather than goto-line.
10715
10716 * term/ns-win.el (ns-open-file-select-line):
10717 Use line-beginning-position rather than goto-line.
10718
10719 * apropos.el (apropos-command):
10720 * ehelp.el (electric-helpify):
10721 * printing.el (pr-show-setup):
10722 * strokes.el (strokes-help):
10723 * tutorial.el (tutorial--describe-nonstandard-key)
10724 (tutorial--detailed-help):
10725 * woman.el (woman-mini-help, woman-display-extended-fonts):
10726 * calc/calc-help.el (calc-describe-key):
10727 * emulation/edt.el (edt-electric-helpify):
10728 * international/mule-diag.el (mule-diag):
10729 * play/yow.el (apropos-zippy):
10730 * progmodes/python.el (python-describe-symbol):
10731 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10732 * textmodes/table.el (*table--cell-describe-mode)
10733 (*table--cell-describe-bindings):
10734 Use help-print-return-message rather than the now obsolete alias.
10735
10736 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10737 (calendar-cursor-to-visible-date):
10738 * play/5x5.el (5x5-position-cursor):
10739 * play/decipher.el (decipher):
10740 * play/gomoku.el (gomoku-goto-xy):
10741 * play/landmark.el (lm-goto-xy):
10742 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10743 (mpuz-paint-digit):
10744 Use forward-line, not goto-line.
10745
10746 * mail/rmail.el (rmail-obsolete): Delete custom group.
10747 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10748 (rmail-remote-password, rmail-remote-password-required):
10749 Remove unneeded :set-after and :set properties.
10750
10751 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
10752
10753 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10754
10755 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
10756
10757 * loadup.el: Remove leftover macos code.
10758
10759 * vc-git.el (vc-git-annotate-command): Run asynchronously.
10760 Explicitly pass the date format to git blame so that user local
10761 so that the output format can be parsed.
10762
10763 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
10764
10765 * net/dbus.el (top): Don't check for (getenv
10766 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
10767
10768 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
10769
10770 * log-edit.el (log-edit-strip-single-file-name): New var.
10771 (log-edit-insert-changelog): Use it. Bug#3571
10772
10773 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10774
10775 * subr.el (read-passwd): Use read-key so keypad keys work as well.
10776 Bug#3287
10777
10778 * help.el (help-print-return-message): Rename from
10779 print-help-return-message.
10780
10781 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10782 cvs-mode-map parent hack.
10783 (log-view-mode): Derive from special-mode.
10784
10785 * linum.el (linum-mode): window-size-change-functions is redundant.
10786 Adapt to new window-configuration-change-hook behavior.
10787 (linum-after-size, linum-after-config): Remove.
10788
10789 * imenu.el (imenu-example--name-and-position)
10790 (imenu-example--lisp-extract-index-name)
10791 (imenu-example--create-lisp-index, imenu-example--create-c-index):
10792 Mark as obsolete.
10793
10794 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10795 (inferior-prolog-mode): Use it.
10796 (inferior-prolog-load-file): Reset list of errors.
10797
10798 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10799
10800 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10801
10802 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10803
10804 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
10805
10806 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10807 is running already.
10808
10809 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10810
10811 * subr.el (listify-key-sequence-1): Use normal syntax since those
10812 integers are nowadays always represented by the same (positive) number
10813 on all platforms.
10814 (read-key-empty-map): New const.
10815 (read-key-delay): New var.
10816 (read-key): New function.
10817 (force-mode-line-update): Use with-current-buffer.
10818 (locate-user-emacs-file): Don't forget to abbreviate the file name.
10819 (start-process-shell-command, start-file-process-shell-command):
10820 Discourage the use of command-args.
10821
10822 2009-08-19 Glenn Morris <rgm@gnu.org>
10823
10824 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10825
10826 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10827
10828 * simple.el (choose-completion-string): Don't rely on
10829 minibuffer-completing-file-name and ad-hoc checks to decide whether
10830 to continue completion or not.
10831
10832 * minibuffer.el (minibuffer-hide-completions): New function.
10833 (completion--do-completion): Use it.
10834 (completions-annotations): New face.
10835 (completion--insert-strings): Use it.
10836 (completion-pcm--delim-wild-regex): Add docstring.
10837 (completion-pcm--string->pattern): Add support for 0-width delimiters
10838 in completion-pcm--delim-wild-regex.
10839
10840 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10841
10842 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10843 Remove unused var `buffer-modified-p'.
10844
10845 * minibuffer.el (completion--do-completion): Move point for the #b001
10846 case as well (bug#4176).
10847 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10848
10849 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
10850
10851 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10852 and :session buses.
10853
10854 2009-08-18 Kenichi Handa <handa@m17n.org>
10855
10856 * international/ucs-normalize.el (ucs-normalize-version):
10857 Change to 1.1.
10858 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10859 (utf-8-hfs): Make it perform normalization on encoding too.
10860
10861 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10862 (sentence-end-without-space): Delete duplicated chars.
10863 (sentence-end-base): Likewise.
10864
10865 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10866 (html-mode): Delete duplicated chars from sentence-end-base.
10867
10868 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10869 (texinfo-mode): Delete duplicated chars from sentence-end-base.
10870
10871 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
10872
10873 * files.el (hack-one-local-variable): If the mode function is for
10874 a minor mode, pass it an argument (Bug#4148).
10875
10876 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
10877
10878 * net/tramp.el (tramp-register-completion-file-name-handler):
10879 Check also for (member 'partial-completion completion-styles).
10880
10881 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10882
10883 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10884 abbrev (Bug#3943).
10885
10886 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
10887
10888 * progmodes/cperl-mode.el: Merge upstream 6.2.
10889 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10890 (cperl-forward-re): Check cperl-brace-recursing.
10891 (cperl-highlight-charclass): New function.
10892 (cperl-find-pods-heres): Use it.
10893 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10894 (cperl-beautify-regexp-piece): Fix column calculation.
10895 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10896 (cperl-beautify-level): Don't process entire regexp.
10897 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10898 calling man.
10899 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10900 (cperl-init-faces): Build a list in the normal way.
10901
10902 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10903
10904 * calendar/parse-time.el (parse-time-string-chars): Save match
10905 data.
10906
10907 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10908
10909 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10910 (sql-product): Use it.
10911 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10912 (sql-set-product): Add completion.
10913 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10914 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10915 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10916 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10917 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10918 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10919 (sql-highlight-db2-keywords): Remove.
10920 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10921 (sql-highlight-product): Use derived-mode-p.
10922 (sql-set-sqli-buffer): Use with-current-buffer.
10923 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10924 Simplify.
10925
10926 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10927
10928 * term.el: Fix commenting convention, turn comments into docstrings.
10929
10930 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10931
10932 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10933
10934 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
10935
10936 * calendar/parse-time.el (parse-time-string-chars): Compute using
10937 character classes, to handle non-ascii characters (Bug#3190).
10938
10939 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10940
10941 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10942 another heredoc if the user adds another < (Bug#3226).
10943
10944 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10945 Don't initialize based on window-system (Bug#4124).
10946
10947 * facemenu.el (facemenu-read-color): Use a completion function
10948 that accepts any defined color, such as RGB triplets (Bug#3677).
10949
10950 * files.el (get-free-disk-space): Change fallback default
10951 directory to /. Expand DIR argument before switching to fallback.
10952 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10953
10954 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10955
10956 * files.el (load-library): Doc fix.
10957
10958 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
10959
10960 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10961 (viper-if-string): Redefine C-s in the minibuffer to insert the last
10962 incremental search string.
10963
10964 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10965 XEmacs.
10966
10967 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10968 (ediff-merge-region-is-non-clash)
10969 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10970 Also check if the job is really a merge job.
10971
10972 * ediff.el (ediff-current-file): New function.
10973
10974 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10975
10976 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10977 conventions.
10978 (js-insert-and-indent): Delete function.
10979 (js-mode-map): Don't bind keys to js-insert-and-indent.
10980 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10981 (js-end-of-defun): Rename from js--end-of-defun.
10982 (js-auto-indent-flag): Delete variable.
10983
10984 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
10985
10986 * progmodes/js.el: Remove proclaim statement.
10987 Defvar which-func-imenu-joiner-function to silence compiler.
10988
10989 * files.el (auto-mode-alist): Use js-mode for .js files.
10990
10991 * progmodes/js2-mode.el: Remove file.
10992
10993 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10994
10995 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10996
10997 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10998
10999 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
11000 Karl Landstrom <karl.landstrom@brgeight.se>
11001
11002 * progmodes/js.el: New file.
11003
11004 2009-08-14 Mark A. Hershberger <mah@everybody.org>
11005
11006 * timezone.el (timezone-parse-date): Add ability to understand ISO
11007 basic format (minimal separators) dates in addition to the
11008 already-supported extended format dates.
11009
11010 2009-08-14 Eli Zaretskii <eliz@gnu.org>
11011
11012 * international/ucs-normalize.el: Add a `coding' file variable.
11013
11014 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
11015
11016 2009-08-14 Sam Steingold <sds@gnu.org>
11017
11018 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
11019
11020 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
11021
11022 * faces.el (help-argument-name): Define it here instead of
11023 help-fns.el, because in daemon mode help-fns.el may be loaded when
11024 faces are still uninitialized (Bug#1078).
11025
11026 * help-fns.el (help-argument-name): Move defface to faces.el.
11027
11028 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
11029
11030 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
11031 create buffer with a pty but no process so that GDB can make the
11032 inferior the controlling process.
11033
11034 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
11035
11036 * international/ucs-normalize.el: New file.
11037
11038 2009-08-13 Richard Stallman <rms@gnu.org>
11039
11040 * mail/rmail.el (rmail-get-attr-names):
11041 Accept an attribute header that is too short.
11042
11043 * mail/rmail.el (rmail-forget-messages):
11044 Ignore nil elt in rmail-message-vector. Use dotimes.
11045
11046 * progmodes/compile.el (compilation-goto-locus):
11047 Use next-error-move-function.
11048
11049 * simple.el (next-error-move-function): New variable.
11050
11051 2009-08-12 Juri Linkov <juri@jurta.org>
11052
11053 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
11054 always non-nil. (Bug#4052)
11055
11056 * replace.el (read-regexp): Return empty string when
11057 `default-value' is nil.
11058 (keep-lines-read-args): Don't use empty string as the
11059 default value for `read-regexp'. (Bug#2495)
11060
11061 2009-08-12 Juri Linkov <juri@jurta.org>
11062
11063 * international/mule-cmds.el (ucs-insert): Change arguments
11064 from `arg' to `character', `count', `inherit' to be the same
11065 as in `insert-char'. Doc fix. (Bug#4039)
11066
11067 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
11068
11069 2009-08-12 Juri Linkov <juri@jurta.org>
11070
11071 * files-x.el: New file.
11072
11073 * files.el: Move code that deals with adding/deleting
11074 file/directory-local variables to files-x.el.
11075
11076 * Makefile.in (ELCFILES): Add files-x.elc.
11077
11078 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
11079
11080 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
11081 to use `goto-line'.
11082 (gdb-place-breakpoints, gdb-get-location): Rewritten without
11083 `goto-line'.
11084 (gdb-invalidate-disassembly): Do not refresh upon receiving
11085 'update signal. Instead, update all disassembly buffers only after
11086 threads list.
11087 (gdb): Send -target-detach when buffer is killed (Bug#3794).
11088 (gdb-starting): Move -data-list-register-names...
11089 (gdb-stopped): ...here so it's sent when first thread stops.
11090 (gdb-registers-handler-custom): Do nothing if register names are
11091 unknown yet.
11092
11093 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
11094 from `gdb-mi.el' to avoid extra tangling.
11095
11096 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
11097 change which breaks `gud-def' definitions used in `gdb'.
11098 (gdb-update-gud-running): No extra fuss for updating frame number.
11099
11100 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
11101
11102 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
11103 (describe-language-environment-map, setup-language-environment-map)
11104 (set-coding-system-map): Move initialization into declaration.
11105 (set-language-info-alist): Last arg to define-key-after can be skipped.
11106
11107 * international/quail.el (quail-completion-1): Simplify.
11108 (quail-define-rules): Use slightly more compact code.
11109 (quail-insert-decode-map): Propertize keys, compact columns.
11110
11111 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11112 Add goto-line.
11113
11114 2009-08-10 Miles Bader <miles@gnu.org>
11115
11116 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
11117 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
11118 (js2-instance-member, js2-private-member, js2-private-function-call)
11119 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
11120 (js2-magic-paren, js2-external-variable):
11121 Remove "-face" suffix from face names.
11122 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
11123 (js2-highlight-undeclared-vars, js2-peek-token)
11124 (js2-parse-function-params, js2-mode-show-errors)
11125 (js2-mode-show-warnings, js2-make-magic-delimiter)
11126 (js2-mode-highlight-magic-parens): Update to use new face names.
11127
11128 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
11129
11130 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
11131 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
11132
11133 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
11134
11135 * subr.el: Provide hashtable-print-readable.
11136
11137 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
11138 hs-c-like-adjust-block-beginning.
11139 (hs-hide-block-at-point): Stop hiding at the beginning of
11140 hs-block-end-regexp (Bug#700).
11141
11142 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
11143
11144 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
11145 a macro.
11146 (gdb-registers-handler-custom): Do not fail when register names
11147 are unavailable.
11148
11149 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
11150
11151 * progmodes/gdb-mi.el (gdb-control-all-threads)
11152 (gdb-control-current-thread): Interactive setters for
11153 `gdb-gud-control-all-threads' to use in menu.
11154 (gdb-show-run-p): Show «Go» when process is not active.
11155 (gud-tool-bar-map): Add non-stop/A,T indicator.
11156 Uses gud/thread.xpm and gud/all.xpm.
11157
11158 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
11159
11160 * net/net-utils.el (net-utils-font-lock-keywords): New var.
11161 (nslookup-font-lock-keywords): Make it a variable.
11162 (net-utils-mode): New mode for viewing diagnostic network output.
11163 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
11164 (net-utils-run-simple): New function.
11165 (ifconfig, iwconfig, netstat, arp, route): Use it.
11166
11167 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
11168
11169 * progmodes/gdb-mi.el (gdb-read-memory-custom)
11170 (gdb-memory-set-address, def-gdb-set-positive-number)
11171 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
11172 after changing settings.
11173 (gdb-invalidate-disassembly): Update when first shown.
11174 (gdb-edit-locals-value): Fixed.
11175 (gdb-registers-handler-custom): Print registers in right order and
11176 allow changing register values (only for current thread yet).
11177 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
11178 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
11179 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
11180 (gdb-locals-handler-custom, gdb-registers-handler-custom):
11181 Thread info in mode name.
11182 (gdb-registers-mode-map): TAB to switch to locals.
11183
11184 2009-08-08 Eli Zaretskii <eliz@gnu.org>
11185
11186 * mail/rmail.el (rmail-add-mbox-headers)
11187 (rmail-set-message-counters-counter): Search for
11188 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
11189
11190 2009-08-08 Glenn Morris <rgm@gnu.org>
11191
11192 * Makefile.in (ELCFILES): Update.
11193
11194 2009-08-07 Eli Zaretskii <eliz@gnu.org>
11195
11196 * mail/sendmail.el (mail-yank-original):
11197 Set buffer-file-coding-system from the one used by the message whose
11198 text is yanked.
11199
11200 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
11201 to "windows" when "pgnuplot" is used.
11202 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
11203 Don't call accept-process-output if "pgnuplot" is used.
11204 (calc-graph-init): Don't send -display and -geometry to
11205 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
11206 running "pgnuplot -V" with shell-command-to-string.
11207
11208 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
11209 the default.
11210
11211 2009-08-07 Eli Zaretskii <eliz@gnu.org>
11212
11213 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
11214 org/org-latex.elc.
11215
11216 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
11217
11218 * vc-dispatcher.el (vc-resynch-window): Update comment.
11219
11220 * term.el (term-handle-ansi-escape): Add comments with the
11221 terminfo capabilities implemented.
11222
11223 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
11224
11225 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
11226 (gdb-var-create-handler): Rewritten using JSON parser.
11227 (gdb-propertize-header): Move earlier.
11228 (gdb-set-header): Remove to avoid duplication.
11229 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
11230 Refresh disassembly buffers only after threads list have been
11231 update.
11232 (gdb-threads-header, gdb-registers-header): Per-buffer header line
11233 variables.
11234
11235 2009-08-04 Juri Linkov <juri@jurta.org>
11236
11237 * files.el: Commands to add/delete file/directory-local variables.
11238 (read-file-local-variable, read-file-local-variable-value)
11239 (read-file-local-variable-mode, modify-file-local-variable)
11240 (modify-file-local-variable-prop-line)
11241 (modify-dir-local-variable): New functions.
11242 (add-file-local-variable, delete-file-local-variable)
11243 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
11244 (add-dir-local-variable, delete-dir-local-variable)
11245 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
11246 (copy-dir-locals-to-file-locals-prop-line): New commands.
11247
11248 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
11249
11250 * abbrev.el (insert-abbrev-table-description): Prettify output.
11251 Suggested by Karl Chen.
11252
11253 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
11254
11255 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
11256 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
11257 (gdb-overlay-arrow-position, gdb-thread-position)
11258 (gdb-disassembly-position): Declare variables.
11259 (gdb-wait-for-pending): Function now.
11260 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
11261 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
11262 compilation goes smoothly.
11263 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
11264 (gdb-non-stop-setting): New customization setting which replaces
11265 `gdb-non-stop' so changing it doesn't break active GDB session.
11266 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
11267 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
11268 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
11269 (gdb-show-threads-by-default): New customization options.
11270 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
11271 routines.
11272 (gdb-get-buffer-create): Send buffers update signal when they are
11273 created.
11274 (gdb-invalidate-locals, gdb-invalidate-registers)
11275 (gdb-invalidate-breakpoints)
11276 (gdb-invalidate-threads, gdb-invalidate-disassembly)
11277 (gdb-invalidate-memory): Accept update signal.
11278 (gdb-current-context-command): Use --frame option.
11279 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
11280 Implement `gdb-frame-number' selection logic.
11281 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
11282 whether to show GUD toolbar buttons.
11283 (gdb-thread-exited): Unselect current thread when it exits.
11284 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
11285 (gdb-mark-line): Routine which sets overlay arrow or inverses
11286 video on fringeless displays.
11287 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
11288 to build aligned columns of data in GDB buffers and set text
11289 properties line-by-line.
11290 (gdb-invalidate-breakpoints)
11291 (gdb-breakpoints-list-handler-custom)
11292 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
11293 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
11294 (gdb-registers-handler-custom): Align data columns.
11295 (gdb-locals-handler-custom): Now prints data like in variable
11296 declarations.
11297 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
11298 Remove confusing buttons.
11299 (gdb-invalidate-threads): Append --frame.
11300 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
11301 between breakpoints/threads buffers.
11302 (gdb-set-window-buffer): Now can ignore dedicated windows.
11303 (gdb-propertize-header): Use `gdb-set-window-buffer'.
11304 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
11305 (def-gdb-thread-buffer-gud-command): Replaces
11306 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
11307 for fine thread control.
11308 (gdb-preempt-existing-or-display-buffer): New function used to
11309 display bound buffers without breaking window layout.
11310 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
11311 (gdb-select-frame): New version of `gdb-frames-select' which now
11312 sets `gdb-frame-number' so commands may use --frame option instead
11313 of inner debugger state.
11314 (gdb-frame-handler): Do not set `gdb-frame-number'.
11315 (gdb-threads-mode-map): Select threads with mouse.
11316
11317 * progmodes/gud.el (gdb-gud-context-call): Declare function to
11318 avoid compilation warning.
11319 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
11320 `gdb-show-stop-p`.
11321
11322 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
11323 Argument `key' renamed to `buffer-type'.
11324 (gdb-current-context-buffer-name): Do not add thread info to
11325 buffer name when no thread is selected.
11326 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
11327 command (bug 3794).
11328 (gdb-thread-selected): Handle `=thread-selected' notification.
11329 (gdb-wait-for-pending): New macro to deal with congestion problems.
11330 (gdb-breakpoints-list-handler-custom): Don't fail on pending
11331 breakpoints.
11332 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
11333 This fixes problem similar to one described in bug 3947.
11334 (gud-menu-map): More menu items.
11335 (gdb-init-1): Reset `gdb-thread-number' to nil.
11336
11337 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
11338 non-stop settings.
11339
11340 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
11341 (gdb-current-context-command): Do not append --thread if
11342 `gdb-thread-number' is nil.
11343 (gdb-running-threads-count, gdb-stopped-threads-count):
11344 New variables.
11345 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
11346 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
11347 New customization options.
11348 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
11349 GUD commands.
11350 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
11351 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
11352 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
11353 set `gdb-thread-number' and update `gud-running' properly.
11354 (gdb-running): Update threads list when new threads appear.
11355 (gdb-stopped): Support non-stop operation and new thread switching
11356 logic.
11357 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
11358 (gdb-json-partial-output): New set of JSON routines.
11359 (def-gdb-auto-update-trigger): New `signal-list' optional
11360 argument.
11361 (gdb-thread-list-handler-custom): Update `gud-running',
11362 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
11363 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11364 (gdb-continue-thread, gdb-step-thread): New commands for fine
11365 thread execution control.
11366 (gud-menu-map): New menu items to switch non-stop options.
11367 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
11368 (gdb-send): Mimic RET properly (bug 3794).
11369
11370 * progmodes/gdb-mi.el (gdb-rules-name-maker)
11371 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11372 gdb-buffer-rules.
11373 (def-gdb-auto-update-handler): New nopreserve optional argument.
11374 (gdb-stack-list-frames-custom): Print stack from top to bottom.
11375
11376 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
11377 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11378 (gdb-parent-mode): New mode to derive other GDB modes from.
11379 (gdb-display-disassembly-for-thread)
11380 (gdb-frame-disassembly-for-thread): New commands for threads
11381 buffer.
11382
11383 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11384 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
11385 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11386 (gdb-update): We now store all GDB buffers in a list so that they
11387 can be updated by traversing a list instead of calling invalidate
11388 triggers explicitly.
11389 (def-gdb-trigger-and-handler): New macro to define trigger-handler
11390 pair for GDB buffer.
11391 (gdb-stack-buffer-name): Add thread information.
11392 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11393 handle pending triggers.
11394 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11395 (def-gdb-thread-buffer-simple-command)
11396 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11397 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
11398 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11399 New commands which show buffers bound to thread.
11400 (gdb-stack-list-locals-regexp): Remove unused regexp.
11401
11402 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11403 (gdb-locals-buffer-name, gdb-registers-buffer-name)
11404 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11405 to (gud-comint-buffer) in *-buffer-name functions
11406 because (gdb-get-target-string) already does that.
11407 (gdb-locals-handler-custom, gdb-registers-handler-custom)
11408 (gdb-changed-registers-handler): Rewritten without regexps.
11409
11410 * progmodes/gdb-mi.el: Basic thread selection support.
11411 (gdb-thread-number): New variable.
11412 (gdb-current-context-command): New macro which adds --thread
11413 option to command.
11414 (gdb-threads-mode-map): Select thread with SPC.
11415 (gdb-thread-list-handler-custom): Mark current thread with overlay
11416 arrow. Synchronize GDB thread and Emacs thread.
11417 (gdb-select-thread): New command which selects current thread.
11418 (gdb-invalidate-frames, gdb-invalidate-locals)
11419 (gdb-invalidate-registers): Use --thread option.
11420
11421 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
11422
11423 * net/tramp.el (top): Make check for tramp-gvfs loading more
11424 robust. (Bug#3977)
11425 (tramp-handle-insert-file-contents): `unwind-protect' must be
11426 inside `with-parsed-tramp-file-name'.
11427
11428 * net/tramp-gvfs.el (top): Remove superfluous message when loading
11429 fails.
11430
11431 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
11432
11433 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11434 directory if CLASSPATH is not set.
11435
11436 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
11437
11438 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11439 New defconst.
11440 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
11441
11442 2009-08-02 Kevin Ryde <user42@zip.com.au>
11443
11444 * net/newst-backend.el (newsticker--raw-url-list-defaults):
11445 Update freshmeat link. Delete newsforge.com as it seems gone.
11446
11447 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11448
11449 * select.el (x-set-selection): Doc fix (Bug#4021).
11450
11451 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11452
11453 * help-fns.el (describe-variable): Treat list return values from
11454 dir-locals-find-file properly (Bug#4005).
11455
11456 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
11457
11458 * net/tramp.el (tramp-debug-message): Print also microseconds.
11459
11460 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
11461
11462 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11463 or END is non-nil.
11464 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11465 (tramp-get-debug-buffer): Change `outline-regexp' according to new
11466 format.
11467
11468 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
11469 (tramp-get-file-property): Use it.
11470
11471 * autorevert.el (auto-revert-handler):
11472 Allow `auto-revert-tail-mode' for remote files.
11473
11474 2009-08-02 Jason Rumney <jasonr@gnu.org>
11475
11476 * minibuffer.el (read-file-name): Treat confirm options to
11477 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
11478
11479 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11480
11481 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
11482 (font-lock-variable-name-face, font-lock-constant-face):
11483 Darken the colors for light backgrounds.
11484
11485 2009-08-01 Eli Zaretskii <eliz@gnu.org>
11486
11487 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11488 month names. (Bug#3987)
11489
11490 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
11491
11492 * simple.el (line-move-finish): Pass whole number to
11493 line-move-to-column.
11494 (line-move-visual): Perform hscroll to the recorded position.
11495
11496 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
11497
11498 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11499
11500 2009-07-29 Alan Mackenzie <acm@muc.de>
11501
11502 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11503
11504 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
11505
11506 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11507 (gdb-place-breakpoints): Use full path when setting breakpoints.
11508
11509 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11510
11511 * calc/calc.el (calc-mode-map): Add keybinding for
11512 `calc-transpose-lines'.
11513
11514 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
11515
11516 * calc/calc-misc.el (calc-transpose-lines): New function.
11517
11518 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
11519
11520 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11521 Simplify check for out-of-band methods.
11522 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11523 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
11524
11525 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
11526
11527 * vc-git.el (vc-git-checkin): Fix typo.
11528
11529 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
11530
11531 * progmodes/js2-mode.el: New file.
11532
11533 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
11534
11535 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11536 (gud-menu-map): Adjust tooltip accordingly.
11537
11538 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11539
11540 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11541 (vc-bzr-log-view-mode): Adjust log-view-file-re.
11542
11543 * add-log.el (change-log-mode-map): Add a menu.
11544
11545 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
11546
11547 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11548 function returns nil.
11549 (dbus-handle-event): Handle special return value :ignore.
11550 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11551
11552 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
11553
11554 * view.el (view-mode-enable): Don't define Helper-return-blurb if
11555 it's not needed.
11556
11557 2009-07-25 Eli Zaretskii <eliz@gnu.org>
11558
11559 Fix Bug#3888:
11560
11561 * w32-vars.el (x-select-enable-clipboard): Doc fix.
11562
11563 * term/pc-win.el (x-display-name, x-colors)
11564 (x-select-enable-clipboard, x-select-text): Doc fix.
11565
11566 * term/common-win.el (x-display-name, x-colors): Doc fix.
11567
11568 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11569 (xw-defined-colors): Doc fix.
11570
11571 * w32-fns.el (x-select-text, x-setup-function-keys)
11572 (x-get-selection, x-set-selection): Doc fix.
11573
11574 * term/x-win.el (x-select-text, x-setup-function-keys)
11575 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11576
11577 * select.el (x-set-selection): Doc fix.
11578
11579 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
11580
11581 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11582 instead of "IsNSSSupportAvailable". Avahi ought to work also when
11583 "IsNSSSupportAvailable" method is not available.
11584 Reported by Steve Youngs <steve@sxemacs.org>.
11585
11586 2009-07-24 Kenichi Handa <handa@m17n.org>
11587
11588 * international/characters.el: Fix setting of category ?C, ?|, ?K,
11589 and ?H. Fix setting of case for Latin Extended and Greek Extended.
11590 (build-unicode-category-table): Fix range checks.
11591
11592 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
11593
11594 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11595 the buffer we try to sync is current when calling
11596 vc-resynch-buffer.
11597
11598 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11599 not show up to date files.
11600
11601 2009-07-24 Glenn Morris <rgm@gnu.org>
11602
11603 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11604 Add autoload cookies. If necessary, initialize.
11605 (elint-log): Handle non-file buffers.
11606 (elint-initialize): Add optional argument to reinitialize.
11607 (elint-find-builtin-variables): Save excursion.
11608
11609 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11610
11611 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11612 for Lint.
11613
11614 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11615
11616 * vc.el (vc-print-log-internal): New function, split out from ...
11617 (vc-print-log): ... here.
11618 (vc-dir-move-to-goal-column): Declare.
11619
11620 * vc-git.el (vc-git-add-signoff): New variable.
11621 (vc-git-checkin): Use it.
11622 (vc-git-toggle-signoff): New function.
11623 (vc-git-extra-menu-map): Bind it to menu.
11624 (vc-git--run-command-string): Accept a nil FILE argument.
11625 (vc-git-stash-list): New function.
11626 (vc-git-dir-extra-headers): Use it.
11627
11628 2009-07-23 Glenn Morris <rgm@gnu.org>
11629
11630 * help-fns.el (describe-variable): Describe ignored and risky local
11631 variables in a similar way to that in which we describe safe ones.
11632
11633 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11634 (byte-compile-output-file-form, byte-compile-output-docform)
11635 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11636 Give some more local variables with common names a "bytecomp-" prefix,
11637 so as not to shadow things during compilation.
11638 * emacs-lisp/cl-macs.el (load-time-value)
11639 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11640 `outbuffer' to `bytecomp-outbuffer'.
11641
11642 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11643 since the next two variables cover them automatically now.
11644 (elint-builtin-variables, elint-autoloaded-variables): New.
11645 (elint-unknown-builtin-args): Remove all members, since they can be
11646 parsed automatically now.
11647 (elint-extra-errors): New.
11648 (elint-env-add-env, elint-env-add-macro): Use cadr.
11649 (elint-current-buffer): Use or. Change final message.
11650 (elint-get-top-forms): Use line-end-position.
11651 (elint-init-env): Use cadr. Handle autoload, declare-function,
11652 and defalias.
11653 (elint-add-required-env): Doc fix. Use or. Standardize error.
11654 (regexp-assoc): Remove unused function.
11655 (elint-top-form): Set elint-current-pos, to record the start of the
11656 top-level form, for compilation-mode.
11657 (elint-form): Trap errors in macro expansion. Use dolist.
11658 (elint-unbound-variable): Use elint-builtin-variables and
11659 elint-autoloaded-variables.
11660 (elint-get-args): Use cadr, or.
11661 (elint-check-cond-form): Use dolist, cadr.
11662 (elint-check-condition-case-form): Doc fix. Use cadr.
11663 Use elint-extra-errors.
11664 (elint-log): New function.
11665 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11666 Distinguish errors and warnings.
11667 (elint-log-message): Use with-current-buffer. Inhibit read-only.
11668 Use a bytecomp-style format.
11669 (elint-clear-log): Preserve default-directory. Inhibit read-only.
11670 (elint-get-log-buffer): Use compilation mode. Disable undo.
11671 Don't truncate lines.
11672 (elint-initialize): Set builtin and autoloaded variable lists.
11673 Only process elint-unknown-builtin-args if non-nil.
11674 (elint-find-builtin-variables, elint-find-autoloaded-variables):
11675 New functions.
11676 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
11677
11678 2009-07-22 Kevin Ryde <user42@zip.com.au>
11679
11680 * net/newst-backend.el (newsticker--parse-atom-1.0)
11681 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11682 (newsticker--parse-rss-1.0):
11683 * progmodes/idlwave.el (idlwave-mode):
11684 * progmodes/idlw-shell.el (idlwave-shell-mode):
11685 * progmodes/vera-mode.el (vera-mode):
11686 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11687 * progmodes/vhdl-mode.el (vhdl-mode):
11688 * textmodes/table.el (table-generate-source)
11689 (table--warn-incompatibility):
11690 Hyperlink urls in docstrings with URL `...'.
11691
11692 2009-07-22 Glenn Morris <rgm@gnu.org>
11693
11694 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11695 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11696 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11697 Remove leading * from defcustom docs.
11698
11699 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
11700
11701 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11702 defcustom doc.
11703 (list-load-path-shadows): Optionally, just return shadows as a string.
11704
11705 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11706
11707 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
11708
11709 * mail/rmailedit.el (rmail-edit-mode):
11710 Use auto-save-include-big-deletions.
11711
11712 * mail/rmail.el (rmail-variables):
11713 Use auto-save-include-big-deletions.
11714
11715 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11716 changes.
11717
11718 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
11719
11720 * calc/calc.el (calc-undo-length): New variable.
11721 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11722
11723 2009-07-21 Richard Stallman <rms@gnu.org>
11724
11725 * files.el (auto-save-mode): Handle buffer-save-size = -2
11726 for toggling mode.
11727
11728 2009-07-21 Glenn Morris <rgm@gnu.org>
11729
11730 * textmodes/ispell.el (ispell-looking-back): Update declaration.
11731
11732 * calendar/todo-mode.el (calendar-current-date): Update declaration.
11733
11734 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11735 silence compiler. Instead...
11736 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11737 (ps-print-ensure-fontified): Update for above function name changes.
11738
11739 * printing.el (pr-mh-get-msg-num, pr-mh-show)
11740 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11741 silence compiler. Instead...
11742 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11743 (mh-show-buffer): Only define for compiler.
11744 (pr-mh-current-message): Update for above function name changes.
11745
11746 * files.el (abort-if-file-too-large): Explicitly pass `filename'
11747 as an argument.
11748 (find-file-noselect, insert-file-1): Update for above change.
11749
11750 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11751
11752 * mail/mailclient.el (mailclient-send-it): Fix message.
11753
11754 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11755 (edebug-eval): Check cl-debug-env is bound.
11756 (print-level, print-circle): Don't redefine built-in variables.
11757
11758 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11759 (custom-print-vectors): Remove old comments from doc.
11760
11761 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11762 (emerge-version): Make the variable an obsolete alias for the
11763 emacs-version variable. Make the function obsolete.
11764 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11765 Emerge options, rather than merging in into the main Options menu.
11766 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
11767 and auto advance modes. Disable edit/fast items when not relevant.
11768
11769 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11770
11771 * term/vt420.el (terminal-init-vt420): Fix typo.
11772
11773 2009-07-20 Sam Steingold <sds@gnu.org>
11774
11775 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11776 variable (removed from compile.el on 2004-03-11).
11777
11778 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
11779
11780 * files.el (hack-local-variables-filter): Fix last change.
11781
11782 2009-07-19 Juri Linkov <juri@jurta.org>
11783
11784 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11785 (dir-local-variables-alist): New buffer-local variable.
11786 (hack-local-variables-filter): If variable is not dir-local,
11787 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11788 because file-local overrides dir-local.
11789 (c-postprocess-file-styles) <declare-function>:
11790 Remove obsolete declaration.
11791 (hack-dir-local-variables): Add dir-local variable/value pair to
11792 `dir-local-variables-alist' and remove duplicates. Doc fix.
11793
11794 * help-fns.el (describe-variable): Add information about
11795 file-local and dir-local variables.
11796
11797 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
11798
11799 * files.el (hack-local-variables-filter): Rewrite.
11800
11801 2009-07-19 Glenn Morris <rgm@gnu.org>
11802
11803 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11804 Silence compiler by only defining on XEmacs.
11805
11806 * international/mule.el (auto-coding-regexp-alist): Only match
11807 BABYL... at the start of buffer, not of lines. (Bug#3790)
11808
11809 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11810 non-calendar buffers (Bug#3862). Restore "not on a date" message.
11811 (cal-menu-context-mouse-menu): Doc fix.
11812
11813 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11814
11815 * simple.el (mail-user-agent): Doc fix. Set :version tag.
11816
11817 2009-07-18 Juri Linkov <juri@jurta.org>
11818
11819 * info.el: Virtual Info keyword finder.
11820 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11821 (Info-finder-file): New variable.
11822 (Info-finder-find-file): New function.
11823 (finder-known-keywords, finder-package-info)
11824 (find-library-name, lm-commentary): Use defvar and
11825 declare-function to silence compiler warnings.
11826 (Info-finder-find-node): New function.
11827 (info-finder): New command.
11828
11829 * subr.el (process-kill-buffer-query-function): New function.
11830 (add-hook)<kill-buffer-query-functions>: Add hook
11831 `process-kill-buffer-query-function'.
11832
11833 2009-07-18 Alan Mackenzie <acm@muc.de>
11834
11835 * progmodes/cc-mode.el (c-before-hack-hook)
11836 (c-postprocess-file-styles): Give invocation of `c-set-style'
11837 DONT-OVERRIDE parameter of t. Already set style variables will
11838 thus not be overridden by style settings given by `c-file-syle'.
11839
11840 * files.el (hack-local-variables-filter): Remove entries with
11841 duplicate keys from `file-local-variables-alist'.
11842
11843 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11844
11845 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11846 x-set-selection if display-selections-p returns nil for the
11847 current frame.
11848
11849 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
11850
11851 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11852
11853 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11854
11855 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11856 Accept nil in addition to a regexp.
11857 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11858 Accept nil in addition to a regexp.
11859 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11860 buffers that have an associated file. Handle nil values of
11861 desktop-buffers-not-to-save and desktop-files-not-to-save.
11862 (Bug#3833)
11863
11864 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11865 (x-disown-selection-internal): New functions.
11866
11867 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
11868
11869 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11870 warning.
11871 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11872 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11873
11874 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
11875
11876 * simple.el (set-mark): Revert last change.
11877
11878 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11879
11880 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11881 rendering of pngs is not possible instead of messaging a long
11882 description.
11883
11884 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
11885
11886 * w32-fns.el (x-selection-owner-p): New function.
11887
11888 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11889 (mouse-yank-at-click, mouse-yank-primary):
11890 If select-active-regions is non-nil, deactivate the mark before
11891 insertion.
11892
11893 * simple.el (deactivate-mark, set-mark): Only save selection if we
11894 own it.
11895
11896 2009-07-17 Kenichi Handa <handa@m17n.org>
11897
11898 * case-table.el (describe-buffer-case-table): Fix for the case
11899 that KEY is a cons.
11900
11901 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11902
11903 * vc-rcs.el (vc-rcs-find-file-hook):
11904 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11905
11906 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
11907
11908 * net/tramp.el (tramp-wait-for-output): Handle the case when
11909 commands do not return a newline but a null byte before the shell
11910 prompt. (Bug#3858)
11911
11912 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11913
11914 * term/ns-win.el (ns-set-alpha): Don't declare.
11915 (ns-set-background-alpha): Remove function.
11916
11917 2009-07-16 Kevin Ryde <user42@zip.com.au>
11918
11919 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11920 y-or-n-p, for safety.
11921
11922 2009-07-16 Richard Stallman <rms@gnu.org>
11923
11924 * files.el (auto-save-mode): If buffer-saved-size is -2,
11925 don't clobber it.
11926
11927 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11928 (rmail-retry-ignored-headers): Add more uninteresting fields.
11929
11930 2009-07-15 Jari Aalto <jari.aalto@cante.net>
11931
11932 * net/rcirc.el (rcirc): Use history variables.
11933 (rcirc-server-name-history, rcirc-nick-name-history)
11934 (rcirc-server-port-history): New variables.
11935
11936 2009-07-15 Kenichi Handa <handa@m17n.org>
11937
11938 * international/mule-cmds.el (set-language-environment-charset):
11939 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11940 ignore them.
11941
11942 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11943 Delete unibyte-display.
11944
11945 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11946
11947 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11948
11949 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11950
11951 * simple.el (deactivate-mark): Optional argument FORCE.
11952 (set-mark): Use deactivate-mark.
11953
11954 * info.el (Info-search): No need to check transient-mark-mode
11955 before calling deactivate-mark.
11956
11957 * select.el (x-set-selection): Doc fix.
11958 (x-valid-simple-selection-p): Allow buffer values.
11959 (xselect--selection-bounds): Handle buffer values.
11960 Suggested by David De La Harpe Golden.
11961
11962 * mouse.el (mouse-set-region, mouse-drag-track):
11963 Call copy-region-as-kill before setting the mark, to let
11964 select-active-regions work.
11965
11966 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
11967
11968 * simple.el (deactivate-mark): If select-active-regions is
11969 non-nil, copy the selection data into a string.
11970 (activate-mark): If select-active-regions is non-nil, set the
11971 selection to the current buffer.
11972 (set-mark): Update selection if select-active-regions is non-nil.
11973
11974 * select.el (x-valid-simple-selection-p): Allow buffer values.
11975
11976 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11977
11978 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11979 and more featureful message-mode.
11980
11981 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
11982
11983 * select.el (x-set-selection): Doc fix.
11984 (x-valid-simple-selection-p): Disallow selection data consisting
11985 of a list or cons of integers, since that is not used.
11986 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11987 (xselect-convert-to-string, xselect-convert-to-length)
11988 (xselect-convert-to-filename, xselect-convert-to-charpos)
11989 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11990
11991 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11992
11993 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11994 output in -break-info command (Emacs bug #3794).
11995
11996 2009-07-14 Glenn Morris <rgm@gnu.org>
11997
11998 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11999 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
12000 (edebug-print-length, edebug-print-level, edebug-print-circle)
12001 (edebug-sit-for-seconds, edebug-view-outside)
12002 (edebug-bounce-point, edebug-set-global-break-condition)
12003 (edebug-Go-nonstop-mode, edebug-trace-mode)
12004 (edebug-Trace-fast-mode, edebug-continue-mode)
12005 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
12006 (edebug-visit-eval-list): Doc fixes.
12007
12008 * subr.el (def-edebug-spec): Doc fix.
12009
12010 2009-07-14 Kenichi Handa <handa@m17n.org>
12011
12012 * international/characters.el: Fix setting of category ?C.
12013
12014 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
12015
12016 * term/ns-win.el (x-select-font): defalias x-select-font to
12017 ns-popup-font-panel instead of generate-fontset-menu.
12018
12019 2009-07-12 Eli Zaretskii <eliz@gnu.org>
12020
12021 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
12022
12023 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
12024
12025 * arc-mode.el (archive-find-type): Allow for a PK00 string before
12026 the PK\003\004 header (Bug#3770).
12027
12028 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
12029
12030 * pcomplete.el (pcomplete-comint-setup): Check for
12031 shell-dynamic-complete-filename too.
12032
12033 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
12034
12035 * simple.el (temporary-goal-column): Change the value for
12036 line-move-visual to a cons cell.
12037 (line-move-visual): Record or set the window hscroll, if
12038 necessary (Bug#3494).
12039 (line-move-1): Handle cons value of temporary-goal-column.
12040
12041 2009-07-11 Kenichi Handa <handa@m17n.org>
12042
12043 * international/mule-diag.el (describe-character-set): Don't show
12044 width.
12045
12046 2009-07-10 Sam Steingold <sds@gnu.org>
12047
12048 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12049 Omake sometimes indents the errors it prints, so allow all
12050 regexps to start with spaces.
12051
12052 2009-07-10 Eli Zaretskii <eliz@gnu.org>
12053
12054 * cus-edit.el (customize-changed-options-previous-release):
12055 Bump value to 22.1. (Bug#3804)
12056
12057 2009-07-08 Sam Steingold <sds@gnu.org>
12058
12059 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
12060 to be a cons cell (test . ignored-directory) to selectively ignore
12061 some directories depending on the location of the search.
12062
12063 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
12064
12065 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
12066 remote user is root, on the local host.
12067 (tramp-local-host-p): Either the local user or the remote user
12068 must be root. (Bug#3771)
12069
12070 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
12071
12072 * progmodes/gdb-mi.el (gdb): Remove description of
12073 gdb-use-separate-io-buffer.
12074 (menu): Don't allow toggling of or enable
12075 gdb-use-separate-io-buffer from menubar.
12076
12077 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
12078
12079 * mail/unrmail.el (unrmail): Make sure the message ends with two
12080 newlines (Bug#3769).
12081
12082 2009-07-08 Glenn Morris <rgm@gnu.org>
12083
12084 * calendar/calendar.el (calendar-current-date): Rework previous change.
12085
12086 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
12087
12088 * calendar/calendar.el (calendar-current-date):
12089 Add an optional argument giving an offset from today.
12090
12091 2009-07-08 Glenn Morris <rgm@gnu.org>
12092
12093 * tutorial.el (tutorial--describe-nonstandard-key):
12094 Adjust the message for when a key has been unbound.
12095 (help-with-tutorial): Hide the arch-tag.
12096
12097 2009-07-08 Kenichi Handa <handa@m17n.org>
12098
12099 * international/fontset.el (setup-default-fontset): For each
12100 script, append (not set) font-specs.
12101
12102 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
12103 docstring.
12104
12105 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
12106
12107 * progmodes/gdb-mi.el (gdb-init-1): Move sending
12108 -data-list-register-names to ...
12109 (gdb-starting): ... here because GDB 7.0 requires execution to
12110 have started when using this MI command.
12111 (gdb-set-header): New function to distinguish select and
12112 unselected tabs in gdb buffers.
12113 (gdb-propertize-header): New macro that uses gdb-set-header.
12114 (gdb-breakpoints-header, gdb-locals-header): Use it.
12115 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
12116
12117 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
12118
12119 * Makefile.in (ELCFILES): Remove fadr.elc.
12120
12121 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
12122
12123 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
12124 may contain frame information, so `string-match' should be used.
12125 (gdb-update): Disassembly is invalidated through
12126 `gdb-get-selected-frame'.
12127 (gdb-pad-string): New function to pad string with spaces.
12128 (gdb-invalidate-disassembly): Invalidate only if the buffer
12129 exists.
12130 (gdb-disassembly-handler-custom): Column alignment.
12131 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
12132 placing new ones.
12133 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
12134 end of line, too.
12135 (gdb-frame-handler): Match convention to for disassembly buffer
12136 mode name.
12137 (gdb-stack-list-frames-handler): Rewritten without regexps.
12138 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
12139 not highlight breakpoints without line information.
12140 (gdb-input): Add trailing newline to command.
12141
12142 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
12143 buffer properly.
12144 (gdb-breakpoints-list-handler-custom): Replacement for
12145 `gdb-break-list-handler'. Using real parser instead of regexps
12146 now.
12147 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
12148 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
12149 to place breakpoints.
12150 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
12151 functions.
12152 (gdb-disassembly-handler-custom): Show overlay arrow.
12153 (gdb-disassembly-place-breakpoints): Show breakpoints in
12154 disassembly buffer.
12155 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12156 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
12157 instead of parsing breakpoints buffer. Fixed old menu references
12158 in `gud-menu-map'.
12159
12160 * fadr.el: Remove.
12161
12162 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
12163 (gdb-memory-address): New variable which holds top address of
12164 memory page shown in memory buffer.
12165 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
12166 New customization variables.
12167 New functions:
12168 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
12169 display the memory buffer.
12170 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
12171 buffer display parameters.
12172 (def-gdb-memory-format, gdb-memory-format-binary)
12173 (gdb-memory-format-octal, gdb-memory-format-unsigned)
12174 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
12175 Functions for setting memory buffer format.
12176 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12177 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
12178 unit size used in memory buffer.
12179 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
12180 Switch to next/previous page of memory buffer.
12181 Now using (bindat-get-field) instead of fadr functions.
12182
12183 2009-07-07 Sam Steingold <sds@gnu.org>
12184
12185 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
12186 non-top-level files.
12187
12188 2009-07-07 Kenichi Handa <handa@m17n.org>
12189
12190 * international/mule-cmds.el (reset-language-environment):
12191 Put the highset priority to the charset iso-8859-1.
12192
12193 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
12194
12195 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
12196 to the end of the line when locating the block (Bug#700).
12197
12198 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
12199
12200 * net/tramp.el (tramp-handle-write-region): Flush file properties
12201 in case of short track.
12202
12203 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
12204
12205 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
12206 Coded custom representation of verilog error regular expressions
12207 to work with Emacs-22's new format.
12208 (verilog-error-regexp-xemacs-alist): Coded custom representation
12209 of verilog error regular expressions to work with XEmacs format.
12210 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
12211 error recognition into XEmacs.
12212 (verilog-error-regexp-add-emacs): Hook routine to install verilog
12213 error recognition into Emacs-22.
12214
12215 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
12216
12217 * woman.el: Remove stand-alone closing parentheses.
12218 (woman-file-name, woman2-format-paragraphs)
12219 (woman-leave-blank-lines): Code cleanup.
12220 (woman-use-own-frame): Change default to nil.
12221 (woman-italic, woman-bold, woman-unknown, woman-addition):
12222 Change defaults to inherit from default faces.
12223 (woman2-process-escapes): Consume the newline after a stand-alone
12224 filler character (Bug#3651).
12225
12226 2009-07-06 Glenn Morris <rgm@gnu.org>
12227
12228 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
12229 (top-level): Move provide to the end.
12230 (ffap): Remove defunct URL from custom group.
12231
12232 * subr.el (eval-after-load): Doc fix.
12233
12234 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
12235
12236 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
12237 `calc-embedded-word' is called twice.
12238
12239 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12240
12241 * files.el (find-alternate-file-other-window, find-alternate-file):
12242 Obey confirm-nonexistent-file-or-buffer.
12243
12244 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
12245
12246 * dired-aux.el (dired-show-file-type): Handle remote files.
12247
12248 2009-07-05 Jari Aalto <jari.aalto@cante.net>
12249
12250 * desktop.el (desktop-globals-to-save):
12251 Add file-name-history (Bug#2750).
12252
12253 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
12254
12255 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
12256
12257 2009-07-04 Johan Bockgård <bojohan@gnu.org>
12258
12259 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
12260 property on entire argument since this is what eshell-lisp-command
12261 expects.
12262
12263 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
12264
12265 * net/tramp-gvfs.el (tramp-gvfs-methods)
12266 (tramp-gvfs-zeroconf-domain)
12267 (tramp-bluez-discover-devices-timeout): Add version flag.
12268 (tramp-gvfs-handler-mounted-unmounted)
12269 (tramp-gvfs-connection-mounted-p): Polish handling of
12270 incompatibilities between GVFS 0.2 and 1.0.
12271
12272 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
12273
12274 * cus-start.el (all): Add make-pointer-invisible.
12275
12276 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
12277
12278 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
12279 formatted correctly.
12280
12281 2009-07-02 Juri Linkov <juri@jurta.org>
12282
12283 * info.el: Virtual Info files and nodes.
12284 (Info-virtual-files, Info-virtual-nodes): New variables.
12285 (Info-current-node-virtual): New variable.
12286 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
12287 New functions.
12288 (Info-file-supports-index-cookies): Use Info-virtual-file-p
12289 to check for a virtual file instead of checking a fixed list
12290 of node names.
12291 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
12292 instead of ad-hoc processing of "dir" and (apropos history toc).
12293 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
12294 instead of ad-hoc processing of "dir" and (apropos history toc).
12295 Reread a file when moving from a virtual node.
12296 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
12297 (Info-directory-toc-nodes, Info-directory-find-file)
12298 (Info-directory-find-node): New functions.
12299 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
12300 (Info-history): Move part of code to
12301 `Info-history-find-node'.
12302 (Info-history-toc-nodes, Info-history-find-file)
12303 (Info-history-find-node): New functions.
12304 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
12305 (Info-toc): Move part of code to `Info-toc-find-node'.
12306 (Info-toc-find-node): New function.
12307 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
12308 the current Info file name to references because now the node
12309 "*TOC*" belongs to the same Info manual.
12310 (Info-toc-build): Rename from `Info-build-toc'.
12311 (Info-toc-nodes): Rename input argument `file' to `filename'.
12312 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
12313 instead of ad-hoc processing of ("dir" apropos history toc).
12314 (Info-index-nodes): Use Info-virtual-file-p
12315 to check for a virtual file instead of checking a fixed list
12316 of node names.
12317 (Info-index-node): Add check for `Info-current-node-virtual'.
12318 Raise `save-match-data' higher up the tree to contain
12319 `search-forward' too (bug fix).
12320 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
12321 (Info-virtual-index-nodes): New variable.
12322 (Info-virtual-index-find-node, Info-virtual-index): New functions.
12323 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
12324 (Info-apropos-file, Info-apropos-nodes): New variables.
12325 (Info-apropos-toc-nodes, Info-apropos-find-file)
12326 (Info-apropos-find-node, Info-apropos-matches): New functions.
12327 (info-apropos): Move part of code to `Info-apropos-find-node' and
12328 `Info-apropos-matches'.
12329 (Info-mode-map): Bind "I" to `Info-virtual-index'.
12330 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
12331 for a virtual file instead of checking a fixed list of node names.
12332
12333 * simple.el (async-shell-command): New command.
12334
12335 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
12336
12337 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
12338 instead of `mount-info'.
12339
12340 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
12341
12342 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
12343 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
12344
12345 2009-07-02 Kenichi Handa <handa@m17n.org>
12346
12347 * international/mule.el (set-keyboard-coding-system): Force *-unix
12348 coding-system to avoid eol conversion.
12349
12350 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
12351
12352 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12353 Add handler for `process-file', `shell-command' and
12354 `start-file-process'.
12355 (tramp-gvfs-handle-shell-command)
12356 (tramp-gvfs-handle-start-file-process)
12357 (tramp-gvfs-handle-process-file): New defuns.
12358 (tramp-synce-list-devices): Simplify check for existence of property.
12359
12360 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
12361
12362 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
12363
12364 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
12365
12366 * language/korean.el (set-language-info-alist): Add korean-cp949,
12367 cp949 to spec.
12368
12369 2009-07-01 Kenichi Handa <handa@m17n.org>
12370
12371 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12372
12373 * international/encoded-kb.el: Deleted.
12374
12375 * international/mule.el (set-keyboard-coding-system): Perform the
12376 necessary setup here instead of calling encoded-kbd-setup-display.
12377
12378 2009-07-01 Glenn Morris <rgm@gnu.org>
12379
12380 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12381
12382 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
12383
12384 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
12385
12386 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
12387
12388 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12389 Handle also the 'rename case, when setting file modes. (Bug#3712)
12390 (tramp-default-file-modes): Remove execute permissions.
12391
12392 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
12393 (top): Add a default for "synce" in `tramp-default-user-alist'.
12394 Add completion function for "synce" method.
12395 (tramp-hal-service, tramp-hal-path-manager)
12396 (tramp-hal-interface-manager, tramp-hal-interface-device):
12397 New defconst.
12398 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12399 (tramp-synce-list-devices, tramp-synce-parse-device-names):
12400 New defuns.
12401
12402 * net/trampver.el: Update release number.
12403
12404 2009-06-30 Kenichi Handa <handa@m17n.org>
12405
12406 * international/fontset.el (setup-default-fontset): Add CJK fonts
12407 for symbols and the other miscellaneous characters.
12408
12409 * language/korea-util.el (setup-korean-environment-internal):
12410 Make char-width-table suitable for Korean environments.
12411 (exit-korean-environment): Cancel above.
12412
12413 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12414 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
12415 setup-function to make char-width-table suitable for respective
12416 environments, and an exit-function to cancel that.
12417
12418 * language/japan-util.el (setup-japanese-environment-internal):
12419 Call use-cjk-char-width-table with arg `ja_JP'.
12420
12421 * international/characters.el (cjk-char-width-table): Delete it.
12422 (cjk-char-width-table-list): New variable.
12423 (use-cjk-char-width-table): New arg local-name.
12424 (use-default-char-width-table): Fix for the case that Emacs is
12425 already using the default char-width-table.
12426
12427 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
12428
12429 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12430 modes mandatory. (Bug#3712)
12431
12432 2009-06-29 Alan Mackenzie <acm@muc.de>
12433
12434 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
12435 correction between the visible width of TABs and their number of bytes.
12436
12437 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
12438
12439 * server.el (server-buffer-done): Prevent kill-buffer from
12440 prompting by clearing the buffer modification flag (Bug#3696).
12441
12442 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
12443
12444 * progmodes/verilog-mode.el (verilog-beg-of-statement)
12445 (verilog-endcomment-reason-re): Support unique case and priority case.
12446 (verilog-basic-complete-re): Support localparam lineup.
12447 (verilog-beg-of-statement-1): Fix for robustness, unique case.
12448 (verilog-set-auto-endcomments): Fix for unique case, always_comb
12449 commenting.
12450 (verilog-leap-to-case-head): Now support *nested* unique &
12451 priority case statements.
12452 (verilog-auto-lineup): Make just declarations the default (as it
12453 had been).
12454 (verilog-leap-to-case-head): Support priority/unique case statements.
12455 (verilog-auto-lineup): Rework to give users radio buttons to
12456 select the various styles of automatic lineup.
12457 (verilog-error-regexp-alist): Rework to support the XEmacs style
12458 of error regular expressions from compilers, lint tools &
12459 simulators. Note that GNU Emacs has made it impossible for a mode
12460 to load such things.
12461 (electric-verilog-terminate-line, verilog-indent-declaration)
12462 (verilog-auto-wiure): Rework for radio button selection of
12463 auto-lineup selection of specification of auto lineup.
12464 (verilog-beg-of-statement-1): Redesign to support proper operation
12465 in additional code, based on testing with auto-lineup.
12466 (verilog-calculate-indent, assignments & declarations)
12467 (verilog-backward-token): Enhance to support auto-lineup of
12468 assignments & declarations.
12469 (verilog-in-directive-p, verilog-at-struct-p): New function for
12470 easy test of whether we are.
12471 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12472 to support safe execution at almost anyline.
12473 (verilog-calc-1): Properly support indenting deep inside generate
12474 blocks.
12475 (verilog-init-font): Remove definition & use of verilog-init-font,
12476 as it is redundant with font-lock-defaults.
12477 (verilog-mode): Alter the definition of verilog-font-lock-defaults
12478 to avoid circular calls if syntax-ppss is a function (as is the
12479 case now in 22.x GNU Emacs) as that function would sometimes call
12480 itself, leading to (nearly) infinite recursion.
12481 (verilog-ovm-begin-re, verilog-ovm-end-re)
12482 (verilog-ovm-statement-re, verilog-leap-to-head)
12483 (verilog-backward-token): Add support for OVM macros. Some are
12484 complete statements, and others open and close scopes like begin
12485 and end.
12486 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12487 (verilog-defun-level-generate-only-re): Really fix the defun-list
12488 compilation issue.
12489 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
12490 coverpoint, constraint and cross statements.
12491 (verilog-defun-level-list, verilog-generate-defun-level-list)
12492 (verilog-all-defun-level-list): Redo these specifications - it is
12493 too hard to support eval-when compile aggregation of lists also
12494 built at when-compile time.
12495 (verilog-defun-level-list): Place defconsts of variables used in
12496 building regular expressions which are built in eval-when-compile
12497 bodies in the same eval-when-compile body to facilitate compile
12498 without load.
12499 (verilog-beg-block-re-ordered): Support indenting
12500 virtual/protected tasks and functions.
12501 (verilog-defun-level-list, verilog-in-generate-region-p)
12502 (verilog-backward-ws&directives, verilog-calc-1): Speed up
12503 indentation of some module items (generate items).
12504 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12505 across virtual/protected tasks and functions.
12506
12507 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
12508
12509 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
12510 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
12511 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12512 in concatenations. Reported by Yishay Belkind.
12513 (verilog-auto-ascii-enum): Support one-hot state machines in
12514 AUTOASCIIENUM. Suggested by Lloyd Gomez.
12515 (verilog-auto-inst, verilog-auto-inst-port): Include interface
12516 modport in AUTOINST and add vl-modport for users.
12517 Reported by David Rogoff.
12518 (verilog-auto-inout-module, verilog-auto-inst)
12519 (verilog-decls-get-interfaces, verilog-insert-definition)
12520 (verilog-insert-one-definition, verilog-read-decls)
12521 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12522 (verilog-sig-modport, verilog-signals-combine-bus)
12523 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12524 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12525 Suggested by David Rogoff.
12526 (verilog-repair-open-comma): Fix non-insertion of comma when
12527 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
12528 (verilog-make-width-expression): Simplify [A-1:0] expression
12529 widths to just {A{1'b0}}.
12530 (verilog-mode): Cleanup checkdoc warnings.
12531 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12532 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
12533 inputs/outputs or data type. Suggested by Vasu Kandadi.
12534 (next-error-last-buffer): Fix byte-compiler warning.
12535 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12536 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
12537 or shell command text during AUTO expansion. Suggested by Tad Truex.
12538 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
12539 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12540 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
12541 in AUTOINOUT. Reported by Matthew Lovell.
12542 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12543 causing use of <= assignments. Reported by Alex Reed.
12544 (verilog-read-decls): Fix triand, trior, wand, wor to be
12545 recognized by AUTOWIRE. Reported by Spencer Isaacson.
12546 (verilog-extended-complete-re): Support import "DPI-C" functions.
12547 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
12548 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
12549 (verilog-insert-date, verilog-insert-year)
12550 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12551 Windows systems. Reported by Michael Potts.
12552 (verilog-read-module-name): Fix AUTOINST when the child module
12553 declaration's name is a tick define. Reported by Elliot Mednick.
12554 (verilog-read-decls): Fix V2K parameter bit subscripts getting
12555 passed to next parameter's definition. Reported by Bruce T.
12556 (verilog-read-decls): Fix detecting "parameter int" when using
12557 AUTOINSTPARAM. Reported by Bruce T.
12558 (verilog-goto-defun): Fix goto not finding modules unless first
12559 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
12560 (verilog-mode): Expand -f flag arguments on entry to mode so
12561 verilog-goto-defun will work. Reported by Lawrence Butcher.
12562 (verilog-getopt): Expand environment variables in -f file
12563 arguments. Suggested by Lawrence Butcher.
12564 (verilog-set-define): Fix "Symbol's value as variable is void"
12565 when reading enumerations.
12566 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12567 Suggested by Stephen Peltan.
12568 (verilog-read-defines): Fix reading of enumerations in include
12569 files. Reported by Steve Peltan.
12570
12571 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12572
12573 * files.el (trash-directory): Fix defcustom type.
12574
12575 2009-06-28 Juri Linkov <juri@jurta.org>
12576
12577 * help-fns.el (describe-function-1): Correctly locate adviced
12578 functions in hyperlink (Bug#2438).
12579
12580 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
12581
12582 * files.el (trash-directory): Change default to nil.
12583 (move-file-to-trash): If trash-directory is nil and
12584 system-move-file-to-trash is unbound, perform freedesktop-style
12585 trashing.
12586
12587 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12588
12589 * files.el (move-file-to-trash): Add freedesktop trash
12590 support (Bug#973).
12591
12592 2009-06-28 Glenn Morris <rgm@gnu.org>
12593
12594 * autorevert.el (global-auto-revert-non-file-buffers)
12595 (global-auto-revert-mode): Doc fixes.
12596
12597 2009-06-27 Johan Bockgård <bojohan@gnu.org>
12598
12599 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12600
12601 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
12602
12603 * faces.el (x-handle-named-frame-geometry): Ensure that we have
12604 opened an X connection before calling x-get-resource (Bug#3194).
12605
12606 * play/doctor.el: Remove reference to obsolete website.
12607 (make-doctor-variables): Correct grammar mistake (Bug#2633).
12608
12609 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
12610
12611 Remove find-file-not-found-hook VC method. (Bug#2757)
12612 * vc-hooks.el (vc-file-not-found-hook)
12613 (vc-default-find-file-not-found-hook): Remove functions.
12614 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12615 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12616 * vc.el:
12617 * vc-hg.el:
12618 * vc-git.el: Do not mention find-file-not-found-hook VC method.
12619
12620 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
12621
12622 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
12623 compatibility function for `looking-back'.
12624
12625 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12626 Use `ispell-looking-back'.
12627
12628 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
12629
12630 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
12631 rather than `filename'.
12632
12633 2009-06-23 Miles Bader <miles@gnu.org>
12634
12635 * face-remap.el (text-scale-set): New function.
12636
12637 2009-06-23 Glenn Morris <rgm@gnu.org>
12638
12639 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12640
12641 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12642
12643 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12644
12645 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12646
12647 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12648 Simplify Persian conditionals.
12649
12650 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12651 variable `filename'.
12652
12653 * comint.el (comint-insert-input): Doc fix.
12654
12655 * Makefile.in (ELCFILES): Fix typo in previous change.
12656
12657 2009-06-23 Miles Bader <miles@gnu.org>
12658
12659 * cus-start.el: Add entry for `recenter-redisplay'.
12660
12661 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12662
12663 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12664 Add an optional argument for the backend, use it instead of
12665 calling vc-backend.
12666 (vc-mode-line): Add an optional argument for the backend.
12667 Pass the backend to vc-state and vc-working-revision. Move code for
12668 special handling for vc-state being a buffer to ...
12669
12670 * vc-rcs.el (vc-rcs-find-file-hook):
12671 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
12672
12673 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12674 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12675 vc-stay-local-p and vc-mode-line calls.
12676
12677 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12678 (vc-cvs-diff, vc-cvs-annotate-command)
12679 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12680 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12681 vc-mode-line calls.
12682
12683 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12684 direct comparison.
12685 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12686 backend when calling vc-mode-line.
12687 (vc-register): Do not create a closure for calling the vc register
12688 function, call it directly.
12689
12690 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12691
12692 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12693 to make it obvious item can be clicked.
12694
12695 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12696
12697 2009-06-23 Kenichi Handa <handa@m17n.org>
12698
12699 * language/korea-util.el (korean-key-bindings): Change the binding
12700 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
12701 same command.
12702
12703 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
12704
12705 Sync with Tramp 2.1.16.
12706
12707 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12708
12709 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
12710 when a loading of a package fails. Completion function for rsync
12711 is `tramp-completion-function-alist-ssh'.
12712 (all): Replace all calls of `split-string' and
12713 `tramp-split-string' by `tramp-compat-split-string'.
12714 (tramp-default-method): Use `tramp-compat-process-running-p'.
12715 (tramp-default-proxies-alist): Allow also Lisp forms.
12716 (tramp-remote-path): Add choice "Private Directories".
12717 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12718 (tramp-domain-regexp): Allow also "-", "_" and ".".
12719 (tramp-end-of-output): Remove newlines, and add "$" at the end.
12720 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12721 (tramp-debug-message): Insert header line in debug buffer.
12722 (tramp-handle-directory-files-and-attributes-with-stat):
12723 Care about filenames with spaces, or starting with "-".
12724 (tramp-handle-dired-uncache): New defun.
12725 (tramp-handle-insert-directory): Don't flush the directory from
12726 cache, this is handled by `dired-uncache' now.
12727 (tramp-handle-insert-file-contents): Improve error handling.
12728 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12729 Quote `tramp-end-of-output'.
12730 (tramp-action-password): Improve trace message.
12731 (tramp-check-for-regexp): Both echoes must be present, before removing.
12732 (tramp-open-connection-setup-interactive-shell): Trace coding system.
12733 (tramp-compute-multi-hops): Eval cons cells of
12734 `tramp-default-proxies-alist'.
12735 (tramp-maybe-open-connection): Use the same command pattern for
12736 first hop and further hops.
12737 (tramp-wait-for-output): Remove handling of newlines.
12738 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12739 (tramp-split-string): Remove function. It is handled in
12740 tramp-compat now.
12741
12742 * net/tramp-cmds.el (tramp-bug):
12743 Recommend `tramp-cleanup-all-connections' in the bug mail.
12744
12745 * net/tramp-compat.el (tramp-compat-split-string)
12746 (tramp-compat-process-running-p): New defuns.
12747
12748 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12749 for `dired-uncache'.
12750
12751 * net/tramp-gvfs.el: New package.
12752
12753 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12754 Add handler for `dired-uncache'.
12755 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12756
12757 * net/trampver.el: Update release number. Make version check fit
12758 for SXEmacs 22.
12759
12760 2009-06-22 Jim Meyering <meyering@redhat.com>
12761
12762 Automatically handle .xz suffix (XZ-compressed files), too.
12763 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12764 XZ is the successor to LZMA: <http://tukaani.org/xz/>
12765
12766 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
12767 Nick Roberts <nickrob@snap.net.nz>
12768
12769 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12770 repository (http://sphinx.net.ru/hg/gdb-mi/).
12771
12772 2009-06-22 Glenn Morris <rgm@gnu.org>
12773
12774 * files.el (dir-locals-collect-mode-variables): Allow for any number of
12775 `mode' and `eval' entries. (Bug#3430)
12776
12777 * Makefile.in (ELCFILES): Add fadr.elc.
12778
12779 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12780 differing behavior of \n and ^ in strings. (Bug#3385)
12781
12782 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12783
12784 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12785 property.
12786 (lisp-indent-function): Make it a defcustom.
12787
12788 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
12789
12790 * progmodes/gdb-ui.el: Replace with ...
12791 * progmodes/gdb-mi.el: ... this file.
12792 * progmodes/gud.el: Modify for gdb-mi.el.
12793
12794 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
12795
12796 * fadr.el: New file.
12797
12798 See ChangeLog.14 for earlier changes.
12799
12800 ;; Local Variables:
12801 ;; coding: utf-8
12802 ;; End:
12803
12804 Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
12805
12806 This file is part of GNU Emacs.
12807
12808 GNU Emacs is free software: you can redistribute it and/or modify
12809 it under the terms of the GNU General Public License as published by
12810 the Free Software Foundation, either version 3 of the License, or
12811 (at your option) any later version.
12812
12813 GNU Emacs is distributed in the hope that it will be useful,
12814 but WITHOUT ANY WARRANTY; without even the implied warranty of
12815 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12816 GNU General Public License for more details.
12817
12818 You should have received a copy of the GNU General Public License
12819 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.