Another improvement of MIME handling in rmail.
[bpt/emacs.git] / lisp / ChangeLog
1 2011-01-12 Kenichi Handa <handa@m17n.org>
2
3 * mail/rmailmm.el (rmail-mime-next-item)
4 (rmail-mime-previous-item): Delete them.
5 (rmail-mime-shown-mode): Recursively call for children.
6 (rmail-mime-hidden-mode): Delete the 2nd arg TOP. Callers
7 changed.
8 (rmail-mime-raw-mode): Recursively call for children.
9 (rmail-mode-map): Change mapping of tab and backtab to
10 forward-button and backward-button respectively.
11 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
12 button.
13 (rmail-mime-update-tagline): New function.
14 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
15 body display is changed.
16 (rmail-mime-toggle-button): Renamed from rmail-mime-image.
17 (rmail-mime-image): Delete this button type.
18 (rmail-mime-toggle): New button type.
19 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
20 body display is changed. Change the save button label to "Save".
21 Don't process show/hide button here.
22 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
23 the body display is changed. Unconditionally call
24 rmail-mime-insert for children.
25 (rmail-mime-handle): Update `display' vector of the just inserted
26 entity.
27 (rmail-mime-process): If mail-header-parse-content-type returns
28 nil, use "text/plain" as the fallback type.
29 (rmail-mime-insert): For raw-mode, recursively call
30 rmail-mim-insert for children.
31 (rmail-mime): Handle the case that the current buffer is not rmail
32 buffer (e.g. in summary buffer).
33
34 2011-01-05 Kenichi Handa <handa@m17n.org>
35
36 * mail/rmailmm.el (rmail-mime-next-item)
37 (rmail-mime-previous-item): Skip the body of a non-multipart
38 entity if a tagline is shown.
39
40 2011-01-04 Kenichi Handa <handa@m17n.org>
41
42 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
43 part as a plain text.
44 (rmail-mime-process-multipart): Set the default content-type to
45 nil for unknown multipart subtypes (bug#7651).
46
47 2011-01-03 Brent Goodrick <bgoodr@gmail.com> (tiny change)
48
49 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
50 table, get the value before switching to the output buffer. (Bug#7733)
51
52 2011-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
53
54 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
55
56 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
57
58 * files.el (file-local-variables-alist):
59 Make permanent-local (bug#7767).
60
61 2011-01-02 Glenn Morris <rgm@gnu.org>
62
63 * version.el (emacs-copyright): Set short copyright year to 2011.
64
65 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
66
67 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
68 an existing temp buffer. (Bug#7746)
69
70 2011-01-02 Glenn Morris <rgm@gnu.org>
71
72 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
73 multiple addresses. (Bug#7760)
74
75 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
76
77 * net/tramp.el (tramp-methods): Add recursive options to "scpc",
78 "scpx", "pscp" and "psftp".
79
80 2010-12-31 Eli Zaretskii <eliz@gnu.org>
81
82 * term/w32-win.el (image-library-alist): Set up correctly for
83 libpng versions both before and after 1.4.0. (Bug#7716)
84
85 2010-12-25 Eli Zaretskii <eliz@gnu.org>
86
87 * time.el (display-time-mode): Mention display-time-interval in
88 the doc string. (Bug#7713)
89
90 * simple.el (select-active-regions): Doc fix. (Bug#7702)
91
92 2010-12-24 Kenichi Handa <handa@m17n.org>
93
94 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
95 condition-case and return an error message string if something
96 goes wrong.
97 (rmail-show-mime): Adjust for the above change. Insert the
98 header by rmail-mime-insert-header.
99
100 2010-12-24 Kenichi Handa <handa@m17n.org>
101
102 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
103 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
104 (rmail-mime-mbox-buffer)
105 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
106 (rmail-mime-entity): Argument changed. All codes handling an
107 entity object are changed.
108 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
109 the above change.
110 (rmail-mime-entity-children, rmail-mime-entity-handler)
111 (rmail-mime-entity-tagline): New functions.
112 (rmail-mime-message-p): New function.
113 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
114 (rmail-mime-entity-segment, rmail-mime-next-item)
115 (rmail-mime-previous-item, rmail-mime-shown-mode)
116 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
117 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
118 (rmail-mime-insert-tagline, rmail-mime-insert-header):
119 New functions.
120 (rmail-mime-text-handler): Call rmail-mime-insert-text.
121 (rmail-mime-insert-decoded-text): New function.
122 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
123 (rmail-mime-insert-image): Argument changed. Caller changed.
124 (rmail-mime-image): Call rmail-mime-toggle-hidden.
125 (rmail-mime-set-bulk-data): New funciton.
126 (rmail-mime-insert-bulk): Argument changed.
127 (rmail-mime-multipart-handler): Return t.
128 (rmail-mime-process-multipart): Argument changed.
129 Handle "multipart/alternative" here.
130 (rmail-mime-process): Argument changed.
131 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
132 (rmail-mime-insert): Argument changed. Handle raw display mode.
133 (rmail-mime): Argument changed. Handle toggling of raw display
134 mode.
135 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
136 rmail-mime-view-buffer.
137 (rmail-insert-mime-forwarded-message): Likewise.
138 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
139
140 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
141 non-nil, handle the header in rmail-show-mime-function.
142
143 2010-12-20 Leo <sdl.web@gmail.com>
144
145 * help-fns.el (describe-variable): Fix 2010-12-17 change.
146
147 2010-12-20 Juri Linkov <juri@jurta.org>
148
149 * isearch.el (isearch-lazy-highlight-error): New variable.
150 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
151 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
152 to the current value of `isearch-error' (Bug#7468).
153
154 2010-12-17 Chong Yidong <cyd@stupidchicken.com>
155
156 * help-fns.el (describe-variable): Don't emit trailing whitespace
157 (Bug#7511).
158
159 2010-12-17 Leo <sdl.web@gmail.com>
160
161 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
162 if point is not behind eshell-last-output-end (Bug#7585).
163
164 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
165
166 * textmodes/rst.el (rst-compile-pdf-preview)
167 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
168
169 2010-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
170
171 * emulation/edt-mapper.el: Override mapping of function keys so
172 that the later call to read-key-sequence works.
173
174 2010-12-13 Eli Zaretskii <eliz@gnu.org>
175
176 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
177 Unix EOLs. (Bug#7589)
178
179 2010-12-12 Eli Zaretskii <eliz@gnu.org>
180
181 * subr.el (posn-col-row): Evaluate header-line-format in the
182 context of the POSITION window's buffer.
183
184 2010-12-11 Glenn Morris <rgm@gnu.org>
185
186 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
187 (with-silent-modifications): Doc fixes.
188
189 2010-12-10 Michael Albinus <michael.albinus@gmx.de>
190
191 * net/tramp.el (tramp-action-password, tramp-process-actions):
192 Revert patch from 2010-12-08. Use `save-restriction'.
193
194 2010-12-09 Eli Zaretskii <eliz@gnu.org>
195
196 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
197 New functions.
198 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use
199 them instead of `nil' and `>', respectively. (Bug#1077)
200
201 2010-12-09 Stephen Berman <stephen.berman@gmx.net>
202
203 * calendar/diary-lib.el (diary-list-sexp-entries):
204 Handle case of no newline at end of file. (Bug#7536)
205
206 2010-12-09 Glenn Morris <rgm@gnu.org>
207
208 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
209
210 2010-12-08 Michael Albinus <michael.albinus@gmx.de>
211
212 * net/tramp.el (tramp-handle-start-file-process):
213 Protect buffer-modified value. (Bug#7557)
214 (tramp-action-password): Delete region, do not narrow.
215 (tramp-process-actions): Do not widen.
216
217 2010-12-08 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
218
219 * log-edit.el (log-edit-changelog-entries):
220 Regexp quote filename. (Bug#7505)
221
222 2010-12-08 Tom Breton <tehom@panix.com>
223
224 * cus-edit.el (custom-save-all):
225 Bind print-length and print-level to nil. (Bug#7581)
226
227 2010-12-08 Glenn Morris <rgm@gnu.org>
228
229 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
230 Run hooks to update menu contents. (Bug#7586)
231
232 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
233 file names, for the sake of MS Windows. (Bug#7588)
234
235 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
236
237 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
238 empty lines without a leading space.
239
240 2010-12-06 Leo <sdl.web@gmail.com>
241
242 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
243 while mapping over marks (Bug#6810).
244
245 2010-12-06 Chong Yidong <cyd@stupidchicken.com>
246
247 * image-dired.el (image-dired-db-file)
248 (image-dired-temp-image-file, image-dired-gallery-dir)
249 (image-dired-temp-rotate-image-file): Set default values relative
250 to image-dired-dir (Bug#7518).
251
252 2010-12-06 Lawrence Mitchell <wence@gmx.li>
253
254 * format.el (format-decode-run-method): Pass args FROM and TO, not
255 point-min and point-max, to shell-command-on-region (Bug#7488).
256
257 2010-12-06 Jan Djärv <jan.h.d@swipnet.se>
258
259 * frame.el (blink-cursor-mode): Make default t for ns.
260
261 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
262
263 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
264
265 2010-12-05 Chong Yidong <cyd@stupidchicken.com>
266
267 * comint.el (comint-dynamic-list-input-ring)
268 (comint-dynamic-complete-filename)
269 (comint-replace-by-expanded-filename)
270 (comint-dynamic-simple-complete)
271 (comint-dynamic-list-filename-completions)
272 (comint-dynamic-list-completions): Doc fix (Bug#7499).
273
274 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
275 Doc fix (Bug#7471).
276
277 2010-12-04 Martin Rudalics <rudalics@gmx.at>
278
279 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
280 (Bug#7533).
281
282 2010-12-04 W. Martin Borgert <debacle@debian.org> (tiny change)
283
284 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
285 (Bug#7491).
286
287 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
288
289 * simple.el (transient-mark-mode): Doc fix (Bug#7465).
290
291 2010-12-04 Eli Zaretskii <eliz@gnu.org>
292
293 * files.el (file-relative-name): Handle UNC file names on
294 DOS/Windows. (Bug#4674)
295
296 2010-12-03 Daiki Ueno <ueno@unixuser.org>
297
298 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
299 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
300 (epg-context-set-passphrase-callback): Mention that the callback
301 is not called when used with GnuPG 2.x.
302
303 2010-12-02 Glenn Morris <rgm@gnu.org>
304
305 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
306 Ensure ps-footer-font-size-internal is initialized.
307 Call ps-get-page-dimensions before trying to use ps-font-for-text.
308
309 2010-12-01 Kenichi Handa <handa@m17n.org>
310
311 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
312 within condition-case.
313 (rmail-show-mime): Don't use condition-case.
314 (rmail-search-mime-message): New function.
315 (rmail-search-mime-message-function): Set to
316 rmail-search-mime-message.
317
318 2010-12-01 Leo <sdl.web@gmail.com>
319
320 * ido.el (ido-common-initialization): New function. (bug#3274)
321 (ido-mode): Use it.
322 (ido-completing-read): Call it.
323
324 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
325
326 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
327 stand-alone lines, since that is handled by log-edit-match-to-eoh
328 (Bug#6465).
329
330 2010-11-27 Eduard Wiebe <usenet@pusto.de>
331
332 * dired.el (dired-get-filename): Replace backslashes with slashes
333 in file names on MS-Windows, needed by `locate'. (Bug#7308)
334 * locate.el (locate-default-make-command-line): Don't consider
335 drive letter and root directory part of
336 `directory-listing-before-filename-regexp'. (Bug#7308)
337 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
338
339 2010-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
340
341 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
342 of :smie-open/close-alist.
343 (smie-next-sexp): Make it accept a "start token" as argument.
344 (smie-indent-keyword): Be careful not to misidentify tokens that span
345 more than one line, as empty lines. Add argument `token'.
346
347 2010-11-26 Kenichi Handa <handa@m17n.org>
348
349 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
350 multipart subtypes, insert all as usual.
351
352 * mail/rmail.el: Require rfc2047.
353
354 2010-11-26 Kenichi Handa <handa@m17n.org>
355
356 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
357 (rmail-mime-entity-disposition)
358 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
359 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
360 (rmail-mime-save): Handle the case that the button's `data' is a
361 MIME entity.
362 (rmail-mime-insert-text): New function.
363 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
364 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
365 (rmail-mime-insert-bulk): New function mostly copied from the old
366 rmail-mime-bulk-handler.
367 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
368 (rmail-mime-process-multipart): New function mostly copied from
369 the old rmail-mime-multipart-handler.
370 (rmail-mime-show): Just call rmail-mime-process.
371 (rmail-mime-process): New function mostly copied from the old
372 rmail-mime-show.
373 (rmail-mime-insert-multipart, rmail-mime-parse)
374 (rmail-mime-insert, rmail-show-mime)
375 (rmail-insert-mime-forwarded-message)
376 (rmail-insert-mime-resent-message): New functions.
377 (rmail-insert-mime-forwarded-message-function): Set to
378 rmail-insert-mime-forwarded-message.
379 (rmail-insert-mime-resent-message-function): Set to
380 rmail-insert-mime-resent-message.
381
382 * mail/rmailsum.el: Require rfc2047.
383 (rmail-header-summary): Handle multiline Subject: field.
384 (rmail-summary-line-decoder): Change the default to
385 rfc2047-decode-string.
386
387 * mail/rmail.el (rmail-enable-mime): Change the default to t.
388 (rmail-mime-feature): Change the default to `rmailmm'.
389 (rmail-quit): Delete the specifal code for rmail-enable-mime.
390 (rmail-display-labels): Likewise.
391 (rmail-show-message-1): Check rmail-enable-mime, and use
392 rmail-show-mime-function for a MIME message. Decode the headers
393 according to RFC2047.
394
395 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
396
397 * progmodes/which-func.el (which-func-imenu-joiner-function):
398 Return a string, as expected.
399 (which-function-mode): Make sure we stop any previous timer before
400 starting a new one.
401
402 2010-11-23 Michael Albinus <michael.albinus@gmx.de>
403
404 * net/tramp.el (tramp-default-method-alist)
405 (tramp-default-user-alist, tramp-default-proxies-alist):
406 Adapt custom options type. (Bug#7445)
407
408 2010-11-21 Chong Yidong <cyd@stupidchicken.com>
409
410 * progmodes/python.el: Add Ipython support (Bug#5390).
411 (python-shell-prompt-alist)
412 (python-shell-continuation-prompt-alist): New options.
413 (python--set-prompt-regexp): New function.
414 (inferior-python-mode, run-python, python-shell):
415 Require ansi-color. Use python--set-prompt-regexp to set the comint
416 prompt based on the Python interpreter.
417 (python--prompt-regexp): New var.
418 (python-check-comint-prompt)
419 (python-comint-output-filter-function): Use it.
420 (run-python): Use a pipe (Bug#5694).
421
422 2010-11-21 Chong Yidong <cyd@stupidchicken.com>
423
424 * progmodes/python.el (run-python): Doc fix.
425 (python-keep-current-directory-in-path): New var (Bug#7454).
426
427 2010-11-20 Chong Yidong <cyd@stupidchicken.com>
428
429 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
430 Prompt user before actually printing.
431
432 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
433
434 * simple.el (kill-new, kill-append, kill-region):
435 * comint.el (comint-kill-region): Make the yank-handler argument
436 obsolete.
437
438 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
439
440 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
441 that are both openers (resp. closers) and something else.
442 (smie-grammar): Loosen definition of valid values.
443 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
444 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
445 (smie-indent-after-keyword): Adjust users.
446 (smie-indent-keyword): Don't indent empty lines.
447
448 * vc-hg.el (vc-hg-program): New var.
449 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
450 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
451
452 2010-11-17 Glenn Morris <rgm@gnu.org>
453
454 * emacs-lisp/autoload.el (autoload-find-destination): The function
455 coding-system-eol-type may return non-numeric values. (Bug#7414)
456
457 2010-11-16 Ulrich Mueller <ulm@gentoo.org>
458
459 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
460
461 2010-11-13 Eli Zaretskii <eliz@gnu.org>
462
463 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
464
465 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
466
467 * textmodes/picture.el (picture-mouse-set-point): Don't use
468 posn-col-row; explicitly compute the motion based on the posn at
469 the window-start (Bug#7390).
470
471 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
472
473 * net/tramp.el (tramp-remote-coding-commands): Add an alternative
474 using "base64 -d -i". This is needed for older base64 versions
475 from GNU coreutils. Reported by Klaus Reichl
476 <Klaus.Reichl@thalesgroup.com>.
477
478 2010-11-13 Glenn Morris <rgm@gnu.org>
479
480 * novice.el (disabled-command-function):
481 Fix 2009-11-15 change. (Bug#7384)
482
483 2010-11-12 Glenn Morris <rgm@gnu.org>
484
485 * calendar/calendar.el (diary-iso-date-forms): Make elements
486 mutually exclusive. (Bug#7377)
487
488 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
489
490 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
491 when filling the remaining "unconstrained" values.
492
493 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
494
495 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
496 safety predicate.
497
498 * files.el (safe-local-variable-p): Gracefully handle errors.
499
500 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
501 Use smie-indent-virtual when indenting relative to an opener.
502 (smie-rule-separator): Use smie-rule-parent.
503 (smie-indent-keyword): Consult rules, even for openers at bol.
504 (smie-indent-comment-close): Try to align closer's content.
505
506 2010-11-11 Glenn Morris <rgm@gnu.org>
507
508 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
509
510 2010-11-10 Glenn Morris <rgm@gnu.org>
511
512 * printing.el (pr-menu-bind): Doc fix.
513
514 * speedbar.el (speedbar-toggle-images): Doc fix.
515
516 * progmodes/python.el (python-shell): Doc fix.
517
518 * wid-edit.el (widget-field-use-before-change)
519 (widget-use-overlay-change): Doc fixes.
520
521 2010-11-09 Glenn Morris <rgm@gnu.org>
522
523 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
524
525 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
526
527 * minibuffer.el (minibuffer-completion-help): Specify the end of the
528 completion field (bug#7211).
529
530 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
531 Fix handling of backslash escapes.
532 (python-quote-syntax): Adjust accordingly.
533
534 2010-11-08 Richard Levitte <richard@levitte.org> (tiny change)
535
536 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
537 (vc-mtn-workfile-branch): Adjust to new output format.
538
539 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
540
541 * international/mule-cmds.el (princ-list): Mark as obsolete.
542
543 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
544
545 * emacs-lisp/smie.el: New package.
546
547 2010-11-06 Michael Albinus <michael.albinus@gmx.de>
548
549 * files.el (backup-by-copying-when-mismatch):
550 Set `permanent-local' property.
551
552 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
553 `permanent-local' property for `backup-by-copying-when-mismatch'.
554
555 2010-11-06 Eli Zaretskii <eliz@gnu.org>
556
557 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
558 (ls-lisp-classify-file): New function.
559 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
560 (ls-lisp-classify): Call ls-lisp-classify-file.
561 (insert-directory): Remove blanks from switches.
562
563 2010-11-07 Wilson Snyder <wsnyder@wsnyder.org>
564
565 * progmodes/verilog-mode.el (verilog-insert-one-definition)
566 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
567 AUTOINOUT for SV style multidimensional arrays, bug294.
568 Reported by Eric Mastromarchi.
569 (verilog-preprocess): Use with-current-buffer and
570 font-lock-fontify-buffer to cleanup style issues.
571
572 2010-11-05 Michael Albinus <michael.albinus@gmx.de>
573
574 * net/trampver.el: Update release number.
575
576 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
577
578 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
579 beginning of the string. Use `string-match-p'. (Bug#6765)
580
581 2010-11-01 Glenn Morris <rgm@gnu.org>
582
583 * locate.el (locate, locate-mode): Doc fixes.
584
585 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
586
587 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
588 user for confirmation.
589 (server-force-stop): Use it.
590 (server-start): Use server-force-stop for kill-emacs-hook, to
591 avoid user interaction while killing Emacs.
592
593 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
594
595 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
596 (log-edit-author): New dynamic var.
597 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
598 Use it to return the author if different from committer.
599 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
600
601 2010-10-31 Eli Zaretskii <eliz@gnu.org>
602
603 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
604
605 2010-10-31 Chong Yidong <cyd@stupidchicken.com>
606
607 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
608 (vc-root-diff, vc-print-root-log, vc-log-incoming)
609 (vc-log-outgoing): Use it.
610 (vc-diff-internal): Set diff-vc-backend.
611
612 * vc/diff-mode.el (diff-vc-backend): New var.
613
614 2010-10-31 Juri Linkov <juri@jurta.org>
615
616 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
617 buffer-locally to lambda that re-runs the vc diff command.
618 (Bug#6447)
619
620 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
621
622 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
623
624 Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
625 log-outgoing commands.
626 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
627 to create a buffer local revert-buffer-function variable.
628 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
629 revert-buffer-function lambda.
630
631 Improve VC create/retrieve tag/branch.
632 * vc.el (vc-create-tag): Do not read the directory name for VCs
633 with repository revision granularity. Adjust the tag/branch
634 prompt. Reset VC properties.
635 (vc-retrieve-tag): Do not read the directory name for VCs
636 with repository revision granularity. Reset VC properties.
637
638 Add optional support for resetting VC properties.
639 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
640 call vc-file-clearprops when true.
641 (vc-resynch-buffer): Add new optional argument, pass it down.
642 (vc-resynch-buffers-in-directory): Likewise.
643
644 Improve support for special markup in the VC commit message.
645 * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
646 * vc-hg.el (vc-hg-checkin): Add support for Date:.
647 * vc-git.el (vc-git-checkin):
648 * vc-bzr.el (vc-bzr-checkin): Likewise.
649
650 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
651 * vc-git.el (vc-git-log-view-mode): Fix font lock for
652 incoming/outgoing logs.
653 (vc-git-log-outgoing, vc-git-log-incoming): New functions.
654
655 * vc-git.el (vc-git-log-outgoing): Use the same format as the
656 short log.
657 (vc-git-log-incoming): Likewise. Run "git fetch" before the log
658 command
659
660 Add bindings for vc-log-incoming and vc-log-outgoing.
661 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
662 and vc-log-outgoing.
663 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
664 and vc-log-outgoing.
665
666 Improve state updating for VC tag commands.
667 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
668 to update the state of all buffers in the directory.
669
670 2010-05-19 Glenn Morris <rgm@gnu.org>
671
672 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
673
674 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
675
676 * vc.el (vc-checkin, vc-modify-change-comment):
677 Adjust to new vc-start/finish-logentry.
678 (vc-find-conflicted-file): New command.
679 (vc-transfer-file): Adjust to new vc-checkin.
680 (vc-next-action): Improve scoping.
681
682 * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
683 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
684
685 * vc-dispatcher.el (vc-log-edit): Shorten names for
686 log-edit-show-files.
687
688 * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
689 (vc-bzr-conflicted-files): New function.
690
691 * log-edit.el (log-edit-summary, log-edit-header)
692 (log-edit-unknown-header): New faces.
693 (log-edit-headers-alist): New var.
694 (log-edit-header-contents-regexp): New const.
695 (log-edit-match-to-eoh): New function.
696 (log-edit-font-lock-keywords): Use them.
697 (log-edit): Insert a "Summary:" header as default.
698 (log-edit-mode): Mark font-lock rules as case-insensitive.
699 (log-edit-done): Cleanup headers.
700 (log-edit-extract-headers): New function to replace it.
701
702 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
703 the windows/frames.
704
705 * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
706
707 * vc-dir.el (vc-dir-kill-line): New command.
708 (vc-dir-mode-map): Bind it to C-k.
709 (vc-dir-headers): Abbreviate the working dir.
710
711 * vc-git.el (vc-git-revision-table): Include remote branches.
712
713 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
714
715 New VC methods: vc-log-incoming and vc-log-outgoing.
716 * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
717 (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
718 New functions.
719 (vc-print-log-internal): Just call vc-log-internal-common.
720 (vc-log-view-type): New permanent local variable.
721
722 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
723
724 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
725 of the dynamic bound vc-short-log.
726 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
727
728 * vc-git.el (vc-git-log-outgoing): New function.
729 (vc-git-log-view-mode): Use vc-log-view-type instead
730 of the dynamic bound vc-short-log.
731
732 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
733 the dynamic bound vc-short-log. Highlight the tag.
734 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
735 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
736 (vc-hg-incoming-mode): Remove.
737 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
738
739 Fix default-directory for vc-root-diff.
740 * vc.el (vc-root-diff): Bind default-directory to the root
741 directory for the diff command.
742
743 2010-10-31 Sam Steingold <sds@gnu.org>
744
745 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
746 `vc-hg-command' with a list of flags.
747
748 2010-10-31 Glenn Morris <rgm@gnu.org>
749
750 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
751 log-edit-before-checkin-process.
752
753 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
754
755 * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
756
757 * vc-dispatcher.el (vc-start-logentry): Doc fix.
758 (log-view-process-buffer, log-edit-extra-flags): Declare.
759
760 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
761
762 Add special markup processing for commit logs.
763 * log-edit.el (log-edit): Add new argument MODE. Use that mode
764 when non-nil instead of the log-view-mode.
765
766 * vc.el (vc-default-log-edit-mode): New function.
767
768 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
769 log-edit.
770
771 Support for shelving snapshots and for showing shelves.
772 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
773 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
774 New functions.
775 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
776 (vc-bzr-extra-menu-map): Map them.
777
778 2010-10-30 Michael Albinus <michael.albinus@gmx.de>
779
780 * net/tramp.el (tramp-handle-insert-file-contents): For root,
781 preserve owner and group when editing files. (Bug#7289)
782
783 2010-10-29 Glenn Morris <rgm@gnu.org>
784
785 * speedbar.el (speedbar-mode):
786 * play/fortune.el (fortune-in-buffer, fortune):
787 * play/gomoku.el (gomoku-mode):
788 * play/landmark.el (lm-mode):
789 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
790 Replace inappropriate uses of toggle-read-only. (Bug#7292)
791
792 2010-10-28 Glenn Morris <rgm@gnu.org>
793
794 * select.el (x-selection): Mark it as an obsolete alias.
795
796 2010-10-27 Aaron S. Hawley <aaron.s.hawley@gmail.com>
797
798 * add-log.el (find-change-log): Use derived-mode-p rather than
799 major-mode (bug#7284).
800
801 2010-10-27 Glenn Morris <rgm@gnu.org>
802
803 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
804 rather than just an unused variable that inherits from the real one.
805
806 2010-10-23 Michael McNamara <mac@mail.brushroad.com>
807
808 * verilog-mode.el (verilog-directive-re): Make this variable
809 auto-built for efficiency of execution and updating.
810 (verilog-extended-complete-re): Support 'pure' fucntion & task
811 declarations (these have no bodies).
812 (verilog-beg-of-statement): General cleanup to enable support of
813 'pure' fucntion & task declarations (these have no bodies).
814 These efforts together fix Verilog bug210 from veripool; which was also
815 noticed by Steve Pearlmutter.
816 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
817 (verilog-directive-nest-re, verilog-set-auto-endcomments):
818 Support `elsif. Reported by Shankar Giri.
819 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
820 attribute handling for lining up declarations and assignments.
821 (verilog-beg-of-statement-1): Fix issue where continued declaration
822 is indented differently if it is after a begin..end clock.
823 (verilog-in-attribute-p, verilog-skip-backward-comments)
824 (verilog-skip-forward-comment-p): Support proper treatment of
825 attributes by indent code. Reported by Jeff Steele.
826 (verilog-in-directive-p): Fix comment to correctly describe function.
827 (verilog-backward-up-list, verilog-in-struct-region-p)
828 (verilog-backward-token, verilog-in-struct-p)
829 (verilog-in-coverage-p, verilog-do-indent)
830 (verilog-pretty-declarations): Use verilog-backward-up-list as
831 wrapper around backward-up-list inorder to properly skip comments.
832 Reported by David Rogoff.
833 (verilog-property-re, verilog-endcomment-reason-re)
834 (verilog-beg-of-statement, verilog-set-auto-endcomments)
835 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
836 of if). Reported by Max Bjurling and
837 (verilog-calc-1): Fix for clocking block in modport
838 declaration. Reported by Brian Hunter.
839
840 2010-10-23 Wilson Snyder <wsnyder@wsnyder.org>
841
842 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
843 (verilog-gate-keywords, verilog-read-sub-decls)
844 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
845 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
846 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
847 (verilog-read-decls): Fix spaces in V2K module parameters causing
848 mis-identification as interfaces, bug287.
849 (verilog-read-decls): Fix not treating "parameter string" as a
850 parameter in AUTOINSTPARAM.
851 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
852 treating `elsif similar to `endif inside AUTOSENSE.
853 (verilog-do-indent): Implement correct automatic or static task or
854 function end comment highlight. Reported by Steve Pearlmutter.
855 (verilog-font-lock-keywords-2): Fix highlighting of single
856 character pins, bug264. Reported by Michael Laajanen.
857 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
858 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
859 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
860 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
861 (verilog-pretty-expr): Fix interactive arguments, bug272.
862 Reported by Mark Johnson.
863 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
864 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
865 bug269. Suggested by Gary Delp.
866 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
867 (verilog-preprocessor, verilog-set-compile-command):
868 Create verilog-preprocess and verilog-preprocessor to show
869 preprocessed output.
870 (verilog-get-beg-of-line, verilog-get-end-of-line)
871 (verilog-modi-file-or-buffer, verilog-modi-name)
872 (verilog-modi-point, verilog-within-string): Move defmacro's
873 before first use to avoid warning. Reported by Steve Pearlmutter.
874 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
875 (verilog-colorize-region, verilog-highlight-buffer)
876 (verilog-highlight-includes, verilog-highlight-modules)
877 (verilog-highlight-region, verilog-mode): Rename colorize to
878 highlight to match other packages. Disable module highlighting,
879 as received speed complaints, reenable for experimentation only
880 using new verilog-highlight-modules.
881 (verilog-read-decls): Fix regexp stack overflow in very large
882 AUTO_TEMPLATEs, bug250.
883 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
884 (verilog-scan): Create verilog-save-buffer-state to standardize
885 making insignificant changes that shouldn't call hooks.
886 (verilog-save-no-change-functions, verilog-save-scan-cache)
887 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
888 Create verilog-save-no-change-functions to wrap verilog-scan
889 preservation, and fix to work with nested preserved calls.
890 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
891 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
892 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
893 (verilog-submit-bug-report): Update variable list to be complete.
894 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
895 breaking on-the-fly font-locking.
896 (verilog-colorize-buffer, verilog-colorize-include-files)
897 (verilog-colorize-include-files-buffer, verilog-colorize-region)
898 (verilog-load-file-at-mouse, verilog-load-file-at-point)
899 (verilog-mode, verilog-read-inst-module-matcher): With point on a
900 AUTOINST cell instance name, middle mouse button now finds-file on
901 it. Suggested by Brad Dobbie.
902 (verilog-alw-get-temps, verilog-auto-reset)
903 (verilog-auto-sense-sigs, verilog-read-always-signals)
904 (verilog-read-always-signals-recurse): Fix loop indexes being
905 AUTORESET. AUTORESET now assumes any variables in the
906 initialization section of a for() should be ignored.
907 Reported by Dan Dever.
908 (verilog-error-font-lock-keywords)
909 (verilog-error-regexp-emacs-alist)
910 (verilog-error-regexp-xemacs-alist): Fix error detection of
911 Cadence HAL, reported by David Asher. Repair drift between the
912 three similar error variables.
913 (verilog-modi-lookup, verilog-modi-lookup-cache)
914 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
915 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
916 Fix slow verilog-auto expansion on very large files.
917 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
918 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
919 "{1*2{...". Broke in last revision.
920 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
921 submodule connections with replications "{#{a},#{b}}".
922
923 2010-10-23 Glenn Morris <rgm@gnu.org>
924
925 * comint.el (comint-password-prompt-regexp):
926 Match "enter the password". (Bug#7224)
927
928 2010-10-22 Juanma Barranquero <lekktu@gmail.com>
929
930 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
931 Fix typo in docstring.
932
933 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
934
935 * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
936 errors.
937
938 * net/trampver.el: Update release number.
939
940 2010-10-20 Kenichi Handa <handa@m17n.org>
941
942 * face-remap.el (text-scale-adjust): Call read-event with a proper
943 prompt.
944
945 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
946
947 * net/tramp.el (tramp-do-file-attributes-with-stat)
948 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
949 order to make stat results a float. Patch by Andreas Schwab
950 <schwab@linux-m68k.org>.
951
952 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
953
954 * repeat.el (repeat): Use read-key (bug#6256).
955
956 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
957
958 * emacs-lisp/unsafep.el: Don't mark functions that display
959 messages as safe. Suggested by Johan Bockgård.
960
961 2010-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
962
963 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
964 Turn comments into docstrings.
965
966 * minibuffer.el (completion--replace): Move point where it belongs
967 when there's a common suffix (bug#7215).
968
969 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
970
971 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
972 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
973 <dale@codefu.org>.
974
975 2010-10-15 Kenichi Handa <handa@m17n.org>
976
977 * international/characters.el: Add category '|' (word breakable)
978 to fullwidth characters.
979
980 2010-10-14 Kenichi Handa <handa@m17n.org>
981
982 * mail/rmail.el (rmail-show-message-1): Catch an error of
983 base64-decode-region and just show an error message (bug#7165).
984
985 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
986 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
987 a font-spec (bug#7197).
988
989 2010-10-13 Glenn Morris <rgm@gnu.org>
990
991 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
992
993 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
994
995 * international/mule.el (define-coding-system):
996 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
997 * composite.el (compose-region): Fix typo in docstring.
998
999 2010-10-10 Jan Djärv <jan.h.d@swipnet.se>
1000
1001 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
1002 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
1003 (mac-right-option-modifier): New alias for ns-right-option-modifier.
1004
1005 * cus-start.el (all): ns-right-alternate-modifier is new.
1006
1007 2010-10-10 Andreas Schwab <schwab@linux-m68k.org>
1008
1009 * Makefile.in (ELCFILES): Update.
1010
1011 2010-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1012
1013 * emacs-lisp/lisp.el (lisp-completion-at-point):
1014 Use emacs-lisp-mode-syntax-table for the whole function.
1015
1016 2010-10-09 Richard Sharman <richard_sharman@mitel.com> (tiny change)
1017
1018 * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
1019 (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
1020 work when breakpoint number exceeds nine.
1021
1022 2010-10-05 David Koppelman <koppel@ece.lsu.edu>
1023
1024 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
1025 instead of font-lock-mode before adding keywords.
1026 Remove hi-lock-mode off code. Remove inhibit hack.
1027 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
1028 non-nil; removed hook inhibit hack.
1029
1030 2010-10-09 Glenn Morris <rgm@gnu.org>
1031
1032 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
1033 (load-path-shadows-find): ... to this.
1034 (list-load-path-shadows): Update for above change.
1035
1036 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
1037
1038 2010-10-08 Glenn Morris <rgm@gnu.org>
1039
1040 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
1041
1042 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
1043 (shadows-compare-text-p): Make it an obsolete alias for...
1044 (load-path-shadows-compare-text): ... new name.
1045 (find-emacs-lisp-shadows): Update for above name change.
1046 (load-path-shadows-same-file-or-nonexistent): New name for the old
1047 shadow-same-file-or-nonexistent.
1048
1049 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
1050
1051 * minibuffer.el (completion--some, completion--do-completion)
1052 (minibuffer-complete-and-exit, minibuffer-completion-help)
1053 (completion-basic-try-completion)
1054 (completion-basic-all-completions)
1055 (completion-pcm--find-all-completions): Use lexical-let to
1056 avoid some false matches in variable completion (Bug#7056)
1057
1058 2010-10-03 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
1059
1060 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
1061
1062 2010-10-03 Leo <sdl.web@gmail.com>
1063
1064 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
1065 return non-nil if the file exists (Bug#7090).
1066
1067 2010-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1068
1069 * minibuffer.el (completion--replace):
1070 Better preserve markers (bug#7138).
1071
1072 2010-09-29 Juanma Barranquero <lekktu@gmail.com>
1073
1074 * server.el (server-process-filter): Doc fix.
1075
1076 2010-09-27 Drew Adams <drew.adams@oracle.com>
1077
1078 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
1079
1080 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
1081
1082 * Makefile.in (ELCFILES): Update.
1083
1084 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1085 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
1086
1087 2010-09-27 Kenichi Handa <handa@m17n.org>
1088
1089 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
1090 "ustar" format.
1091
1092 2010-09-27 Kenichi Handa <handa@m17n.org>
1093
1094 * international/mule.el (define-coding-system): Docstring fixed.
1095
1096 * international/mule-diag.el (describe-character-set): Use princ
1097 with proper print-length and print-level instead of insert.
1098
1099 2010-09-26 Juanma Barranquero <lekktu@gmail.com>
1100
1101 * window.el (walk-windows): Doc fix (bug#7105).
1102
1103 2010-09-23 Glenn Morris <rgm@gnu.org>
1104
1105 * isearch.el (isearch-lazy-highlight-cleanup)
1106 (isearch-lazy-highlight-initial-delay)
1107 (isearch-lazy-highlight-interval)
1108 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1109 * net/net-utils.el (ipconfig-program-options):
1110 Move aliases to options before the associated definitions.
1111
1112 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1113
1114 * newcomment.el (comment-normalize-vars): Better test validity of
1115 comment-end-skip.
1116
1117 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1118
1119 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1120 (float-e): New name for `e'.
1121 (degrees-to-radians, radians-to-degrees):
1122 * calendar/solar.el (solar-longitude):
1123 * calculator.el (calculator-registers, calculator-funcall):
1124 * textmodes/artist.el (artist-spray-random-points):
1125 * play/bubbles.el (bubbles--initialize-images): Use new names.
1126
1127 2010-09-19 Eric M. Ludlam <zappo@gnu.org>
1128
1129 Update to CEDET 1.0's version of EIEIO.
1130
1131 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1132 New function.
1133 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1134 (eieio-default-eval-maybe): Eval val instead of unquoting only.
1135 (class-precedence-list): If class is nil, return nil.
1136 (eieio-generic-call): If class of first input arg is nil, don't
1137 look up static methods, and do check for primary methods.
1138 (initialize-instance): See if the default needs to be evaluated
1139 during the constructor.
1140 (eieio-perform-slot-validation-for-default): Don't do the check
1141 for values that will eventually be evaluated.
1142 (eieio-eval-default-p): New function.
1143 (eieio-default-eval-maybe): Use it.
1144
1145 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1146
1147 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1148 method-invocation-order.
1149 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1150 (eieio-class-precedence-dfs): Compute class precedence list using
1151 dfs algorithm.
1152 (eieio-class-precedence-bfs): Compute class precedence list using
1153 bfs algorithm.
1154 (eieio-class-precedence-c3): Compute class precedence list using
1155 c3 algorithm.
1156 (class-precedence-list): New function.
1157 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1158 (inconsistent-class-hierarchy): New error symbol.
1159 (call-next-method): Stow the replacement argument list for future
1160 call-next-method invocations.
1161
1162 2010-09-15 Glenn Morris <rgm@gnu.org>
1163
1164 * calendar/appt.el (appt-check): If not displaying the diary,
1165 use (diary 1) to only get the entries we need.
1166 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1167 that it is in day order. (Bug#7019)
1168
1169 * calendar/appt.el (appt-check): Rather than showing the diary,
1170 just turn off invisible display, and only if needed.
1171
1172 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
1173
1174 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1175
1176 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1177 Add `when' argument. Update callers.
1178
1179 * subr.el (unintern): Declare the obarray arg mandatory.
1180
1181 2010-09-14 Glenn Morris <rgm@gnu.org>
1182
1183 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1184 Doc fixes.
1185
1186 * calendar/diary-lib.el (diary-included-files): New variable.
1187 (diary-list-entries): Maybe initialize diary-included-files.
1188 (diary-include-other-diary-files): Append to diary-included-files.
1189 * calendar/appt.el (appt-update-list): Also check the members of
1190 diary-included-files. (Bug#6999)
1191 (appt-check): Doc fix.
1192
1193 2010-09-12 David Reitter <david.reitter@gmail.com>
1194
1195 * simple.el (line-move-visual): Do not truncate goal column to
1196 integer size. (Bug#7020)
1197
1198 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1199
1200 * repeat.el (repeat): Allow repeating when the last event is a click.
1201 Suggested by Drew Adams (bug#6256).
1202
1203 2010-09-11 Sascha Wilde <wilde@sha-bang.de>
1204
1205 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1206 Replace setting HGRCPATH to "" by some less invasive --config options.
1207
1208 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1209
1210 * font-lock.el (font-lock-beginning-of-syntax-function):
1211 Mark as obsolete.
1212
1213 2010-09-10 Glenn Morris <rgm@gnu.org>
1214
1215 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1216 and tool-bar modes. (Bug#6211)
1217 (menu-bar-mode): Move setting of standard-value after the
1218 minor-mode definition, otherwise it seems to have no effect.
1219
1220 2010-09-08 Masatake YAMATO <yamato@redhat.com>
1221
1222 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1223 Fix typo. (Bug#6976)
1224
1225 2010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1226
1227 * whitespace.el: Allow cleaning up blanks without blank
1228 visualization (Bug#6651). Adjust help window for
1229 whitespace-toggle-options (Bug#6479). Allow to use fill-column
1230 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
1231 (whitespace-style): Add new value 'face. Adjust docstring.
1232 (whitespace-space, whitespace-hspace, whitespace-tab):
1233 Adjust foreground property face.
1234 (whitespace-line-column): Adjust docstring and type declaration.
1235 (whitespace-style-value-list, whitespace-toggle-option-alist)
1236 (whitespace-help-text): Adjust const initialization.
1237 (whitespace-toggle-options, global-whitespace-toggle-options):
1238 Adjust docstring.
1239 (whitespace-display-window, whitespace-interactive-char)
1240 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1241 (whitespace-help-scroll): New fun.
1242
1243 2010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1244
1245 * files.el (directory-abbrev-alist): Use \` as default regexp.
1246
1247 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1248 chars like - or ] (bug#6984).
1249 (rx-any-condense-range): Explode 2-char ranges.
1250
1251 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1252
1253 * textmodes/bibtex.el:
1254 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1255
1256 2010-09-02 Glenn Morris <rgm@gnu.org>
1257
1258 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1259
1260 2010-08-31 Kenichi Handa <handa@m17n.org>
1261
1262 * international/mule-cmds.el (standard-display-european-internal):
1263 Setup standard-display-table for 8-bit characters by storing 8-bit
1264 characters in the element vector.
1265
1266 * disp-table.el (standard-display-8bit):
1267 Setup standard-display-table for 8-bit characters by storing 8-bit
1268 characters in the element vector.
1269 (standard-display-european): Likewise.
1270
1271 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
1272
1273 Sync with Tramp 2.1.19.
1274
1275 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1276 (tramp-reporter-dump-variable, tramp-load-report-modules)
1277 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1278 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1279
1280 * net/tramp-compat.el (top): Do not autoload
1281 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1282 only when `start-file-process' is not bound.
1283 (byte-compile-not-obsolete-vars): Define if not bound.
1284 (tramp-compat-funcall): New defmacro.
1285 (tramp-compat-line-beginning-position)
1286 (tramp-compat-line-end-position)
1287 (tramp-compat-temporary-file-directory)
1288 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1289 (tramp-compat-copy-file, tramp-compat-copy-directory)
1290 (tramp-compat-delete-file, tramp-compat-delete-directory)
1291 (tramp-compat-number-sequence, tramp-compat-process-running-p):
1292 Use it.
1293 (tramp-advice-file-expand-wildcards): Do not use
1294 `tramp-handle-file-remote-p'.
1295 (tramp-compat-make-temp-file): Simplify fallback implementation.
1296 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1297 (tramp-compat-copy-tree): Remove function.
1298 (tramp-compat-delete-file): New defun.
1299 (tramp-compat-delete-directory): Provide implementation for older
1300 Emacsen.
1301 (tramp-compat-file-attributes): Handle only
1302 `wrong-number-of-arguments' error.
1303
1304 * net/tramp-fish.el (tramp-fish-handle-copy-file):
1305 Add PRESERVE_SELINUX_CONTEXT.
1306 (tramp-fish-handle-delete-file): Add TRASH arg.
1307 (tramp-fish-handle-directory-files-and-attributes):
1308 Do not use `tramp-fish-handle-file-attributes.
1309 (tramp-fish-handle-file-local-copy)
1310 (tramp-fish-handle-insert-file-contents)
1311 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1312
1313 * net/tramp-gvfs.el (top): Require url-util.
1314 (tramp-gvfs-mount-point): Remove.
1315 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1316 and `set-file-selinux-context'.
1317 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1318 (tramp-gvfs-handle-file-selinux-context)
1319 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1320 (with-tramp-dbus-call-method): Format trace message.
1321 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1322 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1323 Implement backup call, when operation on local files fails.
1324 Use progress reporter. Flush properties of changed files.
1325 (tramp-gvfs-handle-delete-file): Add TRASH arg.
1326 Use `tramp-compat-delete-file'.
1327 (tramp-gvfs-handle-expand-file-name): Expand "~/".
1328 (tramp-gvfs-handle-make-directory): Make more traces.
1329 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1330 (tramp-gvfs-url-file-name): Hexify file name in url.
1331 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1332 into account for the resulting file name.
1333 (tramp-gvfs-handler-askquestion): Preserve current message, in
1334 order to let progress reporter continue afterwards. (Bug#6257)
1335 Return dummy mountpoint, when the answer is "no".
1336 See `tramp-gvfs-maybe-open-connection'.
1337 (tramp-gvfs-handler-mounted-unmounted)
1338 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1339 attribute "default_location". Set "prefix" property.
1340 Handle default-location.
1341 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1342 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1343 exists. Raise an error, if not (due to a corresponding answer
1344 "no" in interactive questions, for example).
1345 Use `tramp-compat-funcall'.
1346
1347 * net/tramp-imap.el (top): Autoload `epg-make-context'.
1348 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1349 (tramp-imap-do-copy-or-rename-file)
1350 (tramp-imap-handle-insert-file-contents)
1351 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1352 (tramp-imap-handle-delete-file): Add TRASH arg.
1353
1354 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1355 Add PRESERVE-SELINUX-CONTEXT.
1356 (tramp-smb-handle-copy-file)
1357 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1358 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1359 Use `with-progress-reporter'.
1360 (tramp-smb-handle-delete-file): Add TRASH arg.
1361
1362 * net/tramp.el (tramp-methods): Move hostname to the end in all
1363 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
1364 appropriate.
1365 (tramp-verbose): Describe verbose level 9.
1366 (tramp-completion-function-alist)
1367 (tramp-file-name-regexp, tramp-chunksize)
1368 (tramp-local-coding-commands, tramp-remote-coding-commands)
1369 (with-connection-property, tramp-completion-mode-p)
1370 (tramp-action-process-alive, tramp-action-out-of-band)
1371 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1372 (tramp-exists-file-name-handler): Fix docstring.
1373 (tramp-remote-process-environment): Use `format' instead of
1374 `concat'. Protect version string by apostroph.
1375 (tramp-shell-prompt-pattern): Do not use a shy group in case of
1376 XEmacs.
1377 (tramp-file-name-regexp-unified)
1378 (tramp-completion-file-name-regexp-unified): On W32 systems, do
1379 not regard the volume letter as remote filename. (Bug#5447)
1380 (tramp-perl-file-attributes)
1381 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1382 (tramp-vc-registered-read-file-names): Read input as
1383 here-document, otherwise the command could exceed maximum length
1384 of command line.
1385 (tramp-file-name-handler-alist): Add `file-selinux-context' and
1386 `set-file-selinux-context'.
1387 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1388 backtrace functions.
1389 (tramp-error-with-buffer): Don't show the connection buffer when
1390 we are in completion mode.
1391 (tramp-progress-reporter-update, tramp-remote-selinux-p)
1392 (tramp-handle-file-selinux-context)
1393 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1394 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1395 New defuns.
1396 (with-progress-reporter): New defmacro.
1397 (tramp-debug-outline-regexp): New defconst.
1398 (top, tramp-rfn-eshadow-setup-minibuffer)
1399 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1400 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1401 (tramp-completion-mode-p, tramp-check-for-regexp)
1402 (tramp-open-connection-setup-interactive-shell)
1403 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1404 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1405 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1406 Use `tramp-compat-funcall'.
1407 (tramp-handle-make-symbolic-link): Flush file properties.
1408 (tramp-handle-load, tramp-handle-file-local-copy)
1409 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1410 (tramp-handle-vc-registered, tramp-maybe-send-script)
1411 (tramp-find-shell): Use `with-progress-reporter'.
1412 (tramp-do-file-attributes-with-stat): Add space in format string,
1413 in order to work around a bug in pdksh. Reported by Gilles Pion
1414 <gpion@lfdj.com>.
1415 (tramp-handle-verify-visited-file-modtime): Do not send a command
1416 when the connection is not established.
1417 (tramp-handle-set-file-times): Simplify the check for utc.
1418 (tramp-handle-directory-files-and-attributes)
1419 (tramp-get-remote-path): Use `copy-tree'.
1420 (tramp-completion-handle-file-name-all-completions): Ensure, that
1421 non remote files are still checked. Oops.
1422 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1423 Handle PRESERVE-SELINUX-CONTEXT.
1424 (tramp-do-copy-or-rename-file): Add progress reporter.
1425 (tramp-do-copy-or-rename-file-directly): Do not use
1426 `tramp-handle-file-remote-p'.
1427 (tramp-do-copy-or-rename-file-out-of-band):
1428 Use `tramp-compat-delete-directory'.
1429 (tramp-do-copy-or-rename-file-out-of-band)
1430 (tramp-compute-multi-hops, tramp-maybe-open-connection):
1431 Use `format-spec-make'.
1432 (tramp-handle-delete-file): Add TRASH arg.
1433 (tramp-handle-dired-uncache): Flush directory cache, not only file
1434 cache.
1435 (tramp-handle-expand-file-name)
1436 (tramp-completion-handle-file-name-all-completions)
1437 (tramp-completion-handle-file-name-completion):
1438 Use `tramp-connectable-p'.
1439 (tramp-handle-start-file-process): Set connection property "vec".
1440 Use it, in order to invalidate file caches. Check only for
1441 `remote-tty' process property.
1442 Implement tty setting. (Bug#4604, Bug#6360)
1443 (tramp-file-name-for-operation): Add `call-process-region' and
1444 `set-file-selinux-context'.
1445 (tramp-find-foreign-file-name-handler)
1446 (tramp-advice-make-auto-save-file-name)
1447 (tramp-set-auto-save-file-modes): Remove superfluous check for
1448 `stringp'. This is done inside `tramp-tramp-file-p'.
1449 (tramp-file-name-handler): Trace 'quit. Catch the error for some
1450 operations when we are in completion mode. This gives the user
1451 the chance to correct the file name in the minibuffer.
1452 (tramp-completion-mode-p): Use `non-essential'.
1453 (tramp-handle-file-name-all-completions): Backward/ XEmacs
1454 compatibility: Use `completion-ignore-case' if
1455 `read-file-name-completion-ignore-case' does not exist.
1456 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1457 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1458 `tramp-open-shell'.
1459 (tramp-action-password): Hide password prompt before next run.
1460 (tramp-process-actions): Widen connection buffer for the trace.
1461 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1462 process property. Trace stty settings if `tramp-verbose' >= 9.
1463 Apply workaround for IRIX64 bug. Move argument of last
1464 `tramp-send-command' where it belongs to.
1465 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1466 front of `login-args'.
1467 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1468 on "/dev/null" instead of "/".
1469 (tramp-get-ls-command-with-dired): Make test for "--dired"
1470 stronger.
1471 (tramp-set-auto-save-file-modes): Adapt version check.
1472 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1473 (tramp-handle-process-file): Call the program in a subshell, in
1474 order to preserve working directory.
1475 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1476 `tramp-remote-sh' from `tramp-methods'.
1477 (tramp-get-ls-command): Make test for "--color=never" stronger.
1478 (tramp-check-for-regexp): Use (forward-line 1).
1479
1480 * net/trampver.el: Update release number.
1481
1482 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
1483
1484 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1485 empty argument to gvfs-copy.
1486
1487 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1488
1489 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1490 handle new TRASH arg of `delete-file'.
1491
1492 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1493
1494 * net/tramp.el (tramp-handle-insert-directory): Don't use
1495 `forward-word', its default syntax could be changed.
1496
1497 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1498 Michael Albinus <michael.albinus@gmx.de>
1499
1500 Implement compression for inline methods.
1501
1502 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1503 (tramp-copy-size-limit): Allow also nil.
1504 (tramp-inline-compress-commands): New defconst.
1505 (tramp-find-inline-compress, tramp-get-inline-compress)
1506 (tramp-get-inline-coding): New defuns.
1507 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1508 replaced by `tramp-get-inline-coding'.
1509 (tramp-handle-file-local-copy, tramp-handle-write-region)
1510 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1511
1512 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
1513
1514 Detect ssh 'ControlMaster' argument automatically in some cases.
1515
1516 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1517 (tramp-default-method): Use it.
1518
1519 2010-08-26 Karel Klíč <kklic@redhat.com>
1520
1521 * net/tramp.el (tramp-file-name-for-operation):
1522 Add file-selinux-context.
1523
1524 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1525
1526 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1527
1528 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1529
1530 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1531 (Bug#6907).
1532
1533 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
1534
1535 * progmodes/python.el (python-block-pairs): Allow use of "finally"
1536 with "else" (Bug#3991).
1537
1538 2010-08-22 Leo <sdl.web@gmail.com>
1539
1540 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1541 (ignore, bright, dim, keyword): Split list of nicknames before
1542 passing to rcirc-add-or-remove (Bug#6894).
1543
1544 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
1545
1546 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1547
1548 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1549
1550 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
1551 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1552 New version 13.0.
1553 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1554 Adjust initialization.
1555 (whitespace-bob-marker, whitespace-eob-marker)
1556 (whitespace-buffer-changed): New vars.
1557 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1558 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1559 (whitespace-post-command-hook, whitespace-display-char-on):
1560 Adjust code.
1561 (whitespace-looking-back, whitespace-buffer-changed): New funs.
1562 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
1563
1564 2010-08-21 Leo <sdl.web@gmail.com>
1565
1566 Fix buffer-list rename&refresh after killing a buffer in ido.
1567 * lisp/ido.el: Revert Óscar's.
1568 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1569 Remember the buffers at head, rather than their name.
1570 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1571
1572 2010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
1573 Stefan Monnier <monnier@iro.umontreal.ca>
1574
1575 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1576 extra backslash added to each line (bug#6890).
1577
1578 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1579
1580 * subr.el (read-key): Don't echo keystrokes (bug#6883).
1581
1582 2010-08-21 Glenn Morris <rgm@gnu.org>
1583
1584 * menu-bar.el (menu-bar-games-menu): Add landmark.
1585
1586 2010-08-20 Glenn Morris <rgm@gnu.org>
1587
1588 * align.el (align-regexp): Make group and spacing arguments
1589 use the interactive defaults when non-interactive. (Bug#6698)
1590
1591 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1592 expansion, so as not to need sendmail.
1593 (mail-text-start): Remove declaration.
1594 (rmail-retry-failure): Require sendmail.
1595
1596 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1597
1598 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1599
1600 2010-08-18 Michael Albinus <michael.albinus@gmx.de>
1601
1602 * progmodes/flymake.el (flymake-start-syntax-check-process):
1603 Use `start-file-process' in order to let it run also on remote hosts.
1604
1605 2010-08-18 Kenichi Handa <handa@m17n.org>
1606
1607 * files.el: Add `word-wrap' as safe local variable.
1608
1609 2010-08-18 Glenn Morris <rgm@gnu.org>
1610
1611 * woman.el (woman-translate): Case matters. (Bug#6849)
1612
1613 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
1614
1615 * simple.el (kill-region): Doc fix (Bug#6787).
1616
1617 2010-08-14 Glenn Morris <rgm@gnu.org>
1618
1619 * calendar/diary-lib.el (diary-header-line-format):
1620 Fit it to the window, not the frame.
1621
1622 2010-08-11 Andreas Schwab <schwab@linux-m68k.org>
1623
1624 * subr.el (ignore-errors): Add debug declaration.
1625
1626 2010-08-09 Geoff Gole <geoffgole@gmail.com> (tiny change)
1627
1628 * whitespace.el (whitespace-color-off): Remove post-command-hook
1629 locally.
1630
1631 2010-08-08 Johan Bockgård <bojohan@gnu.org>
1632
1633 * replace.el (replace-highlight): Bind isearch-forward and
1634 isearch-error, ensuring that highlighting is updated if the user
1635 switches the search direction (Bug#6808).
1636
1637 * isearch.el (isearch-lazy-highlight-forward): New var.
1638 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1639 (isearch-lazy-highlight-update): Use it.
1640
1641 2010-08-06 Kenichi Handa <handa@m17n.org>
1642
1643 * international/mule.el (define-charset): Store NAME as :base property.
1644 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
1645 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1646 current priority. Force using the designation of the specific
1647 charset by adding `charset' text property. Improve the whole
1648 algorithm.
1649
1650 2010-08-05 Juanma Barranquero <lekktu@gmail.com>
1651
1652 * emulation/pc-select.el (pc-selection-mode-hook)
1653 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1654 (pc-selection-mode): Fix typos in docstrings.
1655
1656 2010-08-04 Kenichi Handa <handa@m17n.org>
1657
1658 * language/cyrillic.el: Don't add "microsoft-cp1251" to
1659 ctext-non-standard-encodings-alist here.
1660
1661 * international/mule.el (ctext-non-standard-encodings-alist):
1662 Add "koi8-r" and "microsoft-cp1251".
1663 (ctext-standard-encodings): New variable.
1664 (ctext-non-standard-encodings-table): List only elements for
1665 non-standard encodings.
1666 (ctext-pre-write-conversion): Adjust for the above change.
1667 Check ctext-standard-encodings.
1668
1669 * international/mule-conf.el (compound-text): Doc fix.
1670 (ctext-no-compositions): Doc fix.
1671 (compound-text-with-extensions): Doc fix.
1672
1673 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1674
1675 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1676
1677 2010-08-03 Juanma Barranquero <lekktu@gmail.com>
1678
1679 * progmodes/which-func.el (which-func-format): Split help-echo text
1680 into lines, like other mode-line tooltips.
1681
1682 * server.el (server-start): When using TCP sockets, force IPv4
1683 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
1684
1685 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1686
1687 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1688
1689 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
1690
1691 * term.el (term-delimiter-argument-list): Reflow docstring.
1692 (term-read-input-ring, term-write-input-ring, term-send-input)
1693 (term-bol, term-erase-in-display, serial-supported-or-barf):
1694 Fix typos in docstrings.
1695
1696 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1697
1698 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1699
1700 2010-08-01 Juanma Barranquero <lekktu@gmail.com>
1701
1702 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1703
1704 2010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
1705
1706 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
1707 Fix typo in docstring (bug#6747).
1708
1709 2010-07-30 Leo <sdl.web@gmail.com>
1710
1711 * eshell/esh-io.el (eshell-get-target): Better detection of
1712 read-only file (Bug#6762).
1713
1714 2010-07-30 Juanma Barranquero <lekktu@gmail.com>
1715
1716 * align.el (align-default-spacing): Doc fix.
1717 (align-region-heuristic, align-regexp): Fix typos in docstrings.
1718
1719 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
1720
1721 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
1722
1723 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
1724
1725 * time.el (display-time-day-and-date): Remove spurious * in docstring.
1726 (display-time-world-buffer-name, display-time-world-mode-map):
1727 Fix typos in docstrings.
1728
1729 2010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
1730
1731 * image-mode.el (image-display-size): New function.
1732 (image-forward-hscroll, image-next-line, image-eol, image-eob)
1733 (image-mode-fit-frame): Use it (Bug#6639).
1734
1735 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
1736
1737 * dired.el (dired-buffers-for-dir): Handle list values of
1738 dired-directory (Bug#6636).
1739
1740 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
1741
1742 * vc.el (vc-coding-system-inherit-eol): New defvar.
1743 (vc-coding-system-for-diff): Use it to decide whether to inherit
1744 from the file the EOL format for reading the diffs of that file.
1745 (Bug#4451)
1746
1747 2010-07-16 Eli Zaretskii <eliz@gnu.org>
1748
1749 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
1750 unibyte, so compressed attachments are not compressed again.
1751
1752 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
1753
1754 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
1755 now that unicode is used (Bug#6594).
1756
1757 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
1758
1759 * simple.el (push-mark-command): Set the selection if
1760 select-active-regions is non-nil.
1761
1762 2010-07-10 Glenn Morris <rgm@gnu.org>
1763
1764 * calendar/calendar.el (calendar-week-end-day): New function.
1765 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1766 Respect calendar-week-start-day. (Bug#6606)
1767 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1768 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1769 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1770 respect calendar-week-start-day.
1771
1772 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
1773
1774 * simple.el (use-region-p): Doc fix (Bug#6607).
1775
1776 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
1777
1778 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1779 builtins (BufferError, BytesWarning, WindowsError; callables
1780 bin, bytearray, bytes, format, memoryview, next, print; __package__).
1781
1782 2010-07-07 Glenn Morris <rgm@gnu.org>
1783
1784 * play/zone.el (zone-fall-through-ws): Fix next-line ->
1785 forward-line fallout.
1786
1787 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
1788
1789 * mouse.el (mouse-appearance-menu): Add docstring.
1790
1791 * help.el (describe-key): Print up-event using key-description.
1792
1793 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
1794
1795 * net/zeroconf.el (zeroconf-resolve-service)
1796 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
1797 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1798
1799 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1800
1801 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1802
1803 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
1804
1805 Avoid displaying files with a nil state in vc-dir.
1806 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1807 cases that cause insertion.
1808 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1809 with a nil state.
1810
1811 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
1812
1813 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1814
1815 2010-06-29 Leo <sdl.web@gmail.com>
1816
1817 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
1818
1819 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
1820
1821 * generic-x.el (bat-generic-mode): Fix regexp for command line
1822 switches (Bug#5719).
1823
1824 2010-06-27 Masatake YAMATO <yamato@redhat.com>
1825
1826 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1827 of nconc to avoid pure storage error (Bug#6239).
1828
1829 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
1830
1831 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1832 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1833 bindings of bookmark-automatically-show-annotations (Bug#6515).
1834
1835 2010-06-25 Eli Zaretskii <eliz@gnu.org>
1836
1837 * arc-mode.el (archive-zip-extract): Don't quote the file name on
1838 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
1839
1840 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
1841
1842 * comint.el (make-comint, make-comint-in-buffer): Mention return
1843 value in the docstrings. (Bug#6498)
1844
1845 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
1846
1847 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
1848 since it is not present when using some non-default switches.
1849
1850 2010-06-23 Karl Fogel <kfogel@red-bean.com>
1851
1852 * simple.el (compose-mail): Fix doc string to refer to
1853 `compose-mail-user-agent-warnings', instead of to the
1854 nonexistent `compose-mail-check-user-agent'.
1855
1856 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1857
1858 Fix vc-annotate for renamed files when using Git.
1859 * vc-git.el (vc-git-find-revision): Deal with empty results from
1860 ls-files. Doe not pass the object as a file name to cat-file, it
1861 is not a file name.
1862 (vc-git-annotate-command): Pass the file name using -- to avoid
1863 ambiguity with the revision.
1864 (vc-git-previous-revision): Pass a relative file name.
1865
1866 2010-06-22 Glenn Morris <rgm@gnu.org>
1867
1868 * progmodes/js.el (js-mode-map): Use standard capitalization and
1869 ellipses for menu entries.
1870
1871 * wid-edit.el (widget-complete): Doc fix.
1872
1873 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
1874
1875 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1876
1877 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1878
1879 Fix annotating other revisions for renamed files in vc-annotate.
1880 * vc-annotate.el (vc-annotate): Add an optional argument for the
1881 VC backend. Use it when non-nil.
1882 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate
1883 (Bug#6487).
1884
1885 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1886 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1887 Do not pass the file name to the 'previous-revision call when we
1888 don't want a file diff. (Bug#6489)
1889
1890 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1891
1892 Fix finding revisions for renamed files in vc-annotate.
1893 * vc.el (vc-find-revision): Add an optional argument for
1894 the VC backend. Use it when non-nil.
1895 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1896 backend to vc-find-revision. (Bug#6487)
1897
1898 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1899
1900 Fix reading file names in Git annotate buffers.
1901 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1902 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
1903
1904 2010-06-20 Alan Mackenzie <acm@muc.de>
1905
1906 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1907 in file local variables, set it first.
1908
1909 2010-06-19 Glenn Morris <rgm@gnu.org>
1910
1911 * descr-text.el (describe-char-unicode-data): Insert separating
1912 space when needed. (Bug#6422)
1913
1914 * progmodes/idlwave.el (idlwave-action-and-binding):
1915 Fix typo in 2009-12-03 change. (Bug#6450)
1916
1917 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1918
1919 * subr.el (read-quoted-char): Fix up last change (bug#6290).
1920
1921 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1922
1923 * font-lock.el (font-lock-major-mode): Rename from
1924 font-lock-mode-major-mode to distinguish it from
1925 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1926 (font-lock-set-defaults):
1927 * font-core.el (font-lock-default-function): Adjust users.
1928 (font-lock-mode): Don't set it at all.
1929
1930 2010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1931
1932 * vc-annotate.el (vc-annotate): Use vc-read-revision.
1933
1934 2010-06-15 Glenn Morris <rgm@gnu.org>
1935
1936 * calendar/appt.el (appt-time-msg-list): Doc fix.
1937 (appt-check): Let-bind appt-warn-time.
1938 (appt-add): Make the 3rd argument optional.
1939 Simplify argument names. Doc fix. Check for integer WARNTIME.
1940 Only add WARNTIME to the output list if non-nil.
1941
1942 2010-06-15 Ivan Kanis <apple@kanis.eu>
1943
1944 * calendar/appt.el (appt-check): Let the 3rd element of
1945 appt-time-msg-list specify the warning time.
1946 (appt-add): Add new argument with the warning time. (Bug#5176)
1947
1948 2010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1949
1950 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1951 older than version 1.6. (Bug#6361)
1952
1953 2010-06-12 Helmut Eller <eller.helmut@gmail.com>
1954
1955 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1956 used by cl-do-arglist. (Bug#6408)
1957
1958 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1959
1960 * emacs-lisp/advice.el (ad-compile-function):
1961 Define warning-suppress-types before we let-bind it (bug#6275).
1962
1963 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1964 declare it, make it buffer-local and permanent-local (bug#6324).
1965 (vc-resynch-window): Adjust name.
1966 * vc-hooks.el (vc-find-file-hook): Adjust name.
1967
1968 2010-06-07 Jonathan Rockway <jon@jrock.us>
1969
1970 * net/rcirc.el: Add support for password authentication.
1971 (rcirc-server-alist): Add :password keyword.
1972 (rcirc): Ask for a password, or get it from the server's alist.
1973 (rcirc-connect): Add password argument. Pass it to server.
1974
1975 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
1976
1977 * net/dbus.el (dbus-register-method): Declare function.
1978 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1979 (dbus-introspect): Doc fix.
1980 (dbus-event-bus-name, dbus-introspect-get-interface)
1981 (dbus-introspect-get-argument): Reflow docstrings.
1982
1983 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
1984
1985 * term/common-win.el (x-colors): Add "dark green" and "dark
1986 turquoise" (Bug#6332).
1987
1988 2010-06-03 Glenn Morris <rgm@gnu.org>
1989
1990 * desktop.el (desktop-clear-preserve-buffers):
1991 Add "*Warnings*" buffer. (Bug#6336)
1992
1993 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
1994
1995 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1996
1997 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1998
1999 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
2000 `file-directory-p' to the filename part rather than to the whole text.
2001
2002 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2003
2004 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
2005
2006 2010-05-31 Drew Adams <drew.adams@oracle.com>
2007
2008 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
2009
2010 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
2011
2012 * subr.el (momentary-string-display): Just use read-event to read
2013 the exit event (Bug#6238).
2014
2015 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
2016
2017 * ansi-color.el: Delete unused escape sequences (Bug#6085).
2018 (ansi-color-drop-regexp): New constant.
2019 (ansi-color-apply, ansi-color-filter-region)
2020 (ansi-color-apply-on-region): Delete unrecognized control sequences.
2021 (ansi-color-apply): Build string list before calling concat.
2022
2023 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
2024
2025 * progmodes/verilog-mode.el (verilog-type-font-keywords):
2026 Use font-lock-constant-face, not obsolete font-lock-reference-face.
2027
2028 2010-05-27 Masatake YAMATO <yamato@redhat.com>
2029
2030 * htmlfontify.el (hfy-face-resolve-face): New function.
2031 (hfy-face-to-style): Use it (Bug#6279).
2032
2033 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2034
2035 * epa.el (epa--select-keys): Don't explicitly delete the window since
2036 that can fail (e.g. sole window in frame). Use dedication instead.
2037
2038 2010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
2039
2040 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2041
2042 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2043
2044 * subr.el (read-quoted-char): Resolve modifiers after key
2045 remapping (bug#6212).
2046
2047 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2048
2049 * tmm.el (tmm-prompt): Don't try to precompute bindings.
2050 (tmm-get-keymap): Compute shortcuts (bug#6171).
2051
2052 2010-05-10 Glenn Morris <rgm@gnu.org>
2053
2054 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2055 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
2056
2057 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2058
2059 * Version 23.2 released.
2060
2061 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
2062
2063 * international/mule.el (auto-coding-alist): Only purecopy
2064 car of each item, not the whole list (Bug#6083).
2065
2066 2010-05-02 Chong Yidong <cyd@stupidchicken.com>
2067
2068 * progmodes/js.el (js-mode): Make paragraph variables local before
2069 calling c-setup-paragraph-variables (Bug#6071).
2070
2071 2010-05-01 Eli Zaretskii <eliz@gnu.org>
2072
2073 * composite.el (compose-region, reference-point-alist): Fix typos
2074 in the doc strings.
2075
2076 2010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2077
2078 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2079 gnuplot's "set" command.
2080
2081 2010-04-26 Juanma Barranquero <lekktu@gmail.com>
2082
2083 * abbrev.el (last-abbrev-text): Doc fix.
2084 (abbrev-prefix-mark): Don't escape parenthesis.
2085
2086 2010-04-24 Andreas Schwab <schwab@linux-m68k.org>
2087
2088 * composite.el (find-composition): Doc fix.
2089
2090 2010-04-24 Juanma Barranquero <lekktu@gmail.com>
2091
2092 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2093 (sql-oracle-program, sql-sqlite-options)
2094 (sql-query-placeholders-and-send): Doc fixes.
2095 (sql-set-product, sql-interactive-mode): Reflow docstrings.
2096 (sql-imenu-generic-expression, sql-buffer)
2097 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2098 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2099 (sql-mode-sybase-font-lock-keywords)
2100 (sql-mode-informix-font-lock-keywords)
2101 (sql-mode-interbase-font-lock-keywords)
2102 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2103 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2104 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2105 (sql-product-feature, sql-highlight-product)
2106 (comint-line-beginning-position, sql-rename-buffer)
2107 (sql-toggle-pop-to-buffer-after-send-region)
2108 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2109 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2110 Fix typos in docstrings.
2111
2112 2010-04-23 Juri Linkov <juri@jurta.org>
2113
2114 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2115 property instead of `invisible' and `after-string' (bug#5998).
2116
2117 2010-04-23 Juri Linkov <juri@jurta.org>
2118
2119 * image-mode.el (image-mode-as-text): Fix typo in docstring.
2120
2121 2010-04-23 Juanma Barranquero <lekktu@gmail.com>
2122
2123 * filecache.el (file-cache-add-directory-list)
2124 (file-cache-add-directory-recursively): Fix typos in docstrings.
2125
2126 2010-04-22 Kenichi Handa <handa@m17n.org>
2127
2128 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
2129 (gujarati-composable-pattern): Fix typo.
2130
2131 2010-04-20 Kenichi Handa <handa@m17n.org>
2132
2133 * language/indian.el (oriya-composable-pattern)
2134 (tamil-composable-pattern, malayalam-composable-pattern):
2135 Add two-part vowels to "v" (vowel sign).
2136
2137 2010-04-20 Chong Yidong <cyd@stupidchicken.com>
2138
2139 * files.el (copy-directory): Handle symlinks (Bug#5982).
2140
2141 * progmodes/compile.el (compilation-next-error-function):
2142 Revert 2009-10-12 change (Bug#5983).
2143
2144 2010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2145
2146 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2147 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
2148 (Bug#5846).
2149
2150 2010-04-20 Glenn Morris <rgm@gnu.org>
2151
2152 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2153
2154 * minibuffer.el (completion-at-point): Doc fix.
2155
2156 2010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
2157
2158 Fix the version number for added files.
2159 * vc-hg.el (vc-hg-working-revision): Check if the file is
2160 registered after hg parent fails (Bug#5961).
2161
2162 2010-04-17 Glenn Morris <rgm@gnu.org>
2163
2164 * htmlfontify.el (htmlfontify-buffer)
2165 (htmlfontify-copy-and-link-dir): Autoload entry points.
2166
2167 2010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
2168
2169 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2170 name relative to the project root (Bug#5960).
2171
2172 2010-04-16 Glenn Morris <rgm@gnu.org>
2173
2174 * vc-git.el (vc-git-print-log): Doc fix.
2175
2176 2010-04-14 Óscar Fuentes <ofv@wanadoo.es>
2177
2178 * ido.el (ido-file-internal): Fix 2009-12-02 change.
2179
2180 2010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
2181
2182 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2183 default settings (Bug#5928).
2184
2185 2010-04-10 Glenn Morris <rgm@gnu.org>
2186
2187 * progmodes/fortran.el (fortran-match-and-skip-declaration):
2188 New function.
2189 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
2190
2191 2010-04-07 Kenichi Handa <handa@m17n.org>
2192
2193 * language/indian.el (malayalam-composable-pattern): Fix previous
2194 change (add U+0D4D "SIGN VIRAMA").
2195 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2196 (tamil-composable-pattern): Fix typo in the regexp.
2197 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2198 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2199 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2200
2201 2010-04-06 Chong Yidong <cyd@stupidchicken.com>
2202
2203 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2204 paragraph-separate (Bug#5821).
2205
2206 2010-04-05 Juri Linkov <juri@jurta.org>
2207
2208 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2209
2210 * info.el (Info-find-node-2): Comment out code that skips
2211 breadcrumbs line.
2212 (Info-mouse-follow-link): New command.
2213 (Info-link-keymap): New keymap.
2214 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2215 Return a string with links instead of inserting breadcrumbs
2216 to the Info buffer.
2217 (Info-fontify-node): Comment out code that inserts breadcrumbs.
2218 Instead of putting the `invisible' text property over the Info
2219 header, make an overlay over the Info header with the `invisible'
2220 property and `after-string' set to the string returned by
2221 `Info-breadcrumbs'.
2222
2223 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
2224
2225 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2226 Reported by monkey@sandpframing.com.
2227
2228 2010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
2229
2230 * textmodes/artist.el (artist-mode): Fix typo in docstring.
2231 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
2232
2233 2010-03-30 Kenichi Handa <handa@m17n.org>
2234
2235 * language/sinhala.el (composition-function-table): Fix regexp for
2236 the new Unicode specification.
2237
2238 * language/indian.el (devanagari-composable-pattern)
2239 (tamil-composable-pattern, kannada-composable-pattern)
2240 (malayalam-composable-pattern): Adjust for the new Unicode
2241 specification.
2242 (bengali-composable-pattern, gurmukhi-composable-pattern)
2243 (gujarati-composable-pattern, oriya-composable-pattern)
2244 (telugu-composable-pattern): New variables to cope with the new
2245 Unicode specification. Use them in composition-function-table.
2246
2247 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2248
2249 Make tmm-menubar work for the Buffers menu again (bug#5726).
2250 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2251 vectors rather than cons cells, as used in menu-bar-update-buffers.
2252
2253 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
2254
2255 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2256 (js-insert-and-indent): Revert 2009-08-15 change, restoring
2257 electric punctuation for "{}();,:" (Bug#5586).
2258
2259 * mail/sendmail.el (mail-default-directory): Doc fix.
2260
2261 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
2262
2263 * mail/sendmail.el (mail-default-directory): Doc fix.
2264
2265 2010-03-27 Eli Zaretskii <eliz@gnu.org>
2266
2267 * subr.el (version-regexp-alist, version-to-list)
2268 (version-list-<, version-list-=, version-list-<=)
2269 (version-list-not-zero, version<, version<=, version=): Doc fix.
2270 (Bug#5744).
2271
2272 2010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2273 Nick Roberts <nickrob@snap.net.nz>
2274
2275 * progmodes/gdb-ui.el (gdb-apple-test): New function.
2276 (gdb-init-1): Use it.
2277
2278 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2279
2280 * vc.el (vc-root-diff): Doc fix.
2281
2282 2010-03-25 Chong Yidong <cyd@stupidchicken.com>
2283
2284 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2285
2286 * simple.el (append-to-buffer): Fix last change.
2287
2288 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
2289
2290 * simple.el (append-to-buffer): Ensure that point is preserved if
2291 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
2292 (Bug#5749)
2293
2294 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2295
2296 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2297 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2298 not be present any more.
2299
2300 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2301
2302 * faces.el (set-face-attribute): Fix typo in docstring.
2303 (face-valid-attribute-values): Reflow docstring.
2304
2305 2010-03-23 Glenn Morris <rgm@gnu.org>
2306
2307 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2308
2309 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
2310
2311 * indent.el (indent-for-tab-command): Doc fix.
2312
2313 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
2314
2315 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2316 (image-dired-read-comment): Doc fix.
2317
2318 * json.el (json-object-type, json-array-type, json-key-type)
2319 (json-false, json-null, json-read-number):
2320 * minibuffer.el (completion-in-region-functions):
2321 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2322 (cal-tex-cursor-week):
2323 * emacs-lisp/trace.el (trace-function):
2324 * eshell/em-basic.el (eshell/printnl):
2325 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2326 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2327 * obsolete/levents.el (allocate-event, event-key, event-object)
2328 (event-point, event-process, event-timestamp, event-to-character)
2329 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2330 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2331 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2332 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2333 (reftex-highlight-selection): Fix typos in docstrings.
2334
2335 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
2336
2337 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2338
2339 2010-03-18 Glenn Morris <rgm@gnu.org>
2340
2341 * mail/rmail.el (rmail-highlight-face): Restore option deleted
2342 2008-02-13 without comment; mark it obsolete.
2343 (rmail-highlight-headers): Use rmail-highlight-face once more.
2344
2345 2010-03-16 Chong Yidong <cyd@stupidchicken.com>
2346
2347 * woman.el (woman2-process-escapes): Only consume the newline if
2348 the filler character is on a line by itself (Bug#5729).
2349
2350 2010-03-16 Kenichi Handa <handa@m17n.org>
2351
2352 * language/indian.el (devanagari-composable-pattern): Add more
2353 consonants.
2354
2355 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
2356
2357 * net/trampver.el: Update release number.
2358
2359 2010-03-13 Glenn Morris <rgm@gnu.org>
2360
2361 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2362
2363 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
2364
2365 * net/tramp.el (tramp-find-executable):
2366 Use `tramp-get-connection-buffer'. Make the regexp for checking
2367 output of "wc -l" more robust.
2368 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2369 (tramp-open-connection-setup-interactive-shell): Remove workaround
2370 for OpenSolaris bug, it is not needed anymore.
2371
2372 2010-03-12 Glenn Morris <rgm@gnu.org>
2373
2374 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
2375
2376 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
2377
2378 * files.el (auto-mode-alist): Accept more verilog file patterns.
2379
2380 2010-03-09 Miles Bader <miles@gnu.org>
2381
2382 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2383 instead of "format:"; this ensures that the output is
2384 newline-terminated.
2385
2386 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
2387
2388 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2389 that all errors are caught, and that the return value is always a
2390 list (Bug#5692).
2391
2392 2010-03-08 Kenichi Handa <handa@m17n.org>
2393
2394 * language/misc-lang.el (windows-1256): New coding system.
2395 (cp1256): New alias of windows-1256 (bug#5690).
2396
2397 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
2398
2399 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2400 call to rfc822-bad-address. (Bug#5692)
2401
2402 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
2403
2404 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2405 Use vc-git-root as default directory for revision path (Bug#5657).
2406
2407 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
2408
2409 * calculator.el (calculator): Don't bind split-window-keep-point
2410 (Bug#5674).
2411
2412 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2413
2414 * vc-git.el: Re-flow to fit into 80 columns.
2415 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2416 Remove spurious `quote' element in each case alternative.
2417 (vc-git-show-log-entry): Use prog1.
2418 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2419
2420 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2421
2422 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2423
2424 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
2425
2426 * macros.el (insert-kbd-macro): Look up keyboard macro using the
2427 definition, not the name (Bug#5481).
2428
2429 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
2430
2431 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2432 argument with a local variable. (Bug#5670)
2433
2434 2010-03-02 Juri Linkov <juri@jurta.org>
2435
2436 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
2437
2438 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
2439
2440 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2441 error when FILENAME and NEWNAME are existing remote directories.
2442
2443 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2444 parameter DIR-FLAG.
2445
2446 2010-03-02 Glenn Morris <rgm@gnu.org>
2447
2448 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2449 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2450
2451 2010-03-01 Kenichi Handa <handa@m17n.org>
2452
2453 * language/burmese.el (burmese-composable-pattern): Rename from
2454 myanmar-composable-pattern.
2455
2456 * international/characters.el (script-list):
2457 * international/fontset.el (script-representative-chars):
2458 Change myanmar to burmese.
2459 (otf-script-alist): Likewise.
2460 (setup-default-fontset): Likewise. Re-fix :otf spec.
2461
2462 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2463
2464 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2465
2466 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
2467
2468 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2469
2470 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2471
2472 * net/tramp.el (tramp-handle-write-region): START can be a string.
2473 Take care in the checks. Reported by Dan Davison
2474 <davison@stats.ox.ac.uk>.
2475
2476 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2477
2478 * net/dbus.el (dbus-introspect, dbus-get-property)
2479 (dbus-set-property, dbus-get-all-properties):
2480 Use `dbus-call-method' when noninteractive. (Bug#5645)
2481
2482 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
2483
2484 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2485 * emacs-lisp/elint.el (elint-add-required-env):
2486 * calendar/icalendar.el (icalendar--add-diary-entry):
2487 * calc/calcalg2.el (math-tracing-integral):
2488 * files.el (recover-session-finish): Use with-current-buffer
2489 instead of save-excursion.
2490
2491 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
2492
2493 Fix in-buffer completion when after-change-functions modify the buffer.
2494 * minibuffer.el (completion--replace): New function.
2495 (completion--do-completion): Use it and use relative movement.
2496
2497 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
2498
2499 * international/fontset.el (setup-default-fontset): Fix :otf spec.
2500
2501 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
2502
2503 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2504 Allow the characters _<> in the stack entry (Bug#5653).
2505
2506 2010-02-26 Kenichi Handa <handa@m17n.org>
2507
2508 * language/burmese.el: Fix entries in composition-function-table.
2509 (myanmar-composable-pattern): New variable.
2510
2511 * international/fontset.el (setup-default-fontset): Add an entry
2512 for myanmar.
2513
2514 * international/characters.el (script-list): Add Myanmar
2515 Extended-A.
2516
2517 2010-02-26 Glenn Morris <rgm@gnu.org>
2518
2519 * custom.el (custom-initialize-delay): Doc fix.
2520
2521 * mail/sendmail.el (send-mail-function): Autoload the call
2522 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2523
2524 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
2525
2526 * files.el (hack-local-variables-filter): For eval forms, also
2527 check safe-local-variable-p (Bug#5636).
2528
2529 2010-02-24 Eduard Wiebe <usenet@pusto.de>
2530
2531 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2532 and use c(ad)r of cddr (Bug#5640).
2533
2534 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
2535
2536 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2537 setting the modes by `ignore-errors'. It might fail, for example
2538 if the file is not owned by the user but the group.
2539 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2540
2541 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
2542
2543 * files.el (directory-listing-before-filename-regexp):
2544 Use stricter matching for iso-style dates, to avoid false matches with
2545 date-like filenames (Bug#5597).
2546
2547 * htmlfontify.el (htmlfontify): Doc fix.
2548
2549 * eshell/eshell.el (eshell): Doc fix.
2550
2551 * startup.el (fancy-about-screen): In mode-line, apply
2552 mode-line-buffer-id face only to the buffer name (Bug#5613).
2553
2554 2010-02-20 Kevin Ryde <user42@zip.com.au>
2555
2556 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2557 In `watcom' anchor regexp to start of line, to avoid slowness
2558 (Bug#5599).
2559
2560 2010-02-20 Eli Zaretskii <eliz@gnu.org>
2561
2562 * subr.el (remove-yank-excluded-properties): Explain in a comment
2563 why `category' property is removed.
2564
2565 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
2566
2567 * isearch.el (isearch-update-post-hook, isearch-update):
2568 Revert 2010-02-17 change.
2569
2570 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
2571
2572 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2573 (icalendar--convert-weekly-to-ical)
2574 (icalendar--convert-yearly-to-ical)
2575 (icalendar--convert-block-to-ical)
2576 (icalendar--convert-cyclic-to-ical)
2577 (icalendar--convert-anniversary-to-ical): Take care of time
2578 specifications where hour has 1-digit only (Bug#5549).
2579
2580 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
2581
2582 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2583 of disassemble output in GDB 7.1.
2584
2585 2010-02-19 Glenn Morris <rgm@gnu.org>
2586
2587 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2588 property. (Bug#5593)
2589
2590 2010-02-18 Sam Steingold <sds@gnu.org>
2591
2592 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2593
2594 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2595
2596 Use abbreviated file names in bookmarks (bug#5591).
2597 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2598 calls to expand-file-name.
2599 (bookmark-relocate): Use abbreviated file names in bookmarks.
2600 (bookmark-load): Use abbreviated file names in messages.
2601
2602 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2603
2604 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2605 expand "." and "..". Reported by Thierry Volpiatto
2606 <thierry.volpiatto@gmail.com>.
2607
2608 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2609
2610 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2611 permissions of the temporary file to "0600". In case the remote
2612 file has no read permissions for the owner, there might be
2613 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
2614
2615 22010-02-18 Glenn Morris <rgm@gnu.org>
2616
2617 * emacs-lisp/authors.el (authors-renamed-files-alist):
2618 Add entries for INSTALL.CVS.
2619
2620 2010-02-17 Mark A. Hershberger <mah@everybody.org>
2621
2622 * vc-bzr.el: Fix typo in Known Bugs section.
2623
2624 * isearch.el (isearch-update-post-hook): New hook.
2625 (isearch-update): Use the new hook.
2626
2627 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
2628
2629 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2630 Fix errors in copying directories.
2631 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2632 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2633 (tramp-handle-delete-file)
2634 (tramp-handle-dired-recursive-delete-directory)
2635 (tramp-handle-write-region): Flush also the cache for the upper
2636 directory.
2637
2638 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
2639
2640 * simple.el (save-interprogram-paste-before-kill): Doc fix.
2641
2642 * cus-edit.el (hardware): Doc fix.
2643
2644 * man.el (man): Add to external custom group.
2645
2646 * delim-col.el (columns): Move to wp custom group.
2647
2648 * doc-view.el (doc-view): Add to data custom group.
2649
2650 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
2651
2652 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2653 by ispell-parse-output (Bug#5575).
2654
2655 2010-02-16 Kenichi Handa <handa@m17n.org>
2656
2657 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2658 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2659 (skkdic-convert): Use `euc-japan' coding system for writing.
2660
2661 2010-02-16 Glenn Morris <rgm@gnu.org>
2662
2663 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2664 tex-main-file before using it. (Bug#5562)
2665
2666 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2667
2668 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2669 warnings, since it is annoying for the user to see them each time he
2670 runs the code.
2671
2672 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
2673
2674 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2675 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2676 instead of PROC for caching "first-password-request". Otherwise,
2677 new processes would not profit from passwords already entered.
2678
2679 * net/tramp-cache.el (tramp-dump-connection-properties):
2680 Don't save "first-password-request" property.
2681
2682 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
2683
2684 * outline.el (outline-head-from-level):
2685 * simple.el (with-wrapper-hook):
2686 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2687 (elint-defun, elint-buffer-env, elint-top-form-logged)
2688 (elint-unbound-variable):
2689 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2690 Fix typos in docstrings.
2691
2692 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
2693
2694 * files.el (insert-directory): When WILDCARD-REGEXP and
2695 FULL-DIRECTORY-P are nil, insert the file entry instead of the
2696 whole directory. (Bug#5551)
2697
2698 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
2699 dired's alignment sanity. (Bug#5516)
2700
2701 2010-02-14 Juri Linkov <juri@jurta.org>
2702
2703 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2704 Remove remaining ^H with their preceding chars. (Bug#5566)
2705
2706 2010-02-13 Glenn Morris <rgm@gnu.org>
2707
2708 * simple.el (transpose-subr): Give it a doc-string.
2709
2710 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2711 Doc fixes.
2712
2713 2010-02-12 Juri Linkov <juri@jurta.org>
2714
2715 * arc-mode.el (archive-unique-fname): Make directories for nested
2716 archives. (Bug#5540)
2717
2718 2010-02-12 Juri Linkov <juri@jurta.org>
2719
2720 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
2721
2722 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2723
2724 * subr.el (copy-overlay): Handle deleted overlays.
2725
2726 * man.el (Man-completion-table): Don't signal an error if we can't run
2727 manual-program (bug#4056).
2728
2729 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
2730
2731 * textmodes/artist.el (artist-mt): Fix typos in docstring.
2732
2733 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2734
2735 * info.el (Info-bookmark-jump): Simplify.
2736
2737 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2738 (bookmark-default-handler): Accept new bookmark field `buffer'.
2739
2740 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
2741
2742 * iswitchb.el (iswitchb-completions): Revert last change.
2743
2744 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
2745
2746 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
2747 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2748 This prevents file names like "~/" being listed literally.
2749
2750 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2751
2752 * term/xterm.el (xterm-maybe-set-dark-background-mode):
2753 Remove dead code. (Bug#5546)
2754
2755 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
2756
2757 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2758 correctly (Bug#5548).
2759
2760 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
2761
2762 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
2763 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
2764
2765 2010-02-08 Kenichi Handa <handa@m17n.org>
2766
2767 * international/mule-util.el (with-coding-priority): Add autoload
2768 cookie for putting `lisp-indent-function'.
2769
2770 2010-02-07 Glenn Morris <rgm@gnu.org>
2771
2772 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2773 Move F2003 named interfaces from keywords-2 to keywords-1, and
2774 use function-name-face rather than constant-face.
2775 Simplify "abstract interface" regexp.
2776
2777 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
2778
2779 * eshell/esh-util.el (eshell-file-attributes): New optional arg
2780 ID-FORMAT. Pass it to `file-attributes'.
2781
2782 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2783
2784 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
2785
2786 * faces.el (set-face-attribute): Allow calling
2787 internal-set-lisp-face-attribute with 'unspecified family and
2788 foundry argument (Bug#5536).
2789
2790 2010-02-07 Glenn Morris <rgm@gnu.org>
2791
2792 * progmodes/f90.el (f90-font-lock-keywords-2)
2793 (f90-looking-at-type-like, f90-looking-at-program-block-end):
2794 Handle F2003 named interfaces.
2795
2796 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
2797
2798 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2799 beg and end before calling c-get-state-before-change-functions.
2800
2801 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
2802
2803 * vc-bzr.el (vc-bzr-dir-extra-headers):
2804 Disable the pending merges header.
2805
2806 2010-02-05 Juri Linkov <juri@jurta.org>
2807
2808 * doc-view.el (doc-view-mode):
2809 * image-mode.el (image-mode): Put property mode-class=special.
2810 (Bug#4896)
2811
2812 2010-02-05 Mark A. Hershberger <mah@everybody.org>
2813
2814 * vc-svn.el (vc-svn-revision-table): New function.
2815
2816 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
2817
2818 * net/ange-ftp.el (ange-ftp-insert-directory):
2819 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2820 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2821 Handle also directories. (Bug#5478)
2822
2823 2010-02-05 Glenn Morris <rgm@gnu.org>
2824
2825 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2826
2827 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
2828
2829 * startup.el (command-line-1): Convert options beginning with a
2830 single dash as well (Bug#5519).
2831
2832 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
2833
2834 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2835 * minibuffer.el (completion-initials-expand): Only check the presence
2836 of delims *within* the boundaries, since otherwise the / delim is
2837 always found for files.
2838
2839 Fix up various corner case problems.
2840 * doc-view.el (doc-view-last-page-number): New function.
2841 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2842 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2843 (doc-view-kill-proc): Avoid inf-loop in freak cases.
2844 (doc-view-reconvert-doc): Use the new recursive delete-directory.
2845 (doc-view-convert-current-doc): Don't create the resolution.el file
2846 here any more.
2847 (doc-view-pdf/ps->png): Do it here instead.
2848 (doc-view-already-converted-p): Check that resolution.el is present.
2849 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2850 windows that are not yet showing images.
2851
2852 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
2853
2854 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
2855 `dired-uncache' for every elemnt which is an absolute file name.
2856
2857 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
2858 directory, handle its directory component.
2859 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
2860 function is called permanently and creates noise, otherwise.
2861
2862 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2863 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2864 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
2865
2866 2010-02-04 David Burger <dburger@google.com> (tiny change)
2867
2868 * macros.el (apply-macro-to-region-lines):
2869 Minor simplification. (Bug#5485)
2870
2871 2010-02-04 Glenn Morris <rgm@gnu.org>
2872
2873 * mail/rmail.el (rmail-show-message-1): Handle malformed
2874 quoted-printable text. (Bug#5441)
2875
2876 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2877
2878 * simple.el (visual-line-mode): Capitalize lighter.
2879
2880 2010-02-03 John Wiegley <jwiegley@gmail.com>
2881
2882 * iswitchb.el (iswitchb-completions): Add bookmark files to the
2883 list of files considered for "virtual buffer" completions.
2884
2885 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
2886
2887 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
2888 also in case of (and (not full) (not wildcard)). This is needed,
2889 when dired is called with a list of files, which are not in
2890 `default-directory'. (Bug#5478)
2891
2892 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2893
2894 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
2895
2896 2010-02-02 Juri Linkov <juri@jurta.org>
2897
2898 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
2899 from unidiff to allow function-line after @@.
2900
2901 2010-02-02 Juri Linkov <juri@jurta.org>
2902
2903 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
2904 '(RCS SCCS) with inverted condition.
2905
2906 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
2907
2908 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
2909 messages.
2910
2911 2010-02-01 Juri Linkov <juri@jurta.org>
2912
2913 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
2914 compare with "pkunzip" and "pkzip" instead of only "pkzip".
2915 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
2916 only when (car archive-zip-extract) is "unzip". (Bug#5475)
2917
2918 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2919
2920 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
2921 (doc-view-revert-buffer): New command.
2922 (doc-view-mode-map): Use it.
2923
2924 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
2925
2926 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
2927 pending merge is detected.
2928
2929 2010-01-31 Juri Linkov <juri@jurta.org>
2930
2931 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
2932 beginning of interactive spec like all other grep commands do.
2933 Put "all" in front of "gz". (Bug#5260)
2934
2935 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
2936
2937 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
2938
2939 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
2940
2941 * dirtrack.el (dirtrack): Warn instead of signalling error if the
2942 regexp is incorrect (Bug#5476).
2943
2944 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
2945
2946 * net/tramp.el (tramp-handle-insert-directory): Handle also
2947 symlinks, when FILENAME is not in `default-directory'.
2948
2949 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
2950
2951 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
2952 FILE is not in `default-directory'. (Bug#5478)
2953
2954 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
2955 of SWITCHES. Handle the case, FILENAME is not in
2956 `default-directory'. (Bug#5478)
2957 (tramp-register-file-name-handlers): Add safe-magic property.
2958
2959 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
2960
2961 * arc-mode.el (archive-zip-extract): Quote the argument passed to
2962 unzip (Bug#5475).
2963
2964 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
2965
2966 * progmodes/flymake.el (flymake-allowed-file-name-masks)
2967 (flymake-master-make-header-init): Add other C++ filename masks.
2968 (flymake-find-possible-master-files)
2969 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
2970
2971 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
2972
2973 Fix some busybox annoyances.
2974
2975 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
2976 not responding." string.
2977 (tramp-open-connection-setup-interactive-shell): Dump stty
2978 settings. Enable "neveropen" arg for all `tramp-send-command'
2979 calls. Handle "=" in variable values properly.
2980 (tramp-find-inline-encoding): Raise an error, when no encoding is
2981 found.
2982 (tramp-wait-for-output): Check, whether PROC buffer is available.
2983 Remove spurious " ^H" sequences, sent by busybox.
2984 (tramp-get-ls-command): Suppress coloring, if possible.
2985
2986 2010-01-28 Glenn Morris <rgm@gnu.org>
2987
2988 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
2989
2990 * log-edit.el (log-edit-strip-single-file-name): Add missing
2991 :safe, :group, and :version tags.
2992
2993 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
2994
2995 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
2996 buffers. (Bug#5477)
2997
2998 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
2999
3000 * files.el (delete-directory): Handle moving to trash without
3001 first doing recursion (Bug#5436).
3002
3003 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
3004
3005 * vc-hooks.el (vc-path): Mark as obsolete.
3006
3007 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
3008
3009 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3010 names too.
3011
3012 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3013 for the short log.
3014 (vc-bzr-log-view-mode): Adjust regexp for the above change.
3015
3016 2010-01-25 Mark A. Hershberger <mah@everybody.org>
3017
3018 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
3019
3020 * vc-bzr.el (vc-bzr-revision-table): New function.
3021
3022 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
3023
3024 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3025 diff-index command. This requires at least git-1.5.5. (Bug#1589).
3026
3027 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
3028
3029 Remove support for adding --signoff on commit.
3030 Future support will use an incompatible generic mechanism.
3031 * vc-git.el (vc-git-add-signoff): Remove variable.
3032 (vc-git-toggle-signoff): Remove function.
3033 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3034
3035 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3036 Rename from xterm-set-background-mode. Return t if the background mode
3037 was set.
3038 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3039 earlier, call it again in case the background mode has changed.
3040
3041 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
3042
3043 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3044 (Bug#3541).
3045
3046 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
3047
3048 * emacs-lisp/assoc.el (aelement): Doc fix.
3049 (aput, adelete, amake): Use lexical-let (Bug#5450).
3050
3051 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
3052
3053 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3054 is the same as subprogram call, not declaration. (Bug#5435).
3055
3056 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
3057
3058 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3059 (tramp-smb-maybe-open-connection): Use it.
3060
3061 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
3062
3063 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
3064
3065 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3066
3067 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3068 just because we see "encoding: 8bit".
3069 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3070
3071 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
3072
3073 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3074
3075 2010-01-22 Eli Zaretskii <eliz@gnu.org>
3076
3077 * jka-compr.el (jka-compr-load): If load-file is not in
3078 load-history, try its file-truename version. (bug#5447)
3079
3080 2010-01-21 Alan Mackenzie <acm@muc.de>
3081
3082 Fix a situation where deletion of a cpp construct throws an error.
3083 * progmodes/cc-engine.el (c-invalidate-state-cache):
3084 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3085 special cpp construct is still in the buffer.
3086 (c-parse-state): Record the special cpp with markers, not numbers.
3087
3088 2010-01-21 Kenichi Handa <handa@m17n.org>
3089
3090 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3091 process last-command-event, as it is now decoded first (Bug#5380).
3092
3093 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
3094
3095 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3096
3097 2010-01-20 Glenn Morris <rgm@gnu.org>
3098
3099 * indent.el (tab-always-indent): Fix custom-type.
3100
3101 2010-01-19 Alan Mackenzie <acm@muc.de>
3102
3103 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3104 buffer throws "args out of range".
3105 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3106 playing the role of delimiter.
3107
3108 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
3109
3110 * progmodes/ada-mode.el: Fix bug#5400.
3111 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3112 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3113 changed. Delete RECURSIVE parameter; never used. Improve doc string.
3114 Improve comments in "is" portion. Handle null procedure declaration.
3115 (ada-move-to-end): Improve doc string.
3116
3117 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
3118
3119 * ido.el (ido-cur-list): Initialize to nil.
3120 Remove obsolete information from commentary.
3121 (ido-choice-list): Initialize to nil.
3122 (ido-get-bufname): Reject minibuffers.
3123 (ido-make-buffer-list): If "default" is a nonexistent
3124 buffer, ignore it, as per the function's comment.
3125 (ido-kill-buffer-internal): New function.
3126 (ido-kill-buffer-at-head): Use it.
3127 (ido-visit-buffer): Likewise.
3128
3129 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
3130
3131 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3132
3133 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
3134
3135 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3136 Fix typos in chart titles.
3137
3138 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3139 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3140 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3141 (describe-class, eieio-describe-generic, describe-generic):
3142 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3143 (eieio-speedbar-expand):
3144 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3145 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3146 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3147 (viper-del-backward-char-in-replace, viper-backward-indent)
3148 (viper-brac-function, viper-register-to-point, viper-submit-report):
3149 * net/tramp.el (tramp-remote-coding-commands):
3150 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3151 Fix typos in docstrings.
3152
3153 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3154
3155 * mail/sendmail.el (mail-yank-original): Set the mark if the
3156 specified function for yanking does not do it.
3157
3158 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
3159
3160 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
3161
3162 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3163 resyncing a directory.
3164
3165 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
3166
3167 * progmodes/ada-mode.el: Fix bug#1920.
3168 (ada-ident-re): Delete ., allow multibyte characters.
3169 (ada-goto-label-re): New; matches goto labels.
3170 (ada-block-label-re): New; matches block labels.
3171 (ada-label-re): New; matches both.
3172 (ada-named-block-re): Deleted; callers changed to use
3173 `ada-block-label-re' instead.
3174 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3175 Use `ada-block-label-re'.
3176 (ada-indent-on-previous-lines): Improve handling of goto labels.
3177 (ada-get-indent-block-start): Special-case block label.
3178 (ada-get-indent-label): Split into `ada-indent-block-label' and
3179 `ada-indent-goto-label'.
3180 (ada-goto-stmt-start, ada-goto-next-non-ws):
3181 Optionally ignore goto labels.
3182 (ada-goto-next-word): Simplify.
3183 (ada-indent-newline-indent-conditional): Insert newline before
3184 trying to fix indentation; doc fix.
3185
3186 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
3187
3188 * calc/calc.el (calc-command-flags): Give it an initial value.
3189
3190 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3191
3192 * files.el (minibuffer-with-setup-hook):
3193 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3194 (artist-key-draw-continously, artist-key-do-continously-continously)
3195 (artist-key-set-point-continously, artist-mouse-draw-continously):
3196 Fix typos in docstrings.
3197
3198 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
3199
3200 * nxml/nxml-mode.el (nxml-extend-after-change-region):
3201 Never return t (Bug#3898).
3202
3203 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
3204
3205 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3206 can parse the output of the external commands (Bug#5279).
3207
3208 2010-01-16 Jari Aalto <jari.aalto@cante.net>
3209
3210 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3211
3212 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
3213
3214 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3215
3216 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3217
3218 * startup.el (command-line): Remove unused --icon-type arg.
3219 Handle --display arg, passing it to command-line-1 (Bug#5392).
3220
3221 2010-01-16 Mario Lang <mlang@delysid.org>
3222
3223 * emacs-lisp/chart.el (chart-translate-namezone):
3224 * textmodes/artist.el (artist-compute-popup-menu-table):
3225 Remove duplicated words in doc-strings.
3226
3227 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
3228
3229 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3230 to mairix-search to suppress threading (Bug#5342).
3231
3232 2010-01-15 Kenichi Handa <handa@m17n.org>
3233
3234 * international/mule-cmds.el (canonicalize-coding-system-name):
3235 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3236
3237 2010-01-15 Glenn Morris <rgm@gnu.org>
3238
3239 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
3240
3241 * wid-edit.el (widget-keymap): Doc fix.
3242
3243 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3244 former seems to be more widely accepted by various svn versions.
3245
3246 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3247
3248 * find-cmd.el (find-constituents):
3249 * vc-arch.el (vc-arch-root):
3250 * window.el (window-body-height, pop-up-frames):
3251 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3252 * progmodes/ada-stmt.el (ada-if):
3253 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3254 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3255 (ispell-encoding8-command, ispell-aspell-supports-utf8)
3256 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3257
3258 * progmodes/flymake.el (flymake-post-syntax-check):
3259 Fix typo in error message.
3260
3261 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3262
3263 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3264 which is always a string. (Bug#5313)
3265
3266 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3267
3268 * progmodes/ada-xref.el (ada-default-prj-properties):
3269 Simplify previous change.
3270
3271 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3272
3273 * progmodes/ada-xref.el (ada-default-prj-properties):
3274 Default ada_project_path to $ADA_PROJECT_PATH.
3275
3276 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3277
3278 * progmodes/ada-mode.el (ada-create-keymap):
3279 Override `narrow-to-defun' with `ada-narrow-to-defun'.
3280
3281 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3282
3283 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3284 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3285 (ada-get-current-indent, ada-imenu-generic-expression)
3286 (ada-which-function): Check for it.
3287
3288 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3289
3290 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3291 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3292
3293 2010-01-14 Glenn Morris <rgm@gnu.org>
3294
3295 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
3296
3297 2010-01-14 Kenichi Handa <handa@m17n.org>
3298
3299 * composite.el (auto-composition-mode): Make it a buffer local
3300 variable (permanent-local).
3301 (auto-composition-function): Set the default value to
3302 auto-compose-chars.
3303 (auto-composition-mode): Make it a simple function, not a minor mode.
3304 (global-auto-composition-mode): Likewise.
3305 (turn-on-auto-composition-if-enabled): Delete it.
3306
3307 2010-01-13 Karl Fogel <kfogel@red-bean.com>
3308
3309 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
3310
3311 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
3312
3313 * files.el (copy-directory): Compute target for recursive
3314 directories with identical names. (Bug#5343)
3315
3316 2010-01-12 Glenn Morris <rgm@gnu.org>
3317
3318 * mail/emacsbug.el (report-emacs-bug-pretest-address):
3319 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
3320
3321 2010-01-11 Sam Steingold <sds@gnu.org>
3322
3323 * imenu.el (imenu-default-create-index-function): Detect infinite
3324 loops caused by imenu-prev-index-position-function.
3325
3326 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3327
3328 * htmlfontify.el (htmlfontify-load-rgb-file)
3329 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3330 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3331 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3332 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3333 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3334 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3335 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3336 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3337 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3338 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3339 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3340 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3341 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3342 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3343 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3344 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3345 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3346 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3347 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3348 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3349 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3350 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3351 backslash-quoting from parentheses, etc.
3352
3353 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
3354
3355 * progmodes/js.el: Autoload javascript-mode alias.
3356
3357 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3358
3359 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3360 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3361 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3362 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3363 Fix typos in docstrings.
3364 (ffap-url-regexp): Doc fix.
3365 (ffap-at-mouse): Fix typo in message.
3366
3367 2010-01-11 Glenn Morris <rgm@gnu.org>
3368
3369 * version.el (emacs-copyright): Set copyright year to 2010.
3370
3371 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3372
3373 * format.el (format-annotate-function): Only set
3374 write-region-post-annotation-function after running to-fn so as not to
3375 affect nested write-region calls (bug#5273).
3376
3377 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
3378
3379 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3380 wisent/python.el.
3381
3382 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3383
3384 * man.el (Man-goto-section): Signal error if the section is not
3385 found (Bug#5317).
3386
3387 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
3388
3389 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3390 URLs with a leading triple slash in the file: scheme. (Bug#5345)
3391
3392 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3393
3394 * progmodes/compile.el: Don't treat compile-command as safe if
3395 compilation-read-command might be nil (Bug#4218).
3396
3397 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
3398
3399 * startup.el (command-line-1): Use orig-argi to check for ignored X and
3400 NS options.
3401
3402 2010-01-08 Kenichi Handa <handa@m17n.org>
3403
3404 * international/fontset.el (build-default-fontset-data):
3405 Exclude characters in scripts kana, hangul, han, or cjk-misc.
3406
3407 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
3408
3409 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3410 to `create-file-buffer' as it expects, not just a buffer name.
3411 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3412 to help uniquify. (Bug#3224)
3413
3414 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
3415
3416 * font-setting.el (font-setting-change-default-font): Use user-spec
3417 instead of name.
3418
3419 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3420
3421 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3422
3423 2010-01-05 Tom Tromey <tromey@redhat.com>
3424
3425 * progmodes/python.el (python-font-lock-keywords):
3426 Handle qualified decorators (Bug#881).
3427
3428 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3429
3430 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3431 in a lightweight checkout.
3432
3433 2010-01-05 Kenichi Handa <handa@m17n.org>
3434
3435 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
3436
3437 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3438
3439 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3440
3441 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
3442
3443 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3444 checkouts. (Bug#618)
3445 (vc-bzr-log-view-mode): Also highlight the author.
3446 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3447 (vc-bzr-shelve-menu-map):
3448 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3449 (vc-bzr-shelve-apply): Make prompt more explicit.
3450
3451 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
3452
3453 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3454 They are valid characters in URL paths (rfc3986), and at least
3455 Firefox does not understand the encoded version (Bug#3166).
3456
3457 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
3458
3459 * progmodes/octave-mod.el (octave-end-keywords)
3460 (octave-block-begin-or-end-regexp, octave-block-match-alist):
3461 Add "end" keyword (Bug#3061).
3462 (octave-end-as-array-index-p): New function.
3463 (calculate-octave-indent): Use it.
3464
3465 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3466
3467 * bookmark.el: Consistently put the text property on the bookmark name.
3468 (bookmark-bmenu-marks-width): Bump back to 2, to include
3469 annotation marks.
3470 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3471 property on the bookmark name, instead of not putting it at all.
3472 (bookmark-bmenu-list): Fix where we put the text property.
3473
3474 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3475
3476 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3477 for showing buffer modified state (as added in the previous change).
3478
3479 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3480
3481 * bookmark.el: Show modified state of bookmark buffer more accurately.
3482 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3483 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3484 (with-buffer-modified-unmodified): New macro.
3485 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3486 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
3487 Use new macro to preserve the buffer modified state.
3488
3489 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3490
3491 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3492 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3493 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3494 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3495 (bookmark-bmenu-rename, bookmark-bmenu-locate)
3496 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3497 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3498
3499 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3500
3501 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3502 Make the lines in the generated doc string shorter. (Bug#4668)
3503
3504 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
3505
3506 * net/rcirc.el: Add follow-link binding (Bug#4738).
3507
3508 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3509
3510 * Makefile.in (bzr-update): Rename from cvs-update.
3511 (cvs-update): New target for backward compatibility.
3512
3513 * makefile.w32-in (bzr-update): Rename from cvs-update.
3514 (cvs-update): New target for backward compatibility.
3515
3516 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3517
3518 * bookmark.el: Remove gratuitous gratitude.
3519
3520 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3521
3522 * bookmark.el (bookmark-bmenu-any-marks): New function
3523 (bookmark-bmenu-save): Clear buffer modification if no marks.
3524
3525 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3526
3527 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
3528 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3529 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3530 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3531
3532 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3533 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3534 To: emacs-devel {_AT_} gnu.org
3535 Subject: bookmark.el bug report
3536 Date: Mon, 28 Dec 2009 14:19:16 +0800
3537 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3538
3539 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3540
3541 * bookmark.el: Improvements suggested by Drew Adams:
3542 (bookmark-bmenu-ensure-position): New name for
3543 `bookmark-bmenu-check-position'. Just ensure the position,
3544 don't return any meaningful value.
3545 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3546 New constants.
3547
3548 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
3549
3550 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3551 (bookmark-yank-point, bookmark-bmenu-check-position):
3552 Fix typos in docstrings.
3553 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3554 (bookmark-name-from-full-record, bookmark-get-position)
3555 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3556 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3557 Remove useless quoting of parenthesis, etc. in docstrings.
3558
3559 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3560 (ediff-append-custom-diff): Fix typo in error message.
3561 (ediff-meta-mark-equal-files): Fix typos in messages.
3562
3563 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3564
3565 * net/imap-hash.el (imap-hash-make): Doc fix.
3566 (imap-hash-test): Fix typo in error message; reflow docstring.
3567 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3568 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3569 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3570 Fix typos in docstrings.
3571 (imap-hash-open-connection): Fix typo in error message.
3572
3573 * play/gomoku.el (gomoku): Fix typos in docstring.
3574
3575 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3576 (gdb-jsonify-buffer): Fix typos in docstring.
3577 (gdb-goto-breakpoint): Fix typo in error message.
3578 ("Display Other Windows"): Fix typo in help message.
3579 (gdb-speedbar-expand-node): Fix typo in question.
3580
3581 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3582 (idlwave-html-system-help-location, idlwave-html-help-location)
3583 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3584 (idlwave-help-browser-generic-args, idlwave-help-directory)
3585 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3586 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3587 (idlwave-online-help, idlwave-help-html-link)
3588 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3589 Fix typos in docstrings.
3590 (idlwave-help-with-source, idlwave-help-find-routine-definition):
3591 Reflow docstrings.
3592 (idlwave-help-assistant-start): Fix typo in error message.
3593
3594 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3595 (octave-electric-space): Fix typos in docstrings.
3596
3597 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3598
3599 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3600
3601 2010-01-01 Juri Linkov <juri@jurta.org>
3602
3603 * comint.el (comint-input-ring-size): Make it a defcustom and
3604 increase the default to 500 (Bug#5148).
3605
3606 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
3607
3608 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3609 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3610 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3611
3612 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
3613
3614 Show working revision correctly for mercurial.
3615 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
3616 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
3617
3618 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
3619
3620 Declare some functions for the byte-compiler.
3621 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3622 (speedbar-timer-fn, speedbar-change-expand-button-char)
3623 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3624
3625 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
3626
3627 This changeset reverts GDB Graphical Interface to use annotations.
3628 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3629
3630 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
3631
3632 Make vc-dir work on subdirectories of the bzr root.
3633 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
3634 Return file names relative to it.
3635 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3636 relative directory to vc-bzr-after-dir-status.
3637
3638 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
3639
3640 * font-lock.el (font-lock-refresh-defaults): New function, which
3641 can be used to let font-lock react to external changes in
3642 variables like font-lock-defaults and keywords.
3643 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3644
3645 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
3646
3647 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3648
3649 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3650
3651 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
3652
3653 Supersede color.diff settings in git log (bug#5211).
3654
3655 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3656 escape chars in its output when the user has color.diff set to `always'.
3657 This fix works on git 1.4.2 and newer (released on 2006-08-13).
3658
3659 2009-12-26 Kevin Ryde <user42@zip.com.au>
3660
3661 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3662 node. Keep previous "Index" name to work with past coreutils too.
3663
3664 * man.el (man): Revise docstring a bit to show -a and -l as
3665 examples. Add -k description since support for it has otherwise
3666 been a secret. (Further to bug#3717.)
3667 (Man-bgproc-sentinel): When "-k foo" produces no output show error
3668 "no matches" rather than "Can't find manpage", as the latter reads
3669 like -k was interpreted as a page name, which is not so. (Bug#5431)
3670
3671 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
3672
3673 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3674 switches. Check also for //SUBDIRED// line.
3675
3676 2009-12-25 Kenichi Handa <handa@m17n.org>
3677
3678 * language/indian.el (devanagari-composable-pattern): Fix to
3679 handle ZWNJ and ZWJ. Use it in composition-function-table for
3680 Devanagari.
3681 (malayalam-composable-pattern): Fix previous change.
3682
3683 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3684
3685 * ps-print.el (ps-face-attributes): It was not returning the
3686 attribute face for faces specified as string. Reported by harven
3687 <harven@free.fr>. (Bug#5254)
3688 (ps-print-version): New version 7.3.5.
3689
3690 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
3691
3692 * calendar/icalendar.el (icalendar--convert-tz-offset):
3693 Fix timezone names.
3694 (icalendar--convert-tz-offset): Fix the "last-day-problem".
3695 (icalendar--add-diary-entry): Remove the trailing blank that
3696 diary-make-entry inserts.
3697
3698 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
3699
3700 Make `file-expand-wildcards' work for remote files.
3701
3702 * files.el (file-expand-wildcards): In case of remote files, check
3703 only local file name part for wildcards. Provide feature 'files
3704 and subfeature 'remote-wildcards. (Bug#5198)
3705
3706 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3707 if there is already an established connection.
3708 (tramp-advice-file-expand-wildcards): Remove it.
3709
3710 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3711 (tramp-advice-file-expand-wildcards): Move from tramp.el.
3712 Activate advice for older GNU Emacs versions. (Bug#5237)
3713
3714 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
3715
3716 Some doc fixes (more needed).
3717
3718 * find-cmd.el (find-constituents): Reflow docstring.
3719 (find-cmd, find-prune, find-command): Fix typos in docstrings.
3720 (find-generic): Doc fix.
3721
3722 2009-12-17 Juri Linkov <juri@jurta.org>
3723
3724 Fix regression from 23.1 to allow multiple modes in Local Variables.
3725
3726 * files.el (hack-local-variables-filter): While ignoring duplicates,
3727 don't take `mode' into account.
3728 (hack-local-variables-filter, hack-dir-local-variables):
3729 Don't remove duplicate `mode' from local-variables-alist (like `eval').
3730
3731 2009-12-17 Juri Linkov <juri@jurta.org>
3732
3733 Make `dired-diff' more safe. (Bug#5225)
3734
3735 * dired-aux.el (dired-diff): Signal an error when `file' equals to
3736 `current' or when `file' is a directory of the `current' file.
3737
3738 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
3739
3740 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3741 unconditionally preloaded files.
3742
3743 2009-12-16 Juri Linkov <juri@jurta.org>
3744
3745 Revert to old 23.1 logic of using the file at the mark as default.
3746 * dired-aux.el (dired-diff): Use the file at the mark as default
3747 if it's not the same as the current file, and the target dir is
3748 the current dir or the mark is active. Add the current file
3749 as the arg of `dired-dwim-target-defaults'. Use the default file
3750 in the prompt. (Bug#5225)
3751
3752 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
3753
3754 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3755 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3756 (tramp-check-for-regexp): Check also, when an echoing shell stops
3757 to echo sent commands.
3758
3759 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3760
3761 * Makefile.in: Revert last change (Bug#5191).
3762
3763 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
3764
3765 * vc-hg.el (vc-hg-print-log): Fix argument order.
3766 (vc-hg-working-revision): Make sure the command is executed in a
3767 known environment so that we can parse the output. (Bug#4417)
3768
3769 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3770
3771 * progmodes/python.el (python-symbol-completions): Remove text
3772 properties from symbol string before calling python-send-receive.
3773
3774 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
3775
3776 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
3777 when there are values for both file and line. (Bug#5060)
3778
3779 2009-12-14 Juri Linkov <juri@jurta.org>
3780
3781 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3782 whitespace after the file name of the first line of unified format,
3783 because git-diff doesn't output whitespace and file modification time
3784 after the file name.
3785
3786 2009-12-14 David Kastrup <dak@gnu.org>
3787
3788 * info.el (Info-hide-cookies-node): Before hiding a cookie,
3789 check if it already has the `display' property added by
3790 `Info-display-images-node', and not put the `invisible' property
3791 in this case.
3792
3793 2009-12-13 Glenn Morris <rgm@gnu.org>
3794
3795 * mail/emacsbug.el (message-sort-headers): Define for compiler.
3796 (report-emacs-bug): In message-mode, sort manually before storing
3797 original report text. (Bug#5178)
3798 Remove superfluous save-excursion.
3799
3800 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
3801
3802 * net/dbus.el (dbus-property-handler): Filter lambda forms out
3803 when responding to "GetAll" properties.
3804
3805 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
3806
3807 * simple.el (compose-mail): Remove mail-setup-with-from from
3808 customization checks.
3809
3810 2009-12-12 Eli Zaretskii <eliz@gnu.org>
3811
3812 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3813 RAR archives created on Unix systems.
3814
3815 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3816
3817 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3818 the varalias that was accidentally removed by the 2009-11-19 change
3819 (bug#5186).
3820
3821 2009-12-12 Kenichi Handa <handa@m17n.org>
3822
3823 * language/indian.el (indian-compose-regexp): New function.
3824 (malayalam-composable-pattern): Fix the pattern.
3825 (composition-function-table): Set malayalam-composable-pattern for
3826 Malayalam characters.
3827
3828 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
3829
3830 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3831 rather than down-mouse-1, based on follow-link conventions.
3832
3833 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3834 are compiled.
3835
3836 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
3837
3838 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
3839 (verilog-vmm-statement-re, verilog-ovm-statement-re)
3840 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
3841 (verilog-leap-to-head, verilog-backward-token):
3842 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
3843
3844 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
3845
3846 * progmodes/verilog-mode.el (verilog-auto-lineup)
3847 (verilog-nameable-item-re): Cleanup user-visible spelling and
3848 documentation errors. One reported by Gary Delp.
3849 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
3850 (verilog-read-decls): Fix AUTOWIRE with types declared in a
3851 package, bug195. Reported by Pierre-David Pfister.
3852
3853 2009-12-11 Glenn Morris <rgm@gnu.org>
3854
3855 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
3856
3857 * mail/emacsbug.el: No longer require sendmail.
3858 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
3859 (report-emacs-bug-orig-text): Doc fix.
3860 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
3861 New local variables, to adapt to different mail-user-agents.
3862 (report-emacs-bug): Fix test for a gnu.org address.
3863 Use overlays for emphasis, since font-lock defeats 'face property.
3864 Pretest bugs also end up at the newsgroup these days.
3865 Stop message-mode stripping text properties.
3866 Set and use the new buffer-local variables.
3867 (report-emacs-bug-hook): Add doc-string.
3868 Remove some unnecessary save-excursions and simplify.
3869 Use the appropriate hook and send-command.
3870
3871 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
3872 capitalization of some menu entries.
3873
3874 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3875
3876 * whitespace.el (whitespace-display-char-on):
3877 Ensure `buffer-display-table' is unique when two or more windows are
3878 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
3879 New version 12.1.
3880
3881 2009-12-10 Eli Zaretskii <eliz@gnu.org>
3882
3883 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
3884 characters in the Attribute field.
3885
3886 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3887
3888 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
3889
3890 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3891
3892 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
3893 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3894 Disregard autoload-excludes.
3895 (update-directory-autoloads): Obey autoload-excludes here instead.
3896 But don't store its contents in no-autoloads and remove entries that
3897 refer to excludes files.
3898
3899 2009-12-10 Glenn Morris <rgm@gnu.org>
3900
3901 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
3902 (expand-mail-aliases): Define for compiler.
3903
3904 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
3905 Define for compiler.
3906
3907 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
3908 appropriate for the mail-user-agent in use.
3909
3910 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
3911
3912 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
3913
3914 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
3915
3916 Fix short log parsing and fontification.
3917 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
3918 Fix fontification for the [merge] label.
3919
3920 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
3921
3922 Drop some properties to avoid surprises.
3923 * htmlfontify.el (hfy-ignored-properties): New defcustom.
3924 (hfy-fontify-buffer): Use it.
3925
3926 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
3927
3928 Minor cleanup.
3929 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
3930 Adjust all callers.
3931 (ffap-locate-file): Remove unused arg `dir-ok' and make other
3932 args compulsory. Adjust callers.
3933 (ffap-gopher-at-point): Remove unused var `name'.
3934
3935 Get rid of the ELCFILES abomination.
3936 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3937 (compile-elcfiles): New phony target.
3938 (compile-main): Compute ELCFILES dynamically.
3939 (compile-clean): New target to remove left-over elc files.
3940 (compile, all): Use it.
3941
3942 2009-12-09 Kenichi Handa <handa@etlken>
3943
3944 * international/mule-diag.el: Require help-mode instead of help-fns.
3945
3946 2009-12-09 Kenichi Handa <handa@m17n.org>
3947
3948 * international/mule-cmds.el (ucs-names): Supply sufficiently
3949 fine ranges instead of pre-calculating accurate ranges.
3950 Iterate with bigger gc-cons-threshold.
3951
3952 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
3953
3954 Add support for stashing a snapshot of the current tree.
3955 * vc-git.el (vc-git-stash-snapshot): New function.
3956 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
3957
3958 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
3959
3960 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
3961 instead of `(beginning|end)-of-line'.
3962
3963 2009-12-08 Glenn Morris <rgm@gnu.org>
3964
3965 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
3966
3967 * Makefile.in (ELCFILES): Regenerate.
3968
3969 2009-12-07 Juri Linkov <juri@jurta.org>
3970
3971 Don't lazy-highlight the comint output in history Isearch mode.
3972
3973 * comint.el (comint-history-isearch-search): Instead of
3974 `comint-line-beginning-position', use `comint-after-pmark-p'
3975 to check if point if before the process mark, and go to
3976 `process-mark' in this case.
3977
3978 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3979
3980 * textmodes/tex-mode.el (latex-complete)
3981 (latex-indent-or-complete): Remove.
3982 (latex-mode): Set completion-at-point-functions instead.
3983
3984 Provide a standard completion command and hook it into TAB.
3985 * minibuffer.el (completion-at-point-functions): New var.
3986 (completion-at-point): New command.
3987 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
3988 * progmodes/python.el (python-mode-map): Use completion-at-point.
3989 (python-completion-at-point): Rename from python-partial-symbol and
3990 adjust for use in completion-at-point-functions.
3991 (python-mode): Setup completion-at-point for Python completion.
3992 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
3993 extracted from lisp-complete-symbol.
3994 (lisp-complete-symbol): Use it.
3995 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
3996 setup completion-at-point for Elisp completion.
3997 (emacs-lisp-mode-map, lisp-interaction-mode-map):
3998 Use completion-at-point.
3999 * ielm.el (ielm-map): Use completion-at-point.
4000 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4001 * progmodes/sym-comp.el: Move to...
4002 * obsolete/sym-comp.el: Move from progmodes.
4003
4004 2009-12-07 Eli Zaretskii <eliz@gnu.org>
4005
4006 Prevent save-buffer in Rmail buffers from using the coding-system
4007 of the current message, and from clobbering the encoding mnemonics
4008 in the mode line (Bug#4623).
4009
4010 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4011 flag, too.
4012 (rmail-message-encoding): New variable.
4013 (rmail-write-region-annotate): Record the encoding of the current
4014 message in rmail-message-encoding.
4015 (rmail-after-save-hook): New function, restores the encoding of
4016 the current message after the message collection is saved.
4017
4018 2009-12-07 Juri Linkov <juri@jurta.org>
4019
4020 * progmodes/grep.el (grep-read-files): Use `completing-read'
4021 instead of `read-string'. Set its `collection' arg to
4022 `read-file-name-internal'. (Bug#4301)
4023
4024 2009-12-07 Juri Linkov <juri@jurta.org>
4025
4026 Correctly restore original Isearch point. (Bug#4994)
4027
4028 * isearch.el (isearch-mode): Move `isearch-push-state' after
4029 `(run-hooks 'isearch-mode-hook)'.
4030 (isearch-cancel): When `isearch-push-state-function' is defined,
4031 let-bind `isearch-cmds' to the first state (the last element of
4032 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4033 function and restores the original point). Otherwise, move point
4034 to `isearch-opoint'.
4035
4036 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4037
4038 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4039 chars that don't have names, so the table can be built much faster at
4040 run-time.
4041
4042 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
4043
4044 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4045 change. Suggested by David Kastrup.
4046
4047 * simple.el (compose-mail): Check for incompatibilities and warn.
4048 (compose-mail-user-agent-warnings): New option.
4049
4050 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4051
4052 Support showing a single log entry from vc-annotate.
4053 * vc.el (print-log): Add a new argument: START-REVISION.
4054 (vc-print-log-internal): Add a new optional argument and
4055 pass it to the backend.
4056 (vc-print-log, vc-print-root-log): Adjust callers.
4057 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4058 buffer already displays the requested log entry, use it.
4059 Otherwise display only the log entry in question.
4060 * vc-svn.el (vc-svn-print-log):
4061 * vc-mtn.el (vc-mtn-print-log):
4062 * vc-hg.el (vc-hg-state):
4063 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4064 (vc-git-show-log-entry): Return t on success.
4065 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4066 (vc-bzr-show-log-entry): Return t on success.
4067 * vc-rcs.el (vc-rcs-print-log):
4068 * vc-sccs.el (vc-sccs-print-log):
4069 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4070
4071 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4072
4073 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4074 Add menus to the meta mode. (Bug#5043)
4075
4076 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
4077
4078 * ediff-init.el (ediff-event-key): Use event-to-character instead of
4079 event-key.
4080
4081 * ediff.el (ediff-buffers-internal): Add unwind-protect.
4082
4083 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
4084
4085 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
4086 Berbain <raphael.berbain@gmail.com>.
4087
4088 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
4089 characters.
4090 (tramp-initial-end-of-output): New defconst.
4091 (tramp-methods, tramp-find-shell)
4092 (tramp-open-connection-setup-interactive-shell)
4093 (tramp-maybe-open-connection): Use it.
4094 (tramp-shell-prompt-pattern, tramp-wait-for-output):
4095 Handle existence of `#' and `$'.
4096
4097 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
4098 Use `tramp-initial-end-of-output'.
4099
4100 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4101
4102 Get the background mode from the terminal for xterm, and set
4103 faces accordingly.
4104 * term/xterm.el (xterm-set-background-mode): New function.
4105 (terminal-init-xterm): Use it in case xterm supports background
4106 color queries. Recompute faces after getting the background
4107 color.
4108
4109 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
4110
4111 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4112 number comment back on its own line, for easier parsing.
4113
4114 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4115
4116 Make it work for non-file buffers (bug#5102).
4117 * doc-view.el (doc-view-current-cache-dir):
4118 Use doc-view-buffer-file-name rather than buffer-file-name.
4119 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4120
4121 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
4122
4123 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4124 author field is too short.
4125
4126 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
4127
4128 * vc-git.el (vc-git-print-log): Handle a limit argument.
4129 Display the short log in graph form and with labels.
4130 (vc-git-log-view-mode): Handle labels.
4131
4132 Make vc-revert change VC state from 'added to 'unregistered.
4133 * vc-git.el (vc-git-revert): Call git reset first.
4134
4135 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4136
4137 * net/newst-backend.el, net/newst-plainview.el:
4138 * net/newst-reader.el, net/newst-ticker.el:
4139 * net/newst-treeview.el, net/newsticker.el:
4140 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
4141
4142 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4143
4144 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4145
4146 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4147 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
4148 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4149 Update annotation regexp.
4150
4151 * simple.el (beginning-of-visual-line): Constrain to field
4152 boundaries (Bug#5106).
4153
4154 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4155
4156 * xml.el (xml-substitute-numeric-entities):
4157 Move newsticker--decode-numeric-entities in newst-backend.el to
4158 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4159 * net/newst-backend.el (newsticker--parse-generic-feed)
4160 (newsticker--parse-generic-items)
4161 (newsticker--decode-numeric-entities):
4162 Move newsticker--decode-numeric-entities in newst-backend.el to
4163 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4164
4165 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
4166
4167 * progmodes/js.el (js--js-not): Add null to the list of values.
4168
4169 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4170
4171 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4172
4173 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4174
4175 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4176 delimiter if it is at the end of the current line.
4177 (bibtex-generate-url-list): Fix docstring.
4178
4179 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4180
4181 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4182 minibuffer's content with itself.
4183 Fold the confirm-after-completion case into the `confirm' case.
4184 (completion-pcm-word-delimiters): Add : and / to the delimiters.
4185
4186 2009-12-06 Kevin Ryde <user42@zip.com.au>
4187
4188 * ffap.el (ffap-rfc-path): Make this a defcustom since
4189 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
4190
4191 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4192 manuals, similar to existing setup for help-mode. (Bug#3913.)
4193
4194 2009-12-05 Juri Linkov <juri@jurta.org>
4195
4196 Save and restore dired buffer's point positions too. (Bug#4880)
4197
4198 * dired.el (dired-save-positions): Return in the first element
4199 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4200 Doc fix.
4201 (dired-restore-positions): First restore buffer's position.
4202 While restoring window's positions, check if window still displays
4203 the original buffer.
4204
4205 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
4206
4207 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4208 if possible.
4209
4210 * shell.el (shell): Require ansi-color (Bug#5113).
4211
4212 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4213
4214 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4215
4216 2009-12-05 Alan Mackenzie <acm@muc.de>
4217
4218 * progmodes/cc-mode.el (c-before-hack-hook)
4219 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4220 `c-file-style' to work again. This reversion restores the current
4221 software to its state in Emacs 23.1. (Bug#4146)
4222
4223 2009-12-05 Kevin Ryde <user42@zip.com.au>
4224
4225 * textmodes/sgml-mode.el (sgml-lexical-context):
4226 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
4227
4228 2009-12-05 Juri Linkov <juri@jurta.org>
4229
4230 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4231 for virtual nodes. (Bug#4147)
4232 (Info-find-node-2): Set `Info-current-node-virtual' to nil
4233 when moving from a virtual node.
4234 (Info-mode-menu): Add `Info-virtual-index' to the menu.
4235 (Info-mode): Add `Info-virtual-index' to the docstring.
4236
4237 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4238
4239 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4240 track of the buffer position of the end of a BibTeX entry as this
4241 position may change during reformatting.
4242 (bibtex-format-entry): Remove whitespace before processing
4243 numerical fields so that we recognize the latter properly.
4244 (bibtex-reformat): Do not use push which changes the global value
4245 of bibtex-entry-format.
4246 (bibtex-field-braces-alist, bibtex-field-strings-alist)
4247 (bibtex-field-re-init): Replace only space characters by regexp
4248 for whitespace.
4249 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
4250 (bibtex-initialize): Also update bibtex-strings.
4251 (bibtex-kill-field): Preserve white space at end of entry.
4252 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4253 Update bibtex-reference-keys.
4254
4255 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4256
4257 * minibuffer.el (completion-pcm--merge-try): Also consider placing
4258 point after a star, if that's the only place where modifications can
4259 make progress.
4260
4261 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
4262
4263 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4264 in docstrings.
4265
4266 2009-12-04 Juri Linkov <juri@jurta.org>
4267
4268 * proced.el (proced): Call `(proced-update t)' to update process
4269 information instead of only running proced-post-display-hook.
4270 (proced-send-signal): Add a leading space to the buffer name
4271 " *Marked Processes*" to make this buffer ephemeral.
4272
4273 2009-12-04 Juri Linkov <juri@jurta.org>
4274
4275 * dired.el (dired-auto-revert-buffer): New defcustom.
4276 (dired-internal-noselect): Use it.
4277
4278 2009-12-04 Juri Linkov <juri@jurta.org>
4279
4280 Change roles of modes and functions in image-mode.el (Bug#5062).
4281
4282 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4283 in `auto-mode-alist'.
4284 (image-mode-previous-major-mode): New variable.
4285 (image-minor-mode-map): Rename from `image-mode-text-map'.
4286 (image-mode): Move graceful error-handling code from
4287 `image-minor-mode' to here. On errors call `image-mode-as-text'.
4288 (image-minor-mode): Remove all image-handling code.
4289 Replace `image-mode-text-map' with `image-minor-mode-map'.
4290 Check for `image-type' in mode-line format string.
4291 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4292 (image-mode-as-text): New function with most code from
4293 `image-mode-maybe'.
4294 (image-toggle-display-text): Move code that removes image
4295 properties from `image-toggle-display' to here.
4296 (image-toggle-display-image): New function with code that adds
4297 image properties copied from `image-toggle-display'.
4298 (image-toggle-display): Remove most code with leaving only code
4299 that toggles between `image-mode-as-text' and `image-mode'.
4300
4301 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
4302
4303 * net/newst-treeview.el
4304 (newsticker--treeview-list-highlight-start): Restored call to
4305 save-excursion: Selected item was stuck.
4306 (newsticker--treeview-list-select): New.
4307 (newsticker--treeview-item-show-text)
4308 (newsticker--treeview-item-show)
4309 (newsticker--treeview-item-update): Use new
4310 newsticker-treeview-item-mode.
4311 (newsticker-treeview-update): Keep current item.
4312 (newsticker-treeview-next-new-or-immortal-item): Doc change.
4313 (newsticker--treeview-first-feed): Doc change.
4314 (newsticker-treeview-list-menu)
4315 (newsticker-treeview-item-menu): Add menu entries.
4316 (newsticker-treeview-item-mode): New.
4317
4318 * net/newst-backend.el (newsticker-customize): Delete other
4319 windows.
4320
4321 2009-12-04 Sam Steingold <sds@gnu.org>
4322
4323 * log-view.el (log-view-mode-map): "q" calls quit-window,
4324 like in all the other non-self-insert buffers.
4325
4326 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4327
4328 Minor cleanup.
4329 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4330 key decoding rather than do it manually via last-input-event +
4331 ascii-character.
4332 (term-exec): Use delete-and-extract-region.
4333 (term-handle-ansi-terminal-messages): Remove unused var `end'.
4334 (term-process-pager): Remove unused var `i'.
4335 (term-dynamic-simple-complete): Make obsolete.
4336 (serial-update-config-menu): Remove unused vars `y' and `str'.
4337 (term-update-mode-line): Remove unused var `temp'.
4338
4339 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4340
4341 Limit the number of log entries displayed by default.
4342 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4343 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4344 using a prefix argument.
4345
4346 2009-12-03 Glenn Morris <rgm@gnu.org>
4347
4348 * progmodes/idlwave.el (class): Restore still useful declaration.
4349
4350 2009-12-03 Alan Mackenzie <acm@muc.de>
4351
4352 Enhance `c-parse-state' to run efficiently in "brace deserts".
4353
4354 * progmodes/cc-mode.el (c-basic-common-init):
4355 Call c-state-cache-init.
4356 (c-neutralize-syntax-in-and-mark-CPP): Rename from
4357 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
4358 placing `category' properties value 'c-cpp-delimiter at its boundaries.
4359
4360 * progmodes/cc-langs.el (c-before-font-lock-function):
4361 c-extend-and-neutralize-syntax-in-CPP has been renamed
4362 c-neutralize-syntax-in-and-mark-CPP.
4363
4364 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4365 with `category' properties now, not `syntax-table' ones.
4366
4367 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4368 enhanced (but slower) version of c-end-of-macro that won't land
4369 inside a literal or on another awkward character.
4370 (c-state-cache-too-far, c-state-cache-start)
4371 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4372 (c-state-nonlit-pos-cache-limit, c-state-point-min)
4373 (c-state-point-min-lit-type, c-state-point-min-lit-start)
4374 (c-state-min-scan-pos, c-state-brace-pair-desert)
4375 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4376 buffer local variables.
4377 (c-state-literal-at, c-state-lit-beg)
4378 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4379 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4380 (c-state-cache-top-paren, c-state-cache-after-top-paren)
4381 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4382 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4383 (c-renarrow-state-cache)
4384 (c-append-lower-brace-pair-to-state-cache)
4385 (c-state-push-any-brace-pair, c-append-to-state-cache)
4386 (c-remove-stale-state-cache)
4387 (c-remove-stale-state-cache-backwards, c-state-cache-init)
4388 (c-invalidate-state-cache-1, c-parse-state-1)
4389 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
4390 (c-parse-state): Enhance and refactor.
4391 (c-debug-parse-state): Amend to deal with all the new variables.
4392
4393 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4394 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
4395 modify to use category text properties rather than syntax-table ones.
4396 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
4397 to switch off/on the syntactic paren property of C++ template
4398 delimiters using the category property.
4399 (c-with-<->-as-parens-suppressed): Macro to invoke code with
4400 template delims suppressed.
4401 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4402 New constant/macros which apply category properties to the start
4403 and end of preprocessor constructs.
4404 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
4405 "comment out" the syntactic value of characters in preprocessor
4406 constructs.
4407 (c-with-cpps-commented-out)
4408 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4409 with characters in all or all but one preprocessor constructs
4410 "commented out".
4411
4412 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4413
4414 * proced.el (proced-filter-alist): Use regexp-quote.
4415
4416 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
4417
4418 Cleanup.
4419 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4420 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
4421 arguments. Expand `default-directory'.
4422
4423 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4424 the benefit of returning an expanded localname.
4425 (tramp-tramp-file-p): Handle the case NAME is not a string.
4426
4427 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4428
4429 Add support for bzr shelve/unshelve.
4430 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4431 (vc-bzr-extra-menu-map): New variables.
4432 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4433 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4434 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4435 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4436 (vc-bzr-dir-extra-headers): Display shelves.
4437
4438 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4439
4440 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4441
4442 * textmodes/bibtex.el (bibtex-complete-internal):
4443 Use completion-in-region.
4444 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4445
4446 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4447
4448 Support applying stashes. Improve UI.
4449 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4450 (vc-git-stash-apply, vc-git-stash-pop)
4451 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4452 (vc-git-stash-menu): New functions.
4453 (vc-git-stash-menu-map): New variable.
4454 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4455
4456 2009-12-03 Glenn Morris <rgm@gnu.org>
4457
4458 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4459 (vc-print-log-internal): Fix previous change.
4460 (vc-revert): Correct pluralization.
4461
4462 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4463
4464 * progmodes/make-mode.el (makefile-special-targets-list): No need for
4465 it to be an alist any more.
4466 (makefile-complete): Use completion-in-region.
4467
4468 * progmodes/octave-mod.el (octave-complete-symbol):
4469 Use completion-in-region.
4470
4471 Misc cleanup.
4472 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4473 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4474 (idlwave-complete-class): Don't quote lambda.
4475 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4476 (idlwave-mode-map): Move initialization into declaration.
4477 (idlwave-action-and-binding): Use backquotes.
4478 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4479 Simplify.
4480 (idlwave-is-pointer-dereference): Remove unused var `pos'.
4481 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4482 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4483 `parts', and `all-parts'.
4484 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4485 (idlwave-convert-xml-system-routine-info): Remove unused string
4486 `version-string'.
4487 (idlwave-display-user-catalog-widget): Use dolist.
4488 (idlwave-scanning-lib): Declare dynamically-scoped var.
4489 (idlwave-scan-library-catalogs): Remove unused var `flags'.
4490 (completion-highlight-first-word-only): Declare to silence bytecomp.
4491 (idlwave-popup-select): Tighten scope of `resp'.
4492 (idlwave-find-struct-tag): Remove unused var `beg'.
4493 (idlwave-after-load-rinfo-hook): Declare.
4494 (idlwave-sintern-class-info): Remove unused var `taglist'.
4495 (idlwave-find-class-definition): Remove unused var `list'.
4496 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4497 (idlwave-what-module-find-class): Remove unused var `classes'.
4498
4499 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
4500
4501 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4502
4503 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4504
4505 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4506 buffers visited. Remove redundant current-buffer-saving.
4507
4508 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4509
4510 Use completion-in-buffer and remove uses of dynamic scoping.
4511 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4512 (pascal-buffer-to-use, pascal-flag): Don't declare.
4513 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4514 (pascal-get-completion-decl, pascal-keyword-completion):
4515 Add `pascal-str' argument, save-excursion,
4516 return the found completions, and don't filter with pascal-pred.
4517 (pascal-completion-cache): New var.
4518 (pascal-completion): Don't switch buffer any more (it was never
4519 necessary). Don't save-excursion any more (it's done by the called
4520 subroutines). Use a cache to avoid redundant computations.
4521 Use complete-with-action rather than pascal-completion-response and
4522 let it apply the predicate as well.
4523 (pascal-complete-word): Use completion-in-buffer when
4524 pascal-toggle-completions is nil.
4525 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4526 not used any more.
4527 (pascal-comp-defun): Don't change buffer any more.
4528 Use complete-with-action rather than pascal-completion-response and
4529 let it apply the predicate as well.
4530 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4531 when neded.
4532
4533 2009-12-02 Kenichi Handa <handa@m17n.org>
4534
4535 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4536 shape for all Indic scripts.
4537
4538 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4539
4540 Use completion-in-buffer.
4541 * wid-edit.el (widget-field-text-end): New function.
4542 (widget-field-value-get): Use it.
4543 (widget-string-complete, widget-file-complete)
4544 (widget-color-complete): Use it and completion-in-region.
4545 (widget-complete): Don't narrow the buffer.
4546
4547 2009-12-02 Glenn Morris <rgm@gnu.org>
4548
4549 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
4550 (rmail-select-summary): Use rmail-pop-to-buffer.
4551 * mail/rmailsum.el: Replace all pop-to-buffer calls with
4552 rmail-pop-to-buffer, to prevent horizontal splits.
4553
4554 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4555 save-excursion with save-current-buffer.
4556 Widen before searching. (Bug#5093)
4557 (diary-list-sexp-entries): Remove superfluous save-excursion.
4558
4559 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
4560
4561 * woman.el (woman-make-bufname): Handle man-pages with "." in the
4562 name. (Bug#5038)
4563
4564 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
4565
4566 * ido.el (ido-file-internal): Handle filenames at point that do
4567 not have a directory part. (Bug#5049)
4568
4569 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
4570
4571 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4572 (mpc-songs-jump-to, mpc-resume): Doc fixes.
4573
4574 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
4575
4576 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4577 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4578 any more.
4579
4580 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4581
4582 * comint.el (comint-insert-input): Ignore clicks to the right of
4583 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4584
4585 * vc.el (vc-print-log-internal): Don't wait for the process to
4586 terminate before setting up the major mode.
4587
4588 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4589 in case.
4590
4591 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4592 the last element.
4593
4594 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4595
4596 2009-12-01 Glenn Morris <rgm@gnu.org>
4597
4598 * window.el (window--display-buffer-2): Fix previous changes.
4599
4600 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
4601
4602 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4603
4604 2009-12-01 Glenn Morris <rgm@gnu.org>
4605
4606 * Makefile.in (ELCFILES): Add mpc.elc.
4607
4608 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4609
4610 * mpc.el: New file.
4611
4612 2009-12-01 Glenn Morris <rgm@gnu.org>
4613
4614 * window.el (window-to-use): Define for compiler.
4615
4616 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4617 consistent with others (no final period).
4618
4619 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4620 (rmail-mime-show): Downcase the encoding. (Bug#5070)
4621
4622 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
4623
4624 Make vc-print-log buttons work.
4625 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4626
4627 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
4628
4629 * savehist.el (savehist-autosave-interval): Allow setting to nil
4630 through customize. (Bug#5056)
4631
4632 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
4633
4634 Fix references to jit-lock properties.
4635 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4636 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4637 (perl-font-lock-special-syntactic-constructs):
4638 Quote jit-lock-defer-multiline property.
4639
4640 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
4641
4642 * vc-git.el (vc-git-registered): Call vc-git-root only once.
4643
4644 2009-11-30 Juri Linkov <juri@jurta.org>
4645
4646 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4647 value `buffer' of `multi-isearch-next-buffer-current-function'.
4648 Use `(current-buffer)' when `buffer' is nil.
4649 (multi-isearch-next-buffer-from-list): Don't fallback to
4650 `(current-buffer)' when `buffer' is nil. (Bug#4947)
4651
4652 2009-11-30 Juri Linkov <juri@jurta.org>
4653
4654 * misearch.el (multi-isearch-read-buffers): Move canonicalization
4655 of buffers with `get-buffer' to `multi-isearch-buffers'.
4656 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4657 Canonicalize BUFFERS with `get-buffer'. Doc fix.
4658 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4659 FILES with `expand-file-name' converting relative file names
4660 to absolute. Doc fix. (Bug#4727)
4661
4662 2009-11-30 Juri Linkov <juri@jurta.org>
4663
4664 * misearch.el (multi-isearch-read-buffers)
4665 (multi-isearch-read-matching-buffers): New functions.
4666 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4667 Use them in the `interactive' spec. Doc fix.
4668 (multi-isearch-read-files, multi-isearch-read-matching-files):
4669 New functions.
4670 (multi-isearch-files, multi-isearch-files-regexp):
4671 Use them in the `interactive' spec. Doc fix. (Bug#4725)
4672
4673 2009-11-30 Juri Linkov <juri@jurta.org>
4674
4675 * doc-view.el (doc-view-continuous):
4676 Rename from `doc-view-continuous-mode'.
4677 (doc-view-menu): Move "Toggle display" to the top.
4678 Add submenu "Continuous" with radio buttons "Off"/"On"
4679 and "Save as Default".
4680 (doc-view-scroll-up-or-next-page)
4681 (doc-view-scroll-down-or-previous-page)
4682 (doc-view-next-line-or-next-page)
4683 (doc-view-previous-line-or-previous-page):
4684 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
4685
4686 2009-11-30 Juri Linkov <juri@jurta.org>
4687
4688 * comint.el (comint-mode-map): Rebind `M-r' from
4689 `comint-previous-matching-input' to
4690 `comint-history-isearch-backward-regexp'.
4691 Unbind `M-s' to allow global key binding `M-s'.
4692 Add menu items for `comint-history-isearch-backward' and
4693 `comint-history-isearch-backward-regexp'. (Bug#3746)
4694
4695 2009-11-30 Juri Linkov <juri@jurta.org>
4696
4697 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4698 For def=recenter, replace `recenter' with `recenter-top-bottom'
4699 that is called with `this-command' and `last-command' let-bound
4700 to `recenter-top-bottom'. When the last `def' was not `recenter',
4701 set `recenter-last-op' to nil. (Bug#4981)
4702
4703 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4704
4705 Minor cleanup and simplification.
4706 * filecache.el (file-cache-add-directory)
4707 (file-cache-add-directory-recursively)
4708 (file-cache-add-from-file-cache-buffer)
4709 (file-cache-delete-file-regexp, file-cache-delete-directory)
4710 (file-cache-files-matching-internal, file-cache-display): Use dolist.
4711 (file-cache-temp-minibuffer-message): Delete function.
4712 (file-cache-minibuffer-complete): Use minibuffer-message instead.
4713
4714 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4715 Don't signal an error when bumping into EOB in tr, s, or y.
4716
4717 2009-11-29 Juri Linkov <juri@jurta.org>
4718
4719 * startup.el (fancy-about-text): Fix wording of Guided Tour.
4720 (Bug#4960)
4721
4722 * descr-text.el (describe-char-unidata-list): Use lowercase name
4723 for "Unicode name" like in other tags.
4724
4725 2009-11-29 Juri Linkov <juri@jurta.org>
4726
4727 * ediff-util.el (ediff-minibuffer-with-setup-hook):
4728 New compatibility macro.
4729 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4730
4731 2009-11-29 Juri Linkov <juri@jurta.org>
4732
4733 Add defcustom to define the cycling order of `recenter-top-bottom'.
4734 (Bug#4981)
4735
4736 * window.el (recenter-last-op): Doc fix.
4737 (recenter-positions): New defcustom.
4738 (recenter-top-bottom): Rewrite to use `recenter-positions'.
4739 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4740
4741 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
4742
4743 Improve integration of Tramp and ange-ftp in eshell.
4744
4745 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
4746 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
4747 (eshell/sudo): Flatten args. Let-bind `default-directory'.
4748
4749 * eshell/esh-util.el (top): Require also Tramp when compiling.
4750 (eshell-directory-files-and-attributes): Check for FTP remote
4751 connection.
4752 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4753 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4754 (eshell-file-attributes): Handle ".". Return `entry'.
4755
4756 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4757 (ange-ftp-directory-files-and-attributes)
4758 (ange-ftp-real-directory-files-and-attributes): New defuns.
4759
4760 * net/tramp.el (tramp-maybe-open-connection): Open the remote
4761 shell with "exec" when possible. This prevents trailing prompts
4762 in `start-file-process'.
4763
4764 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4765
4766 Try and remove assumptions about point-min==1.
4767 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4768 (rng-compute-mode-line-string): Show the validation percentage in
4769 terms of the narrowed text, not the widened text.
4770 (rng-do-some-validation): Don't catch internal errors when debugging.
4771 (rng-first-error): Simplify.
4772 (rng-after-change-function): Remove work around. AFAIK the bug has
4773 been fixed a while ago.
4774
4775 * image-mode.el (image-minor-mode): Exit more gracefully when the image
4776 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4777
4778 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4779
4780 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4781 `cd' doesn't always do it for us (bug#5067).
4782
4783 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4784 on 2009-10-25 as part of some other change (bug#5067).
4785
4786 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4787
4788 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4789 `suspicious'.
4790 (byte-compile-warnings): Use byte-compile-warning-types.
4791 (byte-compile-save-excursion): Warn about use of set-buffer right
4792 after save-excursion.
4793
4794 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4795 the excursion as well.
4796
4797 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
4798
4799 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4800 providing a Tramp related implementation of "su" and "sudo".
4801 (eshell-unix-initialize): Add "su" and "sudo".
4802
4803 2009-11-27 Daiki Ueno <ueno@unixuser.org>
4804
4805 * net/socks.el (socks-send-command): Convert binary request to
4806 unibyte before sending. This fixes mishandling of some port
4807 numbers such as 129.
4808
4809 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4810
4811 * help.el (describe-bindings-internal): Remove `interactive'.
4812
4813 * man.el (Man-completion-table): Trim a terminating "(".
4814 Remove the space between name page a section.
4815 Add the command's description on the `help-echo' property.
4816 Remove `process-connection-type' binding since it's unused by
4817 call-process.
4818 Provide completion for the "<section> <name>" format as well.
4819 (Man-default-man-entry): Remove spurious var shadowing the argument.
4820
4821 2009-11-26 Kevin Ryde <user42@zip.com.au>
4822
4823 * log-view.el: Add "Keywords: tools", since its other keywords
4824 aren't in finder-known-keywords, and following vc.el.
4825
4826 * sha1.el (sha1-string-external): default-directory "/" in case
4827 otherwise non-existent. process-connection-type pipe for touch of
4828 efficiency recommended by elisp manual. (An aside in Bug#3911.)
4829
4830 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4831
4832 Misc coding convention cleanups.
4833 * htmlfontify.el (hfy-init-kludge-hook): Rename from
4834 hfy-init-kludge-hooks.
4835 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
4836 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
4837 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
4838 and push.
4839 (hfy-slant, hfy-weight): Use tables rather than code.
4840 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
4841 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
4842 (hfy-face-attr-for-class): Initialize `face-spec' directly.
4843 (hfy-face-to-css): Remove `nconc' with single arg.
4844 (hfy-p-to-face-lennart): Use `or'.
4845 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
4846 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
4847 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
4848 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
4849 (hfy-force-fontification): Use run-hooks.
4850
4851 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
4852
4853 Various minor fixes.
4854 * htmlfontify.el (hfy-default-header): Add toggle_invis since
4855 Javascript belongs in the header, not the body.
4856 (hfy-javascript): Remove.
4857 (hfy-fontify-buffer): Don't insert it any more.
4858 (hfy-face-at): Handle (face0 face1 face2) style face properties.
4859 Fix bug in invis handling when there were no invis props in a chunk.
4860
4861 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4862
4863 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
4864
4865 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
4866
4867 * finder.el (finder-mode-map): Add a menu.
4868
4869 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
4870
4871 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
4872 "unsigned" structs.
4873
4874 (verilog-leap-to-head, verilog-backward-token): Handle "disable
4875 fork" statement better.
4876
4877 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
4878
4879 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
4880 (verilog-delete-auto, verilog-delete-empty-auto-pair)
4881 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
4882 Reported by Clay Douglass.
4883
4884 (verilog-auto-inst, verilog-auto-star-safe)
4885 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
4886 Fix removing "// Interfaces" when saving .* expansions.
4887 Reported by Pierre-David Pfister.
4888
4889 2009-11-26 Glenn Morris <rgm@gnu.org>
4890
4891 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
4892 the scope.
4893
4894 2009-11-25 Johan Bockgård <bojohan@gnu.org>
4895
4896 * vc-annotate.el (vc-annotate-revision-previous-to-line):
4897 Really use previous revision.
4898
4899 2009-11-25 Kevin Ryde <user42@zip.com.au>
4900
4901 * man.el (Man-completion-table): default-directory "/" in case
4902 doesn't otherwise exist. process-environment COLUMNS=999 so as
4903 not to truncate long names. process-connection-type pipe to avoid
4904 any chance of hitting the pseudo-tty TIOCGWINSZ.
4905 (man): completion-ignore-case t for friendliness and since man
4906 itself is case-insensitive on the command line.
4907 Further to Bug#3717.
4908
4909 * arc-mode.el: Add "Keywords: files", so the details in its
4910 commentary can be reached from finder-by-keyword.
4911 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
4912 editing mode, but it's comms related and sgml-mode.el has "comm"
4913 on that basis too.
4914 * textmodes/bibtex-style.el: Add "Keywords: tex".
4915 * international/isearch-x.el, international/ja-dic-cnv.el:
4916 * international/ja-dic-utl.el, international/kkc.el:
4917 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
4918
4919 2009-11-25 Juri Linkov <juri@jurta.org>
4920
4921 * man.el (Man-completion-table): Modify regexp to include
4922 section names to completion strings. (Bug#3717)
4923
4924 2009-11-25 Juri Linkov <juri@jurta.org>
4925
4926 Search recursively in gzipped files. (Bug#4982)
4927
4928 * progmodes/grep.el (grep-highlight-matches): Add new options
4929 `always' and `auto'. Doc fix.
4930 (grep-process-setup): Check `grep-highlight-matches' for
4931 `auto-detect' to determine the need to compute grep defaults.
4932 Move Windows/DOS specific --colors settings handling
4933 to `grep-compute-defaults'. Check `grep-highlight-matches'
4934 to get the value of "--color=".
4935 (grep-compute-defaults): Compute `grep-highlight-matches' when it
4936 has the value `auto-detect'. Move Windows/DOS specific settings
4937 from `grep-process-setup'.
4938 (zrgrep): New command with alias `rzgrep'.
4939
4940 2009-11-25 Juri Linkov <juri@jurta.org>
4941
4942 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
4943 to nil instead of switching off view-mode. (Bug#4896)
4944
4945 2009-11-25 Juri Linkov <juri@jurta.org>
4946
4947 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
4948
4949 * mwheel.el (mwheel-scroll-up-function)
4950 (mwheel-scroll-down-function): New defvars.
4951 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
4952 `scroll-up', and `mwheel-scroll-down-function' instead of
4953 `scroll-down'.
4954
4955 * doc-view.el (doc-view-scroll-up-or-next-page)
4956 (doc-view-scroll-down-or-previous-page): Add optional ARG.
4957 Use this ARG in the call to image-scroll-up/image-scroll-down.
4958 Change `interactive' spec to "P". Goto next/previous page only
4959 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
4960 SPC/DEL case). Doc fix.
4961 (doc-view-next-line-or-next-page)
4962 (doc-view-previous-line-or-previous-page): Rename arg to ARG
4963 for consistency.
4964 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
4965 `doc-view-scroll-up-or-next-page', and buffer-local
4966 `mwheel-scroll-down-function' to
4967 `doc-view-scroll-down-or-previous-page'.
4968
4969 2009-11-25 Juri Linkov <juri@jurta.org>
4970
4971 Provide additional default values (directories at other Dired
4972 windows) via M-n in the minibuffer of some Dired commands.
4973
4974 * dired-aux.el (dired-diff, dired-compare-directories)
4975 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
4976 `minibuffer-default' in `minibuffer-with-setup-hook'.
4977 (dired-dwim-target-directory): Find a window that displays Dired
4978 buffer instead of failing when the next window is not Dired.
4979 Use `get-window-with-predicate' to find for the next Dired window.
4980 (dired-dwim-target-defaults): New function.
4981
4982 * ediff-util.el (ediff-read-file-name):
4983 Use `dired-dwim-target-defaults' to set `minibuffer-default'
4984 in `minibuffer-with-setup-hook'.
4985
4986 2009-11-25 Juri Linkov <juri@jurta.org>
4987
4988 Provide additional default values (file name at point or at the
4989 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
4990
4991 * minibuffer.el (read-file-name-defaults): New function.
4992 (read-file-name): Reset `minibuffer-default' to nil when
4993 it duplicates initial input `insdef'.
4994 Bind `minibuffer-default-add-function' to lambda that
4995 calls `read-file-name-defaults' in `minibuffer-selected-window'.
4996 (minibuffer-insert-file-name-at-point): New command.
4997
4998 * files.el (file-name-at-point-functions): New defcustom.
4999 (find-file-default): Remove defvar.
5000 (find-file-read-args): Don't use `find-file-default'.
5001 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5002 to `read-file-name'.
5003 (find-file-literally): Use `read-file-name' with
5004 `confirm-nonexistent-file-or-buffer'.
5005
5006 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5007
5008 * dired.el (dired-read-dir-and-switches):
5009 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5010 to `read-file-name'.
5011 (dired-file-name-at-point): New function.
5012 (dired-mode): Add hook `dired-file-name-at-point' to
5013 `file-name-at-point-functions'.
5014
5015 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5016
5017 Really make the *Completions* window soft-dedicated (bug#5030).
5018 * window.el (window--display-buffer-2): Add `dedicated' argument.
5019 (display-buffer): Pass it when needed so the dedicated flag is set
5020 after calling set-window-buffer, which would otherwise reset it.
5021
5022 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5023
5024 * progmodes/meta-mode.el (meta-complete-symbol):
5025 * progmodes/etags.el (complete-tag):
5026 * mail/mailabbrev.el (mail-abbrev-complete-alias):
5027 Use completion-in-region.
5028
5029 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5030 (dabbrev-completion): Use completion-in-region.
5031 (dabbrev--abbrev-at-point): Simplify regexp.
5032
5033 * abbrev.el (abbrev--before-point): Use word-motion functions
5034 if :regexp is not specified (bug#5031).
5035
5036 * subr.el (string-prefix-p): New function.
5037
5038 * man.el (Man-completion-cache): New var.
5039 (Man-completion-table): Use it.
5040
5041 * vc.el (vc-print-log-internal): Make `limit' optional for better
5042 compatibility (e.g. with vc-annotate.el).
5043
5044 2009-11-24 Kevin Ryde <user42@zip.com.au>
5045
5046 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5047 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
5048
5049 * emacs-lisp/elint.el (elint-add-required-env): Better error message
5050 when .el source file not found or other error.
5051
5052 2009-11-24 Markus Triska <markus.triska@gmx.at>
5053
5054 * linum.el (linum-update-window): Ignore intangible (bug#4996).
5055
5056 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5057
5058 Handle the [back] button properly (bug#4979).
5059 * descr-text.el (describe-text-properties): Add a `buffer' argument.
5060 Use help-setup-xref, help-buffer, and with-help-window.
5061 (describe-char): Add `buffer' argument.
5062 Pass proper command to help-setup-xref. Don't meddle with
5063 help-xref-stack-item directly.
5064 (describe-text-category): Use with-help-window and help-buffer.
5065
5066 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5067 for the displayed buffer (bug#4887).
5068
5069 * man.el (Man-completion-table): New function.
5070 (man): Use it.
5071
5072 2009-11-24 David Reitter <david.reitter@gmail.com>
5073
5074 * vc-git.el (vc-git-registered): Use checkout directory (where
5075 .git is) rather than the file's directory and a relative path spec
5076 to work around a bug in git.
5077
5078 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
5079
5080 Improve handling of processes on remote hosts.
5081
5082 * eshell/esh-util.el (eshell-path-env): New defvar.
5083 (eshell-parse-colon-path): New defun.
5084 (eshell-file-attributes): Use `eshell-parse-colon-path'.
5085
5086 * eshell/esh-ext.el (eshell-search-path):
5087 Use `eshell-parse-colon-path'.
5088 (eshell-remote-command): Remove argument HANDLER.
5089 (eshell-external-command): Check for FTP remote connection.
5090
5091 * eshell/esh-proc.el (eshell-gather-process-output):
5092 Use `file-truename', in order to start also symlinked files.
5093 Apply `start-file-process' instead of `start-process'.
5094 Shorten `command' to the local file name part.
5095
5096 * eshell/em-cmpl.el (eshell-complete-commands-list):
5097 Use `eshell-parse-colon-path'.
5098
5099 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5100
5101 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
5102 to `eshell-directory-change-hook'.
5103
5104 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
5105
5106 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5107 because it could be enabled automatically if view-read-only is non-nil.
5108
5109 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
5110
5111 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5112 made on 2009-11-22.
5113
5114 2009-11-24 Glenn Morris <rgm@gnu.org>
5115
5116 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5117 deleted variable bookmark-bmenu-bookmark-column.
5118
5119 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5120
5121 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5122
5123 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
5124
5125 * net/browse-url.el (browse-url-filename-alist): On Windows, add
5126 two slashes to the "file:" prefix.
5127 (browse-url-file-url): De-munge Cygwin filenames before passing
5128 them to Windows browser.
5129 (browse-url-default-windows-browser): Use call-process.
5130
5131 2009-11-23 Juri Linkov <juri@jurta.org>
5132
5133 Implement DocView Continuous mode. (Bug#4896)
5134 * doc-view.el (doc-view-continuous-mode): New defcustom.
5135 (doc-view-mode-map): Bind C-n/<down> to
5136 `doc-view-next-line-or-next-page', C-p/<up> to
5137 `doc-view-previous-line-or-previous-page'.
5138 (doc-view-next-line-or-next-page)
5139 (doc-view-previous-line-or-previous-page): New commands.
5140
5141 2009-11-23 Juri Linkov <juri@jurta.org>
5142
5143 Implement Isearch in comint input history. (Bug#3746)
5144 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5145 `isearch-mode-hook'.
5146 (comint-history-isearch): New defcustom.
5147 (comint-history-isearch-backward)
5148 (comint-history-isearch-backward-regexp): New commands.
5149 (comint-history-isearch-message-overlay): New buffer-local variable.
5150 (comint-history-isearch-setup, comint-history-isearch-end)
5151 (comint-goto-input, comint-history-isearch-search)
5152 (comint-history-isearch-message, comint-history-isearch-wrap)
5153 (comint-history-isearch-push-state)
5154 (comint-history-isearch-pop-state): New functions.
5155
5156 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
5157
5158 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5159 return.
5160 (tramp-handle-make-symbolic-link)
5161 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5162 Quote file names.
5163 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5164 (tramp-handle-process-file): Use it.
5165
5166 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5167
5168 * window.el (move-to-window-line-last-op): Remove.
5169 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5170
5171 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5172
5173 Make M-r mirror the new cycling behavior of C-l.
5174 * window.el (move-to-window-line-last-op): New var.
5175 (move-to-window-line-top-bottom): New command.
5176 (global-map): Bind M-r move-to-window-line-top-bottom.
5177
5178 2009-11-23 Sven Joachim <svenjoac@gmx.de>
5179
5180 * dired-x.el (dired-guess-shell-alist-default):
5181 Support xz format. (Bug#4953)
5182
5183 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
5184
5185 * emulation/viper-cmd.el: Use viper-last-command-char instead of
5186 last-command-char/last-command-event.
5187 (viper-prefix-arg-value): Do correct conversion of event-char for
5188 XEmacs.
5189
5190 * emulation/viper-util.el, emulation/viper.el:
5191 Use viper-last-command-char instead of
5192 last-command-char/last-command-event.
5193
5194 * ediff-init.el, ediff-mult.el, ediff-util.el:
5195 Replace last-command-char and last-command-event
5196 with (ediff-last-command-char) everywhere.
5197
5198 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5199 created in fundamental mode.
5200
5201 * ediff.el (ediff-version): Revert the change of interactive-p to
5202 called-interactively-p.
5203
5204 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
5205
5206 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5207 generation from word-movement command names.
5208
5209 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5210
5211 * cus-start.el (all): Add native condition for font-use-system-font.
5212
5213 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
5214
5215 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5216 Correct the patch from 2009-11-18. (Bug#3910)
5217
5218 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
5219
5220 * progmodes/subword.el: Rename from lisp/subword.el.
5221
5222 * subword.el: Rename to progmodes/subword.el.
5223
5224 * Makefile.in (ELCFILES): Adapt to subword.el move.
5225
5226 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5227 Stefan Monnier <monnier@iro.umontreal.ca>
5228
5229 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5230 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5231 (bookmark-bmenu-show-filenames): Use push.
5232 (bookmark-bmenu-hide-filenames): Use local var instead of
5233 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
5234 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5235 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5236 filenames now that the bookmark names are always available.
5237
5238 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5239
5240 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5241 (bookmark-search-pattern): Move and leave unbound.
5242 (bookmark-bmenu-mode-map): Change binding.
5243 (bookmark-read-search-input): Simplify.
5244 Don't use text-char-description. Don't error on non-char events.
5245 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5246 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5247 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5248 Use a local var for the timer.
5249 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5250 (i.e. bookmark-bmenu-search).
5251
5252 2009-11-21 Glenn Morris <rgm@gnu.org>
5253
5254 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
5255
5256 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
5257
5258 * net/browse-url.el (browse-url-default-windows-browser):
5259 Use cygstart for cygwin.
5260
5261 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
5262
5263 * bookmark.el: Formatting and doc fixes only:
5264 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5265 (bookmark-bmenu-search): Wrap to fit within 80 columns.
5266 Minor grammar and punctuation fixes in doc string.
5267 (bookmark-read-search-input): Adjust to fit within 80 columns.
5268
5269 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5270
5271 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5272 (c-backward-into-nomenclature): Adapt to subword renaming.
5273
5274 * subword.el (subword-forward, subword-backward, subword-mark)
5275 (subword-kill, subword-backward-kill, subword-transpose)
5276 (subword-downcase, subword-upcase, subword-capitalize)
5277 (subword-forward-internal, subword-backward-internal):
5278 Rename from forward-subword, backward-subword, mark-subword,
5279 kill-subword, backward-kill-subword, transpose-subwords,
5280 downcase-subword, upcase-subword, capitalize-subword,
5281 forward-subword-internal, backward-subword-internal.
5282
5283 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5284
5285 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5286 New options.
5287 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5288 New vars.
5289 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5290 (bookmark-bmenu-filter-alist-by-regexp)
5291 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5292 (bookmark-bmenu-search): New command.
5293 (bookmark-bmenu-mode-map): Bind it.
5294
5295 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5296
5297 * progmodes/cc-cmds.el: declare-functioned forward-subword and
5298 backward-subword to quit the byte-compiler.
5299
5300 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5301
5302 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5303
5304 * progmodes/cc-cmds.el (c-update-modeline)
5305 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5306 Refer to subword.el functions instead of cc-subword.el.
5307
5308 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5309 subword.el functions instead of cc-subword.el.
5310
5311 * progmodes/cc-subword.el: Rename to subword.el.
5312 * subword.el: Rename from progmodes/cc-subword.el.
5313 (subword-mode-map): Rename from c-subword-mode-map.
5314 (subword-mode): Rename from c-subword-mode.
5315 (global-subword-mode): New global minor mode.
5316 (forward-subword): Rename from c-forward-subword.
5317 (backward-subword): Rename from c-backward-subword.
5318 (mark-subword): Rename from c-mark-subword.
5319 (kill-subword): Rename from c-kill-subword.
5320 (backward-kill-subword): Rename from c-backward-kill-subword.
5321 (transpose-subwords): Rename from c-tranpose-subword.
5322 (downcase-subword): Rename from c-downcase-subword.
5323 (capitalize-subword): Rename from c-capitalize-subword.
5324 (forward-subword-internal): Rename from c-forward-subword-internal.
5325 (backward-subword-internal): Rename from c-backward-subword-internal.
5326
5327 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5328
5329 * vc.el (vc-deduce-fileset): Allow non-state changing operations
5330 from a dired buffer.
5331 (vc-dired-deduce-fileset): New function.
5332 (vc-root-diff, vc-print-root-log): Use it.
5333
5334 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5335 nil LIMIT argument to vc-print-log-internal.
5336
5337 2009-11-20 Glenn Morris <rgm@gnu.org>
5338
5339 * Makefile.in (ELCFILES): Regenerate.
5340
5341 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
5342
5343 * calc/calc.el (calc-set-mode-line):
5344 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5345 (math-format-number): Rename `math-format-complement-signed' to
5346 `math-format-twos-complement'.
5347
5348 * calc/calc-bin.el (math-format-twos-complement): Rename from
5349 math-format-complement-signed.
5350 (calc-radix): Rename `calc-complement-signed-mode' to
5351 `calc-twos-complement-mode'.
5352 (calc-octal-radix, calc-hex-radix): Add an argument for
5353 two's complement.
5354
5355 * calc/calc-embed.el (calc-embedded-mode-vars):
5356 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5357
5358 * calc/calc-ext.el (calc-init-extensions):
5359 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5360 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5361
5362 * calc/calc-units.el (math-build-units-table-buffer):
5363 Let `calc-twos-complement-mode' be nil.
5364
5365 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5366 entries.
5367
5368 * calc/calc-vec.el (calcFunc-vunpack):
5369 * calc/calc-aent.el (calc-do-calc-eval):
5370 * calc/calc-forms.el (math-format-date):
5371 * calc/calc-graph.el (calc-graph-plot):
5372 * calc/calc-math.el (math-use-emacs-fn):
5373 * calc/calccomp.el (math-compose-expr):
5374 Let `calc-twos-complement-mode' be nil.
5375
5376 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5377
5378 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5379 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
5380 * minibuffer.el (completion-in-region-functions): New hook.
5381 (completion-in-region): New function.
5382 * emacs-lisp/lisp.el (lisp-complete-symbol):
5383 * pcomplete.el (pcomplete-std-complete): Use it.
5384
5385 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5386
5387 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5388 (latex-complete-alist): New vars.
5389 (latex-string-prefix-p, latex-complete-bibtex-keys)
5390 (latex-complete-envnames, latex-complete-refkeys)
5391 (latex-complete-data): New functions.
5392 (latex-complete, latex-indent-or-complete): New commands.
5393
5394 * window.el (display-buffer-mark-dedicated): New var.
5395 (display-buffer): Obey it.
5396 * minibuffer.el (minibuffer-completion-help): Use it.
5397
5398 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5399
5400 * filecache.el (file-cache-add-file): Use push and cons.
5401 (file-cache-delete-file-regexp): Use push.
5402 (file-cache-complete): Use completion-in-region.
5403
5404 * simple.el (with-wrapper-hook): Fix thinko.
5405
5406 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5407 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5408 Use with-current-buffer and string-to-number.
5409 (hfy-fallback-colour-values): Use assoc-string.
5410 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5411 (hfy-face-at): Remove unused var `found-face'.
5412 (hfy-compile-stylesheet): Remove unused var `css'.
5413 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5414 and `orig-buffer'.
5415 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5416 Use with-current-buffer.
5417 (hfy-text-p): Use expand-file-name and fewer setq.
5418
5419 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
5420
5421 * htmlfontify.el, hfy-cmap.el: New files.
5422
5423 2009-11-19 Juri Linkov <juri@jurta.org>
5424
5425 * minibuffer.el (completions-format): New defcustom.
5426 (completion--insert-strings): Implement vertical format.
5427
5428 * simple.el (switch-to-completions): Move point to the first
5429 completion when point was at the beginning of the buffer.
5430
5431 2009-11-19 Juri Linkov <juri@jurta.org>
5432
5433 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
5434
5435 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5436
5437 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
5438
5439 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5440 (mail-signature): Change default to t.
5441 (mail-from-style): Deprecate `system-default' value.
5442 (mail-insert-from-field): For default value of mail-from-style,
5443 default to `angles' unless `angles' needs quoting and `parens'
5444 does not.
5445 (mail-citation-prefix-regexp): Use citation regexp from
5446 message-mode.
5447
5448 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
5449
5450 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5451 Set variables for computing the prompt for reading password.
5452
5453 2009-11-19 Glenn Morris <rgm@gnu.org>
5454
5455 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
5456
5457 * textmodes/flyspell.el (sgml-lexical-context): Declare.
5458
5459 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5460 (newsticker-treeview-listwindow-height): Fix custom type.
5461
5462 2009-11-19 Kenichi Handa <handa@m17n.org>
5463
5464 * descr-text.el (describe-char-padded-string): Compose with TAB
5465 only if there's a font for CH.
5466 (describe-char): Fix the condition for detecting a trivial composition.
5467
5468 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
5469
5470 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
5471 more accurate version of the regexp. (Bug#3910)
5472
5473 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
5474
5475 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5476
5477 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
5478
5479 * font-setting.el (font-use-system-font): Declare for byte-compiler.
5480 (font-setting-change-default-font): Fix typo in docstring.
5481
5482 2009-11-18 Alan Mackenzie <acm@muc.de>
5483
5484 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5485
5486 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5487
5488 * font-setting.el (font-use-system-font): Move ...
5489
5490 * cus-start.el (all): ... to here.
5491
5492 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
5493
5494 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5495 Don't set `ad-return-value' if `ad-do-it' doesn't.
5496
5497 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5498 modification time.
5499
5500 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5501
5502 * menu-bar.el: Put "Use system font" in Option-menu.
5503 (menu-bar-options-save): Add font-use-system-font.
5504
5505 * loadup.el: If feature system-font-setting or font-render-setting is
5506 there, load font-setting.
5507
5508 * Makefile.in (ELCFILES): Add font-settings.el.
5509 * font-setting.el: New file.
5510
5511 2009-11-17 Glenn Morris <rgm@gnu.org>
5512
5513 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5514
5515 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5516 Preserve point in the list buffer. (Bug#4939)
5517 Use point-at-eol.
5518 (newsticker--treeview-list-update-highlight)
5519 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5520
5521 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5522
5523 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5524 Remove.
5525
5526 * calc/calc-ext.el (calc-init-extensions): Remove references to
5527 symclip.
5528
5529 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5530
5531 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5532 * calc/calc-help.el (calc-b-prefix-help): Remove references to
5533 `calc-symclip'.
5534
5535 2009-11-16 Kevin Ryde <user42@zip.com.au>
5536
5537 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5538 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
5539
5540 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5541 (lm-keywords-list): Allow comma-only separator like "foo,bar".
5542 Ignore trailing spaces by omit-nulls to split-string (fixing
5543 regression from Emacs 21 due to the incompatible split-string
5544 change). (Bug #4928.)
5545
5546 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
5547
5548 * vc.el (vc-log-show-limit): Default to 2000.
5549 (vc-print-log-internal): Insert buttons to request more entries
5550 when limiting the output.
5551
5552 * vc-sccs.el (vc-sccs-print-log):
5553 * vc-rcs.el (vc-rcs-print-log):
5554 * vc-cvs.el (vc-cvs-print-log):
5555 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5556 LIMIT is non-nil.
5557
5558 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5559
5560 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5561 error when `tramp-gvfs-dbus-event-vector' is set.
5562 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5563
5564 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5565
5566 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5567
5568 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5569
5570 * net/dbus.el (dbus-unregister-service): New defun.
5571 (dbus-register-property): Register the handlers of
5572 "org.freedesktop.DBus.Properties" for SERVICE.
5573 (dbus-property-handler): Fix docstring.
5574
5575 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5576
5577 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5578 Quote doc string reference in defvaralias as it is not in special form.
5579 (byte-compile-output-docform): Doc fix.
5580
5581 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5582
5583 * calc/calc.el (math-2-word-size, math-half-2-word-size)
5584 (calc-complement-signed-mode): New variables.
5585 (calc-set-mode-line): Add indicator for twos-complements.
5586 (math-format-number): Format twos-complement notation.
5587
5588 * calc/calc-bin.el (calc-word-size): Reset the variables
5589 `math-2-word-size' and `math-half-2-word-size'.
5590 (math-format-complement-signed, math-symclip, calcFunc-symclip)
5591 (calc-symclip): New functions.
5592
5593 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5594
5595 * calc/calc-embed.el (calc-embedded-mode-vars):
5596 Add `calc-complement-signed-mode' to the list of modes.
5597
5598 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5599 (calc-b-oper-keys): Add `calc-symclip' to list.
5600
5601 * calc/calc-ext.el (math-read-number-fancy): Read complement
5602 signed numbers.
5603 (calc-init-extensions): Add binding for `calc-symclip'.
5604 Add autoload for `calcFunc-symclip' and `calc-symclip'.
5605
5606 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5607 `calc-symclip'.
5608 (calc-modes-menu): Add item for twos complement mode.
5609
5610 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5611
5612 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5613
5614 * register.el (jump-to-register, insert-register): Handle Semantic
5615 tags. From commented-out advice in semantic/senator.el.
5616
5617 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5618
5619 * vc.el (vc-log-show-limit): New variable.
5620 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
5621 when using a prefix argument.
5622 (vc-print-log-internal): Add new argument LIMIT.
5623
5624 * vc-svn.el (vc-svn-print-log):
5625 * vc-mtn.el (vc-mtn-print-log):
5626 * vc-hg.el (vc-hg-print-log):
5627 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5628 pass it to the log command when set. Make the BUFFER argument
5629 non-optional.
5630
5631 * vc-sccs.el (vc-sccs-print-log):
5632 * vc-rcs.el (vc-rcs-print-log):
5633 * vc-git.el (vc-git-print-log):
5634 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5635 ignore it. Make the BUFFER argument non-optional
5636
5637 * bindings.el (mode-line-buffer-identification): Do not purecopy.
5638
5639 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5640
5641 * dired.el (dired-mode-map): Move encryption items to "Operate"
5642 menu (Bug#4703).
5643
5644 * strokes.el (strokes-update-window-configuration): Make strokes
5645 buffer current before erasing (Bug#4906).
5646
5647 2009-11-15 Juri Linkov <juri@jurta.org>
5648
5649 * simple.el (set-mark-default-inactive): Add :type, :group
5650 and :version. (Bug#4876)
5651
5652 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
5653
5654 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5655 (archive-unique-fname): ... here. (Bug#4929)
5656
5657 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5658
5659 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5660 with a real fix.
5661
5662 * novice.el (disabled-command-function): Add useful args.
5663 Setup the help buffer so that [back] works.
5664 Remove redundant call to help-mode.
5665 (disabled-command-function): Use `case'.
5666 (en/disable-command): New function extracted from enable-command.
5667 (enable-command, disable-command): Use it.
5668
5669 2009-11-14 Glenn Morris <rgm@gnu.org>
5670
5671 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5672 constants. (Bug#4913)
5673
5674 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5675
5676 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5677
5678 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5679 defined in C that have no doc-strings. (Bug#1063)
5680
5681 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
5682
5683 * cus-edit.el (data, files):
5684 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
5685
5686 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
5687
5688 * simple.el (shell-command): Doc fix (Bug#4891).
5689
5690 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5691
5692 2009-11-14 Glenn Morris <rgm@gnu.org>
5693
5694 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5695 statements for vc-diff, emerge-quit, and rmail-cease-edit.
5696 If they are already loaded, eval-after-load will do the right thing.
5697
5698 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5699 compiling.
5700
5701 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5702
5703 * simple.el (x-selection-owner-p): Declare.
5704 (read-mail-command): Use custom radio type rather than choice.
5705 (completion-no-auto-exit): Doc fix.
5706
5707 * custom.el (defgroup):
5708 * epg-config.el (epg): Doc fixes.
5709
5710 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
5711
5712 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5713 * international/ccl.el (define-ccl-program): Do not purecopy the
5714 docstring, defconst does it anyway.
5715
5716 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5717
5718 * add-log.el (add-change-log-entry): Avoid displaying the changelog
5719 a second time.
5720
5721 * x-dnd.el (x-dnd-maybe-call-test-function):
5722 * window.el (split-window-vertically):
5723 * whitespace.el (whitespace-help-on):
5724 * vc-rcs.el (vc-rcs-consult-headers):
5725 * userlock.el (ask-user-about-lock-help)
5726 (ask-user-about-supersession-help):
5727 * type-break.el (type-break-force-mode-line-update):
5728 * time-stamp.el (time-stamp-conv-warn):
5729 * terminal.el (te-set-output-log, te-more-break, te-filter)
5730 (te-sentinel, terminal-emulator):
5731 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5732 (term-write-input-ring, term-check-source, term-start-output-log):
5733 (term-display-buffer-line, term-dynamic-list-completions):
5734 (term-ansi-make-term, serial-term):
5735 * subr.el (selective-display):
5736 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5737 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5738 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5739 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5740 (speedbar-remove-localized-speedbar-support)
5741 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5742 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5743 (speedbar-buffers-line-directory):
5744 * simple.el (shell-command-on-region, append-to-buffer)
5745 (prepend-to-buffer):
5746 * shadowfile.el (shadow-save-todo-file):
5747 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5748 (scroll-bar-maybe-set-window-start):
5749 * sb-image.el (speedbar-image-dump):
5750 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5751 (load-save-place-alist-from-file):
5752 * ps-samp.el (ps-print-message-from-summary):
5753 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5754 (ps-background-image, ps-begin-job, ps-do-despool):
5755 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5756 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5757 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5758 (pr-call-process, pr-file-list, pr-interface-save):
5759 * novice.el (disabled-command-function)
5760 (enable-command, disable-command):
5761 * mouse.el (mouse-buffer-menu-alist):
5762 * mouse-copy.el (mouse-kill-preserving-secondary):
5763 * macros.el (kbd-macro-query):
5764 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5765 * informat.el (batch-info-validate):
5766 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5767 * hippie-exp.el (try-expand-dabbrev-visible):
5768 * help-mode.el (help-make-xrefs):
5769 * help-fns.el (describe-variable):
5770 * generic-x.el (bat-generic-mode-run-as-comint):
5771 * finder.el (finder-mouse-select):
5772 * find-dired.el (find-dired-sentinel):
5773 * filesets.el (filesets-file-close):
5774 * files.el (list-directory):
5775 * faces.el (list-faces-display, describe-face):
5776 * facemenu.el (list-colors-display):
5777 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5778 * epg.el (epg--process-filter, epg-cancel):
5779 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5780 (epa--read-signature-type):
5781 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5782 (emerge-file-names):
5783 * ehelp.el (electric-helpify):
5784 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5785 * ediff-vers.el (rcs-ediff-view-revision):
5786 * ediff-util.el (ediff-setup):
5787 * ediff-mult.el (ediff-append-custom-diff):
5788 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5789 (ediff-wordify):
5790 * echistory.el (Electric-command-history-redo-expression):
5791 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5792 * disp-table.el (describe-display-table):
5793 * dired.el (dired-find-buffer-nocreate):
5794 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5795 * dabbrev.el (dabbrev--same-major-mode-p):
5796 * chistory.el (list-command-history):
5797 * apropos.el (apropos-documentation):
5798 * allout.el (allout-obtain-passphrase):
5799 (allout-copy-exposed-to-buffer):
5800 (allout-verify-passphrase): Use with-current-buffer.
5801
5802 2009-11-13 Glenn Morris <rgm@gnu.org>
5803
5804 * Makefile.in (ELCFILES): Regenerate.
5805
5806 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
5807
5808 * net/dbus.el (dbus-registered-objects-table): Rename from
5809 `dbus-registered-functions-table', because it contains also properties.
5810 (dbus-unregister-object): Unregister also properties.
5811 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
5812 Use a timeout of 500 msec, in order to not block.
5813 (dbus-register-property, dbus-property-handler): New defuns.
5814
5815 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5816
5817 * simple.el (minibuffer-default-add-completions): Drop deprecated
5818 4th arg.
5819
5820 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
5821
5822 * textmodes/artist.el (artist-mouse-choose-operation):
5823 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5824 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
5825 (artist-compute-up-event-key): New function.
5826 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
5827
5828 2009-11-13 Kenichi Handa <handa@m17n.org>
5829
5830 * language/japan-util.el: Make sure that the value of jisx0208
5831 property is jisx0208 character.
5832
5833 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
5834
5835 * international/mule.el (auto-coding-regexp-alist): Only purecopy
5836 car or each item, not the whole list.
5837
5838 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5839
5840 * minibuffer.el (minibuffer-completion-help):
5841 Use minibuffer-hide-completions.
5842
5843 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
5844
5845 * dired.el (dired-save-positions, dired-restore-positions): New funs.
5846 (dired-revert): Use them (bug#4880).
5847
5848 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5849
5850 * tooltip.el (tooltip-frame-parameters): Undo previous change.
5851
5852 2009-11-12 Juri Linkov <juri@jurta.org>
5853
5854 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
5855 New functions.
5856 (find-file-literally-at-point): Alias of `ffap-literally'.
5857
5858 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5859
5860 * textmodes/ispell.el (ispell-skip-region-alist):
5861 * textmodes/css-mode.el (auto-mode-alist):
5862 * progmodes/compile.el (auto-mode-alist):
5863 * international/mule.el (ctext-non-standard-encodings-alist)
5864 (ctext-non-standard-encodings-regexp):
5865 * simple.el (shell-command-switch, text-read-only):
5866 * replace.el (occur-mode-map):
5867 * paths.el (rmail-file-name):
5868 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
5869 * find-file.el (ff-special-constructs):
5870 * files.el (file-name-handler-alist):
5871 * composite.el: Purecopy strings.
5872
5873 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
5874
5875 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5876
5877 * widget.el (define-widget): Purecopy the docstring.
5878 * international/mule-cmds.el (charset): Do not purecopy the
5879 docstring here, define-widget does it.
5880
5881 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5882 * textmodes/bibtex-style.el (auto-mode-alist):
5883 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5884 * progmodes/compile.el (compile-command):
5885 * language/korea-util.el (default-korean-keyboard):
5886 * international/mule-conf.el (file-coding-system-alist):
5887 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
5888 * tooltip.el (tooltip-frame-parameters):
5889 * newcomment.el (comment-end, comment-padding):
5890 * dired.el (dired-trivial-filenames):
5891 * comint.el (comint-file-name-prefix): Purecopy initial values.
5892
5893 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
5894
5895 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
5896 (tramp-advice-minibuffer-electric-tilde): Unload advices via
5897 `tramp-unload'.
5898 (tramp-advice-make-auto-save-file-name)
5899 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
5900 after removing the advice.
5901
5902 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5903
5904 * progmodes/grep.el (grep-regexp-alist):
5905 * international/mule-cmds.el (iso-2022-control-alist):
5906 * emacs-lisp/timer.el (timer-duration-words):
5907 * subr.el (version-separator, version-regexp-alist):
5908 * minibuffer.el (completion-styles-alist):
5909 * faces.el (face-attribute-name-alist, list-faces-sample-text):
5910 Change defvars to defconsts.
5911
5912 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
5913 * loadup.el ("international/mule-conf"): Load the byte compiled version.
5914 * international/mule-conf.el: Allow to be byte compiled.
5915
5916 * international/mule.el (define-charset): Purecopy props.
5917 (load-with-code-conversion): Purecopy doc string and file name.
5918 (put-charset-property): Purecopy strings.
5919 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
5920
5921 * international/mule-cmds.el (register-input-method): Purecopy arguments.
5922 (define-char-code-property): Correctly purecopy the table.
5923
5924 * international/ccl.el (define-ccl-program): Purecopy the docstring.
5925
5926 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
5927
5928 * subr.el (add-hook): Purecopy strings.
5929 (eval-after-load): Purecopy load-history-regexp and the form.
5930
5931 * custom.el (custom-declare-group): Purecopy load-file-name.
5932
5933 * subr.el (menu-bar-separator): New defconst.
5934 * net/eudc.el (eudc-tools-menu):
5935 * international/mule-cmds.el (set-coding-system-map)
5936 (mule-menu-keymap):
5937 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5938 * vc-hooks.el (vc-menu-map):
5939 * replace.el (occur-mode-map):
5940 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
5941 (menu-bar-edit-menu, menu-bar-goto-menu)
5942 (menu-bar-custom-menu, menu-bar-showhide-menu)
5943 (menu-bar-options-menu, menu-bar-tools-menu)
5944 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
5945 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
5946 (menu-bar-help-menu):
5947 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
5948 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
5949
5950 * term/x-win.el (x-gtk-stock-map):
5951 * progmodes/vera-mode.el (auto-mode-alist):
5952 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5953 (inferior-lisp-program, inferior-lisp-load-command):
5954 * progmodes/hideshow.el (hs-special-modes-alist):
5955 * progmodes/gud.el (same-window-regexps):
5956 * progmodes/grep.el (grep-program, find-program, xargs-program):
5957 * net/telnet.el (same-window-regexps):
5958 * net/rlogin.el (same-window-regexps):
5959 * language/ethiopic.el (font-ccl-encoder-alist):
5960 * vc-sccs.el (vc-sccs-master-templates):
5961 * vc-rcs.el (vc-rcs-master-templates):
5962 * subr.el (cl-assertion-failed):
5963 * simple.el (next-error-overlay-arrow-position):
5964 * lpr.el (lpr-command):
5965 * locate.el (locate-ls-subdir-switches):
5966 * info.el (same-window-regexps, info)
5967 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5968 * image-mode.el (image-mode, auto-mode-alist):
5969 * hippie-exp.el (hippie-expand-ignore-buffers):
5970 * format.el (format-alist):
5971 * find-dired.el (find-ls-subdir-switches, find-grep-options)
5972 (find-name-arg):
5973 * facemenu.el (facemenu-keybindings):
5974 * dired.el (dired-listing-switches, dired-chown-program):
5975 * diff.el (diff-switches, diff-command):
5976 * cus-edit.el (same-window-regexps):
5977 * bindings.el (mode-line-mule-info)
5978 (mode-line-buffer-identification): Purecopy strings.
5979
5980 2009-11-11 Juri Linkov <juri@jurta.org>
5981
5982 * simple.el (dired-get-filename) <declare-function>:
5983 Tell the byte-compiler about dired-get-filename.
5984 (shell-command): In Dired mode, get filename from the current line
5985 as the default value.
5986
5987 2009-11-10 Glenn Morris <rgm@gnu.org>
5988
5989 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5990 * calendar/holidays.el, progmodes/cperl-mode.el:
5991 Update x-popup-menu declarations.
5992
5993 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5994 (list-load-path-shadows): Use dolist.
5995 (list-load-path-shadows): Use with-current-buffer.
5996
5997 2009-11-10 Juri Linkov <juri@jurta.org>
5998
5999 * minibuffer.el (read-file-name): Support a list of default values
6000 in `default-filename'. Use the first file name where only one
6001 element is required. Doc fix.
6002
6003 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
6004
6005 * net/dbus.el (dbus-unregister-object): Release service, if no
6006 other method is registered for it.
6007
6008 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
6009
6010 * bookmark.el (bookmark-completing-read): Sort bookmark names if
6011 bookmark-sort-flag is non-nil (Bug#4653).
6012
6013 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6014
6015 * emulation/cua-base.el: Add CUA property to some CC mode commands
6016 (Bug#4100).
6017
6018 2009-11-08 Kevin Ryde <user42@zip.com.au>
6019
6020 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
6021 at end of sentence (Bug#4818).
6022
6023 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
6024
6025 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6026 Handle "see declaration of" MSFT statements (Bug#4100).
6027
6028 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
6029
6030 * net/tramp.el (tramp-advice-make-auto-save-file-name)
6031 (tramp-advice-file-expand-wildcards): Unload via
6032 `ad-remove-advice'.
6033
6034 * net/trampver.el: Update release number.
6035
6036 2009-11-08 Kevin Ryde <user42@zip.com.au>
6037
6038 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6039 `ad-do-it'.
6040
6041 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
6042
6043 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6044 in order to keep context in SELinux.
6045
6046 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6047
6048 * dired-aux.el (dired-query): Place cursor in echo area and allow
6049 C-g.
6050
6051 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6052 menu item if not on a directory (Bug#4701).
6053
6054 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
6055
6056 Sync with Tramp 2.1.17.
6057
6058 * net/tramp.el (tramp-handle-copy-directory): Don't use
6059 `file-remote-p' (due to compatibility).
6060
6061 * net/tramp-compat.el (tramp-compat-copy-directory)
6062 (tramp-compat-delete-directory): New defuns.
6063
6064 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6065 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6066 Use `tramp-compat-delete-directory'.
6067
6068 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6069 (tramp-smb-handle-delete-directory):
6070 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6071
6072 * net/trampver.el: Update release number.
6073
6074 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
6075
6076 * tar-mode.el (tar-copy): Call write-region on the right buffer
6077 (Bug#4857).
6078
6079 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6080 by hand, if necessary (Bug#4878).
6081
6082 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
6083
6084 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6085 align size column (Bug#4839).
6086
6087 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6088 statement.
6089
6090 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6091
6092 * progmodes/ld-script.el (auto-mode-alist):
6093 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6094
6095 * cus-face.el (custom-declare-face): Purecopy face spec.
6096
6097 2009-11-06 Kenichi Handa <handa@m17n.org>
6098
6099 * international/uni-bidi.el: Re-generated.
6100 * international/uni-category.el: Re-generated.
6101 * international/uni-combining.el: Re-generated.
6102 * international/uni-mirrored.el: Re-generated.
6103
6104 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6105
6106 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6107 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6108 (tex-start-options, slitex-run-command, latex-run-command)
6109 (tex-run-command, tex-directory):
6110 * textmodes/ispell.el (ispell-html-skip-alists)
6111 (ispell-tex-skip-alists, ispell-tex-skip-alists):
6112 * textmodes/fill.el (adaptive-fill-first-line-regexp):
6113 (adaptive-fill-regexp):
6114 * textmodes/dns-mode.el (auto-mode-alist):
6115 * progmodes/python.el (interpreter-mode-alist):
6116 * progmodes/etags.el (tags-compression-info-list):
6117 * progmodes/etags.el (tags-file-name):
6118 * net/browse-url.el (browse-url-galeon-program)
6119 (browse-url-firefox-program):
6120 * mail/sendmail.el (mail-signature-file)
6121 (mail-citation-prefix-regexp):
6122 * international/mule-conf.el (eight-bit):
6123 * international/latexenc.el (latex-inputenc-coding-alist):
6124 * international/fontset.el (x-pixel-size-width-font-regexp):
6125 * emacs-lisp/warnings.el (warning-type-format):
6126 * emacs-lisp/trace.el (trace-buffer):
6127 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6128 (emacs-lisp-mode-map):
6129 * calendar/holidays.el (holiday-solar-holidays)
6130 (holiday-bahai-holidays, holiday-islamic-holidays)
6131 (holiday-christian-holidays, holiday-hebrew-holidays)
6132 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6133 (hebrew-holidays-1, holiday-oriental-holidays)
6134 (holiday-general-holidays):
6135 * x-dnd.el (x-dnd-known-types):
6136 * tool-bar.el (tool-bar):
6137 * startup.el (site-run-file):
6138 * shell.el (shell-dumb-shell-regexp):
6139 * rfn-eshadow.el (file-name-shadow-tty-properties)
6140 (file-name-shadow-properties):
6141 * paths.el (remote-shell-program, news-directory):
6142 * mouse.el ([C-down-mouse-3]):
6143 * menu-bar.el (menu-bar-tools-menu):
6144 * jka-cmpr-hook.el (jka-compr-load-suffixes)
6145 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6146 (jka-compr-compression-info-list):
6147 * isearch.el (search-whitespace-regexp):
6148 * image-file.el (image-file-name-extensions):
6149 * find-dired.el (find-ls-option):
6150 * files.el (directory-listing-before-filename-regexp)
6151 (directory-free-space-args, insert-directory-program)
6152 (list-directory-brief-switches, magic-fallback-mode-alist)
6153 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6154 (automount-dir-prefix):
6155 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6156 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6157 (face-font-registry-alternatives, face-font-registry-alternatives)
6158 (face-font-family-alternatives):
6159 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6160 (facemenu-foreground-menu, facemenu-face-menu):
6161 * epa-hook.el (epa-file-name-regexp):
6162 * dnd.el (dnd-protocol-alist):
6163 * textmodes/rst.el (auto-mode-alist):
6164 * button.el (default-button): Purecopy strings.
6165
6166 2009-11-06 Glenn Morris <rgm@gnu.org>
6167
6168 * Makefile.in (ELCFILES): Update.
6169
6170 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6171
6172 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6173 * emacs-lisp/levents.el: Move to obsolete/levents.el.
6174
6175 * nxml/xsd-regexp.el (xsdre-gen-categories):
6176 * nxml/xmltok.el (xmltok-parse-entity):
6177 * nxml/rng-parse.el (rng-parse-validate-file):
6178 * nxml/rng-maint.el (rng-format-manual)
6179 (rng-manual-output-force-new-line):
6180 * nxml/rng-loc.el (rng-save-schema-location-1):
6181 * nxml/rng-cmpct.el (rng-c-parse-file):
6182 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6183 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6184
6185 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
6186
6187 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
6188 Remove extra save-excursions and make-variable-buffer-local's.
6189 Suggested by Stefan Monnier.
6190
6191 (verilog-getopt-file, verilog-module-inside-filename-p)
6192 (verilog-set-define): Merge GNU 1.35 and repair changes from
6193 switching to using with-current-buffer.
6194
6195 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6196 being treated as a number and confusing AUTORESET.
6197 Reported by Dan Dever.
6198
6199 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6200 Add verilog-auto-ignore-concat to fix backward compatibility with
6201 older verilog-modes. Reported by Dan Katz.
6202
6203 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6204 containing closing anchors "...$".
6205
6206 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6207 Reported by Wade Smith.
6208
6209 (verilog-batch-execute-func): Comment on function usage.
6210
6211 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
6212
6213 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6214 for labels.
6215
6216 (verilog-label-re, verilog-calc-1): Support proper indent of named
6217 asserts.
6218
6219 (verilog-backward-token, verilog-basic-complete-re)
6220 (verilog-beg-of-statement, verilog-indent-re): Support proper
6221 indent of the assert statement at the beginning of a block of text.
6222
6223 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6224 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6225 tokens as begins.
6226
6227 2009-11-05 Glenn Morris <rgm@gnu.org>
6228
6229 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6230 Emacs 19. (Bug#1531)
6231 (byte-compile-fix-header): Update for the above change.
6232 Drop test for epoch::version.
6233
6234 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
6235 * cus-dep.el (custom-make-dependencies):
6236 * finder.el (finder-compile-keywords):
6237 Use autoload-rubric's feature argument.
6238
6239 * calendar/diary-lib.el (top-level): Make load behave more like require.
6240
6241 * vc-git.el (vc-git-stash-map): Move definition before use.
6242
6243 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6244
6245 * custom.el (custom-declare-group): Purecopy standard-value.
6246 (custom-declare-group): Purecopy custom-prefix.
6247
6248 * international/mule.el (load-with-code-conversion):
6249 Call do-after-load-evaluation unconditionally.
6250
6251 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6252
6253 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6254
6255 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6256
6257 2009-11-04 Glenn Morris <rgm@gnu.org>
6258
6259 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6260 (byte-compile-compatibility): Remove option.
6261 (byte-compile-close-variables, byte-compile-fix-header)
6262 (byte-compile-insert-header, byte-compile-output-docform)
6263 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6264 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6265 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6266 (byte-compile-insert, byte-compile-defun):
6267 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
6268 (byte-defop-compiler19): Remove.
6269 Without byte-compile-compatibility, the 'emacs19-opcode property is not
6270 used by anything. Replace all calls with byte-defop-compiler.
6271
6272 2009-11-04 Juri Linkov <juri@jurta.org>
6273
6274 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6275 (menu-bar-options-menu): Don't quote the `prop' arg of
6276 `menu-bar-make-mm-toggle'.
6277
6278 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
6279
6280 * calendar/calendar.el (cal-loaddefs):
6281 * calendar/diary-lib.el (diary-loaddefs):
6282 * calendar/holidays.el (hol-loaddefs):
6283 * eshell/esh-module.el (esh-groups): Load rather than require.
6284
6285 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6286
6287 * calendar/todo-mode.el (todo-add-category): Don't hardcode
6288 point-min==1.
6289 (todo-top-priorities): Only display-buffer when called interactively.
6290 (todo-item-start): Don't save excursion point.
6291 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
6292 (todo-insert-item-here, todo-file-item, todo-remove-item):
6293 Adjust uses of todo-item-start and todo-item-end.
6294
6295 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6296 (autoload-rubric): Don't use any more.
6297
6298 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6299 and only put a prop if it is non-nil.
6300
6301 2009-11-03 Juri Linkov <juri@jurta.org>
6302
6303 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6304 (menu-bar-options-menu): Fix list quoting (Bug#4429).
6305
6306 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6307 and "Menu" to make top-level menu item visually one unit (like
6308 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6309 multi-word menu items). Fix :help string for quit-window.
6310
6311 2009-11-03 Glenn Morris <rgm@gnu.org>
6312
6313 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6314 (byte-compile-file-form-define-abbrev-table)
6315 (byte-compile-file-form-custom-declare-variable)
6316 (byte-compile-variable-ref, byte-compile-defvar):
6317 Whether or not a warning is enabled should only affect whether we issue
6318 the warning, not whether or not we collect the relevant data.
6319 Eg warnings can be turned on and off throughout the course of a file.
6320
6321 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6322 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6323
6324 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6325
6326 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6327 * play/mpuz.el (mpuz-create-buffer):
6328 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6329 (lm-print-y,s,noise, lm-print-w0, lm-init):
6330 * play/gomoku.el (gomoku-prompt-for-move):
6331 * play/fortune.el (fortune-in-buffer):
6332 * play/dissociate.el (dissociated-press):
6333 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
6334 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
6335 * mail/supercite.el (sc-eref-show):
6336 * mail/smtpmail.el (smtpmail-send-it):
6337 * mail/rmailsum.el (rmail-summary-next-labeled-message)
6338 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6339 (rmail-summary-undelete-many, rmail-summary-rmail-update)
6340 (rmail-summary-goto-msg, rmail-summary-expunge)
6341 (rmail-summary-get-new-mail, rmail-summary-search-backward)
6342 (rmail-summary-add-label, rmail-summary-output-menu)
6343 (rmail-summary-output-body):
6344 * mail/rfc822.el (rfc822-addresses):
6345 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6346 * mail/mailpost.el (post-mail-send-it):
6347 * mail/hashcash.el (hashcash-generate-payment):
6348 * mail/feedmail.el (feedmail-run-the-queue)
6349 (feedmail-queue-send-edit-prompt-help-first)
6350 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6351 (feedmail-deduce-address-list):
6352 * eshell/esh-ext.el (eshell-remote-command):
6353 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6354 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6355 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6356 (viper-save-string-in-file, viper-valid-marker):
6357 * emulation/viper-keym.el (viper-toggle-key):
6358 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6359 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6360 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6361 * emulation/viper-cmd.el (viper-exec-form-in-vi)
6362 (viper-exec-form-in-emacs, viper-brac-function):
6363 * emulation/viper.el (viper-delocalize-var):
6364 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6365 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6366 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6367 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6368 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6369 * emulation/edt.el (edt-electric-helpify):
6370 * emulation/cua-rect.el (cua--rectangle-aux-replace):
6371 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6372 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6373 (cua-indent-to-global-mark-column):
6374 * calendar/diary-lib.el (calendar-mark-1):
6375 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6376 Use with-current-buffer.
6377 * emulation/viper.el (viper-delocalize-var): Use dolist.
6378
6379 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
6380
6381 * comint.el (comint-replace-by-expanded-history-before-point):
6382 Replace !! with the previous input string literally (Bug#1795).
6383
6384 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
6385
6386 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6387 to be made up of whitespace.
6388
6389 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
6390
6391 * minibuffer.el (read-file-name): Don't use file dialogs for
6392 remote directories (Bug#99).
6393
6394 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
6395
6396 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6397
6398 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
6399
6400 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6401 instead of deleting the window or frame.
6402
6403 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6404
6405 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6406 Support face colors.
6407
6408 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6409 New function. Support face colors (Bug#1168).
6410 (tex-common-initialization): Use it.
6411
6412 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6413 mode allows it (Bug#1168).
6414
6415 2009-10-31 Juri Linkov <juri@jurta.org>
6416
6417 * facemenu.el (list-colors-display): Don't mark buffer as
6418 modified (Bug#3948).
6419
6420 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6421
6422 * international/mule-diag.el (list-character-sets-1):
6423 Minor message fix (Bug#3526).
6424
6425 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
6426 Fix face property (Bug#4834).
6427 (etags-list-tags, etags-tags-apropos-additional)
6428 (etags-tags-apropos, tags-select-tags-table): Add follow-link
6429 property.
6430
6431 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6432 items.
6433
6434 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
6435
6436 * textmodes/two-column.el (2C-split):
6437 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6438 * textmodes/tex-mode.el (tex-set-buffer-directory):
6439 * textmodes/spell.el (spell-region, spell-string):
6440 * textmodes/reftex.el (reftex-erase-buffer):
6441 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6442 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6443 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6444 (reftex-select-item):
6445 * textmodes/reftex-ref.el (reftex-label-info-update)
6446 (reftex-offer-label-menu):
6447 * textmodes/reftex-index.el (reftex-index-change-entry)
6448 (reftex-index-phrases-info):
6449 * textmodes/reftex-global.el (reftex-create-tags-file)
6450 (reftex-save-all-document-buffers, reftex-ensure-write-access):
6451 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6452 (reftex-view-crossref-from-bibtex):
6453 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6454 (reftex-extract-bib-entries-from-thebibliography)
6455 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6456 * textmodes/refbib.el (r2b-capitalize-title):
6457 (r2b-convert-buffer, r2b-help):
6458 * textmodes/page-ext.el (pages-directory)
6459 (pages-directory-goto-with-mouse):
6460 * textmodes/bibtex.el (bibtex-validate-globally):
6461 * textmodes/bib-mode.el (bib-capitalize-title):
6462 * textmodes/artist.el (artist-clear-buffer, artist-system):
6463 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6464 (local-set-scheme-interaction-buffer, xscheme-process-filter)
6465 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6466 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6467 (xscheme-send-control-g-interrupt, xscheme-start-process)
6468 (xscheme-process-sentinel, xscheme-cd):
6469 * progmodes/verilog-mode.el (verilog-read-always-signals)
6470 (verilog-set-define, verilog-getopt-file)
6471 (verilog-module-inside-filename-p):
6472 * progmodes/sh-script.el:
6473 * progmodes/python.el (python-pdbtrack-get-source-buffer)
6474 (python-pdbtrack-grub-for-buffer, python-execute-file):
6475 * progmodes/octave-inf.el (inferior-octave):
6476 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6477 (idlwave-shell-compile-helper-routines, idlwave-set-local)
6478 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6479 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6480 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6481 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6482 (idlwave-shell-filter, idlwave-shell-examine-highlight)
6483 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6484 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6485 (idlwave-shell-examine-display, idlwave-shell-run-region)
6486 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6487 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6488 * progmodes/idlw-help.el (idlwave-help-get-special-help)
6489 (idlwave-help-get-help-buffer):
6490 * progmodes/gud.el (gud-basic-call, gud-find-class)
6491 (gud-tooltip-activate-mouse-motions-if-enabled):
6492 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6493 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6494 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6495 (ebrowse-tags-next-file):
6496 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6497 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6498 (ebnf-eps-finish-and-write):
6499 * progmodes/cpp.el (cpp-edit-save):
6500 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6501 * progmodes/cc-defs.el (c-emacs-features):
6502 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6503 (antlr-directory-dependencies):
6504 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6505 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6506 (ada-find-any-references, ada-make-filename-from-adaname)
6507 (ada-make-body-gnatstub):
6508 * obsolete/rnews.el (news-list-news-groups):
6509 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6510 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6511 * net/rcirc.el (rcirc-debug):
6512 * net/newst-treeview.el (newsticker--treeview-list-add-item)
6513 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6514 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6515 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6516 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6517 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6518 (newsticker--treeview-list-clear-highlight)
6519 (newsticker--treeview-list-update-highlight)
6520 (newsticker--treeview-list-highlight-start)
6521 (newsticker--treeview-tree-update-highlight)
6522 (newsticker--treeview-get-selected-item)
6523 (newsticker-treeview-mark-list-items-old)
6524 (newsticker--treeview-set-current-node):
6525 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6526 * net/newst-backend.el (newsticker--get-news-by-funcall)
6527 (newsticker--get-news-by-wget, newsticker--image-get)
6528 (newsticker--image-sentinel):
6529 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6530 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6531 (eudc-ph-close-session):
6532 * net/eudc.el (eudc-save-options):
6533 * language/thai-word.el (thai-update-word-table):
6534 * language/japan-util.el (japanese-string-conversion):
6535 * international/titdic-cnv.el (tsang-quick-converter)
6536 (ziranma-converter, ctlau-converter):
6537 * international/mule-cmds.el (describe-language-environment):
6538 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6539 (skkdic-convert-postfix, skkdic-convert-prefix):
6540 (skkdic-convert-okuri-nasi, skkdic-convert):
6541 * emacs-lisp/re-builder.el (reb-update-overlays):
6542 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6543 * emacs-lisp/gulp.el (gulp-send-requests):
6544 * emacs-lisp/find-gc.el (trace-call-tree):
6545 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6546 (eieio-describe-generic):
6547 * emacs-lisp/eieio-base.el (eieio-persistent-read):
6548 * emacs-lisp/edebug.el (edebug-outside-excursion):
6549 * emacs-lisp/debug.el (debugger-make-xrefs):
6550 * emacs-lisp/cust-print.el (custom-prin1-to-string):
6551 * emacs-lisp/chart.el (chart-new-buffer):
6552 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6553 Use with-current-buffer.
6554 * textmodes/artist.el (artist-system): Don't call
6555 copy-sequence on a fresh string.
6556 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6557
6558 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
6559
6560 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6561 is no item to edit. (Bug#4820)
6562 (todo-top-priorities): Restore point and restore narrowing in Todo
6563 buffer. (Bug#4820)
6564
6565 2009-10-31 Glenn Morris <rgm@gnu.org>
6566
6567 * net/ange-ftp.el (top-level): Don't require dired when compiling.
6568 (comint-last-output-start, comint-last-input-start)
6569 (comint-last-input-end): Don't defvar when compiling.
6570 (ange-ftp-process-file): Use bound-and-true-p.
6571
6572 * pcmpl-rpm.el (top-level): Move provide statement to end.
6573 (pcmpl-rpm): Remove unused custom group.
6574
6575 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6576
6577 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6578
6579 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6580 (byte-compile-warnings): Add `constants' as an option.
6581 (byte-compile-callargs-warn, byte-compile-arglist-warn)
6582 (display-call-tree): Update for byte-compile-fdefinition possibly
6583 returning `(macro lambda ...)'. (Bug#4778)
6584 (byte-compile-variable-ref, byte-compile-setq-default):
6585 Respect `constants' member of byte-compile-warnings.
6586
6587 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6588
6589 * vc-bzr.el (vc-bzr-revision-keywords): New var.
6590 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6591 to "submit:".
6592
6593 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6594
6595 * textmodes/ispell.el (ispell-skip-region-alist):
6596 * international/mule-conf.el (eight-bit):
6597 * international/fontset.el (font-encoding-alist):
6598 * startup.el (pure-space-overflow-message):
6599 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6600 * paths.el (gnus-nntp-service, rmail-spool-directory)
6601 (term-file-prefix):
6602 * files.el (save-some-buffers-action-alist):
6603 * cmuscheme.el (same-window-buffer-names):
6604 * ielm.el (same-window-buffer-names):
6605 * shell.el (same-window-buffer-names):
6606 * mail/sendmail.el (same-window-buffer-names):
6607 * progmodes/inf-lisp.el (same-window-buffer-names):
6608 * bindings.el (mode-line-client)
6609 (mode-line-column-line-number-mode-map):
6610 * language/tibetan.el (tibetan-precomposition-rule-regexp)
6611 (tibetan-precomposed-regexp): Purecopy string arguments.
6612
6613 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6614
6615 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6616 (calcDigit-nondigit):
6617 * calc/calc-yank.el (calc-copy-to-buffer):
6618 * calc/calc-units.el (calc-invalidate-units-table):
6619 * calc/calc-trail.el (calc-trail-yank):
6620 * calc/calc-store.el (calc-insert-variables):
6621 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6622 * calc/calc-prog.el (calc-read-parse-table):
6623 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6624 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6625 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6626 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6627 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6628 (calc-graph-name, calc-graph-find-command, calc-graph-view)
6629 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6630 * calc/calc-ext.el (calc-realign):
6631 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6632 (calc-embedded-finish-edit, calc-embedded-make-info)
6633 (calc-embedded-finish-command, calc-embedded-stack-change):
6634 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6635
6636 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6637 shell-dynamic-complete-filename in preference to
6638 comint-dynamic-complete-filename.
6639
6640 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6641 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6642 Don't consider whether the display supports colors.
6643 (bookmark-import-new-list): Use dolist.
6644 (bookmark-bmenu-mode-map): Move initialization into declaration.
6645 (bookmark-bmenu-list): Use dolist, simplify.
6646 (bookmark-show-all-annotations): Use save-selected-window and dolist.
6647 (menu-bar-final-items): Use push.
6648
6649 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
6650
6651 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6652 it works on remote files.
6653 (vc-hg-diff): Don't pass any `--cwd' argument.
6654
6655 2009-10-27 Kevin Ryde <user42@zip.com.au>
6656
6657 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6658 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
6659 (Further to Bug#3921).
6660
6661 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
6662
6663 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6664 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6665 calling `tramp-imap-put-file'. Add file size to the call.
6666 (tramp-imap-get-file-entries): Compute also user name, file size,
6667 and date.
6668 (tramp-imap-handle-insert-directory): Insert uid and gid.
6669 (tramp-imap-handle-file-attributes): Transform uid and gid
6670 according to `id-format'.
6671 (tramp-imap-put-file): New optional parameter SIZE. Encode file
6672 size in header X-Size.
6673
6674 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
6675
6676 * simple.el (transpose-subr): Give clearer error when the mark
6677 is not set. (Bug#4807)
6678
6679 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
6680
6681 * net/tramp.el (tramp-perl-file-truename): New defconst.
6682 Perl code contributed by yary <not.com@gmail.com> (tiny change).
6683 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
6684 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6685 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
6686
6687 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6688 Ignore `dired-call-process'.
6689 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6690
6691 2009-10-26 Julian Scheid <julians37@gmail.com>
6692
6693 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
6694 (tramp-get-remote-readlink): New defun.
6695 (tramp-handle-file-truename): Use it.
6696 (tramp-handle-file-exists-p): Check file-attributes cache, assume
6697 file exists if cache value present.
6698 (tramp-check-cached-permissions): New defun.
6699 (tramp-handle-file-readable-p): Use it.
6700 (tramp-handle-file-writable-p): Likewise.
6701 (tramp-handle-file-executable-p): Likewise.
6702 (tramp-handle-file-name-all-completions): Try using Perl to get
6703 partial completions. When perl not available, combine `cd' and
6704 `ls' into single remote operation and use shell expansion to get
6705 partial remote directory contents. Set `file-exists-p' cache for
6706 directory and any files returned by ls. Change cache handling to
6707 support partial directory contents. Use error message emitted by
6708 remote `cd' or Perl code for local tramp-error.
6709 (tramp-do-copy-or-rename-file-directly): Avoid separate
6710 tramp-send-command-and-check call.
6711 (tramp-handle-process-file): Merge three remote ops into one.
6712 Do not flush all caches when `process-file-side-effects' is set.
6713 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6714 file-attributes shows uid/gid to be set already.
6715
6716 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6717
6718 * textmodes/tex-mode.el (tex-dvi-view-command)
6719 (tex-show-queue-command, tex-open-quote):
6720 * progmodes/ruby-mode.el (auto-mode-alist)
6721 (interpreter-mode-alist): Purecopy strings.
6722
6723 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6724
6725 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6726 string for the hook, keymap and abbrev table.
6727
6728 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6729
6730 * x-dnd.el (x-dnd-xdnd-to-action):
6731 * startup.el (fancy-startup-text, fancy-about-text): Change to
6732 defconst from defvar.
6733
6734 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6735
6736 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6737 Purecopy initialization strings.
6738
6739 * mail/sendmail.el (mail-header-separator)
6740 (mail-personal-alias-file):
6741 * mail/rmail.el (rmail-default-dont-reply-to-names)
6742 (rmail-ignored-headers, rmail-retry-ignored-headers)
6743 (rmail-highlighted-headers, rmail-secondary-file-directory)
6744 (rmail-secondary-file-regexp):
6745 * files.el (null-device, file-name-invalid-regexp)
6746 (locate-dominating-stop-dir-regexp)
6747 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
6748 (interpreter-mode-alist): Use mapcar instead of mapc.
6749
6750 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6751
6752 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6753 (completion-ignored-extensions):
6754 (debug-ignored-errors): Purecopy strings.
6755
6756 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6757
6758 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6759 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6760 (pcomplete--here): Use push.
6761
6762 * subr.el (all-completions): Declare the 4th arg obsolete.
6763
6764 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6765
6766 * pcomplete.el (pcomplete-unquote-argument-function): New var.
6767 (pcomplete-unquote-argument): New function.
6768 (pcomplete--common-suffix): Always pay attention to case.
6769 (pcomplete--table-subvert): Quote and unquote the text.
6770 (pcomplete--common-quoted-suffix): New function.
6771 (pcomplete-std-complete): Use it and pcomplete-begin.
6772
6773 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6774 we're inside a dedicated or minibuffer window.
6775
6776 2009-10-24 Karl Fogel <kfogel@red-bean.com>
6777
6778 * bookmark.el: Update documentation, especially documentation
6779 of `bookmark-alist' and of the bookmark file format.
6780 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
6781
6782 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6783
6784 * mail/emacsbug.el (report-emacs-bug): Clarify that the
6785 keybindings apply to the mail buffer (Bug#4003). Shrink help
6786 window to buffer.
6787
6788 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6789 (global-whitespace-mode, global-whitespace-newline-mode)
6790 (whitespace-toggle-options, global-whitespace-toggle-options):
6791 Doc fix (Bug#3660).
6792
6793 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6794 of xmltok-start before the end tag was inserted (Bug#2840).
6795
6796 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6797 patterns that are preceded by an open-paren (Bug#1320).
6798
6799 2009-10-24 Sven Joachim <svenjoac@gmx.de>
6800
6801 * files.el (delete-directory): Delete symlinks to directories with
6802 delete-file (Bug#4739).
6803
6804 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6805
6806 * vc.el (vc-backend-for-registration): Rename from
6807 vc-get-backend-for-registration. Update callers.
6808
6809 * international/mule-cmds.el (set-language-info-alist):
6810 Purecopy lang-env.
6811 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6812 (charset): Purecopy the name.
6813 (define-char-code-property): Purecopy string arguments.
6814
6815 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6816 Purecopy string arguments.
6817
6818 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6819 * ediff-hook.el (menu-bar-ediff-menu):
6820 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6821 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6822
6823 2009-10-24 Glenn Morris <rgm@gnu.org>
6824
6825 * comint.el (comint-dynamic-list-completions):
6826 * term.el (term-dynamic-list-completions): Use choose-completion rather
6827 than obsolete alias mouse-choose-completion.
6828
6829 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6830 file-cache-choose-completion.
6831 (file-cache-choose-completion): Handle an optional event argument.
6832 (file-cache-mouse-choose-completion): Make it an obsolete alias.
6833
6834 * progmodes/octave-mod.el (octave-complete-symbol):
6835 Use choose-completion if mouse-choose-completion is ever removed.
6836
6837 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6838 use.
6839
6840 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6841 compiler.
6842
6843 * vc-hooks.el (vc-responsible-backend): Fix declaration.
6844
6845 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6846
6847 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6848 Ignore `pred' now that we receive one.
6849 Handle test-completion specially.
6850
6851 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6852
6853 * vc.el (vc-responsible-backend): Throw an error if not backend is
6854 found. Remove the REGISTER argument. Move the code dealing with
6855 REGISTER ...
6856 (vc-get-backend-for-registration): ... here. New function.
6857 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6858 of vc-responsible-backend, pass the file name instead of the
6859 directory name.
6860
6861 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6862
6863 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6864 New funs.
6865 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
6866 (pcomplete-comint-setup): Don't modify a global var via
6867 accidental side-effects.
6868 (pcomplete-shell-setup): Adjust call accordingly.
6869 (pcomplete-parse-comint-arguments): Use push.
6870
6871 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
6872
6873 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6874 Allow uncapitalized info node names (Bug#3921).
6875
6876 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6877 to the DEBUG file (Bug#3781).
6878
6879 2009-10-23 Jari Aalto <jari.aalto@cante.net>
6880
6881 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6882 dictionary entry (Bug#4579).
6883
6884 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
6885
6886 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6887 from `rfn-eshadow-update-overlay-hook' when unloading.
6888 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6889 "rsyncc". Adjust doc string.
6890 (tramp-temp-buffer-file-name): New buffer-local defvar.
6891 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6892 Keep temporary file when indicated by method ("rsync" and
6893 "rsyncc").
6894 (tramp-handle-write-region): Handle APPEND.
6895 (tramp-delete-temp-file-function): New defun. Added to
6896 `kill-buffer-hook'.
6897
6898 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
6899
6900 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6901
6902 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6903
6904 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6905 (color-name-rgb-alist, tty-standard-colors)
6906 (tty-color-mode-alist): Change to defconst.
6907
6908 * simple.el (mark-inactive): Purecopy message.
6909
6910 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6911 (global-map, yank-menu):
6912 * textmodes/ispell.el (ispell-menu-map):
6913 * net/eudc.el (eudc-tools-menu):
6914 * international/mule-cmds.el (describe-language-environment-map)
6915 (setup-language-environment-map, set-coding-system-map)
6916 (mule-menu-keymap):
6917 * vc-hooks.el (vc-menu-entry, vc-menu-map):
6918 * replace.el (occur-mode-map):
6919 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6920
6921 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
6922
6923 * calc/calc.el (math-read-number, math-read-number-simple):
6924 Use `save-match-data'.
6925
6926 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6927
6928 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6929 rather than fiddling with global-map bindings, since it should only
6930 affect per-terminal settings.
6931 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6932
6933 * minibuffer.el (completion-table-with-terminator): Allow to specify
6934 the terminator-regexp.
6935
6936 * simple.el (switch-to-completions): Look for *Completions* in other
6937 frames as well.
6938
6939 * pcomplete.el: Allow the use of completion-tables.
6940 (pcomplete-std-complete): New command.
6941 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6942 (pcomplete--here): Use a function for `form' rather than an expression,
6943 so it can be byte-compiled.
6944 (pcomplete-here, pcomplete-here*): Adjust accordingly.
6945 Add edebug declaration.
6946 (pcomplete-show-completions): Remove unused var `curbuf'.
6947 (pcomplete-do-complete, pcomplete-stub):
6948 Don't assume `completions' is a list of strings any more.
6949
6950 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
6951
6952 * find-dired.el (find-name-arg): Fix typo in docstring.
6953
6954 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6955
6956 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6957 (pcmpl-linux-fs-types): Same, and update to new modules layout.
6958
6959 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6960 pcomplete-entries.
6961
6962 * comint.el (comint-read-input-ring, comint-write-input-ring)
6963 (comint-substitute-in-file-name)
6964 (comint-dynamic-complete-as-filename)
6965 (comint-dynamic-simple-complete)
6966 (comint-dynamic-list-filename-completions)
6967 (comint-dynamic-list-completions)
6968 (comint-redirect-results-list-from-process): Minor simplifications.
6969
6970 2009-10-21 Kevin Ryde <user42@zip.com.au>
6971
6972 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6973 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
6974 the first form. And insert a blank line after ";;; Code" since
6975 that's usual style. (Bug#4612)
6976
6977 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6978
6979 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6980
6981 * minibuffer.el (completion-table-with-terminator): Properly implement
6982 boundaries, in case `terminator' appears in the suffix.
6983 (completion--embedded-envvar-table): Don't return boundaries if
6984 there's no valid completion. Simplify.
6985 (completion-file-name-table): New completion table extracted from
6986 completion--file-name-table.
6987 (completion--file-name-table): Use it.
6988 (read-file-name-predicate): Declare obsolete.
6989 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6990 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6991 completion-file-name-table, and use the `pred' argument.
6992 * files.el (locate-file-completion-table): Use the `pred' arg rather
6993 than read-file-name-predicate.
6994 (abbreviate-file-name): Use \` rather than ^ for BOS.
6995
6996 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6997
6998 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6999 vc-responsible-backend to register, it causes problems.
7000
7001 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7002
7003 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
7004
7005 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
7006
7007 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
7008 (tramp-smb-handle-file-attributes): Use it.
7009 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
7010 (tramp-smb-handle-insert-directory): Use `mapc' rather than
7011 `mapcar'. Use `tramp-smb-get-stat-capability'.
7012 Add `dired-filename' text properties.
7013 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
7014 (tramp-smb-maybe-open-connection): Simplify check for smbclient
7015 version.
7016
7017 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7018
7019 * subr.el (read-key-delay): Reduce to 0.01.
7020 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
7021 (bug#4751).
7022
7023 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7024
7025 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
7026
7027 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
7028 (Info-menu): Remove unused vars `last' and `completions'.
7029 (Info-index-nodes): Remove unused var `node'.
7030
7031 * info.el (Info-complete-menu-item): Use complete-with-action.
7032
7033 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7034
7035 Make vc-annotate work through copies and renames.
7036 * vc-annotate.el (vc-annotate-extract-revision-at-line):
7037 Return the file name too.
7038 (vc-annotate-revision-at-line)
7039 (vc-annotate-find-revision-at-line)
7040 (vc-annotate-revision-previous-to-line)
7041 (vc-annotate-show-log-revision-at-line): Update to get the file
7042 name from vc-annotate-extract-revision-at-line.
7043 (vc-annotate-show-diff-revision-at-line-internal): Change the
7044 argument to mean whether to show a file diff or not. Get the file
7045 name from vc-annotate-extract-revision-at-line.
7046 (vc-annotate-show-diff-revision-at-line):
7047 Update vc-annotate-show-diff-revision-at-line call.
7048 (vc-annotate-warp-revision): Add an optional file argument.
7049
7050 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
7051 (vc-git-annotate-extract-revision-at-line): Also return the file
7052 name if found.
7053
7054 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
7055 command. Remove unused code.
7056 (vc-hg-annotate-re): Update to match --follow output.
7057 (vc-hg-annotate-extract-revision-at-line): Also return the file
7058 name if found.
7059
7060 * vc.el: Update annotate-extract-revision-at-line documentation.
7061
7062 2009-10-18 Kevin Ryde <user42@zip.com.au>
7063
7064 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
7065 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
7066
7067 * net/browse-url.el (browse-url): Identify alist with "consp and
7068 not functionp" and let all other things go down the `apply' leg,
7069 as suggested by Stefan. (Further to bug#4531.)
7070
7071 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
7072
7073 * minibuffer.el (read-file-name): Check for repeat before putting
7074 a default argument in file-name-history (Bug#4657).
7075
7076 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
7077 read syntax (Bug#4737).
7078
7079 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7080
7081 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7082
7083 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
7084 (html-tag-alist, html-tag-help): Add descriptions for undocumented
7085 entries and make note of obsolete tags.
7086
7087 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7088
7089 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7090
7091 2009-10-18 Glenn Morris <rgm@gnu.org>
7092
7093 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7094 grep, so that binary files (eg international/uni-bidi.el) can match.
7095 Remove test for "UnicodeData" files, since it is hopefully unnecessary
7096 now, and in any case the file header format has changed.
7097
7098 2009-10-17 Glenn Morris <rgm@gnu.org>
7099
7100 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7101 (flyspell-get-word, flyspell-large-region)
7102 (flyspell-auto-correct-previous-word): Doc/error message fixes.
7103
7104 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
7105
7106 * Makefile.in (ELCFILES): Add ede/shell.
7107
7108 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
7109
7110 * term/common-win.el (x-colors): Purecopy it.
7111
7112 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7113
7114 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
7115 permissive for when the buffer is empty.
7116 (tar-header-block-tokenize): Decode the username and groupname.
7117 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
7118
7119 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7120
7121 * international/mule-cmds.el (select-safe-coding-system): If the file
7122 has a coding cookie, use it regardless of any other setting (bug#4712).
7123
7124 2009-10-17 Glenn Morris <rgm@gnu.org>
7125
7126 * foldout.el (foldout-mouse-swallow-events):
7127 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
7128
7129 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
7130 (dired-keep-marker-copy, dired-keep-marker-hardlink)
7131 (dired-keep-marker-symlink, dired-dwim-target)
7132 (dired-copy-preserve-time): Do not autoload these defcustoms.
7133
7134 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7135 messages from messing up the file coding. (Bug#4623)
7136
7137 2009-10-17 Jari Aalto <jari.aalto@cante.net>
7138
7139 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7140 if no match is found for the current dictionary. (Bug#4578)
7141
7142 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7143 optional, since that is how it is documented, and this is often called
7144 with a nil argument. (Bug#4577)
7145 (flyspell-external-point-words, flyspell-auto-correct-word)
7146 (flyspell-correct-word-before-point, flyspell-word-search-forward)
7147 (flyspell-word-search-backward): Remove nil argument in calls to
7148 flyspell-get-word, since it is not needed now.
7149
7150 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
7151
7152 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
7153
7154 2009-10-16 Glenn Morris <rgm@gnu.org>
7155
7156 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7157
7158 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
7159
7160 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7161 (ange-ftp-file-size): New function.
7162 (ange-ftp-file-attributes): Use it.
7163
7164 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
7165
7166 * net/tramp-smb.el (tramp-smb-version): New defvar.
7167 (tramp-smb-maybe-open-connection): Use it, in order to avoid
7168 repeated checks.
7169
7170 2009-10-16 Glenn Morris <rgm@gnu.org>
7171
7172 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7173 Maybe copy some custom properties from old to new name. (Bug#4706)
7174
7175 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
7176
7177 * subr.el (error, sit-for, start-process-shell-command)
7178 (start-file-process-shell-command): Set the calling convention
7179 after the function definition.
7180
7181 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7182
7183 * subr.el (error, sit-for, start-process-shell-command)
7184 (start-file-process-shell-command): Use the new
7185 set-advertised-calling-convention feature.
7186
7187 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
7188
7189 * international/ucs-normalize.el (ucs-normalize-version):
7190 Change to 1.2.
7191 (check-range): Adjust for Unicode 5.2.
7192
7193 2009-10-15 Juri Linkov <juri@jurta.org>
7194
7195 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7196 to the `menu-item' format.
7197
7198 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
7199
7200 * net/tramp.el (tramp-replace-environment-variables): Do not fail
7201 if the environment variable does not exist.
7202
7203 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7204 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7205 parameter.
7206 (tramp-smb-handle-add-name-to-file)
7207 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7208 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7209 (tramp-smb-handle-file-attributes)
7210 (tramp-smb-do-file-attributes-with-stat)
7211 (tramp-smb-handle-file-local-copy)
7212 (tramp-smb-handle-insert-directory)
7213 (tramp-smb-handle-make-directory)
7214 (tramp-smb-handle-make-directory-internal)
7215 (tramp-smb-handle-make-symbolic-link)
7216 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7217 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7218 (tramp-smb-maybe-open-connection): Apply the changed parameters.
7219 (tramp-smb-read-file-entry): Read Disk names in compressed format.
7220 Handle long file names.
7221 (tramp-smb-get-cifs-capabilities): Check, whether the connection
7222 process is running.
7223 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7224 Read share names with "-g" option.
7225
7226 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
7227
7228 * net/rcirc.el (rcirc-view-log-file): New command.
7229 (rcirc-track-minor-mode-map): Remove C-c ` binding.
7230 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7231 specified.
7232
7233 2009-10-15 Glenn Morris <rgm@gnu.org>
7234
7235 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7236 from the second command-line argument.
7237 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7238 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7239 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7240 w32-batch-update-autoloads.
7241 * emacs-lisp/autoload.el (autoload-make-program): New variable.
7242 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7243
7244 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7245 the headers cannot be located. Simplify, subtracting superflous
7246 save-excursions.
7247
7248 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
7249
7250 Replace completion-base-size by completion-base-position to fix bugs
7251 such as (bug#4699).
7252 * simple.el (completion-base-position): New var.
7253 (completion-base-size): Mark as obsolete.
7254 (choose-completion): Make it work for mouse events as well.
7255 Pass the new base-position to choose-completion-string.
7256 (choose-completion-guess-base-position): New function, extracted from
7257 choose-completion-delete-max-match.
7258 (choose-completion-delete-max-match): Use it. Make obsolete.
7259 (choose-completion-string): Use the new base-position info.
7260 (completion-root-regexp): Delete.
7261 (completion-setup-function): Preserve completion-base-position.
7262 Eliminate obsolete base-size manipulation.
7263 * minibuffer.el (display-completion-list): Don't mess with base-size.
7264 (minibuffer-completion-help): Set completion-base-position instead.
7265 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7266 choose-completion.
7267 * textmodes/bibtex.el (bibtex-complete):
7268 * emacs-lisp/crm.el (crm--choose-completion-string):
7269 Adjust to new calling convention.
7270 * complete.el (partial-completion-mode): Use minibufferp to avoid
7271 bumping into incompatible change to choose-completion-string-functions.
7272 * ido.el (ido-choose-completion-string): Make its calling convention
7273 more permissive.
7274 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7275 base-size manipulation.
7276 (comint-dynamic-list-input-ring): Use dotimes and push.
7277 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7278 fundamental-mode. Use `or'.
7279
7280 2009-10-14 Juri Linkov <juri@jurta.org>
7281
7282 * misearch.el (multi-isearch-next-buffer-from-list)
7283 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
7284
7285 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7286
7287 * Makefile.in (compile-onefile): Load `bytecomp' rather than
7288 `bytecomp.el'.
7289
7290 * minibuffer.el (completion-pcm--merge-completions): Make sure the
7291 string we return is all made up of text from the completions rather
7292 than part from the completions and part from the input (bug#4219).
7293
7294 * ido.el (ido-everywhere): Use define-minor-mode.
7295
7296 * buff-menu.el (list-buffers, ctl-x-map):
7297 Mark the entry points with ;;;###autoload cookies.
7298
7299 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7300
7301 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7302 correctly in the detached head case.
7303 (vc-git-print-log): Remove unused binding.
7304
7305 * vc.el (vc-responsible-backend): When a directory is passed for
7306 for registration create a VC repository if no backend is
7307 responsible for the directory argument.
7308 (vc-deduce-fileset): Tell vc-responsible-backend to register.
7309
7310 * vc.el: Move comments about RCS and SCCS ...
7311 * vc-rcs.el:
7312 * vc-sccs.el: ... here, respectively.
7313
7314 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7315
7316 * minibuffer.el (completion--file-name-table): Return nil if there's
7317 no file completion, even if substitute-in-file-name changed
7318 the string (bug#4708).
7319
7320 2009-10-13 Juri Linkov <juri@jurta.org>
7321
7322 * files-x.el (read-file-local-variable-value): Don't filter out
7323 minor modes from mode name completion (bug#4664).
7324
7325 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7326
7327 * international/mule-cmds.el (ucs-names): Remove exclusion of
7328 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7329
7330 2009-10-13 Kenichi Handa <handa@m17n.org>
7331
7332 * international/uni-name.el: Regenerated.
7333
7334 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7335
7336 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
7337 should be automatically buffer-local, but isn't.)
7338
7339 2009-10-12 Sam Steingold <sds@gnu.org>
7340
7341 * progmodes/compile.el (compilation-next-error-function): Fix the
7342 timestamps if the buffer has been visited before.
7343 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7344 non-anchored patterns, like the perl one (bug#3928).
7345
7346 2009-10-12 Glenn Morris <rgm@gnu.org>
7347
7348 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7349 Let-bind `size'.
7350
7351 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
7352
7353 * proced.el (proced-unload-function): New function.
7354
7355 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7356 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7357 Doc fix.
7358
7359 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7360
7361 2009-10-11 Juri Linkov <juri@jurta.org>
7362
7363 * files-x.el (read-file-local-variable-value):
7364 Provide default value only for bound variables (bug#4664).
7365
7366 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
7367
7368 * net/tramp.el (tramp-local-host-p): Function shall return nil for
7369 connection methods like smb.
7370
7371 * net/tramp-cache.el (tramp-flush-connection-property): The hash
7372 can be empty.
7373
7374 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7375 (tramp-smb-file-name-handler-alist): Add handlers for
7376 `add-name-to-file', `make-symbolic-link'.
7377 (tramp-smb-handle-add-name-to-file)
7378 (tramp-smb-do-file-attributes-with-stat)
7379 (tramp-smb-handle-make-symbolic-link)
7380 (tramp-smb-get-cifs-capabilities): New defuns.
7381 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7382 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7383 (tramp-smb-handle-file-local-copy)
7384 (tramp-smb-handle-make-directory-internal)
7385 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7386 The file name syntax depends on cifs capabilities.
7387 (tramp-smb-handle-file-attributes):
7388 Call `tramp-smb-do-file-attributes-with-stat' if possible.
7389 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7390 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7391
7392 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
7393
7394 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7395 (eieio-defclass): Apply deftype handler and setf-method properties
7396 directly.
7397 (eieio-add-new-slot): Avoid union function from cl library.
7398 (eieio--typep): New function.
7399 (eieio-perform-slot-validation): Use it.
7400
7401 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7402
7403 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7404 Update documentation to refer to the variables documented in r1.135.
7405 (Bug#4188)
7406
7407 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7408
7409 * bookmark.el (Info-suffix-list): Remove this unused variable.
7410 (bookmark-current-point): Remove this obsolete variable.
7411 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7412 Adjust for removal of bookmark-current-point.
7413
7414 (bookmarks-already-loaded, bookmark-current-buffer)
7415 (bookmark-yank-point): Document. (Bug#4188)
7416
7417 2009-10-10 Glenn Morris <rgm@gnu.org>
7418
7419 * frame.el (frame-height): Doc fix.
7420
7421 * calendar/calendar.el (calendar-split-width-threshold): New option.
7422 (calendar-basic-setup): Use calendar-split-width-threshold.
7423
7424 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
7425
7426 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7427 Ideographic Supplement" range (U+1F200..U+1F2FF).
7428
7429 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7430
7431 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7432 since the list will have been rebuilt anyway. (Bug#4349)
7433
7434 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7435
7436 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7437 (bookmark-bmenu-execute-deletions): Don't save here, as
7438 bookmark-delete will now do so if necessary.
7439 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7440 (Bug#4348)
7441
7442 2009-10-09 Glenn Morris <rgm@gnu.org>
7443
7444 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7445
7446 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7447
7448 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7449 (bookmark-jump-other-window): Just invoke bookmark-jump with new
7450 argument now, so the two function's behaviors will match. (Bug#3645)
7451
7452 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
7453
7454 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7455 (tramp-file-name-real-host, tramp-file-name-port):
7456 Apply `save-match-data'.
7457
7458 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7459 case both directories are remote.
7460 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7461 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7462
7463 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7464
7465 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7466
7467 2009-10-07 Glenn Morris <rgm@gnu.org>
7468
7469 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7470 of concat.
7471
7472 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7473
7474 * files-x.el (read-file-local-variable): Include some
7475 non-user-variables in the completion table (bug#4664).
7476
7477 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
7478
7479 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7480 message.
7481
7482 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7483 (tramp-smb-file-name-handler-alist): Add handler for
7484 `copy-directory', `expand-file-name', `set-file-modes'.
7485 (tramp-smb-handle-copy-directory)
7486 (tramp-smb-handle-expand-file-name)
7487 (tramp-smb-handle-set-file-modes): New defuns.
7488 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7489 (tramp-smb-handle-file-attributes): Simplify check for retrieving
7490 entry.
7491 (tramp-smb-handle-insert-directory): Don't flush the cache.
7492 (tramp-smb-maybe-open-connection): Check for samba client and
7493 server versions.
7494
7495 2009-10-07 Eli Zaretskii <eliz@gnu.org>
7496
7497 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7498 to not error out of search for "^lisp=" fails.
7499
7500 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7501
7502 * makefile.w32-in (WINS_UPDATES): New macro.
7503 (custom-deps, finder-data, autoloads): Use it.
7504
7505 2009-10-07 Glenn Morris <rgm@gnu.org>
7506
7507 * Makefile.in (autoloads): Revert previous change.
7508 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7509 the list of preloaded files passed on the command-line, get
7510 it from src/Makefile.
7511
7512 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7513 show the original buffer rather than a random one.
7514
7515 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
7516
7517 * help.el (describe-no-warranty): Place point in a slightly better
7518 position in the GPLv3 text.
7519
7520 2009-10-06 Sam Steingold <sds@gnu.org>
7521
7522 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7523 the comm attribute is present before calling regexp-quote.
7524
7525 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
7526
7527 * play/animate.el (animate-string): For good effect, make sure
7528 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7529
7530 * play/animate.el (animate-sequence, animate-birthday-present):
7531 * misc.el (butterfly): Don't set `indent-tabs-mode'.
7532
7533 2009-10-06 Glenn Morris <rgm@gnu.org>
7534
7535 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7536
7537 * emacs-lisp/autoload.el (autoload-excludes): New variable.
7538 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7539 (batch-update-autoloads): Process a string value of autoload-excludes,
7540 set during the build process.
7541 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
7542
7543 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7544 inside with-parsed... macro so that `v' is defined.
7545
7546 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7547 * progmodes/fortran.el (fortran-end-of-block)
7548 (fortran-beginning-of-block):
7549 Also push mark in the macro case.
7550
7551 * emerge.el (emerge-show-file-name):
7552 * calc/calc.el (calc-quit):
7553 * calc/calc-misc.el (calc-big-or-small):
7554 * calc/calc-graph.el (calc-graph-view):
7555 * calc/calc-ext.el (calc-reset):
7556 * calendar/calendar.el (calendar-basic-setup):
7557 Use window-full-height-p.
7558
7559 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7560 header we don't understand, don't insert another. (Bug#4624)
7561 If changing mime charset, insert the new one in the right place.
7562
7563 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
7564
7565 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7566 (cal-tex-cursor-month): Correctly increment the end date for diary and
7567 holiday listing. (Bug#4626)
7568
7569 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7570
7571 * help-fns.el (describe-function-1): Don't burp if the function is not
7572 a symbol.
7573
7574 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
7575
7576 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7577 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7578 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7579 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7580
7581 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7582 (eieio-default-superclass): Reflow docstrings.
7583 (this, class-option-assoc, defclass, eieio-class-un-autoload)
7584 (eieio-unbind-method-implementations, defmethod)
7585 (eieio-validate-slot-value, eieio-validate-class-slot-value)
7586 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7587 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7588 (eieio-slot-originating-class-p, eieio-slot-name-index)
7589 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7590 (constructor, initialize-instance, no-next-method, object-print)
7591 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7592 Fix typos in docstrings.
7593 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7594 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7595 (next-method-p): Doc fixes.
7596 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7597 Fix typos in error messages.
7598 (eieio-defmethod): Fix typo in description of generic method.
7599
7600 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7601 (eieio-persistent-save-interactive, slot-missing):
7602 Fix typos in docstrings.
7603 (eieio-instance-inheritor-slot-boundp): Doc fix.
7604
7605 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7606 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7607
7608 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7609 (eieio-custom-object-apply-reset):
7610 Fix typos in docstrings and error messages.
7611
7612 * emacs-lisp/eieio-datadebug.el (data-debug-show):
7613 Fix typo in docstring.
7614
7615 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7616 (eieio-browse-tree): Doc fix.
7617 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7618 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7619 Fix typos in docstrings.
7620
7621 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7622 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7623 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7624 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7625 Reflow docstrings.
7626
7627 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7628
7629 * vc-hg.el (log-view-vc-backend): Declare for compiler.
7630 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7631 Set log-view-vc-backend so that diff can work.
7632
7633 * log-view.el (log-view-diff): Use vc-diff-internal instead of
7634 vc-version-diff.
7635 (vc-diff-internal): Autoload this instead of vc-version-diff.
7636
7637 2009-10-05 Eli Zaretskii <eliz@gnu.org>
7638
7639 * simple.el (eval-expression): Doc fix.
7640
7641 * progmodes/cwarn.el (cwarn-mode): Doc fix.
7642
7643 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
7644
7645 * files.el (directory-files-no-dot-files-regexp): New defconst.
7646 (delete-directory): Use it.
7647 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
7648
7649 * net/tramp.el (tramp-verbose): Fix docstring.
7650 (tramp-methods): Add recursive option to `tramp-copy-args'.
7651 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
7652 "scp1_old", "scp2_old", "rsync", "rsyncc".
7653 (tramp-default-method): Check also for `auth-source-user-or-password'.
7654 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7655 Add handler for `copy-directory'.
7656 (tramp-handle-copy-directory): New defun.
7657 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7658 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7659 Optimize sent command.
7660
7661 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7662
7663 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7664 window if necessary.
7665
7666 * calendar/calendar.el (calendar-basic-setup): Don't call
7667 switch-to-buffer in a dedicated window.
7668
7669 2009-10-05 Karl Fogel <kfogel@red-bean.com>
7670
7671 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7672 don't do anything related to relocating, just return nil.
7673 (bookmark-error-no-filename): New error.
7674 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7675 bookmark has no file. Don't even attempt to handle things that
7676 are not files; the whole point of custom handlers is to keep that
7677 knowledge elsewhere anyway. Tighten some comments.
7678 (bookmark-file-or-variation-thereof): Remove now-unused function.
7679 (bookmark-location): Doc string fix.
7680 (Bug#4250)
7681
7682 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7683
7684 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7685 don't use a file dialog, because they usually don't know how to read
7686 a directory target from the user. (Bug#4230)
7687 Also, make sure the prompt can display directories as well as files.
7688
7689 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7690
7691 * bookmark.el (bookmark-set, bookmark-buffer-name):
7692 Improve doc strings. (Bug#1193)
7693
7694 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7695
7696 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7697 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7698 (bookmark-get-annotation, bookmark-set-annotation)
7699 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7700 (bookmark-set-position, bookmark-get-front-context-string)
7701 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7702 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7703 (bookmark-jump-other-window, bookmark-handle-bookmark)
7704 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7705 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7706 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7707 Improve doc strings to say whether bookmark can be a string or
7708 a record or both, and make other consistency and clarity fixes.
7709 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7710 (bookmark-default-annotation-text, bookmark-yank-word)
7711 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7712 (bookmark-import-new-list, bookmark-maybe-rename)
7713 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7714 (bookmark-bmenu-bookmark): Give these doc strings.
7715 (bookmark-bmenu-check-position): Give this a doc string, but also
7716 add a FIXME comment about how the function may be pointless.
7717 (bookmark-default-handler): Rework doc string and change a
7718 parameter name, to clarify that this takes a bookmark record
7719 not a bookmark name.
7720 (bookmark-set): Change a parameter name to indicate its meaning,
7721 and improve the doc string a bit.
7722 (Bug#4188)
7723
7724 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7725
7726 * bookmark.el (bookmark-alist): Document the new `handler' element
7727 in the param alist.
7728 (bookmark-make-record-function): Adjust documentation for above.
7729 (Bug#4193)
7730
7731 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7732
7733 * info.el (Info-bookmark-make-record): Document this function.
7734 (Info-bookmark-jump): Document with a doc string, not just a comment.
7735 (Bug#4203)
7736
7737 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
7738
7739 * files.el (copy-directory): New defun.
7740
7741 * dired-aux.el (dired-copy-file-recursive): Use it.
7742
7743 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7744
7745 * files-x.el (modify-dir-local-variable)
7746 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
7747 docstrings.
7748
7749 * recentf.el (recentf-unload-function): New function.
7750
7751 2009-10-04 Glenn Morris <rgm@gnu.org>
7752
7753 * window.el (window-full-height-p): Add doc string.
7754
7755 2009-10-04 Martin Rudalics <rudalics@gmx.at>
7756
7757 * window.el (window-full-height-p): New function. (Bug#4543)
7758
7759 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7760
7761 * vc.el: Remove commented out code.
7762 (vc-derived-from-dir-mode): Remove, unused.
7763 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7764
7765 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
7766
7767 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7768 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
7769 there could be recursive loading when `default-directory' is a
7770 remote file name. (Bug#4614)
7771
7772 2009-10-03 Glenn Morris <rgm@gnu.org>
7773
7774 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7775 the frame is wide.
7776 (calendar-generate-window): Test for shrinkability rather than width.
7777
7778 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7779 reusing existing buffers, in case we happen to visit two files with the
7780 same basename. (Bug#4593)
7781
7782 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7783
7784 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7785 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7786 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7787 subdirs of cedet as well.
7788 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7789
7790 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7791
7792 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7793 Obey advertised-signature-table.
7794
7795 * help-fns.el (help-function-arglist): Don't check
7796 advertised-signature-table.
7797 (describe-function-1): Do it here instead so it also applies to subrs.
7798
7799 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
7800
7801 * simple.el (start-file-process): Say in the doc-string, that file
7802 handlers might not support pty association, if PROGRAM is nil.
7803
7804 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7805 HOST and USER are strings. They are nil, when there are
7806 incomplete entries in ~/.netrc, for example.
7807 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
7808 root directory ("device busy" error otherwise).
7809
7810 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7811 Flush file properties of created directory.
7812
7813 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7814
7815 * makefile.w32-in (WINS_BASIC): Remove cedet.
7816 (WINS_CEDET): Add cedet.
7817 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7818
7819 2009-10-02 Kevin Ryde <user42@zip.com.au>
7820
7821 * net/browse-url.el (browse-url): Pass any symbol in
7822 browse-url-browser-function to `apply', since if you've mistakenly put
7823 an unbound symbol then the error is clearer. (Bug#4531)
7824
7825 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7826
7827 * allout.el (allout-init, allout-back-to-current-heading)
7828 (allout-beginning-of-current-entry, allout-ascend-to-depth)
7829 (allout-ascend, allout-up-current-level, allout-end-of-level)
7830 (allout-previous-visible-heading, allout-forward-current-level)
7831 (allout-backward-current-level, allout-show-children):
7832 * apropos.el (apropos-describe-plist):
7833 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7834 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7835 * completion.el (add-completion, add-permanent-completion):
7836 * descr-text.el (describe-text-category, describe-char):
7837 * desktop.el (desktop-lazy-abort):
7838 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7839 * dired.el (dired-build-subdir-alist):
7840 * ediff.el (ediff-version):
7841 * elide-head.el (elide-head, elide-head-show):
7842 * emerge.el (emerge-version):
7843 * env.el (getenv):
7844 * face-remap.el (variable-pitch-mode):
7845 * faces.el (describe-face):
7846 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7847 (dired-at-point):
7848 * files.el (find-file-existing, auto-save-mode):
7849 * font-lock.el (font-lock-fontify-buffer):
7850 * help-fns.el (describe-function, describe-variable)
7851 (describe-syntax, describe-categories):
7852 * help.el (view-lossage, describe-bindings, describe-key)
7853 (describe-mode):
7854 * hexl.el (hexl-current-address):
7855 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7856 * info.el (Info-goto-emacs-key-command-node):
7857 * log-edit.el (log-edit-insert-cvs-template)
7858 (log-edit-insert-cvs-rcstemplate):
7859 * menu-bar.el (menu-bar-mode):
7860 * mouse.el (mouse-appearance-menu):
7861 * newcomment.el (comment-indent-new-line):
7862 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7863 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7864 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7865 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7866 * recentf.el (recentf-mode):
7867 * savehist.el (savehist-mode, savehist-save):
7868 * shadowfile.el (shadow-copy-files):
7869 * simple.el (kill-ring-save, next-line, previous-line)
7870 (normal-erase-is-backspace-mode):
7871 * strokes.el (strokes-update-window-configuration)
7872 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7873 (strokes-xpm-for-stroke):
7874 * time.el (emacs-uptime, emacs-init-time):
7875 * tutorial.el (tutorial--describe-nonstandard-key)
7876 (tutorial--detailed-help):
7877 * type-break.el (type-break-mode)
7878 (type-break-mode-line-message-mode, type-break-query-mode)
7879 (type-break-guesstimate-keystroke-threshold):
7880 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7881 * version.el (emacs-version):
7882 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7883 * winner.el (winner-mode):
7884 * calendar/timeclock.el (timeclock-in, timeclock-out)
7885 (timeclock-status-string, timeclock-change)
7886 (timeclock-workday-remaining-string)
7887 (timeclock-workday-elapsed-string)
7888 (timeclock-when-to-leave-string):
7889 * calendar/todo-mode.el (todo-add-category):
7890 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7891 * emacs-lisp/autoload.el (update-file-autoloads):
7892 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7893 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7894 (checkdoc-message-text, checkdoc-defun):
7895 * emacs-lisp/debug.el (debugger-list-functions):
7896 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7897 * emacs-lisp/eieio-opt.el (eieio-describe-class)
7898 (eieio-describe-generic):
7899 * emacs-lisp/lisp-mnt.el (lm-synopsis):
7900 * emacs-lisp/shadow.el (list-load-path-shadows):
7901 * emulation/cua-base.el (cua-mode):
7902 * emulation/edt.el (edt-set-scroll-margins):
7903 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7904 (tpu-toggle-regexp, tpu-toggle-search-direction)
7905 (tpu-toggle-rectangle, tpu-toggle-control-keys):
7906 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7907 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7908 (viper-set-parsing-style-toggling-macro)
7909 (viper-set-emacs-state-searchstyle-macros):
7910 * emulation/viper.el (viper-set-hooks):
7911 * eshell/esh-mode.el (eshell-truncate-buffer):
7912 * international/mule-cmds.el (prefer-coding-system)
7913 (describe-input-method, describe-language-environment):
7914 * international/mule-diag.el (list-character-sets)
7915 (describe-character-set, describe-coding-system)
7916 (describe-fontset, list-fontsets, list-input-methods):
7917 * mail/sendmail.el (mail-signature):
7918 * net/ange-ftp.el (ange-ftp-copy-file):
7919 * net/browse-url.el (browse-url):
7920 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7921 * net/quickurl.el (quickurl-add-url):
7922 * net/rcirc.el (names, topic):
7923 * net/xesam.el (xesam-mode):
7924 * play/5x5.el (5x5-new-game):
7925 * play/yow.el (apropos-zippy):
7926 * progmodes/ada-mode.el (ada-mode-version):
7927 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7928 (f90-end-of-block)
7929 (f90-beginning-of-block):
7930 * progmodes/fortran.el (fortran-end-of-block)
7931 (fortran-beginning-of-block):
7932 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7933 * progmodes/python.el (python-describe-symbol, python-shell):
7934 * term/ns-win.el (ns-print-buffer):
7935 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7936 * textmodes/flyspell.el (flyspell-mode-on):
7937 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7938 (pages-directory-for-addresses):
7939 * textmodes/table.el (table-recognize-cell)
7940 (table-query-dimension, table-generate-source)
7941 (table-insert-sequence, table--warn-incompatibility):
7942 * textmodes/tex-mode.el (tex-validate-buffer):
7943 * textmodes/texinfmt.el (texinfmt-version)
7944 (texinfo-format-buffer):
7945 Use `called-interactively-p' instead of `interactive-p'.
7946
7947 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7948
7949 * image-mode.el (image-toggle-display):
7950 * emacs-lisp/elp.el (elp-instrument-function):
7951 * emacs-lisp/advice.el (ad-make-advised-definition):
7952 * emacs-lisp/easy-mmode.el (define-minor-mode):
7953 * net/browse-url.el (browse-url-maybe-new-window):
7954 * progmodes/sh-script.el (sh-learn-buffer-indent):
7955 Pass new argument 'any to `called-interactively-p'.
7956
7957 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7958
7959 * international/uni-bidi.el:
7960 * international/uni-category.el:
7961 * international/uni-combining.el:
7962 * international/uni-comment.el:
7963 * international/uni-decimal.el:
7964 * international/uni-decomposition.el:
7965 * international/uni-digit.el:
7966 * international/uni-lowercase.el:
7967 * international/uni-mirrored.el:
7968 * international/uni-name.el:
7969 * international/uni-numeric.el:
7970 * international/uni-old-name.el:
7971 * international/uni-titlecase.el:
7972 * international/uni-uppercase.el:
7973 Regenerate from Unicode 5.2.0 data.
7974
7975 2009-10-01 Glenn Morris <rgm@gnu.org>
7976
7977 * Makefile.in (ELCFILES): Regenerate.
7978
7979 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7980
7981 * subr.el (interactive-p): Mark obsolete.
7982 (called-interactively-p): Make the optional-ness of `kind' obsolete.
7983 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7984 advertised-signature-table for subroutines as well.
7985
7986 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7987 (set-advertised-calling-convention): New function.
7988 (make-obsolete, define-obsolete-function-alias)
7989 (make-obsolete-variable, define-obsolete-variable-alias):
7990 Make the optional-ness of `when' obsolete.
7991 (define-obsolete-face-alias): Make `when' non-optional.
7992 * help-fns.el (help-function-arglist):
7993 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7994 Use advertised-signature-table.
7995
7996 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
7997
7998 * files.el (delete-directory): New defun. The original function
7999 in fileio.c has been renamed to `delete-directory-internal'.
8000
8001 * dired.el (dired-delete-file): Call `delete-directory' with
8002 RECURSIVE parameter.
8003
8004 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
8005 parameter RECURSIVE. Implementation is missing.
8006
8007 * net/tramp.el (tramp-handle-make-directory): Flush upper
8008 directory's file properties.
8009 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
8010 (tramp-handle-dired-recursive-delete-directory): Flush directory
8011 properties after the remove command only.
8012
8013 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8014 Handle optional parameter RECURSIVE.
8015
8016 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
8017 Handle optional parameter RECURSIVE.
8018
8019 * net/tramp-smb.el (tramp-smb-errors): Add error message for
8020 connection timeout.
8021 (tramp-smb-handle-delete-directory): Handle optional parameter
8022 RECURSIVE.
8023
8024 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8025
8026 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
8027 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
8028 (byte-compile-defmacro): Use backquotes.
8029
8030 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
8031
8032 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
8033 has no associated file.
8034 (vc-resynch-buffer): Use vc-dir-buffers.
8035
8036 2009-10-01 Glenn Morris <rgm@gnu.org>
8037
8038 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
8039 (chart-file-count):
8040 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
8041 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
8042 * emacs-lisp/eieio-opt.el (eieio-describe-class):
8043 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
8044 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
8045 (eieio-copy-parents-into-subclass, make-instance, class-children)
8046 (eieio-generic-form):
8047
8048 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8049 match-data. (Bug#4555).
8050
8051 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8052 rather than parsing it as a regexp. This relaxes the layout
8053 requirements and makes errors easier to detect.
8054 (check-declare-verify): Check file is regular.
8055 (check-declare-directory): Doc fix.
8056 * subr.el (declare-function): Doc fix.
8057
8058 * ibuffer.el (ibuffer-format-qualifier):
8059 * isearch.el (hi-lock-regexp-okay):
8060 * calc/calc.el (math-zerop):
8061 * mail/uce.el (rmail-msgbeg, rmail-msgend):
8062 * term/w32-win.el (setup-default-fontset, set-fontset-font):
8063 Remove unused declarations.
8064
8065 2009-09-30 Glenn Morris <rgm@gnu.org>
8066
8067 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8068
8069 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8070 filename is not a string.
8071
8072 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
8073
8074 * files.el (safe-local-eval-forms): Fix typo.
8075
8076 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8077
8078 * vc-hooks.el (vc-dir-buffers): New var.
8079 (vc-state-refresh): New function.
8080 (vc-state): Use it.
8081 (vc-after-save): Always ask the backend to recompute the new state.
8082 Always call vc-dir if necessary, using vc-dir-buffers.
8083 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8084 Use vc-dir-buffers.
8085 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8086 (vc-dir-prepare-status-buffer, vc-dir-update)
8087 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8088 Don't call expand-file-name on default-directory.
8089
8090 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8091
8092 * speedbar.el (speedbar-item-delete):
8093 * calc/calc-prog.el (calc-kbd-if):
8094 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8095
8096 * epa.el (epa-key-list-mode-map):
8097 * hi-lock.el (hi-lock-menu): Fix typos in menus.
8098
8099 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8100 (hs-show-hook): Fix typo in docstring.
8101
8102 2009-09-29 Glenn Morris <rgm@gnu.org>
8103
8104 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8105 file-name-nondirectory call preventing location of cedet files.
8106 (check-declare-verify): Use literal search rather than re-search.
8107 Add basic defmethod and defclass, and define-overloadable-function.
8108
8109 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8110 Use tramp-compat-file-attributes rather than nonexistent
8111 tramp-compat-handle-file-attributes.
8112
8113 * Makefile.in (lisptagsfiles4): New.
8114 (AUTOGENEL): Add cedet loaddefs files.
8115 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8116 (update-elclist, compile-always, backup-compiled-files)
8117 (bootstrap-clean): Add yet another directory level.
8118 (update-elclist): Use LC_COLLATE rather than COLLATE.
8119 (ELCFILES): Update, via `make update-elclist'.
8120
8121 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8122
8123 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8124 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8125 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8126
8127 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
8128
8129 * Makefile.in (lisptagsfiles3): Define.
8130 (TAGS, TAGS-LISP): Use it.
8131 (update-elclist): Add third directory level to look for elc files.
8132 (compile-always): Likewise.
8133 (backup-compiled-files): Likewise.
8134 (bootstrap-clean): Likewise.
8135 (ELCFILES): Update.
8136
8137 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
8138
8139 * Makefile.in (ELCFILES): Add CEDET files.
8140
8141 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
8142
8143 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8144
8145 * net/tramp.el (top): Require tramp-imap.
8146
8147 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8148 Use `tramp-compat-handle-file-attributes'.
8149
8150 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8151
8152 * net/tramp-imap.el: New package.
8153
8154 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8155
8156 * whitespace.el (whitespace-trailing-regexp)
8157 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8158 Fix doc string.
8159
8160 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
8161
8162 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8163 menu.
8164
8165 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8166 menu-bar-ediff-menu.
8167
8168 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8169 define-overloadable-function.
8170
8171 * progmodes/autoconf.el: Provide autoconf as well, so that this
8172 file can be `require'd.
8173
8174 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8175
8176 * emacs-lisp/autoload.el (generated-autoload-feature)
8177 (generated-autoload-load-name): New vars.
8178 (autoload-rubric, autoload-generate-file-autoloads): Use them.
8179 (make-autoload): Recognize define-overloadable-function and
8180 defclass forms (for EIEIO).
8181
8182 * Makefile.in (update-subdirs): Exclude cedet directory.
8183
8184 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8185
8186 * term/ns-win.el: Don't set the region face background. (Bug#4381)
8187
8188 * faces.el: Default light-background background for region face to
8189 ns_selection_color under NS.
8190
8191 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8192
8193 * net/imap-hash.el: New library, see NEWS.
8194
8195 * Makefile.in (ELCFILES): Add imap-hash.el.
8196
8197 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8198
8199 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8200 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8201 * help-macro.el (make-help-screen): Avoid using an ambiguous function
8202 definition where the docstring could be taken for the return value.
8203
8204 2009-09-26 Glenn Morris <rgm@gnu.org>
8205
8206 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8207 Add option to only show images below a certain size.
8208 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8209 save-excursion calls.
8210
8211 2009-09-26 Eli Zaretskii <eliz@gnu.org>
8212
8213 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8214 subdirectories) and eieio.
8215
8216 2009-09-26 Alan Mackenzie <acm@muc.de>
8217
8218 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8219 Correct buggy bracketing. (Bug#4289)
8220
8221 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
8222 character constants (as case labels). (Bug#4289)
8223
8224 2009-09-25 Juri Linkov <juri@jurta.org>
8225
8226 * files.el (safe-local-eval-forms): Allow time-stamp in
8227 before-save-hook (Bug#4554).
8228
8229 2009-09-25 Drew Adams <drew.adams@oracle.com>
8230
8231 * menu-bar.el (list-buffers-directory): Doc fix.
8232
8233 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
8234
8235 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8236 Try and avoid copying twice the same paragraph.
8237 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8238 Remove save-excursion.
8239 (log-edit-changelog-entry): Do it here instead.
8240
8241 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
8242
8243 * bs.el (bs--get-file-name): Use `list-buffers-directory'
8244 when available, instead of hardcoding mode names. Doc fix.
8245
8246 * menu-bar.el (list-buffers-directory): Add docstring.
8247 Make automatically buffer-local.
8248
8249 * dired.el (dired-mode):
8250 * files.el (cd-absolute):
8251 * pcvs.el (cvs-temp-buffer):
8252 * pcvs-util.el (cvs-get-buffer-create):
8253 * shell.el (shell-mode):
8254 * vc-dir.el (vc-dir-mode):
8255 Don't make `list-buffers-directory' buffer local.
8256
8257 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
8258
8259 * comint.el (comint-exec, comint-run, make-comint):
8260 Doc fixes (Bug#4542).
8261
8262 2009-09-25 Glenn Morris <rgm@gnu.org>
8263
8264 * mail/rmailmm.el (rmail-mime): New custom group.
8265 Move all defcustoms in this file into this group.
8266 (rmail-mime-media-type-handlers-alist): Revert previous change.
8267 (rmail-mime-show-images): New option.
8268 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8269 references to it, since it wasn't actually used for anything.
8270 (rmail-mime-insert-image): New function.
8271 (rmail-mime-image): Use rmail-mime-insert-image.
8272 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
8273 obey the value of `rmail-mime-show-images' option. Print the size of
8274 attachments.
8275
8276 2009-09-25 David Engster <deng@randomsample.de>
8277
8278 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
8279
8280 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8281
8282 * whitespace.el: Does not highlight trailing spaces While point is
8283 at end of line. Does not highligt spaces at beginning of buffer
8284 while point is at beginning of buffer. Does not highlight spaces
8285 at end of buffer while point is at end of buffer. (Bug#4177)
8286 New version 12.0.
8287 (whitespace-display-mappings): Adjust initialization.
8288 (whitespace-point, whitespace-font-lock-refontify): New vars.
8289 (whitespace-color-on, whitespace-color-off): Adjust code.
8290 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8291 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8292 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8293
8294 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
8295
8296 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8297
8298 * textmodes/sgml-mode.el: Remove xml-mode alias.
8299
8300 * files.el (auto-mode-alist, conf-mode-maybe)
8301 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8302
8303 2009-09-24 Alan Mackenzie <acm@muc.de>
8304
8305 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8306 c-forward-conditionals, but it doesn't move point and doesn't set
8307 the mark.
8308 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8309 (c-down-conditional-with-else, c-backward-conditional)
8310 (c-forward-conditional): Refactor to use c-scan-conditionals.
8311
8312 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8313
8314 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8315 (help-default-arg-highlight): Remove.
8316 (help-highlight-arg): New function.
8317 (help-do-arg-highlight): Use it.
8318 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
8319
8320 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8321
8322 * term.el (term-set-scroll-region, term-handle-ansi-escape):
8323 Undo last change, which didn't fix the problem and introduced others.
8324
8325 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
8326
8327 * progmodes/gdb-mi.el: Don't require speedbar.
8328 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8329
8330 2009-09-24 Glenn Morris <rgm@gnu.org>
8331
8332 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8333
8334 * term/ns-win.el (ns-reg-to-script): Define for compiler.
8335
8336 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8337 there is no newline after the final mime boundary. (Bug#4539)
8338 Move markers on insertion so that any buttons inserted don't end up in
8339 the next part of a multipart message.
8340 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
8341 (rmail-mime-bulk-handler): Optionally handle images.
8342 (rmail-mime-image): New button action.
8343 (rmail-mime-image-handler): New function.
8344 (rmail-mime-mode): New mode.
8345 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
8346
8347 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8348
8349 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8350 than just dropping elements from it (bug#4504).
8351
8352 * term.el (term-set-scroll-region): Don't move cursor any more.
8353 (term-handle-ansi-escape): Call term-goto here instead.
8354 Suggested by Ivan Kanis <apple@kanis.eu>.
8355
8356 * term.el: Require CL.
8357 (term-ansi-reset): New function.
8358 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8359 (term-handle-colors-array): Simplify.
8360
8361 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8362
8363 * allout.el (allout-overlay-interior-modification-handler)
8364 (allout-obtain-passphrase):
8365 * epa-file.el (epa-file-write-region):
8366 * ps-print.el (ps-begin-job):
8367 * vc-hooks.el (vc-toggle-read-only):
8368 * vc-rcs.el (vc-rcs-rollback):
8369 * vc-sccs.el (vc-sccs-rollback):
8370 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8371 (vc-version-diff, vc-revert, vc-rollback):
8372 * wdired.el (wdired-check-kill-buffer):
8373 * emacs-lisp/authors.el (authors):
8374 * net/socks.el (socks-open-connection):
8375 * net/zeroconf.el (zeroconf-service-add-hook):
8376 * obsolete/vc-mcvs.el (vc-mcvs-register):
8377 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8378 (gdb-select-frame):
8379 * progmodes/grep.el (lgrep, rgrep):
8380 * progmodes/idlw-help.el (idlwave-help-check-locations)
8381 (idlwave-help-html-link, idlwave-help-assistant-open-link):
8382 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8383 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8384 (reftex-toc-rename-label): Fix typos in error messages.
8385
8386 * dired-aux.el (dired-do-shell-command): Reflow docstring.
8387 (dired-copy-how-to-fn): Doc fix.
8388 (dired-files-attributes, dired-read-shell-command):
8389 Fix typos in docstrings.
8390
8391 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8392 (dired-x-find-file-other-window): Reflow docstrings.
8393 (dired-omit-marker-char, dired-read-shell-command)
8394 (dired-x-submit-report): Fix typos in docstrings.
8395
8396 * shell.el (shell-mode-hook):
8397 * view.el (View-scroll-line-forward):
8398 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8399 Fix typos in docstrings.
8400
8401 * net/dig.el (dig-invoke): Fix typo in docstring.
8402 (query-dig): Reflow docstring.
8403
8404 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8405 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8406 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8407 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8408 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8409 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8410 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8411 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8412 (idlwave-completion-map, idlwave-current-indent)
8413 (idlwave-custom-ampersand-surround, idlwave-customize)
8414 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8415 (idlwave-define-abbrev, idlwave-determine-class-special)
8416 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8417 (idlwave-end-block-reg, idlwave-end-of-statement)
8418 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8419 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8420 (idlwave-explicit-class-listed, idlwave-file-header)
8421 (idlwave-fill-paragraph, idlwave-find-class-definition)
8422 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8423 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8424 (idlwave-in-quote, idlwave-indent-action-table)
8425 (idlwave-indent-expand-table, idlwave-indent-line)
8426 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8427 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8428 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8429 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8430 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8431 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8432 (idlwave-outlawed-buffers, idlwave-popup-select)
8433 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8434 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8435 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8436 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8437 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8438 (idlwave-statement-type, idlwave-struct-skip)
8439 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8440 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8441 (idlwave-what-module-find-class): Fix typos in docstrings.
8442 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8443 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8444 (idlwave-find-module, idlwave-find-structure-definition)
8445 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8446 (idlwave-list-load-path-shadows, idlwave-next-statement)
8447 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8448 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8449 (idlwave-template): Reflow docstrings.
8450
8451 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8452 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8453 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8454 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8455 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8456 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8457 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8458 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8459 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8460 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8461 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8462 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8463 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8464 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8465 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8466 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8467 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8468 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8469 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8470 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8471 Fix typos in docstrings.
8472 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8473 (idlwave-shell-hide-output, idlwave-shell-mode)
8474 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8475 Reflow docstrings.
8476
8477 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8478
8479 2009-09-24 Ivan Kanis <apple@kanis.eu>
8480
8481 * term.el (term-bold-attribute): New var.
8482 (term-handle-colors-array): Use it.
8483
8484 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
8485
8486 * progmodes/gdb-mi.el (gdb-version): New variable.
8487 (gdb-non-stop-handler): Set gdb-version.
8488 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8489 Condition "--thread" option on gdb-version.
8490 (gdb-invalidate-threads): Remove unused argument.
8491
8492 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8493
8494 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8495 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8496
8497 2009-09-23 Glenn Morris <rgm@gnu.org>
8498
8499 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8500 replying to mail without References or Message-Id. (Bug#4525)
8501
8502 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8503
8504 * term/ns-win.el (ns-reg-to-script): New variable.
8505
8506 2009-09-23 Daiki Ueno <ueno@unixuser.org>
8507
8508 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8509
8510 2009-09-22 Sam Steingold <sds@gnu.org>
8511
8512 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8513 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8514 to 1 because hg returns status 1 when nothing is found.
8515 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8516
8517 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8518
8519 * textmodes/fill.el: Convert to utf-8 encoding.
8520 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8521 pre-unicode days.
8522
8523 * add-log.el (change-log-fill-forward-paragraph): New function.
8524 (change-log-mode): Use it so fill-region DTRT.
8525 Set fill-indent-according-to-mode here rather than in
8526 change-log-fill-paragraph.
8527 (change-log-fill-paragraph): Remove.
8528
8529 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
8530
8531 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8532 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8533
8534 2009-09-22 Glenn Morris <rgm@gnu.org>
8535
8536 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8537 the scroll-bar scroll the calendar window rather than the buffer.
8538
8539 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8540 commands that move point (as opposed to scrolling).
8541
8542 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8543
8544 * emacs-lisp/elint.el (elint): New custom group.
8545 (elint-log-buffer): Make it a defcustom.
8546 (elint-scan-preloaded, elint-ignored-warnings)
8547 (elint-directory-skip-re): New options.
8548 (elint-builtin-variables): Doc fix.
8549 (elint-preloaded-env): New variable.
8550 (elint-unknown-builtin-args): Add an entry for encode-time.
8551 (elint-extra-errors): Make it a variable rather than a constant.
8552 (elint-preloaded-skip-re): New constant.
8553 (elint-directory): Skip files matching elint-directory-skip-re.
8554 (elint-features): New variable, local to linted buffers.
8555 (elint-update-env): Initialize elint-features. Possibly add
8556 elint-preloaded-env to the buffer's environment.
8557 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8558 Skip quoted forms.
8559 (elint-init-form): New function, extracted from elint-init-env.
8560 Make non-list forms a warning rather than an error.
8561 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8562 easy-menu-define, put that adds an error-condition, and provide.
8563 When requiring cl, also require cl-macs. Really require cl, to handle
8564 some cl macros. Store required libraries in the list elint-features,
8565 so as not to re-load them. Treat cc-require like require.
8566 (elint-init-env): Call elint-init-form to do the work.
8567 Handle eval-and-compile and such like.
8568 (elint-add-required-env): Do not clear messages.
8569 (elint-special-forms): Add handlers for function, defalias, if, when,
8570 unless, and, or.
8571 (elint-form): Add optional argument to ignore elint-special-forms,
8572 useful to prevent recursive calls from handlers. Doc fix.
8573 Respect elint-ignored-warnings.
8574 (elint-form): Respect elint-ignored-warnings.
8575 (elint-bound-variable, elint-bound-function): New variables.
8576 (elint-unbound-variable): Respect elint-bound-variable.
8577 (elint-get-args): Respect elint-bound-function.
8578 (elint-check-cond-form): Add some simple handling for (f)boundp and
8579 featurep tests.
8580 (elint-check-defalias-form): New handler.
8581 (elint-check-let-form): Make an empty let a warning rather than an
8582 error.
8583 (elint-check-setq-form): Make an empty setq a warning rather than an
8584 error. Respect elint-ignored-warnings.
8585 (elint-check-defvar-form): Accept null doc-strings.
8586 (elint-check-conditional-form): New handler. Does some simple-minded
8587 checking of featurep and (f)boundp tests.
8588 (elint-put-function-args): New function.
8589 (elint-initialize): Use elint-scan-doc-file rather than
8590 elint-find-builtin-variables. Use elint-put-function-args.
8591 Possibly scan preloaded-file-list.
8592 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8593 extend to handle functions as well.
8594
8595 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8596
8597 * linum.el (linum-delete-overlays, linum-update-window):
8598 Do not modify the right margin. (Bug#3971)
8599
8600 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
8601
8602 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
8603 Use nxml-mode instead of xml-mode.
8604
8605 2009-09-21 Kevin Ryde <user42@zip.com.au>
8606
8607 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8608
8609 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8610
8611 * net/dig.el (dig-mode): Use define-derived-mode.
8612
8613 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8614
8615 * vc-dispatcher.el (vc-do-command): Return the process object in
8616 the asynchronous case. Use when instead of if. Do not run
8617 vc-exec-after to display a message if not enabled. (Bug#4463)
8618
8619 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8620 properties to the stash strings.
8621 (vc-git-stash-list): Return a list of strings.
8622 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8623 (vc-git-stash-show-at-point): New functions.
8624 (vc-git-stash-map): New keymap.
8625
8626 * register.el (ctl-x-r-map): Define the keys here instead of
8627 using autoload.
8628
8629 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
8630
8631 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8632 list, to workaround performance problem (bug#4485).
8633
8634 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
8635
8636 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8637
8638 2009-09-20 Daiki Ueno <ueno@unixuser.org>
8639
8640 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8641 Document that this option is not recommended to use.
8642
8643 2009-09-19 Glenn Morris <rgm@gnu.org>
8644
8645 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8646 variable `var'.
8647
8648 * calc/calc-alg.el (var):
8649 * calc/calcalg2.el (var): Define for compiler.
8650
8651 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
8652
8653 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8654 Doc fix (Bug#3932).
8655
8656 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8657
8658 * time-stamp.el (time-stamp-month-dd-yyyy)
8659 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8660 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8661 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8662 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8663 Remove functions that have been obsolete since 1995 (Bug#4436).
8664
8665 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8666 indent buffer only if called interactively (Bug#4452).
8667
8668 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
8669 Eli Zaretskii <eliz@gnu.org>
8670
8671 This fixes bug#4197 (merged to bug#865, though not identical).
8672 * server.el (server-auth-dir): Add docstring note about FAT32.
8673 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8674 but warn against using them.
8675
8676 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
8677
8678 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8679 older GDB where there is no has_more field.
8680
8681 2009-09-19 Glenn Morris <rgm@gnu.org>
8682
8683 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8684
8685 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
8686
8687 * files.el (auto-mode-alist): Change default for XML files to nXML
8688 mode (Bug#4169).
8689
8690 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
8691
8692 * server.el (server-ensure-safe-dir): Pass 'integer
8693 to `file-attributes', as suggested.
8694
8695 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8696
8697 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8698 (dired-query): Use read-key.
8699
8700 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8701
8702 * cus-start.el (ns-use-qd-smoothing): Remove.
8703
8704 2009-09-18 Glenn Morris <rgm@gnu.org>
8705
8706 * allout.el (top-level): Remove unnecessary progn.
8707
8708 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8709
8710 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8711 definition of abbrev table.
8712
8713 * speedbar.el (speedbar-track-mouse):
8714 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8715 * net/eudc.el (eudc-expand-inline):
8716 * net/newst-backend.el (newsticker--cache-read-feed):
8717 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8718 condition-case handlers.
8719
8720 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
8721
8722 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8723 (gdb-var-list): Add an element for has_more field.
8724 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8725 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8726 (gdb-var-update-handler-1): Parse output of dynamic variable
8727 objects (STL containers).
8728 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8729 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8730
8731 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8732 gdb-var-list.
8733 (gud-speedbar-buttons): Make node expandable if expression "has more"
8734 children.
8735
8736 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
8737
8738 * startup.el (emacs-quick-startup): Remove variable and all uses.
8739 (command-line): Set `inhibit-x-resources' instead.
8740 (command-line-1): Use `inhibit-x-resources' instead.
8741
8742 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
8743
8744 * subr.el: Fix last change to avoid using the `unless' macro,
8745 which breaks bootstrapping.
8746
8747 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8748
8749 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8750 extended definitions, in case we reload subr.el after having
8751 loaded CL.
8752 (eval-next-after-load): Mark as obsolete.
8753
8754 2009-09-17 Juri Linkov <juri@jurta.org>
8755
8756 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8757 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8758 (menu-bar-showhide-menu, menu-bar-tools-menu)
8759 (menu-bar-describe-menu, menu-bar-help-menu)
8760 (minibuffer-local-completion-map, minibuffer-local-map):
8761 Fix list quoting.
8762
8763 2009-09-17 Glenn Morris <rgm@gnu.org>
8764
8765 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8766 arguments, whether or not it has a handler.
8767
8768 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8769
8770 * simple.el (hard-newline): Give it a doc-string.
8771
8772 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8773 (lisp-mode-syntax-table): Give them doc-strings.
8774
8775 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8776
8777 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8778 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8779 (menu-bar-options-menu, menu-bar-showhide-menu)
8780 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8781 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8782 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8783 (menu-bar-options-menu, menu-bar-tools-menu)
8784 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8785 (menu-bar-help-menu):
8786 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8787 string arguments.
8788
8789 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8790 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8791 calls for the menu names and :help.
8792
8793 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8794
8795 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8796 to :minor-mode-function (bug#4455).
8797
8798 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8799
8800 * startup.el (command-line): Initialize the window-system after
8801 processing the command-line.
8802
8803 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8804 page-delimiter matches the empty string.
8805
8806 2009-09-16 Glenn Morris <rgm@gnu.org>
8807
8808 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8809 byte-compile-not-obsolete-var. It's a list now.
8810 (byte-compile-not-obsolete-funcs): New variable.
8811 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8812 byte-compile-not-obsolete-funcs.
8813 (byte-compile-variable-ref, byte-compile-defvar): Update for
8814 byte-compile-not-obsolete-vars name-change and list nature.
8815 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8816 and variables behind (f)boundp tests.
8817 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8818
8819 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8820
8821 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8822
8823 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8824
8825 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8826 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8827 Don't autoload.
8828
8829 2009-09-15 Stephen Eglen <stephen@gnu.org>
8830
8831 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8832 the virtual-buffers, use the name of the buffer specified by
8833 find-file-noselect, as the match may be a symlink. (This was a
8834 problem if the target and the symlink had different names.)
8835
8836 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8837
8838 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8839
8840 * desktop.el (desktop-path): Check user-emacs-directory.
8841
8842 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8843
8844 * loadup.el: Use after-load-functions to GC after loading each file.
8845 Remove the explicit GC calls that used to be sprinkled around.
8846
8847 * subr.el (after-load-functions): New hook.
8848 (do-after-load-evaluation): Run it. Use string-match-p to detect
8849 `obsolete' packages, rather than painfully extracting the relevant
8850 directory name.
8851
8852 2009-09-15 Glenn Morris <rgm@gnu.org>
8853
8854 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8855 free variable `doc'.
8856
8857 * dired.el (dired-mode-map): Add menu entry for async shell command.
8858
8859 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8860 variables, also consider the .elc files, since the .el files are
8861 normally gzipped (subsequent code locates the .el.gz from the .elc).
8862
8863 * calc/calc-prog.el (arglist): Define for compiler.
8864
8865 * calendar/diary-lib.el (diary-display-function): Change the default to
8866 fancy display.
8867 (body): Define for compiler.
8868
8869 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8870 (byte-compile-file-form, byte-compile-lambda)
8871 (byte-compile-top-level-body, byte-compile-form)
8872 (byte-compile-variable-ref, byte-compile-setq)
8873 (byte-compile-setq-default, byte-compile-body)
8874 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8875 (batch-byte-compile): Give some more local variables with common names
8876 a "bytecomp-" prefix to avoid masking warnings about free variables.
8877
8878 * startup.el (command-line-1): Give local variables with common names a
8879 distinguishing prefix, so as not to hide free variable warnings during
8880 bootstrap.
8881
8882 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8883 clever and add a suffix to make a unique name, just let the user decide
8884 whether or not to overwrite it. If the input is a directory, write the
8885 default filename to that directory. (Bug#4388)
8886 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8887 is a filename-as-a-directory.
8888
8889 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8890
8891 * textmodes/page.el (what-page): Don't move to beginning of line.
8892 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8893
8894 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8895
8896 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8897
8898 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8899
8900 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8901 * help.el (help-for-help-internal): Add purecopy calls for text.
8902
8903 * vc.el (top): print-log method now takes an optional SHORTLOG
8904 argument. Add a new method: root.
8905 (vc-root-diff, vc-print-root-log): New functions.
8906 (vc-log-short-style): New variable.
8907 (vc-print-log-internal): Add support for showing short logs.
8908
8909 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8910 vc-print-root-log and vc-print-root-diff.
8911
8912 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8913 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8914 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8915 short logs.
8916
8917 * vc-cvs.el (vc-cvs-print-log):
8918 * vc-mtn.el (vc-mtn-print-log):
8919 * vc-rcs.el (vc-rcs-print-log):
8920 * vc-sccs.el (vc-sccs-print-log):
8921 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8922 that is ignored for now.
8923
8924 * vc-mtn.el (vc-mtn-annotate-command):
8925 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8926
8927 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8928
8929 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8930 to function-key-map, and give them ascii-character property.
8931 * term/x-win.el (x-alternatives-map):
8932 * term/ns-win.el (ns-alternatives-map):
8933 * term/internal.el (msdos-key-remapping-map):
8934 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8935
8936 2009-09-14 Glenn Morris <rgm@gnu.org>
8937
8938 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8939 temp-buffers (2009-09-12).
8940
8941 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8942
8943 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8944 the new read-key function.
8945
8946 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8947
8948 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8949 is defined (Bug#4405).
8950
8951 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
8952
8953 * recentf.el (recentf-cleanup): Use a hash table to find
8954 duplicates (Bug#4407).
8955
8956 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
8957
8958 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8959 kp-0 to ascii equivalents (Bug#4325).
8960
8961 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8962
8963 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8964
8965 * eshell/em-hist.el:
8966 * eshell/em-dirs.el (eshell-complete-user-reference):
8967 Declare pcomplete functions and variables to avoid compiler warnings.
8968
8969 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
8970
8971 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8972 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8973 * eshell/em-alias.el (eshell-aliases-file):
8974 * eshell/em-hist.el (eshell-history-file-name):
8975 Use expand-file-name instead of concat to make file names (Bug#4308).
8976
8977 2009-09-13 Glenn Morris <rgm@gnu.org>
8978
8979 * ediff-merg.el (ediff-do-merge):
8980 * filesets.el (filesets-run-cmd):
8981 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8982 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8983 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8984 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8985 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8986 Replace empty `let's with `progn'.
8987
8988 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8989
8990 * mail/sendmail.el (send-mail-function):
8991 * tooltip.el (tooltip-mode):
8992 * simple.el (transient-mark-mode):
8993 * rfn-eshadow.el (file-name-shadow-mode):
8994 * frame.el (blink-cursor-mode):
8995 * font-core.el (global-font-lock-mode):
8996 * files.el (temporary-file-directory)
8997 (small-temporary-file-directory, auto-save-file-name-transforms):
8998 * epa-hook.el (auto-encryption-mode):
8999 * composite.el (global-auto-composition-mode):
9000 Use custom-initialize-delay.
9001 * startup.el (command-line): Don't explicitly call
9002 custom-reevaluate-setting for all the above vars.
9003 * custom.el (custom-initialize-safe-set)
9004 (custom-initialize-safe-default): Delete.
9005
9006 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9007
9008 * term/x-win.el (x-initialize-window-system):
9009 * term/w32-win.el (w32-initialize-window-system):
9010 * term/ns-win.el (ns-initialize-window-system): Don't call
9011 mouse-wheel-mode since it's enabled globally by default already.
9012
9013 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9014 actually define the variable, but only silences the byte-compiler.
9015 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9016 before looking it up.
9017 (mouse-wheel-scroll-amount): Also reset the bindings if this value
9018 is changed.
9019
9020 2009-09-12 Glenn Morris <rgm@gnu.org>
9021
9022 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9023 1000.
9024 (elint-add-required-env): Don't beep on error.
9025 (elint-forms): In case of error, return ENV unchanged.
9026 (elint-init-env): Skip non-list forms.
9027 (elint-log): Handle unknown file positions.
9028
9029 2009-09-12 Daiki Ueno <ueno@unixuser.org>
9030
9031 * epg.el (epg-make-context): Add autoload cookie.
9032 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9033 (epg-decrypt-string, epg-start-verify, epg-verify-file)
9034 (epg-verify-string, epg-start-sign, epg-sign-file)
9035 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9036 (epg-encrypt-string, epg-start-export-keys)
9037 (epg-export-keys-to-file, epg-export-keys-to-string)
9038 (epg-start-import-keys, epg-import-keys-from-file)
9039 (epg-import-keys-from-string, epg-start-receive-keys)
9040 (epg-receive-keys, epg-import-keys-from-server)
9041 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9042 (epg-sign-keys, epg-start-generate-key)
9043 (epg-generate-key-from-file, epg-generate-key-from-string):
9044 Remove autoload cookie.
9045
9046 2009-09-12 Eli Zaretskii <eliz@gnu.org>
9047
9048 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9049 reevaluation of trash-directory.
9050
9051 * mwheel.el: Fix last change.
9052 (mouse-wheel-mode): New defvar.
9053 (mouse-wheel-mode): Remove autoload cookie.
9054
9055 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9056
9057 * mwheel.el (mwheel-installed-bindings): New var.
9058 (mouse-wheel-mode): Use it, so as to make sure we really remove all
9059 the bindings we set last time. Use custom-initialize-delay.
9060 * loadup.el: Load mwheel after term/*-win.el.
9061 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9062 and mouse-wheel-up-event now that their first evaluation is done
9063 sufficiently late to be correct.
9064
9065 * startup.el (tutorial-directory): Make it a defcustom.
9066 Use custom-initialize-delay rather than eval-at-startup to set it.
9067 * image.el (image-load-path): Make it a defcustom.
9068 Use custom-initialize-delay rather than eval-at-startup to set it.
9069 * subr.el (eval-at-startup): Remove.
9070 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9071
9072 * subr.el (do-after-load-evaluation): Warn the user after loading an
9073 obsolete package.
9074
9075 2009-09-12 Glenn Morris <rgm@gnu.org>
9076
9077 * proced.el (proced-mark-alt): Remove alias.
9078 (proced-mode-map): Remove proced-mark-alt.
9079
9080 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9081 Elint file and directory. Remove initialization entry.
9082
9083 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9084 commands.
9085 (elint-current-buffer): Set mode-line-process.
9086 (elint-init-env): Handle define-derived-mode.
9087 Fix declare-function with unspecified arglist. Guard against odd
9088 defalias statements (eg iso-insert's 8859-1-map).
9089 (elint-add-required-env): Use a temp buffer.
9090 (elint-form): Just print the function/macro name, not the whole form.
9091 Return env unchanged if we fail to parse a macro.
9092 (elint-forms): Guard against parse errors.
9093 (elint-output): New function, to handle batch mode.
9094 (elint-log-message): Add optional argument. Use elint-output.
9095 (elint-set-mode-line): New function.
9096
9097 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
9098
9099 * emacs-lisp/elp.el (elp-not-profilable): Add more
9100 functions (Bug#4233).
9101
9102 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
9103
9104 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9105 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9106
9107 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9108
9109 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9110 (gdb-var-list-children): Use json parsing.
9111
9112 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
9113
9114 * progmodes/js.el (js--proper-indentation): Handle the case where
9115 char-before is null. Reported by Deniz Dogan.
9116
9117 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9118
9119 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9120
9121 2009-09-11 Daiki Ueno <ueno@unixuser.org>
9122
9123 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9124 (epg-digest-algorithm-alist): Add SHA224.
9125 (epg-context-set-passphrase-callback)
9126 (epg-context-set-progress-callback): Add description about
9127 callback function.
9128
9129 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9130
9131 * custom.el (custom-delayed-init-variables): New var.
9132 (custom-initialize-delay): New function.
9133 * startup.el (command-line): "Re"evaluate all vars in
9134 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
9135 explicitly any more.
9136 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9137 to avoid creating a ~/.emacs.d at build-time (bug#4347).
9138
9139 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
9140
9141 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9142
9143 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9144 (gdb-var-update-handler): Use json parsing.
9145
9146 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9147
9148 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9149 decode annotated text, regardless of language environment. (Bug#2741)
9150
9151 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9152
9153 * Makefile.in (autoloads): Make rmail.el writable as well.
9154
9155 2009-09-11 Glenn Morris <rgm@gnu.org>
9156
9157 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9158 loaddefs.el.
9159 * dired.el: Regenerate with extracted autoloads.
9160 * Makefile.in (autoloads): Make dired.el writable.
9161
9162 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9163 * ibuffer.el: Regenerate with extracted autoloads.
9164 * Makefile.in (autoloads): Make ibuffer.el writable.
9165
9166 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9167 * version.el (emacs-copyright, emacs-major-version)
9168 (emacs-minor-version): Reformat doc-strings for make-docfile.
9169
9170 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9171 functions and variables, since they must be stuff specific to some other
9172 platform.
9173 (apropos-print): Make mouse-click message less specific about button.
9174
9175 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9176 that records where a macro was defined.
9177 * help-fns.el (describe-function-1): Mention if a function has a
9178 compiler-macro.
9179 * help-mode.el (help-function-cmacro): New button.
9180
9181 * locate.el (top-level): Always require dired.
9182 (locate-mode-map): Initialize inside the defvar.
9183
9184 * net/ange-ftp.el (dired-compress-file): Declare.
9185 (ange-ftp-dired-compress-file): Add doc string.
9186
9187 * term/ns-win.el (x-display-name, x-setup-function-keys):
9188 Unify doc-strings with X versions.
9189
9190 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9191
9192 * emulation/crisp.el (crisp-mode-map): Move initialization
9193 into declaration.
9194 (crisp-mode): Use define-minor-mode.
9195
9196 * progmodes/xscheme.el (xscheme-evaluation-commands):
9197 Put a :advertised-binding property rather than using
9198 advertised-xscheme-send-previous-expression.
9199 (advertised-xscheme-send-previous-expression): Declare obsolete.
9200 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9201 `advertised-undo'.
9202 (crisp-mode): Add corresponding bindings to
9203 undo's :advertised-binding instead.
9204 * dired.el (dired-mode-map): Put a :advertised-binding property rather
9205 than using dired-advertised-find-file.
9206 (dired-advertised-find-file):
9207 * simple.el (advertised-undo):
9208 * wid-edit.el (advertised-widget-backward): Declare obsolete.
9209 (widget-keymap): Put a :advertised-binding property rather
9210 than using advertised-widget-backward.
9211 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9212 than using advertised-undo.
9213 * tutorial.el (tutorial--default-keys): Adjust accordingly.
9214
9215 2009-09-10 Simon South <ssouth@slowcomputing.org>
9216
9217 * progmodes/delphi.el (delphi-tab): Indent region when Transient
9218 Mark mode is enabled and region is active; otherwise indent or
9219 insert TAB as usual.
9220 (delphi-mode): Update description of TAB-key binding.
9221
9222 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9223
9224 * subr.el (define-key-rebound-commands): Mark obsolete.
9225 * startup.el (precompute-menubar-bindings): Remove.
9226 (normal-top-level): Remove obsolete code that tried to precompute
9227 menubar bindings.
9228 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9229 define-key-rebound-commands and precompute-menubar-bindings.
9230
9231 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9232
9233 * net/imap.el (imap-interactive-login): Better messages.
9234 (imap-open): Fix bug with renamed buffer on reconnect.
9235 (imap-authenticate): Add buffer-local imap-last-authenticator variable
9236 for easier debugging and cleaner code. On successful (guessed based on
9237 server capabilities) secondary authentication, set imap-state
9238 correctly.
9239 (imap-last-authenticator): Define imap-last-authenticator as a variable
9240 to avoid warnings.
9241
9242 2009-09-10 Glenn Morris <rgm@gnu.org>
9243
9244 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9245
9246 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9247 (byte-compile-file-form-autoload): Don't warn about unknown functions
9248 where the autoload statement comes after the use.
9249 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9250 that any handlers inside the body (eg require) are in turn respected.
9251
9252 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9253 effects.
9254
9255 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9256 and syntax and abbrev tables basic docs, if they don't have any.
9257
9258 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9259
9260 * international/mule-cmds.el (top-level): Require cl when compiling.
9261 (view-hello-file): Use default-value rather than
9262 default-enable-multibyte-characters.
9263
9264 * progmodes/fortran.el: Move all safe and risky properties into the
9265 defcustoms.
9266
9267 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9268 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9269 * mail/undigest.el:
9270 Put autoloads in rmail.el rather than loaddefs.el.
9271 * mail/rmail.el: Regenerate with extracted autoloads.
9272
9273 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9274 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9275
9276 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
9277
9278 Reported in thread for Bug#4375.
9279 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9280 "-data-evaluate-expression" instead of print.
9281 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9282 (gdb-tooltip-print): Parse output from above MI command.
9283 (gdb): Revert 2009-08-11 change. User should detach inferior
9284 manually.
9285
9286 Remove the word "separate" from IO functions as inferior
9287 output is now never displayed in the GUD buffer.
9288
9289 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
9290
9291 * startup.el (command-line-normalize-file-name): On Windows and
9292 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9293
9294 2009-09-10 Juri Linkov <juri@jurta.org>
9295
9296 * isearch.el (isearch-text-char-description): Propertize escape
9297 character sequences with the `escape-glyph' face. (Bug#4344)
9298
9299 * simple.el (shell-command): Set asynchronous process filter to
9300 `comint-output-filter'. (Bug#4343)
9301
9302 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9303 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
9304 the list. Move "asm" to the bottom.
9305 (grep-find-ignored-directories): Add `choice' with nil value
9306 to empty the list easily.
9307 (grep-find-ignored-files): New option.
9308 (grep-files-history): Set to nil by default instead of '("ch" "el").
9309 (grep-compute-defaults): Add "<X>" to `grep-template'.
9310 (grep-read-files): Bind new local variables `default-alias' and
9311 `default-extension'. Use a list of default values for the file prompt.
9312 (lgrep): Add `--exclude=' command line options composed from
9313 `grep-find-ignored-files'.
9314 (rgrep): Add `-name' command line options composed from
9315 `grep-find-ignored-files'. (Bug#4301)
9316
9317 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9318
9319 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9320 (bug#4368).
9321
9322 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9323
9324 * calendar/time-date.el (autoload):
9325 Expand define-obsolete-function-alias into defalias and make-obsolete
9326 for old Emacsen that Gnus supports.
9327 (with-no-warnings): Define it for old Emacsen.
9328 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9329 is available.
9330 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9331 float-time is available; suppress compile warning for time-to-seconds.
9332
9333 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
9334
9335 * net/imap.el (imap-message-map): Docstring fix.
9336
9337 2009-09-09 Glenn Morris <rgm@gnu.org>
9338
9339 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9340 line numbers too. (Bug#4374)
9341
9342 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
9343
9344 * smerge-mode.el (smerge-remove-props, smerge-refine):
9345 Use with-silent-modifications (bug#4342).
9346
9347 * subr.el (with-silent-modifications): New macro.
9348
9349 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
9350
9351 * files.el (top-level): Require `cl' when compiling.
9352
9353 2009-09-07 Glenn Morris <rgm@gnu.org>
9354
9355 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9356
9357 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9358 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
9359
9360 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
9361
9362 * vc-git.el (vc-git-annotate-command): Use separator to parse
9363 arguments correctly.
9364
9365 2009-09-06 Eli Zaretskii <eliz@gnu.org>
9366
9367 * proced.el (proced-mode): Doc fix.
9368
9369 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
9370
9371 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9372 lstat fails.
9373 (tramp-do-file-attributes-with-ls): Check for file existence at
9374 remote end.
9375 (tramp-do-file-attributes-with-stat): Likewise.
9376 (tramp-convert-file-attributes): Return nil when attr is nil.
9377
9378 2009-09-05 Glenn Morris <rgm@gnu.org>
9379
9380 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9381 properties to this button.
9382 (diary-fancy-display): Don't extend the button to the final newline.
9383 (diary-fancy-display-mode): Continue to define "q" as a local key.
9384
9385 * calendar/cal-china.el (holiday-chinese): Make it slightly more
9386 efficient.
9387
9388 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9389
9390 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9391 (byte-compile-dest-file-function): New option.
9392 (byte-compile-dest-file): Doc fix.
9393 Obey byte-compile-dest-file-function.
9394 (byte-compile-cl-file-p): New function.
9395 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9396 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
9397 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9398 than for file being previously loaded.
9399 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9400 (byte-compile-file-form-require): Handle the case where requiring a file
9401 indirectly causes CL to be loaded.
9402
9403 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9404
9405 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9406 before killing the old buffer, since by the time `kill-buffer' is
9407 run so many buffer variables have been set to nil that it may not
9408 behave as expected. (Bug#4061)
9409
9410 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9411
9412 * files.el (find-alternate-file): If the old buffer is modified
9413 and visiting a file, behave similarly to `kill-buffer' when
9414 killing it, thus reverting to the pre-1.878 behavior; see
9415 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9416 for discussion. Also, consult `buffer-file-name' as a variable
9417 not as a function, for consistency with the rest of the code.
9418
9419 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
9420
9421 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9422 also when adding a new directory.
9423
9424 * net/tramp-compat.el (tramp-compat-line-beginning-position):
9425 New defun.
9426
9427 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9428
9429 * files.el (locate-file-completion-table): Make it provide boundary
9430 information, so partial-completion works better.
9431
9432 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9433
9434 * mail/footnote.el (Footnote-text-under-cursor):
9435 Check footnote-text-marker-alist before using it (bug#4324).
9436
9437 2009-09-04 Glenn Morris <rgm@gnu.org>
9438
9439 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9440 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9441 * play/solitaire.el, play/tetris.el:
9442 Remove leading * from defcustom and defface docs.
9443
9444 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9445 necessary.
9446 (diary-fancy-overriding-map): New variable.
9447 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9448 Use view-mode.
9449
9450 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9451 goto-line.
9452
9453 2009-09-03 Glenn Morris <rgm@gnu.org>
9454
9455 * arc-mode.el (archive-mode):
9456 * dos-fns.el (set-default-process-coding-system):
9457 * man.el (Man-getpage-in-background):
9458 * menu-bar.el (menu-bar-describe-menu):
9459 * server.el (server-process-filter):
9460 * startup.el (command-line):
9461 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9462 * w32-fns.el (set-default-process-coding-system):
9463 * x-dnd.el (x-dnd-handle-file-name):
9464 * international/mule-cmds.el (mule-menu-keymap)
9465 (set-default-coding-systems, language-info-alist, set-language-info)
9466 (set-language-environment, standard-display-european-internal)
9467 (set-locale-environment):
9468 * international/mule-diag.el (mule-diag):
9469 * mail/emacsbug.el (report-emacs-bug):
9470 * mail/rmail.el (rmail-mode):
9471 * mail/sendmail.el (mail-setup):
9472 Use default-value rather than default-enable-multibyte-characters.
9473
9474 * progmodes/f90.el: Move all safe properties into the defcustoms.
9475 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9476
9477 * calendar/appt.el (appt-check):
9478 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9479 (diary-check-diary-file, diary-list-entries)
9480 (diary-include-other-diary-files, diary-simple-display)
9481 (diary-fancy-display, diary-print-entries)
9482 (diary-mark-included-diary-files, diary-make-entry):
9483 Don't call substitute-in-file-name on diary-file.
9484
9485 2009-09-03 Eduard Wiebe <usenet@pusto.de>
9486 Stefan Monnier <monnier@iro.umontreal.ca>
9487
9488 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9489 (footnote-mode-map): Move initialization into the declaration.
9490 (footnote-minor-mode-map): Define it rather than changing global-map.
9491 (footnote-mode): Use define-minor-mode.
9492
9493 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
9494
9495 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9496 (tramp-do-file-attributes-with-perl)
9497 (tramp-do-file-attributes-with-stat): Rename from
9498 `tramp-handle-file-attributes-with-*'.
9499 (tramp-handle-file-attributes): Use them.
9500 (tramp-do-directory-files-and-attributes-with-perl)
9501 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9502 `tramp-handle-directory-files-and-attributes-with-*'.
9503 (tramp-handle-directory-files-and-attributes): Use them.
9504 (tramp-method-out-of-band-p): Additional parameter SIZE.
9505 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9506 (tramp-handle-write-region): Use it.
9507 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9508 (tramp-handle-vc-registered): Check, whether the first run did
9509 return files to be tested.
9510 (tramp-advice-make-auto-save-file-name): Do not call directly
9511 `tramp-handle-make-auto-save-file-name', because this would bypass
9512 the locking mechanism.
9513
9514 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9515 (file-remote-p, process-file, start-file-process, set-file-times)
9516 (tramp-compat-file-attributes): Compatibility functions shall not
9517 call directly `tramp-handle-*', because this would bypass the
9518 locking mechanism.
9519 (tramp-compat-number-sequence): New defun.
9520
9521 2009-09-02 Glenn Morris <rgm@gnu.org>
9522
9523 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9524 alias for float-time.
9525 (time-to-number-of-days): In Emacs, use float-time.
9526 * net/newst-backend.el (time-add): Suppress warnings from compat
9527 function.
9528 * time.el (emacs-uptime, emacs-init-time):
9529 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9530 Use float-time rather than time-to-seconds.
9531
9532 * minibuffer.el (completion-initials-expand): Fix typo.
9533
9534 * faces.el (modeline, modeline-inactive, modeline-highlight)
9535 (modeline-buffer-id):
9536 * info.el (info-menu-5): Mark these face aliases as obsolete.
9537
9538 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9539
9540 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9541 space ...
9542 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9543 no "--thread" option.
9544 (gdb-stopped): Don't print "Switched to thread" message when it is
9545 unchanged.
9546
9547 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9548
9549 * minibuffer.el (completion-try-completion)
9550 (completion-all-completions): Remove ill-defined (and
9551 mistakenly installed and luckily never used nor documented)
9552 `completion-styles' property.
9553 (completion-initials-expand, completion-initials-all-completions)
9554 (completion-initials-try-completion): New functions.
9555 (completion-styles-alist): Add doc to each entry.
9556 Add new `initials' entry.
9557
9558 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9559
9560 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9561 MI command -var-evaluate-expression.
9562 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9563 and tweak for case of string child.
9564 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9565
9566 2009-09-01 Glenn Morris <rgm@gnu.org>
9567
9568 * add-log.el (change-log-date-face, change-log-name-face)
9569 (change-log-email-face, change-log-file-face, change-log-list-face)
9570 (change-log-conditionals-face, change-log-function-face)
9571 (change-log-acknowledgement-face):
9572 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9573 (custom-modified-face, custom-set-face, custom-changed-face)
9574 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9575 (custom-documentation-face, custom-state-face, custom-comment-face)
9576 (custom-comment-tag-face, custom-variable-tag-face)
9577 (custom-variable-button-face, custom-face-tag-face)
9578 (custom-group-tag-face-1, custom-group-tag-face):
9579 * diff-mode.el (diff-header-face, diff-file-header-face)
9580 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9581 (diff-added-face, diff-changed-face, diff-function-face)
9582 (diff-context-face, diff-nonexistent-face):
9583 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9584 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9585 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9586 (Info-title-4-face):
9587 * isearch.el (isearch-lazy-highlight-face):
9588 * log-view.el (log-view-file-face, log-view-message-face):
9589 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9590 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9591 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9592 (cvs-msg-face):
9593 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9594 (smerge-base-face, smerge-markers-face):
9595 * wid-edit.el (widget-documentation-face, widget-button-face)
9596 (widget-field-face, widget-single-line-field-face)
9597 (widget-inactive-face, widget-button-pressed-face):
9598 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9599 (woman-addition-face):
9600 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9601 (eshell-ls-executable-face, eshell-ls-readonly-face)
9602 (eshell-ls-unreadable-face, eshell-ls-special-face)
9603 (eshell-ls-missing-face, eshell-ls-archive-face)
9604 (eshell-ls-backup-face, eshell-ls-product-face)
9605 (eshell-ls-clutter-face):
9606 * eshell/em-prompt.el (eshell-prompt-face):
9607 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9608 * obsolete/old-whitespace.el (whitespace-highlight-face):
9609 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9610 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9611 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9612 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9613 (antlr-font-lock-literal-face):
9614 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9615 (ebrowse-root-class-face, ebrowse-file-name-face)
9616 (ebrowse-default-face, ebrowse-member-attribute-face)
9617 (ebrowse-member-class-face, ebrowse-progress-face):
9618 * progmodes/make-mode.el (makefile-space-face):
9619 * progmodes/sh-script.el (sh-heredoc-face):
9620 * textmodes/flyspell.el (flyspell-incorrect-face)
9621 (flyspell-duplicate-face):
9622 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9623 * textmodes/texinfo.el (texinfo-heading-face):
9624 Mark face aliases with "-face" suffix as obsolete.
9625
9626 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9627 compiler.
9628
9629 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9630 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9631 easy-menu-define wants to modify these.
9632
9633 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9634
9635 * net/browse-url.el (browse-url-file-url):
9636 * term/internal.el (dos-codepage-setup):
9637 Use default-value rather than default-enable-multibyte-characters.
9638
9639 * progmodes/etags.el (etags-goto-tag-location):
9640 * progmodes/flymake.el (flymake-highlight-line)
9641 (flymake-goto-file-and-line, flymake-goto-line):
9642 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9643 (gdb-goto-breakpoint):
9644 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9645 * progmodes/python.el (python-find-function)
9646 (python-pdbtrack-track-stack-file):
9647 * progmodes/verilog-mode.el (verilog-surelint-off):
9648 * term/ns-win.el (ns-open-file-select-line):
9649 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9650 Use forward-line rather than goto-line.
9651
9652 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9653 * textmodes/reftex-index.el (reftex-display-index):
9654 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9655 * textmodes/reftex-toc.el (reftex-toc):
9656 Remove unnecessary bindings of default-major-mode (all are followed by
9657 major-mode check and possible mode switch).
9658
9659 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9660
9661 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9662 Handle watchpoints (bug#4282).
9663 (def-gdb-thread-buffer-command): Enable thread to be selected by
9664 clicking without selecting threads buffer first.
9665 (gdb-current-context-command): Use selected frame so that "up",
9666 "down" etc work in the GUD buffer.
9667 (gdb-update): Find selected frame before rendering stack buffer.
9668 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9669
9670 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9671
9672 * progmodes/sym-comp.el (displayed-completions): Remove.
9673 (symbol-complete): Use minibuffer-complete.
9674
9675 2009-08-31 Glenn Morris <rgm@gnu.org>
9676
9677 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9678
9679 * apropos.el (apropos-symbols-internal):
9680 Handle (obsolete) face aliases.
9681
9682 * faces.el (describe-face): Adjust the output format to be more like
9683 describe-variable, and to mention (obsolete) face aliases.
9684 Adjust the whitespace so that help-setup-xref works.
9685
9686 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9687 * calendar/diary-lib.el (diary-button-face):
9688 Mark these face aliases as obsolete.
9689
9690 * calendar/calendar.el (calendar-today): Doc fix.
9691
9692 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9693
9694 * progmodes/gdb-mi.el (gdb-control-all-threads)
9695 (gdb-control-current-thread): Force tool bar update.
9696 (gdb-non-stop-handler): New function.
9697 (gdb-init-1): Use it to test if non-stop mode is supported.
9698 Remove unused gdbmi buffer type.
9699
9700 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
9701
9702 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9703 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
9704
9705 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
9706
9707 * comint.el (comint-exec-1): Check command is non-null first.
9708 Part of gdb-mi.el change (2009-08-28).
9709
9710 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9711
9712 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9713
9714 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
9715
9716 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9717 instead of `dolist' to avoid a recursive require when bootstrapping.
9718
9719 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9720
9721 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9722
9723 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9724
9725 * net/imap.el (imap-send-command): Simplify.
9726 (imap-wait-for-tag): point-max -> buffer-size.
9727
9728 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9729
9730 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9731 with constant argument.
9732
9733 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9734
9735 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9736
9737 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9738 Change default, since most of our files don't have a history.
9739 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9740 the user.
9741
9742 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9743 Add comint-run.
9744
9745 * calc/calc.el: Improve commenting convention.
9746 (calc-digit-map, toplevel): Simplify.
9747
9748 * comint.el (comint-insert-input): Be careful to only set point if we
9749 don't delegate to some other command.
9750
9751 * proced.el (proced-signal-list): Make it an alist.
9752 (proced-grammar-alist): Capitalize names.
9753 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9754 Disable undo manually and make it read-only.
9755 Use completion-annotate-function.
9756
9757 * minibuffer.el (minibuffer-message): If the current buffer is not
9758 a minibuffer, insert the message in the echo area rather than at the
9759 end of the buffer.
9760 (completion-annotate-function): New variable.
9761 (minibuffer-completion-help): Use it.
9762 (completion--embedded-envvar-table): Environment vars are
9763 always case-sensitive.
9764
9765 2009-08-30 Glenn Morris <rgm@gnu.org>
9766
9767 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9768 from fortran-current-defun.
9769 (fortran-beginning-of-subprogram): Be more precise about finding the
9770 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9771 (fortran-end-of-subprogram): Simplify.
9772 (fortran-current-defun): Use fortran-start-prog-re.
9773
9774 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
9775
9776 * subr.el (do-after-load-evaluation): Simplify.
9777
9778 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9779
9780 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9781
9782 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9783 (vc-rcs-print-log): Use it.
9784
9785 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9786
9787 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9788
9789 * paths.el (abbrev-file-name): Move to abbrev.el.
9790 * abbrev.el (abbrev-file-name): Move from paths.el.
9791 Obey user-emacs-directory.
9792 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9793 user-emacs-directory.
9794 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9795 abbrev-file-name and calc-settings-file any more.
9796 * startup.el (command-line): Recompute abbrev-file-name and
9797 abbreviated-home-dir.
9798 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9799 of the special code for when C-h bindings haven't been changed.
9800 (display-startup-echo-area-message): Use with-current-buffer.
9801 (command-line-1): Use a list of strings, rather than a list of lists
9802 of strings for longopts.
9803
9804 * files.el (get-free-disk-space): Use / for default-directory.
9805
9806 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9807 Use with-current-buffer.
9808
9809 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9810 Recognize immutable variables like most-positive-fixnum.
9811 (byte-compile-setq-default): Check and warn if trying to assign
9812 to an immutable variable, or a non-variable.
9813
9814 * progmodes/cc-vars.el (c-comment-continuation-stars):
9815 * progmodes/cc-engine.el (c-looking-at-bos):
9816 * progmodes/cc-cmds.el (c-toggle-auto-state)
9817 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9818 (c-comment-line-break-function): Add version of obsolescence.
9819
9820 2009-08-28 Juri Linkov <juri@jurta.org>
9821
9822 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9823 associated with `archive-mode'.
9824
9825 * image.el (image-type-header-regexps): Use only JPEG magic number
9826 to determine JPEG images, and don't use `image-jpeg-p' because
9827 Emacs can display non-JFIF non-Exif JPEG images.
9828
9829 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9830
9831 * arc-mode.el (archive-mode):
9832 * emacs-lisp/re-builder.el (re-builder-unload-function):
9833 Protect against the default value of `major-mode' being nil.
9834
9835 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9836
9837 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9838 Fix typos in docstrings.
9839
9840 * progmodes/js.el (js--macro-decl-re): Doc fix.
9841 (js--plain-method-re, js--split-name): Refloc docstring.
9842 (js--class-styles, js--make-merged-item, js--splice-into-items):
9843 Fix typos in docstrings; reflow docstrings.
9844 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9845 (js--variable-decl-matcher, js--inside-pitem-p)
9846 (js--parse-state-at-point, js--get-all-known-symbols)
9847 (js--symbol-history, js-find-symbol, js--js-references)
9848 (js--moz-interactor, js--js-encode-value, js--read-tab):
9849 Fix typos in docstrings.
9850
9851 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9852
9853 * textmodes/reftex.el (reftex-get-file-buffer-force):
9854 * progmodes/verilog-mode.el (verilog-batch-execute-func):
9855 * emulation/viper.el (viper-go-away, viper-set-hooks):
9856 * emacs-lisp/re-builder.el (re-builder-unload-function):
9857 * emacs-lisp/bytecomp.el (byte-compile-file):
9858 * ses.el (ses-unload-function):
9859 * hexl.el (hexl-find-file):
9860 * files.el (normal-mode):
9861 * ehelp.el (with-electric-help):
9862 * autoinsert.el (auto-insert-alist):
9863 * arc-mode.el (archive-mode):
9864 Use (default-value 'major-mode) instead of default-major-mode.
9865
9866 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9867 * international/mule.el (load-with-code-conversion):
9868 * emacs-lisp/debug.el (debug):
9869 * ediff-vers.el (ediff-rcs-get-output-buffer):
9870 * dired.el (dired-internal-noselect): Don't let-bind
9871 default-major-mode around code that doesn't use it.
9872 E.g. buffer creation via get-buffer-create doesn't use it.
9873
9874 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
9875
9876 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9877 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9878 when writing the temp file. Otherwise, epa-file gets confused.
9879 (tramp-register-file-name-handlers): Make it a defun. Move also
9880 `epa-file-handler' to the front of `file-name-handler-alist'.
9881
9882 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9883
9884 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9885 start right after a ^M.
9886 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9887 (tramp-completion-file-name-regexp-separate)
9888 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9889 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9890 Don't modify last-coding-system-used by accident.
9891 (tramp-completion-file-name-handler): Apply the checks here,
9892 instead during registration.
9893 (tramp-register-file-name-handlers): Rename from
9894 `tramp-register-file-name-handler'. Register both
9895 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9896 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
9897
9898 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
9899
9900 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9901 Remove variable ...
9902 (gdb-init-1, gdb-display-separate-io-buffer)
9903 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9904 references to it.
9905 (gdb-inferior-io-mode): Use make-comint-in-buffer.
9906 (gdb-inferior-filter): Use comint-output-filter to stop
9907 echoing and remove ^M characters.
9908
9909 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9910
9911 * emulation/viper-init.el (viper-restore-cursor-type):
9912 * emulation/cua-base.el (cua--update-indications):
9913 Replace default-cursor-type with (default-value 'cursor-type).
9914
9915 * mail/sendmail.el (mail-recover-1):
9916 * international/mule-diag.el (describe-current-coding-system-briefly)
9917 (describe-current-coding-system):
9918 * international/mule-cmds.el (select-safe-coding-system)
9919 (select-message-coding-system)
9920 (set-language-environment-coding-systems, set-locale-environment):
9921 * hexl.el (hexl-insert-multibyte-char):
9922 * dos-w32.el (find-buffer-file-type-coding-system):
9923 * simple.el (what-cursor-position):
9924 Replace uses of default-buffer-file-coding-system
9925 with (default-value 'buffer-file-coding-system).
9926
9927 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9928 Replace uses of default-cursor-in-non-selected-windows
9929 with (default-value 'cursor-in-non-selected-windows).
9930 Use with-current-buffer.
9931
9932 * mail/feedmail.el: Use CL macros.
9933 (feedmail-run-the-queue, feedmail-send-it-immediately):
9934 * dos-w32.el (find-buffer-file-type): Replace uses of
9935 default-buffer-file-type with (default-value 'buffer-file-type).
9936
9937 2009-08-28 Glenn Morris <rgm@gnu.org>
9938
9939 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9940 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9941 Use default-value of major-mode rather than default-major-mode.
9942
9943 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9944
9945 * Makefile.in (update-elcfiles): Report left over elc files.
9946
9947 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9948 expand-file-name and with-current-buffer.
9949 (mail-get-names, mail-directory): Use with-current-buffer.
9950
9951 * vc.el (vc-read-revision): New function.
9952 (vc-version-diff, vc-merge): Use it.
9953
9954 2009-08-27 Sam Steingold <sds@gnu.org>
9955
9956 * simple.el (kill-do-not-save-duplicates): New user option.
9957 (kill-new): When it is non-nil, and the new string is the same as
9958 the latest kill, set replace to t to avoid duplicates in kill-ring.
9959
9960 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
9961
9962 * net/tramp.el (tramp-handle-process-file): Do not flush all
9963 caches when `process-file-side-effects' is set.
9964 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9965 instead of `tramp-find-file-exists-command'.
9966 Unset `process-file-side-effects'.
9967
9968 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
9969
9970 * net/tramp.el (tramp-methods): New method "rsyncc".
9971 (top): Add completion function for "rsyncc".
9972 (tramp-message-show-message): New defvar.
9973 (tramp-message, tramp-error): Use it.
9974 (tramp-do-copy-or-rename-file-directly): Extend check for direct
9975 remote copying.
9976 (tramp-do-copy-or-rename-file-out-of-band): Handle new
9977 `tramp-methods' entry `copy-env' of "rsyncc".
9978 (tramp-vc-registered-read-file-names): New defconst.
9979 (tramp-vc-registered-file-names): New defvar.
9980 (tramp-handle-vc-registered): Implement optimization strategy.
9981 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9982 (tramp-vc-file-name-handler): New defun.
9983 (tramp-get-ls-command, tramp-get-test-command)
9984 (tramp-get-file-exists-command, tramp-get-remote-ln)
9985 (tramp-get-remote-perl, tramp-get-remote-stat)
9986 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9987
9988 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9989 (tramp-cache-inhibit-cache): Extend doc string. It allows also
9990 timestamps.
9991 (tramp-get-file-property): Check for timestamps in
9992 `tramp-cache-inhibit-cache'.
9993 (tramp-set-file-property): Write timestamp.
9994
9995 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9996
9997 * language/japan-util.el (japanese-symbol-table): Add entries for
9998 cp932-2-byte.
9999
10000 * international/characters.el: Add category `j' to cp932-2-byte.
10001
10002 2009-08-27 Kenichi Handa <handa@m17n.org>
10003
10004 * international/fontset.el (build-default-fontset-data): New macro.
10005 (setup-default-fontset): Use build-default-fontset-data for CJK,
10006 tibetan, ethiopic, and ipa.
10007
10008 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10009
10010 * cus-start.el (default-major-mode): Customize `major-mode' instead.
10011 (enable-multibyte-characters): Not customizable any more.
10012
10013 * subr.el (default-mode-line-format, default-header-line-format)
10014 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10015 (default-direction-reversed, default-truncate-lines)
10016 (default-left-margin, default-tab-width, default-case-fold-search)
10017 (default-left-margin-width, default-right-margin-width)
10018 (default-left-fringe-width, default-right-fringe-width)
10019 (default-fringes-outside-margins, default-scroll-bar-width)
10020 (default-vertical-scroll-bar, default-indicate-empty-lines)
10021 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10022 (default-fringe-cursor-alist, default-scroll-up-aggressively)
10023 (default-scroll-down-aggressively, default-fill-column)
10024 (default-cursor-type, default-buffer-file-type)
10025 (default-cursor-in-non-selected-windows)
10026 (default-buffer-file-coding-system, default-major-mode)
10027 (default-enable-multibyte-characters): Mark as obsolete.
10028
10029 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
10030
10031 * vc-dir.el (vc-dir-update): Remove debug helper.
10032
10033 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10034
10035 2009-08-26 Sam Steingold <sds@gnu.org>
10036
10037 * simple.el (save-interprogram-paste-before-kill): New user option.
10038 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10039 save the interprogram-paste into kill-ring before overriding it
10040 with the Emacs kill.
10041
10042 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10043
10044 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10045 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10046 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10047 and move to vc-rcs.el.
10048 (vc-default-next-revision): Rename to vc-rcs-next-revision and
10049 move to vc-rcs.el.
10050 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10051 (vc-rcs-update-changelog): Remove.
10052 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10053 and move to vc-rcs.el.
10054
10055 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10056 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10057 renaming.
10058 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
10059 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
10060 vc.el, renamed to be RCS specific.
10061
10062 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10063 New functions.
10064 (vc-cvs-update-changelog): Move here from vc.el.
10065
10066 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10067 New functions.
10068
10069 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10070
10071 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10072
10073 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10074
10075 * vc-git.el (vc-git-register): Use "git add" for directories.
10076 (vc-git-stash, vc-git-stash-show): New functions.
10077 (vc-git-extra-menu-map): Bind them.
10078
10079 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10080 directory correctly in case the item is a directory itself.
10081
10082 * vc.el: Document the desired behavior for reverted files in the
10083 `added' state.
10084 (vc-default-prettify-state-info): Remove function, unused.
10085
10086 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
10087
10088 2009-08-26 Glenn Morris <rgm@gnu.org>
10089
10090 * bindings.el (standard-mode-line-format): Reposition dashes in
10091 which-func entry. (Bug#4217)
10092
10093 * files.el (enable-local-variables, enable-local-eval)
10094 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10095 the defcustoms.
10096 (auto-mode-alist, ignored-local-variables)
10097 (save-some-buffers-action-alist): Move risky declarations to the
10098 definitions.
10099 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10100 (font-lock-defaults, format-alist, imenu--index-alist)
10101 (imenu-generic-expression, input-method-alist, minor-mode-alist)
10102 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10103 (mode-line-modified, mode-line-mule-info, mode-line-position)
10104 (mode-line-process, mode-line-remote, outline-level)
10105 (parse-time-rules, rmail-output-file-alist)
10106 (special-display-buffer-names, vc-mode):
10107 Move risky declarations to the relevant files.
10108 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10109 (mode-line-modified, mode-line-process, mode-line-position)
10110 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10111 * font-core.el (font-lock-defaults):
10112 * format.el (format-alist):
10113 * vc-hooks.el (vc-mode):
10114 * window.el (special-display-buffer-names):
10115 * international/mule-cmds.el (input-method-alist):
10116 Define riskiness here (dumped file) rather than in files.el.
10117 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10118 * imenu.el (imenu-generic-expression, imenu--index-alist):
10119 * outline.el (outline-level):
10120 * time.el (display-time-string):
10121 * calendar/parse-time.el (parse-time-rules):
10122 * mail/rmailout.el (rmail-output-file-alist):
10123 Autoload riskiness here, rather than placing in files.el.
10124
10125 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
10126
10127 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10128
10129 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
10130
10131 * simple.el (process-file-side-effects): New defvar.
10132
10133 * dired-aux.el (dired-show-file-type):
10134 * vc.el (vc-diff-internal):
10135 * vc-arch.el (vc-arch-diff):
10136 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10137 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10138 * vc-git.el (vc-git-registered, vc-git-working-revision)
10139 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10140 (vc-git--empty-db-p):
10141 * vc-hooks.el (vc-user-login-name):
10142 * vc-svn.el (vc-svn-registered, vc-svn-state)
10143 (vc-svn-dir-extra-headers, vc-svn-find-revision):
10144 * progmodes/grep.el (grep-probe): Let-bind
10145 `process-file-side-effects' with nil.
10146
10147 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10148
10149 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10150 daemon. Replace ping by checking for running service for bluez
10151 and zeroconf. (Bug#4239)
10152
10153 2009-08-25 Kevin Ryde <user42@zip.com.au>
10154
10155 * net/dig.el (dig): Add autoload cookie.
10156
10157 2009-08-25 Glenn Morris <rgm@gnu.org>
10158
10159 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10160 load-history for absolute file-names.
10161 (byte-compile-file-form-require): Warn about use of the cl package.
10162
10163 * format.el (format-alist): Doc fix.
10164
10165 * play/bubbles.el (top-level): Don't require cl at run-time.
10166
10167 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10168 run-time cl).
10169
10170 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
10171
10172 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10173 from cl package.
10174 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10175
10176 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
10177
10178 * calc/calc-alg.el (math-trig-rewrite)
10179 (math-hyperbolic-trig-rewrite): New functions.
10180 (calc-simplify): Simplify trig functions when asked.
10181
10182 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10183
10184 * diff-mode.el (diff-find-source-location): Avoid goto-line.
10185
10186 2009-08-24 Kenichi Handa <handa@m17n.org>
10187
10188 * language/ind-util.el (mapthread): Delete it.
10189 (combinatorial): New function.
10190 (indian--puthash-cv): Use combinatorial instead of mapthread.
10191
10192 2009-08-22 Kevin Ryde <user42@zip.com.au>
10193
10194 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10195 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10196 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10197 Clarify docstring that the value is strings not symbols.
10198 (checkdoc-list-of-strings-p): New function.
10199
10200 2009-08-22 Glenn Morris <rgm@gnu.org>
10201
10202 * files.el (auto-mode-alist):
10203 * hippie-exp.el (he-concat-directory-file-name):
10204 * lpr.el (lpr-windows-system, printer-name):
10205 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10206 * ps-print.el (ps-windows-system):
10207 * startup.el (command-line):
10208 * emulation/viper-ex.el (viper-glob-function):
10209 * international/mule-cmds.el (set-language-environment-coding-systems):
10210 * net/ange-ftp.el (ange-ftp-write-region):
10211 * obsolete/fast-lock.el (fast-lock-cache-name):
10212 Remove code for defunct system-types emx, macos, mswindows, next-mach,
10213 unisoft-unix, vax-vms, win32, w32.
10214
10215 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10216 given name if the pattern is not more specific.
10217
10218 * calendar/lunar.el (lunar-phase-names): New option.
10219 (lunar-phase): Doc fix.
10220 (lunar-cycles-per-year): New constant.
10221 (lunar-index): New function.
10222 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10223 (lunar-phase-name): Use lunar-phase-names.
10224 (calendar-lunar-phases): Use format.
10225 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10226
10227 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10228 Copy imenu-example--name-and-position function here for own use.
10229 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10230
10231 * bs.el (bs--redisplay):
10232 * cus-edit.el (custom-redraw):
10233 * ibuffer.el (ibuffer-bury-buffer):
10234 * server.el (server-goto-line-column):
10235 * startup.el (command-line-1):
10236 * strokes.el (strokes-xpm-for-stroke):
10237 * term.el (term-display-buffer-line):
10238 * view.el (View-goto-line):
10239 * calc/calc.el (calc-do, calc-trail-buffer):
10240 * play/gamegrid.el (gamegrid-add-score-insecure):
10241 * progmodes/ada-mode.el (ada-compile-goto-error):
10242 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10243 (ebrowse-select-1st-to-9nth):
10244 * progmodes/cperl-mode.el (cperl-time-fontification):
10245 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10246 * progmodes/gud.el (gud-display-line):
10247 (idlwave-shell-display-line):
10248 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10249 * progmodes/make-mode.el (makefile-browser-toggle):
10250 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10251 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10252 * textmodes/picture.el (picture-draw-rectangle):
10253 * textmodes/reftex-index.el (reftex-index-goto-letter):
10254 (reftex-select-jump-to-previous):
10255 * textmodes/reftex-sel.el (reftex-find-start-point)
10256 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10257 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10258 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10259 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10260 * textmodes/two-column.el (2C-associated-buffer):
10261 Use forward-line rather than goto-line.
10262
10263 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10264 goto-line.
10265
10266 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10267 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10268 (quick-check-list-to-regexp): Declare.
10269
10270 * progmodes/make-mode.el (makefile-browser-insert-selection):
10271 Use goto-char rather than goto-line.
10272
10273 * progmodes/prolog.el (compilation-error-regexp-alist)
10274 (compilation-forget-errors): Declare.
10275
10276 2009-08-22 Juri Linkov <juri@jurta.org>
10277
10278 * progmodes/grep.el (lgrep, rgrep): At the beginning
10279 set `dir' to `default-directory' unless `dir' is a non-nil
10280 readable directory. (Bug#4052)
10281 (lgrep, rgrep): Change a weird way to report an error
10282 from using `read-string' to using `error'.
10283 Instead of using interactive arguments in the function body,
10284 add new argument `confirm'.
10285
10286 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10287
10288 * textmodes/remember.el (remember-buffer):
10289 * progmodes/cperl-mode.el (cperl-vc-header-alist):
10290 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10291 (icalendar-extract-ical-from-buffer):
10292 * net/newst-treeview.el (newsticker-groups-filename):
10293 * net/newst-backend.el (newsticker-cache-filename):
10294 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10295 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10296 (speedbar-add-ignored-path-regexp, speedbar-line-path)
10297 (speedbar-buffers-line-path, speedbar-path-line)
10298 (speedbar-buffers-line-path):
10299 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10300 (epg-sign-keys):
10301 * epa.el (epa-display-verify-result):
10302 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10303
10304 2009-08-21 Glenn Morris <rgm@gnu.org>
10305
10306 * progmodes/js.el (inferior-moz-process): Fix declaration.
10307
10308 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10309
10310 * obsolete/rnewspost.el (news-mail-reply):
10311 Use goto-char rather than goto-line.
10312
10313 * term/ns-win.el (ns-open-file-select-line):
10314 Use line-beginning-position rather than goto-line.
10315
10316 * apropos.el (apropos-command):
10317 * ehelp.el (electric-helpify):
10318 * printing.el (pr-show-setup):
10319 * strokes.el (strokes-help):
10320 * tutorial.el (tutorial--describe-nonstandard-key)
10321 (tutorial--detailed-help):
10322 * woman.el (woman-mini-help, woman-display-extended-fonts):
10323 * calc/calc-help.el (calc-describe-key):
10324 * emulation/edt.el (edt-electric-helpify):
10325 * international/mule-diag.el (mule-diag):
10326 * play/yow.el (apropos-zippy):
10327 * progmodes/python.el (python-describe-symbol):
10328 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10329 * textmodes/table.el (*table--cell-describe-mode)
10330 (*table--cell-describe-bindings):
10331 Use help-print-return-message rather than the now obsolete alias.
10332
10333 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10334 (calendar-cursor-to-visible-date):
10335 * play/5x5.el (5x5-position-cursor):
10336 * play/decipher.el (decipher):
10337 * play/gomoku.el (gomoku-goto-xy):
10338 * play/landmark.el (lm-goto-xy):
10339 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10340 (mpuz-paint-digit):
10341 Use forward-line, not goto-line.
10342
10343 * mail/rmail.el (rmail-obsolete): Delete custom group.
10344 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10345 (rmail-remote-password, rmail-remote-password-required):
10346 Remove unneeded :set-after and :set properties.
10347
10348 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
10349
10350 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10351
10352 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
10353
10354 * loadup.el: Remove leftover macos code.
10355
10356 * vc-git.el (vc-git-annotate-command): Run asynchronously.
10357 Explicitly pass the date format to git blame so that user local
10358 so that the output format can be parsed.
10359
10360 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
10361
10362 * net/dbus.el (top): Don't check for (getenv
10363 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
10364
10365 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
10366
10367 * log-edit.el (log-edit-strip-single-file-name): New var.
10368 (log-edit-insert-changelog): Use it. Bug#3571
10369
10370 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10371
10372 * subr.el (read-passwd): Use read-key so keypad keys work as well.
10373 Bug#3287
10374
10375 * help.el (help-print-return-message): Rename from
10376 print-help-return-message.
10377
10378 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10379 cvs-mode-map parent hack.
10380 (log-view-mode): Derive from special-mode.
10381
10382 * linum.el (linum-mode): window-size-change-functions is redundant.
10383 Adapt to new window-configuration-change-hook behavior.
10384 (linum-after-size, linum-after-config): Remove.
10385
10386 * imenu.el (imenu-example--name-and-position)
10387 (imenu-example--lisp-extract-index-name)
10388 (imenu-example--create-lisp-index, imenu-example--create-c-index):
10389 Mark as obsolete.
10390
10391 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10392 (inferior-prolog-mode): Use it.
10393 (inferior-prolog-load-file): Reset list of errors.
10394
10395 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10396
10397 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10398
10399 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10400
10401 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
10402
10403 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10404 is running already.
10405
10406 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10407
10408 * subr.el (listify-key-sequence-1): Use normal syntax since those
10409 integers are nowadays always represented by the same (positive) number
10410 on all platforms.
10411 (read-key-empty-map): New const.
10412 (read-key-delay): New var.
10413 (read-key): New function.
10414 (force-mode-line-update): Use with-current-buffer.
10415 (locate-user-emacs-file): Don't forget to abbreviate the file name.
10416 (start-process-shell-command, start-file-process-shell-command):
10417 Discourage the use of command-args.
10418
10419 2009-08-19 Glenn Morris <rgm@gnu.org>
10420
10421 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10422
10423 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10424
10425 * simple.el (choose-completion-string): Don't rely on
10426 minibuffer-completing-file-name and ad-hoc checks to decide whether
10427 to continue completion or not.
10428
10429 * minibuffer.el (minibuffer-hide-completions): New function.
10430 (completion--do-completion): Use it.
10431 (completions-annotations): New face.
10432 (completion--insert-strings): Use it.
10433 (completion-pcm--delim-wild-regex): Add docstring.
10434 (completion-pcm--string->pattern): Add support for 0-width delimiters
10435 in completion-pcm--delim-wild-regex.
10436
10437 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10438
10439 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10440 Remove unused var `buffer-modified-p'.
10441
10442 * minibuffer.el (completion--do-completion): Move point for the #b001
10443 case as well (bug#4176).
10444 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10445
10446 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
10447
10448 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10449 and :session buses.
10450
10451 2009-08-18 Kenichi Handa <handa@m17n.org>
10452
10453 * international/ucs-normalize.el (ucs-normalize-version):
10454 Change to 1.1.
10455 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10456 (utf-8-hfs): Make it perform normalization on encoding too.
10457
10458 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10459 (sentence-end-without-space): Delete duplicated chars.
10460 (sentence-end-base): Likewise.
10461
10462 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10463 (html-mode): Delete duplicated chars from sentence-end-base.
10464
10465 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10466 (texinfo-mode): Delete duplicated chars from sentence-end-base.
10467
10468 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
10469
10470 * files.el (hack-one-local-variable): If the mode function is for
10471 a minor mode, pass it an argument (Bug#4148).
10472
10473 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
10474
10475 * net/tramp.el (tramp-register-completion-file-name-handler):
10476 Check also for (member 'partial-completion completion-styles).
10477
10478 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10479
10480 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10481 abbrev (Bug#3943).
10482
10483 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
10484
10485 * progmodes/cperl-mode.el: Merge upstream 6.2.
10486 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10487 (cperl-forward-re): Check cperl-brace-recursing.
10488 (cperl-highlight-charclass): New function.
10489 (cperl-find-pods-heres): Use it.
10490 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10491 (cperl-beautify-regexp-piece): Fix column calculation.
10492 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10493 (cperl-beautify-level): Don't process entire regexp.
10494 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10495 calling man.
10496 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10497 (cperl-init-faces): Build a list in the normal way.
10498
10499 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10500
10501 * calendar/parse-time.el (parse-time-string-chars): Save match
10502 data.
10503
10504 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10505
10506 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10507 (sql-product): Use it.
10508 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10509 (sql-set-product): Add completion.
10510 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10511 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10512 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10513 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10514 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10515 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10516 (sql-highlight-db2-keywords): Remove.
10517 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10518 (sql-highlight-product): Use derived-mode-p.
10519 (sql-set-sqli-buffer): Use with-current-buffer.
10520 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10521 Simplify.
10522
10523 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10524
10525 * term.el: Fix commenting convention, turn comments into docstrings.
10526
10527 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10528
10529 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10530
10531 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
10532
10533 * calendar/parse-time.el (parse-time-string-chars): Compute using
10534 character classes, to handle non-ascii characters (Bug#3190).
10535
10536 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10537
10538 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10539 another heredoc if the user adds another < (Bug#3226).
10540
10541 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10542 Don't initialize based on window-system (Bug#4124).
10543
10544 * facemenu.el (facemenu-read-color): Use a completion function
10545 that accepts any defined color, such as RGB triplets (Bug#3677).
10546
10547 * files.el (get-free-disk-space): Change fallback default
10548 directory to /. Expand DIR argument before switching to fallback.
10549 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10550
10551 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10552
10553 * files.el (load-library): Doc fix.
10554
10555 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
10556
10557 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10558 (viper-if-string): Redefine C-s in the minibuffer to insert the last
10559 incremental search string.
10560
10561 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10562 XEmacs.
10563
10564 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10565 (ediff-merge-region-is-non-clash)
10566 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10567 Also check if the job is really a merge job.
10568
10569 * ediff.el (ediff-current-file): New function.
10570
10571 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10572
10573 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10574 conventions.
10575 (js-insert-and-indent): Delete function.
10576 (js-mode-map): Don't bind keys to js-insert-and-indent.
10577 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10578 (js-end-of-defun): Rename from js--end-of-defun.
10579 (js-auto-indent-flag): Delete variable.
10580
10581 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
10582
10583 * progmodes/js.el: Remove proclaim statement.
10584 Defvar which-func-imenu-joiner-function to silence compiler.
10585
10586 * files.el (auto-mode-alist): Use js-mode for .js files.
10587
10588 * progmodes/js2-mode.el: Remove file.
10589
10590 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10591
10592 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10593
10594 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10595
10596 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
10597 Karl Landstrom <karl.landstrom@brgeight.se>
10598
10599 * progmodes/js.el: New file.
10600
10601 2009-08-14 Mark A. Hershberger <mah@everybody.org>
10602
10603 * timezone.el (timezone-parse-date): Add ability to understand ISO
10604 basic format (minimal separators) dates in addition to the
10605 already-supported extended format dates.
10606
10607 2009-08-14 Eli Zaretskii <eliz@gnu.org>
10608
10609 * international/ucs-normalize.el: Add a `coding' file variable.
10610
10611 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10612
10613 2009-08-14 Sam Steingold <sds@gnu.org>
10614
10615 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10616
10617 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
10618
10619 * faces.el (help-argument-name): Define it here instead of
10620 help-fns.el, because in daemon mode help-fns.el may be loaded when
10621 faces are still uninitialized (Bug#1078).
10622
10623 * help-fns.el (help-argument-name): Move defface to faces.el.
10624
10625 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
10626
10627 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10628 create buffer with a pty but no process so that GDB can make the
10629 inferior the controlling process.
10630
10631 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
10632
10633 * international/ucs-normalize.el: New file.
10634
10635 2009-08-13 Richard Stallman <rms@gnu.org>
10636
10637 * mail/rmail.el (rmail-get-attr-names):
10638 Accept an attribute header that is too short.
10639
10640 * mail/rmail.el (rmail-forget-messages):
10641 Ignore nil elt in rmail-message-vector. Use dotimes.
10642
10643 * progmodes/compile.el (compilation-goto-locus):
10644 Use next-error-move-function.
10645
10646 * simple.el (next-error-move-function): New variable.
10647
10648 2009-08-12 Juri Linkov <juri@jurta.org>
10649
10650 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10651 always non-nil. (Bug#4052)
10652
10653 * replace.el (read-regexp): Return empty string when
10654 `default-value' is nil.
10655 (keep-lines-read-args): Don't use empty string as the
10656 default value for `read-regexp'. (Bug#2495)
10657
10658 2009-08-12 Juri Linkov <juri@jurta.org>
10659
10660 * international/mule-cmds.el (ucs-insert): Change arguments
10661 from `arg' to `character', `count', `inherit' to be the same
10662 as in `insert-char'. Doc fix. (Bug#4039)
10663
10664 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10665
10666 2009-08-12 Juri Linkov <juri@jurta.org>
10667
10668 * files-x.el: New file.
10669
10670 * files.el: Move code that deals with adding/deleting
10671 file/directory-local variables to files-x.el.
10672
10673 * Makefile.in (ELCFILES): Add files-x.elc.
10674
10675 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10676
10677 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10678 to use `goto-line'.
10679 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10680 `goto-line'.
10681 (gdb-invalidate-disassembly): Do not refresh upon receiving
10682 'update signal. Instead, update all disassembly buffers only after
10683 threads list.
10684 (gdb): Send -target-detach when buffer is killed (Bug#3794).
10685 (gdb-starting): Move -data-list-register-names...
10686 (gdb-stopped): ...here so it's sent when first thread stops.
10687 (gdb-registers-handler-custom): Do nothing if register names are
10688 unknown yet.
10689
10690 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10691 from `gdb-mi.el' to avoid extra tangling.
10692
10693 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10694 change which breaks `gud-def' definitions used in `gdb'.
10695 (gdb-update-gud-running): No extra fuss for updating frame number.
10696
10697 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10698
10699 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10700 (describe-language-environment-map, setup-language-environment-map)
10701 (set-coding-system-map): Move initialization into declaration.
10702 (set-language-info-alist): Last arg to define-key-after can be skipped.
10703
10704 * international/quail.el (quail-completion-1): Simplify.
10705 (quail-define-rules): Use slightly more compact code.
10706 (quail-insert-decode-map): Propertize keys, compact columns.
10707
10708 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10709 Add goto-line.
10710
10711 2009-08-10 Miles Bader <miles@gnu.org>
10712
10713 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10714 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10715 (js2-instance-member, js2-private-member, js2-private-function-call)
10716 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10717 (js2-magic-paren, js2-external-variable):
10718 Remove "-face" suffix from face names.
10719 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10720 (js2-highlight-undeclared-vars, js2-peek-token)
10721 (js2-parse-function-params, js2-mode-show-errors)
10722 (js2-mode-show-warnings, js2-make-magic-delimiter)
10723 (js2-mode-highlight-magic-parens): Update to use new face names.
10724
10725 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
10726
10727 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10728 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10729
10730 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
10731
10732 * subr.el: Provide hashtable-print-readable.
10733
10734 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10735 hs-c-like-adjust-block-beginning.
10736 (hs-hide-block-at-point): Stop hiding at the beginning of
10737 hs-block-end-regexp (Bug#700).
10738
10739 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10740
10741 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10742 a macro.
10743 (gdb-registers-handler-custom): Do not fail when register names
10744 are unavailable.
10745
10746 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10747
10748 * progmodes/gdb-mi.el (gdb-control-all-threads)
10749 (gdb-control-current-thread): Interactive setters for
10750 `gdb-gud-control-all-threads' to use in menu.
10751 (gdb-show-run-p): Show «Go» when process is not active.
10752 (gud-tool-bar-map): Add non-stop/A,T indicator.
10753 Uses gud/thread.xpm and gud/all.xpm.
10754
10755 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
10756
10757 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10758 (nslookup-font-lock-keywords): Make it a variable.
10759 (net-utils-mode): New mode for viewing diagnostic network output.
10760 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10761 (net-utils-run-simple): New function.
10762 (ifconfig, iwconfig, netstat, arp, route): Use it.
10763
10764 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10765
10766 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10767 (gdb-memory-set-address, def-gdb-set-positive-number)
10768 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10769 after changing settings.
10770 (gdb-invalidate-disassembly): Update when first shown.
10771 (gdb-edit-locals-value): Fixed.
10772 (gdb-registers-handler-custom): Print registers in right order and
10773 allow changing register values (only for current thread yet).
10774 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10775 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10776 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10777 (gdb-locals-handler-custom, gdb-registers-handler-custom):
10778 Thread info in mode name.
10779 (gdb-registers-mode-map): TAB to switch to locals.
10780
10781 2009-08-08 Eli Zaretskii <eliz@gnu.org>
10782
10783 * mail/rmail.el (rmail-add-mbox-headers)
10784 (rmail-set-message-counters-counter): Search for
10785 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10786
10787 2009-08-08 Glenn Morris <rgm@gnu.org>
10788
10789 * Makefile.in (ELCFILES): Update.
10790
10791 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10792
10793 * mail/sendmail.el (mail-yank-original):
10794 Set buffer-file-coding-system from the one used by the message whose
10795 text is yanked.
10796
10797 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10798 to "windows" when "pgnuplot" is used.
10799 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
10800 Don't call accept-process-output if "pgnuplot" is used.
10801 (calc-graph-init): Don't send -display and -geometry to
10802 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10803 running "pgnuplot -V" with shell-command-to-string.
10804
10805 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10806 the default.
10807
10808 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10809
10810 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10811 org/org-latex.elc.
10812
10813 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10814
10815 * vc-dispatcher.el (vc-resynch-window): Update comment.
10816
10817 * term.el (term-handle-ansi-escape): Add comments with the
10818 terminfo capabilities implemented.
10819
10820 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10821
10822 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10823 (gdb-var-create-handler): Rewritten using JSON parser.
10824 (gdb-propertize-header): Move earlier.
10825 (gdb-set-header): Remove to avoid duplication.
10826 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10827 Refresh disassembly buffers only after threads list have been
10828 update.
10829 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10830 variables.
10831
10832 2009-08-04 Juri Linkov <juri@jurta.org>
10833
10834 * files.el: Commands to add/delete file/directory-local variables.
10835 (read-file-local-variable, read-file-local-variable-value)
10836 (read-file-local-variable-mode, modify-file-local-variable)
10837 (modify-file-local-variable-prop-line)
10838 (modify-dir-local-variable): New functions.
10839 (add-file-local-variable, delete-file-local-variable)
10840 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10841 (add-dir-local-variable, delete-dir-local-variable)
10842 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10843 (copy-dir-locals-to-file-locals-prop-line): New commands.
10844
10845 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
10846
10847 * abbrev.el (insert-abbrev-table-description): Prettify output.
10848 Suggested by Karl Chen.
10849
10850 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
10851
10852 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10853 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10854 (gdb-overlay-arrow-position, gdb-thread-position)
10855 (gdb-disassembly-position): Declare variables.
10856 (gdb-wait-for-pending): Function now.
10857 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10858 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10859 compilation goes smoothly.
10860 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10861 (gdb-non-stop-setting): New customization setting which replaces
10862 `gdb-non-stop' so changing it doesn't break active GDB session.
10863 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10864 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10865 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10866 (gdb-show-threads-by-default): New customization options.
10867 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10868 routines.
10869 (gdb-get-buffer-create): Send buffers update signal when they are
10870 created.
10871 (gdb-invalidate-locals, gdb-invalidate-registers)
10872 (gdb-invalidate-breakpoints)
10873 (gdb-invalidate-threads, gdb-invalidate-disassembly)
10874 (gdb-invalidate-memory): Accept update signal.
10875 (gdb-current-context-command): Use --frame option.
10876 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10877 Implement `gdb-frame-number' selection logic.
10878 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10879 whether to show GUD toolbar buttons.
10880 (gdb-thread-exited): Unselect current thread when it exits.
10881 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10882 (gdb-mark-line): Routine which sets overlay arrow or inverses
10883 video on fringeless displays.
10884 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10885 to build aligned columns of data in GDB buffers and set text
10886 properties line-by-line.
10887 (gdb-invalidate-breakpoints)
10888 (gdb-breakpoints-list-handler-custom)
10889 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10890 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10891 (gdb-registers-handler-custom): Align data columns.
10892 (gdb-locals-handler-custom): Now prints data like in variable
10893 declarations.
10894 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10895 Remove confusing buttons.
10896 (gdb-invalidate-threads): Append --frame.
10897 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10898 between breakpoints/threads buffers.
10899 (gdb-set-window-buffer): Now can ignore dedicated windows.
10900 (gdb-propertize-header): Use `gdb-set-window-buffer'.
10901 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10902 (def-gdb-thread-buffer-gud-command): Replaces
10903 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10904 for fine thread control.
10905 (gdb-preempt-existing-or-display-buffer): New function used to
10906 display bound buffers without breaking window layout.
10907 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10908 (gdb-select-frame): New version of `gdb-frames-select' which now
10909 sets `gdb-frame-number' so commands may use --frame option instead
10910 of inner debugger state.
10911 (gdb-frame-handler): Do not set `gdb-frame-number'.
10912 (gdb-threads-mode-map): Select threads with mouse.
10913
10914 * progmodes/gud.el (gdb-gud-context-call): Declare function to
10915 avoid compilation warning.
10916 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10917 `gdb-show-stop-p`.
10918
10919 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10920 Argument `key' renamed to `buffer-type'.
10921 (gdb-current-context-buffer-name): Do not add thread info to
10922 buffer name when no thread is selected.
10923 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10924 command (bug 3794).
10925 (gdb-thread-selected): Handle `=thread-selected' notification.
10926 (gdb-wait-for-pending): New macro to deal with congestion problems.
10927 (gdb-breakpoints-list-handler-custom): Don't fail on pending
10928 breakpoints.
10929 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10930 This fixes problem similar to one described in bug 3947.
10931 (gud-menu-map): More menu items.
10932 (gdb-init-1): Reset `gdb-thread-number' to nil.
10933
10934 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10935 non-stop settings.
10936
10937 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10938 (gdb-current-context-command): Do not append --thread if
10939 `gdb-thread-number' is nil.
10940 (gdb-running-threads-count, gdb-stopped-threads-count):
10941 New variables.
10942 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10943 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
10944 New customization options.
10945 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10946 GUD commands.
10947 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10948 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10949 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10950 set `gdb-thread-number' and update `gud-running' properly.
10951 (gdb-running): Update threads list when new threads appear.
10952 (gdb-stopped): Support non-stop operation and new thread switching
10953 logic.
10954 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10955 (gdb-json-partial-output): New set of JSON routines.
10956 (def-gdb-auto-update-trigger): New `signal-list' optional
10957 argument.
10958 (gdb-thread-list-handler-custom): Update `gud-running',
10959 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10960 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10961 (gdb-continue-thread, gdb-step-thread): New commands for fine
10962 thread execution control.
10963 (gud-menu-map): New menu items to switch non-stop options.
10964 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10965 (gdb-send): Mimic RET properly (bug 3794).
10966
10967 * progmodes/gdb-mi.el (gdb-rules-name-maker)
10968 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10969 gdb-buffer-rules.
10970 (def-gdb-auto-update-handler): New nopreserve optional argument.
10971 (gdb-stack-list-frames-custom): Print stack from top to bottom.
10972
10973 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
10974 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10975 (gdb-parent-mode): New mode to derive other GDB modes from.
10976 (gdb-display-disassembly-for-thread)
10977 (gdb-frame-disassembly-for-thread): New commands for threads
10978 buffer.
10979
10980 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10981 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10982 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10983 (gdb-update): We now store all GDB buffers in a list so that they
10984 can be updated by traversing a list instead of calling invalidate
10985 triggers explicitly.
10986 (def-gdb-trigger-and-handler): New macro to define trigger-handler
10987 pair for GDB buffer.
10988 (gdb-stack-buffer-name): Add thread information.
10989 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10990 handle pending triggers.
10991 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10992 (def-gdb-thread-buffer-simple-command)
10993 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10994 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10995 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10996 New commands which show buffers bound to thread.
10997 (gdb-stack-list-locals-regexp): Remove unused regexp.
10998
10999 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11000 (gdb-locals-buffer-name, gdb-registers-buffer-name)
11001 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11002 to (gud-comint-buffer) in *-buffer-name functions
11003 because (gdb-get-target-string) already does that.
11004 (gdb-locals-handler-custom, gdb-registers-handler-custom)
11005 (gdb-changed-registers-handler): Rewritten without regexps.
11006
11007 * progmodes/gdb-mi.el: Basic thread selection support.
11008 (gdb-thread-number): New variable.
11009 (gdb-current-context-command): New macro which adds --thread
11010 option to command.
11011 (gdb-threads-mode-map): Select thread with SPC.
11012 (gdb-thread-list-handler-custom): Mark current thread with overlay
11013 arrow. Synchronize GDB thread and Emacs thread.
11014 (gdb-select-thread): New command which selects current thread.
11015 (gdb-invalidate-frames, gdb-invalidate-locals)
11016 (gdb-invalidate-registers): Use --thread option.
11017
11018 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
11019
11020 * net/tramp.el (top): Make check for tramp-gvfs loading more
11021 robust. (Bug#3977)
11022 (tramp-handle-insert-file-contents): `unwind-protect' must be
11023 inside `with-parsed-tramp-file-name'.
11024
11025 * net/tramp-gvfs.el (top): Remove superfluous message when loading
11026 fails.
11027
11028 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
11029
11030 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11031 directory if CLASSPATH is not set.
11032
11033 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
11034
11035 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11036 New defconst.
11037 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
11038
11039 2009-08-02 Kevin Ryde <user42@zip.com.au>
11040
11041 * net/newst-backend.el (newsticker--raw-url-list-defaults):
11042 Update freshmeat link. Delete newsforge.com as it seems gone.
11043
11044 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11045
11046 * select.el (x-set-selection): Doc fix (Bug#4021).
11047
11048 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11049
11050 * help-fns.el (describe-variable): Treat list return values from
11051 dir-locals-find-file properly (Bug#4005).
11052
11053 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
11054
11055 * net/tramp.el (tramp-debug-message): Print also microseconds.
11056
11057 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
11058
11059 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11060 or END is non-nil.
11061 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11062 (tramp-get-debug-buffer): Change `outline-regexp' according to new
11063 format.
11064
11065 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
11066 (tramp-get-file-property): Use it.
11067
11068 * autorevert.el (auto-revert-handler):
11069 Allow `auto-revert-tail-mode' for remote files.
11070
11071 2009-08-02 Jason Rumney <jasonr@gnu.org>
11072
11073 * minibuffer.el (read-file-name): Treat confirm options to
11074 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
11075
11076 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
11077
11078 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
11079 (font-lock-variable-name-face, font-lock-constant-face):
11080 Darken the colors for light backgrounds.
11081
11082 2009-08-01 Eli Zaretskii <eliz@gnu.org>
11083
11084 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11085 month names. (Bug#3987)
11086
11087 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
11088
11089 * simple.el (line-move-finish): Pass whole number to
11090 line-move-to-column.
11091 (line-move-visual): Perform hscroll to the recorded position.
11092
11093 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
11094
11095 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11096
11097 2009-07-29 Alan Mackenzie <acm@muc.de>
11098
11099 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11100
11101 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
11102
11103 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11104 (gdb-place-breakpoints): Use full path when setting breakpoints.
11105
11106 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11107
11108 * calc/calc.el (calc-mode-map): Add keybinding for
11109 `calc-transpose-lines'.
11110
11111 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
11112
11113 * calc/calc-misc.el (calc-transpose-lines): New function.
11114
11115 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
11116
11117 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11118 Simplify check for out-of-band methods.
11119 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11120 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
11121
11122 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
11123
11124 * vc-git.el (vc-git-checkin): Fix typo.
11125
11126 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
11127
11128 * progmodes/js2-mode.el: New file.
11129
11130 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
11131
11132 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11133 (gud-menu-map): Adjust tooltip accordingly.
11134
11135 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11136
11137 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11138 (vc-bzr-log-view-mode): Adjust log-view-file-re.
11139
11140 * add-log.el (change-log-mode-map): Add a menu.
11141
11142 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
11143
11144 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11145 function returns nil.
11146 (dbus-handle-event): Handle special return value :ignore.
11147 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11148
11149 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
11150
11151 * view.el (view-mode-enable): Don't define Helper-return-blurb if
11152 it's not needed.
11153
11154 2009-07-25 Eli Zaretskii <eliz@gnu.org>
11155
11156 Fix Bug#3888:
11157
11158 * w32-vars.el (x-select-enable-clipboard): Doc fix.
11159
11160 * term/pc-win.el (x-display-name, x-colors)
11161 (x-select-enable-clipboard, x-select-text): Doc fix.
11162
11163 * term/common-win.el (x-display-name, x-colors): Doc fix.
11164
11165 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11166 (xw-defined-colors): Doc fix.
11167
11168 * w32-fns.el (x-select-text, x-setup-function-keys)
11169 (x-get-selection, x-set-selection): Doc fix.
11170
11171 * term/x-win.el (x-select-text, x-setup-function-keys)
11172 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11173
11174 * select.el (x-set-selection): Doc fix.
11175
11176 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
11177
11178 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11179 instead of "IsNSSSupportAvailable". Avahi ought to work also when
11180 "IsNSSSupportAvailable" method is not available.
11181 Reported by Steve Youngs <steve@sxemacs.org>.
11182
11183 2009-07-24 Kenichi Handa <handa@m17n.org>
11184
11185 * international/characters.el: Fix setting of category ?C, ?|, ?K,
11186 and ?H. Fix setting of case for Latin Extended and Greek Extended.
11187 (build-unicode-category-table): Fix range checks.
11188
11189 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
11190
11191 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11192 the buffer we try to sync is current when calling
11193 vc-resynch-buffer.
11194
11195 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11196 not show up to date files.
11197
11198 2009-07-24 Glenn Morris <rgm@gnu.org>
11199
11200 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11201 Add autoload cookies. If necessary, initialize.
11202 (elint-log): Handle non-file buffers.
11203 (elint-initialize): Add optional argument to reinitialize.
11204 (elint-find-builtin-variables): Save excursion.
11205
11206 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11207
11208 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11209 for Lint.
11210
11211 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11212
11213 * vc.el (vc-print-log-internal): New function, split out from ...
11214 (vc-print-log): ... here.
11215 (vc-dir-move-to-goal-column): Declare.
11216
11217 * vc-git.el (vc-git-add-signoff): New variable.
11218 (vc-git-checkin): Use it.
11219 (vc-git-toggle-signoff): New function.
11220 (vc-git-extra-menu-map): Bind it to menu.
11221 (vc-git--run-command-string): Accept a nil FILE argument.
11222 (vc-git-stash-list): New function.
11223 (vc-git-dir-extra-headers): Use it.
11224
11225 2009-07-23 Glenn Morris <rgm@gnu.org>
11226
11227 * help-fns.el (describe-variable): Describe ignored and risky local
11228 variables in a similar way to that in which we describe safe ones.
11229
11230 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11231 (byte-compile-output-file-form, byte-compile-output-docform)
11232 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11233 Give some more local variables with common names a "bytecomp-" prefix,
11234 so as not to shadow things during compilation.
11235 * emacs-lisp/cl-macs.el (load-time-value)
11236 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11237 `outbuffer' to `bytecomp-outbuffer'.
11238
11239 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11240 since the next two variables cover them automatically now.
11241 (elint-builtin-variables, elint-autoloaded-variables): New.
11242 (elint-unknown-builtin-args): Remove all members, since they can be
11243 parsed automatically now.
11244 (elint-extra-errors): New.
11245 (elint-env-add-env, elint-env-add-macro): Use cadr.
11246 (elint-current-buffer): Use or. Change final message.
11247 (elint-get-top-forms): Use line-end-position.
11248 (elint-init-env): Use cadr. Handle autoload, declare-function,
11249 and defalias.
11250 (elint-add-required-env): Doc fix. Use or. Standardize error.
11251 (regexp-assoc): Remove unused function.
11252 (elint-top-form): Set elint-current-pos, to record the start of the
11253 top-level form, for compilation-mode.
11254 (elint-form): Trap errors in macro expansion. Use dolist.
11255 (elint-unbound-variable): Use elint-builtin-variables and
11256 elint-autoloaded-variables.
11257 (elint-get-args): Use cadr, or.
11258 (elint-check-cond-form): Use dolist, cadr.
11259 (elint-check-condition-case-form): Doc fix. Use cadr.
11260 Use elint-extra-errors.
11261 (elint-log): New function.
11262 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11263 Distinguish errors and warnings.
11264 (elint-log-message): Use with-current-buffer. Inhibit read-only.
11265 Use a bytecomp-style format.
11266 (elint-clear-log): Preserve default-directory. Inhibit read-only.
11267 (elint-get-log-buffer): Use compilation mode. Disable undo.
11268 Don't truncate lines.
11269 (elint-initialize): Set builtin and autoloaded variable lists.
11270 Only process elint-unknown-builtin-args if non-nil.
11271 (elint-find-builtin-variables, elint-find-autoloaded-variables):
11272 New functions.
11273 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
11274
11275 2009-07-22 Kevin Ryde <user42@zip.com.au>
11276
11277 * net/newst-backend.el (newsticker--parse-atom-1.0)
11278 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11279 (newsticker--parse-rss-1.0):
11280 * progmodes/idlwave.el (idlwave-mode):
11281 * progmodes/idlw-shell.el (idlwave-shell-mode):
11282 * progmodes/vera-mode.el (vera-mode):
11283 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11284 * progmodes/vhdl-mode.el (vhdl-mode):
11285 * textmodes/table.el (table-generate-source)
11286 (table--warn-incompatibility):
11287 Hyperlink urls in docstrings with URL `...'.
11288
11289 2009-07-22 Glenn Morris <rgm@gnu.org>
11290
11291 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11292 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11293 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11294 Remove leading * from defcustom docs.
11295
11296 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
11297
11298 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11299 defcustom doc.
11300 (list-load-path-shadows): Optionally, just return shadows as a string.
11301
11302 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11303
11304 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
11305
11306 * mail/rmailedit.el (rmail-edit-mode):
11307 Use auto-save-include-big-deletions.
11308
11309 * mail/rmail.el (rmail-variables):
11310 Use auto-save-include-big-deletions.
11311
11312 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11313 changes.
11314
11315 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
11316
11317 * calc/calc.el (calc-undo-length): New variable.
11318 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11319
11320 2009-07-21 Richard Stallman <rms@gnu.org>
11321
11322 * files.el (auto-save-mode): Handle buffer-save-size = -2
11323 for toggling mode.
11324
11325 2009-07-21 Glenn Morris <rgm@gnu.org>
11326
11327 * textmodes/ispell.el (ispell-looking-back): Update declaration.
11328
11329 * calendar/todo-mode.el (calendar-current-date): Update declaration.
11330
11331 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11332 silence compiler. Instead...
11333 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11334 (ps-print-ensure-fontified): Update for above function name changes.
11335
11336 * printing.el (pr-mh-get-msg-num, pr-mh-show)
11337 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11338 silence compiler. Instead...
11339 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11340 (mh-show-buffer): Only define for compiler.
11341 (pr-mh-current-message): Update for above function name changes.
11342
11343 * files.el (abort-if-file-too-large): Explicitly pass `filename'
11344 as an argument.
11345 (find-file-noselect, insert-file-1): Update for above change.
11346
11347 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11348
11349 * mail/mailclient.el (mailclient-send-it): Fix message.
11350
11351 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11352 (edebug-eval): Check cl-debug-env is bound.
11353 (print-level, print-circle): Don't redefine built-in variables.
11354
11355 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11356 (custom-print-vectors): Remove old comments from doc.
11357
11358 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11359 (emerge-version): Make the variable an obsolete alias for the
11360 emacs-version variable. Make the function obsolete.
11361 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11362 Emerge options, rather than merging in into the main Options menu.
11363 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
11364 and auto advance modes. Disable edit/fast items when not relevant.
11365
11366 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11367
11368 * term/vt420.el (terminal-init-vt420): Fix typo.
11369
11370 2009-07-20 Sam Steingold <sds@gnu.org>
11371
11372 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11373 variable (removed from compile.el on 2004-03-11).
11374
11375 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
11376
11377 * files.el (hack-local-variables-filter): Fix last change.
11378
11379 2009-07-19 Juri Linkov <juri@jurta.org>
11380
11381 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11382 (dir-local-variables-alist): New buffer-local variable.
11383 (hack-local-variables-filter): If variable is not dir-local,
11384 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11385 because file-local overrides dir-local.
11386 (c-postprocess-file-styles) <declare-function>:
11387 Remove obsolete declaration.
11388 (hack-dir-local-variables): Add dir-local variable/value pair to
11389 `dir-local-variables-alist' and remove duplicates. Doc fix.
11390
11391 * help-fns.el (describe-variable): Add information about
11392 file-local and dir-local variables.
11393
11394 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
11395
11396 * files.el (hack-local-variables-filter): Rewrite.
11397
11398 2009-07-19 Glenn Morris <rgm@gnu.org>
11399
11400 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11401 Silence compiler by only defining on XEmacs.
11402
11403 * international/mule.el (auto-coding-regexp-alist): Only match
11404 BABYL... at the start of buffer, not of lines. (Bug#3790)
11405
11406 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11407 non-calendar buffers (Bug#3862). Restore "not on a date" message.
11408 (cal-menu-context-mouse-menu): Doc fix.
11409
11410 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11411
11412 * simple.el (mail-user-agent): Doc fix. Set :version tag.
11413
11414 2009-07-18 Juri Linkov <juri@jurta.org>
11415
11416 * info.el: Virtual Info keyword finder.
11417 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11418 (Info-finder-file): New variable.
11419 (Info-finder-find-file): New function.
11420 (finder-known-keywords, finder-package-info)
11421 (find-library-name, lm-commentary): Use defvar and
11422 declare-function to silence compiler warnings.
11423 (Info-finder-find-node): New function.
11424 (info-finder): New command.
11425
11426 * subr.el (process-kill-buffer-query-function): New function.
11427 (add-hook)<kill-buffer-query-functions>: Add hook
11428 `process-kill-buffer-query-function'.
11429
11430 2009-07-18 Alan Mackenzie <acm@muc.de>
11431
11432 * progmodes/cc-mode.el (c-before-hack-hook)
11433 (c-postprocess-file-styles): Give invocation of `c-set-style'
11434 DONT-OVERRIDE parameter of t. Already set style variables will
11435 thus not be overridden by style settings given by `c-file-syle'.
11436
11437 * files.el (hack-local-variables-filter): Remove entries with
11438 duplicate keys from `file-local-variables-alist'.
11439
11440 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11441
11442 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11443 x-set-selection if display-selections-p returns nil for the
11444 current frame.
11445
11446 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
11447
11448 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11449
11450 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11451
11452 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11453 Accept nil in addition to a regexp.
11454 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11455 Accept nil in addition to a regexp.
11456 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11457 buffers that have an associated file. Handle nil values of
11458 desktop-buffers-not-to-save and desktop-files-not-to-save.
11459 (Bug#3833)
11460
11461 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11462 (x-disown-selection-internal): New functions.
11463
11464 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
11465
11466 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11467 warning.
11468 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11469 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11470
11471 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
11472
11473 * simple.el (set-mark): Revert last change.
11474
11475 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11476
11477 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11478 rendering of pngs is not possible instead of messaging a long
11479 description.
11480
11481 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
11482
11483 * w32-fns.el (x-selection-owner-p): New function.
11484
11485 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11486 (mouse-yank-at-click, mouse-yank-primary):
11487 If select-active-regions is non-nil, deactivate the mark before
11488 insertion.
11489
11490 * simple.el (deactivate-mark, set-mark): Only save selection if we
11491 own it.
11492
11493 2009-07-17 Kenichi Handa <handa@m17n.org>
11494
11495 * case-table.el (describe-buffer-case-table): Fix for the case
11496 that KEY is a cons.
11497
11498 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11499
11500 * vc-rcs.el (vc-rcs-find-file-hook):
11501 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11502
11503 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
11504
11505 * net/tramp.el (tramp-wait-for-output): Handle the case when
11506 commands do not return a newline but a null byte before the shell
11507 prompt. (Bug#3858)
11508
11509 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11510
11511 * term/ns-win.el (ns-set-alpha): Don't declare.
11512 (ns-set-background-alpha): Remove function.
11513
11514 2009-07-16 Kevin Ryde <user42@zip.com.au>
11515
11516 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11517 y-or-n-p, for safety.
11518
11519 2009-07-16 Richard Stallman <rms@gnu.org>
11520
11521 * files.el (auto-save-mode): If buffer-saved-size is -2,
11522 don't clobber it.
11523
11524 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11525 (rmail-retry-ignored-headers): Add more uninteresting fields.
11526
11527 2009-07-15 Jari Aalto <jari.aalto@cante.net>
11528
11529 * net/rcirc.el (rcirc): Use history variables.
11530 (rcirc-server-name-history, rcirc-nick-name-history)
11531 (rcirc-server-port-history): New variables.
11532
11533 2009-07-15 Kenichi Handa <handa@m17n.org>
11534
11535 * international/mule-cmds.el (set-language-environment-charset):
11536 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11537 ignore them.
11538
11539 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11540 Delete unibyte-display.
11541
11542 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11543
11544 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11545
11546 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11547
11548 * simple.el (deactivate-mark): Optional argument FORCE.
11549 (set-mark): Use deactivate-mark.
11550
11551 * info.el (Info-search): No need to check transient-mark-mode
11552 before calling deactivate-mark.
11553
11554 * select.el (x-set-selection): Doc fix.
11555 (x-valid-simple-selection-p): Allow buffer values.
11556 (xselect--selection-bounds): Handle buffer values.
11557 Suggested by David De La Harpe Golden.
11558
11559 * mouse.el (mouse-set-region, mouse-drag-track):
11560 Call copy-region-as-kill before setting the mark, to let
11561 select-active-regions work.
11562
11563 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
11564
11565 * simple.el (deactivate-mark): If select-active-regions is
11566 non-nil, copy the selection data into a string.
11567 (activate-mark): If select-active-regions is non-nil, set the
11568 selection to the current buffer.
11569 (set-mark): Update selection if select-active-regions is non-nil.
11570
11571 * select.el (x-valid-simple-selection-p): Allow buffer values.
11572
11573 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11574
11575 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11576 and more featureful message-mode.
11577
11578 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
11579
11580 * select.el (x-set-selection): Doc fix.
11581 (x-valid-simple-selection-p): Disallow selection data consisting
11582 of a list or cons of integers, since that is not used.
11583 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11584 (xselect-convert-to-string, xselect-convert-to-length)
11585 (xselect-convert-to-filename, xselect-convert-to-charpos)
11586 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11587
11588 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11589
11590 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11591 output in -break-info command (Emacs bug #3794).
11592
11593 2009-07-14 Glenn Morris <rgm@gnu.org>
11594
11595 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11596 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11597 (edebug-print-length, edebug-print-level, edebug-print-circle)
11598 (edebug-sit-for-seconds, edebug-view-outside)
11599 (edebug-bounce-point, edebug-set-global-break-condition)
11600 (edebug-Go-nonstop-mode, edebug-trace-mode)
11601 (edebug-Trace-fast-mode, edebug-continue-mode)
11602 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11603 (edebug-visit-eval-list): Doc fixes.
11604
11605 * subr.el (def-edebug-spec): Doc fix.
11606
11607 2009-07-14 Kenichi Handa <handa@m17n.org>
11608
11609 * international/characters.el: Fix setting of category ?C.
11610
11611 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11612
11613 * term/ns-win.el (x-select-font): defalias x-select-font to
11614 ns-popup-font-panel instead of generate-fontset-menu.
11615
11616 2009-07-12 Eli Zaretskii <eliz@gnu.org>
11617
11618 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
11619
11620 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11621
11622 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11623 the PK\003\004 header (Bug#3770).
11624
11625 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11626
11627 * pcomplete.el (pcomplete-comint-setup): Check for
11628 shell-dynamic-complete-filename too.
11629
11630 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
11631
11632 * simple.el (temporary-goal-column): Change the value for
11633 line-move-visual to a cons cell.
11634 (line-move-visual): Record or set the window hscroll, if
11635 necessary (Bug#3494).
11636 (line-move-1): Handle cons value of temporary-goal-column.
11637
11638 2009-07-11 Kenichi Handa <handa@m17n.org>
11639
11640 * international/mule-diag.el (describe-character-set): Don't show
11641 width.
11642
11643 2009-07-10 Sam Steingold <sds@gnu.org>
11644
11645 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11646 Omake sometimes indents the errors it prints, so allow all
11647 regexps to start with spaces.
11648
11649 2009-07-10 Eli Zaretskii <eliz@gnu.org>
11650
11651 * cus-edit.el (customize-changed-options-previous-release):
11652 Bump value to 22.1. (Bug#3804)
11653
11654 2009-07-08 Sam Steingold <sds@gnu.org>
11655
11656 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11657 to be a cons cell (test . ignored-directory) to selectively ignore
11658 some directories depending on the location of the search.
11659
11660 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
11661
11662 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11663 remote user is root, on the local host.
11664 (tramp-local-host-p): Either the local user or the remote user
11665 must be root. (Bug#3771)
11666
11667 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11668
11669 * progmodes/gdb-mi.el (gdb): Remove description of
11670 gdb-use-separate-io-buffer.
11671 (menu): Don't allow toggling of or enable
11672 gdb-use-separate-io-buffer from menubar.
11673
11674 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11675
11676 * mail/unrmail.el (unrmail): Make sure the message ends with two
11677 newlines (Bug#3769).
11678
11679 2009-07-08 Glenn Morris <rgm@gnu.org>
11680
11681 * calendar/calendar.el (calendar-current-date): Rework previous change.
11682
11683 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11684
11685 * calendar/calendar.el (calendar-current-date):
11686 Add an optional argument giving an offset from today.
11687
11688 2009-07-08 Glenn Morris <rgm@gnu.org>
11689
11690 * tutorial.el (tutorial--describe-nonstandard-key):
11691 Adjust the message for when a key has been unbound.
11692 (help-with-tutorial): Hide the arch-tag.
11693
11694 2009-07-08 Kenichi Handa <handa@m17n.org>
11695
11696 * international/fontset.el (setup-default-fontset): For each
11697 script, append (not set) font-specs.
11698
11699 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11700 docstring.
11701
11702 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11703
11704 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11705 -data-list-register-names to ...
11706 (gdb-starting): ... here because GDB 7.0 requires execution to
11707 have started when using this MI command.
11708 (gdb-set-header): New function to distinguish select and
11709 unselected tabs in gdb buffers.
11710 (gdb-propertize-header): New macro that uses gdb-set-header.
11711 (gdb-breakpoints-header, gdb-locals-header): Use it.
11712 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11713
11714 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
11715
11716 * Makefile.in (ELCFILES): Remove fadr.elc.
11717
11718 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11719
11720 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11721 may contain frame information, so `string-match' should be used.
11722 (gdb-update): Disassembly is invalidated through
11723 `gdb-get-selected-frame'.
11724 (gdb-pad-string): New function to pad string with spaces.
11725 (gdb-invalidate-disassembly): Invalidate only if the buffer
11726 exists.
11727 (gdb-disassembly-handler-custom): Column alignment.
11728 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11729 placing new ones.
11730 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11731 end of line, too.
11732 (gdb-frame-handler): Match convention to for disassembly buffer
11733 mode name.
11734 (gdb-stack-list-frames-handler): Rewritten without regexps.
11735 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11736 not highlight breakpoints without line information.
11737 (gdb-input): Add trailing newline to command.
11738
11739 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11740 buffer properly.
11741 (gdb-breakpoints-list-handler-custom): Replacement for
11742 `gdb-break-list-handler'. Using real parser instead of regexps
11743 now.
11744 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11745 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11746 to place breakpoints.
11747 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11748 functions.
11749 (gdb-disassembly-handler-custom): Show overlay arrow.
11750 (gdb-disassembly-place-breakpoints): Show breakpoints in
11751 disassembly buffer.
11752 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11753 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11754 instead of parsing breakpoints buffer. Fixed old menu references
11755 in `gud-menu-map'.
11756
11757 * fadr.el: Remove.
11758
11759 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11760 (gdb-memory-address): New variable which holds top address of
11761 memory page shown in memory buffer.
11762 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
11763 New customization variables.
11764 New functions:
11765 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11766 display the memory buffer.
11767 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11768 buffer display parameters.
11769 (def-gdb-memory-format, gdb-memory-format-binary)
11770 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11771 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11772 Functions for setting memory buffer format.
11773 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11774 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11775 unit size used in memory buffer.
11776 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
11777 Switch to next/previous page of memory buffer.
11778 Now using (bindat-get-field) instead of fadr functions.
11779
11780 2009-07-07 Sam Steingold <sds@gnu.org>
11781
11782 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11783 non-top-level files.
11784
11785 2009-07-07 Kenichi Handa <handa@m17n.org>
11786
11787 * international/mule-cmds.el (reset-language-environment):
11788 Put the highset priority to the charset iso-8859-1.
11789
11790 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11791
11792 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11793 to the end of the line when locating the block (Bug#700).
11794
11795 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
11796
11797 * net/tramp.el (tramp-handle-write-region): Flush file properties
11798 in case of short track.
11799
11800 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
11801
11802 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11803 Coded custom representation of verilog error regular expressions
11804 to work with Emacs-22's new format.
11805 (verilog-error-regexp-xemacs-alist): Coded custom representation
11806 of verilog error regular expressions to work with XEmacs format.
11807 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11808 error recognition into XEmacs.
11809 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11810 error recognition into Emacs-22.
11811
11812 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11813
11814 * woman.el: Remove stand-alone closing parentheses.
11815 (woman-file-name, woman2-format-paragraphs)
11816 (woman-leave-blank-lines): Code cleanup.
11817 (woman-use-own-frame): Change default to nil.
11818 (woman-italic, woman-bold, woman-unknown, woman-addition):
11819 Change defaults to inherit from default faces.
11820 (woman2-process-escapes): Consume the newline after a stand-alone
11821 filler character (Bug#3651).
11822
11823 2009-07-06 Glenn Morris <rgm@gnu.org>
11824
11825 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11826 (top-level): Move provide to the end.
11827 (ffap): Remove defunct URL from custom group.
11828
11829 * subr.el (eval-after-load): Doc fix.
11830
11831 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
11832
11833 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11834 `calc-embedded-word' is called twice.
11835
11836 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11837
11838 * files.el (find-alternate-file-other-window, find-alternate-file):
11839 Obey confirm-nonexistent-file-or-buffer.
11840
11841 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
11842
11843 * dired-aux.el (dired-show-file-type): Handle remote files.
11844
11845 2009-07-05 Jari Aalto <jari.aalto@cante.net>
11846
11847 * desktop.el (desktop-globals-to-save):
11848 Add file-name-history (Bug#2750).
11849
11850 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
11851
11852 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11853
11854 2009-07-04 Johan Bockgård <bojohan@gnu.org>
11855
11856 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11857 property on entire argument since this is what eshell-lisp-command
11858 expects.
11859
11860 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
11861
11862 * net/tramp-gvfs.el (tramp-gvfs-methods)
11863 (tramp-gvfs-zeroconf-domain)
11864 (tramp-bluez-discover-devices-timeout): Add version flag.
11865 (tramp-gvfs-handler-mounted-unmounted)
11866 (tramp-gvfs-connection-mounted-p): Polish handling of
11867 incompatibilities between GVFS 0.2 and 1.0.
11868
11869 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11870
11871 * cus-start.el (all): Add make-pointer-invisible.
11872
11873 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11874
11875 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11876 formatted correctly.
11877
11878 2009-07-02 Juri Linkov <juri@jurta.org>
11879
11880 * info.el: Virtual Info files and nodes.
11881 (Info-virtual-files, Info-virtual-nodes): New variables.
11882 (Info-current-node-virtual): New variable.
11883 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11884 New functions.
11885 (Info-file-supports-index-cookies): Use Info-virtual-file-p
11886 to check for a virtual file instead of checking a fixed list
11887 of node names.
11888 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11889 instead of ad-hoc processing of "dir" and (apropos history toc).
11890 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11891 instead of ad-hoc processing of "dir" and (apropos history toc).
11892 Reread a file when moving from a virtual node.
11893 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11894 (Info-directory-toc-nodes, Info-directory-find-file)
11895 (Info-directory-find-node): New functions.
11896 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11897 (Info-history): Move part of code to
11898 `Info-history-find-node'.
11899 (Info-history-toc-nodes, Info-history-find-file)
11900 (Info-history-find-node): New functions.
11901 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11902 (Info-toc): Move part of code to `Info-toc-find-node'.
11903 (Info-toc-find-node): New function.
11904 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
11905 the current Info file name to references because now the node
11906 "*TOC*" belongs to the same Info manual.
11907 (Info-toc-build): Rename from `Info-build-toc'.
11908 (Info-toc-nodes): Rename input argument `file' to `filename'.
11909 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11910 instead of ad-hoc processing of ("dir" apropos history toc).
11911 (Info-index-nodes): Use Info-virtual-file-p
11912 to check for a virtual file instead of checking a fixed list
11913 of node names.
11914 (Info-index-node): Add check for `Info-current-node-virtual'.
11915 Raise `save-match-data' higher up the tree to contain
11916 `search-forward' too (bug fix).
11917 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11918 (Info-virtual-index-nodes): New variable.
11919 (Info-virtual-index-find-node, Info-virtual-index): New functions.
11920 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11921 (Info-apropos-file, Info-apropos-nodes): New variables.
11922 (Info-apropos-toc-nodes, Info-apropos-find-file)
11923 (Info-apropos-find-node, Info-apropos-matches): New functions.
11924 (info-apropos): Move part of code to `Info-apropos-find-node' and
11925 `Info-apropos-matches'.
11926 (Info-mode-map): Bind "I" to `Info-virtual-index'.
11927 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11928 for a virtual file instead of checking a fixed list of node names.
11929
11930 * simple.el (async-shell-command): New command.
11931
11932 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11933
11934 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11935 instead of `mount-info'.
11936
11937 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
11938
11939 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11940 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11941
11942 2009-07-02 Kenichi Handa <handa@m17n.org>
11943
11944 * international/mule.el (set-keyboard-coding-system): Force *-unix
11945 coding-system to avoid eol conversion.
11946
11947 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
11948
11949 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11950 Add handler for `process-file', `shell-command' and
11951 `start-file-process'.
11952 (tramp-gvfs-handle-shell-command)
11953 (tramp-gvfs-handle-start-file-process)
11954 (tramp-gvfs-handle-process-file): New defuns.
11955 (tramp-synce-list-devices): Simplify check for existence of property.
11956
11957 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
11958
11959 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11960
11961 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
11962
11963 * language/korean.el (set-language-info-alist): Add korean-cp949,
11964 cp949 to spec.
11965
11966 2009-07-01 Kenichi Handa <handa@m17n.org>
11967
11968 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11969
11970 * international/encoded-kb.el: Deleted.
11971
11972 * international/mule.el (set-keyboard-coding-system): Perform the
11973 necessary setup here instead of calling encoded-kbd-setup-display.
11974
11975 2009-07-01 Glenn Morris <rgm@gnu.org>
11976
11977 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11978
11979 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
11980
11981 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
11982
11983 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
11984
11985 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11986 Handle also the 'rename case, when setting file modes. (Bug#3712)
11987 (tramp-default-file-modes): Remove execute permissions.
11988
11989 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11990 (top): Add a default for "synce" in `tramp-default-user-alist'.
11991 Add completion function for "synce" method.
11992 (tramp-hal-service, tramp-hal-path-manager)
11993 (tramp-hal-interface-manager, tramp-hal-interface-device):
11994 New defconst.
11995 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11996 (tramp-synce-list-devices, tramp-synce-parse-device-names):
11997 New defuns.
11998
11999 * net/trampver.el: Update release number.
12000
12001 2009-06-30 Kenichi Handa <handa@m17n.org>
12002
12003 * international/fontset.el (setup-default-fontset): Add CJK fonts
12004 for symbols and the other miscellaneous characters.
12005
12006 * language/korea-util.el (setup-korean-environment-internal):
12007 Make char-width-table suitable for Korean environments.
12008 (exit-korean-environment): Cancel above.
12009
12010 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12011 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
12012 setup-function to make char-width-table suitable for respective
12013 environments, and an exit-function to cancel that.
12014
12015 * language/japan-util.el (setup-japanese-environment-internal):
12016 Call use-cjk-char-width-table with arg `ja_JP'.
12017
12018 * international/characters.el (cjk-char-width-table): Delete it.
12019 (cjk-char-width-table-list): New variable.
12020 (use-cjk-char-width-table): New arg local-name.
12021 (use-default-char-width-table): Fix for the case that Emacs is
12022 already using the default char-width-table.
12023
12024 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
12025
12026 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12027 modes mandatory. (Bug#3712)
12028
12029 2009-06-29 Alan Mackenzie <acm@muc.de>
12030
12031 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
12032 correction between the visible width of TABs and their number of bytes.
12033
12034 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
12035
12036 * server.el (server-buffer-done): Prevent kill-buffer from
12037 prompting by clearing the buffer modification flag (Bug#3696).
12038
12039 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
12040
12041 * progmodes/verilog-mode.el (verilog-beg-of-statement)
12042 (verilog-endcomment-reason-re): Support unique case and priority case.
12043 (verilog-basic-complete-re): Support localparam lineup.
12044 (verilog-beg-of-statement-1): Fix for robustness, unique case.
12045 (verilog-set-auto-endcomments): Fix for unique case, always_comb
12046 commenting.
12047 (verilog-leap-to-case-head): Now support *nested* unique &
12048 priority case statements.
12049 (verilog-auto-lineup): Make just declarations the default (as it
12050 had been).
12051 (verilog-leap-to-case-head): Support priority/unique case statements.
12052 (verilog-auto-lineup): Rework to give users radio buttons to
12053 select the various styles of automatic lineup.
12054 (verilog-error-regexp-alist): Rework to support the XEmacs style
12055 of error regular expressions from compilers, lint tools &
12056 simulators. Note that GNU Emacs has made it impossible for a mode
12057 to load such things.
12058 (electric-verilog-terminate-line, verilog-indent-declaration)
12059 (verilog-auto-wiure): Rework for radio button selection of
12060 auto-lineup selection of specification of auto lineup.
12061 (verilog-beg-of-statement-1): Redesign to support proper operation
12062 in additional code, based on testing with auto-lineup.
12063 (verilog-calculate-indent, assignments & declarations)
12064 (verilog-backward-token): Enhance to support auto-lineup of
12065 assignments & declarations.
12066 (verilog-in-directive-p, verilog-at-struct-p): New function for
12067 easy test of whether we are.
12068 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12069 to support safe execution at almost anyline.
12070 (verilog-calc-1): Properly support indenting deep inside generate
12071 blocks.
12072 (verilog-init-font): Remove definition & use of verilog-init-font,
12073 as it is redundant with font-lock-defaults.
12074 (verilog-mode): Alter the definition of verilog-font-lock-defaults
12075 to avoid circular calls if syntax-ppss is a function (as is the
12076 case now in 22.x GNU Emacs) as that function would sometimes call
12077 itself, leading to (nearly) infinite recursion.
12078 (verilog-ovm-begin-re, verilog-ovm-end-re)
12079 (verilog-ovm-statement-re, verilog-leap-to-head)
12080 (verilog-backward-token): Add support for OVM macros. Some are
12081 complete statements, and others open and close scopes like begin
12082 and end.
12083 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12084 (verilog-defun-level-generate-only-re): Really fix the defun-list
12085 compilation issue.
12086 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
12087 coverpoint, constraint and cross statements.
12088 (verilog-defun-level-list, verilog-generate-defun-level-list)
12089 (verilog-all-defun-level-list): Redo these specifications - it is
12090 too hard to support eval-when compile aggregation of lists also
12091 built at when-compile time.
12092 (verilog-defun-level-list): Place defconsts of variables used in
12093 building regular expressions which are built in eval-when-compile
12094 bodies in the same eval-when-compile body to facilitate compile
12095 without load.
12096 (verilog-beg-block-re-ordered): Support indenting
12097 virtual/protected tasks and functions.
12098 (verilog-defun-level-list, verilog-in-generate-region-p)
12099 (verilog-backward-ws&directives, verilog-calc-1): Speed up
12100 indentation of some module items (generate items).
12101 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12102 across virtual/protected tasks and functions.
12103
12104 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
12105
12106 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
12107 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
12108 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12109 in concatenations. Reported by Yishay Belkind.
12110 (verilog-auto-ascii-enum): Support one-hot state machines in
12111 AUTOASCIIENUM. Suggested by Lloyd Gomez.
12112 (verilog-auto-inst, verilog-auto-inst-port): Include interface
12113 modport in AUTOINST and add vl-modport for users.
12114 Reported by David Rogoff.
12115 (verilog-auto-inout-module, verilog-auto-inst)
12116 (verilog-decls-get-interfaces, verilog-insert-definition)
12117 (verilog-insert-one-definition, verilog-read-decls)
12118 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12119 (verilog-sig-modport, verilog-signals-combine-bus)
12120 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12121 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12122 Suggested by David Rogoff.
12123 (verilog-repair-open-comma): Fix non-insertion of comma when
12124 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
12125 (verilog-make-width-expression): Simplify [A-1:0] expression
12126 widths to just {A{1'b0}}.
12127 (verilog-mode): Cleanup checkdoc warnings.
12128 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12129 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
12130 inputs/outputs or data type. Suggested by Vasu Kandadi.
12131 (next-error-last-buffer): Fix byte-compiler warning.
12132 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12133 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
12134 or shell command text during AUTO expansion. Suggested by Tad Truex.
12135 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
12136 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12137 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
12138 in AUTOINOUT. Reported by Matthew Lovell.
12139 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12140 causing use of <= assignments. Reported by Alex Reed.
12141 (verilog-read-decls): Fix triand, trior, wand, wor to be
12142 recognized by AUTOWIRE. Reported by Spencer Isaacson.
12143 (verilog-extended-complete-re): Support import "DPI-C" functions.
12144 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
12145 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
12146 (verilog-insert-date, verilog-insert-year)
12147 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12148 Windows systems. Reported by Michael Potts.
12149 (verilog-read-module-name): Fix AUTOINST when the child module
12150 declaration's name is a tick define. Reported by Elliot Mednick.
12151 (verilog-read-decls): Fix V2K parameter bit subscripts getting
12152 passed to next parameter's definition. Reported by Bruce T.
12153 (verilog-read-decls): Fix detecting "parameter int" when using
12154 AUTOINSTPARAM. Reported by Bruce T.
12155 (verilog-goto-defun): Fix goto not finding modules unless first
12156 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
12157 (verilog-mode): Expand -f flag arguments on entry to mode so
12158 verilog-goto-defun will work. Reported by Lawrence Butcher.
12159 (verilog-getopt): Expand environment variables in -f file
12160 arguments. Suggested by Lawrence Butcher.
12161 (verilog-set-define): Fix "Symbol's value as variable is void"
12162 when reading enumerations.
12163 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12164 Suggested by Stephen Peltan.
12165 (verilog-read-defines): Fix reading of enumerations in include
12166 files. Reported by Steve Peltan.
12167
12168 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12169
12170 * files.el (trash-directory): Fix defcustom type.
12171
12172 2009-06-28 Juri Linkov <juri@jurta.org>
12173
12174 * help-fns.el (describe-function-1): Correctly locate adviced
12175 functions in hyperlink (Bug#2438).
12176
12177 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
12178
12179 * files.el (trash-directory): Change default to nil.
12180 (move-file-to-trash): If trash-directory is nil and
12181 system-move-file-to-trash is unbound, perform freedesktop-style
12182 trashing.
12183
12184 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12185
12186 * files.el (move-file-to-trash): Add freedesktop trash
12187 support (Bug#973).
12188
12189 2009-06-28 Glenn Morris <rgm@gnu.org>
12190
12191 * autorevert.el (global-auto-revert-non-file-buffers)
12192 (global-auto-revert-mode): Doc fixes.
12193
12194 2009-06-27 Johan Bockgård <bojohan@gnu.org>
12195
12196 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12197
12198 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
12199
12200 * faces.el (x-handle-named-frame-geometry): Ensure that we have
12201 opened an X connection before calling x-get-resource (Bug#3194).
12202
12203 * play/doctor.el: Remove reference to obsolete website.
12204 (make-doctor-variables): Correct grammar mistake (Bug#2633).
12205
12206 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
12207
12208 Remove find-file-not-found-hook VC method. (Bug#2757)
12209 * vc-hooks.el (vc-file-not-found-hook)
12210 (vc-default-find-file-not-found-hook): Remove functions.
12211 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12212 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12213 * vc.el:
12214 * vc-hg.el:
12215 * vc-git.el: Do not mention find-file-not-found-hook VC method.
12216
12217 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
12218
12219 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
12220 compatibility function for `looking-back'.
12221
12222 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12223 Use `ispell-looking-back'.
12224
12225 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
12226
12227 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
12228 rather than `filename'.
12229
12230 2009-06-23 Miles Bader <miles@gnu.org>
12231
12232 * face-remap.el (text-scale-set): New function.
12233
12234 2009-06-23 Glenn Morris <rgm@gnu.org>
12235
12236 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12237
12238 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12239
12240 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12241
12242 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12243
12244 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12245 Simplify Persian conditionals.
12246
12247 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12248 variable `filename'.
12249
12250 * comint.el (comint-insert-input): Doc fix.
12251
12252 * Makefile.in (ELCFILES): Fix typo in previous change.
12253
12254 2009-06-23 Miles Bader <miles@gnu.org>
12255
12256 * cus-start.el: Add entry for `recenter-redisplay'.
12257
12258 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12259
12260 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12261 Add an optional argument for the backend, use it instead of
12262 calling vc-backend.
12263 (vc-mode-line): Add an optional argument for the backend.
12264 Pass the backend to vc-state and vc-working-revision. Move code for
12265 special handling for vc-state being a buffer to ...
12266
12267 * vc-rcs.el (vc-rcs-find-file-hook):
12268 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
12269
12270 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12271 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12272 vc-stay-local-p and vc-mode-line calls.
12273
12274 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12275 (vc-cvs-diff, vc-cvs-annotate-command)
12276 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12277 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12278 vc-mode-line calls.
12279
12280 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12281 direct comparison.
12282 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12283 backend when calling vc-mode-line.
12284 (vc-register): Do not create a closure for calling the vc register
12285 function, call it directly.
12286
12287 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12288
12289 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12290 to make it obvious item can be clicked.
12291
12292 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12293
12294 2009-06-23 Kenichi Handa <handa@m17n.org>
12295
12296 * language/korea-util.el (korean-key-bindings): Change the binding
12297 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
12298 same command.
12299
12300 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
12301
12302 Sync with Tramp 2.1.16.
12303
12304 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12305
12306 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
12307 when a loading of a package fails. Completion function for rsync
12308 is `tramp-completion-function-alist-ssh'.
12309 (all): Replace all calls of `split-string' and
12310 `tramp-split-string' by `tramp-compat-split-string'.
12311 (tramp-default-method): Use `tramp-compat-process-running-p'.
12312 (tramp-default-proxies-alist): Allow also Lisp forms.
12313 (tramp-remote-path): Add choice "Private Directories".
12314 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12315 (tramp-domain-regexp): Allow also "-", "_" and ".".
12316 (tramp-end-of-output): Remove newlines, and add "$" at the end.
12317 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12318 (tramp-debug-message): Insert header line in debug buffer.
12319 (tramp-handle-directory-files-and-attributes-with-stat):
12320 Care about filenames with spaces, or starting with "-".
12321 (tramp-handle-dired-uncache): New defun.
12322 (tramp-handle-insert-directory): Don't flush the directory from
12323 cache, this is handled by `dired-uncache' now.
12324 (tramp-handle-insert-file-contents): Improve error handling.
12325 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12326 Quote `tramp-end-of-output'.
12327 (tramp-action-password): Improve trace message.
12328 (tramp-check-for-regexp): Both echoes must be present, before removing.
12329 (tramp-open-connection-setup-interactive-shell): Trace coding system.
12330 (tramp-compute-multi-hops): Eval cons cells of
12331 `tramp-default-proxies-alist'.
12332 (tramp-maybe-open-connection): Use the same command pattern for
12333 first hop and further hops.
12334 (tramp-wait-for-output): Remove handling of newlines.
12335 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12336 (tramp-split-string): Remove function. It is handled in
12337 tramp-compat now.
12338
12339 * net/tramp-cmds.el (tramp-bug):
12340 Recommend `tramp-cleanup-all-connections' in the bug mail.
12341
12342 * net/tramp-compat.el (tramp-compat-split-string)
12343 (tramp-compat-process-running-p): New defuns.
12344
12345 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12346 for `dired-uncache'.
12347
12348 * net/tramp-gvfs.el: New package.
12349
12350 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12351 Add handler for `dired-uncache'.
12352 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12353
12354 * net/trampver.el: Update release number. Make version check fit
12355 for SXEmacs 22.
12356
12357 2009-06-22 Jim Meyering <meyering@redhat.com>
12358
12359 Automatically handle .xz suffix (XZ-compressed files), too.
12360 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12361 XZ is the successor to LZMA: <http://tukaani.org/xz/>
12362
12363 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
12364 Nick Roberts <nickrob@snap.net.nz>
12365
12366 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12367 repository (http://sphinx.net.ru/hg/gdb-mi/).
12368
12369 2009-06-22 Glenn Morris <rgm@gnu.org>
12370
12371 * files.el (dir-locals-collect-mode-variables): Allow for any number of
12372 `mode' and `eval' entries. (Bug#3430)
12373
12374 * Makefile.in (ELCFILES): Add fadr.elc.
12375
12376 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12377 differing behavior of \n and ^ in strings. (Bug#3385)
12378
12379 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12380
12381 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12382 property.
12383 (lisp-indent-function): Make it a defcustom.
12384
12385 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
12386
12387 * progmodes/gdb-ui.el: Replace with ...
12388 * progmodes/gdb-mi.el: ... this file.
12389 * progmodes/gud.el: Modify for gdb-mi.el.
12390
12391 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
12392
12393 * fadr.el: New file.
12394
12395 See ChangeLog.14 for earlier changes.
12396
12397 ;; Local Variables:
12398 ;; coding: utf-8
12399 ;; End:
12400
12401 Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
12402
12403 This file is part of GNU Emacs.
12404
12405 GNU Emacs is free software: you can redistribute it and/or modify
12406 it under the terms of the GNU General Public License as published by
12407 the Free Software Foundation, either version 3 of the License, or
12408 (at your option) any later version.
12409
12410 GNU Emacs is distributed in the hope that it will be useful,
12411 but WITHOUT ANY WARRANTY; without even the implied warranty of
12412 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12413 GNU General Public License for more details.
12414
12415 You should have received a copy of the GNU General Public License
12416 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12417