]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* help-fns.el (describe-variable): Fix 2010-12-17 change (Bug#7511).
[gnu-emacs] / lisp / ChangeLog
1 2010-12-20 Leo <sdl.web@gmail.com>
2
3 * help-fns.el (describe-variable): Fix 2010-12-17 change.
4
5 2010-12-20 Juri Linkov <juri@jurta.org>
6
7 * isearch.el (isearch-lazy-highlight-error): New variable.
8 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
9 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
10 to the current value of `isearch-error' (Bug#7468).
11
12 2010-12-17 Chong Yidong <cyd@stupidchicken.com>
13
14 * help-fns.el (describe-variable): Don't emit trailing whitespace
15 (Bug#7511).
16
17 2010-12-17 Leo <sdl.web@gmail.com>
18
19 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
20 if point is not behind eshell-last-output-end (Bug#7585).
21
22 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
23
24 * textmodes/rst.el (rst-compile-pdf-preview)
25 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
26
27 2010-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
28
29 * emulation/edt-mapper.el: Override mapping of function keys so
30 that the later call to read-key-sequence works.
31
32 2010-12-13 Eli Zaretskii <eliz@gnu.org>
33
34 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
35 Unix EOLs. (Bug#7589)
36
37 2010-12-12 Eli Zaretskii <eliz@gnu.org>
38
39 * subr.el (posn-col-row): Evaluate header-line-format in the
40 context of the POSITION window's buffer.
41
42 2010-12-11 Glenn Morris <rgm@gnu.org>
43
44 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
45 (with-silent-modifications): Doc fixes.
46
47 2010-12-10 Michael Albinus <michael.albinus@gmx.de>
48
49 * net/tramp.el (tramp-action-password, tramp-process-actions):
50 Revert patch from 2010-12-08. Use `save-restriction'.
51
52 2010-12-09 Eli Zaretskii <eliz@gnu.org>
53
54 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
55 New functions.
56 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use
57 them instead of `nil' and `>', respectively. (Bug#1077)
58
59 2010-12-09 Stephen Berman <stephen.berman@gmx.net>
60
61 * calendar/diary-lib.el (diary-list-sexp-entries):
62 Handle case of no newline at end of file. (Bug#7536)
63
64 2010-12-09 Glenn Morris <rgm@gnu.org>
65
66 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
67
68 2010-12-08 Michael Albinus <michael.albinus@gmx.de>
69
70 * net/tramp.el (tramp-handle-start-file-process): Protect
71 buffer-modified value. (Bug#7557)
72 (tramp-action-password): Delete region, do not narrow.
73 (tramp-process-actions): Do not widen.
74
75 2010-12-08 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
76
77 * log-edit.el (log-edit-changelog-entries):
78 Regexp quote filename. (Bug#7505)
79
80 2010-12-08 Tom Breton <tehom@panix.com>
81
82 * cus-edit.el (custom-save-all):
83 Bind print-length and print-level to nil. (Bug#7581)
84
85 2010-12-08 Glenn Morris <rgm@gnu.org>
86
87 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
88 Run hooks to update menu contents. (Bug#7586)
89
90 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
91 file names, for the sake of MS Windows. (Bug#7588)
92
93 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
94
95 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
96 empty lines without a leading space.
97
98 2010-12-06 Leo <sdl.web@gmail.com>
99
100 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
101 while mapping over marks (Bug#6810).
102
103 2010-12-06 Chong Yidong <cyd@stupidchicken.com>
104
105 * image-dired.el (image-dired-db-file)
106 (image-dired-temp-image-file, image-dired-gallery-dir)
107 (image-dired-temp-rotate-image-file): Set default values relative
108 to image-dired-dir (Bug#7518).
109
110 2010-12-06 Lawrence Mitchell <wence@gmx.li>
111
112 * format.el (format-decode-run-method): Pass args FROM and TO, not
113 point-min and point-max, to shell-command-on-region (Bug#7488).
114
115 2010-12-06 Jan Djärv <jan.h.d@swipnet.se>
116
117 * frame.el (blink-cursor-mode): Make default t for ns.
118
119 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
120
121 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
122
123 2010-12-05 Chong Yidong <cyd@stupidchicken.com>
124
125 * comint.el (comint-dynamic-list-input-ring)
126 (comint-dynamic-complete-filename)
127 (comint-replace-by-expanded-filename)
128 (comint-dynamic-simple-complete)
129 (comint-dynamic-list-filename-completions)
130 (comint-dynamic-list-completions): Doc fix (Bug#7499).
131
132 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
133 Doc fix (Bug#7471).
134
135 2010-12-04 Martin Rudalics <rudalics@gmx.at>
136
137 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
138 (Bug#7533).
139
140 2010-12-04 W. Martin Borgert <debacle@debian.org> (tiny change)
141
142 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
143 (Bug#7491).
144
145 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
146
147 * simple.el (transient-mark-mode): Doc fix (Bug#7465).
148
149 2010-12-04 Eli Zaretskii <eliz@gnu.org>
150
151 * files.el (file-relative-name): Handle UNC file names on
152 DOS/Windows. (Bug#4674)
153
154 2010-12-03 Daiki Ueno <ueno@unixuser.org>
155
156 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
157 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
158 (epg-context-set-passphrase-callback): Mention that the callback
159 is not called when used with GnuPG 2.x.
160
161 2010-12-02 Glenn Morris <rgm@gnu.org>
162
163 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
164 Ensure ps-footer-font-size-internal is initialized.
165 Call ps-get-page-dimensions before trying to use ps-font-for-text.
166
167 2010-12-01 Kenichi Handa <handa@m17n.org>
168
169 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
170 within condition-case.
171 (rmail-show-mime): Don't use condition-case.
172 (rmail-search-mime-message): New function.
173 (rmail-search-mime-message-function): Set to
174 rmail-search-mime-message.
175
176 2010-12-01 Leo <sdl.web@gmail.com>
177
178 * ido.el (ido-common-initialization): New function. (bug#3274)
179 (ido-mode): Use it.
180 (ido-completing-read): Call it.
181
182 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
183
184 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
185 stand-alone lines, since that is handled by log-edit-match-to-eoh
186 (Bug#6465).
187
188 2010-11-27 Eduard Wiebe <usenet@pusto.de>
189
190 * dired.el (dired-get-filename): Replace backslashes with slashes
191 in file names on MS-Windows, needed by `locate'. (Bug#7308)
192 * locate.el (locate-default-make-command-line): Don't consider
193 drive letter and root directory part of
194 `directory-listing-before-filename-regexp'. (Bug#7308)
195 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
196
197 2010-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
198
199 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
200 of :smie-open/close-alist.
201 (smie-next-sexp): Make it accept a "start token" as argument.
202 (smie-indent-keyword): Be careful not to misidentify tokens that span
203 more than one line, as empty lines. Add argument `token'.
204
205 2010-11-26 Kenichi Handa <handa@m17n.org>
206
207 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
208 multipart subtypes, insert all as usual.
209
210 * mail/rmail.el: Require rfc2047.
211
212 2010-11-26 Kenichi Handa <handa@m17n.org>
213
214 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
215 (rmail-mime-entity-disposition)
216 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
217 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
218 (rmail-mime-save): Handle the case that the button's `data' is a
219 MIME entity.
220 (rmail-mime-insert-text): New function.
221 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
222 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
223 (rmail-mime-insert-bulk): New function mostly copied from the old
224 rmail-mime-bulk-handler.
225 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
226 (rmail-mime-process-multipart): New function mostly copied from
227 the old rmail-mime-multipart-handler.
228 (rmail-mime-show): Just call rmail-mime-process.
229 (rmail-mime-process): New function mostly copied from the old
230 rmail-mime-show.
231 (rmail-mime-insert-multipart, rmail-mime-parse)
232 (rmail-mime-insert, rmail-show-mime)
233 (rmail-insert-mime-forwarded-message)
234 (rmail-insert-mime-resent-message): New functions.
235 (rmail-insert-mime-forwarded-message-function): Set to
236 rmail-insert-mime-forwarded-message.
237 (rmail-insert-mime-resent-message-function): Set to
238 rmail-insert-mime-resent-message.
239
240 * mail/rmailsum.el: Require rfc2047.
241 (rmail-header-summary): Handle multiline Subject: field.
242 (rmail-summary-line-decoder): Change the default to
243 rfc2047-decode-string.
244
245 * mail/rmail.el (rmail-enable-mime): Change the default to t.
246 (rmail-mime-feature): Change the default to `rmailmm'.
247 (rmail-quit): Delete the specifal code for rmail-enable-mime.
248 (rmail-display-labels): Likewise.
249 (rmail-show-message-1): Check rmail-enable-mime, and use
250 rmail-show-mime-function for a MIME message. Decode the headers
251 according to RFC2047.
252
253 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
254
255 * progmodes/which-func.el (which-func-imenu-joiner-function):
256 Return a string, as expected.
257 (which-function-mode): Make sure we stop any previous timer before
258 starting a new one.
259
260 2010-11-23 Michael Albinus <michael.albinus@gmx.de>
261
262 * net/tramp.el (tramp-default-method-alist)
263 (tramp-default-user-alist, tramp-default-proxies-alist):
264 Adapt custom options type. (Bug#7445)
265
266 2010-11-21 Chong Yidong <cyd@stupidchicken.com>
267
268 * progmodes/python.el: Add Ipython support (Bug#5390).
269 (python-shell-prompt-alist)
270 (python-shell-continuation-prompt-alist): New options.
271 (python--set-prompt-regexp): New function.
272 (inferior-python-mode, run-python, python-shell):
273 Require ansi-color. Use python--set-prompt-regexp to set the comint
274 prompt based on the Python interpreter.
275 (python--prompt-regexp): New var.
276 (python-check-comint-prompt)
277 (python-comint-output-filter-function): Use it.
278 (run-python): Use a pipe (Bug#5694).
279
280 2010-11-21 Chong Yidong <cyd@stupidchicken.com>
281
282 * progmodes/python.el (run-python): Doc fix.
283 (python-keep-current-directory-in-path): New var (Bug#7454).
284
285 2010-11-20 Chong Yidong <cyd@stupidchicken.com>
286
287 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
288 Prompt user before actually printing.
289
290 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
291
292 * simple.el (kill-new, kill-append, kill-region):
293 * comint.el (comint-kill-region): Make the yank-handler argument
294 obsolete.
295
296 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
297
298 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
299 that are both openers (resp. closers) and something else.
300 (smie-grammar): Loosen definition of valid values.
301 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
302 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
303 (smie-indent-after-keyword): Adjust users.
304 (smie-indent-keyword): Don't indent empty lines.
305
306 * vc-hg.el (vc-hg-program): New var.
307 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
308 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
309
310 2010-11-17 Glenn Morris <rgm@gnu.org>
311
312 * emacs-lisp/autoload.el (autoload-find-destination): The function
313 coding-system-eol-type may return non-numeric values. (Bug#7414)
314
315 2010-11-16 Ulrich Mueller <ulm@gentoo.org>
316
317 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
318
319 2010-11-13 Eli Zaretskii <eliz@gnu.org>
320
321 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
322
323 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
324
325 * textmodes/picture.el (picture-mouse-set-point): Don't use
326 posn-col-row; explicitly compute the motion based on the posn at
327 the window-start (Bug#7390).
328
329 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
330
331 * net/tramp.el (tramp-remote-coding-commands): Add an alternative
332 using "base64 -d -i". This is needed for older base64 versions
333 from GNU coreutils. Reported by Klaus Reichl
334 <Klaus.Reichl@thalesgroup.com>.
335
336 2010-11-13 Glenn Morris <rgm@gnu.org>
337
338 * novice.el (disabled-command-function):
339 Fix 2009-11-15 change. (Bug#7384)
340
341 2010-11-12 Glenn Morris <rgm@gnu.org>
342
343 * calendar/calendar.el (diary-iso-date-forms): Make elements
344 mutually exclusive. (Bug#7377)
345
346 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
347
348 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
349 when filling the remaining "unconstrained" values.
350
351 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
352
353 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
354 safety predicate.
355
356 * files.el (safe-local-variable-p): Gracefully handle errors.
357
358 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
359 Use smie-indent-virtual when indenting relative to an opener.
360 (smie-rule-separator): Use smie-rule-parent.
361 (smie-indent-keyword): Consult rules, even for openers at bol.
362 (smie-indent-comment-close): Try to align closer's content.
363
364 2010-11-11 Glenn Morris <rgm@gnu.org>
365
366 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
367
368 2010-11-10 Glenn Morris <rgm@gnu.org>
369
370 * printing.el (pr-menu-bind): Doc fix.
371
372 * speedbar.el (speedbar-toggle-images): Doc fix.
373
374 * progmodes/python.el (python-shell): Doc fix.
375
376 * wid-edit.el (widget-field-use-before-change)
377 (widget-use-overlay-change): Doc fixes.
378
379 2010-11-09 Glenn Morris <rgm@gnu.org>
380
381 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
382
383 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
384
385 * minibuffer.el (minibuffer-completion-help): Specify the end of the
386 completion field (bug#7211).
387
388 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
389 Fix handling of backslash escapes.
390 (python-quote-syntax): Adjust accordingly.
391
392 2010-11-08 Richard Levitte <richard@levitte.org> (tiny change)
393
394 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
395 (vc-mtn-workfile-branch): Adjust to new output format.
396
397 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
398
399 * international/mule-cmds.el (princ-list): Mark as obsolete.
400
401 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
402
403 * emacs-lisp/smie.el: New package.
404
405 2010-11-06 Michael Albinus <michael.albinus@gmx.de>
406
407 * files.el (backup-by-copying-when-mismatch):
408 Set `permanent-local' property.
409
410 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
411 `permanent-local' property for `backup-by-copying-when-mismatch'.
412
413 2010-11-06 Eli Zaretskii <eliz@gnu.org>
414
415 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
416 (ls-lisp-classify-file): New function.
417 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
418 (ls-lisp-classify): Call ls-lisp-classify-file.
419 (insert-directory): Remove blanks from switches.
420
421 2010-11-07 Wilson Snyder <wsnyder@wsnyder.org>
422
423 * progmodes/verilog-mode.el (verilog-insert-one-definition)
424 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
425 AUTOINOUT for SV style multidimensional arrays, bug294.
426 Reported by Eric Mastromarchi.
427 (verilog-preprocess): Use with-current-buffer and
428 font-lock-fontify-buffer to cleanup style issues.
429
430 2010-11-05 Michael Albinus <michael.albinus@gmx.de>
431
432 * net/trampver.el: Update release number.
433
434 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
435
436 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
437 beginning of the string. Use `string-match-p'. (Bug#6765)
438
439 2010-11-01 Glenn Morris <rgm@gnu.org>
440
441 * locate.el (locate, locate-mode): Doc fixes.
442
443 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
444
445 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
446 user for confirmation.
447 (server-force-stop): Use it.
448 (server-start): Use server-force-stop for kill-emacs-hook, to
449 avoid user interaction while killing Emacs.
450
451 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
452
453 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
454 (log-edit-author): New dynamic var.
455 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
456 Use it to return the author if different from committer.
457 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
458
459 2010-10-31 Eli Zaretskii <eliz@gnu.org>
460
461 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
462
463 2010-10-31 Chong Yidong <cyd@stupidchicken.com>
464
465 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
466 (vc-root-diff, vc-print-root-log, vc-log-incoming)
467 (vc-log-outgoing): Use it.
468 (vc-diff-internal): Set diff-vc-backend.
469
470 * vc/diff-mode.el (diff-vc-backend): New var.
471
472 2010-10-31 Juri Linkov <juri@jurta.org>
473
474 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
475 buffer-locally to lambda that re-runs the vc diff command.
476 (Bug#6447)
477
478 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
479
480 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
481
482 Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
483 log-outgoing commands.
484 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
485 to create a buffer local revert-buffer-function variable.
486 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
487 revert-buffer-function lambda.
488
489 Improve VC create/retrieve tag/branch.
490 * vc.el (vc-create-tag): Do not read the directory name for VCs
491 with repository revision granularity. Adjust the tag/branch
492 prompt. Reset VC properties.
493 (vc-retrieve-tag): Do not read the directory name for VCs
494 with repository revision granularity. Reset VC properties.
495
496 Add optional support for resetting VC properties.
497 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
498 call vc-file-clearprops when true.
499 (vc-resynch-buffer): Add new optional argument, pass it down.
500 (vc-resynch-buffers-in-directory): Likewise.
501
502 Improve support for special markup in the VC commit message.
503 * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
504 * vc-hg.el (vc-hg-checkin): Add support for Date:.
505 * vc-git.el (vc-git-checkin):
506 * vc-bzr.el (vc-bzr-checkin): Likewise.
507
508 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
509 * vc-git.el (vc-git-log-view-mode): Fix font lock for
510 incoming/outgoing logs.
511 (vc-git-log-outgoing, vc-git-log-incoming): New functions.
512
513 * vc-git.el (vc-git-log-outgoing): Use the same format as the
514 short log.
515 (vc-git-log-incoming): Likewise. Run "git fetch" before the log
516 command
517
518 Add bindings for vc-log-incoming and vc-log-outgoing.
519 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
520 and vc-log-outgoing.
521 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
522 and vc-log-outgoing.
523
524 Improve state updating for VC tag commands.
525 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
526 to update the state of all buffers in the directory.
527
528 2010-05-19 Glenn Morris <rgm@gnu.org>
529
530 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
531
532 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
533
534 * vc.el (vc-checkin, vc-modify-change-comment):
535 Adjust to new vc-start/finish-logentry.
536 (vc-find-conflicted-file): New command.
537 (vc-transfer-file): Adjust to new vc-checkin.
538 (vc-next-action): Improve scoping.
539
540 * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
541 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
542
543 * vc-dispatcher.el (vc-log-edit): Shorten names for
544 log-edit-show-files.
545
546 * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
547 (vc-bzr-conflicted-files): New function.
548
549 * log-edit.el (log-edit-summary, log-edit-header)
550 (log-edit-unknown-header): New faces.
551 (log-edit-headers-alist): New var.
552 (log-edit-header-contents-regexp): New const.
553 (log-edit-match-to-eoh): New function.
554 (log-edit-font-lock-keywords): Use them.
555 (log-edit): Insert a "Summary:" header as default.
556 (log-edit-mode): Mark font-lock rules as case-insensitive.
557 (log-edit-done): Cleanup headers.
558 (log-edit-extract-headers): New function to replace it.
559
560 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
561 the windows/frames.
562
563 * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
564
565 * vc-dir.el (vc-dir-kill-line): New command.
566 (vc-dir-mode-map): Bind it to C-k.
567 (vc-dir-headers): Abbreviate the working dir.
568
569 * vc-git.el (vc-git-revision-table): Include remote branches.
570
571 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
572
573 New VC methods: vc-log-incoming and vc-log-outgoing.
574 * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
575 (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
576 New functions.
577 (vc-print-log-internal): Just call vc-log-internal-common.
578 (vc-log-view-type): New permanent local variable.
579
580 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
581
582 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
583 of the dynamic bound vc-short-log.
584 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
585
586 * vc-git.el (vc-git-log-outgoing): New function.
587 (vc-git-log-view-mode): Use vc-log-view-type instead
588 of the dynamic bound vc-short-log.
589
590 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
591 the dynamic bound vc-short-log. Highlight the tag.
592 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
593 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
594 (vc-hg-incoming-mode): Remove.
595 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
596
597 Fix default-directory for vc-root-diff.
598 * vc.el (vc-root-diff): Bind default-directory to the root
599 directory for the diff command.
600
601 2010-10-31 Sam Steingold <sds@gnu.org>
602
603 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
604 `vc-hg-command' with a list of flags.
605
606 2010-10-31 Glenn Morris <rgm@gnu.org>
607
608 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
609 log-edit-before-checkin-process.
610
611 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
612
613 * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
614
615 * vc-dispatcher.el (vc-start-logentry): Doc fix.
616 (log-view-process-buffer, log-edit-extra-flags): Declare.
617
618 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
619
620 Add special markup processing for commit logs.
621 * log-edit.el (log-edit): Add new argument MODE. Use that mode
622 when non-nil instead of the log-view-mode.
623
624 * vc.el (vc-default-log-edit-mode): New function.
625
626 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
627 log-edit.
628
629 Support for shelving snapshots and for showing shelves.
630 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
631 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
632 New functions.
633 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
634 (vc-bzr-extra-menu-map): Map them.
635
636 2010-10-30 Michael Albinus <michael.albinus@gmx.de>
637
638 * net/tramp.el (tramp-handle-insert-file-contents): For root,
639 preserve owner and group when editing files. (Bug#7289)
640
641 2010-10-29 Glenn Morris <rgm@gnu.org>
642
643 * speedbar.el (speedbar-mode):
644 * play/fortune.el (fortune-in-buffer, fortune):
645 * play/gomoku.el (gomoku-mode):
646 * play/landmark.el (lm-mode):
647 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
648 Replace inappropriate uses of toggle-read-only. (Bug#7292)
649
650 2010-10-28 Glenn Morris <rgm@gnu.org>
651
652 * select.el (x-selection): Mark it as an obsolete alias.
653
654 2010-10-27 Aaron S. Hawley <aaron.s.hawley@gmail.com>
655
656 * add-log.el (find-change-log): Use derived-mode-p rather than
657 major-mode (bug#7284).
658
659 2010-10-27 Glenn Morris <rgm@gnu.org>
660
661 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
662 rather than just an unused variable that inherits from the real one.
663
664 2010-10-23 Michael McNamara <mac@mail.brushroad.com>
665
666 * verilog-mode.el (verilog-directive-re): Make this variable
667 auto-built for efficiency of execution and updating.
668 (verilog-extended-complete-re): Support 'pure' fucntion & task
669 declarations (these have no bodies).
670 (verilog-beg-of-statement): General cleanup to enable support of
671 'pure' fucntion & task declarations (these have no bodies).
672 These efforts together fix Verilog bug210 from veripool; which was also
673 noticed by Steve Pearlmutter.
674 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
675 (verilog-directive-nest-re, verilog-set-auto-endcomments):
676 Support `elsif. Reported by Shankar Giri.
677 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
678 attribute handling for lining up declarations and assignments.
679 (verilog-beg-of-statement-1): Fix issue where continued declaration
680 is indented differently if it is after a begin..end clock.
681 (verilog-in-attribute-p, verilog-skip-backward-comments)
682 (verilog-skip-forward-comment-p): Support proper treatment of
683 attributes by indent code. Reported by Jeff Steele.
684 (verilog-in-directive-p): Fix comment to correctly describe function.
685 (verilog-backward-up-list, verilog-in-struct-region-p)
686 (verilog-backward-token, verilog-in-struct-p)
687 (verilog-in-coverage-p, verilog-do-indent)
688 (verilog-pretty-declarations): Use verilog-backward-up-list as
689 wrapper around backward-up-list inorder to properly skip comments.
690 Reported by David Rogoff.
691 (verilog-property-re, verilog-endcomment-reason-re)
692 (verilog-beg-of-statement, verilog-set-auto-endcomments)
693 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
694 of if). Reported by Max Bjurling and
695 (verilog-calc-1): Fix for clocking block in modport
696 declaration. Reported by Brian Hunter.
697
698 2010-10-23 Wilson Snyder <wsnyder@wsnyder.org>
699
700 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
701 (verilog-gate-keywords, verilog-read-sub-decls)
702 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
703 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
704 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
705 (verilog-read-decls): Fix spaces in V2K module parameters causing
706 mis-identification as interfaces, bug287.
707 (verilog-read-decls): Fix not treating "parameter string" as a
708 parameter in AUTOINSTPARAM.
709 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
710 treating `elsif similar to `endif inside AUTOSENSE.
711 (verilog-do-indent): Implement correct automatic or static task or
712 function end comment highlight. Reported by Steve Pearlmutter.
713 (verilog-font-lock-keywords-2): Fix highlighting of single
714 character pins, bug264. Reported by Michael Laajanen.
715 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
716 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
717 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
718 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
719 (verilog-pretty-expr): Fix interactive arguments, bug272.
720 Reported by Mark Johnson.
721 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
722 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
723 bug269. Suggested by Gary Delp.
724 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
725 (verilog-preprocessor, verilog-set-compile-command):
726 Create verilog-preprocess and verilog-preprocessor to show
727 preprocessed output.
728 (verilog-get-beg-of-line, verilog-get-end-of-line)
729 (verilog-modi-file-or-buffer, verilog-modi-name)
730 (verilog-modi-point, verilog-within-string): Move defmacro's
731 before first use to avoid warning. Reported by Steve Pearlmutter.
732 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
733 (verilog-colorize-region, verilog-highlight-buffer)
734 (verilog-highlight-includes, verilog-highlight-modules)
735 (verilog-highlight-region, verilog-mode): Rename colorize to
736 highlight to match other packages. Disable module highlighting,
737 as received speed complaints, reenable for experimentation only
738 using new verilog-highlight-modules.
739 (verilog-read-decls): Fix regexp stack overflow in very large
740 AUTO_TEMPLATEs, bug250.
741 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
742 (verilog-scan): Create verilog-save-buffer-state to standardize
743 making insignificant changes that shouldn't call hooks.
744 (verilog-save-no-change-functions, verilog-save-scan-cache)
745 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
746 Create verilog-save-no-change-functions to wrap verilog-scan
747 preservation, and fix to work with nested preserved calls.
748 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
749 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
750 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
751 (verilog-submit-bug-report): Update variable list to be complete.
752 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
753 breaking on-the-fly font-locking.
754 (verilog-colorize-buffer, verilog-colorize-include-files)
755 (verilog-colorize-include-files-buffer, verilog-colorize-region)
756 (verilog-load-file-at-mouse, verilog-load-file-at-point)
757 (verilog-mode, verilog-read-inst-module-matcher): With point on a
758 AUTOINST cell instance name, middle mouse button now finds-file on
759 it. Suggested by Brad Dobbie.
760 (verilog-alw-get-temps, verilog-auto-reset)
761 (verilog-auto-sense-sigs, verilog-read-always-signals)
762 (verilog-read-always-signals-recurse): Fix loop indexes being
763 AUTORESET. AUTORESET now assumes any variables in the
764 initialization section of a for() should be ignored.
765 Reported by Dan Dever.
766 (verilog-error-font-lock-keywords)
767 (verilog-error-regexp-emacs-alist)
768 (verilog-error-regexp-xemacs-alist): Fix error detection of
769 Cadence HAL, reported by David Asher. Repair drift between the
770 three similar error variables.
771 (verilog-modi-lookup, verilog-modi-lookup-cache)
772 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
773 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
774 Fix slow verilog-auto expansion on very large files.
775 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
776 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
777 "{1*2{...". Broke in last revision.
778 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
779 submodule connections with replications "{#{a},#{b}}".
780
781 2010-10-23 Glenn Morris <rgm@gnu.org>
782
783 * comint.el (comint-password-prompt-regexp):
784 Match "enter the password". (Bug#7224)
785
786 2010-10-22 Juanma Barranquero <lekktu@gmail.com>
787
788 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
789 Fix typo in docstring.
790
791 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
792
793 * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
794 errors.
795
796 * net/trampver.el: Update release number.
797
798 2010-10-20 Kenichi Handa <handa@m17n.org>
799
800 * face-remap.el (text-scale-adjust): Call read-event with a proper
801 prompt.
802
803 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
804
805 * net/tramp.el (tramp-do-file-attributes-with-stat)
806 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
807 order to make stat results a float. Patch by Andreas Schwab
808 <schwab@linux-m68k.org>.
809
810 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
811
812 * repeat.el (repeat): Use read-key (bug#6256).
813
814 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
815
816 * emacs-lisp/unsafep.el: Don't mark functions that display
817 messages as safe. Suggested by Johan Bockgård.
818
819 2010-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
820
821 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
822 Turn comments into docstrings.
823
824 * minibuffer.el (completion--replace): Move point where it belongs
825 when there's a common suffix (bug#7215).
826
827 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
828
829 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
830 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
831 <dale@codefu.org>.
832
833 2010-10-15 Kenichi Handa <handa@m17n.org>
834
835 * international/characters.el: Add category '|' (word breakable)
836 to fullwidth characters.
837
838 2010-10-14 Kenichi Handa <handa@m17n.org>
839
840 * mail/rmail.el (rmail-show-message-1): Catch an error of
841 base64-decode-region and just show an error message (bug#7165).
842
843 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
844 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
845 a font-spec (bug#7197).
846
847 2010-10-13 Glenn Morris <rgm@gnu.org>
848
849 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
850
851 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
852
853 * international/mule.el (define-coding-system):
854 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
855 * composite.el (compose-region): Fix typo in docstring.
856
857 2010-10-10 Jan Djärv <jan.h.d@swipnet.se>
858
859 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
860 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
861 (mac-right-option-modifier): New alias for ns-right-option-modifier.
862
863 * cus-start.el (all): ns-right-alternate-modifier is new.
864
865 2010-10-10 Andreas Schwab <schwab@linux-m68k.org>
866
867 * Makefile.in (ELCFILES): Update.
868
869 2010-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
870
871 * emacs-lisp/lisp.el (lisp-completion-at-point):
872 Use emacs-lisp-mode-syntax-table for the whole function.
873
874 2010-10-09 Richard Sharman <richard_sharman@mitel.com> (tiny change)
875
876 * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
877 (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
878 work when breakpoint number exceeds nine.
879
880 2010-10-05 David Koppelman <koppel@ece.lsu.edu>
881
882 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
883 instead of font-lock-mode before adding keywords.
884 Remove hi-lock-mode off code. Remove inhibit hack.
885 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
886 non-nil; removed hook inhibit hack.
887
888 2010-10-09 Glenn Morris <rgm@gnu.org>
889
890 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
891 (load-path-shadows-find): ... to this.
892 (list-load-path-shadows): Update for above change.
893
894 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
895
896 2010-10-08 Glenn Morris <rgm@gnu.org>
897
898 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
899
900 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
901 (shadows-compare-text-p): Make it an obsolete alias for...
902 (load-path-shadows-compare-text): ... new name.
903 (find-emacs-lisp-shadows): Update for above name change.
904 (load-path-shadows-same-file-or-nonexistent): New name for the old
905 shadow-same-file-or-nonexistent.
906
907 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
908
909 * minibuffer.el (completion--some, completion--do-completion)
910 (minibuffer-complete-and-exit, minibuffer-completion-help)
911 (completion-basic-try-completion)
912 (completion-basic-all-completions)
913 (completion-pcm--find-all-completions): Use lexical-let to
914 avoid some false matches in variable completion (Bug#7056)
915
916 2010-10-03 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
917
918 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
919
920 2010-10-03 Leo <sdl.web@gmail.com>
921
922 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
923 return non-nil if the file exists (Bug#7090).
924
925 2010-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
926
927 * minibuffer.el (completion--replace):
928 Better preserve markers (bug#7138).
929
930 2010-09-29 Juanma Barranquero <lekktu@gmail.com>
931
932 * server.el (server-process-filter): Doc fix.
933
934 2010-09-27 Drew Adams <drew.adams@oracle.com>
935
936 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
937
938 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
939
940 * Makefile.in (ELCFILES): Update.
941
942 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
943 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
944
945 2010-09-27 Kenichi Handa <handa@m17n.org>
946
947 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
948 "ustar" format.
949
950 2010-09-27 Kenichi Handa <handa@m17n.org>
951
952 * international/mule.el (define-coding-system): Docstring fixed.
953
954 * international/mule-diag.el (describe-character-set): Use princ
955 with proper print-length and print-level instead of insert.
956
957 2010-09-26 Juanma Barranquero <lekktu@gmail.com>
958
959 * window.el (walk-windows): Doc fix (bug#7105).
960
961 2010-09-23 Glenn Morris <rgm@gnu.org>
962
963 * isearch.el (isearch-lazy-highlight-cleanup)
964 (isearch-lazy-highlight-initial-delay)
965 (isearch-lazy-highlight-interval)
966 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
967 * net/net-utils.el (ipconfig-program-options):
968 Move aliases to options before the associated definitions.
969
970 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
971
972 * newcomment.el (comment-normalize-vars): Better test validity of
973 comment-end-skip.
974
975 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
976
977 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
978 (float-e): New name for `e'.
979 (degrees-to-radians, radians-to-degrees):
980 * calendar/solar.el (solar-longitude):
981 * calculator.el (calculator-registers, calculator-funcall):
982 * textmodes/artist.el (artist-spray-random-points):
983 * play/bubbles.el (bubbles--initialize-images): Use new names.
984
985 2010-09-19 Eric M. Ludlam <zappo@gnu.org>
986
987 Update to CEDET 1.0's version of EIEIO.
988
989 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
990 New function.
991 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
992 (eieio-default-eval-maybe): Eval val instead of unquoting only.
993 (class-precedence-list): If class is nil, return nil.
994 (eieio-generic-call): If class of first input arg is nil, don't
995 look up static methods, and do check for primary methods.
996 (initialize-instance): See if the default needs to be evaluated
997 during the constructor.
998 (eieio-perform-slot-validation-for-default): Don't do the check
999 for values that will eventually be evaluated.
1000 (eieio-eval-default-p): New function.
1001 (eieio-default-eval-maybe): Use it.
1002
1003 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1004
1005 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1006 method-invocation-order.
1007 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1008 (eieio-class-precedence-dfs): Compute class precedence list using
1009 dfs algorithm.
1010 (eieio-class-precedence-bfs): Compute class precedence list using
1011 bfs algorithm.
1012 (eieio-class-precedence-c3): Compute class precedence list using
1013 c3 algorithm.
1014 (class-precedence-list): New function.
1015 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1016 (inconsistent-class-hierarchy): New error symbol.
1017 (call-next-method): Stow the replacement argument list for future
1018 call-next-method invocations.
1019
1020 2010-09-15 Glenn Morris <rgm@gnu.org>
1021
1022 * calendar/appt.el (appt-check): If not displaying the diary,
1023 use (diary 1) to only get the entries we need.
1024 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1025 that it is in day order. (Bug#7019)
1026
1027 * calendar/appt.el (appt-check): Rather than showing the diary,
1028 just turn off invisible display, and only if needed.
1029
1030 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
1031
1032 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1033
1034 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1035 Add `when' argument. Update callers.
1036
1037 * subr.el (unintern): Declare the obarray arg mandatory.
1038
1039 2010-09-14 Glenn Morris <rgm@gnu.org>
1040
1041 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1042 Doc fixes.
1043
1044 * calendar/diary-lib.el (diary-included-files): New variable.
1045 (diary-list-entries): Maybe initialize diary-included-files.
1046 (diary-include-other-diary-files): Append to diary-included-files.
1047 * calendar/appt.el (appt-update-list): Also check the members of
1048 diary-included-files. (Bug#6999)
1049 (appt-check): Doc fix.
1050
1051 2010-09-12 David Reitter <david.reitter@gmail.com>
1052
1053 * simple.el (line-move-visual): Do not truncate goal column to
1054 integer size. (Bug#7020)
1055
1056 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1057
1058 * repeat.el (repeat): Allow repeating when the last event is a click.
1059 Suggested by Drew Adams (bug#6256).
1060
1061 2010-09-11 Sascha Wilde <wilde@sha-bang.de>
1062
1063 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1064 Replace setting HGRCPATH to "" by some less invasive --config options.
1065
1066 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1067
1068 * font-lock.el (font-lock-beginning-of-syntax-function):
1069 Mark as obsolete.
1070
1071 2010-09-10 Glenn Morris <rgm@gnu.org>
1072
1073 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1074 and tool-bar modes. (Bug#6211)
1075 (menu-bar-mode): Move setting of standard-value after the
1076 minor-mode definition, otherwise it seems to have no effect.
1077
1078 2010-09-08 Masatake YAMATO <yamato@redhat.com>
1079
1080 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1081 Fix typo. (Bug#6976)
1082
1083 2010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1084
1085 * whitespace.el: Allow cleaning up blanks without blank
1086 visualization (Bug#6651). Adjust help window for
1087 whitespace-toggle-options (Bug#6479). Allow to use fill-column
1088 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
1089 (whitespace-style): Add new value 'face. Adjust docstring.
1090 (whitespace-space, whitespace-hspace, whitespace-tab):
1091 Adjust foreground property face.
1092 (whitespace-line-column): Adjust docstring and type declaration.
1093 (whitespace-style-value-list, whitespace-toggle-option-alist)
1094 (whitespace-help-text): Adjust const initialization.
1095 (whitespace-toggle-options, global-whitespace-toggle-options):
1096 Adjust docstring.
1097 (whitespace-display-window, whitespace-interactive-char)
1098 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1099 (whitespace-help-scroll): New fun.
1100
1101 2010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1102
1103 * files.el (directory-abbrev-alist): Use \` as default regexp.
1104
1105 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1106 chars like - or ] (bug#6984).
1107 (rx-any-condense-range): Explode 2-char ranges.
1108
1109 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1110
1111 * textmodes/bibtex.el:
1112 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1113
1114 2010-09-02 Glenn Morris <rgm@gnu.org>
1115
1116 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1117
1118 2010-08-31 Kenichi Handa <handa@m17n.org>
1119
1120 * international/mule-cmds.el (standard-display-european-internal):
1121 Setup standard-display-table for 8-bit characters by storing 8-bit
1122 characters in the element vector.
1123
1124 * disp-table.el (standard-display-8bit):
1125 Setup standard-display-table for 8-bit characters by storing 8-bit
1126 characters in the element vector.
1127 (standard-display-european): Likewise.
1128
1129 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
1130
1131 Sync with Tramp 2.1.19.
1132
1133 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1134 (tramp-reporter-dump-variable, tramp-load-report-modules)
1135 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1136 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1137
1138 * net/tramp-compat.el (top): Do not autoload
1139 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1140 only when `start-file-process' is not bound.
1141 (byte-compile-not-obsolete-vars): Define if not bound.
1142 (tramp-compat-funcall): New defmacro.
1143 (tramp-compat-line-beginning-position)
1144 (tramp-compat-line-end-position)
1145 (tramp-compat-temporary-file-directory)
1146 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1147 (tramp-compat-copy-file, tramp-compat-copy-directory)
1148 (tramp-compat-delete-file, tramp-compat-delete-directory)
1149 (tramp-compat-number-sequence, tramp-compat-process-running-p):
1150 Use it.
1151 (tramp-advice-file-expand-wildcards): Do not use
1152 `tramp-handle-file-remote-p'.
1153 (tramp-compat-make-temp-file): Simplify fallback implementation.
1154 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1155 (tramp-compat-copy-tree): Remove function.
1156 (tramp-compat-delete-file): New defun.
1157 (tramp-compat-delete-directory): Provide implementation for older
1158 Emacsen.
1159 (tramp-compat-file-attributes): Handle only
1160 `wrong-number-of-arguments' error.
1161
1162 * net/tramp-fish.el (tramp-fish-handle-copy-file):
1163 Add PRESERVE_SELINUX_CONTEXT.
1164 (tramp-fish-handle-delete-file): Add TRASH arg.
1165 (tramp-fish-handle-directory-files-and-attributes):
1166 Do not use `tramp-fish-handle-file-attributes.
1167 (tramp-fish-handle-file-local-copy)
1168 (tramp-fish-handle-insert-file-contents)
1169 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1170
1171 * net/tramp-gvfs.el (top): Require url-util.
1172 (tramp-gvfs-mount-point): Remove.
1173 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1174 and `set-file-selinux-context'.
1175 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1176 (tramp-gvfs-handle-file-selinux-context)
1177 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1178 (with-tramp-dbus-call-method): Format trace message.
1179 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1180 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1181 Implement backup call, when operation on local files fails.
1182 Use progress reporter. Flush properties of changed files.
1183 (tramp-gvfs-handle-delete-file): Add TRASH arg.
1184 Use `tramp-compat-delete-file'.
1185 (tramp-gvfs-handle-expand-file-name): Expand "~/".
1186 (tramp-gvfs-handle-make-directory): Make more traces.
1187 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1188 (tramp-gvfs-url-file-name): Hexify file name in url.
1189 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1190 into account for the resulting file name.
1191 (tramp-gvfs-handler-askquestion): Preserve current message, in
1192 order to let progress reporter continue afterwards. (Bug#6257)
1193 Return dummy mountpoint, when the answer is "no".
1194 See `tramp-gvfs-maybe-open-connection'.
1195 (tramp-gvfs-handler-mounted-unmounted)
1196 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1197 attribute "default_location". Set "prefix" property.
1198 Handle default-location.
1199 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1200 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1201 exists. Raise an error, if not (due to a corresponding answer
1202 "no" in interactive questions, for example).
1203 Use `tramp-compat-funcall'.
1204
1205 * net/tramp-imap.el (top): Autoload `epg-make-context'.
1206 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1207 (tramp-imap-do-copy-or-rename-file)
1208 (tramp-imap-handle-insert-file-contents)
1209 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1210 (tramp-imap-handle-delete-file): Add TRASH arg.
1211
1212 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1213 Add PRESERVE-SELINUX-CONTEXT.
1214 (tramp-smb-handle-copy-file)
1215 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1216 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1217 Use `with-progress-reporter'.
1218 (tramp-smb-handle-delete-file): Add TRASH arg.
1219
1220 * net/tramp.el (tramp-methods): Move hostname to the end in all
1221 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
1222 appropriate.
1223 (tramp-verbose): Describe verbose level 9.
1224 (tramp-completion-function-alist)
1225 (tramp-file-name-regexp, tramp-chunksize)
1226 (tramp-local-coding-commands, tramp-remote-coding-commands)
1227 (with-connection-property, tramp-completion-mode-p)
1228 (tramp-action-process-alive, tramp-action-out-of-band)
1229 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1230 (tramp-exists-file-name-handler): Fix docstring.
1231 (tramp-remote-process-environment): Use `format' instead of
1232 `concat'. Protect version string by apostroph.
1233 (tramp-shell-prompt-pattern): Do not use a shy group in case of
1234 XEmacs.
1235 (tramp-file-name-regexp-unified)
1236 (tramp-completion-file-name-regexp-unified): On W32 systems, do
1237 not regard the volume letter as remote filename. (Bug#5447)
1238 (tramp-perl-file-attributes)
1239 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1240 (tramp-vc-registered-read-file-names): Read input as
1241 here-document, otherwise the command could exceed maximum length
1242 of command line.
1243 (tramp-file-name-handler-alist): Add `file-selinux-context' and
1244 `set-file-selinux-context'.
1245 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1246 backtrace functions.
1247 (tramp-error-with-buffer): Don't show the connection buffer when
1248 we are in completion mode.
1249 (tramp-progress-reporter-update, tramp-remote-selinux-p)
1250 (tramp-handle-file-selinux-context)
1251 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1252 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1253 New defuns.
1254 (with-progress-reporter): New defmacro.
1255 (tramp-debug-outline-regexp): New defconst.
1256 (top, tramp-rfn-eshadow-setup-minibuffer)
1257 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1258 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1259 (tramp-completion-mode-p, tramp-check-for-regexp)
1260 (tramp-open-connection-setup-interactive-shell)
1261 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1262 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1263 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1264 Use `tramp-compat-funcall'.
1265 (tramp-handle-make-symbolic-link): Flush file properties.
1266 (tramp-handle-load, tramp-handle-file-local-copy)
1267 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1268 (tramp-handle-vc-registered, tramp-maybe-send-script)
1269 (tramp-find-shell): Use `with-progress-reporter'.
1270 (tramp-do-file-attributes-with-stat): Add space in format string,
1271 in order to work around a bug in pdksh. Reported by Gilles Pion
1272 <gpion@lfdj.com>.
1273 (tramp-handle-verify-visited-file-modtime): Do not send a command
1274 when the connection is not established.
1275 (tramp-handle-set-file-times): Simplify the check for utc.
1276 (tramp-handle-directory-files-and-attributes)
1277 (tramp-get-remote-path): Use `copy-tree'.
1278 (tramp-completion-handle-file-name-all-completions): Ensure, that
1279 non remote files are still checked. Oops.
1280 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1281 Handle PRESERVE-SELINUX-CONTEXT.
1282 (tramp-do-copy-or-rename-file): Add progress reporter.
1283 (tramp-do-copy-or-rename-file-directly): Do not use
1284 `tramp-handle-file-remote-p'.
1285 (tramp-do-copy-or-rename-file-out-of-band):
1286 Use `tramp-compat-delete-directory'.
1287 (tramp-do-copy-or-rename-file-out-of-band)
1288 (tramp-compute-multi-hops, tramp-maybe-open-connection):
1289 Use `format-spec-make'.
1290 (tramp-handle-delete-file): Add TRASH arg.
1291 (tramp-handle-dired-uncache): Flush directory cache, not only file
1292 cache.
1293 (tramp-handle-expand-file-name)
1294 (tramp-completion-handle-file-name-all-completions)
1295 (tramp-completion-handle-file-name-completion):
1296 Use `tramp-connectable-p'.
1297 (tramp-handle-start-file-process): Set connection property "vec".
1298 Use it, in order to invalidate file caches. Check only for
1299 `remote-tty' process property.
1300 Implement tty setting. (Bug#4604, Bug#6360)
1301 (tramp-file-name-for-operation): Add `call-process-region' and
1302 `set-file-selinux-context'.
1303 (tramp-find-foreign-file-name-handler)
1304 (tramp-advice-make-auto-save-file-name)
1305 (tramp-set-auto-save-file-modes): Remove superfluous check for
1306 `stringp'. This is done inside `tramp-tramp-file-p'.
1307 (tramp-file-name-handler): Trace 'quit. Catch the error for some
1308 operations when we are in completion mode. This gives the user
1309 the chance to correct the file name in the minibuffer.
1310 (tramp-completion-mode-p): Use `non-essential'.
1311 (tramp-handle-file-name-all-completions): Backward/ XEmacs
1312 compatibility: Use `completion-ignore-case' if
1313 `read-file-name-completion-ignore-case' does not exist.
1314 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1315 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1316 `tramp-open-shell'.
1317 (tramp-action-password): Hide password prompt before next run.
1318 (tramp-process-actions): Widen connection buffer for the trace.
1319 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1320 process property. Trace stty settings if `tramp-verbose' >= 9.
1321 Apply workaround for IRIX64 bug. Move argument of last
1322 `tramp-send-command' where it belongs to.
1323 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1324 front of `login-args'.
1325 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1326 on "/dev/null" instead of "/".
1327 (tramp-get-ls-command-with-dired): Make test for "--dired"
1328 stronger.
1329 (tramp-set-auto-save-file-modes): Adapt version check.
1330 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1331 (tramp-handle-process-file): Call the program in a subshell, in
1332 order to preserve working directory.
1333 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1334 `tramp-remote-sh' from `tramp-methods'.
1335 (tramp-get-ls-command): Make test for "--color=never" stronger.
1336 (tramp-check-for-regexp): Use (forward-line 1).
1337
1338 * net/trampver.el: Update release number.
1339
1340 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
1341
1342 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1343 empty argument to gvfs-copy.
1344
1345 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1346
1347 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1348 handle new TRASH arg of `delete-file'.
1349
1350 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1351
1352 * net/tramp.el (tramp-handle-insert-directory): Don't use
1353 `forward-word', its default syntax could be changed.
1354
1355 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1356 Michael Albinus <michael.albinus@gmx.de>
1357
1358 Implement compression for inline methods.
1359
1360 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1361 (tramp-copy-size-limit): Allow also nil.
1362 (tramp-inline-compress-commands): New defconst.
1363 (tramp-find-inline-compress, tramp-get-inline-compress)
1364 (tramp-get-inline-coding): New defuns.
1365 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1366 replaced by `tramp-get-inline-coding'.
1367 (tramp-handle-file-local-copy, tramp-handle-write-region)
1368 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1369
1370 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
1371
1372 Detect ssh 'ControlMaster' argument automatically in some cases.
1373
1374 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1375 (tramp-default-method): Use it.
1376
1377 2010-08-26 Karel Klíč <kklic@redhat.com>
1378
1379 * net/tramp.el (tramp-file-name-for-operation):
1380 Add file-selinux-context.
1381
1382 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1383
1384 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1385
1386 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1387
1388 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1389 (Bug#6907).
1390
1391 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
1392
1393 * progmodes/python.el (python-block-pairs): Allow use of "finally"
1394 with "else" (Bug#3991).
1395
1396 2010-08-22 Leo <sdl.web@gmail.com>
1397
1398 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1399 (ignore, bright, dim, keyword): Split list of nicknames before
1400 passing to rcirc-add-or-remove (Bug#6894).
1401
1402 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
1403
1404 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1405
1406 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1407
1408 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
1409 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1410 New version 13.0.
1411 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1412 Adjust initialization.
1413 (whitespace-bob-marker, whitespace-eob-marker)
1414 (whitespace-buffer-changed): New vars.
1415 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1416 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1417 (whitespace-post-command-hook, whitespace-display-char-on):
1418 Adjust code.
1419 (whitespace-looking-back, whitespace-buffer-changed): New funs.
1420 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
1421
1422 2010-08-21 Leo <sdl.web@gmail.com>
1423
1424 Fix buffer-list rename&refresh after killing a buffer in ido.
1425 * lisp/ido.el: Revert Óscar's.
1426 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1427 Remember the buffers at head, rather than their name.
1428 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1429
1430 2010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
1431 Stefan Monnier <monnier@iro.umontreal.ca>
1432
1433 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1434 extra backslash added to each line (bug#6890).
1435
1436 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1437
1438 * subr.el (read-key): Don't echo keystrokes (bug#6883).
1439
1440 2010-08-21 Glenn Morris <rgm@gnu.org>
1441
1442 * menu-bar.el (menu-bar-games-menu): Add landmark.
1443
1444 2010-08-20 Glenn Morris <rgm@gnu.org>
1445
1446 * align.el (align-regexp): Make group and spacing arguments
1447 use the interactive defaults when non-interactive. (Bug#6698)
1448
1449 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1450 expansion, so as not to need sendmail.
1451 (mail-text-start): Remove declaration.
1452 (rmail-retry-failure): Require sendmail.
1453
1454 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1455
1456 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1457
1458 2010-08-18 Michael Albinus <michael.albinus@gmx.de>
1459
1460 * progmodes/flymake.el (flymake-start-syntax-check-process):
1461 Use `start-file-process' in order to let it run also on remote hosts.
1462
1463 2010-08-18 Kenichi Handa <handa@m17n.org>
1464
1465 * files.el: Add `word-wrap' as safe local variable.
1466
1467 2010-08-18 Glenn Morris <rgm@gnu.org>
1468
1469 * woman.el (woman-translate): Case matters. (Bug#6849)
1470
1471 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
1472
1473 * simple.el (kill-region): Doc fix (Bug#6787).
1474
1475 2010-08-14 Glenn Morris <rgm@gnu.org>
1476
1477 * calendar/diary-lib.el (diary-header-line-format):
1478 Fit it to the window, not the frame.
1479
1480 2010-08-11 Andreas Schwab <schwab@linux-m68k.org>
1481
1482 * subr.el (ignore-errors): Add debug declaration.
1483
1484 2010-08-09 Geoff Gole <geoffgole@gmail.com> (tiny change)
1485
1486 * whitespace.el (whitespace-color-off): Remove post-command-hook
1487 locally.
1488
1489 2010-08-08 Johan Bockgård <bojohan@gnu.org>
1490
1491 * replace.el (replace-highlight): Bind isearch-forward and
1492 isearch-error, ensuring that highlighting is updated if the user
1493 switches the search direction (Bug#6808).
1494
1495 * isearch.el (isearch-lazy-highlight-forward): New var.
1496 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1497 (isearch-lazy-highlight-update): Use it.
1498
1499 2010-08-06 Kenichi Handa <handa@m17n.org>
1500
1501 * international/mule.el (define-charset): Store NAME as :base property.
1502 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
1503 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1504 current priority. Force using the designation of the specific
1505 charset by adding `charset' text property. Improve the whole
1506 algorithm.
1507
1508 2010-08-05 Juanma Barranquero <lekktu@gmail.com>
1509
1510 * emulation/pc-select.el (pc-selection-mode-hook)
1511 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1512 (pc-selection-mode): Fix typos in docstrings.
1513
1514 2010-08-04 Kenichi Handa <handa@m17n.org>
1515
1516 * language/cyrillic.el: Don't add "microsoft-cp1251" to
1517 ctext-non-standard-encodings-alist here.
1518
1519 * international/mule.el (ctext-non-standard-encodings-alist):
1520 Add "koi8-r" and "microsoft-cp1251".
1521 (ctext-standard-encodings): New variable.
1522 (ctext-non-standard-encodings-table): List only elements for
1523 non-standard encodings.
1524 (ctext-pre-write-conversion): Adjust for the above change.
1525 Check ctext-standard-encodings.
1526
1527 * international/mule-conf.el (compound-text): Doc fix.
1528 (ctext-no-compositions): Doc fix.
1529 (compound-text-with-extensions): Doc fix.
1530
1531 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1532
1533 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1534
1535 2010-08-03 Juanma Barranquero <lekktu@gmail.com>
1536
1537 * progmodes/which-func.el (which-func-format): Split help-echo text
1538 into lines, like other mode-line tooltips.
1539
1540 * server.el (server-start): When using TCP sockets, force IPv4
1541 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
1542
1543 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1544
1545 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1546
1547 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
1548
1549 * term.el (term-delimiter-argument-list): Reflow docstring.
1550 (term-read-input-ring, term-write-input-ring, term-send-input)
1551 (term-bol, term-erase-in-display, serial-supported-or-barf):
1552 Fix typos in docstrings.
1553
1554 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1555
1556 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1557
1558 2010-08-01 Juanma Barranquero <lekktu@gmail.com>
1559
1560 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1561
1562 2010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
1563
1564 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
1565 Fix typo in docstring (bug#6747).
1566
1567 2010-07-30 Leo <sdl.web@gmail.com>
1568
1569 * eshell/esh-io.el (eshell-get-target): Better detection of
1570 read-only file (Bug#6762).
1571
1572 2010-07-30 Juanma Barranquero <lekktu@gmail.com>
1573
1574 * align.el (align-default-spacing): Doc fix.
1575 (align-region-heuristic, align-regexp): Fix typos in docstrings.
1576
1577 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
1578
1579 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
1580
1581 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
1582
1583 * time.el (display-time-day-and-date): Remove spurious * in docstring.
1584 (display-time-world-buffer-name, display-time-world-mode-map):
1585 Fix typos in docstrings.
1586
1587 2010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
1588
1589 * image-mode.el (image-display-size): New function.
1590 (image-forward-hscroll, image-next-line, image-eol, image-eob)
1591 (image-mode-fit-frame): Use it (Bug#6639).
1592
1593 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
1594
1595 * dired.el (dired-buffers-for-dir): Handle list values of
1596 dired-directory (Bug#6636).
1597
1598 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
1599
1600 * vc.el (vc-coding-system-inherit-eol): New defvar.
1601 (vc-coding-system-for-diff): Use it to decide whether to inherit
1602 from the file the EOL format for reading the diffs of that file.
1603 (Bug#4451)
1604
1605 2010-07-16 Eli Zaretskii <eliz@gnu.org>
1606
1607 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
1608 unibyte, so compressed attachments are not compressed again.
1609
1610 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
1611
1612 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
1613 now that unicode is used (Bug#6594).
1614
1615 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
1616
1617 * simple.el (push-mark-command): Set the selection if
1618 select-active-regions is non-nil.
1619
1620 2010-07-10 Glenn Morris <rgm@gnu.org>
1621
1622 * calendar/calendar.el (calendar-week-end-day): New function.
1623 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1624 Respect calendar-week-start-day. (Bug#6606)
1625 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1626 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1627 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1628 respect calendar-week-start-day.
1629
1630 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
1631
1632 * simple.el (use-region-p): Doc fix (Bug#6607).
1633
1634 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
1635
1636 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1637 builtins (BufferError, BytesWarning, WindowsError; callables
1638 bin, bytearray, bytes, format, memoryview, next, print; __package__).
1639
1640 2010-07-07 Glenn Morris <rgm@gnu.org>
1641
1642 * play/zone.el (zone-fall-through-ws): Fix next-line ->
1643 forward-line fallout.
1644
1645 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
1646
1647 * mouse.el (mouse-appearance-menu): Add docstring.
1648
1649 * help.el (describe-key): Print up-event using key-description.
1650
1651 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
1652
1653 * net/zeroconf.el (zeroconf-resolve-service)
1654 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
1655 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1656
1657 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1658
1659 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1660
1661 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
1662
1663 Avoid displaying files with a nil state in vc-dir.
1664 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1665 cases that cause insertion.
1666 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1667 with a nil state.
1668
1669 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
1670
1671 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1672
1673 2010-06-29 Leo <sdl.web@gmail.com>
1674
1675 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
1676
1677 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
1678
1679 * generic-x.el (bat-generic-mode): Fix regexp for command line
1680 switches (Bug#5719).
1681
1682 2010-06-27 Masatake YAMATO <yamato@redhat.com>
1683
1684 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1685 of nconc to avoid pure storage error (Bug#6239).
1686
1687 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
1688
1689 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1690 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1691 bindings of bookmark-automatically-show-annotations (Bug#6515).
1692
1693 2010-06-25 Eli Zaretskii <eliz@gnu.org>
1694
1695 * arc-mode.el (archive-zip-extract): Don't quote the file name on
1696 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
1697
1698 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
1699
1700 * comint.el (make-comint, make-comint-in-buffer): Mention return
1701 value in the docstrings. (Bug#6498)
1702
1703 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
1704
1705 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
1706 since it is not present when using some non-default switches.
1707
1708 2010-06-23 Karl Fogel <kfogel@red-bean.com>
1709
1710 * simple.el (compose-mail): Fix doc string to refer to
1711 `compose-mail-user-agent-warnings', instead of to the
1712 nonexistent `compose-mail-check-user-agent'.
1713
1714 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1715
1716 Fix vc-annotate for renamed files when using Git.
1717 * vc-git.el (vc-git-find-revision): Deal with empty results from
1718 ls-files. Doe not pass the object as a file name to cat-file, it
1719 is not a file name.
1720 (vc-git-annotate-command): Pass the file name using -- to avoid
1721 ambiguity with the revision.
1722 (vc-git-previous-revision): Pass a relative file name.
1723
1724 2010-06-22 Glenn Morris <rgm@gnu.org>
1725
1726 * progmodes/js.el (js-mode-map): Use standard capitalization and
1727 ellipses for menu entries.
1728
1729 * wid-edit.el (widget-complete): Doc fix.
1730
1731 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
1732
1733 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1734
1735 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1736
1737 Fix annotating other revisions for renamed files in vc-annotate.
1738 * vc-annotate.el (vc-annotate): Add an optional argument for the
1739 VC backend. Use it when non-nil.
1740 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate
1741 (Bug#6487).
1742
1743 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1744 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1745 Do not pass the file name to the 'previous-revision call when we
1746 don't want a file diff. (Bug#6489)
1747
1748 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1749
1750 Fix finding revisions for renamed files in vc-annotate.
1751 * vc.el (vc-find-revision): Add an optional argument for
1752 the VC backend. Use it when non-nil.
1753 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1754 backend to vc-find-revision. (Bug#6487)
1755
1756 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1757
1758 Fix reading file names in Git annotate buffers.
1759 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1760 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
1761
1762 2010-06-20 Alan Mackenzie <acm@muc.de>
1763
1764 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1765 in file local variables, set it first.
1766
1767 2010-06-19 Glenn Morris <rgm@gnu.org>
1768
1769 * descr-text.el (describe-char-unicode-data): Insert separating
1770 space when needed. (Bug#6422)
1771
1772 * progmodes/idlwave.el (idlwave-action-and-binding):
1773 Fix typo in 2009-12-03 change. (Bug#6450)
1774
1775 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1776
1777 * subr.el (read-quoted-char): Fix up last change (bug#6290).
1778
1779 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1780
1781 * font-lock.el (font-lock-major-mode): Rename from
1782 font-lock-mode-major-mode to distinguish it from
1783 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1784 (font-lock-set-defaults):
1785 * font-core.el (font-lock-default-function): Adjust users.
1786 (font-lock-mode): Don't set it at all.
1787
1788 2010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1789
1790 * vc-annotate.el (vc-annotate): Use vc-read-revision.
1791
1792 2010-06-15 Glenn Morris <rgm@gnu.org>
1793
1794 * calendar/appt.el (appt-time-msg-list): Doc fix.
1795 (appt-check): Let-bind appt-warn-time.
1796 (appt-add): Make the 3rd argument optional.
1797 Simplify argument names. Doc fix. Check for integer WARNTIME.
1798 Only add WARNTIME to the output list if non-nil.
1799
1800 2010-06-15 Ivan Kanis <apple@kanis.eu>
1801
1802 * calendar/appt.el (appt-check): Let the 3rd element of
1803 appt-time-msg-list specify the warning time.
1804 (appt-add): Add new argument with the warning time. (Bug#5176)
1805
1806 2010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1807
1808 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1809 older than version 1.6. (Bug#6361)
1810
1811 2010-06-12 Helmut Eller <eller.helmut@gmail.com>
1812
1813 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1814 used by cl-do-arglist. (Bug#6408)
1815
1816 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1817
1818 * emacs-lisp/advice.el (ad-compile-function):
1819 Define warning-suppress-types before we let-bind it (bug#6275).
1820
1821 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1822 declare it, make it buffer-local and permanent-local (bug#6324).
1823 (vc-resynch-window): Adjust name.
1824 * vc-hooks.el (vc-find-file-hook): Adjust name.
1825
1826 2010-06-07 Jonathan Rockway <jon@jrock.us>
1827
1828 * net/rcirc.el: Add support for password authentication.
1829 (rcirc-server-alist): Add :password keyword.
1830 (rcirc): Ask for a password, or get it from the server's alist.
1831 (rcirc-connect): Add password argument. Pass it to server.
1832
1833 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
1834
1835 * net/dbus.el (dbus-register-method): Declare function.
1836 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1837 (dbus-introspect): Doc fix.
1838 (dbus-event-bus-name, dbus-introspect-get-interface)
1839 (dbus-introspect-get-argument): Reflow docstrings.
1840
1841 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
1842
1843 * term/common-win.el (x-colors): Add "dark green" and "dark
1844 turquoise" (Bug#6332).
1845
1846 2010-06-03 Glenn Morris <rgm@gnu.org>
1847
1848 * desktop.el (desktop-clear-preserve-buffers):
1849 Add "*Warnings*" buffer. (Bug#6336)
1850
1851 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
1852
1853 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1854
1855 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1856
1857 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1858 `file-directory-p' to the filename part rather than to the whole text.
1859
1860 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1861
1862 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1863
1864 2010-05-31 Drew Adams <drew.adams@oracle.com>
1865
1866 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1867
1868 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
1869
1870 * subr.el (momentary-string-display): Just use read-event to read
1871 the exit event (Bug#6238).
1872
1873 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
1874
1875 * ansi-color.el: Delete unused escape sequences (Bug#6085).
1876 (ansi-color-drop-regexp): New constant.
1877 (ansi-color-apply, ansi-color-filter-region)
1878 (ansi-color-apply-on-region): Delete unrecognized control sequences.
1879 (ansi-color-apply): Build string list before calling concat.
1880
1881 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1882
1883 * progmodes/verilog-mode.el (verilog-type-font-keywords):
1884 Use font-lock-constant-face, not obsolete font-lock-reference-face.
1885
1886 2010-05-27 Masatake YAMATO <yamato@redhat.com>
1887
1888 * htmlfontify.el (hfy-face-resolve-face): New function.
1889 (hfy-face-to-style): Use it (Bug#6279).
1890
1891 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1892
1893 * epa.el (epa--select-keys): Don't explicitly delete the window since
1894 that can fail (e.g. sole window in frame). Use dedication instead.
1895
1896 2010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
1897
1898 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1899
1900 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1901
1902 * subr.el (read-quoted-char): Resolve modifiers after key
1903 remapping (bug#6212).
1904
1905 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1906
1907 * tmm.el (tmm-prompt): Don't try to precompute bindings.
1908 (tmm-get-keymap): Compute shortcuts (bug#6171).
1909
1910 2010-05-10 Glenn Morris <rgm@gnu.org>
1911
1912 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
1913 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
1914
1915 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
1916
1917 * Version 23.2 released.
1918
1919 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
1920
1921 * international/mule.el (auto-coding-alist): Only purecopy
1922 car of each item, not the whole list (Bug#6083).
1923
1924 2010-05-02 Chong Yidong <cyd@stupidchicken.com>
1925
1926 * progmodes/js.el (js-mode): Make paragraph variables local before
1927 calling c-setup-paragraph-variables (Bug#6071).
1928
1929 2010-05-01 Eli Zaretskii <eliz@gnu.org>
1930
1931 * composite.el (compose-region, reference-point-alist): Fix typos
1932 in the doc strings.
1933
1934 2010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1935
1936 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1937 gnuplot's "set" command.
1938
1939 2010-04-26 Juanma Barranquero <lekktu@gmail.com>
1940
1941 * abbrev.el (last-abbrev-text): Doc fix.
1942 (abbrev-prefix-mark): Don't escape parenthesis.
1943
1944 2010-04-24 Andreas Schwab <schwab@linux-m68k.org>
1945
1946 * composite.el (find-composition): Doc fix.
1947
1948 2010-04-24 Juanma Barranquero <lekktu@gmail.com>
1949
1950 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
1951 (sql-oracle-program, sql-sqlite-options)
1952 (sql-query-placeholders-and-send): Doc fixes.
1953 (sql-set-product, sql-interactive-mode): Reflow docstrings.
1954 (sql-imenu-generic-expression, sql-buffer)
1955 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
1956 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
1957 (sql-mode-sybase-font-lock-keywords)
1958 (sql-mode-informix-font-lock-keywords)
1959 (sql-mode-interbase-font-lock-keywords)
1960 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
1961 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
1962 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
1963 (sql-product-feature, sql-highlight-product)
1964 (comint-line-beginning-position, sql-rename-buffer)
1965 (sql-toggle-pop-to-buffer-after-send-region)
1966 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
1967 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
1968 Fix typos in docstrings.
1969
1970 2010-04-23 Juri Linkov <juri@jurta.org>
1971
1972 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
1973 property instead of `invisible' and `after-string' (bug#5998).
1974
1975 2010-04-23 Juri Linkov <juri@jurta.org>
1976
1977 * image-mode.el (image-mode-as-text): Fix typo in docstring.
1978
1979 2010-04-23 Juanma Barranquero <lekktu@gmail.com>
1980
1981 * filecache.el (file-cache-add-directory-list)
1982 (file-cache-add-directory-recursively): Fix typos in docstrings.
1983
1984 2010-04-22 Kenichi Handa <handa@m17n.org>
1985
1986 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
1987 (gujarati-composable-pattern): Fix typo.
1988
1989 2010-04-20 Kenichi Handa <handa@m17n.org>
1990
1991 * language/indian.el (oriya-composable-pattern)
1992 (tamil-composable-pattern, malayalam-composable-pattern):
1993 Add two-part vowels to "v" (vowel sign).
1994
1995 2010-04-20 Chong Yidong <cyd@stupidchicken.com>
1996
1997 * files.el (copy-directory): Handle symlinks (Bug#5982).
1998
1999 * progmodes/compile.el (compilation-next-error-function):
2000 Revert 2009-10-12 change (Bug#5983).
2001
2002 2010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2003
2004 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2005 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
2006 (Bug#5846).
2007
2008 2010-04-20 Glenn Morris <rgm@gnu.org>
2009
2010 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2011
2012 * minibuffer.el (completion-at-point): Doc fix.
2013
2014 2010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
2015
2016 Fix the version number for added files.
2017 * vc-hg.el (vc-hg-working-revision): Check if the file is
2018 registered after hg parent fails (Bug#5961).
2019
2020 2010-04-17 Glenn Morris <rgm@gnu.org>
2021
2022 * htmlfontify.el (htmlfontify-buffer)
2023 (htmlfontify-copy-and-link-dir): Autoload entry points.
2024
2025 2010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
2026
2027 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2028 name relative to the project root (Bug#5960).
2029
2030 2010-04-16 Glenn Morris <rgm@gnu.org>
2031
2032 * vc-git.el (vc-git-print-log): Doc fix.
2033
2034 2010-04-14 Óscar Fuentes <ofv@wanadoo.es>
2035
2036 * ido.el (ido-file-internal): Fix 2009-12-02 change.
2037
2038 2010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
2039
2040 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2041 default settings (Bug#5928).
2042
2043 2010-04-10 Glenn Morris <rgm@gnu.org>
2044
2045 * progmodes/fortran.el (fortran-match-and-skip-declaration):
2046 New function.
2047 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
2048
2049 2010-04-07 Kenichi Handa <handa@m17n.org>
2050
2051 * language/indian.el (malayalam-composable-pattern): Fix previous
2052 change (add U+0D4D "SIGN VIRAMA").
2053 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2054 (tamil-composable-pattern): Fix typo in the regexp.
2055 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2056 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2057 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2058
2059 2010-04-06 Chong Yidong <cyd@stupidchicken.com>
2060
2061 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2062 paragraph-separate (Bug#5821).
2063
2064 2010-04-05 Juri Linkov <juri@jurta.org>
2065
2066 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2067
2068 * info.el (Info-find-node-2): Comment out code that skips
2069 breadcrumbs line.
2070 (Info-mouse-follow-link): New command.
2071 (Info-link-keymap): New keymap.
2072 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2073 Return a string with links instead of inserting breadcrumbs
2074 to the Info buffer.
2075 (Info-fontify-node): Comment out code that inserts breadcrumbs.
2076 Instead of putting the `invisible' text property over the Info
2077 header, make an overlay over the Info header with the `invisible'
2078 property and `after-string' set to the string returned by
2079 `Info-breadcrumbs'.
2080
2081 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
2082
2083 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2084 Reported by monkey@sandpframing.com.
2085
2086 2010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
2087
2088 * textmodes/artist.el (artist-mode): Fix typo in docstring.
2089 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
2090
2091 2010-03-30 Kenichi Handa <handa@m17n.org>
2092
2093 * language/sinhala.el (composition-function-table): Fix regexp for
2094 the new Unicode specification.
2095
2096 * language/indian.el (devanagari-composable-pattern)
2097 (tamil-composable-pattern, kannada-composable-pattern)
2098 (malayalam-composable-pattern): Adjust for the new Unicode
2099 specification.
2100 (bengali-composable-pattern, gurmukhi-composable-pattern)
2101 (gujarati-composable-pattern, oriya-composable-pattern)
2102 (telugu-composable-pattern): New variables to cope with the new
2103 Unicode specification. Use them in composition-function-table.
2104
2105 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2106
2107 Make tmm-menubar work for the Buffers menu again (bug#5726).
2108 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2109 vectors rather than cons cells, as used in menu-bar-update-buffers.
2110
2111 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
2112
2113 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2114 (js-insert-and-indent): Revert 2009-08-15 change, restoring
2115 electric punctuation for "{}();,:" (Bug#5586).
2116
2117 * mail/sendmail.el (mail-default-directory): Doc fix.
2118
2119 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
2120
2121 * mail/sendmail.el (mail-default-directory): Doc fix.
2122
2123 2010-03-27 Eli Zaretskii <eliz@gnu.org>
2124
2125 * subr.el (version-regexp-alist, version-to-list)
2126 (version-list-<, version-list-=, version-list-<=)
2127 (version-list-not-zero, version<, version<=, version=): Doc fix.
2128 (Bug#5744).
2129
2130 2010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2131 Nick Roberts <nickrob@snap.net.nz>
2132
2133 * progmodes/gdb-ui.el (gdb-apple-test): New function.
2134 (gdb-init-1): Use it.
2135
2136 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2137
2138 * vc.el (vc-root-diff): Doc fix.
2139
2140 2010-03-25 Chong Yidong <cyd@stupidchicken.com>
2141
2142 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2143
2144 * simple.el (append-to-buffer): Fix last change.
2145
2146 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
2147
2148 * simple.el (append-to-buffer): Ensure that point is preserved if
2149 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
2150 (Bug#5749)
2151
2152 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2153
2154 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2155 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2156 not be present any more.
2157
2158 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2159
2160 * faces.el (set-face-attribute): Fix typo in docstring.
2161 (face-valid-attribute-values): Reflow docstring.
2162
2163 2010-03-23 Glenn Morris <rgm@gnu.org>
2164
2165 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2166
2167 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
2168
2169 * indent.el (indent-for-tab-command): Doc fix.
2170
2171 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
2172
2173 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2174 (image-dired-read-comment): Doc fix.
2175
2176 * json.el (json-object-type, json-array-type, json-key-type)
2177 (json-false, json-null, json-read-number):
2178 * minibuffer.el (completion-in-region-functions):
2179 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2180 (cal-tex-cursor-week):
2181 * emacs-lisp/trace.el (trace-function):
2182 * eshell/em-basic.el (eshell/printnl):
2183 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2184 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2185 * obsolete/levents.el (allocate-event, event-key, event-object)
2186 (event-point, event-process, event-timestamp, event-to-character)
2187 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2188 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2189 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2190 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2191 (reftex-highlight-selection): Fix typos in docstrings.
2192
2193 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
2194
2195 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2196
2197 2010-03-18 Glenn Morris <rgm@gnu.org>
2198
2199 * mail/rmail.el (rmail-highlight-face): Restore option deleted
2200 2008-02-13 without comment; mark it obsolete.
2201 (rmail-highlight-headers): Use rmail-highlight-face once more.
2202
2203 2010-03-16 Chong Yidong <cyd@stupidchicken.com>
2204
2205 * woman.el (woman2-process-escapes): Only consume the newline if
2206 the filler character is on a line by itself (Bug#5729).
2207
2208 2010-03-16 Kenichi Handa <handa@m17n.org>
2209
2210 * language/indian.el (devanagari-composable-pattern): Add more
2211 consonants.
2212
2213 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
2214
2215 * net/trampver.el: Update release number.
2216
2217 2010-03-13 Glenn Morris <rgm@gnu.org>
2218
2219 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2220
2221 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
2222
2223 * net/tramp.el (tramp-find-executable):
2224 Use `tramp-get-connection-buffer'. Make the regexp for checking
2225 output of "wc -l" more robust.
2226 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2227 (tramp-open-connection-setup-interactive-shell): Remove workaround
2228 for OpenSolaris bug, it is not needed anymore.
2229
2230 2010-03-12 Glenn Morris <rgm@gnu.org>
2231
2232 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
2233
2234 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
2235
2236 * files.el (auto-mode-alist): Accept more verilog file patterns.
2237
2238 2010-03-09 Miles Bader <miles@gnu.org>
2239
2240 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2241 instead of "format:"; this ensures that the output is
2242 newline-terminated.
2243
2244 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
2245
2246 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2247 that all errors are caught, and that the return value is always a
2248 list (Bug#5692).
2249
2250 2010-03-08 Kenichi Handa <handa@m17n.org>
2251
2252 * language/misc-lang.el (windows-1256): New coding system.
2253 (cp1256): New alias of windows-1256 (bug#5690).
2254
2255 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
2256
2257 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2258 call to rfc822-bad-address. (Bug#5692)
2259
2260 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
2261
2262 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2263 Use vc-git-root as default directory for revision path (Bug#5657).
2264
2265 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
2266
2267 * calculator.el (calculator): Don't bind split-window-keep-point
2268 (Bug#5674).
2269
2270 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2271
2272 * vc-git.el: Re-flow to fit into 80 columns.
2273 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2274 Remove spurious `quote' element in each case alternative.
2275 (vc-git-show-log-entry): Use prog1.
2276 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2277
2278 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2279
2280 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2281
2282 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
2283
2284 * macros.el (insert-kbd-macro): Look up keyboard macro using the
2285 definition, not the name (Bug#5481).
2286
2287 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
2288
2289 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2290 argument with a local variable. (Bug#5670)
2291
2292 2010-03-02 Juri Linkov <juri@jurta.org>
2293
2294 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
2295
2296 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
2297
2298 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2299 error when FILENAME and NEWNAME are existing remote directories.
2300
2301 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2302 parameter DIR-FLAG.
2303
2304 2010-03-02 Glenn Morris <rgm@gnu.org>
2305
2306 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2307 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2308
2309 2010-03-01 Kenichi Handa <handa@m17n.org>
2310
2311 * language/burmese.el (burmese-composable-pattern): Rename from
2312 myanmar-composable-pattern.
2313
2314 * international/characters.el (script-list):
2315 * international/fontset.el (script-representative-chars):
2316 Change myanmar to burmese.
2317 (otf-script-alist): Likewise.
2318 (setup-default-fontset): Likewise. Re-fix :otf spec.
2319
2320 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2321
2322 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2323
2324 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
2325
2326 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2327
2328 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2329
2330 * net/tramp.el (tramp-handle-write-region): START can be a string.
2331 Take care in the checks. Reported by Dan Davison
2332 <davison@stats.ox.ac.uk>.
2333
2334 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2335
2336 * net/dbus.el (dbus-introspect, dbus-get-property)
2337 (dbus-set-property, dbus-get-all-properties):
2338 Use `dbus-call-method' when noninteractive. (Bug#5645)
2339
2340 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
2341
2342 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2343 * emacs-lisp/elint.el (elint-add-required-env):
2344 * calendar/icalendar.el (icalendar--add-diary-entry):
2345 * calc/calcalg2.el (math-tracing-integral):
2346 * files.el (recover-session-finish): Use with-current-buffer
2347 instead of save-excursion.
2348
2349 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
2350
2351 Fix in-buffer completion when after-change-functions modify the buffer.
2352 * minibuffer.el (completion--replace): New function.
2353 (completion--do-completion): Use it and use relative movement.
2354
2355 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
2356
2357 * international/fontset.el (setup-default-fontset): Fix :otf spec.
2358
2359 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
2360
2361 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2362 Allow the characters _<> in the stack entry (Bug#5653).
2363
2364 2010-02-26 Kenichi Handa <handa@m17n.org>
2365
2366 * language/burmese.el: Fix entries in composition-function-table.
2367 (myanmar-composable-pattern): New variable.
2368
2369 * international/fontset.el (setup-default-fontset): Add an entry
2370 for myanmar.
2371
2372 * international/characters.el (script-list): Add Myanmar
2373 Extended-A.
2374
2375 2010-02-26 Glenn Morris <rgm@gnu.org>
2376
2377 * custom.el (custom-initialize-delay): Doc fix.
2378
2379 * mail/sendmail.el (send-mail-function): Autoload the call
2380 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2381
2382 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
2383
2384 * files.el (hack-local-variables-filter): For eval forms, also
2385 check safe-local-variable-p (Bug#5636).
2386
2387 2010-02-24 Eduard Wiebe <usenet@pusto.de>
2388
2389 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2390 and use c(ad)r of cddr (Bug#5640).
2391
2392 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
2393
2394 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2395 setting the modes by `ignore-errors'. It might fail, for example
2396 if the file is not owned by the user but the group.
2397 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2398
2399 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
2400
2401 * files.el (directory-listing-before-filename-regexp):
2402 Use stricter matching for iso-style dates, to avoid false matches with
2403 date-like filenames (Bug#5597).
2404
2405 * htmlfontify.el (htmlfontify): Doc fix.
2406
2407 * eshell/eshell.el (eshell): Doc fix.
2408
2409 * startup.el (fancy-about-screen): In mode-line, apply
2410 mode-line-buffer-id face only to the buffer name (Bug#5613).
2411
2412 2010-02-20 Kevin Ryde <user42@zip.com.au>
2413
2414 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2415 In `watcom' anchor regexp to start of line, to avoid slowness
2416 (Bug#5599).
2417
2418 2010-02-20 Eli Zaretskii <eliz@gnu.org>
2419
2420 * subr.el (remove-yank-excluded-properties): Explain in a comment
2421 why `category' property is removed.
2422
2423 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
2424
2425 * isearch.el (isearch-update-post-hook, isearch-update):
2426 Revert 2010-02-17 change.
2427
2428 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
2429
2430 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2431 (icalendar--convert-weekly-to-ical)
2432 (icalendar--convert-yearly-to-ical)
2433 (icalendar--convert-block-to-ical)
2434 (icalendar--convert-cyclic-to-ical)
2435 (icalendar--convert-anniversary-to-ical): Take care of time
2436 specifications where hour has 1-digit only (Bug#5549).
2437
2438 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
2439
2440 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2441 of disassemble output in GDB 7.1.
2442
2443 2010-02-19 Glenn Morris <rgm@gnu.org>
2444
2445 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2446 property. (Bug#5593)
2447
2448 2010-02-18 Sam Steingold <sds@gnu.org>
2449
2450 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2451
2452 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2453
2454 Use abbreviated file names in bookmarks (bug#5591).
2455 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2456 calls to expand-file-name.
2457 (bookmark-relocate): Use abbreviated file names in bookmarks.
2458 (bookmark-load): Use abbreviated file names in messages.
2459
2460 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2461
2462 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2463 expand "." and "..". Reported by Thierry Volpiatto
2464 <thierry.volpiatto@gmail.com>.
2465
2466 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2467
2468 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2469 permissions of the temporary file to "0600". In case the remote
2470 file has no read permissions for the owner, there might be
2471 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
2472
2473 22010-02-18 Glenn Morris <rgm@gnu.org>
2474
2475 * emacs-lisp/authors.el (authors-renamed-files-alist):
2476 Add entries for INSTALL.CVS.
2477
2478 2010-02-17 Mark A. Hershberger <mah@everybody.org>
2479
2480 * vc-bzr.el: Fix typo in Known Bugs section.
2481
2482 * isearch.el (isearch-update-post-hook): New hook.
2483 (isearch-update): Use the new hook.
2484
2485 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
2486
2487 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2488 Fix errors in copying directories.
2489 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2490 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2491 (tramp-handle-delete-file)
2492 (tramp-handle-dired-recursive-delete-directory)
2493 (tramp-handle-write-region): Flush also the cache for the upper
2494 directory.
2495
2496 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
2497
2498 * simple.el (save-interprogram-paste-before-kill): Doc fix.
2499
2500 * cus-edit.el (hardware): Doc fix.
2501
2502 * man.el (man): Add to external custom group.
2503
2504 * delim-col.el (columns): Move to wp custom group.
2505
2506 * doc-view.el (doc-view): Add to data custom group.
2507
2508 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
2509
2510 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2511 by ispell-parse-output (Bug#5575).
2512
2513 2010-02-16 Kenichi Handa <handa@m17n.org>
2514
2515 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2516 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2517 (skkdic-convert): Use `euc-japan' coding system for writing.
2518
2519 2010-02-16 Glenn Morris <rgm@gnu.org>
2520
2521 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2522 tex-main-file before using it. (Bug#5562)
2523
2524 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2525
2526 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2527 warnings, since it is annoying for the user to see them each time he
2528 runs the code.
2529
2530 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
2531
2532 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2533 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2534 instead of PROC for caching "first-password-request". Otherwise,
2535 new processes would not profit from passwords already entered.
2536
2537 * net/tramp-cache.el (tramp-dump-connection-properties):
2538 Don't save "first-password-request" property.
2539
2540 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
2541
2542 * outline.el (outline-head-from-level):
2543 * simple.el (with-wrapper-hook):
2544 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2545 (elint-defun, elint-buffer-env, elint-top-form-logged)
2546 (elint-unbound-variable):
2547 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2548 Fix typos in docstrings.
2549
2550 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
2551
2552 * files.el (insert-directory): When WILDCARD-REGEXP and
2553 FULL-DIRECTORY-P are nil, insert the file entry instead of the
2554 whole directory. (Bug#5551)
2555
2556 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
2557 dired's alignment sanity. (Bug#5516)
2558
2559 2010-02-14 Juri Linkov <juri@jurta.org>
2560
2561 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2562 Remove remaining ^H with their preceding chars. (Bug#5566)
2563
2564 2010-02-13 Glenn Morris <rgm@gnu.org>
2565
2566 * simple.el (transpose-subr): Give it a doc-string.
2567
2568 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2569 Doc fixes.
2570
2571 2010-02-12 Juri Linkov <juri@jurta.org>
2572
2573 * arc-mode.el (archive-unique-fname): Make directories for nested
2574 archives. (Bug#5540)
2575
2576 2010-02-12 Juri Linkov <juri@jurta.org>
2577
2578 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
2579
2580 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2581
2582 * subr.el (copy-overlay): Handle deleted overlays.
2583
2584 * man.el (Man-completion-table): Don't signal an error if we can't run
2585 manual-program (bug#4056).
2586
2587 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
2588
2589 * textmodes/artist.el (artist-mt): Fix typos in docstring.
2590
2591 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2592
2593 * info.el (Info-bookmark-jump): Simplify.
2594
2595 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2596 (bookmark-default-handler): Accept new bookmark field `buffer'.
2597
2598 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
2599
2600 * iswitchb.el (iswitchb-completions): Revert last change.
2601
2602 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
2603
2604 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
2605 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2606 This prevents file names like "~/" being listed literally.
2607
2608 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2609
2610 * term/xterm.el (xterm-maybe-set-dark-background-mode):
2611 Remove dead code. (Bug#5546)
2612
2613 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
2614
2615 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2616 correctly (Bug#5548).
2617
2618 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
2619
2620 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
2621 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
2622
2623 2010-02-08 Kenichi Handa <handa@m17n.org>
2624
2625 * international/mule-util.el (with-coding-priority): Add autoload
2626 cookie for putting `lisp-indent-function'.
2627
2628 2010-02-07 Glenn Morris <rgm@gnu.org>
2629
2630 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2631 Move F2003 named interfaces from keywords-2 to keywords-1, and
2632 use function-name-face rather than constant-face.
2633 Simplify "abstract interface" regexp.
2634
2635 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
2636
2637 * eshell/esh-util.el (eshell-file-attributes): New optional arg
2638 ID-FORMAT. Pass it to `file-attributes'.
2639
2640 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2641
2642 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
2643
2644 * faces.el (set-face-attribute): Allow calling
2645 internal-set-lisp-face-attribute with 'unspecified family and
2646 foundry argument (Bug#5536).
2647
2648 2010-02-07 Glenn Morris <rgm@gnu.org>
2649
2650 * progmodes/f90.el (f90-font-lock-keywords-2)
2651 (f90-looking-at-type-like, f90-looking-at-program-block-end):
2652 Handle F2003 named interfaces.
2653
2654 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
2655
2656 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2657 beg and end before calling c-get-state-before-change-functions.
2658
2659 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
2660
2661 * vc-bzr.el (vc-bzr-dir-extra-headers):
2662 Disable the pending merges header.
2663
2664 2010-02-05 Juri Linkov <juri@jurta.org>
2665
2666 * doc-view.el (doc-view-mode):
2667 * image-mode.el (image-mode): Put property mode-class=special.
2668 (Bug#4896)
2669
2670 2010-02-05 Mark A. Hershberger <mah@everybody.org>
2671
2672 * vc-svn.el (vc-svn-revision-table): New function.
2673
2674 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
2675
2676 * net/ange-ftp.el (ange-ftp-insert-directory):
2677 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2678 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2679 Handle also directories. (Bug#5478)
2680
2681 2010-02-05 Glenn Morris <rgm@gnu.org>
2682
2683 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2684
2685 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
2686
2687 * startup.el (command-line-1): Convert options beginning with a
2688 single dash as well (Bug#5519).
2689
2690 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
2691
2692 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2693 * minibuffer.el (completion-initials-expand): Only check the presence
2694 of delims *within* the boundaries, since otherwise the / delim is
2695 always found for files.
2696
2697 Fix up various corner case problems.
2698 * doc-view.el (doc-view-last-page-number): New function.
2699 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2700 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2701 (doc-view-kill-proc): Avoid inf-loop in freak cases.
2702 (doc-view-reconvert-doc): Use the new recursive delete-directory.
2703 (doc-view-convert-current-doc): Don't create the resolution.el file
2704 here any more.
2705 (doc-view-pdf/ps->png): Do it here instead.
2706 (doc-view-already-converted-p): Check that resolution.el is present.
2707 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2708 windows that are not yet showing images.
2709
2710 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
2711
2712 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
2713 `dired-uncache' for every elemnt which is an absolute file name.
2714
2715 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
2716 directory, handle its directory component.
2717 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
2718 function is called permanently and creates noise, otherwise.
2719
2720 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2721 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2722 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
2723
2724 2010-02-04 David Burger <dburger@google.com> (tiny change)
2725
2726 * macros.el (apply-macro-to-region-lines):
2727 Minor simplification. (Bug#5485)
2728
2729 2010-02-04 Glenn Morris <rgm@gnu.org>
2730
2731 * mail/rmail.el (rmail-show-message-1): Handle malformed
2732 quoted-printable text. (Bug#5441)
2733
2734 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2735
2736 * simple.el (visual-line-mode): Capitalize lighter.
2737
2738 2010-02-03 John Wiegley <jwiegley@gmail.com>
2739
2740 * iswitchb.el (iswitchb-completions): Add bookmark files to the
2741 list of files considered for "virtual buffer" completions.
2742
2743 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
2744
2745 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
2746 also in case of (and (not full) (not wildcard)). This is needed,
2747 when dired is called with a list of files, which are not in
2748 `default-directory'. (Bug#5478)
2749
2750 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2751
2752 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
2753
2754 2010-02-02 Juri Linkov <juri@jurta.org>
2755
2756 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
2757 from unidiff to allow function-line after @@.
2758
2759 2010-02-02 Juri Linkov <juri@jurta.org>
2760
2761 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
2762 '(RCS SCCS) with inverted condition.
2763
2764 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
2765
2766 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
2767 messages.
2768
2769 2010-02-01 Juri Linkov <juri@jurta.org>
2770
2771 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
2772 compare with "pkunzip" and "pkzip" instead of only "pkzip".
2773 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
2774 only when (car archive-zip-extract) is "unzip". (Bug#5475)
2775
2776 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2777
2778 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
2779 (doc-view-revert-buffer): New command.
2780 (doc-view-mode-map): Use it.
2781
2782 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
2783
2784 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
2785 pending merge is detected.
2786
2787 2010-01-31 Juri Linkov <juri@jurta.org>
2788
2789 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
2790 beginning of interactive spec like all other grep commands do.
2791 Put "all" in front of "gz". (Bug#5260)
2792
2793 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
2794
2795 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
2796
2797 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
2798
2799 * dirtrack.el (dirtrack): Warn instead of signalling error if the
2800 regexp is incorrect (Bug#5476).
2801
2802 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
2803
2804 * net/tramp.el (tramp-handle-insert-directory): Handle also
2805 symlinks, when FILENAME is not in `default-directory'.
2806
2807 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
2808
2809 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
2810 FILE is not in `default-directory'. (Bug#5478)
2811
2812 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
2813 of SWITCHES. Handle the case, FILENAME is not in
2814 `default-directory'. (Bug#5478)
2815 (tramp-register-file-name-handlers): Add safe-magic property.
2816
2817 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
2818
2819 * arc-mode.el (archive-zip-extract): Quote the argument passed to
2820 unzip (Bug#5475).
2821
2822 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
2823
2824 * progmodes/flymake.el (flymake-allowed-file-name-masks)
2825 (flymake-master-make-header-init): Add other C++ filename masks.
2826 (flymake-find-possible-master-files)
2827 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
2828
2829 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
2830
2831 Fix some busybox annoyances.
2832
2833 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
2834 not responding." string.
2835 (tramp-open-connection-setup-interactive-shell): Dump stty
2836 settings. Enable "neveropen" arg for all `tramp-send-command'
2837 calls. Handle "=" in variable values properly.
2838 (tramp-find-inline-encoding): Raise an error, when no encoding is
2839 found.
2840 (tramp-wait-for-output): Check, whether PROC buffer is available.
2841 Remove spurious " ^H" sequences, sent by busybox.
2842 (tramp-get-ls-command): Suppress coloring, if possible.
2843
2844 2010-01-28 Glenn Morris <rgm@gnu.org>
2845
2846 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
2847
2848 * log-edit.el (log-edit-strip-single-file-name): Add missing
2849 :safe, :group, and :version tags.
2850
2851 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
2852
2853 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
2854 buffers. (Bug#5477)
2855
2856 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
2857
2858 * files.el (delete-directory): Handle moving to trash without
2859 first doing recursion (Bug#5436).
2860
2861 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
2862
2863 * vc-hooks.el (vc-path): Mark as obsolete.
2864
2865 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
2866
2867 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
2868 names too.
2869
2870 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
2871 for the short log.
2872 (vc-bzr-log-view-mode): Adjust regexp for the above change.
2873
2874 2010-01-25 Mark A. Hershberger <mah@everybody.org>
2875
2876 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
2877
2878 * vc-bzr.el (vc-bzr-revision-table): New function.
2879
2880 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
2881
2882 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
2883 diff-index command. This requires at least git-1.5.5. (Bug#1589).
2884
2885 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2886
2887 Remove support for adding --signoff on commit.
2888 Future support will use an incompatible generic mechanism.
2889 * vc-git.el (vc-git-add-signoff): Remove variable.
2890 (vc-git-toggle-signoff): Remove function.
2891 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
2892
2893 * term/xterm.el (xterm-maybe-set-dark-background-mode):
2894 Rename from xterm-set-background-mode. Return t if the background mode
2895 was set.
2896 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
2897 earlier, call it again in case the background mode has changed.
2898
2899 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
2900
2901 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
2902 (Bug#3541).
2903
2904 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
2905
2906 * emacs-lisp/assoc.el (aelement): Doc fix.
2907 (aput, adelete, amake): Use lexical-let (Bug#5450).
2908
2909 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
2910
2911 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
2912 is the same as subprogram call, not declaration. (Bug#5435).
2913
2914 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
2915
2916 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
2917 (tramp-smb-maybe-open-connection): Use it.
2918
2919 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
2920
2921 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
2922
2923 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2924
2925 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
2926 just because we see "encoding: 8bit".
2927 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
2928
2929 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
2930
2931 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
2932
2933 2010-01-22 Eli Zaretskii <eliz@gnu.org>
2934
2935 * jka-compr.el (jka-compr-load): If load-file is not in
2936 load-history, try its file-truename version. (bug#5447)
2937
2938 2010-01-21 Alan Mackenzie <acm@muc.de>
2939
2940 Fix a situation where deletion of a cpp construct throws an error.
2941 * progmodes/cc-engine.el (c-invalidate-state-cache):
2942 Before invoking c-with-all-but-one-cpps-commented-out, check that the
2943 special cpp construct is still in the buffer.
2944 (c-parse-state): Record the special cpp with markers, not numbers.
2945
2946 2010-01-21 Kenichi Handa <handa@m17n.org>
2947
2948 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
2949 process last-command-event, as it is now decoded first (Bug#5380).
2950
2951 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
2952
2953 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
2954
2955 2010-01-20 Glenn Morris <rgm@gnu.org>
2956
2957 * indent.el (tab-always-indent): Fix custom-type.
2958
2959 2010-01-19 Alan Mackenzie <acm@muc.de>
2960
2961 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
2962 buffer throws "args out of range".
2963 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
2964 playing the role of delimiter.
2965
2966 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
2967
2968 * progmodes/ada-mode.el: Fix bug#5400.
2969 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
2970 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
2971 changed. Delete RECURSIVE parameter; never used. Improve doc string.
2972 Improve comments in "is" portion. Handle null procedure declaration.
2973 (ada-move-to-end): Improve doc string.
2974
2975 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
2976
2977 * ido.el (ido-cur-list): Initialize to nil.
2978 Remove obsolete information from commentary.
2979 (ido-choice-list): Initialize to nil.
2980 (ido-get-bufname): Reject minibuffers.
2981 (ido-make-buffer-list): If "default" is a nonexistent
2982 buffer, ignore it, as per the function's comment.
2983 (ido-kill-buffer-internal): New function.
2984 (ido-kill-buffer-at-head): Use it.
2985 (ido-visit-buffer): Likewise.
2986
2987 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
2988
2989 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
2990
2991 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
2992
2993 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
2994 Fix typos in chart titles.
2995
2996 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
2997 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2998 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2999 (describe-class, eieio-describe-generic, describe-generic):
3000 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3001 (eieio-speedbar-expand):
3002 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3003 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3004 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3005 (viper-del-backward-char-in-replace, viper-backward-indent)
3006 (viper-brac-function, viper-register-to-point, viper-submit-report):
3007 * net/tramp.el (tramp-remote-coding-commands):
3008 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3009 Fix typos in docstrings.
3010
3011 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3012
3013 * mail/sendmail.el (mail-yank-original): Set the mark if the
3014 specified function for yanking does not do it.
3015
3016 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
3017
3018 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
3019
3020 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3021 resyncing a directory.
3022
3023 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
3024
3025 * progmodes/ada-mode.el: Fix bug#1920.
3026 (ada-ident-re): Delete ., allow multibyte characters.
3027 (ada-goto-label-re): New; matches goto labels.
3028 (ada-block-label-re): New; matches block labels.
3029 (ada-label-re): New; matches both.
3030 (ada-named-block-re): Deleted; callers changed to use
3031 `ada-block-label-re' instead.
3032 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3033 Use `ada-block-label-re'.
3034 (ada-indent-on-previous-lines): Improve handling of goto labels.
3035 (ada-get-indent-block-start): Special-case block label.
3036 (ada-get-indent-label): Split into `ada-indent-block-label' and
3037 `ada-indent-goto-label'.
3038 (ada-goto-stmt-start, ada-goto-next-non-ws):
3039 Optionally ignore goto labels.
3040 (ada-goto-next-word): Simplify.
3041 (ada-indent-newline-indent-conditional): Insert newline before
3042 trying to fix indentation; doc fix.
3043
3044 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
3045
3046 * calc/calc.el (calc-command-flags): Give it an initial value.
3047
3048 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3049
3050 * files.el (minibuffer-with-setup-hook):
3051 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3052 (artist-key-draw-continously, artist-key-do-continously-continously)
3053 (artist-key-set-point-continously, artist-mouse-draw-continously):
3054 Fix typos in docstrings.
3055
3056 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
3057
3058 * nxml/nxml-mode.el (nxml-extend-after-change-region):
3059 Never return t (Bug#3898).
3060
3061 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
3062
3063 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3064 can parse the output of the external commands (Bug#5279).
3065
3066 2010-01-16 Jari Aalto <jari.aalto@cante.net>
3067
3068 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3069
3070 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
3071
3072 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3073
3074 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3075
3076 * startup.el (command-line): Remove unused --icon-type arg.
3077 Handle --display arg, passing it to command-line-1 (Bug#5392).
3078
3079 2010-01-16 Mario Lang <mlang@delysid.org>
3080
3081 * emacs-lisp/chart.el (chart-translate-namezone):
3082 * textmodes/artist.el (artist-compute-popup-menu-table):
3083 Remove duplicated words in doc-strings.
3084
3085 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
3086
3087 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3088 to mairix-search to suppress threading (Bug#5342).
3089
3090 2010-01-15 Kenichi Handa <handa@m17n.org>
3091
3092 * international/mule-cmds.el (canonicalize-coding-system-name):
3093 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3094
3095 2010-01-15 Glenn Morris <rgm@gnu.org>
3096
3097 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
3098
3099 * wid-edit.el (widget-keymap): Doc fix.
3100
3101 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3102 former seems to be more widely accepted by various svn versions.
3103
3104 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3105
3106 * find-cmd.el (find-constituents):
3107 * vc-arch.el (vc-arch-root):
3108 * window.el (window-body-height, pop-up-frames):
3109 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3110 * progmodes/ada-stmt.el (ada-if):
3111 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3112 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3113 (ispell-encoding8-command, ispell-aspell-supports-utf8)
3114 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3115
3116 * progmodes/flymake.el (flymake-post-syntax-check):
3117 Fix typo in error message.
3118
3119 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3120
3121 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3122 which is always a string. (Bug#5313)
3123
3124 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3125
3126 * progmodes/ada-xref.el (ada-default-prj-properties):
3127 Simplify previous change.
3128
3129 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3130
3131 * progmodes/ada-xref.el (ada-default-prj-properties):
3132 Default ada_project_path to $ADA_PROJECT_PATH.
3133
3134 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3135
3136 * progmodes/ada-mode.el (ada-create-keymap):
3137 Override `narrow-to-defun' with `ada-narrow-to-defun'.
3138
3139 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3140
3141 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3142 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3143 (ada-get-current-indent, ada-imenu-generic-expression)
3144 (ada-which-function): Check for it.
3145
3146 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3147
3148 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3149 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3150
3151 2010-01-14 Glenn Morris <rgm@gnu.org>
3152
3153 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
3154
3155 2010-01-14 Kenichi Handa <handa@m17n.org>
3156
3157 * composite.el (auto-composition-mode): Make it a buffer local
3158 variable (permanent-local).
3159 (auto-composition-function): Set the default value to
3160 auto-compose-chars.
3161 (auto-composition-mode): Make it a simple function, not a minor mode.
3162 (global-auto-composition-mode): Likewise.
3163 (turn-on-auto-composition-if-enabled): Delete it.
3164
3165 2010-01-13 Karl Fogel <kfogel@red-bean.com>
3166
3167 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
3168
3169 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
3170
3171 * files.el (copy-directory): Compute target for recursive
3172 directories with identical names. (Bug#5343)
3173
3174 2010-01-12 Glenn Morris <rgm@gnu.org>
3175
3176 * mail/emacsbug.el (report-emacs-bug-pretest-address):
3177 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
3178
3179 2010-01-11 Sam Steingold <sds@gnu.org>
3180
3181 * imenu.el (imenu-default-create-index-function): Detect infinite
3182 loops caused by imenu-prev-index-position-function.
3183
3184 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3185
3186 * htmlfontify.el (htmlfontify-load-rgb-file)
3187 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3188 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3189 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3190 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3191 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3192 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3193 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3194 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3195 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3196 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3197 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3198 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3199 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3200 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3201 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3202 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3203 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3204 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3205 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3206 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3207 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3208 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3209 backslash-quoting from parentheses, etc.
3210
3211 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
3212
3213 * progmodes/js.el: Autoload javascript-mode alias.
3214
3215 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3216
3217 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3218 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3219 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3220 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3221 Fix typos in docstrings.
3222 (ffap-url-regexp): Doc fix.
3223 (ffap-at-mouse): Fix typo in message.
3224
3225 2010-01-11 Glenn Morris <rgm@gnu.org>
3226
3227 * version.el (emacs-copyright): Set copyright year to 2010.
3228
3229 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3230
3231 * format.el (format-annotate-function): Only set
3232 write-region-post-annotation-function after running to-fn so as not to
3233 affect nested write-region calls (bug#5273).
3234
3235 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
3236
3237 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3238 wisent/python.el.
3239
3240 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3241
3242 * man.el (Man-goto-section): Signal error if the section is not
3243 found (Bug#5317).
3244
3245 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
3246
3247 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3248 URLs with a leading triple slash in the file: scheme. (Bug#5345)
3249
3250 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3251
3252 * progmodes/compile.el: Don't treat compile-command as safe if
3253 compilation-read-command might be nil (Bug#4218).
3254
3255 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
3256
3257 * startup.el (command-line-1): Use orig-argi to check for ignored X and
3258 NS options.
3259
3260 2010-01-08 Kenichi Handa <handa@m17n.org>
3261
3262 * international/fontset.el (build-default-fontset-data):
3263 Exclude characters in scripts kana, hangul, han, or cjk-misc.
3264
3265 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
3266
3267 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3268 to `create-file-buffer' as it expects, not just a buffer name.
3269 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3270 to help uniquify. (Bug#3224)
3271
3272 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
3273
3274 * font-setting.el (font-setting-change-default-font): Use user-spec
3275 instead of name.
3276
3277 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3278
3279 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3280
3281 2010-01-05 Tom Tromey <tromey@redhat.com>
3282
3283 * progmodes/python.el (python-font-lock-keywords):
3284 Handle qualified decorators (Bug#881).
3285
3286 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3287
3288 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3289 in a lightweight checkout.
3290
3291 2010-01-05 Kenichi Handa <handa@m17n.org>
3292
3293 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
3294
3295 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3296
3297 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3298
3299 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
3300
3301 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3302 checkouts. (Bug#618)
3303 (vc-bzr-log-view-mode): Also highlight the author.
3304 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3305 (vc-bzr-shelve-menu-map):
3306 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3307 (vc-bzr-shelve-apply): Make prompt more explicit.
3308
3309 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
3310
3311 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3312 They are valid characters in URL paths (rfc3986), and at least
3313 Firefox does not understand the encoded version (Bug#3166).
3314
3315 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
3316
3317 * progmodes/octave-mod.el (octave-end-keywords)
3318 (octave-block-begin-or-end-regexp, octave-block-match-alist):
3319 Add "end" keyword (Bug#3061).
3320 (octave-end-as-array-index-p): New function.
3321 (calculate-octave-indent): Use it.
3322
3323 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3324
3325 * bookmark.el: Consistently put the text property on the bookmark name.
3326 (bookmark-bmenu-marks-width): Bump back to 2, to include
3327 annotation marks.
3328 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3329 property on the bookmark name, instead of not putting it at all.
3330 (bookmark-bmenu-list): Fix where we put the text property.
3331
3332 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3333
3334 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3335 for showing buffer modified state (as added in the previous change).
3336
3337 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3338
3339 * bookmark.el: Show modified state of bookmark buffer more accurately.
3340 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3341 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3342 (with-buffer-modified-unmodified): New macro.
3343 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3344 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
3345 Use new macro to preserve the buffer modified state.
3346
3347 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3348
3349 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3350 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3351 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3352 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3353 (bookmark-bmenu-rename, bookmark-bmenu-locate)
3354 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3355 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3356
3357 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3358
3359 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3360 Make the lines in the generated doc string shorter. (Bug#4668)
3361
3362 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
3363
3364 * net/rcirc.el: Add follow-link binding (Bug#4738).
3365
3366 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3367
3368 * Makefile.in (bzr-update): Rename from cvs-update.
3369 (cvs-update): New target for backward compatibility.
3370
3371 * makefile.w32-in (bzr-update): Rename from cvs-update.
3372 (cvs-update): New target for backward compatibility.
3373
3374 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3375
3376 * bookmark.el: Remove gratuitous gratitude.
3377
3378 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3379
3380 * bookmark.el (bookmark-bmenu-any-marks): New function
3381 (bookmark-bmenu-save): Clear buffer modification if no marks.
3382
3383 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3384
3385 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
3386 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3387 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3388 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3389
3390 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3391 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3392 To: emacs-devel {_AT_} gnu.org
3393 Subject: bookmark.el bug report
3394 Date: Mon, 28 Dec 2009 14:19:16 +0800
3395 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3396
3397 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3398
3399 * bookmark.el: Improvements suggested by Drew Adams:
3400 (bookmark-bmenu-ensure-position): New name for
3401 `bookmark-bmenu-check-position'. Just ensure the position,
3402 don't return any meaningful value.
3403 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3404 New constants.
3405
3406 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
3407
3408 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3409 (bookmark-yank-point, bookmark-bmenu-check-position):
3410 Fix typos in docstrings.
3411 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3412 (bookmark-name-from-full-record, bookmark-get-position)
3413 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3414 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3415 Remove useless quoting of parenthesis, etc. in docstrings.
3416
3417 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3418 (ediff-append-custom-diff): Fix typo in error message.
3419 (ediff-meta-mark-equal-files): Fix typos in messages.
3420
3421 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3422
3423 * net/imap-hash.el (imap-hash-make): Doc fix.
3424 (imap-hash-test): Fix typo in error message; reflow docstring.
3425 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3426 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3427 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3428 Fix typos in docstrings.
3429 (imap-hash-open-connection): Fix typo in error message.
3430
3431 * play/gomoku.el (gomoku): Fix typos in docstring.
3432
3433 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3434 (gdb-jsonify-buffer): Fix typos in docstring.
3435 (gdb-goto-breakpoint): Fix typo in error message.
3436 ("Display Other Windows"): Fix typo in help message.
3437 (gdb-speedbar-expand-node): Fix typo in question.
3438
3439 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3440 (idlwave-html-system-help-location, idlwave-html-help-location)
3441 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3442 (idlwave-help-browser-generic-args, idlwave-help-directory)
3443 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3444 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3445 (idlwave-online-help, idlwave-help-html-link)
3446 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3447 Fix typos in docstrings.
3448 (idlwave-help-with-source, idlwave-help-find-routine-definition):
3449 Reflow docstrings.
3450 (idlwave-help-assistant-start): Fix typo in error message.
3451
3452 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3453 (octave-electric-space): Fix typos in docstrings.
3454
3455 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3456
3457 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3458
3459 2010-01-01 Juri Linkov <juri@jurta.org>
3460
3461 * comint.el (comint-input-ring-size): Make it a defcustom and
3462 increase the default to 500 (Bug#5148).
3463
3464 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
3465
3466 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3467 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3468 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3469
3470 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
3471
3472 Show working revision correctly for mercurial.
3473 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
3474 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
3475
3476 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
3477
3478 Declare some functions for the byte-compiler.
3479 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3480 (speedbar-timer-fn, speedbar-change-expand-button-char)
3481 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3482
3483 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
3484
3485 This changeset reverts GDB Graphical Interface to use annotations.
3486 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3487
3488 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
3489
3490 Make vc-dir work on subdirectories of the bzr root.
3491 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
3492 Return file names relative to it.
3493 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3494 relative directory to vc-bzr-after-dir-status.
3495
3496 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
3497
3498 * font-lock.el (font-lock-refresh-defaults): New function, which
3499 can be used to let font-lock react to external changes in
3500 variables like font-lock-defaults and keywords.
3501 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3502
3503 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
3504
3505 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3506
3507 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3508
3509 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
3510
3511 Supersede color.diff settings in git log (bug#5211).
3512
3513 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3514 escape chars in its output when the user has color.diff set to `always'.
3515 This fix works on git 1.4.2 and newer (released on 2006-08-13).
3516
3517 2009-12-26 Kevin Ryde <user42@zip.com.au>
3518
3519 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3520 node. Keep previous "Index" name to work with past coreutils too.
3521
3522 * man.el (man): Revise docstring a bit to show -a and -l as
3523 examples. Add -k description since support for it has otherwise
3524 been a secret. (Further to bug#3717.)
3525 (Man-bgproc-sentinel): When "-k foo" produces no output show error
3526 "no matches" rather than "Can't find manpage", as the latter reads
3527 like -k was interpreted as a page name, which is not so. (Bug#5431)
3528
3529 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
3530
3531 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3532 switches. Check also for //SUBDIRED// line.
3533
3534 2009-12-25 Kenichi Handa <handa@m17n.org>
3535
3536 * language/indian.el (devanagari-composable-pattern): Fixed to
3537 handle ZWNJ and ZWJ. Use it in composition-function-table for
3538 Devanagari.
3539 (malayalam-composable-pattern): Fix previous change.
3540
3541 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3542
3543 * ps-print.el (ps-face-attributes): It was not returning the
3544 attribute face for faces specified as string. Reported by harven
3545 <harven@free.fr>. (Bug#5254)
3546 (ps-print-version): New version 7.3.5.
3547
3548 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
3549
3550 * calendar/icalendar.el (icalendar--convert-tz-offset):
3551 Fixed timezone names.
3552 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
3553 (icalendar--add-diary-entry): Remove the trailing blank that
3554 diary-make-entry inserts.
3555
3556 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
3557
3558 Make `file-expand-wildcards' work for remote files.
3559
3560 * files.el (file-expand-wildcards): In case of remote files, check
3561 only local file name part for wildcards. Provide feature 'files
3562 and subfeature 'remote-wildcards. (Bug#5198)
3563
3564 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3565 if there is already an established connection.
3566 (tramp-advice-file-expand-wildcards): Remove it.
3567
3568 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3569 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
3570 Activate advice for older GNU Emacs versions. (Bug#5237)
3571
3572 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
3573
3574 Some doc fixes (more needed).
3575
3576 * find-cmd.el (find-constituents): Reflow docstring.
3577 (find-cmd, find-prune, find-command): Fix typos in docstrings.
3578 (find-generic): Doc fix.
3579
3580 2009-12-17 Juri Linkov <juri@jurta.org>
3581
3582 Fix regression from 23.1 to allow multiple modes in Local Variables.
3583
3584 * files.el (hack-local-variables-filter): While ignoring duplicates,
3585 don't take `mode' into account.
3586 (hack-local-variables-filter, hack-dir-local-variables):
3587 Don't remove duplicate `mode' from local-variables-alist (like `eval').
3588
3589 2009-12-17 Juri Linkov <juri@jurta.org>
3590
3591 Make `dired-diff' more safe. (Bug#5225)
3592
3593 * dired-aux.el (dired-diff): Signal an error when `file' equals to
3594 `current' or when `file' is a directory of the `current' file.
3595
3596 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
3597
3598 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3599 unconditionally preloaded files.
3600
3601 2009-12-16 Juri Linkov <juri@jurta.org>
3602
3603 Revert to old 23.1 logic of using the file at the mark as default.
3604 * dired-aux.el (dired-diff): Use the file at the mark as default
3605 if it's not the same as the current file, and the target dir is
3606 the current dir or the mark is active. Add the current file
3607 as the arg of `dired-dwim-target-defaults'. Use the default file
3608 in the prompt. (Bug#5225)
3609
3610 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
3611
3612 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3613 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3614 (tramp-check-for-regexp): Check also, when an echoing shell stops
3615 to echo sent commands.
3616
3617 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3618
3619 * Makefile.in: Revert last change (Bug#5191).
3620
3621 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
3622
3623 * vc-hg.el (vc-hg-print-log): Fix argument order.
3624 (vc-hg-working-revision): Make sure the command is executed in a
3625 known environment so that we can parse the output. (Bug#4417)
3626
3627 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3628
3629 * progmodes/python.el (python-symbol-completions): Remove text
3630 properties from symbol string before calling python-send-receive.
3631
3632 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
3633
3634 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
3635 when there are values for both file and line. (Bug#5060)
3636
3637 2009-12-14 Juri Linkov <juri@jurta.org>
3638
3639 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3640 whitespace after the file name of the first line of unified format,
3641 because git-diff doesn't output whitespace and file modification time
3642 after the file name.
3643
3644 2009-12-14 David Kastrup <dak@gnu.org>
3645
3646 * info.el (Info-hide-cookies-node): Before hiding a cookie,
3647 check if it already has the `display' property added by
3648 `Info-display-images-node', and not put the `invisible' property
3649 in this case.
3650
3651 2009-12-13 Glenn Morris <rgm@gnu.org>
3652
3653 * mail/emacsbug.el (message-sort-headers): Define for compiler.
3654 (report-emacs-bug): In message-mode, sort manually before storing
3655 original report text. (Bug#5178)
3656 Remove superfluous save-excursion.
3657
3658 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
3659
3660 * net/dbus.el (dbus-property-handler): Filter lambda forms out
3661 when responding to "GetAll" properties.
3662
3663 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
3664
3665 * simple.el (compose-mail): Remove mail-setup-with-from from
3666 customization checks.
3667
3668 2009-12-12 Eli Zaretskii <eliz@gnu.org>
3669
3670 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3671 RAR archives created on Unix systems.
3672
3673 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3674
3675 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3676 the varalias that was accidentally removed by the 2009-11-19 change
3677 (bug#5186).
3678
3679 2009-12-12 Kenichi Handa <handa@m17n.org>
3680
3681 * language/indian.el (indian-compose-regexp): New function.
3682 (malayalam-composable-pattern): Fix the pattern.
3683 (composition-function-table): Set malayalam-composable-pattern for
3684 Malayalam characters.
3685
3686 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
3687
3688 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3689 rather than down-mouse-1, based on follow-link conventions.
3690
3691 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3692 are compiled.
3693
3694 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
3695
3696 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
3697 (verilog-vmm-statement-re, verilog-ovm-statement-re)
3698 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
3699 (verilog-leap-to-head, verilog-backward-token):
3700 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
3701
3702 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
3703
3704 * progmodes/verilog-mode.el (verilog-auto-lineup)
3705 (verilog-nameable-item-re): Cleanup user-visible spelling and
3706 documentation errors. One reported by Gary Delp.
3707 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
3708 (verilog-read-decls): Fix AUTOWIRE with types declared in a
3709 package, bug195. Reported by Pierre-David Pfister.
3710
3711 2009-12-11 Glenn Morris <rgm@gnu.org>
3712
3713 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
3714
3715 * mail/emacsbug.el: No longer require sendmail.
3716 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
3717 (report-emacs-bug-orig-text): Doc fix.
3718 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
3719 New local variables, to adapt to different mail-user-agents.
3720 (report-emacs-bug): Fix test for a gnu.org address.
3721 Use overlays for emphasis, since font-lock defeats 'face property.
3722 Pretest bugs also end up at the newsgroup these days.
3723 Stop message-mode stripping text properties.
3724 Set and use the new buffer-local variables.
3725 (report-emacs-bug-hook): Add doc-string.
3726 Remove some unnecessary save-excursions and simplify.
3727 Use the appropriate hook and send-command.
3728
3729 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
3730 capitalization of some menu entries.
3731
3732 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3733
3734 * whitespace.el (whitespace-display-char-on):
3735 Ensure `buffer-display-table' is unique when two or more windows are
3736 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
3737 New version 12.1.
3738
3739 2009-12-10 Eli Zaretskii <eliz@gnu.org>
3740
3741 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
3742 characters in the Attribute field.
3743
3744 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3745
3746 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
3747
3748 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3749
3750 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
3751 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3752 Disregard autoload-excludes.
3753 (update-directory-autoloads): Obey autoload-excludes here instead.
3754 But don't store its contents in no-autoloads and remove entries that
3755 refer to excludes files.
3756
3757 2009-12-10 Glenn Morris <rgm@gnu.org>
3758
3759 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
3760 (expand-mail-aliases): Define for compiler.
3761
3762 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
3763 Define for compiler.
3764
3765 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
3766 appropriate for the mail-user-agent in use.
3767
3768 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
3769
3770 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
3771
3772 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
3773
3774 Fix short log parsing and fontification.
3775 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
3776 Fix fontification for the [merge] label.
3777
3778 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
3779
3780 Drop some properties to avoid surprises.
3781 * htmlfontify.el (hfy-ignored-properties): New defcustom.
3782 (hfy-fontify-buffer): Use it.
3783
3784 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
3785
3786 Minor cleanup.
3787 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
3788 Adjust all callers.
3789 (ffap-locate-file): Remove unused arg `dir-ok' and make other
3790 args compulsory. Adjust callers.
3791 (ffap-gopher-at-point): Remove unused var `name'.
3792
3793 Get rid of the ELCFILES abomination.
3794 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3795 (compile-elcfiles): New phony target.
3796 (compile-main): Compute ELCFILES dynamically.
3797 (compile-clean): New target to remove left-over elc files.
3798 (compile, all): Use it.
3799
3800 2009-12-09 Kenichi Handa <handa@etlken>
3801
3802 * international/mule-diag.el: Require help-mode instead of help-fns.
3803
3804 2009-12-09 Kenichi Handa <handa@m17n.org>
3805
3806 * international/mule-cmds.el (ucs-names): Supply sufficiently
3807 fine ranges instead of pre-calculating accurate ranges.
3808 Iterate with bigger gc-cons-threshold.
3809
3810 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
3811
3812 Add support for stashing a snapshot of the current tree.
3813 * vc-git.el (vc-git-stash-snapshot): New function.
3814 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
3815
3816 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
3817
3818 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
3819 instead of `(beginning|end)-of-line'.
3820
3821 2009-12-08 Glenn Morris <rgm@gnu.org>
3822
3823 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
3824
3825 * Makefile.in (ELCFILES): Regenerate.
3826
3827 2009-12-07 Juri Linkov <juri@jurta.org>
3828
3829 Don't lazy-highlight the comint output in history Isearch mode.
3830
3831 * comint.el (comint-history-isearch-search): Instead of
3832 `comint-line-beginning-position', use `comint-after-pmark-p'
3833 to check if point if before the process mark, and go to
3834 `process-mark' in this case.
3835
3836 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3837
3838 * textmodes/tex-mode.el (latex-complete)
3839 (latex-indent-or-complete): Remove.
3840 (latex-mode): Set completion-at-point-functions instead.
3841
3842 Provide a standard completion command and hook it into TAB.
3843 * minibuffer.el (completion-at-point-functions): New var.
3844 (completion-at-point): New command.
3845 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
3846 * progmodes/python.el (python-mode-map): Use completion-at-point.
3847 (python-completion-at-point): Rename from python-partial-symbol and
3848 adjust for use in completion-at-point-functions.
3849 (python-mode): Setup completion-at-point for Python completion.
3850 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
3851 extracted from lisp-complete-symbol.
3852 (lisp-complete-symbol): Use it.
3853 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
3854 setup completion-at-point for Elisp completion.
3855 (emacs-lisp-mode-map, lisp-interaction-mode-map):
3856 Use completion-at-point.
3857 * ielm.el (ielm-map): Use completion-at-point.
3858 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
3859 * progmodes/sym-comp.el: Move to...
3860 * obsolete/sym-comp.el: Move from progmodes.
3861
3862 2009-12-07 Eli Zaretskii <eliz@gnu.org>
3863
3864 Prevent save-buffer in Rmail buffers from using the coding-system
3865 of the current message, and from clobbering the encoding mnemonics
3866 in the mode line (Bug#4623).
3867
3868 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
3869 flag, too.
3870 (rmail-message-encoding): New variable.
3871 (rmail-write-region-annotate): Record the encoding of the current
3872 message in rmail-message-encoding.
3873 (rmail-after-save-hook): New function, restores the encoding of
3874 the current message after the message collection is saved.
3875
3876 2009-12-07 Juri Linkov <juri@jurta.org>
3877
3878 * progmodes/grep.el (grep-read-files): Use `completing-read'
3879 instead of `read-string'. Set its `collection' arg to
3880 `read-file-name-internal'. (Bug#4301)
3881
3882 2009-12-07 Juri Linkov <juri@jurta.org>
3883
3884 Correctly restore original Isearch point. (Bug#4994)
3885
3886 * isearch.el (isearch-mode): Move `isearch-push-state' after
3887 `(run-hooks 'isearch-mode-hook)'.
3888 (isearch-cancel): When `isearch-push-state-function' is defined,
3889 let-bind `isearch-cmds' to the first state (the last element of
3890 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
3891 function and restores the original point). Otherwise, move point
3892 to `isearch-opoint'.
3893
3894 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3895
3896 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
3897 chars that don't have names, so the table can be built much faster at
3898 run-time.
3899
3900 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
3901
3902 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3903 change. Suggested by David Kastrup.
3904
3905 * simple.el (compose-mail): Check for incompatibilities and warn.
3906 (compose-mail-user-agent-warnings): New option.
3907
3908 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3909
3910 Support showing a single log entry from vc-annotate.
3911 * vc.el (print-log): Add a new argument: START-REVISION.
3912 (vc-print-log-internal): Add a new optional argument and
3913 pass it to the backend.
3914 (vc-print-log, vc-print-root-log): Adjust callers.
3915 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3916 buffer already displays the requested log entry, use it.
3917 Otherwise display only the log entry in question.
3918 * vc-svn.el (vc-svn-print-log):
3919 * vc-mtn.el (vc-mtn-print-log):
3920 * vc-hg.el (vc-hg-state):
3921 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3922 (vc-git-show-log-entry): Return t on success.
3923 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3924 (vc-bzr-show-log-entry): Return t on success.
3925 * vc-rcs.el (vc-rcs-print-log):
3926 * vc-sccs.el (vc-sccs-print-log):
3927 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3928
3929 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3930
3931 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3932 Add menus to the meta mode. (Bug#5043)
3933
3934 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
3935
3936 * ediff-init.el (ediff-event-key): Use event-to-character instead of
3937 event-key.
3938
3939 * ediff.el (ediff-buffers-internal): Add unwind-protect.
3940
3941 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
3942
3943 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
3944 Berbain <raphael.berbain@gmail.com>.
3945
3946 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
3947 characters.
3948 (tramp-initial-end-of-output): New defconst.
3949 (tramp-methods, tramp-find-shell)
3950 (tramp-open-connection-setup-interactive-shell)
3951 (tramp-maybe-open-connection): Use it.
3952 (tramp-shell-prompt-pattern, tramp-wait-for-output):
3953 Handle existence of `#' and `$'.
3954
3955 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
3956 Use `tramp-initial-end-of-output'.
3957
3958 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3959
3960 Get the background mode from the terminal for xterm, and set
3961 faces accordingly.
3962 * term/xterm.el (xterm-set-background-mode): New function.
3963 (terminal-init-xterm): Use it in case xterm supports background
3964 color queries. Recompute faces after getting the background
3965 color.
3966
3967 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
3968
3969 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3970 number comment back on its own line, for easier parsing.
3971
3972 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3973
3974 Make it work for non-file buffers (bug#5102).
3975 * doc-view.el (doc-view-current-cache-dir):
3976 Use doc-view-buffer-file-name rather than buffer-file-name.
3977 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3978
3979 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
3980
3981 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3982 author field is too short.
3983
3984 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
3985
3986 * vc-git.el (vc-git-print-log): Handle a limit argument.
3987 Display the short log in graph form and with labels.
3988 (vc-git-log-view-mode): Handle labels.
3989
3990 Make vc-revert change VC state from 'added to 'unregistered.
3991 * vc-git.el (vc-git-revert): Call git reset first.
3992
3993 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3994
3995 * net/newst-backend.el, net/newst-plainview.el:
3996 * net/newst-reader.el, net/newst-ticker.el:
3997 * net/newst-treeview.el, net/newsticker.el:
3998 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
3999
4000 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4001
4002 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4003
4004 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4005 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
4006 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4007 Update annotation regexp.
4008
4009 * simple.el (beginning-of-visual-line): Constrain to field
4010 boundaries (Bug#5106).
4011
4012 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4013
4014 * xml.el (xml-substitute-numeric-entities):
4015 Move newsticker--decode-numeric-entities in newst-backend.el to
4016 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4017 * net/newst-backend.el (newsticker--parse-generic-feed)
4018 (newsticker--parse-generic-items)
4019 (newsticker--decode-numeric-entities):
4020 Move newsticker--decode-numeric-entities in newst-backend.el to
4021 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4022
4023 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
4024
4025 * progmodes/js.el (js--js-not): Add null to the list of values.
4026
4027 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4028
4029 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4030
4031 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4032
4033 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4034 delimiter if it is at the end of the current line.
4035 (bibtex-generate-url-list): Fix docstring.
4036
4037 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4038
4039 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4040 minibuffer's content with itself.
4041 Fold the confirm-after-completion case into the `confirm' case.
4042 (completion-pcm-word-delimiters): Add : and / to the delimiters.
4043
4044 2009-12-06 Kevin Ryde <user42@zip.com.au>
4045
4046 * ffap.el (ffap-rfc-path): Make this a defcustom since
4047 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
4048
4049 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4050 manuals, similar to existing setup for help-mode. (Bug#3913.)
4051
4052 2009-12-05 Juri Linkov <juri@jurta.org>
4053
4054 Save and restore dired buffer's point positions too. (Bug#4880)
4055
4056 * dired.el (dired-save-positions): Return in the first element
4057 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4058 Doc fix.
4059 (dired-restore-positions): First restore buffer's position.
4060 While restoring window's positions, check if window still displays
4061 the original buffer.
4062
4063 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
4064
4065 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4066 if possible.
4067
4068 * shell.el (shell): Require ansi-color (Bug#5113).
4069
4070 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4071
4072 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4073
4074 2009-12-05 Alan Mackenzie <acm@muc.de>
4075
4076 * progmodes/cc-mode.el (c-before-hack-hook)
4077 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4078 `c-file-style' to work again. This reversion restores the current
4079 software to its state in Emacs 23.1. (Bug#4146)
4080
4081 2009-12-05 Kevin Ryde <user42@zip.com.au>
4082
4083 * textmodes/sgml-mode.el (sgml-lexical-context):
4084 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
4085
4086 2009-12-05 Juri Linkov <juri@jurta.org>
4087
4088 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4089 for virtual nodes. (Bug#4147)
4090 (Info-find-node-2): Set `Info-current-node-virtual' to nil
4091 when moving from a virtual node.
4092 (Info-mode-menu): Add `Info-virtual-index' to the menu.
4093 (Info-mode): Add `Info-virtual-index' to the docstring.
4094
4095 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4096
4097 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4098 track of the buffer position of the end of a BibTeX entry as this
4099 position may change during reformatting.
4100 (bibtex-format-entry): Remove whitespace before processing
4101 numerical fields so that we recognize the latter properly.
4102 (bibtex-reformat): Do not use push which changes the global value
4103 of bibtex-entry-format.
4104 (bibtex-field-braces-alist, bibtex-field-strings-alist)
4105 (bibtex-field-re-init): Replace only space characters by regexp
4106 for whitespace.
4107 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
4108 (bibtex-initialize): Also update bibtex-strings.
4109 (bibtex-kill-field): Preserve white space at end of entry.
4110 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4111 Update bibtex-reference-keys.
4112
4113 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4114
4115 * minibuffer.el (completion-pcm--merge-try): Also consider placing
4116 point after a star, if that's the only place where modifications can
4117 make progress.
4118
4119 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
4120
4121 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4122 in docstrings.
4123
4124 2009-12-04 Juri Linkov <juri@jurta.org>
4125
4126 * proced.el (proced): Call `(proced-update t)' to update process
4127 information instead of only running proced-post-display-hook.
4128 (proced-send-signal): Add a leading space to the buffer name
4129 " *Marked Processes*" to make this buffer ephemeral.
4130
4131 2009-12-04 Juri Linkov <juri@jurta.org>
4132
4133 * dired.el (dired-auto-revert-buffer): New defcustom.
4134 (dired-internal-noselect): Use it.
4135
4136 2009-12-04 Juri Linkov <juri@jurta.org>
4137
4138 Change roles of modes and functions in image-mode.el (Bug#5062).
4139
4140 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4141 in `auto-mode-alist'.
4142 (image-mode-previous-major-mode): New variable.
4143 (image-minor-mode-map): Rename from `image-mode-text-map'.
4144 (image-mode): Move graceful error-handling code from
4145 `image-minor-mode' to here. On errors call `image-mode-as-text'.
4146 (image-minor-mode): Remove all image-handling code.
4147 Replace `image-mode-text-map' with `image-minor-mode-map'.
4148 Check for `image-type' in mode-line format string.
4149 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4150 (image-mode-as-text): New function with most code from
4151 `image-mode-maybe'.
4152 (image-toggle-display-text): Move code that removes image
4153 properties from `image-toggle-display' to here.
4154 (image-toggle-display-image): New function with code that adds
4155 image properties copied from `image-toggle-display'.
4156 (image-toggle-display): Remove most code with leaving only code
4157 that toggles between `image-mode-as-text' and `image-mode'.
4158
4159 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
4160
4161 * net/newst-treeview.el
4162 (newsticker--treeview-list-highlight-start): Restored call to
4163 save-excursion: Selected item was stuck.
4164 (newsticker--treeview-list-select): New.
4165 (newsticker--treeview-item-show-text)
4166 (newsticker--treeview-item-show)
4167 (newsticker--treeview-item-update): Use new
4168 newsticker-treeview-item-mode.
4169 (newsticker-treeview-update): Keep current item.
4170 (newsticker-treeview-next-new-or-immortal-item): Doc change.
4171 (newsticker--treeview-first-feed): Doc change.
4172 (newsticker-treeview-list-menu)
4173 (newsticker-treeview-item-menu): Added menu entries.
4174 (newsticker-treeview-item-mode): New.
4175
4176 * net/newst-backend.el (newsticker-customize): Delete other
4177 windows.
4178
4179 2009-12-04 Sam Steingold <sds@gnu.org>
4180
4181 * log-view.el (log-view-mode-map): "q" calls quit-window,
4182 like in all the other non-self-insert buffers.
4183
4184 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4185
4186 Minor cleanup.
4187 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4188 key decoding rather than do it manually via last-input-event +
4189 ascii-character.
4190 (term-exec): Use delete-and-extract-region.
4191 (term-handle-ansi-terminal-messages): Remove unused var `end'.
4192 (term-process-pager): Remove unused var `i'.
4193 (term-dynamic-simple-complete): Make obsolete.
4194 (serial-update-config-menu): Remove unused vars `y' and `str'.
4195 (term-update-mode-line): Remove unused var `temp'.
4196
4197 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4198
4199 Limit the number of log entries displayed by default.
4200 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4201 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4202 using a prefix argument.
4203
4204 2009-12-03 Glenn Morris <rgm@gnu.org>
4205
4206 * progmodes/idlwave.el (class): Restore still useful declaration.
4207
4208 2009-12-03 Alan Mackenzie <acm@muc.de>
4209
4210 Enhance `c-parse-state' to run efficiently in "brace deserts".
4211
4212 * progmodes/cc-mode.el (c-basic-common-init):
4213 Call c-state-cache-init.
4214 (c-neutralize-syntax-in-and-mark-CPP): Rename from
4215 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
4216 placing `category' properties value 'c-cpp-delimiter at its boundaries.
4217
4218 * progmodes/cc-langs.el (c-before-font-lock-function):
4219 c-extend-and-neutralize-syntax-in-CPP has been renamed
4220 c-neutralize-syntax-in-and-mark-CPP.
4221
4222 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4223 with `category' properties now, not `syntax-table' ones.
4224
4225 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4226 enhanced (but slower) version of c-end-of-macro that won't land
4227 inside a literal or on another awkward character.
4228 (c-state-cache-too-far, c-state-cache-start)
4229 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4230 (c-state-nonlit-pos-cache-limit, c-state-point-min)
4231 (c-state-point-min-lit-type, c-state-point-min-lit-start)
4232 (c-state-min-scan-pos, c-state-brace-pair-desert)
4233 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4234 buffer local variables.
4235 (c-state-literal-at, c-state-lit-beg)
4236 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4237 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4238 (c-state-cache-top-paren, c-state-cache-after-top-paren)
4239 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4240 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4241 (c-renarrow-state-cache)
4242 (c-append-lower-brace-pair-to-state-cache)
4243 (c-state-push-any-brace-pair, c-append-to-state-cache)
4244 (c-remove-stale-state-cache)
4245 (c-remove-stale-state-cache-backwards, c-state-cache-init)
4246 (c-invalidate-state-cache-1, c-parse-state-1)
4247 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
4248 (c-parse-state): Enhance and refactor.
4249 (c-debug-parse-state): Amend to deal with all the new variables.
4250
4251 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4252 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
4253 modify to use category text properties rather than syntax-table ones.
4254 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
4255 to switch off/on the syntactic paren property of C++ template
4256 delimiters using the category property.
4257 (c-with-<->-as-parens-suppressed): Macro to invoke code with
4258 template delims suppressed.
4259 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4260 New constant/macros which apply category properties to the start
4261 and end of preprocessor constructs.
4262 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
4263 "comment out" the syntactic value of characters in preprocessor
4264 constructs.
4265 (c-with-cpps-commented-out)
4266 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4267 with characters in all or all but one preprocessor constructs
4268 "commented out".
4269
4270 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4271
4272 * proced.el (proced-filter-alist): Use regexp-quote.
4273
4274 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
4275
4276 Cleanup.
4277 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4278 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
4279 arguments. Expand `default-directory'.
4280
4281 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4282 the benefit of returning an expanded localname.
4283 (tramp-tramp-file-p): Handle the case NAME is not a string.
4284
4285 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4286
4287 Add support for bzr shelve/unshelve.
4288 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4289 (vc-bzr-extra-menu-map): New variables.
4290 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4291 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4292 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4293 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4294 (vc-bzr-dir-extra-headers): Display shelves.
4295
4296 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4297
4298 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4299
4300 * textmodes/bibtex.el (bibtex-complete-internal):
4301 Use completion-in-region.
4302 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4303
4304 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4305
4306 Support applying stashes. Improve UI.
4307 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4308 (vc-git-stash-apply, vc-git-stash-pop)
4309 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4310 (vc-git-stash-menu): New functions.
4311 (vc-git-stash-menu-map): New variable.
4312 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4313
4314 2009-12-03 Glenn Morris <rgm@gnu.org>
4315
4316 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4317 (vc-print-log-internal): Fix previous change.
4318 (vc-revert): Correct pluralization.
4319
4320 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4321
4322 * progmodes/make-mode.el (makefile-special-targets-list): No need for
4323 it to be an alist any more.
4324 (makefile-complete): Use completion-in-region.
4325
4326 * progmodes/octave-mod.el (octave-complete-symbol):
4327 Use completion-in-region.
4328
4329 Misc cleanup.
4330 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4331 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4332 (idlwave-complete-class): Don't quote lambda.
4333 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4334 (idlwave-mode-map): Move initialization into declaration.
4335 (idlwave-action-and-binding): Use backquotes.
4336 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4337 Simplify.
4338 (idlwave-is-pointer-dereference): Remove unused var `pos'.
4339 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4340 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4341 `parts', and `all-parts'.
4342 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4343 (idlwave-convert-xml-system-routine-info): Remove unused string
4344 `version-string'.
4345 (idlwave-display-user-catalog-widget): Use dolist.
4346 (idlwave-scanning-lib): Declare dynamically-scoped var.
4347 (idlwave-scan-library-catalogs): Remove unused var `flags'.
4348 (completion-highlight-first-word-only): Declare to silence bytecomp.
4349 (idlwave-popup-select): Tighten scope of `resp'.
4350 (idlwave-find-struct-tag): Remove unused var `beg'.
4351 (idlwave-after-load-rinfo-hook): Declare.
4352 (idlwave-sintern-class-info): Remove unused var `taglist'.
4353 (idlwave-find-class-definition): Remove unused var `list'.
4354 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4355 (idlwave-what-module-find-class): Remove unused var `classes'.
4356
4357 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
4358
4359 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4360
4361 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4362
4363 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4364 buffers visited. Remove redundant current-buffer-saving.
4365
4366 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4367
4368 Use completion-in-buffer and remove uses of dynamic scoping.
4369 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4370 (pascal-buffer-to-use, pascal-flag): Don't declare.
4371 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4372 (pascal-get-completion-decl, pascal-keyword-completion):
4373 Add `pascal-str' argument, save-excursion,
4374 return the found completions, and don't filter with pascal-pred.
4375 (pascal-completion-cache): New var.
4376 (pascal-completion): Don't switch buffer any more (it was never
4377 necessary). Don't save-excursion any more (it's done by the called
4378 subroutines). Use a cache to avoid redundant computations.
4379 Use complete-with-action rather than pascal-completion-response and
4380 let it apply the predicate as well.
4381 (pascal-complete-word): Use completion-in-buffer when
4382 pascal-toggle-completions is nil.
4383 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4384 not used any more.
4385 (pascal-comp-defun): Don't change buffer any more.
4386 Use complete-with-action rather than pascal-completion-response and
4387 let it apply the predicate as well.
4388 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4389 when neded.
4390
4391 2009-12-02 Kenichi Handa <handa@m17n.org>
4392
4393 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4394 shape for all Indic scripts.
4395
4396 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4397
4398 Use completion-in-buffer.
4399 * wid-edit.el (widget-field-text-end): New function.
4400 (widget-field-value-get): Use it.
4401 (widget-string-complete, widget-file-complete)
4402 (widget-color-complete): Use it and completion-in-region.
4403 (widget-complete): Don't narrow the buffer.
4404
4405 2009-12-02 Glenn Morris <rgm@gnu.org>
4406
4407 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
4408 (rmail-select-summary): Use rmail-pop-to-buffer.
4409 * mail/rmailsum.el: Replace all pop-to-buffer calls with
4410 rmail-pop-to-buffer, to prevent horizontal splits.
4411
4412 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4413 save-excursion with save-current-buffer.
4414 Widen before searching. (Bug#5093)
4415 (diary-list-sexp-entries): Remove superfluous save-excursion.
4416
4417 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
4418
4419 * woman.el (woman-make-bufname): Handle man-pages with "." in the
4420 name. (Bug#5038)
4421
4422 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
4423
4424 * ido.el (ido-file-internal): Handle filenames at point that do
4425 not have a directory part. (Bug#5049)
4426
4427 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
4428
4429 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4430 (mpc-songs-jump-to, mpc-resume): Doc fixes.
4431
4432 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
4433
4434 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4435 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4436 any more.
4437
4438 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4439
4440 * comint.el (comint-insert-input): Ignore clicks to the right of
4441 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4442
4443 * vc.el (vc-print-log-internal): Don't wait for the process to
4444 terminate before setting up the major mode.
4445
4446 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4447 in case.
4448
4449 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4450 the last element.
4451
4452 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4453
4454 2009-12-01 Glenn Morris <rgm@gnu.org>
4455
4456 * window.el (window--display-buffer-2): Fix previous changes.
4457
4458 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
4459
4460 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4461
4462 2009-12-01 Glenn Morris <rgm@gnu.org>
4463
4464 * Makefile.in (ELCFILES): Add mpc.elc.
4465
4466 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4467
4468 * mpc.el: New file.
4469
4470 2009-12-01 Glenn Morris <rgm@gnu.org>
4471
4472 * window.el (window-to-use): Define for compiler.
4473
4474 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4475 consistent with others (no final period).
4476
4477 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4478 (rmail-mime-show): Downcase the encoding. (Bug#5070)
4479
4480 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
4481
4482 Make vc-print-log buttons work.
4483 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4484
4485 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
4486
4487 * savehist.el (savehist-autosave-interval): Allow setting to nil
4488 through customize. (Bug#5056)
4489
4490 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
4491
4492 Fix references to jit-lock properties.
4493 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4494 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4495 (perl-font-lock-special-syntactic-constructs):
4496 Quote jit-lock-defer-multiline property.
4497
4498 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
4499
4500 * vc-git.el (vc-git-registered): Call vc-git-root only once.
4501
4502 2009-11-30 Juri Linkov <juri@jurta.org>
4503
4504 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4505 value `buffer' of `multi-isearch-next-buffer-current-function'.
4506 Use `(current-buffer)' when `buffer' is nil.
4507 (multi-isearch-next-buffer-from-list): Don't fallback to
4508 `(current-buffer)' when `buffer' is nil. (Bug#4947)
4509
4510 2009-11-30 Juri Linkov <juri@jurta.org>
4511
4512 * misearch.el (multi-isearch-read-buffers): Move canonicalization
4513 of buffers with `get-buffer' to `multi-isearch-buffers'.
4514 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4515 Canonicalize BUFFERS with `get-buffer'. Doc fix.
4516 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4517 FILES with `expand-file-name' converting relative file names
4518 to absolute. Doc fix. (Bug#4727)
4519
4520 2009-11-30 Juri Linkov <juri@jurta.org>
4521
4522 * misearch.el (multi-isearch-read-buffers)
4523 (multi-isearch-read-matching-buffers): New functions.
4524 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4525 Use them in the `interactive' spec. Doc fix.
4526 (multi-isearch-read-files, multi-isearch-read-matching-files):
4527 New functions.
4528 (multi-isearch-files, multi-isearch-files-regexp):
4529 Use them in the `interactive' spec. Doc fix. (Bug#4725)
4530
4531 2009-11-30 Juri Linkov <juri@jurta.org>
4532
4533 * doc-view.el (doc-view-continuous):
4534 Rename from `doc-view-continuous-mode'.
4535 (doc-view-menu): Move "Toggle display" to the top.
4536 Add submenu "Continuous" with radio buttons "Off"/"On"
4537 and "Save as Default".
4538 (doc-view-scroll-up-or-next-page)
4539 (doc-view-scroll-down-or-previous-page)
4540 (doc-view-next-line-or-next-page)
4541 (doc-view-previous-line-or-previous-page):
4542 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
4543
4544 2009-11-30 Juri Linkov <juri@jurta.org>
4545
4546 * comint.el (comint-mode-map): Rebind `M-r' from
4547 `comint-previous-matching-input' to
4548 `comint-history-isearch-backward-regexp'.
4549 Unbind `M-s' to allow global key binding `M-s'.
4550 Add menu items for `comint-history-isearch-backward' and
4551 `comint-history-isearch-backward-regexp'. (Bug#3746)
4552
4553 2009-11-30 Juri Linkov <juri@jurta.org>
4554
4555 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4556 For def=recenter, replace `recenter' with `recenter-top-bottom'
4557 that is called with `this-command' and `last-command' let-bound
4558 to `recenter-top-bottom'. When the last `def' was not `recenter',
4559 set `recenter-last-op' to nil. (Bug#4981)
4560
4561 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4562
4563 Minor cleanup and simplification.
4564 * filecache.el (file-cache-add-directory)
4565 (file-cache-add-directory-recursively)
4566 (file-cache-add-from-file-cache-buffer)
4567 (file-cache-delete-file-regexp, file-cache-delete-directory)
4568 (file-cache-files-matching-internal, file-cache-display): Use dolist.
4569 (file-cache-temp-minibuffer-message): Delete function.
4570 (file-cache-minibuffer-complete): Use minibuffer-message instead.
4571
4572 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4573 Don't signal an error when bumping into EOB in tr, s, or y.
4574
4575 2009-11-29 Juri Linkov <juri@jurta.org>
4576
4577 * startup.el (fancy-about-text): Fix wording of Guided Tour.
4578 (Bug#4960)
4579
4580 * descr-text.el (describe-char-unidata-list): Use lowercase name
4581 for "Unicode name" like in other tags.
4582
4583 2009-11-29 Juri Linkov <juri@jurta.org>
4584
4585 * ediff-util.el (ediff-minibuffer-with-setup-hook):
4586 New compatibility macro.
4587 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4588
4589 2009-11-29 Juri Linkov <juri@jurta.org>
4590
4591 Add defcustom to define the cycling order of `recenter-top-bottom'.
4592 (Bug#4981)
4593
4594 * window.el (recenter-last-op): Doc fix.
4595 (recenter-positions): New defcustom.
4596 (recenter-top-bottom): Rewrite to use `recenter-positions'.
4597 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4598
4599 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
4600
4601 Improve integration of Tramp and ange-ftp in eshell.
4602
4603 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
4604 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
4605 (eshell/sudo): Flatten args. Let-bind `default-directory'.
4606
4607 * eshell/esh-util.el (top): Require also Tramp when compiling.
4608 (eshell-directory-files-and-attributes): Check for FTP remote
4609 connection.
4610 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4611 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4612 (eshell-file-attributes): Handle ".". Return `entry'.
4613
4614 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4615 (ange-ftp-directory-files-and-attributes)
4616 (ange-ftp-real-directory-files-and-attributes): New defuns.
4617
4618 * net/tramp.el (tramp-maybe-open-connection): Open the remote
4619 shell with "exec" when possible. This prevents trailing prompts
4620 in `start-file-process'.
4621
4622 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4623
4624 Try and remove assumptions about point-min==1.
4625 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4626 (rng-compute-mode-line-string): Show the validation percentage in
4627 terms of the narrowed text, not the widened text.
4628 (rng-do-some-validation): Don't catch internal errors when debugging.
4629 (rng-first-error): Simplify.
4630 (rng-after-change-function): Remove work around. AFAIK the bug has
4631 been fixed a while ago.
4632
4633 * image-mode.el (image-minor-mode): Exit more gracefully when the image
4634 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4635
4636 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4637
4638 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4639 `cd' doesn't always do it for us (bug#5067).
4640
4641 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4642 on 2009-10-25 as part of some other change (bug#5067).
4643
4644 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4645
4646 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4647 `suspicious'.
4648 (byte-compile-warnings): Use byte-compile-warning-types.
4649 (byte-compile-save-excursion): Warn about use of set-buffer right
4650 after save-excursion.
4651
4652 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4653 the excursion as well.
4654
4655 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
4656
4657 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4658 providing a Tramp related implementation of "su" and "sudo".
4659 (eshell-unix-initialize): Add "su" and "sudo".
4660
4661 2009-11-27 Daiki Ueno <ueno@unixuser.org>
4662
4663 * net/socks.el (socks-send-command): Convert binary request to
4664 unibyte before sending. This fixes mishandling of some port
4665 numbers such as 129.
4666
4667 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4668
4669 * help.el (describe-bindings-internal): Remove `interactive'.
4670
4671 * man.el (Man-completion-table): Trim a terminating "(".
4672 Remove the space between name page a section.
4673 Add the command's description on the `help-echo' property.
4674 Remove `process-connection-type' binding since it's unused by
4675 call-process.
4676 Provide completion for the "<section> <name>" format as well.
4677 (Man-default-man-entry): Remove spurious var shadowing the argument.
4678
4679 2009-11-26 Kevin Ryde <user42@zip.com.au>
4680
4681 * log-view.el: Add "Keywords: tools", since its other keywords
4682 aren't in finder-known-keywords, and following vc.el.
4683
4684 * sha1.el (sha1-string-external): default-directory "/" in case
4685 otherwise non-existent. process-connection-type pipe for touch of
4686 efficiency recommended by elisp manual. (An aside in Bug#3911.)
4687
4688 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4689
4690 Misc coding convention cleanups.
4691 * htmlfontify.el (hfy-init-kludge-hook): Rename from
4692 hfy-init-kludge-hooks.
4693 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
4694 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
4695 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
4696 and push.
4697 (hfy-slant, hfy-weight): Use tables rather than code.
4698 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
4699 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
4700 (hfy-face-attr-for-class): Initialize `face-spec' directly.
4701 (hfy-face-to-css): Remove `nconc' with single arg.
4702 (hfy-p-to-face-lennart): Use `or'.
4703 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
4704 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
4705 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
4706 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
4707 (hfy-force-fontification): Use run-hooks.
4708
4709 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
4710
4711 Various minor fixes.
4712 * htmlfontify.el (hfy-default-header): Add toggle_invis since
4713 Javascript belongs in the header, not the body.
4714 (hfy-javascript): Remove.
4715 (hfy-fontify-buffer): Don't insert it any more.
4716 (hfy-face-at): Handle (face0 face1 face2) style face properties.
4717 Fix bug in invis handling when there were no invis props in a chunk.
4718
4719 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4720
4721 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
4722
4723 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
4724
4725 * finder.el (finder-mode-map): Add a menu.
4726
4727 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
4728
4729 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
4730 "unsigned" structs.
4731
4732 (verilog-leap-to-head, verilog-backward-token): Handle "disable
4733 fork" statement better.
4734
4735 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
4736
4737 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
4738 (verilog-delete-auto, verilog-delete-empty-auto-pair)
4739 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
4740 Reported by Clay Douglass.
4741
4742 (verilog-auto-inst, verilog-auto-star-safe)
4743 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
4744 Fix removing "// Interfaces" when saving .* expansions.
4745 Reported by Pierre-David Pfister.
4746
4747 2009-11-26 Glenn Morris <rgm@gnu.org>
4748
4749 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
4750 the scope.
4751
4752 2009-11-25 Johan Bockgård <bojohan@gnu.org>
4753
4754 * vc-annotate.el (vc-annotate-revision-previous-to-line):
4755 Really use previous revision.
4756
4757 2009-11-25 Kevin Ryde <user42@zip.com.au>
4758
4759 * man.el (Man-completion-table): default-directory "/" in case
4760 doesn't otherwise exist. process-environment COLUMNS=999 so as
4761 not to truncate long names. process-connection-type pipe to avoid
4762 any chance of hitting the pseudo-tty TIOCGWINSZ.
4763 (man): completion-ignore-case t for friendliness and since man
4764 itself is case-insensitive on the command line.
4765 Further to Bug#3717.
4766
4767 * arc-mode.el: Add "Keywords: files", so the details in its
4768 commentary can be reached from finder-by-keyword.
4769 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
4770 editing mode, but it's comms related and sgml-mode.el has "comm"
4771 on that basis too.
4772 * textmodes/bibtex-style.el: Add "Keywords: tex".
4773 * international/isearch-x.el, international/ja-dic-cnv.el:
4774 * international/ja-dic-utl.el, international/kkc.el:
4775 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
4776
4777 2009-11-25 Juri Linkov <juri@jurta.org>
4778
4779 * man.el (Man-completion-table): Modify regexp to include
4780 section names to completion strings. (Bug#3717)
4781
4782 2009-11-25 Juri Linkov <juri@jurta.org>
4783
4784 Search recursively in gzipped files. (Bug#4982)
4785
4786 * progmodes/grep.el (grep-highlight-matches): Add new options
4787 `always' and `auto'. Doc fix.
4788 (grep-process-setup): Check `grep-highlight-matches' for
4789 `auto-detect' to determine the need to compute grep defaults.
4790 Move Windows/DOS specific --colors settings handling
4791 to `grep-compute-defaults'. Check `grep-highlight-matches'
4792 to get the value of "--color=".
4793 (grep-compute-defaults): Compute `grep-highlight-matches' when it
4794 has the value `auto-detect'. Move Windows/DOS specific settings
4795 from `grep-process-setup'.
4796 (zrgrep): New command with alias `rzgrep'.
4797
4798 2009-11-25 Juri Linkov <juri@jurta.org>
4799
4800 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
4801 to nil instead of switching off view-mode. (Bug#4896)
4802
4803 2009-11-25 Juri Linkov <juri@jurta.org>
4804
4805 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
4806
4807 * mwheel.el (mwheel-scroll-up-function)
4808 (mwheel-scroll-down-function): New defvars.
4809 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
4810 `scroll-up', and `mwheel-scroll-down-function' instead of
4811 `scroll-down'.
4812
4813 * doc-view.el (doc-view-scroll-up-or-next-page)
4814 (doc-view-scroll-down-or-previous-page): Add optional ARG.
4815 Use this ARG in the call to image-scroll-up/image-scroll-down.
4816 Change `interactive' spec to "P". Goto next/previous page only
4817 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
4818 SPC/DEL case). Doc fix.
4819 (doc-view-next-line-or-next-page)
4820 (doc-view-previous-line-or-previous-page): Rename arg to ARG
4821 for consistency.
4822 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
4823 `doc-view-scroll-up-or-next-page', and buffer-local
4824 `mwheel-scroll-down-function' to
4825 `doc-view-scroll-down-or-previous-page'.
4826
4827 2009-11-25 Juri Linkov <juri@jurta.org>
4828
4829 Provide additional default values (directories at other Dired
4830 windows) via M-n in the minibuffer of some Dired commands.
4831
4832 * dired-aux.el (dired-diff, dired-compare-directories)
4833 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
4834 `minibuffer-default' in `minibuffer-with-setup-hook'.
4835 (dired-dwim-target-directory): Find a window that displays Dired
4836 buffer instead of failing when the next window is not Dired.
4837 Use `get-window-with-predicate' to find for the next Dired window.
4838 (dired-dwim-target-defaults): New function.
4839
4840 * ediff-util.el (ediff-read-file-name):
4841 Use `dired-dwim-target-defaults' to set `minibuffer-default'
4842 in `minibuffer-with-setup-hook'.
4843
4844 2009-11-25 Juri Linkov <juri@jurta.org>
4845
4846 Provide additional default values (file name at point or at the
4847 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
4848
4849 * minibuffer.el (read-file-name-defaults): New function.
4850 (read-file-name): Reset `minibuffer-default' to nil when
4851 it duplicates initial input `insdef'.
4852 Bind `minibuffer-default-add-function' to lambda that
4853 calls `read-file-name-defaults' in `minibuffer-selected-window'.
4854 (minibuffer-insert-file-name-at-point): New command.
4855
4856 * files.el (file-name-at-point-functions): New defcustom.
4857 (find-file-default): Remove defvar.
4858 (find-file-read-args): Don't use `find-file-default'.
4859 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4860 to `read-file-name'.
4861 (find-file-literally): Use `read-file-name' with
4862 `confirm-nonexistent-file-or-buffer'.
4863
4864 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
4865
4866 * dired.el (dired-read-dir-and-switches):
4867 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4868 to `read-file-name'.
4869 (dired-file-name-at-point): New function.
4870 (dired-mode): Add hook `dired-file-name-at-point' to
4871 `file-name-at-point-functions'.
4872
4873 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4874
4875 Really make the *Completions* window soft-dedicated (bug#5030).
4876 * window.el (window--display-buffer-2): Add `dedicated' argument.
4877 (display-buffer): Pass it when needed so the dedicated flag is set
4878 after calling set-window-buffer, which would otherwise reset it.
4879
4880 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4881
4882 * progmodes/meta-mode.el (meta-complete-symbol):
4883 * progmodes/etags.el (complete-tag):
4884 * mail/mailabbrev.el (mail-abbrev-complete-alias):
4885 Use completion-in-region.
4886
4887 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4888 (dabbrev-completion): Use completion-in-region.
4889 (dabbrev--abbrev-at-point): Simplify regexp.
4890
4891 * abbrev.el (abbrev--before-point): Use word-motion functions
4892 if :regexp is not specified (bug#5031).
4893
4894 * subr.el (string-prefix-p): New function.
4895
4896 * man.el (Man-completion-cache): New var.
4897 (Man-completion-table): Use it.
4898
4899 * vc.el (vc-print-log-internal): Make `limit' optional for better
4900 compatibility (e.g. with vc-annotate.el).
4901
4902 2009-11-24 Kevin Ryde <user42@zip.com.au>
4903
4904 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
4905 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
4906
4907 * emacs-lisp/elint.el (elint-add-required-env): Better error message
4908 when .el source file not found or other error.
4909
4910 2009-11-24 Markus Triska <markus.triska@gmx.at>
4911
4912 * linum.el (linum-update-window): Ignore intangible (bug#4996).
4913
4914 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4915
4916 Handle the [back] button properly (bug#4979).
4917 * descr-text.el (describe-text-properties): Add a `buffer' argument.
4918 Use help-setup-xref, help-buffer, and with-help-window.
4919 (describe-char): Add `buffer' argument.
4920 Pass proper command to help-setup-xref. Don't meddle with
4921 help-xref-stack-item directly.
4922 (describe-text-category): Use with-help-window and help-buffer.
4923
4924 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4925 for the displayed buffer (bug#4887).
4926
4927 * man.el (Man-completion-table): New function.
4928 (man): Use it.
4929
4930 2009-11-24 David Reitter <david.reitter@gmail.com>
4931
4932 * vc-git.el (vc-git-registered): Use checkout directory (where
4933 .git is) rather than the file's directory and a relative path spec
4934 to work around a bug in git.
4935
4936 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
4937
4938 Improve handling of processes on remote hosts.
4939
4940 * eshell/esh-util.el (eshell-path-env): New defvar.
4941 (eshell-parse-colon-path): New defun.
4942 (eshell-file-attributes): Use `eshell-parse-colon-path'.
4943
4944 * eshell/esh-ext.el (eshell-search-path):
4945 Use `eshell-parse-colon-path'.
4946 (eshell-remote-command): Remove argument HANDLER.
4947 (eshell-external-command): Check for FTP remote connection.
4948
4949 * eshell/esh-proc.el (eshell-gather-process-output):
4950 Use `file-truename', in order to start also symlinked files.
4951 Apply `start-file-process' instead of `start-process'.
4952 Shorten `command' to the local file name part.
4953
4954 * eshell/em-cmpl.el (eshell-complete-commands-list):
4955 Use `eshell-parse-colon-path'.
4956
4957 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4958
4959 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
4960 to `eshell-directory-change-hook'.
4961
4962 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
4963
4964 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4965 because it could be enabled automatically if view-read-only is non-nil.
4966
4967 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
4968
4969 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4970 made on 2009-11-22.
4971
4972 2009-11-24 Glenn Morris <rgm@gnu.org>
4973
4974 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4975 deleted variable bookmark-bmenu-bookmark-column.
4976
4977 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4978
4979 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4980
4981 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
4982
4983 * net/browse-url.el (browse-url-filename-alist): On Windows, add
4984 two slashes to the "file:" prefix.
4985 (browse-url-file-url): De-munge Cygwin filenames before passing
4986 them to Windows browser.
4987 (browse-url-default-windows-browser): Use call-process.
4988
4989 2009-11-23 Juri Linkov <juri@jurta.org>
4990
4991 Implement DocView Continuous mode. (Bug#4896)
4992 * doc-view.el (doc-view-continuous-mode): New defcustom.
4993 (doc-view-mode-map): Bind C-n/<down> to
4994 `doc-view-next-line-or-next-page', C-p/<up> to
4995 `doc-view-previous-line-or-previous-page'.
4996 (doc-view-next-line-or-next-page)
4997 (doc-view-previous-line-or-previous-page): New commands.
4998
4999 2009-11-23 Juri Linkov <juri@jurta.org>
5000
5001 Implement Isearch in comint input history. (Bug#3746)
5002 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5003 `isearch-mode-hook'.
5004 (comint-history-isearch): New defcustom.
5005 (comint-history-isearch-backward)
5006 (comint-history-isearch-backward-regexp): New commands.
5007 (comint-history-isearch-message-overlay): New buffer-local variable.
5008 (comint-history-isearch-setup, comint-history-isearch-end)
5009 (comint-goto-input, comint-history-isearch-search)
5010 (comint-history-isearch-message, comint-history-isearch-wrap)
5011 (comint-history-isearch-push-state)
5012 (comint-history-isearch-pop-state): New functions.
5013
5014 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
5015
5016 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5017 return.
5018 (tramp-handle-make-symbolic-link)
5019 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5020 Quote file names.
5021 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5022 (tramp-handle-process-file): Use it.
5023
5024 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5025
5026 * window.el (move-to-window-line-last-op): Remove.
5027 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5028
5029 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5030
5031 Make M-r mirror the new cycling behavior of C-l.
5032 * window.el (move-to-window-line-last-op): New var.
5033 (move-to-window-line-top-bottom): New command.
5034 (global-map): Bind M-r move-to-window-line-top-bottom.
5035
5036 2009-11-23 Sven Joachim <svenjoac@gmx.de>
5037
5038 * dired-x.el (dired-guess-shell-alist-default):
5039 Support xz format. (Bug#4953)
5040
5041 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
5042
5043 * emulation/viper-cmd.el: Use viper-last-command-char instead of
5044 last-command-char/last-command-event.
5045 (viper-prefix-arg-value): Do correct conversion of event-char for
5046 XEmacs.
5047
5048 * emulation/viper-util.el, emulation/viper.el:
5049 Use viper-last-command-char instead of
5050 last-command-char/last-command-event.
5051
5052 * ediff-init.el, ediff-mult.el, ediff-util.el:
5053 Replace last-command-char and last-command-event
5054 with (ediff-last-command-char) everywhere.
5055
5056 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5057 created in fundamental mode.
5058
5059 * ediff.el (ediff-version): Revert the change of interactive-p to
5060 called-interactively-p.
5061
5062 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
5063
5064 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5065 generation from word-movement command names.
5066
5067 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5068
5069 * cus-start.el (all): Add native condition for font-use-system-font.
5070
5071 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
5072
5073 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5074 Correct the patch from 2009-11-18. (Bug#3910)
5075
5076 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
5077
5078 * progmodes/subword.el: Rename from lisp/subword.el.
5079
5080 * subword.el: Rename to progmodes/subword.el.
5081
5082 * Makefile.in (ELCFILES): Adapt to subword.el move.
5083
5084 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5085 Stefan Monnier <monnier@iro.umontreal.ca>
5086
5087 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5088 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5089 (bookmark-bmenu-show-filenames): Use push.
5090 (bookmark-bmenu-hide-filenames): Use local var instead of
5091 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
5092 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5093 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5094 filenames now that the bookmark names are always available.
5095
5096 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5097
5098 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5099 (bookmark-search-pattern): Move and leave unbound.
5100 (bookmark-bmenu-mode-map): Change binding.
5101 (bookmark-read-search-input): Simplify.
5102 Don't use text-char-description. Don't error on non-char events.
5103 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5104 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5105 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5106 Use a local var for the timer.
5107 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5108 (i.e. bookmark-bmenu-search).
5109
5110 2009-11-21 Glenn Morris <rgm@gnu.org>
5111
5112 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
5113
5114 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
5115
5116 * net/browse-url.el (browse-url-default-windows-browser):
5117 Use cygstart for cygwin.
5118
5119 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
5120
5121 * bookmark.el: Formatting and doc fixes only:
5122 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5123 (bookmark-bmenu-search): Wrap to fit within 80 columns.
5124 Minor grammar and punctuation fixes in doc string.
5125 (bookmark-read-search-input): Adjust to fit within 80 columns.
5126
5127 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5128
5129 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5130 (c-backward-into-nomenclature): Adapt to subword renaming.
5131
5132 * subword.el (subword-forward, subword-backward, subword-mark)
5133 (subword-kill, subword-backward-kill, subword-transpose)
5134 (subword-downcase, subword-upcase, subword-capitalize)
5135 (subword-forward-internal, subword-backward-internal):
5136 Rename from forward-subword, backward-subword, mark-subword,
5137 kill-subword, backward-kill-subword, transpose-subwords,
5138 downcase-subword, upcase-subword, capitalize-subword,
5139 forward-subword-internal, backward-subword-internal.
5140
5141 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5142
5143 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5144 New options.
5145 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5146 New vars.
5147 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5148 (bookmark-bmenu-filter-alist-by-regexp)
5149 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5150 (bookmark-bmenu-search): New command.
5151 (bookmark-bmenu-mode-map): Bind it.
5152
5153 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5154
5155 * progmodes/cc-cmds.el: declare-functioned forward-subword and
5156 backward-subword to quit the byte-compiler.
5157
5158 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5159
5160 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5161
5162 * progmodes/cc-cmds.el (c-update-modeline)
5163 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5164 Refer to subword.el functions instead of cc-subword.el.
5165
5166 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5167 subword.el functions instead of cc-subword.el.
5168
5169 * progmodes/cc-subword.el: Rename to subword.el.
5170 * subword.el: Rename from progmodes/cc-subword.el.
5171 (subword-mode-map): Rename from c-subword-mode-map.
5172 (subword-mode): Rename from c-subword-mode.
5173 (global-subword-mode): New global minor mode.
5174 (forward-subword): Rename from c-forward-subword.
5175 (backward-subword): Rename from c-backward-subword.
5176 (mark-subword): Rename from c-mark-subword.
5177 (kill-subword): Rename from c-kill-subword.
5178 (backward-kill-subword): Rename from c-backward-kill-subword.
5179 (transpose-subwords): Rename from c-tranpose-subword.
5180 (downcase-subword): Rename from c-downcase-subword.
5181 (capitalize-subword): Rename from c-capitalize-subword.
5182 (forward-subword-internal): Rename from c-forward-subword-internal.
5183 (backward-subword-internal): Rename from c-backward-subword-internal.
5184
5185 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5186
5187 * vc.el (vc-deduce-fileset): Allow non-state changing operations
5188 from a dired buffer.
5189 (vc-dired-deduce-fileset): New function.
5190 (vc-root-diff, vc-print-root-log): Use it.
5191
5192 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5193 nil LIMIT argument to vc-print-log-internal.
5194
5195 2009-11-20 Glenn Morris <rgm@gnu.org>
5196
5197 * Makefile.in (ELCFILES): Regenerate.
5198
5199 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
5200
5201 * calc/calc.el (calc-set-mode-line):
5202 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5203 (math-format-number): Rename `math-format-complement-signed' to
5204 `math-format-twos-complement'.
5205
5206 * calc/calc-bin.el (math-format-twos-complement): Rename from
5207 math-format-complement-signed.
5208 (calc-radix): Rename `calc-complement-signed-mode' to
5209 `calc-twos-complement-mode'.
5210 (calc-octal-radix, calc-hex-radix): Add an argument for
5211 two's complement.
5212
5213 * calc/calc-embed.el (calc-embedded-mode-vars):
5214 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5215
5216 * calc/calc-ext.el (calc-init-extensions):
5217 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5218 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5219
5220 * calc/calc-units.el (math-build-units-table-buffer):
5221 Let `calc-twos-complement-mode' be nil.
5222
5223 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5224 entries.
5225
5226 * calc/calc-vec.el (calcFunc-vunpack):
5227 * calc/calc-aent.el (calc-do-calc-eval):
5228 * calc/calc-forms.el (math-format-date):
5229 * calc/calc-graph.el (calc-graph-plot):
5230 * calc/calc-math.el (math-use-emacs-fn):
5231 * calc/calccomp.el (math-compose-expr):
5232 Let `calc-twos-complement-mode' be nil.
5233
5234 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5235
5236 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5237 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
5238 * minibuffer.el (completion-in-region-functions): New hook.
5239 (completion-in-region): New function.
5240 * emacs-lisp/lisp.el (lisp-complete-symbol):
5241 * pcomplete.el (pcomplete-std-complete): Use it.
5242
5243 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5244
5245 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5246 (latex-complete-alist): New vars.
5247 (latex-string-prefix-p, latex-complete-bibtex-keys)
5248 (latex-complete-envnames, latex-complete-refkeys)
5249 (latex-complete-data): New functions.
5250 (latex-complete, latex-indent-or-complete): New commands.
5251
5252 * window.el (display-buffer-mark-dedicated): New var.
5253 (display-buffer): Obey it.
5254 * minibuffer.el (minibuffer-completion-help): Use it.
5255
5256 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5257
5258 * filecache.el (file-cache-add-file): Use push and cons.
5259 (file-cache-delete-file-regexp): Use push.
5260 (file-cache-complete): Use completion-in-region.
5261
5262 * simple.el (with-wrapper-hook): Fix thinko.
5263
5264 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5265 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5266 Use with-current-buffer and string-to-number.
5267 (hfy-fallback-colour-values): Use assoc-string.
5268 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5269 (hfy-face-at): Remove unused var `found-face'.
5270 (hfy-compile-stylesheet): Remove unused var `css'.
5271 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5272 and `orig-buffer'.
5273 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5274 Use with-current-buffer.
5275 (hfy-text-p): Use expand-file-name and fewer setq.
5276
5277 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
5278
5279 * htmlfontify.el, hfy-cmap.el: New files.
5280
5281 2009-11-19 Juri Linkov <juri@jurta.org>
5282
5283 * minibuffer.el (completions-format): New defcustom.
5284 (completion--insert-strings): Implement vertical format.
5285
5286 * simple.el (switch-to-completions): Move point to the first
5287 completion when point was at the beginning of the buffer.
5288
5289 2009-11-19 Juri Linkov <juri@jurta.org>
5290
5291 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
5292
5293 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5294
5295 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
5296
5297 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5298 (mail-signature): Change default to t.
5299 (mail-from-style): Deprecate `system-default' value.
5300 (mail-insert-from-field): For default value of mail-from-style,
5301 default to `angles' unless `angles' needs quoting and `parens'
5302 does not.
5303 (mail-citation-prefix-regexp): Use citation regexp from
5304 message-mode.
5305
5306 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
5307
5308 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5309 Set variables for computing the prompt for reading password.
5310
5311 2009-11-19 Glenn Morris <rgm@gnu.org>
5312
5313 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
5314
5315 * textmodes/flyspell.el (sgml-lexical-context): Declare.
5316
5317 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5318 (newsticker-treeview-listwindow-height): Fix custom type.
5319
5320 2009-11-19 Kenichi Handa <handa@m17n.org>
5321
5322 * descr-text.el (describe-char-padded-string): Compose with TAB
5323 only if there's a font for CH.
5324 (describe-char): Fix the condition for detecting a trivial composition.
5325
5326 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
5327
5328 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
5329 more accurate version of the regexp. (Bug#3910)
5330
5331 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
5332
5333 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5334
5335 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
5336
5337 * font-setting.el (font-use-system-font): Declare for byte-compiler.
5338 (font-setting-change-default-font): Fix typo in docstring.
5339
5340 2009-11-18 Alan Mackenzie <acm@muc.de>
5341
5342 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5343
5344 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5345
5346 * font-setting.el (font-use-system-font): Move ...
5347
5348 * cus-start.el (all): ... to here.
5349
5350 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
5351
5352 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5353 Don't set `ad-return-value' if `ad-do-it' doesn't.
5354
5355 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5356 modification time.
5357
5358 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5359
5360 * menu-bar.el: Put "Use system font" in Option-menu.
5361 (menu-bar-options-save): Add font-use-system-font.
5362
5363 * loadup.el: If feature system-font-setting or font-render-setting is
5364 there, load font-setting.
5365
5366 * Makefile.in (ELCFILES): Add font-settings.el.
5367 * font-setting.el: New file.
5368
5369 2009-11-17 Glenn Morris <rgm@gnu.org>
5370
5371 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5372
5373 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5374 Preserve point in the list buffer. (Bug#4939)
5375 Use point-at-eol.
5376 (newsticker--treeview-list-update-highlight)
5377 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5378
5379 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5380
5381 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5382 Remove.
5383
5384 * calc/calc-ext.el (calc-init-extensions): Remove references to
5385 symclip.
5386
5387 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5388
5389 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5390 * calc/calc-help.el (calc-b-prefix-help): Remove references to
5391 `calc-symclip'.
5392
5393 2009-11-16 Kevin Ryde <user42@zip.com.au>
5394
5395 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5396 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
5397
5398 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5399 (lm-keywords-list): Allow comma-only separator like "foo,bar".
5400 Ignore trailing spaces by omit-nulls to split-string (fixing
5401 regression from Emacs 21 due to the incompatible split-string
5402 change). (Bug #4928.)
5403
5404 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
5405
5406 * vc.el (vc-log-show-limit): Default to 2000.
5407 (vc-print-log-internal): Insert buttons to request more entries
5408 when limiting the output.
5409
5410 * vc-sccs.el (vc-sccs-print-log):
5411 * vc-rcs.el (vc-rcs-print-log):
5412 * vc-cvs.el (vc-cvs-print-log):
5413 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5414 LIMIT is non-nil.
5415
5416 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5417
5418 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5419 error when `tramp-gvfs-dbus-event-vector' is set.
5420 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5421
5422 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5423
5424 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5425
5426 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5427
5428 * net/dbus.el (dbus-unregister-service): New defun.
5429 (dbus-register-property): Register the handlers of
5430 "org.freedesktop.DBus.Properties" for SERVICE.
5431 (dbus-property-handler): Fix docstring.
5432
5433 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5434
5435 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5436 Quote doc string reference in defvaralias as it is not in special form.
5437 (byte-compile-output-docform): Doc fix.
5438
5439 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5440
5441 * calc/calc.el (math-2-word-size, math-half-2-word-size)
5442 (calc-complement-signed-mode): New variables.
5443 (calc-set-mode-line): Add indicator for twos-complements.
5444 (math-format-number): Format twos-complement notation.
5445
5446 * calc/calc-bin.el (calc-word-size): Reset the variables
5447 `math-2-word-size' and `math-half-2-word-size'.
5448 (math-format-complement-signed, math-symclip, calcFunc-symclip)
5449 (calc-symclip): New functions.
5450
5451 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5452
5453 * calc/calc-embed.el (calc-embedded-mode-vars):
5454 Add `calc-complement-signed-mode' to the list of modes.
5455
5456 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5457 (calc-b-oper-keys): Add `calc-symclip' to list.
5458
5459 * calc/calc-ext.el (math-read-number-fancy): Read complement
5460 signed numbers.
5461 (calc-init-extensions): Add binding for `calc-symclip'.
5462 Add autoload for `calcFunc-symclip' and `calc-symclip'.
5463
5464 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5465 `calc-symclip'.
5466 (calc-modes-menu): Add item for twos complement mode.
5467
5468 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5469
5470 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5471
5472 * register.el (jump-to-register, insert-register): Handle Semantic
5473 tags. From commented-out advice in semantic/senator.el.
5474
5475 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5476
5477 * vc.el (vc-log-show-limit): New variable.
5478 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
5479 when using a prefix argument.
5480 (vc-print-log-internal): Add new argument LIMIT.
5481
5482 * vc-svn.el (vc-svn-print-log):
5483 * vc-mtn.el (vc-mtn-print-log):
5484 * vc-hg.el (vc-hg-print-log):
5485 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5486 pass it to the log command when set. Make the BUFFER argument
5487 non-optional.
5488
5489 * vc-sccs.el (vc-sccs-print-log):
5490 * vc-rcs.el (vc-rcs-print-log):
5491 * vc-git.el (vc-git-print-log):
5492 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5493 ignore it. Make the BUFFER argument non-optional
5494
5495 * bindings.el (mode-line-buffer-identification): Do not purecopy.
5496
5497 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5498
5499 * dired.el (dired-mode-map): Move encryption items to "Operate"
5500 menu (Bug#4703).
5501
5502 * strokes.el (strokes-update-window-configuration): Make strokes
5503 buffer current before erasing (Bug#4906).
5504
5505 2009-11-15 Juri Linkov <juri@jurta.org>
5506
5507 * simple.el (set-mark-default-inactive): Add :type, :group
5508 and :version. (Bug#4876)
5509
5510 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
5511
5512 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5513 (archive-unique-fname): ... here. (Bug#4929)
5514
5515 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5516
5517 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5518 with a real fix.
5519
5520 * novice.el (disabled-command-function): Add useful args.
5521 Setup the help buffer so that [back] works.
5522 Remove redundant call to help-mode.
5523 (disabled-command-function): Use `case'.
5524 (en/disable-command): New function extracted from enable-command.
5525 (enable-command, disable-command): Use it.
5526
5527 2009-11-14 Glenn Morris <rgm@gnu.org>
5528
5529 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5530 constants. (Bug#4913)
5531
5532 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5533
5534 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5535
5536 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5537 defined in C that have no doc-strings. (Bug#1063)
5538
5539 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
5540
5541 * cus-edit.el (data, files):
5542 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
5543
5544 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
5545
5546 * simple.el (shell-command): Doc fix (Bug#4891).
5547
5548 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5549
5550 2009-11-14 Glenn Morris <rgm@gnu.org>
5551
5552 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5553 statements for vc-diff, emerge-quit, and rmail-cease-edit.
5554 If they are already loaded, eval-after-load will do the right thing.
5555
5556 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5557 compiling.
5558
5559 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5560
5561 * simple.el (x-selection-owner-p): Declare.
5562 (read-mail-command): Use custom radio type rather than choice.
5563 (completion-no-auto-exit): Doc fix.
5564
5565 * custom.el (defgroup):
5566 * epg-config.el (epg): Doc fixes.
5567
5568 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
5569
5570 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5571 * international/ccl.el (define-ccl-program): Do not purecopy the
5572 docstring, defconst does it anyway.
5573
5574 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5575
5576 * add-log.el (add-change-log-entry): Avoid displaying the changelog
5577 a second time.
5578
5579 * x-dnd.el (x-dnd-maybe-call-test-function):
5580 * window.el (split-window-vertically):
5581 * whitespace.el (whitespace-help-on):
5582 * vc-rcs.el (vc-rcs-consult-headers):
5583 * userlock.el (ask-user-about-lock-help)
5584 (ask-user-about-supersession-help):
5585 * type-break.el (type-break-force-mode-line-update):
5586 * time-stamp.el (time-stamp-conv-warn):
5587 * terminal.el (te-set-output-log, te-more-break, te-filter)
5588 (te-sentinel, terminal-emulator):
5589 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5590 (term-write-input-ring, term-check-source, term-start-output-log):
5591 (term-display-buffer-line, term-dynamic-list-completions):
5592 (term-ansi-make-term, serial-term):
5593 * subr.el (selective-display):
5594 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5595 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5596 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5597 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5598 (speedbar-remove-localized-speedbar-support)
5599 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5600 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5601 (speedbar-buffers-line-directory):
5602 * simple.el (shell-command-on-region, append-to-buffer)
5603 (prepend-to-buffer):
5604 * shadowfile.el (shadow-save-todo-file):
5605 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5606 (scroll-bar-maybe-set-window-start):
5607 * sb-image.el (speedbar-image-dump):
5608 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5609 (load-save-place-alist-from-file):
5610 * ps-samp.el (ps-print-message-from-summary):
5611 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5612 (ps-background-image, ps-begin-job, ps-do-despool):
5613 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5614 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5615 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5616 (pr-call-process, pr-file-list, pr-interface-save):
5617 * novice.el (disabled-command-function)
5618 (enable-command, disable-command):
5619 * mouse.el (mouse-buffer-menu-alist):
5620 * mouse-copy.el (mouse-kill-preserving-secondary):
5621 * macros.el (kbd-macro-query):
5622 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5623 * informat.el (batch-info-validate):
5624 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5625 * hippie-exp.el (try-expand-dabbrev-visible):
5626 * help-mode.el (help-make-xrefs):
5627 * help-fns.el (describe-variable):
5628 * generic-x.el (bat-generic-mode-run-as-comint):
5629 * finder.el (finder-mouse-select):
5630 * find-dired.el (find-dired-sentinel):
5631 * filesets.el (filesets-file-close):
5632 * files.el (list-directory):
5633 * faces.el (list-faces-display, describe-face):
5634 * facemenu.el (list-colors-display):
5635 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5636 * epg.el (epg--process-filter, epg-cancel):
5637 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5638 (epa--read-signature-type):
5639 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5640 (emerge-file-names):
5641 * ehelp.el (electric-helpify):
5642 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5643 * ediff-vers.el (rcs-ediff-view-revision):
5644 * ediff-util.el (ediff-setup):
5645 * ediff-mult.el (ediff-append-custom-diff):
5646 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5647 (ediff-wordify):
5648 * echistory.el (Electric-command-history-redo-expression):
5649 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5650 * disp-table.el (describe-display-table):
5651 * dired.el (dired-find-buffer-nocreate):
5652 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5653 * dabbrev.el (dabbrev--same-major-mode-p):
5654 * chistory.el (list-command-history):
5655 * apropos.el (apropos-documentation):
5656 * allout.el (allout-obtain-passphrase):
5657 (allout-copy-exposed-to-buffer):
5658 (allout-verify-passphrase): Use with-current-buffer.
5659
5660 2009-11-13 Glenn Morris <rgm@gnu.org>
5661
5662 * Makefile.in (ELCFILES): Regenerate.
5663
5664 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
5665
5666 * net/dbus.el (dbus-registered-objects-table): Rename from
5667 `dbus-registered-functions-table', because it contains also properties.
5668 (dbus-unregister-object): Unregister also properties.
5669 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
5670 Use a timeout of 500 msec, in order to not block.
5671 (dbus-register-property, dbus-property-handler): New defuns.
5672
5673 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5674
5675 * simple.el (minibuffer-default-add-completions): Drop deprecated
5676 4th arg.
5677
5678 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
5679
5680 * textmodes/artist.el (artist-mouse-choose-operation):
5681 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5682 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
5683 (artist-compute-up-event-key): New function.
5684 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
5685
5686 2009-11-13 Kenichi Handa <handa@m17n.org>
5687
5688 * language/japan-util.el: Make sure that the value of jisx0208
5689 property is jisx0208 character.
5690
5691 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
5692
5693 * international/mule.el (auto-coding-regexp-alist): Only purecopy
5694 car or each item, not the whole list.
5695
5696 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5697
5698 * minibuffer.el (minibuffer-completion-help):
5699 Use minibuffer-hide-completions.
5700
5701 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
5702
5703 * dired.el (dired-save-positions, dired-restore-positions): New funs.
5704 (dired-revert): Use them (bug#4880).
5705
5706 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5707
5708 * tooltip.el (tooltip-frame-parameters): Undo previous change.
5709
5710 2009-11-12 Juri Linkov <juri@jurta.org>
5711
5712 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
5713 New functions.
5714 (find-file-literally-at-point): Alias of `ffap-literally'.
5715
5716 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5717
5718 * textmodes/ispell.el (ispell-skip-region-alist):
5719 * textmodes/css-mode.el (auto-mode-alist):
5720 * progmodes/compile.el (auto-mode-alist):
5721 * international/mule.el (ctext-non-standard-encodings-alist)
5722 (ctext-non-standard-encodings-regexp):
5723 * simple.el (shell-command-switch, text-read-only):
5724 * replace.el (occur-mode-map):
5725 * paths.el (rmail-file-name):
5726 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
5727 * find-file.el (ff-special-constructs):
5728 * files.el (file-name-handler-alist):
5729 * composite.el: Purecopy strings.
5730
5731 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
5732
5733 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5734
5735 * widget.el (define-widget): Purecopy the docstring.
5736 * international/mule-cmds.el (charset): Do not purecopy the
5737 docstring here, define-widget does it.
5738
5739 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5740 * textmodes/bibtex-style.el (auto-mode-alist):
5741 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5742 * progmodes/compile.el (compile-command):
5743 * language/korea-util.el (default-korean-keyboard):
5744 * international/mule-conf.el (file-coding-system-alist):
5745 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
5746 * tooltip.el (tooltip-frame-parameters):
5747 * newcomment.el (comment-end, comment-padding):
5748 * dired.el (dired-trivial-filenames):
5749 * comint.el (comint-file-name-prefix): Purecopy initial values.
5750
5751 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
5752
5753 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
5754 (tramp-advice-minibuffer-electric-tilde): Unload advices via
5755 `tramp-unload'.
5756 (tramp-advice-make-auto-save-file-name)
5757 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
5758 after removing the advice.
5759
5760 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5761
5762 * progmodes/grep.el (grep-regexp-alist):
5763 * international/mule-cmds.el (iso-2022-control-alist):
5764 * emacs-lisp/timer.el (timer-duration-words):
5765 * subr.el (version-separator, version-regexp-alist):
5766 * minibuffer.el (completion-styles-alist):
5767 * faces.el (face-attribute-name-alist, list-faces-sample-text):
5768 Change defvars to defconsts.
5769
5770 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
5771 * loadup.el ("international/mule-conf"): Load the byte compiled version.
5772 * international/mule-conf.el: Allow to be byte compiled.
5773
5774 * international/mule.el (define-charset): Purecopy props.
5775 (load-with-code-conversion): Purecopy doc string and file name.
5776 (put-charset-property): Purecopy strings.
5777 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
5778
5779 * international/mule-cmds.el (register-input-method): Purecopy arguments.
5780 (define-char-code-property): Correctly purecopy the table.
5781
5782 * international/ccl.el (define-ccl-program): Purecopy the docstring.
5783
5784 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
5785
5786 * subr.el (add-hook): Purecopy strings.
5787 (eval-after-load): Purecopy load-history-regexp and the form.
5788
5789 * custom.el (custom-declare-group): Purecopy load-file-name.
5790
5791 * subr.el (menu-bar-separator): New defconst.
5792 * net/eudc.el (eudc-tools-menu):
5793 * international/mule-cmds.el (set-coding-system-map)
5794 (mule-menu-keymap):
5795 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5796 * vc-hooks.el (vc-menu-map):
5797 * replace.el (occur-mode-map):
5798 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
5799 (menu-bar-edit-menu, menu-bar-goto-menu)
5800 (menu-bar-custom-menu, menu-bar-showhide-menu)
5801 (menu-bar-options-menu, menu-bar-tools-menu)
5802 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
5803 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
5804 (menu-bar-help-menu):
5805 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
5806 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
5807
5808 * term/x-win.el (x-gtk-stock-map):
5809 * progmodes/vera-mode.el (auto-mode-alist):
5810 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5811 (inferior-lisp-program, inferior-lisp-load-command):
5812 * progmodes/hideshow.el (hs-special-modes-alist):
5813 * progmodes/gud.el (same-window-regexps):
5814 * progmodes/grep.el (grep-program, find-program, xargs-program):
5815 * net/telnet.el (same-window-regexps):
5816 * net/rlogin.el (same-window-regexps):
5817 * language/ethiopic.el (font-ccl-encoder-alist):
5818 * vc-sccs.el (vc-sccs-master-templates):
5819 * vc-rcs.el (vc-rcs-master-templates):
5820 * subr.el (cl-assertion-failed):
5821 * simple.el (next-error-overlay-arrow-position):
5822 * lpr.el (lpr-command):
5823 * locate.el (locate-ls-subdir-switches):
5824 * info.el (same-window-regexps, info)
5825 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5826 * image-mode.el (image-mode, auto-mode-alist):
5827 * hippie-exp.el (hippie-expand-ignore-buffers):
5828 * format.el (format-alist):
5829 * find-dired.el (find-ls-subdir-switches, find-grep-options)
5830 (find-name-arg):
5831 * facemenu.el (facemenu-keybindings):
5832 * dired.el (dired-listing-switches, dired-chown-program):
5833 * diff.el (diff-switches, diff-command):
5834 * cus-edit.el (same-window-regexps):
5835 * bindings.el (mode-line-mule-info)
5836 (mode-line-buffer-identification): Purecopy strings.
5837
5838 2009-11-11 Juri Linkov <juri@jurta.org>
5839
5840 * simple.el (dired-get-filename) <declare-function>:
5841 Tell the byte-compiler about dired-get-filename.
5842 (shell-command): In Dired mode, get filename from the current line
5843 as the default value.
5844
5845 2009-11-10 Glenn Morris <rgm@gnu.org>
5846
5847 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5848 * calendar/holidays.el, progmodes/cperl-mode.el:
5849 Update x-popup-menu declarations.
5850
5851 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5852 (list-load-path-shadows): Use dolist.
5853 (list-load-path-shadows): Use with-current-buffer.
5854
5855 2009-11-10 Juri Linkov <juri@jurta.org>
5856
5857 * minibuffer.el (read-file-name): Support a list of default values
5858 in `default-filename'. Use the first file name where only one
5859 element is required. Doc fix.
5860
5861 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
5862
5863 * net/dbus.el (dbus-unregister-object): Release service, if no
5864 other method is registered for it.
5865
5866 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
5867
5868 * bookmark.el (bookmark-completing-read): Sort bookmark names if
5869 bookmark-sort-flag is non-nil (Bug#4653).
5870
5871 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5872
5873 * emulation/cua-base.el: Add CUA property to some CC mode commands
5874 (Bug#4100).
5875
5876 2009-11-08 Kevin Ryde <user42@zip.com.au>
5877
5878 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5879 at end of sentence (Bug#4818).
5880
5881 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
5882
5883 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5884 Handle "see declaration of" MSFT statements (Bug#4100).
5885
5886 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
5887
5888 * net/tramp.el (tramp-advice-make-auto-save-file-name)
5889 (tramp-advice-file-expand-wildcards): Unload via
5890 `ad-remove-advice'.
5891
5892 * net/trampver.el: Update release number.
5893
5894 2009-11-08 Kevin Ryde <user42@zip.com.au>
5895
5896 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5897 `ad-do-it'.
5898
5899 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
5900
5901 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5902 in order to keep context in SELinux.
5903
5904 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5905
5906 * dired-aux.el (dired-query): Place cursor in echo area and allow
5907 C-g.
5908
5909 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5910 menu item if not on a directory (Bug#4701).
5911
5912 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
5913
5914 Sync with Tramp 2.1.17.
5915
5916 * net/tramp.el (tramp-handle-copy-directory): Don't use
5917 `file-remote-p' (due to compatibility).
5918
5919 * net/tramp-compat.el (tramp-compat-copy-directory)
5920 (tramp-compat-delete-directory): New defuns.
5921
5922 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5923 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
5924 Use `tramp-compat-delete-directory'.
5925
5926 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5927 (tramp-smb-handle-delete-directory):
5928 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5929
5930 * net/trampver.el: Update release number.
5931
5932 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
5933
5934 * tar-mode.el (tar-copy): Call write-region on the right buffer
5935 (Bug#4857).
5936
5937 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5938 by hand, if necessary (Bug#4878).
5939
5940 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
5941
5942 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5943 align size column (Bug#4839).
5944
5945 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5946 statement.
5947
5948 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5949
5950 * progmodes/ld-script.el (auto-mode-alist):
5951 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5952
5953 * cus-face.el (custom-declare-face): Purecopy face spec.
5954
5955 2009-11-06 Kenichi Handa <handa@m17n.org>
5956
5957 * international/uni-bidi.el: Re-generated.
5958 * international/uni-category.el: Re-generated.
5959 * international/uni-combining.el: Re-generated.
5960 * international/uni-mirrored.el: Re-generated.
5961
5962 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5963
5964 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5965 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5966 (tex-start-options, slitex-run-command, latex-run-command)
5967 (tex-run-command, tex-directory):
5968 * textmodes/ispell.el (ispell-html-skip-alists)
5969 (ispell-tex-skip-alists, ispell-tex-skip-alists):
5970 * textmodes/fill.el (adaptive-fill-first-line-regexp):
5971 (adaptive-fill-regexp):
5972 * textmodes/dns-mode.el (auto-mode-alist):
5973 * progmodes/python.el (interpreter-mode-alist):
5974 * progmodes/etags.el (tags-compression-info-list):
5975 * progmodes/etags.el (tags-file-name):
5976 * net/browse-url.el (browse-url-galeon-program)
5977 (browse-url-firefox-program):
5978 * mail/sendmail.el (mail-signature-file)
5979 (mail-citation-prefix-regexp):
5980 * international/mule-conf.el (eight-bit):
5981 * international/latexenc.el (latex-inputenc-coding-alist):
5982 * international/fontset.el (x-pixel-size-width-font-regexp):
5983 * emacs-lisp/warnings.el (warning-type-format):
5984 * emacs-lisp/trace.el (trace-buffer):
5985 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5986 (emacs-lisp-mode-map):
5987 * calendar/holidays.el (holiday-solar-holidays)
5988 (holiday-bahai-holidays, holiday-islamic-holidays)
5989 (holiday-christian-holidays, holiday-hebrew-holidays)
5990 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5991 (hebrew-holidays-1, holiday-oriental-holidays)
5992 (holiday-general-holidays):
5993 * x-dnd.el (x-dnd-known-types):
5994 * tool-bar.el (tool-bar):
5995 * startup.el (site-run-file):
5996 * shell.el (shell-dumb-shell-regexp):
5997 * rfn-eshadow.el (file-name-shadow-tty-properties)
5998 (file-name-shadow-properties):
5999 * paths.el (remote-shell-program, news-directory):
6000 * mouse.el ([C-down-mouse-3]):
6001 * menu-bar.el (menu-bar-tools-menu):
6002 * jka-cmpr-hook.el (jka-compr-load-suffixes)
6003 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6004 (jka-compr-compression-info-list):
6005 * isearch.el (search-whitespace-regexp):
6006 * image-file.el (image-file-name-extensions):
6007 * find-dired.el (find-ls-option):
6008 * files.el (directory-listing-before-filename-regexp)
6009 (directory-free-space-args, insert-directory-program)
6010 (list-directory-brief-switches, magic-fallback-mode-alist)
6011 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6012 (automount-dir-prefix):
6013 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6014 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6015 (face-font-registry-alternatives, face-font-registry-alternatives)
6016 (face-font-family-alternatives):
6017 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6018 (facemenu-foreground-menu, facemenu-face-menu):
6019 * epa-hook.el (epa-file-name-regexp):
6020 * dnd.el (dnd-protocol-alist):
6021 * textmodes/rst.el (auto-mode-alist):
6022 * button.el (default-button): Purecopy strings.
6023
6024 2009-11-06 Glenn Morris <rgm@gnu.org>
6025
6026 * Makefile.in (ELCFILES): Update.
6027
6028 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6029
6030 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6031 * emacs-lisp/levents.el: Move to obsolete/levents.el.
6032
6033 * nxml/xsd-regexp.el (xsdre-gen-categories):
6034 * nxml/xmltok.el (xmltok-parse-entity):
6035 * nxml/rng-parse.el (rng-parse-validate-file):
6036 * nxml/rng-maint.el (rng-format-manual)
6037 (rng-manual-output-force-new-line):
6038 * nxml/rng-loc.el (rng-save-schema-location-1):
6039 * nxml/rng-cmpct.el (rng-c-parse-file):
6040 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6041 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6042
6043 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
6044
6045 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
6046 Remove extra save-excursions and make-variable-buffer-local's.
6047 Suggested by Stefan Monnier.
6048
6049 (verilog-getopt-file, verilog-module-inside-filename-p)
6050 (verilog-set-define): Merge GNU 1.35 and repair changes from
6051 switching to using with-current-buffer.
6052
6053 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6054 being treated as a number and confusing AUTORESET.
6055 Reported by Dan Dever.
6056
6057 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6058 Add verilog-auto-ignore-concat to fix backward compatibility with
6059 older verilog-modes. Reported by Dan Katz.
6060
6061 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6062 containing closing anchors "...$".
6063
6064 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6065 Reported by Wade Smith.
6066
6067 (verilog-batch-execute-func): Comment on function usage.
6068
6069 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
6070
6071 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6072 for labels.
6073
6074 (verilog-label-re, verilog-calc-1): Support proper indent of named
6075 asserts.
6076
6077 (verilog-backward-token, verilog-basic-complete-re)
6078 (verilog-beg-of-statement, verilog-indent-re): Support proper
6079 indent of the assert statement at the beginning of a block of text.
6080
6081 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6082 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6083 tokens as begins.
6084
6085 2009-11-05 Glenn Morris <rgm@gnu.org>
6086
6087 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6088 Emacs 19. (Bug#1531)
6089 (byte-compile-fix-header): Update for the above change.
6090 Drop test for epoch::version.
6091
6092 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
6093 * cus-dep.el (custom-make-dependencies):
6094 * finder.el (finder-compile-keywords):
6095 Use autoload-rubric's feature argument.
6096
6097 * calendar/diary-lib.el (top-level): Make load behave more like require.
6098
6099 * vc-git.el (vc-git-stash-map): Move definition before use.
6100
6101 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6102
6103 * custom.el (custom-declare-group): Purecopy standard-value.
6104 (custom-declare-group): Purecopy custom-prefix.
6105
6106 * international/mule.el (load-with-code-conversion):
6107 Call do-after-load-evaluation unconditionally.
6108
6109 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6110
6111 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6112
6113 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6114
6115 2009-11-04 Glenn Morris <rgm@gnu.org>
6116
6117 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6118 (byte-compile-compatibility): Remove option.
6119 (byte-compile-close-variables, byte-compile-fix-header)
6120 (byte-compile-insert-header, byte-compile-output-docform)
6121 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6122 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6123 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6124 (byte-compile-insert, byte-compile-defun):
6125 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
6126 (byte-defop-compiler19): Remove.
6127 Without byte-compile-compatibility, the 'emacs19-opcode property is not
6128 used by anything. Replace all calls with byte-defop-compiler.
6129
6130 2009-11-04 Juri Linkov <juri@jurta.org>
6131
6132 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6133 (menu-bar-options-menu): Don't quote the `prop' arg of
6134 `menu-bar-make-mm-toggle'.
6135
6136 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
6137
6138 * calendar/calendar.el (cal-loaddefs):
6139 * calendar/diary-lib.el (diary-loaddefs):
6140 * calendar/holidays.el (hol-loaddefs):
6141 * eshell/esh-module.el (esh-groups): Load rather than require.
6142
6143 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6144
6145 * calendar/todo-mode.el (todo-add-category): Don't hardcode
6146 point-min==1.
6147 (todo-top-priorities): Only display-buffer when called interactively.
6148 (todo-item-start): Don't save excursion point.
6149 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
6150 (todo-insert-item-here, todo-file-item, todo-remove-item):
6151 Adjust uses of todo-item-start and todo-item-end.
6152
6153 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6154 (autoload-rubric): Don't use any more.
6155
6156 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6157 and only put a prop if it is non-nil.
6158
6159 2009-11-03 Juri Linkov <juri@jurta.org>
6160
6161 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6162 (menu-bar-options-menu): Fix list quoting (Bug#4429).
6163
6164 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6165 and "Menu" to make top-level menu item visually one unit (like
6166 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6167 multi-word menu items). Fix :help string for quit-window.
6168
6169 2009-11-03 Glenn Morris <rgm@gnu.org>
6170
6171 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6172 (byte-compile-file-form-define-abbrev-table)
6173 (byte-compile-file-form-custom-declare-variable)
6174 (byte-compile-variable-ref, byte-compile-defvar):
6175 Whether or not a warning is enabled should only affect whether we issue
6176 the warning, not whether or not we collect the relevant data.
6177 Eg warnings can be turned on and off throughout the course of a file.
6178
6179 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6180 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6181
6182 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6183
6184 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6185 * play/mpuz.el (mpuz-create-buffer):
6186 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6187 (lm-print-y,s,noise, lm-print-w0, lm-init):
6188 * play/gomoku.el (gomoku-prompt-for-move):
6189 * play/fortune.el (fortune-in-buffer):
6190 * play/dissociate.el (dissociated-press):
6191 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
6192 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
6193 * mail/supercite.el (sc-eref-show):
6194 * mail/smtpmail.el (smtpmail-send-it):
6195 * mail/rmailsum.el (rmail-summary-next-labeled-message)
6196 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6197 (rmail-summary-undelete-many, rmail-summary-rmail-update)
6198 (rmail-summary-goto-msg, rmail-summary-expunge)
6199 (rmail-summary-get-new-mail, rmail-summary-search-backward)
6200 (rmail-summary-add-label, rmail-summary-output-menu)
6201 (rmail-summary-output-body):
6202 * mail/rfc822.el (rfc822-addresses):
6203 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6204 * mail/mailpost.el (post-mail-send-it):
6205 * mail/hashcash.el (hashcash-generate-payment):
6206 * mail/feedmail.el (feedmail-run-the-queue)
6207 (feedmail-queue-send-edit-prompt-help-first)
6208 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6209 (feedmail-deduce-address-list):
6210 * eshell/esh-ext.el (eshell-remote-command):
6211 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6212 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6213 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6214 (viper-save-string-in-file, viper-valid-marker):
6215 * emulation/viper-keym.el (viper-toggle-key):
6216 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6217 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6218 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6219 * emulation/viper-cmd.el (viper-exec-form-in-vi)
6220 (viper-exec-form-in-emacs, viper-brac-function):
6221 * emulation/viper.el (viper-delocalize-var):
6222 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6223 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6224 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6225 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6226 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6227 * emulation/edt.el (edt-electric-helpify):
6228 * emulation/cua-rect.el (cua--rectangle-aux-replace):
6229 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6230 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6231 (cua-indent-to-global-mark-column):
6232 * calendar/diary-lib.el (calendar-mark-1):
6233 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6234 Use with-current-buffer.
6235 * emulation/viper.el (viper-delocalize-var): Use dolist.
6236
6237 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
6238
6239 * comint.el (comint-replace-by-expanded-history-before-point):
6240 Replace !! with the previous input string literally (Bug#1795).
6241
6242 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
6243
6244 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6245 to be made up of whitespace.
6246
6247 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
6248
6249 * minibuffer.el (read-file-name): Don't use file dialogs for
6250 remote directories (Bug#99).
6251
6252 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
6253
6254 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6255
6256 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
6257
6258 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6259 instead of deleting the window or frame.
6260
6261 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6262
6263 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6264 Support face colors.
6265
6266 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6267 New function. Support face colors (Bug#1168).
6268 (tex-common-initialization): Use it.
6269
6270 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6271 mode allows it (Bug#1168).
6272
6273 2009-10-31 Juri Linkov <juri@jurta.org>
6274
6275 * facemenu.el (list-colors-display): Don't mark buffer as
6276 modified (Bug#3948).
6277
6278 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
6279
6280 * international/mule-diag.el (list-character-sets-1):
6281 Minor message fix (Bug#3526).
6282
6283 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
6284 Fix face property (Bug#4834).
6285 (etags-list-tags, etags-tags-apropos-additional)
6286 (etags-tags-apropos, tags-select-tags-table): Add follow-link
6287 property.
6288
6289 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6290 items.
6291
6292 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
6293
6294 * textmodes/two-column.el (2C-split):
6295 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6296 * textmodes/tex-mode.el (tex-set-buffer-directory):
6297 * textmodes/spell.el (spell-region, spell-string):
6298 * textmodes/reftex.el (reftex-erase-buffer):
6299 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6300 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6301 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6302 (reftex-select-item):
6303 * textmodes/reftex-ref.el (reftex-label-info-update)
6304 (reftex-offer-label-menu):
6305 * textmodes/reftex-index.el (reftex-index-change-entry)
6306 (reftex-index-phrases-info):
6307 * textmodes/reftex-global.el (reftex-create-tags-file)
6308 (reftex-save-all-document-buffers, reftex-ensure-write-access):
6309 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6310 (reftex-view-crossref-from-bibtex):
6311 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6312 (reftex-extract-bib-entries-from-thebibliography)
6313 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6314 * textmodes/refbib.el (r2b-capitalize-title):
6315 (r2b-convert-buffer, r2b-help):
6316 * textmodes/page-ext.el (pages-directory)
6317 (pages-directory-goto-with-mouse):
6318 * textmodes/bibtex.el (bibtex-validate-globally):
6319 * textmodes/bib-mode.el (bib-capitalize-title):
6320 * textmodes/artist.el (artist-clear-buffer, artist-system):
6321 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6322 (local-set-scheme-interaction-buffer, xscheme-process-filter)
6323 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6324 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6325 (xscheme-send-control-g-interrupt, xscheme-start-process)
6326 (xscheme-process-sentinel, xscheme-cd):
6327 * progmodes/verilog-mode.el (verilog-read-always-signals)
6328 (verilog-set-define, verilog-getopt-file)
6329 (verilog-module-inside-filename-p):
6330 * progmodes/sh-script.el:
6331 * progmodes/python.el (python-pdbtrack-get-source-buffer)
6332 (python-pdbtrack-grub-for-buffer, python-execute-file):
6333 * progmodes/octave-inf.el (inferior-octave):
6334 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6335 (idlwave-shell-compile-helper-routines, idlwave-set-local)
6336 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6337 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6338 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6339 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6340 (idlwave-shell-filter, idlwave-shell-examine-highlight)
6341 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6342 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6343 (idlwave-shell-examine-display, idlwave-shell-run-region)
6344 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6345 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6346 * progmodes/idlw-help.el (idlwave-help-get-special-help)
6347 (idlwave-help-get-help-buffer):
6348 * progmodes/gud.el (gud-basic-call, gud-find-class)
6349 (gud-tooltip-activate-mouse-motions-if-enabled):
6350 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6351 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6352 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6353 (ebrowse-tags-next-file):
6354 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6355 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6356 (ebnf-eps-finish-and-write):
6357 * progmodes/cpp.el (cpp-edit-save):
6358 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6359 * progmodes/cc-defs.el (c-emacs-features):
6360 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6361 (antlr-directory-dependencies):
6362 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6363 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6364 (ada-find-any-references, ada-make-filename-from-adaname)
6365 (ada-make-body-gnatstub):
6366 * obsolete/rnews.el (news-list-news-groups):
6367 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6368 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6369 * net/rcirc.el (rcirc-debug):
6370 * net/newst-treeview.el (newsticker--treeview-list-add-item)
6371 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6372 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6373 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6374 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6375 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6376 (newsticker--treeview-list-clear-highlight)
6377 (newsticker--treeview-list-update-highlight)
6378 (newsticker--treeview-list-highlight-start)
6379 (newsticker--treeview-tree-update-highlight)
6380 (newsticker--treeview-get-selected-item)
6381 (newsticker-treeview-mark-list-items-old)
6382 (newsticker--treeview-set-current-node):
6383 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6384 * net/newst-backend.el (newsticker--get-news-by-funcall)
6385 (newsticker--get-news-by-wget, newsticker--image-get)
6386 (newsticker--image-sentinel):
6387 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6388 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6389 (eudc-ph-close-session):
6390 * net/eudc.el (eudc-save-options):
6391 * language/thai-word.el (thai-update-word-table):
6392 * language/japan-util.el (japanese-string-conversion):
6393 * international/titdic-cnv.el (tsang-quick-converter)
6394 (ziranma-converter, ctlau-converter):
6395 * international/mule-cmds.el (describe-language-environment):
6396 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6397 (skkdic-convert-postfix, skkdic-convert-prefix):
6398 (skkdic-convert-okuri-nasi, skkdic-convert):
6399 * emacs-lisp/re-builder.el (reb-update-overlays):
6400 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6401 * emacs-lisp/gulp.el (gulp-send-requests):
6402 * emacs-lisp/find-gc.el (trace-call-tree):
6403 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6404 (eieio-describe-generic):
6405 * emacs-lisp/eieio-base.el (eieio-persistent-read):
6406 * emacs-lisp/edebug.el (edebug-outside-excursion):
6407 * emacs-lisp/debug.el (debugger-make-xrefs):
6408 * emacs-lisp/cust-print.el (custom-prin1-to-string):
6409 * emacs-lisp/chart.el (chart-new-buffer):
6410 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6411 Use with-current-buffer.
6412 * textmodes/artist.el (artist-system): Don't call
6413 copy-sequence on a fresh string.
6414 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6415
6416 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
6417
6418 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6419 is no item to edit. (Bug#4820)
6420 (todo-top-priorities): Restore point and restore narrowing in Todo
6421 buffer. (Bug#4820)
6422
6423 2009-10-31 Glenn Morris <rgm@gnu.org>
6424
6425 * net/ange-ftp.el (top-level): Don't require dired when compiling.
6426 (comint-last-output-start, comint-last-input-start)
6427 (comint-last-input-end): Don't defvar when compiling.
6428 (ange-ftp-process-file): Use bound-and-true-p.
6429
6430 * pcmpl-rpm.el (top-level): Move provide statement to end.
6431 (pcmpl-rpm): Remove unused custom group.
6432
6433 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6434
6435 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6436
6437 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6438 (byte-compile-warnings): Add `constants' as an option.
6439 (byte-compile-callargs-warn, byte-compile-arglist-warn)
6440 (display-call-tree): Update for byte-compile-fdefinition possibly
6441 returning `(macro lambda ...)'. (Bug#4778)
6442 (byte-compile-variable-ref, byte-compile-setq-default):
6443 Respect `constants' member of byte-compile-warnings.
6444
6445 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6446
6447 * vc-bzr.el (vc-bzr-revision-keywords): New var.
6448 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6449 to "submit:".
6450
6451 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6452
6453 * textmodes/ispell.el (ispell-skip-region-alist):
6454 * international/mule-conf.el (eight-bit):
6455 * international/fontset.el (font-encoding-alist):
6456 * startup.el (pure-space-overflow-message):
6457 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6458 * paths.el (gnus-nntp-service, rmail-spool-directory)
6459 (term-file-prefix):
6460 * files.el (save-some-buffers-action-alist):
6461 * cmuscheme.el (same-window-buffer-names):
6462 * ielm.el (same-window-buffer-names):
6463 * shell.el (same-window-buffer-names):
6464 * mail/sendmail.el (same-window-buffer-names):
6465 * progmodes/inf-lisp.el (same-window-buffer-names):
6466 * bindings.el (mode-line-client)
6467 (mode-line-column-line-number-mode-map):
6468 * language/tibetan.el (tibetan-precomposition-rule-regexp)
6469 (tibetan-precomposed-regexp): Purecopy string arguments.
6470
6471 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6472
6473 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6474 (calcDigit-nondigit):
6475 * calc/calc-yank.el (calc-copy-to-buffer):
6476 * calc/calc-units.el (calc-invalidate-units-table):
6477 * calc/calc-trail.el (calc-trail-yank):
6478 * calc/calc-store.el (calc-insert-variables):
6479 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6480 * calc/calc-prog.el (calc-read-parse-table):
6481 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6482 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6483 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6484 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6485 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6486 (calc-graph-name, calc-graph-find-command, calc-graph-view)
6487 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6488 * calc/calc-ext.el (calc-realign):
6489 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6490 (calc-embedded-finish-edit, calc-embedded-make-info)
6491 (calc-embedded-finish-command, calc-embedded-stack-change):
6492 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6493
6494 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6495 shell-dynamic-complete-filename in preference to
6496 comint-dynamic-complete-filename.
6497
6498 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6499 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6500 Don't consider whether the display supports colors.
6501 (bookmark-import-new-list): Use dolist.
6502 (bookmark-bmenu-mode-map): Move initialization into declaration.
6503 (bookmark-bmenu-list): Use dolist, simplify.
6504 (bookmark-show-all-annotations): Use save-selected-window and dolist.
6505 (menu-bar-final-items): Use push.
6506
6507 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
6508
6509 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6510 it works on remote files.
6511 (vc-hg-diff): Don't pass any `--cwd' argument.
6512
6513 2009-10-27 Kevin Ryde <user42@zip.com.au>
6514
6515 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6516 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
6517 (Further to Bug#3921).
6518
6519 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
6520
6521 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6522 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6523 calling `tramp-imap-put-file'. Add file size to the call.
6524 (tramp-imap-get-file-entries): Compute also user name, file size,
6525 and date.
6526 (tramp-imap-handle-insert-directory): Insert uid and gid.
6527 (tramp-imap-handle-file-attributes): Transform uid and gid
6528 according to `id-format'.
6529 (tramp-imap-put-file): New optional parameter SIZE. Encode file
6530 size in header X-Size.
6531
6532 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
6533
6534 * simple.el (transpose-subr): Give clearer error when the mark
6535 is not set. (Bug#4807)
6536
6537 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
6538
6539 * net/tramp.el (tramp-perl-file-truename): New defconst.
6540 Perl code contributed by yary <not.com@gmail.com> (tiny change).
6541 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
6542 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6543 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
6544
6545 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6546 Ignore `dired-call-process'.
6547 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6548
6549 2009-10-26 Julian Scheid <julians37@gmail.com>
6550
6551 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
6552 (tramp-get-remote-readlink): New defun.
6553 (tramp-handle-file-truename): Use it.
6554 (tramp-handle-file-exists-p): Check file-attributes cache, assume
6555 file exists if cache value present.
6556 (tramp-check-cached-permissions): New defun.
6557 (tramp-handle-file-readable-p): Use it.
6558 (tramp-handle-file-writable-p): Likewise.
6559 (tramp-handle-file-executable-p): Likewise.
6560 (tramp-handle-file-name-all-completions): Try using Perl to get
6561 partial completions. When perl not available, combine `cd' and
6562 `ls' into single remote operation and use shell expansion to get
6563 partial remote directory contents. Set `file-exists-p' cache for
6564 directory and any files returned by ls. Change cache handling to
6565 support partial directory contents. Use error message emitted by
6566 remote `cd' or Perl code for local tramp-error.
6567 (tramp-do-copy-or-rename-file-directly): Avoid separate
6568 tramp-send-command-and-check call.
6569 (tramp-handle-process-file): Merge three remote ops into one.
6570 Do not flush all caches when `process-file-side-effects' is set.
6571 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6572 file-attributes shows uid/gid to be set already.
6573
6574 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6575
6576 * textmodes/tex-mode.el (tex-dvi-view-command)
6577 (tex-show-queue-command, tex-open-quote):
6578 * progmodes/ruby-mode.el (auto-mode-alist)
6579 (interpreter-mode-alist): Purecopy strings.
6580
6581 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6582
6583 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6584 string for the hook, keymap and abbrev table.
6585
6586 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6587
6588 * x-dnd.el (x-dnd-xdnd-to-action):
6589 * startup.el (fancy-startup-text, fancy-about-text): Change to
6590 defconst from defvar.
6591
6592 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6593
6594 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6595 Purecopy initialization strings.
6596
6597 * mail/sendmail.el (mail-header-separator)
6598 (mail-personal-alias-file):
6599 * mail/rmail.el (rmail-default-dont-reply-to-names)
6600 (rmail-ignored-headers, rmail-retry-ignored-headers)
6601 (rmail-highlighted-headers, rmail-secondary-file-directory)
6602 (rmail-secondary-file-regexp):
6603 * files.el (null-device, file-name-invalid-regexp)
6604 (locate-dominating-stop-dir-regexp)
6605 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
6606 (interpreter-mode-alist): Use mapcar instead of mapc.
6607
6608 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6609
6610 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6611 (completion-ignored-extensions):
6612 (debug-ignored-errors): Purecopy strings.
6613
6614 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6615
6616 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6617 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6618 (pcomplete--here): Use push.
6619
6620 * subr.el (all-completions): Declare the 4th arg obsolete.
6621
6622 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6623
6624 * pcomplete.el (pcomplete-unquote-argument-function): New var.
6625 (pcomplete-unquote-argument): New function.
6626 (pcomplete--common-suffix): Always pay attention to case.
6627 (pcomplete--table-subvert): Quote and unquote the text.
6628 (pcomplete--common-quoted-suffix): New function.
6629 (pcomplete-std-complete): Use it and pcomplete-begin.
6630
6631 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6632 we're inside a dedicated or minibuffer window.
6633
6634 2009-10-24 Karl Fogel <kfogel@red-bean.com>
6635
6636 * bookmark.el: Update documentation, especially documentation
6637 of `bookmark-alist' and of the bookmark file format.
6638 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
6639
6640 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6641
6642 * mail/emacsbug.el (report-emacs-bug): Clarify that the
6643 keybindings apply to the mail buffer (Bug#4003). Shrink help
6644 window to buffer.
6645
6646 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6647 (global-whitespace-mode, global-whitespace-newline-mode)
6648 (whitespace-toggle-options, global-whitespace-toggle-options):
6649 Doc fix (Bug#3660).
6650
6651 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6652 of xmltok-start before the end tag was inserted (Bug#2840).
6653
6654 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6655 patterns that are preceded by an open-paren (Bug#1320).
6656
6657 2009-10-24 Sven Joachim <svenjoac@gmx.de>
6658
6659 * files.el (delete-directory): Delete symlinks to directories with
6660 delete-file (Bug#4739).
6661
6662 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6663
6664 * vc.el (vc-backend-for-registration): Rename from
6665 vc-get-backend-for-registration. Update callers.
6666
6667 * international/mule-cmds.el (set-language-info-alist):
6668 Purecopy lang-env.
6669 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6670 (charset): Purecopy the name.
6671 (define-char-code-property): Purecopy string arguments.
6672
6673 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6674 Purecopy string arguments.
6675
6676 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6677 * ediff-hook.el (menu-bar-ediff-menu):
6678 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6679 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6680
6681 2009-10-24 Glenn Morris <rgm@gnu.org>
6682
6683 * comint.el (comint-dynamic-list-completions):
6684 * term.el (term-dynamic-list-completions): Use choose-completion rather
6685 than obsolete alias mouse-choose-completion.
6686
6687 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6688 file-cache-choose-completion.
6689 (file-cache-choose-completion): Handle an optional event argument.
6690 (file-cache-mouse-choose-completion): Make it an obsolete alias.
6691
6692 * progmodes/octave-mod.el (octave-complete-symbol):
6693 Use choose-completion if mouse-choose-completion is ever removed.
6694
6695 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6696 use.
6697
6698 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6699 compiler.
6700
6701 * vc-hooks.el (vc-responsible-backend): Fix declaration.
6702
6703 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6704
6705 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6706 Ignore `pred' now that we receive one.
6707 Handle test-completion specially.
6708
6709 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6710
6711 * vc.el (vc-responsible-backend): Throw an error if not backend is
6712 found. Remove the REGISTER argument. Move the code dealing with
6713 REGISTER ...
6714 (vc-get-backend-for-registration): ... here. New function.
6715 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6716 of vc-responsible-backend, pass the file name instead of the
6717 directory name.
6718
6719 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6720
6721 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6722 New funs.
6723 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
6724 (pcomplete-comint-setup): Don't modify a global var via
6725 accidental side-effects.
6726 (pcomplete-shell-setup): Adjust call accordingly.
6727 (pcomplete-parse-comint-arguments): Use push.
6728
6729 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
6730
6731 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6732 Allow uncapitalized info node names (Bug#3921).
6733
6734 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6735 to the DEBUG file (Bug#3781).
6736
6737 2009-10-23 Jari Aalto <jari.aalto@cante.net>
6738
6739 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6740 dictionary entry (Bug#4579).
6741
6742 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
6743
6744 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6745 from `rfn-eshadow-update-overlay-hook' when unloading.
6746 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6747 "rsyncc". Adjust doc string.
6748 (tramp-temp-buffer-file-name): New buffer-local defvar.
6749 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6750 Keep temporary file when indicated by method ("rsync" and
6751 "rsyncc").
6752 (tramp-handle-write-region): Handle APPEND.
6753 (tramp-delete-temp-file-function): New defun. Added to
6754 `kill-buffer-hook'.
6755
6756 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
6757
6758 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6759
6760 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6761
6762 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6763 (color-name-rgb-alist, tty-standard-colors)
6764 (tty-color-mode-alist): Change to defconst.
6765
6766 * simple.el (mark-inactive): Purecopy message.
6767
6768 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6769 (global-map, yank-menu):
6770 * textmodes/ispell.el (ispell-menu-map):
6771 * net/eudc.el (eudc-tools-menu):
6772 * international/mule-cmds.el (describe-language-environment-map)
6773 (setup-language-environment-map, set-coding-system-map)
6774 (mule-menu-keymap):
6775 * vc-hooks.el (vc-menu-entry, vc-menu-map):
6776 * replace.el (occur-mode-map):
6777 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6778
6779 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
6780
6781 * calc/calc.el (math-read-number, math-read-number-simple):
6782 Use `save-match-data'.
6783
6784 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6785
6786 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6787 rather than fiddling with global-map bindings, since it should only
6788 affect per-terminal settings.
6789 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6790
6791 * minibuffer.el (completion-table-with-terminator): Allow to specify
6792 the terminator-regexp.
6793
6794 * simple.el (switch-to-completions): Look for *Completions* in other
6795 frames as well.
6796
6797 * pcomplete.el: Allow the use of completion-tables.
6798 (pcomplete-std-complete): New command.
6799 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6800 (pcomplete--here): Use a function for `form' rather than an expression,
6801 so it can be byte-compiled.
6802 (pcomplete-here, pcomplete-here*): Adjust accordingly.
6803 Add edebug declaration.
6804 (pcomplete-show-completions): Remove unused var `curbuf'.
6805 (pcomplete-do-complete, pcomplete-stub):
6806 Don't assume `completions' is a list of strings any more.
6807
6808 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
6809
6810 * find-dired.el (find-name-arg): Fix typo in docstring.
6811
6812 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6813
6814 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6815 (pcmpl-linux-fs-types): Same, and update to new modules layout.
6816
6817 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6818 pcomplete-entries.
6819
6820 * comint.el (comint-read-input-ring, comint-write-input-ring)
6821 (comint-substitute-in-file-name)
6822 (comint-dynamic-complete-as-filename)
6823 (comint-dynamic-simple-complete)
6824 (comint-dynamic-list-filename-completions)
6825 (comint-dynamic-list-completions)
6826 (comint-redirect-results-list-from-process): Minor simplifications.
6827
6828 2009-10-21 Kevin Ryde <user42@zip.com.au>
6829
6830 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6831 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
6832 the first form. And insert a blank line after ";;; Code" since
6833 that's usual style. (Bug#4612)
6834
6835 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6836
6837 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6838
6839 * minibuffer.el (completion-table-with-terminator): Properly implement
6840 boundaries, in case `terminator' appears in the suffix.
6841 (completion--embedded-envvar-table): Don't return boundaries if
6842 there's no valid completion. Simplify.
6843 (completion-file-name-table): New completion table extracted from
6844 completion--file-name-table.
6845 (completion--file-name-table): Use it.
6846 (read-file-name-predicate): Declare obsolete.
6847 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6848 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6849 completion-file-name-table, and use the `pred' argument.
6850 * files.el (locate-file-completion-table): Use the `pred' arg rather
6851 than read-file-name-predicate.
6852 (abbreviate-file-name): Use \` rather than ^ for BOS.
6853
6854 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6855
6856 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6857 vc-responsible-backend to register, it causes problems.
6858
6859 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6860
6861 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6862
6863 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
6864
6865 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6866 (tramp-smb-handle-file-attributes): Use it.
6867 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6868 (tramp-smb-handle-insert-directory): Use `mapc' rather than
6869 `mapcar'. Use `tramp-smb-get-stat-capability'.
6870 Add `dired-filename' text properties.
6871 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6872 (tramp-smb-maybe-open-connection): Simplify check for smbclient
6873 version.
6874
6875 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6876
6877 * subr.el (read-key-delay): Reduce to 0.01.
6878 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6879 (bug#4751).
6880
6881 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6882
6883 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6884
6885 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6886 (Info-menu): Remove unused vars `last' and `completions'.
6887 (Info-index-nodes): Remove unused var `node'.
6888
6889 * info.el (Info-complete-menu-item): Use complete-with-action.
6890
6891 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6892
6893 Make vc-annotate work through copies and renames.
6894 * vc-annotate.el (vc-annotate-extract-revision-at-line):
6895 Return the file name too.
6896 (vc-annotate-revision-at-line)
6897 (vc-annotate-find-revision-at-line)
6898 (vc-annotate-revision-previous-to-line)
6899 (vc-annotate-show-log-revision-at-line): Update to get the file
6900 name from vc-annotate-extract-revision-at-line.
6901 (vc-annotate-show-diff-revision-at-line-internal): Change the
6902 argument to mean whether to show a file diff or not. Get the file
6903 name from vc-annotate-extract-revision-at-line.
6904 (vc-annotate-show-diff-revision-at-line):
6905 Update vc-annotate-show-diff-revision-at-line call.
6906 (vc-annotate-warp-revision): Add an optional file argument.
6907
6908 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6909 (vc-git-annotate-extract-revision-at-line): Also return the file
6910 name if found.
6911
6912 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6913 command. Remove unused code.
6914 (vc-hg-annotate-re): Update to match --follow output.
6915 (vc-hg-annotate-extract-revision-at-line): Also return the file
6916 name if found.
6917
6918 * vc.el: Update annotate-extract-revision-at-line documentation.
6919
6920 2009-10-18 Kevin Ryde <user42@zip.com.au>
6921
6922 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6923 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6924
6925 * net/browse-url.el (browse-url): Identify alist with "consp and
6926 not functionp" and let all other things go down the `apply' leg,
6927 as suggested by Stefan. (Further to bug#4531.)
6928
6929 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
6930
6931 * minibuffer.el (read-file-name): Check for repeat before putting
6932 a default argument in file-name-history (Bug#4657).
6933
6934 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6935 read syntax (Bug#4737).
6936
6937 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6938
6939 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6940
6941 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6942 (html-tag-alist, html-tag-help): Add descriptions for undocumented
6943 entries and make note of obsolete tags.
6944
6945 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6946
6947 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6948
6949 2009-10-18 Glenn Morris <rgm@gnu.org>
6950
6951 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6952 grep, so that binary files (eg international/uni-bidi.el) can match.
6953 Remove test for "UnicodeData" files, since it is hopefully unnecessary
6954 now, and in any case the file header format has changed.
6955
6956 2009-10-17 Glenn Morris <rgm@gnu.org>
6957
6958 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6959 (flyspell-get-word, flyspell-large-region)
6960 (flyspell-auto-correct-previous-word): Doc/error message fixes.
6961
6962 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6963
6964 * Makefile.in (ELCFILES): Add ede/shell.
6965
6966 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6967
6968 * term/common-win.el (x-colors): Purecopy it.
6969
6970 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6971
6972 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6973 permissive for when the buffer is empty.
6974 (tar-header-block-tokenize): Decode the username and groupname.
6975 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6976
6977 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6978
6979 * international/mule-cmds.el (select-safe-coding-system): If the file
6980 has a coding cookie, use it regardless of any other setting (bug#4712).
6981
6982 2009-10-17 Glenn Morris <rgm@gnu.org>
6983
6984 * foldout.el (foldout-mouse-swallow-events):
6985 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6986
6987 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6988 (dired-keep-marker-copy, dired-keep-marker-hardlink)
6989 (dired-keep-marker-symlink, dired-dwim-target)
6990 (dired-copy-preserve-time): Do not autoload these defcustoms.
6991
6992 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6993 messages from messing up the file coding. (Bug#4623)
6994
6995 2009-10-17 Jari Aalto <jari.aalto@cante.net>
6996
6997 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6998 if no match is found for the current dictionary. (Bug#4578)
6999
7000 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7001 optional, since that is how it is documented, and this is often called
7002 with a nil argument. (Bug#4577)
7003 (flyspell-external-point-words, flyspell-auto-correct-word)
7004 (flyspell-correct-word-before-point, flyspell-word-search-forward)
7005 (flyspell-word-search-backward): Remove nil argument in calls to
7006 flyspell-get-word, since it is not needed now.
7007
7008 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
7009
7010 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
7011
7012 2009-10-16 Glenn Morris <rgm@gnu.org>
7013
7014 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7015
7016 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
7017
7018 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7019 (ange-ftp-file-size): New function.
7020 (ange-ftp-file-attributes): Use it.
7021
7022 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
7023
7024 * net/tramp-smb.el (tramp-smb-version): New defvar.
7025 (tramp-smb-maybe-open-connection): Use it, in order to avoid
7026 repeated checks.
7027
7028 2009-10-16 Glenn Morris <rgm@gnu.org>
7029
7030 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7031 Maybe copy some custom properties from old to new name. (Bug#4706)
7032
7033 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
7034
7035 * subr.el (error, sit-for, start-process-shell-command)
7036 (start-file-process-shell-command): Set the calling convention
7037 after the function definition.
7038
7039 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7040
7041 * subr.el (error, sit-for, start-process-shell-command)
7042 (start-file-process-shell-command): Use the new
7043 set-advertised-calling-convention feature.
7044
7045 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
7046
7047 * international/ucs-normalize.el (ucs-normalize-version):
7048 Change to 1.2.
7049 (check-range): Adjust for Unicode 5.2.
7050
7051 2009-10-15 Juri Linkov <juri@jurta.org>
7052
7053 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7054 to the `menu-item' format.
7055
7056 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
7057
7058 * net/tramp.el (tramp-replace-environment-variables): Do not fail
7059 if the environment variable does not exist.
7060
7061 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7062 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7063 parameter.
7064 (tramp-smb-handle-add-name-to-file)
7065 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7066 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7067 (tramp-smb-handle-file-attributes)
7068 (tramp-smb-do-file-attributes-with-stat)
7069 (tramp-smb-handle-file-local-copy)
7070 (tramp-smb-handle-insert-directory)
7071 (tramp-smb-handle-make-directory)
7072 (tramp-smb-handle-make-directory-internal)
7073 (tramp-smb-handle-make-symbolic-link)
7074 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7075 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7076 (tramp-smb-maybe-open-connection): Apply the changed parameters.
7077 (tramp-smb-read-file-entry): Read Disk names in compressed format.
7078 Handle long file names.
7079 (tramp-smb-get-cifs-capabilities): Check, whether the connection
7080 process is running.
7081 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7082 Read share names with "-g" option.
7083
7084 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
7085
7086 * net/rcirc.el (rcirc-view-log-file): New command.
7087 (rcirc-track-minor-mode-map): Remove C-c ` binding.
7088 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7089 specified.
7090
7091 2009-10-15 Glenn Morris <rgm@gnu.org>
7092
7093 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7094 from the second command-line argument.
7095 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7096 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7097 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7098 w32-batch-update-autoloads.
7099 * emacs-lisp/autoload.el (autoload-make-program): New variable.
7100 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7101
7102 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7103 the headers cannot be located. Simplify, subtracting superflous
7104 save-excursions.
7105
7106 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
7107
7108 Replace completion-base-size by completion-base-position to fix bugs
7109 such as (bug#4699).
7110 * simple.el (completion-base-position): New var.
7111 (completion-base-size): Mark as obsolete.
7112 (choose-completion): Make it work for mouse events as well.
7113 Pass the new base-position to choose-completion-string.
7114 (choose-completion-guess-base-position): New function, extracted from
7115 choose-completion-delete-max-match.
7116 (choose-completion-delete-max-match): Use it. Make obsolete.
7117 (choose-completion-string): Use the new base-position info.
7118 (completion-root-regexp): Delete.
7119 (completion-setup-function): Preserve completion-base-position.
7120 Eliminate obsolete base-size manipulation.
7121 * minibuffer.el (display-completion-list): Don't mess with base-size.
7122 (minibuffer-completion-help): Set completion-base-position instead.
7123 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7124 choose-completion.
7125 * textmodes/bibtex.el (bibtex-complete):
7126 * emacs-lisp/crm.el (crm--choose-completion-string):
7127 Adjust to new calling convention.
7128 * complete.el (partial-completion-mode): Use minibufferp to avoid
7129 bumping into incompatible change to choose-completion-string-functions.
7130 * ido.el (ido-choose-completion-string): Make its calling convention
7131 more permissive.
7132 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7133 base-size manipulation.
7134 (comint-dynamic-list-input-ring): Use dotimes and push.
7135 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7136 fundamental-mode. Use `or'.
7137
7138 2009-10-14 Juri Linkov <juri@jurta.org>
7139
7140 * misearch.el (multi-isearch-next-buffer-from-list)
7141 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
7142
7143 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7144
7145 * Makefile.in (compile-onefile): Load `bytecomp' rather than
7146 `bytecomp.el'.
7147
7148 * minibuffer.el (completion-pcm--merge-completions): Make sure the
7149 string we return is all made up of text from the completions rather
7150 than part from the completions and part from the input (bug#4219).
7151
7152 * ido.el (ido-everywhere): Use define-minor-mode.
7153
7154 * buff-menu.el (list-buffers, ctl-x-map):
7155 Mark the entry points with ;;;###autoload cookies.
7156
7157 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7158
7159 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7160 correctly in the detached head case.
7161 (vc-git-print-log): Remove unused binding.
7162
7163 * vc.el (vc-responsible-backend): When a directory is passed for
7164 for registration create a VC repository if no backend is
7165 responsible for the directory argument.
7166 (vc-deduce-fileset): Tell vc-responsible-backend to register.
7167
7168 * vc.el: Move comments about RCS and SCCS ...
7169 * vc-rcs.el:
7170 * vc-sccs.el: ... here, respectively.
7171
7172 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7173
7174 * minibuffer.el (completion--file-name-table): Return nil if there's
7175 no file completion, even if substitute-in-file-name changed
7176 the string (bug#4708).
7177
7178 2009-10-13 Juri Linkov <juri@jurta.org>
7179
7180 * files-x.el (read-file-local-variable-value): Don't filter out
7181 minor modes from mode name completion (bug#4664).
7182
7183 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7184
7185 * international/mule-cmds.el (ucs-names): Remove exclusion of
7186 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7187
7188 2009-10-13 Kenichi Handa <handa@m17n.org>
7189
7190 * international/uni-name.el: Regenerated.
7191
7192 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
7193
7194 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
7195 should be automatically buffer-local, but isn't.)
7196
7197 2009-10-12 Sam Steingold <sds@gnu.org>
7198
7199 * progmodes/compile.el (compilation-next-error-function): Fix the
7200 timestamps if the buffer has been visited before.
7201 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7202 non-anchored patterns, like the perl one (bug#3928).
7203
7204 2009-10-12 Glenn Morris <rgm@gnu.org>
7205
7206 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7207 Let-bind `size'.
7208
7209 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
7210
7211 * proced.el (proced-unload-function): New function.
7212
7213 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7214 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7215 Doc fix.
7216
7217 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7218
7219 2009-10-11 Juri Linkov <juri@jurta.org>
7220
7221 * files-x.el (read-file-local-variable-value):
7222 Provide default value only for bound variables (bug#4664).
7223
7224 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
7225
7226 * net/tramp.el (tramp-local-host-p): Function shall return nil for
7227 connection methods like smb.
7228
7229 * net/tramp-cache.el (tramp-flush-connection-property): The hash
7230 can be empty.
7231
7232 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7233 (tramp-smb-file-name-handler-alist): Add handlers for
7234 `add-name-to-file', `make-symbolic-link'.
7235 (tramp-smb-handle-add-name-to-file)
7236 (tramp-smb-do-file-attributes-with-stat)
7237 (tramp-smb-handle-make-symbolic-link)
7238 (tramp-smb-get-cifs-capabilities): New defuns.
7239 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7240 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7241 (tramp-smb-handle-file-local-copy)
7242 (tramp-smb-handle-make-directory-internal)
7243 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7244 The file name syntax depends on cifs capabilities.
7245 (tramp-smb-handle-file-attributes):
7246 Call `tramp-smb-do-file-attributes-with-stat' if possible.
7247 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7248 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7249
7250 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
7251
7252 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7253 (eieio-defclass): Apply deftype handler and setf-method properties
7254 directly.
7255 (eieio-add-new-slot): Avoid union function from cl library.
7256 (eieio--typep): New function.
7257 (eieio-perform-slot-validation): Use it.
7258
7259 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7260
7261 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7262 Update documentation to refer to the variables documented in r1.135.
7263 (Bug#4188)
7264
7265 2009-10-10 Karl Fogel <kfogel@red-bean.com>
7266
7267 * bookmark.el (Info-suffix-list): Remove this unused variable.
7268 (bookmark-current-point): Remove this obsolete variable.
7269 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7270 Adjust for removal of bookmark-current-point.
7271
7272 (bookmarks-already-loaded, bookmark-current-buffer)
7273 (bookmark-yank-point): Document. (Bug#4188)
7274
7275 2009-10-10 Glenn Morris <rgm@gnu.org>
7276
7277 * frame.el (frame-height): Doc fix.
7278
7279 * calendar/calendar.el (calendar-split-width-threshold): New option.
7280 (calendar-basic-setup): Use calendar-split-width-threshold.
7281
7282 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
7283
7284 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7285 Ideographic Supplement" range (U+1F200..U+1F2FF).
7286
7287 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7288
7289 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7290 since the list will have been rebuilt anyway. (Bug#4349)
7291
7292 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7293
7294 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7295 (bookmark-bmenu-execute-deletions): Don't save here, as
7296 bookmark-delete will now do so if necessary.
7297 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7298 (Bug#4348)
7299
7300 2009-10-09 Glenn Morris <rgm@gnu.org>
7301
7302 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7303
7304 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7305
7306 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7307 (bookmark-jump-other-window): Just invoke bookmark-jump with new
7308 argument now, so the two function's behaviors will match. (Bug#3645)
7309
7310 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
7311
7312 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7313 (tramp-file-name-real-host, tramp-file-name-port):
7314 Apply `save-match-data'.
7315
7316 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7317 case both directories are remote.
7318 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7319 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7320
7321 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7322
7323 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7324
7325 2009-10-07 Glenn Morris <rgm@gnu.org>
7326
7327 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7328 of concat.
7329
7330 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7331
7332 * files-x.el (read-file-local-variable): Include some
7333 non-user-variables in the completion table (bug#4664).
7334
7335 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
7336
7337 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7338 message.
7339
7340 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7341 (tramp-smb-file-name-handler-alist): Add handler for
7342 `copy-directory', `expand-file-name', `set-file-modes'.
7343 (tramp-smb-handle-copy-directory)
7344 (tramp-smb-handle-expand-file-name)
7345 (tramp-smb-handle-set-file-modes): New defuns.
7346 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7347 (tramp-smb-handle-file-attributes): Simplify check for retrieving
7348 entry.
7349 (tramp-smb-handle-insert-directory): Don't flush the cache.
7350 (tramp-smb-maybe-open-connection): Check for samba client and
7351 server versions.
7352
7353 2009-10-07 Eli Zaretskii <eliz@gnu.org>
7354
7355 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7356 to not error out of search for "^lisp=" fails.
7357
7358 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
7359
7360 * makefile.w32-in (WINS_UPDATES): New macro.
7361 (custom-deps, finder-data, autoloads): Use it.
7362
7363 2009-10-07 Glenn Morris <rgm@gnu.org>
7364
7365 * Makefile.in (autoloads): Revert previous change.
7366 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7367 the list of preloaded files passed on the command-line, get
7368 it from src/Makefile.
7369
7370 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7371 show the original buffer rather than a random one.
7372
7373 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
7374
7375 * help.el (describe-no-warranty): Place point in a slightly better
7376 position in the GPLv3 text.
7377
7378 2009-10-06 Sam Steingold <sds@gnu.org>
7379
7380 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7381 the comm attribute is present before calling regexp-quote.
7382
7383 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
7384
7385 * play/animate.el (animate-string): For good effect, make sure
7386 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7387
7388 * play/animate.el (animate-sequence, animate-birthday-present):
7389 * misc.el (butterfly): Don't set `indent-tabs-mode'.
7390
7391 2009-10-06 Glenn Morris <rgm@gnu.org>
7392
7393 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7394
7395 * emacs-lisp/autoload.el (autoload-excludes): New variable.
7396 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7397 (batch-update-autoloads): Process a string value of autoload-excludes,
7398 set during the build process.
7399 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
7400
7401 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7402 inside with-parsed... macro so that `v' is defined.
7403
7404 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7405 * progmodes/fortran.el (fortran-end-of-block)
7406 (fortran-beginning-of-block):
7407 Also push mark in the macro case.
7408
7409 * emerge.el (emerge-show-file-name):
7410 * calc/calc.el (calc-quit):
7411 * calc/calc-misc.el (calc-big-or-small):
7412 * calc/calc-graph.el (calc-graph-view):
7413 * calc/calc-ext.el (calc-reset):
7414 * calendar/calendar.el (calendar-basic-setup):
7415 Use window-full-height-p.
7416
7417 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7418 header we don't understand, don't insert another. (Bug#4624)
7419 If changing mime charset, insert the new one in the right place.
7420
7421 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
7422
7423 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7424 (cal-tex-cursor-month): Correctly increment the end date for diary and
7425 holiday listing. (Bug#4626)
7426
7427 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7428
7429 * help-fns.el (describe-function-1): Don't burp if the function is not
7430 a symbol.
7431
7432 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
7433
7434 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7435 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7436 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7437 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7438
7439 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7440 (eieio-default-superclass): Reflow docstrings.
7441 (this, class-option-assoc, defclass, eieio-class-un-autoload)
7442 (eieio-unbind-method-implementations, defmethod)
7443 (eieio-validate-slot-value, eieio-validate-class-slot-value)
7444 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7445 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7446 (eieio-slot-originating-class-p, eieio-slot-name-index)
7447 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7448 (constructor, initialize-instance, no-next-method, object-print)
7449 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7450 Fix typos in docstrings.
7451 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7452 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7453 (next-method-p): Doc fixes.
7454 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7455 Fix typos in error messages.
7456 (eieio-defmethod): Fix typo in description of generic method.
7457
7458 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7459 (eieio-persistent-save-interactive, slot-missing):
7460 Fix typos in docstrings.
7461 (eieio-instance-inheritor-slot-boundp): Doc fix.
7462
7463 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7464 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7465
7466 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7467 (eieio-custom-object-apply-reset):
7468 Fix typos in docstrings and error messages.
7469
7470 * emacs-lisp/eieio-datadebug.el (data-debug-show):
7471 Fix typo in docstring.
7472
7473 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7474 (eieio-browse-tree): Doc fix.
7475 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7476 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7477 Fix typos in docstrings.
7478
7479 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7480 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7481 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7482 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7483 Reflow docstrings.
7484
7485 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7486
7487 * vc-hg.el (log-view-vc-backend): Declare for compiler.
7488 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7489 Set log-view-vc-backend so that diff can work.
7490
7491 * log-view.el (log-view-diff): Use vc-diff-internal instead of
7492 vc-version-diff.
7493 (vc-diff-internal): Autoload this instead of vc-version-diff.
7494
7495 2009-10-05 Eli Zaretskii <eliz@gnu.org>
7496
7497 * simple.el (eval-expression): Doc fix.
7498
7499 * progmodes/cwarn.el (cwarn-mode): Doc fix.
7500
7501 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
7502
7503 * files.el (directory-files-no-dot-files-regexp): New defconst.
7504 (delete-directory): Use it.
7505 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
7506
7507 * net/tramp.el (tramp-verbose): Fix docstring.
7508 (tramp-methods): Add recursive option to `tramp-copy-args'.
7509 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
7510 "scp1_old", "scp2_old", "rsync", "rsyncc".
7511 (tramp-default-method): Check also for `auth-source-user-or-password'.
7512 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7513 Add handler for `copy-directory'.
7514 (tramp-handle-copy-directory): New defun.
7515 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7516 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7517 Optimize sent command.
7518
7519 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7520
7521 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7522 window if necessary.
7523
7524 * calendar/calendar.el (calendar-basic-setup): Don't call
7525 switch-to-buffer in a dedicated window.
7526
7527 2009-10-05 Karl Fogel <kfogel@red-bean.com>
7528
7529 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7530 don't do anything related to relocating, just return nil.
7531 (bookmark-error-no-filename): New error.
7532 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7533 bookmark has no file. Don't even attempt to handle things that
7534 are not files; the whole point of custom handlers is to keep that
7535 knowledge elsewhere anyway. Tighten some comments.
7536 (bookmark-file-or-variation-thereof): Remove now-unused function.
7537 (bookmark-location): Doc string fix.
7538 (Bug#4250)
7539
7540 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7541
7542 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7543 don't use a file dialog, because they usually don't know how to read
7544 a directory target from the user. (Bug#4230)
7545 Also, make sure the prompt can display directories as well as files.
7546
7547 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7548
7549 * bookmark.el (bookmark-set, bookmark-buffer-name):
7550 Improve doc strings. (Bug#1193)
7551
7552 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7553
7554 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7555 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7556 (bookmark-get-annotation, bookmark-set-annotation)
7557 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7558 (bookmark-set-position, bookmark-get-front-context-string)
7559 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7560 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7561 (bookmark-jump-other-window, bookmark-handle-bookmark)
7562 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7563 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7564 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7565 Improve doc strings to say whether bookmark can be a string or
7566 a record or both, and make other consistency and clarity fixes.
7567 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7568 (bookmark-default-annotation-text, bookmark-yank-word)
7569 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7570 (bookmark-import-new-list, bookmark-maybe-rename)
7571 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7572 (bookmark-bmenu-bookmark): Give these doc strings.
7573 (bookmark-bmenu-check-position): Give this a doc string, but also
7574 add a FIXME comment about how the function may be pointless.
7575 (bookmark-default-handler): Rework doc string and change a
7576 parameter name, to clarify that this takes a bookmark record
7577 not a bookmark name.
7578 (bookmark-set): Change a parameter name to indicate its meaning,
7579 and improve the doc string a bit.
7580 (Bug#4188)
7581
7582 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7583
7584 * bookmark.el (bookmark-alist): Document the new `handler' element
7585 in the param alist.
7586 (bookmark-make-record-function): Adjust documentation for above.
7587 (Bug#4193)
7588
7589 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7590
7591 * info.el (Info-bookmark-make-record): Document this function.
7592 (Info-bookmark-jump): Document with a doc string, not just a comment.
7593 (Bug#4203)
7594
7595 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
7596
7597 * files.el (copy-directory): New defun.
7598
7599 * dired-aux.el (dired-copy-file-recursive): Use it.
7600
7601 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7602
7603 * files-x.el (modify-dir-local-variable)
7604 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
7605 docstrings.
7606
7607 * recentf.el (recentf-unload-function): New function.
7608
7609 2009-10-04 Glenn Morris <rgm@gnu.org>
7610
7611 * window.el (window-full-height-p): Add doc string.
7612
7613 2009-10-04 Martin Rudalics <rudalics@gmx.at>
7614
7615 * window.el (window-full-height-p): New function. (Bug#4543)
7616
7617 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7618
7619 * vc.el: Remove commented out code.
7620 (vc-derived-from-dir-mode): Remove, unused.
7621 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7622
7623 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
7624
7625 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7626 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
7627 there could be recursive loading when `default-directory' is a
7628 remote file name. (Bug#4614)
7629
7630 2009-10-03 Glenn Morris <rgm@gnu.org>
7631
7632 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7633 the frame is wide.
7634 (calendar-generate-window): Test for shrinkability rather than width.
7635
7636 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7637 reusing existing buffers, in case we happen to visit two files with the
7638 same basename. (Bug#4593)
7639
7640 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7641
7642 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7643 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7644 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7645 subdirs of cedet as well.
7646 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7647
7648 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7649
7650 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7651 Obey advertised-signature-table.
7652
7653 * help-fns.el (help-function-arglist): Don't check
7654 advertised-signature-table.
7655 (describe-function-1): Do it here instead so it also applies to subrs.
7656
7657 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
7658
7659 * simple.el (start-file-process): Say in the doc-string, that file
7660 handlers might not support pty association, if PROGRAM is nil.
7661
7662 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7663 HOST and USER are strings. They are nil, when there are
7664 incomplete entries in ~/.netrc, for example.
7665 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
7666 root directory ("device busy" error otherwise).
7667
7668 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7669 Flush file properties of created directory.
7670
7671 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7672
7673 * makefile.w32-in (WINS_BASIC): Remove cedet.
7674 (WINS_CEDET): Add cedet.
7675 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7676
7677 2009-10-02 Kevin Ryde <user42@zip.com.au>
7678
7679 * net/browse-url.el (browse-url): Pass any symbol in
7680 browse-url-browser-function to `apply', since if you've mistakenly put
7681 an unbound symbol then the error is clearer. (Bug#4531)
7682
7683 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7684
7685 * allout.el (allout-init, allout-back-to-current-heading)
7686 (allout-beginning-of-current-entry, allout-ascend-to-depth)
7687 (allout-ascend, allout-up-current-level, allout-end-of-level)
7688 (allout-previous-visible-heading, allout-forward-current-level)
7689 (allout-backward-current-level, allout-show-children):
7690 * apropos.el (apropos-describe-plist):
7691 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7692 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7693 * completion.el (add-completion, add-permanent-completion):
7694 * descr-text.el (describe-text-category, describe-char):
7695 * desktop.el (desktop-lazy-abort):
7696 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7697 * dired.el (dired-build-subdir-alist):
7698 * ediff.el (ediff-version):
7699 * elide-head.el (elide-head, elide-head-show):
7700 * emerge.el (emerge-version):
7701 * env.el (getenv):
7702 * face-remap.el (variable-pitch-mode):
7703 * faces.el (describe-face):
7704 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7705 (dired-at-point):
7706 * files.el (find-file-existing, auto-save-mode):
7707 * font-lock.el (font-lock-fontify-buffer):
7708 * help-fns.el (describe-function, describe-variable)
7709 (describe-syntax, describe-categories):
7710 * help.el (view-lossage, describe-bindings, describe-key)
7711 (describe-mode):
7712 * hexl.el (hexl-current-address):
7713 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7714 * info.el (Info-goto-emacs-key-command-node):
7715 * log-edit.el (log-edit-insert-cvs-template)
7716 (log-edit-insert-cvs-rcstemplate):
7717 * menu-bar.el (menu-bar-mode):
7718 * mouse.el (mouse-appearance-menu):
7719 * newcomment.el (comment-indent-new-line):
7720 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7721 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7722 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7723 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7724 * recentf.el (recentf-mode):
7725 * savehist.el (savehist-mode, savehist-save):
7726 * shadowfile.el (shadow-copy-files):
7727 * simple.el (kill-ring-save, next-line, previous-line)
7728 (normal-erase-is-backspace-mode):
7729 * strokes.el (strokes-update-window-configuration)
7730 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7731 (strokes-xpm-for-stroke):
7732 * time.el (emacs-uptime, emacs-init-time):
7733 * tutorial.el (tutorial--describe-nonstandard-key)
7734 (tutorial--detailed-help):
7735 * type-break.el (type-break-mode)
7736 (type-break-mode-line-message-mode, type-break-query-mode)
7737 (type-break-guesstimate-keystroke-threshold):
7738 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7739 * version.el (emacs-version):
7740 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7741 * winner.el (winner-mode):
7742 * calendar/timeclock.el (timeclock-in, timeclock-out)
7743 (timeclock-status-string, timeclock-change)
7744 (timeclock-workday-remaining-string)
7745 (timeclock-workday-elapsed-string)
7746 (timeclock-when-to-leave-string):
7747 * calendar/todo-mode.el (todo-add-category):
7748 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7749 * emacs-lisp/autoload.el (update-file-autoloads):
7750 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7751 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7752 (checkdoc-message-text, checkdoc-defun):
7753 * emacs-lisp/debug.el (debugger-list-functions):
7754 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7755 * emacs-lisp/eieio-opt.el (eieio-describe-class)
7756 (eieio-describe-generic):
7757 * emacs-lisp/lisp-mnt.el (lm-synopsis):
7758 * emacs-lisp/shadow.el (list-load-path-shadows):
7759 * emulation/cua-base.el (cua-mode):
7760 * emulation/edt.el (edt-set-scroll-margins):
7761 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7762 (tpu-toggle-regexp, tpu-toggle-search-direction)
7763 (tpu-toggle-rectangle, tpu-toggle-control-keys):
7764 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7765 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7766 (viper-set-parsing-style-toggling-macro)
7767 (viper-set-emacs-state-searchstyle-macros):
7768 * emulation/viper.el (viper-set-hooks):
7769 * eshell/esh-mode.el (eshell-truncate-buffer):
7770 * international/mule-cmds.el (prefer-coding-system)
7771 (describe-input-method, describe-language-environment):
7772 * international/mule-diag.el (list-character-sets)
7773 (describe-character-set, describe-coding-system)
7774 (describe-fontset, list-fontsets, list-input-methods):
7775 * mail/sendmail.el (mail-signature):
7776 * net/ange-ftp.el (ange-ftp-copy-file):
7777 * net/browse-url.el (browse-url):
7778 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7779 * net/quickurl.el (quickurl-add-url):
7780 * net/rcirc.el (names, topic):
7781 * net/xesam.el (xesam-mode):
7782 * play/5x5.el (5x5-new-game):
7783 * play/yow.el (apropos-zippy):
7784 * progmodes/ada-mode.el (ada-mode-version):
7785 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7786 (f90-end-of-block)
7787 (f90-beginning-of-block):
7788 * progmodes/fortran.el (fortran-end-of-block)
7789 (fortran-beginning-of-block):
7790 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7791 * progmodes/python.el (python-describe-symbol, python-shell):
7792 * term/ns-win.el (ns-print-buffer):
7793 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7794 * textmodes/flyspell.el (flyspell-mode-on):
7795 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7796 (pages-directory-for-addresses):
7797 * textmodes/table.el (table-recognize-cell)
7798 (table-query-dimension, table-generate-source)
7799 (table-insert-sequence, table--warn-incompatibility):
7800 * textmodes/tex-mode.el (tex-validate-buffer):
7801 * textmodes/texinfmt.el (texinfmt-version)
7802 (texinfo-format-buffer):
7803 Use `called-interactively-p' instead of `interactive-p'.
7804
7805 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7806
7807 * image-mode.el (image-toggle-display):
7808 * emacs-lisp/elp.el (elp-instrument-function):
7809 * emacs-lisp/advice.el (ad-make-advised-definition):
7810 * emacs-lisp/easy-mmode.el (define-minor-mode):
7811 * net/browse-url.el (browse-url-maybe-new-window):
7812 * progmodes/sh-script.el (sh-learn-buffer-indent):
7813 Pass new argument 'any to `called-interactively-p'.
7814
7815 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7816
7817 * international/uni-bidi.el:
7818 * international/uni-category.el:
7819 * international/uni-combining.el:
7820 * international/uni-comment.el:
7821 * international/uni-decimal.el:
7822 * international/uni-decomposition.el:
7823 * international/uni-digit.el:
7824 * international/uni-lowercase.el:
7825 * international/uni-mirrored.el:
7826 * international/uni-name.el:
7827 * international/uni-numeric.el:
7828 * international/uni-old-name.el:
7829 * international/uni-titlecase.el:
7830 * international/uni-uppercase.el:
7831 Regenerate from Unicode 5.2.0 data.
7832
7833 2009-10-01 Glenn Morris <rgm@gnu.org>
7834
7835 * Makefile.in (ELCFILES): Regenerate.
7836
7837 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7838
7839 * subr.el (interactive-p): Mark obsolete.
7840 (called-interactively-p): Make the optional-ness of `kind' obsolete.
7841 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7842 advertised-signature-table for subroutines as well.
7843
7844 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7845 (set-advertised-calling-convention): New function.
7846 (make-obsolete, define-obsolete-function-alias)
7847 (make-obsolete-variable, define-obsolete-variable-alias):
7848 Make the optional-ness of `when' obsolete.
7849 (define-obsolete-face-alias): Make `when' non-optional.
7850 * help-fns.el (help-function-arglist):
7851 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7852 Use advertised-signature-table.
7853
7854 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
7855
7856 * files.el (delete-directory): New defun. The original function
7857 in fileio.c has been renamed to `delete-directory-internal'.
7858
7859 * dired.el (dired-delete-file): Call `delete-directory' with
7860 RECURSIVE parameter.
7861
7862 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7863 parameter RECURSIVE. Implementation is missing.
7864
7865 * net/tramp.el (tramp-handle-make-directory): Flush upper
7866 directory's file properties.
7867 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7868 (tramp-handle-dired-recursive-delete-directory): Flush directory
7869 properties after the remove command only.
7870
7871 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7872 Handle optional parameter RECURSIVE.
7873
7874 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7875 Handle optional parameter RECURSIVE.
7876
7877 * net/tramp-smb.el (tramp-smb-errors): Add error message for
7878 connection timeout.
7879 (tramp-smb-handle-delete-directory): Handle optional parameter
7880 RECURSIVE.
7881
7882 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7883
7884 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7885 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7886 (byte-compile-defmacro): Use backquotes.
7887
7888 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7889
7890 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7891 has no associated file.
7892 (vc-resynch-buffer): Use vc-dir-buffers.
7893
7894 2009-10-01 Glenn Morris <rgm@gnu.org>
7895
7896 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7897 (chart-file-count):
7898 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7899 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7900 * emacs-lisp/eieio-opt.el (eieio-describe-class):
7901 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7902 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7903 (eieio-copy-parents-into-subclass, make-instance, class-children)
7904 (eieio-generic-form):
7905
7906 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7907 match-data. (Bug#4555).
7908
7909 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7910 rather than parsing it as a regexp. This relaxes the layout
7911 requirements and makes errors easier to detect.
7912 (check-declare-verify): Check file is regular.
7913 (check-declare-directory): Doc fix.
7914 * subr.el (declare-function): Doc fix.
7915
7916 * ibuffer.el (ibuffer-format-qualifier):
7917 * isearch.el (hi-lock-regexp-okay):
7918 * calc/calc.el (math-zerop):
7919 * mail/uce.el (rmail-msgbeg, rmail-msgend):
7920 * term/w32-win.el (setup-default-fontset, set-fontset-font):
7921 Remove unused declarations.
7922
7923 2009-09-30 Glenn Morris <rgm@gnu.org>
7924
7925 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7926
7927 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7928 filename is not a string.
7929
7930 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
7931
7932 * files.el (safe-local-eval-forms): Fix typo.
7933
7934 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7935
7936 * vc-hooks.el (vc-dir-buffers): New var.
7937 (vc-state-refresh): New function.
7938 (vc-state): Use it.
7939 (vc-after-save): Always ask the backend to recompute the new state.
7940 Always call vc-dir if necessary, using vc-dir-buffers.
7941 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7942 Use vc-dir-buffers.
7943 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7944 (vc-dir-prepare-status-buffer, vc-dir-update)
7945 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7946 Don't call expand-file-name on default-directory.
7947
7948 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7949
7950 * speedbar.el (speedbar-item-delete):
7951 * calc/calc-prog.el (calc-kbd-if):
7952 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7953
7954 * epa.el (epa-key-list-mode-map):
7955 * hi-lock.el (hi-lock-menu): Fix typos in menus.
7956
7957 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7958 (hs-show-hook): Fix typo in docstring.
7959
7960 2009-09-29 Glenn Morris <rgm@gnu.org>
7961
7962 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7963 file-name-nondirectory call preventing location of cedet files.
7964 (check-declare-verify): Use literal search rather than re-search.
7965 Add basic defmethod and defclass, and define-overloadable-function.
7966
7967 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7968 Use tramp-compat-file-attributes rather than nonexistent
7969 tramp-compat-handle-file-attributes.
7970
7971 * Makefile.in (lisptagsfiles4): New.
7972 (AUTOGENEL): Add cedet loaddefs files.
7973 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7974 (update-elclist, compile-always, backup-compiled-files)
7975 (bootstrap-clean): Add yet another directory level.
7976 (update-elclist): Use LC_COLLATE rather than COLLATE.
7977 (ELCFILES): Update, via `make update-elclist'.
7978
7979 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7980
7981 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7982 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7983 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7984
7985 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
7986
7987 * Makefile.in (lisptagsfiles3): Define.
7988 (TAGS, TAGS-LISP): Use it.
7989 (update-elclist): Add third directory level to look for elc files.
7990 (compile-always): Likewise.
7991 (backup-compiled-files): Likewise.
7992 (bootstrap-clean): Likewise.
7993 (ELCFILES): Update.
7994
7995 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
7996
7997 * Makefile.in (ELCFILES): Add CEDET files.
7998
7999 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
8000
8001 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8002
8003 * net/tramp.el (top): Require tramp-imap.
8004
8005 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8006 Use `tramp-compat-handle-file-attributes'.
8007
8008 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8009
8010 * net/tramp-imap.el: New package.
8011
8012 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8013
8014 * whitespace.el (whitespace-trailing-regexp)
8015 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8016 Fix doc string.
8017
8018 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
8019
8020 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8021 menu.
8022
8023 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8024 menu-bar-ediff-menu.
8025
8026 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8027 define-overloadable-function.
8028
8029 * progmodes/autoconf.el: Provide autoconf as well, so that this
8030 file can be `require'd.
8031
8032 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8033
8034 * emacs-lisp/autoload.el (generated-autoload-feature)
8035 (generated-autoload-load-name): New vars.
8036 (autoload-rubric, autoload-generate-file-autoloads): Use them.
8037 (make-autoload): Recognize define-overloadable-function and
8038 defclass forms (for EIEIO).
8039
8040 * Makefile.in (update-subdirs): Exclude cedet directory.
8041
8042 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8043
8044 * term/ns-win.el: Don't set the region face background. (Bug#4381)
8045
8046 * faces.el: Default light-background background for region face to
8047 ns_selection_color under NS.
8048
8049 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8050
8051 * net/imap-hash.el: New library, see NEWS.
8052
8053 * Makefile.in (ELCFILES): Add imap-hash.el.
8054
8055 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8056
8057 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8058 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8059 * help-macro.el (make-help-screen): Avoid using an ambiguous function
8060 definition where the docstring could be taken for the return value.
8061
8062 2009-09-26 Glenn Morris <rgm@gnu.org>
8063
8064 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8065 Add option to only show images below a certain size.
8066 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8067 save-excursion calls.
8068
8069 2009-09-26 Eli Zaretskii <eliz@gnu.org>
8070
8071 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8072 subdirectories) and eieio.
8073
8074 2009-09-26 Alan Mackenzie <acm@muc.de>
8075
8076 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8077 Correct buggy bracketing. (Bug#4289)
8078
8079 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
8080 character constants (as case labels). (Bug#4289)
8081
8082 2009-09-25 Juri Linkov <juri@jurta.org>
8083
8084 * files.el (safe-local-eval-forms): Allow time-stamp in
8085 before-save-hook (Bug#4554).
8086
8087 2009-09-25 Drew Adams <drew.adams@oracle.com>
8088
8089 * menu-bar.el (list-buffers-directory): Doc fix.
8090
8091 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
8092
8093 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8094 Try and avoid copying twice the same paragraph.
8095 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8096 Remove save-excursion.
8097 (log-edit-changelog-entry): Do it here instead.
8098
8099 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
8100
8101 * bs.el (bs--get-file-name): Use `list-buffers-directory'
8102 when available, instead of hardcoding mode names. Doc fix.
8103
8104 * menu-bar.el (list-buffers-directory): Add docstring.
8105 Make automatically buffer-local.
8106
8107 * dired.el (dired-mode):
8108 * files.el (cd-absolute):
8109 * pcvs.el (cvs-temp-buffer):
8110 * pcvs-util.el (cvs-get-buffer-create):
8111 * shell.el (shell-mode):
8112 * vc-dir.el (vc-dir-mode):
8113 Don't make `list-buffers-directory' buffer local.
8114
8115 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
8116
8117 * comint.el (comint-exec, comint-run, make-comint):
8118 Doc fixes (Bug#4542).
8119
8120 2009-09-25 Glenn Morris <rgm@gnu.org>
8121
8122 * mail/rmailmm.el (rmail-mime): New custom group.
8123 Move all defcustoms in this file into this group.
8124 (rmail-mime-media-type-handlers-alist): Revert previous change.
8125 (rmail-mime-show-images): New option.
8126 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8127 references to it, since it wasn't actually used for anything.
8128 (rmail-mime-insert-image): New function.
8129 (rmail-mime-image): Use rmail-mime-insert-image.
8130 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
8131 obey the value of `rmail-mime-show-images' option. Print the size of
8132 attachments.
8133
8134 2009-09-25 David Engster <deng@randomsample.de>
8135
8136 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
8137
8138 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8139
8140 * whitespace.el: Does not highlight trailing spaces While point is
8141 at end of line. Does not highligt spaces at beginning of buffer
8142 while point is at beginning of buffer. Does not highlight spaces
8143 at end of buffer while point is at end of buffer. (Bug#4177)
8144 New version 12.0.
8145 (whitespace-display-mappings): Adjust initialization.
8146 (whitespace-point, whitespace-font-lock-refontify): New vars.
8147 (whitespace-color-on, whitespace-color-off): Adjust code.
8148 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8149 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8150 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8151
8152 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
8153
8154 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8155
8156 * textmodes/sgml-mode.el: Remove xml-mode alias.
8157
8158 * files.el (auto-mode-alist, conf-mode-maybe)
8159 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
8160
8161 2009-09-24 Alan Mackenzie <acm@muc.de>
8162
8163 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8164 c-forward-conditionals, but it doesn't move point and doesn't set
8165 the mark.
8166 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8167 (c-down-conditional-with-else, c-backward-conditional)
8168 (c-forward-conditional): Refactor to use c-scan-conditionals.
8169
8170 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8171
8172 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8173 (help-default-arg-highlight): Remove.
8174 (help-highlight-arg): New function.
8175 (help-do-arg-highlight): Use it.
8176 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
8177
8178 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8179
8180 * term.el (term-set-scroll-region, term-handle-ansi-escape):
8181 Undo last change, which didn't fix the problem and introduced others.
8182
8183 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
8184
8185 * progmodes/gdb-mi.el: Don't require speedbar.
8186 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8187
8188 2009-09-24 Glenn Morris <rgm@gnu.org>
8189
8190 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8191
8192 * term/ns-win.el (ns-reg-to-script): Define for compiler.
8193
8194 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8195 there is no newline after the final mime boundary. (Bug#4539)
8196 Move markers on insertion so that any buttons inserted don't end up in
8197 the next part of a multipart message.
8198 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
8199 (rmail-mime-bulk-handler): Optionally handle images.
8200 (rmail-mime-image): New button action.
8201 (rmail-mime-image-handler): New function.
8202 (rmail-mime-mode): New mode.
8203 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
8204
8205 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8206
8207 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8208 than just dropping elements from it (bug#4504).
8209
8210 * term.el (term-set-scroll-region): Don't move cursor any more.
8211 (term-handle-ansi-escape): Call term-goto here instead.
8212 Suggested by Ivan Kanis <apple@kanis.eu>.
8213
8214 * term.el: Require CL.
8215 (term-ansi-reset): New function.
8216 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8217 (term-handle-colors-array): Simplify.
8218
8219 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
8220
8221 * allout.el (allout-overlay-interior-modification-handler)
8222 (allout-obtain-passphrase):
8223 * epa-file.el (epa-file-write-region):
8224 * ps-print.el (ps-begin-job):
8225 * vc-hooks.el (vc-toggle-read-only):
8226 * vc-rcs.el (vc-rcs-rollback):
8227 * vc-sccs.el (vc-sccs-rollback):
8228 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8229 (vc-version-diff, vc-revert, vc-rollback):
8230 * wdired.el (wdired-check-kill-buffer):
8231 * emacs-lisp/authors.el (authors):
8232 * net/socks.el (socks-open-connection):
8233 * net/zeroconf.el (zeroconf-service-add-hook):
8234 * obsolete/vc-mcvs.el (vc-mcvs-register):
8235 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8236 (gdb-select-frame):
8237 * progmodes/grep.el (lgrep, rgrep):
8238 * progmodes/idlw-help.el (idlwave-help-check-locations)
8239 (idlwave-help-html-link, idlwave-help-assistant-open-link):
8240 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8241 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8242 (reftex-toc-rename-label): Fix typos in error messages.
8243
8244 * dired-aux.el (dired-do-shell-command): Reflow docstring.
8245 (dired-copy-how-to-fn): Doc fix.
8246 (dired-files-attributes, dired-read-shell-command):
8247 Fix typos in docstrings.
8248
8249 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8250 (dired-x-find-file-other-window): Reflow docstrings.
8251 (dired-omit-marker-char, dired-read-shell-command)
8252 (dired-x-submit-report): Fix typos in docstrings.
8253
8254 * shell.el (shell-mode-hook):
8255 * view.el (View-scroll-line-forward):
8256 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8257 Fix typos in docstrings.
8258
8259 * net/dig.el (dig-invoke): Fix typo in docstring.
8260 (query-dig): Reflow docstring.
8261
8262 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8263 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8264 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8265 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8266 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8267 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8268 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8269 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8270 (idlwave-completion-map, idlwave-current-indent)
8271 (idlwave-custom-ampersand-surround, idlwave-customize)
8272 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8273 (idlwave-define-abbrev, idlwave-determine-class-special)
8274 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8275 (idlwave-end-block-reg, idlwave-end-of-statement)
8276 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8277 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8278 (idlwave-explicit-class-listed, idlwave-file-header)
8279 (idlwave-fill-paragraph, idlwave-find-class-definition)
8280 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8281 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8282 (idlwave-in-quote, idlwave-indent-action-table)
8283 (idlwave-indent-expand-table, idlwave-indent-line)
8284 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8285 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8286 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8287 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8288 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8289 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8290 (idlwave-outlawed-buffers, idlwave-popup-select)
8291 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8292 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8293 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8294 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8295 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8296 (idlwave-statement-type, idlwave-struct-skip)
8297 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8298 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8299 (idlwave-what-module-find-class): Fix typos in docstrings.
8300 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8301 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8302 (idlwave-find-module, idlwave-find-structure-definition)
8303 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8304 (idlwave-list-load-path-shadows, idlwave-next-statement)
8305 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8306 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8307 (idlwave-template): Reflow docstrings.
8308
8309 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8310 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8311 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8312 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8313 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8314 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8315 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8316 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8317 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8318 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8319 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8320 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8321 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8322 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8323 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8324 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8325 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8326 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8327 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8328 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8329 Fix typos in docstrings.
8330 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8331 (idlwave-shell-hide-output, idlwave-shell-mode)
8332 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8333 Reflow docstrings.
8334
8335 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8336
8337 2009-09-24 Ivan Kanis <apple@kanis.eu>
8338
8339 * term.el (term-bold-attribute): New var.
8340 (term-handle-colors-array): Use it.
8341
8342 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
8343
8344 * progmodes/gdb-mi.el (gdb-version): New variable.
8345 (gdb-non-stop-handler): Set gdb-version.
8346 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8347 Condition "--thread" option on gdb-version.
8348 (gdb-invalidate-threads): Remove unused argument.
8349
8350 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8351
8352 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8353 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8354
8355 2009-09-23 Glenn Morris <rgm@gnu.org>
8356
8357 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8358 replying to mail without References or Message-Id. (Bug#4525)
8359
8360 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8361
8362 * term/ns-win.el (ns-reg-to-script): New variable.
8363
8364 2009-09-23 Daiki Ueno <ueno@unixuser.org>
8365
8366 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8367
8368 2009-09-22 Sam Steingold <sds@gnu.org>
8369
8370 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8371 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8372 to 1 because hg returns status 1 when nothing is found.
8373 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8374
8375 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8376
8377 * textmodes/fill.el: Convert to utf-8 encoding.
8378 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8379 pre-unicode days.
8380
8381 * add-log.el (change-log-fill-forward-paragraph): New function.
8382 (change-log-mode): Use it so fill-region DTRT.
8383 Set fill-indent-according-to-mode here rather than in
8384 change-log-fill-paragraph.
8385 (change-log-fill-paragraph): Remove.
8386
8387 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
8388
8389 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8390 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8391
8392 2009-09-22 Glenn Morris <rgm@gnu.org>
8393
8394 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8395 the scroll-bar scroll the calendar window rather than the buffer.
8396
8397 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8398 commands that move point (as opposed to scrolling).
8399
8400 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8401
8402 * emacs-lisp/elint.el (elint): New custom group.
8403 (elint-log-buffer): Make it a defcustom.
8404 (elint-scan-preloaded, elint-ignored-warnings)
8405 (elint-directory-skip-re): New options.
8406 (elint-builtin-variables): Doc fix.
8407 (elint-preloaded-env): New variable.
8408 (elint-unknown-builtin-args): Add an entry for encode-time.
8409 (elint-extra-errors): Make it a variable rather than a constant.
8410 (elint-preloaded-skip-re): New constant.
8411 (elint-directory): Skip files matching elint-directory-skip-re.
8412 (elint-features): New variable, local to linted buffers.
8413 (elint-update-env): Initialize elint-features. Possibly add
8414 elint-preloaded-env to the buffer's environment.
8415 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8416 Skip quoted forms.
8417 (elint-init-form): New function, extracted from elint-init-env.
8418 Make non-list forms a warning rather than an error.
8419 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8420 easy-menu-define, put that adds an error-condition, and provide.
8421 When requiring cl, also require cl-macs. Really require cl, to handle
8422 some cl macros. Store required libraries in the list elint-features,
8423 so as not to re-load them. Treat cc-require like require.
8424 (elint-init-env): Call elint-init-form to do the work.
8425 Handle eval-and-compile and such like.
8426 (elint-add-required-env): Do not clear messages.
8427 (elint-special-forms): Add handlers for function, defalias, if, when,
8428 unless, and, or.
8429 (elint-form): Add optional argument to ignore elint-special-forms,
8430 useful to prevent recursive calls from handlers. Doc fix.
8431 Respect elint-ignored-warnings.
8432 (elint-form): Respect elint-ignored-warnings.
8433 (elint-bound-variable, elint-bound-function): New variables.
8434 (elint-unbound-variable): Respect elint-bound-variable.
8435 (elint-get-args): Respect elint-bound-function.
8436 (elint-check-cond-form): Add some simple handling for (f)boundp and
8437 featurep tests.
8438 (elint-check-defalias-form): New handler.
8439 (elint-check-let-form): Make an empty let a warning rather than an
8440 error.
8441 (elint-check-setq-form): Make an empty setq a warning rather than an
8442 error. Respect elint-ignored-warnings.
8443 (elint-check-defvar-form): Accept null doc-strings.
8444 (elint-check-conditional-form): New handler. Does some simple-minded
8445 checking of featurep and (f)boundp tests.
8446 (elint-put-function-args): New function.
8447 (elint-initialize): Use elint-scan-doc-file rather than
8448 elint-find-builtin-variables. Use elint-put-function-args.
8449 Possibly scan preloaded-file-list.
8450 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8451 extend to handle functions as well.
8452
8453 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8454
8455 * linum.el (linum-delete-overlays, linum-update-window):
8456 Do not modify the right margin. (Bug#3971)
8457
8458 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
8459
8460 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
8461 Use nxml-mode instead of xml-mode.
8462
8463 2009-09-21 Kevin Ryde <user42@zip.com.au>
8464
8465 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8466
8467 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8468
8469 * net/dig.el (dig-mode): Use define-derived-mode.
8470
8471 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8472
8473 * vc-dispatcher.el (vc-do-command): Return the process object in
8474 the asynchronous case. Use when instead of if. Do not run
8475 vc-exec-after to display a message if not enabled. (Bug#4463)
8476
8477 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8478 properties to the stash strings.
8479 (vc-git-stash-list): Return a list of strings.
8480 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8481 (vc-git-stash-show-at-point): New functions.
8482 (vc-git-stash-map): New keymap.
8483
8484 * register.el (ctl-x-r-map): Define the keys here instead of
8485 using autoload.
8486
8487 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
8488
8489 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8490 list, to workaround performance problem (bug#4485).
8491
8492 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
8493
8494 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8495
8496 2009-09-20 Daiki Ueno <ueno@unixuser.org>
8497
8498 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8499 Document that this option is not recommended to use.
8500
8501 2009-09-19 Glenn Morris <rgm@gnu.org>
8502
8503 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8504 variable `var'.
8505
8506 * calc/calc-alg.el (var):
8507 * calc/calcalg2.el (var): Define for compiler.
8508
8509 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
8510
8511 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8512 Doc fix (Bug#3932).
8513
8514 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8515
8516 * time-stamp.el (time-stamp-month-dd-yyyy)
8517 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8518 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8519 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8520 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8521 Remove functions that have been obsolete since 1995 (Bug#4436).
8522
8523 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8524 indent buffer only if called interactively (Bug#4452).
8525
8526 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
8527 Eli Zaretskii <eliz@gnu.org>
8528
8529 This fixes bug#4197 (merged to bug#865, though not identical).
8530 * server.el (server-auth-dir): Add docstring note about FAT32.
8531 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8532 but warn against using them.
8533
8534 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
8535
8536 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8537 older GDB where there is no has_more field.
8538
8539 2009-09-19 Glenn Morris <rgm@gnu.org>
8540
8541 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8542
8543 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
8544
8545 * files.el (auto-mode-alist): Change default for XML files to nXML
8546 mode (Bug#4169).
8547
8548 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
8549
8550 * server.el (server-ensure-safe-dir): Pass 'integer
8551 to `file-attributes', as suggested.
8552
8553 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8554
8555 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8556 (dired-query): Use read-key.
8557
8558 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8559
8560 * cus-start.el (ns-use-qd-smoothing): Remove.
8561
8562 2009-09-18 Glenn Morris <rgm@gnu.org>
8563
8564 * allout.el (top-level): Remove unnecessary progn.
8565
8566 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8567
8568 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8569 definition of abbrev table.
8570
8571 * speedbar.el (speedbar-track-mouse):
8572 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8573 * net/eudc.el (eudc-expand-inline):
8574 * net/newst-backend.el (newsticker--cache-read-feed):
8575 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8576 condition-case handlers.
8577
8578 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
8579
8580 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8581 (gdb-var-list): Add an element for has_more field.
8582 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8583 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8584 (gdb-var-update-handler-1): Parse output of dynamic variable
8585 objects (STL containers).
8586 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8587 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8588
8589 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8590 gdb-var-list.
8591 (gud-speedbar-buttons): Make node expandable if expression "has more"
8592 children.
8593
8594 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
8595
8596 * startup.el (emacs-quick-startup): Remove variable and all uses.
8597 (command-line): Set `inhibit-x-resources' instead.
8598 (command-line-1): Use `inhibit-x-resources' instead.
8599
8600 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
8601
8602 * subr.el: Fix last change to avoid using the `unless' macro,
8603 which breaks bootstrapping.
8604
8605 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8606
8607 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8608 extended definitions, in case we reload subr.el after having
8609 loaded CL.
8610 (eval-next-after-load): Mark as obsolete.
8611
8612 2009-09-17 Juri Linkov <juri@jurta.org>
8613
8614 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8615 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8616 (menu-bar-showhide-menu, menu-bar-tools-menu)
8617 (menu-bar-describe-menu, menu-bar-help-menu)
8618 (minibuffer-local-completion-map, minibuffer-local-map):
8619 Fix list quoting.
8620
8621 2009-09-17 Glenn Morris <rgm@gnu.org>
8622
8623 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8624 arguments, whether or not it has a handler.
8625
8626 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8627
8628 * simple.el (hard-newline): Give it a doc-string.
8629
8630 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8631 (lisp-mode-syntax-table): Give them doc-strings.
8632
8633 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8634
8635 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8636 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8637 (menu-bar-options-menu, menu-bar-showhide-menu)
8638 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8639 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8640 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8641 (menu-bar-options-menu, menu-bar-tools-menu)
8642 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8643 (menu-bar-help-menu):
8644 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8645 string arguments.
8646
8647 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8648 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8649 calls for the menu names and :help.
8650
8651 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8652
8653 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8654 to :minor-mode-function (bug#4455).
8655
8656 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8657
8658 * startup.el (command-line): Initialize the window-system after
8659 processing the command-line.
8660
8661 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8662 page-delimiter matches the empty string.
8663
8664 2009-09-16 Glenn Morris <rgm@gnu.org>
8665
8666 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8667 byte-compile-not-obsolete-var. It's a list now.
8668 (byte-compile-not-obsolete-funcs): New variable.
8669 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8670 byte-compile-not-obsolete-funcs.
8671 (byte-compile-variable-ref, byte-compile-defvar): Update for
8672 byte-compile-not-obsolete-vars name-change and list nature.
8673 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8674 and variables behind (f)boundp tests.
8675 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8676
8677 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8678
8679 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8680
8681 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8682
8683 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8684 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8685 Don't autoload.
8686
8687 2009-09-15 Stephen Eglen <stephen@gnu.org>
8688
8689 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8690 the virtual-buffers, use the name of the buffer specified by
8691 find-file-noselect, as the match may be a symlink. (This was a
8692 problem if the target and the symlink had different names.)
8693
8694 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8695
8696 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8697
8698 * desktop.el (desktop-path): Check user-emacs-directory.
8699
8700 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8701
8702 * loadup.el: Use after-load-functions to GC after loading each file.
8703 Remove the explicit GC calls that used to be sprinkled around.
8704
8705 * subr.el (after-load-functions): New hook.
8706 (do-after-load-evaluation): Run it. Use string-match-p to detect
8707 `obsolete' packages, rather than painfully extracting the relevant
8708 directory name.
8709
8710 2009-09-15 Glenn Morris <rgm@gnu.org>
8711
8712 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8713 free variable `doc'.
8714
8715 * dired.el (dired-mode-map): Add menu entry for async shell command.
8716
8717 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8718 variables, also consider the .elc files, since the .el files are
8719 normally gzipped (subsequent code locates the .el.gz from the .elc).
8720
8721 * calc/calc-prog.el (arglist): Define for compiler.
8722
8723 * calendar/diary-lib.el (diary-display-function): Change the default to
8724 fancy display.
8725 (body): Define for compiler.
8726
8727 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8728 (byte-compile-file-form, byte-compile-lambda)
8729 (byte-compile-top-level-body, byte-compile-form)
8730 (byte-compile-variable-ref, byte-compile-setq)
8731 (byte-compile-setq-default, byte-compile-body)
8732 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8733 (batch-byte-compile): Give some more local variables with common names
8734 a "bytecomp-" prefix to avoid masking warnings about free variables.
8735
8736 * startup.el (command-line-1): Give local variables with common names a
8737 distinguishing prefix, so as not to hide free variable warnings during
8738 bootstrap.
8739
8740 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8741 clever and add a suffix to make a unique name, just let the user decide
8742 whether or not to overwrite it. If the input is a directory, write the
8743 default filename to that directory. (Bug#4388)
8744 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8745 is a filename-as-a-directory.
8746
8747 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8748
8749 * textmodes/page.el (what-page): Don't move to beginning of line.
8750 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8751
8752 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8753
8754 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8755
8756 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8757
8758 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8759 * help.el (help-for-help-internal): Add purecopy calls for text.
8760
8761 * vc.el (top): print-log method now takes an optional SHORTLOG
8762 argument. Add a new method: root.
8763 (vc-root-diff, vc-print-root-log): New functions.
8764 (vc-log-short-style): New variable.
8765 (vc-print-log-internal): Add support for showing short logs.
8766
8767 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8768 vc-print-root-log and vc-print-root-diff.
8769
8770 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8771 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8772 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8773 short logs.
8774
8775 * vc-cvs.el (vc-cvs-print-log):
8776 * vc-mtn.el (vc-mtn-print-log):
8777 * vc-rcs.el (vc-rcs-print-log):
8778 * vc-sccs.el (vc-sccs-print-log):
8779 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8780 that is ignored for now.
8781
8782 * vc-mtn.el (vc-mtn-annotate-command):
8783 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8784
8785 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8786
8787 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8788 to function-key-map, and give them ascii-character property.
8789 * term/x-win.el (x-alternatives-map):
8790 * term/ns-win.el (ns-alternatives-map):
8791 * term/internal.el (msdos-key-remapping-map):
8792 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8793
8794 2009-09-14 Glenn Morris <rgm@gnu.org>
8795
8796 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8797 temp-buffers (2009-09-12).
8798
8799 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8800
8801 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8802 the new read-key function.
8803
8804 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8805
8806 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8807 is defined (Bug#4405).
8808
8809 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
8810
8811 * recentf.el (recentf-cleanup): Use a hash table to find
8812 duplicates (Bug#4407).
8813
8814 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
8815
8816 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8817 kp-0 to ascii equivalents (Bug#4325).
8818
8819 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8820
8821 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8822
8823 * eshell/em-hist.el:
8824 * eshell/em-dirs.el (eshell-complete-user-reference):
8825 Declare pcomplete functions and variables to avoid compiler warnings.
8826
8827 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
8828
8829 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8830 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8831 * eshell/em-alias.el (eshell-aliases-file):
8832 * eshell/em-hist.el (eshell-history-file-name):
8833 Use expand-file-name instead of concat to make file names (Bug#4308).
8834
8835 2009-09-13 Glenn Morris <rgm@gnu.org>
8836
8837 * ediff-merg.el (ediff-do-merge):
8838 * filesets.el (filesets-run-cmd):
8839 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8840 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8841 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8842 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8843 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8844 Replace empty `let's with `progn'.
8845
8846 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8847
8848 * mail/sendmail.el (send-mail-function):
8849 * tooltip.el (tooltip-mode):
8850 * simple.el (transient-mark-mode):
8851 * rfn-eshadow.el (file-name-shadow-mode):
8852 * frame.el (blink-cursor-mode):
8853 * font-core.el (global-font-lock-mode):
8854 * files.el (temporary-file-directory)
8855 (small-temporary-file-directory, auto-save-file-name-transforms):
8856 * epa-hook.el (auto-encryption-mode):
8857 * composite.el (global-auto-composition-mode):
8858 Use custom-initialize-delay.
8859 * startup.el (command-line): Don't explicitly call
8860 custom-reevaluate-setting for all the above vars.
8861 * custom.el (custom-initialize-safe-set)
8862 (custom-initialize-safe-default): Delete.
8863
8864 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8865
8866 * term/x-win.el (x-initialize-window-system):
8867 * term/w32-win.el (w32-initialize-window-system):
8868 * term/ns-win.el (ns-initialize-window-system): Don't call
8869 mouse-wheel-mode since it's enabled globally by default already.
8870
8871 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8872 actually define the variable, but only silences the byte-compiler.
8873 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8874 before looking it up.
8875 (mouse-wheel-scroll-amount): Also reset the bindings if this value
8876 is changed.
8877
8878 2009-09-12 Glenn Morris <rgm@gnu.org>
8879
8880 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8881 1000.
8882 (elint-add-required-env): Don't beep on error.
8883 (elint-forms): In case of error, return ENV unchanged.
8884 (elint-init-env): Skip non-list forms.
8885 (elint-log): Handle unknown file positions.
8886
8887 2009-09-12 Daiki Ueno <ueno@unixuser.org>
8888
8889 * epg.el (epg-make-context): Add autoload cookie.
8890 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8891 (epg-decrypt-string, epg-start-verify, epg-verify-file)
8892 (epg-verify-string, epg-start-sign, epg-sign-file)
8893 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8894 (epg-encrypt-string, epg-start-export-keys)
8895 (epg-export-keys-to-file, epg-export-keys-to-string)
8896 (epg-start-import-keys, epg-import-keys-from-file)
8897 (epg-import-keys-from-string, epg-start-receive-keys)
8898 (epg-receive-keys, epg-import-keys-from-server)
8899 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8900 (epg-sign-keys, epg-start-generate-key)
8901 (epg-generate-key-from-file, epg-generate-key-from-string):
8902 Remove autoload cookie.
8903
8904 2009-09-12 Eli Zaretskii <eliz@gnu.org>
8905
8906 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8907 reevaluation of trash-directory.
8908
8909 * mwheel.el: Fix last change.
8910 (mouse-wheel-mode): New defvar.
8911 (mouse-wheel-mode): Remove autoload cookie.
8912
8913 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8914
8915 * mwheel.el (mwheel-installed-bindings): New var.
8916 (mouse-wheel-mode): Use it, so as to make sure we really remove all
8917 the bindings we set last time. Use custom-initialize-delay.
8918 * loadup.el: Load mwheel after term/*-win.el.
8919 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8920 and mouse-wheel-up-event now that their first evaluation is done
8921 sufficiently late to be correct.
8922
8923 * startup.el (tutorial-directory): Make it a defcustom.
8924 Use custom-initialize-delay rather than eval-at-startup to set it.
8925 * image.el (image-load-path): Make it a defcustom.
8926 Use custom-initialize-delay rather than eval-at-startup to set it.
8927 * subr.el (eval-at-startup): Remove.
8928 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8929
8930 * subr.el (do-after-load-evaluation): Warn the user after loading an
8931 obsolete package.
8932
8933 2009-09-12 Glenn Morris <rgm@gnu.org>
8934
8935 * proced.el (proced-mark-alt): Remove alias.
8936 (proced-mode-map): Remove proced-mark-alt.
8937
8938 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8939 Elint file and directory. Remove initialization entry.
8940
8941 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8942 commands.
8943 (elint-current-buffer): Set mode-line-process.
8944 (elint-init-env): Handle define-derived-mode.
8945 Fix declare-function with unspecified arglist. Guard against odd
8946 defalias statements (eg iso-insert's 8859-1-map).
8947 (elint-add-required-env): Use a temp buffer.
8948 (elint-form): Just print the function/macro name, not the whole form.
8949 Return env unchanged if we fail to parse a macro.
8950 (elint-forms): Guard against parse errors.
8951 (elint-output): New function, to handle batch mode.
8952 (elint-log-message): Add optional argument. Use elint-output.
8953 (elint-set-mode-line): New function.
8954
8955 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
8956
8957 * emacs-lisp/elp.el (elp-not-profilable): Add more
8958 functions (Bug#4233).
8959
8960 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
8961
8962 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8963 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8964
8965 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8966
8967 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8968 (gdb-var-list-children): Use json parsing.
8969
8970 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
8971
8972 * progmodes/js.el (js--proper-indentation): Handle the case where
8973 char-before is null. Reported by Deniz Dogan.
8974
8975 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8976
8977 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8978
8979 2009-09-11 Daiki Ueno <ueno@unixuser.org>
8980
8981 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8982 (epg-digest-algorithm-alist): Add SHA224.
8983 (epg-context-set-passphrase-callback)
8984 (epg-context-set-progress-callback): Add description about
8985 callback function.
8986
8987 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8988
8989 * custom.el (custom-delayed-init-variables): New var.
8990 (custom-initialize-delay): New function.
8991 * startup.el (command-line): "Re"evaluate all vars in
8992 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
8993 explicitly any more.
8994 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8995 to avoid creating a ~/.emacs.d at build-time (bug#4347).
8996
8997 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8998
8999 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
9000
9001 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9002 (gdb-var-update-handler): Use json parsing.
9003
9004 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
9005
9006 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9007 decode annotated text, regardless of language environment. (Bug#2741)
9008
9009 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9010
9011 * Makefile.in (autoloads): Make rmail.el writable as well.
9012
9013 2009-09-11 Glenn Morris <rgm@gnu.org>
9014
9015 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9016 loaddefs.el.
9017 * dired.el: Regenerate with extracted autoloads.
9018 * Makefile.in (autoloads): Make dired.el writable.
9019
9020 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9021 * ibuffer.el: Regenerate with extracted autoloads.
9022 * Makefile.in (autoloads): Make ibuffer.el writable.
9023
9024 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9025 * version.el (emacs-copyright, emacs-major-version)
9026 (emacs-minor-version): Reformat doc-strings for make-docfile.
9027
9028 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9029 functions and variables, since they must be stuff specific to some other
9030 platform.
9031 (apropos-print): Make mouse-click message less specific about button.
9032
9033 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9034 that records where a macro was defined.
9035 * help-fns.el (describe-function-1): Mention if a function has a
9036 compiler-macro.
9037 * help-mode.el (help-function-cmacro): New button.
9038
9039 * locate.el (top-level): Always require dired.
9040 (locate-mode-map): Initialize inside the defvar.
9041
9042 * net/ange-ftp.el (dired-compress-file): Declare.
9043 (ange-ftp-dired-compress-file): Add doc string.
9044
9045 * term/ns-win.el (x-display-name, x-setup-function-keys):
9046 Unify doc-strings with X versions.
9047
9048 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9049
9050 * emulation/crisp.el (crisp-mode-map): Move initialization
9051 into declaration.
9052 (crisp-mode): Use define-minor-mode.
9053
9054 * progmodes/xscheme.el (xscheme-evaluation-commands):
9055 Put a :advertised-binding property rather than using
9056 advertised-xscheme-send-previous-expression.
9057 (advertised-xscheme-send-previous-expression): Declare obsolete.
9058 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9059 `advertised-undo'.
9060 (crisp-mode): Add corresponding bindings to
9061 undo's :advertised-binding instead.
9062 * dired.el (dired-mode-map): Put a :advertised-binding property rather
9063 than using dired-advertised-find-file.
9064 (dired-advertised-find-file):
9065 * simple.el (advertised-undo):
9066 * wid-edit.el (advertised-widget-backward): Declare obsolete.
9067 (widget-keymap): Put a :advertised-binding property rather
9068 than using advertised-widget-backward.
9069 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9070 than using advertised-undo.
9071 * tutorial.el (tutorial--default-keys): Adjust accordingly.
9072
9073 2009-09-10 Simon South <ssouth@slowcomputing.org>
9074
9075 * progmodes/delphi.el (delphi-tab): Indent region when Transient
9076 Mark mode is enabled and region is active; otherwise indent or
9077 insert TAB as usual.
9078 (delphi-mode): Update description of TAB-key binding.
9079
9080 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9081
9082 * subr.el (define-key-rebound-commands): Mark obsolete.
9083 * startup.el (precompute-menubar-bindings): Remove.
9084 (normal-top-level): Remove obsolete code that tried to precompute
9085 menubar bindings.
9086 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9087 define-key-rebound-commands and precompute-menubar-bindings.
9088
9089 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9090
9091 * net/imap.el (imap-interactive-login): Better messages.
9092 (imap-open): Fix bug with renamed buffer on reconnect.
9093 (imap-authenticate): Add buffer-local imap-last-authenticator variable
9094 for easier debugging and cleaner code. On successful (guessed based on
9095 server capabilities) secondary authentication, set imap-state
9096 correctly.
9097 (imap-last-authenticator): Define imap-last-authenticator as a variable
9098 to avoid warnings.
9099
9100 2009-09-10 Glenn Morris <rgm@gnu.org>
9101
9102 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9103
9104 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9105 (byte-compile-file-form-autoload): Don't warn about unknown functions
9106 where the autoload statement comes after the use.
9107 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9108 that any handlers inside the body (eg require) are in turn respected.
9109
9110 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9111 effects.
9112
9113 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9114 and syntax and abbrev tables basic docs, if they don't have any.
9115
9116 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9117
9118 * international/mule-cmds.el (top-level): Require cl when compiling.
9119 (view-hello-file): Use default-value rather than
9120 default-enable-multibyte-characters.
9121
9122 * progmodes/fortran.el: Move all safe and risky properties into the
9123 defcustoms.
9124
9125 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9126 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9127 * mail/undigest.el:
9128 Put autoloads in rmail.el rather than loaddefs.el.
9129 * mail/rmail.el: Regenerate with extracted autoloads.
9130
9131 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9132 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9133
9134 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
9135
9136 Reported in thread for Bug#4375.
9137 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9138 "-data-evaluate-expression" instead of print.
9139 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9140 (gdb-tooltip-print): Parse output from above MI command.
9141 (gdb): Revert 2009-08-11 change. User should detach inferior
9142 manually.
9143
9144 Remove the word "separate" from IO functions as inferior
9145 output is now never displayed in the GUD buffer.
9146
9147 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
9148
9149 * startup.el (command-line-normalize-file-name): On Windows and
9150 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9151
9152 2009-09-10 Juri Linkov <juri@jurta.org>
9153
9154 * isearch.el (isearch-text-char-description): Propertize escape
9155 character sequences with the `escape-glyph' face. (Bug#4344)
9156
9157 * simple.el (shell-command): Set asynchronous process filter to
9158 `comint-output-filter'. (Bug#4343)
9159
9160 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9161 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
9162 the list. Move "asm" to the bottom.
9163 (grep-find-ignored-directories): Add `choice' with nil value
9164 to empty the list easily.
9165 (grep-find-ignored-files): New option.
9166 (grep-files-history): Set to nil by default instead of '("ch" "el").
9167 (grep-compute-defaults): Add "<X>" to `grep-template'.
9168 (grep-read-files): Bind new local variables `default-alias' and
9169 `default-extension'. Use a list of default values for the file prompt.
9170 (lgrep): Add `--exclude=' command line options composed from
9171 `grep-find-ignored-files'.
9172 (rgrep): Add `-name' command line options composed from
9173 `grep-find-ignored-files'. (Bug#4301)
9174
9175 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9176
9177 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9178 (bug#4368).
9179
9180 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9181
9182 * calendar/time-date.el (autoload):
9183 Expand define-obsolete-function-alias into defalias and make-obsolete
9184 for old Emacsen that Gnus supports.
9185 (with-no-warnings): Define it for old Emacsen.
9186 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9187 is available.
9188 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9189 float-time is available; suppress compile warning for time-to-seconds.
9190
9191 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
9192
9193 * net/imap.el (imap-message-map): Docstring fix.
9194
9195 2009-09-09 Glenn Morris <rgm@gnu.org>
9196
9197 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9198 line numbers too. (Bug#4374)
9199
9200 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
9201
9202 * smerge-mode.el (smerge-remove-props, smerge-refine):
9203 Use with-silent-modifications (bug#4342).
9204
9205 * subr.el (with-silent-modifications): New macro.
9206
9207 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
9208
9209 * files.el (top-level): Require `cl' when compiling.
9210
9211 2009-09-07 Glenn Morris <rgm@gnu.org>
9212
9213 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9214
9215 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9216 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
9217
9218 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
9219
9220 * vc-git.el (vc-git-annotate-command): Use separator to parse
9221 arguments correctly.
9222
9223 2009-09-06 Eli Zaretskii <eliz@gnu.org>
9224
9225 * proced.el (proced-mode): Doc fix.
9226
9227 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
9228
9229 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9230 lstat fails.
9231 (tramp-do-file-attributes-with-ls): Check for file existence at
9232 remote end.
9233 (tramp-do-file-attributes-with-stat): Likewise.
9234 (tramp-convert-file-attributes): Return nil when attr is nil.
9235
9236 2009-09-05 Glenn Morris <rgm@gnu.org>
9237
9238 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9239 properties to this button.
9240 (diary-fancy-display): Don't extend the button to the final newline.
9241 (diary-fancy-display-mode): Continue to define "q" as a local key.
9242
9243 * calendar/cal-china.el (holiday-chinese): Make it slightly more
9244 efficient.
9245
9246 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9247
9248 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9249 (byte-compile-dest-file-function): New option.
9250 (byte-compile-dest-file): Doc fix.
9251 Obey byte-compile-dest-file-function.
9252 (byte-compile-cl-file-p): New function.
9253 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9254 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
9255 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9256 than for file being previously loaded.
9257 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9258 (byte-compile-file-form-require): Handle the case where requiring a file
9259 indirectly causes CL to be loaded.
9260
9261 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9262
9263 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9264 before killing the old buffer, since by the time `kill-buffer' is
9265 run so many buffer variables have been set to nil that it may not
9266 behave as expected. (Bug#4061)
9267
9268 2009-09-05 Karl Fogel <kfogel@red-bean.com>
9269
9270 * files.el (find-alternate-file): If the old buffer is modified
9271 and visiting a file, behave similarly to `kill-buffer' when
9272 killing it, thus reverting to the pre-1.878 behavior; see
9273 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9274 for discussion. Also, consult `buffer-file-name' as a variable
9275 not as a function, for consistency with the rest of the code.
9276
9277 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
9278
9279 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9280 also when adding a new directory.
9281
9282 * net/tramp-compat.el (tramp-compat-line-beginning-position):
9283 New defun.
9284
9285 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9286
9287 * files.el (locate-file-completion-table): Make it provide boundary
9288 information, so partial-completion works better.
9289
9290 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9291
9292 * mail/footnote.el (Footnote-text-under-cursor):
9293 Check footnote-text-marker-alist before using it (bug#4324).
9294
9295 2009-09-04 Glenn Morris <rgm@gnu.org>
9296
9297 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9298 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9299 * play/solitaire.el, play/tetris.el:
9300 Remove leading * from defcustom and defface docs.
9301
9302 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9303 necessary.
9304 (diary-fancy-overriding-map): New variable.
9305 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9306 Use view-mode.
9307
9308 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9309 goto-line.
9310
9311 2009-09-03 Glenn Morris <rgm@gnu.org>
9312
9313 * arc-mode.el (archive-mode):
9314 * dos-fns.el (set-default-process-coding-system):
9315 * man.el (Man-getpage-in-background):
9316 * menu-bar.el (menu-bar-describe-menu):
9317 * server.el (server-process-filter):
9318 * startup.el (command-line):
9319 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9320 * w32-fns.el (set-default-process-coding-system):
9321 * x-dnd.el (x-dnd-handle-file-name):
9322 * international/mule-cmds.el (mule-menu-keymap)
9323 (set-default-coding-systems, language-info-alist, set-language-info)
9324 (set-language-environment, standard-display-european-internal)
9325 (set-locale-environment):
9326 * international/mule-diag.el (mule-diag):
9327 * mail/emacsbug.el (report-emacs-bug):
9328 * mail/rmail.el (rmail-mode):
9329 * mail/sendmail.el (mail-setup):
9330 Use default-value rather than default-enable-multibyte-characters.
9331
9332 * progmodes/f90.el: Move all safe properties into the defcustoms.
9333 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9334
9335 * calendar/appt.el (appt-check):
9336 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9337 (diary-check-diary-file, diary-list-entries)
9338 (diary-include-other-diary-files, diary-simple-display)
9339 (diary-fancy-display, diary-print-entries)
9340 (diary-mark-included-diary-files, diary-make-entry):
9341 Don't call substitute-in-file-name on diary-file.
9342
9343 2009-09-03 Eduard Wiebe <usenet@pusto.de>
9344 Stefan Monnier <monnier@iro.umontreal.ca>
9345
9346 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9347 (footnote-mode-map): Move initialization into the declaration.
9348 (footnote-minor-mode-map): Define it rather than changing global-map.
9349 (footnote-mode): Use define-minor-mode.
9350
9351 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
9352
9353 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9354 (tramp-do-file-attributes-with-perl)
9355 (tramp-do-file-attributes-with-stat): Rename from
9356 `tramp-handle-file-attributes-with-*'.
9357 (tramp-handle-file-attributes): Use them.
9358 (tramp-do-directory-files-and-attributes-with-perl)
9359 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9360 `tramp-handle-directory-files-and-attributes-with-*'.
9361 (tramp-handle-directory-files-and-attributes): Use them.
9362 (tramp-method-out-of-band-p): Additional parameter SIZE.
9363 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9364 (tramp-handle-write-region): Use it.
9365 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
9366 (tramp-handle-vc-registered): Check, whether the first run did
9367 return files to be tested.
9368 (tramp-advice-make-auto-save-file-name): Do not call directly
9369 `tramp-handle-make-auto-save-file-name', because this would bypass
9370 the locking mechanism.
9371
9372 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9373 (file-remote-p, process-file, start-file-process, set-file-times)
9374 (tramp-compat-file-attributes): Compatibility functions shall not
9375 call directly `tramp-handle-*', because this would bypass the
9376 locking mechanism.
9377 (tramp-compat-number-sequence): New defun.
9378
9379 2009-09-02 Glenn Morris <rgm@gnu.org>
9380
9381 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9382 alias for float-time.
9383 (time-to-number-of-days): In Emacs, use float-time.
9384 * net/newst-backend.el (time-add): Suppress warnings from compat
9385 function.
9386 * time.el (emacs-uptime, emacs-init-time):
9387 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9388 Use float-time rather than time-to-seconds.
9389
9390 * minibuffer.el (completion-initials-expand): Fix typo.
9391
9392 * faces.el (modeline, modeline-inactive, modeline-highlight)
9393 (modeline-buffer-id):
9394 * info.el (info-menu-5): Mark these face aliases as obsolete.
9395
9396 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9397
9398 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9399 space ...
9400 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9401 no "--thread" option.
9402 (gdb-stopped): Don't print "Switched to thread" message when it is
9403 unchanged.
9404
9405 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9406
9407 * minibuffer.el (completion-try-completion)
9408 (completion-all-completions): Remove ill-defined (and
9409 mistakenly installed and luckily never used nor documented)
9410 `completion-styles' property.
9411 (completion-initials-expand, completion-initials-all-completions)
9412 (completion-initials-try-completion): New functions.
9413 (completion-styles-alist): Add doc to each entry.
9414 Add new `initials' entry.
9415
9416 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9417
9418 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9419 MI command -var-evaluate-expression.
9420 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9421 and tweak for case of string child.
9422 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9423
9424 2009-09-01 Glenn Morris <rgm@gnu.org>
9425
9426 * add-log.el (change-log-date-face, change-log-name-face)
9427 (change-log-email-face, change-log-file-face, change-log-list-face)
9428 (change-log-conditionals-face, change-log-function-face)
9429 (change-log-acknowledgement-face):
9430 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9431 (custom-modified-face, custom-set-face, custom-changed-face)
9432 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9433 (custom-documentation-face, custom-state-face, custom-comment-face)
9434 (custom-comment-tag-face, custom-variable-tag-face)
9435 (custom-variable-button-face, custom-face-tag-face)
9436 (custom-group-tag-face-1, custom-group-tag-face):
9437 * diff-mode.el (diff-header-face, diff-file-header-face)
9438 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9439 (diff-added-face, diff-changed-face, diff-function-face)
9440 (diff-context-face, diff-nonexistent-face):
9441 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9442 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9443 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9444 (Info-title-4-face):
9445 * isearch.el (isearch-lazy-highlight-face):
9446 * log-view.el (log-view-file-face, log-view-message-face):
9447 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9448 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9449 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9450 (cvs-msg-face):
9451 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9452 (smerge-base-face, smerge-markers-face):
9453 * wid-edit.el (widget-documentation-face, widget-button-face)
9454 (widget-field-face, widget-single-line-field-face)
9455 (widget-inactive-face, widget-button-pressed-face):
9456 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9457 (woman-addition-face):
9458 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9459 (eshell-ls-executable-face, eshell-ls-readonly-face)
9460 (eshell-ls-unreadable-face, eshell-ls-special-face)
9461 (eshell-ls-missing-face, eshell-ls-archive-face)
9462 (eshell-ls-backup-face, eshell-ls-product-face)
9463 (eshell-ls-clutter-face):
9464 * eshell/em-prompt.el (eshell-prompt-face):
9465 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9466 * obsolete/old-whitespace.el (whitespace-highlight-face):
9467 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9468 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9469 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9470 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9471 (antlr-font-lock-literal-face):
9472 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9473 (ebrowse-root-class-face, ebrowse-file-name-face)
9474 (ebrowse-default-face, ebrowse-member-attribute-face)
9475 (ebrowse-member-class-face, ebrowse-progress-face):
9476 * progmodes/make-mode.el (makefile-space-face):
9477 * progmodes/sh-script.el (sh-heredoc-face):
9478 * textmodes/flyspell.el (flyspell-incorrect-face)
9479 (flyspell-duplicate-face):
9480 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9481 * textmodes/texinfo.el (texinfo-heading-face):
9482 Mark face aliases with "-face" suffix as obsolete.
9483
9484 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9485 compiler.
9486
9487 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9488 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9489 easy-menu-define wants to modify these.
9490
9491 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9492
9493 * net/browse-url.el (browse-url-file-url):
9494 * term/internal.el (dos-codepage-setup):
9495 Use default-value rather than default-enable-multibyte-characters.
9496
9497 * progmodes/etags.el (etags-goto-tag-location):
9498 * progmodes/flymake.el (flymake-highlight-line)
9499 (flymake-goto-file-and-line, flymake-goto-line):
9500 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9501 (gdb-goto-breakpoint):
9502 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9503 * progmodes/python.el (python-find-function)
9504 (python-pdbtrack-track-stack-file):
9505 * progmodes/verilog-mode.el (verilog-surelint-off):
9506 * term/ns-win.el (ns-open-file-select-line):
9507 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9508 Use forward-line rather than goto-line.
9509
9510 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9511 * textmodes/reftex-index.el (reftex-display-index):
9512 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9513 * textmodes/reftex-toc.el (reftex-toc):
9514 Remove unnecessary bindings of default-major-mode (all are followed by
9515 major-mode check and possible mode switch).
9516
9517 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9518
9519 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9520 Handle watchpoints (bug#4282).
9521 (def-gdb-thread-buffer-command): Enable thread to be selected by
9522 clicking without selecting threads buffer first.
9523 (gdb-current-context-command): Use selected frame so that "up",
9524 "down" etc work in the GUD buffer.
9525 (gdb-update): Find selected frame before rendering stack buffer.
9526 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9527
9528 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9529
9530 * progmodes/sym-comp.el (displayed-completions): Remove.
9531 (symbol-complete): Use minibuffer-complete.
9532
9533 2009-08-31 Glenn Morris <rgm@gnu.org>
9534
9535 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9536
9537 * apropos.el (apropos-symbols-internal):
9538 Handle (obsolete) face aliases.
9539
9540 * faces.el (describe-face): Adjust the output format to be more like
9541 describe-variable, and to mention (obsolete) face aliases.
9542 Adjust the whitespace so that help-setup-xref works.
9543
9544 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9545 * calendar/diary-lib.el (diary-button-face):
9546 Mark these face aliases as obsolete.
9547
9548 * calendar/calendar.el (calendar-today): Doc fix.
9549
9550 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9551
9552 * progmodes/gdb-mi.el (gdb-control-all-threads)
9553 (gdb-control-current-thread): Force tool bar update.
9554 (gdb-non-stop-handler): New function.
9555 (gdb-init-1): Use it to test if non-stop mode is supported.
9556 Remove unused gdbmi buffer type.
9557
9558 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
9559
9560 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9561 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
9562
9563 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
9564
9565 * comint.el (comint-exec-1): Check command is non-null first.
9566 Part of gdb-mi.el change (2009-08-28).
9567
9568 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9569
9570 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9571
9572 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
9573
9574 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9575 instead of `dolist' to avoid a recursive require when bootstrapping.
9576
9577 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9578
9579 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9580
9581 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9582
9583 * net/imap.el (imap-send-command): Simplify.
9584 (imap-wait-for-tag): point-max -> buffer-size.
9585
9586 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9587
9588 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9589 with constant argument.
9590
9591 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9592
9593 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9594
9595 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9596 Change default, since most of our files don't have a history.
9597 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9598 the user.
9599
9600 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9601 Add comint-run.
9602
9603 * calc/calc.el: Improve commenting convention.
9604 (calc-digit-map, toplevel): Simplify.
9605
9606 * comint.el (comint-insert-input): Be careful to only set point if we
9607 don't delegate to some other command.
9608
9609 * proced.el (proced-signal-list): Make it an alist.
9610 (proced-grammar-alist): Capitalize names.
9611 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9612 Disable undo manually and make it read-only.
9613 Use completion-annotate-function.
9614
9615 * minibuffer.el (minibuffer-message): If the current buffer is not
9616 a minibuffer, insert the message in the echo area rather than at the
9617 end of the buffer.
9618 (completion-annotate-function): New variable.
9619 (minibuffer-completion-help): Use it.
9620 (completion--embedded-envvar-table): Environment vars are
9621 always case-sensitive.
9622
9623 2009-08-30 Glenn Morris <rgm@gnu.org>
9624
9625 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9626 from fortran-current-defun.
9627 (fortran-beginning-of-subprogram): Be more precise about finding the
9628 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9629 (fortran-end-of-subprogram): Simplify.
9630 (fortran-current-defun): Use fortran-start-prog-re.
9631
9632 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
9633
9634 * subr.el (do-after-load-evaluation): Simplify.
9635
9636 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9637
9638 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9639
9640 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9641 (vc-rcs-print-log): Use it.
9642
9643 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9644
9645 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9646
9647 * paths.el (abbrev-file-name): Move to abbrev.el.
9648 * abbrev.el (abbrev-file-name): Move from paths.el.
9649 Obey user-emacs-directory.
9650 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9651 user-emacs-directory.
9652 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9653 abbrev-file-name and calc-settings-file any more.
9654 * startup.el (command-line): Recompute abbrev-file-name and
9655 abbreviated-home-dir.
9656 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9657 of the special code for when C-h bindings haven't been changed.
9658 (display-startup-echo-area-message): Use with-current-buffer.
9659 (command-line-1): Use a list of strings, rather than a list of lists
9660 of strings for longopts.
9661
9662 * files.el (get-free-disk-space): Use / for default-directory.
9663
9664 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9665 Use with-current-buffer.
9666
9667 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9668 Recognize immutable variables like most-positive-fixnum.
9669 (byte-compile-setq-default): Check and warn if trying to assign
9670 to an immutable variable, or a non-variable.
9671
9672 * progmodes/cc-vars.el (c-comment-continuation-stars):
9673 * progmodes/cc-engine.el (c-looking-at-bos):
9674 * progmodes/cc-cmds.el (c-toggle-auto-state)
9675 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9676 (c-comment-line-break-function): Add version of obsolescence.
9677
9678 2009-08-28 Juri Linkov <juri@jurta.org>
9679
9680 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9681 associated with `archive-mode'.
9682
9683 * image.el (image-type-header-regexps): Use only JPEG magic number
9684 to determine JPEG images, and don't use `image-jpeg-p' because
9685 Emacs can display non-JFIF non-Exif JPEG images.
9686
9687 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9688
9689 * arc-mode.el (archive-mode):
9690 * emacs-lisp/re-builder.el (re-builder-unload-function):
9691 Protect against the default value of `major-mode' being nil.
9692
9693 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9694
9695 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9696 Fix typos in docstrings.
9697
9698 * progmodes/js.el (js--macro-decl-re): Doc fix.
9699 (js--plain-method-re, js--split-name): Refloc docstring.
9700 (js--class-styles, js--make-merged-item, js--splice-into-items):
9701 Fix typos in docstrings; reflow docstrings.
9702 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9703 (js--variable-decl-matcher, js--inside-pitem-p)
9704 (js--parse-state-at-point, js--get-all-known-symbols)
9705 (js--symbol-history, js-find-symbol, js--js-references)
9706 (js--moz-interactor, js--js-encode-value, js--read-tab):
9707 Fix typos in docstrings.
9708
9709 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9710
9711 * textmodes/reftex.el (reftex-get-file-buffer-force):
9712 * progmodes/verilog-mode.el (verilog-batch-execute-func):
9713 * emulation/viper.el (viper-go-away, viper-set-hooks):
9714 * emacs-lisp/re-builder.el (re-builder-unload-function):
9715 * emacs-lisp/bytecomp.el (byte-compile-file):
9716 * ses.el (ses-unload-function):
9717 * hexl.el (hexl-find-file):
9718 * files.el (normal-mode):
9719 * ehelp.el (with-electric-help):
9720 * autoinsert.el (auto-insert-alist):
9721 * arc-mode.el (archive-mode):
9722 Use (default-value 'major-mode) instead of default-major-mode.
9723
9724 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9725 * international/mule.el (load-with-code-conversion):
9726 * emacs-lisp/debug.el (debug):
9727 * ediff-vers.el (ediff-rcs-get-output-buffer):
9728 * dired.el (dired-internal-noselect): Don't let-bind
9729 default-major-mode around code that doesn't use it.
9730 E.g. buffer creation via get-buffer-create doesn't use it.
9731
9732 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
9733
9734 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9735 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9736 when writing the temp file. Otherwise, epa-file gets confused.
9737 (tramp-register-file-name-handlers): Make it a defun. Move also
9738 `epa-file-handler' to the front of `file-name-handler-alist'.
9739
9740 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9741
9742 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9743 start right after a ^M.
9744 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9745 (tramp-completion-file-name-regexp-separate)
9746 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9747 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9748 Don't modify last-coding-system-used by accident.
9749 (tramp-completion-file-name-handler): Apply the checks here,
9750 instead during registration.
9751 (tramp-register-file-name-handlers): Renamed from
9752 `tramp-register-file-name-handler'. Register both
9753 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9754 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
9755
9756 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
9757
9758 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9759 Remove variable ...
9760 (gdb-init-1, gdb-display-separate-io-buffer)
9761 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9762 references to it.
9763 (gdb-inferior-io-mode): Use make-comint-in-buffer.
9764 (gdb-inferior-filter): Use comint-output-filter to stop
9765 echoing and remove ^M characters.
9766
9767 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9768
9769 * emulation/viper-init.el (viper-restore-cursor-type):
9770 * emulation/cua-base.el (cua--update-indications):
9771 Replace default-cursor-type with (default-value 'cursor-type).
9772
9773 * mail/sendmail.el (mail-recover-1):
9774 * international/mule-diag.el (describe-current-coding-system-briefly)
9775 (describe-current-coding-system):
9776 * international/mule-cmds.el (select-safe-coding-system)
9777 (select-message-coding-system)
9778 (set-language-environment-coding-systems, set-locale-environment):
9779 * hexl.el (hexl-insert-multibyte-char):
9780 * dos-w32.el (find-buffer-file-type-coding-system):
9781 * simple.el (what-cursor-position):
9782 Replace uses of default-buffer-file-coding-system
9783 with (default-value 'buffer-file-coding-system).
9784
9785 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9786 Replace uses of default-cursor-in-non-selected-windows
9787 with (default-value 'cursor-in-non-selected-windows).
9788 Use with-current-buffer.
9789
9790 * mail/feedmail.el: Use CL macros.
9791 (feedmail-run-the-queue, feedmail-send-it-immediately):
9792 * dos-w32.el (find-buffer-file-type): Replace uses of
9793 default-buffer-file-type with (default-value 'buffer-file-type).
9794
9795 2009-08-28 Glenn Morris <rgm@gnu.org>
9796
9797 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9798 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9799 Use default-value of major-mode rather than default-major-mode.
9800
9801 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9802
9803 * Makefile.in (update-elcfiles): Report left over elc files.
9804
9805 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9806 expand-file-name and with-current-buffer.
9807 (mail-get-names, mail-directory): Use with-current-buffer.
9808
9809 * vc.el (vc-read-revision): New function.
9810 (vc-version-diff, vc-merge): Use it.
9811
9812 2009-08-27 Sam Steingold <sds@gnu.org>
9813
9814 * simple.el (kill-do-not-save-duplicates): New user option.
9815 (kill-new): When it is non-nil, and the new string is the same as
9816 the latest kill, set replace to t to avoid duplicates in kill-ring.
9817
9818 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
9819
9820 * net/tramp.el (tramp-handle-process-file): Do not flush all
9821 caches when `process-file-side-effects' is set.
9822 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9823 instead of `tramp-find-file-exists-command'.
9824 Unset `process-file-side-effects'.
9825
9826 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
9827
9828 * net/tramp.el (tramp-methods): New method "rsyncc".
9829 (top): Add completion function for "rsyncc".
9830 (tramp-message-show-message): New defvar.
9831 (tramp-message, tramp-error): Use it.
9832 (tramp-do-copy-or-rename-file-directly): Extend check for direct
9833 remote copying.
9834 (tramp-do-copy-or-rename-file-out-of-band): Handle new
9835 `tramp-methods' entry `copy-env' of "rsyncc".
9836 (tramp-vc-registered-read-file-names): New defconst.
9837 (tramp-vc-registered-file-names): New defvar.
9838 (tramp-handle-vc-registered): Implement optimization strategy.
9839 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9840 (tramp-vc-file-name-handler): New defun.
9841 (tramp-get-ls-command, tramp-get-test-command)
9842 (tramp-get-file-exists-command, tramp-get-remote-ln)
9843 (tramp-get-remote-perl, tramp-get-remote-stat)
9844 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9845
9846 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9847 (tramp-cache-inhibit-cache): Extend doc string. It allows also
9848 timestamps.
9849 (tramp-get-file-property): Check for timestamps in
9850 `tramp-cache-inhibit-cache'.
9851 (tramp-set-file-property): Write timestamp.
9852
9853 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9854
9855 * language/japan-util.el (japanese-symbol-table): Add entries for
9856 cp932-2-byte.
9857
9858 * international/characters.el: Add category `j' to cp932-2-byte.
9859
9860 2009-08-27 Kenichi Handa <handa@m17n.org>
9861
9862 * international/fontset.el (build-default-fontset-data): New macro.
9863 (setup-default-fontset): Use build-default-fontset-data for CJK,
9864 tibetan, ethiopic, and ipa.
9865
9866 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9867
9868 * cus-start.el (default-major-mode): Customize `major-mode' instead.
9869 (enable-multibyte-characters): Not customizable any more.
9870
9871 * subr.el (default-mode-line-format, default-header-line-format)
9872 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9873 (default-direction-reversed, default-truncate-lines)
9874 (default-left-margin, default-tab-width, default-case-fold-search)
9875 (default-left-margin-width, default-right-margin-width)
9876 (default-left-fringe-width, default-right-fringe-width)
9877 (default-fringes-outside-margins, default-scroll-bar-width)
9878 (default-vertical-scroll-bar, default-indicate-empty-lines)
9879 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9880 (default-fringe-cursor-alist, default-scroll-up-aggressively)
9881 (default-scroll-down-aggressively, default-fill-column)
9882 (default-cursor-type, default-buffer-file-type)
9883 (default-cursor-in-non-selected-windows)
9884 (default-buffer-file-coding-system, default-major-mode)
9885 (default-enable-multibyte-characters): Mark as obsolete.
9886
9887 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
9888
9889 * vc-dir.el (vc-dir-update): Remove debug helper.
9890
9891 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9892
9893 2009-08-26 Sam Steingold <sds@gnu.org>
9894
9895 * simple.el (save-interprogram-paste-before-kill): New user option.
9896 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9897 save the interprogram-paste into kill-ring before overriding it
9898 with the Emacs kill.
9899
9900 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9901
9902 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9903 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9904 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9905 and move to vc-rcs.el.
9906 (vc-default-next-revision): Rename to vc-rcs-next-revision and
9907 move to vc-rcs.el.
9908 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9909 (vc-rcs-update-changelog): Remove.
9910 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9911 and move to vc-rcs.el.
9912
9913 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9914 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9915 renaming.
9916 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9917 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9918 vc.el, renamed to be RCS specific.
9919
9920 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9921 New functions.
9922 (vc-cvs-update-changelog): Move here from vc.el.
9923
9924 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9925 New functions.
9926
9927 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9928
9929 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9930
9931 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9932
9933 * vc-git.el (vc-git-register): Use "git add" for directories.
9934 (vc-git-stash, vc-git-stash-show): New functions.
9935 (vc-git-extra-menu-map): Bind them.
9936
9937 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9938 directory correctly in case the item is a directory itself.
9939
9940 * vc.el: Document the desired behavior for reverted files in the
9941 `added' state.
9942 (vc-default-prettify-state-info): Remove function, unused.
9943
9944 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9945
9946 2009-08-26 Glenn Morris <rgm@gnu.org>
9947
9948 * bindings.el (standard-mode-line-format): Reposition dashes in
9949 which-func entry. (Bug#4217)
9950
9951 * files.el (enable-local-variables, enable-local-eval)
9952 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9953 the defcustoms.
9954 (auto-mode-alist, ignored-local-variables)
9955 (save-some-buffers-action-alist): Move risky declarations to the
9956 definitions.
9957 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9958 (font-lock-defaults, format-alist, imenu--index-alist)
9959 (imenu-generic-expression, input-method-alist, minor-mode-alist)
9960 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9961 (mode-line-modified, mode-line-mule-info, mode-line-position)
9962 (mode-line-process, mode-line-remote, outline-level)
9963 (parse-time-rules, rmail-output-file-alist)
9964 (special-display-buffer-names, vc-mode):
9965 Move risky declarations to the relevant files.
9966 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9967 (mode-line-modified, mode-line-process, mode-line-position)
9968 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9969 * font-core.el (font-lock-defaults):
9970 * format.el (format-alist):
9971 * vc-hooks.el (vc-mode):
9972 * window.el (special-display-buffer-names):
9973 * international/mule-cmds.el (input-method-alist):
9974 Define riskiness here (dumped file) rather than in files.el.
9975 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9976 * imenu.el (imenu-generic-expression, imenu--index-alist):
9977 * outline.el (outline-level):
9978 * time.el (display-time-string):
9979 * calendar/parse-time.el (parse-time-rules):
9980 * mail/rmailout.el (rmail-output-file-alist):
9981 Autoload riskiness here, rather than placing in files.el.
9982
9983 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
9984
9985 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9986
9987 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
9988
9989 * simple.el (process-file-side-effects): New defvar.
9990
9991 * dired-aux.el (dired-show-file-type):
9992 * vc.el (vc-diff-internal):
9993 * vc-arch.el (vc-arch-diff):
9994 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9995 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9996 * vc-git.el (vc-git-registered, vc-git-working-revision)
9997 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9998 (vc-git--empty-db-p):
9999 * vc-hooks.el (vc-user-login-name):
10000 * vc-svn.el (vc-svn-registered, vc-svn-state)
10001 (vc-svn-dir-extra-headers, vc-svn-find-revision):
10002 * progmodes/grep.el (grep-probe): Let-bind
10003 `process-file-side-effects' with nil.
10004
10005 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10006
10007 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10008 daemon. Replace ping by checking for running service for bluez
10009 and zeroconf. (Bug#4239)
10010
10011 2009-08-25 Kevin Ryde <user42@zip.com.au>
10012
10013 * net/dig.el (dig): Add autoload cookie.
10014
10015 2009-08-25 Glenn Morris <rgm@gnu.org>
10016
10017 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10018 load-history for absolute file-names.
10019 (byte-compile-file-form-require): Warn about use of the cl package.
10020
10021 * format.el (format-alist): Doc fix.
10022
10023 * play/bubbles.el (top-level): Don't require cl at run-time.
10024
10025 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10026 run-time cl).
10027
10028 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
10029
10030 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10031 from cl package.
10032 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10033
10034 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
10035
10036 * calc/calc-alg.el (math-trig-rewrite)
10037 (math-hyperbolic-trig-rewrite): New functions.
10038 (calc-simplify): Simplify trig functions when asked.
10039
10040 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10041
10042 * diff-mode.el (diff-find-source-location): Avoid goto-line.
10043
10044 2009-08-24 Kenichi Handa <handa@m17n.org>
10045
10046 * language/ind-util.el (mapthread): Delete it.
10047 (combinatorial): New function.
10048 (indian--puthash-cv): Use combinatorial instead of mapthread.
10049
10050 2009-08-22 Kevin Ryde <user42@zip.com.au>
10051
10052 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10053 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10054 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10055 Clarify docstring that the value is strings not symbols.
10056 (checkdoc-list-of-strings-p): New function.
10057
10058 2009-08-22 Glenn Morris <rgm@gnu.org>
10059
10060 * files.el (auto-mode-alist):
10061 * hippie-exp.el (he-concat-directory-file-name):
10062 * lpr.el (lpr-windows-system, printer-name):
10063 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10064 * ps-print.el (ps-windows-system):
10065 * startup.el (command-line):
10066 * emulation/viper-ex.el (viper-glob-function):
10067 * international/mule-cmds.el (set-language-environment-coding-systems):
10068 * net/ange-ftp.el (ange-ftp-write-region):
10069 * obsolete/fast-lock.el (fast-lock-cache-name):
10070 Remove code for defunct system-types emx, macos, mswindows, next-mach,
10071 unisoft-unix, vax-vms, win32, w32.
10072
10073 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10074 given name if the pattern is not more specific.
10075
10076 * calendar/lunar.el (lunar-phase-names): New option.
10077 (lunar-phase): Doc fix.
10078 (lunar-cycles-per-year): New constant.
10079 (lunar-index): New function.
10080 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10081 (lunar-phase-name): Use lunar-phase-names.
10082 (calendar-lunar-phases): Use format.
10083 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10084
10085 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10086 Copy imenu-example--name-and-position function here for own use.
10087 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10088
10089 * bs.el (bs--redisplay):
10090 * cus-edit.el (custom-redraw):
10091 * ibuffer.el (ibuffer-bury-buffer):
10092 * server.el (server-goto-line-column):
10093 * startup.el (command-line-1):
10094 * strokes.el (strokes-xpm-for-stroke):
10095 * term.el (term-display-buffer-line):
10096 * view.el (View-goto-line):
10097 * calc/calc.el (calc-do, calc-trail-buffer):
10098 * play/gamegrid.el (gamegrid-add-score-insecure):
10099 * progmodes/ada-mode.el (ada-compile-goto-error):
10100 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10101 (ebrowse-select-1st-to-9nth):
10102 * progmodes/cperl-mode.el (cperl-time-fontification):
10103 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10104 * progmodes/gud.el (gud-display-line):
10105 (idlwave-shell-display-line):
10106 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10107 * progmodes/make-mode.el (makefile-browser-toggle):
10108 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10109 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10110 * textmodes/picture.el (picture-draw-rectangle):
10111 * textmodes/reftex-index.el (reftex-index-goto-letter):
10112 (reftex-select-jump-to-previous):
10113 * textmodes/reftex-sel.el (reftex-find-start-point)
10114 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10115 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10116 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10117 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10118 * textmodes/two-column.el (2C-associated-buffer):
10119 Use forward-line rather than goto-line.
10120
10121 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10122 goto-line.
10123
10124 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10125 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10126 (quick-check-list-to-regexp): Declare.
10127
10128 * progmodes/make-mode.el (makefile-browser-insert-selection):
10129 Use goto-char rather than goto-line.
10130
10131 * progmodes/prolog.el (compilation-error-regexp-alist)
10132 (compilation-forget-errors): Declare.
10133
10134 2009-08-22 Juri Linkov <juri@jurta.org>
10135
10136 * progmodes/grep.el (lgrep, rgrep): At the beginning
10137 set `dir' to `default-directory' unless `dir' is a non-nil
10138 readable directory. (Bug#4052)
10139 (lgrep, rgrep): Change a weird way to report an error
10140 from using `read-string' to using `error'.
10141 Instead of using interactive arguments in the function body,
10142 add new argument `confirm'.
10143
10144 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10145
10146 * textmodes/remember.el (remember-buffer):
10147 * progmodes/cperl-mode.el (cperl-vc-header-alist):
10148 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10149 (icalendar-extract-ical-from-buffer):
10150 * net/newst-treeview.el (newsticker-groups-filename):
10151 * net/newst-backend.el (newsticker-cache-filename):
10152 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10153 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10154 (speedbar-add-ignored-path-regexp, speedbar-line-path)
10155 (speedbar-buffers-line-path, speedbar-path-line)
10156 (speedbar-buffers-line-path):
10157 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10158 (epg-sign-keys):
10159 * epa.el (epa-display-verify-result):
10160 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10161
10162 2009-08-21 Glenn Morris <rgm@gnu.org>
10163
10164 * progmodes/js.el (inferior-moz-process): Fix declaration.
10165
10166 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10167
10168 * obsolete/rnewspost.el (news-mail-reply):
10169 Use goto-char rather than goto-line.
10170
10171 * term/ns-win.el (ns-open-file-select-line):
10172 Use line-beginning-position rather than goto-line.
10173
10174 * apropos.el (apropos-command):
10175 * ehelp.el (electric-helpify):
10176 * printing.el (pr-show-setup):
10177 * strokes.el (strokes-help):
10178 * tutorial.el (tutorial--describe-nonstandard-key)
10179 (tutorial--detailed-help):
10180 * woman.el (woman-mini-help, woman-display-extended-fonts):
10181 * calc/calc-help.el (calc-describe-key):
10182 * emulation/edt.el (edt-electric-helpify):
10183 * international/mule-diag.el (mule-diag):
10184 * play/yow.el (apropos-zippy):
10185 * progmodes/python.el (python-describe-symbol):
10186 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10187 * textmodes/table.el (*table--cell-describe-mode)
10188 (*table--cell-describe-bindings):
10189 Use help-print-return-message rather than the now obsolete alias.
10190
10191 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
10192 (calendar-cursor-to-visible-date):
10193 * play/5x5.el (5x5-position-cursor):
10194 * play/decipher.el (decipher):
10195 * play/gomoku.el (gomoku-goto-xy):
10196 * play/landmark.el (lm-goto-xy):
10197 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10198 (mpuz-paint-digit):
10199 Use forward-line, not goto-line.
10200
10201 * mail/rmail.el (rmail-obsolete): Delete custom group.
10202 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10203 (rmail-remote-password, rmail-remote-password-required):
10204 Remove unneeded :set-after and :set properties.
10205
10206 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
10207
10208 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10209
10210 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
10211
10212 * loadup.el: Remove leftover macos code.
10213
10214 * vc-git.el (vc-git-annotate-command): Run asynchronously.
10215 Explicitly pass the date format to git blame so that user local
10216 so that the output format can be parsed.
10217
10218 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
10219
10220 * net/dbus.el (top): Don't check for (getenv
10221 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
10222
10223 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
10224
10225 * log-edit.el (log-edit-strip-single-file-name): New var.
10226 (log-edit-insert-changelog): Use it. Bug#3571
10227
10228 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10229
10230 * subr.el (read-passwd): Use read-key so keypad keys work as well.
10231 Bug#3287
10232
10233 * help.el (help-print-return-message): Rename from
10234 print-help-return-message.
10235
10236 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10237 cvs-mode-map parent hack.
10238 (log-view-mode): Derive from special-mode.
10239
10240 * linum.el (linum-mode): window-size-change-functions is redundant.
10241 Adapt to new window-configuration-change-hook behavior.
10242 (linum-after-size, linum-after-config): Remove.
10243
10244 * imenu.el (imenu-example--name-and-position)
10245 (imenu-example--lisp-extract-index-name)
10246 (imenu-example--create-lisp-index, imenu-example--create-c-index):
10247 Mark as obsolete.
10248
10249 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10250 (inferior-prolog-mode): Use it.
10251 (inferior-prolog-load-file): Reset list of errors.
10252
10253 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10254
10255 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10256
10257 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10258
10259 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
10260
10261 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10262 is running already.
10263
10264 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10265
10266 * subr.el (listify-key-sequence-1): Use normal syntax since those
10267 integers are nowadays always represented by the same (positive) number
10268 on all platforms.
10269 (read-key-empty-map): New const.
10270 (read-key-delay): New var.
10271 (read-key): New function.
10272 (force-mode-line-update): Use with-current-buffer.
10273 (locate-user-emacs-file): Don't forget to abbreviate the file name.
10274 (start-process-shell-command, start-file-process-shell-command):
10275 Discourage the use of command-args.
10276
10277 2009-08-19 Glenn Morris <rgm@gnu.org>
10278
10279 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10280
10281 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10282
10283 * simple.el (choose-completion-string): Don't rely on
10284 minibuffer-completing-file-name and ad-hoc checks to decide whether
10285 to continue completion or not.
10286
10287 * minibuffer.el (minibuffer-hide-completions): New function.
10288 (completion--do-completion): Use it.
10289 (completions-annotations): New face.
10290 (completion--insert-strings): Use it.
10291 (completion-pcm--delim-wild-regex): Add docstring.
10292 (completion-pcm--string->pattern): Add support for 0-width delimiters
10293 in completion-pcm--delim-wild-regex.
10294
10295 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10296
10297 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10298 Remove unused var `buffer-modified-p'.
10299
10300 * minibuffer.el (completion--do-completion): Move point for the #b001
10301 case as well (bug#4176).
10302 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10303
10304 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
10305
10306 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10307 and :session buses.
10308
10309 2009-08-18 Kenichi Handa <handa@m17n.org>
10310
10311 * international/ucs-normalize.el (ucs-normalize-version):
10312 Change to 1.1.
10313 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10314 (utf-8-hfs): Make it perform normalization on encoding too.
10315
10316 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10317 (sentence-end-without-space): Delete duplicated chars.
10318 (sentence-end-base): Likewise.
10319
10320 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10321 (html-mode): Delete duplicated chars from sentence-end-base.
10322
10323 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10324 (texinfo-mode): Delete duplicated chars from sentence-end-base.
10325
10326 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
10327
10328 * files.el (hack-one-local-variable): If the mode function is for
10329 a minor mode, pass it an argument (Bug#4148).
10330
10331 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
10332
10333 * net/tramp.el (tramp-register-completion-file-name-handler):
10334 Check also for (member 'partial-completion completion-styles).
10335
10336 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10337
10338 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10339 abbrev (Bug#3943).
10340
10341 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
10342
10343 * progmodes/cperl-mode.el: Merge upstream 6.2.
10344 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10345 (cperl-forward-re): Check cperl-brace-recursing.
10346 (cperl-highlight-charclass): New function.
10347 (cperl-find-pods-heres): Use it.
10348 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
10349 (cperl-beautify-regexp-piece): Fix column calculation.
10350 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
10351 (cperl-beautify-level): Don't process entire regexp.
10352 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10353 calling man.
10354 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10355 (cperl-init-faces): Build a list in the normal way.
10356
10357 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10358
10359 * calendar/parse-time.el (parse-time-string-chars): Save match
10360 data.
10361
10362 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10363
10364 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10365 (sql-product): Use it.
10366 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10367 (sql-set-product): Add completion.
10368 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10369 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10370 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10371 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10372 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10373 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10374 (sql-highlight-db2-keywords): Remove.
10375 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10376 (sql-highlight-product): Use derived-mode-p.
10377 (sql-set-sqli-buffer): Use with-current-buffer.
10378 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10379 Simplify.
10380
10381 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10382
10383 * term.el: Fix commenting convention, turn comments into docstrings.
10384
10385 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10386
10387 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10388
10389 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
10390
10391 * calendar/parse-time.el (parse-time-string-chars): Compute using
10392 character classes, to handle non-ascii characters (Bug#3190).
10393
10394 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10395
10396 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10397 another heredoc if the user adds another < (Bug#3226).
10398
10399 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10400 Don't initialize based on window-system (Bug#4124).
10401
10402 * facemenu.el (facemenu-read-color): Use a completion function
10403 that accepts any defined color, such as RGB triplets (Bug#3677).
10404
10405 * files.el (get-free-disk-space): Change fallback default
10406 directory to /. Expand DIR argument before switching to fallback.
10407 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10408
10409 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10410
10411 * files.el (load-library): Doc fix.
10412
10413 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
10414
10415 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10416 (viper-if-string): Redefine C-s in the minibuffer to insert the last
10417 incremental search string.
10418
10419 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10420 XEmacs.
10421
10422 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10423 (ediff-merge-region-is-non-clash)
10424 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10425 Also check if the job is really a merge job.
10426
10427 * ediff.el (ediff-current-file): New function.
10428
10429 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10430
10431 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10432 conventions.
10433 (js-insert-and-indent): Delete function.
10434 (js-mode-map): Don't bind keys to js-insert-and-indent.
10435 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10436 (js-end-of-defun): Rename from js--end-of-defun.
10437 (js-auto-indent-flag): Delete variable.
10438
10439 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
10440
10441 * progmodes/js.el: Remove proclaim statement.
10442 Defvar which-func-imenu-joiner-function to silence compiler.
10443
10444 * files.el (auto-mode-alist): Use js-mode for .js files.
10445
10446 * progmodes/js2-mode.el: Remove file.
10447
10448 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10449
10450 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10451
10452 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10453
10454 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
10455 Karl Landstrom <karl.landstrom@brgeight.se>
10456
10457 * progmodes/js.el: New file.
10458
10459 2009-08-14 Mark A. Hershberger <mah@everybody.org>
10460
10461 * timezone.el (timezone-parse-date): Add ability to understand ISO
10462 basic format (minimal separators) dates in addition to the
10463 already-supported extended format dates.
10464
10465 2009-08-14 Eli Zaretskii <eliz@gnu.org>
10466
10467 * international/ucs-normalize.el: Add a `coding' file variable.
10468
10469 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10470
10471 2009-08-14 Sam Steingold <sds@gnu.org>
10472
10473 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10474
10475 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
10476
10477 * faces.el (help-argument-name): Define it here instead of
10478 help-fns.el, because in daemon mode help-fns.el may be loaded when
10479 faces are still uninitialized (Bug#1078).
10480
10481 * help-fns.el (help-argument-name): Move defface to faces.el.
10482
10483 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
10484
10485 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10486 create buffer with a pty but no process so that GDB can make the
10487 inferior the controlling process.
10488
10489 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
10490
10491 * international/ucs-normalize.el: New file.
10492
10493 2009-08-13 Richard Stallman <rms@gnu.org>
10494
10495 * mail/rmail.el (rmail-get-attr-names):
10496 Accept an attribute header that is too short.
10497
10498 * mail/rmail.el (rmail-forget-messages):
10499 Ignore nil elt in rmail-message-vector. Use dotimes.
10500
10501 * progmodes/compile.el (compilation-goto-locus):
10502 Use next-error-move-function.
10503
10504 * simple.el (next-error-move-function): New variable.
10505
10506 2009-08-12 Juri Linkov <juri@jurta.org>
10507
10508 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10509 always non-nil. (Bug#4052)
10510
10511 * replace.el (read-regexp): Return empty string when
10512 `default-value' is nil.
10513 (keep-lines-read-args): Don't use empty string as the
10514 default value for `read-regexp'. (Bug#2495)
10515
10516 2009-08-12 Juri Linkov <juri@jurta.org>
10517
10518 * international/mule-cmds.el (ucs-insert): Change arguments
10519 from `arg' to `character', `count', `inherit' to be the same
10520 as in `insert-char'. Doc fix. (Bug#4039)
10521
10522 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10523
10524 2009-08-12 Juri Linkov <juri@jurta.org>
10525
10526 * files-x.el: New file.
10527
10528 * files.el: Move code that deals with adding/deleting
10529 file/directory-local variables to files-x.el.
10530
10531 * Makefile.in (ELCFILES): Add files-x.elc.
10532
10533 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10534
10535 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10536 to use `goto-line'.
10537 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10538 `goto-line'.
10539 (gdb-invalidate-disassembly): Do not refresh upon receiving
10540 'update signal. Instead, update all disassembly buffers only after
10541 threads list.
10542 (gdb): Send -target-detach when buffer is killed (Bug#3794).
10543 (gdb-starting): Moved -data-list-register-names...
10544 (gdb-stopped): ...here so it's sent when first thread stops.
10545 (gdb-registers-handler-custom): Do nothing if register names are
10546 unknown yet.
10547
10548 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10549 from `gdb-mi.el' to avoid extra tangling.
10550
10551 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10552 change which breaks `gud-def' definitions used in `gdb'.
10553 (gdb-update-gud-running): No extra fuss for updating frame number.
10554
10555 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10556
10557 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10558 (describe-language-environment-map, setup-language-environment-map)
10559 (set-coding-system-map): Move initialization into declaration.
10560 (set-language-info-alist): Last arg to define-key-after can be skipped.
10561
10562 * international/quail.el (quail-completion-1): Simplify.
10563 (quail-define-rules): Use slightly more compact code.
10564 (quail-insert-decode-map): Propertize keys, compact columns.
10565
10566 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10567 Add goto-line.
10568
10569 2009-08-10 Miles Bader <miles@gnu.org>
10570
10571 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10572 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10573 (js2-instance-member, js2-private-member, js2-private-function-call)
10574 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10575 (js2-magic-paren, js2-external-variable):
10576 Remove "-face" suffix from face names.
10577 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10578 (js2-highlight-undeclared-vars, js2-peek-token)
10579 (js2-parse-function-params, js2-mode-show-errors)
10580 (js2-mode-show-warnings, js2-make-magic-delimiter)
10581 (js2-mode-highlight-magic-parens): Update to use new face names.
10582
10583 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
10584
10585 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10586 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10587
10588 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
10589
10590 * subr.el: Provide hashtable-print-readable.
10591
10592 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10593 hs-c-like-adjust-block-beginning.
10594 (hs-hide-block-at-point): Stop hiding at the beginning of
10595 hs-block-end-regexp (Bug#700).
10596
10597 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10598
10599 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10600 a macro.
10601 (gdb-registers-handler-custom): Do not fail when register names
10602 are unavailable.
10603
10604 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10605
10606 * progmodes/gdb-mi.el (gdb-control-all-threads)
10607 (gdb-control-current-thread): Interactive setters for
10608 `gdb-gud-control-all-threads' to use in menu.
10609 (gdb-show-run-p): Show «Go» when process is not active.
10610 (gud-tool-bar-map): Add non-stop/A,T indicator.
10611 Uses gud/thread.xpm and gud/all.xpm.
10612
10613 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
10614
10615 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10616 (nslookup-font-lock-keywords): Make it a variable.
10617 (net-utils-mode): New mode for viewing diagnostic network output.
10618 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10619 (net-utils-run-simple): New function.
10620 (ifconfig, iwconfig, netstat, arp, route): Use it.
10621
10622 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10623
10624 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10625 (gdb-memory-set-address, def-gdb-set-positive-number)
10626 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10627 after changing settings.
10628 (gdb-invalidate-disassembly): Update when first shown.
10629 (gdb-edit-locals-value): Fixed.
10630 (gdb-registers-handler-custom): Print registers in right order and
10631 allow changing register values (only for current thread yet).
10632 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10633 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10634 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10635 (gdb-locals-handler-custom, gdb-registers-handler-custom):
10636 Thread info in mode name.
10637 (gdb-registers-mode-map): TAB to switch to locals.
10638
10639 2009-08-08 Eli Zaretskii <eliz@gnu.org>
10640
10641 * mail/rmail.el (rmail-add-mbox-headers)
10642 (rmail-set-message-counters-counter): Search for
10643 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10644
10645 2009-08-08 Glenn Morris <rgm@gnu.org>
10646
10647 * Makefile.in (ELCFILES): Update.
10648
10649 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10650
10651 * mail/sendmail.el (mail-yank-original):
10652 Set buffer-file-coding-system from the one used by the message whose
10653 text is yanked.
10654
10655 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10656 to "windows" when "pgnuplot" is used.
10657 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
10658 Don't call accept-process-output if "pgnuplot" is used.
10659 (calc-graph-init): Don't send -display and -geometry to
10660 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10661 running "pgnuplot -V" with shell-command-to-string.
10662
10663 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10664 the default.
10665
10666 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10667
10668 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10669 org/org-latex.elc.
10670
10671 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10672
10673 * vc-dispatcher.el (vc-resynch-window): Update comment.
10674
10675 * term.el (term-handle-ansi-escape): Add comments with the
10676 terminfo capabilities implemented.
10677
10678 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10679
10680 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10681 (gdb-var-create-handler): Rewritten using JSON parser.
10682 (gdb-propertize-header): Moved earlier.
10683 (gdb-set-header): Removed to avoid duplication.
10684 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10685 Refresh disassembly buffers only after threads list have been
10686 update.
10687 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10688 variables.
10689
10690 2009-08-04 Juri Linkov <juri@jurta.org>
10691
10692 * files.el: Commands to add/delete file/directory-local variables.
10693 (read-file-local-variable, read-file-local-variable-value)
10694 (read-file-local-variable-mode, modify-file-local-variable)
10695 (modify-file-local-variable-prop-line)
10696 (modify-dir-local-variable): New functions.
10697 (add-file-local-variable, delete-file-local-variable)
10698 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10699 (add-dir-local-variable, delete-dir-local-variable)
10700 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10701 (copy-dir-locals-to-file-locals-prop-line): New commands.
10702
10703 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
10704
10705 * abbrev.el (insert-abbrev-table-description): Prettify output.
10706 Suggested by Karl Chen.
10707
10708 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
10709
10710 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10711 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10712 (gdb-overlay-arrow-position, gdb-thread-position)
10713 (gdb-disassembly-position): Declare variables.
10714 (gdb-wait-for-pending): Function now.
10715 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10716 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10717 compilation goes smoothly.
10718 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10719 (gdb-non-stop-setting): New customization setting which replaces
10720 `gdb-non-stop' so changing it doesn't break active GDB session.
10721 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10722 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10723 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10724 (gdb-show-threads-by-default): New customization options.
10725 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10726 routines.
10727 (gdb-get-buffer-create): Send buffers update signal when they are
10728 created.
10729 (gdb-invalidate-locals, gdb-invalidate-registers)
10730 (gdb-invalidate-breakpoints)
10731 (gdb-invalidate-threads, gdb-invalidate-disassembly)
10732 (gdb-invalidate-memory): Accept update signal.
10733 (gdb-current-context-command): Use --frame option.
10734 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10735 Implement `gdb-frame-number' selection logic.
10736 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10737 whether to show GUD toolbar buttons.
10738 (gdb-thread-exited): Unselect current thread when it exits.
10739 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10740 (gdb-mark-line): Routine which sets overlay arrow or inverses
10741 video on fringeless displays.
10742 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10743 to build aligned columns of data in GDB buffers and set text
10744 properties line-by-line.
10745 (gdb-invalidate-breakpoints)
10746 (gdb-breakpoints-list-handler-custom)
10747 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10748 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10749 (gdb-registers-handler-custom): Align data columns.
10750 (gdb-locals-handler-custom): Now prints data like in variable
10751 declarations.
10752 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10753 Removed confusing buttons.
10754 (gdb-invalidate-threads): Append --frame.
10755 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10756 between breakpoints/threads buffers.
10757 (gdb-set-window-buffer): Now can ignore dedicated windows.
10758 (gdb-propertize-header): Use `gdb-set-window-buffer'.
10759 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10760 (def-gdb-thread-buffer-gud-command): Replaces
10761 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10762 for fine thread control.
10763 (gdb-preempt-existing-or-display-buffer): New function used to
10764 display bound buffers without breaking window layout.
10765 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10766 (gdb-select-frame): New version of `gdb-frames-select' which now
10767 sets `gdb-frame-number' so commands may use --frame option instead
10768 of inner debugger state.
10769 (gdb-frame-handler): Do not set `gdb-frame-number'.
10770 (gdb-threads-mode-map): Select threads with mouse.
10771
10772 * progmodes/gud.el (gdb-gud-context-call): Declare function to
10773 avoid compilation warning.
10774 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10775 `gdb-show-stop-p`.
10776
10777 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10778 Argument `key' renamed to `buffer-type'.
10779 (gdb-current-context-buffer-name): Do not add thread info to
10780 buffer name when no thread is selected.
10781 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10782 command (bug 3794).
10783 (gdb-thread-selected): Handle `=thread-selected' notification.
10784 (gdb-wait-for-pending): New macro to deal with congestion problems.
10785 (gdb-breakpoints-list-handler-custom): Don't fail on pending
10786 breakpoints.
10787 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10788 This fixes problem similar to one described in bug 3947.
10789 (gud-menu-map): More menu items.
10790 (gdb-init-1): Reset `gdb-thread-number' to nil.
10791
10792 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10793 non-stop settings.
10794
10795 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10796 (gdb-current-context-command): Do not append --thread if
10797 `gdb-thread-number' is nil.
10798 (gdb-running-threads-count, gdb-stopped-threads-count):
10799 New variables.
10800 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10801 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
10802 New customization options.
10803 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10804 GUD commands.
10805 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10806 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10807 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10808 set `gdb-thread-number' and update `gud-running' properly.
10809 (gdb-running): Update threads list when new threads appear.
10810 (gdb-stopped): Support non-stop operation and new thread switching
10811 logic.
10812 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10813 (gdb-json-partial-output): New set of JSON routines.
10814 (def-gdb-auto-update-trigger): New `signal-list' optional
10815 argument.
10816 (gdb-thread-list-handler-custom): Update `gud-running',
10817 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10818 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10819 (gdb-continue-thread, gdb-step-thread): New commands for fine
10820 thread execution control.
10821 (gud-menu-map): New menu items to switch non-stop options.
10822 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10823 (gdb-send): Mimic RET properly (bug 3794).
10824
10825 * progmodes/gdb-mi.el (gdb-rules-name-maker)
10826 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10827 gdb-buffer-rules.
10828 (def-gdb-auto-update-handler): New nopreserve optional argument.
10829 (gdb-stack-list-frames-custom): Print stack from top to bottom.
10830
10831 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10832 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10833 (gdb-parent-mode): New mode to derive other GDB modes from.
10834 (gdb-display-disassembly-for-thread)
10835 (gdb-frame-disassembly-for-thread): New commands for threads
10836 buffer.
10837
10838 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10839 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10840 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10841 (gdb-update): We now store all GDB buffers in a list so that they
10842 can be updated by traversing a list instead of calling invalidate
10843 triggers explicitly.
10844 (def-gdb-trigger-and-handler): New macro to define trigger-handler
10845 pair for GDB buffer.
10846 (gdb-stack-buffer-name): Add thread information.
10847 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10848 handle pending triggers.
10849 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10850 (def-gdb-thread-buffer-simple-command)
10851 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10852 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10853 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10854 New commands which show buffers bound to thread.
10855 (gdb-stack-list-locals-regexp): Removed unused regexp.
10856
10857 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10858 (gdb-locals-buffer-name, gdb-registers-buffer-name)
10859 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10860 to (gud-comint-buffer) in *-buffer-name functions
10861 because (gdb-get-target-string) already does that.
10862 (gdb-locals-handler-custom, gdb-registers-handler-custom)
10863 (gdb-changed-registers-handler): Rewritten without regexps.
10864
10865 * progmodes/gdb-mi.el: Basic thread selection support.
10866 (gdb-thread-number): New variable.
10867 (gdb-current-context-command): New macro which adds --thread
10868 option to command.
10869 (gdb-threads-mode-map): Select thread with SPC.
10870 (gdb-thread-list-handler-custom): Mark current thread with overlay
10871 arrow. Synchronize GDB thread and Emacs thread.
10872 (gdb-select-thread): New command which selects current thread.
10873 (gdb-invalidate-frames, gdb-invalidate-locals)
10874 (gdb-invalidate-registers): Use --thread option.
10875
10876 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
10877
10878 * net/tramp.el (top): Make check for tramp-gvfs loading more
10879 robust. (Bug#3977)
10880 (tramp-handle-insert-file-contents): `unwind-protect' must be
10881 inside `with-parsed-tramp-file-name'.
10882
10883 * net/tramp-gvfs.el (top): Remove superfluous message when loading
10884 fails.
10885
10886 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
10887
10888 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10889 directory if CLASSPATH is not set.
10890
10891 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
10892
10893 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10894 New defconst.
10895 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
10896
10897 2009-08-02 Kevin Ryde <user42@zip.com.au>
10898
10899 * net/newst-backend.el (newsticker--raw-url-list-defaults):
10900 Update freshmeat link. Delete newsforge.com as it seems gone.
10901
10902 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10903
10904 * select.el (x-set-selection): Doc fix (Bug#4021).
10905
10906 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10907
10908 * help-fns.el (describe-variable): Treat list return values from
10909 dir-locals-find-file properly (Bug#4005).
10910
10911 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
10912
10913 * net/tramp.el (tramp-debug-message): Print also microseconds.
10914
10915 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
10916
10917 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10918 or END is non-nil.
10919 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10920 (tramp-get-debug-buffer): Change `outline-regexp' according to new
10921 format.
10922
10923 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10924 (tramp-get-file-property): Use it.
10925
10926 * autorevert.el (auto-revert-handler):
10927 Allow `auto-revert-tail-mode' for remote files.
10928
10929 2009-08-02 Jason Rumney <jasonr@gnu.org>
10930
10931 * minibuffer.el (read-file-name): Treat confirm options to
10932 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
10933
10934 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10935
10936 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10937 (font-lock-variable-name-face, font-lock-constant-face):
10938 Darken the colors for light backgrounds.
10939
10940 2009-08-01 Eli Zaretskii <eliz@gnu.org>
10941
10942 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10943 month names. (Bug#3987)
10944
10945 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
10946
10947 * simple.el (line-move-finish): Pass whole number to
10948 line-move-to-column.
10949 (line-move-visual): Perform hscroll to the recorded position.
10950
10951 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
10952
10953 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10954
10955 2009-07-29 Alan Mackenzie <acm@muc.de>
10956
10957 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10958
10959 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
10960
10961 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10962 (gdb-place-breakpoints): Use full path when setting breakpoints.
10963
10964 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10965
10966 * calc/calc.el (calc-mode-map): Add keybinding for
10967 `calc-transpose-lines'.
10968
10969 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
10970
10971 * calc/calc-misc.el (calc-transpose-lines): New function.
10972
10973 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
10974
10975 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10976 Simplify check for out-of-band methods.
10977 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10978 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
10979
10980 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10981
10982 * vc-git.el (vc-git-checkin): Fix typo.
10983
10984 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
10985
10986 * progmodes/js2-mode.el: New file.
10987
10988 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
10989
10990 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10991 (gud-menu-map): Adjust tooltip accordingly.
10992
10993 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10994
10995 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10996 (vc-bzr-log-view-mode): Adjust log-view-file-re.
10997
10998 * add-log.el (change-log-mode-map): Add a menu.
10999
11000 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
11001
11002 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11003 function returns nil.
11004 (dbus-handle-event): Handle special return value :ignore.
11005 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11006
11007 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
11008
11009 * view.el (view-mode-enable): Don't define Helper-return-blurb if
11010 it's not needed.
11011
11012 2009-07-25 Eli Zaretskii <eliz@gnu.org>
11013
11014 Fix Bug#3888:
11015
11016 * w32-vars.el (x-select-enable-clipboard): Doc fix.
11017
11018 * term/pc-win.el (x-display-name, x-colors)
11019 (x-select-enable-clipboard, x-select-text): Doc fix.
11020
11021 * term/common-win.el (x-display-name, x-colors): Doc fix.
11022
11023 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11024 (xw-defined-colors): Doc fix.
11025
11026 * w32-fns.el (x-select-text, x-setup-function-keys)
11027 (x-get-selection, x-set-selection): Doc fix.
11028
11029 * term/x-win.el (x-select-text, x-setup-function-keys)
11030 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11031
11032 * select.el (x-set-selection): Doc fix.
11033
11034 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
11035
11036 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11037 instead of "IsNSSSupportAvailable". Avahi ought to work also when
11038 "IsNSSSupportAvailable" method is not available.
11039 Reported by Steve Youngs <steve@sxemacs.org>.
11040
11041 2009-07-24 Kenichi Handa <handa@m17n.org>
11042
11043 * international/characters.el: Fix setting of category ?C, ?|, ?K,
11044 and ?H. Fix setting of case for Latin Extended and Greek Extended.
11045 (build-unicode-category-table): Fix range checks.
11046
11047 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
11048
11049 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11050 the buffer we try to sync is current when calling
11051 vc-resynch-buffer.
11052
11053 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11054 not show up to date files.
11055
11056 2009-07-24 Glenn Morris <rgm@gnu.org>
11057
11058 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11059 Add autoload cookies. If necessary, initialize.
11060 (elint-log): Handle non-file buffers.
11061 (elint-initialize): Add optional argument to reinitialize.
11062 (elint-find-builtin-variables): Save excursion.
11063
11064 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11065
11066 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11067 for Lint.
11068
11069 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11070
11071 * vc.el (vc-print-log-internal): New function, split out from ...
11072 (vc-print-log): ... here.
11073 (vc-dir-move-to-goal-column): Declare.
11074
11075 * vc-git.el (vc-git-add-signoff): New variable.
11076 (vc-git-checkin): Use it.
11077 (vc-git-toggle-signoff): New function.
11078 (vc-git-extra-menu-map): Bind it to menu.
11079 (vc-git--run-command-string): Accept a nil FILE argument.
11080 (vc-git-stash-list): New function.
11081 (vc-git-dir-extra-headers): Use it.
11082
11083 2009-07-23 Glenn Morris <rgm@gnu.org>
11084
11085 * help-fns.el (describe-variable): Describe ignored and risky local
11086 variables in a similar way to that in which we describe safe ones.
11087
11088 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11089 (byte-compile-output-file-form, byte-compile-output-docform)
11090 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11091 Give some more local variables with common names a "bytecomp-" prefix,
11092 so as not to shadow things during compilation.
11093 * emacs-lisp/cl-macs.el (load-time-value)
11094 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11095 `outbuffer' to `bytecomp-outbuffer'.
11096
11097 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11098 since the next two variables cover them automatically now.
11099 (elint-builtin-variables, elint-autoloaded-variables): New.
11100 (elint-unknown-builtin-args): Remove all members, since they can be
11101 parsed automatically now.
11102 (elint-extra-errors): New.
11103 (elint-env-add-env, elint-env-add-macro): Use cadr.
11104 (elint-current-buffer): Use or. Change final message.
11105 (elint-get-top-forms): Use line-end-position.
11106 (elint-init-env): Use cadr. Handle autoload, declare-function,
11107 and defalias.
11108 (elint-add-required-env): Doc fix. Use or. Standardize error.
11109 (regexp-assoc): Remove unused function.
11110 (elint-top-form): Set elint-current-pos, to record the start of the
11111 top-level form, for compilation-mode.
11112 (elint-form): Trap errors in macro expansion. Use dolist.
11113 (elint-unbound-variable): Use elint-builtin-variables and
11114 elint-autoloaded-variables.
11115 (elint-get-args): Use cadr, or.
11116 (elint-check-cond-form): Use dolist, cadr.
11117 (elint-check-condition-case-form): Doc fix. Use cadr.
11118 Use elint-extra-errors.
11119 (elint-log): New function.
11120 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11121 Distinguish errors and warnings.
11122 (elint-log-message): Use with-current-buffer. Inhibit read-only.
11123 Use a bytecomp-style format.
11124 (elint-clear-log): Preserve default-directory. Inhibit read-only.
11125 (elint-get-log-buffer): Use compilation mode. Disable undo.
11126 Don't truncate lines.
11127 (elint-initialize): Set builtin and autoloaded variable lists.
11128 Only process elint-unknown-builtin-args if non-nil.
11129 (elint-find-builtin-variables, elint-find-autoloaded-variables):
11130 New functions.
11131 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
11132
11133 2009-07-22 Kevin Ryde <user42@zip.com.au>
11134
11135 * net/newst-backend.el (newsticker--parse-atom-1.0)
11136 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11137 (newsticker--parse-rss-1.0):
11138 * progmodes/idlwave.el (idlwave-mode):
11139 * progmodes/idlw-shell.el (idlwave-shell-mode):
11140 * progmodes/vera-mode.el (vera-mode):
11141 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11142 * progmodes/vhdl-mode.el (vhdl-mode):
11143 * textmodes/table.el (table-generate-source)
11144 (table--warn-incompatibility):
11145 Hyperlink urls in docstrings with URL `...'.
11146
11147 2009-07-22 Glenn Morris <rgm@gnu.org>
11148
11149 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11150 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11151 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11152 Remove leading * from defcustom docs.
11153
11154 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
11155
11156 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11157 defcustom doc.
11158 (list-load-path-shadows): Optionally, just return shadows as a string.
11159
11160 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11161
11162 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
11163
11164 * mail/rmailedit.el (rmail-edit-mode):
11165 Use auto-save-include-big-deletions.
11166
11167 * mail/rmail.el (rmail-variables):
11168 Use auto-save-include-big-deletions.
11169
11170 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11171 changes.
11172
11173 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
11174
11175 * calc/calc.el (calc-undo-length): New variable.
11176 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11177
11178 2009-07-21 Richard Stallman <rms@gnu.org>
11179
11180 * files.el (auto-save-mode): Handle buffer-save-size = -2
11181 for toggling mode.
11182
11183 2009-07-21 Glenn Morris <rgm@gnu.org>
11184
11185 * textmodes/ispell.el (ispell-looking-back): Update declaration.
11186
11187 * calendar/todo-mode.el (calendar-current-date): Update declaration.
11188
11189 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11190 silence compiler. Instead...
11191 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11192 (ps-print-ensure-fontified): Update for above function name changes.
11193
11194 * printing.el (pr-mh-get-msg-num, pr-mh-show)
11195 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11196 silence compiler. Instead...
11197 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11198 (mh-show-buffer): Only define for compiler.
11199 (pr-mh-current-message): Update for above function name changes.
11200
11201 * files.el (abort-if-file-too-large): Explicitly pass `filename'
11202 as an argument.
11203 (find-file-noselect, insert-file-1): Update for above change.
11204
11205 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11206
11207 * mail/mailclient.el (mailclient-send-it): Fix message.
11208
11209 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11210 (edebug-eval): Check cl-debug-env is bound.
11211 (print-level, print-circle): Don't redefine built-in variables.
11212
11213 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11214 (custom-print-vectors): Remove old comments from doc.
11215
11216 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11217 (emerge-version): Make the variable an obsolete alias for the
11218 emacs-version variable. Make the function obsolete.
11219 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11220 Emerge options, rather than merging in into the main Options menu.
11221 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
11222 and auto advance modes. Disable edit/fast items when not relevant.
11223
11224 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11225
11226 * term/vt420.el (terminal-init-vt420): Fix typo.
11227
11228 2009-07-20 Sam Steingold <sds@gnu.org>
11229
11230 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11231 variable (removed from compile.el on 2004-03-11).
11232
11233 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
11234
11235 * files.el (hack-local-variables-filter): Fix last change.
11236
11237 2009-07-19 Juri Linkov <juri@jurta.org>
11238
11239 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11240 (dir-local-variables-alist): New buffer-local variable.
11241 (hack-local-variables-filter): If variable is not dir-local,
11242 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11243 because file-local overrides dir-local.
11244 (c-postprocess-file-styles) <declare-function>:
11245 Remove obsolete declaration.
11246 (hack-dir-local-variables): Add dir-local variable/value pair to
11247 `dir-local-variables-alist' and remove duplicates. Doc fix.
11248
11249 * help-fns.el (describe-variable): Add information about
11250 file-local and dir-local variables.
11251
11252 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
11253
11254 * files.el (hack-local-variables-filter): Rewrite.
11255
11256 2009-07-19 Glenn Morris <rgm@gnu.org>
11257
11258 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11259 Silence compiler by only defining on XEmacs.
11260
11261 * international/mule.el (auto-coding-regexp-alist): Only match
11262 BABYL... at the start of buffer, not of lines. (Bug#3790)
11263
11264 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11265 non-calendar buffers (Bug#3862). Restore "not on a date" message.
11266 (cal-menu-context-mouse-menu): Doc fix.
11267
11268 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11269
11270 * simple.el (mail-user-agent): Doc fix. Set :version tag.
11271
11272 2009-07-18 Juri Linkov <juri@jurta.org>
11273
11274 * info.el: Virtual Info keyword finder.
11275 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
11276 (Info-finder-file): New variable.
11277 (Info-finder-find-file): New function.
11278 (finder-known-keywords, finder-package-info)
11279 (find-library-name, lm-commentary): Use defvar and
11280 declare-function to silence compiler warnings.
11281 (Info-finder-find-node): New function.
11282 (info-finder): New command.
11283
11284 * subr.el (process-kill-buffer-query-function): New function.
11285 (add-hook)<kill-buffer-query-functions>: Add hook
11286 `process-kill-buffer-query-function'.
11287
11288 2009-07-18 Alan Mackenzie <acm@muc.de>
11289
11290 * progmodes/cc-mode.el (c-before-hack-hook)
11291 (c-postprocess-file-styles): Give invocation of `c-set-style'
11292 DONT-OVERRIDE parameter of t. Already set style variables will
11293 thus not be overridden by style settings given by `c-file-syle'.
11294
11295 * files.el (hack-local-variables-filter): Remove entries with
11296 duplicate keys from `file-local-variables-alist'.
11297
11298 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11299
11300 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11301 x-set-selection if display-selections-p returns nil for the
11302 current frame.
11303
11304 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
11305
11306 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11307
11308 2009-07-18 Eli Zaretskii <eliz@gnu.org>
11309
11310 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11311 Accept nil in addition to a regexp.
11312 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11313 Accept nil in addition to a regexp.
11314 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11315 buffers that have an associated file. Handle nil values of
11316 desktop-buffers-not-to-save and desktop-files-not-to-save.
11317 (Bug#3833)
11318
11319 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11320 (x-disown-selection-internal): New functions.
11321
11322 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
11323
11324 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11325 warning.
11326 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11327 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11328
11329 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
11330
11331 * simple.el (set-mark): Revert last change.
11332
11333 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11334
11335 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11336 rendering of pngs is not possible instead of messaging a long
11337 description.
11338
11339 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
11340
11341 * w32-fns.el (x-selection-owner-p): New function.
11342
11343 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
11344 (mouse-yank-at-click, mouse-yank-primary):
11345 If select-active-regions is non-nil, deactivate the mark before
11346 insertion.
11347
11348 * simple.el (deactivate-mark, set-mark): Only save selection if we
11349 own it.
11350
11351 2009-07-17 Kenichi Handa <handa@m17n.org>
11352
11353 * case-table.el (describe-buffer-case-table): Fix for the case
11354 that KEY is a cons.
11355
11356 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11357
11358 * vc-rcs.el (vc-rcs-find-file-hook):
11359 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11360
11361 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
11362
11363 * net/tramp.el (tramp-wait-for-output): Handle the case when
11364 commands do not return a newline but a null byte before the shell
11365 prompt. (Bug#3858)
11366
11367 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11368
11369 * term/ns-win.el (ns-set-alpha): Don't declare.
11370 (ns-set-background-alpha): Remove function.
11371
11372 2009-07-16 Kevin Ryde <user42@zip.com.au>
11373
11374 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11375 y-or-n-p, for safety.
11376
11377 2009-07-16 Richard Stallman <rms@gnu.org>
11378
11379 * files.el (auto-save-mode): If buffer-saved-size is -2,
11380 don't clobber it.
11381
11382 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11383 (rmail-retry-ignored-headers): Add more uninteresting fields.
11384
11385 2009-07-15 Jari Aalto <jari.aalto@cante.net>
11386
11387 * net/rcirc.el (rcirc): Use history variables.
11388 (rcirc-server-name-history, rcirc-nick-name-history)
11389 (rcirc-server-port-history): New variables.
11390
11391 2009-07-15 Kenichi Handa <handa@m17n.org>
11392
11393 * international/mule-cmds.el (set-language-environment-charset):
11394 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11395 ignore them.
11396
11397 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11398 Delete unibyte-display.
11399
11400 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11401
11402 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11403
11404 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11405
11406 * simple.el (deactivate-mark): Optional argument FORCE.
11407 (set-mark): Use deactivate-mark.
11408
11409 * info.el (Info-search): No need to check transient-mark-mode
11410 before calling deactivate-mark.
11411
11412 * select.el (x-set-selection): Doc fix.
11413 (x-valid-simple-selection-p): Allow buffer values.
11414 (xselect--selection-bounds): Handle buffer values.
11415 Suggested by David De La Harpe Golden.
11416
11417 * mouse.el (mouse-set-region, mouse-drag-track):
11418 Call copy-region-as-kill before setting the mark, to let
11419 select-active-regions work.
11420
11421 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
11422
11423 * simple.el (deactivate-mark): If select-active-regions is
11424 non-nil, copy the selection data into a string.
11425 (activate-mark): If select-active-regions is non-nil, set the
11426 selection to the current buffer.
11427 (set-mark): Update selection if select-active-regions is non-nil.
11428
11429 * select.el (x-valid-simple-selection-p): Allow buffer values.
11430
11431 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11432
11433 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11434 and more featureful message-mode.
11435
11436 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
11437
11438 * select.el (x-set-selection): Doc fix.
11439 (x-valid-simple-selection-p): Disallow selection data consisting
11440 of a list or cons of integers, since that is not used.
11441 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11442 (xselect-convert-to-string, xselect-convert-to-length)
11443 (xselect-convert-to-filename, xselect-convert-to-charpos)
11444 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11445
11446 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11447
11448 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11449 output in -break-info command (Emacs bug #3794).
11450
11451 2009-07-14 Glenn Morris <rgm@gnu.org>
11452
11453 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11454 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11455 (edebug-print-length, edebug-print-level, edebug-print-circle)
11456 (edebug-sit-for-seconds, edebug-view-outside)
11457 (edebug-bounce-point, edebug-set-global-break-condition)
11458 (edebug-Go-nonstop-mode, edebug-trace-mode)
11459 (edebug-Trace-fast-mode, edebug-continue-mode)
11460 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11461 (edebug-visit-eval-list): Doc fixes.
11462
11463 * subr.el (def-edebug-spec): Doc fix.
11464
11465 2009-07-14 Kenichi Handa <handa@m17n.org>
11466
11467 * international/characters.el: Fix setting of category ?C.
11468
11469 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11470
11471 * term/ns-win.el (x-select-font): defalias x-select-font to
11472 ns-popup-font-panel instead of generate-fontset-menu.
11473
11474 2009-07-12 Eli Zaretskii <eliz@gnu.org>
11475
11476 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
11477
11478 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11479
11480 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11481 the PK\003\004 header (Bug#3770).
11482
11483 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11484
11485 * pcomplete.el (pcomplete-comint-setup): Check for
11486 shell-dynamic-complete-filename too.
11487
11488 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
11489
11490 * simple.el (temporary-goal-column): Change the value for
11491 line-move-visual to a cons cell.
11492 (line-move-visual): Record or set the window hscroll, if
11493 necessary (Bug#3494).
11494 (line-move-1): Handle cons value of temporary-goal-column.
11495
11496 2009-07-11 Kenichi Handa <handa@m17n.org>
11497
11498 * international/mule-diag.el (describe-character-set): Don't show
11499 width.
11500
11501 2009-07-10 Sam Steingold <sds@gnu.org>
11502
11503 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11504 Omake sometimes indents the errors it prints, so allow all
11505 regexps to start with spaces.
11506
11507 2009-07-10 Eli Zaretskii <eliz@gnu.org>
11508
11509 * cus-edit.el (customize-changed-options-previous-release):
11510 Bump value to 22.1. (Bug#3804)
11511
11512 2009-07-08 Sam Steingold <sds@gnu.org>
11513
11514 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11515 to be a cons cell (test . ignored-directory) to selectively ignore
11516 some directories depending on the location of the search.
11517
11518 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
11519
11520 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11521 remote user is root, on the local host.
11522 (tramp-local-host-p): Either the local user or the remote user
11523 must be root. (Bug#3771)
11524
11525 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11526
11527 * progmodes/gdb-mi.el (gdb): Remove description of
11528 gdb-use-separate-io-buffer.
11529 (menu): Don't allow toggling of or enable
11530 gdb-use-separate-io-buffer from menubar.
11531
11532 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11533
11534 * mail/unrmail.el (unrmail): Make sure the message ends with two
11535 newlines (Bug#3769).
11536
11537 2009-07-08 Glenn Morris <rgm@gnu.org>
11538
11539 * calendar/calendar.el (calendar-current-date): Rework previous change.
11540
11541 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11542
11543 * calendar/calendar.el (calendar-current-date):
11544 Add an optional argument giving an offset from today.
11545
11546 2009-07-08 Glenn Morris <rgm@gnu.org>
11547
11548 * tutorial.el (tutorial--describe-nonstandard-key):
11549 Adjust the message for when a key has been unbound.
11550 (help-with-tutorial): Hide the arch-tag.
11551
11552 2009-07-08 Kenichi Handa <handa@m17n.org>
11553
11554 * international/fontset.el (setup-default-fontset): For each
11555 script, append (not set) font-specs.
11556
11557 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11558 docstring.
11559
11560 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11561
11562 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11563 -data-list-register-names to ...
11564 (gdb-starting): ... here because GDB 7.0 requires execution to
11565 have started when using this MI command.
11566 (gdb-set-header): New function to distinguish select and
11567 unselected tabs in gdb buffers.
11568 (gdb-propertize-header): New macro that uses gdb-set-header.
11569 (gdb-breakpoints-header, gdb-locals-header): Use it.
11570 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11571
11572 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
11573
11574 * Makefile.in (ELCFILES): Remove fadr.elc.
11575
11576 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11577
11578 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11579 may contain frame information, so `string-match' should be used.
11580 (gdb-update): Disassembly is invalidated through
11581 `gdb-get-selected-frame'.
11582 (gdb-pad-string): New function to pad string with spaces.
11583 (gdb-invalidate-disassembly): Invalidate only if the buffer
11584 exists.
11585 (gdb-disassembly-handler-custom): Column alignment.
11586 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11587 placing new ones.
11588 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11589 end of line, too.
11590 (gdb-frame-handler): Match convention to for disassembly buffer
11591 mode name.
11592 (gdb-stack-list-frames-handler): Rewritten without regexps.
11593 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11594 not highlight breakpoints without line information.
11595 (gdb-input): Add trailing newline to command.
11596
11597 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11598 buffer properly.
11599 (gdb-breakpoints-list-handler-custom): Replacement for
11600 `gdb-break-list-handler'. Using real parser instead of regexps
11601 now.
11602 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11603 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11604 to place breakpoints.
11605 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11606 functions.
11607 (gdb-disassembly-handler-custom): Show overlay arrow.
11608 (gdb-disassembly-place-breakpoints): Show breakpoints in
11609 disassembly buffer.
11610 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11611 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11612 instead of parsing breakpoints buffer. Fixed old menu references
11613 in `gud-menu-map'.
11614
11615 * fadr.el: Remove.
11616
11617 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11618 (gdb-memory-address): New variable which holds top address of
11619 memory page shown in memory buffer.
11620 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
11621 New customization variables.
11622 New functions:
11623 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11624 display the memory buffer.
11625 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11626 buffer display parameters.
11627 (def-gdb-memory-format, gdb-memory-format-binary)
11628 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11629 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11630 Functions for setting memory buffer format.
11631 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11632 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11633 unit size used in memory buffer.
11634 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
11635 Switch to next/previous page of memory buffer.
11636 Now using (bindat-get-field) instead of fadr functions.
11637
11638 2009-07-07 Sam Steingold <sds@gnu.org>
11639
11640 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11641 non-top-level files.
11642
11643 2009-07-07 Kenichi Handa <handa@m17n.org>
11644
11645 * international/mule-cmds.el (reset-language-environment):
11646 Put the highset priority to the charset iso-8859-1.
11647
11648 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11649
11650 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11651 to the end of the line when locating the block (Bug#700).
11652
11653 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
11654
11655 * net/tramp.el (tramp-handle-write-region): Flush file properties
11656 in case of short track.
11657
11658 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
11659
11660 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11661 Coded custom representation of verilog error regular expressions
11662 to work with Emacs-22's new format.
11663 (verilog-error-regexp-xemacs-alist): Coded custom representation
11664 of verilog error regular expressions to work with XEmacs format.
11665 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11666 error recognition into XEmacs.
11667 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11668 error recognition into Emacs-22.
11669
11670 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11671
11672 * woman.el: Remove stand-alone closing parentheses.
11673 (woman-file-name, woman2-format-paragraphs)
11674 (woman-leave-blank-lines): Code cleanup.
11675 (woman-use-own-frame): Change default to nil.
11676 (woman-italic, woman-bold, woman-unknown, woman-addition):
11677 Change defaults to inherit from default faces.
11678 (woman2-process-escapes): Consume the newline after a stand-alone
11679 filler character (Bug#3651).
11680
11681 2009-07-06 Glenn Morris <rgm@gnu.org>
11682
11683 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11684 (top-level): Move provide to the end.
11685 (ffap): Remove defunct URL from custom group.
11686
11687 * subr.el (eval-after-load): Doc fix.
11688
11689 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
11690
11691 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11692 `calc-embedded-word' is called twice.
11693
11694 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11695
11696 * files.el (find-alternate-file-other-window, find-alternate-file):
11697 Obey confirm-nonexistent-file-or-buffer.
11698
11699 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
11700
11701 * dired-aux.el (dired-show-file-type): Handle remote files.
11702
11703 2009-07-05 Jari Aalto <jari.aalto@cante.net>
11704
11705 * desktop.el (desktop-globals-to-save):
11706 Add file-name-history (Bug#2750).
11707
11708 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
11709
11710 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11711
11712 2009-07-04 Johan Bockgård <bojohan@gnu.org>
11713
11714 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11715 property on entire argument since this is what eshell-lisp-command
11716 expects.
11717
11718 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
11719
11720 * net/tramp-gvfs.el (tramp-gvfs-methods)
11721 (tramp-gvfs-zeroconf-domain)
11722 (tramp-bluez-discover-devices-timeout): Add version flag.
11723 (tramp-gvfs-handler-mounted-unmounted)
11724 (tramp-gvfs-connection-mounted-p): Polish handling of
11725 incompatibilities between GVFS 0.2 and 1.0.
11726
11727 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11728
11729 * cus-start.el (all): Add make-pointer-invisible.
11730
11731 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11732
11733 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11734 formatted correctly.
11735
11736 2009-07-02 Juri Linkov <juri@jurta.org>
11737
11738 * info.el: Virtual Info files and nodes.
11739 (Info-virtual-files, Info-virtual-nodes): New variables.
11740 (Info-current-node-virtual): New variable.
11741 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11742 New functions.
11743 (Info-file-supports-index-cookies): Use Info-virtual-file-p
11744 to check for a virtual file instead of checking a fixed list
11745 of node names.
11746 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11747 instead of ad-hoc processing of "dir" and (apropos history toc).
11748 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11749 instead of ad-hoc processing of "dir" and (apropos history toc).
11750 Reread a file when moving from a virtual node.
11751 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11752 (Info-directory-toc-nodes, Info-directory-find-file)
11753 (Info-directory-find-node): New functions.
11754 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11755 (Info-history): Move part of code to
11756 `Info-history-find-node'.
11757 (Info-history-toc-nodes, Info-history-find-file)
11758 (Info-history-find-node): New functions.
11759 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11760 (Info-toc): Move part of code to `Info-toc-find-node'.
11761 (Info-toc-find-node): New function.
11762 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
11763 the current Info file name to references because now the node
11764 "*TOC*" belongs to the same Info manual.
11765 (Info-toc-build): Rename from `Info-build-toc'.
11766 (Info-toc-nodes): Rename input argument `file' to `filename'.
11767 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11768 instead of ad-hoc processing of ("dir" apropos history toc).
11769 (Info-index-nodes): Use Info-virtual-file-p
11770 to check for a virtual file instead of checking a fixed list
11771 of node names.
11772 (Info-index-node): Add check for `Info-current-node-virtual'.
11773 Raise `save-match-data' higher up the tree to contain
11774 `search-forward' too (bug fix).
11775 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11776 (Info-virtual-index-nodes): New variable.
11777 (Info-virtual-index-find-node, Info-virtual-index): New functions.
11778 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11779 (Info-apropos-file, Info-apropos-nodes): New variables.
11780 (Info-apropos-toc-nodes, Info-apropos-find-file)
11781 (Info-apropos-find-node, Info-apropos-matches): New functions.
11782 (info-apropos): Move part of code to `Info-apropos-find-node' and
11783 `Info-apropos-matches'.
11784 (Info-mode-map): Bind "I" to `Info-virtual-index'.
11785 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11786 for a virtual file instead of checking a fixed list of node names.
11787
11788 * simple.el (async-shell-command): New command.
11789
11790 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11791
11792 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11793 instead of `mount-info'.
11794
11795 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
11796
11797 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11798 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11799
11800 2009-07-02 Kenichi Handa <handa@m17n.org>
11801
11802 * international/mule.el (set-keyboard-coding-system): Force *-unix
11803 coding-system to avoid eol conversion.
11804
11805 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
11806
11807 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11808 Add handler for `process-file', `shell-command' and
11809 `start-file-process'.
11810 (tramp-gvfs-handle-shell-command)
11811 (tramp-gvfs-handle-start-file-process)
11812 (tramp-gvfs-handle-process-file): New defuns.
11813 (tramp-synce-list-devices): Simplify check for existence of property.
11814
11815 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
11816
11817 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11818
11819 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
11820
11821 * language/korean.el (set-language-info-alist): Add korean-cp949,
11822 cp949 to spec.
11823
11824 2009-07-01 Kenichi Handa <handa@m17n.org>
11825
11826 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11827
11828 * international/encoded-kb.el: Deleted.
11829
11830 * international/mule.el (set-keyboard-coding-system): Perform the
11831 necessary setup here instead of calling encoded-kbd-setup-display.
11832
11833 2009-07-01 Glenn Morris <rgm@gnu.org>
11834
11835 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11836
11837 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
11838
11839 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
11840
11841 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
11842
11843 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11844 Handle also the 'rename case, when setting file modes. (Bug#3712)
11845 (tramp-default-file-modes): Remove execute permissions.
11846
11847 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11848 (top): Add a default for "synce" in `tramp-default-user-alist'.
11849 Add completion function for "synce" method.
11850 (tramp-hal-service, tramp-hal-path-manager)
11851 (tramp-hal-interface-manager, tramp-hal-interface-device):
11852 New defconst.
11853 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11854 (tramp-synce-list-devices, tramp-synce-parse-device-names):
11855 New defuns.
11856
11857 * net/trampver.el: Update release number.
11858
11859 2009-06-30 Kenichi Handa <handa@m17n.org>
11860
11861 * international/fontset.el (setup-default-fontset): Add CJK fonts
11862 for symbols and the other miscellaneous characters.
11863
11864 * language/korea-util.el (setup-korean-environment-internal):
11865 Make char-width-table suitable for Korean environments.
11866 (exit-korean-environment): Cancel above.
11867
11868 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11869 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11870 setup-function to make char-width-table suitable for respective
11871 environments, and an exit-function to cancel that.
11872
11873 * language/japan-util.el (setup-japanese-environment-internal):
11874 Call use-cjk-char-width-table with arg `ja_JP'.
11875
11876 * international/characters.el (cjk-char-width-table): Delete it.
11877 (cjk-char-width-table-list): New variable.
11878 (use-cjk-char-width-table): New arg local-name.
11879 (use-default-char-width-table): Fix for the case that Emacs is
11880 already using the default char-width-table.
11881
11882 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
11883
11884 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11885 modes mandatory. (Bug#3712)
11886
11887 2009-06-29 Alan Mackenzie <acm@muc.de>
11888
11889 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11890 correction between the visible width of TABs and their number of bytes.
11891
11892 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
11893
11894 * server.el (server-buffer-done): Prevent kill-buffer from
11895 prompting by clearing the buffer modification flag (Bug#3696).
11896
11897 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
11898
11899 * progmodes/verilog-mode.el (verilog-beg-of-statement)
11900 (verilog-endcomment-reason-re): Support unique case and priority case.
11901 (verilog-basic-complete-re): Support localparam lineup.
11902 (verilog-beg-of-statement-1): Fix for robustness, unique case.
11903 (verilog-set-auto-endcomments): Fix for unique case, always_comb
11904 commenting.
11905 (verilog-leap-to-case-head): Now support *nested* unique &
11906 priority case statements.
11907 (verilog-auto-lineup): Make just declarations the default (as it
11908 had been).
11909 (verilog-leap-to-case-head): Support priority/unique case statements.
11910 (verilog-auto-lineup): Rework to give users radio buttons to
11911 select the various styles of automatic lineup.
11912 (verilog-error-regexp-alist): Rework to support the XEmacs style
11913 of error regular expressions from compilers, lint tools &
11914 simulators. Note that GNU Emacs has made it impossible for a mode
11915 to load such things.
11916 (electric-verilog-terminate-line, verilog-indent-declaration)
11917 (verilog-auto-wiure): Rework for radio button selection of
11918 auto-lineup selection of specification of auto lineup.
11919 (verilog-beg-of-statement-1): Redesign to support proper operation
11920 in additional code, based on testing with auto-lineup.
11921 (verilog-calculate-indent, assignments & declarations)
11922 (verilog-backward-token): Enhance to support auto-lineup of
11923 assignments & declarations.
11924 (verilog-in-directive-p, verilog-at-struct-p): New function for
11925 easy test of whether we are.
11926 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11927 to support safe execution at almost anyline.
11928 (verilog-calc-1): Properly support indenting deep inside generate
11929 blocks.
11930 (verilog-init-font): Remove definition & use of verilog-init-font,
11931 as it is redundant with font-lock-defaults.
11932 (verilog-mode): Alter the definition of verilog-font-lock-defaults
11933 to avoid circular calls if syntax-ppss is a function (as is the
11934 case now in 22.x GNU Emacs) as that function would sometimes call
11935 itself, leading to (nearly) infinite recursion.
11936 (verilog-ovm-begin-re, verilog-ovm-end-re)
11937 (verilog-ovm-statement-re, verilog-leap-to-head)
11938 (verilog-backward-token): Add support for OVM macros. Some are
11939 complete statements, and others open and close scopes like begin
11940 and end.
11941 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11942 (verilog-defun-level-generate-only-re): Really fix the defun-list
11943 compilation issue.
11944 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11945 coverpoint, constraint and cross statements.
11946 (verilog-defun-level-list, verilog-generate-defun-level-list)
11947 (verilog-all-defun-level-list): Redo these specifications - it is
11948 too hard to support eval-when compile aggregation of lists also
11949 built at when-compile time.
11950 (verilog-defun-level-list): Place defconsts of variables used in
11951 building regular expressions which are built in eval-when-compile
11952 bodies in the same eval-when-compile body to facilitate compile
11953 without load.
11954 (verilog-beg-block-re-ordered): Support indenting
11955 virtual/protected tasks and functions.
11956 (verilog-defun-level-list, verilog-in-generate-region-p)
11957 (verilog-backward-ws&directives, verilog-calc-1): Speed up
11958 indentation of some module items (generate items).
11959 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11960 across virtual/protected tasks and functions.
11961
11962 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
11963
11964 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11965 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
11966 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11967 in concatenations. Reported by Yishay Belkind.
11968 (verilog-auto-ascii-enum): Support one-hot state machines in
11969 AUTOASCIIENUM. Suggested by Lloyd Gomez.
11970 (verilog-auto-inst, verilog-auto-inst-port): Include interface
11971 modport in AUTOINST and add vl-modport for users.
11972 Reported by David Rogoff.
11973 (verilog-auto-inout-module, verilog-auto-inst)
11974 (verilog-decls-get-interfaces, verilog-insert-definition)
11975 (verilog-insert-one-definition, verilog-read-decls)
11976 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11977 (verilog-sig-modport, verilog-signals-combine-bus)
11978 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11979 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11980 Suggested by David Rogoff.
11981 (verilog-repair-open-comma): Fix non-insertion of comma when
11982 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
11983 (verilog-make-width-expression): Simplify [A-1:0] expression
11984 widths to just {A{1'b0}}.
11985 (verilog-mode): Cleanup checkdoc warnings.
11986 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11987 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11988 inputs/outputs or data type. Suggested by Vasu Kandadi.
11989 (next-error-last-buffer): Fix byte-compiler warning.
11990 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11991 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11992 or shell command text during AUTO expansion. Suggested by Tad Truex.
11993 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11994 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11995 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11996 in AUTOINOUT. Reported by Matthew Lovell.
11997 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11998 causing use of <= assignments. Reported by Alex Reed.
11999 (verilog-read-decls): Fix triand, trior, wand, wor to be
12000 recognized by AUTOWIRE. Reported by Spencer Isaacson.
12001 (verilog-extended-complete-re): Support import "DPI-C" functions.
12002 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
12003 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
12004 (verilog-insert-date, verilog-insert-year)
12005 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12006 Windows systems. Reported by Michael Potts.
12007 (verilog-read-module-name): Fix AUTOINST when the child module
12008 declaration's name is a tick define. Reported by Elliot Mednick.
12009 (verilog-read-decls): Fix V2K parameter bit subscripts getting
12010 passed to next parameter's definition. Reported by Bruce T.
12011 (verilog-read-decls): Fix detecting "parameter int" when using
12012 AUTOINSTPARAM. Reported by Bruce T.
12013 (verilog-goto-defun): Fix goto not finding modules unless first
12014 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
12015 (verilog-mode): Expand -f flag arguments on entry to mode so
12016 verilog-goto-defun will work. Reported by Lawrence Butcher.
12017 (verilog-getopt): Expand environment variables in -f file
12018 arguments. Suggested by Lawrence Butcher.
12019 (verilog-set-define): Fix "Symbol's value as variable is void"
12020 when reading enumerations.
12021 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12022 Suggested by Stephen Peltan.
12023 (verilog-read-defines): Fix reading of enumerations in include
12024 files. Reported by Steve Peltan.
12025
12026 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12027
12028 * files.el (trash-directory): Fix defcustom type.
12029
12030 2009-06-28 Juri Linkov <juri@jurta.org>
12031
12032 * help-fns.el (describe-function-1): Correctly locate adviced
12033 functions in hyperlink (Bug#2438).
12034
12035 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
12036
12037 * files.el (trash-directory): Change default to nil.
12038 (move-file-to-trash): If trash-directory is nil and
12039 system-move-file-to-trash is unbound, perform freedesktop-style
12040 trashing.
12041
12042 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
12043
12044 * files.el (move-file-to-trash): Add freedesktop trash
12045 support (Bug#973).
12046
12047 2009-06-28 Glenn Morris <rgm@gnu.org>
12048
12049 * autorevert.el (global-auto-revert-non-file-buffers)
12050 (global-auto-revert-mode): Doc fixes.
12051
12052 2009-06-27 Johan Bockgård <bojohan@gnu.org>
12053
12054 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12055
12056 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
12057
12058 * faces.el (x-handle-named-frame-geometry): Ensure that we have
12059 opened an X connection before calling x-get-resource (Bug#3194).
12060
12061 * play/doctor.el: Remove reference to obsolete website.
12062 (make-doctor-variables): Correct grammar mistake (Bug#2633).
12063
12064 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
12065
12066 Remove find-file-not-found-hook VC method. (Bug#2757)
12067 * vc-hooks.el (vc-file-not-found-hook)
12068 (vc-default-find-file-not-found-hook): Remove functions.
12069 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12070 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12071 * vc.el:
12072 * vc-hg.el:
12073 * vc-git.el: Do not mention find-file-not-found-hook VC method.
12074
12075 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
12076
12077 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
12078 compatibility function for `looking-back'.
12079
12080 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12081 Use `ispell-looking-back'.
12082
12083 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
12084
12085 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
12086 rather than `filename'.
12087
12088 2009-06-23 Miles Bader <miles@gnu.org>
12089
12090 * face-remap.el (text-scale-set): New function.
12091
12092 2009-06-23 Glenn Morris <rgm@gnu.org>
12093
12094 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12095
12096 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12097
12098 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12099
12100 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12101
12102 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12103 Simplify Persian conditionals.
12104
12105 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12106 variable `filename'.
12107
12108 * comint.el (comint-insert-input): Doc fix.
12109
12110 * Makefile.in (ELCFILES): Fix typo in previous change.
12111
12112 2009-06-23 Miles Bader <miles@gnu.org>
12113
12114 * cus-start.el: Add entry for `recenter-redisplay'.
12115
12116 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12117
12118 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12119 Add an optional argument for the backend, use it instead of
12120 calling vc-backend.
12121 (vc-mode-line): Add an optional argument for the backend.
12122 Pass the backend to vc-state and vc-working-revision. Move code for
12123 special handling for vc-state being a buffer to ...
12124
12125 * vc-rcs.el (vc-rcs-find-file-hook):
12126 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
12127
12128 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12129 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12130 vc-stay-local-p and vc-mode-line calls.
12131
12132 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12133 (vc-cvs-diff, vc-cvs-annotate-command)
12134 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12135 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12136 vc-mode-line calls.
12137
12138 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12139 direct comparison.
12140 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12141 backend when calling vc-mode-line.
12142 (vc-register): Do not create a closure for calling the vc register
12143 function, call it directly.
12144
12145 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12146
12147 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12148 to make it obvious item can be clicked.
12149
12150 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12151
12152 2009-06-23 Kenichi Handa <handa@m17n.org>
12153
12154 * language/korea-util.el (korean-key-bindings): Change the binding
12155 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
12156 same command.
12157
12158 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
12159
12160 Sync with Tramp 2.1.16.
12161
12162 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12163
12164 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
12165 when a loading of a package fails. Completion function for rsync
12166 is `tramp-completion-function-alist-ssh'.
12167 (all): Replace all calls of `split-string' and
12168 `tramp-split-string' by `tramp-compat-split-string'.
12169 (tramp-default-method): Use `tramp-compat-process-running-p'.
12170 (tramp-default-proxies-alist): Allow also Lisp forms.
12171 (tramp-remote-path): Add choice "Private Directories".
12172 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
12173 (tramp-domain-regexp): Allow also "-", "_" and ".".
12174 (tramp-end-of-output): Remove newlines, and add "$" at the end.
12175 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12176 (tramp-debug-message): Insert header line in debug buffer.
12177 (tramp-handle-directory-files-and-attributes-with-stat):
12178 Care about filenames with spaces, or starting with "-".
12179 (tramp-handle-dired-uncache): New defun.
12180 (tramp-handle-insert-directory): Don't flush the directory from
12181 cache, this is handled by `dired-uncache' now.
12182 (tramp-handle-insert-file-contents): Improve error handling.
12183 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12184 Quote `tramp-end-of-output'.
12185 (tramp-action-password): Improve trace message.
12186 (tramp-check-for-regexp): Both echoes must be present, before removing.
12187 (tramp-open-connection-setup-interactive-shell): Trace coding system.
12188 (tramp-compute-multi-hops): Eval cons cells of
12189 `tramp-default-proxies-alist'.
12190 (tramp-maybe-open-connection): Use the same command pattern for
12191 first hop and further hops.
12192 (tramp-wait-for-output): Remove handling of newlines.
12193 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12194 (tramp-split-string): Remove function. It is handled in
12195 tramp-compat now.
12196
12197 * net/tramp-cmds.el (tramp-bug):
12198 Recommend `tramp-cleanup-all-connections' in the bug mail.
12199
12200 * net/tramp-compat.el (tramp-compat-split-string)
12201 (tramp-compat-process-running-p): New defuns.
12202
12203 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12204 for `dired-uncache'.
12205
12206 * net/tramp-gvfs.el: New package.
12207
12208 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12209 Add handler for `dired-uncache'.
12210 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12211
12212 * net/trampver.el: Update release number. Make version check fit
12213 for SXEmacs 22.
12214
12215 2009-06-22 Jim Meyering <meyering@redhat.com>
12216
12217 Automatically handle .xz suffix (XZ-compressed files), too.
12218 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12219 XZ is the successor to LZMA: <http://tukaani.org/xz/>
12220
12221 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
12222 Nick Roberts <nickrob@snap.net.nz>
12223
12224 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
12225 repository (http://sphinx.net.ru/hg/gdb-mi/).
12226
12227 2009-06-22 Glenn Morris <rgm@gnu.org>
12228
12229 * files.el (dir-locals-collect-mode-variables): Allow for any number of
12230 `mode' and `eval' entries. (Bug#3430)
12231
12232 * Makefile.in (ELCFILES): Add fadr.elc.
12233
12234 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12235 differing behavior of \n and ^ in strings. (Bug#3385)
12236
12237 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12238
12239 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12240 property.
12241 (lisp-indent-function): Make it a defcustom.
12242
12243 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
12244
12245 * progmodes/gdb-ui.el: Replace with ...
12246 * progmodes/gdb-mi.el: ... this file.
12247 * progmodes/gud.el: Modify for gdb-mi.el.
12248
12249 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
12250
12251 * fadr.el: New file.
12252
12253 See ChangeLog.14 for earlier changes.
12254
12255 ;; Local Variables:
12256 ;; coding: utf-8
12257 ;; End:
12258
12259 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
12260
12261 This file is part of GNU Emacs.
12262
12263 GNU Emacs is free software: you can redistribute it and/or modify
12264 it under the terms of the GNU General Public License as published by
12265 the Free Software Foundation, either version 3 of the License, or
12266 (at your option) any later version.
12267
12268 GNU Emacs is distributed in the hope that it will be useful,
12269 but WITHOUT ANY WARRANTY; without even the implied warranty of
12270 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12271 GNU General Public License for more details.
12272
12273 You should have received a copy of the GNU General Public License
12274 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12275