]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* doc/misc/sc.texi (Getting Connected): Remove old index entries.
[gnu-emacs] / lisp / ChangeLog
1 2011-02-12 Chong Yidong <cyd@stupidchicken.com>
2
3 * files.el (copy-directory): Revert to pre-2011-01-29 version.
4
5 2011-02-12 Chong Yidong <cyd@stupidchicken.com>
6
7 * epg.el (epg-delete-output-file, epg-decrypt-string)
8 (epg-verify-string, epg-sign-string, epg-encrypt-string): Bind
9 delete-by-moving-to-trash to nil.
10
11 * epa-file.el (epa-file-insert-file-contents): Likewise.
12
13 2011-02-10 Glenn Morris <rgm@gnu.org>
14
15 * emacs-lisp/cl-seq.el (union, nunion, intersection)
16 (nintersection, set-difference, nset-difference)
17 (set-exclusive-or, nset-exclusive-or): Doc fix.
18
19 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
20
21 2011-02-08 Glenn Morris <rgm@gnu.org>
22
23 * faces.el (face-attr-match-p): Handle the obsolete :bold and
24 :italic props, so that frame-set-background-mode works. (Bug#7966)
25
26 2011-02-07 Glenn Morris <rgm@gnu.org>
27
28 * simple.el (next-error): Doc fix.
29
30 2011-02-06 Chong Yidong <cyd@stupidchicken.com>
31 Thierry Volpiatto <thierry.volpiatto@gmail.com>
32
33 * files.el (copy-directory): New arg COPY-AS-SUBDIR. If nil,
34 don't copy as a subdirectory.
35
36 2011-02-05 Glenn Morris <rgm@gnu.org>
37
38 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
39
40 2011-02-04 Glenn Morris <rgm@gnu.org>
41
42 * calendar/diary-lib.el (diary-font-lock-keywords):
43 Tweak diary-time-regexp match. (Bug#7891)
44
45 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
46 (f90-mode): Use it for mode's `find-tag-default-function' property.
47
48 2011-02-03 Glenn Morris <rgm@gnu.org>
49
50 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
51
52 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
53
54 2011-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
55
56 * pcomplete.el (pcomplete-here*): Backport fix for mistaken change
57 (bug#7959) and (bug#5935).
58
59 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
60
61 * net/rcirc.el: Clean log filenames (Bug#7933).
62 (rcirc-log-write): Use convert-standard-filename.
63 (rcirc-log-filename-function): Documentation updates.
64
65 2011-01-31 Alan Mackenzie <acm@muc.de>
66
67 * progmodes/cc-cmds.el (c-forward-over-illiterals):
68 Continue parsing if we encounter a naked # (Bug#7595).
69 (c-beginning-of-statement): Avoid loop in locating the beginning
70 of a macro.
71
72 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
73
74 * files.el (copy-directory): Fix arguments to recursive call.
75
76 2011-01-29 Daiki Ueno <ueno@unixuser.org>
77
78 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
79 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
80 (Bug#7931).
81
82 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
83
84 * files.el (copy-directory): If destination is an existing
85 directory, copy into a subdirectory there.
86
87 2011-01-29 Andreas Schwab <schwab@linux-m68k.org>
88
89 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
90 files.
91
92 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
93
94 * image-dired.el (image-dired-mouse-display-image): No-op if no
95 file is found (Bug#7817).
96
97 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
98
99 2011-01-28 Kenichi Handa <handa@m17n.org>
100
101 * international/quail.el (quail-keyboard-layout-alist):
102 Remove superfluous SPC for "pc105-uk" (bug#7927).
103
104 2011-01-27 Glenn Morris <rgm@gnu.org>
105
106 * msb.el (msb-menu-bar-update-buffers): Update for changed
107 argument handling of menu-bar-select-frame. (Bug#7902)
108
109 2011-01-27 Chong Yidong <cyd@stupidchicken.com>
110
111 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
112 to the recursion depth (Bug#7722).
113
114 2011-01-26 Roy Liu <carsomyr@gmail.com> (tiny change)
115
116 * term/ns-win.el (ns-find-file): Expand ns-input-file with
117 command-line-default-directory (Bug#7872).
118
119 2011-01-25 Glenn Morris <rgm@gnu.org>
120
121 * comint.el (comint-mode): Doc fix. (Bug#7897)
122
123 2011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
124
125 * files.el (file-name-non-special): Only change buffer-file-name after
126 insert-file-contents if it's `visit'ing the file (bug#7854).
127
128 2011-01-23 Chong Yidong <cyd@stupidchicken.com>
129
130 * dired.el (dired-revert): Doc fix (Bug#7758).
131
132 2011-01-23 Nobuyoshi Nakada <nobu@ruby-lang.org>
133
134 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
135 here-doc which ends with an underscore.
136 (ruby-mode-set-encoding): Skip shebang line always.
137 (ruby-mode-map): Bind C-c C-c to comment-region.
138 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
139 (ruby-forward-sexp): Stop after literal hash key labels.
140 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
141 bracket.
142
143 2011-01-22 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
144
145 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
146 the correct buffer (Bug#7650).
147
148 2011-01-22 Glenn Morris <rgm@gnu.org>
149
150 * simple.el (do-auto-fill): Give it a doc string.
151
152 * button.el (make-text-button): Doc fix. (See bug#7881)
153
154 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
155
156 * simple.el (line-move-visual): Doc fix (Bug#7594).
157
158 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
159 "Case sensitive" menu item.
160
161 2011-01-21 Roland McGrath <roland@frob.com>
162
163 * comint.el (comint-replace-by-expanded-history-before-point): Fix
164 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
165
166 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
167
168 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
169
170 2011-01-21 Jari Aalto <jari.aalto@cante.net>
171
172 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
173 Assume foo(bar) is a manpage reference rather than some unquoted
174 symbol (bug#7705).
175
176 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
177
178 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
179 Suggested by Flo <sensorflo@gmail.com>.
180
181 2011-01-21 Glenn Morris <rgm@gnu.org>
182
183 * progmodes/compile.el (compilation-error-regexp-alist):
184 Fix custom type. (Bug#7812)
185
186 2011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
187
188 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
189 keymap expression. Improve docstring.
190
191 2011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
192
193 * files.el (backup-buffer): Make last-resort backup file in
194 .emacs.d (Bug#6953).
195
196 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
197 make it with permission 700.
198
199 2011-01-14 Kenichi Handa <handa@m17n.org>
200
201 * mail/rmailmm.el (rmail-mime-insert-header):
202 Set rmail-mime-coding-system to a cons whose car is the last coding
203 system used to decode the header.
204 (rmail-mime-find-header-encoding): New function.
205 (rmail-mime-insert-decoded-text):
206 Override rmail-mime-coding-system if it is a cons.
207 (rmail-show-mime): If only a header part was decoded, find the
208 coding system while ignoring mm-charset-override-alist.
209
210 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
211
212 * subr.el (event-start, event-end): Doc fix (Bug#7826).
213
214 2011-01-12 Kenichi Handa <handa@m17n.org>
215
216 * mail/rmailmm.el (rmail-mime-next-item)
217 (rmail-mime-previous-item): Delete them.
218 (rmail-mime-shown-mode): Recursively call for children.
219 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
220 Callers changed.
221 (rmail-mime-raw-mode): Recursively call for children.
222 (rmail-mode-map): Change mapping of tab and backtab to
223 forward-button and backward-button respectively.
224 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
225 button.
226 (rmail-mime-update-tagline): New function.
227 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
228 body display is changed.
229 (rmail-mime-toggle-button): Rename from rmail-mime-image.
230 (rmail-mime-image): Delete this button type.
231 (rmail-mime-toggle): New button type.
232 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
233 body display is changed. Change the save button label to "Save".
234 Don't process show/hide button here.
235 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
236 the body display is changed. Unconditionally call
237 rmail-mime-insert for children.
238 (rmail-mime-handle): Update `display' vector of the just inserted
239 entity.
240 (rmail-mime-process): If mail-header-parse-content-type returns
241 nil, use "text/plain" as the fallback type.
242 (rmail-mime-insert): For raw-mode, recursively call
243 rmail-mim-insert for children.
244 (rmail-mime): Handle the case that the current buffer is not rmail
245 buffer (e.g. in summary buffer).
246
247 2011-01-05 Kenichi Handa <handa@m17n.org>
248
249 * mail/rmailmm.el (rmail-mime-next-item)
250 (rmail-mime-previous-item): Skip the body of a non-multipart
251 entity if a tagline is shown.
252
253 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
254
255 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
256 (tmm-prompt): Simplify.
257 (tmm-add-prompt): Remove unused var `win'.
258
259 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
260 to minor mode which used nil accidentally to mean "turn off".
261
262 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
263
264 * net/tramp.el (tramp-find-inline-compress)
265 (tramp-get-inline-coding): Quote command after pipe symbol for
266 local calls under W32. (Bug#6784)
267
268 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
269
270 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
271 only when running under W32.
272
273 2011-01-09 Eli Zaretskii <eliz@gnu.org>
274
275 * progmodes/grep.el (grep-compute-defaults): Quote the program
276 file name after the pipe symbol in Grep templates. (Bug#6784)
277 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
278
279 2011-01-08 Lennart Borgman <lennart.borgman@gmail.com>
280
281 * buff-menu.el (Buffer-menu-buffer-list): New var.
282 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
283 restricted buffer list is not lost on revert (Bug#7749).
284
285 2011-01-08 Eric Hanchrow <eric.hanchrow@gmail.com>
286
287 * net/ldap.el (ldap-search-internal): Discard stderr output.
288
289 2011-01-07 Eli Zaretskii <eliz@gnu.org>
290
291 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
292
293 2011-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
294
295 * vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time):
296 Author names can have spaces (bug#7792).
297
298 2011-01-04 Kenichi Handa <handa@m17n.org>
299
300 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
301 part as a plain text.
302 (rmail-mime-process-multipart): Set the default content-type to
303 nil for unknown multipart subtypes (bug#7651).
304
305 2011-01-03 Brent Goodrick <bgoodr@gmail.com> (tiny change)
306
307 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
308 table, get the value before switching to the output buffer. (Bug#7733)
309
310 2011-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
311
312 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
313
314 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
315
316 * files.el (file-local-variables-alist):
317 Make permanent-local (bug#7767).
318
319 2011-01-02 Glenn Morris <rgm@gnu.org>
320
321 * version.el (emacs-copyright): Set short copyright year to 2011.
322
323 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
324
325 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
326 an existing temp buffer. (Bug#7746)
327
328 2011-01-02 Glenn Morris <rgm@gnu.org>
329
330 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
331 multiple addresses. (Bug#7760)
332
333 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
334
335 * net/tramp.el (tramp-methods): Add recursive options to "scpc",
336 "scpx", "pscp" and "psftp".
337
338 2010-12-31 Eli Zaretskii <eliz@gnu.org>
339
340 * term/w32-win.el (image-library-alist): Set up correctly for
341 libpng versions both before and after 1.4.0. (Bug#7716)
342
343 2010-12-25 Eli Zaretskii <eliz@gnu.org>
344
345 * time.el (display-time-mode): Mention display-time-interval in
346 the doc string. (Bug#7713)
347
348 * simple.el (select-active-regions): Doc fix. (Bug#7702)
349
350 2010-12-24 Kenichi Handa <handa@m17n.org>
351
352 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
353 condition-case and return an error message string if something
354 goes wrong.
355 (rmail-show-mime): Adjust for the above change. Insert the
356 header by rmail-mime-insert-header.
357
358 2010-12-24 Kenichi Handa <handa@m17n.org>
359
360 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
361 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
362 (rmail-mime-mbox-buffer)
363 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
364 (rmail-mime-entity): Argument changed. All codes handling an
365 entity object are changed.
366 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
367 the above change.
368 (rmail-mime-entity-children, rmail-mime-entity-handler)
369 (rmail-mime-entity-tagline): New functions.
370 (rmail-mime-message-p): New function.
371 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
372 (rmail-mime-entity-segment, rmail-mime-next-item)
373 (rmail-mime-previous-item, rmail-mime-shown-mode)
374 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
375 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
376 (rmail-mime-insert-tagline, rmail-mime-insert-header):
377 New functions.
378 (rmail-mime-text-handler): Call rmail-mime-insert-text.
379 (rmail-mime-insert-decoded-text): New function.
380 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
381 (rmail-mime-insert-image): Argument changed. Caller changed.
382 (rmail-mime-image): Call rmail-mime-toggle-hidden.
383 (rmail-mime-set-bulk-data): New function.
384 (rmail-mime-insert-bulk): Argument changed.
385 (rmail-mime-multipart-handler): Return t.
386 (rmail-mime-process-multipart): Argument changed.
387 Handle "multipart/alternative" here.
388 (rmail-mime-process): Argument changed.
389 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
390 (rmail-mime-insert): Argument changed. Handle raw display mode.
391 (rmail-mime): Argument changed. Handle toggling of raw display
392 mode.
393 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
394 rmail-mime-view-buffer.
395 (rmail-insert-mime-forwarded-message): Likewise.
396 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
397
398 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
399 non-nil, handle the header in rmail-show-mime-function.
400
401 2010-12-20 Leo <sdl.web@gmail.com>
402
403 * help-fns.el (describe-variable): Fix 2010-12-17 change.
404
405 2010-12-20 Juri Linkov <juri@jurta.org>
406
407 * isearch.el (isearch-lazy-highlight-error): New variable.
408 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
409 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
410 to the current value of `isearch-error' (Bug#7468).
411
412 2010-12-17 Chong Yidong <cyd@stupidchicken.com>
413
414 * help-fns.el (describe-variable): Don't emit trailing whitespace
415 (Bug#7511).
416
417 2010-12-17 Leo <sdl.web@gmail.com>
418
419 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
420 if point is not behind eshell-last-output-end (Bug#7585).
421
422 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
423
424 * textmodes/rst.el (rst-compile-pdf-preview)
425 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
426
427 2010-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
428
429 * emulation/edt-mapper.el: Override mapping of function keys so
430 that the later call to read-key-sequence works.
431
432 2010-12-13 Eli Zaretskii <eliz@gnu.org>
433
434 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
435 Unix EOLs. (Bug#7589)
436
437 2010-12-12 Eli Zaretskii <eliz@gnu.org>
438
439 * subr.el (posn-col-row): Evaluate header-line-format in the
440 context of the POSITION window's buffer.
441
442 2010-12-11 Glenn Morris <rgm@gnu.org>
443
444 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
445 (with-silent-modifications): Doc fixes.
446
447 2010-12-10 Michael Albinus <michael.albinus@gmx.de>
448
449 * net/tramp.el (tramp-action-password, tramp-process-actions):
450 Revert patch from 2010-12-08. Use `save-restriction'.
451
452 2010-12-09 Eli Zaretskii <eliz@gnu.org>
453
454 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
455 New functions.
456 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use
457 them instead of `nil' and `>', respectively. (Bug#1077)
458
459 2010-12-09 Stephen Berman <stephen.berman@gmx.net>
460
461 * calendar/diary-lib.el (diary-list-sexp-entries):
462 Handle case of no newline at end of file. (Bug#7536)
463
464 2010-12-09 Glenn Morris <rgm@gnu.org>
465
466 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
467
468 2010-12-08 Michael Albinus <michael.albinus@gmx.de>
469
470 * net/tramp.el (tramp-handle-start-file-process):
471 Protect buffer-modified value. (Bug#7557)
472 (tramp-action-password): Delete region, do not narrow.
473 (tramp-process-actions): Do not widen.
474
475 2010-12-08 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
476
477 * log-edit.el (log-edit-changelog-entries):
478 Regexp quote filename. (Bug#7505)
479
480 2010-12-08 Tom Breton <tehom@panix.com>
481
482 * cus-edit.el (custom-save-all):
483 Bind print-length and print-level to nil. (Bug#7581)
484
485 2010-12-08 Glenn Morris <rgm@gnu.org>
486
487 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
488 Run hooks to update menu contents. (Bug#7586)
489
490 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
491 file names, for the sake of MS Windows. (Bug#7588)
492
493 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
494
495 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
496 empty lines without a leading space.
497
498 2010-12-06 Leo <sdl.web@gmail.com>
499
500 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
501 while mapping over marks (Bug#6810).
502
503 2010-12-06 Chong Yidong <cyd@stupidchicken.com>
504
505 * image-dired.el (image-dired-db-file)
506 (image-dired-temp-image-file, image-dired-gallery-dir)
507 (image-dired-temp-rotate-image-file): Set default values relative
508 to image-dired-dir (Bug#7518).
509
510 2010-12-06 Lawrence Mitchell <wence@gmx.li>
511
512 * format.el (format-decode-run-method): Pass args FROM and TO, not
513 point-min and point-max, to shell-command-on-region (Bug#7488).
514
515 2010-12-06 Jan Djärv <jan.h.d@swipnet.se>
516
517 * frame.el (blink-cursor-mode): Make default t for ns.
518
519 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
520
521 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
522
523 2010-12-05 Chong Yidong <cyd@stupidchicken.com>
524
525 * comint.el (comint-dynamic-list-input-ring)
526 (comint-dynamic-complete-filename)
527 (comint-replace-by-expanded-filename)
528 (comint-dynamic-simple-complete)
529 (comint-dynamic-list-filename-completions)
530 (comint-dynamic-list-completions): Doc fix (Bug#7499).
531
532 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
533 Doc fix (Bug#7471).
534
535 2010-12-04 Martin Rudalics <rudalics@gmx.at>
536
537 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
538 (Bug#7533).
539
540 2010-12-04 W. Martin Borgert <debacle@debian.org> (tiny change)
541
542 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
543 (Bug#7491).
544
545 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
546
547 * simple.el (transient-mark-mode): Doc fix (Bug#7465).
548
549 2010-12-04 Eli Zaretskii <eliz@gnu.org>
550
551 * files.el (file-relative-name): Handle UNC file names on
552 DOS/Windows. (Bug#4674)
553
554 2010-12-03 Daiki Ueno <ueno@unixuser.org>
555
556 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
557 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
558 (epg-context-set-passphrase-callback): Mention that the callback
559 is not called when used with GnuPG 2.x.
560
561 2010-12-02 Glenn Morris <rgm@gnu.org>
562
563 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
564 Ensure ps-footer-font-size-internal is initialized.
565 Call ps-get-page-dimensions before trying to use ps-font-for-text.
566
567 2010-12-01 Kenichi Handa <handa@m17n.org>
568
569 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
570 within condition-case.
571 (rmail-show-mime): Don't use condition-case.
572 (rmail-search-mime-message): New function.
573 (rmail-search-mime-message-function): Set to
574 rmail-search-mime-message.
575
576 2010-12-01 Leo <sdl.web@gmail.com>
577
578 * ido.el (ido-common-initialization): New function. (bug#3274)
579 (ido-mode): Use it.
580 (ido-completing-read): Call it.
581
582 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
583
584 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
585 stand-alone lines, since that is handled by log-edit-match-to-eoh
586 (Bug#6465).
587
588 2010-11-27 Eduard Wiebe <usenet@pusto.de>
589
590 * dired.el (dired-get-filename): Replace backslashes with slashes
591 in file names on MS-Windows, needed by `locate'. (Bug#7308)
592 * locate.el (locate-default-make-command-line): Don't consider
593 drive letter and root directory part of
594 `directory-listing-before-filename-regexp'. (Bug#7308)
595 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
596
597 2010-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
598
599 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
600 of :smie-open/close-alist.
601 (smie-next-sexp): Make it accept a "start token" as argument.
602 (smie-indent-keyword): Be careful not to misidentify tokens that span
603 more than one line, as empty lines. Add argument `token'.
604
605 2010-11-26 Kenichi Handa <handa@m17n.org>
606
607 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
608 multipart subtypes, insert all as usual.
609
610 * mail/rmail.el: Require rfc2047.
611
612 2010-11-26 Kenichi Handa <handa@m17n.org>
613
614 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
615 (rmail-mime-entity-disposition)
616 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
617 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
618 (rmail-mime-save): Handle the case that the button's `data' is a
619 MIME entity.
620 (rmail-mime-insert-text): New function.
621 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
622 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
623 (rmail-mime-insert-bulk): New function mostly copied from the old
624 rmail-mime-bulk-handler.
625 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
626 (rmail-mime-process-multipart): New function mostly copied from
627 the old rmail-mime-multipart-handler.
628 (rmail-mime-show): Just call rmail-mime-process.
629 (rmail-mime-process): New function mostly copied from the old
630 rmail-mime-show.
631 (rmail-mime-insert-multipart, rmail-mime-parse)
632 (rmail-mime-insert, rmail-show-mime)
633 (rmail-insert-mime-forwarded-message)
634 (rmail-insert-mime-resent-message): New functions.
635 (rmail-insert-mime-forwarded-message-function): Set to
636 rmail-insert-mime-forwarded-message.
637 (rmail-insert-mime-resent-message-function): Set to
638 rmail-insert-mime-resent-message.
639
640 * mail/rmailsum.el: Require rfc2047.
641 (rmail-header-summary): Handle multiline Subject: field.
642 (rmail-summary-line-decoder): Change the default to
643 rfc2047-decode-string.
644
645 * mail/rmail.el (rmail-enable-mime): Change the default to t.
646 (rmail-mime-feature): Change the default to `rmailmm'.
647 (rmail-quit): Delete the specifal code for rmail-enable-mime.
648 (rmail-display-labels): Likewise.
649 (rmail-show-message-1): Check rmail-enable-mime, and use
650 rmail-show-mime-function for a MIME message. Decode the headers
651 according to RFC2047.
652
653 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
654
655 * progmodes/which-func.el (which-func-imenu-joiner-function):
656 Return a string, as expected.
657 (which-function-mode): Make sure we stop any previous timer before
658 starting a new one.
659
660 2010-11-23 Michael Albinus <michael.albinus@gmx.de>
661
662 * net/tramp.el (tramp-default-method-alist)
663 (tramp-default-user-alist, tramp-default-proxies-alist):
664 Adapt custom options type. (Bug#7445)
665
666 2010-11-21 Chong Yidong <cyd@stupidchicken.com>
667
668 * progmodes/python.el: Add Ipython support (Bug#5390).
669 (python-shell-prompt-alist)
670 (python-shell-continuation-prompt-alist): New options.
671 (python--set-prompt-regexp): New function.
672 (inferior-python-mode, run-python, python-shell):
673 Require ansi-color. Use python--set-prompt-regexp to set the comint
674 prompt based on the Python interpreter.
675 (python--prompt-regexp): New var.
676 (python-check-comint-prompt)
677 (python-comint-output-filter-function): Use it.
678 (run-python): Use a pipe (Bug#5694).
679
680 2010-11-21 Chong Yidong <cyd@stupidchicken.com>
681
682 * progmodes/python.el (run-python): Doc fix.
683 (python-keep-current-directory-in-path): New var (Bug#7454).
684
685 2010-11-20 Chong Yidong <cyd@stupidchicken.com>
686
687 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
688 Prompt user before actually printing.
689
690 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
691
692 * simple.el (kill-new, kill-append, kill-region):
693 * comint.el (comint-kill-region): Make the yank-handler argument
694 obsolete.
695
696 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
697
698 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
699 that are both openers (resp. closers) and something else.
700 (smie-grammar): Loosen definition of valid values.
701 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
702 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
703 (smie-indent-after-keyword): Adjust users.
704 (smie-indent-keyword): Don't indent empty lines.
705
706 * vc-hg.el (vc-hg-program): New var.
707 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
708 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
709
710 2010-11-17 Glenn Morris <rgm@gnu.org>
711
712 * emacs-lisp/autoload.el (autoload-find-destination): The function
713 coding-system-eol-type may return non-numeric values. (Bug#7414)
714
715 2010-11-16 Ulrich Mueller <ulm@gentoo.org>
716
717 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
718
719 2010-11-13 Eli Zaretskii <eliz@gnu.org>
720
721 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
722
723 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
724
725 * textmodes/picture.el (picture-mouse-set-point): Don't use
726 posn-col-row; explicitly compute the motion based on the posn at
727 the window-start (Bug#7390).
728
729 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
730
731 * net/tramp.el (tramp-remote-coding-commands): Add an alternative
732 using "base64 -d -i". This is needed for older base64 versions
733 from GNU coreutils. Reported by Klaus Reichl
734 <Klaus.Reichl@thalesgroup.com>.
735
736 2010-11-13 Glenn Morris <rgm@gnu.org>
737
738 * novice.el (disabled-command-function):
739 Fix 2009-11-15 change. (Bug#7384)
740
741 2010-11-12 Glenn Morris <rgm@gnu.org>
742
743 * calendar/calendar.el (diary-iso-date-forms): Make elements
744 mutually exclusive. (Bug#7377)
745
746 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
747
748 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
749 when filling the remaining "unconstrained" values.
750
751 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
752
753 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
754 safety predicate.
755
756 * files.el (safe-local-variable-p): Gracefully handle errors.
757
758 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
759 Use smie-indent-virtual when indenting relative to an opener.
760 (smie-rule-separator): Use smie-rule-parent.
761 (smie-indent-keyword): Consult rules, even for openers at bol.
762 (smie-indent-comment-close): Try to align closer's content.
763
764 2010-11-11 Glenn Morris <rgm@gnu.org>
765
766 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
767
768 2010-11-10 Glenn Morris <rgm@gnu.org>
769
770 * printing.el (pr-menu-bind): Doc fix.
771
772 * speedbar.el (speedbar-toggle-images): Doc fix.
773
774 * progmodes/python.el (python-shell): Doc fix.
775
776 * wid-edit.el (widget-field-use-before-change)
777 (widget-use-overlay-change): Doc fixes.
778
779 2010-11-09 Glenn Morris <rgm@gnu.org>
780
781 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
782
783 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
784
785 * minibuffer.el (minibuffer-completion-help): Specify the end of the
786 completion field (bug#7211).
787
788 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
789 Fix handling of backslash escapes.
790 (python-quote-syntax): Adjust accordingly.
791
792 2010-11-08 Richard Levitte <richard@levitte.org> (tiny change)
793
794 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
795 (vc-mtn-workfile-branch): Adjust to new output format.
796
797 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
798
799 * international/mule-cmds.el (princ-list): Mark as obsolete.
800
801 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
802
803 * emacs-lisp/smie.el: New package.
804
805 2010-11-06 Michael Albinus <michael.albinus@gmx.de>
806
807 * files.el (backup-by-copying-when-mismatch):
808 Set `permanent-local' property.
809
810 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
811 `permanent-local' property for `backup-by-copying-when-mismatch'.
812
813 2010-11-06 Eli Zaretskii <eliz@gnu.org>
814
815 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
816 (ls-lisp-classify-file): New function.
817 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
818 (ls-lisp-classify): Call ls-lisp-classify-file.
819 (insert-directory): Remove blanks from switches.
820
821 2010-11-07 Wilson Snyder <wsnyder@wsnyder.org>
822
823 * progmodes/verilog-mode.el (verilog-insert-one-definition)
824 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
825 AUTOINOUT for SV style multidimensional arrays, bug294.
826 Reported by Eric Mastromarchi.
827 (verilog-preprocess): Use with-current-buffer and
828 font-lock-fontify-buffer to cleanup style issues.
829
830 2010-11-05 Michael Albinus <michael.albinus@gmx.de>
831
832 * net/trampver.el: Update release number.
833
834 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
835
836 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
837 beginning of the string. Use `string-match-p'. (Bug#6765)
838
839 2010-11-01 Glenn Morris <rgm@gnu.org>
840
841 * locate.el (locate, locate-mode): Doc fixes.
842
843 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
844
845 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
846 user for confirmation.
847 (server-force-stop): Use it.
848 (server-start): Use server-force-stop for kill-emacs-hook, to
849 avoid user interaction while killing Emacs.
850
851 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
852
853 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
854 (log-edit-author): New dynamic var.
855 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
856 Use it to return the author if different from committer.
857 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
858
859 2010-10-31 Eli Zaretskii <eliz@gnu.org>
860
861 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
862
863 2010-10-31 Chong Yidong <cyd@stupidchicken.com>
864
865 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
866 (vc-root-diff, vc-print-root-log, vc-log-incoming)
867 (vc-log-outgoing): Use it.
868 (vc-diff-internal): Set diff-vc-backend.
869
870 * vc/diff-mode.el (diff-vc-backend): New var.
871
872 2010-10-31 Juri Linkov <juri@jurta.org>
873
874 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
875 buffer-locally to lambda that re-runs the vc diff command.
876 (Bug#6447)
877
878 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
879
880 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
881
882 Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
883 log-outgoing commands.
884 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
885 to create a buffer local revert-buffer-function variable.
886 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
887 revert-buffer-function lambda.
888
889 Improve VC create/retrieve tag/branch.
890 * vc.el (vc-create-tag): Do not read the directory name for VCs
891 with repository revision granularity. Adjust the tag/branch
892 prompt. Reset VC properties.
893 (vc-retrieve-tag): Do not read the directory name for VCs
894 with repository revision granularity. Reset VC properties.
895
896 Add optional support for resetting VC properties.
897 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
898 call vc-file-clearprops when true.
899 (vc-resynch-buffer): Add new optional argument, pass it down.
900 (vc-resynch-buffers-in-directory): Likewise.
901
902 Improve support for special markup in the VC commit message.
903 * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
904 * vc-hg.el (vc-hg-checkin): Add support for Date:.
905 * vc-git.el (vc-git-checkin):
906 * vc-bzr.el (vc-bzr-checkin): Likewise.
907
908 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
909 * vc-git.el (vc-git-log-view-mode): Fix font lock for
910 incoming/outgoing logs.
911 (vc-git-log-outgoing, vc-git-log-incoming): New functions.
912
913 * vc-git.el (vc-git-log-outgoing): Use the same format as the
914 short log.
915 (vc-git-log-incoming): Likewise. Run "git fetch" before the log
916 command
917
918 Add bindings for vc-log-incoming and vc-log-outgoing.
919 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
920 and vc-log-outgoing.
921 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
922 and vc-log-outgoing.
923
924 Improve state updating for VC tag commands.
925 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
926 to update the state of all buffers in the directory.
927
928 2010-05-19 Glenn Morris <rgm@gnu.org>
929
930 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
931
932 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
933
934 * vc.el (vc-checkin, vc-modify-change-comment):
935 Adjust to new vc-start/finish-logentry.
936 (vc-find-conflicted-file): New command.
937 (vc-transfer-file): Adjust to new vc-checkin.
938 (vc-next-action): Improve scoping.
939
940 * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
941 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
942
943 * vc-dispatcher.el (vc-log-edit): Shorten names for
944 log-edit-show-files.
945
946 * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
947 (vc-bzr-conflicted-files): New function.
948
949 * log-edit.el (log-edit-summary, log-edit-header)
950 (log-edit-unknown-header): New faces.
951 (log-edit-headers-alist): New var.
952 (log-edit-header-contents-regexp): New const.
953 (log-edit-match-to-eoh): New function.
954 (log-edit-font-lock-keywords): Use them.
955 (log-edit): Insert a "Summary:" header as default.
956 (log-edit-mode): Mark font-lock rules as case-insensitive.
957 (log-edit-done): Cleanup headers.
958 (log-edit-extract-headers): New function to replace it.
959
960 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
961 the windows/frames.
962
963 * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
964
965 * vc-dir.el (vc-dir-kill-line): New command.
966 (vc-dir-mode-map): Bind it to C-k.
967 (vc-dir-headers): Abbreviate the working dir.
968
969 * vc-git.el (vc-git-revision-table): Include remote branches.
970
971 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
972
973 New VC methods: vc-log-incoming and vc-log-outgoing.
974 * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
975 (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
976 New functions.
977 (vc-print-log-internal): Just call vc-log-internal-common.
978 (vc-log-view-type): New permanent local variable.
979
980 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
981
982 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
983 of the dynamic bound vc-short-log.
984 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
985
986 * vc-git.el (vc-git-log-outgoing): New function.
987 (vc-git-log-view-mode): Use vc-log-view-type instead
988 of the dynamic bound vc-short-log.
989
990 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
991 the dynamic bound vc-short-log. Highlight the tag.
992 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
993 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
994 (vc-hg-incoming-mode): Remove.
995 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
996
997 Fix default-directory for vc-root-diff.
998 * vc.el (vc-root-diff): Bind default-directory to the root
999 directory for the diff command.
1000
1001 2010-10-31 Sam Steingold <sds@gnu.org>
1002
1003 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
1004 `vc-hg-command' with a list of flags.
1005
1006 2010-10-31 Glenn Morris <rgm@gnu.org>
1007
1008 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
1009 log-edit-before-checkin-process.
1010
1011 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
1012
1013 * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
1014
1015 * vc-dispatcher.el (vc-start-logentry): Doc fix.
1016 (log-view-process-buffer, log-edit-extra-flags): Declare.
1017
1018 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1019
1020 Add special markup processing for commit logs.
1021 * log-edit.el (log-edit): Add new argument MODE. Use that mode
1022 when non-nil instead of the log-view-mode.
1023
1024 * vc.el (vc-default-log-edit-mode): New function.
1025
1026 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
1027 log-edit.
1028
1029 Support for shelving snapshots and for showing shelves.
1030 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
1031 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
1032 New functions.
1033 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1034 (vc-bzr-extra-menu-map): Map them.
1035
1036 2010-10-30 Michael Albinus <michael.albinus@gmx.de>
1037
1038 * net/tramp.el (tramp-handle-insert-file-contents): For root,
1039 preserve owner and group when editing files. (Bug#7289)
1040
1041 2010-10-29 Glenn Morris <rgm@gnu.org>
1042
1043 * speedbar.el (speedbar-mode):
1044 * play/fortune.el (fortune-in-buffer, fortune):
1045 * play/gomoku.el (gomoku-mode):
1046 * play/landmark.el (lm-mode):
1047 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
1048 Replace inappropriate uses of toggle-read-only. (Bug#7292)
1049
1050 2010-10-28 Glenn Morris <rgm@gnu.org>
1051
1052 * select.el (x-selection): Mark it as an obsolete alias.
1053
1054 2010-10-27 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1055
1056 * add-log.el (find-change-log): Use derived-mode-p rather than
1057 major-mode (bug#7284).
1058
1059 2010-10-27 Glenn Morris <rgm@gnu.org>
1060
1061 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
1062 rather than just an unused variable that inherits from the real one.
1063
1064 2010-10-23 Michael McNamara <mac@mail.brushroad.com>
1065
1066 * verilog-mode.el (verilog-directive-re): Make this variable
1067 auto-built for efficiency of execution and updating.
1068 (verilog-extended-complete-re): Support 'pure' fucntion & task
1069 declarations (these have no bodies).
1070 (verilog-beg-of-statement): General cleanup to enable support of
1071 'pure' fucntion & task declarations (these have no bodies).
1072 These efforts together fix Verilog bug210 from veripool; which was also
1073 noticed by Steve Pearlmutter.
1074 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
1075 (verilog-directive-nest-re, verilog-set-auto-endcomments):
1076 Support `elsif. Reported by Shankar Giri.
1077 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
1078 attribute handling for lining up declarations and assignments.
1079 (verilog-beg-of-statement-1): Fix issue where continued declaration
1080 is indented differently if it is after a begin..end clock.
1081 (verilog-in-attribute-p, verilog-skip-backward-comments)
1082 (verilog-skip-forward-comment-p): Support proper treatment of
1083 attributes by indent code. Reported by Jeff Steele.
1084 (verilog-in-directive-p): Fix comment to correctly describe function.
1085 (verilog-backward-up-list, verilog-in-struct-region-p)
1086 (verilog-backward-token, verilog-in-struct-p)
1087 (verilog-in-coverage-p, verilog-do-indent)
1088 (verilog-pretty-declarations): Use verilog-backward-up-list as
1089 wrapper around backward-up-list inorder to properly skip comments.
1090 Reported by David Rogoff.
1091 (verilog-property-re, verilog-endcomment-reason-re)
1092 (verilog-beg-of-statement, verilog-set-auto-endcomments)
1093 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
1094 of if). Reported by Max Bjurling and
1095 (verilog-calc-1): Fix for clocking block in modport
1096 declaration. Reported by Brian Hunter.
1097
1098 2010-10-23 Wilson Snyder <wsnyder@wsnyder.org>
1099
1100 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
1101 (verilog-gate-keywords, verilog-read-sub-decls)
1102 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
1103 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
1104 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
1105 (verilog-read-decls): Fix spaces in V2K module parameters causing
1106 mis-identification as interfaces, bug287.
1107 (verilog-read-decls): Fix not treating "parameter string" as a
1108 parameter in AUTOINSTPARAM.
1109 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
1110 treating `elsif similar to `endif inside AUTOSENSE.
1111 (verilog-do-indent): Implement correct automatic or static task or
1112 function end comment highlight. Reported by Steve Pearlmutter.
1113 (verilog-font-lock-keywords-2): Fix highlighting of single
1114 character pins, bug264. Reported by Michael Laajanen.
1115 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
1116 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
1117 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
1118 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
1119 (verilog-pretty-expr): Fix interactive arguments, bug272.
1120 Reported by Mark Johnson.
1121 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
1122 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
1123 bug269. Suggested by Gary Delp.
1124 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
1125 (verilog-preprocessor, verilog-set-compile-command):
1126 Create verilog-preprocess and verilog-preprocessor to show
1127 preprocessed output.
1128 (verilog-get-beg-of-line, verilog-get-end-of-line)
1129 (verilog-modi-file-or-buffer, verilog-modi-name)
1130 (verilog-modi-point, verilog-within-string): Move defmacro's
1131 before first use to avoid warning. Reported by Steve Pearlmutter.
1132 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
1133 (verilog-colorize-region, verilog-highlight-buffer)
1134 (verilog-highlight-includes, verilog-highlight-modules)
1135 (verilog-highlight-region, verilog-mode): Rename colorize to
1136 highlight to match other packages. Disable module highlighting,
1137 as received speed complaints, reenable for experimentation only
1138 using new verilog-highlight-modules.
1139 (verilog-read-decls): Fix regexp stack overflow in very large
1140 AUTO_TEMPLATEs, bug250.
1141 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
1142 (verilog-scan): Create verilog-save-buffer-state to standardize
1143 making insignificant changes that shouldn't call hooks.
1144 (verilog-save-no-change-functions, verilog-save-scan-cache)
1145 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
1146 Create verilog-save-no-change-functions to wrap verilog-scan
1147 preservation, and fix to work with nested preserved calls.
1148 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
1149 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
1150 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
1151 (verilog-submit-bug-report): Update variable list to be complete.
1152 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
1153 breaking on-the-fly font-locking.
1154 (verilog-colorize-buffer, verilog-colorize-include-files)
1155 (verilog-colorize-include-files-buffer, verilog-colorize-region)
1156 (verilog-load-file-at-mouse, verilog-load-file-at-point)
1157 (verilog-mode, verilog-read-inst-module-matcher): With point on a
1158 AUTOINST cell instance name, middle mouse button now finds-file on
1159 it. Suggested by Brad Dobbie.
1160 (verilog-alw-get-temps, verilog-auto-reset)
1161 (verilog-auto-sense-sigs, verilog-read-always-signals)
1162 (verilog-read-always-signals-recurse): Fix loop indexes being
1163 AUTORESET. AUTORESET now assumes any variables in the
1164 initialization section of a for() should be ignored.
1165 Reported by Dan Dever.
1166 (verilog-error-font-lock-keywords)
1167 (verilog-error-regexp-emacs-alist)
1168 (verilog-error-regexp-xemacs-alist): Fix error detection of
1169 Cadence HAL, reported by David Asher. Repair drift between the
1170 three similar error variables.
1171 (verilog-modi-lookup, verilog-modi-lookup-cache)
1172 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
1173 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
1174 Fix slow verilog-auto expansion on very large files.
1175 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
1176 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
1177 "{1*2{...". Broke in last revision.
1178 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
1179 submodule connections with replications "{#{a},#{b}}".
1180
1181 2010-10-23 Glenn Morris <rgm@gnu.org>
1182
1183 * comint.el (comint-password-prompt-regexp):
1184 Match "enter the password". (Bug#7224)
1185
1186 2010-10-22 Juanma Barranquero <lekktu@gmail.com>
1187
1188 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
1189 Fix typo in docstring.
1190
1191 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
1192
1193 * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
1194 errors.
1195
1196 * net/trampver.el: Update release number.
1197
1198 2010-10-20 Kenichi Handa <handa@m17n.org>
1199
1200 * face-remap.el (text-scale-adjust): Call read-event with a proper
1201 prompt.
1202
1203 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
1204
1205 * net/tramp.el (tramp-do-file-attributes-with-stat)
1206 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
1207 order to make stat results a float. Patch by Andreas Schwab
1208 <schwab@linux-m68k.org>.
1209
1210 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1211
1212 * repeat.el (repeat): Use read-key (bug#6256).
1213
1214 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
1215
1216 * emacs-lisp/unsafep.el: Don't mark functions that display
1217 messages as safe. Suggested by Johan Bockgård.
1218
1219 2010-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1220
1221 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
1222 Turn comments into docstrings.
1223
1224 * minibuffer.el (completion--replace): Move point where it belongs
1225 when there's a common suffix (bug#7215).
1226
1227 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
1228
1229 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1230 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
1231 <dale@codefu.org>.
1232
1233 2010-10-15 Kenichi Handa <handa@m17n.org>
1234
1235 * international/characters.el: Add category '|' (word breakable)
1236 to fullwidth characters.
1237
1238 2010-10-14 Kenichi Handa <handa@m17n.org>
1239
1240 * mail/rmail.el (rmail-show-message-1): Catch an error of
1241 base64-decode-region and just show an error message (bug#7165).
1242
1243 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
1244 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
1245 a font-spec (bug#7197).
1246
1247 2010-10-13 Glenn Morris <rgm@gnu.org>
1248
1249 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
1250
1251 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
1252
1253 * international/mule.el (define-coding-system):
1254 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1255 * composite.el (compose-region): Fix typo in docstring.
1256
1257 2010-10-10 Jan Djärv <jan.h.d@swipnet.se>
1258
1259 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
1260 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
1261 (mac-right-option-modifier): New alias for ns-right-option-modifier.
1262
1263 * cus-start.el (all): ns-right-alternate-modifier is new.
1264
1265 2010-10-10 Andreas Schwab <schwab@linux-m68k.org>
1266
1267 * Makefile.in (ELCFILES): Update.
1268
1269 2010-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1270
1271 * emacs-lisp/lisp.el (lisp-completion-at-point):
1272 Use emacs-lisp-mode-syntax-table for the whole function.
1273
1274 2010-10-09 Richard Sharman <richard_sharman@mitel.com> (tiny change)
1275
1276 * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
1277 (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
1278 work when breakpoint number exceeds nine.
1279
1280 2010-10-05 David Koppelman <koppel@ece.lsu.edu>
1281
1282 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
1283 instead of font-lock-mode before adding keywords.
1284 Remove hi-lock-mode off code. Remove inhibit hack.
1285 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
1286 non-nil; removed hook inhibit hack.
1287
1288 2010-10-09 Glenn Morris <rgm@gnu.org>
1289
1290 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
1291 (load-path-shadows-find): ... to this.
1292 (list-load-path-shadows): Update for above change.
1293
1294 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
1295
1296 2010-10-08 Glenn Morris <rgm@gnu.org>
1297
1298 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
1299
1300 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
1301 (shadows-compare-text-p): Make it an obsolete alias for...
1302 (load-path-shadows-compare-text): ... new name.
1303 (find-emacs-lisp-shadows): Update for above name change.
1304 (load-path-shadows-same-file-or-nonexistent): New name for the old
1305 shadow-same-file-or-nonexistent.
1306
1307 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
1308
1309 * minibuffer.el (completion--some, completion--do-completion)
1310 (minibuffer-complete-and-exit, minibuffer-completion-help)
1311 (completion-basic-try-completion)
1312 (completion-basic-all-completions)
1313 (completion-pcm--find-all-completions): Use lexical-let to
1314 avoid some false matches in variable completion (Bug#7056)
1315
1316 2010-10-03 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
1317
1318 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
1319
1320 2010-10-03 Leo <sdl.web@gmail.com>
1321
1322 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
1323 return non-nil if the file exists (Bug#7090).
1324
1325 2010-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1326
1327 * minibuffer.el (completion--replace):
1328 Better preserve markers (bug#7138).
1329
1330 2010-09-29 Juanma Barranquero <lekktu@gmail.com>
1331
1332 * server.el (server-process-filter): Doc fix.
1333
1334 2010-09-27 Drew Adams <drew.adams@oracle.com>
1335
1336 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
1337
1338 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
1339
1340 * Makefile.in (ELCFILES): Update.
1341
1342 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1343 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
1344
1345 2010-09-27 Kenichi Handa <handa@m17n.org>
1346
1347 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
1348 "ustar" format.
1349
1350 2010-09-27 Kenichi Handa <handa@m17n.org>
1351
1352 * international/mule.el (define-coding-system): Docstring fixed.
1353
1354 * international/mule-diag.el (describe-character-set): Use princ
1355 with proper print-length and print-level instead of insert.
1356
1357 2010-09-26 Juanma Barranquero <lekktu@gmail.com>
1358
1359 * window.el (walk-windows): Doc fix (bug#7105).
1360
1361 2010-09-23 Glenn Morris <rgm@gnu.org>
1362
1363 * isearch.el (isearch-lazy-highlight-cleanup)
1364 (isearch-lazy-highlight-initial-delay)
1365 (isearch-lazy-highlight-interval)
1366 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1367 * net/net-utils.el (ipconfig-program-options):
1368 Move aliases to options before the associated definitions.
1369
1370 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1371
1372 * newcomment.el (comment-normalize-vars): Better test validity of
1373 comment-end-skip.
1374
1375 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1376
1377 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1378 (float-e): New name for `e'.
1379 (degrees-to-radians, radians-to-degrees):
1380 * calendar/solar.el (solar-longitude):
1381 * calculator.el (calculator-registers, calculator-funcall):
1382 * textmodes/artist.el (artist-spray-random-points):
1383 * play/bubbles.el (bubbles--initialize-images): Use new names.
1384
1385 2010-09-19 Eric M. Ludlam <zappo@gnu.org>
1386
1387 Update to CEDET 1.0's version of EIEIO.
1388
1389 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1390 New function.
1391 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1392 (eieio-default-eval-maybe): Eval val instead of unquoting only.
1393 (class-precedence-list): If class is nil, return nil.
1394 (eieio-generic-call): If class of first input arg is nil, don't
1395 look up static methods, and do check for primary methods.
1396 (initialize-instance): See if the default needs to be evaluated
1397 during the constructor.
1398 (eieio-perform-slot-validation-for-default): Don't do the check
1399 for values that will eventually be evaluated.
1400 (eieio-eval-default-p): New function.
1401 (eieio-default-eval-maybe): Use it.
1402
1403 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1404
1405 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1406 method-invocation-order.
1407 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1408 (eieio-class-precedence-dfs): Compute class precedence list using
1409 dfs algorithm.
1410 (eieio-class-precedence-bfs): Compute class precedence list using
1411 bfs algorithm.
1412 (eieio-class-precedence-c3): Compute class precedence list using
1413 c3 algorithm.
1414 (class-precedence-list): New function.
1415 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1416 (inconsistent-class-hierarchy): New error symbol.
1417 (call-next-method): Stow the replacement argument list for future
1418 call-next-method invocations.
1419
1420 2010-09-15 Glenn Morris <rgm@gnu.org>
1421
1422 * calendar/appt.el (appt-check): If not displaying the diary,
1423 use (diary 1) to only get the entries we need.
1424 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1425 that it is in day order. (Bug#7019)
1426
1427 * calendar/appt.el (appt-check): Rather than showing the diary,
1428 just turn off invisible display, and only if needed.
1429
1430 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
1431
1432 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1433
1434 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1435 Add `when' argument. Update callers.
1436
1437 * subr.el (unintern): Declare the obarray arg mandatory.
1438
1439 2010-09-14 Glenn Morris <rgm@gnu.org>
1440
1441 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1442 Doc fixes.
1443
1444 * calendar/diary-lib.el (diary-included-files): New variable.
1445 (diary-list-entries): Maybe initialize diary-included-files.
1446 (diary-include-other-diary-files): Append to diary-included-files.
1447 * calendar/appt.el (appt-update-list): Also check the members of
1448 diary-included-files. (Bug#6999)
1449 (appt-check): Doc fix.
1450
1451 2010-09-12 David Reitter <david.reitter@gmail.com>
1452
1453 * simple.el (line-move-visual): Do not truncate goal column to
1454 integer size. (Bug#7020)
1455
1456 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1457
1458 * repeat.el (repeat): Allow repeating when the last event is a click.
1459 Suggested by Drew Adams (bug#6256).
1460
1461 2010-09-11 Sascha Wilde <wilde@sha-bang.de>
1462
1463 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1464 Replace setting HGRCPATH to "" by some less invasive --config options.
1465
1466 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1467
1468 * font-lock.el (font-lock-beginning-of-syntax-function):
1469 Mark as obsolete.
1470
1471 2010-09-10 Glenn Morris <rgm@gnu.org>
1472
1473 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1474 and tool-bar modes. (Bug#6211)
1475 (menu-bar-mode): Move setting of standard-value after the
1476 minor-mode definition, otherwise it seems to have no effect.
1477
1478 2010-09-08 Masatake YAMATO <yamato@redhat.com>
1479
1480 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1481 Fix typo. (Bug#6976)
1482
1483 2010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1484
1485 * whitespace.el: Allow cleaning up blanks without blank
1486 visualization (Bug#6651). Adjust help window for
1487 whitespace-toggle-options (Bug#6479). Allow to use fill-column
1488 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
1489 (whitespace-style): Add new value 'face. Adjust docstring.
1490 (whitespace-space, whitespace-hspace, whitespace-tab):
1491 Adjust foreground property face.
1492 (whitespace-line-column): Adjust docstring and type declaration.
1493 (whitespace-style-value-list, whitespace-toggle-option-alist)
1494 (whitespace-help-text): Adjust const initialization.
1495 (whitespace-toggle-options, global-whitespace-toggle-options):
1496 Adjust docstring.
1497 (whitespace-display-window, whitespace-interactive-char)
1498 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1499 (whitespace-help-scroll): New fun.
1500
1501 2010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1502
1503 * files.el (directory-abbrev-alist): Use \` as default regexp.
1504
1505 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1506 chars like - or ] (bug#6984).
1507 (rx-any-condense-range): Explode 2-char ranges.
1508
1509 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1510
1511 * textmodes/bibtex.el:
1512 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1513
1514 2010-09-02 Glenn Morris <rgm@gnu.org>
1515
1516 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1517
1518 2010-08-31 Kenichi Handa <handa@m17n.org>
1519
1520 * international/mule-cmds.el (standard-display-european-internal):
1521 Setup standard-display-table for 8-bit characters by storing 8-bit
1522 characters in the element vector.
1523
1524 * disp-table.el (standard-display-8bit):
1525 Setup standard-display-table for 8-bit characters by storing 8-bit
1526 characters in the element vector.
1527 (standard-display-european): Likewise.
1528
1529 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
1530
1531 Sync with Tramp 2.1.19.
1532
1533 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1534 (tramp-reporter-dump-variable, tramp-load-report-modules)
1535 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1536 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1537
1538 * net/tramp-compat.el (top): Do not autoload
1539 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1540 only when `start-file-process' is not bound.
1541 (byte-compile-not-obsolete-vars): Define if not bound.
1542 (tramp-compat-funcall): New defmacro.
1543 (tramp-compat-line-beginning-position)
1544 (tramp-compat-line-end-position)
1545 (tramp-compat-temporary-file-directory)
1546 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1547 (tramp-compat-copy-file, tramp-compat-copy-directory)
1548 (tramp-compat-delete-file, tramp-compat-delete-directory)
1549 (tramp-compat-number-sequence, tramp-compat-process-running-p):
1550 Use it.
1551 (tramp-advice-file-expand-wildcards): Do not use
1552 `tramp-handle-file-remote-p'.
1553 (tramp-compat-make-temp-file): Simplify fallback implementation.
1554 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1555 (tramp-compat-copy-tree): Remove function.
1556 (tramp-compat-delete-file): New defun.
1557 (tramp-compat-delete-directory): Provide implementation for older
1558 Emacsen.
1559 (tramp-compat-file-attributes): Handle only
1560 `wrong-number-of-arguments' error.
1561
1562 * net/tramp-fish.el (tramp-fish-handle-copy-file):
1563 Add PRESERVE_SELINUX_CONTEXT.
1564 (tramp-fish-handle-delete-file): Add TRASH arg.
1565 (tramp-fish-handle-directory-files-and-attributes):
1566 Do not use `tramp-fish-handle-file-attributes.
1567 (tramp-fish-handle-file-local-copy)
1568 (tramp-fish-handle-insert-file-contents)
1569 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1570
1571 * net/tramp-gvfs.el (top): Require url-util.
1572 (tramp-gvfs-mount-point): Remove.
1573 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1574 and `set-file-selinux-context'.
1575 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1576 (tramp-gvfs-handle-file-selinux-context)
1577 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1578 (with-tramp-dbus-call-method): Format trace message.
1579 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1580 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1581 Implement backup call, when operation on local files fails.
1582 Use progress reporter. Flush properties of changed files.
1583 (tramp-gvfs-handle-delete-file): Add TRASH arg.
1584 Use `tramp-compat-delete-file'.
1585 (tramp-gvfs-handle-expand-file-name): Expand "~/".
1586 (tramp-gvfs-handle-make-directory): Make more traces.
1587 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1588 (tramp-gvfs-url-file-name): Hexify file name in url.
1589 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1590 into account for the resulting file name.
1591 (tramp-gvfs-handler-askquestion): Preserve current message, in
1592 order to let progress reporter continue afterwards. (Bug#6257)
1593 Return dummy mountpoint, when the answer is "no".
1594 See `tramp-gvfs-maybe-open-connection'.
1595 (tramp-gvfs-handler-mounted-unmounted)
1596 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1597 attribute "default_location". Set "prefix" property.
1598 Handle default-location.
1599 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1600 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1601 exists. Raise an error, if not (due to a corresponding answer
1602 "no" in interactive questions, for example).
1603 Use `tramp-compat-funcall'.
1604
1605 * net/tramp-imap.el (top): Autoload `epg-make-context'.
1606 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1607 (tramp-imap-do-copy-or-rename-file)
1608 (tramp-imap-handle-insert-file-contents)
1609 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1610 (tramp-imap-handle-delete-file): Add TRASH arg.
1611
1612 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1613 Add PRESERVE-SELINUX-CONTEXT.
1614 (tramp-smb-handle-copy-file)
1615 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1616 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1617 Use `with-progress-reporter'.
1618 (tramp-smb-handle-delete-file): Add TRASH arg.
1619
1620 * net/tramp.el (tramp-methods): Move hostname to the end in all
1621 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
1622 appropriate.
1623 (tramp-verbose): Describe verbose level 9.
1624 (tramp-completion-function-alist)
1625 (tramp-file-name-regexp, tramp-chunksize)
1626 (tramp-local-coding-commands, tramp-remote-coding-commands)
1627 (with-connection-property, tramp-completion-mode-p)
1628 (tramp-action-process-alive, tramp-action-out-of-band)
1629 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1630 (tramp-exists-file-name-handler): Fix docstring.
1631 (tramp-remote-process-environment): Use `format' instead of
1632 `concat'. Protect version string by apostroph.
1633 (tramp-shell-prompt-pattern): Do not use a shy group in case of
1634 XEmacs.
1635 (tramp-file-name-regexp-unified)
1636 (tramp-completion-file-name-regexp-unified): On W32 systems, do
1637 not regard the volume letter as remote filename. (Bug#5447)
1638 (tramp-perl-file-attributes)
1639 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1640 (tramp-vc-registered-read-file-names): Read input as
1641 here-document, otherwise the command could exceed maximum length
1642 of command line.
1643 (tramp-file-name-handler-alist): Add `file-selinux-context' and
1644 `set-file-selinux-context'.
1645 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1646 backtrace functions.
1647 (tramp-error-with-buffer): Don't show the connection buffer when
1648 we are in completion mode.
1649 (tramp-progress-reporter-update, tramp-remote-selinux-p)
1650 (tramp-handle-file-selinux-context)
1651 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1652 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1653 New defuns.
1654 (with-progress-reporter): New defmacro.
1655 (tramp-debug-outline-regexp): New defconst.
1656 (top, tramp-rfn-eshadow-setup-minibuffer)
1657 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1658 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1659 (tramp-completion-mode-p, tramp-check-for-regexp)
1660 (tramp-open-connection-setup-interactive-shell)
1661 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1662 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1663 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1664 Use `tramp-compat-funcall'.
1665 (tramp-handle-make-symbolic-link): Flush file properties.
1666 (tramp-handle-load, tramp-handle-file-local-copy)
1667 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1668 (tramp-handle-vc-registered, tramp-maybe-send-script)
1669 (tramp-find-shell): Use `with-progress-reporter'.
1670 (tramp-do-file-attributes-with-stat): Add space in format string,
1671 in order to work around a bug in pdksh. Reported by Gilles Pion
1672 <gpion@lfdj.com>.
1673 (tramp-handle-verify-visited-file-modtime): Do not send a command
1674 when the connection is not established.
1675 (tramp-handle-set-file-times): Simplify the check for utc.
1676 (tramp-handle-directory-files-and-attributes)
1677 (tramp-get-remote-path): Use `copy-tree'.
1678 (tramp-completion-handle-file-name-all-completions): Ensure, that
1679 non remote files are still checked. Oops.
1680 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1681 Handle PRESERVE-SELINUX-CONTEXT.
1682 (tramp-do-copy-or-rename-file): Add progress reporter.
1683 (tramp-do-copy-or-rename-file-directly): Do not use
1684 `tramp-handle-file-remote-p'.
1685 (tramp-do-copy-or-rename-file-out-of-band):
1686 Use `tramp-compat-delete-directory'.
1687 (tramp-do-copy-or-rename-file-out-of-band)
1688 (tramp-compute-multi-hops, tramp-maybe-open-connection):
1689 Use `format-spec-make'.
1690 (tramp-handle-delete-file): Add TRASH arg.
1691 (tramp-handle-dired-uncache): Flush directory cache, not only file
1692 cache.
1693 (tramp-handle-expand-file-name)
1694 (tramp-completion-handle-file-name-all-completions)
1695 (tramp-completion-handle-file-name-completion):
1696 Use `tramp-connectable-p'.
1697 (tramp-handle-start-file-process): Set connection property "vec".
1698 Use it, in order to invalidate file caches. Check only for
1699 `remote-tty' process property.
1700 Implement tty setting. (Bug#4604, Bug#6360)
1701 (tramp-file-name-for-operation): Add `call-process-region' and
1702 `set-file-selinux-context'.
1703 (tramp-find-foreign-file-name-handler)
1704 (tramp-advice-make-auto-save-file-name)
1705 (tramp-set-auto-save-file-modes): Remove superfluous check for
1706 `stringp'. This is done inside `tramp-tramp-file-p'.
1707 (tramp-file-name-handler): Trace 'quit. Catch the error for some
1708 operations when we are in completion mode. This gives the user
1709 the chance to correct the file name in the minibuffer.
1710 (tramp-completion-mode-p): Use `non-essential'.
1711 (tramp-handle-file-name-all-completions): Backward/ XEmacs
1712 compatibility: Use `completion-ignore-case' if
1713 `read-file-name-completion-ignore-case' does not exist.
1714 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1715 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1716 `tramp-open-shell'.
1717 (tramp-action-password): Hide password prompt before next run.
1718 (tramp-process-actions): Widen connection buffer for the trace.
1719 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1720 process property. Trace stty settings if `tramp-verbose' >= 9.
1721 Apply workaround for IRIX64 bug. Move argument of last
1722 `tramp-send-command' where it belongs to.
1723 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1724 front of `login-args'.
1725 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1726 on "/dev/null" instead of "/".
1727 (tramp-get-ls-command-with-dired): Make test for "--dired"
1728 stronger.
1729 (tramp-set-auto-save-file-modes): Adapt version check.
1730 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1731 (tramp-handle-process-file): Call the program in a subshell, in
1732 order to preserve working directory.
1733 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1734 `tramp-remote-sh' from `tramp-methods'.
1735 (tramp-get-ls-command): Make test for "--color=never" stronger.
1736 (tramp-check-for-regexp): Use (forward-line 1).
1737
1738 * net/trampver.el: Update release number.
1739
1740 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
1741
1742 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1743 empty argument to gvfs-copy.
1744
1745 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1746
1747 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1748 handle new TRASH arg of `delete-file'.
1749
1750 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1751
1752 * net/tramp.el (tramp-handle-insert-directory): Don't use
1753 `forward-word', its default syntax could be changed.
1754
1755 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1756 Michael Albinus <michael.albinus@gmx.de>
1757
1758 Implement compression for inline methods.
1759
1760 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1761 (tramp-copy-size-limit): Allow also nil.
1762 (tramp-inline-compress-commands): New defconst.
1763 (tramp-find-inline-compress, tramp-get-inline-compress)
1764 (tramp-get-inline-coding): New defuns.
1765 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1766 replaced by `tramp-get-inline-coding'.
1767 (tramp-handle-file-local-copy, tramp-handle-write-region)
1768 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1769
1770 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
1771
1772 Detect ssh 'ControlMaster' argument automatically in some cases.
1773
1774 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1775 (tramp-default-method): Use it.
1776
1777 2010-08-26 Karel Klíč <kklic@redhat.com>
1778
1779 * net/tramp.el (tramp-file-name-for-operation):
1780 Add file-selinux-context.
1781
1782 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1783
1784 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1785
1786 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1787
1788 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1789 (Bug#6907).
1790
1791 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
1792
1793 * progmodes/python.el (python-block-pairs): Allow use of "finally"
1794 with "else" (Bug#3991).
1795
1796 2010-08-22 Leo <sdl.web@gmail.com>
1797
1798 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1799 (ignore, bright, dim, keyword): Split list of nicknames before
1800 passing to rcirc-add-or-remove (Bug#6894).
1801
1802 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
1803
1804 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1805
1806 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1807
1808 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
1809 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1810 New version 13.0.
1811 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1812 Adjust initialization.
1813 (whitespace-bob-marker, whitespace-eob-marker)
1814 (whitespace-buffer-changed): New vars.
1815 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1816 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1817 (whitespace-post-command-hook, whitespace-display-char-on):
1818 Adjust code.
1819 (whitespace-looking-back, whitespace-buffer-changed): New funs.
1820 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
1821
1822 2010-08-21 Leo <sdl.web@gmail.com>
1823
1824 Fix buffer-list rename&refresh after killing a buffer in ido.
1825 * lisp/ido.el: Revert Óscar's.
1826 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1827 Remember the buffers at head, rather than their name.
1828 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1829
1830 2010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
1831 Stefan Monnier <monnier@iro.umontreal.ca>
1832
1833 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1834 extra backslash added to each line (bug#6890).
1835
1836 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1837
1838 * subr.el (read-key): Don't echo keystrokes (bug#6883).
1839
1840 2010-08-21 Glenn Morris <rgm@gnu.org>
1841
1842 * menu-bar.el (menu-bar-games-menu): Add landmark.
1843
1844 2010-08-20 Glenn Morris <rgm@gnu.org>
1845
1846 * align.el (align-regexp): Make group and spacing arguments
1847 use the interactive defaults when non-interactive. (Bug#6698)
1848
1849 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1850 expansion, so as not to need sendmail.
1851 (mail-text-start): Remove declaration.
1852 (rmail-retry-failure): Require sendmail.
1853
1854 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1855
1856 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1857
1858 2010-08-18 Michael Albinus <michael.albinus@gmx.de>
1859
1860 * progmodes/flymake.el (flymake-start-syntax-check-process):
1861 Use `start-file-process' in order to let it run also on remote hosts.
1862
1863 2010-08-18 Kenichi Handa <handa@m17n.org>
1864
1865 * files.el: Add `word-wrap' as safe local variable.
1866
1867 2010-08-18 Glenn Morris <rgm@gnu.org>
1868
1869 * woman.el (woman-translate): Case matters. (Bug#6849)
1870
1871 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
1872
1873 * simple.el (kill-region): Doc fix (Bug#6787).
1874
1875 2010-08-14 Glenn Morris <rgm@gnu.org>
1876
1877 * calendar/diary-lib.el (diary-header-line-format):
1878 Fit it to the window, not the frame.
1879
1880 2010-08-11 Andreas Schwab <schwab@linux-m68k.org>
1881
1882 * subr.el (ignore-errors): Add debug declaration.
1883
1884 2010-08-09 Geoff Gole <geoffgole@gmail.com> (tiny change)
1885
1886 * whitespace.el (whitespace-color-off): Remove post-command-hook
1887 locally.
1888
1889 2010-08-08 Johan Bockgård <bojohan@gnu.org>
1890
1891 * replace.el (replace-highlight): Bind isearch-forward and
1892 isearch-error, ensuring that highlighting is updated if the user
1893 switches the search direction (Bug#6808).
1894
1895 * isearch.el (isearch-lazy-highlight-forward): New var.
1896 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1897 (isearch-lazy-highlight-update): Use it.
1898
1899 2010-08-06 Kenichi Handa <handa@m17n.org>
1900
1901 * international/mule.el (define-charset): Store NAME as :base property.
1902 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
1903 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1904 current priority. Force using the designation of the specific
1905 charset by adding `charset' text property. Improve the whole
1906 algorithm.
1907
1908 2010-08-05 Juanma Barranquero <lekktu@gmail.com>
1909
1910 * emulation/pc-select.el (pc-selection-mode-hook)
1911 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1912 (pc-selection-mode): Fix typos in docstrings.
1913
1914 2010-08-04 Kenichi Handa <handa@m17n.org>
1915
1916 * language/cyrillic.el: Don't add "microsoft-cp1251" to
1917 ctext-non-standard-encodings-alist here.
1918
1919 * international/mule.el (ctext-non-standard-encodings-alist):
1920 Add "koi8-r" and "microsoft-cp1251".
1921 (ctext-standard-encodings): New variable.
1922 (ctext-non-standard-encodings-table): List only elements for
1923 non-standard encodings.
1924 (ctext-pre-write-conversion): Adjust for the above change.
1925 Check ctext-standard-encodings.
1926
1927 * international/mule-conf.el (compound-text): Doc fix.
1928 (ctext-no-compositions): Doc fix.
1929 (compound-text-with-extensions): Doc fix.
1930
1931 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1932
1933 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1934
1935 2010-08-03 Juanma Barranquero <lekktu@gmail.com>
1936
1937 * progmodes/which-func.el (which-func-format): Split help-echo text
1938 into lines, like other mode-line tooltips.
1939
1940 * server.el (server-start): When using TCP sockets, force IPv4
1941 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
1942
1943 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1944
1945 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1946
1947 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
1948
1949 * term.el (term-delimiter-argument-list): Reflow docstring.
1950 (term-read-input-ring, term-write-input-ring, term-send-input)
1951 (term-bol, term-erase-in-display, serial-supported-or-barf):
1952 Fix typos in docstrings.
1953
1954 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1955
1956 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1957
1958 2010-08-01 Juanma Barranquero <lekktu@gmail.com>
1959
1960 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1961
1962 2010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
1963
1964 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
1965 Fix typo in docstring (bug#6747).
1966
1967 2010-07-30 Leo <sdl.web@gmail.com>
1968
1969 * eshell/esh-io.el (eshell-get-target): Better detection of
1970 read-only file (Bug#6762).
1971
1972 2010-07-30 Juanma Barranquero <lekktu@gmail.com>
1973
1974 * align.el (align-default-spacing): Doc fix.
1975 (align-region-heuristic, align-regexp): Fix typos in docstrings.
1976
1977 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
1978
1979 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
1980
1981 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
1982
1983 * time.el (display-time-day-and-date): Remove spurious * in docstring.
1984 (display-time-world-buffer-name, display-time-world-mode-map):
1985 Fix typos in docstrings.
1986
1987 2010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
1988
1989 * image-mode.el (image-display-size): New function.
1990 (image-forward-hscroll, image-next-line, image-eol, image-eob)
1991 (image-mode-fit-frame): Use it (Bug#6639).
1992
1993 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
1994
1995 * dired.el (dired-buffers-for-dir): Handle list values of
1996 dired-directory (Bug#6636).
1997
1998 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
1999
2000 * vc.el (vc-coding-system-inherit-eol): New defvar.
2001 (vc-coding-system-for-diff): Use it to decide whether to inherit
2002 from the file the EOL format for reading the diffs of that file.
2003 (Bug#4451)
2004
2005 2010-07-16 Eli Zaretskii <eliz@gnu.org>
2006
2007 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
2008 unibyte, so compressed attachments are not compressed again.
2009
2010 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
2011
2012 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
2013 now that unicode is used (Bug#6594).
2014
2015 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
2016
2017 * simple.el (push-mark-command): Set the selection if
2018 select-active-regions is non-nil.
2019
2020 2010-07-10 Glenn Morris <rgm@gnu.org>
2021
2022 * calendar/calendar.el (calendar-week-end-day): New function.
2023 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
2024 Respect calendar-week-start-day. (Bug#6606)
2025 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
2026 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
2027 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
2028 respect calendar-week-start-day.
2029
2030 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
2031
2032 * simple.el (use-region-p): Doc fix (Bug#6607).
2033
2034 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
2035
2036 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
2037 builtins (BufferError, BytesWarning, WindowsError; callables
2038 bin, bytearray, bytes, format, memoryview, next, print; __package__).
2039
2040 2010-07-07 Glenn Morris <rgm@gnu.org>
2041
2042 * play/zone.el (zone-fall-through-ws): Fix next-line ->
2043 forward-line fallout.
2044
2045 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
2046
2047 * mouse.el (mouse-appearance-menu): Add docstring.
2048
2049 * help.el (describe-key): Print up-event using key-description.
2050
2051 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
2052
2053 * net/zeroconf.el (zeroconf-resolve-service)
2054 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
2055 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
2056
2057 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
2058
2059 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
2060
2061 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
2062
2063 Avoid displaying files with a nil state in vc-dir.
2064 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
2065 cases that cause insertion.
2066 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
2067 with a nil state.
2068
2069 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
2070
2071 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
2072
2073 2010-06-29 Leo <sdl.web@gmail.com>
2074
2075 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
2076
2077 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
2078
2079 * generic-x.el (bat-generic-mode): Fix regexp for command line
2080 switches (Bug#5719).
2081
2082 2010-06-27 Masatake YAMATO <yamato@redhat.com>
2083
2084 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
2085 of nconc to avoid pure storage error (Bug#6239).
2086
2087 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
2088
2089 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
2090 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
2091 bindings of bookmark-automatically-show-annotations (Bug#6515).
2092
2093 2010-06-25 Eli Zaretskii <eliz@gnu.org>
2094
2095 * arc-mode.el (archive-zip-extract): Don't quote the file name on
2096 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
2097
2098 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
2099
2100 * comint.el (make-comint, make-comint-in-buffer): Mention return
2101 value in the docstrings. (Bug#6498)
2102
2103 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
2104
2105 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
2106 since it is not present when using some non-default switches.
2107
2108 2010-06-23 Karl Fogel <kfogel@red-bean.com>
2109
2110 * simple.el (compose-mail): Fix doc string to refer to
2111 `compose-mail-user-agent-warnings', instead of to the
2112 nonexistent `compose-mail-check-user-agent'.
2113
2114 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2115
2116 Fix vc-annotate for renamed files when using Git.
2117 * vc-git.el (vc-git-find-revision): Deal with empty results from
2118 ls-files. Doe not pass the object as a file name to cat-file, it
2119 is not a file name.
2120 (vc-git-annotate-command): Pass the file name using -- to avoid
2121 ambiguity with the revision.
2122 (vc-git-previous-revision): Pass a relative file name.
2123
2124 2010-06-22 Glenn Morris <rgm@gnu.org>
2125
2126 * progmodes/js.el (js-mode-map): Use standard capitalization and
2127 ellipses for menu entries.
2128
2129 * wid-edit.el (widget-complete): Doc fix.
2130
2131 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
2132
2133 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
2134
2135 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2136
2137 Fix annotating other revisions for renamed files in vc-annotate.
2138 * vc-annotate.el (vc-annotate): Add an optional argument for the
2139 VC backend. Use it when non-nil.
2140 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate
2141 (Bug#6487).
2142
2143 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
2144 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2145 Do not pass the file name to the 'previous-revision call when we
2146 don't want a file diff. (Bug#6489)
2147
2148 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2149
2150 Fix finding revisions for renamed files in vc-annotate.
2151 * vc.el (vc-find-revision): Add an optional argument for
2152 the VC backend. Use it when non-nil.
2153 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
2154 backend to vc-find-revision. (Bug#6487)
2155
2156 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2157
2158 Fix reading file names in Git annotate buffers.
2159 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2160 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
2161
2162 2010-06-20 Alan Mackenzie <acm@muc.de>
2163
2164 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
2165 in file local variables, set it first.
2166
2167 2010-06-19 Glenn Morris <rgm@gnu.org>
2168
2169 * descr-text.el (describe-char-unicode-data): Insert separating
2170 space when needed. (Bug#6422)
2171
2172 * progmodes/idlwave.el (idlwave-action-and-binding):
2173 Fix typo in 2009-12-03 change. (Bug#6450)
2174
2175 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
2176
2177 * subr.el (read-quoted-char): Fix up last change (bug#6290).
2178
2179 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
2180
2181 * font-lock.el (font-lock-major-mode): Rename from
2182 font-lock-mode-major-mode to distinguish it from
2183 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
2184 (font-lock-set-defaults):
2185 * font-core.el (font-lock-default-function): Adjust users.
2186 (font-lock-mode): Don't set it at all.
2187
2188 2010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2189
2190 * vc-annotate.el (vc-annotate): Use vc-read-revision.
2191
2192 2010-06-15 Glenn Morris <rgm@gnu.org>
2193
2194 * calendar/appt.el (appt-time-msg-list): Doc fix.
2195 (appt-check): Let-bind appt-warn-time.
2196 (appt-add): Make the 3rd argument optional.
2197 Simplify argument names. Doc fix. Check for integer WARNTIME.
2198 Only add WARNTIME to the output list if non-nil.
2199
2200 2010-06-15 Ivan Kanis <apple@kanis.eu>
2201
2202 * calendar/appt.el (appt-check): Let the 3rd element of
2203 appt-time-msg-list specify the warning time.
2204 (appt-add): Add new argument with the warning time. (Bug#5176)
2205
2206 2010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2207
2208 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
2209 older than version 1.6. (Bug#6361)
2210
2211 2010-06-12 Helmut Eller <eller.helmut@gmail.com>
2212
2213 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
2214 used by cl-do-arglist. (Bug#6408)
2215
2216 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2217
2218 * emacs-lisp/advice.el (ad-compile-function):
2219 Define warning-suppress-types before we let-bind it (bug#6275).
2220
2221 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
2222 declare it, make it buffer-local and permanent-local (bug#6324).
2223 (vc-resynch-window): Adjust name.
2224 * vc-hooks.el (vc-find-file-hook): Adjust name.
2225
2226 2010-06-07 Jonathan Rockway <jon@jrock.us>
2227
2228 * net/rcirc.el: Add support for password authentication.
2229 (rcirc-server-alist): Add :password keyword.
2230 (rcirc): Ask for a password, or get it from the server's alist.
2231 (rcirc-connect): Add password argument. Pass it to server.
2232
2233 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
2234
2235 * net/dbus.el (dbus-register-method): Declare function.
2236 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
2237 (dbus-introspect): Doc fix.
2238 (dbus-event-bus-name, dbus-introspect-get-interface)
2239 (dbus-introspect-get-argument): Reflow docstrings.
2240
2241 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
2242
2243 * term/common-win.el (x-colors): Add "dark green" and "dark
2244 turquoise" (Bug#6332).
2245
2246 2010-06-03 Glenn Morris <rgm@gnu.org>
2247
2248 * desktop.el (desktop-clear-preserve-buffers):
2249 Add "*Warnings*" buffer. (Bug#6336)
2250
2251 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2252
2253 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
2254
2255 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2256
2257 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
2258 `file-directory-p' to the filename part rather than to the whole text.
2259
2260 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2261
2262 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
2263
2264 2010-05-31 Drew Adams <drew.adams@oracle.com>
2265
2266 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
2267
2268 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
2269
2270 * subr.el (momentary-string-display): Just use read-event to read
2271 the exit event (Bug#6238).
2272
2273 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
2274
2275 * ansi-color.el: Delete unused escape sequences (Bug#6085).
2276 (ansi-color-drop-regexp): New constant.
2277 (ansi-color-apply, ansi-color-filter-region)
2278 (ansi-color-apply-on-region): Delete unrecognized control sequences.
2279 (ansi-color-apply): Build string list before calling concat.
2280
2281 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
2282
2283 * progmodes/verilog-mode.el (verilog-type-font-keywords):
2284 Use font-lock-constant-face, not obsolete font-lock-reference-face.
2285
2286 2010-05-27 Masatake YAMATO <yamato@redhat.com>
2287
2288 * htmlfontify.el (hfy-face-resolve-face): New function.
2289 (hfy-face-to-style): Use it (Bug#6279).
2290
2291 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2292
2293 * epa.el (epa--select-keys): Don't explicitly delete the window since
2294 that can fail (e.g. sole window in frame). Use dedication instead.
2295
2296 2010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
2297
2298 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2299
2300 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2301
2302 * subr.el (read-quoted-char): Resolve modifiers after key
2303 remapping (bug#6212).
2304
2305 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2306
2307 * tmm.el (tmm-prompt): Don't try to precompute bindings.
2308 (tmm-get-keymap): Compute shortcuts (bug#6171).
2309
2310 2010-05-10 Glenn Morris <rgm@gnu.org>
2311
2312 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2313 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
2314
2315 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2316
2317 * Version 23.2 released.
2318
2319 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
2320
2321 * international/mule.el (auto-coding-alist): Only purecopy
2322 car of each item, not the whole list (Bug#6083).
2323
2324 2010-05-02 Chong Yidong <cyd@stupidchicken.com>
2325
2326 * progmodes/js.el (js-mode): Make paragraph variables local before
2327 calling c-setup-paragraph-variables (Bug#6071).
2328
2329 2010-05-01 Eli Zaretskii <eliz@gnu.org>
2330
2331 * composite.el (compose-region, reference-point-alist): Fix typos
2332 in the doc strings.
2333
2334 2010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2335
2336 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2337 gnuplot's "set" command.
2338
2339 2010-04-26 Juanma Barranquero <lekktu@gmail.com>
2340
2341 * abbrev.el (last-abbrev-text): Doc fix.
2342 (abbrev-prefix-mark): Don't escape parenthesis.
2343
2344 2010-04-24 Andreas Schwab <schwab@linux-m68k.org>
2345
2346 * composite.el (find-composition): Doc fix.
2347
2348 2010-04-24 Juanma Barranquero <lekktu@gmail.com>
2349
2350 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2351 (sql-oracle-program, sql-sqlite-options)
2352 (sql-query-placeholders-and-send): Doc fixes.
2353 (sql-set-product, sql-interactive-mode): Reflow docstrings.
2354 (sql-imenu-generic-expression, sql-buffer)
2355 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2356 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2357 (sql-mode-sybase-font-lock-keywords)
2358 (sql-mode-informix-font-lock-keywords)
2359 (sql-mode-interbase-font-lock-keywords)
2360 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2361 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2362 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2363 (sql-product-feature, sql-highlight-product)
2364 (comint-line-beginning-position, sql-rename-buffer)
2365 (sql-toggle-pop-to-buffer-after-send-region)
2366 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2367 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2368 Fix typos in docstrings.
2369
2370 2010-04-23 Juri Linkov <juri@jurta.org>
2371
2372 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2373 property instead of `invisible' and `after-string' (bug#5998).
2374
2375 2010-04-23 Juri Linkov <juri@jurta.org>
2376
2377 * image-mode.el (image-mode-as-text): Fix typo in docstring.
2378
2379 2010-04-23 Juanma Barranquero <lekktu@gmail.com>
2380
2381 * filecache.el (file-cache-add-directory-list)
2382 (file-cache-add-directory-recursively): Fix typos in docstrings.
2383
2384 2010-04-22 Kenichi Handa <handa@m17n.org>
2385
2386 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2387 (gujarati-composable-pattern): Fix typo.
2388
2389 2010-04-20 Kenichi Handa <handa@m17n.org>
2390
2391 * language/indian.el (oriya-composable-pattern)
2392 (tamil-composable-pattern, malayalam-composable-pattern):
2393 Add two-part vowels to "v" (vowel sign).
2394
2395 2010-04-20 Chong Yidong <cyd@stupidchicken.com>
2396
2397 * files.el (copy-directory): Handle symlinks (Bug#5982).
2398
2399 * progmodes/compile.el (compilation-next-error-function):
2400 Revert 2009-10-12 change (Bug#5983).
2401
2402 2010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2403
2404 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2405 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
2406 (Bug#5846).
2407
2408 2010-04-20 Glenn Morris <rgm@gnu.org>
2409
2410 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2411
2412 * minibuffer.el (completion-at-point): Doc fix.
2413
2414 2010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
2415
2416 Fix the version number for added files.
2417 * vc-hg.el (vc-hg-working-revision): Check if the file is
2418 registered after hg parent fails (Bug#5961).
2419
2420 2010-04-17 Glenn Morris <rgm@gnu.org>
2421
2422 * htmlfontify.el (htmlfontify-buffer)
2423 (htmlfontify-copy-and-link-dir): Autoload entry points.
2424
2425 2010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
2426
2427 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2428 name relative to the project root (Bug#5960).
2429
2430 2010-04-16 Glenn Morris <rgm@gnu.org>
2431
2432 * vc-git.el (vc-git-print-log): Doc fix.
2433
2434 2010-04-14 Óscar Fuentes <ofv@wanadoo.es>
2435
2436 * ido.el (ido-file-internal): Fix 2009-12-02 change.
2437
2438 2010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
2439
2440 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2441 default settings (Bug#5928).
2442
2443 2010-04-10 Glenn Morris <rgm@gnu.org>
2444
2445 * progmodes/fortran.el (fortran-match-and-skip-declaration):
2446 New function.
2447 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
2448
2449 2010-04-07 Kenichi Handa <handa@m17n.org>
2450
2451 * language/indian.el (malayalam-composable-pattern): Fix previous
2452 change (add U+0D4D "SIGN VIRAMA").
2453 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2454 (tamil-composable-pattern): Fix typo in the regexp.
2455 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2456 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2457 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2458
2459 2010-04-06 Chong Yidong <cyd@stupidchicken.com>
2460
2461 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2462 paragraph-separate (Bug#5821).
2463
2464 2010-04-05 Juri Linkov <juri@jurta.org>
2465
2466 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2467
2468 * info.el (Info-find-node-2): Comment out code that skips
2469 breadcrumbs line.
2470 (Info-mouse-follow-link): New command.
2471 (Info-link-keymap): New keymap.
2472 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2473 Return a string with links instead of inserting breadcrumbs
2474 to the Info buffer.
2475 (Info-fontify-node): Comment out code that inserts breadcrumbs.
2476 Instead of putting the `invisible' text property over the Info
2477 header, make an overlay over the Info header with the `invisible'
2478 property and `after-string' set to the string returned by
2479 `Info-breadcrumbs'.
2480
2481 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
2482
2483 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2484 Reported by monkey@sandpframing.com.
2485
2486 2010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
2487
2488 * textmodes/artist.el (artist-mode): Fix typo in docstring.
2489 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
2490
2491 2010-03-30 Kenichi Handa <handa@m17n.org>
2492
2493 * language/sinhala.el (composition-function-table): Fix regexp for
2494 the new Unicode specification.
2495
2496 * language/indian.el (devanagari-composable-pattern)
2497 (tamil-composable-pattern, kannada-composable-pattern)
2498 (malayalam-composable-pattern): Adjust for the new Unicode
2499 specification.
2500 (bengali-composable-pattern, gurmukhi-composable-pattern)
2501 (gujarati-composable-pattern, oriya-composable-pattern)
2502 (telugu-composable-pattern): New variables to cope with the new
2503 Unicode specification. Use them in composition-function-table.
2504
2505 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2506
2507 Make tmm-menubar work for the Buffers menu again (bug#5726).
2508 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2509 vectors rather than cons cells, as used in menu-bar-update-buffers.
2510
2511 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
2512
2513 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2514 (js-insert-and-indent): Revert 2009-08-15 change, restoring
2515 electric punctuation for "{}();,:" (Bug#5586).
2516
2517 * mail/sendmail.el (mail-default-directory): Doc fix.
2518
2519 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
2520
2521 * mail/sendmail.el (mail-default-directory): Doc fix.
2522
2523 2010-03-27 Eli Zaretskii <eliz@gnu.org>
2524
2525 * subr.el (version-regexp-alist, version-to-list)
2526 (version-list-<, version-list-=, version-list-<=)
2527 (version-list-not-zero, version<, version<=, version=): Doc fix.
2528 (Bug#5744).
2529
2530 2010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2531 Nick Roberts <nickrob@snap.net.nz>
2532
2533 * progmodes/gdb-ui.el (gdb-apple-test): New function.
2534 (gdb-init-1): Use it.
2535
2536 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2537
2538 * vc.el (vc-root-diff): Doc fix.
2539
2540 2010-03-25 Chong Yidong <cyd@stupidchicken.com>
2541
2542 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2543
2544 * simple.el (append-to-buffer): Fix last change.
2545
2546 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
2547
2548 * simple.el (append-to-buffer): Ensure that point is preserved if
2549 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
2550 (Bug#5749)
2551
2552 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2553
2554 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2555 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2556 not be present any more.
2557
2558 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2559
2560 * faces.el (set-face-attribute): Fix typo in docstring.
2561 (face-valid-attribute-values): Reflow docstring.
2562
2563 2010-03-23 Glenn Morris <rgm@gnu.org>
2564
2565 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2566
2567 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
2568
2569 * indent.el (indent-for-tab-command): Doc fix.
2570
2571 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
2572
2573 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2574 (image-dired-read-comment): Doc fix.
2575
2576 * json.el (json-object-type, json-array-type, json-key-type)
2577 (json-false, json-null, json-read-number):
2578 * minibuffer.el (completion-in-region-functions):
2579 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2580 (cal-tex-cursor-week):
2581 * emacs-lisp/trace.el (trace-function):
2582 * eshell/em-basic.el (eshell/printnl):
2583 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2584 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2585 * obsolete/levents.el (allocate-event, event-key, event-object)
2586 (event-point, event-process, event-timestamp, event-to-character)
2587 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2588 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2589 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2590 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2591 (reftex-highlight-selection): Fix typos in docstrings.
2592
2593 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
2594
2595 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2596
2597 2010-03-18 Glenn Morris <rgm@gnu.org>
2598
2599 * mail/rmail.el (rmail-highlight-face): Restore option deleted
2600 2008-02-13 without comment; mark it obsolete.
2601 (rmail-highlight-headers): Use rmail-highlight-face once more.
2602
2603 2010-03-16 Chong Yidong <cyd@stupidchicken.com>
2604
2605 * woman.el (woman2-process-escapes): Only consume the newline if
2606 the filler character is on a line by itself (Bug#5729).
2607
2608 2010-03-16 Kenichi Handa <handa@m17n.org>
2609
2610 * language/indian.el (devanagari-composable-pattern): Add more
2611 consonants.
2612
2613 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
2614
2615 * net/trampver.el: Update release number.
2616
2617 2010-03-13 Glenn Morris <rgm@gnu.org>
2618
2619 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2620
2621 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
2622
2623 * net/tramp.el (tramp-find-executable):
2624 Use `tramp-get-connection-buffer'. Make the regexp for checking
2625 output of "wc -l" more robust.
2626 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2627 (tramp-open-connection-setup-interactive-shell): Remove workaround
2628 for OpenSolaris bug, it is not needed anymore.
2629
2630 2010-03-12 Glenn Morris <rgm@gnu.org>
2631
2632 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
2633
2634 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
2635
2636 * files.el (auto-mode-alist): Accept more verilog file patterns.
2637
2638 2010-03-09 Miles Bader <miles@gnu.org>
2639
2640 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2641 instead of "format:"; this ensures that the output is
2642 newline-terminated.
2643
2644 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
2645
2646 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2647 that all errors are caught, and that the return value is always a
2648 list (Bug#5692).
2649
2650 2010-03-08 Kenichi Handa <handa@m17n.org>
2651
2652 * language/misc-lang.el (windows-1256): New coding system.
2653 (cp1256): New alias of windows-1256 (bug#5690).
2654
2655 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
2656
2657 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2658 call to rfc822-bad-address. (Bug#5692)
2659
2660 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
2661
2662 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2663 Use vc-git-root as default directory for revision path (Bug#5657).
2664
2665 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
2666
2667 * calculator.el (calculator): Don't bind split-window-keep-point
2668 (Bug#5674).
2669
2670 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2671
2672 * vc-git.el: Re-flow to fit into 80 columns.
2673 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2674 Remove spurious `quote' element in each case alternative.
2675 (vc-git-show-log-entry): Use prog1.
2676 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2677
2678 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2679
2680 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2681
2682 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
2683
2684 * macros.el (insert-kbd-macro): Look up keyboard macro using the
2685 definition, not the name (Bug#5481).
2686
2687 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
2688
2689 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2690 argument with a local variable. (Bug#5670)
2691
2692 2010-03-02 Juri Linkov <juri@jurta.org>
2693
2694 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
2695
2696 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
2697
2698 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2699 error when FILENAME and NEWNAME are existing remote directories.
2700
2701 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2702 parameter DIR-FLAG.
2703
2704 2010-03-02 Glenn Morris <rgm@gnu.org>
2705
2706 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2707 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2708
2709 2010-03-01 Kenichi Handa <handa@m17n.org>
2710
2711 * language/burmese.el (burmese-composable-pattern): Rename from
2712 myanmar-composable-pattern.
2713
2714 * international/characters.el (script-list):
2715 * international/fontset.el (script-representative-chars):
2716 Change myanmar to burmese.
2717 (otf-script-alist): Likewise.
2718 (setup-default-fontset): Likewise. Re-fix :otf spec.
2719
2720 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2721
2722 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2723
2724 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
2725
2726 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2727
2728 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2729
2730 * net/tramp.el (tramp-handle-write-region): START can be a string.
2731 Take care in the checks. Reported by Dan Davison
2732 <davison@stats.ox.ac.uk>.
2733
2734 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2735
2736 * net/dbus.el (dbus-introspect, dbus-get-property)
2737 (dbus-set-property, dbus-get-all-properties):
2738 Use `dbus-call-method' when noninteractive. (Bug#5645)
2739
2740 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
2741
2742 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2743 * emacs-lisp/elint.el (elint-add-required-env):
2744 * calendar/icalendar.el (icalendar--add-diary-entry):
2745 * calc/calcalg2.el (math-tracing-integral):
2746 * files.el (recover-session-finish): Use with-current-buffer
2747 instead of save-excursion.
2748
2749 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
2750
2751 Fix in-buffer completion when after-change-functions modify the buffer.
2752 * minibuffer.el (completion--replace): New function.
2753 (completion--do-completion): Use it and use relative movement.
2754
2755 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
2756
2757 * international/fontset.el (setup-default-fontset): Fix :otf spec.
2758
2759 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
2760
2761 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2762 Allow the characters _<> in the stack entry (Bug#5653).
2763
2764 2010-02-26 Kenichi Handa <handa@m17n.org>
2765
2766 * language/burmese.el: Fix entries in composition-function-table.
2767 (myanmar-composable-pattern): New variable.
2768
2769 * international/fontset.el (setup-default-fontset): Add an entry
2770 for myanmar.
2771
2772 * international/characters.el (script-list): Add Myanmar
2773 Extended-A.
2774
2775 2010-02-26 Glenn Morris <rgm@gnu.org>
2776
2777 * custom.el (custom-initialize-delay): Doc fix.
2778
2779 * mail/sendmail.el (send-mail-function): Autoload the call
2780 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2781
2782 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
2783
2784 * files.el (hack-local-variables-filter): For eval forms, also
2785 check safe-local-variable-p (Bug#5636).
2786
2787 2010-02-24 Eduard Wiebe <usenet@pusto.de>
2788
2789 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2790 and use c(ad)r of cddr (Bug#5640).
2791
2792 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
2793
2794 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2795 setting the modes by `ignore-errors'. It might fail, for example
2796 if the file is not owned by the user but the group.
2797 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2798
2799 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
2800
2801 * files.el (directory-listing-before-filename-regexp):
2802 Use stricter matching for iso-style dates, to avoid false matches with
2803 date-like filenames (Bug#5597).
2804
2805 * htmlfontify.el (htmlfontify): Doc fix.
2806
2807 * eshell/eshell.el (eshell): Doc fix.
2808
2809 * startup.el (fancy-about-screen): In mode-line, apply
2810 mode-line-buffer-id face only to the buffer name (Bug#5613).
2811
2812 2010-02-20 Kevin Ryde <user42@zip.com.au>
2813
2814 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2815 In `watcom' anchor regexp to start of line, to avoid slowness
2816 (Bug#5599).
2817
2818 2010-02-20 Eli Zaretskii <eliz@gnu.org>
2819
2820 * subr.el (remove-yank-excluded-properties): Explain in a comment
2821 why `category' property is removed.
2822
2823 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
2824
2825 * isearch.el (isearch-update-post-hook, isearch-update):
2826 Revert 2010-02-17 change.
2827
2828 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
2829
2830 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2831 (icalendar--convert-weekly-to-ical)
2832 (icalendar--convert-yearly-to-ical)
2833 (icalendar--convert-block-to-ical)
2834 (icalendar--convert-cyclic-to-ical)
2835 (icalendar--convert-anniversary-to-ical): Take care of time
2836 specifications where hour has 1-digit only (Bug#5549).
2837
2838 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
2839
2840 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2841 of disassemble output in GDB 7.1.
2842
2843 2010-02-19 Glenn Morris <rgm@gnu.org>
2844
2845 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2846 property. (Bug#5593)
2847
2848 2010-02-18 Sam Steingold <sds@gnu.org>
2849
2850 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2851
2852 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2853
2854 Use abbreviated file names in bookmarks (bug#5591).
2855 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2856 calls to expand-file-name.
2857 (bookmark-relocate): Use abbreviated file names in bookmarks.
2858 (bookmark-load): Use abbreviated file names in messages.
2859
2860 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2861
2862 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2863 expand "." and "..". Reported by Thierry Volpiatto
2864 <thierry.volpiatto@gmail.com>.
2865
2866 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2867
2868 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2869 permissions of the temporary file to "0600". In case the remote
2870 file has no read permissions for the owner, there might be
2871 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
2872
2873 22010-02-18 Glenn Morris <rgm@gnu.org>
2874
2875 * emacs-lisp/authors.el (authors-renamed-files-alist):
2876 Add entries for INSTALL.CVS.
2877
2878 2010-02-17 Mark A. Hershberger <mah@everybody.org>
2879
2880 * vc-bzr.el: Fix typo in Known Bugs section.
2881
2882 * isearch.el (isearch-update-post-hook): New hook.
2883 (isearch-update): Use the new hook.
2884
2885 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
2886
2887 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2888 Fix errors in copying directories.
2889 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2890 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2891 (tramp-handle-delete-file)
2892 (tramp-handle-dired-recursive-delete-directory)
2893 (tramp-handle-write-region): Flush also the cache for the upper
2894 directory.
2895
2896 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
2897
2898 * simple.el (save-interprogram-paste-before-kill): Doc fix.
2899
2900 * cus-edit.el (hardware): Doc fix.
2901
2902 * man.el (man): Add to external custom group.
2903
2904 * delim-col.el (columns): Move to wp custom group.
2905
2906 * doc-view.el (doc-view): Add to data custom group.
2907
2908 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
2909
2910 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2911 by ispell-parse-output (Bug#5575).
2912
2913 2010-02-16 Kenichi Handa <handa@m17n.org>
2914
2915 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2916 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2917 (skkdic-convert): Use `euc-japan' coding system for writing.
2918
2919 2010-02-16 Glenn Morris <rgm@gnu.org>
2920
2921 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2922 tex-main-file before using it. (Bug#5562)
2923
2924 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2925
2926 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2927 warnings, since it is annoying for the user to see them each time he
2928 runs the code.
2929
2930 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
2931
2932 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2933 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2934 instead of PROC for caching "first-password-request". Otherwise,
2935 new processes would not profit from passwords already entered.
2936
2937 * net/tramp-cache.el (tramp-dump-connection-properties):
2938 Don't save "first-password-request" property.
2939
2940 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
2941
2942 * outline.el (outline-head-from-level):
2943 * simple.el (with-wrapper-hook):
2944 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2945 (elint-defun, elint-buffer-env, elint-top-form-logged)
2946 (elint-unbound-variable):
2947 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2948 Fix typos in docstrings.
2949
2950 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
2951
2952 * files.el (insert-directory): When WILDCARD-REGEXP and
2953 FULL-DIRECTORY-P are nil, insert the file entry instead of the
2954 whole directory. (Bug#5551)
2955
2956 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
2957 dired's alignment sanity. (Bug#5516)
2958
2959 2010-02-14 Juri Linkov <juri@jurta.org>
2960
2961 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2962 Remove remaining ^H with their preceding chars. (Bug#5566)
2963
2964 2010-02-13 Glenn Morris <rgm@gnu.org>
2965
2966 * simple.el (transpose-subr): Give it a doc-string.
2967
2968 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2969 Doc fixes.
2970
2971 2010-02-12 Juri Linkov <juri@jurta.org>
2972
2973 * arc-mode.el (archive-unique-fname): Make directories for nested
2974 archives. (Bug#5540)
2975
2976 2010-02-12 Juri Linkov <juri@jurta.org>
2977
2978 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
2979
2980 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2981
2982 * subr.el (copy-overlay): Handle deleted overlays.
2983
2984 * man.el (Man-completion-table): Don't signal an error if we can't run
2985 manual-program (bug#4056).
2986
2987 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
2988
2989 * textmodes/artist.el (artist-mt): Fix typos in docstring.
2990
2991 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2992
2993 * info.el (Info-bookmark-jump): Simplify.
2994
2995 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2996 (bookmark-default-handler): Accept new bookmark field `buffer'.
2997
2998 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
2999
3000 * iswitchb.el (iswitchb-completions): Revert last change.
3001
3002 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
3003
3004 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
3005 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
3006 This prevents file names like "~/" being listed literally.
3007
3008 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
3009
3010 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3011 Remove dead code. (Bug#5546)
3012
3013 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
3014
3015 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
3016 correctly (Bug#5548).
3017
3018 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
3019
3020 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
3021 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
3022
3023 2010-02-08 Kenichi Handa <handa@m17n.org>
3024
3025 * international/mule-util.el (with-coding-priority): Add autoload
3026 cookie for putting `lisp-indent-function'.
3027
3028 2010-02-07 Glenn Morris <rgm@gnu.org>
3029
3030 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
3031 Move F2003 named interfaces from keywords-2 to keywords-1, and
3032 use function-name-face rather than constant-face.
3033 Simplify "abstract interface" regexp.
3034
3035 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
3036
3037 * eshell/esh-util.el (eshell-file-attributes): New optional arg
3038 ID-FORMAT. Pass it to `file-attributes'.
3039
3040 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
3041
3042 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
3043
3044 * faces.el (set-face-attribute): Allow calling
3045 internal-set-lisp-face-attribute with 'unspecified family and
3046 foundry argument (Bug#5536).
3047
3048 2010-02-07 Glenn Morris <rgm@gnu.org>
3049
3050 * progmodes/f90.el (f90-font-lock-keywords-2)
3051 (f90-looking-at-type-like, f90-looking-at-program-block-end):
3052 Handle F2003 named interfaces.
3053
3054 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
3055
3056 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
3057 beg and end before calling c-get-state-before-change-functions.
3058
3059 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
3060
3061 * vc-bzr.el (vc-bzr-dir-extra-headers):
3062 Disable the pending merges header.
3063
3064 2010-02-05 Juri Linkov <juri@jurta.org>
3065
3066 * doc-view.el (doc-view-mode):
3067 * image-mode.el (image-mode): Put property mode-class=special.
3068 (Bug#4896)
3069
3070 2010-02-05 Mark A. Hershberger <mah@everybody.org>
3071
3072 * vc-svn.el (vc-svn-revision-table): New function.
3073
3074 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
3075
3076 * net/ange-ftp.el (ange-ftp-insert-directory):
3077 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3078 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3079 Handle also directories. (Bug#5478)
3080
3081 2010-02-05 Glenn Morris <rgm@gnu.org>
3082
3083 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
3084
3085 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
3086
3087 * startup.el (command-line-1): Convert options beginning with a
3088 single dash as well (Bug#5519).
3089
3090 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
3091
3092 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
3093 * minibuffer.el (completion-initials-expand): Only check the presence
3094 of delims *within* the boundaries, since otherwise the / delim is
3095 always found for files.
3096
3097 Fix up various corner case problems.
3098 * doc-view.el (doc-view-last-page-number): New function.
3099 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3100 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3101 (doc-view-kill-proc): Avoid inf-loop in freak cases.
3102 (doc-view-reconvert-doc): Use the new recursive delete-directory.
3103 (doc-view-convert-current-doc): Don't create the resolution.el file
3104 here any more.
3105 (doc-view-pdf/ps->png): Do it here instead.
3106 (doc-view-already-converted-p): Check that resolution.el is present.
3107 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3108 windows that are not yet showing images.
3109
3110 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
3111
3112 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3113 `dired-uncache' for every elemnt which is an absolute file name.
3114
3115 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3116 directory, handle its directory component.
3117 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3118 function is called permanently and creates noise, otherwise.
3119
3120 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3121 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3122 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
3123
3124 2010-02-04 David Burger <dburger@google.com> (tiny change)
3125
3126 * macros.el (apply-macro-to-region-lines):
3127 Minor simplification. (Bug#5485)
3128
3129 2010-02-04 Glenn Morris <rgm@gnu.org>
3130
3131 * mail/rmail.el (rmail-show-message-1): Handle malformed
3132 quoted-printable text. (Bug#5441)
3133
3134 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3135
3136 * simple.el (visual-line-mode): Capitalize lighter.
3137
3138 2010-02-03 John Wiegley <jwiegley@gmail.com>
3139
3140 * iswitchb.el (iswitchb-completions): Add bookmark files to the
3141 list of files considered for "virtual buffer" completions.
3142
3143 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
3144
3145 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3146 also in case of (and (not full) (not wildcard)). This is needed,
3147 when dired is called with a list of files, which are not in
3148 `default-directory'. (Bug#5478)
3149
3150 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
3151
3152 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3153
3154 2010-02-02 Juri Linkov <juri@jurta.org>
3155
3156 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3157 from unidiff to allow function-line after @@.
3158
3159 2010-02-02 Juri Linkov <juri@jurta.org>
3160
3161 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3162 '(RCS SCCS) with inverted condition.
3163
3164 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
3165
3166 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3167 messages.
3168
3169 2010-02-01 Juri Linkov <juri@jurta.org>
3170
3171 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3172 compare with "pkunzip" and "pkzip" instead of only "pkzip".
3173 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3174 only when (car archive-zip-extract) is "unzip". (Bug#5475)
3175
3176 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3177
3178 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3179 (doc-view-revert-buffer): New command.
3180 (doc-view-mode-map): Use it.
3181
3182 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
3183
3184 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3185 pending merge is detected.
3186
3187 2010-01-31 Juri Linkov <juri@jurta.org>
3188
3189 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3190 beginning of interactive spec like all other grep commands do.
3191 Put "all" in front of "gz". (Bug#5260)
3192
3193 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3194
3195 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3196
3197 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
3198
3199 * dirtrack.el (dirtrack): Warn instead of signalling error if the
3200 regexp is incorrect (Bug#5476).
3201
3202 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
3203
3204 * net/tramp.el (tramp-handle-insert-directory): Handle also
3205 symlinks, when FILENAME is not in `default-directory'.
3206
3207 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3208
3209 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
3210 FILE is not in `default-directory'. (Bug#5478)
3211
3212 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3213 of SWITCHES. Handle the case, FILENAME is not in
3214 `default-directory'. (Bug#5478)
3215 (tramp-register-file-name-handlers): Add safe-magic property.
3216
3217 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
3218
3219 * arc-mode.el (archive-zip-extract): Quote the argument passed to
3220 unzip (Bug#5475).
3221
3222 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
3223
3224 * progmodes/flymake.el (flymake-allowed-file-name-masks)
3225 (flymake-master-make-header-init): Add other C++ filename masks.
3226 (flymake-find-possible-master-files)
3227 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3228
3229 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3230
3231 Fix some busybox annoyances.
3232
3233 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3234 not responding." string.
3235 (tramp-open-connection-setup-interactive-shell): Dump stty
3236 settings. Enable "neveropen" arg for all `tramp-send-command'
3237 calls. Handle "=" in variable values properly.
3238 (tramp-find-inline-encoding): Raise an error, when no encoding is
3239 found.
3240 (tramp-wait-for-output): Check, whether PROC buffer is available.
3241 Remove spurious " ^H" sequences, sent by busybox.
3242 (tramp-get-ls-command): Suppress coloring, if possible.
3243
3244 2010-01-28 Glenn Morris <rgm@gnu.org>
3245
3246 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
3247
3248 * log-edit.el (log-edit-strip-single-file-name): Add missing
3249 :safe, :group, and :version tags.
3250
3251 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
3252
3253 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3254 buffers. (Bug#5477)
3255
3256 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
3257
3258 * files.el (delete-directory): Handle moving to trash without
3259 first doing recursion (Bug#5436).
3260
3261 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
3262
3263 * vc-hooks.el (vc-path): Mark as obsolete.
3264
3265 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
3266
3267 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3268 names too.
3269
3270 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3271 for the short log.
3272 (vc-bzr-log-view-mode): Adjust regexp for the above change.
3273
3274 2010-01-25 Mark A. Hershberger <mah@everybody.org>
3275
3276 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
3277
3278 * vc-bzr.el (vc-bzr-revision-table): New function.
3279
3280 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
3281
3282 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3283 diff-index command. This requires at least git-1.5.5. (Bug#1589).
3284
3285 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
3286
3287 Remove support for adding --signoff on commit.
3288 Future support will use an incompatible generic mechanism.
3289 * vc-git.el (vc-git-add-signoff): Remove variable.
3290 (vc-git-toggle-signoff): Remove function.
3291 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3292
3293 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3294 Rename from xterm-set-background-mode. Return t if the background mode
3295 was set.
3296 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3297 earlier, call it again in case the background mode has changed.
3298
3299 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
3300
3301 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3302 (Bug#3541).
3303
3304 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
3305
3306 * emacs-lisp/assoc.el (aelement): Doc fix.
3307 (aput, adelete, amake): Use lexical-let (Bug#5450).
3308
3309 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
3310
3311 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3312 is the same as subprogram call, not declaration. (Bug#5435).
3313
3314 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
3315
3316 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3317 (tramp-smb-maybe-open-connection): Use it.
3318
3319 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
3320
3321 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
3322
3323 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3324
3325 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3326 just because we see "encoding: 8bit".
3327 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3328
3329 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
3330
3331 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3332
3333 2010-01-22 Eli Zaretskii <eliz@gnu.org>
3334
3335 * jka-compr.el (jka-compr-load): If load-file is not in
3336 load-history, try its file-truename version. (bug#5447)
3337
3338 2010-01-21 Alan Mackenzie <acm@muc.de>
3339
3340 Fix a situation where deletion of a cpp construct throws an error.
3341 * progmodes/cc-engine.el (c-invalidate-state-cache):
3342 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3343 special cpp construct is still in the buffer.
3344 (c-parse-state): Record the special cpp with markers, not numbers.
3345
3346 2010-01-21 Kenichi Handa <handa@m17n.org>
3347
3348 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3349 process last-command-event, as it is now decoded first (Bug#5380).
3350
3351 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
3352
3353 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3354
3355 2010-01-20 Glenn Morris <rgm@gnu.org>
3356
3357 * indent.el (tab-always-indent): Fix custom-type.
3358
3359 2010-01-19 Alan Mackenzie <acm@muc.de>
3360
3361 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3362 buffer throws "args out of range".
3363 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3364 playing the role of delimiter.
3365
3366 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
3367
3368 * progmodes/ada-mode.el: Fix bug#5400.
3369 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3370 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3371 changed. Delete RECURSIVE parameter; never used. Improve doc string.
3372 Improve comments in "is" portion. Handle null procedure declaration.
3373 (ada-move-to-end): Improve doc string.
3374
3375 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
3376
3377 * ido.el (ido-cur-list): Initialize to nil.
3378 Remove obsolete information from commentary.
3379 (ido-choice-list): Initialize to nil.
3380 (ido-get-bufname): Reject minibuffers.
3381 (ido-make-buffer-list): If "default" is a nonexistent
3382 buffer, ignore it, as per the function's comment.
3383 (ido-kill-buffer-internal): New function.
3384 (ido-kill-buffer-at-head): Use it.
3385 (ido-visit-buffer): Likewise.
3386
3387 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
3388
3389 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3390
3391 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
3392
3393 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3394 Fix typos in chart titles.
3395
3396 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3397 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3398 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3399 (describe-class, eieio-describe-generic, describe-generic):
3400 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3401 (eieio-speedbar-expand):
3402 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3403 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3404 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3405 (viper-del-backward-char-in-replace, viper-backward-indent)
3406 (viper-brac-function, viper-register-to-point, viper-submit-report):
3407 * net/tramp.el (tramp-remote-coding-commands):
3408 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3409 Fix typos in docstrings.
3410
3411 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3412
3413 * mail/sendmail.el (mail-yank-original): Set the mark if the
3414 specified function for yanking does not do it.
3415
3416 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
3417
3418 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
3419
3420 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3421 resyncing a directory.
3422
3423 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
3424
3425 * progmodes/ada-mode.el: Fix bug#1920.
3426 (ada-ident-re): Delete ., allow multibyte characters.
3427 (ada-goto-label-re): New; matches goto labels.
3428 (ada-block-label-re): New; matches block labels.
3429 (ada-label-re): New; matches both.
3430 (ada-named-block-re): Deleted; callers changed to use
3431 `ada-block-label-re' instead.
3432 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3433 Use `ada-block-label-re'.
3434 (ada-indent-on-previous-lines): Improve handling of goto labels.
3435 (ada-get-indent-block-start): Special-case block label.
3436 (ada-get-indent-label): Split into `ada-indent-block-label' and
3437 `ada-indent-goto-label'.
3438 (ada-goto-stmt-start, ada-goto-next-non-ws):
3439 Optionally ignore goto labels.
3440 (ada-goto-next-word): Simplify.
3441 (ada-indent-newline-indent-conditional): Insert newline before
3442 trying to fix indentation; doc fix.
3443
3444 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
3445
3446 * calc/calc.el (calc-command-flags): Give it an initial value.
3447
3448 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3449
3450 * files.el (minibuffer-with-setup-hook):
3451 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3452 (artist-key-draw-continously, artist-key-do-continously-continously)
3453 (artist-key-set-point-continously, artist-mouse-draw-continously):
3454 Fix typos in docstrings.
3455
3456 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
3457
3458 * nxml/nxml-mode.el (nxml-extend-after-change-region):
3459 Never return t (Bug#3898).
3460
3461 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
3462
3463 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3464 can parse the output of the external commands (Bug#5279).
3465
3466 2010-01-16 Jari Aalto <jari.aalto@cante.net>
3467
3468 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3469
3470 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
3471
3472 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3473
3474 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3475
3476 * startup.el (command-line): Remove unused --icon-type arg.
3477 Handle --display arg, passing it to command-line-1 (Bug#5392).
3478
3479 2010-01-16 Mario Lang <mlang@delysid.org>
3480
3481 * emacs-lisp/chart.el (chart-translate-namezone):
3482 * textmodes/artist.el (artist-compute-popup-menu-table):
3483 Remove duplicated words in doc-strings.
3484
3485 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
3486
3487 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3488 to mairix-search to suppress threading (Bug#5342).
3489
3490 2010-01-15 Kenichi Handa <handa@m17n.org>
3491
3492 * international/mule-cmds.el (canonicalize-coding-system-name):
3493 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3494
3495 2010-01-15 Glenn Morris <rgm@gnu.org>
3496
3497 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
3498
3499 * wid-edit.el (widget-keymap): Doc fix.
3500
3501 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3502 former seems to be more widely accepted by various svn versions.
3503
3504 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3505
3506 * find-cmd.el (find-constituents):
3507 * vc-arch.el (vc-arch-root):
3508 * window.el (window-body-height, pop-up-frames):
3509 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3510 * progmodes/ada-stmt.el (ada-if):
3511 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3512 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3513 (ispell-encoding8-command, ispell-aspell-supports-utf8)
3514 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3515
3516 * progmodes/flymake.el (flymake-post-syntax-check):
3517 Fix typo in error message.
3518
3519 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3520
3521 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3522 which is always a string. (Bug#5313)
3523
3524 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3525
3526 * progmodes/ada-xref.el (ada-default-prj-properties):
3527 Simplify previous change.
3528
3529 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3530
3531 * progmodes/ada-xref.el (ada-default-prj-properties):
3532 Default ada_project_path to $ADA_PROJECT_PATH.
3533
3534 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3535
3536 * progmodes/ada-mode.el (ada-create-keymap):
3537 Override `narrow-to-defun' with `ada-narrow-to-defun'.
3538
3539 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3540
3541 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3542 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3543 (ada-get-current-indent, ada-imenu-generic-expression)
3544 (ada-which-function): Check for it.
3545
3546 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3547
3548 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3549 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3550
3551 2010-01-14 Glenn Morris <rgm@gnu.org>
3552
3553 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
3554
3555 2010-01-14 Kenichi Handa <handa@m17n.org>
3556
3557 * composite.el (auto-composition-mode): Make it a buffer local
3558 variable (permanent-local).
3559 (auto-composition-function): Set the default value to
3560 auto-compose-chars.
3561 (auto-composition-mode): Make it a simple function, not a minor mode.
3562 (global-auto-composition-mode): Likewise.
3563 (turn-on-auto-composition-if-enabled): Delete it.
3564
3565 2010-01-13 Karl Fogel <kfogel@red-bean.com>
3566
3567 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
3568
3569 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
3570
3571 * files.el (copy-directory): Compute target for recursive
3572 directories with identical names. (Bug#5343)
3573
3574 2010-01-12 Glenn Morris <rgm@gnu.org>
3575
3576 * mail/emacsbug.el (report-emacs-bug-pretest-address):
3577 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
3578
3579 2010-01-11 Sam Steingold <sds@gnu.org>
3580
3581 * imenu.el (imenu-default-create-index-function): Detect infinite
3582 loops caused by imenu-prev-index-position-function.
3583
3584 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3585
3586 * htmlfontify.el (htmlfontify-load-rgb-file)
3587 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3588 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3589 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3590 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3591 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3592 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3593 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3594 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3595 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3596 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3597 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3598 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3599 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3600 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3601 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3602 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3603 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3604 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3605 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3606 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3607 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3608 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3609 backslash-quoting from parentheses, etc.
3610
3611 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
3612
3613 * progmodes/js.el: Autoload javascript-mode alias.
3614
3615 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3616
3617 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3618 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3619 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3620 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3621 Fix typos in docstrings.
3622 (ffap-url-regexp): Doc fix.
3623 (ffap-at-mouse): Fix typo in message.
3624
3625 2010-01-11 Glenn Morris <rgm@gnu.org>
3626
3627 * version.el (emacs-copyright): Set copyright year to 2010.
3628
3629 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3630
3631 * format.el (format-annotate-function): Only set
3632 write-region-post-annotation-function after running to-fn so as not to
3633 affect nested write-region calls (bug#5273).
3634
3635 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
3636
3637 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3638 wisent/python.el.
3639
3640 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3641
3642 * man.el (Man-goto-section): Signal error if the section is not
3643 found (Bug#5317).
3644
3645 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
3646
3647 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3648 URLs with a leading triple slash in the file: scheme. (Bug#5345)
3649
3650 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3651
3652 * progmodes/compile.el: Don't treat compile-command as safe if
3653 compilation-read-command might be nil (Bug#4218).
3654
3655 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
3656
3657 * startup.el (command-line-1): Use orig-argi to check for ignored X and
3658 NS options.
3659
3660 2010-01-08 Kenichi Handa <handa@m17n.org>
3661
3662 * international/fontset.el (build-default-fontset-data):
3663 Exclude characters in scripts kana, hangul, han, or cjk-misc.
3664
3665 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
3666
3667 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3668 to `create-file-buffer' as it expects, not just a buffer name.
3669 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3670 to help uniquify. (Bug#3224)
3671
3672 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
3673
3674 * font-setting.el (font-setting-change-default-font): Use user-spec
3675 instead of name.
3676
3677 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3678
3679 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3680
3681 2010-01-05 Tom Tromey <tromey@redhat.com>
3682
3683 * progmodes/python.el (python-font-lock-keywords):
3684 Handle qualified decorators (Bug#881).
3685
3686 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3687
3688 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3689 in a lightweight checkout.
3690
3691 2010-01-05 Kenichi Handa <handa@m17n.org>
3692
3693 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
3694
3695 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3696
3697 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3698
3699 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
3700
3701 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3702 checkouts. (Bug#618)
3703 (vc-bzr-log-view-mode): Also highlight the author.
3704 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3705 (vc-bzr-shelve-menu-map):
3706 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3707 (vc-bzr-shelve-apply): Make prompt more explicit.
3708
3709 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
3710
3711 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3712 They are valid characters in URL paths (rfc3986), and at least
3713 Firefox does not understand the encoded version (Bug#3166).
3714
3715 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
3716
3717 * progmodes/octave-mod.el (octave-end-keywords)
3718 (octave-block-begin-or-end-regexp, octave-block-match-alist):
3719 Add "end" keyword (Bug#3061).
3720 (octave-end-as-array-index-p): New function.
3721 (calculate-octave-indent): Use it.
3722
3723 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3724
3725 * bookmark.el: Consistently put the text property on the bookmark name.
3726 (bookmark-bmenu-marks-width): Bump back to 2, to include
3727 annotation marks.
3728 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3729 property on the bookmark name, instead of not putting it at all.
3730 (bookmark-bmenu-list): Fix where we put the text property.
3731
3732 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3733
3734 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3735 for showing buffer modified state (as added in the previous change).
3736
3737 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3738
3739 * bookmark.el: Show modified state of bookmark buffer more accurately.
3740 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3741 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3742 (with-buffer-modified-unmodified): New macro.
3743 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3744 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
3745 Use new macro to preserve the buffer modified state.
3746
3747 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3748
3749 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3750 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3751 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3752 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3753 (bookmark-bmenu-rename, bookmark-bmenu-locate)
3754 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3755 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3756
3757 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3758
3759 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3760 Make the lines in the generated doc string shorter. (Bug#4668)
3761
3762 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
3763
3764 * net/rcirc.el: Add follow-link binding (Bug#4738).
3765
3766 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3767
3768 * Makefile.in (bzr-update): Rename from cvs-update.
3769 (cvs-update): New target for backward compatibility.
3770
3771 * makefile.w32-in (bzr-update): Rename from cvs-update.
3772 (cvs-update): New target for backward compatibility.
3773
3774 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3775
3776 * bookmark.el: Remove gratuitous gratitude.
3777
3778 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3779
3780 * bookmark.el (bookmark-bmenu-any-marks): New function
3781 (bookmark-bmenu-save): Clear buffer modification if no marks.
3782
3783 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3784
3785 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
3786 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3787 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3788 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3789
3790 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3791 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3792 To: emacs-devel {_AT_} gnu.org
3793 Subject: bookmark.el bug report
3794 Date: Mon, 28 Dec 2009 14:19:16 +0800
3795 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3796
3797 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3798
3799 * bookmark.el: Improvements suggested by Drew Adams:
3800 (bookmark-bmenu-ensure-position): New name for
3801 `bookmark-bmenu-check-position'. Just ensure the position,
3802 don't return any meaningful value.
3803 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3804 New constants.
3805
3806 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
3807
3808 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3809 (bookmark-yank-point, bookmark-bmenu-check-position):
3810 Fix typos in docstrings.
3811 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3812 (bookmark-name-from-full-record, bookmark-get-position)
3813 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3814 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3815 Remove useless quoting of parenthesis, etc. in docstrings.
3816
3817 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3818 (ediff-append-custom-diff): Fix typo in error message.
3819 (ediff-meta-mark-equal-files): Fix typos in messages.
3820
3821 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3822
3823 * net/imap-hash.el (imap-hash-make): Doc fix.
3824 (imap-hash-test): Fix typo in error message; reflow docstring.
3825 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3826 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3827 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3828 Fix typos in docstrings.
3829 (imap-hash-open-connection): Fix typo in error message.
3830
3831 * play/gomoku.el (gomoku): Fix typos in docstring.
3832
3833 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3834 (gdb-jsonify-buffer): Fix typos in docstring.
3835 (gdb-goto-breakpoint): Fix typo in error message.
3836 ("Display Other Windows"): Fix typo in help message.
3837 (gdb-speedbar-expand-node): Fix typo in question.
3838
3839 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3840 (idlwave-html-system-help-location, idlwave-html-help-location)
3841 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3842 (idlwave-help-browser-generic-args, idlwave-help-directory)
3843 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3844 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3845 (idlwave-online-help, idlwave-help-html-link)
3846 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3847 Fix typos in docstrings.
3848 (idlwave-help-with-source, idlwave-help-find-routine-definition):
3849 Reflow docstrings.
3850 (idlwave-help-assistant-start): Fix typo in error message.
3851
3852 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3853 (octave-electric-space): Fix typos in docstrings.
3854
3855 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3856
3857 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3858
3859 2010-01-01 Juri Linkov <juri@jurta.org>
3860
3861 * comint.el (comint-input-ring-size): Make it a defcustom and
3862 increase the default to 500 (Bug#5148).
3863
3864 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
3865
3866 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3867 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3868 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3869
3870 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
3871
3872 Show working revision correctly for mercurial.
3873 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
3874 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
3875
3876 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
3877
3878 Declare some functions for the byte-compiler.
3879 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3880 (speedbar-timer-fn, speedbar-change-expand-button-char)
3881 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3882
3883 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
3884
3885 This changeset reverts GDB Graphical Interface to use annotations.
3886 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3887
3888 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
3889
3890 Make vc-dir work on subdirectories of the bzr root.
3891 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
3892 Return file names relative to it.
3893 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3894 relative directory to vc-bzr-after-dir-status.
3895
3896 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
3897
3898 * font-lock.el (font-lock-refresh-defaults): New function, which
3899 can be used to let font-lock react to external changes in
3900 variables like font-lock-defaults and keywords.
3901 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3902
3903 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
3904
3905 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3906
3907 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3908
3909 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
3910
3911 Supersede color.diff settings in git log (bug#5211).
3912
3913 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3914 escape chars in its output when the user has color.diff set to `always'.
3915 This fix works on git 1.4.2 and newer (released on 2006-08-13).
3916
3917 2009-12-26 Kevin Ryde <user42@zip.com.au>
3918
3919 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3920 node. Keep previous "Index" name to work with past coreutils too.
3921
3922 * man.el (man): Revise docstring a bit to show -a and -l as
3923 examples. Add -k description since support for it has otherwise
3924 been a secret. (Further to bug#3717.)
3925 (Man-bgproc-sentinel): When "-k foo" produces no output show error
3926 "no matches" rather than "Can't find manpage", as the latter reads
3927 like -k was interpreted as a page name, which is not so. (Bug#5431)
3928
3929 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
3930
3931 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3932 switches. Check also for //SUBDIRED// line.
3933
3934 2009-12-25 Kenichi Handa <handa@m17n.org>
3935
3936 * language/indian.el (devanagari-composable-pattern): Fix to
3937 handle ZWNJ and ZWJ. Use it in composition-function-table for
3938 Devanagari.
3939 (malayalam-composable-pattern): Fix previous change.
3940
3941 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3942
3943 * ps-print.el (ps-face-attributes): It was not returning the
3944 attribute face for faces specified as string. Reported by harven
3945 <harven@free.fr>. (Bug#5254)
3946 (ps-print-version): New version 7.3.5.
3947
3948 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
3949
3950 * calendar/icalendar.el (icalendar--convert-tz-offset):
3951 Fix timezone names.
3952 (icalendar--convert-tz-offset): Fix the "last-day-problem".
3953 (icalendar--add-diary-entry): Remove the trailing blank that
3954 diary-make-entry inserts.
3955
3956 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
3957
3958 Make `file-expand-wildcards' work for remote files.
3959
3960 * files.el (file-expand-wildcards): In case of remote files, check
3961 only local file name part for wildcards. Provide feature 'files
3962 and subfeature 'remote-wildcards. (Bug#5198)
3963
3964 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3965 if there is already an established connection.
3966 (tramp-advice-file-expand-wildcards): Remove it.
3967
3968 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3969 (tramp-advice-file-expand-wildcards): Move from tramp.el.
3970 Activate advice for older GNU Emacs versions. (Bug#5237)
3971
3972 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
3973
3974 Some doc fixes (more needed).
3975
3976 * find-cmd.el (find-constituents): Reflow docstring.
3977 (find-cmd, find-prune, find-command): Fix typos in docstrings.
3978 (find-generic): Doc fix.
3979
3980 2009-12-17 Juri Linkov <juri@jurta.org>
3981
3982 Fix regression from 23.1 to allow multiple modes in Local Variables.
3983
3984 * files.el (hack-local-variables-filter): While ignoring duplicates,
3985 don't take `mode' into account.
3986 (hack-local-variables-filter, hack-dir-local-variables):
3987 Don't remove duplicate `mode' from local-variables-alist (like `eval').
3988
3989 2009-12-17 Juri Linkov <juri@jurta.org>
3990
3991 Make `dired-diff' more safe. (Bug#5225)
3992
3993 * dired-aux.el (dired-diff): Signal an error when `file' equals to
3994 `current' or when `file' is a directory of the `current' file.
3995
3996 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
3997
3998 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3999 unconditionally preloaded files.
4000
4001 2009-12-16 Juri Linkov <juri@jurta.org>
4002
4003 Revert to old 23.1 logic of using the file at the mark as default.
4004 * dired-aux.el (dired-diff): Use the file at the mark as default
4005 if it's not the same as the current file, and the target dir is
4006 the current dir or the mark is active. Add the current file
4007 as the arg of `dired-dwim-target-defaults'. Use the default file
4008 in the prompt. (Bug#5225)
4009
4010 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
4011
4012 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
4013 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
4014 (tramp-check-for-regexp): Check also, when an echoing shell stops
4015 to echo sent commands.
4016
4017 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4018
4019 * Makefile.in: Revert last change (Bug#5191).
4020
4021 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
4022
4023 * vc-hg.el (vc-hg-print-log): Fix argument order.
4024 (vc-hg-working-revision): Make sure the command is executed in a
4025 known environment so that we can parse the output. (Bug#4417)
4026
4027 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4028
4029 * progmodes/python.el (python-symbol-completions): Remove text
4030 properties from symbol string before calling python-send-receive.
4031
4032 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
4033
4034 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
4035 when there are values for both file and line. (Bug#5060)
4036
4037 2009-12-14 Juri Linkov <juri@jurta.org>
4038
4039 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
4040 whitespace after the file name of the first line of unified format,
4041 because git-diff doesn't output whitespace and file modification time
4042 after the file name.
4043
4044 2009-12-14 David Kastrup <dak@gnu.org>
4045
4046 * info.el (Info-hide-cookies-node): Before hiding a cookie,
4047 check if it already has the `display' property added by
4048 `Info-display-images-node', and not put the `invisible' property
4049 in this case.
4050
4051 2009-12-13 Glenn Morris <rgm@gnu.org>
4052
4053 * mail/emacsbug.el (message-sort-headers): Define for compiler.
4054 (report-emacs-bug): In message-mode, sort manually before storing
4055 original report text. (Bug#5178)
4056 Remove superfluous save-excursion.
4057
4058 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
4059
4060 * net/dbus.el (dbus-property-handler): Filter lambda forms out
4061 when responding to "GetAll" properties.
4062
4063 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
4064
4065 * simple.el (compose-mail): Remove mail-setup-with-from from
4066 customization checks.
4067
4068 2009-12-12 Eli Zaretskii <eliz@gnu.org>
4069
4070 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
4071 RAR archives created on Unix systems.
4072
4073 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4074
4075 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
4076 the varalias that was accidentally removed by the 2009-11-19 change
4077 (bug#5186).
4078
4079 2009-12-12 Kenichi Handa <handa@m17n.org>
4080
4081 * language/indian.el (indian-compose-regexp): New function.
4082 (malayalam-composable-pattern): Fix the pattern.
4083 (composition-function-table): Set malayalam-composable-pattern for
4084 Malayalam characters.
4085
4086 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
4087
4088 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
4089 rather than down-mouse-1, based on follow-link conventions.
4090
4091 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
4092 are compiled.
4093
4094 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
4095
4096 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
4097 (verilog-vmm-statement-re, verilog-ovm-statement-re)
4098 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
4099 (verilog-leap-to-head, verilog-backward-token):
4100 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
4101
4102 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
4103
4104 * progmodes/verilog-mode.el (verilog-auto-lineup)
4105 (verilog-nameable-item-re): Cleanup user-visible spelling and
4106 documentation errors. One reported by Gary Delp.
4107 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
4108 (verilog-read-decls): Fix AUTOWIRE with types declared in a
4109 package, bug195. Reported by Pierre-David Pfister.
4110
4111 2009-12-11 Glenn Morris <rgm@gnu.org>
4112
4113 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4114
4115 * mail/emacsbug.el: No longer require sendmail.
4116 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
4117 (report-emacs-bug-orig-text): Doc fix.
4118 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4119 New local variables, to adapt to different mail-user-agents.
4120 (report-emacs-bug): Fix test for a gnu.org address.
4121 Use overlays for emphasis, since font-lock defeats 'face property.
4122 Pretest bugs also end up at the newsgroup these days.
4123 Stop message-mode stripping text properties.
4124 Set and use the new buffer-local variables.
4125 (report-emacs-bug-hook): Add doc-string.
4126 Remove some unnecessary save-excursions and simplify.
4127 Use the appropriate hook and send-command.
4128
4129 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
4130 capitalization of some menu entries.
4131
4132 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4133
4134 * whitespace.el (whitespace-display-char-on):
4135 Ensure `buffer-display-table' is unique when two or more windows are
4136 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
4137 New version 12.1.
4138
4139 2009-12-10 Eli Zaretskii <eliz@gnu.org>
4140
4141 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4142 characters in the Attribute field.
4143
4144 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
4145
4146 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
4147
4148 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4149
4150 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4151 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4152 Disregard autoload-excludes.
4153 (update-directory-autoloads): Obey autoload-excludes here instead.
4154 But don't store its contents in no-autoloads and remove entries that
4155 refer to excludes files.
4156
4157 2009-12-10 Glenn Morris <rgm@gnu.org>
4158
4159 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4160 (expand-mail-aliases): Define for compiler.
4161
4162 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4163 Define for compiler.
4164
4165 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4166 appropriate for the mail-user-agent in use.
4167
4168 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
4169
4170 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4171
4172 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
4173
4174 Fix short log parsing and fontification.
4175 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4176 Fix fontification for the [merge] label.
4177
4178 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
4179
4180 Drop some properties to avoid surprises.
4181 * htmlfontify.el (hfy-ignored-properties): New defcustom.
4182 (hfy-fontify-buffer): Use it.
4183
4184 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
4185
4186 Minor cleanup.
4187 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4188 Adjust all callers.
4189 (ffap-locate-file): Remove unused arg `dir-ok' and make other
4190 args compulsory. Adjust callers.
4191 (ffap-gopher-at-point): Remove unused var `name'.
4192
4193 Get rid of the ELCFILES abomination.
4194 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4195 (compile-elcfiles): New phony target.
4196 (compile-main): Compute ELCFILES dynamically.
4197 (compile-clean): New target to remove left-over elc files.
4198 (compile, all): Use it.
4199
4200 2009-12-09 Kenichi Handa <handa@etlken>
4201
4202 * international/mule-diag.el: Require help-mode instead of help-fns.
4203
4204 2009-12-09 Kenichi Handa <handa@m17n.org>
4205
4206 * international/mule-cmds.el (ucs-names): Supply sufficiently
4207 fine ranges instead of pre-calculating accurate ranges.
4208 Iterate with bigger gc-cons-threshold.
4209
4210 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
4211
4212 Add support for stashing a snapshot of the current tree.
4213 * vc-git.el (vc-git-stash-snapshot): New function.
4214 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4215
4216 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
4217
4218 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4219 instead of `(beginning|end)-of-line'.
4220
4221 2009-12-08 Glenn Morris <rgm@gnu.org>
4222
4223 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4224
4225 * Makefile.in (ELCFILES): Regenerate.
4226
4227 2009-12-07 Juri Linkov <juri@jurta.org>
4228
4229 Don't lazy-highlight the comint output in history Isearch mode.
4230
4231 * comint.el (comint-history-isearch-search): Instead of
4232 `comint-line-beginning-position', use `comint-after-pmark-p'
4233 to check if point if before the process mark, and go to
4234 `process-mark' in this case.
4235
4236 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4237
4238 * textmodes/tex-mode.el (latex-complete)
4239 (latex-indent-or-complete): Remove.
4240 (latex-mode): Set completion-at-point-functions instead.
4241
4242 Provide a standard completion command and hook it into TAB.
4243 * minibuffer.el (completion-at-point-functions): New var.
4244 (completion-at-point): New command.
4245 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4246 * progmodes/python.el (python-mode-map): Use completion-at-point.
4247 (python-completion-at-point): Rename from python-partial-symbol and
4248 adjust for use in completion-at-point-functions.
4249 (python-mode): Setup completion-at-point for Python completion.
4250 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4251 extracted from lisp-complete-symbol.
4252 (lisp-complete-symbol): Use it.
4253 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4254 setup completion-at-point for Elisp completion.
4255 (emacs-lisp-mode-map, lisp-interaction-mode-map):
4256 Use completion-at-point.
4257 * ielm.el (ielm-map): Use completion-at-point.
4258 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4259 * progmodes/sym-comp.el: Move to...
4260 * obsolete/sym-comp.el: Move from progmodes.
4261
4262 2009-12-07 Eli Zaretskii <eliz@gnu.org>
4263
4264 Prevent save-buffer in Rmail buffers from using the coding-system
4265 of the current message, and from clobbering the encoding mnemonics
4266 in the mode line (Bug#4623).
4267
4268 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4269 flag, too.
4270 (rmail-message-encoding): New variable.
4271 (rmail-write-region-annotate): Record the encoding of the current
4272 message in rmail-message-encoding.
4273 (rmail-after-save-hook): New function, restores the encoding of
4274 the current message after the message collection is saved.
4275
4276 2009-12-07 Juri Linkov <juri@jurta.org>
4277
4278 * progmodes/grep.el (grep-read-files): Use `completing-read'
4279 instead of `read-string'. Set its `collection' arg to
4280 `read-file-name-internal'. (Bug#4301)
4281
4282 2009-12-07 Juri Linkov <juri@jurta.org>
4283
4284 Correctly restore original Isearch point. (Bug#4994)
4285
4286 * isearch.el (isearch-mode): Move `isearch-push-state' after
4287 `(run-hooks 'isearch-mode-hook)'.
4288 (isearch-cancel): When `isearch-push-state-function' is defined,
4289 let-bind `isearch-cmds' to the first state (the last element of
4290 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4291 function and restores the original point). Otherwise, move point
4292 to `isearch-opoint'.
4293
4294 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4295
4296 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4297 chars that don't have names, so the table can be built much faster at
4298 run-time.
4299
4300 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
4301
4302 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4303 change. Suggested by David Kastrup.
4304
4305 * simple.el (compose-mail): Check for incompatibilities and warn.
4306 (compose-mail-user-agent-warnings): New option.
4307
4308 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4309
4310 Support showing a single log entry from vc-annotate.
4311 * vc.el (print-log): Add a new argument: START-REVISION.
4312 (vc-print-log-internal): Add a new optional argument and
4313 pass it to the backend.
4314 (vc-print-log, vc-print-root-log): Adjust callers.
4315 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4316 buffer already displays the requested log entry, use it.
4317 Otherwise display only the log entry in question.
4318 * vc-svn.el (vc-svn-print-log):
4319 * vc-mtn.el (vc-mtn-print-log):
4320 * vc-hg.el (vc-hg-state):
4321 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4322 (vc-git-show-log-entry): Return t on success.
4323 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4324 (vc-bzr-show-log-entry): Return t on success.
4325 * vc-rcs.el (vc-rcs-print-log):
4326 * vc-sccs.el (vc-sccs-print-log):
4327 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4328
4329 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4330
4331 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4332 Add menus to the meta mode. (Bug#5043)
4333
4334 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
4335
4336 * ediff-init.el (ediff-event-key): Use event-to-character instead of
4337 event-key.
4338
4339 * ediff.el (ediff-buffers-internal): Add unwind-protect.
4340
4341 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
4342
4343 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
4344 Berbain <raphael.berbain@gmail.com>.
4345
4346 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
4347 characters.
4348 (tramp-initial-end-of-output): New defconst.
4349 (tramp-methods, tramp-find-shell)
4350 (tramp-open-connection-setup-interactive-shell)
4351 (tramp-maybe-open-connection): Use it.
4352 (tramp-shell-prompt-pattern, tramp-wait-for-output):
4353 Handle existence of `#' and `$'.
4354
4355 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
4356 Use `tramp-initial-end-of-output'.
4357
4358 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4359
4360 Get the background mode from the terminal for xterm, and set
4361 faces accordingly.
4362 * term/xterm.el (xterm-set-background-mode): New function.
4363 (terminal-init-xterm): Use it in case xterm supports background
4364 color queries. Recompute faces after getting the background
4365 color.
4366
4367 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
4368
4369 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4370 number comment back on its own line, for easier parsing.
4371
4372 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4373
4374 Make it work for non-file buffers (bug#5102).
4375 * doc-view.el (doc-view-current-cache-dir):
4376 Use doc-view-buffer-file-name rather than buffer-file-name.
4377 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4378
4379 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
4380
4381 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4382 author field is too short.
4383
4384 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
4385
4386 * vc-git.el (vc-git-print-log): Handle a limit argument.
4387 Display the short log in graph form and with labels.
4388 (vc-git-log-view-mode): Handle labels.
4389
4390 Make vc-revert change VC state from 'added to 'unregistered.
4391 * vc-git.el (vc-git-revert): Call git reset first.
4392
4393 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4394
4395 * net/newst-backend.el, net/newst-plainview.el:
4396 * net/newst-reader.el, net/newst-ticker.el:
4397 * net/newst-treeview.el, net/newsticker.el:
4398 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
4399
4400 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4401
4402 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4403
4404 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4405 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
4406 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4407 Update annotation regexp.
4408
4409 * simple.el (beginning-of-visual-line): Constrain to field
4410 boundaries (Bug#5106).
4411
4412 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4413
4414 * xml.el (xml-substitute-numeric-entities):
4415 Move newsticker--decode-numeric-entities in newst-backend.el to
4416 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4417 * net/newst-backend.el (newsticker--parse-generic-feed)
4418 (newsticker--parse-generic-items)
4419 (newsticker--decode-numeric-entities):
4420 Move newsticker--decode-numeric-entities in newst-backend.el to
4421 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4422
4423 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
4424
4425 * progmodes/js.el (js--js-not): Add null to the list of values.
4426
4427 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4428
4429 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4430
4431 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4432
4433 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4434 delimiter if it is at the end of the current line.
4435 (bibtex-generate-url-list): Fix docstring.
4436
4437 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4438
4439 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4440 minibuffer's content with itself.
4441 Fold the confirm-after-completion case into the `confirm' case.
4442 (completion-pcm-word-delimiters): Add : and / to the delimiters.
4443
4444 2009-12-06 Kevin Ryde <user42@zip.com.au>
4445
4446 * ffap.el (ffap-rfc-path): Make this a defcustom since
4447 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
4448
4449 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4450 manuals, similar to existing setup for help-mode. (Bug#3913.)
4451
4452 2009-12-05 Juri Linkov <juri@jurta.org>
4453
4454 Save and restore dired buffer's point positions too. (Bug#4880)
4455
4456 * dired.el (dired-save-positions): Return in the first element
4457 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4458 Doc fix.
4459 (dired-restore-positions): First restore buffer's position.
4460 While restoring window's positions, check if window still displays
4461 the original buffer.
4462
4463 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
4464
4465 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4466 if possible.
4467
4468 * shell.el (shell): Require ansi-color (Bug#5113).
4469
4470 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4471
4472 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4473
4474 2009-12-05 Alan Mackenzie <acm@muc.de>
4475
4476 * progmodes/cc-mode.el (c-before-hack-hook)
4477 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4478 `c-file-style' to work again. This reversion restores the current
4479 software to its state in Emacs 23.1. (Bug#4146)
4480
4481 2009-12-05 Kevin Ryde <user42@zip.com.au>
4482
4483 * textmodes/sgml-mode.el (sgml-lexical-context):
4484 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
4485
4486 2009-12-05 Juri Linkov <juri@jurta.org>
4487
4488 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4489 for virtual nodes. (Bug#4147)
4490 (Info-find-node-2): Set `Info-current-node-virtual' to nil
4491 when moving from a virtual node.
4492 (Info-mode-menu): Add `Info-virtual-index' to the menu.
4493 (Info-mode): Add `Info-virtual-index' to the docstring.
4494
4495 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4496
4497 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4498 track of the buffer position of the end of a BibTeX entry as this
4499 position may change during reformatting.
4500 (bibtex-format-entry): Remove whitespace before processing
4501 numerical fields so that we recognize the latter properly.
4502 (bibtex-reformat): Do not use push which changes the global value
4503 of bibtex-entry-format.
4504 (bibtex-field-braces-alist, bibtex-field-strings-alist)
4505 (bibtex-field-re-init): Replace only space characters by regexp
4506 for whitespace.
4507 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
4508 (bibtex-initialize): Also update bibtex-strings.
4509 (bibtex-kill-field): Preserve white space at end of entry.
4510 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4511 Update bibtex-reference-keys.
4512
4513 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4514
4515 * minibuffer.el (completion-pcm--merge-try): Also consider placing
4516 point after a star, if that's the only place where modifications can
4517 make progress.
4518
4519 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
4520
4521 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4522 in docstrings.
4523
4524 2009-12-04 Juri Linkov <juri@jurta.org>
4525
4526 * proced.el (proced): Call `(proced-update t)' to update process
4527 information instead of only running proced-post-display-hook.
4528 (proced-send-signal): Add a leading space to the buffer name
4529 " *Marked Processes*" to make this buffer ephemeral.
4530
4531 2009-12-04 Juri Linkov <juri@jurta.org>
4532
4533 * dired.el (dired-auto-revert-buffer): New defcustom.
4534 (dired-internal-noselect): Use it.
4535
4536 2009-12-04 Juri Linkov <juri@jurta.org>
4537
4538 Change roles of modes and functions in image-mode.el (Bug#5062).
4539
4540 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4541 in `auto-mode-alist'.
4542 (image-mode-previous-major-mode): New variable.
4543 (image-minor-mode-map): Rename from `image-mode-text-map'.
4544 (image-mode): Move graceful error-handling code from
4545 `image-minor-mode' to here. On errors call `image-mode-as-text'.
4546 (image-minor-mode): Remove all image-handling code.
4547 Replace `image-mode-text-map' with `image-minor-mode-map'.
4548 Check for `image-type' in mode-line format string.
4549 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4550 (image-mode-as-text): New function with most code from
4551 `image-mode-maybe'.
4552 (image-toggle-display-text): Move code that removes image
4553 properties from `image-toggle-display' to here.
4554 (image-toggle-display-image): New function with code that adds
4555 image properties copied from `image-toggle-display'.
4556 (image-toggle-display): Remove most code with leaving only code
4557 that toggles between `image-mode-as-text' and `image-mode'.
4558
4559 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
4560
4561 * net/newst-treeview.el
4562 (newsticker--treeview-list-highlight-start): Restored call to
4563 save-excursion: Selected item was stuck.
4564 (newsticker--treeview-list-select): New.
4565 (newsticker--treeview-item-show-text)
4566 (newsticker--treeview-item-show)
4567 (newsticker--treeview-item-update): Use new
4568 newsticker-treeview-item-mode.
4569 (newsticker-treeview-update): Keep current item.
4570 (newsticker-treeview-next-new-or-immortal-item): Doc change.
4571 (newsticker--treeview-first-feed): Doc change.
4572 (newsticker-treeview-list-menu)
4573 (newsticker-treeview-item-menu): Add menu entries.
4574 (newsticker-treeview-item-mode): New.
4575
4576 * net/newst-backend.el (newsticker-customize): Delete other
4577 windows.
4578
4579 2009-12-04 Sam Steingold <sds@gnu.org>
4580
4581 * log-view.el (log-view-mode-map): "q" calls quit-window,
4582 like in all the other non-self-insert buffers.
4583
4584 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4585
4586 Minor cleanup.
4587 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4588 key decoding rather than do it manually via last-input-event +
4589 ascii-character.
4590 (term-exec): Use delete-and-extract-region.
4591 (term-handle-ansi-terminal-messages): Remove unused var `end'.
4592 (term-process-pager): Remove unused var `i'.
4593 (term-dynamic-simple-complete): Make obsolete.
4594 (serial-update-config-menu): Remove unused vars `y' and `str'.
4595 (term-update-mode-line): Remove unused var `temp'.
4596
4597 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4598
4599 Limit the number of log entries displayed by default.
4600 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4601 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4602 using a prefix argument.
4603
4604 2009-12-03 Glenn Morris <rgm@gnu.org>
4605
4606 * progmodes/idlwave.el (class): Restore still useful declaration.
4607
4608 2009-12-03 Alan Mackenzie <acm@muc.de>
4609
4610 Enhance `c-parse-state' to run efficiently in "brace deserts".
4611
4612 * progmodes/cc-mode.el (c-basic-common-init):
4613 Call c-state-cache-init.
4614 (c-neutralize-syntax-in-and-mark-CPP): Rename from
4615 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
4616 placing `category' properties value 'c-cpp-delimiter at its boundaries.
4617
4618 * progmodes/cc-langs.el (c-before-font-lock-function):
4619 c-extend-and-neutralize-syntax-in-CPP has been renamed
4620 c-neutralize-syntax-in-and-mark-CPP.
4621
4622 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4623 with `category' properties now, not `syntax-table' ones.
4624
4625 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4626 enhanced (but slower) version of c-end-of-macro that won't land
4627 inside a literal or on another awkward character.
4628 (c-state-cache-too-far, c-state-cache-start)
4629 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4630 (c-state-nonlit-pos-cache-limit, c-state-point-min)
4631 (c-state-point-min-lit-type, c-state-point-min-lit-start)
4632 (c-state-min-scan-pos, c-state-brace-pair-desert)
4633 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4634 buffer local variables.
4635 (c-state-literal-at, c-state-lit-beg)
4636 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4637 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4638 (c-state-cache-top-paren, c-state-cache-after-top-paren)
4639 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4640 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4641 (c-renarrow-state-cache)
4642 (c-append-lower-brace-pair-to-state-cache)
4643 (c-state-push-any-brace-pair, c-append-to-state-cache)
4644 (c-remove-stale-state-cache)
4645 (c-remove-stale-state-cache-backwards, c-state-cache-init)
4646 (c-invalidate-state-cache-1, c-parse-state-1)
4647 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
4648 (c-parse-state): Enhance and refactor.
4649 (c-debug-parse-state): Amend to deal with all the new variables.
4650
4651 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4652 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
4653 modify to use category text properties rather than syntax-table ones.
4654 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
4655 to switch off/on the syntactic paren property of C++ template
4656 delimiters using the category property.
4657 (c-with-<->-as-parens-suppressed): Macro to invoke code with
4658 template delims suppressed.
4659 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4660 New constant/macros which apply category properties to the start
4661 and end of preprocessor constructs.
4662 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
4663 "comment out" the syntactic value of characters in preprocessor
4664 constructs.
4665 (c-with-cpps-commented-out)
4666 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4667 with characters in all or all but one preprocessor constructs
4668 "commented out".
4669
4670 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4671
4672 * proced.el (proced-filter-alist): Use regexp-quote.
4673
4674 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
4675
4676 Cleanup.
4677 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4678 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
4679 arguments. Expand `default-directory'.
4680
4681 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4682 the benefit of returning an expanded localname.
4683 (tramp-tramp-file-p): Handle the case NAME is not a string.
4684
4685 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4686
4687 Add support for bzr shelve/unshelve.
4688 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4689 (vc-bzr-extra-menu-map): New variables.
4690 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4691 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4692 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4693 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4694 (vc-bzr-dir-extra-headers): Display shelves.
4695
4696 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4697
4698 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4699
4700 * textmodes/bibtex.el (bibtex-complete-internal):
4701 Use completion-in-region.
4702 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4703
4704 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4705
4706 Support applying stashes. Improve UI.
4707 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4708 (vc-git-stash-apply, vc-git-stash-pop)
4709 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4710 (vc-git-stash-menu): New functions.
4711 (vc-git-stash-menu-map): New variable.
4712 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4713
4714 2009-12-03 Glenn Morris <rgm@gnu.org>
4715
4716 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4717 (vc-print-log-internal): Fix previous change.
4718 (vc-revert): Correct pluralization.
4719
4720 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4721
4722 * progmodes/make-mode.el (makefile-special-targets-list): No need for
4723 it to be an alist any more.
4724 (makefile-complete): Use completion-in-region.
4725
4726 * progmodes/octave-mod.el (octave-complete-symbol):
4727 Use completion-in-region.
4728
4729 Misc cleanup.
4730 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4731 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4732 (idlwave-complete-class): Don't quote lambda.
4733 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4734 (idlwave-mode-map): Move initialization into declaration.
4735 (idlwave-action-and-binding): Use backquotes.
4736 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4737 Simplify.
4738 (idlwave-is-pointer-dereference): Remove unused var `pos'.
4739 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4740 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4741 `parts', and `all-parts'.
4742 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4743 (idlwave-convert-xml-system-routine-info): Remove unused string
4744 `version-string'.
4745 (idlwave-display-user-catalog-widget): Use dolist.
4746 (idlwave-scanning-lib): Declare dynamically-scoped var.
4747 (idlwave-scan-library-catalogs): Remove unused var `flags'.
4748 (completion-highlight-first-word-only): Declare to silence bytecomp.
4749 (idlwave-popup-select): Tighten scope of `resp'.
4750 (idlwave-find-struct-tag): Remove unused var `beg'.
4751 (idlwave-after-load-rinfo-hook): Declare.
4752 (idlwave-sintern-class-info): Remove unused var `taglist'.
4753 (idlwave-find-class-definition): Remove unused var `list'.
4754 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4755 (idlwave-what-module-find-class): Remove unused var `classes'.
4756
4757 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
4758
4759 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4760
4761 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4762
4763 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4764 buffers visited. Remove redundant current-buffer-saving.
4765
4766 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4767
4768 Use completion-in-buffer and remove uses of dynamic scoping.
4769 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4770 (pascal-buffer-to-use, pascal-flag): Don't declare.
4771 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4772 (pascal-get-completion-decl, pascal-keyword-completion):
4773 Add `pascal-str' argument, save-excursion,
4774 return the found completions, and don't filter with pascal-pred.
4775 (pascal-completion-cache): New var.
4776 (pascal-completion): Don't switch buffer any more (it was never
4777 necessary). Don't save-excursion any more (it's done by the called
4778 subroutines). Use a cache to avoid redundant computations.
4779 Use complete-with-action rather than pascal-completion-response and
4780 let it apply the predicate as well.
4781 (pascal-complete-word): Use completion-in-buffer when
4782 pascal-toggle-completions is nil.
4783 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4784 not used any more.
4785 (pascal-comp-defun): Don't change buffer any more.
4786 Use complete-with-action rather than pascal-completion-response and
4787 let it apply the predicate as well.
4788 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4789 when neded.
4790
4791 2009-12-02 Kenichi Handa <handa@m17n.org>
4792
4793 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4794 shape for all Indic scripts.
4795
4796 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4797
4798 Use completion-in-buffer.
4799 * wid-edit.el (widget-field-text-end): New function.
4800 (widget-field-value-get): Use it.
4801 (widget-string-complete, widget-file-complete)
4802 (widget-color-complete): Use it and completion-in-region.
4803 (widget-complete): Don't narrow the buffer.
4804
4805 2009-12-02 Glenn Morris <rgm@gnu.org>
4806
4807 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
4808 (rmail-select-summary): Use rmail-pop-to-buffer.
4809 * mail/rmailsum.el: Replace all pop-to-buffer calls with
4810 rmail-pop-to-buffer, to prevent horizontal splits.
4811
4812 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4813 save-excursion with save-current-buffer.
4814 Widen before searching. (Bug#5093)
4815 (diary-list-sexp-entries): Remove superfluous save-excursion.
4816
4817 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
4818
4819 * woman.el (woman-make-bufname): Handle man-pages with "." in the
4820 name. (Bug#5038)
4821
4822 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
4823
4824 * ido.el (ido-file-internal): Handle filenames at point that do
4825 not have a directory part. (Bug#5049)
4826
4827 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
4828
4829 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4830 (mpc-songs-jump-to, mpc-resume): Doc fixes.
4831
4832 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
4833
4834 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4835 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4836 any more.
4837
4838 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4839
4840 * comint.el (comint-insert-input): Ignore clicks to the right of
4841 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4842
4843 * vc.el (vc-print-log-internal): Don't wait for the process to
4844 terminate before setting up the major mode.
4845
4846 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4847 in case.
4848
4849 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4850 the last element.
4851
4852 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4853
4854 2009-12-01 Glenn Morris <rgm@gnu.org>
4855
4856 * window.el (window--display-buffer-2): Fix previous changes.
4857
4858 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
4859
4860 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4861
4862 2009-12-01 Glenn Morris <rgm@gnu.org>
4863
4864 * Makefile.in (ELCFILES): Add mpc.elc.
4865
4866 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4867
4868 * mpc.el: New file.
4869
4870 2009-12-01 Glenn Morris <rgm@gnu.org>
4871
4872 * window.el (window-to-use): Define for compiler.
4873
4874 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4875 consistent with others (no final period).
4876
4877 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4878 (rmail-mime-show): Downcase the encoding. (Bug#5070)
4879
4880 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
4881
4882 Make vc-print-log buttons work.
4883 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4884
4885 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
4886
4887 * savehist.el (savehist-autosave-interval): Allow setting to nil
4888 through customize. (Bug#5056)
4889
4890 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
4891
4892 Fix references to jit-lock properties.
4893 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4894 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4895 (perl-font-lock-special-syntactic-constructs):
4896 Quote jit-lock-defer-multiline property.
4897
4898 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
4899
4900 * vc-git.el (vc-git-registered): Call vc-git-root only once.
4901
4902 2009-11-30 Juri Linkov <juri@jurta.org>
4903
4904 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4905 value `buffer' of `multi-isearch-next-buffer-current-function'.
4906 Use `(current-buffer)' when `buffer' is nil.
4907 (multi-isearch-next-buffer-from-list): Don't fallback to
4908 `(current-buffer)' when `buffer' is nil. (Bug#4947)
4909
4910 2009-11-30 Juri Linkov <juri@jurta.org>
4911
4912 * misearch.el (multi-isearch-read-buffers): Move canonicalization
4913 of buffers with `get-buffer' to `multi-isearch-buffers'.
4914 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4915 Canonicalize BUFFERS with `get-buffer'. Doc fix.
4916 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4917 FILES with `expand-file-name' converting relative file names
4918 to absolute. Doc fix. (Bug#4727)
4919
4920 2009-11-30 Juri Linkov <juri@jurta.org>
4921
4922 * misearch.el (multi-isearch-read-buffers)
4923 (multi-isearch-read-matching-buffers): New functions.
4924 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4925 Use them in the `interactive' spec. Doc fix.
4926 (multi-isearch-read-files, multi-isearch-read-matching-files):
4927 New functions.
4928 (multi-isearch-files, multi-isearch-files-regexp):
4929 Use them in the `interactive' spec. Doc fix. (Bug#4725)
4930
4931 2009-11-30 Juri Linkov <juri@jurta.org>
4932
4933 * doc-view.el (doc-view-continuous):
4934 Rename from `doc-view-continuous-mode'.
4935 (doc-view-menu): Move "Toggle display" to the top.
4936 Add submenu "Continuous" with radio buttons "Off"/"On"
4937 and "Save as Default".
4938 (doc-view-scroll-up-or-next-page)
4939 (doc-view-scroll-down-or-previous-page)
4940 (doc-view-next-line-or-next-page)
4941 (doc-view-previous-line-or-previous-page):
4942 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
4943
4944 2009-11-30 Juri Linkov <juri@jurta.org>
4945
4946 * comint.el (comint-mode-map): Rebind `M-r' from
4947 `comint-previous-matching-input' to
4948 `comint-history-isearch-backward-regexp'.
4949 Unbind `M-s' to allow global key binding `M-s'.
4950 Add menu items for `comint-history-isearch-backward' and
4951 `comint-history-isearch-backward-regexp'. (Bug#3746)
4952
4953 2009-11-30 Juri Linkov <juri@jurta.org>
4954
4955 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4956 For def=recenter, replace `recenter' with `recenter-top-bottom'
4957 that is called with `this-command' and `last-command' let-bound
4958 to `recenter-top-bottom'. When the last `def' was not `recenter',
4959 set `recenter-last-op' to nil. (Bug#4981)
4960
4961 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4962
4963 Minor cleanup and simplification.
4964 * filecache.el (file-cache-add-directory)
4965 (file-cache-add-directory-recursively)
4966 (file-cache-add-from-file-cache-buffer)
4967 (file-cache-delete-file-regexp, file-cache-delete-directory)
4968 (file-cache-files-matching-internal, file-cache-display): Use dolist.
4969 (file-cache-temp-minibuffer-message): Delete function.
4970 (file-cache-minibuffer-complete): Use minibuffer-message instead.
4971
4972 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4973 Don't signal an error when bumping into EOB in tr, s, or y.
4974
4975 2009-11-29 Juri Linkov <juri@jurta.org>
4976
4977 * startup.el (fancy-about-text): Fix wording of Guided Tour.
4978 (Bug#4960)
4979
4980 * descr-text.el (describe-char-unidata-list): Use lowercase name
4981 for "Unicode name" like in other tags.
4982
4983 2009-11-29 Juri Linkov <juri@jurta.org>
4984
4985 * ediff-util.el (ediff-minibuffer-with-setup-hook):
4986 New compatibility macro.
4987 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4988
4989 2009-11-29 Juri Linkov <juri@jurta.org>
4990
4991 Add defcustom to define the cycling order of `recenter-top-bottom'.
4992 (Bug#4981)
4993
4994 * window.el (recenter-last-op): Doc fix.
4995 (recenter-positions): New defcustom.
4996 (recenter-top-bottom): Rewrite to use `recenter-positions'.
4997 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4998
4999 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
5000
5001 Improve integration of Tramp and ange-ftp in eshell.
5002
5003 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
5004 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
5005 (eshell/sudo): Flatten args. Let-bind `default-directory'.
5006
5007 * eshell/esh-util.el (top): Require also Tramp when compiling.
5008 (eshell-directory-files-and-attributes): Check for FTP remote
5009 connection.
5010 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
5011 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
5012 (eshell-file-attributes): Handle ".". Return `entry'.
5013
5014 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
5015 (ange-ftp-directory-files-and-attributes)
5016 (ange-ftp-real-directory-files-and-attributes): New defuns.
5017
5018 * net/tramp.el (tramp-maybe-open-connection): Open the remote
5019 shell with "exec" when possible. This prevents trailing prompts
5020 in `start-file-process'.
5021
5022 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5023
5024 Try and remove assumptions about point-min==1.
5025 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
5026 (rng-compute-mode-line-string): Show the validation percentage in
5027 terms of the narrowed text, not the widened text.
5028 (rng-do-some-validation): Don't catch internal errors when debugging.
5029 (rng-first-error): Simplify.
5030 (rng-after-change-function): Remove work around. AFAIK the bug has
5031 been fixed a while ago.
5032
5033 * image-mode.el (image-minor-mode): Exit more gracefully when the image
5034 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
5035
5036 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
5037
5038 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
5039 `cd' doesn't always do it for us (bug#5067).
5040
5041 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
5042 on 2009-10-25 as part of some other change (bug#5067).
5043
5044 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5045
5046 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5047 `suspicious'.
5048 (byte-compile-warnings): Use byte-compile-warning-types.
5049 (byte-compile-save-excursion): Warn about use of set-buffer right
5050 after save-excursion.
5051
5052 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
5053 the excursion as well.
5054
5055 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
5056
5057 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
5058 providing a Tramp related implementation of "su" and "sudo".
5059 (eshell-unix-initialize): Add "su" and "sudo".
5060
5061 2009-11-27 Daiki Ueno <ueno@unixuser.org>
5062
5063 * net/socks.el (socks-send-command): Convert binary request to
5064 unibyte before sending. This fixes mishandling of some port
5065 numbers such as 129.
5066
5067 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5068
5069 * help.el (describe-bindings-internal): Remove `interactive'.
5070
5071 * man.el (Man-completion-table): Trim a terminating "(".
5072 Remove the space between name page a section.
5073 Add the command's description on the `help-echo' property.
5074 Remove `process-connection-type' binding since it's unused by
5075 call-process.
5076 Provide completion for the "<section> <name>" format as well.
5077 (Man-default-man-entry): Remove spurious var shadowing the argument.
5078
5079 2009-11-26 Kevin Ryde <user42@zip.com.au>
5080
5081 * log-view.el: Add "Keywords: tools", since its other keywords
5082 aren't in finder-known-keywords, and following vc.el.
5083
5084 * sha1.el (sha1-string-external): default-directory "/" in case
5085 otherwise non-existent. process-connection-type pipe for touch of
5086 efficiency recommended by elisp manual. (An aside in Bug#3911.)
5087
5088 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5089
5090 Misc coding convention cleanups.
5091 * htmlfontify.el (hfy-init-kludge-hook): Rename from
5092 hfy-init-kludge-hooks.
5093 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
5094 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
5095 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
5096 and push.
5097 (hfy-slant, hfy-weight): Use tables rather than code.
5098 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
5099 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
5100 (hfy-face-attr-for-class): Initialize `face-spec' directly.
5101 (hfy-face-to-css): Remove `nconc' with single arg.
5102 (hfy-p-to-face-lennart): Use `or'.
5103 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
5104 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
5105 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
5106 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
5107 (hfy-force-fontification): Use run-hooks.
5108
5109 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
5110
5111 Various minor fixes.
5112 * htmlfontify.el (hfy-default-header): Add toggle_invis since
5113 Javascript belongs in the header, not the body.
5114 (hfy-javascript): Remove.
5115 (hfy-fontify-buffer): Don't insert it any more.
5116 (hfy-face-at): Handle (face0 face1 face2) style face properties.
5117 Fix bug in invis handling when there were no invis props in a chunk.
5118
5119 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5120
5121 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
5122
5123 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
5124
5125 * finder.el (finder-mode-map): Add a menu.
5126
5127 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
5128
5129 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
5130 "unsigned" structs.
5131
5132 (verilog-leap-to-head, verilog-backward-token): Handle "disable
5133 fork" statement better.
5134
5135 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
5136
5137 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5138 (verilog-delete-auto, verilog-delete-empty-auto-pair)
5139 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5140 Reported by Clay Douglass.
5141
5142 (verilog-auto-inst, verilog-auto-star-safe)
5143 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
5144 Fix removing "// Interfaces" when saving .* expansions.
5145 Reported by Pierre-David Pfister.
5146
5147 2009-11-26 Glenn Morris <rgm@gnu.org>
5148
5149 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5150 the scope.
5151
5152 2009-11-25 Johan Bockgård <bojohan@gnu.org>
5153
5154 * vc-annotate.el (vc-annotate-revision-previous-to-line):
5155 Really use previous revision.
5156
5157 2009-11-25 Kevin Ryde <user42@zip.com.au>
5158
5159 * man.el (Man-completion-table): default-directory "/" in case
5160 doesn't otherwise exist. process-environment COLUMNS=999 so as
5161 not to truncate long names. process-connection-type pipe to avoid
5162 any chance of hitting the pseudo-tty TIOCGWINSZ.
5163 (man): completion-ignore-case t for friendliness and since man
5164 itself is case-insensitive on the command line.
5165 Further to Bug#3717.
5166
5167 * arc-mode.el: Add "Keywords: files", so the details in its
5168 commentary can be reached from finder-by-keyword.
5169 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
5170 editing mode, but it's comms related and sgml-mode.el has "comm"
5171 on that basis too.
5172 * textmodes/bibtex-style.el: Add "Keywords: tex".
5173 * international/isearch-x.el, international/ja-dic-cnv.el:
5174 * international/ja-dic-utl.el, international/kkc.el:
5175 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
5176
5177 2009-11-25 Juri Linkov <juri@jurta.org>
5178
5179 * man.el (Man-completion-table): Modify regexp to include
5180 section names to completion strings. (Bug#3717)
5181
5182 2009-11-25 Juri Linkov <juri@jurta.org>
5183
5184 Search recursively in gzipped files. (Bug#4982)
5185
5186 * progmodes/grep.el (grep-highlight-matches): Add new options
5187 `always' and `auto'. Doc fix.
5188 (grep-process-setup): Check `grep-highlight-matches' for
5189 `auto-detect' to determine the need to compute grep defaults.
5190 Move Windows/DOS specific --colors settings handling
5191 to `grep-compute-defaults'. Check `grep-highlight-matches'
5192 to get the value of "--color=".
5193 (grep-compute-defaults): Compute `grep-highlight-matches' when it
5194 has the value `auto-detect'. Move Windows/DOS specific settings
5195 from `grep-process-setup'.
5196 (zrgrep): New command with alias `rzgrep'.
5197
5198 2009-11-25 Juri Linkov <juri@jurta.org>
5199
5200 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5201 to nil instead of switching off view-mode. (Bug#4896)
5202
5203 2009-11-25 Juri Linkov <juri@jurta.org>
5204
5205 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
5206
5207 * mwheel.el (mwheel-scroll-up-function)
5208 (mwheel-scroll-down-function): New defvars.
5209 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5210 `scroll-up', and `mwheel-scroll-down-function' instead of
5211 `scroll-down'.
5212
5213 * doc-view.el (doc-view-scroll-up-or-next-page)
5214 (doc-view-scroll-down-or-previous-page): Add optional ARG.
5215 Use this ARG in the call to image-scroll-up/image-scroll-down.
5216 Change `interactive' spec to "P". Goto next/previous page only
5217 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5218 SPC/DEL case). Doc fix.
5219 (doc-view-next-line-or-next-page)
5220 (doc-view-previous-line-or-previous-page): Rename arg to ARG
5221 for consistency.
5222 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5223 `doc-view-scroll-up-or-next-page', and buffer-local
5224 `mwheel-scroll-down-function' to
5225 `doc-view-scroll-down-or-previous-page'.
5226
5227 2009-11-25 Juri Linkov <juri@jurta.org>
5228
5229 Provide additional default values (directories at other Dired
5230 windows) via M-n in the minibuffer of some Dired commands.
5231
5232 * dired-aux.el (dired-diff, dired-compare-directories)
5233 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5234 `minibuffer-default' in `minibuffer-with-setup-hook'.
5235 (dired-dwim-target-directory): Find a window that displays Dired
5236 buffer instead of failing when the next window is not Dired.
5237 Use `get-window-with-predicate' to find for the next Dired window.
5238 (dired-dwim-target-defaults): New function.
5239
5240 * ediff-util.el (ediff-read-file-name):
5241 Use `dired-dwim-target-defaults' to set `minibuffer-default'
5242 in `minibuffer-with-setup-hook'.
5243
5244 2009-11-25 Juri Linkov <juri@jurta.org>
5245
5246 Provide additional default values (file name at point or at the
5247 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
5248
5249 * minibuffer.el (read-file-name-defaults): New function.
5250 (read-file-name): Reset `minibuffer-default' to nil when
5251 it duplicates initial input `insdef'.
5252 Bind `minibuffer-default-add-function' to lambda that
5253 calls `read-file-name-defaults' in `minibuffer-selected-window'.
5254 (minibuffer-insert-file-name-at-point): New command.
5255
5256 * files.el (file-name-at-point-functions): New defcustom.
5257 (find-file-default): Remove defvar.
5258 (find-file-read-args): Don't use `find-file-default'.
5259 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5260 to `read-file-name'.
5261 (find-file-literally): Use `read-file-name' with
5262 `confirm-nonexistent-file-or-buffer'.
5263
5264 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5265
5266 * dired.el (dired-read-dir-and-switches):
5267 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5268 to `read-file-name'.
5269 (dired-file-name-at-point): New function.
5270 (dired-mode): Add hook `dired-file-name-at-point' to
5271 `file-name-at-point-functions'.
5272
5273 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5274
5275 Really make the *Completions* window soft-dedicated (bug#5030).
5276 * window.el (window--display-buffer-2): Add `dedicated' argument.
5277 (display-buffer): Pass it when needed so the dedicated flag is set
5278 after calling set-window-buffer, which would otherwise reset it.
5279
5280 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5281
5282 * progmodes/meta-mode.el (meta-complete-symbol):
5283 * progmodes/etags.el (complete-tag):
5284 * mail/mailabbrev.el (mail-abbrev-complete-alias):
5285 Use completion-in-region.
5286
5287 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5288 (dabbrev-completion): Use completion-in-region.
5289 (dabbrev--abbrev-at-point): Simplify regexp.
5290
5291 * abbrev.el (abbrev--before-point): Use word-motion functions
5292 if :regexp is not specified (bug#5031).
5293
5294 * subr.el (string-prefix-p): New function.
5295
5296 * man.el (Man-completion-cache): New var.
5297 (Man-completion-table): Use it.
5298
5299 * vc.el (vc-print-log-internal): Make `limit' optional for better
5300 compatibility (e.g. with vc-annotate.el).
5301
5302 2009-11-24 Kevin Ryde <user42@zip.com.au>
5303
5304 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5305 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
5306
5307 * emacs-lisp/elint.el (elint-add-required-env): Better error message
5308 when .el source file not found or other error.
5309
5310 2009-11-24 Markus Triska <markus.triska@gmx.at>
5311
5312 * linum.el (linum-update-window): Ignore intangible (bug#4996).
5313
5314 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5315
5316 Handle the [back] button properly (bug#4979).
5317 * descr-text.el (describe-text-properties): Add a `buffer' argument.
5318 Use help-setup-xref, help-buffer, and with-help-window.
5319 (describe-char): Add `buffer' argument.
5320 Pass proper command to help-setup-xref. Don't meddle with
5321 help-xref-stack-item directly.
5322 (describe-text-category): Use with-help-window and help-buffer.
5323
5324 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5325 for the displayed buffer (bug#4887).
5326
5327 * man.el (Man-completion-table): New function.
5328 (man): Use it.
5329
5330 2009-11-24 David Reitter <david.reitter@gmail.com>
5331
5332 * vc-git.el (vc-git-registered): Use checkout directory (where
5333 .git is) rather than the file's directory and a relative path spec
5334 to work around a bug in git.
5335
5336 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
5337
5338 Improve handling of processes on remote hosts.
5339
5340 * eshell/esh-util.el (eshell-path-env): New defvar.
5341 (eshell-parse-colon-path): New defun.
5342 (eshell-file-attributes): Use `eshell-parse-colon-path'.
5343
5344 * eshell/esh-ext.el (eshell-search-path):
5345 Use `eshell-parse-colon-path'.
5346 (eshell-remote-command): Remove argument HANDLER.
5347 (eshell-external-command): Check for FTP remote connection.
5348
5349 * eshell/esh-proc.el (eshell-gather-process-output):
5350 Use `file-truename', in order to start also symlinked files.
5351 Apply `start-file-process' instead of `start-process'.
5352 Shorten `command' to the local file name part.
5353
5354 * eshell/em-cmpl.el (eshell-complete-commands-list):
5355 Use `eshell-parse-colon-path'.
5356
5357 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5358
5359 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
5360 to `eshell-directory-change-hook'.
5361
5362 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
5363
5364 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5365 because it could be enabled automatically if view-read-only is non-nil.
5366
5367 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
5368
5369 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5370 made on 2009-11-22.
5371
5372 2009-11-24 Glenn Morris <rgm@gnu.org>
5373
5374 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5375 deleted variable bookmark-bmenu-bookmark-column.
5376
5377 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5378
5379 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5380
5381 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
5382
5383 * net/browse-url.el (browse-url-filename-alist): On Windows, add
5384 two slashes to the "file:" prefix.
5385 (browse-url-file-url): De-munge Cygwin filenames before passing
5386 them to Windows browser.
5387 (browse-url-default-windows-browser): Use call-process.
5388
5389 2009-11-23 Juri Linkov <juri@jurta.org>
5390
5391 Implement DocView Continuous mode. (Bug#4896)
5392 * doc-view.el (doc-view-continuous-mode): New defcustom.
5393 (doc-view-mode-map): Bind C-n/<down> to
5394 `doc-view-next-line-or-next-page', C-p/<up> to
5395 `doc-view-previous-line-or-previous-page'.
5396 (doc-view-next-line-or-next-page)
5397 (doc-view-previous-line-or-previous-page): New commands.
5398
5399 2009-11-23 Juri Linkov <juri@jurta.org>
5400
5401 Implement Isearch in comint input history. (Bug#3746)
5402 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5403 `isearch-mode-hook'.
5404 (comint-history-isearch): New defcustom.
5405 (comint-history-isearch-backward)
5406 (comint-history-isearch-backward-regexp): New commands.
5407 (comint-history-isearch-message-overlay): New buffer-local variable.
5408 (comint-history-isearch-setup, comint-history-isearch-end)
5409 (comint-goto-input, comint-history-isearch-search)
5410 (comint-history-isearch-message, comint-history-isearch-wrap)
5411 (comint-history-isearch-push-state)
5412 (comint-history-isearch-pop-state): New functions.
5413
5414 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
5415
5416 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5417 return.
5418 (tramp-handle-make-symbolic-link)
5419 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5420 Quote file names.
5421 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5422 (tramp-handle-process-file): Use it.
5423
5424 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5425
5426 * window.el (move-to-window-line-last-op): Remove.
5427 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5428
5429 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5430
5431 Make M-r mirror the new cycling behavior of C-l.
5432 * window.el (move-to-window-line-last-op): New var.
5433 (move-to-window-line-top-bottom): New command.
5434 (global-map): Bind M-r move-to-window-line-top-bottom.
5435
5436 2009-11-23 Sven Joachim <svenjoac@gmx.de>
5437
5438 * dired-x.el (dired-guess-shell-alist-default):
5439 Support xz format. (Bug#4953)
5440
5441 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
5442
5443 * emulation/viper-cmd.el: Use viper-last-command-char instead of
5444 last-command-char/last-command-event.
5445 (viper-prefix-arg-value): Do correct conversion of event-char for
5446 XEmacs.
5447
5448 * emulation/viper-util.el, emulation/viper.el:
5449 Use viper-last-command-char instead of
5450 last-command-char/last-command-event.
5451
5452 * ediff-init.el, ediff-mult.el, ediff-util.el:
5453 Replace last-command-char and last-command-event
5454 with (ediff-last-command-char) everywhere.
5455
5456 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5457 created in fundamental mode.
5458
5459 * ediff.el (ediff-version): Revert the change of interactive-p to
5460 called-interactively-p.
5461
5462 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
5463
5464 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5465 generation from word-movement command names.
5466
5467 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5468
5469 * cus-start.el (all): Add native condition for font-use-system-font.
5470
5471 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
5472
5473 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5474 Correct the patch from 2009-11-18. (Bug#3910)
5475
5476 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
5477
5478 * progmodes/subword.el: Rename from lisp/subword.el.
5479
5480 * subword.el: Rename to progmodes/subword.el.
5481
5482 * Makefile.in (ELCFILES): Adapt to subword.el move.
5483
5484 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5485 Stefan Monnier <monnier@iro.umontreal.ca>
5486
5487 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5488 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5489 (bookmark-bmenu-show-filenames): Use push.
5490 (bookmark-bmenu-hide-filenames): Use local var instead of
5491 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
5492 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5493 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5494 filenames now that the bookmark names are always available.
5495
5496 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5497
5498 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5499 (bookmark-search-pattern): Move and leave unbound.
5500 (bookmark-bmenu-mode-map): Change binding.
5501 (bookmark-read-search-input): Simplify.
5502 Don't use text-char-description. Don't error on non-char events.
5503 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5504 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5505 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5506 Use a local var for the timer.
5507 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5508 (i.e. bookmark-bmenu-search).
5509
5510 2009-11-21 Glenn Morris <rgm@gnu.org>
5511
5512 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
5513
5514 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
5515
5516 * net/browse-url.el (browse-url-default-windows-browser):
5517 Use cygstart for cygwin.
5518
5519 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
5520
5521 * bookmark.el: Formatting and doc fixes only:
5522 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5523 (bookmark-bmenu-search): Wrap to fit within 80 columns.
5524 Minor grammar and punctuation fixes in doc string.
5525 (bookmark-read-search-input): Adjust to fit within 80 columns.
5526
5527 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5528
5529 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5530 (c-backward-into-nomenclature): Adapt to subword renaming.
5531
5532 * subword.el (subword-forward, subword-backward, subword-mark)
5533 (subword-kill, subword-backward-kill, subword-transpose)
5534 (subword-downcase, subword-upcase, subword-capitalize)
5535 (subword-forward-internal, subword-backward-internal):
5536 Rename from forward-subword, backward-subword, mark-subword,
5537 kill-subword, backward-kill-subword, transpose-subwords,
5538 downcase-subword, upcase-subword, capitalize-subword,
5539 forward-subword-internal, backward-subword-internal.
5540
5541 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5542
5543 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5544 New options.
5545 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5546 New vars.
5547 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5548 (bookmark-bmenu-filter-alist-by-regexp)
5549 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5550 (bookmark-bmenu-search): New command.
5551 (bookmark-bmenu-mode-map): Bind it.
5552
5553 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5554
5555 * progmodes/cc-cmds.el: declare-functioned forward-subword and
5556 backward-subword to quit the byte-compiler.
5557
5558 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5559
5560 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5561
5562 * progmodes/cc-cmds.el (c-update-modeline)
5563 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5564 Refer to subword.el functions instead of cc-subword.el.
5565
5566 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5567 subword.el functions instead of cc-subword.el.
5568
5569 * progmodes/cc-subword.el: Rename to subword.el.
5570 * subword.el: Rename from progmodes/cc-subword.el.
5571 (subword-mode-map): Rename from c-subword-mode-map.
5572 (subword-mode): Rename from c-subword-mode.
5573 (global-subword-mode): New global minor mode.
5574 (forward-subword): Rename from c-forward-subword.
5575 (backward-subword): Rename from c-backward-subword.
5576 (mark-subword): Rename from c-mark-subword.
5577 (kill-subword): Rename from c-kill-subword.
5578 (backward-kill-subword): Rename from c-backward-kill-subword.
5579 (transpose-subwords): Rename from c-tranpose-subword.
5580 (downcase-subword): Rename from c-downcase-subword.
5581 (capitalize-subword): Rename from c-capitalize-subword.
5582 (forward-subword-internal): Rename from c-forward-subword-internal.
5583 (backward-subword-internal): Rename from c-backward-subword-internal.
5584
5585 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5586
5587 * vc.el (vc-deduce-fileset): Allow non-state changing operations
5588 from a dired buffer.
5589 (vc-dired-deduce-fileset): New function.
5590 (vc-root-diff, vc-print-root-log): Use it.
5591
5592 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5593 nil LIMIT argument to vc-print-log-internal.
5594
5595 2009-11-20 Glenn Morris <rgm@gnu.org>
5596
5597 * Makefile.in (ELCFILES): Regenerate.
5598
5599 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
5600
5601 * calc/calc.el (calc-set-mode-line):
5602 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5603 (math-format-number): Rename `math-format-complement-signed' to
5604 `math-format-twos-complement'.
5605
5606 * calc/calc-bin.el (math-format-twos-complement): Rename from
5607 math-format-complement-signed.
5608 (calc-radix): Rename `calc-complement-signed-mode' to
5609 `calc-twos-complement-mode'.
5610 (calc-octal-radix, calc-hex-radix): Add an argument for
5611 two's complement.
5612
5613 * calc/calc-embed.el (calc-embedded-mode-vars):
5614 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5615
5616 * calc/calc-ext.el (calc-init-extensions):
5617 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5618 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5619
5620 * calc/calc-units.el (math-build-units-table-buffer):
5621 Let `calc-twos-complement-mode' be nil.
5622
5623 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5624 entries.
5625
5626 * calc/calc-vec.el (calcFunc-vunpack):
5627 * calc/calc-aent.el (calc-do-calc-eval):
5628 * calc/calc-forms.el (math-format-date):
5629 * calc/calc-graph.el (calc-graph-plot):
5630 * calc/calc-math.el (math-use-emacs-fn):
5631 * calc/calccomp.el (math-compose-expr):
5632 Let `calc-twos-complement-mode' be nil.
5633
5634 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5635
5636 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5637 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
5638 * minibuffer.el (completion-in-region-functions): New hook.
5639 (completion-in-region): New function.
5640 * emacs-lisp/lisp.el (lisp-complete-symbol):
5641 * pcomplete.el (pcomplete-std-complete): Use it.
5642
5643 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5644
5645 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5646 (latex-complete-alist): New vars.
5647 (latex-string-prefix-p, latex-complete-bibtex-keys)
5648 (latex-complete-envnames, latex-complete-refkeys)
5649 (latex-complete-data): New functions.
5650 (latex-complete, latex-indent-or-complete): New commands.
5651
5652 * window.el (display-buffer-mark-dedicated): New var.
5653 (display-buffer): Obey it.
5654 * minibuffer.el (minibuffer-completion-help): Use it.
5655
5656 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5657
5658 * filecache.el (file-cache-add-file): Use push and cons.
5659 (file-cache-delete-file-regexp): Use push.
5660 (file-cache-complete): Use completion-in-region.
5661
5662 * simple.el (with-wrapper-hook): Fix thinko.
5663
5664 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5665 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5666 Use with-current-buffer and string-to-number.
5667 (hfy-fallback-colour-values): Use assoc-string.
5668 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5669 (hfy-face-at): Remove unused var `found-face'.
5670 (hfy-compile-stylesheet): Remove unused var `css'.
5671 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5672 and `orig-buffer'.
5673 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5674 Use with-current-buffer.
5675 (hfy-text-p): Use expand-file-name and fewer setq.
5676
5677 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
5678
5679 * htmlfontify.el, hfy-cmap.el: New files.
5680
5681 2009-11-19 Juri Linkov <juri@jurta.org>
5682
5683 * minibuffer.el (completions-format): New defcustom.
5684 (completion--insert-strings): Implement vertical format.
5685
5686 * simple.el (switch-to-completions): Move point to the first
5687 completion when point was at the beginning of the buffer.
5688
5689 2009-11-19 Juri Linkov <juri@jurta.org>
5690
5691 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
5692
5693 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5694
5695 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
5696
5697 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5698 (mail-signature): Change default to t.
5699 (mail-from-style): Deprecate `system-default' value.
5700 (mail-insert-from-field): For default value of mail-from-style,
5701 default to `angles' unless `angles' needs quoting and `parens'
5702 does not.
5703 (mail-citation-prefix-regexp): Use citation regexp from
5704 message-mode.
5705
5706 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
5707
5708 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5709 Set variables for computing the prompt for reading password.
5710
5711 2009-11-19 Glenn Morris <rgm@gnu.org>
5712
5713 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
5714
5715 * textmodes/flyspell.el (sgml-lexical-context): Declare.
5716
5717 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5718 (newsticker-treeview-listwindow-height): Fix custom type.
5719
5720 2009-11-19 Kenichi Handa <handa@m17n.org>
5721
5722 * descr-text.el (describe-char-padded-string): Compose with TAB
5723 only if there's a font for CH.
5724 (describe-char): Fix the condition for detecting a trivial composition.
5725
5726 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
5727
5728 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
5729 more accurate version of the regexp. (Bug#3910)
5730
5731 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
5732
5733 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5734
5735 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
5736
5737 * font-setting.el (font-use-system-font): Declare for byte-compiler.
5738 (font-setting-change-default-font): Fix typo in docstring.
5739
5740 2009-11-18 Alan Mackenzie <acm@muc.de>
5741
5742 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5743
5744 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5745
5746 * font-setting.el (font-use-system-font): Move ...
5747
5748 * cus-start.el (all): ... to here.
5749
5750 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
5751
5752 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5753 Don't set `ad-return-value' if `ad-do-it' doesn't.
5754
5755 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5756 modification time.
5757
5758 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5759
5760 * menu-bar.el: Put "Use system font" in Option-menu.
5761 (menu-bar-options-save): Add font-use-system-font.
5762
5763 * loadup.el: If feature system-font-setting or font-render-setting is
5764 there, load font-setting.
5765
5766 * Makefile.in (ELCFILES): Add font-settings.el.
5767 * font-setting.el: New file.
5768
5769 2009-11-17 Glenn Morris <rgm@gnu.org>
5770
5771 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5772
5773 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5774 Preserve point in the list buffer. (Bug#4939)
5775 Use point-at-eol.
5776 (newsticker--treeview-list-update-highlight)
5777 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5778
5779 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5780
5781 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5782 Remove.
5783
5784 * calc/calc-ext.el (calc-init-extensions): Remove references to
5785 symclip.
5786
5787 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5788
5789 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5790 * calc/calc-help.el (calc-b-prefix-help): Remove references to
5791 `calc-symclip'.
5792
5793 2009-11-16 Kevin Ryde <user42@zip.com.au>
5794
5795 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5796 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
5797
5798 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5799 (lm-keywords-list): Allow comma-only separator like "foo,bar".
5800 Ignore trailing spaces by omit-nulls to split-string (fixing
5801 regression from Emacs 21 due to the incompatible split-string
5802 change). (Bug #4928.)
5803
5804 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
5805
5806 * vc.el (vc-log-show-limit): Default to 2000.
5807 (vc-print-log-internal): Insert buttons to request more entries
5808 when limiting the output.
5809
5810 * vc-sccs.el (vc-sccs-print-log):
5811 * vc-rcs.el (vc-rcs-print-log):
5812 * vc-cvs.el (vc-cvs-print-log):
5813 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5814 LIMIT is non-nil.
5815
5816 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5817
5818 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5819 error when `tramp-gvfs-dbus-event-vector' is set.
5820 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5821
5822 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5823
5824 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5825
5826 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5827
5828 * net/dbus.el (dbus-unregister-service): New defun.
5829 (dbus-register-property): Register the handlers of
5830 "org.freedesktop.DBus.Properties" for SERVICE.
5831 (dbus-property-handler): Fix docstring.
5832
5833 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5834
5835 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5836 Quote doc string reference in defvaralias as it is not in special form.
5837 (byte-compile-output-docform): Doc fix.
5838
5839 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5840
5841 * calc/calc.el (math-2-word-size, math-half-2-word-size)
5842 (calc-complement-signed-mode): New variables.
5843 (calc-set-mode-line): Add indicator for twos-complements.
5844 (math-format-number): Format twos-complement notation.
5845
5846 * calc/calc-bin.el (calc-word-size): Reset the variables
5847 `math-2-word-size' and `math-half-2-word-size'.
5848 (math-format-complement-signed, math-symclip, calcFunc-symclip)
5849 (calc-symclip): New functions.
5850
5851 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5852
5853 * calc/calc-embed.el (calc-embedded-mode-vars):
5854 Add `calc-complement-signed-mode' to the list of modes.
5855
5856 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5857 (calc-b-oper-keys): Add `calc-symclip' to list.
5858
5859 * calc/calc-ext.el (math-read-number-fancy): Read complement
5860 signed numbers.
5861 (calc-init-extensions): Add binding for `calc-symclip'.
5862 Add autoload for `calcFunc-symclip' and `calc-symclip'.
5863
5864 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5865 `calc-symclip'.
5866 (calc-modes-menu): Add item for twos complement mode.
5867
5868 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5869
5870 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5871
5872 * register.el (jump-to-register, insert-register): Handle Semantic
5873 tags. From commented-out advice in semantic/senator.el.
5874
5875 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5876
5877 * vc.el (vc-log-show-limit): New variable.
5878 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
5879 when using a prefix argument.
5880 (vc-print-log-internal): Add new argument LIMIT.
5881
5882 * vc-svn.el (vc-svn-print-log):
5883 * vc-mtn.el (vc-mtn-print-log):
5884 * vc-hg.el (vc-hg-print-log):
5885 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5886 pass it to the log command when set. Make the BUFFER argument
5887 non-optional.
5888
5889 * vc-sccs.el (vc-sccs-print-log):
5890 * vc-rcs.el (vc-rcs-print-log):
5891 * vc-git.el (vc-git-print-log):
5892 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5893 ignore it. Make the BUFFER argument non-optional
5894
5895 * bindings.el (mode-line-buffer-identification): Do not purecopy.
5896
5897 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5898
5899 * dired.el (dired-mode-map): Move encryption items to "Operate"
5900 menu (Bug#4703).
5901
5902 * strokes.el (strokes-update-window-configuration): Make strokes
5903 buffer current before erasing (Bug#4906).
5904
5905 2009-11-15 Juri Linkov <juri@jurta.org>
5906
5907 * simple.el (set-mark-default-inactive): Add :type, :group
5908 and :version. (Bug#4876)
5909
5910 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
5911
5912 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5913 (archive-unique-fname): ... here. (Bug#4929)
5914
5915 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5916
5917 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5918 with a real fix.
5919
5920 * novice.el (disabled-command-function): Add useful args.
5921 Setup the help buffer so that [back] works.
5922 Remove redundant call to help-mode.
5923 (disabled-command-function): Use `case'.
5924 (en/disable-command): New function extracted from enable-command.
5925 (enable-command, disable-command): Use it.
5926
5927 2009-11-14 Glenn Morris <rgm@gnu.org>
5928
5929 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5930 constants. (Bug#4913)
5931
5932 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5933
5934 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5935
5936 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5937 defined in C that have no doc-strings. (Bug#1063)
5938
5939 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
5940
5941 * cus-edit.el (data, files):
5942 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
5943
5944 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
5945
5946 * simple.el (shell-command): Doc fix (Bug#4891).
5947
5948 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5949
5950 2009-11-14 Glenn Morris <rgm@gnu.org>
5951
5952 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5953 statements for vc-diff, emerge-quit, and rmail-cease-edit.
5954 If they are already loaded, eval-after-load will do the right thing.
5955
5956 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5957 compiling.
5958
5959 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5960
5961 * simple.el (x-selection-owner-p): Declare.
5962 (read-mail-command): Use custom radio type rather than choice.
5963 (completion-no-auto-exit): Doc fix.
5964
5965 * custom.el (defgroup):
5966 * epg-config.el (epg): Doc fixes.
5967
5968 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
5969
5970 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5971 * international/ccl.el (define-ccl-program): Do not purecopy the
5972 docstring, defconst does it anyway.
5973
5974 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5975
5976 * add-log.el (add-change-log-entry): Avoid displaying the changelog
5977 a second time.
5978
5979 * x-dnd.el (x-dnd-maybe-call-test-function):
5980 * window.el (split-window-vertically):
5981 * whitespace.el (whitespace-help-on):
5982 * vc-rcs.el (vc-rcs-consult-headers):
5983 * userlock.el (ask-user-about-lock-help)
5984 (ask-user-about-supersession-help):
5985 * type-break.el (type-break-force-mode-line-update):
5986 * time-stamp.el (time-stamp-conv-warn):
5987 * terminal.el (te-set-output-log, te-more-break, te-filter)
5988 (te-sentinel, terminal-emulator):
5989 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5990 (term-write-input-ring, term-check-source, term-start-output-log):
5991 (term-display-buffer-line, term-dynamic-list-completions):
5992 (term-ansi-make-term, serial-term):
5993 * subr.el (selective-display):
5994 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5995 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5996 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5997 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5998 (speedbar-remove-localized-speedbar-support)
5999 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
6000 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
6001 (speedbar-buffers-line-directory):
6002 * simple.el (shell-command-on-region, append-to-buffer)
6003 (prepend-to-buffer):
6004 * shadowfile.el (shadow-save-todo-file):
6005 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
6006 (scroll-bar-maybe-set-window-start):
6007 * sb-image.el (speedbar-image-dump):
6008 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
6009 (load-save-place-alist-from-file):
6010 * ps-samp.el (ps-print-message-from-summary):
6011 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
6012 (ps-background-image, ps-begin-job, ps-do-despool):
6013 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
6014 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
6015 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
6016 (pr-call-process, pr-file-list, pr-interface-save):
6017 * novice.el (disabled-command-function)
6018 (enable-command, disable-command):
6019 * mouse.el (mouse-buffer-menu-alist):
6020 * mouse-copy.el (mouse-kill-preserving-secondary):
6021 * macros.el (kbd-macro-query):
6022 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
6023 * informat.el (batch-info-validate):
6024 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
6025 * hippie-exp.el (try-expand-dabbrev-visible):
6026 * help-mode.el (help-make-xrefs):
6027 * help-fns.el (describe-variable):
6028 * generic-x.el (bat-generic-mode-run-as-comint):
6029 * finder.el (finder-mouse-select):
6030 * find-dired.el (find-dired-sentinel):
6031 * filesets.el (filesets-file-close):
6032 * files.el (list-directory):
6033 * faces.el (list-faces-display, describe-face):
6034 * facemenu.el (list-colors-display):
6035 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
6036 * epg.el (epg--process-filter, epg-cancel):
6037 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
6038 (epa--read-signature-type):
6039 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
6040 (emerge-file-names):
6041 * ehelp.el (electric-helpify):
6042 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
6043 * ediff-vers.el (rcs-ediff-view-revision):
6044 * ediff-util.el (ediff-setup):
6045 * ediff-mult.el (ediff-append-custom-diff):
6046 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
6047 (ediff-wordify):
6048 * echistory.el (Electric-command-history-redo-expression):
6049 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6050 * disp-table.el (describe-display-table):
6051 * dired.el (dired-find-buffer-nocreate):
6052 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
6053 * dabbrev.el (dabbrev--same-major-mode-p):
6054 * chistory.el (list-command-history):
6055 * apropos.el (apropos-documentation):
6056 * allout.el (allout-obtain-passphrase):
6057 (allout-copy-exposed-to-buffer):
6058 (allout-verify-passphrase): Use with-current-buffer.
6059
6060 2009-11-13 Glenn Morris <rgm@gnu.org>
6061
6062 * Makefile.in (ELCFILES): Regenerate.
6063
6064 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
6065
6066 * net/dbus.el (dbus-registered-objects-table): Rename from
6067 `dbus-registered-functions-table', because it contains also properties.
6068 (dbus-unregister-object): Unregister also properties.
6069 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6070 Use a timeout of 500 msec, in order to not block.
6071 (dbus-register-property, dbus-property-handler): New defuns.
6072
6073 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6074
6075 * simple.el (minibuffer-default-add-completions): Drop deprecated
6076 4th arg.
6077
6078 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
6079
6080 * textmodes/artist.el (artist-mouse-choose-operation):
6081 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
6082 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
6083 (artist-compute-up-event-key): New function.
6084 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6085
6086 2009-11-13 Kenichi Handa <handa@m17n.org>
6087
6088 * language/japan-util.el: Make sure that the value of jisx0208
6089 property is jisx0208 character.
6090
6091 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
6092
6093 * international/mule.el (auto-coding-regexp-alist): Only purecopy
6094 car or each item, not the whole list.
6095
6096 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6097
6098 * minibuffer.el (minibuffer-completion-help):
6099 Use minibuffer-hide-completions.
6100
6101 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
6102
6103 * dired.el (dired-save-positions, dired-restore-positions): New funs.
6104 (dired-revert): Use them (bug#4880).
6105
6106 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6107
6108 * tooltip.el (tooltip-frame-parameters): Undo previous change.
6109
6110 2009-11-12 Juri Linkov <juri@jurta.org>
6111
6112 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6113 New functions.
6114 (find-file-literally-at-point): Alias of `ffap-literally'.
6115
6116 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6117
6118 * textmodes/ispell.el (ispell-skip-region-alist):
6119 * textmodes/css-mode.el (auto-mode-alist):
6120 * progmodes/compile.el (auto-mode-alist):
6121 * international/mule.el (ctext-non-standard-encodings-alist)
6122 (ctext-non-standard-encodings-regexp):
6123 * simple.el (shell-command-switch, text-read-only):
6124 * replace.el (occur-mode-map):
6125 * paths.el (rmail-file-name):
6126 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6127 * find-file.el (ff-special-constructs):
6128 * files.el (file-name-handler-alist):
6129 * composite.el: Purecopy strings.
6130
6131 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6132
6133 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6134
6135 * widget.el (define-widget): Purecopy the docstring.
6136 * international/mule-cmds.el (charset): Do not purecopy the
6137 docstring here, define-widget does it.
6138
6139 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6140 * textmodes/bibtex-style.el (auto-mode-alist):
6141 * progmodes/inf-lisp.el (inferior-lisp-prompt):
6142 * progmodes/compile.el (compile-command):
6143 * language/korea-util.el (default-korean-keyboard):
6144 * international/mule-conf.el (file-coding-system-alist):
6145 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6146 * tooltip.el (tooltip-frame-parameters):
6147 * newcomment.el (comment-end, comment-padding):
6148 * dired.el (dired-trivial-filenames):
6149 * comint.el (comint-file-name-prefix): Purecopy initial values.
6150
6151 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
6152
6153 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6154 (tramp-advice-minibuffer-electric-tilde): Unload advices via
6155 `tramp-unload'.
6156 (tramp-advice-make-auto-save-file-name)
6157 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6158 after removing the advice.
6159
6160 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6161
6162 * progmodes/grep.el (grep-regexp-alist):
6163 * international/mule-cmds.el (iso-2022-control-alist):
6164 * emacs-lisp/timer.el (timer-duration-words):
6165 * subr.el (version-separator, version-regexp-alist):
6166 * minibuffer.el (completion-styles-alist):
6167 * faces.el (face-attribute-name-alist, list-faces-sample-text):
6168 Change defvars to defconsts.
6169
6170 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6171 * loadup.el ("international/mule-conf"): Load the byte compiled version.
6172 * international/mule-conf.el: Allow to be byte compiled.
6173
6174 * international/mule.el (define-charset): Purecopy props.
6175 (load-with-code-conversion): Purecopy doc string and file name.
6176 (put-charset-property): Purecopy strings.
6177 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6178
6179 * international/mule-cmds.el (register-input-method): Purecopy arguments.
6180 (define-char-code-property): Correctly purecopy the table.
6181
6182 * international/ccl.el (define-ccl-program): Purecopy the docstring.
6183
6184 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6185
6186 * subr.el (add-hook): Purecopy strings.
6187 (eval-after-load): Purecopy load-history-regexp and the form.
6188
6189 * custom.el (custom-declare-group): Purecopy load-file-name.
6190
6191 * subr.el (menu-bar-separator): New defconst.
6192 * net/eudc.el (eudc-tools-menu):
6193 * international/mule-cmds.el (set-coding-system-map)
6194 (mule-menu-keymap):
6195 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6196 * vc-hooks.el (vc-menu-map):
6197 * replace.el (occur-mode-map):
6198 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
6199 (menu-bar-edit-menu, menu-bar-goto-menu)
6200 (menu-bar-custom-menu, menu-bar-showhide-menu)
6201 (menu-bar-options-menu, menu-bar-tools-menu)
6202 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6203 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6204 (menu-bar-help-menu):
6205 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6206 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6207
6208 * term/x-win.el (x-gtk-stock-map):
6209 * progmodes/vera-mode.el (auto-mode-alist):
6210 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6211 (inferior-lisp-program, inferior-lisp-load-command):
6212 * progmodes/hideshow.el (hs-special-modes-alist):
6213 * progmodes/gud.el (same-window-regexps):
6214 * progmodes/grep.el (grep-program, find-program, xargs-program):
6215 * net/telnet.el (same-window-regexps):
6216 * net/rlogin.el (same-window-regexps):
6217 * language/ethiopic.el (font-ccl-encoder-alist):
6218 * vc-sccs.el (vc-sccs-master-templates):
6219 * vc-rcs.el (vc-rcs-master-templates):
6220 * subr.el (cl-assertion-failed):
6221 * simple.el (next-error-overlay-arrow-position):
6222 * lpr.el (lpr-command):
6223 * locate.el (locate-ls-subdir-switches):
6224 * info.el (same-window-regexps, info)
6225 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6226 * image-mode.el (image-mode, auto-mode-alist):
6227 * hippie-exp.el (hippie-expand-ignore-buffers):
6228 * format.el (format-alist):
6229 * find-dired.el (find-ls-subdir-switches, find-grep-options)
6230 (find-name-arg):
6231 * facemenu.el (facemenu-keybindings):
6232 * dired.el (dired-listing-switches, dired-chown-program):
6233 * diff.el (diff-switches, diff-command):
6234 * cus-edit.el (same-window-regexps):
6235 * bindings.el (mode-line-mule-info)
6236 (mode-line-buffer-identification): Purecopy strings.
6237
6238 2009-11-11 Juri Linkov <juri@jurta.org>
6239
6240 * simple.el (dired-get-filename) <declare-function>:
6241 Tell the byte-compiler about dired-get-filename.
6242 (shell-command): In Dired mode, get filename from the current line
6243 as the default value.
6244
6245 2009-11-10 Glenn Morris <rgm@gnu.org>
6246
6247 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6248 * calendar/holidays.el, progmodes/cperl-mode.el:
6249 Update x-popup-menu declarations.
6250
6251 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6252 (list-load-path-shadows): Use dolist.
6253 (list-load-path-shadows): Use with-current-buffer.
6254
6255 2009-11-10 Juri Linkov <juri@jurta.org>
6256
6257 * minibuffer.el (read-file-name): Support a list of default values
6258 in `default-filename'. Use the first file name where only one
6259 element is required. Doc fix.
6260
6261 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
6262
6263 * net/dbus.el (dbus-unregister-object): Release service, if no
6264 other method is registered for it.
6265
6266 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
6267
6268 * bookmark.el (bookmark-completing-read): Sort bookmark names if
6269 bookmark-sort-flag is non-nil (Bug#4653).
6270
6271 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6272
6273 * emulation/cua-base.el: Add CUA property to some CC mode commands
6274 (Bug#4100).
6275
6276 2009-11-08 Kevin Ryde <user42@zip.com.au>
6277
6278 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
6279 at end of sentence (Bug#4818).
6280
6281 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
6282
6283 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6284 Handle "see declaration of" MSFT statements (Bug#4100).
6285
6286 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
6287
6288 * net/tramp.el (tramp-advice-make-auto-save-file-name)
6289 (tramp-advice-file-expand-wildcards): Unload via
6290 `ad-remove-advice'.
6291
6292 * net/trampver.el: Update release number.
6293
6294 2009-11-08 Kevin Ryde <user42@zip.com.au>
6295
6296 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6297 `ad-do-it'.
6298
6299 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
6300
6301 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6302 in order to keep context in SELinux.
6303
6304 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6305
6306 * dired-aux.el (dired-query): Place cursor in echo area and allow
6307 C-g.
6308
6309 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6310 menu item if not on a directory (Bug#4701).
6311
6312 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
6313
6314 Sync with Tramp 2.1.17.
6315
6316 * net/tramp.el (tramp-handle-copy-directory): Don't use
6317 `file-remote-p' (due to compatibility).
6318
6319 * net/tramp-compat.el (tramp-compat-copy-directory)
6320 (tramp-compat-delete-directory): New defuns.
6321
6322 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6323 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6324 Use `tramp-compat-delete-directory'.
6325
6326 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6327 (tramp-smb-handle-delete-directory):
6328 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6329
6330 * net/trampver.el: Update release number.
6331
6332 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
6333
6334 * tar-mode.el (tar-copy): Call write-region on the right buffer
6335 (Bug#4857).
6336
6337 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6338 by hand, if necessary (Bug#4878).
6339
6340 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
6341
6342 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6343 align size column (Bug#4839).
6344
6345 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6346 statement.
6347
6348 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6349
6350 * progmodes/ld-script.el (auto-mode-alist):
6351 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6352
6353 * cus-face.el (custom-declare-face): Purecopy face spec.
6354
6355 2009-11-06 Kenichi Handa <handa@m17n.org>
6356
6357 * international/uni-bidi.el: Re-generated.
6358 * international/uni-category.el: Re-generated.
6359 * international/uni-combining.el: Re-generated.
6360 * international/uni-mirrored.el: Re-generated.
6361
6362 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6363
6364 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6365 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6366 (tex-start-options, slitex-run-command, latex-run-command)
6367 (tex-run-command, tex-directory):
6368 * textmodes/ispell.el (ispell-html-skip-alists)
6369 (ispell-tex-skip-alists, ispell-tex-skip-alists):
6370 * textmodes/fill.el (adaptive-fill-first-line-regexp):
6371 (adaptive-fill-regexp):
6372 * textmodes/dns-mode.el (auto-mode-alist):
6373 * progmodes/python.el (interpreter-mode-alist):
6374 * progmodes/etags.el (tags-compression-info-list):
6375 * progmodes/etags.el (tags-file-name):
6376 * net/browse-url.el (browse-url-galeon-program)
6377 (browse-url-firefox-program):
6378 * mail/sendmail.el (mail-signature-file)
6379 (mail-citation-prefix-regexp):
6380 * international/mule-conf.el (eight-bit):
6381 * international/latexenc.el (latex-inputenc-coding-alist):
6382 * international/fontset.el (x-pixel-size-width-font-regexp):
6383 * emacs-lisp/warnings.el (warning-type-format):
6384 * emacs-lisp/trace.el (trace-buffer):
6385 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6386 (emacs-lisp-mode-map):
6387 * calendar/holidays.el (holiday-solar-holidays)
6388 (holiday-bahai-holidays, holiday-islamic-holidays)
6389 (holiday-christian-holidays, holiday-hebrew-holidays)
6390 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6391 (hebrew-holidays-1, holiday-oriental-holidays)
6392 (holiday-general-holidays):
6393 * x-dnd.el (x-dnd-known-types):
6394 * tool-bar.el (tool-bar):
6395 * startup.el (site-run-file):
6396 * shell.el (shell-dumb-shell-regexp):
6397 * rfn-eshadow.el (file-name-shadow-tty-properties)
6398 (file-name-shadow-properties):
6399 * paths.el (remote-shell-program, news-directory):
6400 * mouse.el ([C-down-mouse-3]):
6401 * menu-bar.el (menu-bar-tools-menu):
6402 * jka-cmpr-hook.el (jka-compr-load-suffixes)
6403 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6404 (jka-compr-compression-info-list):
6405 * isearch.el (search-whitespace-regexp):
6406 * image-file.el (image-file-name-extensions):
6407 * find-dired.el (find-ls-option):
6408 * files.el (directory-listing-before-filename-regexp)
6409 (directory-free-space-args, insert-directory-program)
6410 (list-directory-brief-switches, magic-fallback-mode-alist)
6411 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6412 (automount-dir-prefix):
6413 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6414 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6415 (face-font-registry-alternatives, face-font-registry-alternatives)
6416 (face-font-family-alternatives):
6417 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6418 (facemenu-foreground-menu, facemenu-face-menu):
6419 * epa-hook.el (epa-file-name-regexp):
6420 * dnd.el (dnd-protocol-alist):
6421 * textmodes/rst.el (auto-mode-alist):
6422 * button.el (default-button): Purecopy strings.
6423
6424 2009-11-06 Glenn Morris <rgm@gnu.org>
6425
6426 * Makefile.in (ELCFILES): Update.
6427
6428 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6429
6430 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6431 * emacs-lisp/levents.el: Move to obsolete/levents.el.
6432
6433 * nxml/xsd-regexp.el (xsdre-gen-categories):
6434 * nxml/xmltok.el (xmltok-parse-entity):
6435 * nxml/rng-parse.el (rng-parse-validate-file):
6436 * nxml/rng-maint.el (rng-format-manual)
6437 (rng-manual-output-force-new-line):
6438 * nxml/rng-loc.el (rng-save-schema-location-1):
6439 * nxml/rng-cmpct.el (rng-c-parse-file):
6440 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6441 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6442
6443 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
6444
6445 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
6446 Remove extra save-excursions and make-variable-buffer-local's.
6447 Suggested by Stefan Monnier.
6448
6449 (verilog-getopt-file, verilog-module-inside-filename-p)
6450 (verilog-set-define): Merge GNU 1.35 and repair changes from
6451 switching to using with-current-buffer.
6452
6453 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6454 being treated as a number and confusing AUTORESET.
6455 Reported by Dan Dever.
6456
6457 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6458 Add verilog-auto-ignore-concat to fix backward compatibility with
6459 older verilog-modes. Reported by Dan Katz.
6460
6461 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6462 containing closing anchors "...$".
6463
6464 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6465 Reported by Wade Smith.
6466
6467 (verilog-batch-execute-func): Comment on function usage.
6468
6469 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
6470
6471 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6472 for labels.
6473
6474 (verilog-label-re, verilog-calc-1): Support proper indent of named
6475 asserts.
6476
6477 (verilog-backward-token, verilog-basic-complete-re)
6478 (verilog-beg-of-statement, verilog-indent-re): Support proper
6479 indent of the assert statement at the beginning of a block of text.
6480
6481 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6482 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6483 tokens as begins.
6484
6485 2009-11-05 Glenn Morris <rgm@gnu.org>
6486
6487 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6488 Emacs 19. (Bug#1531)
6489 (byte-compile-fix-header): Update for the above change.
6490 Drop test for epoch::version.
6491
6492 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
6493 * cus-dep.el (custom-make-dependencies):
6494 * finder.el (finder-compile-keywords):
6495 Use autoload-rubric's feature argument.
6496
6497 * calendar/diary-lib.el (top-level): Make load behave more like require.
6498
6499 * vc-git.el (vc-git-stash-map): Move definition before use.
6500
6501 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6502
6503 * custom.el (custom-declare-group): Purecopy standard-value.
6504 (custom-declare-group): Purecopy custom-prefix.
6505
6506 * international/mule.el (load-with-code-conversion):
6507 Call do-after-load-evaluation unconditionally.
6508
6509 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6510
6511 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6512
6513 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6514
6515 2009-11-04 Glenn Morris <rgm@gnu.org>
6516
6517 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6518 (byte-compile-compatibility): Remove option.
6519 (byte-compile-close-variables, byte-compile-fix-header)
6520 (byte-compile-insert-header, byte-compile-output-docform)
6521 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6522 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6523 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6524 (byte-compile-insert, byte-compile-defun):
6525 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
6526 (byte-defop-compiler19): Remove.
6527 Without byte-compile-compatibility, the 'emacs19-opcode property is not
6528 used by anything. Replace all calls with byte-defop-compiler.
6529
6530 2009-11-04 Juri Linkov <juri@jurta.org>
6531
6532 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6533 (menu-bar-options-menu): Don't quote the `prop' arg of
6534 `menu-bar-make-mm-toggle'.
6535
6536 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
6537
6538 * calendar/calendar.el (cal-loaddefs):
6539 * calendar/diary-lib.el (diary-loaddefs):
6540 * calendar/holidays.el (hol-loaddefs):
6541 * eshell/esh-module.el (esh-groups): Load rather than require.
6542
6543 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6544
6545 * calendar/todo-mode.el (todo-add-category): Don't hardcode
6546 point-min==1.
6547 (todo-top-priorities): Only display-buffer when called interactively.
6548 (todo-item-start): Don't save excursion point.
6549 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
6550 (todo-insert-item-here, todo-file-item, todo-remove-item):
6551 Adjust uses of todo-item-start and todo-item-end.
6552
6553 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6554 (autoload-rubric): Don't use any more.
6555
6556 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6557 and only put a prop if it is non-nil.
6558
6559 2009-11-03 Juri Linkov <juri@jurta.org>
6560
6561 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6562 (menu-bar-options-menu): Fix list quoting (Bug#4429).
6563
6564 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6565 and "Menu" to make top-level menu item visually one unit (like
6566 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6567 multi-word menu items). Fix :help string for quit-window.
6568
6569 2009-11-03 Glenn Morris <rgm@gnu.org>
6570
6571 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6572 (byte-compile-file-form-define-abbrev-table)
6573 (byte-compile-file-form-custom-declare-variable)
6574 (byte-compile-variable-ref, byte-compile-defvar):
6575 Whether or not a warning is enabled should only affect whether we issue
6576 the warning, not whether or not we collect the relevant data.
6577 Eg warnings can be turned on and off throughout the course of a file.
6578
6579 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6580 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6581
6582 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6583
6584 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6585 * play/mpuz.el (mpuz-create-buffer):
6586 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6587 (lm-print-y,s,noise, lm-print-w0, lm-init):
6588 * play/gomoku.el (gomoku-prompt-for-move):
6589 * play/fortune.el (fortune-in-buffer):
6590 * play/dissociate.el (dissociated-press):
6591 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
6592 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
6593 * mail/supercite.el (sc-eref-show):
6594 * mail/smtpmail.el (smtpmail-send-it):
6595 * mail/rmailsum.el (rmail-summary-next-labeled-message)
6596 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6597 (rmail-summary-undelete-many, rmail-summary-rmail-update)
6598 (rmail-summary-goto-msg, rmail-summary-expunge)
6599 (rmail-summary-get-new-mail, rmail-summary-search-backward)
6600 (rmail-summary-add-label, rmail-summary-output-menu)
6601 (rmail-summary-output-body):
6602 * mail/rfc822.el (rfc822-addresses):
6603 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6604 * mail/mailpost.el (post-mail-send-it):
6605 * mail/hashcash.el (hashcash-generate-payment):
6606 * mail/feedmail.el (feedmail-run-the-queue)
6607 (feedmail-queue-send-edit-prompt-help-first)
6608 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6609 (feedmail-deduce-address-list):
6610 * eshell/esh-ext.el (eshell-remote-command):
6611 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6612 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6613 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6614 (viper-save-string-in-file, viper-valid-marker):
6615 * emulation/viper-keym.el (viper-toggle-key):
6616 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6617 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6618 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6619 * emulation/viper-cmd.el (viper-exec-form-in-vi)
6620 (viper-exec-form-in-emacs, viper-brac-function):
6621 * emulation/viper.el (viper-delocalize-var):
6622 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6623 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6624 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6625 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6626 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6627 * emulation/edt.el (edt-electric-helpify):
6628 * emulation/cua-rect.el (cua--rectangle-aux-replace):
6629 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6630 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6631 (cua-indent-to-global-mark-column):
6632 * calendar/diary-lib.el (calendar-mark-1):
6633 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6634 Use with-current-buffer.
6635 * emulation/viper.el (viper-delocalize-var): Use dolist.
6636
6637 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
6638
6639 * comint.el (comint-replace-by-expanded-history-before-point):
6640 Replace !! with the previous input string literally (Bug#1795).
6641
6642 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
6643
6644 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6645 to be made up of whitespace.
6646
6647 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
6648
6649 * minibuffer.el (read-file-name): Don't use file dialogs for
6650 remote directories (Bug#99).
6651
6652 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
6653
6654 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6655
6656 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
6657
6658 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6659 instead of deleting the window or frame.
6660
6661 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6662
6663 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6664 Support face colors.
6665
6666 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6667 New function. Support face colors (Bug#1168).
6668 (tex-common-initialization): Use it.
6669
6670 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6671 mode allows it (Bug#1168).
6672
6673 2009-10-31 Juri Linkov <juri@jurta.org>
6674
6675 * facemenu.el (list-colors-display): Don't mark buffer as
6676 modified (Bug#3948).
6677
6678 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6679
6680 * international/mule-diag.el (list-character-sets-1):
6681 Minor message fix (Bug#3526).
6682
6683 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
6684 Fix face property (Bug#4834).
6685 (etags-list-tags, etags-tags-apropos-additional)
6686 (etags-tags-apropos, tags-select-tags-table): Add follow-link
6687 property.
6688
6689 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6690 items.
6691
6692 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
6693
6694 * textmodes/two-column.el (2C-split):
6695 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6696 * textmodes/tex-mode.el (tex-set-buffer-directory):
6697 * textmodes/spell.el (spell-region, spell-string):
6698 * textmodes/reftex.el (reftex-erase-buffer):
6699 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6700 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6701 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6702 (reftex-select-item):
6703 * textmodes/reftex-ref.el (reftex-label-info-update)
6704 (reftex-offer-label-menu):
6705 * textmodes/reftex-index.el (reftex-index-change-entry)
6706 (reftex-index-phrases-info):
6707 * textmodes/reftex-global.el (reftex-create-tags-file)
6708 (reftex-save-all-document-buffers, reftex-ensure-write-access):
6709 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6710 (reftex-view-crossref-from-bibtex):
6711 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6712 (reftex-extract-bib-entries-from-thebibliography)
6713 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6714 * textmodes/refbib.el (r2b-capitalize-title):
6715 (r2b-convert-buffer, r2b-help):
6716 * textmodes/page-ext.el (pages-directory)
6717 (pages-directory-goto-with-mouse):
6718 * textmodes/bibtex.el (bibtex-validate-globally):
6719 * textmodes/bib-mode.el (bib-capitalize-title):
6720 * textmodes/artist.el (artist-clear-buffer, artist-system):
6721 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6722 (local-set-scheme-interaction-buffer, xscheme-process-filter)
6723 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6724 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6725 (xscheme-send-control-g-interrupt, xscheme-start-process)
6726 (xscheme-process-sentinel, xscheme-cd):
6727 * progmodes/verilog-mode.el (verilog-read-always-signals)
6728 (verilog-set-define, verilog-getopt-file)
6729 (verilog-module-inside-filename-p):
6730 * progmodes/sh-script.el:
6731 * progmodes/python.el (python-pdbtrack-get-source-buffer)
6732 (python-pdbtrack-grub-for-buffer, python-execute-file):
6733 * progmodes/octave-inf.el (inferior-octave):
6734 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6735 (idlwave-shell-compile-helper-routines, idlwave-set-local)
6736 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6737 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6738 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6739 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6740 (idlwave-shell-filter, idlwave-shell-examine-highlight)
6741 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6742 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6743 (idlwave-shell-examine-display, idlwave-shell-run-region)
6744 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6745 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6746 * progmodes/idlw-help.el (idlwave-help-get-special-help)
6747 (idlwave-help-get-help-buffer):
6748 * progmodes/gud.el (gud-basic-call, gud-find-class)
6749 (gud-tooltip-activate-mouse-motions-if-enabled):
6750 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6751 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6752 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6753 (ebrowse-tags-next-file):
6754 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6755 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6756 (ebnf-eps-finish-and-write):
6757 * progmodes/cpp.el (cpp-edit-save):
6758 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6759 * progmodes/cc-defs.el (c-emacs-features):
6760 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6761 (antlr-directory-dependencies):
6762 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6763 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6764 (ada-find-any-references, ada-make-filename-from-adaname)
6765 (ada-make-body-gnatstub):
6766 * obsolete/rnews.el (news-list-news-groups):
6767 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6768 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6769 * net/rcirc.el (rcirc-debug):
6770 * net/newst-treeview.el (newsticker--treeview-list-add-item)
6771 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6772 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6773 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6774 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6775 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6776 (newsticker--treeview-list-clear-highlight)
6777 (newsticker--treeview-list-update-highlight)
6778 (newsticker--treeview-list-highlight-start)
6779 (newsticker--treeview-tree-update-highlight)
6780 (newsticker--treeview-get-selected-item)
6781 (newsticker-treeview-mark-list-items-old)
6782 (newsticker--treeview-set-current-node):
6783 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6784 * net/newst-backend.el (newsticker--get-news-by-funcall)
6785 (newsticker--get-news-by-wget, newsticker--image-get)
6786 (newsticker--image-sentinel):
6787 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6788 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6789 (eudc-ph-close-session):
6790 * net/eudc.el (eudc-save-options):
6791 * language/thai-word.el (thai-update-word-table):
6792 * language/japan-util.el (japanese-string-conversion):
6793 * international/titdic-cnv.el (tsang-quick-converter)
6794 (ziranma-converter, ctlau-converter):
6795 * international/mule-cmds.el (describe-language-environment):
6796 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6797 (skkdic-convert-postfix, skkdic-convert-prefix):
6798 (skkdic-convert-okuri-nasi, skkdic-convert):
6799 * emacs-lisp/re-builder.el (reb-update-overlays):
6800 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6801 * emacs-lisp/gulp.el (gulp-send-requests):
6802 * emacs-lisp/find-gc.el (trace-call-tree):
6803 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6804 (eieio-describe-generic):
6805 * emacs-lisp/eieio-base.el (eieio-persistent-read):
6806 * emacs-lisp/edebug.el (edebug-outside-excursion):
6807 * emacs-lisp/debug.el (debugger-make-xrefs):
6808 * emacs-lisp/cust-print.el (custom-prin1-to-string):
6809 * emacs-lisp/chart.el (chart-new-buffer):
6810 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6811 Use with-current-buffer.
6812 * textmodes/artist.el (artist-system): Don't call
6813 copy-sequence on a fresh string.
6814 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6815
6816 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
6817
6818 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6819 is no item to edit. (Bug#4820)
6820 (todo-top-priorities): Restore point and restore narrowing in Todo
6821 buffer. (Bug#4820)
6822
6823 2009-10-31 Glenn Morris <rgm@gnu.org>
6824
6825 * net/ange-ftp.el (top-level): Don't require dired when compiling.
6826 (comint-last-output-start, comint-last-input-start)
6827 (comint-last-input-end): Don't defvar when compiling.
6828 (ange-ftp-process-file): Use bound-and-true-p.
6829
6830 * pcmpl-rpm.el (top-level): Move provide statement to end.
6831 (pcmpl-rpm): Remove unused custom group.
6832
6833 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6834
6835 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6836
6837 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6838 (byte-compile-warnings): Add `constants' as an option.
6839 (byte-compile-callargs-warn, byte-compile-arglist-warn)
6840 (display-call-tree): Update for byte-compile-fdefinition possibly
6841 returning `(macro lambda ...)'. (Bug#4778)
6842 (byte-compile-variable-ref, byte-compile-setq-default):
6843 Respect `constants' member of byte-compile-warnings.
6844
6845 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6846
6847 * vc-bzr.el (vc-bzr-revision-keywords): New var.
6848 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6849 to "submit:".
6850
6851 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6852
6853 * textmodes/ispell.el (ispell-skip-region-alist):
6854 * international/mule-conf.el (eight-bit):
6855 * international/fontset.el (font-encoding-alist):
6856 * startup.el (pure-space-overflow-message):
6857 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6858 * paths.el (gnus-nntp-service, rmail-spool-directory)
6859 (term-file-prefix):
6860 * files.el (save-some-buffers-action-alist):
6861 * cmuscheme.el (same-window-buffer-names):
6862 * ielm.el (same-window-buffer-names):
6863 * shell.el (same-window-buffer-names):
6864 * mail/sendmail.el (same-window-buffer-names):
6865 * progmodes/inf-lisp.el (same-window-buffer-names):
6866 * bindings.el (mode-line-client)
6867 (mode-line-column-line-number-mode-map):
6868 * language/tibetan.el (tibetan-precomposition-rule-regexp)
6869 (tibetan-precomposed-regexp): Purecopy string arguments.
6870
6871 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6872
6873 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6874 (calcDigit-nondigit):
6875 * calc/calc-yank.el (calc-copy-to-buffer):
6876 * calc/calc-units.el (calc-invalidate-units-table):
6877 * calc/calc-trail.el (calc-trail-yank):
6878 * calc/calc-store.el (calc-insert-variables):
6879 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6880 * calc/calc-prog.el (calc-read-parse-table):
6881 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6882 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6883 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6884 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6885 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6886 (calc-graph-name, calc-graph-find-command, calc-graph-view)
6887 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6888 * calc/calc-ext.el (calc-realign):
6889 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6890 (calc-embedded-finish-edit, calc-embedded-make-info)
6891 (calc-embedded-finish-command, calc-embedded-stack-change):
6892 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6893
6894 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6895 shell-dynamic-complete-filename in preference to
6896 comint-dynamic-complete-filename.
6897
6898 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6899 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6900 Don't consider whether the display supports colors.
6901 (bookmark-import-new-list): Use dolist.
6902 (bookmark-bmenu-mode-map): Move initialization into declaration.
6903 (bookmark-bmenu-list): Use dolist, simplify.
6904 (bookmark-show-all-annotations): Use save-selected-window and dolist.
6905 (menu-bar-final-items): Use push.
6906
6907 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
6908
6909 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6910 it works on remote files.
6911 (vc-hg-diff): Don't pass any `--cwd' argument.
6912
6913 2009-10-27 Kevin Ryde <user42@zip.com.au>
6914
6915 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6916 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
6917 (Further to Bug#3921).
6918
6919 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
6920
6921 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6922 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6923 calling `tramp-imap-put-file'. Add file size to the call.
6924 (tramp-imap-get-file-entries): Compute also user name, file size,
6925 and date.
6926 (tramp-imap-handle-insert-directory): Insert uid and gid.
6927 (tramp-imap-handle-file-attributes): Transform uid and gid
6928 according to `id-format'.
6929 (tramp-imap-put-file): New optional parameter SIZE. Encode file
6930 size in header X-Size.
6931
6932 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
6933
6934 * simple.el (transpose-subr): Give clearer error when the mark
6935 is not set. (Bug#4807)
6936
6937 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
6938
6939 * net/tramp.el (tramp-perl-file-truename): New defconst.
6940 Perl code contributed by yary <not.com@gmail.com> (tiny change).
6941 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
6942 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6943 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
6944
6945 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6946 Ignore `dired-call-process'.
6947 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6948
6949 2009-10-26 Julian Scheid <julians37@gmail.com>
6950
6951 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
6952 (tramp-get-remote-readlink): New defun.
6953 (tramp-handle-file-truename): Use it.
6954 (tramp-handle-file-exists-p): Check file-attributes cache, assume
6955 file exists if cache value present.
6956 (tramp-check-cached-permissions): New defun.
6957 (tramp-handle-file-readable-p): Use it.
6958 (tramp-handle-file-writable-p): Likewise.
6959 (tramp-handle-file-executable-p): Likewise.
6960 (tramp-handle-file-name-all-completions): Try using Perl to get
6961 partial completions. When perl not available, combine `cd' and
6962 `ls' into single remote operation and use shell expansion to get
6963 partial remote directory contents. Set `file-exists-p' cache for
6964 directory and any files returned by ls. Change cache handling to
6965 support partial directory contents. Use error message emitted by
6966 remote `cd' or Perl code for local tramp-error.
6967 (tramp-do-copy-or-rename-file-directly): Avoid separate
6968 tramp-send-command-and-check call.
6969 (tramp-handle-process-file): Merge three remote ops into one.
6970 Do not flush all caches when `process-file-side-effects' is set.
6971 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6972 file-attributes shows uid/gid to be set already.
6973
6974 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6975
6976 * textmodes/tex-mode.el (tex-dvi-view-command)
6977 (tex-show-queue-command, tex-open-quote):
6978 * progmodes/ruby-mode.el (auto-mode-alist)
6979 (interpreter-mode-alist): Purecopy strings.
6980
6981 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6982
6983 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6984 string for the hook, keymap and abbrev table.
6985
6986 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6987
6988 * x-dnd.el (x-dnd-xdnd-to-action):
6989 * startup.el (fancy-startup-text, fancy-about-text): Change to
6990 defconst from defvar.
6991
6992 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6993
6994 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6995 Purecopy initialization strings.
6996
6997 * mail/sendmail.el (mail-header-separator)
6998 (mail-personal-alias-file):
6999 * mail/rmail.el (rmail-default-dont-reply-to-names)
7000 (rmail-ignored-headers, rmail-retry-ignored-headers)
7001 (rmail-highlighted-headers, rmail-secondary-file-directory)
7002 (rmail-secondary-file-regexp):
7003 * files.el (null-device, file-name-invalid-regexp)
7004 (locate-dominating-stop-dir-regexp)
7005 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
7006 (interpreter-mode-alist): Use mapcar instead of mapc.
7007
7008 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
7009
7010 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
7011 (completion-ignored-extensions):
7012 (debug-ignored-errors): Purecopy strings.
7013
7014 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7015
7016 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
7017 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
7018 (pcomplete--here): Use push.
7019
7020 * subr.el (all-completions): Declare the 4th arg obsolete.
7021
7022 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7023
7024 * pcomplete.el (pcomplete-unquote-argument-function): New var.
7025 (pcomplete-unquote-argument): New function.
7026 (pcomplete--common-suffix): Always pay attention to case.
7027 (pcomplete--table-subvert): Quote and unquote the text.
7028 (pcomplete--common-quoted-suffix): New function.
7029 (pcomplete-std-complete): Use it and pcomplete-begin.
7030
7031 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
7032 we're inside a dedicated or minibuffer window.
7033
7034 2009-10-24 Karl Fogel <kfogel@red-bean.com>
7035
7036 * bookmark.el: Update documentation, especially documentation
7037 of `bookmark-alist' and of the bookmark file format.
7038 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
7039
7040 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
7041
7042 * mail/emacsbug.el (report-emacs-bug): Clarify that the
7043 keybindings apply to the mail buffer (Bug#4003). Shrink help
7044 window to buffer.
7045
7046 * whitespace.el (whitespace-mode, whitespace-newline-mode)
7047 (global-whitespace-mode, global-whitespace-newline-mode)
7048 (whitespace-toggle-options, global-whitespace-toggle-options):
7049 Doc fix (Bug#3660).
7050
7051 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
7052 of xmltok-start before the end tag was inserted (Bug#2840).
7053
7054 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
7055 patterns that are preceded by an open-paren (Bug#1320).
7056
7057 2009-10-24 Sven Joachim <svenjoac@gmx.de>
7058
7059 * files.el (delete-directory): Delete symlinks to directories with
7060 delete-file (Bug#4739).
7061
7062 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
7063
7064 * vc.el (vc-backend-for-registration): Rename from
7065 vc-get-backend-for-registration. Update callers.
7066
7067 * international/mule-cmds.el (set-language-info-alist):
7068 Purecopy lang-env.
7069 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
7070 (charset): Purecopy the name.
7071 (define-char-code-property): Purecopy string arguments.
7072
7073 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7074 Purecopy string arguments.
7075
7076 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7077 * ediff-hook.el (menu-bar-ediff-menu):
7078 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
7079 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
7080
7081 2009-10-24 Glenn Morris <rgm@gnu.org>
7082
7083 * comint.el (comint-dynamic-list-completions):
7084 * term.el (term-dynamic-list-completions): Use choose-completion rather
7085 than obsolete alias mouse-choose-completion.
7086
7087 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
7088 file-cache-choose-completion.
7089 (file-cache-choose-completion): Handle an optional event argument.
7090 (file-cache-mouse-choose-completion): Make it an obsolete alias.
7091
7092 * progmodes/octave-mod.el (octave-complete-symbol):
7093 Use choose-completion if mouse-choose-completion is ever removed.
7094
7095 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
7096 use.
7097
7098 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
7099 compiler.
7100
7101 * vc-hooks.el (vc-responsible-backend): Fix declaration.
7102
7103 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7104
7105 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
7106 Ignore `pred' now that we receive one.
7107 Handle test-completion specially.
7108
7109 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7110
7111 * vc.el (vc-responsible-backend): Throw an error if not backend is
7112 found. Remove the REGISTER argument. Move the code dealing with
7113 REGISTER ...
7114 (vc-get-backend-for-registration): ... here. New function.
7115 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
7116 of vc-responsible-backend, pass the file name instead of the
7117 directory name.
7118
7119 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7120
7121 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
7122 New funs.
7123 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
7124 (pcomplete-comint-setup): Don't modify a global var via
7125 accidental side-effects.
7126 (pcomplete-shell-setup): Adjust call accordingly.
7127 (pcomplete-parse-comint-arguments): Use push.
7128
7129 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
7130
7131 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7132 Allow uncapitalized info node names (Bug#3921).
7133
7134 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
7135 to the DEBUG file (Bug#3781).
7136
7137 2009-10-23 Jari Aalto <jari.aalto@cante.net>
7138
7139 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
7140 dictionary entry (Bug#4579).
7141
7142 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
7143
7144 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
7145 from `rfn-eshadow-update-overlay-hook' when unloading.
7146 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
7147 "rsyncc". Adjust doc string.
7148 (tramp-temp-buffer-file-name): New buffer-local defvar.
7149 (tramp-handle-insert-file-contents, tramp-handle-write-region):
7150 Keep temporary file when indicated by method ("rsync" and
7151 "rsyncc").
7152 (tramp-handle-write-region): Handle APPEND.
7153 (tramp-delete-temp-file-function): New defun. Added to
7154 `kill-buffer-hook'.
7155
7156 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
7157
7158 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
7159
7160 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7161
7162 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
7163 (color-name-rgb-alist, tty-standard-colors)
7164 (tty-color-mode-alist): Change to defconst.
7165
7166 * simple.el (mark-inactive): Purecopy message.
7167
7168 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
7169 (global-map, yank-menu):
7170 * textmodes/ispell.el (ispell-menu-map):
7171 * net/eudc.el (eudc-tools-menu):
7172 * international/mule-cmds.el (describe-language-environment-map)
7173 (setup-language-environment-map, set-coding-system-map)
7174 (mule-menu-keymap):
7175 * vc-hooks.el (vc-menu-entry, vc-menu-map):
7176 * replace.el (occur-mode-map):
7177 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
7178
7179 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
7180
7181 * calc/calc.el (math-read-number, math-read-number-simple):
7182 Use `save-match-data'.
7183
7184 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7185
7186 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
7187 rather than fiddling with global-map bindings, since it should only
7188 affect per-terminal settings.
7189 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
7190
7191 * minibuffer.el (completion-table-with-terminator): Allow to specify
7192 the terminator-regexp.
7193
7194 * simple.el (switch-to-completions): Look for *Completions* in other
7195 frames as well.
7196
7197 * pcomplete.el: Allow the use of completion-tables.
7198 (pcomplete-std-complete): New command.
7199 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
7200 (pcomplete--here): Use a function for `form' rather than an expression,
7201 so it can be byte-compiled.
7202 (pcomplete-here, pcomplete-here*): Adjust accordingly.
7203 Add edebug declaration.
7204 (pcomplete-show-completions): Remove unused var `curbuf'.
7205 (pcomplete-do-complete, pcomplete-stub):
7206 Don't assume `completions' is a list of strings any more.
7207
7208 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
7209
7210 * find-dired.el (find-name-arg): Fix typo in docstring.
7211
7212 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7213
7214 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
7215 (pcmpl-linux-fs-types): Same, and update to new modules layout.
7216
7217 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
7218 pcomplete-entries.
7219
7220 * comint.el (comint-read-input-ring, comint-write-input-ring)
7221 (comint-substitute-in-file-name)
7222 (comint-dynamic-complete-as-filename)
7223 (comint-dynamic-simple-complete)
7224 (comint-dynamic-list-filename-completions)
7225 (comint-dynamic-list-completions)
7226 (comint-redirect-results-list-from-process): Minor simplifications.
7227
7228 2009-10-21 Kevin Ryde <user42@zip.com.au>
7229
7230 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7231 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
7232 the first form. And insert a blank line after ";;; Code" since
7233 that's usual style. (Bug#4612)
7234
7235 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
7236
7237 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7238
7239 * minibuffer.el (completion-table-with-terminator): Properly implement
7240 boundaries, in case `terminator' appears in the suffix.
7241 (completion--embedded-envvar-table): Don't return boundaries if
7242 there's no valid completion. Simplify.
7243 (completion-file-name-table): New completion table extracted from
7244 completion--file-name-table.
7245 (completion--file-name-table): Use it.
7246 (read-file-name-predicate): Declare obsolete.
7247 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
7248 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
7249 completion-file-name-table, and use the `pred' argument.
7250 * files.el (locate-file-completion-table): Use the `pred' arg rather
7251 than read-file-name-predicate.
7252 (abbreviate-file-name): Use \` rather than ^ for BOS.
7253
7254 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
7255
7256 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
7257 vc-responsible-backend to register, it causes problems.
7258
7259 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7260
7261 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
7262
7263 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
7264
7265 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
7266 (tramp-smb-handle-file-attributes): Use it.
7267 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
7268 (tramp-smb-handle-insert-directory): Use `mapc' rather than
7269 `mapcar'. Use `tramp-smb-get-stat-capability'.
7270 Add `dired-filename' text properties.
7271 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
7272 (tramp-smb-maybe-open-connection): Simplify check for smbclient
7273 version.
7274
7275 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7276
7277 * subr.el (read-key-delay): Reduce to 0.01.
7278 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
7279 (bug#4751).
7280
7281 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7282
7283 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
7284
7285 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
7286 (Info-menu): Remove unused vars `last' and `completions'.
7287 (Info-index-nodes): Remove unused var `node'.
7288
7289 * info.el (Info-complete-menu-item): Use complete-with-action.
7290
7291 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7292
7293 Make vc-annotate work through copies and renames.
7294 * vc-annotate.el (vc-annotate-extract-revision-at-line):
7295 Return the file name too.
7296 (vc-annotate-revision-at-line)
7297 (vc-annotate-find-revision-at-line)
7298 (vc-annotate-revision-previous-to-line)
7299 (vc-annotate-show-log-revision-at-line): Update to get the file
7300 name from vc-annotate-extract-revision-at-line.
7301 (vc-annotate-show-diff-revision-at-line-internal): Change the
7302 argument to mean whether to show a file diff or not. Get the file
7303 name from vc-annotate-extract-revision-at-line.
7304 (vc-annotate-show-diff-revision-at-line):
7305 Update vc-annotate-show-diff-revision-at-line call.
7306 (vc-annotate-warp-revision): Add an optional file argument.
7307
7308 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
7309 (vc-git-annotate-extract-revision-at-line): Also return the file
7310 name if found.
7311
7312 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
7313 command. Remove unused code.
7314 (vc-hg-annotate-re): Update to match --follow output.
7315 (vc-hg-annotate-extract-revision-at-line): Also return the file
7316 name if found.
7317
7318 * vc.el: Update annotate-extract-revision-at-line documentation.
7319
7320 2009-10-18 Kevin Ryde <user42@zip.com.au>
7321
7322 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
7323 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
7324
7325 * net/browse-url.el (browse-url): Identify alist with "consp and
7326 not functionp" and let all other things go down the `apply' leg,
7327 as suggested by Stefan. (Further to bug#4531.)
7328
7329 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
7330
7331 * minibuffer.el (read-file-name): Check for repeat before putting
7332 a default argument in file-name-history (Bug#4657).
7333
7334 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
7335 read syntax (Bug#4737).
7336
7337 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7338
7339 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7340
7341 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
7342 (html-tag-alist, html-tag-help): Add descriptions for undocumented
7343 entries and make note of obsolete tags.
7344
7345 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7346
7347 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7348
7349 2009-10-18 Glenn Morris <rgm@gnu.org>
7350
7351 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7352 grep, so that binary files (eg international/uni-bidi.el) can match.
7353 Remove test for "UnicodeData" files, since it is hopefully unnecessary
7354 now, and in any case the file header format has changed.
7355
7356 2009-10-17 Glenn Morris <rgm@gnu.org>
7357
7358 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7359 (flyspell-get-word, flyspell-large-region)
7360 (flyspell-auto-correct-previous-word): Doc/error message fixes.
7361
7362 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
7363
7364 * Makefile.in (ELCFILES): Add ede/shell.
7365
7366 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
7367
7368 * term/common-win.el (x-colors): Purecopy it.
7369
7370 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7371
7372 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
7373 permissive for when the buffer is empty.
7374 (tar-header-block-tokenize): Decode the username and groupname.
7375 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
7376
7377 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7378
7379 * international/mule-cmds.el (select-safe-coding-system): If the file
7380 has a coding cookie, use it regardless of any other setting (bug#4712).
7381
7382 2009-10-17 Glenn Morris <rgm@gnu.org>
7383
7384 * foldout.el (foldout-mouse-swallow-events):
7385 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
7386
7387 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
7388 (dired-keep-marker-copy, dired-keep-marker-hardlink)
7389 (dired-keep-marker-symlink, dired-dwim-target)
7390 (dired-copy-preserve-time): Do not autoload these defcustoms.
7391
7392 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7393 messages from messing up the file coding. (Bug#4623)
7394
7395 2009-10-17 Jari Aalto <jari.aalto@cante.net>
7396
7397 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7398 if no match is found for the current dictionary. (Bug#4578)
7399
7400 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7401 optional, since that is how it is documented, and this is often called
7402 with a nil argument. (Bug#4577)
7403 (flyspell-external-point-words, flyspell-auto-correct-word)
7404 (flyspell-correct-word-before-point, flyspell-word-search-forward)
7405 (flyspell-word-search-backward): Remove nil argument in calls to
7406 flyspell-get-word, since it is not needed now.
7407
7408 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
7409
7410 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
7411
7412 2009-10-16 Glenn Morris <rgm@gnu.org>
7413
7414 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7415
7416 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
7417
7418 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7419 (ange-ftp-file-size): New function.
7420 (ange-ftp-file-attributes): Use it.
7421
7422 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
7423
7424 * net/tramp-smb.el (tramp-smb-version): New defvar.
7425 (tramp-smb-maybe-open-connection): Use it, in order to avoid
7426 repeated checks.
7427
7428 2009-10-16 Glenn Morris <rgm@gnu.org>
7429
7430 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7431 Maybe copy some custom properties from old to new name. (Bug#4706)
7432
7433 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
7434
7435 * subr.el (error, sit-for, start-process-shell-command)
7436 (start-file-process-shell-command): Set the calling convention
7437 after the function definition.
7438
7439 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7440
7441 * subr.el (error, sit-for, start-process-shell-command)
7442 (start-file-process-shell-command): Use the new
7443 set-advertised-calling-convention feature.
7444
7445 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
7446
7447 * international/ucs-normalize.el (ucs-normalize-version):
7448 Change to 1.2.
7449 (check-range): Adjust for Unicode 5.2.
7450
7451 2009-10-15 Juri Linkov <juri@jurta.org>
7452
7453 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7454 to the `menu-item' format.
7455
7456 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
7457
7458 * net/tramp.el (tramp-replace-environment-variables): Do not fail
7459 if the environment variable does not exist.
7460
7461 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7462 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7463 parameter.
7464 (tramp-smb-handle-add-name-to-file)
7465 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7466 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7467 (tramp-smb-handle-file-attributes)
7468 (tramp-smb-do-file-attributes-with-stat)
7469 (tramp-smb-handle-file-local-copy)
7470 (tramp-smb-handle-insert-directory)
7471 (tramp-smb-handle-make-directory)
7472 (tramp-smb-handle-make-directory-internal)
7473 (tramp-smb-handle-make-symbolic-link)
7474 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7475 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7476 (tramp-smb-maybe-open-connection): Apply the changed parameters.
7477 (tramp-smb-read-file-entry): Read Disk names in compressed format.
7478 Handle long file names.
7479 (tramp-smb-get-cifs-capabilities): Check, whether the connection
7480 process is running.
7481 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7482 Read share names with "-g" option.
7483
7484 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
7485
7486 * net/rcirc.el (rcirc-view-log-file): New command.
7487 (rcirc-track-minor-mode-map): Remove C-c ` binding.
7488 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7489 specified.
7490
7491 2009-10-15 Glenn Morris <rgm@gnu.org>
7492
7493 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7494 from the second command-line argument.
7495 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7496 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7497 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7498 w32-batch-update-autoloads.
7499 * emacs-lisp/autoload.el (autoload-make-program): New variable.
7500 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7501
7502 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7503 the headers cannot be located. Simplify, subtracting superflous
7504 save-excursions.
7505
7506 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
7507
7508 Replace completion-base-size by completion-base-position to fix bugs
7509 such as (bug#4699).
7510 * simple.el (completion-base-position): New var.
7511 (completion-base-size): Mark as obsolete.
7512 (choose-completion): Make it work for mouse events as well.
7513 Pass the new base-position to choose-completion-string.
7514 (choose-completion-guess-base-position): New function, extracted from
7515 choose-completion-delete-max-match.
7516 (choose-completion-delete-max-match): Use it. Make obsolete.
7517 (choose-completion-string): Use the new base-position info.
7518 (completion-root-regexp): Delete.
7519 (completion-setup-function): Preserve completion-base-position.
7520 Eliminate obsolete base-size manipulation.
7521 * minibuffer.el (display-completion-list): Don't mess with base-size.
7522 (minibuffer-completion-help): Set completion-base-position instead.
7523 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7524 choose-completion.
7525 * textmodes/bibtex.el (bibtex-complete):
7526 * emacs-lisp/crm.el (crm--choose-completion-string):
7527 Adjust to new calling convention.
7528 * complete.el (partial-completion-mode): Use minibufferp to avoid
7529 bumping into incompatible change to choose-completion-string-functions.
7530 * ido.el (ido-choose-completion-string): Make its calling convention
7531 more permissive.
7532 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7533 base-size manipulation.
7534 (comint-dynamic-list-input-ring): Use dotimes and push.
7535 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7536 fundamental-mode. Use `or'.
7537
7538 2009-10-14 Juri Linkov <juri@jurta.org>
7539
7540 * misearch.el (multi-isearch-next-buffer-from-list)
7541 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
7542
7543 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7544
7545 * Makefile.in (compile-onefile): Load `bytecomp' rather than
7546 `bytecomp.el'.
7547
7548 * minibuffer.el (completion-pcm--merge-completions): Make sure the
7549 string we return is all made up of text from the completions rather
7550 than part from the completions and part from the input (bug#4219).
7551
7552 * ido.el (ido-everywhere): Use define-minor-mode.
7553
7554 * buff-menu.el (list-buffers, ctl-x-map):
7555 Mark the entry points with ;;;###autoload cookies.
7556
7557 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7558
7559 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7560 correctly in the detached head case.
7561 (vc-git-print-log): Remove unused binding.
7562
7563 * vc.el (vc-responsible-backend): When a directory is passed for
7564 for registration create a VC repository if no backend is
7565 responsible for the directory argument.
7566 (vc-deduce-fileset): Tell vc-responsible-backend to register.
7567
7568 * vc.el: Move comments about RCS and SCCS ...
7569 * vc-rcs.el:
7570 * vc-sccs.el: ... here, respectively.
7571
7572 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7573
7574 * minibuffer.el (completion--file-name-table): Return nil if there's
7575 no file completion, even if substitute-in-file-name changed
7576 the string (bug#4708).
7577
7578 2009-10-13 Juri Linkov <juri@jurta.org>
7579
7580 * files-x.el (read-file-local-variable-value): Don't filter out
7581 minor modes from mode name completion (bug#4664).
7582
7583 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7584
7585 * international/mule-cmds.el (ucs-names): Remove exclusion of
7586 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7587
7588 2009-10-13 Kenichi Handa <handa@m17n.org>
7589
7590 * international/uni-name.el: Regenerated.
7591
7592 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7593
7594 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
7595 should be automatically buffer-local, but isn't.)
7596
7597 2009-10-12 Sam Steingold <sds@gnu.org>
7598
7599 * progmodes/compile.el (compilation-next-error-function): Fix the
7600 timestamps if the buffer has been visited before.
7601 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7602 non-anchored patterns, like the perl one (bug#3928).
7603
7604 2009-10-12 Glenn Morris <rgm@gnu.org>
7605
7606 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7607 Let-bind `size'.
7608
7609 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
7610
7611 * proced.el (proced-unload-function): New function.
7612
7613 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7614 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7615 Doc fix.
7616
7617 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7618
7619 2009-10-11 Juri Linkov <juri@jurta.org>
7620
7621 * files-x.el (read-file-local-variable-value):
7622 Provide default value only for bound variables (bug#4664).
7623
7624 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
7625
7626 * net/tramp.el (tramp-local-host-p): Function shall return nil for
7627 connection methods like smb.
7628
7629 * net/tramp-cache.el (tramp-flush-connection-property): The hash
7630 can be empty.
7631
7632 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7633 (tramp-smb-file-name-handler-alist): Add handlers for
7634 `add-name-to-file', `make-symbolic-link'.
7635 (tramp-smb-handle-add-name-to-file)
7636 (tramp-smb-do-file-attributes-with-stat)
7637 (tramp-smb-handle-make-symbolic-link)
7638 (tramp-smb-get-cifs-capabilities): New defuns.
7639 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7640 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7641 (tramp-smb-handle-file-local-copy)
7642 (tramp-smb-handle-make-directory-internal)
7643 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7644 The file name syntax depends on cifs capabilities.
7645 (tramp-smb-handle-file-attributes):
7646 Call `tramp-smb-do-file-attributes-with-stat' if possible.
7647 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7648 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7649
7650 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
7651
7652 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7653 (eieio-defclass): Apply deftype handler and setf-method properties
7654 directly.
7655 (eieio-add-new-slot): Avoid union function from cl library.
7656 (eieio--typep): New function.
7657 (eieio-perform-slot-validation): Use it.
7658
7659 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7660
7661 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7662 Update documentation to refer to the variables documented in r1.135.
7663 (Bug#4188)
7664
7665 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7666
7667 * bookmark.el (Info-suffix-list): Remove this unused variable.
7668 (bookmark-current-point): Remove this obsolete variable.
7669 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7670 Adjust for removal of bookmark-current-point.
7671
7672 (bookmarks-already-loaded, bookmark-current-buffer)
7673 (bookmark-yank-point): Document. (Bug#4188)
7674
7675 2009-10-10 Glenn Morris <rgm@gnu.org>
7676
7677 * frame.el (frame-height): Doc fix.
7678
7679 * calendar/calendar.el (calendar-split-width-threshold): New option.
7680 (calendar-basic-setup): Use calendar-split-width-threshold.
7681
7682 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
7683
7684 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7685 Ideographic Supplement" range (U+1F200..U+1F2FF).
7686
7687 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7688
7689 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7690 since the list will have been rebuilt anyway. (Bug#4349)
7691
7692 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7693
7694 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7695 (bookmark-bmenu-execute-deletions): Don't save here, as
7696 bookmark-delete will now do so if necessary.
7697 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7698 (Bug#4348)
7699
7700 2009-10-09 Glenn Morris <rgm@gnu.org>
7701
7702 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7703
7704 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7705
7706 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7707 (bookmark-jump-other-window): Just invoke bookmark-jump with new
7708 argument now, so the two function's behaviors will match. (Bug#3645)
7709
7710 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
7711
7712 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7713 (tramp-file-name-real-host, tramp-file-name-port):
7714 Apply `save-match-data'.
7715
7716 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7717 case both directories are remote.
7718 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7719 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7720
7721 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7722
7723 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7724
7725 2009-10-07 Glenn Morris <rgm@gnu.org>
7726
7727 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7728 of concat.
7729
7730 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7731
7732 * files-x.el (read-file-local-variable): Include some
7733 non-user-variables in the completion table (bug#4664).
7734
7735 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
7736
7737 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7738 message.
7739
7740 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7741 (tramp-smb-file-name-handler-alist): Add handler for
7742 `copy-directory', `expand-file-name', `set-file-modes'.
7743 (tramp-smb-handle-copy-directory)
7744 (tramp-smb-handle-expand-file-name)
7745 (tramp-smb-handle-set-file-modes): New defuns.
7746 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7747 (tramp-smb-handle-file-attributes): Simplify check for retrieving
7748 entry.
7749 (tramp-smb-handle-insert-directory): Don't flush the cache.
7750 (tramp-smb-maybe-open-connection): Check for samba client and
7751 server versions.
7752
7753 2009-10-07 Eli Zaretskii <eliz@gnu.org>
7754
7755 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7756 to not error out of search for "^lisp=" fails.
7757
7758 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7759
7760 * makefile.w32-in (WINS_UPDATES): New macro.
7761 (custom-deps, finder-data, autoloads): Use it.
7762
7763 2009-10-07 Glenn Morris <rgm@gnu.org>
7764
7765 * Makefile.in (autoloads): Revert previous change.
7766 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7767 the list of preloaded files passed on the command-line, get
7768 it from src/Makefile.
7769
7770 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7771 show the original buffer rather than a random one.
7772
7773 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
7774
7775 * help.el (describe-no-warranty): Place point in a slightly better
7776 position in the GPLv3 text.
7777
7778 2009-10-06 Sam Steingold <sds@gnu.org>
7779
7780 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7781 the comm attribute is present before calling regexp-quote.
7782
7783 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
7784
7785 * play/animate.el (animate-string): For good effect, make sure
7786 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7787
7788 * play/animate.el (animate-sequence, animate-birthday-present):
7789 * misc.el (butterfly): Don't set `indent-tabs-mode'.
7790
7791 2009-10-06 Glenn Morris <rgm@gnu.org>
7792
7793 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7794
7795 * emacs-lisp/autoload.el (autoload-excludes): New variable.
7796 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7797 (batch-update-autoloads): Process a string value of autoload-excludes,
7798 set during the build process.
7799 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
7800
7801 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7802 inside with-parsed... macro so that `v' is defined.
7803
7804 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7805 * progmodes/fortran.el (fortran-end-of-block)
7806 (fortran-beginning-of-block):
7807 Also push mark in the macro case.
7808
7809 * emerge.el (emerge-show-file-name):
7810 * calc/calc.el (calc-quit):
7811 * calc/calc-misc.el (calc-big-or-small):
7812 * calc/calc-graph.el (calc-graph-view):
7813 * calc/calc-ext.el (calc-reset):
7814 * calendar/calendar.el (calendar-basic-setup):
7815 Use window-full-height-p.
7816
7817 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7818 header we don't understand, don't insert another. (Bug#4624)
7819 If changing mime charset, insert the new one in the right place.
7820
7821 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
7822
7823 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7824 (cal-tex-cursor-month): Correctly increment the end date for diary and
7825 holiday listing. (Bug#4626)
7826
7827 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7828
7829 * help-fns.el (describe-function-1): Don't burp if the function is not
7830 a symbol.
7831
7832 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
7833
7834 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7835 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7836 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7837 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7838
7839 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7840 (eieio-default-superclass): Reflow docstrings.
7841 (this, class-option-assoc, defclass, eieio-class-un-autoload)
7842 (eieio-unbind-method-implementations, defmethod)
7843 (eieio-validate-slot-value, eieio-validate-class-slot-value)
7844 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7845 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7846 (eieio-slot-originating-class-p, eieio-slot-name-index)
7847 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7848 (constructor, initialize-instance, no-next-method, object-print)
7849 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7850 Fix typos in docstrings.
7851 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7852 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7853 (next-method-p): Doc fixes.
7854 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7855 Fix typos in error messages.
7856 (eieio-defmethod): Fix typo in description of generic method.
7857
7858 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7859 (eieio-persistent-save-interactive, slot-missing):
7860 Fix typos in docstrings.
7861 (eieio-instance-inheritor-slot-boundp): Doc fix.
7862
7863 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7864 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7865
7866 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7867 (eieio-custom-object-apply-reset):
7868 Fix typos in docstrings and error messages.
7869
7870 * emacs-lisp/eieio-datadebug.el (data-debug-show):
7871 Fix typo in docstring.
7872
7873 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7874 (eieio-browse-tree): Doc fix.
7875 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7876 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7877 Fix typos in docstrings.
7878
7879 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7880 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7881 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7882 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7883 Reflow docstrings.
7884
7885 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7886
7887 * vc-hg.el (log-view-vc-backend): Declare for compiler.
7888 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7889 Set log-view-vc-backend so that diff can work.
7890
7891 * log-view.el (log-view-diff): Use vc-diff-internal instead of
7892 vc-version-diff.
7893 (vc-diff-internal): Autoload this instead of vc-version-diff.
7894
7895 2009-10-05 Eli Zaretskii <eliz@gnu.org>
7896
7897 * simple.el (eval-expression): Doc fix.
7898
7899 * progmodes/cwarn.el (cwarn-mode): Doc fix.
7900
7901 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
7902
7903 * files.el (directory-files-no-dot-files-regexp): New defconst.
7904 (delete-directory): Use it.
7905 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
7906
7907 * net/tramp.el (tramp-verbose): Fix docstring.
7908 (tramp-methods): Add recursive option to `tramp-copy-args'.
7909 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
7910 "scp1_old", "scp2_old", "rsync", "rsyncc".
7911 (tramp-default-method): Check also for `auth-source-user-or-password'.
7912 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7913 Add handler for `copy-directory'.
7914 (tramp-handle-copy-directory): New defun.
7915 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7916 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7917 Optimize sent command.
7918
7919 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7920
7921 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7922 window if necessary.
7923
7924 * calendar/calendar.el (calendar-basic-setup): Don't call
7925 switch-to-buffer in a dedicated window.
7926
7927 2009-10-05 Karl Fogel <kfogel@red-bean.com>
7928
7929 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7930 don't do anything related to relocating, just return nil.
7931 (bookmark-error-no-filename): New error.
7932 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7933 bookmark has no file. Don't even attempt to handle things that
7934 are not files; the whole point of custom handlers is to keep that
7935 knowledge elsewhere anyway. Tighten some comments.
7936 (bookmark-file-or-variation-thereof): Remove now-unused function.
7937 (bookmark-location): Doc string fix.
7938 (Bug#4250)
7939
7940 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7941
7942 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7943 don't use a file dialog, because they usually don't know how to read
7944 a directory target from the user. (Bug#4230)
7945 Also, make sure the prompt can display directories as well as files.
7946
7947 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7948
7949 * bookmark.el (bookmark-set, bookmark-buffer-name):
7950 Improve doc strings. (Bug#1193)
7951
7952 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7953
7954 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7955 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7956 (bookmark-get-annotation, bookmark-set-annotation)
7957 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7958 (bookmark-set-position, bookmark-get-front-context-string)
7959 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7960 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7961 (bookmark-jump-other-window, bookmark-handle-bookmark)
7962 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7963 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7964 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7965 Improve doc strings to say whether bookmark can be a string or
7966 a record or both, and make other consistency and clarity fixes.
7967 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7968 (bookmark-default-annotation-text, bookmark-yank-word)
7969 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7970 (bookmark-import-new-list, bookmark-maybe-rename)
7971 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7972 (bookmark-bmenu-bookmark): Give these doc strings.
7973 (bookmark-bmenu-check-position): Give this a doc string, but also
7974 add a FIXME comment about how the function may be pointless.
7975 (bookmark-default-handler): Rework doc string and change a
7976 parameter name, to clarify that this takes a bookmark record
7977 not a bookmark name.
7978 (bookmark-set): Change a parameter name to indicate its meaning,
7979 and improve the doc string a bit.
7980 (Bug#4188)
7981
7982 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7983
7984 * bookmark.el (bookmark-alist): Document the new `handler' element
7985 in the param alist.
7986 (bookmark-make-record-function): Adjust documentation for above.
7987 (Bug#4193)
7988
7989 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7990
7991 * info.el (Info-bookmark-make-record): Document this function.
7992 (Info-bookmark-jump): Document with a doc string, not just a comment.
7993 (Bug#4203)
7994
7995 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
7996
7997 * files.el (copy-directory): New defun.
7998
7999 * dired-aux.el (dired-copy-file-recursive): Use it.
8000
8001 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
8002
8003 * files-x.el (modify-dir-local-variable)
8004 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
8005 docstrings.
8006
8007 * recentf.el (recentf-unload-function): New function.
8008
8009 2009-10-04 Glenn Morris <rgm@gnu.org>
8010
8011 * window.el (window-full-height-p): Add doc string.
8012
8013 2009-10-04 Martin Rudalics <rudalics@gmx.at>
8014
8015 * window.el (window-full-height-p): New function. (Bug#4543)
8016
8017 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
8018
8019 * vc.el: Remove commented out code.
8020 (vc-derived-from-dir-mode): Remove, unused.
8021 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
8022
8023 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
8024
8025 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8026 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
8027 there could be recursive loading when `default-directory' is a
8028 remote file name. (Bug#4614)
8029
8030 2009-10-03 Glenn Morris <rgm@gnu.org>
8031
8032 * calendar/calendar.el (calendar-basic-setup): Handle the case where
8033 the frame is wide.
8034 (calendar-generate-window): Test for shrinkability rather than width.
8035
8036 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
8037 reusing existing buffers, in case we happen to visit two files with the
8038 same basename. (Bug#4593)
8039
8040 2009-10-02 Eli Zaretskii <eliz@gnu.org>
8041
8042 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
8043 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
8044 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
8045 subdirs of cedet as well.
8046 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
8047
8048 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8049
8050 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
8051 Obey advertised-signature-table.
8052
8053 * help-fns.el (help-function-arglist): Don't check
8054 advertised-signature-table.
8055 (describe-function-1): Do it here instead so it also applies to subrs.
8056
8057 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
8058
8059 * simple.el (start-file-process): Say in the doc-string, that file
8060 handlers might not support pty association, if PROGRAM is nil.
8061
8062 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
8063 HOST and USER are strings. They are nil, when there are
8064 incomplete entries in ~/.netrc, for example.
8065 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
8066 root directory ("device busy" error otherwise).
8067
8068 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
8069 Flush file properties of created directory.
8070
8071 2009-10-02 Eli Zaretskii <eliz@gnu.org>
8072
8073 * makefile.w32-in (WINS_BASIC): Remove cedet.
8074 (WINS_CEDET): Add cedet.
8075 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
8076
8077 2009-10-02 Kevin Ryde <user42@zip.com.au>
8078
8079 * net/browse-url.el (browse-url): Pass any symbol in
8080 browse-url-browser-function to `apply', since if you've mistakenly put
8081 an unbound symbol then the error is clearer. (Bug#4531)
8082
8083 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
8084
8085 * allout.el (allout-init, allout-back-to-current-heading)
8086 (allout-beginning-of-current-entry, allout-ascend-to-depth)
8087 (allout-ascend, allout-up-current-level, allout-end-of-level)
8088 (allout-previous-visible-heading, allout-forward-current-level)
8089 (allout-backward-current-level, allout-show-children):
8090 * apropos.el (apropos-describe-plist):
8091 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
8092 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
8093 * completion.el (add-completion, add-permanent-completion):
8094 * descr-text.el (describe-text-category, describe-char):
8095 * desktop.el (desktop-lazy-abort):
8096 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
8097 * dired.el (dired-build-subdir-alist):
8098 * ediff.el (ediff-version):
8099 * elide-head.el (elide-head, elide-head-show):
8100 * emerge.el (emerge-version):
8101 * env.el (getenv):
8102 * face-remap.el (variable-pitch-mode):
8103 * faces.el (describe-face):
8104 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
8105 (dired-at-point):
8106 * files.el (find-file-existing, auto-save-mode):
8107 * font-lock.el (font-lock-fontify-buffer):
8108 * help-fns.el (describe-function, describe-variable)
8109 (describe-syntax, describe-categories):
8110 * help.el (view-lossage, describe-bindings, describe-key)
8111 (describe-mode):
8112 * hexl.el (hexl-current-address):
8113 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
8114 * info.el (Info-goto-emacs-key-command-node):
8115 * log-edit.el (log-edit-insert-cvs-template)
8116 (log-edit-insert-cvs-rcstemplate):
8117 * menu-bar.el (menu-bar-mode):
8118 * mouse.el (mouse-appearance-menu):
8119 * newcomment.el (comment-indent-new-line):
8120 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
8121 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
8122 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
8123 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
8124 * recentf.el (recentf-mode):
8125 * savehist.el (savehist-mode, savehist-save):
8126 * shadowfile.el (shadow-copy-files):
8127 * simple.el (kill-ring-save, next-line, previous-line)
8128 (normal-erase-is-backspace-mode):
8129 * strokes.el (strokes-update-window-configuration)
8130 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
8131 (strokes-xpm-for-stroke):
8132 * time.el (emacs-uptime, emacs-init-time):
8133 * tutorial.el (tutorial--describe-nonstandard-key)
8134 (tutorial--detailed-help):
8135 * type-break.el (type-break-mode)
8136 (type-break-mode-line-message-mode, type-break-query-mode)
8137 (type-break-guesstimate-keystroke-threshold):
8138 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
8139 * version.el (emacs-version):
8140 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
8141 * winner.el (winner-mode):
8142 * calendar/timeclock.el (timeclock-in, timeclock-out)
8143 (timeclock-status-string, timeclock-change)
8144 (timeclock-workday-remaining-string)
8145 (timeclock-workday-elapsed-string)
8146 (timeclock-when-to-leave-string):
8147 * calendar/todo-mode.el (todo-add-category):
8148 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
8149 * emacs-lisp/autoload.el (update-file-autoloads):
8150 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
8151 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
8152 (checkdoc-message-text, checkdoc-defun):
8153 * emacs-lisp/debug.el (debugger-list-functions):
8154 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8155 * emacs-lisp/eieio-opt.el (eieio-describe-class)
8156 (eieio-describe-generic):
8157 * emacs-lisp/lisp-mnt.el (lm-synopsis):
8158 * emacs-lisp/shadow.el (list-load-path-shadows):
8159 * emulation/cua-base.el (cua-mode):
8160 * emulation/edt.el (edt-set-scroll-margins):
8161 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
8162 (tpu-toggle-regexp, tpu-toggle-search-direction)
8163 (tpu-toggle-rectangle, tpu-toggle-control-keys):
8164 * emulation/tpu-extras.el (tpu-set-scroll-margins):
8165 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8166 (viper-set-parsing-style-toggling-macro)
8167 (viper-set-emacs-state-searchstyle-macros):
8168 * emulation/viper.el (viper-set-hooks):
8169 * eshell/esh-mode.el (eshell-truncate-buffer):
8170 * international/mule-cmds.el (prefer-coding-system)
8171 (describe-input-method, describe-language-environment):
8172 * international/mule-diag.el (list-character-sets)
8173 (describe-character-set, describe-coding-system)
8174 (describe-fontset, list-fontsets, list-input-methods):
8175 * mail/sendmail.el (mail-signature):
8176 * net/ange-ftp.el (ange-ftp-copy-file):
8177 * net/browse-url.el (browse-url):
8178 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
8179 * net/quickurl.el (quickurl-add-url):
8180 * net/rcirc.el (names, topic):
8181 * net/xesam.el (xesam-mode):
8182 * play/5x5.el (5x5-new-game):
8183 * play/yow.el (apropos-zippy):
8184 * progmodes/ada-mode.el (ada-mode-version):
8185 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
8186 (f90-end-of-block)
8187 (f90-beginning-of-block):
8188 * progmodes/fortran.el (fortran-end-of-block)
8189 (fortran-beginning-of-block):
8190 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
8191 * progmodes/python.el (python-describe-symbol, python-shell):
8192 * term/ns-win.el (ns-print-buffer):
8193 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
8194 * textmodes/flyspell.el (flyspell-mode-on):
8195 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
8196 (pages-directory-for-addresses):
8197 * textmodes/table.el (table-recognize-cell)
8198 (table-query-dimension, table-generate-source)
8199 (table-insert-sequence, table--warn-incompatibility):
8200 * textmodes/tex-mode.el (tex-validate-buffer):
8201 * textmodes/texinfmt.el (texinfmt-version)
8202 (texinfo-format-buffer):
8203 Use `called-interactively-p' instead of `interactive-p'.
8204
8205 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
8206
8207 * image-mode.el (image-toggle-display):
8208 * emacs-lisp/elp.el (elp-instrument-function):
8209 * emacs-lisp/advice.el (ad-make-advised-definition):
8210 * emacs-lisp/easy-mmode.el (define-minor-mode):
8211 * net/browse-url.el (browse-url-maybe-new-window):
8212 * progmodes/sh-script.el (sh-learn-buffer-indent):
8213 Pass new argument 'any to `called-interactively-p'.
8214
8215 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
8216
8217 * international/uni-bidi.el:
8218 * international/uni-category.el:
8219 * international/uni-combining.el:
8220 * international/uni-comment.el:
8221 * international/uni-decimal.el:
8222 * international/uni-decomposition.el:
8223 * international/uni-digit.el:
8224 * international/uni-lowercase.el:
8225 * international/uni-mirrored.el:
8226 * international/uni-name.el:
8227 * international/uni-numeric.el:
8228 * international/uni-old-name.el:
8229 * international/uni-titlecase.el:
8230 * international/uni-uppercase.el:
8231 Regenerate from Unicode 5.2.0 data.
8232
8233 2009-10-01 Glenn Morris <rgm@gnu.org>
8234
8235 * Makefile.in (ELCFILES): Regenerate.
8236
8237 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8238
8239 * subr.el (interactive-p): Mark obsolete.
8240 (called-interactively-p): Make the optional-ness of `kind' obsolete.
8241 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
8242 advertised-signature-table for subroutines as well.
8243
8244 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
8245 (set-advertised-calling-convention): New function.
8246 (make-obsolete, define-obsolete-function-alias)
8247 (make-obsolete-variable, define-obsolete-variable-alias):
8248 Make the optional-ness of `when' obsolete.
8249 (define-obsolete-face-alias): Make `when' non-optional.
8250 * help-fns.el (help-function-arglist):
8251 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
8252 Use advertised-signature-table.
8253
8254 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
8255
8256 * files.el (delete-directory): New defun. The original function
8257 in fileio.c has been renamed to `delete-directory-internal'.
8258
8259 * dired.el (dired-delete-file): Call `delete-directory' with
8260 RECURSIVE parameter.
8261
8262 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
8263 parameter RECURSIVE. Implementation is missing.
8264
8265 * net/tramp.el (tramp-handle-make-directory): Flush upper
8266 directory's file properties.
8267 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
8268 (tramp-handle-dired-recursive-delete-directory): Flush directory
8269 properties after the remove command only.
8270
8271 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8272 Handle optional parameter RECURSIVE.
8273
8274 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
8275 Handle optional parameter RECURSIVE.
8276
8277 * net/tramp-smb.el (tramp-smb-errors): Add error message for
8278 connection timeout.
8279 (tramp-smb-handle-delete-directory): Handle optional parameter
8280 RECURSIVE.
8281
8282 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8283
8284 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
8285 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
8286 (byte-compile-defmacro): Use backquotes.
8287
8288 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
8289
8290 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
8291 has no associated file.
8292 (vc-resynch-buffer): Use vc-dir-buffers.
8293
8294 2009-10-01 Glenn Morris <rgm@gnu.org>
8295
8296 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
8297 (chart-file-count):
8298 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
8299 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
8300 * emacs-lisp/eieio-opt.el (eieio-describe-class):
8301 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
8302 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
8303 (eieio-copy-parents-into-subclass, make-instance, class-children)
8304 (eieio-generic-form):
8305
8306 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8307 match-data. (Bug#4555).
8308
8309 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8310 rather than parsing it as a regexp. This relaxes the layout
8311 requirements and makes errors easier to detect.
8312 (check-declare-verify): Check file is regular.
8313 (check-declare-directory): Doc fix.
8314 * subr.el (declare-function): Doc fix.
8315
8316 * ibuffer.el (ibuffer-format-qualifier):
8317 * isearch.el (hi-lock-regexp-okay):
8318 * calc/calc.el (math-zerop):
8319 * mail/uce.el (rmail-msgbeg, rmail-msgend):
8320 * term/w32-win.el (setup-default-fontset, set-fontset-font):
8321 Remove unused declarations.
8322
8323 2009-09-30 Glenn Morris <rgm@gnu.org>
8324
8325 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8326
8327 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8328 filename is not a string.
8329
8330 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
8331
8332 * files.el (safe-local-eval-forms): Fix typo.
8333
8334 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8335
8336 * vc-hooks.el (vc-dir-buffers): New var.
8337 (vc-state-refresh): New function.
8338 (vc-state): Use it.
8339 (vc-after-save): Always ask the backend to recompute the new state.
8340 Always call vc-dir if necessary, using vc-dir-buffers.
8341 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8342 Use vc-dir-buffers.
8343 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8344 (vc-dir-prepare-status-buffer, vc-dir-update)
8345 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8346 Don't call expand-file-name on default-directory.
8347
8348 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8349
8350 * speedbar.el (speedbar-item-delete):
8351 * calc/calc-prog.el (calc-kbd-if):
8352 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8353
8354 * epa.el (epa-key-list-mode-map):
8355 * hi-lock.el (hi-lock-menu): Fix typos in menus.
8356
8357 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8358 (hs-show-hook): Fix typo in docstring.
8359
8360 2009-09-29 Glenn Morris <rgm@gnu.org>
8361
8362 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8363 file-name-nondirectory call preventing location of cedet files.
8364 (check-declare-verify): Use literal search rather than re-search.
8365 Add basic defmethod and defclass, and define-overloadable-function.
8366
8367 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8368 Use tramp-compat-file-attributes rather than nonexistent
8369 tramp-compat-handle-file-attributes.
8370
8371 * Makefile.in (lisptagsfiles4): New.
8372 (AUTOGENEL): Add cedet loaddefs files.
8373 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8374 (update-elclist, compile-always, backup-compiled-files)
8375 (bootstrap-clean): Add yet another directory level.
8376 (update-elclist): Use LC_COLLATE rather than COLLATE.
8377 (ELCFILES): Update, via `make update-elclist'.
8378
8379 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8380
8381 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8382 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8383 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8384
8385 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
8386
8387 * Makefile.in (lisptagsfiles3): Define.
8388 (TAGS, TAGS-LISP): Use it.
8389 (update-elclist): Add third directory level to look for elc files.
8390 (compile-always): Likewise.
8391 (backup-compiled-files): Likewise.
8392 (bootstrap-clean): Likewise.
8393 (ELCFILES): Update.
8394
8395 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
8396
8397 * Makefile.in (ELCFILES): Add CEDET files.
8398
8399 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
8400
8401 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8402
8403 * net/tramp.el (top): Require tramp-imap.
8404
8405 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8406 Use `tramp-compat-handle-file-attributes'.
8407
8408 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8409
8410 * net/tramp-imap.el: New package.
8411
8412 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8413
8414 * whitespace.el (whitespace-trailing-regexp)
8415 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8416 Fix doc string.
8417
8418 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
8419
8420 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8421 menu.
8422
8423 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8424 menu-bar-ediff-menu.
8425
8426 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8427 define-overloadable-function.
8428
8429 * progmodes/autoconf.el: Provide autoconf as well, so that this
8430 file can be `require'd.
8431
8432 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8433
8434 * emacs-lisp/autoload.el (generated-autoload-feature)
8435 (generated-autoload-load-name): New vars.
8436 (autoload-rubric, autoload-generate-file-autoloads): Use them.
8437 (make-autoload): Recognize define-overloadable-function and
8438 defclass forms (for EIEIO).
8439
8440 * Makefile.in (update-subdirs): Exclude cedet directory.
8441
8442 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8443
8444 * term/ns-win.el: Don't set the region face background. (Bug#4381)
8445
8446 * faces.el: Default light-background background for region face to
8447 ns_selection_color under NS.
8448
8449 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8450
8451 * net/imap-hash.el: New library, see NEWS.
8452
8453 * Makefile.in (ELCFILES): Add imap-hash.el.
8454
8455 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8456
8457 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8458 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8459 * help-macro.el (make-help-screen): Avoid using an ambiguous function
8460 definition where the docstring could be taken for the return value.
8461
8462 2009-09-26 Glenn Morris <rgm@gnu.org>
8463
8464 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8465 Add option to only show images below a certain size.
8466 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8467 save-excursion calls.
8468
8469 2009-09-26 Eli Zaretskii <eliz@gnu.org>
8470
8471 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8472 subdirectories) and eieio.
8473
8474 2009-09-26 Alan Mackenzie <acm@muc.de>
8475
8476 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8477 Correct buggy bracketing. (Bug#4289)
8478
8479 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
8480 character constants (as case labels). (Bug#4289)
8481
8482 2009-09-25 Juri Linkov <juri@jurta.org>
8483
8484 * files.el (safe-local-eval-forms): Allow time-stamp in
8485 before-save-hook (Bug#4554).
8486
8487 2009-09-25 Drew Adams <drew.adams@oracle.com>
8488
8489 * menu-bar.el (list-buffers-directory): Doc fix.
8490
8491 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
8492
8493 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8494 Try and avoid copying twice the same paragraph.
8495 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8496 Remove save-excursion.
8497 (log-edit-changelog-entry): Do it here instead.
8498
8499 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
8500
8501 * bs.el (bs--get-file-name): Use `list-buffers-directory'
8502 when available, instead of hardcoding mode names. Doc fix.
8503
8504 * menu-bar.el (list-buffers-directory): Add docstring.
8505 Make automatically buffer-local.
8506
8507 * dired.el (dired-mode):
8508 * files.el (cd-absolute):
8509 * pcvs.el (cvs-temp-buffer):
8510 * pcvs-util.el (cvs-get-buffer-create):
8511 * shell.el (shell-mode):
8512 * vc-dir.el (vc-dir-mode):
8513 Don't make `list-buffers-directory' buffer local.
8514
8515 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
8516
8517 * comint.el (comint-exec, comint-run, make-comint):
8518 Doc fixes (Bug#4542).
8519
8520 2009-09-25 Glenn Morris <rgm@gnu.org>
8521
8522 * mail/rmailmm.el (rmail-mime): New custom group.
8523 Move all defcustoms in this file into this group.
8524 (rmail-mime-media-type-handlers-alist): Revert previous change.
8525 (rmail-mime-show-images): New option.
8526 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8527 references to it, since it wasn't actually used for anything.
8528 (rmail-mime-insert-image): New function.
8529 (rmail-mime-image): Use rmail-mime-insert-image.
8530 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
8531 obey the value of `rmail-mime-show-images' option. Print the size of
8532 attachments.
8533
8534 2009-09-25 David Engster <deng@randomsample.de>
8535
8536 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
8537
8538 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8539
8540 * whitespace.el: Does not highlight trailing spaces While point is
8541 at end of line. Does not highligt spaces at beginning of buffer
8542 while point is at beginning of buffer. Does not highlight spaces
8543 at end of buffer while point is at end of buffer. (Bug#4177)
8544 New version 12.0.
8545 (whitespace-display-mappings): Adjust initialization.
8546 (whitespace-point, whitespace-font-lock-refontify): New vars.
8547 (whitespace-color-on, whitespace-color-off): Adjust code.
8548 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8549 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8550 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8551
8552 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
8553
8554 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8555
8556 * textmodes/sgml-mode.el: Remove xml-mode alias.
8557
8558 * files.el (auto-mode-alist, conf-mode-maybe)
8559 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8560
8561 2009-09-24 Alan Mackenzie <acm@muc.de>
8562
8563 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8564 c-forward-conditionals, but it doesn't move point and doesn't set
8565 the mark.
8566 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8567 (c-down-conditional-with-else, c-backward-conditional)
8568 (c-forward-conditional): Refactor to use c-scan-conditionals.
8569
8570 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8571
8572 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8573 (help-default-arg-highlight): Remove.
8574 (help-highlight-arg): New function.
8575 (help-do-arg-highlight): Use it.
8576 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
8577
8578 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8579
8580 * term.el (term-set-scroll-region, term-handle-ansi-escape):
8581 Undo last change, which didn't fix the problem and introduced others.
8582
8583 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
8584
8585 * progmodes/gdb-mi.el: Don't require speedbar.
8586 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8587
8588 2009-09-24 Glenn Morris <rgm@gnu.org>
8589
8590 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8591
8592 * term/ns-win.el (ns-reg-to-script): Define for compiler.
8593
8594 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8595 there is no newline after the final mime boundary. (Bug#4539)
8596 Move markers on insertion so that any buttons inserted don't end up in
8597 the next part of a multipart message.
8598 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
8599 (rmail-mime-bulk-handler): Optionally handle images.
8600 (rmail-mime-image): New button action.
8601 (rmail-mime-image-handler): New function.
8602 (rmail-mime-mode): New mode.
8603 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
8604
8605 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8606
8607 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8608 than just dropping elements from it (bug#4504).
8609
8610 * term.el (term-set-scroll-region): Don't move cursor any more.
8611 (term-handle-ansi-escape): Call term-goto here instead.
8612 Suggested by Ivan Kanis <apple@kanis.eu>.
8613
8614 * term.el: Require CL.
8615 (term-ansi-reset): New function.
8616 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8617 (term-handle-colors-array): Simplify.
8618
8619 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8620
8621 * allout.el (allout-overlay-interior-modification-handler)
8622 (allout-obtain-passphrase):
8623 * epa-file.el (epa-file-write-region):
8624 * ps-print.el (ps-begin-job):
8625 * vc-hooks.el (vc-toggle-read-only):
8626 * vc-rcs.el (vc-rcs-rollback):
8627 * vc-sccs.el (vc-sccs-rollback):
8628 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8629 (vc-version-diff, vc-revert, vc-rollback):
8630 * wdired.el (wdired-check-kill-buffer):
8631 * emacs-lisp/authors.el (authors):
8632 * net/socks.el (socks-open-connection):
8633 * net/zeroconf.el (zeroconf-service-add-hook):
8634 * obsolete/vc-mcvs.el (vc-mcvs-register):
8635 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8636 (gdb-select-frame):
8637 * progmodes/grep.el (lgrep, rgrep):
8638 * progmodes/idlw-help.el (idlwave-help-check-locations)
8639 (idlwave-help-html-link, idlwave-help-assistant-open-link):
8640 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8641 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8642 (reftex-toc-rename-label): Fix typos in error messages.
8643
8644 * dired-aux.el (dired-do-shell-command): Reflow docstring.
8645 (dired-copy-how-to-fn): Doc fix.
8646 (dired-files-attributes, dired-read-shell-command):
8647 Fix typos in docstrings.
8648
8649 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8650 (dired-x-find-file-other-window): Reflow docstrings.
8651 (dired-omit-marker-char, dired-read-shell-command)
8652 (dired-x-submit-report): Fix typos in docstrings.
8653
8654 * shell.el (shell-mode-hook):
8655 * view.el (View-scroll-line-forward):
8656 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8657 Fix typos in docstrings.
8658
8659 * net/dig.el (dig-invoke): Fix typo in docstring.
8660 (query-dig): Reflow docstring.
8661
8662 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8663 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8664 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8665 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8666 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8667 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8668 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8669 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8670 (idlwave-completion-map, idlwave-current-indent)
8671 (idlwave-custom-ampersand-surround, idlwave-customize)
8672 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8673 (idlwave-define-abbrev, idlwave-determine-class-special)
8674 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8675 (idlwave-end-block-reg, idlwave-end-of-statement)
8676 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8677 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8678 (idlwave-explicit-class-listed, idlwave-file-header)
8679 (idlwave-fill-paragraph, idlwave-find-class-definition)
8680 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8681 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8682 (idlwave-in-quote, idlwave-indent-action-table)
8683 (idlwave-indent-expand-table, idlwave-indent-line)
8684 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8685 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8686 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8687 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8688 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8689 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8690 (idlwave-outlawed-buffers, idlwave-popup-select)
8691 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8692 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8693 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8694 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8695 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8696 (idlwave-statement-type, idlwave-struct-skip)
8697 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8698 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8699 (idlwave-what-module-find-class): Fix typos in docstrings.
8700 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8701 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8702 (idlwave-find-module, idlwave-find-structure-definition)
8703 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8704 (idlwave-list-load-path-shadows, idlwave-next-statement)
8705 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8706 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8707 (idlwave-template): Reflow docstrings.
8708
8709 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8710 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8711 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8712 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8713 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8714 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8715 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8716 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8717 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8718 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8719 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8720 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8721 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8722 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8723 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8724 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8725 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8726 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8727 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8728 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8729 Fix typos in docstrings.
8730 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8731 (idlwave-shell-hide-output, idlwave-shell-mode)
8732 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8733 Reflow docstrings.
8734
8735 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8736
8737 2009-09-24 Ivan Kanis <apple@kanis.eu>
8738
8739 * term.el (term-bold-attribute): New var.
8740 (term-handle-colors-array): Use it.
8741
8742 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
8743
8744 * progmodes/gdb-mi.el (gdb-version): New variable.
8745 (gdb-non-stop-handler): Set gdb-version.
8746 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8747 Condition "--thread" option on gdb-version.
8748 (gdb-invalidate-threads): Remove unused argument.
8749
8750 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8751
8752 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8753 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8754
8755 2009-09-23 Glenn Morris <rgm@gnu.org>
8756
8757 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8758 replying to mail without References or Message-Id. (Bug#4525)
8759
8760 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8761
8762 * term/ns-win.el (ns-reg-to-script): New variable.
8763
8764 2009-09-23 Daiki Ueno <ueno@unixuser.org>
8765
8766 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8767
8768 2009-09-22 Sam Steingold <sds@gnu.org>
8769
8770 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8771 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8772 to 1 because hg returns status 1 when nothing is found.
8773 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8774
8775 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8776
8777 * textmodes/fill.el: Convert to utf-8 encoding.
8778 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8779 pre-unicode days.
8780
8781 * add-log.el (change-log-fill-forward-paragraph): New function.
8782 (change-log-mode): Use it so fill-region DTRT.
8783 Set fill-indent-according-to-mode here rather than in
8784 change-log-fill-paragraph.
8785 (change-log-fill-paragraph): Remove.
8786
8787 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
8788
8789 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8790 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8791
8792 2009-09-22 Glenn Morris <rgm@gnu.org>
8793
8794 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8795 the scroll-bar scroll the calendar window rather than the buffer.
8796
8797 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8798 commands that move point (as opposed to scrolling).
8799
8800 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8801
8802 * emacs-lisp/elint.el (elint): New custom group.
8803 (elint-log-buffer): Make it a defcustom.
8804 (elint-scan-preloaded, elint-ignored-warnings)
8805 (elint-directory-skip-re): New options.
8806 (elint-builtin-variables): Doc fix.
8807 (elint-preloaded-env): New variable.
8808 (elint-unknown-builtin-args): Add an entry for encode-time.
8809 (elint-extra-errors): Make it a variable rather than a constant.
8810 (elint-preloaded-skip-re): New constant.
8811 (elint-directory): Skip files matching elint-directory-skip-re.
8812 (elint-features): New variable, local to linted buffers.
8813 (elint-update-env): Initialize elint-features. Possibly add
8814 elint-preloaded-env to the buffer's environment.
8815 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8816 Skip quoted forms.
8817 (elint-init-form): New function, extracted from elint-init-env.
8818 Make non-list forms a warning rather than an error.
8819 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8820 easy-menu-define, put that adds an error-condition, and provide.
8821 When requiring cl, also require cl-macs. Really require cl, to handle
8822 some cl macros. Store required libraries in the list elint-features,
8823 so as not to re-load them. Treat cc-require like require.
8824 (elint-init-env): Call elint-init-form to do the work.
8825 Handle eval-and-compile and such like.
8826 (elint-add-required-env): Do not clear messages.
8827 (elint-special-forms): Add handlers for function, defalias, if, when,
8828 unless, and, or.
8829 (elint-form): Add optional argument to ignore elint-special-forms,
8830 useful to prevent recursive calls from handlers. Doc fix.
8831 Respect elint-ignored-warnings.
8832 (elint-form): Respect elint-ignored-warnings.
8833 (elint-bound-variable, elint-bound-function): New variables.
8834 (elint-unbound-variable): Respect elint-bound-variable.
8835 (elint-get-args): Respect elint-bound-function.
8836 (elint-check-cond-form): Add some simple handling for (f)boundp and
8837 featurep tests.
8838 (elint-check-defalias-form): New handler.
8839 (elint-check-let-form): Make an empty let a warning rather than an
8840 error.
8841 (elint-check-setq-form): Make an empty setq a warning rather than an
8842 error. Respect elint-ignored-warnings.
8843 (elint-check-defvar-form): Accept null doc-strings.
8844 (elint-check-conditional-form): New handler. Does some simple-minded
8845 checking of featurep and (f)boundp tests.
8846 (elint-put-function-args): New function.
8847 (elint-initialize): Use elint-scan-doc-file rather than
8848 elint-find-builtin-variables. Use elint-put-function-args.
8849 Possibly scan preloaded-file-list.
8850 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8851 extend to handle functions as well.
8852
8853 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8854
8855 * linum.el (linum-delete-overlays, linum-update-window):
8856 Do not modify the right margin. (Bug#3971)
8857
8858 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
8859
8860 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
8861 Use nxml-mode instead of xml-mode.
8862
8863 2009-09-21 Kevin Ryde <user42@zip.com.au>
8864
8865 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8866
8867 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8868
8869 * net/dig.el (dig-mode): Use define-derived-mode.
8870
8871 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8872
8873 * vc-dispatcher.el (vc-do-command): Return the process object in
8874 the asynchronous case. Use when instead of if. Do not run
8875 vc-exec-after to display a message if not enabled. (Bug#4463)
8876
8877 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8878 properties to the stash strings.
8879 (vc-git-stash-list): Return a list of strings.
8880 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8881 (vc-git-stash-show-at-point): New functions.
8882 (vc-git-stash-map): New keymap.
8883
8884 * register.el (ctl-x-r-map): Define the keys here instead of
8885 using autoload.
8886
8887 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
8888
8889 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8890 list, to workaround performance problem (bug#4485).
8891
8892 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
8893
8894 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8895
8896 2009-09-20 Daiki Ueno <ueno@unixuser.org>
8897
8898 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8899 Document that this option is not recommended to use.
8900
8901 2009-09-19 Glenn Morris <rgm@gnu.org>
8902
8903 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8904 variable `var'.
8905
8906 * calc/calc-alg.el (var):
8907 * calc/calcalg2.el (var): Define for compiler.
8908
8909 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
8910
8911 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8912 Doc fix (Bug#3932).
8913
8914 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8915
8916 * time-stamp.el (time-stamp-month-dd-yyyy)
8917 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8918 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8919 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8920 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8921 Remove functions that have been obsolete since 1995 (Bug#4436).
8922
8923 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8924 indent buffer only if called interactively (Bug#4452).
8925
8926 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
8927 Eli Zaretskii <eliz@gnu.org>
8928
8929 This fixes bug#4197 (merged to bug#865, though not identical).
8930 * server.el (server-auth-dir): Add docstring note about FAT32.
8931 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8932 but warn against using them.
8933
8934 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
8935
8936 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8937 older GDB where there is no has_more field.
8938
8939 2009-09-19 Glenn Morris <rgm@gnu.org>
8940
8941 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8942
8943 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
8944
8945 * files.el (auto-mode-alist): Change default for XML files to nXML
8946 mode (Bug#4169).
8947
8948 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
8949
8950 * server.el (server-ensure-safe-dir): Pass 'integer
8951 to `file-attributes', as suggested.
8952
8953 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8954
8955 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8956 (dired-query): Use read-key.
8957
8958 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8959
8960 * cus-start.el (ns-use-qd-smoothing): Remove.
8961
8962 2009-09-18 Glenn Morris <rgm@gnu.org>
8963
8964 * allout.el (top-level): Remove unnecessary progn.
8965
8966 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8967
8968 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8969 definition of abbrev table.
8970
8971 * speedbar.el (speedbar-track-mouse):
8972 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8973 * net/eudc.el (eudc-expand-inline):
8974 * net/newst-backend.el (newsticker--cache-read-feed):
8975 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8976 condition-case handlers.
8977
8978 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
8979
8980 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8981 (gdb-var-list): Add an element for has_more field.
8982 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8983 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8984 (gdb-var-update-handler-1): Parse output of dynamic variable
8985 objects (STL containers).
8986 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8987 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8988
8989 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8990 gdb-var-list.
8991 (gud-speedbar-buttons): Make node expandable if expression "has more"
8992 children.
8993
8994 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
8995
8996 * startup.el (emacs-quick-startup): Remove variable and all uses.
8997 (command-line): Set `inhibit-x-resources' instead.
8998 (command-line-1): Use `inhibit-x-resources' instead.
8999
9000 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
9001
9002 * subr.el: Fix last change to avoid using the `unless' macro,
9003 which breaks bootstrapping.
9004
9005 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9006
9007 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
9008 extended definitions, in case we reload subr.el after having
9009 loaded CL.
9010 (eval-next-after-load): Mark as obsolete.
9011
9012 2009-09-17 Juri Linkov <juri@jurta.org>
9013
9014 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
9015 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
9016 (menu-bar-showhide-menu, menu-bar-tools-menu)
9017 (menu-bar-describe-menu, menu-bar-help-menu)
9018 (minibuffer-local-completion-map, minibuffer-local-map):
9019 Fix list quoting.
9020
9021 2009-09-17 Glenn Morris <rgm@gnu.org>
9022
9023 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
9024 arguments, whether or not it has a handler.
9025
9026 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
9027
9028 * simple.el (hard-newline): Give it a doc-string.
9029
9030 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9031 (lisp-mode-syntax-table): Give them doc-strings.
9032
9033 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
9034
9035 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
9036 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
9037 (menu-bar-options-menu, menu-bar-showhide-menu)
9038 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
9039 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
9040 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
9041 (menu-bar-options-menu, menu-bar-tools-menu)
9042 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
9043 (menu-bar-help-menu):
9044 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
9045 string arguments.
9046
9047 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
9048 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
9049 calls for the menu names and :help.
9050
9051 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9052
9053 * mouse.el (minor-mode-menu-from-indicator): Pay attention
9054 to :minor-mode-function (bug#4455).
9055
9056 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9057
9058 * startup.el (command-line): Initialize the window-system after
9059 processing the command-line.
9060
9061 * textmodes/page.el (what-page): Make sure we don't inf-loop if
9062 page-delimiter matches the empty string.
9063
9064 2009-09-16 Glenn Morris <rgm@gnu.org>
9065
9066 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
9067 byte-compile-not-obsolete-var. It's a list now.
9068 (byte-compile-not-obsolete-funcs): New variable.
9069 (byte-compile-warn-obsolete): Don't warn about functions if they are in
9070 byte-compile-not-obsolete-funcs.
9071 (byte-compile-variable-ref, byte-compile-defvar): Update for
9072 byte-compile-not-obsolete-vars name-change and list nature.
9073 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
9074 and variables behind (f)boundp tests.
9075 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
9076
9077 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
9078
9079 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
9080
9081 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9082
9083 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
9084 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
9085 Don't autoload.
9086
9087 2009-09-15 Stephen Eglen <stephen@gnu.org>
9088
9089 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
9090 the virtual-buffers, use the name of the buffer specified by
9091 find-file-noselect, as the match may be a symlink. (This was a
9092 problem if the target and the symlink had different names.)
9093
9094 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9095
9096 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
9097
9098 * desktop.el (desktop-path): Check user-emacs-directory.
9099
9100 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
9101
9102 * loadup.el: Use after-load-functions to GC after loading each file.
9103 Remove the explicit GC calls that used to be sprinkled around.
9104
9105 * subr.el (after-load-functions): New hook.
9106 (do-after-load-evaluation): Run it. Use string-match-p to detect
9107 `obsolete' packages, rather than painfully extracting the relevant
9108 directory name.
9109
9110 2009-09-15 Glenn Morris <rgm@gnu.org>
9111
9112 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
9113 free variable `doc'.
9114
9115 * dired.el (dired-mode-map): Add menu entry for async shell command.
9116
9117 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
9118 variables, also consider the .elc files, since the .el files are
9119 normally gzipped (subsequent code locates the .el.gz from the .elc).
9120
9121 * calc/calc-prog.el (arglist): Define for compiler.
9122
9123 * calendar/diary-lib.el (diary-display-function): Change the default to
9124 fancy display.
9125 (body): Define for compiler.
9126
9127 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
9128 (byte-compile-file-form, byte-compile-lambda)
9129 (byte-compile-top-level-body, byte-compile-form)
9130 (byte-compile-variable-ref, byte-compile-setq)
9131 (byte-compile-setq-default, byte-compile-body)
9132 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
9133 (batch-byte-compile): Give some more local variables with common names
9134 a "bytecomp-" prefix to avoid masking warnings about free variables.
9135
9136 * startup.el (command-line-1): Give local variables with common names a
9137 distinguishing prefix, so as not to hide free variable warnings during
9138 bootstrap.
9139
9140 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
9141 clever and add a suffix to make a unique name, just let the user decide
9142 whether or not to overwrite it. If the input is a directory, write the
9143 default filename to that directory. (Bug#4388)
9144 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
9145 is a filename-as-a-directory.
9146
9147 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
9148
9149 * textmodes/page.el (what-page): Don't move to beginning of line.
9150 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
9151
9152 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
9153
9154 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
9155
9156 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
9157
9158 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
9159 * help.el (help-for-help-internal): Add purecopy calls for text.
9160
9161 * vc.el (top): print-log method now takes an optional SHORTLOG
9162 argument. Add a new method: root.
9163 (vc-root-diff, vc-print-root-log): New functions.
9164 (vc-log-short-style): New variable.
9165 (vc-print-log-internal): Add support for showing short logs.
9166
9167 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
9168 vc-print-root-log and vc-print-root-diff.
9169
9170 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
9171 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
9172 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
9173 short logs.
9174
9175 * vc-cvs.el (vc-cvs-print-log):
9176 * vc-mtn.el (vc-mtn-print-log):
9177 * vc-rcs.el (vc-rcs-print-log):
9178 * vc-sccs.el (vc-sccs-print-log):
9179 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
9180 that is ignored for now.
9181
9182 * vc-mtn.el (vc-mtn-annotate-command):
9183 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
9184
9185 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9186
9187 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
9188 to function-key-map, and give them ascii-character property.
9189 * term/x-win.el (x-alternatives-map):
9190 * term/ns-win.el (ns-alternatives-map):
9191 * term/internal.el (msdos-key-remapping-map):
9192 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
9193
9194 2009-09-14 Glenn Morris <rgm@gnu.org>
9195
9196 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
9197 temp-buffers (2009-09-12).
9198
9199 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9200
9201 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
9202 the new read-key function.
9203
9204 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9205
9206 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
9207 is defined (Bug#4405).
9208
9209 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
9210
9211 * recentf.el (recentf-cleanup): Use a hash table to find
9212 duplicates (Bug#4407).
9213
9214 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
9215
9216 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
9217 kp-0 to ascii equivalents (Bug#4325).
9218
9219 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
9220
9221 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9222
9223 * eshell/em-hist.el:
9224 * eshell/em-dirs.el (eshell-complete-user-reference):
9225 Declare pcomplete functions and variables to avoid compiler warnings.
9226
9227 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
9228
9229 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9230 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9231 * eshell/em-alias.el (eshell-aliases-file):
9232 * eshell/em-hist.el (eshell-history-file-name):
9233 Use expand-file-name instead of concat to make file names (Bug#4308).
9234
9235 2009-09-13 Glenn Morris <rgm@gnu.org>
9236
9237 * ediff-merg.el (ediff-do-merge):
9238 * filesets.el (filesets-run-cmd):
9239 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9240 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9241 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9242 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9243 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9244 Replace empty `let's with `progn'.
9245
9246 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9247
9248 * mail/sendmail.el (send-mail-function):
9249 * tooltip.el (tooltip-mode):
9250 * simple.el (transient-mark-mode):
9251 * rfn-eshadow.el (file-name-shadow-mode):
9252 * frame.el (blink-cursor-mode):
9253 * font-core.el (global-font-lock-mode):
9254 * files.el (temporary-file-directory)
9255 (small-temporary-file-directory, auto-save-file-name-transforms):
9256 * epa-hook.el (auto-encryption-mode):
9257 * composite.el (global-auto-composition-mode):
9258 Use custom-initialize-delay.
9259 * startup.el (command-line): Don't explicitly call
9260 custom-reevaluate-setting for all the above vars.
9261 * custom.el (custom-initialize-safe-set)
9262 (custom-initialize-safe-default): Delete.
9263
9264 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9265
9266 * term/x-win.el (x-initialize-window-system):
9267 * term/w32-win.el (w32-initialize-window-system):
9268 * term/ns-win.el (ns-initialize-window-system): Don't call
9269 mouse-wheel-mode since it's enabled globally by default already.
9270
9271 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9272 actually define the variable, but only silences the byte-compiler.
9273 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9274 before looking it up.
9275 (mouse-wheel-scroll-amount): Also reset the bindings if this value
9276 is changed.
9277
9278 2009-09-12 Glenn Morris <rgm@gnu.org>
9279
9280 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9281 1000.
9282 (elint-add-required-env): Don't beep on error.
9283 (elint-forms): In case of error, return ENV unchanged.
9284 (elint-init-env): Skip non-list forms.
9285 (elint-log): Handle unknown file positions.
9286
9287 2009-09-12 Daiki Ueno <ueno@unixuser.org>
9288
9289 * epg.el (epg-make-context): Add autoload cookie.
9290 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9291 (epg-decrypt-string, epg-start-verify, epg-verify-file)
9292 (epg-verify-string, epg-start-sign, epg-sign-file)
9293 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9294 (epg-encrypt-string, epg-start-export-keys)
9295 (epg-export-keys-to-file, epg-export-keys-to-string)
9296 (epg-start-import-keys, epg-import-keys-from-file)
9297 (epg-import-keys-from-string, epg-start-receive-keys)
9298 (epg-receive-keys, epg-import-keys-from-server)
9299 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9300 (epg-sign-keys, epg-start-generate-key)
9301 (epg-generate-key-from-file, epg-generate-key-from-string):
9302 Remove autoload cookie.
9303
9304 2009-09-12 Eli Zaretskii <eliz@gnu.org>
9305
9306 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9307 reevaluation of trash-directory.
9308
9309 * mwheel.el: Fix last change.
9310 (mouse-wheel-mode): New defvar.
9311 (mouse-wheel-mode): Remove autoload cookie.
9312
9313 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9314
9315 * mwheel.el (mwheel-installed-bindings): New var.
9316 (mouse-wheel-mode): Use it, so as to make sure we really remove all
9317 the bindings we set last time. Use custom-initialize-delay.
9318 * loadup.el: Load mwheel after term/*-win.el.
9319 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9320 and mouse-wheel-up-event now that their first evaluation is done
9321 sufficiently late to be correct.
9322
9323 * startup.el (tutorial-directory): Make it a defcustom.
9324 Use custom-initialize-delay rather than eval-at-startup to set it.
9325 * image.el (image-load-path): Make it a defcustom.
9326 Use custom-initialize-delay rather than eval-at-startup to set it.
9327 * subr.el (eval-at-startup): Remove.
9328 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9329
9330 * subr.el (do-after-load-evaluation): Warn the user after loading an
9331 obsolete package.
9332
9333 2009-09-12 Glenn Morris <rgm@gnu.org>
9334
9335 * proced.el (proced-mark-alt): Remove alias.
9336 (proced-mode-map): Remove proced-mark-alt.
9337
9338 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9339 Elint file and directory. Remove initialization entry.
9340
9341 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9342 commands.
9343 (elint-current-buffer): Set mode-line-process.
9344 (elint-init-env): Handle define-derived-mode.
9345 Fix declare-function with unspecified arglist. Guard against odd
9346 defalias statements (eg iso-insert's 8859-1-map).
9347 (elint-add-required-env): Use a temp buffer.
9348 (elint-form): Just print the function/macro name, not the whole form.
9349 Return env unchanged if we fail to parse a macro.
9350 (elint-forms): Guard against parse errors.
9351 (elint-output): New function, to handle batch mode.
9352 (elint-log-message): Add optional argument. Use elint-output.
9353 (elint-set-mode-line): New function.
9354
9355 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
9356
9357 * emacs-lisp/elp.el (elp-not-profilable): Add more
9358 functions (Bug#4233).
9359
9360 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
9361
9362 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9363 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9364
9365 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9366
9367 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9368 (gdb-var-list-children): Use json parsing.
9369
9370 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
9371
9372 * progmodes/js.el (js--proper-indentation): Handle the case where
9373 char-before is null. Reported by Deniz Dogan.
9374
9375 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9376
9377 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9378
9379 2009-09-11 Daiki Ueno <ueno@unixuser.org>
9380
9381 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9382 (epg-digest-algorithm-alist): Add SHA224.
9383 (epg-context-set-passphrase-callback)
9384 (epg-context-set-progress-callback): Add description about
9385 callback function.
9386
9387 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9388
9389 * custom.el (custom-delayed-init-variables): New var.
9390 (custom-initialize-delay): New function.
9391 * startup.el (command-line): "Re"evaluate all vars in
9392 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
9393 explicitly any more.
9394 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9395 to avoid creating a ~/.emacs.d at build-time (bug#4347).
9396
9397 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
9398
9399 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9400
9401 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9402 (gdb-var-update-handler): Use json parsing.
9403
9404 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9405
9406 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9407 decode annotated text, regardless of language environment. (Bug#2741)
9408
9409 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9410
9411 * Makefile.in (autoloads): Make rmail.el writable as well.
9412
9413 2009-09-11 Glenn Morris <rgm@gnu.org>
9414
9415 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9416 loaddefs.el.
9417 * dired.el: Regenerate with extracted autoloads.
9418 * Makefile.in (autoloads): Make dired.el writable.
9419
9420 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9421 * ibuffer.el: Regenerate with extracted autoloads.
9422 * Makefile.in (autoloads): Make ibuffer.el writable.
9423
9424 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9425 * version.el (emacs-copyright, emacs-major-version)
9426 (emacs-minor-version): Reformat doc-strings for make-docfile.
9427
9428 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9429 functions and variables, since they must be stuff specific to some other
9430 platform.
9431 (apropos-print): Make mouse-click message less specific about button.
9432
9433 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9434 that records where a macro was defined.
9435 * help-fns.el (describe-function-1): Mention if a function has a
9436 compiler-macro.
9437 * help-mode.el (help-function-cmacro): New button.
9438
9439 * locate.el (top-level): Always require dired.
9440 (locate-mode-map): Initialize inside the defvar.
9441
9442 * net/ange-ftp.el (dired-compress-file): Declare.
9443 (ange-ftp-dired-compress-file): Add doc string.
9444
9445 * term/ns-win.el (x-display-name, x-setup-function-keys):
9446 Unify doc-strings with X versions.
9447
9448 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9449
9450 * emulation/crisp.el (crisp-mode-map): Move initialization
9451 into declaration.
9452 (crisp-mode): Use define-minor-mode.
9453
9454 * progmodes/xscheme.el (xscheme-evaluation-commands):
9455 Put a :advertised-binding property rather than using
9456 advertised-xscheme-send-previous-expression.
9457 (advertised-xscheme-send-previous-expression): Declare obsolete.
9458 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9459 `advertised-undo'.
9460 (crisp-mode): Add corresponding bindings to
9461 undo's :advertised-binding instead.
9462 * dired.el (dired-mode-map): Put a :advertised-binding property rather
9463 than using dired-advertised-find-file.
9464 (dired-advertised-find-file):
9465 * simple.el (advertised-undo):
9466 * wid-edit.el (advertised-widget-backward): Declare obsolete.
9467 (widget-keymap): Put a :advertised-binding property rather
9468 than using advertised-widget-backward.
9469 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9470 than using advertised-undo.
9471 * tutorial.el (tutorial--default-keys): Adjust accordingly.
9472
9473 2009-09-10 Simon South <ssouth@slowcomputing.org>
9474
9475 * progmodes/delphi.el (delphi-tab): Indent region when Transient
9476 Mark mode is enabled and region is active; otherwise indent or
9477 insert TAB as usual.
9478 (delphi-mode): Update description of TAB-key binding.
9479
9480 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9481
9482 * subr.el (define-key-rebound-commands): Mark obsolete.
9483 * startup.el (precompute-menubar-bindings): Remove.
9484 (normal-top-level): Remove obsolete code that tried to precompute
9485 menubar bindings.
9486 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9487 define-key-rebound-commands and precompute-menubar-bindings.
9488
9489 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9490
9491 * net/imap.el (imap-interactive-login): Better messages.
9492 (imap-open): Fix bug with renamed buffer on reconnect.
9493 (imap-authenticate): Add buffer-local imap-last-authenticator variable
9494 for easier debugging and cleaner code. On successful (guessed based on
9495 server capabilities) secondary authentication, set imap-state
9496 correctly.
9497 (imap-last-authenticator): Define imap-last-authenticator as a variable
9498 to avoid warnings.
9499
9500 2009-09-10 Glenn Morris <rgm@gnu.org>
9501
9502 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9503
9504 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9505 (byte-compile-file-form-autoload): Don't warn about unknown functions
9506 where the autoload statement comes after the use.
9507 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9508 that any handlers inside the body (eg require) are in turn respected.
9509
9510 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9511 effects.
9512
9513 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9514 and syntax and abbrev tables basic docs, if they don't have any.
9515
9516 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9517
9518 * international/mule-cmds.el (top-level): Require cl when compiling.
9519 (view-hello-file): Use default-value rather than
9520 default-enable-multibyte-characters.
9521
9522 * progmodes/fortran.el: Move all safe and risky properties into the
9523 defcustoms.
9524
9525 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9526 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9527 * mail/undigest.el:
9528 Put autoloads in rmail.el rather than loaddefs.el.
9529 * mail/rmail.el: Regenerate with extracted autoloads.
9530
9531 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9532 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9533
9534 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
9535
9536 Reported in thread for Bug#4375.
9537 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9538 "-data-evaluate-expression" instead of print.
9539 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9540 (gdb-tooltip-print): Parse output from above MI command.
9541 (gdb): Revert 2009-08-11 change. User should detach inferior
9542 manually.
9543
9544 Remove the word "separate" from IO functions as inferior
9545 output is now never displayed in the GUD buffer.
9546
9547 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
9548
9549 * startup.el (command-line-normalize-file-name): On Windows and
9550 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9551
9552 2009-09-10 Juri Linkov <juri@jurta.org>
9553
9554 * isearch.el (isearch-text-char-description): Propertize escape
9555 character sequences with the `escape-glyph' face. (Bug#4344)
9556
9557 * simple.el (shell-command): Set asynchronous process filter to
9558 `comint-output-filter'. (Bug#4343)
9559
9560 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9561 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
9562 the list. Move "asm" to the bottom.
9563 (grep-find-ignored-directories): Add `choice' with nil value
9564 to empty the list easily.
9565 (grep-find-ignored-files): New option.
9566 (grep-files-history): Set to nil by default instead of '("ch" "el").
9567 (grep-compute-defaults): Add "<X>" to `grep-template'.
9568 (grep-read-files): Bind new local variables `default-alias' and
9569 `default-extension'. Use a list of default values for the file prompt.
9570 (lgrep): Add `--exclude=' command line options composed from
9571 `grep-find-ignored-files'.
9572 (rgrep): Add `-name' command line options composed from
9573 `grep-find-ignored-files'. (Bug#4301)
9574
9575 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9576
9577 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9578 (bug#4368).
9579
9580 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9581
9582 * calendar/time-date.el (autoload):
9583 Expand define-obsolete-function-alias into defalias and make-obsolete
9584 for old Emacsen that Gnus supports.
9585 (with-no-warnings): Define it for old Emacsen.
9586 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9587 is available.
9588 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9589 float-time is available; suppress compile warning for time-to-seconds.
9590
9591 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
9592
9593 * net/imap.el (imap-message-map): Docstring fix.
9594
9595 2009-09-09 Glenn Morris <rgm@gnu.org>
9596
9597 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9598 line numbers too. (Bug#4374)
9599
9600 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
9601
9602 * smerge-mode.el (smerge-remove-props, smerge-refine):
9603 Use with-silent-modifications (bug#4342).
9604
9605 * subr.el (with-silent-modifications): New macro.
9606
9607 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
9608
9609 * files.el (top-level): Require `cl' when compiling.
9610
9611 2009-09-07 Glenn Morris <rgm@gnu.org>
9612
9613 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9614
9615 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9616 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
9617
9618 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
9619
9620 * vc-git.el (vc-git-annotate-command): Use separator to parse
9621 arguments correctly.
9622
9623 2009-09-06 Eli Zaretskii <eliz@gnu.org>
9624
9625 * proced.el (proced-mode): Doc fix.
9626
9627 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
9628
9629 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9630 lstat fails.
9631 (tramp-do-file-attributes-with-ls): Check for file existence at
9632 remote end.
9633 (tramp-do-file-attributes-with-stat): Likewise.
9634 (tramp-convert-file-attributes): Return nil when attr is nil.
9635
9636 2009-09-05 Glenn Morris <rgm@gnu.org>
9637
9638 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9639 properties to this button.
9640 (diary-fancy-display): Don't extend the button to the final newline.
9641 (diary-fancy-display-mode): Continue to define "q" as a local key.
9642
9643 * calendar/cal-china.el (holiday-chinese): Make it slightly more
9644 efficient.
9645
9646 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9647
9648 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9649 (byte-compile-dest-file-function): New option.
9650 (byte-compile-dest-file): Doc fix.
9651 Obey byte-compile-dest-file-function.
9652 (byte-compile-cl-file-p): New function.
9653 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9654 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
9655 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9656 than for file being previously loaded.
9657 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9658 (byte-compile-file-form-require): Handle the case where requiring a file
9659 indirectly causes CL to be loaded.
9660
9661 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9662
9663 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9664 before killing the old buffer, since by the time `kill-buffer' is
9665 run so many buffer variables have been set to nil that it may not
9666 behave as expected. (Bug#4061)
9667
9668 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9669
9670 * files.el (find-alternate-file): If the old buffer is modified
9671 and visiting a file, behave similarly to `kill-buffer' when
9672 killing it, thus reverting to the pre-1.878 behavior; see
9673 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9674 for discussion. Also, consult `buffer-file-name' as a variable
9675 not as a function, for consistency with the rest of the code.
9676
9677 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
9678
9679 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9680 also when adding a new directory.
9681
9682 * net/tramp-compat.el (tramp-compat-line-beginning-position):
9683 New defun.
9684
9685 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9686
9687 * files.el (locate-file-completion-table): Make it provide boundary
9688 information, so partial-completion works better.
9689
9690 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9691
9692 * mail/footnote.el (Footnote-text-under-cursor):
9693 Check footnote-text-marker-alist before using it (bug#4324).
9694
9695 2009-09-04 Glenn Morris <rgm@gnu.org>
9696
9697 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9698 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9699 * play/solitaire.el, play/tetris.el:
9700 Remove leading * from defcustom and defface docs.
9701
9702 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9703 necessary.
9704 (diary-fancy-overriding-map): New variable.
9705 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9706 Use view-mode.
9707
9708 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9709 goto-line.
9710
9711 2009-09-03 Glenn Morris <rgm@gnu.org>
9712
9713 * arc-mode.el (archive-mode):
9714 * dos-fns.el (set-default-process-coding-system):
9715 * man.el (Man-getpage-in-background):
9716 * menu-bar.el (menu-bar-describe-menu):
9717 * server.el (server-process-filter):
9718 * startup.el (command-line):
9719 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9720 * w32-fns.el (set-default-process-coding-system):
9721 * x-dnd.el (x-dnd-handle-file-name):
9722 * international/mule-cmds.el (mule-menu-keymap)
9723 (set-default-coding-systems, language-info-alist, set-language-info)
9724 (set-language-environment, standard-display-european-internal)
9725 (set-locale-environment):
9726 * international/mule-diag.el (mule-diag):
9727 * mail/emacsbug.el (report-emacs-bug):
9728 * mail/rmail.el (rmail-mode):
9729 * mail/sendmail.el (mail-setup):
9730 Use default-value rather than default-enable-multibyte-characters.
9731
9732 * progmodes/f90.el: Move all safe properties into the defcustoms.
9733 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9734
9735 * calendar/appt.el (appt-check):
9736 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9737 (diary-check-diary-file, diary-list-entries)
9738 (diary-include-other-diary-files, diary-simple-display)
9739 (diary-fancy-display, diary-print-entries)
9740 (diary-mark-included-diary-files, diary-make-entry):
9741 Don't call substitute-in-file-name on diary-file.
9742
9743 2009-09-03 Eduard Wiebe <usenet@pusto.de>
9744 Stefan Monnier <monnier@iro.umontreal.ca>
9745
9746 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9747 (footnote-mode-map): Move initialization into the declaration.
9748 (footnote-minor-mode-map): Define it rather than changing global-map.
9749 (footnote-mode): Use define-minor-mode.
9750
9751 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
9752
9753 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9754 (tramp-do-file-attributes-with-perl)
9755 (tramp-do-file-attributes-with-stat): Rename from
9756 `tramp-handle-file-attributes-with-*'.
9757 (tramp-handle-file-attributes): Use them.
9758 (tramp-do-directory-files-and-attributes-with-perl)
9759 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9760 `tramp-handle-directory-files-and-attributes-with-*'.
9761 (tramp-handle-directory-files-and-attributes): Use them.
9762 (tramp-method-out-of-band-p): Additional parameter SIZE.
9763 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9764 (tramp-handle-write-region): Use it.
9765 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9766 (tramp-handle-vc-registered): Check, whether the first run did
9767 return files to be tested.
9768 (tramp-advice-make-auto-save-file-name): Do not call directly
9769 `tramp-handle-make-auto-save-file-name', because this would bypass
9770 the locking mechanism.
9771
9772 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9773 (file-remote-p, process-file, start-file-process, set-file-times)
9774 (tramp-compat-file-attributes): Compatibility functions shall not
9775 call directly `tramp-handle-*', because this would bypass the
9776 locking mechanism.
9777 (tramp-compat-number-sequence): New defun.
9778
9779 2009-09-02 Glenn Morris <rgm@gnu.org>
9780
9781 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9782 alias for float-time.
9783 (time-to-number-of-days): In Emacs, use float-time.
9784 * net/newst-backend.el (time-add): Suppress warnings from compat
9785 function.
9786 * time.el (emacs-uptime, emacs-init-time):
9787 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9788 Use float-time rather than time-to-seconds.
9789
9790 * minibuffer.el (completion-initials-expand): Fix typo.
9791
9792 * faces.el (modeline, modeline-inactive, modeline-highlight)
9793 (modeline-buffer-id):
9794 * info.el (info-menu-5): Mark these face aliases as obsolete.
9795
9796 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9797
9798 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9799 space ...
9800 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9801 no "--thread" option.
9802 (gdb-stopped): Don't print "Switched to thread" message when it is
9803 unchanged.
9804
9805 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9806
9807 * minibuffer.el (completion-try-completion)
9808 (completion-all-completions): Remove ill-defined (and
9809 mistakenly installed and luckily never used nor documented)
9810 `completion-styles' property.
9811 (completion-initials-expand, completion-initials-all-completions)
9812 (completion-initials-try-completion): New functions.
9813 (completion-styles-alist): Add doc to each entry.
9814 Add new `initials' entry.
9815
9816 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9817
9818 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9819 MI command -var-evaluate-expression.
9820 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9821 and tweak for case of string child.
9822 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9823
9824 2009-09-01 Glenn Morris <rgm@gnu.org>
9825
9826 * add-log.el (change-log-date-face, change-log-name-face)
9827 (change-log-email-face, change-log-file-face, change-log-list-face)
9828 (change-log-conditionals-face, change-log-function-face)
9829 (change-log-acknowledgement-face):
9830 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9831 (custom-modified-face, custom-set-face, custom-changed-face)
9832 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9833 (custom-documentation-face, custom-state-face, custom-comment-face)
9834 (custom-comment-tag-face, custom-variable-tag-face)
9835 (custom-variable-button-face, custom-face-tag-face)
9836 (custom-group-tag-face-1, custom-group-tag-face):
9837 * diff-mode.el (diff-header-face, diff-file-header-face)
9838 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9839 (diff-added-face, diff-changed-face, diff-function-face)
9840 (diff-context-face, diff-nonexistent-face):
9841 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9842 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9843 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9844 (Info-title-4-face):
9845 * isearch.el (isearch-lazy-highlight-face):
9846 * log-view.el (log-view-file-face, log-view-message-face):
9847 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9848 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9849 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9850 (cvs-msg-face):
9851 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9852 (smerge-base-face, smerge-markers-face):
9853 * wid-edit.el (widget-documentation-face, widget-button-face)
9854 (widget-field-face, widget-single-line-field-face)
9855 (widget-inactive-face, widget-button-pressed-face):
9856 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9857 (woman-addition-face):
9858 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9859 (eshell-ls-executable-face, eshell-ls-readonly-face)
9860 (eshell-ls-unreadable-face, eshell-ls-special-face)
9861 (eshell-ls-missing-face, eshell-ls-archive-face)
9862 (eshell-ls-backup-face, eshell-ls-product-face)
9863 (eshell-ls-clutter-face):
9864 * eshell/em-prompt.el (eshell-prompt-face):
9865 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9866 * obsolete/old-whitespace.el (whitespace-highlight-face):
9867 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9868 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9869 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9870 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9871 (antlr-font-lock-literal-face):
9872 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9873 (ebrowse-root-class-face, ebrowse-file-name-face)
9874 (ebrowse-default-face, ebrowse-member-attribute-face)
9875 (ebrowse-member-class-face, ebrowse-progress-face):
9876 * progmodes/make-mode.el (makefile-space-face):
9877 * progmodes/sh-script.el (sh-heredoc-face):
9878 * textmodes/flyspell.el (flyspell-incorrect-face)
9879 (flyspell-duplicate-face):
9880 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9881 * textmodes/texinfo.el (texinfo-heading-face):
9882 Mark face aliases with "-face" suffix as obsolete.
9883
9884 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9885 compiler.
9886
9887 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9888 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9889 easy-menu-define wants to modify these.
9890
9891 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9892
9893 * net/browse-url.el (browse-url-file-url):
9894 * term/internal.el (dos-codepage-setup):
9895 Use default-value rather than default-enable-multibyte-characters.
9896
9897 * progmodes/etags.el (etags-goto-tag-location):
9898 * progmodes/flymake.el (flymake-highlight-line)
9899 (flymake-goto-file-and-line, flymake-goto-line):
9900 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9901 (gdb-goto-breakpoint):
9902 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9903 * progmodes/python.el (python-find-function)
9904 (python-pdbtrack-track-stack-file):
9905 * progmodes/verilog-mode.el (verilog-surelint-off):
9906 * term/ns-win.el (ns-open-file-select-line):
9907 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9908 Use forward-line rather than goto-line.
9909
9910 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9911 * textmodes/reftex-index.el (reftex-display-index):
9912 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9913 * textmodes/reftex-toc.el (reftex-toc):
9914 Remove unnecessary bindings of default-major-mode (all are followed by
9915 major-mode check and possible mode switch).
9916
9917 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9918
9919 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9920 Handle watchpoints (bug#4282).
9921 (def-gdb-thread-buffer-command): Enable thread to be selected by
9922 clicking without selecting threads buffer first.
9923 (gdb-current-context-command): Use selected frame so that "up",
9924 "down" etc work in the GUD buffer.
9925 (gdb-update): Find selected frame before rendering stack buffer.
9926 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9927
9928 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9929
9930 * progmodes/sym-comp.el (displayed-completions): Remove.
9931 (symbol-complete): Use minibuffer-complete.
9932
9933 2009-08-31 Glenn Morris <rgm@gnu.org>
9934
9935 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9936
9937 * apropos.el (apropos-symbols-internal):
9938 Handle (obsolete) face aliases.
9939
9940 * faces.el (describe-face): Adjust the output format to be more like
9941 describe-variable, and to mention (obsolete) face aliases.
9942 Adjust the whitespace so that help-setup-xref works.
9943
9944 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9945 * calendar/diary-lib.el (diary-button-face):
9946 Mark these face aliases as obsolete.
9947
9948 * calendar/calendar.el (calendar-today): Doc fix.
9949
9950 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9951
9952 * progmodes/gdb-mi.el (gdb-control-all-threads)
9953 (gdb-control-current-thread): Force tool bar update.
9954 (gdb-non-stop-handler): New function.
9955 (gdb-init-1): Use it to test if non-stop mode is supported.
9956 Remove unused gdbmi buffer type.
9957
9958 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
9959
9960 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9961 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
9962
9963 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
9964
9965 * comint.el (comint-exec-1): Check command is non-null first.
9966 Part of gdb-mi.el change (2009-08-28).
9967
9968 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9969
9970 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9971
9972 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
9973
9974 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9975 instead of `dolist' to avoid a recursive require when bootstrapping.
9976
9977 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9978
9979 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9980
9981 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9982
9983 * net/imap.el (imap-send-command): Simplify.
9984 (imap-wait-for-tag): point-max -> buffer-size.
9985
9986 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9987
9988 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9989 with constant argument.
9990
9991 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9992
9993 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9994
9995 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9996 Change default, since most of our files don't have a history.
9997 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9998 the user.
9999
10000 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10001 Add comint-run.
10002
10003 * calc/calc.el: Improve commenting convention.
10004 (calc-digit-map, toplevel): Simplify.
10005
10006 * comint.el (comint-insert-input): Be careful to only set point if we
10007 don't delegate to some other command.
10008
10009 * proced.el (proced-signal-list): Make it an alist.
10010 (proced-grammar-alist): Capitalize names.
10011 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
10012 Disable undo manually and make it read-only.
10013 Use completion-annotate-function.
10014
10015 * minibuffer.el (minibuffer-message): If the current buffer is not
10016 a minibuffer, insert the message in the echo area rather than at the
10017 end of the buffer.
10018 (completion-annotate-function): New variable.
10019 (minibuffer-completion-help): Use it.
10020 (completion--embedded-envvar-table): Environment vars are
10021 always case-sensitive.
10022
10023 2009-08-30 Glenn Morris <rgm@gnu.org>
10024
10025 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
10026 from fortran-current-defun.
10027 (fortran-beginning-of-subprogram): Be more precise about finding the
10028 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
10029 (fortran-end-of-subprogram): Simplify.
10030 (fortran-current-defun): Use fortran-start-prog-re.
10031
10032 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
10033
10034 * subr.el (do-after-load-evaluation): Simplify.
10035
10036 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
10037
10038 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
10039
10040 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
10041 (vc-rcs-print-log): Use it.
10042
10043 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
10044
10045 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10046
10047 * paths.el (abbrev-file-name): Move to abbrev.el.
10048 * abbrev.el (abbrev-file-name): Move from paths.el.
10049 Obey user-emacs-directory.
10050 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
10051 user-emacs-directory.
10052 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
10053 abbrev-file-name and calc-settings-file any more.
10054 * startup.el (command-line): Recompute abbrev-file-name and
10055 abbreviated-home-dir.
10056 (normal-no-mouse-startup-screen): Improve the generic code and get rid
10057 of the special code for when C-h bindings haven't been changed.
10058 (display-startup-echo-area-message): Use with-current-buffer.
10059 (command-line-1): Use a list of strings, rather than a list of lists
10060 of strings for longopts.
10061
10062 * files.el (get-free-disk-space): Use / for default-directory.
10063
10064 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
10065 Use with-current-buffer.
10066
10067 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
10068 Recognize immutable variables like most-positive-fixnum.
10069 (byte-compile-setq-default): Check and warn if trying to assign
10070 to an immutable variable, or a non-variable.
10071
10072 * progmodes/cc-vars.el (c-comment-continuation-stars):
10073 * progmodes/cc-engine.el (c-looking-at-bos):
10074 * progmodes/cc-cmds.el (c-toggle-auto-state)
10075 (c-forward-into-nomenclature, c-backward-into-nomenclature)
10076 (c-comment-line-break-function): Add version of obsolescence.
10077
10078 2009-08-28 Juri Linkov <juri@jurta.org>
10079
10080 * files.el (magic-fallback-mode-alist): Add ZIP magic number
10081 associated with `archive-mode'.
10082
10083 * image.el (image-type-header-regexps): Use only JPEG magic number
10084 to determine JPEG images, and don't use `image-jpeg-p' because
10085 Emacs can display non-JFIF non-Exif JPEG images.
10086
10087 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
10088
10089 * arc-mode.el (archive-mode):
10090 * emacs-lisp/re-builder.el (re-builder-unload-function):
10091 Protect against the default value of `major-mode' being nil.
10092
10093 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
10094
10095 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
10096 Fix typos in docstrings.
10097
10098 * progmodes/js.el (js--macro-decl-re): Doc fix.
10099 (js--plain-method-re, js--split-name): Refloc docstring.
10100 (js--class-styles, js--make-merged-item, js--splice-into-items):
10101 Fix typos in docstrings; reflow docstrings.
10102 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
10103 (js--variable-decl-matcher, js--inside-pitem-p)
10104 (js--parse-state-at-point, js--get-all-known-symbols)
10105 (js--symbol-history, js-find-symbol, js--js-references)
10106 (js--moz-interactor, js--js-encode-value, js--read-tab):
10107 Fix typos in docstrings.
10108
10109 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10110
10111 * textmodes/reftex.el (reftex-get-file-buffer-force):
10112 * progmodes/verilog-mode.el (verilog-batch-execute-func):
10113 * emulation/viper.el (viper-go-away, viper-set-hooks):
10114 * emacs-lisp/re-builder.el (re-builder-unload-function):
10115 * emacs-lisp/bytecomp.el (byte-compile-file):
10116 * ses.el (ses-unload-function):
10117 * hexl.el (hexl-find-file):
10118 * files.el (normal-mode):
10119 * ehelp.el (with-electric-help):
10120 * autoinsert.el (auto-insert-alist):
10121 * arc-mode.el (archive-mode):
10122 Use (default-value 'major-mode) instead of default-major-mode.
10123
10124 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
10125 * international/mule.el (load-with-code-conversion):
10126 * emacs-lisp/debug.el (debug):
10127 * ediff-vers.el (ediff-rcs-get-output-buffer):
10128 * dired.el (dired-internal-noselect): Don't let-bind
10129 default-major-mode around code that doesn't use it.
10130 E.g. buffer creation via get-buffer-create doesn't use it.
10131
10132 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
10133
10134 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
10135 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
10136 when writing the temp file. Otherwise, epa-file gets confused.
10137 (tramp-register-file-name-handlers): Make it a defun. Move also
10138 `epa-file-handler' to the front of `file-name-handler-alist'.
10139
10140 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10141
10142 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
10143 start right after a ^M.
10144 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
10145 (tramp-completion-file-name-regexp-separate)
10146 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
10147 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
10148 Don't modify last-coding-system-used by accident.
10149 (tramp-completion-file-name-handler): Apply the checks here,
10150 instead during registration.
10151 (tramp-register-file-name-handlers): Rename from
10152 `tramp-register-file-name-handler'. Register both
10153 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
10154 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
10155
10156 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
10157
10158 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
10159 Remove variable ...
10160 (gdb-init-1, gdb-display-separate-io-buffer)
10161 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
10162 references to it.
10163 (gdb-inferior-io-mode): Use make-comint-in-buffer.
10164 (gdb-inferior-filter): Use comint-output-filter to stop
10165 echoing and remove ^M characters.
10166
10167 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10168
10169 * emulation/viper-init.el (viper-restore-cursor-type):
10170 * emulation/cua-base.el (cua--update-indications):
10171 Replace default-cursor-type with (default-value 'cursor-type).
10172
10173 * mail/sendmail.el (mail-recover-1):
10174 * international/mule-diag.el (describe-current-coding-system-briefly)
10175 (describe-current-coding-system):
10176 * international/mule-cmds.el (select-safe-coding-system)
10177 (select-message-coding-system)
10178 (set-language-environment-coding-systems, set-locale-environment):
10179 * hexl.el (hexl-insert-multibyte-char):
10180 * dos-w32.el (find-buffer-file-type-coding-system):
10181 * simple.el (what-cursor-position):
10182 Replace uses of default-buffer-file-coding-system
10183 with (default-value 'buffer-file-coding-system).
10184
10185 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
10186 Replace uses of default-cursor-in-non-selected-windows
10187 with (default-value 'cursor-in-non-selected-windows).
10188 Use with-current-buffer.
10189
10190 * mail/feedmail.el: Use CL macros.
10191 (feedmail-run-the-queue, feedmail-send-it-immediately):
10192 * dos-w32.el (find-buffer-file-type): Replace uses of
10193 default-buffer-file-type with (default-value 'buffer-file-type).
10194
10195 2009-08-28 Glenn Morris <rgm@gnu.org>
10196
10197 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
10198 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
10199 Use default-value of major-mode rather than default-major-mode.
10200
10201 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10202
10203 * Makefile.in (update-elcfiles): Report left over elc files.
10204
10205 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
10206 expand-file-name and with-current-buffer.
10207 (mail-get-names, mail-directory): Use with-current-buffer.
10208
10209 * vc.el (vc-read-revision): New function.
10210 (vc-version-diff, vc-merge): Use it.
10211
10212 2009-08-27 Sam Steingold <sds@gnu.org>
10213
10214 * simple.el (kill-do-not-save-duplicates): New user option.
10215 (kill-new): When it is non-nil, and the new string is the same as
10216 the latest kill, set replace to t to avoid duplicates in kill-ring.
10217
10218 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
10219
10220 * net/tramp.el (tramp-handle-process-file): Do not flush all
10221 caches when `process-file-side-effects' is set.
10222 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
10223 instead of `tramp-find-file-exists-command'.
10224 Unset `process-file-side-effects'.
10225
10226 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
10227
10228 * net/tramp.el (tramp-methods): New method "rsyncc".
10229 (top): Add completion function for "rsyncc".
10230 (tramp-message-show-message): New defvar.
10231 (tramp-message, tramp-error): Use it.
10232 (tramp-do-copy-or-rename-file-directly): Extend check for direct
10233 remote copying.
10234 (tramp-do-copy-or-rename-file-out-of-band): Handle new
10235 `tramp-methods' entry `copy-env' of "rsyncc".
10236 (tramp-vc-registered-read-file-names): New defconst.
10237 (tramp-vc-registered-file-names): New defvar.
10238 (tramp-handle-vc-registered): Implement optimization strategy.
10239 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10240 (tramp-vc-file-name-handler): New defun.
10241 (tramp-get-ls-command, tramp-get-test-command)
10242 (tramp-get-file-exists-command, tramp-get-remote-ln)
10243 (tramp-get-remote-perl, tramp-get-remote-stat)
10244 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
10245
10246 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10247 (tramp-cache-inhibit-cache): Extend doc string. It allows also
10248 timestamps.
10249 (tramp-get-file-property): Check for timestamps in
10250 `tramp-cache-inhibit-cache'.
10251 (tramp-set-file-property): Write timestamp.
10252
10253 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10254
10255 * language/japan-util.el (japanese-symbol-table): Add entries for
10256 cp932-2-byte.
10257
10258 * international/characters.el: Add category `j' to cp932-2-byte.
10259
10260 2009-08-27 Kenichi Handa <handa@m17n.org>
10261
10262 * international/fontset.el (build-default-fontset-data): New macro.
10263 (setup-default-fontset): Use build-default-fontset-data for CJK,
10264 tibetan, ethiopic, and ipa.
10265
10266 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10267
10268 * cus-start.el (default-major-mode): Customize `major-mode' instead.
10269 (enable-multibyte-characters): Not customizable any more.
10270
10271 * subr.el (default-mode-line-format, default-header-line-format)
10272 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10273 (default-direction-reversed, default-truncate-lines)
10274 (default-left-margin, default-tab-width, default-case-fold-search)
10275 (default-left-margin-width, default-right-margin-width)
10276 (default-left-fringe-width, default-right-fringe-width)
10277 (default-fringes-outside-margins, default-scroll-bar-width)
10278 (default-vertical-scroll-bar, default-indicate-empty-lines)
10279 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10280 (default-fringe-cursor-alist, default-scroll-up-aggressively)
10281 (default-scroll-down-aggressively, default-fill-column)
10282 (default-cursor-type, default-buffer-file-type)
10283 (default-cursor-in-non-selected-windows)
10284 (default-buffer-file-coding-system, default-major-mode)
10285 (default-enable-multibyte-characters): Mark as obsolete.
10286
10287 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
10288
10289 * vc-dir.el (vc-dir-update): Remove debug helper.
10290
10291 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10292
10293 2009-08-26 Sam Steingold <sds@gnu.org>
10294
10295 * simple.el (save-interprogram-paste-before-kill): New user option.
10296 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10297 save the interprogram-paste into kill-ring before overriding it
10298 with the Emacs kill.
10299
10300 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10301
10302 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10303 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10304 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10305 and move to vc-rcs.el.
10306 (vc-default-next-revision): Rename to vc-rcs-next-revision and
10307 move to vc-rcs.el.
10308 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10309 (vc-rcs-update-changelog): Remove.
10310 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10311 and move to vc-rcs.el.
10312
10313 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10314 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10315 renaming.
10316 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
10317 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
10318 vc.el, renamed to be RCS specific.
10319
10320 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10321 New functions.
10322 (vc-cvs-update-changelog): Move here from vc.el.
10323
10324 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10325 New functions.
10326
10327 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10328
10329 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10330
10331 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10332
10333 * vc-git.el (vc-git-register): Use "git add" for directories.
10334 (vc-git-stash, vc-git-stash-show): New functions.
10335 (vc-git-extra-menu-map): Bind them.
10336
10337 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10338 directory correctly in case the item is a directory itself.
10339
10340 * vc.el: Document the desired behavior for reverted files in the
10341 `added' state.
10342 (vc-default-prettify-state-info): Remove function, unused.
10343
10344 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
10345
10346 2009-08-26 Glenn Morris <rgm@gnu.org>
10347
10348 * bindings.el (standard-mode-line-format): Reposition dashes in
10349 which-func entry. (Bug#4217)
10350
10351 * files.el (enable-local-variables, enable-local-eval)
10352 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10353 the defcustoms.
10354 (auto-mode-alist, ignored-local-variables)
10355 (save-some-buffers-action-alist): Move risky declarations to the
10356 definitions.
10357 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10358 (font-lock-defaults, format-alist, imenu--index-alist)
10359 (imenu-generic-expression, input-method-alist, minor-mode-alist)
10360 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10361 (mode-line-modified, mode-line-mule-info, mode-line-position)
10362 (mode-line-process, mode-line-remote, outline-level)
10363 (parse-time-rules, rmail-output-file-alist)
10364 (special-display-buffer-names, vc-mode):
10365 Move risky declarations to the relevant files.
10366 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10367 (mode-line-modified, mode-line-process, mode-line-position)
10368 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10369 * font-core.el (font-lock-defaults):
10370 * format.el (format-alist):
10371 * vc-hooks.el (vc-mode):
10372 * window.el (special-display-buffer-names):
10373 * international/mule-cmds.el (input-method-alist):
10374 Define riskiness here (dumped file) rather than in files.el.
10375 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10376 * imenu.el (imenu-generic-expression, imenu--index-alist):
10377 * outline.el (outline-level):
10378 * time.el (display-time-string):
10379 * calendar/parse-time.el (parse-time-rules):
10380 * mail/rmailout.el (rmail-output-file-alist):
10381 Autoload riskiness here, rather than placing in files.el.
10382
10383 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
10384
10385 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10386
10387 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
10388
10389 * simple.el (process-file-side-effects): New defvar.
10390
10391 * dired-aux.el (dired-show-file-type):
10392 * vc.el (vc-diff-internal):
10393 * vc-arch.el (vc-arch-diff):
10394 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10395 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10396 * vc-git.el (vc-git-registered, vc-git-working-revision)
10397 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10398 (vc-git--empty-db-p):
10399 * vc-hooks.el (vc-user-login-name):
10400 * vc-svn.el (vc-svn-registered, vc-svn-state)
10401 (vc-svn-dir-extra-headers, vc-svn-find-revision):
10402 * progmodes/grep.el (grep-probe): Let-bind
10403 `process-file-side-effects' with nil.
10404
10405 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10406
10407 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10408 daemon. Replace ping by checking for running service for bluez
10409 and zeroconf. (Bug#4239)
10410
10411 2009-08-25 Kevin Ryde <user42@zip.com.au>
10412
10413 * net/dig.el (dig): Add autoload cookie.
10414
10415 2009-08-25 Glenn Morris <rgm@gnu.org>
10416
10417 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10418 load-history for absolute file-names.
10419 (byte-compile-file-form-require): Warn about use of the cl package.
10420
10421 * format.el (format-alist): Doc fix.
10422
10423 * play/bubbles.el (top-level): Don't require cl at run-time.
10424
10425 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10426 run-time cl).
10427
10428 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
10429
10430 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10431 from cl package.
10432 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10433
10434 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
10435
10436 * calc/calc-alg.el (math-trig-rewrite)
10437 (math-hyperbolic-trig-rewrite): New functions.
10438 (calc-simplify): Simplify trig functions when asked.
10439
10440 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10441
10442 * diff-mode.el (diff-find-source-location): Avoid goto-line.
10443
10444 2009-08-24 Kenichi Handa <handa@m17n.org>
10445
10446 * language/ind-util.el (mapthread): Delete it.
10447 (combinatorial): New function.
10448 (indian--puthash-cv): Use combinatorial instead of mapthread.
10449
10450 2009-08-22 Kevin Ryde <user42@zip.com.au>
10451
10452 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10453 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10454 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10455 Clarify docstring that the value is strings not symbols.
10456 (checkdoc-list-of-strings-p): New function.
10457
10458 2009-08-22 Glenn Morris <rgm@gnu.org>
10459
10460 * files.el (auto-mode-alist):
10461 * hippie-exp.el (he-concat-directory-file-name):
10462 * lpr.el (lpr-windows-system, printer-name):
10463 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10464 * ps-print.el (ps-windows-system):
10465 * startup.el (command-line):
10466 * emulation/viper-ex.el (viper-glob-function):
10467 * international/mule-cmds.el (set-language-environment-coding-systems):
10468 * net/ange-ftp.el (ange-ftp-write-region):
10469 * obsolete/fast-lock.el (fast-lock-cache-name):
10470 Remove code for defunct system-types emx, macos, mswindows, next-mach,
10471 unisoft-unix, vax-vms, win32, w32.
10472
10473 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10474 given name if the pattern is not more specific.
10475
10476 * calendar/lunar.el (lunar-phase-names): New option.
10477 (lunar-phase): Doc fix.
10478 (lunar-cycles-per-year): New constant.
10479 (lunar-index): New function.
10480 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10481 (lunar-phase-name): Use lunar-phase-names.
10482 (calendar-lunar-phases): Use format.
10483 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10484
10485 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10486 Copy imenu-example--name-and-position function here for own use.
10487 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10488
10489 * bs.el (bs--redisplay):
10490 * cus-edit.el (custom-redraw):
10491 * ibuffer.el (ibuffer-bury-buffer):
10492 * server.el (server-goto-line-column):
10493 * startup.el (command-line-1):
10494 * strokes.el (strokes-xpm-for-stroke):
10495 * term.el (term-display-buffer-line):
10496 * view.el (View-goto-line):
10497 * calc/calc.el (calc-do, calc-trail-buffer):
10498 * play/gamegrid.el (gamegrid-add-score-insecure):
10499 * progmodes/ada-mode.el (ada-compile-goto-error):
10500 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10501 (ebrowse-select-1st-to-9nth):
10502 * progmodes/cperl-mode.el (cperl-time-fontification):
10503 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10504 * progmodes/gud.el (gud-display-line):
10505 (idlwave-shell-display-line):
10506 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10507 * progmodes/make-mode.el (makefile-browser-toggle):
10508 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10509 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10510 * textmodes/picture.el (picture-draw-rectangle):
10511 * textmodes/reftex-index.el (reftex-index-goto-letter):
10512 (reftex-select-jump-to-previous):
10513 * textmodes/reftex-sel.el (reftex-find-start-point)
10514 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10515 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10516 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10517 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10518 * textmodes/two-column.el (2C-associated-buffer):
10519 Use forward-line rather than goto-line.
10520
10521 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10522 goto-line.
10523
10524 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10525 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10526 (quick-check-list-to-regexp): Declare.
10527
10528 * progmodes/make-mode.el (makefile-browser-insert-selection):
10529 Use goto-char rather than goto-line.
10530
10531 * progmodes/prolog.el (compilation-error-regexp-alist)
10532 (compilation-forget-errors): Declare.
10533
10534 2009-08-22 Juri Linkov <juri@jurta.org>
10535
10536 * progmodes/grep.el (lgrep, rgrep): At the beginning
10537 set `dir' to `default-directory' unless `dir' is a non-nil
10538 readable directory. (Bug#4052)
10539 (lgrep, rgrep): Change a weird way to report an error
10540 from using `read-string' to using `error'.
10541 Instead of using interactive arguments in the function body,
10542 add new argument `confirm'.
10543
10544 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10545
10546 * textmodes/remember.el (remember-buffer):
10547 * progmodes/cperl-mode.el (cperl-vc-header-alist):
10548 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10549 (icalendar-extract-ical-from-buffer):
10550 * net/newst-treeview.el (newsticker-groups-filename):
10551 * net/newst-backend.el (newsticker-cache-filename):
10552 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10553 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10554 (speedbar-add-ignored-path-regexp, speedbar-line-path)
10555 (speedbar-buffers-line-path, speedbar-path-line)
10556 (speedbar-buffers-line-path):
10557 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10558 (epg-sign-keys):
10559 * epa.el (epa-display-verify-result):
10560 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10561
10562 2009-08-21 Glenn Morris <rgm@gnu.org>
10563
10564 * progmodes/js.el (inferior-moz-process): Fix declaration.
10565
10566 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10567
10568 * obsolete/rnewspost.el (news-mail-reply):
10569 Use goto-char rather than goto-line.
10570
10571 * term/ns-win.el (ns-open-file-select-line):
10572 Use line-beginning-position rather than goto-line.
10573
10574 * apropos.el (apropos-command):
10575 * ehelp.el (electric-helpify):
10576 * printing.el (pr-show-setup):
10577 * strokes.el (strokes-help):
10578 * tutorial.el (tutorial--describe-nonstandard-key)
10579 (tutorial--detailed-help):
10580 * woman.el (woman-mini-help, woman-display-extended-fonts):
10581 * calc/calc-help.el (calc-describe-key):
10582 * emulation/edt.el (edt-electric-helpify):
10583 * international/mule-diag.el (mule-diag):
10584 * play/yow.el (apropos-zippy):
10585 * progmodes/python.el (python-describe-symbol):
10586 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10587 * textmodes/table.el (*table--cell-describe-mode)
10588 (*table--cell-describe-bindings):
10589 Use help-print-return-message rather than the now obsolete alias.
10590
10591 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10592 (calendar-cursor-to-visible-date):
10593 * play/5x5.el (5x5-position-cursor):
10594 * play/decipher.el (decipher):
10595 * play/gomoku.el (gomoku-goto-xy):
10596 * play/landmark.el (lm-goto-xy):
10597 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10598 (mpuz-paint-digit):
10599 Use forward-line, not goto-line.
10600
10601 * mail/rmail.el (rmail-obsolete): Delete custom group.
10602 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10603 (rmail-remote-password, rmail-remote-password-required):
10604 Remove unneeded :set-after and :set properties.
10605
10606 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
10607
10608 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10609
10610 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
10611
10612 * loadup.el: Remove leftover macos code.
10613
10614 * vc-git.el (vc-git-annotate-command): Run asynchronously.
10615 Explicitly pass the date format to git blame so that user local
10616 so that the output format can be parsed.
10617
10618 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
10619
10620 * net/dbus.el (top): Don't check for (getenv
10621 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
10622
10623 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
10624
10625 * log-edit.el (log-edit-strip-single-file-name): New var.
10626 (log-edit-insert-changelog): Use it. Bug#3571
10627
10628 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10629
10630 * subr.el (read-passwd): Use read-key so keypad keys work as well.
10631 Bug#3287
10632
10633 * help.el (help-print-return-message): Rename from
10634 print-help-return-message.
10635
10636 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10637 cvs-mode-map parent hack.
10638 (log-view-mode): Derive from special-mode.
10639
10640 * linum.el (linum-mode): window-size-change-functions is redundant.
10641 Adapt to new window-configuration-change-hook behavior.
10642 (linum-after-size, linum-after-config): Remove.
10643
10644 * imenu.el (imenu-example--name-and-position)
10645 (imenu-example--lisp-extract-index-name)
10646 (imenu-example--create-lisp-index, imenu-example--create-c-index):
10647 Mark as obsolete.
10648
10649 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10650 (inferior-prolog-mode): Use it.
10651 (inferior-prolog-load-file): Reset list of errors.
10652
10653 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10654
10655 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10656
10657 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10658
10659 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
10660
10661 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10662 is running already.
10663
10664 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10665
10666 * subr.el (listify-key-sequence-1): Use normal syntax since those
10667 integers are nowadays always represented by the same (positive) number
10668 on all platforms.
10669 (read-key-empty-map): New const.
10670 (read-key-delay): New var.
10671 (read-key): New function.
10672 (force-mode-line-update): Use with-current-buffer.
10673 (locate-user-emacs-file): Don't forget to abbreviate the file name.
10674 (start-process-shell-command, start-file-process-shell-command):
10675 Discourage the use of command-args.
10676
10677 2009-08-19 Glenn Morris <rgm@gnu.org>
10678
10679 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10680
10681 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10682
10683 * simple.el (choose-completion-string): Don't rely on
10684 minibuffer-completing-file-name and ad-hoc checks to decide whether
10685 to continue completion or not.
10686
10687 * minibuffer.el (minibuffer-hide-completions): New function.
10688 (completion--do-completion): Use it.
10689 (completions-annotations): New face.
10690 (completion--insert-strings): Use it.
10691 (completion-pcm--delim-wild-regex): Add docstring.
10692 (completion-pcm--string->pattern): Add support for 0-width delimiters
10693 in completion-pcm--delim-wild-regex.
10694
10695 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10696
10697 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10698 Remove unused var `buffer-modified-p'.
10699
10700 * minibuffer.el (completion--do-completion): Move point for the #b001
10701 case as well (bug#4176).
10702 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10703
10704 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
10705
10706 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10707 and :session buses.
10708
10709 2009-08-18 Kenichi Handa <handa@m17n.org>
10710
10711 * international/ucs-normalize.el (ucs-normalize-version):
10712 Change to 1.1.
10713 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10714 (utf-8-hfs): Make it perform normalization on encoding too.
10715
10716 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10717 (sentence-end-without-space): Delete duplicated chars.
10718 (sentence-end-base): Likewise.
10719
10720 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10721 (html-mode): Delete duplicated chars from sentence-end-base.
10722
10723 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10724 (texinfo-mode): Delete duplicated chars from sentence-end-base.
10725
10726 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
10727
10728 * files.el (hack-one-local-variable): If the mode function is for
10729 a minor mode, pass it an argument (Bug#4148).
10730
10731 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
10732
10733 * net/tramp.el (tramp-register-completion-file-name-handler):
10734 Check also for (member 'partial-completion completion-styles).
10735
10736 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10737
10738 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10739 abbrev (Bug#3943).
10740
10741 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
10742
10743 * progmodes/cperl-mode.el: Merge upstream 6.2.
10744 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10745 (cperl-forward-re): Check cperl-brace-recursing.
10746 (cperl-highlight-charclass): New function.
10747 (cperl-find-pods-heres): Use it.
10748 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10749 (cperl-beautify-regexp-piece): Fix column calculation.
10750 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10751 (cperl-beautify-level): Don't process entire regexp.
10752 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10753 calling man.
10754 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10755 (cperl-init-faces): Build a list in the normal way.
10756
10757 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10758
10759 * calendar/parse-time.el (parse-time-string-chars): Save match
10760 data.
10761
10762 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10763
10764 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10765 (sql-product): Use it.
10766 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10767 (sql-set-product): Add completion.
10768 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10769 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10770 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10771 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10772 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10773 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10774 (sql-highlight-db2-keywords): Remove.
10775 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10776 (sql-highlight-product): Use derived-mode-p.
10777 (sql-set-sqli-buffer): Use with-current-buffer.
10778 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10779 Simplify.
10780
10781 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10782
10783 * term.el: Fix commenting convention, turn comments into docstrings.
10784
10785 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10786
10787 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10788
10789 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
10790
10791 * calendar/parse-time.el (parse-time-string-chars): Compute using
10792 character classes, to handle non-ascii characters (Bug#3190).
10793
10794 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10795
10796 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10797 another heredoc if the user adds another < (Bug#3226).
10798
10799 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10800 Don't initialize based on window-system (Bug#4124).
10801
10802 * facemenu.el (facemenu-read-color): Use a completion function
10803 that accepts any defined color, such as RGB triplets (Bug#3677).
10804
10805 * files.el (get-free-disk-space): Change fallback default
10806 directory to /. Expand DIR argument before switching to fallback.
10807 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10808
10809 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10810
10811 * files.el (load-library): Doc fix.
10812
10813 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
10814
10815 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10816 (viper-if-string): Redefine C-s in the minibuffer to insert the last
10817 incremental search string.
10818
10819 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10820 XEmacs.
10821
10822 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10823 (ediff-merge-region-is-non-clash)
10824 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10825 Also check if the job is really a merge job.
10826
10827 * ediff.el (ediff-current-file): New function.
10828
10829 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10830
10831 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10832 conventions.
10833 (js-insert-and-indent): Delete function.
10834 (js-mode-map): Don't bind keys to js-insert-and-indent.
10835 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10836 (js-end-of-defun): Rename from js--end-of-defun.
10837 (js-auto-indent-flag): Delete variable.
10838
10839 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
10840
10841 * progmodes/js.el: Remove proclaim statement.
10842 Defvar which-func-imenu-joiner-function to silence compiler.
10843
10844 * files.el (auto-mode-alist): Use js-mode for .js files.
10845
10846 * progmodes/js2-mode.el: Remove file.
10847
10848 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10849
10850 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10851
10852 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10853
10854 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
10855 Karl Landstrom <karl.landstrom@brgeight.se>
10856
10857 * progmodes/js.el: New file.
10858
10859 2009-08-14 Mark A. Hershberger <mah@everybody.org>
10860
10861 * timezone.el (timezone-parse-date): Add ability to understand ISO
10862 basic format (minimal separators) dates in addition to the
10863 already-supported extended format dates.
10864
10865 2009-08-14 Eli Zaretskii <eliz@gnu.org>
10866
10867 * international/ucs-normalize.el: Add a `coding' file variable.
10868
10869 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10870
10871 2009-08-14 Sam Steingold <sds@gnu.org>
10872
10873 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10874
10875 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
10876
10877 * faces.el (help-argument-name): Define it here instead of
10878 help-fns.el, because in daemon mode help-fns.el may be loaded when
10879 faces are still uninitialized (Bug#1078).
10880
10881 * help-fns.el (help-argument-name): Move defface to faces.el.
10882
10883 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
10884
10885 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10886 create buffer with a pty but no process so that GDB can make the
10887 inferior the controlling process.
10888
10889 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
10890
10891 * international/ucs-normalize.el: New file.
10892
10893 2009-08-13 Richard Stallman <rms@gnu.org>
10894
10895 * mail/rmail.el (rmail-get-attr-names):
10896 Accept an attribute header that is too short.
10897
10898 * mail/rmail.el (rmail-forget-messages):
10899 Ignore nil elt in rmail-message-vector. Use dotimes.
10900
10901 * progmodes/compile.el (compilation-goto-locus):
10902 Use next-error-move-function.
10903
10904 * simple.el (next-error-move-function): New variable.
10905
10906 2009-08-12 Juri Linkov <juri@jurta.org>
10907
10908 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10909 always non-nil. (Bug#4052)
10910
10911 * replace.el (read-regexp): Return empty string when
10912 `default-value' is nil.
10913 (keep-lines-read-args): Don't use empty string as the
10914 default value for `read-regexp'. (Bug#2495)
10915
10916 2009-08-12 Juri Linkov <juri@jurta.org>
10917
10918 * international/mule-cmds.el (ucs-insert): Change arguments
10919 from `arg' to `character', `count', `inherit' to be the same
10920 as in `insert-char'. Doc fix. (Bug#4039)
10921
10922 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10923
10924 2009-08-12 Juri Linkov <juri@jurta.org>
10925
10926 * files-x.el: New file.
10927
10928 * files.el: Move code that deals with adding/deleting
10929 file/directory-local variables to files-x.el.
10930
10931 * Makefile.in (ELCFILES): Add files-x.elc.
10932
10933 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10934
10935 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10936 to use `goto-line'.
10937 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10938 `goto-line'.
10939 (gdb-invalidate-disassembly): Do not refresh upon receiving
10940 'update signal. Instead, update all disassembly buffers only after
10941 threads list.
10942 (gdb): Send -target-detach when buffer is killed (Bug#3794).
10943 (gdb-starting): Move -data-list-register-names...
10944 (gdb-stopped): ...here so it's sent when first thread stops.
10945 (gdb-registers-handler-custom): Do nothing if register names are
10946 unknown yet.
10947
10948 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10949 from `gdb-mi.el' to avoid extra tangling.
10950
10951 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10952 change which breaks `gud-def' definitions used in `gdb'.
10953 (gdb-update-gud-running): No extra fuss for updating frame number.
10954
10955 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10956
10957 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10958 (describe-language-environment-map, setup-language-environment-map)
10959 (set-coding-system-map): Move initialization into declaration.
10960 (set-language-info-alist): Last arg to define-key-after can be skipped.
10961
10962 * international/quail.el (quail-completion-1): Simplify.
10963 (quail-define-rules): Use slightly more compact code.
10964 (quail-insert-decode-map): Propertize keys, compact columns.
10965
10966 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10967 Add goto-line.
10968
10969 2009-08-10 Miles Bader <miles@gnu.org>
10970
10971 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10972 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10973 (js2-instance-member, js2-private-member, js2-private-function-call)
10974 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10975 (js2-magic-paren, js2-external-variable):
10976 Remove "-face" suffix from face names.
10977 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10978 (js2-highlight-undeclared-vars, js2-peek-token)
10979 (js2-parse-function-params, js2-mode-show-errors)
10980 (js2-mode-show-warnings, js2-make-magic-delimiter)
10981 (js2-mode-highlight-magic-parens): Update to use new face names.
10982
10983 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
10984
10985 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10986 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10987
10988 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
10989
10990 * subr.el: Provide hashtable-print-readable.
10991
10992 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10993 hs-c-like-adjust-block-beginning.
10994 (hs-hide-block-at-point): Stop hiding at the beginning of
10995 hs-block-end-regexp (Bug#700).
10996
10997 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10998
10999 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
11000 a macro.
11001 (gdb-registers-handler-custom): Do not fail when register names
11002 are unavailable.
11003
11004 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
11005
11006 * progmodes/gdb-mi.el (gdb-control-all-threads)
11007 (gdb-control-current-thread): Interactive setters for
11008 `gdb-gud-control-all-threads' to use in menu.
11009 (gdb-show-run-p): Show «Go» when process is not active.
11010 (gud-tool-bar-map): Add non-stop/A,T indicator.
11011 Uses gud/thread.xpm and gud/all.xpm.
11012
11013 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
11014
11015 * net/net-utils.el (net-utils-font-lock-keywords): New var.
11016 (nslookup-font-lock-keywords): Make it a variable.
11017 (net-utils-mode): New mode for viewing diagnostic network output.
11018 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
11019 (net-utils-run-simple): New function.
11020 (ifconfig, iwconfig, netstat, arp, route): Use it.
11021
11022 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
11023
11024 * progmodes/gdb-mi.el (gdb-read-memory-custom)
11025 (gdb-memory-set-address, def-gdb-set-positive-number)
11026 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
11027 after changing settings.
11028 (gdb-invalidate-disassembly): Update when first shown.
11029 (gdb-edit-locals-value): Fixed.
11030 (gdb-registers-handler-custom): Print registers in right order and
11031 allow changing register values (only for current thread yet).
11032 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
11033 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
11034 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
11035 (gdb-locals-handler-custom, gdb-registers-handler-custom):
11036 Thread info in mode name.
11037 (gdb-registers-mode-map): TAB to switch to locals.
11038
11039 2009-08-08 Eli Zaretskii <eliz@gnu.org>
11040
11041 * mail/rmail.el (rmail-add-mbox-headers)
11042 (rmail-set-message-counters-counter): Search for
11043 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
11044
11045 2009-08-08 Glenn Morris <rgm@gnu.org>
11046
11047 * Makefile.in (ELCFILES): Update.
11048
11049 2009-08-07 Eli Zaretskii <eliz@gnu.org>
11050
11051 * mail/sendmail.el (mail-yank-original):
11052 Set buffer-file-coding-system from the one used by the message whose
11053 text is yanked.
11054
11055 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
11056 to "windows" when "pgnuplot" is used.
11057 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
11058 Don't call accept-process-output if "pgnuplot" is used.
11059 (calc-graph-init): Don't send -display and -geometry to
11060 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
11061 running "pgnuplot -V" with shell-command-to-string.
11062
11063 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
11064 the default.
11065
11066 2009-08-07 Eli Zaretskii <eliz@gnu.org>
11067
11068 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
11069 org/org-latex.elc.
11070
11071 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
11072
11073 * vc-dispatcher.el (vc-resynch-window): Update comment.
11074
11075 * term.el (term-handle-ansi-escape): Add comments with the
11076 terminfo capabilities implemented.
11077
11078 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
11079
11080 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
11081 (gdb-var-create-handler): Rewritten using JSON parser.
11082 (gdb-propertize-header): Move earlier.
11083 (gdb-set-header): Remove to avoid duplication.
11084 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
11085 Refresh disassembly buffers only after threads list have been
11086 update.
11087 (gdb-threads-header, gdb-registers-header): Per-buffer header line
11088 variables.
11089
11090 2009-08-04 Juri Linkov <juri@jurta.org>
11091
11092 * files.el: Commands to add/delete file/directory-local variables.
11093 (read-file-local-variable, read-file-local-variable-value)
11094 (read-file-local-variable-mode, modify-file-local-variable)
11095 (modify-file-local-variable-prop-line)
11096 (modify-dir-local-variable): New functions.
11097 (add-file-local-variable, delete-file-local-variable)
11098 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
11099 (add-dir-local-variable, delete-dir-local-variable)
11100 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
11101 (copy-dir-locals-to-file-locals-prop-line): New commands.
11102
11103 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
11104
11105 * abbrev.el (insert-abbrev-table-description): Prettify output.
11106 Suggested by Karl Chen.
11107
11108 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
11109
11110 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
11111 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
11112 (gdb-overlay-arrow-position, gdb-thread-position)
11113 (gdb-disassembly-position): Declare variables.
11114 (gdb-wait-for-pending): Function now.
11115 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
11116 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
11117 compilation goes smoothly.
11118 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
11119 (gdb-non-stop-setting): New customization setting which replaces
11120 `gdb-non-stop' so changing it doesn't break active GDB session.
11121 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
11122 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
11123 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
11124 (gdb-show-threads-by-default): New customization options.
11125 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
11126 routines.
11127 (gdb-get-buffer-create): Send buffers update signal when they are
11128 created.
11129 (gdb-invalidate-locals, gdb-invalidate-registers)
11130 (gdb-invalidate-breakpoints)
11131 (gdb-invalidate-threads, gdb-invalidate-disassembly)
11132 (gdb-invalidate-memory): Accept update signal.
11133 (gdb-current-context-command): Use --frame option.
11134 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
11135 Implement `gdb-frame-number' selection logic.
11136 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
11137 whether to show GUD toolbar buttons.
11138 (gdb-thread-exited): Unselect current thread when it exits.
11139 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
11140 (gdb-mark-line): Routine which sets overlay arrow or inverses
11141 video on fringeless displays.
11142 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
11143 to build aligned columns of data in GDB buffers and set text
11144 properties line-by-line.
11145 (gdb-invalidate-breakpoints)
11146 (gdb-breakpoints-list-handler-custom)
11147 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
11148 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
11149 (gdb-registers-handler-custom): Align data columns.
11150 (gdb-locals-handler-custom): Now prints data like in variable
11151 declarations.
11152 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
11153 Remove confusing buttons.
11154 (gdb-invalidate-threads): Append --frame.
11155 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
11156 between breakpoints/threads buffers.
11157 (gdb-set-window-buffer): Now can ignore dedicated windows.
11158 (gdb-propertize-header): Use `gdb-set-window-buffer'.
11159 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
11160 (def-gdb-thread-buffer-gud-command): Replaces
11161 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
11162 for fine thread control.
11163 (gdb-preempt-existing-or-display-buffer): New function used to
11164 display bound buffers without breaking window layout.
11165 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
11166 (gdb-select-frame): New version of `gdb-frames-select' which now
11167 sets `gdb-frame-number' so commands may use --frame option instead
11168 of inner debugger state.
11169 (gdb-frame-handler): Do not set `gdb-frame-number'.
11170 (gdb-threads-mode-map): Select threads with mouse.
11171
11172 * progmodes/gud.el (gdb-gud-context-call): Declare function to
11173 avoid compilation warning.
11174 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
11175 `gdb-show-stop-p`.
11176
11177 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
11178 Argument `key' renamed to `buffer-type'.
11179 (gdb-current-context-buffer-name): Do not add thread info to
11180 buffer name when no thread is selected.
11181 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
11182 command (bug 3794).
11183 (gdb-thread-selected): Handle `=thread-selected' notification.
11184 (gdb-wait-for-pending): New macro to deal with congestion problems.
11185 (gdb-breakpoints-list-handler-custom): Don't fail on pending
11186 breakpoints.
11187 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
11188 This fixes problem similar to one described in bug 3947.
11189 (gud-menu-map): More menu items.
11190 (gdb-init-1): Reset `gdb-thread-number' to nil.
11191
11192 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
11193 non-stop settings.
11194
11195 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
11196 (gdb-current-context-command): Do not append --thread if
11197 `gdb-thread-number' is nil.
11198 (gdb-running-threads-count, gdb-stopped-threads-count):
11199 New variables.
11200 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
11201 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
11202 New customization options.
11203 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
11204 GUD commands.
11205 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
11206 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
11207 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
11208 set `gdb-thread-number' and update `gud-running' properly.
11209 (gdb-running): Update threads list when new threads appear.
11210 (gdb-stopped): Support non-stop operation and new thread switching
11211 logic.
11212 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
11213 (gdb-json-partial-output): New set of JSON routines.
11214 (def-gdb-auto-update-trigger): New `signal-list' optional
11215 argument.
11216 (gdb-thread-list-handler-custom): Update `gud-running',
11217 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
11218 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11219 (gdb-continue-thread, gdb-step-thread): New commands for fine
11220 thread execution control.
11221 (gud-menu-map): New menu items to switch non-stop options.
11222 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
11223 (gdb-send): Mimic RET properly (bug 3794).
11224
11225 * progmodes/gdb-mi.el (gdb-rules-name-maker)
11226 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11227 gdb-buffer-rules.
11228 (def-gdb-auto-update-handler): New nopreserve optional argument.
11229 (gdb-stack-list-frames-custom): Print stack from top to bottom.
11230
11231 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
11232 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11233 (gdb-parent-mode): New mode to derive other GDB modes from.
11234 (gdb-display-disassembly-for-thread)
11235 (gdb-frame-disassembly-for-thread): New commands for threads
11236 buffer.
11237
11238 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11239 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
11240 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11241 (gdb-update): We now store all GDB buffers in a list so that they
11242 can be updated by traversing a list instead of calling invalidate
11243 triggers explicitly.
11244 (def-gdb-trigger-and-handler): New macro to define trigger-handler
11245 pair for GDB buffer.
11246 (gdb-stack-buffer-name): Add thread information.
11247 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11248 handle pending triggers.
11249 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11250 (def-gdb-thread-buffer-simple-command)
11251 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11252 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
11253 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11254 New commands which show buffers bound to thread.
11255 (gdb-stack-list-locals-regexp): Remove unused regexp.
11256
11257 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11258 (gdb-locals-buffer-name, gdb-registers-buffer-name)
11259 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11260 to (gud-comint-buffer) in *-buffer-name functions
11261 because (gdb-get-target-string) already does that.
11262 (gdb-locals-handler-custom, gdb-registers-handler-custom)
11263 (gdb-changed-registers-handler): Rewritten without regexps.
11264
11265 * progmodes/gdb-mi.el: Basic thread selection support.
11266 (gdb-thread-number): New variable.
11267 (gdb-current-context-command): New macro which adds --thread
11268 option to command.
11269 (gdb-threads-mode-map): Select thread with SPC.
11270 (gdb-thread-list-handler-custom): Mark current thread with overlay
11271 arrow. Synchronize GDB thread and Emacs thread.
11272 (gdb-select-thread): New command which selects current thread.
11273 (gdb-invalidate-frames, gdb-invalidate-locals)
11274 (gdb-invalidate-registers): Use --thread option.
11275
11276 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
11277
11278 * net/tramp.el (top): Make check for tramp-gvfs loading more
11279 robust. (Bug#3977)
11280 (tramp-handle-insert-file-contents): `unwind-protect' must be
11281 inside `with-parsed-tramp-file-name'.
11282
11283 * net/tramp-gvfs.el (top): Remove superfluous message when loading
11284 fails.
11285
11286 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
11287
11288 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11289 directory if CLASSPATH is not set.
11290
11291 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
11292
11293 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11294 New defconst.
11295 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
11296
11297 2009-08-02 Kevin Ryde <user42@zip.com.au>
11298
11299 * net/newst-backend.el (newsticker--raw-url-list-defaults):
11300 Update freshmeat link. Delete newsforge.com as it seems gone.
11301
11302 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11303
11304 * select.el (x-set-selection): Doc fix (Bug#4021).
11305
11306 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11307
11308 * help-fns.el (describe-variable): Treat list return values from
11309 dir-locals-find-file properly (Bug#4005).
11310
11311 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
11312
11313 * net/tramp.el (tramp-debug-message): Print also microseconds.
11314
11315 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
11316
11317 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11318 or END is non-nil.
11319 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11320 (tramp-get-debug-buffer): Change `outline-regexp' according to new
11321 format.
11322
11323 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
11324 (tramp-get-file-property): Use it.
11325
11326 * autorevert.el (auto-revert-handler):
11327 Allow `auto-revert-tail-mode' for remote files.
11328
11329 2009-08-02 Jason Rumney <jasonr@gnu.org>
11330
11331 * minibuffer.el (read-file-name): Treat confirm options to
11332 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
11333
11334 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11335
11336 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
11337 (font-lock-variable-name-face, font-lock-constant-face):
11338 Darken the colors for light backgrounds.
11339
11340 2009-08-01 Eli Zaretskii <eliz@gnu.org>
11341
11342 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11343 month names. (Bug#3987)
11344
11345 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
11346
11347 * simple.el (line-move-finish): Pass whole number to
11348 line-move-to-column.
11349 (line-move-visual): Perform hscroll to the recorded position.
11350
11351 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
11352
11353 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11354
11355 2009-07-29 Alan Mackenzie <acm@muc.de>
11356
11357 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11358
11359 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
11360
11361 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11362 (gdb-place-breakpoints): Use full path when setting breakpoints.
11363
11364 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11365
11366 * calc/calc.el (calc-mode-map): Add keybinding for
11367 `calc-transpose-lines'.
11368
11369 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
11370
11371 * calc/calc-misc.el (calc-transpose-lines): New function.
11372
11373 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
11374
11375 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11376 Simplify check for out-of-band methods.
11377 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11378 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
11379
11380 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
11381
11382 * vc-git.el (vc-git-checkin): Fix typo.
11383
11384 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
11385
11386 * progmodes/js2-mode.el: New file.
11387
11388 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
11389
11390 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11391 (gud-menu-map): Adjust tooltip accordingly.
11392
11393 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11394
11395 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11396 (vc-bzr-log-view-mode): Adjust log-view-file-re.
11397
11398 * add-log.el (change-log-mode-map): Add a menu.
11399
11400 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
11401
11402 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11403 function returns nil.
11404 (dbus-handle-event): Handle special return value :ignore.
11405 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11406
11407 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
11408
11409 * view.el (view-mode-enable): Don't define Helper-return-blurb if
11410 it's not needed.
11411
11412 2009-07-25 Eli Zaretskii <eliz@gnu.org>
11413
11414 Fix Bug#3888:
11415
11416 * w32-vars.el (x-select-enable-clipboard): Doc fix.
11417
11418 * term/pc-win.el (x-display-name, x-colors)
11419 (x-select-enable-clipboard, x-select-text): Doc fix.
11420
11421 * term/common-win.el (x-display-name, x-colors): Doc fix.
11422
11423 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11424 (xw-defined-colors): Doc fix.
11425
11426 * w32-fns.el (x-select-text, x-setup-function-keys)
11427 (x-get-selection, x-set-selection): Doc fix.
11428
11429 * term/x-win.el (x-select-text, x-setup-function-keys)
11430 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11431
11432 * select.el (x-set-selection): Doc fix.
11433
11434 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
11435
11436 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11437 instead of "IsNSSSupportAvailable". Avahi ought to work also when
11438 "IsNSSSupportAvailable" method is not available.
11439 Reported by Steve Youngs <steve@sxemacs.org>.
11440
11441 2009-07-24 Kenichi Handa <handa@m17n.org>
11442
11443 * international/characters.el: Fix setting of category ?C, ?|, ?K,
11444 and ?H. Fix setting of case for Latin Extended and Greek Extended.
11445 (build-unicode-category-table): Fix range checks.
11446
11447 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
11448
11449 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11450 the buffer we try to sync is current when calling
11451 vc-resynch-buffer.
11452
11453 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11454 not show up to date files.
11455
11456 2009-07-24 Glenn Morris <rgm@gnu.org>
11457
11458 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11459 Add autoload cookies. If necessary, initialize.
11460 (elint-log): Handle non-file buffers.
11461 (elint-initialize): Add optional argument to reinitialize.
11462 (elint-find-builtin-variables): Save excursion.
11463
11464 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11465
11466 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11467 for Lint.
11468
11469 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11470
11471 * vc.el (vc-print-log-internal): New function, split out from ...
11472 (vc-print-log): ... here.
11473 (vc-dir-move-to-goal-column): Declare.
11474
11475 * vc-git.el (vc-git-add-signoff): New variable.
11476 (vc-git-checkin): Use it.
11477 (vc-git-toggle-signoff): New function.
11478 (vc-git-extra-menu-map): Bind it to menu.
11479 (vc-git--run-command-string): Accept a nil FILE argument.
11480 (vc-git-stash-list): New function.
11481 (vc-git-dir-extra-headers): Use it.
11482
11483 2009-07-23 Glenn Morris <rgm@gnu.org>
11484
11485 * help-fns.el (describe-variable): Describe ignored and risky local
11486 variables in a similar way to that in which we describe safe ones.
11487
11488 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11489 (byte-compile-output-file-form, byte-compile-output-docform)
11490 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11491 Give some more local variables with common names a "bytecomp-" prefix,
11492 so as not to shadow things during compilation.
11493 * emacs-lisp/cl-macs.el (load-time-value)
11494 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11495 `outbuffer' to `bytecomp-outbuffer'.
11496
11497 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11498 since the next two variables cover them automatically now.
11499 (elint-builtin-variables, elint-autoloaded-variables): New.
11500 (elint-unknown-builtin-args): Remove all members, since they can be
11501 parsed automatically now.
11502 (elint-extra-errors): New.
11503 (elint-env-add-env, elint-env-add-macro): Use cadr.
11504 (elint-current-buffer): Use or. Change final message.
11505 (elint-get-top-forms): Use line-end-position.
11506 (elint-init-env): Use cadr. Handle autoload, declare-function,
11507 and defalias.
11508 (elint-add-required-env): Doc fix. Use or. Standardize error.
11509 (regexp-assoc): Remove unused function.
11510 (elint-top-form): Set elint-current-pos, to record the start of the
11511 top-level form, for compilation-mode.
11512 (elint-form): Trap errors in macro expansion. Use dolist.
11513 (elint-unbound-variable): Use elint-builtin-variables and
11514 elint-autoloaded-variables.
11515 (elint-get-args): Use cadr, or.
11516 (elint-check-cond-form): Use dolist, cadr.
11517 (elint-check-condition-case-form): Doc fix. Use cadr.
11518 Use elint-extra-errors.
11519 (elint-log): New function.
11520 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11521 Distinguish errors and warnings.
11522 (elint-log-message): Use with-current-buffer. Inhibit read-only.
11523 Use a bytecomp-style format.
11524 (elint-clear-log): Preserve default-directory. Inhibit read-only.
11525 (elint-get-log-buffer): Use compilation mode. Disable undo.
11526 Don't truncate lines.
11527 (elint-initialize): Set builtin and autoloaded variable lists.
11528 Only process elint-unknown-builtin-args if non-nil.
11529 (elint-find-builtin-variables, elint-find-autoloaded-variables):
11530 New functions.
11531 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
11532
11533 2009-07-22 Kevin Ryde <user42@zip.com.au>
11534
11535 * net/newst-backend.el (newsticker--parse-atom-1.0)
11536 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11537 (newsticker--parse-rss-1.0):
11538 * progmodes/idlwave.el (idlwave-mode):
11539 * progmodes/idlw-shell.el (idlwave-shell-mode):
11540 * progmodes/vera-mode.el (vera-mode):
11541 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11542 * progmodes/vhdl-mode.el (vhdl-mode):
11543 * textmodes/table.el (table-generate-source)
11544 (table--warn-incompatibility):
11545 Hyperlink urls in docstrings with URL `...'.
11546
11547 2009-07-22 Glenn Morris <rgm@gnu.org>
11548
11549 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11550 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11551 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11552 Remove leading * from defcustom docs.
11553
11554 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
11555
11556 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11557 defcustom doc.
11558 (list-load-path-shadows): Optionally, just return shadows as a string.
11559
11560 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11561
11562 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
11563
11564 * mail/rmailedit.el (rmail-edit-mode):
11565 Use auto-save-include-big-deletions.
11566
11567 * mail/rmail.el (rmail-variables):
11568 Use auto-save-include-big-deletions.
11569
11570 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11571 changes.
11572
11573 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
11574
11575 * calc/calc.el (calc-undo-length): New variable.
11576 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11577
11578 2009-07-21 Richard Stallman <rms@gnu.org>
11579
11580 * files.el (auto-save-mode): Handle buffer-save-size = -2
11581 for toggling mode.
11582
11583 2009-07-21 Glenn Morris <rgm@gnu.org>
11584
11585 * textmodes/ispell.el (ispell-looking-back): Update declaration.
11586
11587 * calendar/todo-mode.el (calendar-current-date): Update declaration.
11588
11589 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11590 silence compiler. Instead...
11591 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11592 (ps-print-ensure-fontified): Update for above function name changes.
11593
11594 * printing.el (pr-mh-get-msg-num, pr-mh-show)
11595 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11596 silence compiler. Instead...
11597 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11598 (mh-show-buffer): Only define for compiler.
11599 (pr-mh-current-message): Update for above function name changes.
11600
11601 * files.el (abort-if-file-too-large): Explicitly pass `filename'
11602 as an argument.
11603 (find-file-noselect, insert-file-1): Update for above change.
11604
11605 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11606
11607 * mail/mailclient.el (mailclient-send-it): Fix message.
11608
11609 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11610 (edebug-eval): Check cl-debug-env is bound.
11611 (print-level, print-circle): Don't redefine built-in variables.
11612
11613 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11614 (custom-print-vectors): Remove old comments from doc.
11615
11616 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11617 (emerge-version): Make the variable an obsolete alias for the
11618 emacs-version variable. Make the function obsolete.
11619 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11620 Emerge options, rather than merging in into the main Options menu.
11621 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
11622 and auto advance modes. Disable edit/fast items when not relevant.
11623
11624 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11625
11626 * term/vt420.el (terminal-init-vt420): Fix typo.
11627
11628 2009-07-20 Sam Steingold <sds@gnu.org>
11629
11630 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11631 variable (removed from compile.el on 2004-03-11).
11632
11633 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
11634
11635 * files.el (hack-local-variables-filter): Fix last change.
11636
11637 2009-07-19 Juri Linkov <juri@jurta.org>
11638
11639 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11640 (dir-local-variables-alist): New buffer-local variable.
11641 (hack-local-variables-filter): If variable is not dir-local,
11642 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11643 because file-local overrides dir-local.
11644 (c-postprocess-file-styles) <declare-function>:
11645 Remove obsolete declaration.
11646 (hack-dir-local-variables): Add dir-local variable/value pair to
11647 `dir-local-variables-alist' and remove duplicates. Doc fix.
11648
11649 * help-fns.el (describe-variable): Add information about
11650 file-local and dir-local variables.
11651
11652 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
11653
11654 * files.el (hack-local-variables-filter): Rewrite.
11655
11656 2009-07-19 Glenn Morris <rgm@gnu.org>
11657
11658 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11659 Silence compiler by only defining on XEmacs.
11660
11661 * international/mule.el (auto-coding-regexp-alist): Only match
11662 BABYL... at the start of buffer, not of lines. (Bug#3790)
11663
11664 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11665 non-calendar buffers (Bug#3862). Restore "not on a date" message.
11666 (cal-menu-context-mouse-menu): Doc fix.
11667
11668 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11669
11670 * simple.el (mail-user-agent): Doc fix. Set :version tag.
11671
11672 2009-07-18 Juri Linkov <juri@jurta.org>
11673
11674 * info.el: Virtual Info keyword finder.
11675 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11676 (Info-finder-file): New variable.
11677 (Info-finder-find-file): New function.
11678 (finder-known-keywords, finder-package-info)
11679 (find-library-name, lm-commentary): Use defvar and
11680 declare-function to silence compiler warnings.
11681 (Info-finder-find-node): New function.
11682 (info-finder): New command.
11683
11684 * subr.el (process-kill-buffer-query-function): New function.
11685 (add-hook)<kill-buffer-query-functions>: Add hook
11686 `process-kill-buffer-query-function'.
11687
11688 2009-07-18 Alan Mackenzie <acm@muc.de>
11689
11690 * progmodes/cc-mode.el (c-before-hack-hook)
11691 (c-postprocess-file-styles): Give invocation of `c-set-style'
11692 DONT-OVERRIDE parameter of t. Already set style variables will
11693 thus not be overridden by style settings given by `c-file-syle'.
11694
11695 * files.el (hack-local-variables-filter): Remove entries with
11696 duplicate keys from `file-local-variables-alist'.
11697
11698 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11699
11700 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11701 x-set-selection if display-selections-p returns nil for the
11702 current frame.
11703
11704 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
11705
11706 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11707
11708 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11709
11710 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11711 Accept nil in addition to a regexp.
11712 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11713 Accept nil in addition to a regexp.
11714 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11715 buffers that have an associated file. Handle nil values of
11716 desktop-buffers-not-to-save and desktop-files-not-to-save.
11717 (Bug#3833)
11718
11719 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11720 (x-disown-selection-internal): New functions.
11721
11722 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
11723
11724 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11725 warning.
11726 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11727 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11728
11729 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
11730
11731 * simple.el (set-mark): Revert last change.
11732
11733 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11734
11735 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11736 rendering of pngs is not possible instead of messaging a long
11737 description.
11738
11739 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
11740
11741 * w32-fns.el (x-selection-owner-p): New function.
11742
11743 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11744 (mouse-yank-at-click, mouse-yank-primary):
11745 If select-active-regions is non-nil, deactivate the mark before
11746 insertion.
11747
11748 * simple.el (deactivate-mark, set-mark): Only save selection if we
11749 own it.
11750
11751 2009-07-17 Kenichi Handa <handa@m17n.org>
11752
11753 * case-table.el (describe-buffer-case-table): Fix for the case
11754 that KEY is a cons.
11755
11756 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11757
11758 * vc-rcs.el (vc-rcs-find-file-hook):
11759 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11760
11761 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
11762
11763 * net/tramp.el (tramp-wait-for-output): Handle the case when
11764 commands do not return a newline but a null byte before the shell
11765 prompt. (Bug#3858)
11766
11767 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11768
11769 * term/ns-win.el (ns-set-alpha): Don't declare.
11770 (ns-set-background-alpha): Remove function.
11771
11772 2009-07-16 Kevin Ryde <user42@zip.com.au>
11773
11774 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11775 y-or-n-p, for safety.
11776
11777 2009-07-16 Richard Stallman <rms@gnu.org>
11778
11779 * files.el (auto-save-mode): If buffer-saved-size is -2,
11780 don't clobber it.
11781
11782 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11783 (rmail-retry-ignored-headers): Add more uninteresting fields.
11784
11785 2009-07-15 Jari Aalto <jari.aalto@cante.net>
11786
11787 * net/rcirc.el (rcirc): Use history variables.
11788 (rcirc-server-name-history, rcirc-nick-name-history)
11789 (rcirc-server-port-history): New variables.
11790
11791 2009-07-15 Kenichi Handa <handa@m17n.org>
11792
11793 * international/mule-cmds.el (set-language-environment-charset):
11794 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11795 ignore them.
11796
11797 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11798 Delete unibyte-display.
11799
11800 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11801
11802 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11803
11804 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11805
11806 * simple.el (deactivate-mark): Optional argument FORCE.
11807 (set-mark): Use deactivate-mark.
11808
11809 * info.el (Info-search): No need to check transient-mark-mode
11810 before calling deactivate-mark.
11811
11812 * select.el (x-set-selection): Doc fix.
11813 (x-valid-simple-selection-p): Allow buffer values.
11814 (xselect--selection-bounds): Handle buffer values.
11815 Suggested by David De La Harpe Golden.
11816
11817 * mouse.el (mouse-set-region, mouse-drag-track):
11818 Call copy-region-as-kill before setting the mark, to let
11819 select-active-regions work.
11820
11821 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
11822
11823 * simple.el (deactivate-mark): If select-active-regions is
11824 non-nil, copy the selection data into a string.
11825 (activate-mark): If select-active-regions is non-nil, set the
11826 selection to the current buffer.
11827 (set-mark): Update selection if select-active-regions is non-nil.
11828
11829 * select.el (x-valid-simple-selection-p): Allow buffer values.
11830
11831 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11832
11833 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11834 and more featureful message-mode.
11835
11836 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
11837
11838 * select.el (x-set-selection): Doc fix.
11839 (x-valid-simple-selection-p): Disallow selection data consisting
11840 of a list or cons of integers, since that is not used.
11841 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11842 (xselect-convert-to-string, xselect-convert-to-length)
11843 (xselect-convert-to-filename, xselect-convert-to-charpos)
11844 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11845
11846 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11847
11848 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11849 output in -break-info command (Emacs bug #3794).
11850
11851 2009-07-14 Glenn Morris <rgm@gnu.org>
11852
11853 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11854 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11855 (edebug-print-length, edebug-print-level, edebug-print-circle)
11856 (edebug-sit-for-seconds, edebug-view-outside)
11857 (edebug-bounce-point, edebug-set-global-break-condition)
11858 (edebug-Go-nonstop-mode, edebug-trace-mode)
11859 (edebug-Trace-fast-mode, edebug-continue-mode)
11860 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11861 (edebug-visit-eval-list): Doc fixes.
11862
11863 * subr.el (def-edebug-spec): Doc fix.
11864
11865 2009-07-14 Kenichi Handa <handa@m17n.org>
11866
11867 * international/characters.el: Fix setting of category ?C.
11868
11869 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11870
11871 * term/ns-win.el (x-select-font): defalias x-select-font to
11872 ns-popup-font-panel instead of generate-fontset-menu.
11873
11874 2009-07-12 Eli Zaretskii <eliz@gnu.org>
11875
11876 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
11877
11878 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11879
11880 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11881 the PK\003\004 header (Bug#3770).
11882
11883 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11884
11885 * pcomplete.el (pcomplete-comint-setup): Check for
11886 shell-dynamic-complete-filename too.
11887
11888 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
11889
11890 * simple.el (temporary-goal-column): Change the value for
11891 line-move-visual to a cons cell.
11892 (line-move-visual): Record or set the window hscroll, if
11893 necessary (Bug#3494).
11894 (line-move-1): Handle cons value of temporary-goal-column.
11895
11896 2009-07-11 Kenichi Handa <handa@m17n.org>
11897
11898 * international/mule-diag.el (describe-character-set): Don't show
11899 width.
11900
11901 2009-07-10 Sam Steingold <sds@gnu.org>
11902
11903 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11904 Omake sometimes indents the errors it prints, so allow all
11905 regexps to start with spaces.
11906
11907 2009-07-10 Eli Zaretskii <eliz@gnu.org>
11908
11909 * cus-edit.el (customize-changed-options-previous-release):
11910 Bump value to 22.1. (Bug#3804)
11911
11912 2009-07-08 Sam Steingold <sds@gnu.org>
11913
11914 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11915 to be a cons cell (test . ignored-directory) to selectively ignore
11916 some directories depending on the location of the search.
11917
11918 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
11919
11920 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11921 remote user is root, on the local host.
11922 (tramp-local-host-p): Either the local user or the remote user
11923 must be root. (Bug#3771)
11924
11925 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11926
11927 * progmodes/gdb-mi.el (gdb): Remove description of
11928 gdb-use-separate-io-buffer.
11929 (menu): Don't allow toggling of or enable
11930 gdb-use-separate-io-buffer from menubar.
11931
11932 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11933
11934 * mail/unrmail.el (unrmail): Make sure the message ends with two
11935 newlines (Bug#3769).
11936
11937 2009-07-08 Glenn Morris <rgm@gnu.org>
11938
11939 * calendar/calendar.el (calendar-current-date): Rework previous change.
11940
11941 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11942
11943 * calendar/calendar.el (calendar-current-date):
11944 Add an optional argument giving an offset from today.
11945
11946 2009-07-08 Glenn Morris <rgm@gnu.org>
11947
11948 * tutorial.el (tutorial--describe-nonstandard-key):
11949 Adjust the message for when a key has been unbound.
11950 (help-with-tutorial): Hide the arch-tag.
11951
11952 2009-07-08 Kenichi Handa <handa@m17n.org>
11953
11954 * international/fontset.el (setup-default-fontset): For each
11955 script, append (not set) font-specs.
11956
11957 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11958 docstring.
11959
11960 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11961
11962 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11963 -data-list-register-names to ...
11964 (gdb-starting): ... here because GDB 7.0 requires execution to
11965 have started when using this MI command.
11966 (gdb-set-header): New function to distinguish select and
11967 unselected tabs in gdb buffers.
11968 (gdb-propertize-header): New macro that uses gdb-set-header.
11969 (gdb-breakpoints-header, gdb-locals-header): Use it.
11970 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11971
11972 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
11973
11974 * Makefile.in (ELCFILES): Remove fadr.elc.
11975
11976 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11977
11978 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11979 may contain frame information, so `string-match' should be used.
11980 (gdb-update): Disassembly is invalidated through
11981 `gdb-get-selected-frame'.
11982 (gdb-pad-string): New function to pad string with spaces.
11983 (gdb-invalidate-disassembly): Invalidate only if the buffer
11984 exists.
11985 (gdb-disassembly-handler-custom): Column alignment.
11986 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11987 placing new ones.
11988 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11989 end of line, too.
11990 (gdb-frame-handler): Match convention to for disassembly buffer
11991 mode name.
11992 (gdb-stack-list-frames-handler): Rewritten without regexps.
11993 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11994 not highlight breakpoints without line information.
11995 (gdb-input): Add trailing newline to command.
11996
11997 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11998 buffer properly.
11999 (gdb-breakpoints-list-handler-custom): Replacement for
12000 `gdb-break-list-handler'. Using real parser instead of regexps
12001 now.
12002 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
12003 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
12004 to place breakpoints.
12005 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
12006 functions.
12007 (gdb-disassembly-handler-custom): Show overlay arrow.
12008 (gdb-disassembly-place-breakpoints): Show breakpoints in
12009 disassembly buffer.
12010 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12011 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
12012 instead of parsing breakpoints buffer. Fixed old menu references
12013 in `gud-menu-map'.
12014
12015 * fadr.el: Remove.
12016
12017 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
12018 (gdb-memory-address): New variable which holds top address of
12019 memory page shown in memory buffer.
12020 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
12021 New customization variables.
12022 New functions:
12023 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
12024 display the memory buffer.
12025 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
12026 buffer display parameters.
12027 (def-gdb-memory-format, gdb-memory-format-binary)
12028 (gdb-memory-format-octal, gdb-memory-format-unsigned)
12029 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
12030 Functions for setting memory buffer format.
12031 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12032 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
12033 unit size used in memory buffer.
12034 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
12035 Switch to next/previous page of memory buffer.
12036 Now using (bindat-get-field) instead of fadr functions.
12037
12038 2009-07-07 Sam Steingold <sds@gnu.org>
12039
12040 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
12041 non-top-level files.
12042
12043 2009-07-07 Kenichi Handa <handa@m17n.org>
12044
12045 * international/mule-cmds.el (reset-language-environment):
12046 Put the highset priority to the charset iso-8859-1.
12047
12048 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
12049
12050 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
12051 to the end of the line when locating the block (Bug#700).
12052
12053 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
12054
12055 * net/tramp.el (tramp-handle-write-region): Flush file properties
12056 in case of short track.
12057
12058 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
12059
12060 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
12061 Coded custom representation of verilog error regular expressions
12062 to work with Emacs-22's new format.
12063 (verilog-error-regexp-xemacs-alist): Coded custom representation
12064 of verilog error regular expressions to work with XEmacs format.
12065 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
12066 error recognition into XEmacs.
12067 (verilog-error-regexp-add-emacs): Hook routine to install verilog
12068 error recognition into Emacs-22.
12069
12070 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
12071
12072 * woman.el: Remove stand-alone closing parentheses.
12073 (woman-file-name, woman2-format-paragraphs)
12074 (woman-leave-blank-lines): Code cleanup.
12075 (woman-use-own-frame): Change default to nil.
12076 (woman-italic, woman-bold, woman-unknown, woman-addition):
12077 Change defaults to inherit from default faces.
12078 (woman2-process-escapes): Consume the newline after a stand-alone
12079 filler character (Bug#3651).
12080
12081 2009-07-06 Glenn Morris <rgm@gnu.org>
12082
12083 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
12084 (top-level): Move provide to the end.
12085 (ffap): Remove defunct URL from custom group.
12086
12087 * subr.el (eval-after-load): Doc fix.
12088
12089 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
12090
12091 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
12092 `calc-embedded-word' is called twice.
12093
12094 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12095
12096 * files.el (find-alternate-file-other-window, find-alternate-file):
12097 Obey confirm-nonexistent-file-or-buffer.
12098
12099 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
12100
12101 * dired-aux.el (dired-show-file-type): Handle remote files.
12102
12103 2009-07-05 Jari Aalto <jari.aalto@cante.net>
12104
12105 * desktop.el (desktop-globals-to-save):
12106 Add file-name-history (Bug#2750).
12107
12108 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
12109
12110 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
12111
12112 2009-07-04 Johan Bockgård <bojohan@gnu.org>
12113
12114 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
12115 property on entire argument since this is what eshell-lisp-command
12116 expects.
12117
12118 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
12119
12120 * net/tramp-gvfs.el (tramp-gvfs-methods)
12121 (tramp-gvfs-zeroconf-domain)
12122 (tramp-bluez-discover-devices-timeout): Add version flag.
12123 (tramp-gvfs-handler-mounted-unmounted)
12124 (tramp-gvfs-connection-mounted-p): Polish handling of
12125 incompatibilities between GVFS 0.2 and 1.0.
12126
12127 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
12128
12129 * cus-start.el (all): Add make-pointer-invisible.
12130
12131 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
12132
12133 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
12134 formatted correctly.
12135
12136 2009-07-02 Juri Linkov <juri@jurta.org>
12137
12138 * info.el: Virtual Info files and nodes.
12139 (Info-virtual-files, Info-virtual-nodes): New variables.
12140 (Info-current-node-virtual): New variable.
12141 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
12142 New functions.
12143 (Info-file-supports-index-cookies): Use Info-virtual-file-p
12144 to check for a virtual file instead of checking a fixed list
12145 of node names.
12146 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
12147 instead of ad-hoc processing of "dir" and (apropos history toc).
12148 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
12149 instead of ad-hoc processing of "dir" and (apropos history toc).
12150 Reread a file when moving from a virtual node.
12151 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
12152 (Info-directory-toc-nodes, Info-directory-find-file)
12153 (Info-directory-find-node): New functions.
12154 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
12155 (Info-history): Move part of code to
12156 `Info-history-find-node'.
12157 (Info-history-toc-nodes, Info-history-find-file)
12158 (Info-history-find-node): New functions.
12159 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
12160 (Info-toc): Move part of code to `Info-toc-find-node'.
12161 (Info-toc-find-node): New function.
12162 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
12163 the current Info file name to references because now the node
12164 "*TOC*" belongs to the same Info manual.
12165 (Info-toc-build): Rename from `Info-build-toc'.
12166 (Info-toc-nodes): Rename input argument `file' to `filename'.
12167 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
12168 instead of ad-hoc processing of ("dir" apropos history toc).
12169 (Info-index-nodes): Use Info-virtual-file-p
12170 to check for a virtual file instead of checking a fixed list
12171 of node names.
12172 (Info-index-node): Add check for `Info-current-node-virtual'.
12173 Raise `save-match-data' higher up the tree to contain
12174 `search-forward' too (bug fix).
12175 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
12176 (Info-virtual-index-nodes): New variable.
12177 (Info-virtual-index-find-node, Info-virtual-index): New functions.
12178 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
12179 (Info-apropos-file, Info-apropos-nodes): New variables.
12180 (Info-apropos-toc-nodes, Info-apropos-find-file)
12181 (Info-apropos-find-node, Info-apropos-matches): New functions.
12182 (info-apropos): Move part of code to `Info-apropos-find-node' and
12183 `Info-apropos-matches'.
12184 (Info-mode-map): Bind "I" to `Info-virtual-index'.
12185 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
12186 for a virtual file instead of checking a fixed list of node names.
12187
12188 * simple.el (async-shell-command): New command.
12189
12190 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
12191
12192 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
12193 instead of `mount-info'.
12194
12195 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
12196
12197 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
12198 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
12199
12200 2009-07-02 Kenichi Handa <handa@m17n.org>
12201
12202 * international/mule.el (set-keyboard-coding-system): Force *-unix
12203 coding-system to avoid eol conversion.
12204
12205 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
12206
12207 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12208 Add handler for `process-file', `shell-command' and
12209 `start-file-process'.
12210 (tramp-gvfs-handle-shell-command)
12211 (tramp-gvfs-handle-start-file-process)
12212 (tramp-gvfs-handle-process-file): New defuns.
12213 (tramp-synce-list-devices): Simplify check for existence of property.
12214
12215 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
12216
12217 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
12218
12219 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
12220
12221 * language/korean.el (set-language-info-alist): Add korean-cp949,
12222 cp949 to spec.
12223
12224 2009-07-01 Kenichi Handa <handa@m17n.org>
12225
12226 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12227
12228 * international/encoded-kb.el: Deleted.
12229
12230 * international/mule.el (set-keyboard-coding-system): Perform the
12231 necessary setup here instead of calling encoded-kbd-setup-display.
12232
12233 2009-07-01 Glenn Morris <rgm@gnu.org>
12234
12235 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12236
12237 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
12238
12239 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
12240
12241 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
12242
12243 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12244 Handle also the 'rename case, when setting file modes. (Bug#3712)
12245 (tramp-default-file-modes): Remove execute permissions.
12246
12247 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
12248 (top): Add a default for "synce" in `tramp-default-user-alist'.
12249 Add completion function for "synce" method.
12250 (tramp-hal-service, tramp-hal-path-manager)
12251 (tramp-hal-interface-manager, tramp-hal-interface-device):
12252 New defconst.
12253 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12254 (tramp-synce-list-devices, tramp-synce-parse-device-names):
12255 New defuns.
12256
12257 * net/trampver.el: Update release number.
12258
12259 2009-06-30 Kenichi Handa <handa@m17n.org>
12260
12261 * international/fontset.el (setup-default-fontset): Add CJK fonts
12262 for symbols and the other miscellaneous characters.
12263
12264 * language/korea-util.el (setup-korean-environment-internal):
12265 Make char-width-table suitable for Korean environments.
12266 (exit-korean-environment): Cancel above.
12267
12268 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12269 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
12270 setup-function to make char-width-table suitable for respective
12271 environments, and an exit-function to cancel that.
12272
12273 * language/japan-util.el (setup-japanese-environment-internal):
12274 Call use-cjk-char-width-table with arg `ja_JP'.
12275
12276 * international/characters.el (cjk-char-width-table): Delete it.
12277 (cjk-char-width-table-list): New variable.
12278 (use-cjk-char-width-table): New arg local-name.
12279 (use-default-char-width-table): Fix for the case that Emacs is
12280 already using the default char-width-table.
12281
12282 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
12283
12284 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12285 modes mandatory. (Bug#3712)
12286
12287 2009-06-29 Alan Mackenzie <acm@muc.de>
12288
12289 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
12290 correction between the visible width of TABs and their number of bytes.
12291
12292 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
12293
12294 * server.el (server-buffer-done): Prevent kill-buffer from
12295 prompting by clearing the buffer modification flag (Bug#3696).
12296
12297 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
12298
12299 * progmodes/verilog-mode.el (verilog-beg-of-statement)
12300 (verilog-endcomment-reason-re): Support unique case and priority case.
12301 (verilog-basic-complete-re): Support localparam lineup.
12302 (verilog-beg-of-statement-1): Fix for robustness, unique case.
12303 (verilog-set-auto-endcomments): Fix for unique case, always_comb
12304 commenting.
12305 (verilog-leap-to-case-head): Now support *nested* unique &
12306 priority case statements.
12307 (verilog-auto-lineup): Make just declarations the default (as it
12308 had been).
12309 (verilog-leap-to-case-head): Support priority/unique case statements.
12310 (verilog-auto-lineup): Rework to give users radio buttons to
12311 select the various styles of automatic lineup.
12312 (verilog-error-regexp-alist): Rework to support the XEmacs style
12313 of error regular expressions from compilers, lint tools &
12314 simulators. Note that GNU Emacs has made it impossible for a mode
12315 to load such things.
12316 (electric-verilog-terminate-line, verilog-indent-declaration)
12317 (verilog-auto-wiure): Rework for radio button selection of
12318 auto-lineup selection of specification of auto lineup.
12319 (verilog-beg-of-statement-1): Redesign to support proper operation
12320 in additional code, based on testing with auto-lineup.
12321 (verilog-calculate-indent, assignments & declarations)
12322 (verilog-backward-token): Enhance to support auto-lineup of
12323 assignments & declarations.
12324 (verilog-in-directive-p, verilog-at-struct-p): New function for
12325 easy test of whether we are.
12326 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12327 to support safe execution at almost anyline.
12328 (verilog-calc-1): Properly support indenting deep inside generate
12329 blocks.
12330 (verilog-init-font): Remove definition & use of verilog-init-font,
12331 as it is redundant with font-lock-defaults.
12332 (verilog-mode): Alter the definition of verilog-font-lock-defaults
12333 to avoid circular calls if syntax-ppss is a function (as is the
12334 case now in 22.x GNU Emacs) as that function would sometimes call
12335 itself, leading to (nearly) infinite recursion.
12336 (verilog-ovm-begin-re, verilog-ovm-end-re)
12337 (verilog-ovm-statement-re, verilog-leap-to-head)
12338 (verilog-backward-token): Add support for OVM macros. Some are
12339 complete statements, and others open and close scopes like begin
12340 and end.
12341 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12342 (verilog-defun-level-generate-only-re): Really fix the defun-list
12343 compilation issue.
12344 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
12345 coverpoint, constraint and cross statements.
12346 (verilog-defun-level-list, verilog-generate-defun-level-list)
12347 (verilog-all-defun-level-list): Redo these specifications - it is
12348 too hard to support eval-when compile aggregation of lists also
12349 built at when-compile time.
12350 (verilog-defun-level-list): Place defconsts of variables used in
12351 building regular expressions which are built in eval-when-compile
12352 bodies in the same eval-when-compile body to facilitate compile
12353 without load.
12354 (verilog-beg-block-re-ordered): Support indenting
12355 virtual/protected tasks and functions.
12356 (verilog-defun-level-list, verilog-in-generate-region-p)
12357 (verilog-backward-ws&directives, verilog-calc-1): Speed up
12358 indentation of some module items (generate items).
12359 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12360 across virtual/protected tasks and functions.
12361
12362 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
12363
12364 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
12365 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
12366 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12367 in concatenations. Reported by Yishay Belkind.
12368 (verilog-auto-ascii-enum): Support one-hot state machines in
12369 AUTOASCIIENUM. Suggested by Lloyd Gomez.
12370 (verilog-auto-inst, verilog-auto-inst-port): Include interface
12371 modport in AUTOINST and add vl-modport for users.
12372 Reported by David Rogoff.
12373 (verilog-auto-inout-module, verilog-auto-inst)
12374 (verilog-decls-get-interfaces, verilog-insert-definition)
12375 (verilog-insert-one-definition, verilog-read-decls)
12376 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12377 (verilog-sig-modport, verilog-signals-combine-bus)
12378 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12379 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12380 Suggested by David Rogoff.
12381 (verilog-repair-open-comma): Fix non-insertion of comma when
12382 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
12383 (verilog-make-width-expression): Simplify [A-1:0] expression
12384 widths to just {A{1'b0}}.
12385 (verilog-mode): Cleanup checkdoc warnings.
12386 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12387 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
12388 inputs/outputs or data type. Suggested by Vasu Kandadi.
12389 (next-error-last-buffer): Fix byte-compiler warning.
12390 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12391 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
12392 or shell command text during AUTO expansion. Suggested by Tad Truex.
12393 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
12394 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12395 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
12396 in AUTOINOUT. Reported by Matthew Lovell.
12397 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12398 causing use of <= assignments. Reported by Alex Reed.
12399 (verilog-read-decls): Fix triand, trior, wand, wor to be
12400 recognized by AUTOWIRE. Reported by Spencer Isaacson.
12401 (verilog-extended-complete-re): Support import "DPI-C" functions.
12402 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
12403 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
12404 (verilog-insert-date, verilog-insert-year)
12405 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12406 Windows systems. Reported by Michael Potts.
12407 (verilog-read-module-name): Fix AUTOINST when the child module
12408 declaration's name is a tick define. Reported by Elliot Mednick.
12409 (verilog-read-decls): Fix V2K parameter bit subscripts getting
12410 passed to next parameter's definition. Reported by Bruce T.
12411 (verilog-read-decls): Fix detecting "parameter int" when using
12412 AUTOINSTPARAM. Reported by Bruce T.
12413 (verilog-goto-defun): Fix goto not finding modules unless first
12414 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
12415 (verilog-mode): Expand -f flag arguments on entry to mode so
12416 verilog-goto-defun will work. Reported by Lawrence Butcher.
12417 (verilog-getopt): Expand environment variables in -f file
12418 arguments. Suggested by Lawrence Butcher.
12419 (verilog-set-define): Fix "Symbol's value as variable is void"
12420 when reading enumerations.
12421 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12422 Suggested by Stephen Peltan.
12423 (verilog-read-defines): Fix reading of enumerations in include
12424 files. Reported by Steve Peltan.
12425
12426 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12427
12428 * files.el (trash-directory): Fix defcustom type.
12429
12430 2009-06-28 Juri Linkov <juri@jurta.org>
12431
12432 * help-fns.el (describe-function-1): Correctly locate adviced
12433 functions in hyperlink (Bug#2438).
12434
12435 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
12436
12437 * files.el (trash-directory): Change default to nil.
12438 (move-file-to-trash): If trash-directory is nil and
12439 system-move-file-to-trash is unbound, perform freedesktop-style
12440 trashing.
12441
12442 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12443
12444 * files.el (move-file-to-trash): Add freedesktop trash
12445 support (Bug#973).
12446
12447 2009-06-28 Glenn Morris <rgm@gnu.org>
12448
12449 * autorevert.el (global-auto-revert-non-file-buffers)
12450 (global-auto-revert-mode): Doc fixes.
12451
12452 2009-06-27 Johan Bockgård <bojohan@gnu.org>
12453
12454 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12455
12456 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
12457
12458 * faces.el (x-handle-named-frame-geometry): Ensure that we have
12459 opened an X connection before calling x-get-resource (Bug#3194).
12460
12461 * play/doctor.el: Remove reference to obsolete website.
12462 (make-doctor-variables): Correct grammar mistake (Bug#2633).
12463
12464 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
12465
12466 Remove find-file-not-found-hook VC method. (Bug#2757)
12467 * vc-hooks.el (vc-file-not-found-hook)
12468 (vc-default-find-file-not-found-hook): Remove functions.
12469 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12470 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12471 * vc.el:
12472 * vc-hg.el:
12473 * vc-git.el: Do not mention find-file-not-found-hook VC method.
12474
12475 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
12476
12477 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
12478 compatibility function for `looking-back'.
12479
12480 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12481 Use `ispell-looking-back'.
12482
12483 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
12484
12485 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
12486 rather than `filename'.
12487
12488 2009-06-23 Miles Bader <miles@gnu.org>
12489
12490 * face-remap.el (text-scale-set): New function.
12491
12492 2009-06-23 Glenn Morris <rgm@gnu.org>
12493
12494 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12495
12496 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12497
12498 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12499
12500 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12501
12502 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12503 Simplify Persian conditionals.
12504
12505 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12506 variable `filename'.
12507
12508 * comint.el (comint-insert-input): Doc fix.
12509
12510 * Makefile.in (ELCFILES): Fix typo in previous change.
12511
12512 2009-06-23 Miles Bader <miles@gnu.org>
12513
12514 * cus-start.el: Add entry for `recenter-redisplay'.
12515
12516 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12517
12518 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12519 Add an optional argument for the backend, use it instead of
12520 calling vc-backend.
12521 (vc-mode-line): Add an optional argument for the backend.
12522 Pass the backend to vc-state and vc-working-revision. Move code for
12523 special handling for vc-state being a buffer to ...
12524
12525 * vc-rcs.el (vc-rcs-find-file-hook):
12526 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
12527
12528 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12529 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12530 vc-stay-local-p and vc-mode-line calls.
12531
12532 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12533 (vc-cvs-diff, vc-cvs-annotate-command)
12534 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12535 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12536 vc-mode-line calls.
12537
12538 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12539 direct comparison.
12540 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12541 backend when calling vc-mode-line.
12542 (vc-register): Do not create a closure for calling the vc register
12543 function, call it directly.
12544
12545 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12546
12547 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12548 to make it obvious item can be clicked.
12549
12550 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12551
12552 2009-06-23 Kenichi Handa <handa@m17n.org>
12553
12554 * language/korea-util.el (korean-key-bindings): Change the binding
12555 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
12556 same command.
12557
12558 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
12559
12560 Sync with Tramp 2.1.16.
12561
12562 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12563
12564 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
12565 when a loading of a package fails. Completion function for rsync
12566 is `tramp-completion-function-alist-ssh'.
12567 (all): Replace all calls of `split-string' and
12568 `tramp-split-string' by `tramp-compat-split-string'.
12569 (tramp-default-method): Use `tramp-compat-process-running-p'.
12570 (tramp-default-proxies-alist): Allow also Lisp forms.
12571 (tramp-remote-path): Add choice "Private Directories".
12572 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12573 (tramp-domain-regexp): Allow also "-", "_" and ".".
12574 (tramp-end-of-output): Remove newlines, and add "$" at the end.
12575 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12576 (tramp-debug-message): Insert header line in debug buffer.
12577 (tramp-handle-directory-files-and-attributes-with-stat):
12578 Care about filenames with spaces, or starting with "-".
12579 (tramp-handle-dired-uncache): New defun.
12580 (tramp-handle-insert-directory): Don't flush the directory from
12581 cache, this is handled by `dired-uncache' now.
12582 (tramp-handle-insert-file-contents): Improve error handling.
12583 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12584 Quote `tramp-end-of-output'.
12585 (tramp-action-password): Improve trace message.
12586 (tramp-check-for-regexp): Both echoes must be present, before removing.
12587 (tramp-open-connection-setup-interactive-shell): Trace coding system.
12588 (tramp-compute-multi-hops): Eval cons cells of
12589 `tramp-default-proxies-alist'.
12590 (tramp-maybe-open-connection): Use the same command pattern for
12591 first hop and further hops.
12592 (tramp-wait-for-output): Remove handling of newlines.
12593 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12594 (tramp-split-string): Remove function. It is handled in
12595 tramp-compat now.
12596
12597 * net/tramp-cmds.el (tramp-bug):
12598 Recommend `tramp-cleanup-all-connections' in the bug mail.
12599
12600 * net/tramp-compat.el (tramp-compat-split-string)
12601 (tramp-compat-process-running-p): New defuns.
12602
12603 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12604 for `dired-uncache'.
12605
12606 * net/tramp-gvfs.el: New package.
12607
12608 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12609 Add handler for `dired-uncache'.
12610 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12611
12612 * net/trampver.el: Update release number. Make version check fit
12613 for SXEmacs 22.
12614
12615 2009-06-22 Jim Meyering <meyering@redhat.com>
12616
12617 Automatically handle .xz suffix (XZ-compressed files), too.
12618 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12619 XZ is the successor to LZMA: <http://tukaani.org/xz/>
12620
12621 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
12622 Nick Roberts <nickrob@snap.net.nz>
12623
12624 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12625 repository (http://sphinx.net.ru/hg/gdb-mi/).
12626
12627 2009-06-22 Glenn Morris <rgm@gnu.org>
12628
12629 * files.el (dir-locals-collect-mode-variables): Allow for any number of
12630 `mode' and `eval' entries. (Bug#3430)
12631
12632 * Makefile.in (ELCFILES): Add fadr.elc.
12633
12634 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12635 differing behavior of \n and ^ in strings. (Bug#3385)
12636
12637 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12638
12639 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12640 property.
12641 (lisp-indent-function): Make it a defcustom.
12642
12643 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
12644
12645 * progmodes/gdb-ui.el: Replace with ...
12646 * progmodes/gdb-mi.el: ... this file.
12647 * progmodes/gud.el: Modify for gdb-mi.el.
12648
12649 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
12650
12651 * fadr.el: New file.
12652
12653 See ChangeLog.14 for earlier changes.
12654
12655 ;; Local Variables:
12656 ;; coding: utf-8
12657 ;; End:
12658
12659 Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
12660
12661 This file is part of GNU Emacs.
12662
12663 GNU Emacs is free software: you can redistribute it and/or modify
12664 it under the terms of the GNU General Public License as published by
12665 the Free Software Foundation, either version 3 of the License, or
12666 (at your option) any later version.
12667
12668 GNU Emacs is distributed in the hope that it will be useful,
12669 but WITHOUT ANY WARRANTY; without even the implied warranty of
12670 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12671 GNU General Public License for more details.
12672
12673 You should have received a copy of the GNU General Public License
12674 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.