Fix bug #7702 with docs of selections wrt MS-Windows.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
2d34d523
EZ
12010-12-25 Eli Zaretskii <eliz@gnu.org>
2
3 * simple.el (select-active-regions): Doc fix. (Bug#7702)
4
8258ae3f
KH
52010-12-24 Kenichi Handa <handa@m17n.org>
6
7 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
8 condition-case and return an error message string if something
9 goes wrong.
10 (rmail-show-mime): Adjusted for the above change. Insert the
11 header by rmail-mime-insert-header.
12
186f7f0b
KH
132010-12-24 Kenichi Handa <handa@m17n.org>
14
15 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
16 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
17 (rmail-mime-mbox-buffer)
18 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
19 (rmail-mime-entity): Argument changed. All codes handling an
20 entity object are changed.
21 (rmail-mime-entity-header, rmail-mime-entity-body): Adjusted for
22 the above change.
23 (rmail-mime-entity-children, rmail-mime-entity-handler)
24 (rmail-mime-entity-tagline): New functions.
25 (rmail-mime-message-p): New function.
26 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
27 (rmail-mime-entity-segment, rmail-mime-next-item)
28 (rmail-mime-previous-item, rmail-mime-shown-mode)
29 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
30 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
31 (rmail-mime-insert-tagline, rmail-mime-insert-header): New
32 functions.
33 (rmail-mime-text-handler): Call rmail-mime-insert-text.
34 (rmail-mime-insert-decoded-text): New function.
35 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
36 (rmail-mime-insert-image): Argument changed. Caller changed.
37 (rmail-mime-image): Call rmail-mime-toggle-hidden.
38 (rmail-mime-set-bulk-data): New funciton.
39 (rmail-mime-insert-bulk): Argument changed.
40 (rmail-mime-multipart-handler): Return t.
41 (rmail-mime-process-multipart): Argument changed. Handle
42 "multipart/alternative" here.
43 (rmail-mime-process): Argument changed.
44 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
45 (rmail-mime-insert): Argument changed. Handle raw display mode.
46 (rmail-mime): Argument changed. Handle toggling of raw display
47 mode.
48 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
49 rmail-mime-view-buffer.
50 (rmail-insert-mime-forwarded-message): Likewise.
51 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
52
53 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
54 non-nil, handle the header in rmail-show-mime-function.
55
e1a23575
LL
562010-12-20 Leo <sdl.web@gmail.com>
57
58 * help-fns.el (describe-variable): Fix 2010-12-17 change.
59
957e5dd1
JL
602010-12-20 Juri Linkov <juri@jurta.org>
61
62 * isearch.el (isearch-lazy-highlight-error): New variable.
63 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
64 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
65 to the current value of `isearch-error' (Bug#7468).
66
3c505d31
CY
672010-12-17 Chong Yidong <cyd@stupidchicken.com>
68
69 * help-fns.el (describe-variable): Don't emit trailing whitespace
70 (Bug#7511).
71
c33fa631
LL
722010-12-17 Leo <sdl.web@gmail.com>
73
74 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
75 if point is not behind eshell-last-output-end (Bug#7585).
76
c1cf05f4
CY
772010-12-16 Chong Yidong <cyd@stupidchicken.com>
78
79 * textmodes/rst.el (rst-compile-pdf-preview)
80 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
81
c8cbbe27
KG
822010-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
83
84 * emulation/edt-mapper.el: Override mapping of function keys so
85 that the later call to read-key-sequence works.
86
95e4cc85
EZ
872010-12-13 Eli Zaretskii <eliz@gnu.org>
88
89 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
90 Unix EOLs. (Bug#7589)
91
11aad4e9
EZ
922010-12-12 Eli Zaretskii <eliz@gnu.org>
93
94 * subr.el (posn-col-row): Evaluate header-line-format in the
95 context of the POSITION window's buffer.
96
5612fd08
GM
972010-12-11 Glenn Morris <rgm@gnu.org>
98
99 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
100 (with-silent-modifications): Doc fixes.
101
158d5945
MA
1022010-12-10 Michael Albinus <michael.albinus@gmx.de>
103
104 * net/tramp.el (tramp-action-password, tramp-process-actions):
105 Revert patch from 2010-12-08. Use `save-restriction'.
106
65ceb118
EZ
1072010-12-09 Eli Zaretskii <eliz@gnu.org>
108
109 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
110 New functions.
111 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use
112 them instead of `nil' and `>', respectively. (Bug#1077)
113
81ced43d
SB
1142010-12-09 Stephen Berman <stephen.berman@gmx.net>
115
116 * calendar/diary-lib.el (diary-list-sexp-entries):
117 Handle case of no newline at end of file. (Bug#7536)
118
b2364eaa
GM
1192010-12-09 Glenn Morris <rgm@gnu.org>
120
121 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
122
32802ee1
MA
1232010-12-08 Michael Albinus <michael.albinus@gmx.de>
124
125 * net/tramp.el (tramp-handle-start-file-process): Protect
126 buffer-modified value. (Bug#7557)
127 (tramp-action-password): Delete region, do not narrow.
128 (tramp-process-actions): Do not widen.
129
da9123a8
JM
1302010-12-08 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
131
132 * log-edit.el (log-edit-changelog-entries):
133 Regexp quote filename. (Bug#7505)
134
478834e6
TB
1352010-12-08 Tom Breton <tehom@panix.com>
136
137 * cus-edit.el (custom-save-all):
138 Bind print-length and print-level to nil. (Bug#7581)
139
3c1e62f8
GM
1402010-12-08 Glenn Morris <rgm@gnu.org>
141
d5e6e0b6
GM
142 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
143 Run hooks to update menu contents. (Bug#7586)
144
3c1e62f8
GM
145 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
146 file names, for the sake of MS Windows. (Bug#7588)
147
b1816a74
SM
1482010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
149
150 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
151 empty lines without a leading space.
152
3a1efe11 1532010-12-06 Leo <sdl.web@gmail.com>
86a6e8e0 154
740af6c9
GM
155 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
156 while mapping over marks (Bug#6810).
86a6e8e0 157
bc60f4de
CY
1582010-12-06 Chong Yidong <cyd@stupidchicken.com>
159
160 * image-dired.el (image-dired-db-file)
161 (image-dired-temp-image-file, image-dired-gallery-dir)
162 (image-dired-temp-rotate-image-file): Set default values relative
163 to image-dired-dir (Bug#7518).
164
e49fb298 1652010-12-06 Lawrence Mitchell <wence@gmx.li>
3ecba049
LM
166
167 * format.el (format-decode-run-method): Pass args FROM and TO, not
168 point-min and point-max, to shell-command-on-region (Bug#7488).
169
0afb6242
JD
1702010-12-06 Jan Djärv <jan.h.d@swipnet.se>
171
172 * frame.el (blink-cursor-mode): Make default t for ns.
173
5eae900e
BR
1742010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
175
176 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
177
74194465
CY
1782010-12-05 Chong Yidong <cyd@stupidchicken.com>
179
637c2c43
CY
180 * comint.el (comint-dynamic-list-input-ring)
181 (comint-dynamic-complete-filename)
182 (comint-replace-by-expanded-filename)
183 (comint-dynamic-simple-complete)
184 (comint-dynamic-list-filename-completions)
185 (comint-dynamic-list-completions): Doc fix (Bug#7499).
186
74194465
CY
187 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
188 Doc fix (Bug#7471).
189
6ed96c33
MR
1902010-12-04 Martin Rudalics <rudalics@gmx.at>
191
192 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
193 (Bug#7533).
194
11cb1e35
MB
1952010-12-04 W. Martin Borgert <debacle@debian.org> (tiny change)
196
197 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
198 (Bug#7491).
199
e408289f
CY
2002010-12-04 Chong Yidong <cyd@stupidchicken.com>
201
202 * simple.el (transient-mark-mode): Doc fix (Bug#7465).
203
2472c214
EZ
2042010-12-04 Eli Zaretskii <eliz@gnu.org>
205
206 * files.el (file-relative-name): Handle UNC file names on
207 DOS/Windows. (Bug#4674)
208
f9fe1af9
DU
2092010-12-03 Daiki Ueno <ueno@unixuser.org>
210
211 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
212 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
213 (epg-context-set-passphrase-callback): Mention that the callback
214 is not called when used with GnuPG 2.x.
215
ff80efe7
GM
2162010-12-02 Glenn Morris <rgm@gnu.org>
217
218 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
219 Ensure ps-footer-font-size-internal is initialized.
220 Call ps-get-page-dimensions before trying to use ps-font-for-text.
221
423a637b 2222010-12-01 Kenichi Handa <handa@m17n.org>
7e116860
KH
223
224 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
225 within condition-case.
226 (rmail-show-mime): Don't use condition-case.
227 (rmail-search-mime-message): New function.
228 (rmail-search-mime-message-function): Set to
229 rmail-search-mime-message.
230
bd794450
LL
2312010-12-01 Leo <sdl.web@gmail.com>
232
0fdd1db7 233 * ido.el (ido-common-initialization): New function. (bug#3274)
bd794450
LL
234 (ido-mode): Use it.
235 (ido-completing-read): Call it.
236
402c8a49
CY
2372010-11-27 Chong Yidong <cyd@stupidchicken.com>
238
239 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
240 stand-alone lines, since that is handled by log-edit-match-to-eoh
241 (Bug#6465).
242
d1882ac7
EW
2432010-11-27 Eduard Wiebe <usenet@pusto.de>
244
245 * dired.el (dired-get-filename): Replace backslashes with slashes
246 in file names on MS-Windows, needed by `locate'. (Bug#7308)
247 * locate.el (locate-default-make-command-line): Don't consider
248 drive letter and root directory part of
249 `directory-listing-before-filename-regexp'. (Bug#7308)
250 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
251
09ffa822
SM
2522010-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
253
254 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
255 of :smie-open/close-alist.
256 (smie-next-sexp): Make it accept a "start token" as argument.
257 (smie-indent-keyword): Be careful not to misidentify tokens that span
258 more than one line, as empty lines. Add argument `token'.
259
3d9ee611
KH
2602010-11-26 Kenichi Handa <handa@m17n.org>
261
afde451a
KH
262 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
263 multipart subtypes, insert all as usual.
264
3d9ee611
KH
265 * mail/rmail.el: Require rfc2047.
266
d1be4ec2
KH
2672010-11-26 Kenichi Handa <handa@m17n.org>
268
269 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
270 (rmail-mime-entity-disposition)
271 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
272 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
273 (rmail-mime-save): Handle the case that the button's `data' is a
274 MIME entity.
275 (rmail-mime-insert-text): New function.
9e0ecdab 276 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
d1be4ec2
KH
277 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
278 (rmail-mime-insert-bulk): New function mostly copied from the old
279 rmail-mime-bulk-handler.
9e0ecdab
GM
280 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
281 (rmail-mime-process-multipart): New function mostly copied from
d1be4ec2
KH
282 the old rmail-mime-multipart-handler.
283 (rmail-mime-show): Just call rmail-mime-process.
9e0ecdab 284 (rmail-mime-process): New function mostly copied from the old
d1be4ec2
KH
285 rmail-mime-show.
286 (rmail-mime-insert-multipart, rmail-mime-parse)
287 (rmail-mime-insert, rmail-show-mime)
288 (rmail-insert-mime-forwarded-message)
289 (rmail-insert-mime-resent-message): New functions.
290 (rmail-insert-mime-forwarded-message-function): Set to
291 rmail-insert-mime-forwarded-message.
292 (rmail-insert-mime-resent-message-function): Set to
293 rmail-insert-mime-resent-message.
294
295 * mail/rmailsum.el: Require rfc2047.
296 (rmail-header-summary): Handle multiline Subject: field.
297 (rmail-summary-line-decoder): Change the default to
298 rfc2047-decode-string.
299
300 * mail/rmail.el (rmail-enable-mime): Change the default to t.
301 (rmail-mime-feature): Change the default to `rmailmm'.
302 (rmail-quit): Delete the specifal code for rmail-enable-mime.
303 (rmail-display-labels): Likewise.
304 (rmail-show-message-1): Check rmail-enable-mime, and use
305 rmail-show-mime-function for a MIME message. Decode the headers
306 according to RFC2047.
307
33aeea0e
SM
3082010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
309
310 * progmodes/which-func.el (which-func-imenu-joiner-function):
311 Return a string, as expected.
312 (which-function-mode): Make sure we stop any previous timer before
313 starting a new one.
314
e40fc745
MA
3152010-11-23 Michael Albinus <michael.albinus@gmx.de>
316
317 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
318 (tramp-default-user-alist, tramp-default-proxies-alist):
319 Adapt custom options type. (Bug#7445)
e40fc745 320
ae3da38a
CY
3212010-11-21 Chong Yidong <cyd@stupidchicken.com>
322
323 * progmodes/python.el: Add Ipython support (Bug#5390).
324 (python-shell-prompt-alist)
325 (python-shell-continuation-prompt-alist): New options.
326 (python--set-prompt-regexp): New function.
33aeea0e
SM
327 (inferior-python-mode, run-python, python-shell):
328 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
329 prompt based on the Python interpreter.
330 (python--prompt-regexp): New var.
331 (python-check-comint-prompt)
332 (python-comint-output-filter-function): Use it.
333 (run-python): Use a pipe (Bug#5694).
334
1d851570
CY
3352010-11-21 Chong Yidong <cyd@stupidchicken.com>
336
337 * progmodes/python.el (run-python): Doc fix.
338 (python-keep-current-directory-in-path): New var (Bug#7454).
339
76dabd37
CY
3402010-11-20 Chong Yidong <cyd@stupidchicken.com>
341
342 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
343 Prompt user before actually printing.
344
9fca7811
SM
3452010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
346
347 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
348 * comint.el (comint-kill-region): Make the yank-handler argument
349 obsolete.
9fca7811 350
88bf1bec
SM
3512010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
352
e2f454c4
SM
353 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
354 that are both openers (resp. closers) and something else.
355 (smie-grammar): Loosen definition of valid values.
356 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
357 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
358 (smie-indent-after-keyword): Adjust users.
359 (smie-indent-keyword): Don't indent empty lines.
360
88bf1bec
SM
361 * vc-hg.el (vc-hg-program): New var.
362 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
363 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
364
4c0eb0d3
GM
3652010-11-17 Glenn Morris <rgm@gnu.org>
366
367 * emacs-lisp/autoload.el (autoload-find-destination): The function
368 coding-system-eol-type may return non-numeric values. (Bug#7414)
369
bf6442c3
UM
3702010-11-16 Ulrich Mueller <ulm@gentoo.org>
371
372 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
373
e68afd74
EZ
3742010-11-13 Eli Zaretskii <eliz@gnu.org>
375
376 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
377
de02effd
CY
3782010-11-13 Chong Yidong <cyd@stupidchicken.com>
379
380 * textmodes/picture.el (picture-mouse-set-point): Don't use
381 posn-col-row; explicitly compute the motion based on the posn at
382 the window-start (Bug#7390).
383
cdf015b1
MA
3842010-11-13 Michael Albinus <michael.albinus@gmx.de>
385
386 * net/tramp.el (tramp-remote-coding-commands): Add an alternative
387 using "base64 -d -i". This is needed for older base64 versions
388 from GNU coreutils. Reported by Klaus Reichl
389 <Klaus.Reichl@thalesgroup.com>.
390
f0a698ab
GM
3912010-11-13 Glenn Morris <rgm@gnu.org>
392
393 * novice.el (disabled-command-function):
394 Fix 2009-11-15 change. (Bug#7384)
395
29f30ab7
GM
3962010-11-12 Glenn Morris <rgm@gnu.org>
397
398 * calendar/calendar.el (diary-iso-date-forms): Make elements
399 mutually exclusive. (Bug#7377)
400
10b40d2e
SM
4012010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
402
403 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
404 when filling the remaining "unconstrained" values.
405
7bea8c7a
SM
4062010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
407
acef0722
SM
408 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
409 safety predicate.
410
411 * files.el (safe-local-variable-p): Gracefully handle errors.
412
7bea8c7a
SM
413 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
414 Use smie-indent-virtual when indenting relative to an opener.
415 (smie-rule-separator): Use smie-rule-parent.
416 (smie-indent-keyword): Consult rules, even for openers at bol.
417 (smie-indent-comment-close): Try to align closer's content.
418
b010e1ba
GM
4192010-11-11 Glenn Morris <rgm@gnu.org>
420
421 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
422
c790cad4
GM
4232010-11-10 Glenn Morris <rgm@gnu.org>
424
aa514451
GM
425 * printing.el (pr-menu-bind): Doc fix.
426
32b636de
GM
427 * speedbar.el (speedbar-toggle-images): Doc fix.
428
bc1d5cdf
GM
429 * progmodes/python.el (python-shell): Doc fix.
430
c790cad4
GM
431 * wid-edit.el (widget-field-use-before-change)
432 (widget-use-overlay-change): Doc fixes.
433
14121c52
GM
4342010-11-09 Glenn Morris <rgm@gnu.org>
435
436 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
437
73525e72
SM
4382010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
439
9bdba5f5
SM
440 * minibuffer.el (minibuffer-completion-help): Specify the end of the
441 completion field (bug#7211).
442
73525e72
SM
443 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
444 Fix handling of backslash escapes.
445 (python-quote-syntax): Adjust accordingly.
446
aef8d045 4472010-11-08 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
448
449 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
450 (vc-mtn-workfile-branch): Adjust to new output format.
451
cc4d2366
SM
4522010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
453
454 * international/mule-cmds.el (princ-list): Mark as obsolete.
455
7f925a67
SM
4562010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
457
458 * emacs-lisp/smie.el: New package.
459
6ce78fdc
MA
4602010-11-06 Michael Albinus <michael.albinus@gmx.de>
461
7f925a67
SM
462 * files.el (backup-by-copying-when-mismatch):
463 Set `permanent-local' property.
6ce78fdc
MA
464
465 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 466 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 467
21620882
EZ
4682010-11-06 Eli Zaretskii <eliz@gnu.org>
469
470 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
169759a0
EZ
471 (ls-lisp-classify-file): New function.
472 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
473 (ls-lisp-classify): Call ls-lisp-classify-file.
474 (insert-directory): Remove blanks from switches.
21620882 475
8468f78b
WS
4762010-11-07 Wilson Snyder <wsnyder@wsnyder.org>
477
7f925a67 478 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 479 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
480 AUTOINOUT for SV style multidimensional arrays, bug294.
481 Reported by Eric Mastromarchi.
482 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
483 font-lock-fontify-buffer to cleanup style issues.
484
fe9c5521
MA
4852010-11-05 Michael Albinus <michael.albinus@gmx.de>
486
487 * net/trampver.el: Update release number.
488
00d9e115
YM
4892010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
490
491 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
492 beginning of the string. Use `string-match-p'. (Bug#6765)
493
cb5e49a3
GM
4942010-11-01 Glenn Morris <rgm@gnu.org>
495
496 * locate.el (locate, locate-mode): Doc fixes.
497
381d186f
CY
4982010-11-01 Chong Yidong <cyd@stupidchicken.com>
499
500 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
501 user for confirmation.
502 (server-force-stop): Use it.
503 (server-start): Use server-force-stop for kill-emacs-hook, to
504 avoid user interaction while killing Emacs.
505
98cfec0d
CY
5062010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
507
508 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
509 (log-edit-author): New dynamic var.
510 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
511 Use it to return the author if different from committer.
512 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
513
5142010-10-31 Eli Zaretskii <eliz@gnu.org>
515
516 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
517
5182010-10-31 Chong Yidong <cyd@stupidchicken.com>
519
520 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
521 (vc-root-diff, vc-print-root-log, vc-log-incoming)
522 (vc-log-outgoing): Use it.
523 (vc-diff-internal): Set diff-vc-backend.
524
525 * vc/diff-mode.el (diff-vc-backend): New var.
526
5272010-10-31 Juri Linkov <juri@jurta.org>
528
529 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
530 buffer-locally to lambda that re-runs the vc diff command.
531 (Bug#6447)
532
5332010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
534
535 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
536
537 Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
538 log-outgoing commands.
539 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
540 to create a buffer local revert-buffer-function variable.
541 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
542 revert-buffer-function lambda.
543
544 Improve VC create/retrieve tag/branch.
545 * vc.el (vc-create-tag): Do not read the directory name for VCs
546 with repository revision granularity. Adjust the tag/branch
547 prompt. Reset VC properties.
548 (vc-retrieve-tag): Do not read the directory name for VCs
549 with repository revision granularity. Reset VC properties.
550
551 Add optional support for resetting VC properties.
552 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
553 call vc-file-clearprops when true.
554 (vc-resynch-buffer): Add new optional argument, pass it down.
555 (vc-resynch-buffers-in-directory): Likewise.
556
557 Improve support for special markup in the VC commit message.
558 * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
559 * vc-hg.el (vc-hg-checkin): Add support for Date:.
560 * vc-git.el (vc-git-checkin):
561 * vc-bzr.el (vc-bzr-checkin): Likewise.
562
563 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
564 * vc-git.el (vc-git-log-view-mode): Fix font lock for
565 incoming/outgoing logs.
566 (vc-git-log-outgoing, vc-git-log-incoming): New functions.
567
568 * vc-git.el (vc-git-log-outgoing): Use the same format as the
569 short log.
570 (vc-git-log-incoming): Likewise. Run "git fetch" before the log
571 command
572
573 Add bindings for vc-log-incoming and vc-log-outgoing.
574 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
575 and vc-log-outgoing.
576 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
577 and vc-log-outgoing.
578
579 Improve state updating for VC tag commands.
580 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
581 to update the state of all buffers in the directory.
582
5832010-05-19 Glenn Morris <rgm@gnu.org>
584
585 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
586
5872010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
588
589 * vc.el (vc-checkin, vc-modify-change-comment):
590 Adjust to new vc-start/finish-logentry.
591 (vc-find-conflicted-file): New command.
592 (vc-transfer-file): Adjust to new vc-checkin.
593 (vc-next-action): Improve scoping.
594
595 * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
596 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
597
598 * vc-dispatcher.el (vc-log-edit): Shorten names for
599 log-edit-show-files.
600
601 * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
602 (vc-bzr-conflicted-files): New function.
603
604 * log-edit.el (log-edit-summary, log-edit-header)
605 (log-edit-unknown-header): New faces.
606 (log-edit-headers-alist): New var.
607 (log-edit-header-contents-regexp): New const.
608 (log-edit-match-to-eoh): New function.
609 (log-edit-font-lock-keywords): Use them.
610 (log-edit): Insert a "Summary:" header as default.
611 (log-edit-mode): Mark font-lock rules as case-insensitive.
612 (log-edit-done): Cleanup headers.
613 (log-edit-extract-headers): New function to replace it.
614
615 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
616 the windows/frames.
617
618 * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
619
620 * vc-dir.el (vc-dir-kill-line): New command.
621 (vc-dir-mode-map): Bind it to C-k.
622 (vc-dir-headers): Abbreviate the working dir.
623
624 * vc-git.el (vc-git-revision-table): Include remote branches.
625
6262010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
627
628 New VC methods: vc-log-incoming and vc-log-outgoing.
629 * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
630 (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
631 New functions.
632 (vc-print-log-internal): Just call vc-log-internal-common.
633 (vc-log-view-type): New permanent local variable.
634
635 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
636
637 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
638 of the dynamic bound vc-short-log.
639 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
640
641 * vc-git.el (vc-git-log-outgoing): New function.
642 (vc-git-log-view-mode): Use vc-log-view-type instead
643 of the dynamic bound vc-short-log.
644
645 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
646 the dynamic bound vc-short-log. Highlight the tag.
647 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
648 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
649 (vc-hg-incoming-mode): Remove.
650 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
651
652 Fix default-directory for vc-root-diff.
653 * vc.el (vc-root-diff): Bind default-directory to the root
654 directory for the diff command.
655
6562010-10-31 Sam Steingold <sds@gnu.org>
657
658 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
659 `vc-hg-command' with a list of flags.
660
6612010-10-31 Glenn Morris <rgm@gnu.org>
662
663 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
664 log-edit-before-checkin-process.
665
666 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
667
668 * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
669
670 * vc-dispatcher.el (vc-start-logentry): Doc fix.
671 (log-view-process-buffer, log-edit-extra-flags): Declare.
672
6732010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
674
675 Add special markup processing for commit logs.
676 * log-edit.el (log-edit): Add new argument MODE. Use that mode
677 when non-nil instead of the log-view-mode.
678
679 * vc.el (vc-default-log-edit-mode): New function.
680
681 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
682 log-edit.
683
684 Support for shelving snapshots and for showing shelves.
685 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
686 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
687 New functions.
688 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
689 (vc-bzr-extra-menu-map): Map them.
690
a057950d
MA
6912010-10-30 Michael Albinus <michael.albinus@gmx.de>
692
693 * net/tramp.el (tramp-handle-insert-file-contents): For root,
694 preserve owner and group when editing files. (Bug#7289)
695
d2ce10d2
GM
6962010-10-29 Glenn Morris <rgm@gnu.org>
697
698 * speedbar.el (speedbar-mode):
699 * play/fortune.el (fortune-in-buffer, fortune):
700 * play/gomoku.el (gomoku-mode):
701 * play/landmark.el (lm-mode):
702 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
703 Replace inappropriate uses of toggle-read-only. (Bug#7292)
704
82f7efc3
GM
7052010-10-28 Glenn Morris <rgm@gnu.org>
706
707 * select.el (x-selection): Mark it as an obsolete alias.
708
ca39416c
AH
7092010-10-27 Aaron S. Hawley <aaron.s.hawley@gmail.com>
710
711 * add-log.el (find-change-log): Use derived-mode-p rather than
712 major-mode (bug#7284).
713
aab705a2
GM
7142010-10-27 Glenn Morris <rgm@gnu.org>
715
716 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
717 rather than just an unused variable that inherits from the real one.
718
a03c2342
WS
7192010-10-23 Michael McNamara <mac@mail.brushroad.com>
720
721 * verilog-mode.el (verilog-directive-re): Make this variable
722 auto-built for efficiency of execution and updating.
723 (verilog-extended-complete-re): Support 'pure' fucntion & task
724 declarations (these have no bodies).
ca39416c
AH
725 (verilog-beg-of-statement): General cleanup to enable support of
726 'pure' fucntion & task declarations (these have no bodies).
727 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
728 noticed by Steve Pearlmutter.
729 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
730 (verilog-directive-nest-re, verilog-set-auto-endcomments):
731 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
732 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
733 attribute handling for lining up declarations and assignments.
734 (verilog-beg-of-statement-1): Fix issue where continued declaration
735 is indented differently if it is after a begin..end clock.
736 (verilog-in-attribute-p, verilog-skip-backward-comments)
737 (verilog-skip-forward-comment-p): Support proper treatment of
738 attributes by indent code. Reported by Jeff Steele.
ca39416c 739 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
740 (verilog-backward-up-list, verilog-in-struct-region-p)
741 (verilog-backward-token, verilog-in-struct-p)
742 (verilog-in-coverage-p, verilog-do-indent)
743 (verilog-pretty-declarations): Use verilog-backward-up-list as
744 wrapper around backward-up-list inorder to properly skip comments.
745 Reported by David Rogoff.
746 (verilog-property-re, verilog-endcomment-reason-re)
747 (verilog-beg-of-statement, verilog-set-auto-endcomments)
748 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
749 of if). Reported by Max Bjurling and
750 (verilog-calc-1): Fix for clocking block in modport
751 declaration. Reported by Brian Hunter.
752
7532010-10-23 Wilson Snyder <wsnyder@wsnyder.org>
754
755 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
756 (verilog-gate-keywords, verilog-read-sub-decls)
757 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
758 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
759 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
760 (verilog-read-decls): Fix spaces in V2K module parameters causing
761 mis-identification as interfaces, bug287.
762 (verilog-read-decls): Fix not treating "parameter string" as a
763 parameter in AUTOINSTPARAM.
764 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
765 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 766 (verilog-do-indent): Implement correct automatic or static task or
a03c2342
WS
767 function end comment highlight. Reported by Steve Pearlmutter.
768 (verilog-font-lock-keywords-2): Fix highlighting of single
769 character pins, bug264. Reported by Michael Laajanen.
770 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
771 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
33aeea0e
SM
772 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
773 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
774 (verilog-pretty-expr): Fix interactive arguments, bug272.
775 Reported by Mark Johnson.
776 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
777 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
a03c2342
WS
778 bug269. Suggested by Gary Delp.
779 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
780 (verilog-preprocessor, verilog-set-compile-command):
781 Create verilog-preprocess and verilog-preprocessor to show
782 preprocessed output.
a03c2342
WS
783 (verilog-get-beg-of-line, verilog-get-end-of-line)
784 (verilog-modi-file-or-buffer, verilog-modi-name)
785 (verilog-modi-point, verilog-within-string): Move defmacro's
786 before first use to avoid warning. Reported by Steve Pearlmutter.
787 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
788 (verilog-colorize-region, verilog-highlight-buffer)
789 (verilog-highlight-includes, verilog-highlight-modules)
790 (verilog-highlight-region, verilog-mode): Rename colorize to
791 highlight to match other packages. Disable module highlighting,
792 as received speed complaints, reenable for experimentation only
793 using new verilog-highlight-modules.
794 (verilog-read-decls): Fix regexp stack overflow in very large
795 AUTO_TEMPLATEs, bug250.
796 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
797 (verilog-scan): Create verilog-save-buffer-state to standardize
798 making insignificant changes that shouldn't call hooks.
799 (verilog-save-no-change-functions, verilog-save-scan-cache)
800 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
801 Create verilog-save-no-change-functions to wrap verilog-scan
802 preservation, and fix to work with nested preserved calls.
803 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
804 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
805 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
806 (verilog-submit-bug-report): Update variable list to be complete.
807 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
808 breaking on-the-fly font-locking.
809 (verilog-colorize-buffer, verilog-colorize-include-files)
810 (verilog-colorize-include-files-buffer, verilog-colorize-region)
811 (verilog-load-file-at-mouse, verilog-load-file-at-point)
812 (verilog-mode, verilog-read-inst-module-matcher): With point on a
813 AUTOINST cell instance name, middle mouse button now finds-file on
814 it. Suggested by Brad Dobbie.
815 (verilog-alw-get-temps, verilog-auto-reset)
816 (verilog-auto-sense-sigs, verilog-read-always-signals)
817 (verilog-read-always-signals-recurse): Fix loop indexes being
818 AUTORESET. AUTORESET now assumes any variables in the
33aeea0e
SM
819 initialization section of a for() should be ignored.
820 Reported by Dan Dever.
a03c2342
WS
821 (verilog-error-font-lock-keywords)
822 (verilog-error-regexp-emacs-alist)
823 (verilog-error-regexp-xemacs-alist): Fix error detection of
824 Cadence HAL, reported by David Asher. Repair drift between the
825 three similar error variables.
826 (verilog-modi-lookup, verilog-modi-lookup-cache)
827 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
828 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
829 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
830 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
831 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
832 "{1*2{...". Broke in last revision.
833 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
834 submodule connections with replications "{#{a},#{b}}".
835
0d0d9424
GM
8362010-10-23 Glenn Morris <rgm@gnu.org>
837
ca39416c
AH
838 * comint.el (comint-password-prompt-regexp):
839 Match "enter the password". (Bug#7224)
0d0d9424 840
88dbda51
JB
8412010-10-22 Juanma Barranquero <lekktu@gmail.com>
842
843 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
844 Fix typo in docstring.
845
efd49885
MA
8462010-10-21 Michael Albinus <michael.albinus@gmx.de>
847
848 * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
849 errors.
850
851 * net/trampver.el: Update release number.
852
52ce2890
KH
8532010-10-20 Kenichi Handa <handa@m17n.org>
854
855 * face-remap.el (text-scale-adjust): Call read-event with a proper
856 prompt.
857
bca0f839
MA
8582010-10-19 Michael Albinus <michael.albinus@gmx.de>
859
860 * net/tramp.el (tramp-do-file-attributes-with-stat)
861 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
862 order to make stat results a float. Patch by Andreas Schwab
863 <schwab@linux-m68k.org>.
864
e8b69dc2
SM
8652010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
866
867 * repeat.el (repeat): Use read-key (bug#6256).
868
a8c41b4c
CY
8692010-10-18 Chong Yidong <cyd@stupidchicken.com>
870
871 * emacs-lisp/unsafep.el: Don't mark functions that display
872 messages as safe. Suggested by Johan Bockgård.
873
8348910a
SM
8742010-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
875
7c3f6228
JB
876 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
877 Turn comments into docstrings.
878
8348910a
SM
879 * minibuffer.el (completion--replace): Move point where it belongs
880 when there's a common suffix (bug#7215).
881
e499c64d
MA
8822010-10-15 Michael Albinus <michael.albinus@gmx.de>
883
884 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
bca0f839
MA
885 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
886 <dale@codefu.org>.
e499c64d 887
c4186f9c
KH
8882010-10-15 Kenichi Handa <handa@m17n.org>
889
890 * international/characters.el: Add category '|' (word breakable)
891 to fullwidth characters.
892
7ca9cfda
KH
8932010-10-14 Kenichi Handa <handa@m17n.org>
894
9650fc61
KH
895 * mail/rmail.el (rmail-show-message-1): Catch an error of
896 base64-decode-region and just show an error message (bug#7165).
897
7c3f6228 898 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
899 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
900 a font-spec (bug#7197).
901
7163badd
GM
9022010-10-13 Glenn Morris <rgm@gnu.org>
903
904 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
905
51e4f4a8
JB
9062010-10-12 Juanma Barranquero <lekktu@gmail.com>
907
c0943d3d
JB
908 * international/mule.el (define-coding-system):
909 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
910 * composite.el (compose-region): Fix typo in docstring.
911
9122010-10-10 Jan Djärv <jan.h.d@swipnet.se>
913
914 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
915 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
916 (mac-right-option-modifier): New alias for ns-right-option-modifier.
917
918 * cus-start.el (all): ns-right-alternate-modifier is new.
919
9386ae12
AS
9202010-10-10 Andreas Schwab <schwab@linux-m68k.org>
921
922 * Makefile.in (ELCFILES): Update.
923
4c528197
SM
9242010-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
925
926 * emacs-lisp/lisp.el (lisp-completion-at-point):
927 Use emacs-lisp-mode-syntax-table for the whole function.
928
4897601e
NR
9292010-10-09 Richard Sharman <richard_sharman@mitel.com> (tiny change)
930
931 * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
c0943d3d 932 (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
4897601e
NR
933 work when breakpoint number exceeds nine.
934
c58059f2
DK
9352010-10-05 David Koppelman <koppel@ece.lsu.edu>
936
937 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
938 instead of font-lock-mode before adding keywords.
939 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
940 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
941 non-nil; removed hook inhibit hack.
942
c7d6d8a1
GM
9432010-10-09 Glenn Morris <rgm@gnu.org>
944
d15f9a2b
GM
945 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
946 (load-path-shadows-find): ... to this.
947 (list-load-path-shadows): Update for above change.
948
c7d6d8a1
GM
949 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
950
e5d49589
GM
9512010-10-08 Glenn Morris <rgm@gnu.org>
952
5823f53f
GM
953 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
954
e5d49589
GM
955 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
956 (shadows-compare-text-p): Make it an obsolete alias for...
957 (load-path-shadows-compare-text): ... new name.
958 (find-emacs-lisp-shadows): Update for above name change.
959 (load-path-shadows-same-file-or-nonexistent): New name for the old
960 shadow-same-file-or-nonexistent.
961
397ae226
CY
9622010-10-03 Chong Yidong <cyd@stupidchicken.com>
963
964 * minibuffer.el (completion--some, completion--do-completion)
965 (minibuffer-complete-and-exit, minibuffer-completion-help)
966 (completion-basic-try-completion)
967 (completion-basic-all-completions)
968 (completion-pcm--find-all-completions): Use lexical-let to
969 avoid some false matches in variable completion (Bug#7056)
970
8686a5ea
OOS
9712010-10-03 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
972
973 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
974
83b8ea28
LL
9752010-10-03 Leo <sdl.web@gmail.com>
976
977 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
978 return non-nil if the file exists (Bug#7090).
979
55586d2a
SM
9802010-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
981
982 * minibuffer.el (completion--replace):
983 Better preserve markers (bug#7138).
984
2b7ba565
JB
9852010-09-29 Juanma Barranquero <lekktu@gmail.com>
986
987 * server.el (server-process-filter): Doc fix.
988
53ad04fc
DA
9892010-09-27 Drew Adams <drew.adams@oracle.com>
990
991 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
992
c19f76a1
AS
9932010-09-27 Andreas Schwab <schwab@linux-m68k.org>
994
0cceab3d
AS
995 * Makefile.in (ELCFILES): Update.
996
55586d2a
SM
997 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
998 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 999
fd057fd2
KH
10002010-09-27 Kenichi Handa <handa@m17n.org>
1001
1002 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
1003 "ustar" format.
1004
368b3544
KH
10052010-09-27 Kenichi Handa <handa@m17n.org>
1006
1007 * international/mule.el (define-coding-system): Docstring fixed.
1008
1009 * international/mule-diag.el (describe-character-set): Use princ
1010 with proper print-length and print-level instead of insert.
1011
fb5f3a23
JB
10122010-09-26 Juanma Barranquero <lekktu@gmail.com>
1013
1014 * window.el (walk-windows): Doc fix (bug#7105).
1015
af3ccb5c
GM
10162010-09-23 Glenn Morris <rgm@gnu.org>
1017
1018 * isearch.el (isearch-lazy-highlight-cleanup)
1019 (isearch-lazy-highlight-initial-delay)
1020 (isearch-lazy-highlight-interval)
1021 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1022 * net/net-utils.el (ipconfig-program-options):
1023 Move aliases to options before the associated definitions.
1024
c9805d23
SM
10252010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1026
1027 * newcomment.el (comment-normalize-vars): Better test validity of
1028 comment-end-skip.
1029
9e0d4f9e
SM
10302010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1031
1032 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1033 (float-e): New name for `e'.
1034 (degrees-to-radians, radians-to-degrees):
1035 * calendar/solar.el (solar-longitude):
1036 * calculator.el (calculator-registers, calculator-funcall):
1037 * textmodes/artist.el (artist-spray-random-points):
1038 * play/bubbles.el (bubbles--initialize-images): Use new names.
1039
a2930e43
EL
10402010-09-19 Eric M. Ludlam <zappo@gnu.org>
1041
1042 Update to CEDET 1.0's version of EIEIO.
1043
9e0d4f9e
SM
1044 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1045 New function.
a2930e43
EL
1046 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1047 (eieio-default-eval-maybe): Eval val instead of unquoting only.
1048 (class-precedence-list): If class is nil, return nil.
1049 (eieio-generic-call): If class of first input arg is nil, don't
1050 look up static methods, and do check for primary methods.
1051 (initialize-instance): See if the default needs to be evaluated
1052 during the constructor.
1053 (eieio-perform-slot-validation-for-default): Don't do the check
1054 for values that will eventually be evaluated.
1055 (eieio-eval-default-p): New function.
1056 (eieio-default-eval-maybe): Use it.
1057
10582010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1059
1060 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1061 method-invocation-order.
1062 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1063 (eieio-class-precedence-dfs): Compute class precedence list using
1064 dfs algorithm.
1065 (eieio-class-precedence-bfs): Compute class precedence list using
1066 bfs algorithm.
9e0d4f9e 1067 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
1068 c3 algorithm.
1069 (class-precedence-list): New function.
1070 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1071 (inconsistent-class-hierarchy): New error symbol.
1072 (call-next-method): Stow the replacement argument list for future
1073 call-next-method invocations.
1074
87e798a7
GM
10752010-09-15 Glenn Morris <rgm@gnu.org>
1076
ea7f9ebf
GM
1077 * calendar/appt.el (appt-check): If not displaying the diary,
1078 use (diary 1) to only get the entries we need.
1079 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1080 that it is in day order. (Bug#7019)
1081
1bf6d075
GM
1082 * calendar/appt.el (appt-check): Rather than showing the diary,
1083 just turn off invisible display, and only if needed.
1084
87e798a7
GM
1085 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
1086
f3a30a50
SM
10872010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1088
1089 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1090 Add `when' argument. Update callers.
1091
1092 * subr.el (unintern): Declare the obarray arg mandatory.
1093
92b99a01
GM
10942010-09-14 Glenn Morris <rgm@gnu.org>
1095
67ae9766
GM
1096 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1097 Doc fixes.
1098
92b99a01
GM
1099 * calendar/diary-lib.el (diary-included-files): New variable.
1100 (diary-list-entries): Maybe initialize diary-included-files.
1101 (diary-include-other-diary-files): Append to diary-included-files.
1102 * calendar/appt.el (appt-update-list): Also check the members of
1103 diary-included-files. (Bug#6999)
08151ec5 1104 (appt-check): Doc fix.
92b99a01 1105
5a66ed0f
DR
11062010-09-12 David Reitter <david.reitter@gmail.com>
1107
1108 * simple.el (line-move-visual): Do not truncate goal column to
1109 integer size. (Bug#7020)
1110
dba28758
SM
11112010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1112
1113 * repeat.el (repeat): Allow repeating when the last event is a click.
1114 Suggested by Drew Adams (bug#6256).
1115
681b88dd
SM
11162010-09-11 Sascha Wilde <wilde@sha-bang.de>
1117
1118 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1119 Replace setting HGRCPATH to "" by some less invasive --config options.
1120
71e657fc
SM
11212010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1122
1123 * font-lock.el (font-lock-beginning-of-syntax-function):
1124 Mark as obsolete.
1125
639b9d87
GM
11262010-09-10 Glenn Morris <rgm@gnu.org>
1127
1128 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1129 and tool-bar modes. (Bug#6211)
1130 (menu-bar-mode): Move setting of standard-value after the
1131 minor-mode definition, otherwise it seems to have no effect.
1132
33bd47be
MY
11332010-09-08 Masatake YAMATO <yamato@redhat.com>
1134
1135 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1136 Fix typo. (Bug#6976)
1137
9c405a86
CY
11382010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1139
1140 * whitespace.el: Allow cleaning up blanks without blank
1141 visualization (Bug#6651). Adjust help window for
1142 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
1143 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
1144 (whitespace-style): Add new value 'face. Adjust docstring.
1145 (whitespace-space, whitespace-hspace, whitespace-tab):
1146 Adjust foreground property face.
9c405a86
CY
1147 (whitespace-line-column): Adjust docstring and type declaration.
1148 (whitespace-style-value-list, whitespace-toggle-option-alist)
1149 (whitespace-help-text): Adjust const initialization.
1150 (whitespace-toggle-options, global-whitespace-toggle-options):
1151 Adjust docstring.
1152 (whitespace-display-window, whitespace-interactive-char)
1153 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1154 (whitespace-help-scroll): New fun.
1155
3fa0dc8f
AK
11562010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1157
1158 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
1159
1160 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1161 chars like - or ] (bug#6984).
1162 (rx-any-condense-range): Explode 2-char ranges.
1163
1e05f387
SM
11642010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1165
1166 * textmodes/bibtex.el:
1167 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1168
a3b337cd
GM
11692010-09-02 Glenn Morris <rgm@gnu.org>
1170
1171 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1172
d419e1d9
KH
11732010-08-31 Kenichi Handa <handa@m17n.org>
1174
1175 * international/mule-cmds.el (standard-display-european-internal):
1176 Setup standard-display-table for 8-bit characters by storing 8-bit
1177 characters in the element vector.
1178
1e05f387
SM
1179 * disp-table.el (standard-display-8bit):
1180 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
1181 characters in the element vector.
1182 (standard-display-european): Likewise.
1183
20b8ac83
MA
11842010-08-26 Michael Albinus <michael.albinus@gmx.de>
1185
1186 Sync with Tramp 2.1.19.
1187
1188 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1189 (tramp-reporter-dump-variable, tramp-load-report-modules)
1190 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1191 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1192
1193 * net/tramp-compat.el (top): Do not autoload
1194 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1195 only when `start-file-process' is not bound.
1196 (byte-compile-not-obsolete-vars): Define if not bound.
1197 (tramp-compat-funcall): New defmacro.
1198 (tramp-compat-line-beginning-position)
1199 (tramp-compat-line-end-position)
1200 (tramp-compat-temporary-file-directory)
1201 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1202 (tramp-compat-copy-file, tramp-compat-copy-directory)
1203 (tramp-compat-delete-file, tramp-compat-delete-directory)
1204 (tramp-compat-number-sequence, tramp-compat-process-running-p):
1205 Use it.
1206 (tramp-advice-file-expand-wildcards): Do not use
1207 `tramp-handle-file-remote-p'.
1208 (tramp-compat-make-temp-file): Simplify fallback implementation.
1209 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1210 (tramp-compat-copy-tree): Remove function.
1211 (tramp-compat-delete-file): New defun.
1212 (tramp-compat-delete-directory): Provide implementation for older
1213 Emacsen.
1214 (tramp-compat-file-attributes): Handle only
1215 `wrong-number-of-arguments' error.
1216
1e05f387
SM
1217 * net/tramp-fish.el (tramp-fish-handle-copy-file):
1218 Add PRESERVE_SELINUX_CONTEXT.
20b8ac83
MA
1219 (tramp-fish-handle-delete-file): Add TRASH arg.
1220 (tramp-fish-handle-directory-files-and-attributes):
1221 Do not use `tramp-fish-handle-file-attributes.
1222 (tramp-fish-handle-file-local-copy)
1223 (tramp-fish-handle-insert-file-contents)
1224 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1225
1226 * net/tramp-gvfs.el (top): Require url-util.
1227 (tramp-gvfs-mount-point): Remove.
1228 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1229 and `set-file-selinux-context'.
1230 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1231 (tramp-gvfs-handle-file-selinux-context)
1232 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1233 (with-tramp-dbus-call-method): Format trace message.
1234 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1235 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1e05f387
SM
1236 Implement backup call, when operation on local files fails.
1237 Use progress reporter. Flush properties of changed files.
1238 (tramp-gvfs-handle-delete-file): Add TRASH arg.
1239 Use `tramp-compat-delete-file'.
20b8ac83
MA
1240 (tramp-gvfs-handle-expand-file-name): Expand "~/".
1241 (tramp-gvfs-handle-make-directory): Make more traces.
1242 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1243 (tramp-gvfs-url-file-name): Hexify file name in url.
1244 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1245 into account for the resulting file name.
1246 (tramp-gvfs-handler-askquestion): Preserve current message, in
1247 order to let progress reporter continue afterwards. (Bug#6257)
1e05f387
SM
1248 Return dummy mountpoint, when the answer is "no".
1249 See `tramp-gvfs-maybe-open-connection'.
20b8ac83
MA
1250 (tramp-gvfs-handler-mounted-unmounted)
1251 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1e05f387
SM
1252 attribute "default_location". Set "prefix" property.
1253 Handle default-location.
20b8ac83
MA
1254 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1255 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1256 exists. Raise an error, if not (due to a corresponding answer
1e05f387
SM
1257 "no" in interactive questions, for example).
1258 Use `tramp-compat-funcall'.
20b8ac83
MA
1259
1260 * net/tramp-imap.el (top): Autoload `epg-make-context'.
1261 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1262 (tramp-imap-do-copy-or-rename-file)
1263 (tramp-imap-handle-insert-file-contents)
1264 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1265 (tramp-imap-handle-delete-file): Add TRASH arg.
1266
1e05f387
SM
1267 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1268 Add PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
1269 (tramp-smb-handle-copy-file)
1270 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1271 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1272 Use `with-progress-reporter'.
1273 (tramp-smb-handle-delete-file): Add TRASH arg.
1274
1275 * net/tramp.el (tramp-methods): Move hostname to the end in all
1276 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
1277 appropriate.
1278 (tramp-verbose): Describe verbose level 9.
1279 (tramp-completion-function-alist)
1280 (tramp-file-name-regexp, tramp-chunksize)
1281 (tramp-local-coding-commands, tramp-remote-coding-commands)
1282 (with-connection-property, tramp-completion-mode-p)
1283 (tramp-action-process-alive, tramp-action-out-of-band)
1284 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1285 (tramp-exists-file-name-handler): Fix docstring.
1286 (tramp-remote-process-environment): Use `format' instead of
1287 `concat'. Protect version string by apostroph.
1288 (tramp-shell-prompt-pattern): Do not use a shy group in case of
1289 XEmacs.
1290 (tramp-file-name-regexp-unified)
1291 (tramp-completion-file-name-regexp-unified): On W32 systems, do
1292 not regard the volume letter as remote filename. (Bug#5447)
1293 (tramp-perl-file-attributes)
1294 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1295 (tramp-vc-registered-read-file-names): Read input as
1296 here-document, otherwise the command could exceed maximum length
1297 of command line.
1298 (tramp-file-name-handler-alist): Add `file-selinux-context' and
1299 `set-file-selinux-context'.
1300 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1301 backtrace functions.
1302 (tramp-error-with-buffer): Don't show the connection buffer when
1303 we are in completion mode.
1304 (tramp-progress-reporter-update, tramp-remote-selinux-p)
1305 (tramp-handle-file-selinux-context)
1306 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1307 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1308 New defuns.
1309 (with-progress-reporter): New defmacro.
1310 (tramp-debug-outline-regexp): New defconst.
1311 (top, tramp-rfn-eshadow-setup-minibuffer)
1312 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1313 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1314 (tramp-completion-mode-p, tramp-check-for-regexp)
1315 (tramp-open-connection-setup-interactive-shell)
1316 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1317 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1318 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1319 Use `tramp-compat-funcall'.
1320 (tramp-handle-make-symbolic-link): Flush file properties.
1321 (tramp-handle-load, tramp-handle-file-local-copy)
1322 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1323 (tramp-handle-vc-registered, tramp-maybe-send-script)
1324 (tramp-find-shell): Use `with-progress-reporter'.
1325 (tramp-do-file-attributes-with-stat): Add space in format string,
1326 in order to work around a bug in pdksh. Reported by Gilles Pion
1327 <gpion@lfdj.com>.
1328 (tramp-handle-verify-visited-file-modtime): Do not send a command
1329 when the connection is not established.
1330 (tramp-handle-set-file-times): Simplify the check for utc.
1331 (tramp-handle-directory-files-and-attributes)
1332 (tramp-get-remote-path): Use `copy-tree'.
1333 (tramp-completion-handle-file-name-all-completions): Ensure, that
1334 non remote files are still checked. Oops.
1e05f387
SM
1335 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1336 Handle PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
1337 (tramp-do-copy-or-rename-file): Add progress reporter.
1338 (tramp-do-copy-or-rename-file-directly): Do not use
1339 `tramp-handle-file-remote-p'.
1340 (tramp-do-copy-or-rename-file-out-of-band):
1341 Use `tramp-compat-delete-directory'.
1342 (tramp-do-copy-or-rename-file-out-of-band)
1343 (tramp-compute-multi-hops, tramp-maybe-open-connection):
1344 Use `format-spec-make'.
1345 (tramp-handle-delete-file): Add TRASH arg.
1346 (tramp-handle-dired-uncache): Flush directory cache, not only file
1347 cache.
1348 (tramp-handle-expand-file-name)
1349 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
1350 (tramp-completion-handle-file-name-completion):
1351 Use `tramp-connectable-p'.
20b8ac83
MA
1352 (tramp-handle-start-file-process): Set connection property "vec".
1353 Use it, in order to invalidate file caches. Check only for
1354 `remote-tty' process property.
1355 Implement tty setting. (Bug#4604, Bug#6360)
1356 (tramp-file-name-for-operation): Add `call-process-region' and
1357 `set-file-selinux-context'.
1358 (tramp-find-foreign-file-name-handler)
1359 (tramp-advice-make-auto-save-file-name)
1360 (tramp-set-auto-save-file-modes): Remove superfluous check for
1361 `stringp'. This is done inside `tramp-tramp-file-p'.
1362 (tramp-file-name-handler): Trace 'quit. Catch the error for some
1363 operations when we are in completion mode. This gives the user
1364 the chance to correct the file name in the minibuffer.
1365 (tramp-completion-mode-p): Use `non-essential'.
1366 (tramp-handle-file-name-all-completions): Backward/ XEmacs
1367 compatibility: Use `completion-ignore-case' if
1368 `read-file-name-completion-ignore-case' does not exist.
1369 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1370 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1371 `tramp-open-shell'.
1372 (tramp-action-password): Hide password prompt before next run.
1373 (tramp-process-actions): Widen connection buffer for the trace.
1374 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1375 process property. Trace stty settings if `tramp-verbose' >= 9.
1376 Apply workaround for IRIX64 bug. Move argument of last
1377 `tramp-send-command' where it belongs to.
1378 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1379 front of `login-args'.
1380 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1381 on "/dev/null" instead of "/".
1382 (tramp-get-ls-command-with-dired): Make test for "--dired"
1383 stronger.
1384 (tramp-set-auto-save-file-modes): Adapt version check.
1385 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1386 (tramp-handle-process-file): Call the program in a subshell, in
1387 order to preserve working directory.
1388 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1389 `tramp-remote-sh' from `tramp-methods'.
1390 (tramp-get-ls-command): Make test for "--color=never" stronger.
1391 (tramp-check-for-regexp): Use (forward-line 1).
1392
1393 * net/trampver.el: Update release number.
1394
13952010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
1396
1397 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1398 empty argument to gvfs-copy.
1399
14002010-08-26 Chong Yidong <cyd@stupidchicken.com>
1401
1402 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1403 handle new TRASH arg of `delete-file'.
1404
14052010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1406
1407 * net/tramp.el (tramp-handle-insert-directory): Don't use
1408 `forward-word', its default syntax could be changed.
1409
14102010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1411 Michael Albinus <michael.albinus@gmx.de>
1412
1413 Implement compression for inline methods.
1414
1415 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1416 (tramp-copy-size-limit): Allow also nil.
1417 (tramp-inline-compress-commands): New defconst.
1418 (tramp-find-inline-compress, tramp-get-inline-compress)
1419 (tramp-get-inline-coding): New defuns.
1420 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1421 replaced by `tramp-get-inline-coding'.
1422 (tramp-handle-file-local-copy, tramp-handle-write-region)
1423 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1424
14252010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
1426
1427 Detect ssh 'ControlMaster' argument automatically in some cases.
1428
1429 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1430 (tramp-default-method): Use it.
1431
14322010-08-26 Karel Klíč <kklic@redhat.com>
1433
1434 * net/tramp.el (tramp-file-name-for-operation):
1435 Add file-selinux-context.
1436
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200" rowspan="4">d5720b4c
S
14372010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1438
1439 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1440
8d9f4291
CY
14412010-08-26 Chong Yidong <cyd@stupidchicken.com>
1442
1443 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1444 (Bug#6907).
1445
9027027d
CF
14462010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
1447
1448 * progmodes/python.el (python-block-pairs): Allow use of "finally"
1449 with "else" (Bug#3991).
1450
c00725d7
LL
14512010-08-22 Leo <sdl.web@gmail.com>
1452
1453 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1454 (ignore, bright, dim, keyword): Split list of nicknames before
1455 passing to rcirc-add-or-remove (Bug#6894).
1456
bc7d7ea6
CY
14572010-08-22 Chong Yidong <cyd@stupidchicken.com>
1458
1459 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1460
41a20de9
CY
14612010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1462
1463 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
1464 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1465 New version 13.0.
1466 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1467 Adjust initialization.
1468 (whitespace-bob-marker, whitespace-eob-marker)
1469 (whitespace-buffer-changed): New vars.
1470 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1471 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1472 (whitespace-post-command-hook, whitespace-display-char-on):
1473 Adjust code.
1474 (whitespace-looking-back, whitespace-buffer-changed): New funs.
1475 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
1476
e0143335
LL
14772010-08-21 Leo <sdl.web@gmail.com>
1478
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 1479 Fix buffer-list rename&refresh after killing a buffer in ido.
e0143335
LL
1480 * lisp/ido.el: Revert Óscar's.
1481 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1482 Remember the buffers at head, rather than their name.
1483 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1484
8f081e96
SM
14852010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
1486 Stefan Monnier <monnier@iro.umontreal.ca>
1487
1488 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1489 extra backslash added to each line (bug#6890).
1490
3ff78624
SM
14912010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1492
1493 * subr.el (read-key): Don't echo keystrokes (bug#6883).
1494
635f7282
GM
14952010-08-21 Glenn Morris <rgm@gnu.org>
1496
1497 * menu-bar.el (menu-bar-games-menu): Add landmark.
1498
fb89a654
GM
14992010-08-20 Glenn Morris <rgm@gnu.org>
1500
9130a2d6
GM
1501 * align.el (align-regexp): Make group and spacing arguments
1502 use the interactive defaults when non-interactive. (Bug#6698)
1503
fb89a654
GM
1504 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1505 expansion, so as not to need sendmail.
1506 (mail-text-start): Remove declaration.
1507 (rmail-retry-failure): Require sendmail.
1508
186e86db
SM
15092010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1510
1511 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1512
a67e6f13
MA
15132010-08-18 Michael Albinus <michael.albinus@gmx.de>
1514
186e86db
SM
1515 * progmodes/flymake.el (flymake-start-syntax-check-process):
1516 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 1517
f3cc64f8
KH
15182010-08-18 Kenichi Handa <handa@m17n.org>
1519
1520 * files.el: Add `word-wrap' as safe local variable.
1521
bb25c8d7
GM
15222010-08-18 Glenn Morris <rgm@gnu.org>
1523
1524 * woman.el (woman-translate): Case matters. (Bug#6849)
1525
a4aae1a5
CY
15262010-08-14 Chong Yidong <cyd@stupidchicken.com>
1527
1528 * simple.el (kill-region): Doc fix (Bug#6787).
1529
721dce17
GM
15302010-08-14 Glenn Morris <rgm@gnu.org>
1531
1532 * calendar/diary-lib.el (diary-header-line-format):
1533 Fit it to the window, not the frame.
1534
7467d0a8
AS
15352010-08-11 Andreas Schwab <schwab@linux-m68k.org>
1536
1537 * subr.el (ignore-errors): Add debug declaration.
1538
1fcf76af
GG
15392010-08-09 Geoff Gole <geoffgole@gmail.com> (tiny change)
1540
1541 * whitespace.el (whitespace-color-off): Remove post-command-hook
1542 locally.
1543
e54a1075
JB
15442010-08-08 Johan Bockgård <bojohan@gnu.org>
1545
1546 * replace.el (replace-highlight): Bind isearch-forward and
1547 isearch-error, ensuring that highlighting is updated if the user
1548 switches the search direction (Bug#6808).
1549
1550 * isearch.el (isearch-lazy-highlight-forward): New var.
1551 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1552 (isearch-lazy-highlight-update): Use it.
1553
7a84eee5
KH
15542010-08-06 Kenichi Handa <handa@m17n.org>
1555
186e86db
SM
1556 * international/mule.el (define-charset): Store NAME as :base property.
1557 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
1558 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1559 current priority. Force using the designation of the specific
1560 charset by adding `charset' text property. Improve the whole
1561 algorithm.
1562
f6b55526
JB
15632010-08-05 Juanma Barranquero <lekktu@gmail.com>
1564
1565 * emulation/pc-select.el (pc-selection-mode-hook)
1566 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1567 (pc-selection-mode): Fix typos in docstrings.
1568
6b4d96c2
KH
15692010-08-04 Kenichi Handa <handa@m17n.org>
1570
1571 * language/cyrillic.el: Don't add "microsoft-cp1251" to
1572 ctext-non-standard-encodings-alist here.
1573
186e86db
SM
1574 * international/mule.el (ctext-non-standard-encodings-alist):
1575 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
1576 (ctext-standard-encodings): New variable.
1577 (ctext-non-standard-encodings-table): List only elements for
1578 non-standard encodings.
186e86db 1579 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
1580 Check ctext-standard-encodings.
1581
1582 * international/mule-conf.el (compound-text): Doc fix.
1583 (ctext-no-compositions): Doc fix.
1584 (compound-text-with-extensions): Doc fix.
1585
c613687b
SM
15862010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1587
1588 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1589
d5b8058f
JB
15902010-08-03 Juanma Barranquero <lekktu@gmail.com>
1591
9ebc731b
JB
1592 * progmodes/which-func.el (which-func-format): Split help-echo text
1593 into lines, like other mode-line tooltips.
1594
d5b8058f
JB
1595 * server.el (server-start): When using TCP sockets, force IPv4
1596 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
1597
a2077b7f
SM
15982010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1599
1600 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1601
f63a7652
JB
16022010-08-02 Juanma Barranquero <lekktu@gmail.com>
1603
1604 * term.el (term-delimiter-argument-list): Reflow docstring.
1605 (term-read-input-ring, term-write-input-ring, term-send-input)
1606 (term-bol, term-erase-in-display, serial-supported-or-barf):
1607 Fix typos in docstrings.
1608
a7e26d8b
SM
16092010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1610
1611 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1612
bbc4e17c
JB
16132010-08-01 Juanma Barranquero <lekktu@gmail.com>
1614
1615 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1616
9aea20c9
MK
16172010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
1618
1619 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
1620 Fix typo in docstring (bug#6747).
1621
16b0b347
LL
16222010-07-30 Leo <sdl.web@gmail.com>
1623
1624 * eshell/esh-io.el (eshell-get-target): Better detection of
1625 read-only file (Bug#6762).
1626
ad9ae065
JB
16272010-07-30 Juanma Barranquero <lekktu@gmail.com>
1628
1629 * align.el (align-default-spacing): Doc fix.
1630 (align-region-heuristic, align-regexp): Fix typos in docstrings.
1631
fe4be04c
JB
16322010-07-23 Juanma Barranquero <lekktu@gmail.com>
1633
1634 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
1635
7c7c04c0
JB
16362010-07-19 Juanma Barranquero <lekktu@gmail.com>
1637
1638 * time.el (display-time-day-and-date): Remove spurious * in docstring.
1639 (display-time-world-buffer-name, display-time-world-mode-map):
1640 Fix typos in docstrings.
1641
c9088194
SK
16422010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
1643
1644 * image-mode.el (image-display-size): New function.
1645 (image-forward-hscroll, image-next-line, image-eol, image-eob)
1646 (image-mode-fit-frame): Use it (Bug#6639).
1647
dad7c716
CY
16482010-07-17 Chong Yidong <cyd@stupidchicken.com>
1649
1650 * dired.el (dired-buffers-for-dir): Handle list values of
1651 dired-directory (Bug#6636).
1652
f253ef6a
RS
16532010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
1654
1655 * vc.el (vc-coding-system-inherit-eol): New defvar.
1656 (vc-coding-system-for-diff): Use it to decide whether to inherit
1657 from the file the EOL format for reading the diffs of that file.
1658 (Bug#4451)
1659
134a027f
EZ
16602010-07-16 Eli Zaretskii <eliz@gnu.org>
1661
1662 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
1663 unibyte, so compressed attachments are not compressed again.
1664
243881ed
J
16652010-07-14 Jan Djärv <jan.h.d@swipnet.se>
1666
1667 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
1668 now that unicode is used (Bug#6594).
1669
5cbce271
CY
16702010-07-14 Chong Yidong <cyd@stupidchicken.com>
1671
1672 * simple.el (push-mark-command): Set the selection if
1673 select-active-regions is non-nil.
1674
3260caf8
GM
16752010-07-10 Glenn Morris <rgm@gnu.org>
1676
1677 * calendar/calendar.el (calendar-week-end-day): New function.
1678 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1679 Respect calendar-week-start-day. (Bug#6606)
1680 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1681 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1682 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1683 respect calendar-week-start-day.
1684
c876b263
CY
16852010-07-10 Chong Yidong <cyd@stupidchicken.com>
1686
1687 * simple.el (use-region-p): Doc fix (Bug#6607).
1688
4565b08e
CS
16892010-07-07 Christoph Scholtes <cschol2112@gmail.com>
1690
1691 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1692 builtins (BufferError, BytesWarning, WindowsError; callables
1693 bin, bytearray, bytes, format, memoryview, next, print; __package__).
1694
49554388
GM
16952010-07-07 Glenn Morris <rgm@gnu.org>
1696
1697 * play/zone.el (zone-fall-through-ws): Fix next-line ->
1698 forward-line fallout.
1699
e8579ebc
CY
17002010-07-06 Chong Yidong <cyd@stupidchicken.com>
1701
1702 * mouse.el (mouse-appearance-menu): Add docstring.
1703
1704 * help.el (describe-key): Print up-event using key-description.
1705
5d1cd8bd
MA
17062010-07-03 Michael Albinus <michael.albinus@gmx.de>
1707
1708 * net/zeroconf.el (zeroconf-resolve-service)
1e05f387 1709 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
1710 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1711
112dbc0e
MA
17122010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1713
1714 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1715
d0cb23ca
DN
17162010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
1717
1718 Avoid displaying files with a nil state in vc-dir.
1719 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1720 cases that cause insertion.
1721 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1722 with a nil state.
1723
01b229d1
CY
17242010-06-30 Chong Yidong <cyd@stupidchicken.com>
1725
1726 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1727
8bf1c786 17282010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
1729
1730 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
1731
dfc6544c
CY
17322010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
1733
1734 * generic-x.el (bat-generic-mode): Fix regexp for command line
1735 switches (Bug#5719).
1736
b7d4de51
CY
17372010-06-27 Masatake YAMATO <yamato@redhat.com>
1738
dfc6544c
CY
1739 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1740 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 1741
3726248f
CY
17422010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
1743
8bf1c786 1744 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
1745 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1746 bindings of bookmark-automatically-show-annotations (Bug#6515).
1747
aca54191
EZ
17482010-06-25 Eli Zaretskii <eliz@gnu.org>
1749
1750 * arc-mode.el (archive-zip-extract): Don't quote the file name on
1751 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
1752
2330fa87
ŠN
17532010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
1754
1755 * comint.el (make-comint, make-comint-in-buffer): Mention return
1756 value in the docstrings. (Bug#6498)
1757
29115ca9
YR
17582010-06-24 Yoni Rabkin <yoni@rabkins.net>
1759
1760 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
1761 since it is not present when using some non-default switches.
1762
2c79f053
KF
17632010-06-23 Karl Fogel <kfogel@red-bean.com>
1764
1765 * simple.el (compose-mail): Fix doc string to refer to
1766 `compose-mail-user-agent-warnings', instead of to the
1767 nonexistent `compose-mail-check-user-agent'.
1768
50d76a9f
DN
17692010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1770
1771 Fix vc-annotate for renamed files when using Git.
1772 * vc-git.el (vc-git-find-revision): Deal with empty results from
1773 ls-files. Doe not pass the object as a file name to cat-file, it
1774 is not a file name.
1775 (vc-git-annotate-command): Pass the file name using -- to avoid
1776 ambiguity with the revision.
1777 (vc-git-previous-revision): Pass a relative file name.
1778
6095a05b
GM
17792010-06-22 Glenn Morris <rgm@gnu.org>
1780
943375a6
GM
1781 * progmodes/js.el (js-mode-map): Use standard capitalization and
1782 ellipses for menu entries.
1783
6095a05b
GM
1784 * wid-edit.el (widget-complete): Doc fix.
1785
4514199e
JH
17862010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
1787
1788 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1789
c4786d60
DN
17902010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1791
11c46b39
DN
1792 Fix annotating other revisions for renamed files in vc-annotate.
1793 * vc-annotate.el (vc-annotate): Add an optional argument for the
1794 VC backend. Use it when non-nil.
33aeea0e
SM
1795 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate
1796 (Bug#6487).
11c46b39 1797
c4786d60
DN
1798 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1799 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1800 Do not pass the file name to the 'previous-revision call when we
1801 don't want a file diff. (Bug#6489)
1802
04ec0963
DN
18032010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1804
11c46b39 1805 Fix finding revisions for renamed files in vc-annotate.
04ec0963
DN
1806 * vc.el (vc-find-revision): Add an optional argument for
1807 the VC backend. Use it when non-nil.
1808 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1809 backend to vc-find-revision. (Bug#6487)
1810
c036381c
DN
18112010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1812
1813 Fix reading file names in Git annotate buffers.
1e05f387
SM
1814 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1815 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 1816
05c123e6
AM
18172010-06-20 Alan Mackenzie <acm@muc.de>
1818
1819 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1820 in file local variables, set it first.
1821
4111f0c7
GM
18222010-06-19 Glenn Morris <rgm@gnu.org>
1823
74739ffd
GM
1824 * descr-text.el (describe-char-unicode-data): Insert separating
1825 space when needed. (Bug#6422)
1826
4111f0c7
GM
1827 * progmodes/idlwave.el (idlwave-action-and-binding):
1828 Fix typo in 2009-12-03 change. (Bug#6450)
1829
b8add347
SM
18302010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1831
1832 * subr.el (read-quoted-char): Fix up last change (bug#6290).
1833
36901266
SM
18342010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1835
1836 * font-lock.el (font-lock-major-mode): Rename from
1837 font-lock-mode-major-mode to distinguish it from
1838 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1839 (font-lock-set-defaults):
1840 * font-core.el (font-lock-default-function): Adjust users.
1841 (font-lock-mode): Don't set it at all.
1842
12755d08
SM
18432010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1844
1845 * vc-annotate.el (vc-annotate): Use vc-read-revision.
1846
d7cd4abb
GM
18472010-06-15 Glenn Morris <rgm@gnu.org>
1848
1849 * calendar/appt.el (appt-time-msg-list): Doc fix.
1850 (appt-check): Let-bind appt-warn-time.
1851 (appt-add): Make the 3rd argument optional.
1852 Simplify argument names. Doc fix. Check for integer WARNTIME.
1853 Only add WARNTIME to the output list if non-nil.
1854
a675c749
IK
18552010-06-15 Ivan Kanis <apple@kanis.eu>
1856
1857 * calendar/appt.el (appt-check): Let the 3rd element of
1858 appt-time-msg-list specify the warning time.
1859 (appt-add): Add new argument with the warning time. (Bug#5176)
1860
a9de35fe
BR
18612010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1862
1863 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1864 older than version 1.6. (Bug#6361)
1865
37a7e764
HE
18662010-06-12 Helmut Eller <eller.helmut@gmail.com>
1867
1868 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1869 used by cl-do-arglist. (Bug#6408)
1870
8c6eab5a
SM
18712010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1872
989bc97f
SM
1873 * emacs-lisp/advice.el (ad-compile-function):
1874 Define warning-suppress-types before we let-bind it (bug#6275).
1875
8c6eab5a
SM
1876 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1877 declare it, make it buffer-local and permanent-local (bug#6324).
1878 (vc-resynch-window): Adjust name.
1879 * vc-hooks.el (vc-find-file-hook): Adjust name.
1880
2d9a4946
JR
18812010-06-07 Jonathan Rockway <jon@jrock.us>
1882
1883 * net/rcirc.el: Add support for password authentication.
1884 (rcirc-server-alist): Add :password keyword.
1885 (rcirc): Ask for a password, or get it from the server's alist.
1886 (rcirc-connect): Add password argument. Pass it to server.
1887
35b148ee
JB
18882010-06-05 Juanma Barranquero <lekktu@gmail.com>
1889
1890 * net/dbus.el (dbus-register-method): Declare function.
1891 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1892 (dbus-introspect): Doc fix.
1893 (dbus-event-bus-name, dbus-introspect-get-interface)
1894 (dbus-introspect-get-argument): Reflow docstrings.
1895
86253dc0
CY
18962010-06-04 Chong Yidong <cyd@stupidchicken.com>
1897
1898 * term/common-win.el (x-colors): Add "dark green" and "dark
1899 turquoise" (Bug#6332).
1900
3845c322
GM
19012010-06-03 Glenn Morris <rgm@gnu.org>
1902
1903 * desktop.el (desktop-clear-preserve-buffers):
1904 Add "*Warnings*" buffer. (Bug#6336)
1905
dbe82b27
DN
19062010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
1907
1908 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1909
feceda26
SM
19102010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1911
1912 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1913 `file-directory-p' to the filename part rather than to the whole text.
1914
896114cf
SM
19152010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1916
1917 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1918
949544ed
DA
19192010-05-31 Drew Adams <drew.adams@oracle.com>
1920
1921 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1922
450439d5
JB
19232010-05-31 Juanma Barranquero <lekktu@gmail.com>
1924
1925 * subr.el (momentary-string-display): Just use read-event to read
1926 the exit event (Bug#6238).
1927
fcb52808
CY
19282010-05-29 Chong Yidong <cyd@stupidchicken.com>
1929
1930 * ansi-color.el: Delete unused escape sequences (Bug#6085).
1931 (ansi-color-drop-regexp): New constant.
1932 (ansi-color-apply, ansi-color-filter-region)
896114cf 1933 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
1934 (ansi-color-apply): Build string list before calling concat.
1935
4da3541b
CY
19362010-05-27 Chong Yidong <cyd@stupidchicken.com>
1937
896114cf
SM
1938 * progmodes/verilog-mode.el (verilog-type-font-keywords):
1939 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
1940
19412010-05-27 Masatake YAMATO <yamato@redhat.com>
1942
1943 * htmlfontify.el (hfy-face-resolve-face): New function.
1944 (hfy-face-to-style): Use it (Bug#6279).
1945
397eb3f3
SM
19462010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1947
1948 * epa.el (epa--select-keys): Don't explicitly delete the window since
1949 that can fail (e.g. sole window in frame). Use dedication instead.
1950
ab0c07c0
SM
19512010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
1952
1953 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1954
29031d52
CY
19552010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1956
1957 * subr.el (read-quoted-char): Resolve modifiers after key
1958 remapping (bug#6212).
1959
dc9ed794
SM
19602010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1961
1962 * tmm.el (tmm-prompt): Don't try to precompute bindings.
1963 (tmm-get-keymap): Compute shortcuts (bug#6171).
1964
e1cb2c13
GM
19652010-05-10 Glenn Morris <rgm@gnu.org>
1966
1967 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
1968 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
1969
61a808e8
CY
19702010-05-07 Chong Yidong <cyd@stupidchicken.com>
1971
1972 * Version 23.2 released.
1973
f034e176
CY
19742010-05-03 Chong Yidong <cyd@stupidchicken.com>
1975
c0943d3d 1976 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 1977 car of each item, not the whole list (Bug#6083).
f034e176 1978
f5d6ff44
CY
19792010-05-02 Chong Yidong <cyd@stupidchicken.com>
1980
1981 * progmodes/js.el (js-mode): Make paragraph variables local before
1982 calling c-setup-paragraph-variables (Bug#6071).
1983
aa4d4e4a
EZ
19842010-05-01 Eli Zaretskii <eliz@gnu.org>
1985
1986 * composite.el (compose-region, reference-point-alist): Fix typos
1987 in the doc strings.
1988
78edd3b7 19892010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
1990
1991 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1992 gnuplot's "set" command.
1993
29c48340
JB
19942010-04-26 Juanma Barranquero <lekktu@gmail.com>
1995
1996 * abbrev.el (last-abbrev-text): Doc fix.
1997 (abbrev-prefix-mark): Don't escape parenthesis.
1998
8ed6fc47
AS
19992010-04-24 Andreas Schwab <schwab@linux-m68k.org>
2000
2001 * composite.el (find-composition): Doc fix.
2002
063c6324
JB
20032010-04-24 Juanma Barranquero <lekktu@gmail.com>
2004
2005 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2006 (sql-oracle-program, sql-sqlite-options)
2007 (sql-query-placeholders-and-send): Doc fixes.
2008 (sql-set-product, sql-interactive-mode): Reflow docstrings.
2009 (sql-imenu-generic-expression, sql-buffer)
2010 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2011 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2012 (sql-mode-sybase-font-lock-keywords)
2013 (sql-mode-informix-font-lock-keywords)
2014 (sql-mode-interbase-font-lock-keywords)
2015 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2016 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2017 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2018 (sql-product-feature, sql-highlight-product)
2019 (comint-line-beginning-position, sql-rename-buffer)
2020 (sql-toggle-pop-to-buffer-after-send-region)
2021 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2022 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2023 Fix typos in docstrings.
2024
e89dee79
JL
20252010-04-23 Juri Linkov <juri@jurta.org>
2026
2027 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2028 property instead of `invisible' and `after-string' (bug#5998).
2029
316d12fb
JL
20302010-04-23 Juri Linkov <juri@jurta.org>
2031
2032 * image-mode.el (image-mode-as-text): Fix typo in docstring.
2033
770255e9
JB
20342010-04-23 Juanma Barranquero <lekktu@gmail.com>
2035
2036 * filecache.el (file-cache-add-directory-list)
2037 (file-cache-add-directory-recursively): Fix typos in docstrings.
2038
ece33a6e
KH
20392010-04-22 Kenichi Handa <handa@m17n.org>
2040
2041 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 2042 (gujarati-composable-pattern): Fix typo.
ece33a6e 2043
771533aa
KH
20442010-04-20 Kenichi Handa <handa@m17n.org>
2045
2046 * language/indian.el (oriya-composable-pattern)
1e05f387
SM
2047 (tamil-composable-pattern, malayalam-composable-pattern):
2048 Add two-part vowels to "v" (vowel sign).
771533aa 2049
790c2e44
CY
20502010-04-20 Chong Yidong <cyd@stupidchicken.com>
2051
99833607
CY
2052 * files.el (copy-directory): Handle symlinks (Bug#5982).
2053
1e05f387
SM
2054 * progmodes/compile.el (compilation-next-error-function):
2055 Revert 2009-10-12 change (Bug#5983).
790c2e44 2056
808ecc4e
CY
20572010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2058
2059 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2060 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
2061 (Bug#5846).
2062
d2c7b917
GM
20632010-04-20 Glenn Morris <rgm@gnu.org>
2064
0ca12598
GM
2065 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2066
d2c7b917
GM
2067 * minibuffer.el (completion-at-point): Doc fix.
2068
bce31830
DN
20692010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
2070
2071 Fix the version number for added files.
2072 * vc-hg.el (vc-hg-working-revision): Check if the file is
2073 registered after hg parent fails (Bug#5961).
2074
0433ffa6
GM
20752010-04-17 Glenn Morris <rgm@gnu.org>
2076
2077 * htmlfontify.el (htmlfontify-buffer)
2078 (htmlfontify-copy-and-link-dir): Autoload entry points.
2079
8507c65c
CY
20802010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
2081
2082 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2083 name relative to the project root (Bug#5960).
2084
e9ef9777
GM
20852010-04-16 Glenn Morris <rgm@gnu.org>
2086
2087 * vc-git.el (vc-git-print-log): Doc fix.
2088
3808c51f
CY
20892010-04-14 Óscar Fuentes <ofv@wanadoo.es>
2090
2091 * ido.el (ido-file-internal): Fix 2009-12-02 change.
2092
7860d2e3
CY
20932010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
2094
2095 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2096 default settings (Bug#5928).
2097
119850e9
GM
20982010-04-10 Glenn Morris <rgm@gnu.org>
2099
2100 * progmodes/fortran.el (fortran-match-and-skip-declaration):
2101 New function.
0a23b2c3 2102 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 2103
86a366f4
KH
21042010-04-07 Kenichi Handa <handa@m17n.org>
2105
2106 * language/indian.el (malayalam-composable-pattern): Fix previous
2107 change (add U+0D4D "SIGN VIRAMA").
2108 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2109 (tamil-composable-pattern): Fix typo in the regexp.
2110 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2111 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2112 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2113
8afe2ec6
CY
21142010-04-06 Chong Yidong <cyd@stupidchicken.com>
2115
2116 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2117 paragraph-separate (Bug#5821).
2118
3c5d6dfb
JL
21192010-04-05 Juri Linkov <juri@jurta.org>
2120
2121 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2122
2123 * info.el (Info-find-node-2): Comment out code that skips
2124 breadcrumbs line.
2125 (Info-mouse-follow-link): New command.
2126 (Info-link-keymap): New keymap.
2127 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2128 Return a string with links instead of inserting breadcrumbs
2129 to the Info buffer.
2130 (Info-fontify-node): Comment out code that inserts breadcrumbs.
2131 Instead of putting the `invisible' text property over the Info
2132 header, make an overlay over the Info header with the `invisible'
2133 property and `after-string' set to the string returned by
2134 `Info-breadcrumbs'.
2135
6baa27a2
CY
21362010-04-03 Chong Yidong <cyd@stupidchicken.com>
2137
2138 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2139 Reported by monkey@sandpframing.com.
2140
b42da387
TA
21412010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
2142
2143 * textmodes/artist.el (artist-mode): Fix typo in docstring.
2144 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
2145
42763dda
KH
21462010-03-30 Kenichi Handa <handa@m17n.org>
2147
2148 * language/sinhala.el (composition-function-table): Fix regexp for
2149 the new Unicode specification.
2150
2151 * language/indian.el (devanagari-composable-pattern)
2152 (tamil-composable-pattern, kannada-composable-pattern)
194d44e7 2153 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
2154 specification.
2155 (bengali-composable-pattern, gurmukhi-composable-pattern)
2156 (gujarati-composable-pattern, oriya-composable-pattern)
2157 (telugu-composable-pattern): New variables to cope with the new
2158 Unicode specification. Use them in composition-function-table.
2159
fe59d705
SM
21602010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2161
79d74ac5 2162 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
2163 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2164 vectors rather than cons cells, as used in menu-bar-update-buffers.
2165
03ffe8be
CY
21662010-03-28 Chong Yidong <cyd@stupidchicken.com>
2167
2a793f7f
CY
2168 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2169 (js-insert-and-indent): Revert 2009-08-15 change, restoring
2170 electric punctuation for "{}();,:" (Bug#5586).
2171
03ffe8be
CY
2172 * mail/sendmail.el (mail-default-directory): Doc fix.
2173
21742010-03-27 Chong Yidong <cyd@stupidchicken.com>
2175
2176 * mail/sendmail.el (mail-default-directory): Doc fix.
2177
94785022
EZ
21782010-03-27 Eli Zaretskii <eliz@gnu.org>
2179
2180 * subr.el (version-regexp-alist, version-to-list)
2181 (version-list-<, version-list-=, version-list-<=)
2182 (version-list-not-zero, version<, version<=, version=): Doc fix.
2183 (Bug#5744).
2184
eca16aa7
NR
21852010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2186 Nick Roberts <nickrob@snap.net.nz>
2187
2188 * progmodes/gdb-ui.el (gdb-apple-test): New function.
2189 (gdb-init-1): Use it.
2190
431af6a4
DN
21912010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2192
2193 * vc.el (vc-root-diff): Doc fix.
2194
9d30a9f4
CY
21952010-03-25 Chong Yidong <cyd@stupidchicken.com>
2196
9aa2c576
CY
2197 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2198
9d30a9f4
CY
2199 * simple.el (append-to-buffer): Fix last change.
2200
d0fba174
CY
22012010-03-24 Chong Yidong <cyd@stupidchicken.com>
2202
2203 * simple.el (append-to-buffer): Ensure that point is preserved if
2204 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
2205 (Bug#5749)
2206
efee6a6d
SM
22072010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2208
2209 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2210 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2211 not be present any more.
2212
c6f3804c
JB
22132010-03-24 Juanma Barranquero <lekktu@gmail.com>
2214
2215 * faces.el (set-face-attribute): Fix typo in docstring.
2216 (face-valid-attribute-values): Reflow docstring.
2217
4c3a215a
GM
22182010-03-23 Glenn Morris <rgm@gnu.org>
2219
efee6a6d 2220 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 2221
e9ba3e26
CY
22222010-03-21 Chong Yidong <cyd@stupidchicken.com>
2223
2224 * indent.el (indent-for-tab-command): Doc fix.
2225
c8de140b
JB
22262010-03-22 Juanma Barranquero <lekktu@gmail.com>
2227
2228 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2229 (image-dired-read-comment): Doc fix.
2230
efee6a6d
SM
2231 * json.el (json-object-type, json-array-type, json-key-type)
2232 (json-false, json-null, json-read-number):
c8de140b
JB
2233 * minibuffer.el (completion-in-region-functions):
2234 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2235 (cal-tex-cursor-week):
2236 * emacs-lisp/trace.el (trace-function):
2237 * eshell/em-basic.el (eshell/printnl):
2238 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2239 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2240 * obsolete/levents.el (allocate-event, event-key, event-object)
2241 (event-point, event-process, event-timestamp, event-to-character)
2242 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2243 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2244 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2245 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2246 (reftex-highlight-selection): Fix typos in docstrings.
2247
d1200087
JB
22482010-03-19 Juanma Barranquero <lekktu@gmail.com>
2249
2250 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2251
f454672b
GM
22522010-03-18 Glenn Morris <rgm@gnu.org>
2253
2254 * mail/rmail.el (rmail-highlight-face): Restore option deleted
2255 2008-02-13 without comment; mark it obsolete.
2256 (rmail-highlight-headers): Use rmail-highlight-face once more.
2257
d5704d66
CY
22582010-03-16 Chong Yidong <cyd@stupidchicken.com>
2259
2260 * woman.el (woman2-process-escapes): Only consume the newline if
2261 the filler character is on a line by itself (Bug#5729).
2262
fade35dd
KH
22632010-03-16 Kenichi Handa <handa@m17n.org>
2264
2265 * language/indian.el (devanagari-composable-pattern): Add more
2266 consonants.
2267
c8215db1
MA
22682010-03-14 Michael Albinus <michael.albinus@gmx.de>
2269
2270 * net/trampver.el: Update release number.
2271
b4d16368
GM
22722010-03-13 Glenn Morris <rgm@gnu.org>
2273
2274 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2275
c0e17ff2
MA
22762010-03-13 Michael Albinus <michael.albinus@gmx.de>
2277
efee6a6d
SM
2278 * net/tramp.el (tramp-find-executable):
2279 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
2280 output of "wc -l" more robust.
2281 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2282 (tramp-open-connection-setup-interactive-shell): Remove workaround
2283 for OpenSolaris bug, it is not needed anymore.
2284
eb123b12
GM
22852010-03-12 Glenn Morris <rgm@gnu.org>
2286
2287 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
2288
5f8d2ce0
WS
22892010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
2290
2291 * files.el (auto-mode-alist): Accept more verilog file patterns.
2292
35b148ee 22932010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
2294
2295 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2296 instead of "format:"; this ensures that the output is
2297 newline-terminated.
2298
4e7cafbe
CY
22992010-03-08 Chong Yidong <cyd@stupidchicken.com>
2300
2301 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2302 that all errors are caught, and that the return value is always a
2303 list (Bug#5692).
2304
aec66319
KH
23052010-03-08 Kenichi Handa <handa@m17n.org>
2306
2307 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 2308 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 2309
b327c975
AS
23102010-03-07 Andreas Schwab <schwab@linux-m68k.org>
2311
2312 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2313 call to rfc822-bad-address. (Bug#5692)
2314
1c465a6a
CY
23152010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
2316
1e05f387
SM
2317 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2318 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 2319
a4e32226
CY
23202010-03-06 Chong Yidong <cyd@stupidchicken.com>
2321
2322 * calculator.el (calculator): Don't bind split-window-keep-point
2323 (Bug#5674).
2324
4c83ed3d
SM
23252010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2326
2327 * vc-git.el: Re-flow to fit into 80 columns.
2328 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2329 Remove spurious `quote' element in each case alternative.
2330 (vc-git-show-log-entry): Use prog1.
2331 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2332
e8defde3
SM
23332010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2334
2335 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2336
233f0c9f
CY
23372010-03-03 Chong Yidong <cyd@stupidchicken.com>
2338
2339 * macros.el (insert-kbd-macro): Look up keyboard macro using the
2340 definition, not the name (Bug#5481).
2341
254bedef 23422010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
2343
2344 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2345 argument with a local variable. (Bug#5670)
2346
7187cdae
JL
23472010-03-02 Juri Linkov <juri@jurta.org>
2348
2349 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
2350
9cf3544e
MA
23512010-03-02 Michael Albinus <michael.albinus@gmx.de>
2352
2353 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2354 error when FILENAME and NEWNAME are existing remote directories.
2355
2356 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2357 parameter DIR-FLAG.
2358
33f77982
GM
23592010-03-02 Glenn Morris <rgm@gnu.org>
2360
2361 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2362 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2363
d99ea08e
KH
23642010-03-01 Kenichi Handa <handa@m17n.org>
2365
e8defde3 2366 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
2367 myanmar-composable-pattern.
2368
e8defde3
SM
2369 * international/characters.el (script-list):
2370 * international/fontset.el (script-representative-chars):
2371 Change myanmar to burmese.
d99ea08e 2372 (otf-script-alist): Likewise.
4aa2c3b2
KH
2373 (setup-default-fontset): Likewise. Re-fix :otf spec.
2374
b374f54d
KY
23752010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2376
2377 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2378
71572c03
JD
23792010-02-28 Jan Djärv <jan.h.d@swipnet.se>
2380
2381 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2382
00cffdeb
MA
23832010-02-28 Michael Albinus <michael.albinus@gmx.de>
2384
2385 * net/tramp.el (tramp-handle-write-region): START can be a string.
2386 Take care in the checks. Reported by Dan Davison
2387 <davison@stats.ox.ac.uk>.
2388
d4b06783
MA
23892010-02-28 Michael Albinus <michael.albinus@gmx.de>
2390
2391 * net/dbus.el (dbus-introspect, dbus-get-property)
33aeea0e
SM
2392 (dbus-set-property, dbus-get-all-properties):
2393 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 2394
8c3e96d2
CY
23952010-02-28 Chong Yidong <cyd@stupidchicken.com>
2396
de3a1fe9
CY
2397 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2398 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
2399 * calendar/icalendar.el (icalendar--add-diary-entry):
2400 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
2401 * files.el (recover-session-finish): Use with-current-buffer
2402 instead of save-excursion.
2403
c53b9c3b
SM
24042010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
2405
2406 Fix in-buffer completion when after-change-functions modify the buffer.
2407 * minibuffer.el (completion--replace): New function.
2408 (completion--do-completion): Use it and use relative movement.
2409
4a16bdc6
CY
24102010-02-27 Chong Yidong <cyd@stupidchicken.com>
2411
2412 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 2413
b8280f39
CY
24142010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
2415
c53b9c3b
SM
2416 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2417 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 2418
f88cc4d6
KH
24192010-02-26 Kenichi Handa <handa@m17n.org>
2420
2421 * language/burmese.el: Fix entries in composition-function-table.
2422 (myanmar-composable-pattern): New variable.
2423
2424 * international/fontset.el (setup-default-fontset): Add an entry
2425 for myanmar.
2426
2427 * international/characters.el (script-list): Add Myanmar
2428 Extended-A.
2429
cdbf9100
GM
24302010-02-26 Glenn Morris <rgm@gnu.org>
2431
90a94603
GM
2432 * custom.el (custom-initialize-delay): Doc fix.
2433
cdbf9100
GM
2434 * mail/sendmail.el (send-mail-function): Autoload the call
2435 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2436
f95a5fd0
CY
24372010-02-24 Chong Yidong <cyd@stupidchicken.com>
2438
2439 * files.el (hack-local-variables-filter): For eval forms, also
2440 check safe-local-variable-p (Bug#5636).
2441
6583ba0e
CY
24422010-02-24 Eduard Wiebe <usenet@pusto.de>
2443
2444 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2445 and use c(ad)r of cddr (Bug#5640).
2446
459a5f4b
MA
24472010-02-22 Michael Albinus <michael.albinus@gmx.de>
2448
2449 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2450 setting the modes by `ignore-errors'. It might fail, for example
2451 if the file is not owned by the user but the group.
2452 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2453
bb23f6e8
CY
24542010-02-21 Chong Yidong <cyd@stupidchicken.com>
2455
33aeea0e
SM
2456 * files.el (directory-listing-before-filename-regexp):
2457 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
2458 date-like filenames (Bug#5597).
2459
b660eb70
CY
2460 * htmlfontify.el (htmlfontify): Doc fix.
2461
2462 * eshell/eshell.el (eshell): Doc fix.
2463
bb23f6e8
CY
2464 * startup.el (fancy-about-screen): In mode-line, apply
2465 mode-line-buffer-id face only to the buffer name (Bug#5613).
2466
3e39928c
CY
24672010-02-20 Kevin Ryde <user42@zip.com.au>
2468
f7e0618c
JB
2469 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2470 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
2471 (Bug#5599).
2472
0f00e948
EZ
24732010-02-20 Eli Zaretskii <eliz@gnu.org>
2474
2475 * subr.el (remove-yank-excluded-properties): Explain in a comment
2476 why `category' property is removed.
2477
3513efb2
CY
24782010-02-19 Chong Yidong <cyd@stupidchicken.com>
2479
33aeea0e
SM
2480 * isearch.el (isearch-update-post-hook, isearch-update):
2481 Revert 2010-02-17 change.
3513efb2 2482
b4340b3f
UJ
24832010-02-19 Ulf Jasper <ulf.jasper@web.de>
2484
2485 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2486 (icalendar--convert-weekly-to-ical)
2487 (icalendar--convert-yearly-to-ical)
2488 (icalendar--convert-block-to-ical)
2489 (icalendar--convert-cyclic-to-ical)
2490 (icalendar--convert-anniversary-to-ical): Take care of time
2491 specifications where hour has 1-digit only (Bug#5549).
2492
8cfae03d
NR
24932010-02-19 Nick Roberts <nickrob@snap.net.nz>
2494
2495 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2496 of disassemble output in GDB 7.1.
2497
055e4eea
GM
24982010-02-19 Glenn Morris <rgm@gnu.org>
2499
2500 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2501 property. (Bug#5593)
2502
ff6b00de
SS
25032010-02-18 Sam Steingold <sds@gnu.org>
2504
2505 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2506
fe8c0b47
SM
25072010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2508
2509 Use abbreviated file names in bookmarks (bug#5591).
2510 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2511 calls to expand-file-name.
2512 (bookmark-relocate): Use abbreviated file names in bookmarks.
2513 (bookmark-load): Use abbreviated file names in messages.
2514
73a37a69
MA
25152010-02-18 Michael Albinus <michael.albinus@gmx.de>
2516
2517 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2518 expand "." and "..". Reported by Thierry Volpiatto
2519 <thierry.volpiatto@gmail.com>.
2520
6e4f5731
MA
25212010-02-18 Michael Albinus <michael.albinus@gmx.de>
2522
2523 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2524 permissions of the temporary file to "0600". In case the remote
2525 file has no read permissions for the owner, there might be
2526 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
2527
252822010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
2529
2530 * emacs-lisp/authors.el (authors-renamed-files-alist):
2531 Add entries for INSTALL.CVS.
2532
ba5bf642
MH
25332010-02-17 Mark A. Hershberger <mah@everybody.org>
2534
f7e0618c 2535 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 2536
f7e0618c 2537 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
2538 (isearch-update): Use the new hook.
2539
aac0b0f2
MA
25402010-02-16 Michael Albinus <michael.albinus@gmx.de>
2541
fe8c0b47
SM
2542 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2543 Fix errors in copying directories.
aac0b0f2
MA
2544 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2545 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2546 (tramp-handle-delete-file)
2547 (tramp-handle-dired-recursive-delete-directory)
2548 (tramp-handle-write-region): Flush also the cache for the upper
2549 directory.
2550
05bbe066
CY
25512010-02-16 Chong Yidong <cyd@stupidchicken.com>
2552
e8ab3908
CY
2553 * simple.el (save-interprogram-paste-before-kill): Doc fix.
2554
ff90f4b0
CY
2555 * cus-edit.el (hardware): Doc fix.
2556
2557 * man.el (man): Add to external custom group.
2558
2559 * delim-col.el (columns): Move to wp custom group.
2560
2561 * doc-view.el (doc-view): Add to data custom group.
2562
fe8c0b47 2563 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 2564
05bbe066
CY
2565 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2566 by ispell-parse-output (Bug#5575).
2567
fa6ea913
KH
25682010-02-16 Kenichi Handa <handa@m17n.org>
2569
2570 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2571 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2572 (skkdic-convert): Use `euc-japan' coding system for writing.
2573
88fd78ae
GM
25742010-02-16 Glenn Morris <rgm@gnu.org>
2575
2576 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2577 tex-main-file before using it. (Bug#5562)
2578
2b8c974a
SM
25792010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2580
2581 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2582 warnings, since it is annoying for the user to see them each time he
2583 runs the code.
2584
7540f029
MA
25852010-02-15 Michael Albinus <michael.albinus@gmx.de>
2586
2587 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2588 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2589 instead of PROC for caching "first-password-request". Otherwise,
2590 new processes would not profit from passwords already entered.
2591
2b8c974a
SM
2592 * net/tramp-cache.el (tramp-dump-connection-properties):
2593 Don't save "first-password-request" property.
7540f029 2594
fa5f7c5f
JB
25952010-02-14 Juanma Barranquero <lekktu@gmail.com>
2596
2597 * outline.el (outline-head-from-level):
2598 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
2599 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2600 (elint-defun, elint-buffer-env, elint-top-form-logged)
2601 (elint-unbound-variable):
2602 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2603 Fix typos in docstrings.
2604
ecbaeb7b
MA
26052010-02-14 Michael Albinus <michael.albinus@gmx.de>
2606
2607 * files.el (insert-directory): When WILDCARD-REGEXP and
2608 FULL-DIRECTORY-P are nil, insert the file entry instead of the
2609 whole directory. (Bug#5551)
2610
2611 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
2612 dired's alignment sanity. (Bug#5516)
2613
91e3333f
JL
26142010-02-14 Juri Linkov <juri@jurta.org>
2615
2616 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2617 Remove remaining ^H with their preceding chars. (Bug#5566)
2618
36020642
GM
26192010-02-13 Glenn Morris <rgm@gnu.org>
2620
2621 * simple.el (transpose-subr): Give it a doc-string.
2622
2623 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2624 Doc fixes.
2625
f5952338
JL
26262010-02-12 Juri Linkov <juri@jurta.org>
2627
2628 * arc-mode.el (archive-unique-fname): Make directories for nested
2629 archives. (Bug#5540)
2630
918fe50f
JL
26312010-02-12 Juri Linkov <juri@jurta.org>
2632
2633 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
2634
c07ff221
SM
26352010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2636
48b1e7cf
SM
2637 * subr.el (copy-overlay): Handle deleted overlays.
2638
c07ff221
SM
2639 * man.el (Man-completion-table): Don't signal an error if we can't run
2640 manual-program (bug#4056).
2641
0e374247
JB
26422010-02-10 Juanma Barranquero <lekktu@gmail.com>
2643
2644 * textmodes/artist.el (artist-mt): Fix typos in docstring.
2645
dbf8402b
SM
26462010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2647
348d1e60
SM
2648 * info.el (Info-bookmark-jump): Simplify.
2649
dbf8402b
SM
2650 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2651 (bookmark-default-handler): Accept new bookmark field `buffer'.
2652
e6d23bb5
CY
26532010-02-10 Chong Yidong <cyd@stupidchicken.com>
2654
2655 * iswitchb.el (iswitchb-completions): Revert last change.
2656
a8e4290b
MA
26572010-02-10 Michael Albinus <michael.albinus@gmx.de>
2658
2b23acde 2659 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
2660 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2661 This prevents file names like "~/" being listed literally.
a8e4290b 2662
c59d6fad
DN
26632010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2664
348d1e60
SM
2665 * term/xterm.el (xterm-maybe-set-dark-background-mode):
2666 Remove dead code. (Bug#5546)
c59d6fad 2667
3a66e78f
CY
26682010-02-09 Chong Yidong <cyd@stupidchicken.com>
2669
2670 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2671 correctly (Bug#5548).
2672
f29fd869
CY
26732010-02-08 Jose E. Marchesi <jemarch@gnu.org>
2674
2675 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 2676 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 2677
7fad1447
KH
26782010-02-08 Kenichi Handa <handa@m17n.org>
2679
2680 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 2681 cookie for putting `lisp-indent-function'.
7fad1447 2682
50e4518b
GM
26832010-02-07 Glenn Morris <rgm@gnu.org>
2684
2685 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2686 Move F2003 named interfaces from keywords-2 to keywords-1, and
2687 use function-name-face rather than constant-face.
2688 Simplify "abstract interface" regexp.
2689
a4cc44cf
CY
26902010-02-07 Chong Yidong <cyd@stupidchicken.com>
2691
2692 * eshell/esh-util.el (eshell-file-attributes): New optional arg
2693 ID-FORMAT. Pass it to `file-attributes'.
2694
2695 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2696
c917476d
CY
26972010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
2698
2699 * faces.el (set-face-attribute): Allow calling
2700 internal-set-lisp-face-attribute with 'unspecified family and
2701 foundry argument (Bug#5536).
2702
7cf3f3d6
GM
27032010-02-07 Glenn Morris <rgm@gnu.org>
2704
2705 * progmodes/f90.el (f90-font-lock-keywords-2)
2706 (f90-looking-at-type-like, f90-looking-at-program-block-end):
2707 Handle F2003 named interfaces.
2708
ffe87109
CY
27092010-02-06 Chong Yidong <cyd@stupidchicken.com>
2710
2711 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2712 beg and end before calling c-get-state-before-change-functions.
2713
4775ecad
DN
27142010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
2715
33aeea0e
SM
2716 * vc-bzr.el (vc-bzr-dir-extra-headers):
2717 Disable the pending merges header.
4775ecad 2718
0d17c4b9
JL
27192010-02-05 Juri Linkov <juri@jurta.org>
2720
2721 * doc-view.el (doc-view-mode):
2722 * image-mode.el (image-mode): Put property mode-class=special.
2723 (Bug#4896)
2724
8228a275
MH
27252010-02-05 Mark A. Hershberger <mah@everybody.org>
2726
2727 * vc-svn.el (vc-svn-revision-table): New function.
2728
d9320986
MA
27292010-02-05 Michael Albinus <michael.albinus@gmx.de>
2730
2731 * net/ange-ftp.el (ange-ftp-insert-directory):
2732 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2733 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2734 Handle also directories. (Bug#5478)
2735
f43d8ecc
GM
27362010-02-05 Glenn Morris <rgm@gnu.org>
2737
2738 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2739
ce3a988d
CY
27402010-02-05 Chong Yidong <cyd@stupidchicken.com>
2741
2742 * startup.el (command-line-1): Convert options beginning with a
2743 single dash as well (Bug#5519).
2744
bdd42899
SM
27452010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
2746
51b23c44
SM
2747 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2748 * minibuffer.el (completion-initials-expand): Only check the presence
2749 of delims *within* the boundaries, since otherwise the / delim is
2750 always found for files.
2751
bdd42899
SM
2752 Fix up various corner case problems.
2753 * doc-view.el (doc-view-last-page-number): New function.
2754 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2755 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2756 (doc-view-kill-proc): Avoid inf-loop in freak cases.
2757 (doc-view-reconvert-doc): Use the new recursive delete-directory.
2758 (doc-view-convert-current-doc): Don't create the resolution.el file
2759 here any more.
2760 (doc-view-pdf/ps->png): Do it here instead.
2761 (doc-view-already-converted-p): Check that resolution.el is present.
2762 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2763 windows that are not yet showing images.
2764
d5b3979c
MA
27652010-02-04 Michael Albinus <michael.albinus@gmx.de>
2766
2767 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
2768 `dired-uncache' for every elemnt which is an absolute file name.
2769
2770 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
2771 directory, handle its directory component.
2772 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
2773 function is called permanently and creates noise, otherwise.
2774
2775 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2776 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2777 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
2778
b003beb1
DB
27792010-02-04 David Burger <dburger@google.com> (tiny change)
2780
2781 * macros.el (apply-macro-to-region-lines):
2782 Minor simplification. (Bug#5485)
2783
ea92f9f3
GM
27842010-02-04 Glenn Morris <rgm@gnu.org>
2785
a03ae20d
GM
2786 * mail/rmail.el (rmail-show-message-1): Handle malformed
2787 quoted-printable text. (Bug#5441)
2788
4d01b827
GM
2789 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2790
ea92f9f3
GM
2791 * simple.el (visual-line-mode): Capitalize lighter.
2792
82055bb7
JW
27932010-02-03 John Wiegley <jwiegley@gmail.com>
2794
2795 * iswitchb.el (iswitchb-completions): Add bookmark files to the
2796 list of files considered for "virtual buffer" completions.
2797
8214b6e4
MA
27982010-02-03 Michael Albinus <michael.albinus@gmx.de>
2799
2800 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
2801 also in case of (and (not full) (not wildcard)). This is needed,
2802 when dired is called with a list of files, which are not in
2803 `default-directory'. (Bug#5478)
2804
1df9718f
SM
28052010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2806
2807 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
2808
02ba1267
JL
28092010-02-02 Juri Linkov <juri@jurta.org>
2810
2811 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
2812 from unidiff to allow function-line after @@.
2813
a0c6a0fb
JL
28142010-02-02 Juri Linkov <juri@jurta.org>
2815
2816 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
2817 '(RCS SCCS) with inverted condition.
2818
c35fcd52
MA
28192010-02-02 Michael Albinus <michael.albinus@gmx.de>
2820
2821 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
2822 messages.
2823
6ba973c1
JL
28242010-02-01 Juri Linkov <juri@jurta.org>
2825
2826 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
2827 compare with "pkunzip" and "pkzip" instead of only "pkzip".
2828 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
2829 only when (car archive-zip-extract) is "unzip". (Bug#5475)
2830
0bca393f
SM
28312010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2832
2833 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
2834 (doc-view-revert-buffer): New command.
2835 (doc-view-mode-map): Use it.
2836
7a444e2a
DN
28372010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
2838
2839 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
2840 pending merge is detected.
2841
ad6fc8f4
JL
28422010-01-31 Juri Linkov <juri@jurta.org>
2843
2844 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
2845 beginning of interactive spec like all other grep commands do.
2846 Put "all" in front of "gz". (Bug#5260)
2847
b9236874
DN
28482010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
2849
2850 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
2851
1e868757
CY
28522010-01-29 Chong Yidong <cyd@stupidchicken.com>
2853
2854 * dirtrack.el (dirtrack): Warn instead of signalling error if the
2855 regexp is incorrect (Bug#5476).
2856
e5c70c41
MA
28572010-01-29 Michael Albinus <michael.albinus@gmx.de>
2858
2859 * net/tramp.el (tramp-handle-insert-directory): Handle also
2860 symlinks, when FILENAME is not in `default-directory'.
2861
0c0b61f1
MA
28622010-01-28 Michael Albinus <michael.albinus@gmx.de>
2863
2864 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 2865 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
2866
2867 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
2868 of SWITCHES. Handle the case, FILENAME is not in
2869 `default-directory'. (Bug#5478)
2870 (tramp-register-file-name-handlers): Add safe-magic property.
2871
763f325e
CY
28722010-01-28 Chong Yidong <cyd@stupidchicken.com>
2873
2874 * arc-mode.el (archive-zip-extract): Quote the argument passed to
2875 unzip (Bug#5475).
2876
fd09a83f
CY
28772010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
2878
2879 * progmodes/flymake.el (flymake-allowed-file-name-masks)
2880 (flymake-master-make-header-init): Add other C++ filename masks.
2881 (flymake-find-possible-master-files)
2882 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
2883
7e5686f0
MA
28842010-01-28 Michael Albinus <michael.albinus@gmx.de>
2885
2886 Fix some busybox annoyances.
2887
2888 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
2889 not responding." string.
2890 (tramp-open-connection-setup-interactive-shell): Dump stty
2891 settings. Enable "neveropen" arg for all `tramp-send-command'
2892 calls. Handle "=" in variable values properly.
2893 (tramp-find-inline-encoding): Raise an error, when no encoding is
2894 found.
2895 (tramp-wait-for-output): Check, whether PROC buffer is available.
2896 Remove spurious " ^H" sequences, sent by busybox.
2897 (tramp-get-ls-command): Suppress coloring, if possible.
2898
c6265c10
GM
28992010-01-28 Glenn Morris <rgm@gnu.org>
2900
c85a168b
GM
2901 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
2902
c6265c10
GM
2903 * log-edit.el (log-edit-strip-single-file-name): Add missing
2904 :safe, :group, and :version tags.
2905
7d82a738
SB
29062010-01-27 Stephen Berman <stephen.berman@gmx.net>
2907
2908 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
2909 buffers. (Bug#5477)
2910
8b0e68ea
CY
29112010-01-27 David De La Harpe Golden <david@harpegolden.net>
2912
2913 * files.el (delete-directory): Handle moving to trash without
2914 first doing recursion (Bug#5436).
2915
368d3208
DN
29162010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
2917
2918 * vc-hooks.el (vc-path): Mark as obsolete.
2919
755da7fa
DN
29202010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
2921
e2396d80
DN
2922 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
2923 names too.
2924
755da7fa
DN
2925 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
2926 for the short log.
2927 (vc-bzr-log-view-mode): Adjust regexp for the above change.
2928
6a6d15ab 29292010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 2930
ac9ffe99 2931 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 2932
48c2d18a 2933 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 2934
504dcc71
EH
29352010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
2936
2937 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
2938 diff-index command. This requires at least git-1.5.5. (Bug#1589).
2939
51850286
DN
29402010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2941
c2f1d6d8
DN
2942 Remove support for adding --signoff on commit.
2943 Future support will use an incompatible generic mechanism.
2944 * vc-git.el (vc-git-add-signoff): Remove variable.
2945 (vc-git-toggle-signoff): Remove function.
2946 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
2947
33aeea0e
SM
2948 * term/xterm.el (xterm-maybe-set-dark-background-mode):
2949 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
2950 was set.
2951 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
2952 earlier, call it again in case the background mode has changed.
2953
02c6d0d0
CY
29542010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
2955
2956 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
2957 (Bug#3541).
2958
064eee03
CY
29592010-01-23 Chong Yidong <cyd@stupidchicken.com>
2960
02c6d0d0
CY
2961 * emacs-lisp/assoc.el (aelement): Doc fix.
2962 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 2963
5336c3ec 29642010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 2965
48c2d18a 2966 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
2967 is the same as subprogram call, not declaration. (Bug#5435).
2968
0536254e
MA
29692010-01-23 Michael Albinus <michael.albinus@gmx.de>
2970
2971 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
2972 (tramp-smb-maybe-open-connection): Use it.
2973
411d06c2
MA
29742010-01-22 Michael Albinus <michael.albinus@gmx.de>
2975
0536254e 2976 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 2977
c893016b
SM
29782010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2979
2980 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
2981 just because we see "encoding: 8bit".
2982 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
2983
9425f8e1
CY
29842010-01-22 Chong Yidong <cyd@stupidchicken.com>
2985
2986 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
2987
6a801864
EZ
29882010-01-22 Eli Zaretskii <eliz@gnu.org>
2989
2990 * jka-compr.el (jka-compr-load): If load-file is not in
2991 load-history, try its file-truename version. (bug#5447)
2992
3e8f7d91
AM
29932010-01-21 Alan Mackenzie <acm@muc.de>
2994
2995 Fix a situation where deletion of a cpp construct throws an error.
33aeea0e
SM
2996 * progmodes/cc-engine.el (c-invalidate-state-cache):
2997 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
2998 special cpp construct is still in the buffer.
2999 (c-parse-state): Record the special cpp with markers, not numbers.
3000
f0bd0ad5
CY
30012010-01-21 Kenichi Handa <handa@m17n.org>
3002
3003 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3004 process last-command-event, as it is now decoded first (Bug#5380).
3005
5189d95b
CY
30062010-01-20 Chong Yidong <cyd@stupidchicken.com>
3007
3008 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3009
e073d74a
GM
30102010-01-20 Glenn Morris <rgm@gnu.org>
3011
3012 * indent.el (tab-always-indent): Fix custom-type.
3013
8ee04f3a
AM
30142010-01-19 Alan Mackenzie <acm@muc.de>
3015
3016 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3017 buffer throws "args out of range".
3018 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3019 playing the role of delimiter.
3020
6a47c86a
SL
30212010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
3022
bf0b361c 3023 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
3024 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3025 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3026 changed. Delete RECURSIVE parameter; never used. Improve doc string.
3027 Improve comments in "is" portion. Handle null procedure declaration.
3028 (ada-move-to-end): Improve doc string.
3029
2acfb954
ÓF
30302010-01-18 Óscar Fuentes <ofv@wanadoo.es>
3031
e90d57c0 3032 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 3033 Remove obsolete information from commentary.
e90d57c0
JB
3034 (ido-choice-list): Initialize to nil.
3035 (ido-get-bufname): Reject minibuffers.
3036 (ido-make-buffer-list): If "default" is a nonexistent
3037 buffer, ignore it, as per the function's comment.
3038 (ido-kill-buffer-internal): New function.
3039 (ido-kill-buffer-at-head): Use it.
3040 (ido-visit-buffer): Likewise.
2acfb954 3041
244b023e
CY
30422010-01-18 Chong Yidong <cyd@stupidchicken.com>
3043
3044 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3045
db9e401b
JB
30462010-01-18 Juanma Barranquero <lekktu@gmail.com>
3047
db9e401b
JB
3048 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3049 Fix typos in chart titles.
3050
3051 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
3052 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3053 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3054 (describe-class, eieio-describe-generic, describe-generic):
3055 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3056 (eieio-speedbar-expand):
3057 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3058 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3059 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3060 (viper-del-backward-char-in-replace, viper-backward-indent)
3061 (viper-brac-function, viper-register-to-point, viper-submit-report):
3062 * net/tramp.el (tramp-remote-coding-commands):
3063 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3064 Fix typos in docstrings.
3065
9295137d
CY
30662010-01-17 Chong Yidong <cyd@stupidchicken.com>
3067
3068 * mail/sendmail.el (mail-yank-original): Set the mark if the
3069 specified function for yanking does not do it.
3070
4d0bbcb6
DN
30712010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
3072
7902c120
DN
3073 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
3074
4d0bbcb6
DN
3075 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3076 resyncing a directory.
3077
0b702bc1
SL
30782010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
3079
6a47c86a 3080 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
3081 (ada-ident-re): Delete ., allow multibyte characters.
3082 (ada-goto-label-re): New; matches goto labels.
3083 (ada-block-label-re): New; matches block labels.
3084 (ada-label-re): New; matches both.
3085 (ada-named-block-re): Deleted; callers changed to use
3086 `ada-block-label-re' instead.
3087 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3088 Use `ada-block-label-re'.
3089 (ada-indent-on-previous-lines): Improve handling of goto labels.
3090 (ada-get-indent-block-start): Special-case block label.
3091 (ada-get-indent-label): Split into `ada-indent-block-label' and
3092 `ada-indent-goto-label'.
3093 (ada-goto-stmt-start, ada-goto-next-non-ws):
3094 Optionally ignore goto labels.
3095 (ada-goto-next-word): Simplify.
3096 (ada-indent-newline-indent-conditional): Insert newline before
3097 trying to fix indentation; doc fix.
3098
05287c49
JB
30992010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
3100
3101 * calc/calc.el (calc-command-flags): Give it an initial value.
3102
4963739e
JB
31032010-01-17 Juanma Barranquero <lekktu@gmail.com>
3104
4963739e
JB
3105 * files.el (minibuffer-with-setup-hook):
3106 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3107 (artist-key-draw-continously, artist-key-do-continously-continously)
3108 (artist-key-set-point-continously, artist-mouse-draw-continously):
3109 Fix typos in docstrings.
3110
116bd1ee
CY
31112010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
3112
33aeea0e
SM
3113 * nxml/nxml-mode.el (nxml-extend-after-change-region):
3114 Never return t (Bug#3898).
116bd1ee 3115
2784cd7a 31162010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
3117
3118 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3119 can parse the output of the external commands (Bug#5279).
3120
abd5cfe8
CY
31212010-01-16 Jari Aalto <jari.aalto@cante.net>
3122
3123 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3124
4fe22cdf
CY
31252010-01-16 Chong Yidong <cyd@stupidchicken.com>
3126
bbdc98ef
CY
3127 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3128
c7dc1ac1
CY
3129 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3130
4fe22cdf
CY
3131 * startup.el (command-line): Remove unused --icon-type arg.
3132 Handle --display arg, passing it to command-line-1 (Bug#5392).
3133
045b9da7
ML
31342010-01-16 Mario Lang <mlang@delysid.org>
3135
045b9da7
ML
3136 * emacs-lisp/chart.el (chart-translate-namezone):
3137 * textmodes/artist.el (artist-compute-popup-menu-table):
3138 Remove duplicated words in doc-strings.
3139
6554a5df
CY
31402010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
3141
3142 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3143 to mairix-search to suppress threading (Bug#5342).
3144
ca4f0e9a
KH
31452010-01-15 Kenichi Handa <handa@m17n.org>
3146
3147 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 3148 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 3149
1db3226b
GM
31502010-01-15 Glenn Morris <rgm@gnu.org>
3151
56a03f46
GM
3152 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
3153
3154 * wid-edit.el (widget-keymap): Doc fix.
3155
1db3226b
GM
3156 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3157 former seems to be more widely accepted by various svn versions.
3158
80cd4bb4
JB
31592010-01-14 Juanma Barranquero <lekktu@gmail.com>
3160
d1f18ec0
JB
3161 * find-cmd.el (find-constituents):
3162 * vc-arch.el (vc-arch-root):
3163 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
3164 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3165 * progmodes/ada-stmt.el (ada-if):
3166 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3167 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3168 (ispell-encoding8-command, ispell-aspell-supports-utf8)
3169 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3170
80cd4bb4
JB
3171 * progmodes/flymake.el (flymake-post-syntax-check):
3172 Fix typo in error message.
3173
9c23ca47
JB
31742010-01-14 Juanma Barranquero <lekktu@gmail.com>
3175
3176 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3177 which is always a string. (Bug#5313)
3178
8794c483
JB
31792010-01-14 Juanma Barranquero <lekktu@gmail.com>
3180
3181 * progmodes/ada-xref.el (ada-default-prj-properties):
3182 Simplify previous change.
3183
95005d39
SL
31842010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3185
3186 * progmodes/ada-xref.el (ada-default-prj-properties):
3187 Default ada_project_path to $ADA_PROJECT_PATH.
3188
31892010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
3190
3191 * progmodes/ada-mode.el (ada-create-keymap):
3192 Override `narrow-to-defun' with `ada-narrow-to-defun'.
3193
fb0d1545
SL
31942010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3195
3196 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3197 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3198 (ada-get-current-indent, ada-imenu-generic-expression)
3199 (ada-which-function): Check for it.
3200
5c9434d0
SL
32012010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3202
3203 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3204 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3205
3a4f3a3b
GM
32062010-01-14 Glenn Morris <rgm@gnu.org>
3207
3208 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
3209
d9a7c140
KH
32102010-01-14 Kenichi Handa <handa@m17n.org>
3211
3212 * composite.el (auto-composition-mode): Make it a buffer local
3213 variable (permanent-local).
3214 (auto-composition-function): Set the default value to
3215 auto-compose-chars.
49caf252 3216 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
3217 (global-auto-composition-mode): Likewise.
3218 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 3219
38bee102
KF
32202010-01-13 Karl Fogel <kfogel@red-bean.com>
3221
3222 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 3223
b8b45afc
MA
32242010-01-12 Michael Albinus <michael.albinus@gmx.de>
3225
3226 * files.el (copy-directory): Compute target for recursive
3227 directories with identical names. (Bug#5343)
3228
893db5bc
GM
32292010-01-12 Glenn Morris <rgm@gnu.org>
3230
33aeea0e
SM
3231 * mail/emacsbug.el (report-emacs-bug-pretest-address):
3232 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 3233
d8b8451f
SS
32342010-01-11 Sam Steingold <sds@gnu.org>
3235
3236 * imenu.el (imenu-default-create-index-function): Detect infinite
3237 loops caused by imenu-prev-index-position-function.
3238
30afcdff
JB
32392010-01-11 Juanma Barranquero <lekktu@gmail.com>
3240
3241 * htmlfontify.el (htmlfontify-load-rgb-file)
3242 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3243 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3244 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3245 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3246 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3247 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3248 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3249 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3250 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3251 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3252 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3253 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3254 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3255 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3256 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3257 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3258 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3259 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3260 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3261 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3262 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3263 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3264 backslash-quoting from parentheses, etc.
3265
92b1c416
CY
32662010-01-11 Chong Yidong <cyd@stupidchicken.com>
3267
3268 * progmodes/js.el: Autoload javascript-mode alias.
3269
4454adab
JB
32702010-01-11 Juanma Barranquero <lekktu@gmail.com>
3271
3272 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3273 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3274 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3275 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3276 Fix typos in docstrings.
3277 (ffap-url-regexp): Doc fix.
3278 (ffap-at-mouse): Fix typo in message.
3279
6589a2f9
GM
32802010-01-11 Glenn Morris <rgm@gnu.org>
3281
3282 * version.el (emacs-copyright): Set copyright year to 2010.
3283
4e5617ee
SM
32842010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3285
3286 * format.el (format-annotate-function): Only set
3287 write-region-post-annotation-function after running to-fn so as not to
3288 affect nested write-region calls (bug#5273).
3289
52bee098
CY
32902010-01-10 Chong Yidong <cyd@stupidchicken.com>
3291
a069f067
CY
3292 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3293 wisent/python.el.
3294
e709e39d
CY
32952010-01-09 Chong Yidong <cyd@stupidchicken.com>
3296
3297 * man.el (Man-goto-section): Signal error if the section is not
3298 found (Bug#5317).
3299
6ee86780
JB
33002010-01-09 Juanma Barranquero <lekktu@gmail.com>
3301
3302 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3303 URLs with a leading triple slash in the file: scheme. (Bug#5345)
3304
fa7b5f7b
CY
33052010-01-09 Chong Yidong <cyd@stupidchicken.com>
3306
3307 * progmodes/compile.el: Don't treat compile-command as safe if
3308 compilation-read-command might be nil (Bug#4218).
3309
de62c4d9
JD
33102010-01-09 Jan Djärv <jan.h.d@swipnet.se>
3311
3312 * startup.el (command-line-1): Use orig-argi to check for ignored X and
3313 NS options.
3314
e94be827
KH
33152010-01-08 Kenichi Handa <handa@m17n.org>
3316
4e5617ee
SM
3317 * international/fontset.el (build-default-fontset-data):
3318 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 3319
1dfae2a2
JB
33202010-01-07 Juanma Barranquero <lekktu@gmail.com>
3321
3322 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3323 to `create-file-buffer' as it expects, not just a buffer name.
3324 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3325 to help uniquify. (Bug#3224)
3326
d0cf45b7
JD
33272010-01-06 Jan Djärv <jan.h.d@swipnet.se>
3328
3329 * font-setting.el (font-setting-change-default-font): Use user-spec
3330 instead of name.
3331
7534fa5e
DN
33322010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3333
3334 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3335
fd579fdc
CY
33362010-01-05 Tom Tromey <tromey@redhat.com>
3337
4e5617ee
SM
3338 * progmodes/python.el (python-font-lock-keywords):
3339 Handle qualified decorators (Bug#881).
fd579fdc 3340
37860caf
DN
33412010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3342
3343 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3344 in a lightweight checkout.
3345
69db641d
KH
33462010-01-05 Kenichi Handa <handa@m17n.org>
3347
4e5617ee 3348 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 3349
b25d6a02
DN
33502010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3351
3352 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3353
137d88ca
DN
33542010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
3355
3356 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3357 checkouts. (Bug#618)
3d5d0aa9 3358 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
3359 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3360 (vc-bzr-shelve-menu-map):
3361 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3362 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 3363
da76998b
CY
33642010-01-02 Chong Yidong <cyd@stupidchicken.com>
3365
3366 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3367 They are valid characters in URL paths (rfc3986), and at least
3368 Firefox does not understand the encoded version (Bug#3166).
3369
b2ad70b6
CY
33702010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
3371
3372 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
3373 (octave-block-begin-or-end-regexp, octave-block-match-alist):
3374 Add "end" keyword (Bug#3061).
b2ad70b6
CY
3375 (octave-end-as-array-index-p): New function.
3376 (calculate-octave-indent): Use it.
3377
54136282
KF
33782010-01-02 Karl Fogel <kfogel@red-bean.com>
3379
3380 * bookmark.el: Consistently put the text property on the bookmark name.
3381 (bookmark-bmenu-marks-width): Bump back to 2, to include
3382 annotation marks.
3383 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3384 property on the bookmark name, instead of not putting it at all.
3385 (bookmark-bmenu-list): Fix where we put the text property.
3386
cc4d3cad
KF
33872010-01-02 Karl Fogel <kfogel@red-bean.com>
3388
3389 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3390 for showing buffer modified state (as added in the previous change).
3391
b894c439
KF
33922010-01-02 Karl Fogel <kfogel@red-bean.com>
3393
3394 * bookmark.el: Show modified state of bookmark buffer more accurately.
3395 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3396 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3397 (with-buffer-modified-unmodified): New macro.
3398 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3399 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 3400 Use new macro to preserve the buffer modified state.
b894c439 3401
3a69db53
KF
34022010-01-02 Karl Fogel <kfogel@red-bean.com>
3403
4e5617ee 3404 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
3405 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3406 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3407 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3408 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
3409 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3410 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 3411
af414f10
EZ
34122010-01-02 Eli Zaretskii <eliz@gnu.org>
3413
4e5617ee
SM
3414 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3415 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 3416
f2ec0e5e
CY
34172010-01-02 Ryan Yeske <rcyeske@gmail.com>
3418
3419 * net/rcirc.el: Add follow-link binding (Bug#4738).
3420
38c1ba62
EZ
34212010-01-02 Eli Zaretskii <eliz@gnu.org>
3422
4e5617ee 3423 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
3424 (cvs-update): New target for backward compatibility.
3425
4e5617ee 3426 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
3427 (cvs-update): New target for backward compatibility.
3428
ea2c0f5b
KF
34292010-01-02 Karl Fogel <kfogel@red-bean.com>
3430
3431 * bookmark.el: Remove gratuitous gratitude.
3432
5ae329f4
KF
34332010-01-02 Karl Fogel <kfogel@red-bean.com>
3434
47989945
KF
3435 * bookmark.el (bookmark-bmenu-any-marks): New function
3436 (bookmark-bmenu-save): Clear buffer modification if no marks.
3437
34382010-01-02 Karl Fogel <kfogel@red-bean.com>
3439
3440 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
3441 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3442 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3443 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3444
3445 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3446 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3447 To: emacs-devel {_AT_} gnu.org
3448 Subject: bookmark.el bug report
3449 Date: Mon, 28 Dec 2009 14:19:16 +0800
3450 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3451
aef053eb
KF
34522010-01-02 Karl Fogel <kfogel@red-bean.com>
3453
3454 * bookmark.el: Improvements suggested by Drew Adams:
3455 (bookmark-bmenu-ensure-position): New name for
3456 `bookmark-bmenu-check-position'. Just ensure the position,
3457 don't return any meaningful value.
3458 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3459 New constants.
3460
0472835f
JB
34612010-01-02 Juanma Barranquero <lekktu@gmail.com>
3462
3463 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3464 (bookmark-yank-point, bookmark-bmenu-check-position):
3465 Fix typos in docstrings.
3466 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3467 (bookmark-name-from-full-record, bookmark-get-position)
3468 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3469 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3470 Remove useless quoting of parenthesis, etc. in docstrings.
3471
3472 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3473 (ediff-append-custom-diff): Fix typo in error message.
3474 (ediff-meta-mark-equal-files): Fix typos in messages.
3475
3476 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3477
0472835f
JB
3478 * net/imap-hash.el (imap-hash-make): Doc fix.
3479 (imap-hash-test): Fix typo in error message; reflow docstring.
3480 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3481 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3482 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3483 Fix typos in docstrings.
3484 (imap-hash-open-connection): Fix typo in error message.
3485
3486 * play/gomoku.el (gomoku): Fix typos in docstring.
3487
3488 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3489 (gdb-jsonify-buffer): Fix typos in docstring.
3490 (gdb-goto-breakpoint): Fix typo in error message.
3491 ("Display Other Windows"): Fix typo in help message.
3492 (gdb-speedbar-expand-node): Fix typo in question.
3493
3494 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3495 (idlwave-html-system-help-location, idlwave-html-help-location)
3496 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3497 (idlwave-help-browser-generic-args, idlwave-help-directory)
3498 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3499 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3500 (idlwave-online-help, idlwave-help-html-link)
3501 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3502 Fix typos in docstrings.
3503 (idlwave-help-with-source, idlwave-help-find-routine-definition):
3504 Reflow docstrings.
3505 (idlwave-help-assistant-start): Fix typo in error message.
3506
3507 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3508 (octave-electric-space): Fix typos in docstrings.
3509
9bbe0828
CY
35102010-01-01 Chong Yidong <cyd@stupidchicken.com>
3511
3512 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3513
a88c46c3
CY
35142010-01-01 Juri Linkov <juri@jurta.org>
3515
3516 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 3517 increase the default to 500 (Bug#5148).
a88c46c3 3518
7ee6c59b
NR
35192009-12-31 Nick Roberts <nickrob@snap.net.nz>
3520
3521 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3522 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3523 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3524
a9c8a2cd
NR
35252009-12-30 Nick Roberts <nickrob@snap.net.nz>
3526
3527 Show working revision correctly for mercurial.
3528 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 3529 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 3530
659e4408
JB
35312009-12-29 Juanma Barranquero <lekktu@gmail.com>
3532
3533 Declare some functions for the byte-compiler.
3534 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3535 (speedbar-timer-fn, speedbar-change-expand-button-char)
3536 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3537
7ee6c59b
NR
35382009-12-29 Nick Roberts <nickrob@snap.net.nz>
3539
3540 This changeset reverts GDB Graphical Interface to use annotations.
3541 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3542
460f6e7c
DN
35432009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
3544
3545 Make vc-dir work on subdirectories of the bzr root.
33aeea0e
SM
3546 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
3547 Return file names relative to it.
460f6e7c
DN
3548 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3549 relative directory to vc-bzr-after-dir-status.
3550
543f553a
TH
35512009-12-28 Tassilo Horn <tassilo@member.fsf.org>
3552
3553 * font-lock.el (font-lock-refresh-defaults): New function, which
3554 can be used to let font-lock react to external changes in
3555 variables like font-lock-defaults and keywords.
3556 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3557
2592ab76
DN
35582009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
3559
ac859983
DN
3560 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3561
2592ab76
DN
3562 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3563
58941d03
JB
35642009-12-28 Juanma Barranquero <lekktu@gmail.com>
3565
3566 Supersede color.diff settings in git log (bug#5211).
3567
3568 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3569 escape chars in its output when the user has color.diff set to `always'.
3570 This fix works on git 1.4.2 and newer (released on 2006-08-13).
3571
39764e76
KR
35722009-12-26 Kevin Ryde <user42@zip.com.au>
3573
3574 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3575 node. Keep previous "Index" name to work with past coreutils too.
3576
91c4831e
KR
3577 * man.el (man): Revise docstring a bit to show -a and -l as
3578 examples. Add -k description since support for it has otherwise
3579 been a secret. (Further to bug#3717.)
651e932e
KR
3580 (Man-bgproc-sentinel): When "-k foo" produces no output show error
3581 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 3582 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 3583
7f4d4a97
MA
35842009-12-26 Michael Albinus <michael.albinus@gmx.de>
3585
3586 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3587 switches. Check also for //SUBDIRED// line.
3588
bcffff46
KH
35892009-12-25 Kenichi Handa <handa@m17n.org>
3590
3591 * language/indian.el (devanagari-composable-pattern): Fixed to
3592 handle ZWNJ and ZWJ. Use it in composition-function-table for
3593 Devanagari.
3594 (malayalam-composable-pattern): Fix previous change.
3595
dc1dcfa4
VJL
35962009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3597
3598 * ps-print.el (ps-face-attributes): It was not returning the
3599 attribute face for faces specified as string. Reported by harven
41a20de9 3600 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
3601 (ps-print-version): New version 7.3.5.
3602
6fe539d2
UJ
36032009-12-18 Ulf Jasper <ulf.jasper@web.de>
3604
33aeea0e
SM
3605 * calendar/icalendar.el (icalendar--convert-tz-offset):
3606 Fixed timezone names.
6fe539d2
UJ
3607 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
3608 (icalendar--add-diary-entry): Remove the trailing blank that
3609 diary-make-entry inserts.
3610
1f3611c6
MA
36112009-12-17 Michael Albinus <michael.albinus@gmx.de>
3612
3613 Make `file-expand-wildcards' work for remote files.
3614
3615 * files.el (file-expand-wildcards): In case of remote files, check
3616 only local file name part for wildcards. Provide feature 'files
3617 and subfeature 'remote-wildcards. (Bug#5198)
3618
3619 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3620 if there is already an established connection.
3621 (tramp-advice-file-expand-wildcards): Remove it.
3622
3623 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3624 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
3625 Activate advice for older GNU Emacs versions. (Bug#5237)
3626
9762b219
JB
36272009-12-17 Juanma Barranquero <lekktu@gmail.com>
3628
3629 Some doc fixes (more needed).
3630
3631 * find-cmd.el (find-constituents): Reflow docstring.
3632 (find-cmd, find-prune, find-command): Fix typos in docstrings.
3633 (find-generic): Doc fix.
3634
cfb54897
JL
36352009-12-17 Juri Linkov <juri@jurta.org>
3636
3637 Fix regression from 23.1 to allow multiple modes in Local Variables.
3638
3639 * files.el (hack-local-variables-filter): While ignoring duplicates,
3640 don't take `mode' into account.
33aeea0e
SM
3641 (hack-local-variables-filter, hack-dir-local-variables):
3642 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 3643
ad974e9e
JL
36442009-12-17 Juri Linkov <juri@jurta.org>
3645
3646 Make `dired-diff' more safe. (Bug#5225)
3647
3648 * dired-aux.el (dired-diff): Signal an error when `file' equals to
3649 `current' or when `file' is a directory of the `current' file.
3650
3616e0b9
AS
36512009-12-17 Andreas Schwab <schwab@linux-m68k.org>
3652
3653 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3654 unconditionally preloaded files.
3655
72b57560
JL
36562009-12-16 Juri Linkov <juri@jurta.org>
3657
3658 Revert to old 23.1 logic of using the file at the mark as default.
3659 * dired-aux.el (dired-diff): Use the file at the mark as default
3660 if it's not the same as the current file, and the target dir is
3661 the current dir or the mark is active. Add the current file
3662 as the arg of `dired-dwim-target-defaults'. Use the default file
3663 in the prompt. (Bug#5225)
3664
68712eb6
MA
36652009-12-15 Michael Albinus <michael.albinus@gmx.de>
3666
3667 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3668 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3669 (tramp-check-for-regexp): Check also, when an echoing shell stops
3670 to echo sent commands.
3671
fd471993
CY
36722009-12-14 Chong Yidong <cyd@stupidchicken.com>
3673
3674 * Makefile.in: Revert last change (Bug#5191).
3675
86b5e14c
DN
36762009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
3677
3678 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
3679 (vc-hg-working-revision): Make sure the command is executed in a
3680 known environment so that we can parse the output. (Bug#4417)
86b5e14c 3681
8cffbb75
CY
36822009-12-14 Chong Yidong <cyd@stupidchicken.com>
3683
3684 * progmodes/python.el (python-symbol-completions): Remove text
3685 properties from symbol string before calling python-send-receive.
3686
6c2b67ad
NR
36872009-12-14 Nick Roberts <nickrob@snap.net.nz>
3688
3689 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 3690 when there are values for both file and line. (Bug#5060)
6c2b67ad 3691
ff6f4585
JL
36922009-12-14 Juri Linkov <juri@jurta.org>
3693
3694 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3695 whitespace after the file name of the first line of unified format,
3696 because git-diff doesn't output whitespace and file modification time
3697 after the file name.
3698
d3de1c8e
JL
36992009-12-14 David Kastrup <dak@gnu.org>
3700
3701 * info.el (Info-hide-cookies-node): Before hiding a cookie,
3702 check if it already has the `display' property added by
3703 `Info-display-images-node', and not put the `invisible' property
3704 in this case.
3705
2f1b7dc4
GM
37062009-12-13 Glenn Morris <rgm@gnu.org>
3707
a0cefee5
GM
3708 * mail/emacsbug.el (message-sort-headers): Define for compiler.
3709 (report-emacs-bug): In message-mode, sort manually before storing
3710 original report text. (Bug#5178)
2f1b7dc4
GM
3711 Remove superfluous save-excursion.
3712
31bb373f
MA
37132009-12-12 Michael Albinus <michael.albinus@gmx.de>
3714
3715 * net/dbus.el (dbus-property-handler): Filter lambda forms out
3716 when responding to "GetAll" properties.
3717
5e1d4968
CY
37182009-12-12 Chong Yidong <cyd@stupidchicken.com>
3719
3720 * simple.el (compose-mail): Remove mail-setup-with-from from
3721 customization checks.
3722
097d86f9
EZ
37232009-12-12 Eli Zaretskii <eliz@gnu.org>
3724
3725 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3726 RAR archives created on Unix systems.
3727
1d4adede
SM
37282009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3729
3730 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3731 the varalias that was accidentally removed by the 2009-11-19 change
3732 (bug#5186).
3733
3ff3655c
KH
37342009-12-12 Kenichi Handa <handa@m17n.org>
3735
3736 * language/indian.el (indian-compose-regexp): New function.
3737 (malayalam-composable-pattern): Fix the pattern.
3738 (composition-function-table): Set malayalam-composable-pattern for
3739 Malayalam characters.
3740
82d3343c
CY
37412009-12-11 Chong Yidong <cyd@stupidchicken.com>
3742
315eb96d
CY
3743 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3744 rather than down-mouse-1, based on follow-link conventions.
3745
82d3343c
CY
3746 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3747 are compiled.
3748
86a4c7ac
DN
37492009-12-11 Michael McNamara <mac@mail.brushroad.com>
3750
bf0b361c 3751 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
3752 (verilog-vmm-statement-re, verilog-ovm-statement-re)
3753 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
3754 (verilog-leap-to-head, verilog-backward-token):
3755 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
3756
37572009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
3758
bf0b361c
JB
3759 * progmodes/verilog-mode.el (verilog-auto-lineup)
3760 (verilog-nameable-item-re): Cleanup user-visible spelling and
3761 documentation errors. One reported by Gary Delp.
1d4adede 3762 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
3763 (verilog-read-decls): Fix AUTOWIRE with types declared in a
3764 package, bug195. Reported by Pierre-David Pfister.
3765
fe03f49a
GM
37662009-12-11 Glenn Morris <rgm@gnu.org>
3767
47641aac
GM
3768 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
3769
85094855
GM
3770 * mail/emacsbug.el: No longer require sendmail.
3771 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
3772 (report-emacs-bug-orig-text): Doc fix.
3773 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
3774 New local variables, to adapt to different mail-user-agents.
3775 (report-emacs-bug): Fix test for a gnu.org address.
3776 Use overlays for emphasis, since font-lock defeats 'face property.
3777 Pretest bugs also end up at the newsgroup these days.
3778 Stop message-mode stripping text properties.
3779 Set and use the new buffer-local variables.
3780 (report-emacs-bug-hook): Add doc-string.
3781 Remove some unnecessary save-excursions and simplify.
3782 Use the appropriate hook and send-command.
3783
fe03f49a
GM
3784 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
3785 capitalization of some menu entries.
3786
345427f0
VJL
37872009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3788
33aeea0e
SM
3789 * whitespace.el (whitespace-display-char-on):
3790 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
3791 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
3792 New version 12.1.
3793
c70ccbba
EZ
37942009-12-10 Eli Zaretskii <eliz@gnu.org>
3795
3796 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
3797 characters in the Attribute field.
3798
f1943c1b
DN
37992009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3800
3801 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
3802
1c67aeaa
SM
38032009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3804
3805 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
3806 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3807 Disregard autoload-excludes.
3808 (update-directory-autoloads): Obey autoload-excludes here instead.
3809 But don't store its contents in no-autoloads and remove entries that
3810 refer to excludes files.
3811
d8194864
GM
38122009-12-10 Glenn Morris <rgm@gnu.org>
3813
8c0171c0
GM
3814 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
3815 (expand-mail-aliases): Define for compiler.
3816
dba372dd
GM
3817 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
3818 Define for compiler.
3819
d8194864
GM
3820 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
3821 appropriate for the mail-user-agent in use.
3822
fe5facd3
MA
38232009-12-09 Michael Albinus <michael.albinus@gmx.de>
3824
3825 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
3826
99999a1d
DN
38272009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
3828
3829 Fix short log parsing and fontification.
3830 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
3831 Fix fontification for the [merge] label.
3832
2ea1c4aa
SM
38332009-12-09 Vivek Dasmohapatra <vivek@etla.org>
3834
3835 Drop some properties to avoid surprises.
3836 * htmlfontify.el (hfy-ignored-properties): New defcustom.
3837 (hfy-fontify-buffer): Use it.
3838
9840deb6
SM
38392009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
3840
a0d1aadf
SM
3841 Minor cleanup.
3842 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
3843 Adjust all callers.
3844 (ffap-locate-file): Remove unused arg `dir-ok' and make other
3845 args compulsory. Adjust callers.
3846 (ffap-gopher-at-point): Remove unused var `name'.
3847
9840deb6
SM
3848 Get rid of the ELCFILES abomination.
3849 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3850 (compile-elcfiles): New phony target.
3851 (compile-main): Compute ELCFILES dynamically.
3852 (compile-clean): New target to remove left-over elc files.
3853 (compile, all): Use it.
3854
7eb3f9a8
KH
38552009-12-09 Kenichi Handa <handa@etlken>
3856
3857 * international/mule-diag.el: Require help-mode instead of help-fns.
3858
ae63e572
KH
38592009-12-09 Kenichi Handa <handa@m17n.org>
3860
5ce6e4f4 3861 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
3862 fine ranges instead of pre-calculating accurate ranges.
3863 Iterate with bigger gc-cons-threshold.
ae63e572 3864
e2f3c692
DN
38652009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
3866
3867 Add support for stashing a snapshot of the current tree.
3868 * vc-git.el (vc-git-stash-snapshot): New function.
3869 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
3870
cf6d0352
JB
38712009-12-08 Jose E. Marchesi <jemarch@gnu.org>
3872
3873 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
3874 instead of `(beginning|end)-of-line'.
3875
48e4acc9
GM
38762009-12-08 Glenn Morris <rgm@gnu.org>
3877
6e890faa
GM
3878 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
3879
48e4acc9
GM
3880 * Makefile.in (ELCFILES): Regenerate.
3881
d2a1dc7b
JL
38822009-12-07 Juri Linkov <juri@jurta.org>
3883
3884 Don't lazy-highlight the comint output in history Isearch mode.
3885
3886 * comint.el (comint-history-isearch-search): Instead of
3887 `comint-line-beginning-position', use `comint-after-pmark-p'
3888 to check if point if before the process mark, and go to
3889 `process-mark' in this case.
3890
51ef56c4
SM
38912009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3892
fb10ee4a
SM
3893 * textmodes/tex-mode.el (latex-complete)
3894 (latex-indent-or-complete): Remove.
3895 (latex-mode): Set completion-at-point-functions instead.
3896
3897 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
3898 * minibuffer.el (completion-at-point-functions): New var.
3899 (completion-at-point): New command.
fb10ee4a 3900 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
3901 * progmodes/python.el (python-mode-map): Use completion-at-point.
3902 (python-completion-at-point): Rename from python-partial-symbol and
3903 adjust for use in completion-at-point-functions.
3904 (python-mode): Setup completion-at-point for Python completion.
3905 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
3906 extracted from lisp-complete-symbol.
3907 (lisp-complete-symbol): Use it.
3908 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
3909 setup completion-at-point for Elisp completion.
fb10ee4a
SM
3910 (emacs-lisp-mode-map, lisp-interaction-mode-map):
3911 Use completion-at-point.
51ef56c4 3912 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 3913 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
3914 * progmodes/sym-comp.el: Move to...
3915 * obsolete/sym-comp.el: Move from progmodes.
3916
5e7a9022
EZ
39172009-12-07 Eli Zaretskii <eliz@gnu.org>
3918
3919 Prevent save-buffer in Rmail buffers from using the coding-system
3920 of the current message, and from clobbering the encoding mnemonics
3921 in the mode line (Bug#4623).
3922
3923 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
3924 flag, too.
3925 (rmail-message-encoding): New variable.
3926 (rmail-write-region-annotate): Record the encoding of the current
3927 message in rmail-message-encoding.
3928 (rmail-after-save-hook): New function, restores the encoding of
3929 the current message after the message collection is saved.
3930
9136e895
JL
39312009-12-07 Juri Linkov <juri@jurta.org>
3932
3933 * progmodes/grep.el (grep-read-files): Use `completing-read'
3934 instead of `read-string'. Set its `collection' arg to
3935 `read-file-name-internal'. (Bug#4301)
3936
40637410
JL
39372009-12-07 Juri Linkov <juri@jurta.org>
3938
3939 Correctly restore original Isearch point. (Bug#4994)
3940
3941 * isearch.el (isearch-mode): Move `isearch-push-state' after
3942 `(run-hooks 'isearch-mode-hook)'.
3943 (isearch-cancel): When `isearch-push-state-function' is defined,
3944 let-bind `isearch-cmds' to the first state (the last element of
3945 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
3946 function and restores the original point). Otherwise, move point
3947 to `isearch-opoint'.
3948
da10ce2b
SM
39492009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3950
3951 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
3952 chars that don't have names, so the table can be built much faster at
3953 run-time.
3954
3d68fa99
CY
39552009-12-07 Chong Yidong <cyd@stupidchicken.com>
3956
f82b1493
CY
3957 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3958 change. Suggested by David Kastrup.
3959
3d68fa99
CY
3960 * simple.el (compose-mail): Check for incompatibilities and warn.
3961 (compose-mail-user-agent-warnings): New option.
3962
662c5698
DN
39632009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3964
3965 Support showing a single log entry from vc-annotate.
3966 * vc.el (print-log): Add a new argument: START-REVISION.
3967 (vc-print-log-internal): Add a new optional argument and
3968 pass it to the backend.
3969 (vc-print-log, vc-print-root-log): Adjust callers.
3970 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3971 buffer already displays the requested log entry, use it.
3972 Otherwise display only the log entry in question.
3973 * vc-svn.el (vc-svn-print-log):
e4070cdc 3974 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
3975 * vc-hg.el (vc-hg-state):
3976 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3977 (vc-git-show-log-entry): Return t on success.
3978 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3979 (vc-bzr-show-log-entry): Return t on success.
3980 * vc-rcs.el (vc-rcs-print-log):
3981 * vc-sccs.el (vc-sccs-print-log):
3982 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3983
e4070cdc
GM
39842009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3985
5ce6e4f4
JB
3986 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3987 Add menus to the meta mode. (Bug#5043)
e4070cdc 3988
5ce6e4f4 39892009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
3990
3991 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 3992 event-key.
662c5698 3993
662c5698
DN
3994 * ediff.el (ediff-buffers-internal): Add unwind-protect.
3995
dab816a9
MA
39962009-12-07 Michael Albinus <michael.albinus@gmx.de>
3997
3998 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
3999 Berbain <raphael.berbain@gmail.com>.
4000
4001 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
4002 characters.
4003 (tramp-initial-end-of-output): New defconst.
4004 (tramp-methods, tramp-find-shell)
4005 (tramp-open-connection-setup-interactive-shell)
4006 (tramp-maybe-open-connection): Use it.
33aeea0e
SM
4007 (tramp-shell-prompt-pattern, tramp-wait-for-output):
4008 Handle existence of `#' and `$'.
dab816a9 4009
33aeea0e
SM
4010 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
4011 Use `tramp-initial-end-of-output'.
dab816a9 4012
a91e1f6b
DN
40132009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4014
4015 Get the background mode from the terminal for xterm, and set
4016 faces accordingly.
4017 * term/xterm.el (xterm-set-background-mode): New function.
4018 (terminal-init-xterm): Use it in case xterm supports background
4019 color queries. Recompute faces after getting the background
4020 color.
4021
5fa9d1ec
GM
40222009-12-07 Ulrich Mueller <ulm@gentoo.org>
4023
4024 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4025 number comment back on its own line, for easier parsing.
4026
5e9fde5e
SM
40272009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4028
4029 Make it work for non-file buffers (bug#5102).
4030 * doc-view.el (doc-view-current-cache-dir):
4031 Use doc-view-buffer-file-name rather than buffer-file-name.
4032 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4033
2f2f5242
CY
40342009-12-06 Óscar Fuentes <ofv@wanadoo.es>
4035
4036 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4037 author field is too short.
4038
cebf8ec6
DN
40392009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
4040
5e9fde5e
SM
4041 * vc-git.el (vc-git-print-log): Handle a limit argument.
4042 Display the short log in graph form and with labels.
0d3f8a78
DN
4043 (vc-git-log-view-mode): Handle labels.
4044
cebf8ec6
DN
4045 Make vc-revert change VC state from 'added to 'unregistered.
4046 * vc-git.el (vc-git-revert): Call git reset first.
4047
8e39154d
UJ
40482009-12-06 Ulf Jasper <ulf.jasper@web.de>
4049
d8194864
GM
4050 * net/newst-backend.el, net/newst-plainview.el:
4051 * net/newst-reader.el, net/newst-ticker.el:
4052 * net/newst-treeview.el, net/newsticker.el:
4053 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 4054
ef187c24
CY
40552009-12-06 Chong Yidong <cyd@stupidchicken.com>
4056
238a0f3a
CY
4057 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4058
2c6bb71a
CY
4059 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4060 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
4061 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4062 Update annotation regexp.
4063
ef187c24
CY
4064 * simple.el (beginning-of-visual-line): Constrain to field
4065 boundaries (Bug#5106).
4066
571855b6
UJ
40672009-12-06 Ulf Jasper <ulf.jasper@web.de>
4068
33aeea0e
SM
4069 * xml.el (xml-substitute-numeric-entities):
4070 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 4071 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
4072 * net/newst-backend.el (newsticker--parse-generic-feed)
4073 (newsticker--parse-generic-items)
33aeea0e
SM
4074 (newsticker--decode-numeric-entities):
4075 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 4076 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 4077
b857059c
CY
40782009-12-06 Daniel Colascione <dan.colascione@gmail.com>
4079
4080 * progmodes/js.el (js--js-not): Add null to the list of values.
4081
c2dae51b
CY
40822009-12-06 Chong Yidong <cyd@stupidchicken.com>
4083
d8194864 4084 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 4085
ed0f72d2
RW
40862009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4087
4088 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4089 delimiter if it is at the end of the current line.
4090 (bibtex-generate-url-list): Fix docstring.
4091
365b9a62
SM
40922009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4093
4094 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4095 minibuffer's content with itself.
4096 Fold the confirm-after-completion case into the `confirm' case.
4097 (completion-pcm-word-delimiters): Add : and / to the delimiters.
4098
990a9cb1
KR
40992009-12-06 Kevin Ryde <user42@zip.com.au>
4100
4101 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 4102 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 4103
8b5a10db 4104 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 4105 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 4106
065543e7
JL
41072009-12-05 Juri Linkov <juri@jurta.org>
4108
4109 Save and restore dired buffer's point positions too. (Bug#4880)
4110
4111 * dired.el (dired-save-positions): Return in the first element
4112 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4113 Doc fix.
4114 (dired-restore-positions): First restore buffer's position.
4115 While restoring window's positions, check if window still displays
4116 the original buffer.
4117
503edac9
CY
41182009-12-05 Chong Yidong <cyd@stupidchicken.com>
4119
9a594ee6
CY
4120 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4121 if possible.
4122
925f8c70
CY
4123 * shell.el (shell): Require ansi-color (Bug#5113).
4124
4125 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4126
503edac9
CY
4127 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4128
8fea6b33
AM
41292009-12-05 Alan Mackenzie <acm@muc.de>
4130
4131 * progmodes/cc-mode.el (c-before-hack-hook)
4132 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4133 `c-file-style' to work again. This reversion restores the current
212c5aef 4134 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 4135
5d1fd962
CY
41362009-12-05 Kevin Ryde <user42@zip.com.au>
4137
33aeea0e
SM
4138 * textmodes/sgml-mode.el (sgml-lexical-context):
4139 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 4140
30760c8b
JL
41412009-12-05 Juri Linkov <juri@jurta.org>
4142
4143 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4144 for virtual nodes. (Bug#4147)
4145 (Info-find-node-2): Set `Info-current-node-virtual' to nil
4146 when moving from a virtual node.
4147 (Info-mode-menu): Add `Info-virtual-index' to the menu.
4148 (Info-mode): Add `Info-virtual-index' to the docstring.
4149
403111a8
RW
41502009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4151
4152 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4153 track of the buffer position of the end of a BibTeX entry as this
4154 position may change during reformatting.
4155 (bibtex-format-entry): Remove whitespace before processing
4156 numerical fields so that we recognize the latter properly.
4157 (bibtex-reformat): Do not use push which changes the global value
4158 of bibtex-entry-format.
4159 (bibtex-field-braces-alist, bibtex-field-strings-alist)
4160 (bibtex-field-re-init): Replace only space characters by regexp
4161 for whitespace.
365b9a62 4162 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
4163 (bibtex-initialize): Also update bibtex-strings.
4164 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
4165 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4166 Update bibtex-reference-keys.
403111a8 4167
25b54627
SM
41682009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4169
4170 * minibuffer.el (completion-pcm--merge-try): Also consider placing
4171 point after a star, if that's the only place where modifications can
4172 make progress.
4173
35639eb4
DN
41742009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
4175
4176 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4177 in docstrings.
4178
8b78760b
JL
41792009-12-04 Juri Linkov <juri@jurta.org>
4180
4181 * proced.el (proced): Call `(proced-update t)' to update process
4182 information instead of only running proced-post-display-hook.
4183 (proced-send-signal): Add a leading space to the buffer name
4184 " *Marked Processes*" to make this buffer ephemeral.
4185
2b3489a7
JL
41862009-12-04 Juri Linkov <juri@jurta.org>
4187
4188 * dired.el (dired-auto-revert-buffer): New defcustom.
4189 (dired-internal-noselect): Use it.
4190
9b9debd1
JL
41912009-12-04 Juri Linkov <juri@jurta.org>
4192
4193 Change roles of modes and functions in image-mode.el (Bug#5062).
4194
4195 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4196 in `auto-mode-alist'.
4197 (image-mode-previous-major-mode): New variable.
4198 (image-minor-mode-map): Rename from `image-mode-text-map'.
4199 (image-mode): Move graceful error-handling code from
4200 `image-minor-mode' to here. On errors call `image-mode-as-text'.
4201 (image-minor-mode): Remove all image-handling code.
4202 Replace `image-mode-text-map' with `image-minor-mode-map'.
4203 Check for `image-type' in mode-line format string.
4204 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4205 (image-mode-as-text): New function with most code from
4206 `image-mode-maybe'.
4207 (image-toggle-display-text): Move code that removes image
4208 properties from `image-toggle-display' to here.
4209 (image-toggle-display-image): New function with code that adds
4210 image properties copied from `image-toggle-display'.
4211 (image-toggle-display): Remove most code with leaving only code
4212 that toggles between `image-mode-as-text' and `image-mode'.
4213
0c74a301
UJ
42142009-12-04 Ulf Jasper <ulf.jasper@web.de>
4215
4216 * net/newst-treeview.el
4217 (newsticker--treeview-list-highlight-start): Restored call to
4218 save-excursion: Selected item was stuck.
4219 (newsticker--treeview-list-select): New.
4220 (newsticker--treeview-item-show-text)
4221 (newsticker--treeview-item-show)
4222 (newsticker--treeview-item-update): Use new
4223 newsticker-treeview-item-mode.
4224 (newsticker-treeview-update): Keep current item.
4225 (newsticker-treeview-next-new-or-immortal-item): Doc change.
4226 (newsticker--treeview-first-feed): Doc change.
4227 (newsticker-treeview-list-menu)
4228 (newsticker-treeview-item-menu): Added menu entries.
4229 (newsticker-treeview-item-mode): New.
4230
5ce6e4f4 4231 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
4232 windows.
4233
9eaeec5b
SS
42342009-12-04 Sam Steingold <sds@gnu.org>
4235
4236 * log-view.el (log-view-mode-map): "q" calls quit-window,
4237 like in all the other non-self-insert buffers.
4238
b2bf5be5
SM
42392009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4240
4241 Minor cleanup.
4242 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4243 key decoding rather than do it manually via last-input-event +
4244 ascii-character.
4245 (term-exec): Use delete-and-extract-region.
4246 (term-handle-ansi-terminal-messages): Remove unused var `end'.
4247 (term-process-pager): Remove unused var `i'.
4248 (term-dynamic-simple-complete): Make obsolete.
4249 (serial-update-config-menu): Remove unused vars `y' and `str'.
4250 (term-update-mode-line): Remove unused var `temp'.
4251
46e5c897
DN
42522009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4253
4254 Limit the number of log entries displayed by default.
4255 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4256 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4257 using a prefix argument.
4258
627e0a14
GM
42592009-12-03 Glenn Morris <rgm@gnu.org>
4260
4261 * progmodes/idlwave.el (class): Restore still useful declaration.
4262
8578c224
AM
42632009-12-03 Alan Mackenzie <acm@muc.de>
4264
4abc318c 4265 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 4266
b2bf5be5
SM
4267 * progmodes/cc-mode.el (c-basic-common-init):
4268 Call c-state-cache-init.
9762b219 4269 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 4270 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 4271 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
4272
4273 * progmodes/cc-langs.el (c-before-font-lock-function):
4274 c-extend-and-neutralize-syntax-in-CPP has been renamed
4275 c-neutralize-syntax-in-and-mark-CPP.
4276
4277 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4278 with `category' properties now, not `syntax-table' ones.
4279
4280 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4281 enhanced (but slower) version of c-end-of-macro that won't land
4282 inside a literal or on another awkward character.
4283 (c-state-cache-too-far, c-state-cache-start)
4284 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4285 (c-state-nonlit-pos-cache-limit, c-state-point-min)
4286 (c-state-point-min-lit-type, c-state-point-min-lit-start)
4287 (c-state-min-scan-pos, c-state-brace-pair-desert)
4288 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4289 buffer local variables.
4290 (c-state-literal-at, c-state-lit-beg)
4291 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4292 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4293 (c-state-cache-top-paren, c-state-cache-after-top-paren)
4294 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4295 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4296 (c-renarrow-state-cache)
4297 (c-append-lower-brace-pair-to-state-cache)
4298 (c-state-push-any-brace-pair, c-append-to-state-cache)
4299 (c-remove-stale-state-cache)
4300 (c-remove-stale-state-cache-backwards, c-state-cache-init)
4301 (c-invalidate-state-cache-1, c-parse-state-1)
4302 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
4303 (c-parse-state): Enhance and refactor.
4304 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
4305
4306 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4307 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
4308 modify to use category text properties rather than syntax-table ones.
4309 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
4310 to switch off/on the syntactic paren property of C++ template
4311 delimiters using the category property.
4312 (c-with-<->-as-parens-suppressed): Macro to invoke code with
4313 template delims suppressed.
4314 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4315 New constant/macros which apply category properties to the start
4316 and end of preprocessor constructs.
b2bf5be5 4317 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
4318 "comment out" the syntactic value of characters in preprocessor
4319 constructs.
4320 (c-with-cpps-commented-out)
4321 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4322 with characters in all or all but one preprocessor constructs
4323 "commented out".
4324
0d4dc442
RW
43252009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4326
4327 * proced.el (proced-filter-alist): Use regexp-quote.
4328
a09dc9bf
MA
43292009-12-03 Michael Albinus <michael.albinus@gmx.de>
4330
4331 Cleanup.
4332 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4333 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
4334 arguments. Expand `default-directory'.
4335
4336 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4337 the benefit of returning an expanded localname.
4338 (tramp-tramp-file-p): Handle the case NAME is not a string.
4339
3f6bd790
DN
43402009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4341
4dfb3b9c
DN
4342 Add support for bzr shelve/unshelve.
4343 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4344 (vc-bzr-extra-menu-map): New variables.
4345 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4346 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4347 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4348 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4349 (vc-bzr-dir-extra-headers): Display shelves.
4350
3f6bd790
DN
4351 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4352
842d73a1
SM
43532009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4354
4355 * textmodes/bibtex.el (bibtex-complete-internal):
4356 Use completion-in-region.
4357 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4358
7fa4876f
DN
43592009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4360
4361 Support applying stashes. Improve UI.
4362 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4363 (vc-git-stash-apply, vc-git-stash-pop)
4364 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4365 (vc-git-stash-menu): New functions.
4366 (vc-git-stash-menu-map): New variable.
4367 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4368
d6e82452
GM
43692009-12-03 Glenn Morris <rgm@gnu.org>
4370
4371 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4372 (vc-print-log-internal): Fix previous change.
4373 (vc-revert): Correct pluralization.
4374
8d222148
SM
43752009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4376
ea52206b
SM
4377 * progmodes/make-mode.el (makefile-special-targets-list): No need for
4378 it to be an alist any more.
4379 (makefile-complete): Use completion-in-region.
4380
69a94a37
SM
4381 * progmodes/octave-mod.el (octave-complete-symbol):
4382 Use completion-in-region.
4383
8d222148
SM
4384 Misc cleanup.
4385 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4386 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4387 (idlwave-complete-class): Don't quote lambda.
4388 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4389 (idlwave-mode-map): Move initialization into declaration.
4390 (idlwave-action-and-binding): Use backquotes.
4391 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4392 Simplify.
4393 (idlwave-is-pointer-dereference): Remove unused var `pos'.
4394 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4395 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4396 `parts', and `all-parts'.
4397 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4398 (idlwave-convert-xml-system-routine-info): Remove unused string
4399 `version-string'.
4400 (idlwave-display-user-catalog-widget): Use dolist.
4401 (idlwave-scanning-lib): Declare dynamically-scoped var.
4402 (idlwave-scan-library-catalogs): Remove unused var `flags'.
4403 (completion-highlight-first-word-only): Declare to silence bytecomp.
4404 (idlwave-popup-select): Tighten scope of `resp'.
4405 (idlwave-find-struct-tag): Remove unused var `beg'.
4406 (idlwave-after-load-rinfo-hook): Declare.
4407 (idlwave-sintern-class-info): Remove unused var `taglist'.
4408 (idlwave-find-class-definition): Remove unused var `list'.
4409 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4410 (idlwave-what-module-find-class): Remove unused var `classes'.
4411
3bb8691b
JB
44122009-12-03 Juanma Barranquero <lekktu@gmail.com>
4413
4414 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4415
f72f0c23
SM
44162009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4417
4418 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4419 buffers visited. Remove redundant current-buffer-saving.
4420
601a9508
SM
44212009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4422
4423 Use completion-in-buffer and remove uses of dynamic scoping.
4424 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4425 (pascal-buffer-to-use, pascal-flag): Don't declare.
4426 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4427 (pascal-get-completion-decl, pascal-keyword-completion):
4428 Add `pascal-str' argument, save-excursion,
4429 return the found completions, and don't filter with pascal-pred.
4430 (pascal-completion-cache): New var.
4431 (pascal-completion): Don't switch buffer any more (it was never
4432 necessary). Don't save-excursion any more (it's done by the called
4433 subroutines). Use a cache to avoid redundant computations.
4434 Use complete-with-action rather than pascal-completion-response and
4435 let it apply the predicate as well.
4436 (pascal-complete-word): Use completion-in-buffer when
4437 pascal-toggle-completions is nil.
4438 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4439 not used any more.
4440 (pascal-comp-defun): Don't change buffer any more.
4441 Use complete-with-action rather than pascal-completion-response and
4442 let it apply the predicate as well.
4443 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4444 when neded.
4445
1ff4cb98
KH
44462009-12-02 Kenichi Handa <handa@m17n.org>
4447
4448 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4449 shape for all Indic scripts.
4450
bb12edf1
SM
44512009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4452
4453 Use completion-in-buffer.
4454 * wid-edit.el (widget-field-text-end): New function.
4455 (widget-field-value-get): Use it.
4456 (widget-string-complete, widget-file-complete)
4457 (widget-color-complete): Use it and completion-in-region.
4458 (widget-complete): Don't narrow the buffer.
4459
5813f6ef
GM
44602009-12-02 Glenn Morris <rgm@gnu.org>
4461
c920f222
GM
4462 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
4463 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
4464 * mail/rmailsum.el: Replace all pop-to-buffer calls with
4465 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 4466
5813f6ef
GM
4467 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4468 save-excursion with save-current-buffer.
4469 Widen before searching. (Bug#5093)
4470 (diary-list-sexp-entries): Remove superfluous save-excursion.
4471
34b1d750
GM
44722009-12-02 Michael Welsh Duggan <mwd@cert.org>
4473
4474 * woman.el (woman-make-bufname): Handle man-pages with "." in the
4475 name. (Bug#5038)
4476
b2d5f31a
GM
44772009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
4478
4479 * ido.el (ido-file-internal): Handle filenames at point that do
4480 not have a directory part. (Bug#5049)
4481
c710ac3c
JB
44822009-12-02 Juanma Barranquero <lekktu@gmail.com>
4483
4484 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4485 (mpc-songs-jump-to, mpc-resume): Doc fixes.
4486
9946be46
SM
44872009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
4488
4489 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4490 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4491 any more.
4492
b08016f2
SM
44932009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4494
e7440df4
SM
4495 * comint.el (comint-insert-input): Ignore clicks to the right of
4496 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4497
3bb8691b 4498 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
4499 terminate before setting up the major mode.
4500
f3b757f5
SM
4501 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4502 in case.
4503
a2877f1d
SM
4504 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4505 the last element.
4506
b08016f2
SM
4507 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4508
782d6e30
GM
45092009-12-01 Glenn Morris <rgm@gnu.org>
4510
4511 * window.el (window--display-buffer-2): Fix previous changes.
4512
28f57f7e
CY
45132009-12-01 Chong Yidong <cyd@stupidchicken.com>
4514
4515 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4516
c31a2fdc
GM
45172009-12-01 Glenn Morris <rgm@gnu.org>
4518
4519 * Makefile.in (ELCFILES): Add mpc.elc.
4520
e1ada222
SM
45212009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4522
4523 * mpc.el: New file.
4524
0c9ff2c5
GM
45252009-12-01 Glenn Morris <rgm@gnu.org>
4526
3689984f
GM
4527 * window.el (window-to-use): Define for compiler.
4528
3ab4308b
GM
4529 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4530 consistent with others (no final period).
4531
0c9ff2c5
GM
4532 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4533 (rmail-mime-show): Downcase the encoding. (Bug#5070)
4534
fb0c18ff
DN
45352009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
4536
4537 Make vc-print-log buttons work.
045b9da7 4538 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 4539
2ac7e73e
JB
45402009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
4541
4542 * savehist.el (savehist-autosave-interval): Allow setting to nil
4543 through customize. (Bug#5056)
4544
5237d741
JB
45452009-11-30 Juanma Barranquero <lekktu@gmail.com>
4546
4547 Fix references to jit-lock properties.
4548 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4549 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4550 (perl-font-lock-special-syntactic-constructs):
4551 Quote jit-lock-defer-multiline property.
4552
379241fa
DN
45532009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
4554
4555 * vc-git.el (vc-git-registered): Call vc-git-root only once.
4556
054ae856
JL
45572009-11-30 Juri Linkov <juri@jurta.org>
4558
4559 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4560 value `buffer' of `multi-isearch-next-buffer-current-function'.
4561 Use `(current-buffer)' when `buffer' is nil.
4562 (multi-isearch-next-buffer-from-list): Don't fallback to
4563 `(current-buffer)' when `buffer' is nil. (Bug#4947)
4564
67296dda
JL
45652009-11-30 Juri Linkov <juri@jurta.org>
4566
4567 * misearch.el (multi-isearch-read-buffers): Move canonicalization
4568 of buffers with `get-buffer' to `multi-isearch-buffers'.
4569 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4570 Canonicalize BUFFERS with `get-buffer'. Doc fix.
4571 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4572 FILES with `expand-file-name' converting relative file names
4573 to absolute. Doc fix. (Bug#4727)
4574
c585bf32
JL
45752009-11-30 Juri Linkov <juri@jurta.org>
4576
4577 * misearch.el (multi-isearch-read-buffers)
4578 (multi-isearch-read-matching-buffers): New functions.
4579 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4580 Use them in the `interactive' spec. Doc fix.
4581 (multi-isearch-read-files, multi-isearch-read-matching-files):
4582 New functions.
4583 (multi-isearch-files, multi-isearch-files-regexp):
4584 Use them in the `interactive' spec. Doc fix. (Bug#4725)
4585
0a745733
JL
45862009-11-30 Juri Linkov <juri@jurta.org>
4587
4588 * doc-view.el (doc-view-continuous):
4589 Rename from `doc-view-continuous-mode'.
4590 (doc-view-menu): Move "Toggle display" to the top.
4591 Add submenu "Continuous" with radio buttons "Off"/"On"
4592 and "Save as Default".
4593 (doc-view-scroll-up-or-next-page)
4594 (doc-view-scroll-down-or-previous-page)
4595 (doc-view-next-line-or-next-page)
33aeea0e
SM
4596 (doc-view-previous-line-or-previous-page):
4597 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 4598
1f9689eb
JL
45992009-11-30 Juri Linkov <juri@jurta.org>
4600
4601 * comint.el (comint-mode-map): Rebind `M-r' from
4602 `comint-previous-matching-input' to
4603 `comint-history-isearch-backward-regexp'.
4604 Unbind `M-s' to allow global key binding `M-s'.
4605 Add menu items for `comint-history-isearch-backward' and
4606 `comint-history-isearch-backward-regexp'. (Bug#3746)
4607
2952b1ae
JL
46082009-11-30 Juri Linkov <juri@jurta.org>
4609
4610 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4611 For def=recenter, replace `recenter' with `recenter-top-bottom'
4612 that is called with `this-command' and `last-command' let-bound
4613 to `recenter-top-bottom'. When the last `def' was not `recenter',
4614 set `recenter-last-op' to nil. (Bug#4981)
4615
7a9547ca
SM
46162009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4617
20565545
SM
4618 Minor cleanup and simplification.
4619 * filecache.el (file-cache-add-directory)
4620 (file-cache-add-directory-recursively)
4621 (file-cache-add-from-file-cache-buffer)
4622 (file-cache-delete-file-regexp, file-cache-delete-directory)
4623 (file-cache-files-matching-internal, file-cache-display): Use dolist.
4624 (file-cache-temp-minibuffer-message): Delete function.
4625 (file-cache-minibuffer-complete): Use minibuffer-message instead.
4626
7a9547ca
SM
4627 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4628 Don't signal an error when bumping into EOB in tr, s, or y.
4629
08e968f3
JL
46302009-11-29 Juri Linkov <juri@jurta.org>
4631
4632 * startup.el (fancy-about-text): Fix wording of Guided Tour.
4633 (Bug#4960)
4634
4635 * descr-text.el (describe-char-unidata-list): Use lowercase name
4636 for "Unicode name" like in other tags.
4637
f8d170a4
JL
46382009-11-29 Juri Linkov <juri@jurta.org>
4639
4640 * ediff-util.el (ediff-minibuffer-with-setup-hook):
4641 New compatibility macro.
7a9547ca 4642 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 4643
0116abbd
JL
46442009-11-29 Juri Linkov <juri@jurta.org>
4645
4646 Add defcustom to define the cycling order of `recenter-top-bottom'.
4647 (Bug#4981)
4648
4649 * window.el (recenter-last-op): Doc fix.
4650 (recenter-positions): New defcustom.
4651 (recenter-top-bottom): Rewrite to use `recenter-positions'.
4652 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4653
61eef560
MA
46542009-11-29 Michael Albinus <michael.albinus@gmx.de>
4655
4656 Improve integration of Tramp and ange-ftp in eshell.
4657
e4070cdc 4658 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
4659 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
4660 (eshell/sudo): Flatten args. Let-bind `default-directory'.
4661
4662 * eshell/esh-util.el (top): Require also Tramp when compiling.
4663 (eshell-directory-files-and-attributes): Check for FTP remote
4664 connection.
4665 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4666 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4667 (eshell-file-attributes): Handle ".". Return `entry'.
4668
4669 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4670 (ange-ftp-directory-files-and-attributes)
4671 (ange-ftp-real-directory-files-and-attributes): New defuns.
4672
4673 * net/tramp.el (tramp-maybe-open-connection): Open the remote
4674 shell with "exec" when possible. This prevents trailing prompts
4675 in `start-file-process'.
4676
f5467d3f
SM
46772009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4678
21f49db9
SM
4679 Try and remove assumptions about point-min==1.
4680 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4681 (rng-compute-mode-line-string): Show the validation percentage in
4682 terms of the narrowed text, not the widened text.
4683 (rng-do-some-validation): Don't catch internal errors when debugging.
4684 (rng-first-error): Simplify.
4685 (rng-after-change-function): Remove work around. AFAIK the bug has
4686 been fixed a while ago.
4687
26224faf
SM
4688 * image-mode.el (image-minor-mode): Exit more gracefully when the image
4689 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4690
d7117720
SM
4691 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4692
f5467d3f
SM
4693 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4694 `cd' doesn't always do it for us (bug#5067).
4695
4696 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4697 on 2009-10-25 as part of some other change (bug#5067).
4698
c5269f1c
SM
46992009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4700
62a258a7
SM
4701 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4702 `suspicious'.
4703 (byte-compile-warnings): Use byte-compile-warning-types.
4704 (byte-compile-save-excursion): Warn about use of set-buffer right
4705 after save-excursion.
4706
c5269f1c
SM
4707 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4708 the excursion as well.
4709
3ba30eb8
MA
47102009-11-27 Michael Albinus <michael.albinus@gmx.de>
4711
4712 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4713 providing a Tramp related implementation of "su" and "sudo".
4714 (eshell-unix-initialize): Add "su" and "sudo".
4715
6c6f788d
DU
47162009-11-27 Daiki Ueno <ueno@unixuser.org>
4717
4718 * net/socks.el (socks-send-command): Convert binary request to
4719 unibyte before sending. This fixes mishandling of some port
4720 numbers such as 129.
4721
10c877fe
SM
47222009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4723
6f06a171
SM
4724 * help.el (describe-bindings-internal): Remove `interactive'.
4725
10c877fe
SM
4726 * man.el (Man-completion-table): Trim a terminating "(".
4727 Remove the space between name page a section.
4728 Add the command's description on the `help-echo' property.
c5269f1c
SM
4729 Remove `process-connection-type' binding since it's unused by
4730 call-process.
10c877fe
SM
4731 Provide completion for the "<section> <name>" format as well.
4732 (Man-default-man-entry): Remove spurious var shadowing the argument.
4733
c44a4822
KR
47342009-11-26 Kevin Ryde <user42@zip.com.au>
4735
4736 * log-view.el: Add "Keywords: tools", since its other keywords
4737 aren't in finder-known-keywords, and following vc.el.
4738
9d58f081
KR
4739 * sha1.el (sha1-string-external): default-directory "/" in case
4740 otherwise non-existent. process-connection-type pipe for touch of
4741 efficiency recommended by elisp manual. (An aside in Bug#3911.)
4742
72fe6b25
SM
47432009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4744
4745 Misc coding convention cleanups.
4746 * htmlfontify.el (hfy-init-kludge-hook): Rename from
4747 hfy-init-kludge-hooks.
4748 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
4749 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
4750 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
4751 and push.
4752 (hfy-slant, hfy-weight): Use tables rather than code.
4753 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
4754 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
4755 (hfy-face-attr-for-class): Initialize `face-spec' directly.
4756 (hfy-face-to-css): Remove `nconc' with single arg.
4757 (hfy-p-to-face-lennart): Use `or'.
4758 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
4759 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
4760 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
4761 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
4762 (hfy-force-fontification): Use run-hooks.
4763
85e0a536
SM
47642009-11-26 Vivek Dasmohapatra <vivek@etla.org>
4765
4766 Various minor fixes.
4767 * htmlfontify.el (hfy-default-header): Add toggle_invis since
4768 Javascript belongs in the header, not the body.
4769 (hfy-javascript): Remove.
4770 (hfy-fontify-buffer): Don't insert it any more.
4771 (hfy-face-at): Handle (face0 face1 face2) style face properties.
4772 Fix bug in invis handling when there were no invis props in a chunk.
4773
62ccc42c
SM
47742009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4775
4776 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
4777
2643c7aa
DN
47782009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
4779
4780 * finder.el (finder-mode-map): Add a menu.
4781
0e5c8aed
DN
47822009-11-26 Michael McNamara <mac@mail.brushroad.com>
4783
bf0b361c 4784 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
4785 "unsigned" structs.
4786
4787 (verilog-leap-to-head, verilog-backward-token): Handle "disable
4788 fork" statement better.
4789
47902009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
4791
bf0b361c
JB
4792 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
4793 (verilog-delete-auto, verilog-delete-empty-auto-pair)
4794 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
4795 Reported by Clay Douglass.
0e5c8aed
DN
4796
4797 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 4798 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
33aeea0e
SM
4799 Fix removing "// Interfaces" when saving .* expansions.
4800 Reported by Pierre-David Pfister.
0e5c8aed 4801
7629c4e7
GM
48022009-11-26 Glenn Morris <rgm@gnu.org>
4803
62ccc42c
SM
4804 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
4805 the scope.
7629c4e7 4806
a5d358f8
JB
48072009-11-25 Johan Bockgård <bojohan@gnu.org>
4808
4809 * vc-annotate.el (vc-annotate-revision-previous-to-line):
4810 Really use previous revision.
4811
002cbde5
KR
48122009-11-25 Kevin Ryde <user42@zip.com.au>
4813
4814 * man.el (Man-completion-table): default-directory "/" in case
4815 doesn't otherwise exist. process-environment COLUMNS=999 so as
4816 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
4817 any chance of hitting the pseudo-tty TIOCGWINSZ.
4818 (man): completion-ignore-case t for friendliness and since man
4819 itself is case-insensitive on the command line.
4820 Further to Bug#3717.
002cbde5 4821
8cb5ffe8
KR
4822 * arc-mode.el: Add "Keywords: files", so the details in its
4823 commentary can be reached from finder-by-keyword.
34607612
KR
4824 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
4825 editing mode, but it's comms related and sgml-mode.el has "comm"
4826 on that basis too.
b8dfcf54 4827 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
4828 * international/isearch-x.el, international/ja-dic-cnv.el:
4829 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 4830 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 4831
1e2d9ba1
JL
48322009-11-25 Juri Linkov <juri@jurta.org>
4833
4834 * man.el (Man-completion-table): Modify regexp to include
4835 section names to completion strings. (Bug#3717)
4836
a601d313
JL
48372009-11-25 Juri Linkov <juri@jurta.org>
4838
4839 Search recursively in gzipped files. (Bug#4982)
4840
4841 * progmodes/grep.el (grep-highlight-matches): Add new options
4842 `always' and `auto'. Doc fix.
4843 (grep-process-setup): Check `grep-highlight-matches' for
4844 `auto-detect' to determine the need to compute grep defaults.
4845 Move Windows/DOS specific --colors settings handling
4846 to `grep-compute-defaults'. Check `grep-highlight-matches'
4847 to get the value of "--color=".
4848 (grep-compute-defaults): Compute `grep-highlight-matches' when it
4849 has the value `auto-detect'. Move Windows/DOS specific settings
4850 from `grep-process-setup'.
4851 (zrgrep): New command with alias `rzgrep'.
4852
bde04ea9
JL
48532009-11-25 Juri Linkov <juri@jurta.org>
4854
4855 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
4856 to nil instead of switching off view-mode. (Bug#4896)
4857
7d6b4d3c
JL
48582009-11-25 Juri Linkov <juri@jurta.org>
4859
4860 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
4861
4862 * mwheel.el (mwheel-scroll-up-function)
4863 (mwheel-scroll-down-function): New defvars.
4864 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
4865 `scroll-up', and `mwheel-scroll-down-function' instead of
4866 `scroll-down'.
4867
4868 * doc-view.el (doc-view-scroll-up-or-next-page)
4869 (doc-view-scroll-down-or-previous-page): Add optional ARG.
4870 Use this ARG in the call to image-scroll-up/image-scroll-down.
4871 Change `interactive' spec to "P". Goto next/previous page only
4872 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
4873 SPC/DEL case). Doc fix.
4874 (doc-view-next-line-or-next-page)
4875 (doc-view-previous-line-or-previous-page): Rename arg to ARG
4876 for consistency.
4877 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
4878 `doc-view-scroll-up-or-next-page', and buffer-local
4879 `mwheel-scroll-down-function' to
4880 `doc-view-scroll-down-or-previous-page'.
4881
e237085f
JL
48822009-11-25 Juri Linkov <juri@jurta.org>
4883
4884 Provide additional default values (directories at other Dired
4885 windows) via M-n in the minibuffer of some Dired commands.
4886
4887 * dired-aux.el (dired-diff, dired-compare-directories)
4888 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
4889 `minibuffer-default' in `minibuffer-with-setup-hook'.
4890 (dired-dwim-target-directory): Find a window that displays Dired
4891 buffer instead of failing when the next window is not Dired.
4892 Use `get-window-with-predicate' to find for the next Dired window.
4893 (dired-dwim-target-defaults): New function.
4894
4895 * ediff-util.el (ediff-read-file-name):
4896 Use `dired-dwim-target-defaults' to set `minibuffer-default'
4897 in `minibuffer-with-setup-hook'.
4898
7d371eac
JL
48992009-11-25 Juri Linkov <juri@jurta.org>
4900
4901 Provide additional default values (file name at point or at the
4902 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
4903
4904 * minibuffer.el (read-file-name-defaults): New function.
4905 (read-file-name): Reset `minibuffer-default' to nil when
4906 it duplicates initial input `insdef'.
4907 Bind `minibuffer-default-add-function' to lambda that
4908 calls `read-file-name-defaults' in `minibuffer-selected-window'.
4909 (minibuffer-insert-file-name-at-point): New command.
4910
4911 * files.el (file-name-at-point-functions): New defcustom.
4912 (find-file-default): Remove defvar.
4913 (find-file-read-args): Don't use `find-file-default'.
4914 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4915 to `read-file-name'.
4916 (find-file-literally): Use `read-file-name' with
4917 `confirm-nonexistent-file-or-buffer'.
4918
4919 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
4920
4921 * dired.el (dired-read-dir-and-switches):
4922 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4923 to `read-file-name'.
4924 (dired-file-name-at-point): New function.
4925 (dired-mode): Add hook `dired-file-name-at-point' to
4926 `file-name-at-point-functions'.
4927
04ae543a
SM
49282009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4929
4930 Really make the *Completions* window soft-dedicated (bug#5030).
4931 * window.el (window--display-buffer-2): Add `dedicated' argument.
4932 (display-buffer): Pass it when needed so the dedicated flag is set
4933 after calling set-window-buffer, which would otherwise reset it.
4934
eb708e66
SM
49352009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4936
d6b8d4e7
SM
4937 * progmodes/meta-mode.el (meta-complete-symbol):
4938 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
4939 * mail/mailabbrev.el (mail-abbrev-complete-alias):
4940 Use completion-in-region.
4941
5f24557b
SM
4942 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4943 (dabbrev-completion): Use completion-in-region.
4944 (dabbrev--abbrev-at-point): Simplify regexp.
4945
fe4346f0
SM
4946 * abbrev.el (abbrev--before-point): Use word-motion functions
4947 if :regexp is not specified (bug#5031).
4948
cb190d7d
SM
4949 * subr.el (string-prefix-p): New function.
4950
e2ec6dd5
SM
4951 * man.el (Man-completion-cache): New var.
4952 (Man-completion-table): Use it.
4953
eb708e66
SM
4954 * vc.el (vc-print-log-internal): Make `limit' optional for better
4955 compatibility (e.g. with vc-annotate.el).
4956
4cf8971b
KR
49572009-11-24 Kevin Ryde <user42@zip.com.au>
4958
eb708e66 4959 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 4960 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 4961
4cf8971b
KR
4962 * emacs-lisp/elint.el (elint-add-required-env): Better error message
4963 when .el source file not found or other error.
4964
d204c46c
SM
49652009-11-24 Markus Triska <markus.triska@gmx.at>
4966
4967 * linum.el (linum-update-window): Ignore intangible (bug#4996).
4968
bb301b9a
SM
49692009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4970
449c27f0
SM
4971 Handle the [back] button properly (bug#4979).
4972 * descr-text.el (describe-text-properties): Add a `buffer' argument.
4973 Use help-setup-xref, help-buffer, and with-help-window.
4974 (describe-char): Add `buffer' argument.
4975 Pass proper command to help-setup-xref. Don't meddle with
4976 help-xref-stack-item directly.
4977 (describe-text-category): Use with-help-window and help-buffer.
4978
32fe5377
SM
4979 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4980 for the displayed buffer (bug#4887).
4981
bb301b9a
SM
4982 * man.el (Man-completion-table): New function.
4983 (man): Use it.
4984
35179414
DR
49852009-11-24 David Reitter <david.reitter@gmail.com>
4986
bb301b9a 4987 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
4988 .git is) rather than the file's directory and a relative path spec
4989 to work around a bug in git.
4990
605a20a9
MA
49912009-11-24 Michael Albinus <michael.albinus@gmx.de>
4992
4993 Improve handling of processes on remote hosts.
4994
4995 * eshell/esh-util.el (eshell-path-env): New defvar.
4996 (eshell-parse-colon-path): New defun.
4997 (eshell-file-attributes): Use `eshell-parse-colon-path'.
4998
bb301b9a
SM
4999 * eshell/esh-ext.el (eshell-search-path):
5000 Use `eshell-parse-colon-path'.
605a20a9
MA
5001 (eshell-remote-command): Remove argument HANDLER.
5002 (eshell-external-command): Check for FTP remote connection.
5003
bb301b9a
SM
5004 * eshell/esh-proc.el (eshell-gather-process-output):
5005 Use `file-truename', in order to start also symlinked files.
5006 Apply `start-file-process' instead of `start-process'.
5007 Shorten `command' to the local file name part.
605a20a9 5008
bb301b9a
SM
5009 * eshell/em-cmpl.el (eshell-complete-commands-list):
5010 Use `eshell-parse-colon-path'.
605a20a9
MA
5011
5012 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5013
5014 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
5015 to `eshell-directory-change-hook'.
5016
d1d33062
TH
50172009-11-24 Tassilo Horn <tassilo@member.fsf.org>
5018
5019 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 5020 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 5021
a34d8565 50222009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 5023
a34d8565
MK
5024 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5025 made on 2009-11-22.
d1d33062 5026
c83b8d1b
GM
50272009-11-24 Glenn Morris <rgm@gnu.org>
5028
5029 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5030 deleted variable bookmark-bmenu-bookmark-column.
5031
83505cfe
SM
50322009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5033
5034 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5035
5241b291
CY
50362009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
5037
5038 * net/browse-url.el (browse-url-filename-alist): On Windows, add
5039 two slashes to the "file:" prefix.
5040 (browse-url-file-url): De-munge Cygwin filenames before passing
5041 them to Windows browser.
5042 (browse-url-default-windows-browser): Use call-process.
5043
aefcadb6
JL
50442009-11-23 Juri Linkov <juri@jurta.org>
5045
5046 Implement DocView Continuous mode. (Bug#4896)
5047 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
5048 (doc-view-mode-map): Bind C-n/<down> to
5049 `doc-view-next-line-or-next-page', C-p/<up> to
5050 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
5051 (doc-view-next-line-or-next-page)
5052 (doc-view-previous-line-or-previous-page): New commands.
5053
0d62bcea
JL
50542009-11-23 Juri Linkov <juri@jurta.org>
5055
5056 Implement Isearch in comint input history. (Bug#3746)
5057 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5058 `isearch-mode-hook'.
5059 (comint-history-isearch): New defcustom.
5060 (comint-history-isearch-backward)
5061 (comint-history-isearch-backward-regexp): New commands.
5062 (comint-history-isearch-message-overlay): New buffer-local variable.
5063 (comint-history-isearch-setup, comint-history-isearch-end)
5064 (comint-goto-input, comint-history-isearch-search)
5065 (comint-history-isearch-message, comint-history-isearch-wrap)
5066 (comint-history-isearch-push-state)
5067 (comint-history-isearch-pop-state): New functions.
5068
b593f105
MA
50692009-11-23 Michael Albinus <michael.albinus@gmx.de>
5070
5071 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5072 return.
5073 (tramp-handle-make-symbolic-link)
5074 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5075 Quote file names.
5076 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5077 (tramp-handle-process-file): Use it.
5078
0f202d5d
SM
50792009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5080
5081 * window.el (move-to-window-line-last-op): Remove.
5082 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5083
216349f8
SM
50842009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5085
0f202d5d 5086 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
5087 * window.el (move-to-window-line-last-op): New var.
5088 (move-to-window-line-top-bottom): New command.
5089 (global-map): Bind M-r move-to-window-line-top-bottom.
5090
c10e0633
GM
50912009-11-23 Sven Joachim <svenjoac@gmx.de>
5092
5093 * dired-x.el (dired-guess-shell-alist-default):
5094 Support xz format. (Bug#4953)
5095
953e0c1a
GM
50962009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
5097
5098 * emulation/viper-cmd.el: Use viper-last-command-char instead of
5099 last-command-char/last-command-event.
5100 (viper-prefix-arg-value): Do correct conversion of event-char for
5101 XEmacs.
5102
83505cfe
SM
5103 * emulation/viper-util.el, emulation/viper.el:
5104 Use viper-last-command-char instead of
5105 last-command-char/last-command-event.
953e0c1a 5106
83505cfe
SM
5107 * ediff-init.el, ediff-mult.el, ediff-util.el:
5108 Replace last-command-char and last-command-event
5109 with (ediff-last-command-char) everywhere.
953e0c1a
GM
5110
5111 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5112 created in fundamental mode.
5113
5114 * ediff.el (ediff-version): Revert the change of interactive-p to
5115 called-interactively-p.
5116
9ee12eee
TH
51172009-11-22 Tassilo Horn <tassilo@member.fsf.org>
5118
5119 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5120 generation from word-movement command names.
5121
8b571bf3
JD
51222009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5123
5124 * cus-start.el (all): Add native condition for font-use-system-font.
5125
4121db47
AM
51262009-11-21 Nathaniel Flath <flat0103@gmail.com>
5127
83505cfe
SM
5128 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5129 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 5130
d71f5e0c
TH
51312009-11-21 Tassilo Horn <tassilo@member.fsf.org>
5132
5133 * progmodes/subword.el: Rename from lisp/subword.el.
5134
5135 * subword.el: Rename to progmodes/subword.el.
5136
5137 * Makefile.in (ELCFILES): Adapt to subword.el move.
5138
fc9d6ad6
SM
51392009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5140 Stefan Monnier <monnier@iro.umontreal.ca>
5141
5142 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5143 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5144 (bookmark-bmenu-show-filenames): Use push.
5145 (bookmark-bmenu-hide-filenames): Use local var instead of
5146 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
5147 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5148 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5149 filenames now that the bookmark names are always available.
5150
26d9285f
SM
51512009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5152
5153 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5154 (bookmark-search-pattern): Move and leave unbound.
5155 (bookmark-bmenu-mode-map): Change binding.
5156 (bookmark-read-search-input): Simplify.
5157 Don't use text-char-description. Don't error on non-char events.
5158 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5159 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5160 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5161 Use a local var for the timer.
5162 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5163 (i.e. bookmark-bmenu-search).
5164
d73a0317
GM
51652009-11-21 Glenn Morris <rgm@gnu.org>
5166
5167 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
5168
e572025f
CY
51692009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
5170
26d9285f
SM
5171 * net/browse-url.el (browse-url-default-windows-browser):
5172 Use cygstart for cygwin.
e572025f 5173
6aeaa3dc
KF
51742009-11-20 Karl Fogel <karl.fogel@red-bean.com>
5175
e4070cdc 5176 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
5177 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5178 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 5179 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
5180 (bookmark-read-search-input): Adjust to fit within 80 columns.
5181
a9b76eec
TH
51822009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5183
5184 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5185 (c-backward-into-nomenclature): Adapt to subword renaming.
5186
5187 * subword.el (subword-forward, subword-backward, subword-mark)
5188 (subword-kill, subword-backward-kill, subword-transpose)
5189 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
5190 (subword-forward-internal, subword-backward-internal):
5191 Rename from forward-subword, backward-subword, mark-subword,
5192 kill-subword, backward-kill-subword, transpose-subwords,
5193 downcase-subword, upcase-subword, capitalize-subword,
5194 forward-subword-internal, backward-subword-internal.
a9b76eec 5195
1e7d4475
SM
51962009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5197
26d9285f
SM
5198 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5199 New options.
1e7d4475
SM
5200 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5201 New vars.
5202 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5203 (bookmark-bmenu-filter-alist-by-regexp)
5204 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5205 (bookmark-bmenu-search): New command.
5206 (bookmark-bmenu-mode-map): Bind it.
5207
653d1554
TH
52082009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5209
ab84bfa0
TH
5210 * progmodes/cc-cmds.el: declare-functioned forward-subword and
5211 backward-subword to quit the byte-compiler.
5212
1f35fda9
TH
5213 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5214
5215 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5216
653d1554 5217 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
5218 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5219 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
5220
5221 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5222 subword.el functions instead of cc-subword.el.
5223
1e7d4475
SM
5224 * progmodes/cc-subword.el: Rename to subword.el.
5225 * subword.el: Rename from progmodes/cc-subword.el.
5226 (subword-mode-map): Rename from c-subword-mode-map.
5227 (subword-mode): Rename from c-subword-mode.
653d1554 5228 (global-subword-mode): New global minor mode.
1e7d4475
SM
5229 (forward-subword): Rename from c-forward-subword.
5230 (backward-subword): Rename from c-backward-subword.
5231 (mark-subword): Rename from c-mark-subword.
5232 (kill-subword): Rename from c-kill-subword.
5233 (backward-kill-subword): Rename from c-backward-kill-subword.
5234 (transpose-subwords): Rename from c-tranpose-subword.
5235 (downcase-subword): Rename from c-downcase-subword.
5236 (capitalize-subword): Rename from c-capitalize-subword.
5237 (forward-subword-internal): Rename from c-forward-subword-internal.
5238 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 5239
9717f119
DN
52402009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5241
8de724f3
DN
5242 * vc.el (vc-deduce-fileset): Allow non-state changing operations
5243 from a dired buffer.
5244 (vc-dired-deduce-fileset): New function.
5245 (vc-root-diff, vc-print-root-log): Use it.
5246
9717f119
DN
5247 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5248 nil LIMIT argument to vc-print-log-internal.
5249
af4999b8
GM
52502009-11-20 Glenn Morris <rgm@gnu.org>
5251
5252 * Makefile.in (ELCFILES): Regenerate.
5253
b58edcb6
JB
52542009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
5255
02e1b488
SM
5256 * calc/calc.el (calc-set-mode-line):
5257 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
5258 (math-format-number): Rename `math-format-complement-signed' to
5259 `math-format-twos-complement'.
5260
02e1b488 5261 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
5262 math-format-complement-signed.
5263 (calc-radix): Rename `calc-complement-signed-mode' to
5264 `calc-twos-complement-mode'.
02e1b488
SM
5265 (calc-octal-radix, calc-hex-radix): Add an argument for
5266 two's complement.
b58edcb6 5267
02e1b488
SM
5268 * calc/calc-embed.el (calc-embedded-mode-vars):
5269 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 5270
02e1b488
SM
5271 * calc/calc-ext.el (calc-init-extensions):
5272 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
5273 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5274
02e1b488
SM
5275 * calc/calc-units.el (math-build-units-table-buffer):
5276 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
5277
5278 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5279 entries.
5280
5281 * calc/calc-vec.el (calcFunc-vunpack):
5282 * calc/calc-aent.el (calc-do-calc-eval):
5283 * calc/calc-forms.el (math-format-date):
5284 * calc/calc-graph.el (calc-graph-plot):
5285 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
5286 * calc/calccomp.el (math-compose-expr):
5287 Let `calc-twos-complement-mode' be nil.
5288
52892009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5290
5291 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5292 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
5293 * minibuffer.el (completion-in-region-functions): New hook.
5294 (completion-in-region): New function.
5295 * emacs-lisp/lisp.el (lisp-complete-symbol):
5296 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 5297
e3353a78
SM
52982009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5299
eff77808
SM
5300 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5301 (latex-complete-alist): New vars.
5302 (latex-string-prefix-p, latex-complete-bibtex-keys)
5303 (latex-complete-envnames, latex-complete-refkeys)
5304 (latex-complete-data): New functions.
5305 (latex-complete, latex-indent-or-complete): New commands.
5306
d2c9fc42
SM
5307 * window.el (display-buffer-mark-dedicated): New var.
5308 (display-buffer): Obey it.
5309 * minibuffer.el (minibuffer-completion-help): Use it.
5310
31a1c477
SM
5311 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5312
bed4c972
SM
5313 * filecache.el (file-cache-add-file): Use push and cons.
5314 (file-cache-delete-file-regexp): Use push.
5315 (file-cache-complete): Use completion-in-region.
5316
8c22699f
SM
5317 * simple.el (with-wrapper-hook): Fix thinko.
5318
e3353a78
SM
5319 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5320 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5321 Use with-current-buffer and string-to-number.
5322 (hfy-fallback-colour-values): Use assoc-string.
5323 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5324 (hfy-face-at): Remove unused var `found-face'.
5325 (hfy-compile-stylesheet): Remove unused var `css'.
5326 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5327 and `orig-buffer'.
5328 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5329 Use with-current-buffer.
5330 (hfy-text-p): Use expand-file-name and fewer setq.
5331
acca02b0
SM
53322009-11-19 Vivek Dasmohapatra <vivek@etla.org>
5333
5334 * htmlfontify.el, hfy-cmap.el: New files.
5335
042b7cc6
JL
53362009-11-19 Juri Linkov <juri@jurta.org>
5337
5338 * minibuffer.el (completions-format): New defcustom.
5339 (completion--insert-strings): Implement vertical format.
5340
5341 * simple.el (switch-to-completions): Move point to the first
5342 completion when point was at the beginning of the buffer.
5343
da205913
JL
53442009-11-19 Juri Linkov <juri@jurta.org>
5345
5346 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
5347
5348 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5349
0b8ee421
CY
53502009-11-19 Chong Yidong <cyd@stupidchicken.com>
5351
5352 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5353 (mail-signature): Change default to t.
5354 (mail-from-style): Deprecate `system-default' value.
5355 (mail-insert-from-field): For default value of mail-from-style,
5356 default to `angles' unless `angles' needs quoting and `parens'
5357 does not.
5358 (mail-citation-prefix-regexp): Use citation regexp from
5359 message-mode.
5360
4265deab
MA
53612009-11-19 Michael Albinus <michael.albinus@gmx.de>
5362
acca02b0
SM
5363 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5364 Set variables for computing the prompt for reading password.
4265deab 5365
27cacd2d
GM
53662009-11-19 Glenn Morris <rgm@gnu.org>
5367
470bce7d
GM
5368 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
5369
7e705a1d
GM
5370 * textmodes/flyspell.el (sgml-lexical-context): Declare.
5371
27cacd2d
GM
5372 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5373 (newsticker-treeview-listwindow-height): Fix custom type.
5374
b2f0be0f
KH
53752009-11-19 Kenichi Handa <handa@m17n.org>
5376
5377 * descr-text.el (describe-char-padded-string): Compose with TAB
5378 only if there's a font for CH.
02e1b488 5379 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 5380
03446045 53812009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
5382
5383 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 5384 more accurate version of the regexp. (Bug#3910)
b96337b0 5385
03446045 53862009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
5387
5388 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5389
e0620570
JB
53902009-11-18 Juanma Barranquero <lekktu@gmail.com>
5391
5392 * font-setting.el (font-use-system-font): Declare for byte-compiler.
5393 (font-setting-change-default-font): Fix typo in docstring.
5394
6cc6582e
AM
53952009-11-18 Alan Mackenzie <acm@muc.de>
5396
5397 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5398
dfb3c4c6
JD
53992009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5400
02e1b488 5401 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
5402
5403 * cus-start.el (all): ... to here.
5404
e268e987
MA
54052009-11-17 Michael Albinus <michael.albinus@gmx.de>
5406
5407 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5408 Don't set `ad-return-value' if `ad-do-it' doesn't.
5409
303ffde8
MA
5410 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5411 modification time.
5412
637fa988
JD
54132009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5414
5415 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 5416 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
5417
5418 * loadup.el: If feature system-font-setting or font-render-setting is
5419 there, load font-setting.
5420
02e1b488 5421 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
5422 * font-setting.el: New file.
5423
1d16a255
GM
54242009-11-17 Glenn Morris <rgm@gnu.org>
5425
5426 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5427
2d84f804
GM
5428 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5429 Preserve point in the list buffer. (Bug#4939)
5430 Use point-at-eol.
5431 (newsticker--treeview-list-update-highlight)
5432 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5433
14467b99
JB
54342009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5435
5436 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5437 Remove.
5438
5439 * calc/calc-ext.el (calc-init-extensions): Remove references to
5440 symclip.
5441
5442 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5443
5444 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 5445 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
5446 `calc-symclip'.
5447
e3c39c01
KR
54482009-11-16 Kevin Ryde <user42@zip.com.au>
5449
02e1b488 5450 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 5451 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 5452
497de631
KR
5453 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5454 (lm-keywords-list): Allow comma-only separator like "foo,bar".
5455 Ignore trailing spaces by omit-nulls to split-string (fixing
5456 regression from Emacs 21 due to the incompatible split-string
14467b99 5457 change). (Bug #4928.)
497de631 5458
48b27575
DN
54592009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
5460
5237d741 5461 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
5462 (vc-print-log-internal): Insert buttons to request more entries
5463 when limiting the output.
5464
5465 * vc-sccs.el (vc-sccs-print-log):
5466 * vc-rcs.el (vc-rcs-print-log):
5467 * vc-cvs.el (vc-cvs-print-log):
5468 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5469 LIMIT is non-nil.
5470
d3e97185
MA
54712009-11-16 Michael Albinus <michael.albinus@gmx.de>
5472
5473 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5474 error when `tramp-gvfs-dbus-event-vector' is set.
5475 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5476
68d87786
SM
54772009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5478
5479 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5480
c0a39702
MA
54812009-11-16 Michael Albinus <michael.albinus@gmx.de>
5482
5483 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 5484 (dbus-register-property): Register the handlers of
c0a39702
MA
5485 "org.freedesktop.DBus.Properties" for SERVICE.
5486 (dbus-property-handler): Fix docstring.
5487
1e857121
YM
54882009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5489
5490 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5491 Quote doc string reference in defvaralias as it is not in special form.
5492 (byte-compile-output-docform): Doc fix.
5493
887484c1
JB
54942009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5495
5496 * calc/calc.el (math-2-word-size, math-half-2-word-size)
5497 (calc-complement-signed-mode): New variables.
5498 (calc-set-mode-line): Add indicator for twos-complements.
5499 (math-format-number): Format twos-complement notation.
5500
5501 * calc/calc-bin.el (calc-word-size): Reset the variables
5502 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
5503 (math-format-complement-signed, math-symclip, calcFunc-symclip)
5504 (calc-symclip): New functions.
887484c1
JB
5505
5506 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5507
68d87786
SM
5508 * calc/calc-embed.el (calc-embedded-mode-vars):
5509 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
5510
5511 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 5512 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
5513
5514 * calc/calc-ext.el (math-read-number-fancy): Read complement
5515 signed numbers.
68d87786
SM
5516 (calc-init-extensions): Add binding for `calc-symclip'.
5517 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
5518
5519 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5520 `calc-symclip'.
68d87786 5521 (calc-modes-menu): Add item for twos complement mode.
887484c1 5522
5237d741 5523 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 5524
4cf1d7e3
CY
55252009-11-15 Chong Yidong <cyd@stupidchicken.com>
5526
5527 * register.el (jump-to-register, insert-register): Handle Semantic
5528 tags. From commented-out advice in semantic/senator.el.
5529
f8e65267
DN
55302009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5531
6616006b
DN
5532 * vc.el (vc-log-show-limit): New variable.
5533 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
5534 when using a prefix argument.
5535 (vc-print-log-internal): Add new argument LIMIT.
5536
5537 * vc-svn.el (vc-svn-print-log):
5538 * vc-mtn.el (vc-mtn-print-log):
5539 * vc-hg.el (vc-hg-print-log):
5540 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 5541 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
5542 non-optional.
5543
5544 * vc-sccs.el (vc-sccs-print-log):
5545 * vc-rcs.el (vc-rcs-print-log):
5546 * vc-git.el (vc-git-print-log):
5547 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5548 ignore it. Make the BUFFER argument non-optional
5549
f8e65267
DN
5550 * bindings.el (mode-line-buffer-identification): Do not purecopy.
5551
0566c4bc
CY
55522009-11-15 Chong Yidong <cyd@stupidchicken.com>
5553
7cce3c91
CY
5554 * dired.el (dired-mode-map): Move encryption items to "Operate"
5555 menu (Bug#4703).
5556
d7063de9
CY
5557 * strokes.el (strokes-update-window-configuration): Make strokes
5558 buffer current before erasing (Bug#4906).
5559
0fc10137
JL
55602009-11-15 Juri Linkov <juri@jurta.org>
5561
5562 * simple.el (set-mark-default-inactive): Add :type, :group
5563 and :version. (Bug#4876)
5564
f5fce4ec
MA
55652009-11-15 Michael Albinus <michael.albinus@gmx.de>
5566
5567 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5568 (archive-unique-fname): ... here. (Bug#4929)
5569
8d720a00
SM
55702009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5571
589888fe
SM
5572 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5573 with a real fix.
5574
8d720a00
SM
5575 * novice.el (disabled-command-function): Add useful args.
5576 Setup the help buffer so that [back] works.
5577 Remove redundant call to help-mode.
5578 (disabled-command-function): Use `case'.
5579 (en/disable-command): New function extracted from enable-command.
5580 (enable-command, disable-command): Use it.
5581
a61344d6
GM
55822009-11-14 Glenn Morris <rgm@gnu.org>
5583
497f0cdd
GM
5584 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5585 constants. (Bug#4913)
5586
a61344d6
GM
5587 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5588
d501801e
GM
55892009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5590
5591 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5592 defined in C that have no doc-strings. (Bug#1063)
5593
5af27ac2
GM
55942009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
5595
5596 * cus-edit.el (data, files):
5597 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
5598
aec5395b
CY
55992009-11-14 Chong Yidong <cyd@stupidchicken.com>
5600
e7791447
CY
5601 * simple.el (shell-command): Doc fix (Bug#4891).
5602
aec5395b
CY
5603 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5604
7a41cd7f
GM
56052009-11-14 Glenn Morris <rgm@gnu.org>
5606
c3583c94
GM
5607 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5608 statements for vc-diff, emerge-quit, and rmail-cease-edit.
5609 If they are already loaded, eval-after-load will do the right thing.
5610
73900d1f
GM
5611 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5612 compiling.
5613
0028351d
GM
5614 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5615
f6714ede
GM
5616 * simple.el (x-selection-owner-p): Declare.
5617 (read-mail-command): Use custom radio type rather than choice.
5618 (completion-no-auto-exit): Doc fix.
5619
7a41cd7f 5620 * custom.el (defgroup):
5af27ac2 5621 * epg-config.el (epg): Doc fixes.
7a41cd7f 5622
2d0659ec
DN
56232009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
5624
5625 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5626 * international/ccl.el (define-ccl-program): Do not purecopy the
5627 docstring, defconst does it anyway.
5628
7fdbcd83
SM
56292009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5630
d499c5b9
SM
5631 * add-log.el (add-change-log-entry): Avoid displaying the changelog
5632 a second time.
5633
7fdbcd83
SM
5634 * x-dnd.el (x-dnd-maybe-call-test-function):
5635 * window.el (split-window-vertically):
5636 * whitespace.el (whitespace-help-on):
5637 * vc-rcs.el (vc-rcs-consult-headers):
5638 * userlock.el (ask-user-about-lock-help)
5639 (ask-user-about-supersession-help):
5640 * type-break.el (type-break-force-mode-line-update):
5641 * time-stamp.el (time-stamp-conv-warn):
5642 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 5643 (te-sentinel, terminal-emulator):
7fdbcd83
SM
5644 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5645 (term-write-input-ring, term-check-source, term-start-output-log):
5646 (term-display-buffer-line, term-dynamic-list-completions):
5647 (term-ansi-make-term, serial-term):
5648 * subr.el (selective-display):
5649 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5650 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5651 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5652 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5653 (speedbar-remove-localized-speedbar-support)
5654 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5655 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5656 (speedbar-buffers-line-directory):
5657 * simple.el (shell-command-on-region, append-to-buffer)
5658 (prepend-to-buffer):
5659 * shadowfile.el (shadow-save-todo-file):
5660 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5661 (scroll-bar-maybe-set-window-start):
5662 * sb-image.el (speedbar-image-dump):
5663 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5664 (load-save-place-alist-from-file):
5665 * ps-samp.el (ps-print-message-from-summary):
5666 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5667 (ps-background-image, ps-begin-job, ps-do-despool):
5668 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5669 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5670 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5671 (pr-call-process, pr-file-list, pr-interface-save):
5672 * novice.el (disabled-command-function)
5673 (enable-command, disable-command):
5674 * mouse.el (mouse-buffer-menu-alist):
5675 * mouse-copy.el (mouse-kill-preserving-secondary):
5676 * macros.el (kbd-macro-query):
5677 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5678 * informat.el (batch-info-validate):
5679 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5680 * hippie-exp.el (try-expand-dabbrev-visible):
5681 * help-mode.el (help-make-xrefs):
5682 * help-fns.el (describe-variable):
5683 * generic-x.el (bat-generic-mode-run-as-comint):
5684 * finder.el (finder-mouse-select):
5685 * find-dired.el (find-dired-sentinel):
5686 * filesets.el (filesets-file-close):
5687 * files.el (list-directory):
5688 * faces.el (list-faces-display, describe-face):
5689 * facemenu.el (list-colors-display):
5690 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5691 * epg.el (epg--process-filter, epg-cancel):
5692 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5693 (epa--read-signature-type):
5694 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5695 (emerge-file-names):
5696 * ehelp.el (electric-helpify):
5697 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5698 * ediff-vers.el (rcs-ediff-view-revision):
5699 * ediff-util.el (ediff-setup):
5700 * ediff-mult.el (ediff-append-custom-diff):
5701 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5702 (ediff-wordify):
5703 * echistory.el (Electric-command-history-redo-expression):
5704 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5705 * disp-table.el (describe-display-table):
5706 * dired.el (dired-find-buffer-nocreate):
5707 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5708 * dabbrev.el (dabbrev--same-major-mode-p):
5709 * chistory.el (list-command-history):
5710 * apropos.el (apropos-documentation):
5711 * allout.el (allout-obtain-passphrase):
5712 (allout-copy-exposed-to-buffer):
5713 (allout-verify-passphrase): Use with-current-buffer.
5714
2ccbc060
GM
57152009-11-13 Glenn Morris <rgm@gnu.org>
5716
5717 * Makefile.in (ELCFILES): Regenerate.
5718
b172ed20
MA
57192009-11-13 Michael Albinus <michael.albinus@gmx.de>
5720
7fdbcd83
SM
5721 * net/dbus.el (dbus-registered-objects-table): Rename from
5722 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
5723 (dbus-unregister-object): Unregister also properties.
5724 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
5725 Use a timeout of 500 msec, in order to not block.
5726 (dbus-register-property, dbus-property-handler): New defuns.
5727
e96d62cd
SM
57282009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5729
5730 * simple.el (minibuffer-default-add-completions): Drop deprecated
5731 4th arg.
5732
14bd267d
EZ
57332009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
5734
e96d62cd
SM
5735 * textmodes/artist.el (artist-mouse-choose-operation):
5736 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 5737 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
5738 (artist-compute-up-event-key): New function.
5739 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
5740
bf89fd7b
KH
57412009-11-13 Kenichi Handa <handa@m17n.org>
5742
5743 * language/japan-util.el: Make sure that the value of jisx0208
5744 property is jisx0208 character.
5745
f70b8925
DN
57462009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
5747
5748 * international/mule.el (auto-coding-regexp-alist): Only purecopy
5749 car or each item, not the whole list.
5750
4d93a9e0
SM
57512009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5752
5753 * minibuffer.el (minibuffer-completion-help):
5754 Use minibuffer-hide-completions.
5755
05404988
SM
57562009-11-12 Per Starbäck <per@starback.se> (tiny change)
5757
5758 * dired.el (dired-save-positions, dired-restore-positions): New funs.
5759 (dired-revert): Use them (bug#4880).
5760
5297bc10
DN
57612009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5762
5763 * tooltip.el (tooltip-frame-parameters): Undo previous change.
5764
e2685eb7
JL
57652009-11-12 Juri Linkov <juri@jurta.org>
5766
5767 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
5768 New functions.
5769 (find-file-literally-at-point): Alias of `ffap-literally'.
5770
76410c3e
DN
57712009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5772
6d341a2a
DN
5773 * textmodes/ispell.el (ispell-skip-region-alist):
5774 * textmodes/css-mode.el (auto-mode-alist):
5775 * progmodes/compile.el (auto-mode-alist):
5776 * international/mule.el (ctext-non-standard-encodings-alist)
5777 (ctext-non-standard-encodings-regexp):
5778 * simple.el (shell-command-switch, text-read-only):
5779 * replace.el (occur-mode-map):
5780 * paths.el (rmail-file-name):
5781 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
5782 * find-file.el (ff-special-constructs):
5783 * files.el (file-name-handler-alist):
5784 * composite.el: Purecopy strings.
5785
76410c3e
DN
5786 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
5787
aaa448c9
DN
57882009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5789
5790 * widget.el (define-widget): Purecopy the docstring.
5791 * international/mule-cmds.el (charset): Do not purecopy the
5792 docstring here, define-widget does it.
5793
5794 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5795 * textmodes/bibtex-style.el (auto-mode-alist):
5796 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5797 * progmodes/compile.el (compile-command):
5798 * language/korea-util.el (default-korean-keyboard):
5799 * international/mule-conf.el (file-coding-system-alist):
5800 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
5801 * tooltip.el (tooltip-frame-parameters):
5802 * newcomment.el (comment-end, comment-padding):
5803 * dired.el (dired-trivial-filenames):
5804 * comint.el (comint-file-name-prefix): Purecopy initial values.
5805
bbe650fd
MA
58062009-11-11 Michael Albinus <michael.albinus@gmx.de>
5807
5808 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
5809 (tramp-advice-minibuffer-electric-tilde): Unload advices via
5810 `tramp-unload'.
5811 (tramp-advice-make-auto-save-file-name)
5812 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
5813 after removing the advice.
5814
6bdad9ae
DN
58152009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5816
2f7f4bee
DN
5817 * progmodes/grep.el (grep-regexp-alist):
5818 * international/mule-cmds.el (iso-2022-control-alist):
5819 * emacs-lisp/timer.el (timer-duration-words):
5820 * subr.el (version-separator, version-regexp-alist):
5821 * minibuffer.el (completion-styles-alist):
5822 * faces.el (face-attribute-name-alist, list-faces-sample-text):
5823 Change defvars to defconsts.
5824
a042de45
DN
5825 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
5826 * loadup.el ("international/mule-conf"): Load the byte compiled version.
5827 * international/mule-conf.el: Allow to be byte compiled.
5828
3b6acc72
DN
5829 * international/mule.el (define-charset): Purecopy props.
5830 (load-with-code-conversion): Purecopy doc string and file name.
5831 (put-charset-property): Purecopy strings.
5832 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
5833
1c2efdfb 5834 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
5835 (define-char-code-property): Correctly purecopy the table.
5836
62591911
DN
5837 * international/ccl.el (define-ccl-program): Purecopy the docstring.
5838
8b908da6
DN
5839 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
5840
ff917d63
DN
5841 * subr.el (add-hook): Purecopy strings.
5842 (eval-after-load): Purecopy load-history-regexp and the form.
5843
af89cf77
DN
5844 * custom.el (custom-declare-group): Purecopy load-file-name.
5845
a3c20c83 5846 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
5847 * net/eudc.el (eudc-tools-menu):
5848 * international/mule-cmds.el (set-coding-system-map)
5849 (mule-menu-keymap):
5850 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5851 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
5852 * replace.el (occur-mode-map):
5853 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 5854 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
5855 (menu-bar-custom-menu, menu-bar-showhide-menu)
5856 (menu-bar-options-menu, menu-bar-tools-menu)
5857 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
5858 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
5859 (menu-bar-help-menu):
5860 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
5861 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
5862
6bdad9ae
DN
5863 * term/x-win.el (x-gtk-stock-map):
5864 * progmodes/vera-mode.el (auto-mode-alist):
5865 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5866 (inferior-lisp-program, inferior-lisp-load-command):
5867 * progmodes/hideshow.el (hs-special-modes-alist):
5868 * progmodes/gud.el (same-window-regexps):
5869 * progmodes/grep.el (grep-program, find-program, xargs-program):
5870 * net/telnet.el (same-window-regexps):
5871 * net/rlogin.el (same-window-regexps):
5872 * language/ethiopic.el (font-ccl-encoder-alist):
5873 * vc-sccs.el (vc-sccs-master-templates):
5874 * vc-rcs.el (vc-rcs-master-templates):
5875 * subr.el (cl-assertion-failed):
5876 * simple.el (next-error-overlay-arrow-position):
5877 * lpr.el (lpr-command):
5878 * locate.el (locate-ls-subdir-switches):
5879 * info.el (same-window-regexps, info)
5880 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5881 * image-mode.el (image-mode, auto-mode-alist):
5882 * hippie-exp.el (hippie-expand-ignore-buffers):
5883 * format.el (format-alist):
5884 * find-dired.el (find-ls-subdir-switches, find-grep-options)
5885 (find-name-arg):
5886 * facemenu.el (facemenu-keybindings):
5887 * dired.el (dired-listing-switches, dired-chown-program):
5888 * diff.el (diff-switches, diff-command):
5889 * cus-edit.el (same-window-regexps):
5890 * bindings.el (mode-line-mule-info)
5891 (mode-line-buffer-identification): Purecopy strings.
5892
e0987650
JL
58932009-11-11 Juri Linkov <juri@jurta.org>
5894
3570691b 5895 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
5896 Tell the byte-compiler about dired-get-filename.
5897 (shell-command): In Dired mode, get filename from the current line
5898 as the default value.
5899
b16ff465
GM
59002009-11-10 Glenn Morris <rgm@gnu.org>
5901
e8a11b22
GM
5902 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5903 * calendar/holidays.el, progmodes/cperl-mode.el:
5904 Update x-popup-menu declarations.
5905
b16ff465
GM
5906 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5907 (list-load-path-shadows): Use dolist.
5908 (list-load-path-shadows): Use with-current-buffer.
5909
032c3399
JL
59102009-11-10 Juri Linkov <juri@jurta.org>
5911
5912 * minibuffer.el (read-file-name): Support a list of default values
5913 in `default-filename'. Use the first file name where only one
5914 element is required. Doc fix.
5915
8fb1629f
MA
59162009-11-09 Michael Albinus <michael.albinus@gmx.de>
5917
5918 * net/dbus.el (dbus-unregister-object): Release service, if no
5919 other method is registered for it.
5920
a51203ee 59212009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
5922
5923 * bookmark.el (bookmark-completing-read): Sort bookmark names if
5924 bookmark-sort-flag is non-nil (Bug#4653).
5925
9bf7dc8a
CY
59262009-11-08 Chong Yidong <cyd@stupidchicken.com>
5927
15207e74
CY
5928 * emulation/cua-base.el: Add CUA property to some CC mode commands
5929 (Bug#4100).
5930
8bf7ed70
KR
59312009-11-08 Kevin Ryde <user42@zip.com.au>
5932
5933 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 5934 at end of sentence (Bug#4818).
8bf7ed70 5935
951802d0
CY
59362009-11-08 Jared Finder <jfinder@crypticstudios.com>
5937
5938 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5939 Handle "see declaration of" MSFT statements (Bug#4100).
5940
e8244310
MA
59412009-11-08 Michael Albinus <michael.albinus@gmx.de>
5942
5943 * net/tramp.el (tramp-advice-make-auto-save-file-name)
5944 (tramp-advice-file-expand-wildcards): Unload via
5945 `ad-remove-advice'.
5946
5947 * net/trampver.el: Update release number.
5948
a51203ee 59492009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
5950
5951 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5952 `ad-do-it'.
5953
a51203ee 59542009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
5955
5956 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5957 in order to keep context in SELinux.
5958
bedd8a58
CY
59592009-11-08 Chong Yidong <cyd@stupidchicken.com>
5960
5961 * dired-aux.el (dired-query): Place cursor in echo area and allow
5962 C-g.
5963
5964 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5965 menu item if not on a directory (Bug#4701).
5966
0484d600
MA
59672009-11-07 Michael Albinus <michael.albinus@gmx.de>
5968
5969 Sync with Tramp 2.1.17.
5970
5971 * net/tramp.el (tramp-handle-copy-directory): Don't use
5972 `file-remote-p' (due to compatibility).
5973
5974 * net/tramp-compat.el (tramp-compat-copy-directory)
5975 (tramp-compat-delete-directory): New defuns.
5976
5977 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
33aeea0e
SM
5978 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
5979 Use `tramp-compat-delete-directory'.
0484d600
MA
5980
5981 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
33aeea0e
SM
5982 (tramp-smb-handle-delete-directory):
5983 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
5984
5985 * net/trampver.el: Update release number.
5986
b42b2189
CY
59872009-11-07 Chong Yidong <cyd@stupidchicken.com>
5988
6960d7b9
CY
5989 * tar-mode.el (tar-copy): Call write-region on the right buffer
5990 (Bug#4857).
5991
b42b2189
CY
5992 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5993 by hand, if necessary (Bug#4878).
5994
0ad57dfd
CY
59952009-11-06 Chong Yidong <cyd@stupidchicken.com>
5996
d19e23ae
CY
5997 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5998 align size column (Bug#4839).
5999
0ad57dfd
CY
6000 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6001 statement.
6002
0b7f397c
DN
60032009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6004
6005 * progmodes/ld-script.el (auto-mode-alist):
6006 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6007
6008 * cus-face.el (custom-declare-face): Purecopy face spec.
6009
495bd5ca
KH
60102009-11-06 Kenichi Handa <handa@m17n.org>
6011
6012 * international/uni-bidi.el: Re-generated.
6013 * international/uni-category.el: Re-generated.
6014 * international/uni-combining.el: Re-generated.
6015 * international/uni-mirrored.el: Re-generated.
6016
1e8780b1
DN
60172009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6018
6019 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6020 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6021 (tex-start-options, slitex-run-command, latex-run-command)
6022 (tex-run-command, tex-directory):
6023 * textmodes/ispell.el (ispell-html-skip-alists)
6024 (ispell-tex-skip-alists, ispell-tex-skip-alists):
6025 * textmodes/fill.el (adaptive-fill-first-line-regexp):
6026 (adaptive-fill-regexp):
6027 * textmodes/dns-mode.el (auto-mode-alist):
6028 * progmodes/python.el (interpreter-mode-alist):
6029 * progmodes/etags.el (tags-compression-info-list):
6030 * progmodes/etags.el (tags-file-name):
6031 * net/browse-url.el (browse-url-galeon-program)
6032 (browse-url-firefox-program):
6033 * mail/sendmail.el (mail-signature-file)
6034 (mail-citation-prefix-regexp):
6035 * international/mule-conf.el (eight-bit):
6036 * international/latexenc.el (latex-inputenc-coding-alist):
6037 * international/fontset.el (x-pixel-size-width-font-regexp):
6038 * emacs-lisp/warnings.el (warning-type-format):
6039 * emacs-lisp/trace.el (trace-buffer):
6040 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6041 (emacs-lisp-mode-map):
6042 * calendar/holidays.el (holiday-solar-holidays)
6043 (holiday-bahai-holidays, holiday-islamic-holidays)
6044 (holiday-christian-holidays, holiday-hebrew-holidays)
6045 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6046 (hebrew-holidays-1, holiday-oriental-holidays)
6047 (holiday-general-holidays):
6048 * x-dnd.el (x-dnd-known-types):
6049 * tool-bar.el (tool-bar):
6050 * startup.el (site-run-file):
6051 * shell.el (shell-dumb-shell-regexp):
6052 * rfn-eshadow.el (file-name-shadow-tty-properties)
6053 (file-name-shadow-properties):
6054 * paths.el (remote-shell-program, news-directory):
6055 * mouse.el ([C-down-mouse-3]):
6056 * menu-bar.el (menu-bar-tools-menu):
6057 * jka-cmpr-hook.el (jka-compr-load-suffixes)
6058 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6059 (jka-compr-compression-info-list):
6060 * isearch.el (search-whitespace-regexp):
6061 * image-file.el (image-file-name-extensions):
6062 * find-dired.el (find-ls-option):
6063 * files.el (directory-listing-before-filename-regexp)
6064 (directory-free-space-args, insert-directory-program)
6065 (list-directory-brief-switches, magic-fallback-mode-alist)
6066 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6067 (automount-dir-prefix):
6068 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6069 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6070 (face-font-registry-alternatives, face-font-registry-alternatives)
6071 (face-font-family-alternatives):
6072 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6073 (facemenu-foreground-menu, facemenu-face-menu):
6074 * epa-hook.el (epa-file-name-regexp):
6075 * dnd.el (dnd-protocol-alist):
6076 * textmodes/rst.el (auto-mode-alist):
a51203ee 6077 * button.el (default-button): Purecopy strings.
1e8780b1 6078
0adae11f
GM
60792009-11-06 Glenn Morris <rgm@gnu.org>
6080
6081 * Makefile.in (ELCFILES): Update.
6082
2adaf057
SM
60832009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6084
8f72f03c
SM
6085 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6086 * emacs-lisp/levents.el: Move to obsolete/levents.el.
6087
2adaf057
SM
6088 * nxml/xsd-regexp.el (xsdre-gen-categories):
6089 * nxml/xmltok.el (xmltok-parse-entity):
6090 * nxml/rng-parse.el (rng-parse-validate-file):
6091 * nxml/rng-maint.el (rng-format-manual)
6092 (rng-manual-output-force-new-line):
6093 * nxml/rng-loc.el (rng-save-schema-location-1):
6094 * nxml/rng-cmpct.el (rng-c-parse-file):
6095 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6096 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6097
14862301
SM
60982009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
6099
bf0b361c 6100 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
6101 Remove extra save-excursions and make-variable-buffer-local's.
6102 Suggested by Stefan Monnier.
6103
6104 (verilog-getopt-file, verilog-module-inside-filename-p)
6105 (verilog-set-define): Merge GNU 1.35 and repair changes from
6106 switching to using with-current-buffer.
6107
6108 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6109 being treated as a number and confusing AUTORESET.
6110 Reported by Dan Dever.
6111
6112 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6113 Add verilog-auto-ignore-concat to fix backward compatibility with
6114 older verilog-modes. Reported by Dan Katz.
6115
6116 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6117 containing closing anchors "...$".
6118
6119 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6120 Reported by Wade Smith.
6121
48c2d18a 6122 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
6123
61242009-11-05 Michael McNamara <mac@mail.brushroad.com>
6125
bf0b361c
JB
6126 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6127 for labels.
14862301
SM
6128
6129 (verilog-label-re, verilog-calc-1): Support proper indent of named
6130 asserts.
6131
6132 (verilog-backward-token, verilog-basic-complete-re)
6133 (verilog-beg-of-statement, verilog-indent-re): Support proper
6134 indent of the assert statement at the beginning of a block of text.
6135
6136 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6137 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6138 tokens as begins.
6139
4f8f657f
GM
61402009-11-05 Glenn Morris <rgm@gnu.org>
6141
775adc51
GM
6142 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6143 Emacs 19. (Bug#1531)
6144 (byte-compile-fix-header): Update for the above change.
6145 Drop test for epoch::version.
6146
4ad6a5e7 6147 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
6148 * cus-dep.el (custom-make-dependencies):
6149 * finder.el (finder-compile-keywords):
6150 Use autoload-rubric's feature argument.
4ad6a5e7 6151
4f8f657f
GM
6152 * calendar/diary-lib.el (top-level): Make load behave more like require.
6153
881e4184
GM
6154 * vc-git.el (vc-git-stash-map): Move definition before use.
6155
ba214964 61562009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 6157
b6f8ba09
DN
6158 * custom.el (custom-declare-group): Purecopy standard-value.
6159 (custom-declare-group): Purecopy custom-prefix.
6160
7fdbcd83
SM
6161 * international/mule.el (load-with-code-conversion):
6162 Call do-after-load-evaluation unconditionally.
eb6f577b 6163
f6195dfb
DN
6164 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6165
56f14120
SM
61662009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6167
6168 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6169
e5c89ce9
GM
61702009-11-04 Glenn Morris <rgm@gnu.org>
6171
6172 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6173 (byte-compile-compatibility): Remove option.
6174 (byte-compile-close-variables, byte-compile-fix-header)
6175 (byte-compile-insert-header, byte-compile-output-docform)
6176 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6177 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6178 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6179 (byte-compile-insert, byte-compile-defun):
6180 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
6181 (byte-defop-compiler19): Remove.
6182 Without byte-compile-compatibility, the 'emacs19-opcode property is not
6183 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 6184
e24f42ab
JL
61852009-11-04 Juri Linkov <juri@jurta.org>
6186
6187 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6188 (menu-bar-options-menu): Don't quote the `prop' arg of
6189 `menu-bar-make-mm-toggle'.
6190
d3d5f4f5
JB
61912009-11-04 Juanma Barranquero <lekktu@gmail.com>
6192
6193 * calendar/calendar.el (cal-loaddefs):
6194 * calendar/diary-lib.el (diary-loaddefs):
6195 * calendar/holidays.el (hol-loaddefs):
6196 * eshell/esh-module.el (esh-groups): Load rather than require.
6197
6e39d3b2
SM
61982009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6199
e96d62cd
SM
6200 * calendar/todo-mode.el (todo-add-category): Don't hardcode
6201 point-min==1.
7e83e8b4
SM
6202 (todo-top-priorities): Only display-buffer when called interactively.
6203 (todo-item-start): Don't save excursion point.
6204 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
6205 (todo-insert-item-here, todo-file-item, todo-remove-item):
6206 Adjust uses of todo-item-start and todo-item-end.
6207
fae4e5b9
SM
6208 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6209 (autoload-rubric): Don't use any more.
fae4e5b9 6210
6e39d3b2
SM
6211 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6212 and only put a prop if it is non-nil.
6213
c9753fb4
JL
62142009-11-03 Juri Linkov <juri@jurta.org>
6215
6216 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6217 (menu-bar-options-menu): Fix list quoting (Bug#4429).
6218
6219 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6220 and "Menu" to make top-level menu item visually one unit (like
6221 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6222 multi-word menu items). Fix :help string for quit-window.
6223
db04f33f
GM
62242009-11-03 Glenn Morris <rgm@gnu.org>
6225
2aea6521
GM
6226 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6227 (byte-compile-file-form-define-abbrev-table)
6228 (byte-compile-file-form-custom-declare-variable)
6229 (byte-compile-variable-ref, byte-compile-defvar):
6230 Whether or not a warning is enabled should only affect whether we issue
6231 the warning, not whether or not we collect the relevant data.
6232 Eg warnings can be turned on and off throughout the course of a file.
6233
db04f33f
GM
6234 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6235 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6236
937e6a56
SM
62372009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6238
6239 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6240 * play/mpuz.el (mpuz-create-buffer):
6241 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6242 (lm-print-y,s,noise, lm-print-w0, lm-init):
6243 * play/gomoku.el (gomoku-prompt-for-move):
6244 * play/fortune.el (fortune-in-buffer):
6245 * play/dissociate.el (dissociated-press):
6246 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 6247 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
6248 * mail/supercite.el (sc-eref-show):
6249 * mail/smtpmail.el (smtpmail-send-it):
6250 * mail/rmailsum.el (rmail-summary-next-labeled-message)
6251 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6252 (rmail-summary-undelete-many, rmail-summary-rmail-update)
6253 (rmail-summary-goto-msg, rmail-summary-expunge)
6254 (rmail-summary-get-new-mail, rmail-summary-search-backward)
6255 (rmail-summary-add-label, rmail-summary-output-menu)
6256 (rmail-summary-output-body):
6257 * mail/rfc822.el (rfc822-addresses):
6258 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6259 * mail/mailpost.el (post-mail-send-it):
6260 * mail/hashcash.el (hashcash-generate-payment):
6261 * mail/feedmail.el (feedmail-run-the-queue)
6262 (feedmail-queue-send-edit-prompt-help-first)
6263 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6264 (feedmail-deduce-address-list):
6265 * eshell/esh-ext.el (eshell-remote-command):
6266 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6267 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6268 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6269 (viper-save-string-in-file, viper-valid-marker):
6270 * emulation/viper-keym.el (viper-toggle-key):
6271 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6272 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6273 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6274 * emulation/viper-cmd.el (viper-exec-form-in-vi)
6275 (viper-exec-form-in-emacs, viper-brac-function):
6276 * emulation/viper.el (viper-delocalize-var):
6277 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6278 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6279 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6280 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6281 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6282 * emulation/edt.el (edt-electric-helpify):
6283 * emulation/cua-rect.el (cua--rectangle-aux-replace):
6284 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6285 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6286 (cua-indent-to-global-mark-column):
6287 * calendar/diary-lib.el (calendar-mark-1):
6288 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6289 Use with-current-buffer.
6290 * emulation/viper.el (viper-delocalize-var): Use dolist.
6291
5b955562
CY
62922009-11-03 Chong Yidong <cyd@stupidchicken.com>
6293
6294 * comint.el (comint-replace-by-expanded-history-before-point):
6295 Replace !! with the previous input string literally (Bug#1795).
6296
6292c599
JB
62972009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
6298
6299 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6300 to be made up of whitespace.
6301
8368c14e
CY
63022009-11-02 Chong Yidong <cyd@stupidchicken.com>
6303
6304 * minibuffer.el (read-file-name): Don't use file dialogs for
6305 remote directories (Bug#99).
6306
6f750f0d
CY
63072009-11-01 Chong Yidong <cyd@stupidchicken.com>
6308
6309 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6310
97ab3f47
AS
63112009-11-01 Andreas Schwab <schwab@linux-m68k.org>
6312
6313 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6314 instead of deleting the window or frame.
6315
673c1168
CY
63162009-10-31 Chong Yidong <cyd@stupidchicken.com>
6317
6318 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6319 Support face colors.
6320
937e6a56
SM
6321 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6322 New function. Support face colors (Bug#1168).
673c1168
CY
6323 (tex-common-initialization): Use it.
6324
6325 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6326 mode allows it (Bug#1168).
6327
c9349f0a
CY
63282009-10-31 Juri Linkov <juri@jurta.org>
6329
6330 * facemenu.el (list-colors-display): Don't mark buffer as
6331 modified (Bug#3948).
6332
ebf5c4f5
CY
63332009-10-31 Chong Yidong <cyd@stupidchicken.com>
6334
33aeea0e
SM
6335 * international/mule-diag.el (list-character-sets-1):
6336 Minor message fix (Bug#3526).
5c2dce75 6337
33aeea0e
SM
6338 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
6339 Fix face property (Bug#4834).
26581f0e
CY
6340 (etags-list-tags, etags-tags-apropos-additional)
6341 (etags-tags-apropos, tags-select-tags-table): Add follow-link
6342 property.
6343
ebf5c4f5
CY
6344 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6345 items.
6346
9a529312
SM
63472009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
6348
6349 * textmodes/two-column.el (2C-split):
6350 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6351 * textmodes/tex-mode.el (tex-set-buffer-directory):
6352 * textmodes/spell.el (spell-region, spell-string):
6353 * textmodes/reftex.el (reftex-erase-buffer):
6354 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6355 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6356 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6357 (reftex-select-item):
6358 * textmodes/reftex-ref.el (reftex-label-info-update)
6359 (reftex-offer-label-menu):
6360 * textmodes/reftex-index.el (reftex-index-change-entry)
6361 (reftex-index-phrases-info):
6362 * textmodes/reftex-global.el (reftex-create-tags-file)
6363 (reftex-save-all-document-buffers, reftex-ensure-write-access):
6364 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6365 (reftex-view-crossref-from-bibtex):
6366 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6367 (reftex-extract-bib-entries-from-thebibliography)
6368 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6369 * textmodes/refbib.el (r2b-capitalize-title):
6370 (r2b-convert-buffer, r2b-help):
6371 * textmodes/page-ext.el (pages-directory)
6372 (pages-directory-goto-with-mouse):
6373 * textmodes/bibtex.el (bibtex-validate-globally):
6374 * textmodes/bib-mode.el (bib-capitalize-title):
6375 * textmodes/artist.el (artist-clear-buffer, artist-system):
6376 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6377 (local-set-scheme-interaction-buffer, xscheme-process-filter)
6378 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6379 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6380 (xscheme-send-control-g-interrupt, xscheme-start-process)
6381 (xscheme-process-sentinel, xscheme-cd):
6382 * progmodes/verilog-mode.el (verilog-read-always-signals)
6383 (verilog-set-define, verilog-getopt-file)
6384 (verilog-module-inside-filename-p):
6385 * progmodes/sh-script.el:
6386 * progmodes/python.el (python-pdbtrack-get-source-buffer)
6387 (python-pdbtrack-grub-for-buffer, python-execute-file):
6388 * progmodes/octave-inf.el (inferior-octave):
6389 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6390 (idlwave-shell-compile-helper-routines, idlwave-set-local)
6391 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6392 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6393 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6394 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6395 (idlwave-shell-filter, idlwave-shell-examine-highlight)
6396 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6397 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6398 (idlwave-shell-examine-display, idlwave-shell-run-region)
6399 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6400 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6401 * progmodes/idlw-help.el (idlwave-help-get-special-help)
6402 (idlwave-help-get-help-buffer):
6403 * progmodes/gud.el (gud-basic-call, gud-find-class)
6404 (gud-tooltip-activate-mouse-motions-if-enabled):
6405 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6406 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6407 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6408 (ebrowse-tags-next-file):
6409 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6410 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6411 (ebnf-eps-finish-and-write):
6412 * progmodes/cpp.el (cpp-edit-save):
6413 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6414 * progmodes/cc-defs.el (c-emacs-features):
6415 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6416 (antlr-directory-dependencies):
6417 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6418 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6419 (ada-find-any-references, ada-make-filename-from-adaname)
6420 (ada-make-body-gnatstub):
6421 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 6422 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
6423 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6424 * net/rcirc.el (rcirc-debug):
6425 * net/newst-treeview.el (newsticker--treeview-list-add-item)
6426 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6427 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6428 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 6429 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
6430 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6431 (newsticker--treeview-list-clear-highlight)
6432 (newsticker--treeview-list-update-highlight)
6433 (newsticker--treeview-list-highlight-start)
6434 (newsticker--treeview-tree-update-highlight)
6435 (newsticker--treeview-get-selected-item)
6436 (newsticker-treeview-mark-list-items-old)
6437 (newsticker--treeview-set-current-node):
6438 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6439 * net/newst-backend.el (newsticker--get-news-by-funcall)
6440 (newsticker--get-news-by-wget, newsticker--image-get)
6441 (newsticker--image-sentinel):
6442 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6443 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6444 (eudc-ph-close-session):
6445 * net/eudc.el (eudc-save-options):
6446 * language/thai-word.el (thai-update-word-table):
6447 * language/japan-util.el (japanese-string-conversion):
6448 * international/titdic-cnv.el (tsang-quick-converter)
6449 (ziranma-converter, ctlau-converter):
6450 * international/mule-cmds.el (describe-language-environment):
6451 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6452 (skkdic-convert-postfix, skkdic-convert-prefix):
6453 (skkdic-convert-okuri-nasi, skkdic-convert):
6454 * emacs-lisp/re-builder.el (reb-update-overlays):
6455 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6456 * emacs-lisp/gulp.el (gulp-send-requests):
6457 * emacs-lisp/find-gc.el (trace-call-tree):
6458 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6459 (eieio-describe-generic):
6460 * emacs-lisp/eieio-base.el (eieio-persistent-read):
6461 * emacs-lisp/edebug.el (edebug-outside-excursion):
6462 * emacs-lisp/debug.el (debugger-make-xrefs):
6463 * emacs-lisp/cust-print.el (custom-prin1-to-string):
6464 * emacs-lisp/chart.el (chart-new-buffer):
6465 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6466 Use with-current-buffer.
6467 * textmodes/artist.el (artist-system): Don't call
6468 copy-sequence on a fresh string.
6469 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6470
d566f228
GM
64712009-10-31 Stephen Berman <stephen.berman@gmx.net>
6472
6473 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 6474 is no item to edit. (Bug#4820)
d566f228 6475 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 6476 buffer. (Bug#4820)
d566f228 6477
f3628edd
GM
64782009-10-31 Glenn Morris <rgm@gnu.org>
6479
5cf3709c
GM
6480 * net/ange-ftp.el (top-level): Don't require dired when compiling.
6481 (comint-last-output-start, comint-last-input-start)
6482 (comint-last-input-end): Don't defvar when compiling.
6483 (ange-ftp-process-file): Use bound-and-true-p.
6484
4c814fd2
GM
6485 * pcmpl-rpm.el (top-level): Move provide statement to end.
6486 (pcmpl-rpm): Remove unused custom group.
6487
113b8dcc
GM
6488 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6489
31c615e4
GM
6490 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6491
416d3588
GM
6492 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6493 (byte-compile-warnings): Add `constants' as an option.
6494 (byte-compile-callargs-warn, byte-compile-arglist-warn)
6495 (display-call-tree): Update for byte-compile-fdefinition possibly
6496 returning `(macro lambda ...)'. (Bug#4778)
6497 (byte-compile-variable-ref, byte-compile-setq-default):
6498 Respect `constants' member of byte-compile-warnings.
6499
00f71f39
SM
65002009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6501
6502 * vc-bzr.el (vc-bzr-revision-keywords): New var.
6503 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6504 to "submit:".
6505
ca0a881a
DN
65062009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6507
6508 * textmodes/ispell.el (ispell-skip-region-alist):
6509 * international/mule-conf.el (eight-bit):
6510 * international/fontset.el (font-encoding-alist):
6511 * startup.el (pure-space-overflow-message):
6512 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6513 * paths.el (gnus-nntp-service, rmail-spool-directory)
6514 (term-file-prefix):
6515 * files.el (save-some-buffers-action-alist):
6516 * cmuscheme.el (same-window-buffer-names):
6517 * ielm.el (same-window-buffer-names):
6518 * shell.el (same-window-buffer-names):
6519 * mail/sendmail.el (same-window-buffer-names):
6520 * progmodes/inf-lisp.el (same-window-buffer-names):
6521 * bindings.el (mode-line-client)
6522 (mode-line-column-line-number-mode-map):
6523 * language/tibetan.el (tibetan-precomposition-rule-regexp)
6524 (tibetan-precomposed-regexp): Purecopy string arguments.
6525
b861e45e
SM
65262009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6527
6df9b6d7
SM
6528 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6529 (calcDigit-nondigit):
6530 * calc/calc-yank.el (calc-copy-to-buffer):
6531 * calc/calc-units.el (calc-invalidate-units-table):
6532 * calc/calc-trail.el (calc-trail-yank):
6533 * calc/calc-store.el (calc-insert-variables):
6534 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6535 * calc/calc-prog.el (calc-read-parse-table):
6536 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6537 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6538 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6539 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6540 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6541 (calc-graph-name, calc-graph-find-command, calc-graph-view)
6542 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6543 * calc/calc-ext.el (calc-realign):
6544 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6545 (calc-embedded-finish-edit, calc-embedded-make-info)
6546 (calc-embedded-finish-command, calc-embedded-stack-change):
6547 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6548
70f44c65
SM
6549 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6550 shell-dynamic-complete-filename in preference to
6551 comint-dynamic-complete-filename.
6552
b861e45e
SM
6553 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6554 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6555 Don't consider whether the display supports colors.
6556 (bookmark-import-new-list): Use dolist.
6557 (bookmark-bmenu-mode-map): Move initialization into declaration.
6558 (bookmark-bmenu-list): Use dolist, simplify.
6559 (bookmark-show-all-annotations): Use save-selected-window and dolist.
6560 (menu-bar-final-items): Use push.
6561
8549241d 65622009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
6563
6564 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6565 it works on remote files.
6566 (vc-hg-diff): Don't pass any `--cwd' argument.
6567
30644573
KR
65682009-10-27 Kevin Ryde <user42@zip.com.au>
6569
cc63d28f
SM
6570 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6571 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
6572 (Further to Bug#3921).
6573
9be01a63
MA
65742009-10-27 Michael Albinus <michael.albinus@gmx.de>
6575
6576 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6577 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6578 calling `tramp-imap-put-file'. Add file size to the call.
6579 (tramp-imap-get-file-entries): Compute also user name, file size,
6580 and date.
6581 (tramp-imap-handle-insert-directory): Insert uid and gid.
6582 (tramp-imap-handle-file-attributes): Transform uid and gid
6583 according to `id-format'.
6584 (tramp-imap-put-file): New optional parameter SIZE. Encode file
6585 size in header X-Size.
6586
41849bf9
JB
65872009-10-26 Juanma Barranquero <lekktu@gmail.com>
6588
6589 * simple.el (transpose-subr): Give clearer error when the mark
6590 is not set. (Bug#4807)
6591
293c24f9
MA
65922009-10-26 Michael Albinus <michael.albinus@gmx.de>
6593
cc63d28f
SM
6594 * net/tramp.el (tramp-perl-file-truename): New defconst.
6595 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 6596 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
6597 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6598 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 6599
cc63d28f
SM
6600 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6601 Ignore `dired-call-process'.
293c24f9
MA
6602 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6603
66042009-10-26 Julian Scheid <julians37@gmail.com>
6605
cc63d28f 6606 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
6607 (tramp-get-remote-readlink): New defun.
6608 (tramp-handle-file-truename): Use it.
6609 (tramp-handle-file-exists-p): Check file-attributes cache, assume
6610 file exists if cache value present.
48c2d18a 6611 (tramp-check-cached-permissions): New defun.
293c24f9
MA
6612 (tramp-handle-file-readable-p): Use it.
6613 (tramp-handle-file-writable-p): Likewise.
6614 (tramp-handle-file-executable-p): Likewise.
6615 (tramp-handle-file-name-all-completions): Try using Perl to get
6616 partial completions. When perl not available, combine `cd' and
6617 `ls' into single remote operation and use shell expansion to get
6618 partial remote directory contents. Set `file-exists-p' cache for
6619 directory and any files returned by ls. Change cache handling to
6620 support partial directory contents. Use error message emitted by
6621 remote `cd' or Perl code for local tramp-error.
6622 (tramp-do-copy-or-rename-file-directly): Avoid separate
6623 tramp-send-command-and-check call.
cc63d28f
SM
6624 (tramp-handle-process-file): Merge three remote ops into one.
6625 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
6626 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6627 file-attributes shows uid/gid to be set already.
6628
a7610c52
DN
66292009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6630
6631 * textmodes/tex-mode.el (tex-dvi-view-command)
6632 (tex-show-queue-command, tex-open-quote):
6633 * progmodes/ruby-mode.el (auto-mode-alist)
6634 (interpreter-mode-alist): Purecopy strings.
6635
6636 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6637
6638 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6639 string for the hook, keymap and abbrev table.
6640
6641 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6642
6643 * x-dnd.el (x-dnd-xdnd-to-action):
6644 * startup.el (fancy-startup-text, fancy-about-text): Change to
6645 defconst from defvar.
6646
6647 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6648
6649 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6650 Purecopy initialization strings.
6651
6652 * mail/sendmail.el (mail-header-separator)
6653 (mail-personal-alias-file):
6654 * mail/rmail.el (rmail-default-dont-reply-to-names)
6655 (rmail-ignored-headers, rmail-retry-ignored-headers)
6656 (rmail-highlighted-headers, rmail-secondary-file-directory)
6657 (rmail-secondary-file-regexp):
6658 * files.el (null-device, file-name-invalid-regexp)
6659 (locate-dominating-stop-dir-regexp)
cc63d28f 6660 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
6661 (interpreter-mode-alist): Use mapcar instead of mapc.
6662
6663 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6664
6665 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6666 (completion-ignored-extensions):
6667 (debug-ignored-errors): Purecopy strings.
6668
4fcc3d32
SM
66692009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6670
0667de21
SM
6671 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6672 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6673 (pcomplete--here): Use push.
6674
4fcc3d32
SM
6675 * subr.el (all-completions): Declare the 4th arg obsolete.
6676
955ef430
SM
66772009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6678
2d085307
SM
6679 * pcomplete.el (pcomplete-unquote-argument-function): New var.
6680 (pcomplete-unquote-argument): New function.
6681 (pcomplete--common-suffix): Always pay attention to case.
6682 (pcomplete--table-subvert): Quote and unquote the text.
6683 (pcomplete--common-quoted-suffix): New function.
6684 (pcomplete-std-complete): Use it and pcomplete-begin.
6685
955ef430
SM
6686 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6687 we're inside a dedicated or minibuffer window.
6688
7c85c02b
KF
66892009-10-24 Karl Fogel <kfogel@red-bean.com>
6690
6691 * bookmark.el: Update documentation, especially documentation
6692 of `bookmark-alist' and of the bookmark file format.
6693 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
6694
3e8ae8a6
CY
66952009-10-24 Chong Yidong <cyd@stupidchicken.com>
6696
3e425845
CY
6697 * mail/emacsbug.el (report-emacs-bug): Clarify that the
6698 keybindings apply to the mail buffer (Bug#4003). Shrink help
6699 window to buffer.
6700
cdd47d48
CY
6701 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6702 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
6703 (whitespace-toggle-options, global-whitespace-toggle-options):
6704 Doc fix (Bug#3660).
cdd47d48 6705
ba07c9ad
CY
6706 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6707 of xmltok-start before the end tag was inserted (Bug#2840).
6708
3e8ae8a6
CY
6709 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6710 patterns that are preceded by an open-paren (Bug#1320).
6711
ab276820
CY
67122009-10-24 Sven Joachim <svenjoac@gmx.de>
6713
6714 * files.el (delete-directory): Delete symlinks to directories with
6715 delete-file (Bug#4739).
6716
905a9ed3
DN
67172009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6718
a9a2a6db
DN
6719 * vc.el (vc-backend-for-registration): Rename from
6720 vc-get-backend-for-registration. Update callers.
6721
cc63d28f
SM
6722 * international/mule-cmds.el (set-language-info-alist):
6723 Purecopy lang-env.
905a9ed3
DN
6724 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6725 (charset): Purecopy the name.
6726 (define-char-code-property): Purecopy string arguments.
6727
6728 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6729 Purecopy string arguments.
6730
6731 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6732 * ediff-hook.el (menu-bar-ediff-menu):
6733 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6734 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6735
d270305a
GM
67362009-10-24 Glenn Morris <rgm@gnu.org>
6737
6c74d523 6738 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
6739 * term.el (term-dynamic-list-completions): Use choose-completion rather
6740 than obsolete alias mouse-choose-completion.
6741
ae732337
GM
6742 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6743 file-cache-choose-completion.
6744 (file-cache-choose-completion): Handle an optional event argument.
6745 (file-cache-mouse-choose-completion): Make it an obsolete alias.
6746
cc63d28f
SM
6747 * progmodes/octave-mod.el (octave-complete-symbol):
6748 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 6749
9847dc91
GM
6750 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6751 use.
6752
e8f2a5d5
GM
6753 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6754 compiler.
6755
d270305a
GM
6756 * vc-hooks.el (vc-responsible-backend): Fix declaration.
6757
c6432f1e
SM
67582009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6759
6760 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6761 Ignore `pred' now that we receive one.
6762 Handle test-completion specially.
6763
6ab196f9
DN
67642009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6765
6766 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 6767 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
6768 REGISTER ...
6769 (vc-get-backend-for-registration): ... here. New function.
6770 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6771 of vc-responsible-backend, pass the file name instead of the
6772 directory name.
6773
48feed59
SM
67742009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6775
6776 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6777 New funs.
6778 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
6779 (pcomplete-comint-setup): Don't modify a global var via
6780 accidental side-effects.
6781 (pcomplete-shell-setup): Adjust call accordingly.
6782 (pcomplete-parse-comint-arguments): Use push.
6783
00006066
CY
67842009-10-23 Chong Yidong <cyd@stupidchicken.com>
6785
36bfa3af
CY
6786 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6787 Allow uncapitalized info node names (Bug#3921).
6788
00006066
CY
6789 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6790 to the DEBUG file (Bug#3781).
6791
aa311d6e
CY
67922009-10-23 Jari Aalto <jari.aalto@cante.net>
6793
6794 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6795 dictionary entry (Bug#4579).
6796
b88f2d0a
MA
67972009-10-23 Michael Albinus <michael.albinus@gmx.de>
6798
6799 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6800 from `rfn-eshadow-update-overlay-hook' when unloading.
6801 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6802 "rsyncc". Adjust doc string.
48c2d18a 6803 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
6804 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6805 Keep temporary file when indicated by method ("rsync" and
6806 "rsyncc").
6807 (tramp-handle-write-region): Handle APPEND.
6808 (tramp-delete-temp-file-function): New defun. Added to
6809 `kill-buffer-hook'.
6810
1becddbb
JB
68112009-10-23 Juanma Barranquero <lekktu@gmail.com>
6812
6813 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6814
8f43cbf3
DN
68152009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6816
6817 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6818 (color-name-rgb-alist, tty-standard-colors)
6819 (tty-color-mode-alist): Change to defconst.
6820
6821 * simple.el (mark-inactive): Purecopy message.
6822
6823 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6824 (global-map, yank-menu):
6825 * textmodes/ispell.el (ispell-menu-map):
6826 * net/eudc.el (eudc-tools-menu):
6827 * international/mule-cmds.el (describe-language-environment-map)
6828 (setup-language-environment-map, set-coding-system-map)
6829 (mule-menu-keymap):
6830 * vc-hooks.el (vc-menu-entry, vc-menu-map):
6831 * replace.el (occur-mode-map):
6832 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6833
1d228a31
JB
68342009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
6835
33aeea0e
SM
6836 * calc/calc.el (math-read-number, math-read-number-simple):
6837 Use `save-match-data'.
1d228a31 6838
3b067af1
SM
68392009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6840
28a90c44
SM
6841 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6842 rather than fiddling with global-map bindings, since it should only
6843 affect per-terminal settings.
6844 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6845
a452eee8
SM
6846 * minibuffer.el (completion-table-with-terminator): Allow to specify
6847 the terminator-regexp.
6848
ab14d7d5
SM
6849 * simple.el (switch-to-completions): Look for *Completions* in other
6850 frames as well.
6851
3b067af1
SM
6852 * pcomplete.el: Allow the use of completion-tables.
6853 (pcomplete-std-complete): New command.
6854 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6855 (pcomplete--here): Use a function for `form' rather than an expression,
6856 so it can be byte-compiled.
6857 (pcomplete-here, pcomplete-here*): Adjust accordingly.
6858 Add edebug declaration.
6859 (pcomplete-show-completions): Remove unused var `curbuf'.
6860 (pcomplete-do-complete, pcomplete-stub):
1becddbb 6861 Don't assume `completions' is a list of strings any more.
3b067af1 6862
5480359e
JB
68632009-10-22 Juanma Barranquero <lekktu@gmail.com>
6864
6865 * find-dired.el (find-name-arg): Fix typo in docstring.
6866
3170b794
SM
68672009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6868
48c23a25
SM
6869 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6870 (pcmpl-linux-fs-types): Same, and update to new modules layout.
6871
56b14058
SM
6872 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6873 pcomplete-entries.
6874
3170b794
SM
6875 * comint.el (comint-read-input-ring, comint-write-input-ring)
6876 (comint-substitute-in-file-name)
6877 (comint-dynamic-complete-as-filename)
6878 (comint-dynamic-simple-complete)
6879 (comint-dynamic-list-filename-completions)
6880 (comint-dynamic-list-completions)
6881 (comint-redirect-results-list-from-process): Minor simplifications.
6882
2affef34
KR
68832009-10-21 Kevin Ryde <user42@zip.com.au>
6884
3170b794
SM
6885 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6886 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 6887 the first form. And insert a blank line after ";;; Code" since
d8194864 6888 that's usual style. (Bug#4612)
2affef34 6889
e7b94bbb
KR
6890 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6891
528c56e2
SM
68922009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6893
6894 * minibuffer.el (completion-table-with-terminator): Properly implement
6895 boundaries, in case `terminator' appears in the suffix.
6896 (completion--embedded-envvar-table): Don't return boundaries if
6897 there's no valid completion. Simplify.
6898 (completion-file-name-table): New completion table extracted from
6899 completion--file-name-table.
6900 (completion--file-name-table): Use it.
6901 (read-file-name-predicate): Declare obsolete.
6902 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6903 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6904 completion-file-name-table, and use the `pred' argument.
6905 * files.el (locate-file-completion-table): Use the `pred' arg rather
6906 than read-file-name-predicate.
6907 (abbreviate-file-name): Use \` rather than ^ for BOS.
6908
f9ed9b4f
DN
69092009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6910
6911 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6912 vc-responsible-backend to register, it causes problems.
6913
5f2022a3
SM
69142009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6915
6916 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6917
fc754ea1
MA
69182009-10-21 Michael Albinus <michael.albinus@gmx.de>
6919
6920 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6921 (tramp-smb-handle-file-attributes): Use it.
6922 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6923 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
6924 `mapcar'. Use `tramp-smb-get-stat-capability'.
6925 Add `dired-filename' text properties.
fc754ea1
MA
6926 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6927 (tramp-smb-maybe-open-connection): Simplify check for smbclient
6928 version.
6929
79bd5ba1
SM
69302009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6931
6932 * subr.el (read-key-delay): Reduce to 0.01.
6933 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6934 (bug#4751).
6935
3c13704d
SM
69362009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6937
554efd10
SM
6938 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6939
c2a37b78
SM
6940 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6941 (Info-menu): Remove unused vars `last' and `completions'.
6942 (Info-index-nodes): Remove unused var `node'.
6943
3c13704d
SM
6944 * info.el (Info-complete-menu-item): Use complete-with-action.
6945
d1e4c403
DN
69462009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6947
6948 Make vc-annotate work through copies and renames.
3c13704d
SM
6949 * vc-annotate.el (vc-annotate-extract-revision-at-line):
6950 Return the file name too.
d1e4c403
DN
6951 (vc-annotate-revision-at-line)
6952 (vc-annotate-find-revision-at-line)
6953 (vc-annotate-revision-previous-to-line)
6954 (vc-annotate-show-log-revision-at-line): Update to get the file
6955 name from vc-annotate-extract-revision-at-line.
6956 (vc-annotate-show-diff-revision-at-line-internal): Change the
6957 argument to mean whether to show a file diff or not. Get the file
6958 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
6959 (vc-annotate-show-diff-revision-at-line):
6960 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
6961 (vc-annotate-warp-revision): Add an optional file argument.
6962
6963 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6964 (vc-git-annotate-extract-revision-at-line): Also return the file
6965 name if found.
6966
6967 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6968 command. Remove unused code.
6969 (vc-hg-annotate-re): Update to match --follow output.
6970 (vc-hg-annotate-extract-revision-at-line): Also return the file
6971 name if found.
6972
6973 * vc.el: Update annotate-extract-revision-at-line documentation.
6974
b0b0ef98
KR
69752009-10-18 Kevin Ryde <user42@zip.com.au>
6976
6977 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6978 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6979
a9e7f03d
KR
6980 * net/browse-url.el (browse-url): Identify alist with "consp and
6981 not functionp" and let all other things go down the `apply' leg,
6982 as suggested by Stefan. (Further to bug#4531.)
6983
7346a407
CY
69842009-10-18 Chong Yidong <cyd@stupidchicken.com>
6985
6986 * minibuffer.el (read-file-name): Check for repeat before putting
6987 a default argument in file-name-history (Bug#4657).
6988
6989 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6990 read syntax (Bug#4737).
6991
3c13704d 6992 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 6993
1da94541
CY
69942009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6995
6996 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6997 (html-tag-alist, html-tag-help): Add descriptions for undocumented
6998 entries and make note of obsolete tags.
6999
2b93080a
SM
70002009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7001
7002 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7003
18b5ffb5
GM
70042009-10-18 Glenn Morris <rgm@gnu.org>
7005
7006 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7007 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 7008 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
7009 now, and in any case the file header format has changed.
7010
c2e161b2
GM
70112009-10-17 Glenn Morris <rgm@gnu.org>
7012
7013 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7014 (flyspell-get-word, flyspell-large-region)
7015 (flyspell-auto-correct-previous-word): Doc/error message fixes.
7016
a1eb44f5
CY
70172009-10-17 Chong Yidong <cyd@stupidchicken.com>
7018
7019 * Makefile.in (ELCFILES): Add ede/shell.
7020
4418646e
DN
70212009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
7022
7023 * term/common-win.el (x-colors): Purecopy it.
7024
4062011e
SM
70252009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7026
7027 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
7028 permissive for when the buffer is empty.
7029 (tar-header-block-tokenize): Decode the username and groupname.
7030 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
7031
2df48a87
SM
70322009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7033
7034 * international/mule-cmds.el (select-safe-coding-system): If the file
7035 has a coding cookie, use it regardless of any other setting (bug#4712).
7036
fd7dd48c
GM
70372009-10-17 Glenn Morris <rgm@gnu.org>
7038
3ee0b477 7039 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
7040 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
7041
2550e4b1
GM
7042 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
7043 (dired-keep-marker-copy, dired-keep-marker-hardlink)
7044 (dired-keep-marker-symlink, dired-dwim-target)
7045 (dired-copy-preserve-time): Do not autoload these defcustoms.
7046
fd7dd48c
GM
7047 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7048 messages from messing up the file coding. (Bug#4623)
7049
f3e3a990
GM
70502009-10-17 Jari Aalto <jari.aalto@cante.net>
7051
7052 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7053 if no match is found for the current dictionary. (Bug#4578)
7054
7055 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7056 optional, since that is how it is documented, and this is often called
7057 with a nil argument. (Bug#4577)
7058 (flyspell-external-point-words, flyspell-auto-correct-word)
7059 (flyspell-correct-word-before-point, flyspell-word-search-forward)
7060 (flyspell-word-search-backward): Remove nil argument in calls to
7061 flyspell-get-word, since it is not needed now.
7062
70632009-10-17 Ulrich Mueller <ulm@gentoo.org>
7064
1becddbb 7065 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 7066
b61374ab
GM
70672009-10-16 Glenn Morris <rgm@gnu.org>
7068
7069 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7070
412707c2
SM
70712009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
7072
7073 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7074 (ange-ftp-file-size): New function.
7075 (ange-ftp-file-attributes): Use it.
7076
0c6f436e
MA
70772009-10-16 Michael Albinus <michael.albinus@gmx.de>
7078
7079 * net/tramp-smb.el (tramp-smb-version): New defvar.
7080 (tramp-smb-maybe-open-connection): Use it, in order to avoid
7081 repeated checks.
7082
850bfd04
GM
70832009-10-16 Glenn Morris <rgm@gnu.org>
7084
7085 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7086 Maybe copy some custom properties from old to new name. (Bug#4706)
7087
f3ed9aca
JB
70882009-10-16 Juanma Barranquero <lekktu@gmail.com>
7089
7090 * subr.el (error, sit-for, start-process-shell-command)
7091 (start-file-process-shell-command): Set the calling convention
7092 after the function definition.
7093
fd6c5134
SM
70942009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7095
7096 * subr.el (error, sit-for, start-process-shell-command)
7097 (start-file-process-shell-command): Use the new
7098 set-advertised-calling-convention feature.
7099
73874eb7
KH
71002009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
7101
fd6c5134
SM
7102 * international/ucs-normalize.el (ucs-normalize-version):
7103 Change to 1.2.
7104 (check-range): Adjust for Unicode 5.2.
73874eb7 7105
03fb33cf
JL
71062009-10-15 Juri Linkov <juri@jurta.org>
7107
7108 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7109 to the `menu-item' format.
7110
4260b402
MA
71112009-10-15 Michael Albinus <michael.albinus@gmx.de>
7112
7113 * net/tramp.el (tramp-replace-environment-variables): Do not fail
7114 if the environment variable does not exist.
7115
7116 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7117 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7118 parameter.
7119 (tramp-smb-handle-add-name-to-file)
7120 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7121 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7122 (tramp-smb-handle-file-attributes)
7123 (tramp-smb-do-file-attributes-with-stat)
7124 (tramp-smb-handle-file-local-copy)
7125 (tramp-smb-handle-insert-directory)
7126 (tramp-smb-handle-make-directory)
7127 (tramp-smb-handle-make-directory-internal)
7128 (tramp-smb-handle-make-symbolic-link)
7129 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7130 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7131 (tramp-smb-maybe-open-connection): Apply the changed parameters.
7132 (tramp-smb-read-file-entry): Read Disk names in compressed format.
7133 Handle long file names.
7134 (tramp-smb-get-cifs-capabilities): Check, whether the connection
7135 process is running.
7136 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7137 Read share names with "-g" option.
7138
d7a0fd6f
GM
71392009-10-15 Ryan Yeske <rcyeske@gmail.com>
7140
7141 * net/rcirc.el (rcirc-view-log-file): New command.
7142 (rcirc-track-minor-mode-map): Remove C-c ` binding.
7143 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7144 specified.
7145
0b44494a
GM
71462009-10-15 Glenn Morris <rgm@gnu.org>
7147
af9fb32f
GM
7148 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7149 from the second command-line argument.
7150 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7151 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7152 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7153 w32-batch-update-autoloads.
7154 * emacs-lisp/autoload.el (autoload-make-program): New variable.
7155 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7156
0b44494a
GM
7157 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7158 the headers cannot be located. Simplify, subtracting superflous
7159 save-excursions.
7160
d5e63715
SM
71612009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
7162
7163 Replace completion-base-size by completion-base-position to fix bugs
7164 such as (bug#4699).
7165 * simple.el (completion-base-position): New var.
7166 (completion-base-size): Mark as obsolete.
7167 (choose-completion): Make it work for mouse events as well.
7168 Pass the new base-position to choose-completion-string.
7169 (choose-completion-guess-base-position): New function, extracted from
7170 choose-completion-delete-max-match.
7171 (choose-completion-delete-max-match): Use it. Make obsolete.
7172 (choose-completion-string): Use the new base-position info.
7173 (completion-root-regexp): Delete.
7174 (completion-setup-function): Preserve completion-base-position.
7175 Eliminate obsolete base-size manipulation.
7176 * minibuffer.el (display-completion-list): Don't mess with base-size.
7177 (minibuffer-completion-help): Set completion-base-position instead.
7178 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7179 choose-completion.
7180 * textmodes/bibtex.el (bibtex-complete):
7181 * emacs-lisp/crm.el (crm--choose-completion-string):
7182 Adjust to new calling convention.
7183 * complete.el (partial-completion-mode): Use minibufferp to avoid
7184 bumping into incompatible change to choose-completion-string-functions.
7185 * ido.el (ido-choose-completion-string): Make its calling convention
7186 more permissive.
7187 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7188 base-size manipulation.
7189 (comint-dynamic-list-input-ring): Use dotimes and push.
7190 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7191 fundamental-mode. Use `or'.
7192
92f8bfc7
JL
71932009-10-14 Juri Linkov <juri@jurta.org>
7194
7195 * misearch.el (multi-isearch-next-buffer-from-list)
7196 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
7197
e78e280d
SM
71982009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7199
384ca163
SM
7200 * Makefile.in (compile-onefile): Load `bytecomp' rather than
7201 `bytecomp.el'.
7202
681e0e7c
SM
7203 * minibuffer.el (completion-pcm--merge-completions): Make sure the
7204 string we return is all made up of text from the completions rather
7205 than part from the completions and part from the input (bug#4219).
7206
e78e280d
SM
7207 * ido.el (ido-everywhere): Use define-minor-mode.
7208
7209 * buff-menu.el (list-buffers, ctl-x-map):
7210 Mark the entry points with ;;;###autoload cookies.
7211
b4e813ca
DN
72122009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7213
52964e54
DN
7214 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7215 correctly in the detached head case.
7216 (vc-git-print-log): Remove unused binding.
7217
b4e813ca
DN
7218 * vc.el (vc-responsible-backend): When a directory is passed for
7219 for registration create a VC repository if no backend is
7220 responsible for the directory argument.
7221 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
7222
7223 * vc.el: Move comments about RCS and SCCS ...
7224 * vc-rcs.el:
7225 * vc-sccs.el: ... here, respectively.
7226
40ba9882
SM
72272009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7228
7229 * minibuffer.el (completion--file-name-table): Return nil if there's
7230 no file completion, even if substitute-in-file-name changed
7231 the string (bug#4708).
7232
04e0f59b
JL
72332009-10-13 Juri Linkov <juri@jurta.org>
7234
7235 * files-x.el (read-file-local-variable-value): Don't filter out
7236 minor modes from mode name completion (bug#4664).
7237
314c8e25
JB
72382009-10-13 Juanma Barranquero <lekktu@gmail.com>
7239
7240 * international/mule-cmds.el (ucs-names): Remove exclusion of
7241 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7242
5c9b7d36
KH
72432009-10-13 Kenichi Handa <handa@m17n.org>
7244
7245 * international/uni-name.el: Regenerated.
7246
1e7a80f2
JB
72472009-10-13 Juanma Barranquero <lekktu@gmail.com>
7248
7249 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
7250 should be automatically buffer-local, but isn't.)
7251
cd29f88b
SS
72522009-10-12 Sam Steingold <sds@gnu.org>
7253
7254 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 7255 timestamps if the buffer has been visited before.
0cd16af4
SS
7256 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7257 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 7258
37493a98
GM
72592009-10-12 Glenn Morris <rgm@gnu.org>
7260
7261 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7262 Let-bind `size'.
7263
3b56b1e6
JB
72642009-10-12 Juanma Barranquero <lekktu@gmail.com>
7265
7422a4bb
JB
7266 * proced.el (proced-unload-function): New function.
7267
fa72d075
JB
7268 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7269 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7270 Doc fix.
7271
3b56b1e6
JB
7272 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7273
4d9b4323
JL
72742009-10-11 Juri Linkov <juri@jurta.org>
7275
7276 * files-x.el (read-file-local-variable-value):
7277 Provide default value only for bound variables (bug#4664).
7278
f6f7e059
MA
72792009-10-11 Michael Albinus <michael.albinus@gmx.de>
7280
7281 * net/tramp.el (tramp-local-host-p): Function shall return nil for
7282 connection methods like smb.
7283
7284 * net/tramp-cache.el (tramp-flush-connection-property): The hash
7285 can be empty.
7286
7287 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7288 (tramp-smb-file-name-handler-alist): Add handlers for
7289 `add-name-to-file', `make-symbolic-link'.
7290 (tramp-smb-handle-add-name-to-file)
2992485f 7291 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
7292 (tramp-smb-handle-make-symbolic-link)
7293 (tramp-smb-get-cifs-capabilities): New defuns.
7294 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7295 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7296 (tramp-smb-handle-file-local-copy)
7297 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
7298 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7299 The file name syntax depends on cifs capabilities.
7300 (tramp-smb-handle-file-attributes):
7301 Call `tramp-smb-do-file-attributes-with-stat' if possible.
7302 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7303 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 7304
67868d26
CY
73052009-10-11 Chong Yidong <cyd@stupidchicken.com>
7306
7307 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7308 (eieio-defclass): Apply deftype handler and setf-method properties
7309 directly.
7310 (eieio-add-new-slot): Avoid union function from cl library.
7311 (eieio--typep): New function.
7312 (eieio-perform-slot-validation): Use it.
7313
6d6a5b7e
KF
73142009-10-10 Karl Fogel <kfogel@red-bean.com>
7315
3b56b1e6 7316 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
7317 Update documentation to refer to the variables documented in r1.135.
7318 (Bug#4188)
7319
67b70de9
KF
73202009-10-10 Karl Fogel <kfogel@red-bean.com>
7321
7322 * bookmark.el (Info-suffix-list): Remove this unused variable.
7323 (bookmark-current-point): Remove this obsolete variable.
7324 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7325 Adjust for removal of bookmark-current-point.
7326
7327 (bookmarks-already-loaded, bookmark-current-buffer)
7328 (bookmark-yank-point): Document. (Bug#4188)
7329
58ae51ae
GM
73302009-10-10 Glenn Morris <rgm@gnu.org>
7331
4619ff5e
GM
7332 * frame.el (frame-height): Doc fix.
7333
58ae51ae
GM
7334 * calendar/calendar.el (calendar-split-width-threshold): New option.
7335 (calendar-basic-setup): Use calendar-split-width-threshold.
7336
d364386c
JB
73372009-10-09 Juanma Barranquero <lekktu@gmail.com>
7338
7339 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7340 Ideographic Supplement" range (U+1F200..U+1F2FF).
7341
33e97a28
KF
73422009-10-09 Karl Fogel <kfogel@red-bean.com>
7343
02d0f051 7344 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 7345 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
7346
73472009-10-09 Karl Fogel <kfogel@red-bean.com>
7348
d364386c 7349 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
7350 (bookmark-bmenu-execute-deletions): Don't save here, as
7351 bookmark-delete will now do so if necessary.
d364386c 7352 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
7353 (Bug#4348)
7354
9656d87b
GM
73552009-10-09 Glenn Morris <rgm@gnu.org>
7356
7357 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7358
e6227f06
KF
73592009-10-09 Karl Fogel <kfogel@red-bean.com>
7360
7361 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7362 (bookmark-jump-other-window): Just invoke bookmark-jump with new
7363 argument now, so the two function's behaviors will match. (Bug#3645)
7364
288f783b
MA
73652009-10-08 Michael Albinus <michael.albinus@gmx.de>
7366
7367 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 7368 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 7369 Apply `save-match-data'.
288f783b
MA
7370
7371 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7372 case both directories are remote.
7373 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 7374 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 7375
872a1ea4
JB
73762009-10-07 Juanma Barranquero <lekktu@gmail.com>
7377
7378 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7379
ab2baced
GM
73802009-10-07 Glenn Morris <rgm@gnu.org>
7381
e78e280d
SM
7382 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7383 of concat.
ab2baced 7384
5c4634c1
SM
73852009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7386
7387 * files-x.el (read-file-local-variable): Include some
7388 non-user-variables in the completion table (bug#4664).
7389
c2dc9732
MA
73902009-10-07 Michael Albinus <michael.albinus@gmx.de>
7391
7392 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7393 message.
7394
7395 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7396 (tramp-smb-file-name-handler-alist): Add handler for
7397 `copy-directory', `expand-file-name', `set-file-modes'.
7398 (tramp-smb-handle-copy-directory)
7399 (tramp-smb-handle-expand-file-name)
7400 (tramp-smb-handle-set-file-modes): New defuns.
7401 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7402 (tramp-smb-handle-file-attributes): Simplify check for retrieving
7403 entry.
7404 (tramp-smb-handle-insert-directory): Don't flush the cache.
7405 (tramp-smb-maybe-open-connection): Check for samba client and
7406 server versions.
7407
11be40a6
EZ
74082009-10-07 Eli Zaretskii <eliz@gnu.org>
7409
7410 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7411 to not error out of search for "^lisp=" fails.
7412
8c4afe20
JB
74132009-10-07 Juanma Barranquero <lekktu@gmail.com>
7414
7415 * makefile.w32-in (WINS_UPDATES): New macro.
7416 (custom-deps, finder-data, autoloads): Use it.
7417
429a1506
GM
74182009-10-07 Glenn Morris <rgm@gnu.org>
7419
ee2e93e2
GM
7420 * Makefile.in (autoloads): Revert previous change.
7421 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7422 the list of preloaded files passed on the command-line, get
7423 it from src/Makefile.
7424
429a1506
GM
7425 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7426 show the original buffer rather than a random one.
7427
a51203ee 74282009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
7429
7430 * help.el (describe-no-warranty): Place point in a slightly better
7431 position in the GPLv3 text.
7432
f58f7520
SS
74332009-10-06 Sam Steingold <sds@gnu.org>
7434
7435 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7436 the comm attribute is present before calling regexp-quote.
7437
bde79dc0
JB
74382009-10-06 Juanma Barranquero <lekktu@gmail.com>
7439
7440 * play/animate.el (animate-string): For good effect, make sure
7441 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7442
7443 * play/animate.el (animate-sequence, animate-birthday-present):
7444 * misc.el (butterfly): Don't set `indent-tabs-mode'.
7445
25ab0302
GM
74462009-10-06 Glenn Morris <rgm@gnu.org>
7447
73fe714a
GM
7448 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7449
3405d98c
GM
7450 * emacs-lisp/autoload.el (autoload-excludes): New variable.
7451 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7452 (batch-update-autoloads): Process a string value of autoload-excludes,
7453 set during the build process.
7454 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
7455
9fb2cdc5
GM
7456 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7457 inside with-parsed... macro so that `v' is defined.
7458
7938ab41
GM
7459 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7460 * progmodes/fortran.el (fortran-end-of-block)
7461 (fortran-beginning-of-block):
7462 Also push mark in the macro case.
7463
eaf9b564
GM
7464 * emerge.el (emerge-show-file-name):
7465 * calc/calc.el (calc-quit):
7466 * calc/calc-misc.el (calc-big-or-small):
7467 * calc/calc-graph.el (calc-graph-view):
7468 * calc/calc-ext.el (calc-reset):
7469 * calendar/calendar.el (calendar-basic-setup):
7470 Use window-full-height-p.
7471
25ab0302
GM
7472 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7473 header we don't understand, don't insert another. (Bug#4624)
7474 If changing mime charset, insert the new one in the right place.
7475
00169eb6
GM
74762009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
7477
7478 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7479 (cal-tex-cursor-month): Correctly increment the end date for diary and
7480 holiday listing. (Bug#4626)
7481
82882188
SM
74822009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7483
40ba9882 7484 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
7485 a symbol.
7486
a8f316ca
JB
74872009-10-05 Juanma Barranquero <lekktu@gmail.com>
7488
7489 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7490 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7491 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7492 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7493
7494 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7495 (eieio-default-superclass): Reflow docstrings.
7496 (this, class-option-assoc, defclass, eieio-class-un-autoload)
7497 (eieio-unbind-method-implementations, defmethod)
7498 (eieio-validate-slot-value, eieio-validate-class-slot-value)
7499 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7500 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7501 (eieio-slot-originating-class-p, eieio-slot-name-index)
7502 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7503 (constructor, initialize-instance, no-next-method, object-print)
7504 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7505 Fix typos in docstrings.
7506 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7507 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7508 (next-method-p): Doc fixes.
7509 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7510 Fix typos in error messages.
7511 (eieio-defmethod): Fix typo in description of generic method.
7512
7513 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7514 (eieio-persistent-save-interactive, slot-missing):
7515 Fix typos in docstrings.
7516 (eieio-instance-inheritor-slot-boundp): Doc fix.
7517
7518 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7519 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7520
7521 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7522 (eieio-custom-object-apply-reset):
7523 Fix typos in docstrings and error messages.
7524
7525 * emacs-lisp/eieio-datadebug.el (data-debug-show):
7526 Fix typo in docstring.
7527
7528 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7529 (eieio-browse-tree): Doc fix.
7530 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7531 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7532 Fix typos in docstrings.
7533
7534 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7535 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7536 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7537 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7538 Reflow docstrings.
7539
c66b7ac0
DN
75402009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7541
4a827e0a 7542 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
7543 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7544 Set log-view-vc-backend so that diff can work.
4a827e0a 7545
c66b7ac0
DN
7546 * log-view.el (log-view-diff): Use vc-diff-internal instead of
7547 vc-version-diff.
7548 (vc-diff-internal): Autoload this instead of vc-version-diff.
7549
1902a98c
EZ
75502009-10-05 Eli Zaretskii <eliz@gnu.org>
7551
a7a8618b
EZ
7552 * simple.el (eval-expression): Doc fix.
7553
1902a98c
EZ
7554 * progmodes/cwarn.el (cwarn-mode): Doc fix.
7555
0e1f2ee6
MA
75562009-10-05 Michael Albinus <michael.albinus@gmx.de>
7557
7558 * files.el (directory-files-no-dot-files-regexp): New defconst.
7559 (delete-directory): Use it.
7560 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
7561
263c02ef 7562 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
7563 (tramp-methods): Add recursive option to `tramp-copy-args'.
7564 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 7565 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 7566 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
7567 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7568 Add handler for `copy-directory'.
7569 (tramp-handle-copy-directory): New defun.
7570 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
7571 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7572 Optimize sent command.
263c02ef 7573
72aa7df4
SM
75742009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7575
4a34f065
SM
7576 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7577 window if necessary.
7578
72aa7df4
SM
7579 * calendar/calendar.el (calendar-basic-setup): Don't call
7580 switch-to-buffer in a dedicated window.
7581
5feb1ba7
KF
75822009-10-05 Karl Fogel <kfogel@red-bean.com>
7583
7584 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 7585 don't do anything related to relocating, just return nil.
5feb1ba7
KF
7586 (bookmark-error-no-filename): New error.
7587 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
7588 bookmark has no file. Don't even attempt to handle things that
7589 are not files; the whole point of custom handlers is to keep that
7590 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
7591 (bookmark-file-or-variation-thereof): Remove now-unused function.
7592 (bookmark-location): Doc string fix.
7593 (Bug#4250)
7594
1bd49952
KF
75952009-10-04 Karl Fogel <kfogel@red-bean.com>
7596
7597 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7598 don't use a file dialog, because they usually don't know how to read
7599 a directory target from the user. (Bug#4230)
7600 Also, make sure the prompt can display directories as well as files.
7601
825382c0
KF
76022009-10-04 Karl Fogel <kfogel@red-bean.com>
7603
7604 * bookmark.el (bookmark-set, bookmark-buffer-name):
7605 Improve doc strings. (Bug#1193)
7606
13901bcb
KF
76072009-10-04 Karl Fogel <kfogel@red-bean.com>
7608
4a34f065
SM
7609 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7610 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7611 (bookmark-get-annotation, bookmark-set-annotation)
7612 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7613 (bookmark-set-position, bookmark-get-front-context-string)
7614 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7615 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7616 (bookmark-jump-other-window, bookmark-handle-bookmark)
7617 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7618 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7619 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
7620 Improve doc strings to say whether bookmark can be a string or
7621 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
7622 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7623 (bookmark-default-annotation-text, bookmark-yank-word)
7624 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7625 (bookmark-import-new-list, bookmark-maybe-rename)
7626 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7627 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 7628 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 7629 add a FIXME comment about how the function may be pointless.
13901bcb 7630 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
7631 parameter name, to clarify that this takes a bookmark record
7632 not a bookmark name.
13901bcb 7633 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 7634 and improve the doc string a bit.
13901bcb
KF
7635 (Bug#4188)
7636
5c1b3e94
KF
76372009-10-04 Karl Fogel <kfogel@red-bean.com>
7638
7639 * bookmark.el (bookmark-alist): Document the new `handler' element
7640 in the param alist.
7641 (bookmark-make-record-function): Adjust documentation for above.
7642 (Bug#4193)
7643
8559076d
KF
76442009-10-04 Karl Fogel <kfogel@red-bean.com>
7645
7646 * info.el (Info-bookmark-make-record): Document this function.
7647 (Info-bookmark-jump): Document with a doc string, not just a comment.
7648 (Bug#4203)
7649
b4583b8c
MA
76502009-10-04 Michael Albinus <michael.albinus@gmx.de>
7651
7652 * files.el (copy-directory): New defun.
7653
7654 * dired-aux.el (dired-copy-file-recursive): Use it.
7655
131ae8f2
JB
76562009-10-04 Juanma Barranquero <lekktu@gmail.com>
7657
a30e71ae 7658 * files-x.el (modify-dir-local-variable)
dd9af436
CY
7659 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
7660 docstrings.
a30e71ae 7661
131ae8f2
JB
7662 * recentf.el (recentf-unload-function): New function.
7663
ccafbf06
GM
76642009-10-04 Glenn Morris <rgm@gnu.org>
7665
7666 * window.el (window-full-height-p): Add doc string.
7667
02c6f098
GM
76682009-10-04 Martin Rudalics <rudalics@gmx.at>
7669
7670 * window.el (window-full-height-p): New function. (Bug#4543)
7671
ed6b0195
DN
76722009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7673
7674 * vc.el: Remove commented out code.
7675 (vc-derived-from-dir-mode): Remove, unused.
7676 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7677
1b8d1cc7
MA
76782009-10-03 Michael Albinus <michael.albinus@gmx.de>
7679
4a34f065
SM
7680 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7681 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
7682 there could be recursive loading when `default-directory' is a
7683 remote file name. (Bug#4614)
7684
ac3c593c
GM
76852009-10-03 Glenn Morris <rgm@gnu.org>
7686
686ea556
GM
7687 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7688 the frame is wide.
7689 (calendar-generate-window): Test for shrinkability rather than width.
7690
ac3c593c
GM
7691 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7692 reusing existing buffers, in case we happen to visit two files with the
7693 same basename. (Bug#4593)
7694
573709fd
EZ
76952009-10-02 Eli Zaretskii <eliz@gnu.org>
7696
4a34f065 7697 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
7698 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7699 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7700 subdirs of cedet as well.
8f885d01 7701 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 7702
8d6c1239
SM
77032009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7704
7705 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7706 Obey advertised-signature-table.
7707
7708 * help-fns.el (help-function-arglist): Don't check
7709 advertised-signature-table.
7710 (describe-function-1): Do it here instead so it also applies to subrs.
7711
c4861de0
MA
77122009-10-02 Michael Albinus <michael.albinus@gmx.de>
7713
7714 * simple.el (start-file-process): Say in the doc-string, that file
7715 handlers might not support pty association, if PROGRAM is nil.
7716
7717 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7718 HOST and USER are strings. They are nil, when there are
7719 incomplete entries in ~/.netrc, for example.
7720 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
7721 root directory ("device busy" error otherwise).
7722
8d6c1239
SM
7723 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7724 Flush file properties of created directory.
c4861de0 7725
d2bda74f
EZ
77262009-10-02 Eli Zaretskii <eliz@gnu.org>
7727
7728 * makefile.w32-in (WINS_BASIC): Remove cedet.
7729 (WINS_CEDET): Add cedet.
7730 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7731
895d1904
GM
77322009-10-02 Kevin Ryde <user42@zip.com.au>
7733
7734 * net/browse-url.el (browse-url): Pass any symbol in
7735 browse-url-browser-function to `apply', since if you've mistakenly put
7736 an unbound symbol then the error is clearer. (Bug#4531)
7737
32226619
JB
77382009-10-02 Juanma Barranquero <lekktu@gmail.com>
7739
7740 * allout.el (allout-init, allout-back-to-current-heading)
7741 (allout-beginning-of-current-entry, allout-ascend-to-depth)
7742 (allout-ascend, allout-up-current-level, allout-end-of-level)
7743 (allout-previous-visible-heading, allout-forward-current-level)
7744 (allout-backward-current-level, allout-show-children):
7745 * apropos.el (apropos-describe-plist):
7746 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7747 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7748 * completion.el (add-completion, add-permanent-completion):
7749 * descr-text.el (describe-text-category, describe-char):
7750 * desktop.el (desktop-lazy-abort):
7751 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7752 * dired.el (dired-build-subdir-alist):
7753 * ediff.el (ediff-version):
7754 * elide-head.el (elide-head, elide-head-show):
7755 * emerge.el (emerge-version):
7756 * env.el (getenv):
7757 * face-remap.el (variable-pitch-mode):
7758 * faces.el (describe-face):
7759 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7760 (dired-at-point):
7761 * files.el (find-file-existing, auto-save-mode):
7762 * font-lock.el (font-lock-fontify-buffer):
7763 * help-fns.el (describe-function, describe-variable)
7764 (describe-syntax, describe-categories):
7765 * help.el (view-lossage, describe-bindings, describe-key)
7766 (describe-mode):
7767 * hexl.el (hexl-current-address):
7768 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7769 * info.el (Info-goto-emacs-key-command-node):
7770 * log-edit.el (log-edit-insert-cvs-template)
7771 (log-edit-insert-cvs-rcstemplate):
7772 * menu-bar.el (menu-bar-mode):
7773 * mouse.el (mouse-appearance-menu):
7774 * newcomment.el (comment-indent-new-line):
7775 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7776 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 7777 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
7778 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7779 * recentf.el (recentf-mode):
7780 * savehist.el (savehist-mode, savehist-save):
7781 * shadowfile.el (shadow-copy-files):
7782 * simple.el (kill-ring-save, next-line, previous-line)
7783 (normal-erase-is-backspace-mode):
7784 * strokes.el (strokes-update-window-configuration)
7785 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7786 (strokes-xpm-for-stroke):
7787 * time.el (emacs-uptime, emacs-init-time):
7788 * tutorial.el (tutorial--describe-nonstandard-key)
7789 (tutorial--detailed-help):
7790 * type-break.el (type-break-mode)
7791 (type-break-mode-line-message-mode, type-break-query-mode)
7792 (type-break-guesstimate-keystroke-threshold):
7793 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7794 * version.el (emacs-version):
7795 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7796 * winner.el (winner-mode):
7797 * calendar/timeclock.el (timeclock-in, timeclock-out)
7798 (timeclock-status-string, timeclock-change)
7799 (timeclock-workday-remaining-string)
7800 (timeclock-workday-elapsed-string)
7801 (timeclock-when-to-leave-string):
7802 * calendar/todo-mode.el (todo-add-category):
7803 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7804 * emacs-lisp/autoload.el (update-file-autoloads):
7805 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7806 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7807 (checkdoc-message-text, checkdoc-defun):
7808 * emacs-lisp/debug.el (debugger-list-functions):
7809 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7810 * emacs-lisp/eieio-opt.el (eieio-describe-class)
7811 (eieio-describe-generic):
7812 * emacs-lisp/lisp-mnt.el (lm-synopsis):
7813 * emacs-lisp/shadow.el (list-load-path-shadows):
7814 * emulation/cua-base.el (cua-mode):
7815 * emulation/edt.el (edt-set-scroll-margins):
7816 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7817 (tpu-toggle-regexp, tpu-toggle-search-direction)
7818 (tpu-toggle-rectangle, tpu-toggle-control-keys):
7819 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7820 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7821 (viper-set-parsing-style-toggling-macro)
7822 (viper-set-emacs-state-searchstyle-macros):
7823 * emulation/viper.el (viper-set-hooks):
7824 * eshell/esh-mode.el (eshell-truncate-buffer):
7825 * international/mule-cmds.el (prefer-coding-system)
7826 (describe-input-method, describe-language-environment):
7827 * international/mule-diag.el (list-character-sets)
7828 (describe-character-set, describe-coding-system)
7829 (describe-fontset, list-fontsets, list-input-methods):
7830 * mail/sendmail.el (mail-signature):
7831 * net/ange-ftp.el (ange-ftp-copy-file):
7832 * net/browse-url.el (browse-url):
7833 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7834 * net/quickurl.el (quickurl-add-url):
7835 * net/rcirc.el (names, topic):
7836 * net/xesam.el (xesam-mode):
7837 * play/5x5.el (5x5-new-game):
7838 * play/yow.el (apropos-zippy):
7839 * progmodes/ada-mode.el (ada-mode-version):
7840 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7841 (f90-end-of-block)
7842 (f90-beginning-of-block):
7843 * progmodes/fortran.el (fortran-end-of-block)
7844 (fortran-beginning-of-block):
7845 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7846 * progmodes/python.el (python-describe-symbol, python-shell):
7847 * term/ns-win.el (ns-print-buffer):
7848 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7849 * textmodes/flyspell.el (flyspell-mode-on):
7850 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7851 (pages-directory-for-addresses):
7852 * textmodes/table.el (table-recognize-cell)
7853 (table-query-dimension, table-generate-source)
7854 (table-insert-sequence, table--warn-incompatibility):
7855 * textmodes/tex-mode.el (tex-validate-buffer):
7856 * textmodes/texinfmt.el (texinfmt-version)
7857 (texinfo-format-buffer):
7858 Use `called-interactively-p' instead of `interactive-p'.
7859
12a3c28c
JB
78602009-10-02 Juanma Barranquero <lekktu@gmail.com>
7861
7862 * image-mode.el (image-toggle-display):
7863 * emacs-lisp/elp.el (elp-instrument-function):
7864 * emacs-lisp/advice.el (ad-make-advised-definition):
7865 * emacs-lisp/easy-mmode.el (define-minor-mode):
7866 * net/browse-url.el (browse-url-maybe-new-window):
7867 * progmodes/sh-script.el (sh-learn-buffer-indent):
7868 Pass new argument 'any to `called-interactively-p'.
7869
171fda8a
JB
78702009-10-01 Juanma Barranquero <lekktu@gmail.com>
7871
171fda8a
JB
7872 * international/uni-bidi.el:
7873 * international/uni-category.el:
7874 * international/uni-combining.el:
7875 * international/uni-comment.el:
7876 * international/uni-decimal.el:
9c3c9fdf 7877 * international/uni-decomposition.el:
171fda8a
JB
7878 * international/uni-digit.el:
7879 * international/uni-lowercase.el:
7880 * international/uni-mirrored.el:
7881 * international/uni-name.el:
7882 * international/uni-numeric.el:
7883 * international/uni-old-name.el:
7884 * international/uni-titlecase.el:
7885 * international/uni-uppercase.el:
7886 Regenerate from Unicode 5.2.0 data.
7887
dcb9734a
GM
78882009-10-01 Glenn Morris <rgm@gnu.org>
7889
7890 * Makefile.in (ELCFILES): Regenerate.
7891
ced10a4c
SM
78922009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7893
9d28c33e
SM
7894 * subr.el (interactive-p): Mark obsolete.
7895 (called-interactively-p): Make the optional-ness of `kind' obsolete.
7896 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7897 advertised-signature-table for subroutines as well.
7898
ced10a4c
SM
7899 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7900 (set-advertised-calling-convention): New function.
7901 (make-obsolete, define-obsolete-function-alias)
7902 (make-obsolete-variable, define-obsolete-variable-alias):
7903 Make the optional-ness of `when' obsolete.
7904 (define-obsolete-face-alias): Make `when' non-optional.
7905 * help-fns.el (help-function-arglist):
7906 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7907 Use advertised-signature-table.
7908
cc3dda16
MA
79092009-10-01 Michael Albinus <michael.albinus@gmx.de>
7910
7911 * files.el (delete-directory): New defun. The original function
7912 in fileio.c has been renamed to `delete-directory-internal'.
7913
7914 * dired.el (dired-delete-file): Call `delete-directory' with
7915 RECURSIVE parameter.
7916
5ce6e4f4 7917 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
7918 parameter RECURSIVE. Implementation is missing.
7919
7920 * net/tramp.el (tramp-handle-make-directory): Flush upper
7921 directory's file properties.
ced10a4c 7922 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
7923 (tramp-handle-dired-recursive-delete-directory): Flush directory
7924 properties after the remove command only.
7925
ced10a4c
SM
7926 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7927 Handle optional parameter RECURSIVE.
cc3dda16 7928
ced10a4c
SM
7929 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7930 Handle optional parameter RECURSIVE.
cc3dda16
MA
7931
7932 * net/tramp-smb.el (tramp-smb-errors): Add error message for
7933 connection timeout.
7934 (tramp-smb-handle-delete-directory): Handle optional parameter
7935 RECURSIVE.
7936
cf885595
SM
79372009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7938
e3a6b82f
SM
7939 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7940 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7941 (byte-compile-defmacro): Use backquotes.
7942
7201bfbb
SM
7943 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7944
cf885595
SM
7945 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7946 has no associated file.
7947 (vc-resynch-buffer): Use vc-dir-buffers.
7948
a4d2c321
GM
79492009-10-01 Glenn Morris <rgm@gnu.org>
7950
9ffe3f52
GM
7951 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7952 (chart-file-count):
7953 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7954 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7955 * emacs-lisp/eieio-opt.el (eieio-describe-class):
7956 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7957 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7958 (eieio-copy-parents-into-subclass, make-instance, class-children)
7959 (eieio-generic-form):
bd2afec2 7960
9515cdcc
GM
7961 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7962 match-data. (Bug#4555).
7963
a4d2c321
GM
7964 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7965 rather than parsing it as a regexp. This relaxes the layout
7966 requirements and makes errors easier to detect.
7967 (check-declare-verify): Check file is regular.
7968 (check-declare-directory): Doc fix.
7969 * subr.el (declare-function): Doc fix.
7970
b15c31c7
GM
7971 * ibuffer.el (ibuffer-format-qualifier):
7972 * isearch.el (hi-lock-regexp-okay):
7973 * calc/calc.el (math-zerop):
7974 * mail/uce.el (rmail-msgbeg, rmail-msgend):
7975 * term/w32-win.el (setup-default-fontset, set-fontset-font):
7976 Remove unused declarations.
7977
1fc28a2c
GM
79782009-09-30 Glenn Morris <rgm@gnu.org>
7979
1fc28a2c
GM
7980 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7981
494f4fc7
GM
7982 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7983 filename is not a string.
7984
561580e9
CY
79852009-09-29 Chong Yidong <cyd@stupidchicken.com>
7986
7987 * files.el (safe-local-eval-forms): Fix typo.
7988
dcbbecd4
SM
79892009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7990
7991 * vc-hooks.el (vc-dir-buffers): New var.
7992 (vc-state-refresh): New function.
7993 (vc-state): Use it.
7994 (vc-after-save): Always ask the backend to recompute the new state.
7995 Always call vc-dir if necessary, using vc-dir-buffers.
7996 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7997 Use vc-dir-buffers.
7998 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7999 (vc-dir-prepare-status-buffer, vc-dir-update)
8000 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8001 Don't call expand-file-name on default-directory.
8002
d88444f2
JB
80032009-09-29 Juanma Barranquero <lekktu@gmail.com>
8004
8005 * speedbar.el (speedbar-item-delete):
8006 * calc/calc-prog.el (calc-kbd-if):
8007 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8008
8009 * epa.el (epa-key-list-mode-map):
8010 * hi-lock.el (hi-lock-menu): Fix typos in menus.
8011
8012 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8013 (hs-show-hook): Fix typo in docstring.
8014
5da62d41
GM
80152009-09-29 Glenn Morris <rgm@gnu.org>
8016
8360fce0
GM
8017 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8018 file-name-nondirectory call preventing location of cedet files.
8019 (check-declare-verify): Use literal search rather than re-search.
ae715515 8020 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
8021
8022 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8023 Use tramp-compat-file-attributes rather than nonexistent
8024 tramp-compat-handle-file-attributes.
8025
5da62d41
GM
8026 * Makefile.in (lisptagsfiles4): New.
8027 (AUTOGENEL): Add cedet loaddefs files.
8028 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8029 (update-elclist, compile-always, backup-compiled-files)
8030 (bootstrap-clean): Add yet another directory level.
8031 (update-elclist): Use LC_COLLATE rather than COLLATE.
8032 (ELCFILES): Update, via `make update-elclist'.
8033
48267264
JB
80342009-09-29 Juanma Barranquero <lekktu@gmail.com>
8035
8036 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8037 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8038 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8039
2c4cd0b0
AS
80402009-09-28 Andreas Schwab <schwab@linux-m68k.org>
8041
8042 * Makefile.in (lisptagsfiles3): Define.
5da62d41 8043 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
8044 (update-elclist): Add third directory level to look for elc files.
8045 (compile-always): Likewise.
8046 (backup-compiled-files): Likewise.
8047 (bootstrap-clean): Likewise.
8048 (ELCFILES): Update.
8049
a2533e47
CY
80502009-09-28 Chong Yidong <cyd@stupidchicken.com>
8051
8052 * Makefile.in (ELCFILES): Add CEDET files.
8053
eefbedb1
MA
80542009-09-28 Michael Albinus <michael.albinus@gmx.de>
8055
8056 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8057
8058 * net/tramp.el (top): Require tramp-imap.
8059
8060 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8061 Use `tramp-compat-handle-file-attributes'.
8062
80632009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8064
8065 * net/tramp-imap.el: New package.
8066
748e3d67
VJL
80672009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8068
8069 * whitespace.el (whitespace-trailing-regexp)
8070 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8071 Fix doc string.
8072
15120dec
CY
80732009-09-27 Chong Yidong <cyd@stupidchicken.com>
8074
8075 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8076 menu.
8077
8078 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8079 menu-bar-ediff-menu.
8080
8081 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8082 define-overloadable-function.
8083
8084 * progmodes/autoconf.el: Provide autoconf as well, so that this
8085 file can be `require'd.
8086
8087 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8088
8089 * emacs-lisp/autoload.el (generated-autoload-feature)
8090 (generated-autoload-load-name): New vars.
8091 (autoload-rubric, autoload-generate-file-autoloads): Use them.
8092 (make-autoload): Recognize define-overloadable-function and
8093 defclass forms (for EIEIO).
8094
8095 * Makefile.in (update-subdirs): Exclude cedet directory.
8096
135abf91
AR
80972009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8098
1becddbb 8099 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
8100
8101 * faces.el: Default light-background background for region face to
8102 ns_selection_color under NS.
8103
3d994264
TZ
81042009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8105
8106 * net/imap-hash.el: New library, see NEWS.
8107
8108 * Makefile.in (ELCFILES): Add imap-hash.el.
8109
ce9a0ccb
SM
81102009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8111
8112 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8113 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8114 * help-macro.el (make-help-screen): Avoid using an ambiguous function
8115 definition where the docstring could be taken for the return value.
8116
a92cdd49
GM
81172009-09-26 Glenn Morris <rgm@gnu.org>
8118
8119 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8120 Add option to only show images below a certain size.
8121 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8122 save-excursion calls.
8123
416ac2f1
EZ
81242009-09-26 Eli Zaretskii <eliz@gnu.org>
8125
8126 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8127 subdirectories) and eieio.
8128
d9a13f68
AM
81292009-09-26 Alan Mackenzie <acm@muc.de>
8130
33aeea0e
SM
8131 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8132 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
8133
8134 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 8135 character constants (as case labels). (Bug#4289)
d9a13f68 8136
182b3bec
CY
81372009-09-25 Juri Linkov <juri@jurta.org>
8138
8139 * files.el (safe-local-eval-forms): Allow time-stamp in
8140 before-save-hook (Bug#4554).
8141
8f75f2da
JB
81422009-09-25 Drew Adams <drew.adams@oracle.com>
8143
8144 * menu-bar.el (list-buffers-directory): Doc fix.
8145
8390fb80
SM
81462009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
8147
8148 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8149 Try and avoid copying twice the same paragraph.
8150 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8151 Remove save-excursion.
8152 (log-edit-changelog-entry): Do it here instead.
8153
11ee8d90
JB
81542009-09-25 Juanma Barranquero <lekktu@gmail.com>
8155
027b1942
JB
8156 * bs.el (bs--get-file-name): Use `list-buffers-directory'
8157 when available, instead of hardcoding mode names. Doc fix.
8158
11ee8d90
JB
8159 * menu-bar.el (list-buffers-directory): Add docstring.
8160 Make automatically buffer-local.
8161
8162 * dired.el (dired-mode):
8163 * files.el (cd-absolute):
8164 * pcvs.el (cvs-temp-buffer):
8165 * pcvs-util.el (cvs-get-buffer-create):
8166 * shell.el (shell-mode):
8167 * vc-dir.el (vc-dir-mode):
8168 Don't make `list-buffers-directory' buffer local.
8169
21289c5d
CY
81702009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
8171
8390fb80
SM
8172 * comint.el (comint-exec, comint-run, make-comint):
8173 Doc fixes (Bug#4542).
21289c5d 8174
e8652dd9
GM
81752009-09-25 Glenn Morris <rgm@gnu.org>
8176
8177 * mail/rmailmm.el (rmail-mime): New custom group.
8178 Move all defcustoms in this file into this group.
8179 (rmail-mime-media-type-handlers-alist): Revert previous change.
8180 (rmail-mime-show-images): New option.
8181 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8182 references to it, since it wasn't actually used for anything.
8183 (rmail-mime-insert-image): New function.
8184 (rmail-mime-image): Use rmail-mime-insert-image.
8185 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
8186 obey the value of `rmail-mime-show-images' option. Print the size of
8187 attachments.
e8652dd9 8188
fb652bb5
JB
81892009-09-25 David Engster <deng@randomsample.de>
8190
8191 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
8192
32a9841c
VJL
81932009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8194
8195 * whitespace.el: Does not highlight trailing spaces While point is
8196 at end of line. Does not highligt spaces at beginning of buffer
8197 while point is at beginning of buffer. Does not highlight spaces
8198 at end of buffer while point is at end of buffer. (Bug#4177)
8199 New version 12.0.
8200 (whitespace-display-mappings): Adjust initialization.
8201 (whitespace-point, whitespace-font-lock-refontify): New vars.
8202 (whitespace-color-on, whitespace-color-off): Adjust code.
8203 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8204 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8205 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8206
e477ca84
CY
82072009-09-24 Chong Yidong <cyd@stupidchicken.com>
8208
8209 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8210
8211 * textmodes/sgml-mode.el: Remove xml-mode alias.
8212
8213 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 8214 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 8215
68712602
AM
82162009-09-24 Alan Mackenzie <acm@muc.de>
8217
8218 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8219 c-forward-conditionals, but it doesn't move point and doesn't set
8220 the mark.
8221 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8222 (c-down-conditional-with-else, c-backward-conditional)
8223 (c-forward-conditional): Refactor to use c-scan-conditionals.
8224
1659ada0
JB
82252009-09-24 Juanma Barranquero <lekktu@gmail.com>
8226
8227 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8228 (help-default-arg-highlight): Remove.
8229 (help-highlight-arg): New function.
8230 (help-do-arg-highlight): Use it.
8231 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
8232
b3f01e46
SM
82332009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8234
8235 * term.el (term-set-scroll-region, term-handle-ansi-escape):
8236 Undo last change, which didn't fix the problem and introduced others.
8237
107ef54a
NR
82382009-09-24 Nick Roberts <nickrob@snap.net.nz>
8239
8240 * progmodes/gdb-mi.el: Don't require speedbar.
8241 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8242
ffa1fed6
GM
82432009-09-24 Glenn Morris <rgm@gnu.org>
8244
2157a2be
GM
8245 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8246
6125167c
GM
8247 * term/ns-win.el (ns-reg-to-script): Define for compiler.
8248
ffa1fed6
GM
8249 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8250 there is no newline after the final mime boundary. (Bug#4539)
8251 Move markers on insertion so that any buttons inserted don't end up in
8252 the next part of a multipart message.
2e9075d3
GM
8253 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
8254 (rmail-mime-bulk-handler): Optionally handle images.
8255 (rmail-mime-image): New button action.
8256 (rmail-mime-image-handler): New function.
8257 (rmail-mime-mode): New mode.
8258 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 8259
4a814992
SM
82602009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8261
075518b5
SM
8262 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8263 than just dropping elements from it (bug#4504).
8264
8ad2defc
SM
8265 * term.el (term-set-scroll-region): Don't move cursor any more.
8266 (term-handle-ansi-escape): Call term-goto here instead.
8267 Suggested by Ivan Kanis <apple@kanis.eu>.
8268
4a814992
SM
8269 * term.el: Require CL.
8270 (term-ansi-reset): New function.
8271 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8272 (term-handle-colors-array): Simplify.
8273
5a0c3f56
JB
82742009-09-24 Juanma Barranquero <lekktu@gmail.com>
8275
8276 * allout.el (allout-overlay-interior-modification-handler)
8277 (allout-obtain-passphrase):
8278 * epa-file.el (epa-file-write-region):
8279 * ps-print.el (ps-begin-job):
8280 * vc-hooks.el (vc-toggle-read-only):
8281 * vc-rcs.el (vc-rcs-rollback):
8282 * vc-sccs.el (vc-sccs-rollback):
8283 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8284 (vc-version-diff, vc-revert, vc-rollback):
8285 * wdired.el (wdired-check-kill-buffer):
8286 * emacs-lisp/authors.el (authors):
8287 * net/socks.el (socks-open-connection):
8288 * net/zeroconf.el (zeroconf-service-add-hook):
8289 * obsolete/vc-mcvs.el (vc-mcvs-register):
8290 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8291 (gdb-select-frame):
8292 * progmodes/grep.el (lgrep, rgrep):
8293 * progmodes/idlw-help.el (idlwave-help-check-locations)
8294 (idlwave-help-html-link, idlwave-help-assistant-open-link):
8295 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8296 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8297 (reftex-toc-rename-label): Fix typos in error messages.
8298
8299 * dired-aux.el (dired-do-shell-command): Reflow docstring.
8300 (dired-copy-how-to-fn): Doc fix.
8301 (dired-files-attributes, dired-read-shell-command):
8302 Fix typos in docstrings.
8303
8304 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8305 (dired-x-find-file-other-window): Reflow docstrings.
8306 (dired-omit-marker-char, dired-read-shell-command)
8307 (dired-x-submit-report): Fix typos in docstrings.
8308
8309 * shell.el (shell-mode-hook):
8310 * view.el (View-scroll-line-forward):
8311 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8312 Fix typos in docstrings.
8313
8314 * net/dig.el (dig-invoke): Fix typo in docstring.
8315 (query-dig): Reflow docstring.
8316
8317 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8318 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8319 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8320 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8321 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8322 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8323 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8324 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8325 (idlwave-completion-map, idlwave-current-indent)
8326 (idlwave-custom-ampersand-surround, idlwave-customize)
8327 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8328 (idlwave-define-abbrev, idlwave-determine-class-special)
8329 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8330 (idlwave-end-block-reg, idlwave-end-of-statement)
8331 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8332 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8333 (idlwave-explicit-class-listed, idlwave-file-header)
8334 (idlwave-fill-paragraph, idlwave-find-class-definition)
8335 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8336 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8337 (idlwave-in-quote, idlwave-indent-action-table)
8338 (idlwave-indent-expand-table, idlwave-indent-line)
8339 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8340 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8341 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8342 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8343 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8344 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8345 (idlwave-outlawed-buffers, idlwave-popup-select)
8346 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8347 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8348 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8349 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8350 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8351 (idlwave-statement-type, idlwave-struct-skip)
8352 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8353 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8354 (idlwave-what-module-find-class): Fix typos in docstrings.
8355 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8356 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8357 (idlwave-find-module, idlwave-find-structure-definition)
8358 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8359 (idlwave-list-load-path-shadows, idlwave-next-statement)
8360 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8361 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8362 (idlwave-template): Reflow docstrings.
8363
8364 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8365 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8366 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8367 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8368 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8369 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8370 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8371 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8372 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8373 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8374 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8375 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8376 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8377 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8378 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8379 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8380 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8381 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8382 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8383 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8384 Fix typos in docstrings.
8385 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8386 (idlwave-shell-hide-output, idlwave-shell-mode)
8387 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8388 Reflow docstrings.
8389
8390 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8391
62136c5d
SM
83922009-09-24 Ivan Kanis <apple@kanis.eu>
8393
8394 * term.el (term-bold-attribute): New var.
8395 (term-handle-colors-array): Use it.
8396
9c1a45ed
NR
83972009-09-23 Nick Roberts <nickrob@snap.net.nz>
8398
8399 * progmodes/gdb-mi.el (gdb-version): New variable.
8400 (gdb-non-stop-handler): Set gdb-version.
8401 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8402 Condition "--thread" option on gdb-version.
8403 (gdb-invalidate-threads): Remove unused argument.
8404
03304f31
SM
84052009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8406
8407 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8408 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8409
4f02f0c9
GM
84102009-09-23 Glenn Morris <rgm@gnu.org>
8411
8412 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8413 replying to mail without References or Message-Id. (Bug#4525)
8414
a3b4b363
AR
84152009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8416
8417 * term/ns-win.el (ns-reg-to-script): New variable.
8418
7bda18cc
DU
84192009-09-23 Daiki Ueno <ueno@unixuser.org>
8420
8421 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8422
72169e55
SS
84232009-09-22 Sam Steingold <sds@gnu.org>
8424
8425 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
8426 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8427 to 1 because hg returns status 1 when nothing is found.
0aa4f295 8428 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 8429
905b7d38
SM
84302009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8431
b0459dec
SM
8432 * textmodes/fill.el: Convert to utf-8 encoding.
8433 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8434 pre-unicode days.
8435
905b7d38
SM
8436 * add-log.el (change-log-fill-forward-paragraph): New function.
8437 (change-log-mode): Use it so fill-region DTRT.
8438 Set fill-indent-according-to-mode here rather than in
8439 change-log-fill-paragraph.
8440 (change-log-fill-paragraph): Remove.
8441
baa7f3de
JB
84422009-09-22 Juanma Barranquero <lekktu@gmail.com>
8443
8444 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8445 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8446
a8d789f0
GM
84472009-09-22 Glenn Morris <rgm@gnu.org>
8448
daedbbc2
GM
8449 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8450 the scroll-bar scroll the calendar window rather than the buffer.
8451
d8899a74
GM
8452 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8453 commands that move point (as opposed to scrolling).
8454
a8d789f0
GM
8455 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8456
8457 * emacs-lisp/elint.el (elint): New custom group.
8458 (elint-log-buffer): Make it a defcustom.
8459 (elint-scan-preloaded, elint-ignored-warnings)
8460 (elint-directory-skip-re): New options.
8461 (elint-builtin-variables): Doc fix.
8462 (elint-preloaded-env): New variable.
8463 (elint-unknown-builtin-args): Add an entry for encode-time.
8464 (elint-extra-errors): Make it a variable rather than a constant.
8465 (elint-preloaded-skip-re): New constant.
8466 (elint-directory): Skip files matching elint-directory-skip-re.
8467 (elint-features): New variable, local to linted buffers.
8468 (elint-update-env): Initialize elint-features. Possibly add
8469 elint-preloaded-env to the buffer's environment.
8470 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8471 Skip quoted forms.
8472 (elint-init-form): New function, extracted from elint-init-env.
8473 Make non-list forms a warning rather than an error.
8474 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8475 easy-menu-define, put that adds an error-condition, and provide.
8476 When requiring cl, also require cl-macs. Really require cl, to handle
8477 some cl macros. Store required libraries in the list elint-features,
8478 so as not to re-load them. Treat cc-require like require.
8479 (elint-init-env): Call elint-init-form to do the work.
8480 Handle eval-and-compile and such like.
8481 (elint-add-required-env): Do not clear messages.
8482 (elint-special-forms): Add handlers for function, defalias, if, when,
8483 unless, and, or.
8484 (elint-form): Add optional argument to ignore elint-special-forms,
8485 useful to prevent recursive calls from handlers. Doc fix.
8486 Respect elint-ignored-warnings.
8487 (elint-form): Respect elint-ignored-warnings.
8488 (elint-bound-variable, elint-bound-function): New variables.
8489 (elint-unbound-variable): Respect elint-bound-variable.
8490 (elint-get-args): Respect elint-bound-function.
8491 (elint-check-cond-form): Add some simple handling for (f)boundp and
8492 featurep tests.
8493 (elint-check-defalias-form): New handler.
8494 (elint-check-let-form): Make an empty let a warning rather than an
8495 error.
8496 (elint-check-setq-form): Make an empty setq a warning rather than an
8497 error. Respect elint-ignored-warnings.
8498 (elint-check-defvar-form): Accept null doc-strings.
8499 (elint-check-conditional-form): New handler. Does some simple-minded
8500 checking of featurep and (f)boundp tests.
8501 (elint-put-function-args): New function.
8502 (elint-initialize): Use elint-scan-doc-file rather than
8503 elint-find-builtin-variables. Use elint-put-function-args.
8504 Possibly scan preloaded-file-list.
8505 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8506 extend to handle functions as well.
8507
245be23c
JB
85082009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8509
8510 * linum.el (linum-delete-overlays, linum-update-window):
8511 Do not modify the right margin. (Bug#3971)
8512
91fdbd6f
CY
85132009-09-21 Chong Yidong <cyd@stupidchicken.com>
8514
33aeea0e
SM
8515 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
8516 Use nxml-mode instead of xml-mode.
91fdbd6f 8517
7589d38e
JB
85182009-09-21 Kevin Ryde <user42@zip.com.au>
8519
8520 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8521
5ac42715
SM
85222009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8523
8524 * net/dig.el (dig-mode): Use define-derived-mode.
8525
09c01323
DN
85262009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8527
4096c5f2
DN
8528 * vc-dispatcher.el (vc-do-command): Return the process object in
8529 the asynchronous case. Use when instead of if. Do not run
5480359e 8530 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 8531
0e172cc2
DN
8532 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8533 properties to the stash strings.
8534 (vc-git-stash-list): Return a list of strings.
8535 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8536 (vc-git-stash-show-at-point): New functions.
8537 (vc-git-stash-map): New keymap.
8538
03304f31
SM
8539 * register.el (ctl-x-r-map): Define the keys here instead of
8540 using autoload.
09c01323 8541
03304f31 85422009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
8543
8544 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8545 list, to workaround performance problem (bug#4485).
8546
2f5fc4d7
NR
85472009-09-20 Nick Roberts <nickrob@snap.net.nz>
8548
8549 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8550
b0f5fd2e
DU
85512009-09-20 Daiki Ueno <ueno@unixuser.org>
8552
8553 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8554 Document that this option is not recommended to use.
8555
f3445fab
GM
85562009-09-19 Glenn Morris <rgm@gnu.org>
8557
547c6921
GM
8558 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8559 variable `var'.
8560
f3445fab
GM
8561 * calc/calc-alg.el (var):
8562 * calc/calcalg2.el (var): Define for compiler.
8563
946c009b
CY
85642009-09-19 Chong Yidong <cyd@stupidchicken.com>
8565
e3f36d03
SM
8566 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8567 Doc fix (Bug#3932).
e2045997 8568
24aedbca
CY
8569 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8570
327dd27a
CY
8571 * time-stamp.el (time-stamp-month-dd-yyyy)
8572 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8573 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8574 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
8575 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8576 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 8577
946c009b
CY
8578 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8579 indent buffer only if called interactively (Bug#4452).
8580
3e70541a
JB
85812009-09-19 Juanma Barranquero <lekktu@gmail.com>
8582 Eli Zaretskii <eliz@gnu.org>
8583
8584 This fixes bug#4197 (merged to bug#865, though not identical).
8585 * server.el (server-auth-dir): Add docstring note about FAT32.
8586 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8587 but warn against using them.
8588
9b94c32e
NR
85892009-09-19 Nick Roberts <nickrob@snap.net.nz>
8590
8591 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8592 older GDB where there is no has_more field.
8593
66590684
GM
85942009-09-19 Glenn Morris <rgm@gnu.org>
8595
8596 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8597
9a1337f9
CY
85982009-09-18 Chong Yidong <cyd@stupidchicken.com>
8599
8600 * files.el (auto-mode-alist): Change default for XML files to nXML
8601 mode (Bug#4169).
8602
d7554167
JB
86032009-09-18 Juanma Barranquero <lekktu@gmail.com>
8604
8605 * server.el (server-ensure-safe-dir): Pass 'integer
8606 to `file-attributes', as suggested.
8607
35a3f9a4
SM
86082009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8609
8610 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8611 (dired-query): Use read-key.
8612
044f9b05
AR
86132009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8614
8615 * cus-start.el (ns-use-qd-smoothing): Remove.
8616
6188ea49
GM
86172009-09-18 Glenn Morris <rgm@gnu.org>
8618
08cf18e4
GM
8619 * allout.el (top-level): Remove unnecessary progn.
8620
07eae5c5
GM
8621 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8622
6726c25e
GM
8623 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8624 definition of abbrev table.
8625
3f527154 8626 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
8627 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8628 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
8629 * net/newst-backend.el (newsticker--cache-read-feed):
8630 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
8631 condition-case handlers.
8632
ccb4c30c
NR
86332009-09-18 Nick Roberts <nickrob@snap.net.nz>
8634
8635 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8636 (gdb-var-list): Add an element for has_more field.
8637 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8638 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8639 (gdb-var-update-handler-1): Parse output of dynamic variable
8640 objects (STL containers).
8641 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8642 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8643
8644 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8645 gdb-var-list.
8646 (gud-speedbar-buttons): Make node expandable if expression "has more"
8647 children.
8648
8686ac71
JB
86492009-09-17 Juanma Barranquero <lekktu@gmail.com>
8650
8651 * startup.el (emacs-quick-startup): Remove variable and all uses.
8652 (command-line): Set `inhibit-x-resources' instead.
8653 (command-line-1): Use `inhibit-x-resources' instead.
8654
a69c67e8
CY
86552009-09-17 Chong Yidong <cyd@stupidchicken.com>
8656
8657 * subr.el: Fix last change to avoid using the `unless' macro,
8658 which breaks bootstrapping.
8659
354f0faf
SM
86602009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8661
8662 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8663 extended definitions, in case we reload subr.el after having
8664 loaded CL.
8665 (eval-next-after-load): Mark as obsolete.
8666
98b9bf40
JL
86672009-09-17 Juri Linkov <juri@jurta.org>
8668
8669 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8670 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8671 (menu-bar-showhide-menu, menu-bar-tools-menu)
8672 (menu-bar-describe-menu, menu-bar-help-menu)
8673 (minibuffer-local-completion-map, minibuffer-local-map):
8674 Fix list quoting.
8675
28fab7b5
GM
86762009-09-17 Glenn Morris <rgm@gnu.org>
8677
88d5190c
GM
8678 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8679 arguments, whether or not it has a handler.
8680
74f24ba7
GM
8681 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8682
28fab7b5
GM
8683 * simple.el (hard-newline): Give it a doc-string.
8684
a8106aec
GM
8685 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8686 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 8687
76251ad7
DN
86882009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8689
72033dbe
DN
8690 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8691 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8692 (menu-bar-options-menu, menu-bar-showhide-menu)
8693 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8694 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8695 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8696 (menu-bar-options-menu, menu-bar-tools-menu)
8697 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8698 (menu-bar-help-menu):
8699 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8700 string arguments.
8701
76251ad7
DN
8702 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8703 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8704 calls for the menu names and :help.
8705
97b952b7
SM
87062009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8707
8708 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8709 to :minor-mode-function (bug#4455).
8710
8f38189e
SM
87112009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8712
d2fd733e
SM
8713 * startup.el (command-line): Initialize the window-system after
8714 processing the command-line.
8715
8f38189e
SM
8716 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8717 page-delimiter matches the empty string.
8718
77564fa4
GM
87192009-09-16 Glenn Morris <rgm@gnu.org>
8720
8721 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8722 byte-compile-not-obsolete-var. It's a list now.
8723 (byte-compile-not-obsolete-funcs): New variable.
8724 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8725 byte-compile-not-obsolete-funcs.
8726 (byte-compile-variable-ref, byte-compile-defvar): Update for
8727 byte-compile-not-obsolete-vars name-change and list nature.
8728 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8729 and variables behind (f)boundp tests.
8730 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8731
79d316d3
DN
87322009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8733
8734 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8735
8fed6934
SM
87362009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8737
8738 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8739 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8740 Don't autoload.
8741
4078fd57
SE
87422009-09-15 Stephen Eglen <stephen@gnu.org>
8743
8744 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 8745 the virtual-buffers, use the name of the buffer specified by
4078fd57 8746 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 8747 problem if the target and the symlink had different names.)
4078fd57 8748
838ff458
SM
87492009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8750
b3c7c12d
SM
8751 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8752
13dc2bc2
SM
8753 * desktop.el (desktop-path): Check user-emacs-directory.
8754
49fec531
SM
8755 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8756
0e328d37
SM
8757 * loadup.el: Use after-load-functions to GC after loading each file.
8758 Remove the explicit GC calls that used to be sprinkled around.
8759
838ff458
SM
8760 * subr.el (after-load-functions): New hook.
8761 (do-after-load-evaluation): Run it. Use string-match-p to detect
8762 `obsolete' packages, rather than painfully extracting the relevant
8763 directory name.
8764
a62f564f
GM
87652009-09-15 Glenn Morris <rgm@gnu.org>
8766
8767 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8768 free variable `doc'.
8769
8770 * dired.el (dired-mode-map): Add menu entry for async shell command.
8771
8772 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8773 variables, also consider the .elc files, since the .el files are
8774 normally gzipped (subsequent code locates the .el.gz from the .elc).
8775
8776 * calc/calc-prog.el (arglist): Define for compiler.
8777
8778 * calendar/diary-lib.el (diary-display-function): Change the default to
8779 fancy display.
8780 (body): Define for compiler.
8781
8782 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8783 (byte-compile-file-form, byte-compile-lambda)
8784 (byte-compile-top-level-body, byte-compile-form)
8785 (byte-compile-variable-ref, byte-compile-setq)
8786 (byte-compile-setq-default, byte-compile-body)
8787 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8788 (batch-byte-compile): Give some more local variables with common names
8789 a "bytecomp-" prefix to avoid masking warnings about free variables.
8790
cd05fe7f
GM
8791 * startup.el (command-line-1): Give local variables with common names a
8792 distinguishing prefix, so as not to hide free variable warnings during
8793 bootstrap.
8794
a62f564f
GM
8795 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8796 clever and add a suffix to make a unique name, just let the user decide
8797 whether or not to overwrite it. If the input is a directory, write the
8798 default filename to that directory. (Bug#4388)
8799 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8800 is a filename-as-a-directory.
8801
fbc88440
SM
88022009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8803
8804 * textmodes/page.el (what-page): Don't move to beginning of line.
8805 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8806
60308853
DN
88072009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8808
8809 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8810
32ba3abc
DN
88112009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8812
9cd39aff
DN
8813 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8814 * help.el (help-for-help-internal): Add purecopy calls for text.
8815
32ba3abc
DN
8816 * vc.el (top): print-log method now takes an optional SHORTLOG
8817 argument. Add a new method: root.
32ba3abc
DN
8818 (vc-root-diff, vc-print-root-log): New functions.
8819 (vc-log-short-style): New variable.
8820 (vc-print-log-internal): Add support for showing short logs.
8821
8822 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8823 vc-print-root-log and vc-print-root-diff.
8824
8825 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8826 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8827 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8828 short logs.
8829
8830 * vc-cvs.el (vc-cvs-print-log):
8831 * vc-mtn.el (vc-mtn-print-log):
8832 * vc-rcs.el (vc-rcs-print-log):
8833 * vc-sccs.el (vc-sccs-print-log):
8834 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8835 that is ignored for now.
8836
837b0e99
DN
8837 * vc-mtn.el (vc-mtn-annotate-command):
8838 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8839
31cd2dd4
SM
88402009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8841
8842 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8843 to function-key-map, and give them ascii-character property.
8844 * term/x-win.el (x-alternatives-map):
8845 * term/ns-win.el (ns-alternatives-map):
8846 * term/internal.el (msdos-key-remapping-map):
8847 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8848
d62e5bf2
GM
88492009-09-14 Glenn Morris <rgm@gnu.org>
8850
8851 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8852 temp-buffers (2009-09-12).
8853
7d0105e5
SM
88542009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8855
8856 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8857 the new read-key function.
8858
e17ed9ad
CY
88592009-09-13 Chong Yidong <cyd@stupidchicken.com>
8860
8861 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8862 is defined (Bug#4405).
8863
1fc26e29
CY
88642009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
8865
8866 * recentf.el (recentf-cleanup): Use a hash table to find
8867 duplicates (Bug#4407).
8868
61dc96a2 88692009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
8870
8871 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8872 kp-0 to ascii equivalents (Bug#4325).
8873
42c3a9e3
CY
88742009-09-13 Chong Yidong <cyd@stupidchicken.com>
8875
1f5c1626
CY
8876 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8877
42c3a9e3 8878 * eshell/em-hist.el:
31cd2dd4
SM
8879 * eshell/em-dirs.el (eshell-complete-user-reference):
8880 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
8881
88822009-09-13 Leo <sdl.web@gmail.com> (tiny change)
8883
8884 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8885 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8886 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
8887 * eshell/em-hist.el (eshell-history-file-name):
8888 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 8889
1e2b6acf
GM
88902009-09-13 Glenn Morris <rgm@gnu.org>
8891
8892 * ediff-merg.el (ediff-do-merge):
8893 * filesets.el (filesets-run-cmd):
8894 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8895 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8896 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8897 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8898 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8899 Replace empty `let's with `progn'.
8900
adba8116
SM
89012009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8902
8903 * mail/sendmail.el (send-mail-function):
8904 * tooltip.el (tooltip-mode):
8905 * simple.el (transient-mark-mode):
8906 * rfn-eshadow.el (file-name-shadow-mode):
8907 * frame.el (blink-cursor-mode):
8908 * font-core.el (global-font-lock-mode):
8909 * files.el (temporary-file-directory)
8910 (small-temporary-file-directory, auto-save-file-name-transforms):
8911 * epa-hook.el (auto-encryption-mode):
8912 * composite.el (global-auto-composition-mode):
8913 Use custom-initialize-delay.
8914 * startup.el (command-line): Don't explicitly call
8915 custom-reevaluate-setting for all the above vars.
8916 * custom.el (custom-initialize-safe-set)
8917 (custom-initialize-safe-default): Delete.
8918
0a4afea9
SM
89192009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8920
9f94990d
SM
8921 * term/x-win.el (x-initialize-window-system):
8922 * term/w32-win.el (w32-initialize-window-system):
8923 * term/ns-win.el (ns-initialize-window-system): Don't call
8924 mouse-wheel-mode since it's enabled globally by default already.
8925
0a4afea9
SM
8926 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8927 actually define the variable, but only silences the byte-compiler.
8928 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8929 before looking it up.
8930 (mouse-wheel-scroll-amount): Also reset the bindings if this value
8931 is changed.
8932
bf01513f
GM
89332009-09-12 Glenn Morris <rgm@gnu.org>
8934
8935 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8936 1000.
8937 (elint-add-required-env): Don't beep on error.
8938 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
8939 (elint-init-env): Skip non-list forms.
8940 (elint-log): Handle unknown file positions.
bf01513f 8941
d85889e4
DU
89422009-09-12 Daiki Ueno <ueno@unixuser.org>
8943
8944 * epg.el (epg-make-context): Add autoload cookie.
8945 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8946 (epg-decrypt-string, epg-start-verify, epg-verify-file)
8947 (epg-verify-string, epg-start-sign, epg-sign-file)
8948 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8949 (epg-encrypt-string, epg-start-export-keys)
8950 (epg-export-keys-to-file, epg-export-keys-to-string)
8951 (epg-start-import-keys, epg-import-keys-from-file)
8952 (epg-import-keys-from-string, epg-start-receive-keys)
8953 (epg-receive-keys, epg-import-keys-from-server)
8954 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8955 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
8956 (epg-generate-key-from-file, epg-generate-key-from-string):
8957 Remove autoload cookie.
d85889e4 8958
8f825ee6
EZ
89592009-09-12 Eli Zaretskii <eliz@gnu.org>
8960
36b434ee
EZ
8961 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8962 reevaluation of trash-directory.
8963
8f825ee6
EZ
8964 * mwheel.el: Fix last change.
8965 (mouse-wheel-mode): New defvar.
8966 (mouse-wheel-mode): Remove autoload cookie.
8967
5766c380
SM
89682009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8969
ab5c0fcd
SM
8970 * mwheel.el (mwheel-installed-bindings): New var.
8971 (mouse-wheel-mode): Use it, so as to make sure we really remove all
8972 the bindings we set last time. Use custom-initialize-delay.
8973 * loadup.el: Load mwheel after term/*-win.el.
8974 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8975 and mouse-wheel-up-event now that their first evaluation is done
8976 sufficiently late to be correct.
8977
45448e64
SM
8978 * startup.el (tutorial-directory): Make it a defcustom.
8979 Use custom-initialize-delay rather than eval-at-startup to set it.
8980 * image.el (image-load-path): Make it a defcustom.
8981 Use custom-initialize-delay rather than eval-at-startup to set it.
8982 * subr.el (eval-at-startup): Remove.
8983 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8984
5766c380
SM
8985 * subr.el (do-after-load-evaluation): Warn the user after loading an
8986 obsolete package.
8987
d6549da4
GM
89882009-09-12 Glenn Morris <rgm@gnu.org>
8989
8990 * proced.el (proced-mark-alt): Remove alias.
8991 (proced-mode-map): Remove proced-mark-alt.
8992
8993 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8994 Elint file and directory. Remove initialization entry.
8995
8996 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8997 commands.
8998 (elint-current-buffer): Set mode-line-process.
8999 (elint-init-env): Handle define-derived-mode.
9000 Fix declare-function with unspecified arglist. Guard against odd
9001 defalias statements (eg iso-insert's 8859-1-map).
9002 (elint-add-required-env): Use a temp buffer.
9003 (elint-form): Just print the function/macro name, not the whole form.
9004 Return env unchanged if we fail to parse a macro.
9005 (elint-forms): Guard against parse errors.
9006 (elint-output): New function, to handle batch mode.
9007 (elint-log-message): Add optional argument. Use elint-output.
9008 (elint-set-mode-line): New function.
9009
30194d4d
CY
90102009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
9011
9012 * emacs-lisp/elp.el (elp-not-profilable): Add more
9013 functions (Bug#4233).
9014
a035f9b0
CY
90152009-09-12 Chong Yidong <cyd@stupidchicken.com>
9016
9017 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9018 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9019
dad61164
NR
90202009-09-11 Nick Roberts <nickrob@snap.net.nz>
9021
9022 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9023 (gdb-var-list-children): Use json parsing.
9024
9c3c9fdf 90252009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
9026
9027 * progmodes/js.el (js--proper-indentation): Handle the case where
9028 char-before is null. Reported by Deniz Dogan.
9029
b4587710
JB
90302009-09-11 Juanma Barranquero <lekktu@gmail.com>
9031
9032 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9033
13890796
DU
90342009-09-11 Daiki Ueno <ueno@unixuser.org>
9035
9036 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9037 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 9038 (epg-context-set-passphrase-callback)
97d4bdba 9039 (epg-context-set-progress-callback): Add description about
b18508dd 9040 callback function.
13890796 9041
2efb64a8
SM
90422009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9043
790d0270
SM
9044 * custom.el (custom-delayed-init-variables): New var.
9045 (custom-initialize-delay): New function.
9046 * startup.el (command-line): "Re"evaluate all vars in
9047 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
9048 explicitly any more.
9049 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9050 to avoid creating a ~/.emacs.d at build-time (bug#4347).
9051
9052 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 9053
ac243a40
NR
90542009-09-11 Nick Roberts <nickrob@snap.net.nz>
9055
9056 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9057 (gdb-var-update-handler): Use json parsing.
9058
657bc6fc
JB
90592009-09-11 Juanma Barranquero <lekktu@gmail.com>
9060
9061 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9062 decode annotated text, regardless of language environment. (Bug#2741)
9063
b6fe8102
SM
90642009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9065
9066 * Makefile.in (autoloads): Make rmail.el writable as well.
9067
5cc443fe
GM
90682009-09-11 Glenn Morris <rgm@gnu.org>
9069
5515c54e
GM
9070 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9071 loaddefs.el.
9072 * dired.el: Regenerate with extracted autoloads.
9073 * Makefile.in (autoloads): Make dired.el writable.
9074
15067158
GM
9075 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9076 * ibuffer.el: Regenerate with extracted autoloads.
9077 * Makefile.in (autoloads): Make ibuffer.el writable.
9078
d35d0238
GM
9079 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9080 * version.el (emacs-copyright, emacs-major-version)
9081 (emacs-minor-version): Reformat doc-strings for make-docfile.
9082
5cc443fe
GM
9083 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9084 functions and variables, since they must be stuff specific to some other
9085 platform.
9086 (apropos-print): Make mouse-click message less specific about button.
9087
9088 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9089 that records where a macro was defined.
9090 * help-fns.el (describe-function-1): Mention if a function has a
9091 compiler-macro.
9092 * help-mode.el (help-function-cmacro): New button.
9093
9094 * locate.el (top-level): Always require dired.
9095 (locate-mode-map): Initialize inside the defvar.
9096
9097 * net/ange-ftp.el (dired-compress-file): Declare.
9098 (ange-ftp-dired-compress-file): Add doc string.
9099
9100 * term/ns-win.el (x-display-name, x-setup-function-keys):
9101 Unify doc-strings with X versions.
9102
8cb95edf
SM
91032009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9104
726a4d09
SM
9105 * emulation/crisp.el (crisp-mode-map): Move initialization
9106 into declaration.
9107 (crisp-mode): Use define-minor-mode.
9108
8cb95edf
SM
9109 * progmodes/xscheme.el (xscheme-evaluation-commands):
9110 Put a :advertised-binding property rather than using
9111 advertised-xscheme-send-previous-expression.
9112 (advertised-xscheme-send-previous-expression): Declare obsolete.
9113 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9114 `advertised-undo'.
9115 (crisp-mode): Add corresponding bindings to
9116 undo's :advertised-binding instead.
9117 * dired.el (dired-mode-map): Put a :advertised-binding property rather
9118 than using dired-advertised-find-file.
9119 (dired-advertised-find-file):
9120 * simple.el (advertised-undo):
9121 * wid-edit.el (advertised-widget-backward): Declare obsolete.
9122 (widget-keymap): Put a :advertised-binding property rather
9123 than using advertised-widget-backward.
9124 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9125 than using advertised-undo.
9126 * tutorial.el (tutorial--default-keys): Adjust accordingly.
9127
07db5857
SS
91282009-09-10 Simon South <ssouth@slowcomputing.org>
9129
9130 * progmodes/delphi.el (delphi-tab): Indent region when Transient
9131 Mark mode is enabled and region is active; otherwise indent or
9132 insert TAB as usual.
9133 (delphi-mode): Update description of TAB-key binding.
9134
50d4ba39
SM
91352009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9136
9137 * subr.el (define-key-rebound-commands): Mark obsolete.
9138 * startup.el (precompute-menubar-bindings): Remove.
9139 (normal-top-level): Remove obsolete code that tried to precompute
9140 menubar bindings.
9141 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9142 define-key-rebound-commands and precompute-menubar-bindings.
9143
ffa894db
KY
91442009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9145
9146 * net/imap.el (imap-interactive-login): Better messages.
9147 (imap-open): Fix bug with renamed buffer on reconnect.
9148 (imap-authenticate): Add buffer-local imap-last-authenticator variable
9149 for easier debugging and cleaner code. On successful (guessed based on
9150 server capabilities) secondary authentication, set imap-state
9151 correctly.
9152 (imap-last-authenticator): Define imap-last-authenticator as a variable
9153 to avoid warnings.
9154
9477096c
GM
91552009-09-10 Glenn Morris <rgm@gnu.org>
9156
9157 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9158
9159 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9160 (byte-compile-file-form-autoload): Don't warn about unknown functions
9161 where the autoload statement comes after the use.
9162 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9163 that any handlers inside the body (eg require) are in turn respected.
9164
9165 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9166 effects.
9167
9168 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9169 and syntax and abbrev tables basic docs, if they don't have any.
9170
9171 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9172
9173 * international/mule-cmds.el (top-level): Require cl when compiling.
9174 (view-hello-file): Use default-value rather than
9175 default-enable-multibyte-characters.
9176
9177 * progmodes/fortran.el: Move all safe and risky properties into the
9178 defcustoms.
9179
9180 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9181 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9182 * mail/undigest.el:
9183 Put autoloads in rmail.el rather than loaddefs.el.
9184 * mail/rmail.el: Regenerate with extracted autoloads.
9185
9186 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9187 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9188
9f16c547
NR
91892009-09-10 Nick Roberts <nickrob@snap.net.nz>
9190
9191 Reported in thread for Bug#4375.
9192 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9193 "-data-evaluate-expression" instead of print.
9194 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9195 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
9196 (gdb): Revert 2009-08-11 change. User should detach inferior
9197 manually.
9f16c547
NR
9198
9199 Remove the word "separate" from IO functions as inferior
9200 output is now never displayed in the GUD buffer.
9201
50405cd0
JB
92022009-09-10 Juanma Barranquero <lekktu@gmail.com>
9203
9204 * startup.el (command-line-normalize-file-name): On Windows and
9205 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9206
7ae62430
JL
92072009-09-10 Juri Linkov <juri@jurta.org>
9208
9209 * isearch.el (isearch-text-char-description): Propertize escape
9210 character sequences with the `escape-glyph' face. (Bug#4344)
9211
9212 * simple.el (shell-command): Set asynchronous process filter to
9213 `comint-output-filter'. (Bug#4343)
9214
9215 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9216 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
9217 the list. Move "asm" to the bottom.
9218 (grep-find-ignored-directories): Add `choice' with nil value
9219 to empty the list easily.
9220 (grep-find-ignored-files): New option.
9221 (grep-files-history): Set to nil by default instead of '("ch" "el").
9222 (grep-compute-defaults): Add "<X>" to `grep-template'.
9223 (grep-read-files): Bind new local variables `default-alias' and
9224 `default-extension'. Use a list of default values for the file prompt.
9225 (lgrep): Add `--exclude=' command line options composed from
9226 `grep-find-ignored-files'.
9227 (rgrep): Add `-name' command line options composed from
9228 `grep-find-ignored-files'. (Bug#4301)
9229
cd875252
SM
92302009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9231
9232 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9233 (bug#4368).
9234
cdce0b33
KY
92352009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9236
9237 * calendar/time-date.el (autoload):
9238 Expand define-obsolete-function-alias into defalias and make-obsolete
9239 for old Emacsen that Gnus supports.
9240 (with-no-warnings): Define it for old Emacsen.
9241 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9242 is available.
9243 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9244 float-time is available; suppress compile warning for time-to-seconds.
9245
92462009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
9247
9248 * net/imap.el (imap-message-map): Docstring fix.
9249
2b2eb431
GM
92502009-09-09 Glenn Morris <rgm@gnu.org>
9251
9252 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9253 line numbers too. (Bug#4374)
9254
83a5aac5
SM
92552009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
9256
755e0210
SM
9257 * smerge-mode.el (smerge-remove-props, smerge-refine):
9258 Use with-silent-modifications (bug#4342).
9259
83a5aac5
SM
9260 * subr.el (with-silent-modifications): New macro.
9261
79f01fa7
JB
92622009-09-07 Juanma Barranquero <lekktu@gmail.com>
9263
9264 * files.el (top-level): Require `cl' when compiling.
9265
448ecec3
GM
92662009-09-07 Glenn Morris <rgm@gnu.org>
9267
9268 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9269
8f09a02f
GM
9270 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9271 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
9272
76ff67bf
NR
92732009-09-06 Nick Roberts <nickrob@snap.net.nz>
9274
9275 * vc-git.el (vc-git-annotate-command): Use separator to parse
9276 arguments correctly.
9277
943c8b75
EZ
92782009-09-06 Eli Zaretskii <eliz@gnu.org>
9279
9280 * proced.el (proced-mode): Doc fix.
9281
680db9ac
MA
92822009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
9283
9284 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9285 lstat fails.
9286 (tramp-do-file-attributes-with-ls): Check for file existence at
9287 remote end.
9288 (tramp-do-file-attributes-with-stat): Likewise.
9289 (tramp-convert-file-attributes): Return nil when attr is nil.
9290
3f12e5bd
GM
92912009-09-05 Glenn Morris <rgm@gnu.org>
9292
c8dc27bf
GM
9293 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9294 properties to this button.
9295 (diary-fancy-display): Don't extend the button to the final newline.
9296 (diary-fancy-display-mode): Continue to define "q" as a local key.
9297
cca065d8
GM
9298 * calendar/cal-china.el (holiday-chinese): Make it slightly more
9299 efficient.
9300
cddaedb6
GM
9301 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9302
3f12e5bd
GM
9303 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9304 (byte-compile-dest-file-function): New option.
9305 (byte-compile-dest-file): Doc fix.
9306 Obey byte-compile-dest-file-function.
9307 (byte-compile-cl-file-p): New function.
9308 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9309 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
9310 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9311 than for file being previously loaded.
9312 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9313 (byte-compile-file-form-require): Handle the case where requiring a file
9314 indirectly causes CL to be loaded.
9315
049a231b
KF
93162009-09-05 Karl Fogel <kfogel@red-bean.com>
9317
9318 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9319 before killing the old buffer, since by the time `kill-buffer' is
9320 run so many buffer variables have been set to nil that it may not
9321 behave as expected. (Bug#4061)
9322
ef7ef2a0
KF
93232009-09-05 Karl Fogel <kfogel@red-bean.com>
9324
9325 * files.el (find-alternate-file): If the old buffer is modified
9326 and visiting a file, behave similarly to `kill-buffer' when
9327 killing it, thus reverting to the pre-1.878 behavior; see
9328 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9329 for discussion. Also, consult `buffer-file-name' as a variable
9330 not as a function, for consistency with the rest of the code.
9331
73d854cd
MA
93322009-09-04 Michael Albinus <michael.albinus@gmx.de>
9333
9334 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9335 also when adding a new directory.
9336
33aeea0e
SM
9337 * net/tramp-compat.el (tramp-compat-line-beginning-position):
9338 New defun.
73d854cd 9339
df120481
SM
93402009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9341
9342 * files.el (locate-file-completion-table): Make it provide boundary
9343 information, so partial-completion works better.
9344
c0bc6d79
SM
93452009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9346
9347 * mail/footnote.el (Footnote-text-under-cursor):
9348 Check footnote-text-marker-alist before using it (bug#4324).
9349
f76a9756
GM
93502009-09-04 Glenn Morris <rgm@gnu.org>
9351
67d110f1
GM
9352 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9353 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9354 * play/solitaire.el, play/tetris.el:
9355 Remove leading * from defcustom and defface docs.
9356
b42d4989
GM
9357 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9358 necessary.
9359 (diary-fancy-overriding-map): New variable.
9360 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9361 Use view-mode.
9362
f76a9756
GM
9363 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9364 goto-line.
9365
e605eeeb
GM
93662009-09-03 Glenn Morris <rgm@gnu.org>
9367
597e2240
GM
9368 * arc-mode.el (archive-mode):
9369 * dos-fns.el (set-default-process-coding-system):
9370 * man.el (Man-getpage-in-background):
9371 * menu-bar.el (menu-bar-describe-menu):
9372 * server.el (server-process-filter):
9373 * startup.el (command-line):
9374 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9375 * w32-fns.el (set-default-process-coding-system):
9376 * x-dnd.el (x-dnd-handle-file-name):
9377 * international/mule-cmds.el (mule-menu-keymap)
9378 (set-default-coding-systems, language-info-alist, set-language-info)
9379 (set-language-environment, standard-display-european-internal)
9380 (set-locale-environment):
9381 * international/mule-diag.el (mule-diag):
9382 * mail/emacsbug.el (report-emacs-bug):
9383 * mail/rmail.el (rmail-mode):
9384 * mail/sendmail.el (mail-setup):
9385 Use default-value rather than default-enable-multibyte-characters.
9386
f38184aa
GM
9387 * progmodes/f90.el: Move all safe properties into the defcustoms.
9388 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9389
e605eeeb
GM
9390 * calendar/appt.el (appt-check):
9391 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9392 (diary-check-diary-file, diary-list-entries)
9393 (diary-include-other-diary-files, diary-simple-display)
9394 (diary-fancy-display, diary-print-entries)
9395 (diary-mark-included-diary-files, diary-make-entry):
9396 Don't call substitute-in-file-name on diary-file.
9397
734db384
SM
93982009-09-03 Eduard Wiebe <usenet@pusto.de>
9399 Stefan Monnier <monnier@iro.umontreal.ca>
9400
9401 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9402 (footnote-mode-map): Move initialization into the declaration.
9403 (footnote-minor-mode-map): Define it rather than changing global-map.
9404 (footnote-mode): Use define-minor-mode.
9405
e5aa47f9
MA
94062009-09-02 Michael Albinus <michael.albinus@gmx.de>
9407
9408 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9409 (tramp-do-file-attributes-with-perl)
9410 (tramp-do-file-attributes-with-stat): Rename from
9411 `tramp-handle-file-attributes-with-*'.
9412 (tramp-handle-file-attributes): Use them.
9413 (tramp-do-directory-files-and-attributes-with-perl)
9414 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9415 `tramp-handle-directory-files-and-attributes-with-*'.
9416 (tramp-handle-directory-files-and-attributes): Use them.
9417 (tramp-method-out-of-band-p): Additional parameter SIZE.
9418 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9419 (tramp-handle-write-region): Use it.
734db384 9420 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
9421 (tramp-handle-vc-registered): Check, whether the first run did
9422 return files to be tested.
9423 (tramp-advice-make-auto-save-file-name): Do not call directly
9424 `tramp-handle-make-auto-save-file-name', because this would bypass
9425 the locking mechanism.
9426
734db384 9427 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
9428 (file-remote-p, process-file, start-file-process, set-file-times)
9429 (tramp-compat-file-attributes): Compatibility functions shall not
9430 call directly `tramp-handle-*', because this would bypass the
9431 locking mechanism.
9432 (tramp-compat-number-sequence): New defun.
9433
6e2ca895
GM
94342009-09-02 Glenn Morris <rgm@gnu.org>
9435
697c7714
GM
9436 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9437 alias for float-time.
9438 (time-to-number-of-days): In Emacs, use float-time.
9439 * net/newst-backend.el (time-add): Suppress warnings from compat
9440 function.
9441 * time.el (emacs-uptime, emacs-init-time):
9442 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9443 Use float-time rather than time-to-seconds.
9444
6e2ca895
GM
9445 * minibuffer.el (completion-initials-expand): Fix typo.
9446
9447 * faces.el (modeline, modeline-inactive, modeline-highlight)
9448 (modeline-buffer-id):
9449 * info.el (info-menu-5): Mark these face aliases as obsolete.
9450
ed17efec
NR
94512009-09-01 Nick Roberts <nickrob@snap.net.nz>
9452
9453 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9454 space ...
9455 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9456 no "--thread" option.
9457 (gdb-stopped): Don't print "Switched to thread" message when it is
9458 unchanged.
9459
fcb68f70
SM
94602009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9461
9462 * minibuffer.el (completion-try-completion)
9463 (completion-all-completions): Remove ill-defined (and
9464 mistakenly installed and luckily never used nor documented)
9465 `completion-styles' property.
9466 (completion-initials-expand, completion-initials-all-completions)
9467 (completion-initials-try-completion): New functions.
9468 (completion-styles-alist): Add doc to each entry.
9469 Add new `initials' entry.
9470
83318a6d
NR
94712009-09-01 Nick Roberts <nickrob@snap.net.nz>
9472
9473 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9474 MI command -var-evaluate-expression.
9475 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9476 and tweak for case of string child.
734db384 9477 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 9478
d63eb0e7
GM
94792009-09-01 Glenn Morris <rgm@gnu.org>
9480
c4f6e489
GM
9481 * add-log.el (change-log-date-face, change-log-name-face)
9482 (change-log-email-face, change-log-file-face, change-log-list-face)
9483 (change-log-conditionals-face, change-log-function-face)
9484 (change-log-acknowledgement-face):
9485 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9486 (custom-modified-face, custom-set-face, custom-changed-face)
9487 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9488 (custom-documentation-face, custom-state-face, custom-comment-face)
9489 (custom-comment-tag-face, custom-variable-tag-face)
9490 (custom-variable-button-face, custom-face-tag-face)
9491 (custom-group-tag-face-1, custom-group-tag-face):
9492 * diff-mode.el (diff-header-face, diff-file-header-face)
9493 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9494 (diff-added-face, diff-changed-face, diff-function-face)
9495 (diff-context-face, diff-nonexistent-face):
9496 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9497 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9498 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9499 (Info-title-4-face):
9500 * isearch.el (isearch-lazy-highlight-face):
9501 * log-view.el (log-view-file-face, log-view-message-face):
9502 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9503 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9504 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9505 (cvs-msg-face):
9506 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9507 (smerge-base-face, smerge-markers-face):
9508 * wid-edit.el (widget-documentation-face, widget-button-face)
9509 (widget-field-face, widget-single-line-field-face)
9510 (widget-inactive-face, widget-button-pressed-face):
9511 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9512 (woman-addition-face):
2fb1ec93
GM
9513 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9514 (eshell-ls-executable-face, eshell-ls-readonly-face)
9515 (eshell-ls-unreadable-face, eshell-ls-special-face)
9516 (eshell-ls-missing-face, eshell-ls-archive-face)
9517 (eshell-ls-backup-face, eshell-ls-product-face)
9518 (eshell-ls-clutter-face):
9519 * eshell/em-prompt.el (eshell-prompt-face):
9520 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 9521 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
9522 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9523 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9524 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9525 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9526 (antlr-font-lock-literal-face):
c4f6e489
GM
9527 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9528 (ebrowse-root-class-face, ebrowse-file-name-face)
9529 (ebrowse-default-face, ebrowse-member-attribute-face)
9530 (ebrowse-member-class-face, ebrowse-progress-face):
9531 * progmodes/make-mode.el (makefile-space-face):
9532 * progmodes/sh-script.el (sh-heredoc-face):
9533 * textmodes/flyspell.el (flyspell-incorrect-face)
9534 (flyspell-duplicate-face):
9535 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 9536 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
9537 Mark face aliases with "-face" suffix as obsolete.
9538
d80619fa
GM
9539 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9540 compiler.
9541
5f68c1b7
GM
9542 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9543 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9544 easy-menu-define wants to modify these.
9545
9546 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9547
9548 * net/browse-url.el (browse-url-file-url):
9549 * term/internal.el (dos-codepage-setup):
9550 Use default-value rather than default-enable-multibyte-characters.
9551
d80619fa 9552 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
9553 * progmodes/flymake.el (flymake-highlight-line)
9554 (flymake-goto-file-and-line, flymake-goto-line):
9555 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9556 (gdb-goto-breakpoint):
9557 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9558 * progmodes/python.el (python-find-function)
9559 (python-pdbtrack-track-stack-file):
9560 * progmodes/verilog-mode.el (verilog-surelint-off):
9561 * term/ns-win.el (ns-open-file-select-line):
9562 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9563 Use forward-line rather than goto-line.
9564
d63eb0e7
GM
9565 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9566 * textmodes/reftex-index.el (reftex-display-index):
9567 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9568 * textmodes/reftex-toc.el (reftex-toc):
9569 Remove unnecessary bindings of default-major-mode (all are followed by
9570 major-mode check and possible mode switch).
9571
0afad278
NR
95722009-08-31 Nick Roberts <nickrob@snap.net.nz>
9573
9574 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9575 Handle watchpoints (bug#4282).
9576 (def-gdb-thread-buffer-command): Enable thread to be selected by
9577 clicking without selecting threads buffer first.
9578 (gdb-current-context-command): Use selected frame so that "up",
9579 "down" etc work in the GUD buffer.
9580 (gdb-update): Find selected frame before rendering stack buffer.
9581 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9582
4e135dd2
SM
95832009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9584
9585 * progmodes/sym-comp.el (displayed-completions): Remove.
9586 (symbol-complete): Use minibuffer-complete.
9587
e61eba34
GM
95882009-08-31 Glenn Morris <rgm@gnu.org>
9589
9590 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9591
734db384
SM
9592 * apropos.el (apropos-symbols-internal):
9593 Handle (obsolete) face aliases.
e61eba34
GM
9594
9595 * faces.el (describe-face): Adjust the output format to be more like
9596 describe-variable, and to mention (obsolete) face aliases.
9597 Adjust the whitespace so that help-setup-xref works.
9598
9599 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9600 * calendar/diary-lib.el (diary-button-face):
9601 Mark these face aliases as obsolete.
9602
9603 * calendar/calendar.el (calendar-today): Doc fix.
9604
4cf71456
NR
96052009-08-31 Nick Roberts <nickrob@snap.net.nz>
9606
9607 * progmodes/gdb-mi.el (gdb-control-all-threads)
9608 (gdb-control-current-thread): Force tool bar update.
9609 (gdb-non-stop-handler): New function.
9610 (gdb-init-1): Use it to test if non-stop mode is supported.
9611 Remove unused gdbmi buffer type.
9612
e61eba34 96132009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
9614
9615 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 9616 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 9617
4324f7ca
NR
96182009-08-30 Nick Roberts <nickrob@snap.net.nz>
9619
9620 * comint.el (comint-exec-1): Check command is non-null first.
9621 Part of gdb-mi.el change (2009-08-28).
9622
a1bf889a
SM
96232009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9624
9625 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9626
060c08b5
JB
96272009-08-30 Juanma Barranquero <lekktu@gmail.com>
9628
9629 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9630 instead of `dolist' to avoid a recursive require when bootstrapping.
9631
ab22be48
SM
96322009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9633
73ebf88f
SM
9634 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9635
80629cfc
SM
9636 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9637
206d0387 9638 * net/imap.el (imap-send-command): Simplify.
734db384 9639 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 9640
844f7784
SM
9641 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9642
5ca4661e
SM
9643 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9644 with constant argument.
9645
c61dc887
SM
9646 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9647
7eb73deb
SM
9648 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9649
5fe443de
SM
9650 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9651 Change default, since most of our files don't have a history.
9652 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9653 the user.
9654
6444d64a
SM
9655 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9656 Add comint-run.
9657
5cb16bfc
SM
9658 * calc/calc.el: Improve commenting convention.
9659 (calc-digit-map, toplevel): Simplify.
9660
0aeb71a7
SM
9661 * comint.el (comint-insert-input): Be careful to only set point if we
9662 don't delegate to some other command.
9663
9a9af856
SM
9664 * proced.el (proced-signal-list): Make it an alist.
9665 (proced-grammar-alist): Capitalize names.
9666 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9667 Disable undo manually and make it read-only.
9668 Use completion-annotate-function.
9669
ab22be48
SM
9670 * minibuffer.el (minibuffer-message): If the current buffer is not
9671 a minibuffer, insert the message in the echo area rather than at the
9672 end of the buffer.
9673 (completion-annotate-function): New variable.
9674 (minibuffer-completion-help): Use it.
9675 (completion--embedded-envvar-table): Environment vars are
9676 always case-sensitive.
9677
4a948dbf
GM
96782009-08-30 Glenn Morris <rgm@gnu.org>
9679
9680 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9681 from fortran-current-defun.
9682 (fortran-beginning-of-subprogram): Be more precise about finding the
9683 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9684 (fortran-end-of-subprogram): Simplify.
9685 (fortran-current-defun): Use fortran-start-prog-re.
9686
486cf3b8
JB
96872009-08-29 Juanma Barranquero <lekktu@gmail.com>
9688
9689 * subr.el (do-after-load-evaluation): Simplify.
9690
db167d28
DN
96912009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9692
9693 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9694
9695 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9696 (vc-rcs-print-log): Use it.
9697
9698 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9699
efbc652a
SM
97002009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9701
2aa0e5bf
SM
9702 * paths.el (abbrev-file-name): Move to abbrev.el.
9703 * abbrev.el (abbrev-file-name): Move from paths.el.
9704 Obey user-emacs-directory.
9705 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9706 user-emacs-directory.
9707 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9708 abbrev-file-name and calc-settings-file any more.
9709 * startup.el (command-line): Recompute abbrev-file-name and
9710 abbreviated-home-dir.
9711 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9712 of the special code for when C-h bindings haven't been changed.
9713 (display-startup-echo-area-message): Use with-current-buffer.
9714 (command-line-1): Use a list of strings, rather than a list of lists
9715 of strings for longopts.
9716
51da8fe2
SM
9717 * files.el (get-free-disk-space): Use / for default-directory.
9718
0c3cc4dd
SM
9719 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9720 Use with-current-buffer.
9721
d988dbf6
SM
9722 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9723 Recognize immutable variables like most-positive-fixnum.
9724 (byte-compile-setq-default): Check and warn if trying to assign
9725 to an immutable variable, or a non-variable.
9726
efbc652a
SM
9727 * progmodes/cc-vars.el (c-comment-continuation-stars):
9728 * progmodes/cc-engine.el (c-looking-at-bos):
9729 * progmodes/cc-cmds.el (c-toggle-auto-state)
9730 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9731 (c-comment-line-break-function): Add version of obsolescence.
9732
d30a05d1
JL
97332009-08-28 Juri Linkov <juri@jurta.org>
9734
9735 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9736 associated with `archive-mode'.
9737
9738 * image.el (image-type-header-regexps): Use only JPEG magic number
9739 to determine JPEG images, and don't use `image-jpeg-p' because
9740 Emacs can display non-JFIF non-Exif JPEG images.
9741
1e8eecea
JB
97422009-08-28 Juanma Barranquero <lekktu@gmail.com>
9743
9744 * arc-mode.el (archive-mode):
9745 * emacs-lisp/re-builder.el (re-builder-unload-function):
9746 Protect against the default value of `major-mode' being nil.
9747
dd4fbf56
JB
97482009-08-28 Juanma Barranquero <lekktu@gmail.com>
9749
9750 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9751 Fix typos in docstrings.
9752
9753 * progmodes/js.el (js--macro-decl-re): Doc fix.
9754 (js--plain-method-re, js--split-name): Refloc docstring.
9755 (js--class-styles, js--make-merged-item, js--splice-into-items):
9756 Fix typos in docstrings; reflow docstrings.
9757 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9758 (js--variable-decl-matcher, js--inside-pitem-p)
9759 (js--parse-state-at-point, js--get-all-known-symbols)
9760 (js--symbol-history, js-find-symbol, js--js-references)
9761 (js--moz-interactor, js--js-encode-value, js--read-tab):
9762 Fix typos in docstrings.
9763
72f16325
SM
97642009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9765
14acf2f5
SM
9766 * textmodes/reftex.el (reftex-get-file-buffer-force):
9767 * progmodes/verilog-mode.el (verilog-batch-execute-func):
9768 * emulation/viper.el (viper-go-away, viper-set-hooks):
9769 * emacs-lisp/re-builder.el (re-builder-unload-function):
9770 * emacs-lisp/bytecomp.el (byte-compile-file):
9771 * ses.el (ses-unload-function):
9772 * hexl.el (hexl-find-file):
9773 * files.el (normal-mode):
9774 * ehelp.el (with-electric-help):
9775 * autoinsert.el (auto-insert-alist):
9776 * arc-mode.el (archive-mode):
9777 Use (default-value 'major-mode) instead of default-major-mode.
9778
72f16325
SM
9779 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9780 * international/mule.el (load-with-code-conversion):
9781 * emacs-lisp/debug.el (debug):
9782 * ediff-vers.el (ediff-rcs-get-output-buffer):
9783 * dired.el (dired-internal-noselect): Don't let-bind
9784 default-major-mode around code that doesn't use it.
9785 E.g. buffer creation via get-buffer-create doesn't use it.
9786
aa485f7c
MA
97872009-08-28 Michael Albinus <michael.albinus@gmx.de>
9788
9789 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9790 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9791 when writing the temp file. Otherwise, epa-file gets confused.
9792 (tramp-register-file-name-handlers): Make it a defun. Move also
9793 `epa-file-handler' to the front of `file-name-handler-alist'.
9794
97952009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9796
9797 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9798 start right after a ^M.
9799 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9800 (tramp-completion-file-name-regexp-separate)
9801 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
9802 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9803 Don't modify last-coding-system-used by accident.
aa485f7c
MA
9804 (tramp-completion-file-name-handler): Apply the checks here,
9805 instead during registration.
48c2d18a 9806 (tramp-register-file-name-handlers): Renamed from
aa485f7c
MA
9807 `tramp-register-file-name-handler'. Register both
9808 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 9809 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 9810
3f0c2b92
NR
98112009-08-28 Nick Roberts <nickrob@snap.net.nz>
9812
72f16325
SM
9813 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9814 Remove variable ...
3f0c2b92
NR
9815 (gdb-init-1, gdb-display-separate-io-buffer)
9816 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9817 references to it.
9818 (gdb-inferior-io-mode): Use make-comint-in-buffer.
9819 (gdb-inferior-filter): Use comint-output-filter to stop
9820 echoing and remove ^M characters.
9821
705e5bd9
SM
98222009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9823
009fdc2e
SM
9824 * emulation/viper-init.el (viper-restore-cursor-type):
9825 * emulation/cua-base.el (cua--update-indications):
9826 Replace default-cursor-type with (default-value 'cursor-type).
9827
b56a5ae0
SM
9828 * mail/sendmail.el (mail-recover-1):
9829 * international/mule-diag.el (describe-current-coding-system-briefly)
9830 (describe-current-coding-system):
9831 * international/mule-cmds.el (select-safe-coding-system)
9832 (select-message-coding-system)
9833 (set-language-environment-coding-systems, set-locale-environment):
9834 * hexl.el (hexl-insert-multibyte-char):
9835 * dos-w32.el (find-buffer-file-type-coding-system):
9836 * simple.el (what-cursor-position):
9837 Replace uses of default-buffer-file-coding-system
9838 with (default-value 'buffer-file-coding-system).
9839
de70529f
SM
9840 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9841 Replace uses of default-cursor-in-non-selected-windows
9842 with (default-value 'cursor-in-non-selected-windows).
9843 Use with-current-buffer.
9844
705e5bd9
SM
9845 * mail/feedmail.el: Use CL macros.
9846 (feedmail-run-the-queue, feedmail-send-it-immediately):
9847 * dos-w32.el (find-buffer-file-type): Replace uses of
9848 default-buffer-file-type with (default-value 'buffer-file-type).
9849
4d985ac2
GM
98502009-08-28 Glenn Morris <rgm@gnu.org>
9851
9852 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9853 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9854 Use default-value of major-mode rather than default-major-mode.
9855
17c15b81
SM
98562009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9857
3a68ab06
SM
9858 * Makefile.in (update-elcfiles): Report left over elc files.
9859
9421bdd1
SM
9860 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9861 expand-file-name and with-current-buffer.
9862 (mail-get-names, mail-directory): Use with-current-buffer.
9863
17c15b81
SM
9864 * vc.el (vc-read-revision): New function.
9865 (vc-version-diff, vc-merge): Use it.
9866
ba83a64e
SS
98672009-08-27 Sam Steingold <sds@gnu.org>
9868
9869 * simple.el (kill-do-not-save-duplicates): New user option.
9870 (kill-new): When it is non-nil, and the new string is the same as
9871 the latest kill, set replace to t to avoid duplicates in kill-ring.
9872
be3e598a 98732009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
9874
9875 * net/tramp.el (tramp-handle-process-file): Do not flush all
9876 caches when `process-file-side-effects' is set.
9877 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
9878 instead of `tramp-find-file-exists-command'.
9879 Unset `process-file-side-effects'.
d5b5c94a
MA
9880
98812009-08-27 Michael Albinus <michael.albinus@gmx.de>
9882
9883 * net/tramp.el (tramp-methods): New method "rsyncc".
9884 (top): Add completion function for "rsyncc".
9885 (tramp-message-show-message): New defvar.
9886 (tramp-message, tramp-error): Use it.
9887 (tramp-do-copy-or-rename-file-directly): Extend check for direct
9888 remote copying.
9889 (tramp-do-copy-or-rename-file-out-of-band): Handle new
9890 `tramp-methods' entry `copy-env' of "rsyncc".
9891 (tramp-vc-registered-read-file-names): New defconst.
9892 (tramp-vc-registered-file-names): New defvar.
9893 (tramp-handle-vc-registered): Implement optimization strategy.
9894 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9895 (tramp-vc-file-name-handler): New defun.
9896 (tramp-get-ls-command, tramp-get-test-command)
9897 (tramp-get-file-exists-command, tramp-get-remote-ln)
9898 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 9899 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
9900
9901 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9902 (tramp-cache-inhibit-cache): Extend doc string. It allows also
9903 timestamps.
9904 (tramp-get-file-property): Check for timestamps in
9905 `tramp-cache-inhibit-cache'.
9906 (tramp-set-file-property): Write timestamp.
9907
1339cf20
KH
99082009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9909
9910 * language/japan-util.el (japanese-symbol-table): Add entries for
9911 cp932-2-byte.
9912
9913 * international/characters.el: Add category `j' to cp932-2-byte.
9914
726e3f1d
KH
99152009-08-27 Kenichi Handa <handa@m17n.org>
9916
9917 * international/fontset.el (build-default-fontset-data): New macro.
9918 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 9919 tibetan, ethiopic, and ipa.
726e3f1d 9920
4e3b4528
SM
99212009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9922
9923 * cus-start.el (default-major-mode): Customize `major-mode' instead.
9924 (enable-multibyte-characters): Not customizable any more.
9925
9926 * subr.el (default-mode-line-format, default-header-line-format)
9927 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9928 (default-direction-reversed, default-truncate-lines)
9929 (default-left-margin, default-tab-width, default-case-fold-search)
9930 (default-left-margin-width, default-right-margin-width)
9931 (default-left-fringe-width, default-right-fringe-width)
9932 (default-fringes-outside-margins, default-scroll-bar-width)
9933 (default-vertical-scroll-bar, default-indicate-empty-lines)
9934 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9935 (default-fringe-cursor-alist, default-scroll-up-aggressively)
9936 (default-scroll-down-aggressively, default-fill-column)
9937 (default-cursor-type, default-buffer-file-type)
9938 (default-cursor-in-non-selected-windows)
9939 (default-buffer-file-coding-system, default-major-mode)
9940 (default-enable-multibyte-characters): Mark as obsolete.
9941
b3cca6a6
DN
99422009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
9943
652cc1a2
DN
9944 * vc-dir.el (vc-dir-update): Remove debug helper.
9945
b3cca6a6
DN
9946 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9947
4ed8c7aa
SS
99482009-08-26 Sam Steingold <sds@gnu.org>
9949
9950 * simple.el (save-interprogram-paste-before-kill): New user option.
9951 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9952 save the interprogram-paste into kill-ring before overriding it
9953 with the Emacs kill.
9954
3b64d86b
DN
99552009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9956
9957 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9958 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9959 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9960 and move to vc-rcs.el.
9961 (vc-default-next-revision): Rename to vc-rcs-next-revision and
9962 move to vc-rcs.el.
9963 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9964 (vc-rcs-update-changelog): Remove.
9965 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9966 and move to vc-rcs.el.
9967
9968 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9969 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9970 renaming.
9971 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 9972 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
9973 vc.el, renamed to be RCS specific.
9974
72f16325
SM
9975 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9976 New functions.
9977 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
9978
9979 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9980 New functions.
9981
636a36a0
SM
99822009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9983
9984 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9985
239b3340
DN
99862009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9987
b91f0762 9988 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
9989 (vc-git-stash, vc-git-stash-show): New functions.
9990 (vc-git-extra-menu-map): Bind them.
b91f0762 9991
b8e54362
DN
9992 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9993 directory correctly in case the item is a directory itself.
9994
239b3340
DN
9995 * vc.el: Document the desired behavior for reverted files in the
9996 `added' state.
dc810649
DN
9997 (vc-default-prettify-state-info): Remove function, unused.
9998
9999 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 10000
e49c0179
GM
100012009-08-26 Glenn Morris <rgm@gnu.org>
10002
10003 * bindings.el (standard-mode-line-format): Reposition dashes in
10004 which-func entry. (Bug#4217)
10005
3029e594
GM
10006 * files.el (enable-local-variables, enable-local-eval)
10007 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10008 the defcustoms.
10009 (auto-mode-alist, ignored-local-variables)
10010 (save-some-buffers-action-alist): Move risky declarations to the
10011 definitions.
10012 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10013 (font-lock-defaults, format-alist, imenu--index-alist)
10014 (imenu-generic-expression, input-method-alist, minor-mode-alist)
10015 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10016 (mode-line-modified, mode-line-mule-info, mode-line-position)
10017 (mode-line-process, mode-line-remote, outline-level)
10018 (parse-time-rules, rmail-output-file-alist)
10019 (special-display-buffer-names, vc-mode):
10020 Move risky declarations to the relevant files.
72f16325
SM
10021 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10022 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
10023 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10024 * font-core.el (font-lock-defaults):
10025 * format.el (format-alist):
10026 * vc-hooks.el (vc-mode):
10027 * window.el (special-display-buffer-names):
10028 * international/mule-cmds.el (input-method-alist):
10029 Define riskiness here (dumped file) rather than in files.el.
10030 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10031 * imenu.el (imenu-generic-expression, imenu--index-alist):
10032 * outline.el (outline-level):
10033 * time.el (display-time-string):
10034 * calendar/parse-time.el (parse-time-rules):
10035 * mail/rmailout.el (rmail-output-file-alist):
10036 Autoload riskiness here, rather than placing in files.el.
10037
8476cfaf
SM
100382009-08-26 Andreas Schwab <schwab@linux-m68k.org>
10039
10040 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10041
0b35b48e
MA
100422009-08-25 Michael Albinus <michael.albinus@gmx.de>
10043
10044 * simple.el (process-file-side-effects): New defvar.
10045
10046 * dired-aux.el (dired-show-file-type):
10047 * vc.el (vc-diff-internal):
10048 * vc-arch.el (vc-arch-diff):
10049 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10050 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10051 * vc-git.el (vc-git-registered, vc-git-working-revision)
10052 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10053 (vc-git--empty-db-p):
10054 * vc-hooks.el (vc-user-login-name):
10055 * vc-svn.el (vc-svn-registered, vc-svn-state)
10056 (vc-svn-dir-extra-headers, vc-svn-find-revision):
10057 * progmodes/grep.el (grep-probe): Let-bind
10058 `process-file-side-effects' with nil.
10059
10060 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10061
10062 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10063 daemon. Replace ping by checking for running service for bluez
10064 and zeroconf. (Bug#4239)
10065
d54cc599
GM
100662009-08-25 Kevin Ryde <user42@zip.com.au>
10067
10068 * net/dig.el (dig): Add autoload cookie.
10069
7bfd055d
GM
100702009-08-25 Glenn Morris <rgm@gnu.org>
10071
bac9c66c
GM
10072 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10073 load-history for absolute file-names.
10074 (byte-compile-file-form-require): Warn about use of the cl package.
10075
7bfd055d
GM
10076 * format.el (format-alist): Doc fix.
10077
5ac1f9e0
GM
10078 * play/bubbles.el (top-level): Don't require cl at run-time.
10079
af62aa88
GM
10080 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10081 run-time cl).
10082
71e036af
DD
100832009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
10084
10085 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10086 from cl package.
10087 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10088
42110eaf
JB
100892009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
10090
10091 * calc/calc-alg.el (math-trig-rewrite)
10092 (math-hyperbolic-trig-rewrite): New functions.
10093 (calc-simplify): Simplify trig functions when asked.
10094
88421f3e
SM
100952009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10096
10097 * diff-mode.el (diff-find-source-location): Avoid goto-line.
10098
dbd9624e
KH
100992009-08-24 Kenichi Handa <handa@m17n.org>
10100
10101 * language/ind-util.el (mapthread): Delete it.
10102 (combinatorial): New function.
10103 (indian--puthash-cv): Use combinatorial instead of mapthread.
10104
9b89e3ee
GM
101052009-08-22 Kevin Ryde <user42@zip.com.au>
10106
10107 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10108 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10109 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10110 Clarify docstring that the value is strings not symbols.
10111 (checkdoc-list-of-strings-p): New function.
10112
e6ce8c42
GM
101132009-08-22 Glenn Morris <rgm@gnu.org>
10114
2ddf2ea6 10115 * files.el (auto-mode-alist):
a3374680
GM
10116 * hippie-exp.el (he-concat-directory-file-name):
10117 * lpr.el (lpr-windows-system, printer-name):
10118 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10119 * ps-print.el (ps-windows-system):
10120 * startup.el (command-line):
10121 * emulation/viper-ex.el (viper-glob-function):
10122 * international/mule-cmds.el (set-language-environment-coding-systems):
10123 * net/ange-ftp.el (ange-ftp-write-region):
10124 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 10125 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
10126 unisoft-unix, vax-vms, win32, w32.
10127
977955fa
GM
10128 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10129 given name if the pattern is not more specific.
10130
b4deec2e
GM
10131 * calendar/lunar.el (lunar-phase-names): New option.
10132 (lunar-phase): Doc fix.
10133 (lunar-cycles-per-year): New constant.
10134 (lunar-index): New function.
10135 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10136 (lunar-phase-name): Use lunar-phase-names.
10137 (calendar-lunar-phases): Use format.
10138 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10139
47e83968
GM
10140 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10141 Copy imenu-example--name-and-position function here for own use.
10142 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10143
e6ce8c42
GM
10144 * bs.el (bs--redisplay):
10145 * cus-edit.el (custom-redraw):
10146 * ibuffer.el (ibuffer-bury-buffer):
10147 * server.el (server-goto-line-column):
10148 * startup.el (command-line-1):
10149 * strokes.el (strokes-xpm-for-stroke):
10150 * term.el (term-display-buffer-line):
10151 * view.el (View-goto-line):
10152 * calc/calc.el (calc-do, calc-trail-buffer):
10153 * play/gamegrid.el (gamegrid-add-score-insecure):
10154 * progmodes/ada-mode.el (ada-compile-goto-error):
10155 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10156 (ebrowse-select-1st-to-9nth):
47e83968 10157 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
10158 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10159 * progmodes/gud.el (gud-display-line):
10160 (idlwave-shell-display-line):
10161 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10162 * progmodes/make-mode.el (makefile-browser-toggle):
10163 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10164 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10165 * textmodes/picture.el (picture-draw-rectangle):
10166 * textmodes/reftex-index.el (reftex-index-goto-letter):
10167 (reftex-select-jump-to-previous):
10168 * textmodes/reftex-sel.el (reftex-find-start-point)
10169 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10170 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10171 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10172 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10173 * textmodes/two-column.el (2C-associated-buffer):
10174 Use forward-line rather than goto-line.
10175
10176 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10177 goto-line.
10178
4b18bdb3
GM
10179 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10180 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10181 (quick-check-list-to-regexp): Declare.
e6ce8c42 10182
72f16325
SM
10183 * progmodes/make-mode.el (makefile-browser-insert-selection):
10184 Use goto-char rather than goto-line.
e6ce8c42
GM
10185
10186 * progmodes/prolog.el (compilation-error-regexp-alist)
10187 (compilation-forget-errors): Declare.
10188
32a2cf25
JL
101892009-08-22 Juri Linkov <juri@jurta.org>
10190
10191 * progmodes/grep.el (lgrep, rgrep): At the beginning
10192 set `dir' to `default-directory' unless `dir' is a non-nil
10193 readable directory. (Bug#4052)
10194 (lgrep, rgrep): Change a weird way to report an error
10195 from using `read-string' to using `error'.
10196 Instead of using interactive arguments in the function body,
10197 add new argument `confirm'.
10198
5443c9b7
SM
101992009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10200
cb5b40ee
SM
10201 * textmodes/remember.el (remember-buffer):
10202 * progmodes/cperl-mode.el (cperl-vc-header-alist):
10203 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10204 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
10205 * net/newst-treeview.el (newsticker-groups-filename):
10206 * net/newst-backend.el (newsticker-cache-filename):
10207 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10208 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10209 (speedbar-add-ignored-path-regexp, speedbar-line-path)
10210 (speedbar-buffers-line-path, speedbar-path-line)
10211 (speedbar-buffers-line-path):
10212 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10213 (epg-sign-keys):
10214 * epa.el (epa-display-verify-result):
10215 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10216
d6261cc1
GM
102172009-08-21 Glenn Morris <rgm@gnu.org>
10218
3e1ea342
GM
10219 * progmodes/js.el (inferior-moz-process): Fix declaration.
10220
ce86eeb5
GM
10221 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10222
fff28970
GM
10223 * obsolete/rnewspost.el (news-mail-reply):
10224 Use goto-char rather than goto-line.
10225
d93e053b
GM
10226 * term/ns-win.el (ns-open-file-select-line):
10227 Use line-beginning-position rather than goto-line.
10228
d5d105e8
GM
10229 * apropos.el (apropos-command):
10230 * ehelp.el (electric-helpify):
10231 * printing.el (pr-show-setup):
10232 * strokes.el (strokes-help):
10233 * tutorial.el (tutorial--describe-nonstandard-key)
10234 (tutorial--detailed-help):
10235 * woman.el (woman-mini-help, woman-display-extended-fonts):
10236 * calc/calc-help.el (calc-describe-key):
10237 * emulation/edt.el (edt-electric-helpify):
10238 * international/mule-diag.el (mule-diag):
10239 * play/yow.el (apropos-zippy):
10240 * progmodes/python.el (python-describe-symbol):
10241 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10242 * textmodes/table.el (*table--cell-describe-mode)
10243 (*table--cell-describe-bindings):
10244 Use help-print-return-message rather than the now obsolete alias.
10245
a8ab722f 10246 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
10247 (calendar-cursor-to-visible-date):
10248 * play/5x5.el (5x5-position-cursor):
10249 * play/decipher.el (decipher):
10250 * play/gomoku.el (gomoku-goto-xy):
10251 * play/landmark.el (lm-goto-xy):
10252 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10253 (mpuz-paint-digit):
10254 Use forward-line, not goto-line.
a8ab722f 10255
d6261cc1
GM
10256 * mail/rmail.el (rmail-obsolete): Delete custom group.
10257 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10258 (rmail-remote-password, rmail-remote-password-required):
10259 Remove unneeded :set-after and :set properties.
10260
9e846523
MA
102612009-08-21 Michael Albinus <michael.albinus@gmx.de>
10262
10263 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10264
bbe1f502
DN
102652009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
10266
bcc5db24
DN
10267 * loadup.el: Remove leftover macos code.
10268
bbe1f502
DN
10269 * vc-git.el (vc-git-annotate-command): Run asynchronously.
10270 Explicitly pass the date format to git blame so that user local
10271 so that the output format can be parsed.
10272
6fd2d19a
MA
102732009-08-20 Michael Albinus <michael.albinus@gmx.de>
10274
10275 * net/dbus.el (top): Don't check for (getenv
10276 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
10277
31764e15
SM
102782009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
10279
10280 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 10281 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 10282
28930e39
SM
102832009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10284
4fd15622 10285 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 10286 Bug#3287
4fd15622 10287
b3d8e4a0
SM
10288 * help.el (help-print-return-message): Rename from
10289 print-help-return-message.
10290
c9829c70
SM
10291 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10292 cvs-mode-map parent hack.
10293 (log-view-mode): Derive from special-mode.
10294
b932657b
SM
10295 * linum.el (linum-mode): window-size-change-functions is redundant.
10296 Adapt to new window-configuration-change-hook behavior.
10297 (linum-after-size, linum-after-config): Remove.
10298
1b700bca
SM
10299 * imenu.el (imenu-example--name-and-position)
10300 (imenu-example--lisp-extract-index-name)
10301 (imenu-example--create-lisp-index, imenu-example--create-c-index):
10302 Mark as obsolete.
10303
28930e39
SM
10304 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10305 (inferior-prolog-mode): Use it.
10306 (inferior-prolog-load-file): Reset list of errors.
10307
c9af0b68
KH
103082009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10309
10310 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10311
10312 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10313
720c7cd6
MA
103142009-08-19 Michael Albinus <michael.albinus@gmx.de>
10315
10316 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10317 is running already.
10318
03a74b84
SM
103192009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10320
10321 * subr.el (listify-key-sequence-1): Use normal syntax since those
10322 integers are nowadays always represented by the same (positive) number
10323 on all platforms.
10324 (read-key-empty-map): New const.
10325 (read-key-delay): New var.
10326 (read-key): New function.
10327 (force-mode-line-update): Use with-current-buffer.
10328 (locate-user-emacs-file): Don't forget to abbreviate the file name.
10329 (start-process-shell-command, start-file-process-shell-command):
10330 Discourage the use of command-args.
10331
f43e88d4
GM
103322009-08-19 Glenn Morris <rgm@gnu.org>
10333
10334 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10335
890429cc
SM
103362009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10337
85be9ec4
SM
10338 * simple.el (choose-completion-string): Don't rely on
10339 minibuffer-completing-file-name and ad-hoc checks to decide whether
10340 to continue completion or not.
10341
890429cc
SM
10342 * minibuffer.el (minibuffer-hide-completions): New function.
10343 (completion--do-completion): Use it.
10344 (completions-annotations): New face.
10345 (completion--insert-strings): Use it.
10346 (completion-pcm--delim-wild-regex): Add docstring.
10347 (completion-pcm--string->pattern): Add support for 0-width delimiters
10348 in completion-pcm--delim-wild-regex.
10349
265d4549
SM
103502009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10351
d440b941
SM
10352 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10353 Remove unused var `buffer-modified-p'.
10354
265d4549
SM
10355 * minibuffer.el (completion--do-completion): Move point for the #b001
10356 case as well (bug#4176).
10357 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10358
ba6f7d86
MA
103592009-08-18 Michael Albinus <michael.albinus@gmx.de>
10360
10361 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10362 and :session buses.
10363
98819490
KH
103642009-08-18 Kenichi Handa <handa@m17n.org>
10365
265d4549
SM
10366 * international/ucs-normalize.el (ucs-normalize-version):
10367 Change to 1.1.
58627cf0
KH
10368 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10369 (utf-8-hfs): Make it perform normalization on encoding too.
10370
98819490
KH
10371 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10372 (sentence-end-without-space): Delete duplicated chars.
10373 (sentence-end-base): Likewise.
e739cc85
KH
10374
10375 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10376 (html-mode): Delete duplicated chars from sentence-end-base.
10377
10378 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10379 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 10380
645b9326
CY
103812009-08-17 Chong Yidong <cyd@stupidchicken.com>
10382
10383 * files.el (hack-one-local-variable): If the mode function is for
10384 a minor mode, pass it an argument (Bug#4148).
10385
56c195af
MA
103862009-08-17 Michael Albinus <michael.albinus@gmx.de>
10387
10388 * net/tramp.el (tramp-register-completion-file-name-handler):
10389 Check also for (member 'partial-completion completion-styles).
10390
7a55c78b
CY
103912009-08-16 Chong Yidong <cyd@stupidchicken.com>
10392
10393 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10394 abbrev (Bug#3943).
10395
be3e598a 103962009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
10397
10398 * progmodes/cperl-mode.el: Merge upstream 6.2.
10399 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10400 (cperl-forward-re): Check cperl-brace-recursing.
10401 (cperl-highlight-charclass): New function.
10402 (cperl-find-pods-heres): Use it.
31cd2dd4 10403 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 10404 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 10405 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
10406 (cperl-beautify-level): Don't process entire regexp.
10407 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10408 calling man.
10409 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10410 (cperl-init-faces): Build a list in the normal way.
10411
81b1f9c9
CY
104122009-08-16 Chong Yidong <cyd@stupidchicken.com>
10413
10414 * calendar/parse-time.el (parse-time-string-chars): Save match
10415 data.
10416
c3732cb8
SM
104172009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10418
55659495
SM
10419 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10420 (sql-product): Use it.
10421 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10422 (sql-set-product): Add completion.
10423 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10424 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10425 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10426 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10427 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10428 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10429 (sql-highlight-db2-keywords): Remove.
10430 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10431 (sql-highlight-product): Use derived-mode-p.
10432 (sql-set-sqli-buffer): Use with-current-buffer.
10433 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10434 Simplify.
10435
1ae79427
SM
10436 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10437
c3732cb8
SM
10438 * term.el: Fix commenting convention, turn comments into docstrings.
10439
f24b8bf3
CY
104402009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10441
10442 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10443
7b6fefac 104442009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 10445
1200ac26 10446 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
10447 character classes, to handle non-ascii characters (Bug#3190).
10448
104492009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 10450
1abbe4e5
CY
10451 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10452 another heredoc if the user adds another < (Bug#3226).
10453
c3732cb8
SM
10454 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10455 Don't initialize based on window-system (Bug#4124).
19261da4 10456
daad00fc
CY
10457 * facemenu.el (facemenu-read-color): Use a completion function
10458 that accepts any defined color, such as RGB triplets (Bug#3677).
10459
e1bdde78
CY
10460 * files.el (get-free-disk-space): Change fallback default
10461 directory to /. Expand DIR argument before switching to fallback.
10462 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10463
9d73a99e
CY
104642009-08-15 Chong Yidong <cyd@stupidchicken.com>
10465
10466 * files.el (load-library): Doc fix.
10467
68b962d4 104682009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 10469
953e0c1a 10470 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 10471 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 10472 incremental search string.
9d73a99e 10473
c3732cb8 10474 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 10475 XEmacs.
9d73a99e 10476
c3732cb8
SM
10477 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10478 (ediff-merge-region-is-non-clash)
10479 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 10480 Also check if the job is really a merge job.
9d73a99e 10481
c3732cb8 10482 * ediff.el (ediff-current-file): New function.
9d73a99e 10483
2e330adc
CY
104842009-08-15 Chong Yidong <cyd@stupidchicken.com>
10485
10486 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10487 conventions.
c3732cb8 10488 (js-insert-and-indent): Delete function.
2e330adc
CY
10489 (js-mode-map): Don't bind keys to js-insert-and-indent.
10490 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10491 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 10492 (js-auto-indent-flag): Delete variable.
2e330adc 10493
17b5d0f7
CY
104942009-08-14 Chong Yidong <cyd@stupidchicken.com>
10495
c3732cb8
SM
10496 * progmodes/js.el: Remove proclaim statement.
10497 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 10498
ba2d8894
CY
10499 * files.el (auto-mode-alist): Use js-mode for .js files.
10500
c3732cb8 10501 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
10502
10503 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10504
10505 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10506
c3732cb8 10507 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
10508
105092009-08-14 Daniel Colascione <dan.colascione@gmail.com>
7b6fefac 10510 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
10511
10512 * progmodes/js.el: New file.
10513
b6377f1d
MH
105142009-08-14 Mark A. Hershberger <mah@everybody.org>
10515
10516 * timezone.el (timezone-parse-date): Add ability to understand ISO
10517 basic format (minimal separators) dates in addition to the
10518 already-supported extended format dates.
10519
bc0eef46
EZ
105202009-08-14 Eli Zaretskii <eliz@gnu.org>
10521
4e021e65
EZ
10522 * international/ucs-normalize.el: Add a `coding' file variable.
10523
bc0eef46
EZ
10524 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10525
53dab179
SS
105262009-08-14 Sam Steingold <sds@gnu.org>
10527
6801c38a 10528 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 10529
6c58c39c
CY
105302009-08-13 Chong Yidong <cyd@stupidchicken.com>
10531
10532 * faces.el (help-argument-name): Define it here instead of
10533 help-fns.el, because in daemon mode help-fns.el may be loaded when
10534 faces are still uninitialized (Bug#1078).
10535
10536 * help-fns.el (help-argument-name): Move defface to faces.el.
10537
c7baf7e9
NR
105382009-08-13 Nick Roberts <nickrob@snap.net.nz>
10539
10540 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10541 create buffer with a pty but no process so that GDB can make the
10542 inferior the controlling process.
10543
9c40e995 105442009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
10545
10546 * international/ucs-normalize.el: New file.
10547
8cdba32b
RS
105482009-08-13 Richard Stallman <rms@gnu.org>
10549
5c950923
RS
10550 * mail/rmail.el (rmail-get-attr-names):
10551 Accept an attribute header that is too short.
10552
76e1e40b
RS
10553 * mail/rmail.el (rmail-forget-messages):
10554 Ignore nil elt in rmail-message-vector. Use dotimes.
10555
1fc01b08
RS
10556 * progmodes/compile.el (compilation-goto-locus):
10557 Use next-error-move-function.
10558
8cdba32b
RS
10559 * simple.el (next-error-move-function): New variable.
10560
99910cf4
JL
105612009-08-12 Juri Linkov <juri@jurta.org>
10562
10563 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10564 always non-nil. (Bug#4052)
10565
10566 * replace.el (read-regexp): Return empty string when
10567 `default-value' is nil.
10568 (keep-lines-read-args): Don't use empty string as the
10569 default value for `read-regexp'. (Bug#2495)
10570
fc5bdf6c
JL
105712009-08-12 Juri Linkov <juri@jurta.org>
10572
10573 * international/mule-cmds.el (ucs-insert): Change arguments
10574 from `arg' to `character', `count', `inherit' to be the same
10575 as in `insert-char'. Doc fix. (Bug#4039)
10576
10577 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10578
77748848
JL
105792009-08-12 Juri Linkov <juri@jurta.org>
10580
10581 * files-x.el: New file.
10582
10583 * files.el: Move code that deals with adding/deleting
10584 file/directory-local variables to files-x.el.
10585
10586 * Makefile.in (ELCFILES): Add files-x.elc.
10587
c8a44c4e
DD
105882009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10589
27a9fd5a
DD
10590 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10591 to use `goto-line'.
10592 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10593 `goto-line'.
10594 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 10595 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 10596 threads list.
107ef54a 10597 (gdb): Send -target-detach when buffer is killed (Bug#3794).
cf6e27cf
DD
10598 (gdb-starting): Moved -data-list-register-names...
10599 (gdb-stopped): ...here so it's sent when first thread stops.
10600 (gdb-registers-handler-custom): Do nothing if register names are
10601 unknown yet.
27a9fd5a 10602
c8a44c4e
DD
10603 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10604 from `gdb-mi.el' to avoid extra tangling.
10605
10606 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 10607 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
10608 (gdb-update-gud-running): No extra fuss for updating frame number.
10609
dfd4e693
SM
106102009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10611
51c4341f
SM
10612 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10613 (describe-language-environment-map, setup-language-environment-map)
10614 (set-coding-system-map): Move initialization into declaration.
10615 (set-language-info-alist): Last arg to define-key-after can be skipped.
10616
10617 * international/quail.el (quail-completion-1): Simplify.
10618 (quail-define-rules): Use slightly more compact code.
10619 (quail-insert-decode-map): Propertize keys, compact columns.
10620
dfd4e693
SM
10621 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10622 Add goto-line.
10623
83326559
MB
106242009-08-10 Miles Bader <miles@gnu.org>
10625
10626 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10627 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10628 (js2-instance-member, js2-private-member, js2-private-function-call)
10629 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10630 (js2-magic-paren, js2-external-variable):
10631 Remove "-face" suffix from face names.
10632 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10633 (js2-highlight-undeclared-vars, js2-peek-token)
10634 (js2-parse-function-params, js2-mode-show-errors)
10635 (js2-mode-show-warnings, js2-make-magic-delimiter)
10636 (js2-mode-highlight-magic-parens): Update to use new face names.
10637
8e754ea2
MA
106382009-08-09 Michael Albinus <michael.albinus@gmx.de>
10639
10640 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10641 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10642
1c292fc7
CY
106432009-08-09 Chong Yidong <cyd@stupidchicken.com>
10644
18d433a7
CY
10645 * subr.el: Provide hashtable-print-readable.
10646
1c292fc7
CY
10647 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10648 hs-c-like-adjust-block-beginning.
10649 (hs-hide-block-at-point): Stop hiding at the beginning of
10650 hs-block-end-regexp (Bug#700).
10651
2db0ae07
DD
106522009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10653
10654 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10655 a macro.
10656 (gdb-registers-handler-custom): Do not fail when register names
10657 are unavailable.
10658
fe4740a6
DD
106592009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10660
10661 * progmodes/gdb-mi.el (gdb-control-all-threads)
10662 (gdb-control-current-thread): Interactive setters for
10663 `gdb-gud-control-all-threads' to use in menu.
10664 (gdb-show-run-p): Show «Go» when process is not active.
33aeea0e
SM
10665 (gud-tool-bar-map): Add non-stop/A,T indicator.
10666 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 10667
ce299d55
CY
106682009-08-08 Yoni Rabkin <yoni@rabkins.net>
10669
10670 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10671 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
10672 (net-utils-mode): New mode for viewing diagnostic network output.
10673 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10674 (net-utils-run-simple): New function.
10675 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 10676
7c4654ad
DD
106772009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10678
10679 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10680 (gdb-memory-set-address, def-gdb-set-positive-number)
10681 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10682 after changing settings.
10683 (gdb-invalidate-disassembly): Update when first shown.
10684 (gdb-edit-locals-value): Fixed.
10685 (gdb-registers-handler-custom): Print registers in right order and
10686 allow changing register values (only for current thread yet).
9cbac26b
DD
10687 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10688 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10689 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
33aeea0e
SM
10690 (gdb-locals-handler-custom, gdb-registers-handler-custom):
10691 Thread info in mode name.
9cbac26b 10692 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 10693
0f25a277
EZ
106942009-08-08 Eli Zaretskii <eliz@gnu.org>
10695
10696 * mail/rmail.el (rmail-add-mbox-headers)
10697 (rmail-set-message-counters-counter): Search for
10698 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10699
b971be60
GM
107002009-08-08 Glenn Morris <rgm@gnu.org>
10701
10702 * Makefile.in (ELCFILES): Update.
10703
a35d3ad8
EZ
107042009-08-07 Eli Zaretskii <eliz@gnu.org>
10705
33aeea0e
SM
10706 * mail/sendmail.el (mail-yank-original):
10707 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
10708 text is yanked.
10709
8b0bcc2e
EZ
10710 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10711 to "windows" when "pgnuplot" is used.
33aeea0e
SM
10712 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
10713 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
10714 (calc-graph-init): Don't send -display and -geometry to
10715 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10716 running "pgnuplot -V" with shell-command-to-string.
10717
10718 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10719 the default.
10720
107212009-08-07 Eli Zaretskii <eliz@gnu.org>
10722
10723 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
10724 org/org-latex.elc.
10725
3bca7ca5
DN
107262009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10727
3c53763c
DN
10728 * vc-dispatcher.el (vc-resynch-window): Update comment.
10729
3bca7ca5
DN
10730 * term.el (term-handle-ansi-escape): Add comments with the
10731 terminfo capabilities implemented.
10732
7b217360
DD
107332009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10734
10735 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10736 (gdb-var-create-handler): Rewritten using JSON parser.
10737 (gdb-propertize-header): Moved earlier.
10738 (gdb-set-header): Removed to avoid duplication.
10739 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10740 Refresh disassembly buffers only after threads list have been
10741 update.
10742 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10743 variables.
10744
b4d84ecf
JL
107452009-08-04 Juri Linkov <juri@jurta.org>
10746
10747 * files.el: Commands to add/delete file/directory-local variables.
10748 (read-file-local-variable, read-file-local-variable-value)
10749 (read-file-local-variable-mode, modify-file-local-variable)
10750 (modify-file-local-variable-prop-line)
10751 (modify-dir-local-variable): New functions.
10752 (add-file-local-variable, delete-file-local-variable)
10753 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10754 (add-dir-local-variable, delete-dir-local-variable)
10755 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10756 (copy-dir-locals-to-file-locals-prop-line): New commands.
10757
42da39c1
CY
107582009-08-04 Chong Yidong <cyd@stupidchicken.com>
10759
10760 * abbrev.el (insert-abbrev-table-description): Prettify output.
10761 Suggested by Karl Chen.
10762
98bf8494
DD
107632009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
10764
78b9fb28 10765 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 10766 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
10767 (gdb-overlay-arrow-position, gdb-thread-position)
10768 (gdb-disassembly-position): Declare variables.
10769 (gdb-wait-for-pending): Function now.
10770 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10771 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10772 compilation goes smoothly.
10773 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10774 (gdb-non-stop-setting): New customization setting which replaces
10775 `gdb-non-stop' so changing it doesn't break active GDB session.
10776 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10777 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10778 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10779 (gdb-show-threads-by-default): New customization options.
10780 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10781 routines.
10782 (gdb-get-buffer-create): Send buffers update signal when they are
10783 created.
10784 (gdb-invalidate-locals, gdb-invalidate-registers)
10785 (gdb-invalidate-breakpoints)
10786 (gdb-invalidate-threads, gdb-invalidate-disassembly)
10787 (gdb-invalidate-memory): Accept update signal.
10788 (gdb-current-context-command): Use --frame option.
10789 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10790 Implement `gdb-frame-number' selection logic.
10791 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10792 whether to show GUD toolbar buttons.
10793 (gdb-thread-exited): Unselect current thread when it exits.
10794 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10795 (gdb-mark-line): Routine which sets overlay arrow or inverses
10796 video on fringeless displays.
10797 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10798 to build aligned columns of data in GDB buffers and set text
10799 properties line-by-line.
10800 (gdb-invalidate-breakpoints)
10801 (gdb-breakpoints-list-handler-custom)
10802 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10803 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10804 (gdb-registers-handler-custom): Align data columns.
10805 (gdb-locals-handler-custom): Now prints data like in variable
10806 declarations.
10807 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10808 Removed confusing buttons.
10809 (gdb-invalidate-threads): Append --frame.
10810 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10811 between breakpoints/threads buffers.
10812 (gdb-set-window-buffer): Now can ignore dedicated windows.
10813 (gdb-propertize-header): Use `gdb-set-window-buffer'.
10814 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10815 (def-gdb-thread-buffer-gud-command): Replaces
10816 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10817 for fine thread control.
10818 (gdb-preempt-existing-or-display-buffer): New function used to
10819 display bound buffers without breaking window layout.
10820 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10821 (gdb-select-frame): New version of `gdb-frames-select' which now
10822 sets `gdb-frame-number' so commands may use --frame option instead
10823 of inner debugger state.
10824 (gdb-frame-handler): Do not set `gdb-frame-number'.
10825 (gdb-threads-mode-map): Select threads with mouse.
10826
10827 * progmodes/gud.el (gdb-gud-context-call): Declare function to
10828 avoid compilation warning.
10829 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10830 `gdb-show-stop-p`.
10831
566f3909
DD
10832 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10833 Argument `key' renamed to `buffer-type'.
10834 (gdb-current-context-buffer-name): Do not add thread info to
10835 buffer name when no thread is selected.
10836 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10837 command (bug 3794).
10838 (gdb-thread-selected): Handle `=thread-selected' notification.
10839 (gdb-wait-for-pending): New macro to deal with congestion problems.
10840 (gdb-breakpoints-list-handler-custom): Don't fail on pending
10841 breakpoints.
7b6fefac
JB
10842 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10843 This fixes problem similar to one described in bug 3947.
566f3909
DD
10844 (gud-menu-map): More menu items.
10845 (gdb-init-1): Reset `gdb-thread-number' to nil.
10846
4a31122c
DD
10847 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10848 non-stop settings.
10849
10850 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10851 (gdb-current-context-command): Do not append --thread if
10852 `gdb-thread-number' is nil.
33aeea0e
SM
10853 (gdb-running-threads-count, gdb-stopped-threads-count):
10854 New variables.
4a31122c 10855 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
33aeea0e
SM
10856 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
10857 New customization options.
4a31122c
DD
10858 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10859 GUD commands.
7b6fefac 10860 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
10861 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10862 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10863 set `gdb-thread-number' and update `gud-running' properly.
10864 (gdb-running): Update threads list when new threads appear.
10865 (gdb-stopped): Support non-stop operation and new thread switching
10866 logic.
10867 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10868 (gdb-json-partial-output): New set of JSON routines.
10869 (def-gdb-auto-update-trigger): New `signal-list' optional
10870 argument.
10871 (gdb-thread-list-handler-custom): Update `gud-running',
10872 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10873 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10874 (gdb-continue-thread, gdb-step-thread): New commands for fine
10875 thread execution control.
10876 (gud-menu-map): New menu items to switch non-stop options.
10877 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 10878 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
10879
10880 * progmodes/gdb-mi.el (gdb-rules-name-maker)
10881 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10882 gdb-buffer-rules.
10883 (def-gdb-auto-update-handler): New nopreserve optional argument.
10884 (gdb-stack-list-frames-custom): Print stack from top to bottom.
10885
10886 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10887 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10888 (gdb-parent-mode): New mode to derive other GDB modes from.
10889 (gdb-display-disassembly-for-thread)
10890 (gdb-frame-disassembly-for-thread): New commands for threads
10891 buffer.
10892
10893 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10894 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
10895 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10896 (gdb-update): We now store all GDB buffers in a list so that they
10897 can be updated by traversing a list instead of calling invalidate
7b6fefac 10898 triggers explicitly.
a5c9f540
DD
10899 (def-gdb-trigger-and-handler): New macro to define trigger-handler
10900 pair for GDB buffer.
10901 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
10902 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10903 handle pending triggers.
10904 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10905 (def-gdb-thread-buffer-simple-command)
10906 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10907 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
10908 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10909 New commands which show buffers bound to thread.
e7086683 10910 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c 10911
7b6fefac
JB
10912 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10913 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
10914 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10915 to (gud-comint-buffer) in *-buffer-name functions
10916 because (gdb-get-target-string) already does that.
10917 (gdb-locals-handler-custom, gdb-registers-handler-custom)
10918 (gdb-changed-registers-handler): Rewritten without regexps.
10919
ba214964 10920 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
10921 (gdb-thread-number): New variable.
10922 (gdb-current-context-command): New macro which adds --thread
10923 option to command.
7b6fefac 10924 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 10925 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 10926 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
10927 (gdb-select-thread): New command which selects current thread.
10928 (gdb-invalidate-frames, gdb-invalidate-locals)
10929 (gdb-invalidate-registers): Use --thread option.
20f12ed8 10930
2ac33804
MA
109312009-08-04 Michael Albinus <michael.albinus@gmx.de>
10932
10933 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 10934 robust. (Bug#3977)
2ac33804
MA
10935 (tramp-handle-insert-file-contents): `unwind-protect' must be
10936 inside `with-parsed-tramp-file-name'.
10937
10938 * net/tramp-gvfs.el (top): Remove superfluous message when loading
10939 fails.
10940
39d0296f
NR
109412009-08-03 Nick Roberts <nickrob@snap.net.nz>
10942
10943 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10944 directory if CLASSPATH is not set.
10945
adcbca53
MA
109462009-08-03 Michael Albinus <michael.albinus@gmx.de>
10947
7b6fefac
JB
10948 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10949 New defconst.
7ef849b6 10950 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 10951
30924b0b
CY
109522009-08-02 Kevin Ryde <user42@zip.com.au>
10953
7b6fefac
JB
10954 * net/newst-backend.el (newsticker--raw-url-list-defaults):
10955 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 10956
b6ce92f1
CY
109572009-08-02 Chong Yidong <cyd@stupidchicken.com>
10958
d977a092
CY
10959 * select.el (x-set-selection): Doc fix (Bug#4021).
10960
10961 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10962
b6ce92f1
CY
10963 * help-fns.el (describe-variable): Treat list return values from
10964 dir-locals-find-file properly (Bug#4005).
10965
7b6fefac 109662009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
10967
10968 * net/tramp.el (tramp-debug-message): Print also microseconds.
10969
109702009-08-02 Michael Albinus <michael.albinus@gmx.de>
10971
10972 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10973 or END is non-nil.
10974 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10975 (tramp-get-debug-buffer): Change `outline-regexp' according to new
10976 format.
10977
5ce6e4f4 10978 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
10979 (tramp-get-file-property): Use it.
10980
33aeea0e
SM
10981 * autorevert.el (auto-revert-handler):
10982 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 10983
2aafe808
JR
109842009-08-02 Jason Rumney <jasonr@gnu.org>
10985
10986 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 10987 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 10988
e094097c
CY
109892009-08-02 Chong Yidong <cyd@stupidchicken.com>
10990
10991 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
33aeea0e
SM
10992 (font-lock-variable-name-face, font-lock-constant-face):
10993 Darken the colors for light backgrounds.
e094097c 10994
de94f281
EZ
109952009-08-01 Eli Zaretskii <eliz@gnu.org>
10996
10997 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10998 month names. (Bug#3987)
10999
54b99340
CY
110002009-07-31 Chong Yidong <cyd@stupidchicken.com>
11001
11002 * simple.el (line-move-finish): Pass whole number to
11003 line-move-to-column.
34be836c 11004 (line-move-visual): Perform hscroll to the recorded position.
54b99340 11005
38216c30
JB
110062009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
11007
11008 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11009
c779896d
CY
110102009-07-29 Alan Mackenzie <acm@muc.de>
11011
11012 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11013
592ccae0
DD
110142009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
11015
35edc6c6
DD
11016 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11017 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 11018
5a9e3ab7
JB
110192009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11020
11021 * calc/calc.el (calc-mode-map): Add keybinding for
11022 `calc-transpose-lines'.
11023
7b6fefac 110242009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
11025
11026 * calc/calc-misc.el (calc-transpose-lines): New function.
11027
905fb90e
MA
110282009-07-28 Michael Albinus <michael.albinus@gmx.de>
11029
11030 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11031 Simplify check for out-of-band methods.
11032 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11033 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
11034
76e14464
DN
110352009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
11036
11037 * vc-git.el (vc-git-checkin): Fix typo.
11038
6088b51f 110392009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
11040
11041 * progmodes/js2-mode.el: New file.
11042
b85157fe
NR
110432009-07-28 Nick Roberts <nickrob@snap.net.nz>
11044
11045 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11046 (gud-menu-map): Adjust tooltip accordingly.
11047
d43c2b06
DN
110482009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11049
1c0f0c3b
DN
11050 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11051 (vc-bzr-log-view-mode): Adjust log-view-file-re.
11052
d43c2b06
DN
11053 * add-log.el (change-log-mode-map): Add a menu.
11054
3dec5c36
MA
110552009-07-27 Michael Albinus <michael.albinus@gmx.de>
11056
11057 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11058 function returns nil.
11059 (dbus-handle-event): Handle special return value :ignore.
11060 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11061
5704140c
CY
110622009-07-26 Chong Yidong <cyd@stupidchicken.com>
11063
11064 * view.el (view-mode-enable): Don't define Helper-return-blurb if
11065 it's not needed.
11066
3077d1f6
EZ
110672009-07-25 Eli Zaretskii <eliz@gnu.org>
11068
11069 Fix Bug#3888:
11070
11071 * w32-vars.el (x-select-enable-clipboard): Doc fix.
11072
11073 * term/pc-win.el (x-display-name, x-colors)
11074 (x-select-enable-clipboard, x-select-text): Doc fix.
11075
11076 * term/common-win.el (x-display-name, x-colors): Doc fix.
11077
11078 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11079 (xw-defined-colors): Doc fix.
11080
11081 * w32-fns.el (x-select-text, x-setup-function-keys)
11082 (x-get-selection, x-set-selection): Doc fix.
11083
11084 * term/x-win.el (x-select-text, x-setup-function-keys)
11085 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11086
11087 * select.el (x-set-selection): Doc fix.
11088
51768bc8
MA
110892009-07-25 Michael Albinus <michael.albinus@gmx.de>
11090
11091 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11092 instead of "IsNSSSupportAvailable". Avahi ought to work also when
33aeea0e
SM
11093 "IsNSSSupportAvailable" method is not available.
11094 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 11095
b11c2874
KH
110962009-07-24 Kenichi Handa <handa@m17n.org>
11097
11098 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 11099 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
11100 (build-unicode-category-table): Fix range checks.
11101
ba83b7b6
DN
111022009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
11103
11104 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11105 the buffer we try to sync is current when calling
11106 vc-resynch-buffer.
11107
11108 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11109 not show up to date files.
11110
7a8ae964
GM
111112009-07-24 Glenn Morris <rgm@gnu.org>
11112
11113 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11114 Add autoload cookies. If necessary, initialize.
11115 (elint-log): Handle non-file buffers.
11116 (elint-initialize): Add optional argument to reinitialize.
11117 (elint-find-builtin-variables): Save excursion.
11118
a707eb05
DN
111192009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11120
11121 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11122 for Lint.
11123
0a2ddfa6
DN
111242009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11125
d6a62b0d
DN
11126 * vc.el (vc-print-log-internal): New function, split out from ...
11127 (vc-print-log): ... here.
10b5dcad 11128 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 11129
0a2ddfa6
DN
11130 * vc-git.el (vc-git-add-signoff): New variable.
11131 (vc-git-checkin): Use it.
11132 (vc-git-toggle-signoff): New function.
11133 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
11134 (vc-git--run-command-string): Accept a nil FILE argument.
11135 (vc-git-stash-list): New function.
11136 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 11137
589a99f2
GM
111382009-07-23 Glenn Morris <rgm@gnu.org>
11139
11140 * help-fns.el (describe-variable): Describe ignored and risky local
11141 variables in a similar way to that in which we describe safe ones.
11142
11143 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11144 (byte-compile-output-file-form, byte-compile-output-docform)
11145 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11146 Give some more local variables with common names a "bytecomp-" prefix,
11147 so as not to shadow things during compilation.
11148 * emacs-lisp/cl-macs.el (load-time-value)
11149 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11150 `outbuffer' to `bytecomp-outbuffer'.
11151
11152 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11153 since the next two variables cover them automatically now.
11154 (elint-builtin-variables, elint-autoloaded-variables): New.
11155 (elint-unknown-builtin-args): Remove all members, since they can be
11156 parsed automatically now.
11157 (elint-extra-errors): New.
11158 (elint-env-add-env, elint-env-add-macro): Use cadr.
11159 (elint-current-buffer): Use or. Change final message.
11160 (elint-get-top-forms): Use line-end-position.
11161 (elint-init-env): Use cadr. Handle autoload, declare-function,
11162 and defalias.
11163 (elint-add-required-env): Doc fix. Use or. Standardize error.
11164 (regexp-assoc): Remove unused function.
11165 (elint-top-form): Set elint-current-pos, to record the start of the
11166 top-level form, for compilation-mode.
11167 (elint-form): Trap errors in macro expansion. Use dolist.
11168 (elint-unbound-variable): Use elint-builtin-variables and
11169 elint-autoloaded-variables.
11170 (elint-get-args): Use cadr, or.
11171 (elint-check-cond-form): Use dolist, cadr.
11172 (elint-check-condition-case-form): Doc fix. Use cadr.
11173 Use elint-extra-errors.
11174 (elint-log): New function.
11175 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11176 Distinguish errors and warnings.
11177 (elint-log-message): Use with-current-buffer. Inhibit read-only.
11178 Use a bytecomp-style format.
11179 (elint-clear-log): Preserve default-directory. Inhibit read-only.
11180 (elint-get-log-buffer): Use compilation mode. Disable undo.
11181 Don't truncate lines.
11182 (elint-initialize): Set builtin and autoloaded variable lists.
11183 Only process elint-unknown-builtin-args if non-nil.
11184 (elint-find-builtin-variables, elint-find-autoloaded-variables):
11185 New functions.
11186 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
11187
855b42a2
GM
111882009-07-22 Kevin Ryde <user42@zip.com.au>
11189
11190 * net/newst-backend.el (newsticker--parse-atom-1.0)
11191 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11192 (newsticker--parse-rss-1.0):
11193 * progmodes/idlwave.el (idlwave-mode):
11194 * progmodes/idlw-shell.el (idlwave-shell-mode):
11195 * progmodes/vera-mode.el (vera-mode):
11196 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11197 * progmodes/vhdl-mode.el (vhdl-mode):
11198 * textmodes/table.el (table-generate-source)
11199 (table--warn-incompatibility):
11200 Hyperlink urls in docstrings with URL `...'.
11201
fd413a37
GM
112022009-07-22 Glenn Morris <rgm@gnu.org>
11203
cb711556
GM
11204 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11205 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11206 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11207 Remove leading * from defcustom docs.
11208
fd413a37
GM
11209 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
11210
11211 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11212 defcustom doc.
11213 (list-load-path-shadows): Optionally, just return shadows as a string.
11214
11215 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11216
a4f69701
CY
112172009-07-21 Chong Yidong <cyd@stupidchicken.com>
11218
33aeea0e
SM
11219 * mail/rmailedit.el (rmail-edit-mode):
11220 Use auto-save-include-big-deletions.
a4f69701 11221
33aeea0e
SM
11222 * mail/rmail.el (rmail-variables):
11223 Use auto-save-include-big-deletions.
a4f69701
CY
11224
11225 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11226 changes.
11227
ec06459c
JB
112282009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
11229
11230 * calc/calc.el (calc-undo-length): New variable.
11231 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11232
b41b0976
RS
112332009-07-21 Richard Stallman <rms@gnu.org>
11234
11235 * files.el (auto-save-mode): Handle buffer-save-size = -2
11236 for toggling mode.
11237
4ed32706
GM
112382009-07-21 Glenn Morris <rgm@gnu.org>
11239
531b1264
GM
11240 * textmodes/ispell.el (ispell-looking-back): Update declaration.
11241
55d27f41
GM
11242 * calendar/todo-mode.el (calendar-current-date): Update declaration.
11243
02df3f4d
GM
11244 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11245 silence compiler. Instead...
11246 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11247 (ps-print-ensure-fontified): Update for above function name changes.
11248
fdd8417e
GM
11249 * printing.el (pr-mh-get-msg-num, pr-mh-show)
11250 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11251 silence compiler. Instead...
11252 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11253 (mh-show-buffer): Only define for compiler.
11254 (pr-mh-current-message): Update for above function name changes.
11255
4ed32706
GM
11256 * files.el (abort-if-file-too-large): Explicitly pass `filename'
11257 as an argument.
11258 (find-file-noselect, insert-file-1): Update for above change.
11259
11260 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11261
11262 * mail/mailclient.el (mailclient-send-it): Fix message.
11263
11264 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11265 (edebug-eval): Check cl-debug-env is bound.
11266 (print-level, print-circle): Don't redefine built-in variables.
11267
11268 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11269 (custom-print-vectors): Remove old comments from doc.
11270
11271 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11272 (emerge-version): Make the variable an obsolete alias for the
11273 emacs-version variable. Make the function obsolete.
11274 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11275 Emerge options, rather than merging in into the main Options menu.
11276 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
11277 and auto advance modes. Disable edit/fast items when not relevant.
11278
86812144
CY
112792009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11280
11281 * term/vt420.el (terminal-init-vt420): Fix typo.
11282
6bb90094
SS
112832009-07-20 Sam Steingold <sds@gnu.org>
11284
11285 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11286 variable (removed from compile.el on 2004-03-11).
11287
42e0a725
CY
112882009-07-20 Chong Yidong <cyd@stupidchicken.com>
11289
11290 * files.el (hack-local-variables-filter): Fix last change.
11291
2ee20f24
JL
112922009-07-19 Juri Linkov <juri@jurta.org>
11293
11294 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11295 (dir-local-variables-alist): New buffer-local variable.
11296 (hack-local-variables-filter): If variable is not dir-local,
11297 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11298 because file-local overrides dir-local.
3570691b 11299 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
11300 Remove obsolete declaration.
11301 (hack-dir-local-variables): Add dir-local variable/value pair to
11302 `dir-local-variables-alist' and remove duplicates. Doc fix.
11303
11304 * help-fns.el (describe-variable): Add information about
11305 file-local and dir-local variables.
11306
89bf83cd
CY
113072009-07-19 Chong Yidong <cyd@stupidchicken.com>
11308
11309 * files.el (hack-local-variables-filter): Rewrite.
11310
1a8d3541
GM
113112009-07-19 Glenn Morris <rgm@gnu.org>
11312
d9e8a018
GM
11313 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11314 Silence compiler by only defining on XEmacs.
11315
da332cfb
GM
11316 * international/mule.el (auto-coding-regexp-alist): Only match
11317 BABYL... at the start of buffer, not of lines. (Bug#3790)
11318
1a8d3541
GM
11319 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11320 non-calendar buffers (Bug#3862). Restore "not on a date" message.
11321 (cal-menu-context-mouse-menu): Doc fix.
11322
11323 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11324
11325 * simple.el (mail-user-agent): Doc fix. Set :version tag.
11326
d842b103
JL
113272009-07-18 Juri Linkov <juri@jurta.org>
11328
11329 * info.el: Virtual Info keyword finder.
3570691b 11330 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
11331 (Info-finder-file): New variable.
11332 (Info-finder-find-file): New function.
11333 (finder-known-keywords, finder-package-info)
11334 (find-library-name, lm-commentary): Use defvar and
11335 declare-function to silence compiler warnings.
11336 (Info-finder-find-node): New function.
11337 (info-finder): New command.
11338
11339 * subr.el (process-kill-buffer-query-function): New function.
11340 (add-hook)<kill-buffer-query-functions>: Add hook
11341 `process-kill-buffer-query-function'.
11342
10d37df7
AM
113432009-07-18 Alan Mackenzie <acm@muc.de>
11344
7b6fefac 11345 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
11346 (c-postprocess-file-styles): Give invocation of `c-set-style'
11347 DONT-OVERRIDE parameter of t. Already set style variables will
11348 thus not be overridden by style settings given by `c-file-syle'.
11349
11350 * files.el (hack-local-variables-filter): Remove entries with
11351 duplicate keys from `file-local-variables-alist'.
11352
102e1a41
EZ
113532009-07-18 Eli Zaretskii <eliz@gnu.org>
11354
11355 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11356 x-set-selection if display-selections-p returns nil for the
11357 current frame.
11358
16f2e9fc
CY
113592009-07-18 Chong Yidong <cyd@stupidchicken.com>
11360
11361 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11362
f22693fc
EZ
113632009-07-18 Eli Zaretskii <eliz@gnu.org>
11364
a6c2c80c
EZ
11365 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11366 Accept nil in addition to a regexp.
11367 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11368 Accept nil in addition to a regexp.
11369 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11370 buffers that have an associated file. Handle nil values of
11371 desktop-buffers-not-to-save and desktop-files-not-to-save.
11372 (Bug#3833)
11373
f22693fc
EZ
11374 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11375 (x-disown-selection-internal): New functions.
11376
e456379a
NR
113772009-07-18 Nick Roberts <nickrob@snap.net.nz>
11378
11379 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11380 warning.
11381 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11382 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11383
0013b70f
CY
113842009-07-18 David De La Harpe Golden <david@harpegolden.net>
11385
11386 * simple.el (set-mark): Revert last change.
11387
0855c2ca
CY
113882009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11389
11390 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11391 rendering of pngs is not possible instead of messaging a long
11392 description.
11393
3f5c9cad
CY
113942009-07-17 David De La Harpe Golden <david@harpegolden.net>
11395
11396 * w32-fns.el (x-selection-owner-p): New function.
11397
11398 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
33aeea0e
SM
11399 (mouse-yank-at-click, mouse-yank-primary):
11400 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 11401 insertion.
3f5c9cad
CY
11402
11403 * simple.el (deactivate-mark, set-mark): Only save selection if we
11404 own it.
11405
1fc87f9b
KH
114062009-07-17 Kenichi Handa <handa@m17n.org>
11407
11408 * case-table.el (describe-buffer-case-table): Fix for the case
11409 that KEY is a cons.
11410
d56fdcd2
DN
114112009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11412
11413 * vc-rcs.el (vc-rcs-find-file-hook):
11414 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11415
bede3e9f
MA
114162009-07-16 Michael Albinus <michael.albinus@gmx.de>
11417
11418 * net/tramp.el (tramp-wait-for-output): Handle the case when
11419 commands do not return a newline but a null byte before the shell
11420 prompt. (Bug#3858)
11421
7653ca1d
YM
114222009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11423
11424 * term/ns-win.el (ns-set-alpha): Don't declare.
11425 (ns-set-background-alpha): Remove function.
11426
ed2a52e9
SM
114272009-07-16 Kevin Ryde <user42@zip.com.au>
11428
11429 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11430 y-or-n-p, for safety.
11431
7a907299
RS
114322009-07-16 Richard Stallman <rms@gnu.org>
11433
11434 * files.el (auto-save-mode): If buffer-saved-size is -2,
11435 don't clobber it.
11436
11437 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11438 (rmail-retry-ignored-headers): Add more uninteresting fields.
11439
c0db3477
CY
114402009-07-15 Jari Aalto <jari.aalto@cante.net>
11441
11442 * net/rcirc.el (rcirc): Use history variables.
11443 (rcirc-server-name-history, rcirc-nick-name-history)
11444 (rcirc-server-port-history): New variables.
11445
6c875452
KH
114462009-07-15 Kenichi Handa <handa@m17n.org>
11447
bf974dc9
KH
11448 * international/mule-cmds.el (set-language-environment-charset):
11449 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11450 ignore them.
11451
6c875452
KH
11452 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11453 Delete unibyte-display.
11454
2066b4fe
CY
114552009-07-15 Chong Yidong <cyd@stupidchicken.com>
11456
11457 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11458
f9be2e35
CY
114592009-07-15 Chong Yidong <cyd@stupidchicken.com>
11460
11461 * simple.el (deactivate-mark): Optional argument FORCE.
11462 (set-mark): Use deactivate-mark.
11463
11464 * info.el (Info-search): No need to check transient-mark-mode
11465 before calling deactivate-mark.
11466
11467 * select.el (x-set-selection): Doc fix.
11468 (x-valid-simple-selection-p): Allow buffer values.
33aeea0e
SM
11469 (xselect--selection-bounds): Handle buffer values.
11470 Suggested by David De La Harpe Golden.
f9be2e35 11471
33aeea0e
SM
11472 * mouse.el (mouse-set-region, mouse-drag-track):
11473 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
11474 select-active-regions work.
11475
be3e598a 114762009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
11477
11478 * simple.el (deactivate-mark): If select-active-regions is
11479 non-nil, copy the selection data into a string.
11480 (activate-mark): If select-active-regions is non-nil, set the
11481 selection to the current buffer.
11482 (set-mark): Update selection if select-active-regions is non-nil.
11483
11484 * select.el (x-valid-simple-selection-p): Allow buffer values.
11485
cbd61418
SM
114862009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11487
11488 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11489 and more featureful message-mode.
11490
f470187f
CY
114912009-07-14 Chong Yidong <cyd@stupidchicken.com>
11492
11493 * select.el (x-set-selection): Doc fix.
11494 (x-valid-simple-selection-p): Disallow selection data consisting
11495 of a list or cons of integers, since that is not used.
11496 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11497 (xselect-convert-to-string, xselect-convert-to-length)
11498 (xselect-convert-to-filename, xselect-convert-to-charpos)
11499 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11500
bfc99364
DD
115012009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11502
11503 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11504 output in -break-info command (Emacs bug #3794).
11505
e32721f5
GM
115062009-07-14 Glenn Morris <rgm@gnu.org>
11507
1e46f9e4
GM
11508 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11509 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11510 (edebug-print-length, edebug-print-level, edebug-print-circle)
11511 (edebug-sit-for-seconds, edebug-view-outside)
11512 (edebug-bounce-point, edebug-set-global-break-condition)
11513 (edebug-Go-nonstop-mode, edebug-trace-mode)
11514 (edebug-Trace-fast-mode, edebug-continue-mode)
11515 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11516 (edebug-visit-eval-list): Doc fixes.
11517
e32721f5
GM
11518 * subr.el (def-edebug-spec): Doc fix.
11519
66a85e76
KH
115202009-07-14 Kenichi Handa <handa@m17n.org>
11521
11522 * international/characters.el: Fix setting of category ?C.
11523
28571246
JD
115242009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11525
7b6fefac 11526 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
11527 ns-popup-font-panel instead of generate-fontset-menu.
11528
5d74672c
EZ
115292009-07-12 Eli Zaretskii <eliz@gnu.org>
11530
7b6fefac 11531 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 11532
eb1727a4
CY
115332009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11534
11535 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11536 the PK\003\004 header (Bug#3770).
11537
208384c5
CY
115382009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11539
11540 * pcomplete.el (pcomplete-comint-setup): Check for
11541 shell-dynamic-complete-filename too.
11542
774409a1
CY
115432009-07-11 Chong Yidong <cyd@stupidchicken.com>
11544
11545 * simple.el (temporary-goal-column): Change the value for
11546 line-move-visual to a cons cell.
11547 (line-move-visual): Record or set the window hscroll, if
11548 necessary (Bug#3494).
11549 (line-move-1): Handle cons value of temporary-goal-column.
11550
1639ee1d
KH
115512009-07-11 Kenichi Handa <handa@m17n.org>
11552
11553 * international/mule-diag.el (describe-character-set): Don't show
11554 width.
11555
2b1d2412
SS
115562009-07-10 Sam Steingold <sds@gnu.org>
11557
11558 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11559 Omake sometimes indents the errors it prints, so allow all
11560 regexps to start with spaces.
11561
ed3a5691
EZ
115622009-07-10 Eli Zaretskii <eliz@gnu.org>
11563
ed2a52e9
SM
11564 * cus-edit.el (customize-changed-options-previous-release):
11565 Bump value to 22.1. (Bug#3804)
ed3a5691 11566
49405d0e
SS
115672009-07-08 Sam Steingold <sds@gnu.org>
11568
11569 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11570 to be a cons cell (test . ignored-directory) to selectively ignore
11571 some directories depending on the location of the search.
11572
93c3eb7c
MA
115732009-07-08 Michael Albinus <michael.albinus@gmx.de>
11574
11575 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11576 remote user is root, on the local host.
11577 (tramp-local-host-p): Either the local user or the remote user
11578 must be root. (Bug#3771)
11579
6f2a8484
NR
115802009-07-08 Nick Roberts <nickrob@snap.net.nz>
11581
11582 * progmodes/gdb-mi.el (gdb): Remove description of
11583 gdb-use-separate-io-buffer.
69cb8d82 11584 (menu): Don't allow toggling of or enable
6f2a8484
NR
11585 gdb-use-separate-io-buffer from menubar.
11586
88d03607
CY
115872009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11588
11589 * mail/unrmail.el (unrmail): Make sure the message ends with two
11590 newlines (Bug#3769).
11591
7ef5b8b2
GM
115922009-07-08 Glenn Morris <rgm@gnu.org>
11593
11594 * calendar/calendar.el (calendar-current-date): Rework previous change.
11595
3ce82f97
GM
115962009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11597
11598 * calendar/calendar.el (calendar-current-date):
11599 Add an optional argument giving an offset from today.
11600
f35fc841
GM
116012009-07-08 Glenn Morris <rgm@gnu.org>
11602
11603 * tutorial.el (tutorial--describe-nonstandard-key):
11604 Adjust the message for when a key has been unbound.
11605 (help-with-tutorial): Hide the arch-tag.
11606
40149292
KH
116072009-07-08 Kenichi Handa <handa@m17n.org>
11608
69cb8d82
KH
11609 * international/fontset.el (setup-default-fontset): For each
11610 script, append (not set) font-specs.
11611
40149292
KH
11612 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11613 docstring.
11614
ff0c4194
NR
116152009-07-08 Nick Roberts <nickrob@snap.net.nz>
11616
11617 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11618 -data-list-register-names to ...
11619 (gdb-starting): ... here because GDB 7.0 requires execution to
11620 have started when using this MI command.
11621 (gdb-set-header): New function to distinguish select and
11622 unselected tabs in gdb buffers.
11623 (gdb-propertize-header): New macro that uses gdb-set-header.
11624 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 11625 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 11626
8954c675
CY
116272009-07-07 Chong Yidong <cyd@stupidchicken.com>
11628
11629 * Makefile.in (ELCFILES): Remove fadr.elc.
11630
0996385d
DD
116312009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11632
dc6b4519
DD
11633 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11634 may contain frame information, so `string-match' should be used.
11635 (gdb-update): Disassembly is invalidated through
11636 `gdb-get-selected-frame'.
11637 (gdb-pad-string): New function to pad string with spaces.
11638 (gdb-invalidate-disassembly): Invalidate only if the buffer
11639 exists.
11640 (gdb-disassembly-handler-custom): Column alignment.
11641 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11642 placing new ones.
11643 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11644 end of line, too.
11645 (gdb-frame-handler): Match convention to for disassembly buffer
11646 mode name.
17c1380b 11647 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
11648 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11649 not highlight breakpoints without line information.
69a197a2 11650 (gdb-input): Add trailing newline to command.
dc6b4519 11651
14340b25
DD
11652 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11653 buffer properly.
11654 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 11655 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
11656 now.
11657 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11658 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11659 to place breakpoints.
14340b25
DD
11660 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11661 functions.
11662 (gdb-disassembly-handler-custom): Show overlay arrow.
11663 (gdb-disassembly-place-breakpoints): Show breakpoints in
11664 disassembly buffer.
11665 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 11666 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 11667 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 11668 in `gud-menu-map'.
14340b25 11669
38d4f316 11670 * fadr.el: Remove.
1f2a6224 11671
7b6fefac 11672 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 11673 (gdb-memory-address): New variable which holds top address of
7b6fefac 11674 memory page shown in memory buffer.
33aeea0e
SM
11675 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
11676 New customization variables.
0996385d
DD
11677 New functions:
11678 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11679 display the memory buffer.
11680 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11681 buffer display parameters.
11682 (def-gdb-memory-format, gdb-memory-format-binary)
11683 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11684 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11685 Functions for setting memory buffer format.
11686 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11687 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11688 unit size used in memory buffer.
33aeea0e
SM
11689 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
11690 Switch to next/previous page of memory buffer.
28d67a53 11691 Now using (bindat-get-field) instead of fadr functions.
0996385d 11692
9ba562d3
SS
116932009-07-07 Sam Steingold <sds@gnu.org>
11694
11695 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11696 non-top-level files.
11697
a43977db
KH
116982009-07-07 Kenichi Handa <handa@m17n.org>
11699
33aeea0e
SM
11700 * international/mule-cmds.el (reset-language-environment):
11701 Put the highset priority to the charset iso-8859-1.
a43977db 11702
d44d05e8
CY
117032009-07-06 Chong Yidong <cyd@stupidchicken.com>
11704
11705 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11706 to the end of the line when locating the block (Bug#700).
11707
3e2fa353
MA
117082009-07-06 Michael Albinus <michael.albinus@gmx.de>
11709
11710 * net/tramp.el (tramp-handle-write-region): Flush file properties
11711 in case of short track.
11712
be3e598a 117132009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 11714
bf0b361c
JB
11715 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11716 Coded custom representation of verilog error regular expressions
11717 to work with Emacs-22's new format.
d88782c3 11718 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 11719 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
11720 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11721 error recognition into XEmacs.
11722 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11723 error recognition into Emacs-22.
11724
25c6f63e
CY
117252009-07-06 Chong Yidong <cyd@stupidchicken.com>
11726
11727 * woman.el: Remove stand-alone closing parentheses.
11728 (woman-file-name, woman2-format-paragraphs)
11729 (woman-leave-blank-lines): Code cleanup.
11730 (woman-use-own-frame): Change default to nil.
33aeea0e
SM
11731 (woman-italic, woman-bold, woman-unknown, woman-addition):
11732 Change defaults to inherit from default faces.
25c6f63e
CY
11733 (woman2-process-escapes): Consume the newline after a stand-alone
11734 filler character (Bug#3651).
11735
f176290e
GM
117362009-07-06 Glenn Morris <rgm@gnu.org>
11737
11738 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11739 (top-level): Move provide to the end.
11740 (ffap): Remove defunct URL from custom group.
11741
11742 * subr.el (eval-after-load): Doc fix.
11743
7b6fefac 117442009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
11745
11746 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11747 `calc-embedded-word' is called twice.
11748
4b8b1ec5
SM
117492009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11750
11751 * files.el (find-alternate-file-other-window, find-alternate-file):
11752 Obey confirm-nonexistent-file-or-buffer.
11753
d6ceb380
MA
117542009-07-05 Michael Albinus <michael.albinus@gmx.de>
11755
11756 * dired-aux.el (dired-show-file-type): Handle remote files.
11757
be3e598a 117582009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 11759
4b8b1ec5
SM
11760 * desktop.el (desktop-globals-to-save):
11761 Add file-name-history (Bug#2750).
c760f19e 11762
6d00ce04
CY
117632009-07-05 Chong Yidong <cyd@stupidchicken.com>
11764
4b8b1ec5 11765 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 11766
6ee21b07
JB
117672009-07-04 Johan Bockgård <bojohan@gnu.org>
11768
11769 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11770 property on entire argument since this is what eshell-lisp-command
11771 expects.
11772
f0dbdc25
MA
117732009-07-03 Michael Albinus <michael.albinus@gmx.de>
11774
11775 * net/tramp-gvfs.el (tramp-gvfs-methods)
11776 (tramp-gvfs-zeroconf-domain)
11777 (tramp-bluez-discover-devices-timeout): Add version flag.
11778 (tramp-gvfs-handler-mounted-unmounted)
11779 (tramp-gvfs-connection-mounted-p): Polish handling of
11780 incompatibilities between GVFS 0.2 and 1.0.
11781
e044e4fc
JD
117822009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11783
4b8b1ec5 11784 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 11785
2e9b968b
JB
117862009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11787
bf0b361c 11788 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
11789 formatted correctly.
11790
baf1a55e
JL
117912009-07-02 Juri Linkov <juri@jurta.org>
11792
11793 * info.el: Virtual Info files and nodes.
11794 (Info-virtual-files, Info-virtual-nodes): New variables.
11795 (Info-current-node-virtual): New variable.
11796 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11797 New functions.
11798 (Info-file-supports-index-cookies): Use Info-virtual-file-p
11799 to check for a virtual file instead of checking a fixed list
11800 of node names.
11801 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11802 instead of ad-hoc processing of "dir" and (apropos history toc).
11803 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11804 instead of ad-hoc processing of "dir" and (apropos history toc).
11805 Reread a file when moving from a virtual node.
11806 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11807 (Info-directory-toc-nodes, Info-directory-find-file)
11808 (Info-directory-find-node): New functions.
11809 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11810 (Info-history): Move part of code to
11811 `Info-history-find-node'.
11812 (Info-history-toc-nodes, Info-history-find-file)
11813 (Info-history-find-node): New functions.
11814 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11815 (Info-toc): Move part of code to `Info-toc-find-node'.
11816 (Info-toc-find-node): New function.
4b8b1ec5 11817 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
11818 the current Info file name to references because now the node
11819 "*TOC*" belongs to the same Info manual.
4b8b1ec5 11820 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
11821 (Info-toc-nodes): Rename input argument `file' to `filename'.
11822 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11823 instead of ad-hoc processing of ("dir" apropos history toc).
11824 (Info-index-nodes): Use Info-virtual-file-p
11825 to check for a virtual file instead of checking a fixed list
11826 of node names.
11827 (Info-index-node): Add check for `Info-current-node-virtual'.
11828 Raise `save-match-data' higher up the tree to contain
11829 `search-forward' too (bug fix).
11830 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11831 (Info-virtual-index-nodes): New variable.
11832 (Info-virtual-index-find-node, Info-virtual-index): New functions.
11833 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11834 (Info-apropos-file, Info-apropos-nodes): New variables.
11835 (Info-apropos-toc-nodes, Info-apropos-find-file)
11836 (Info-apropos-find-node, Info-apropos-matches): New functions.
11837 (info-apropos): Move part of code to `Info-apropos-find-node' and
11838 `Info-apropos-matches'.
11839 (Info-mode-map): Bind "I" to `Info-virtual-index'.
11840 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11841 for a virtual file instead of checking a fixed list of node names.
11842
11843 * simple.el (async-shell-command): New command.
11844
11845 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11846
11847 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11848 instead of `mount-info'.
11849
d04bc496
MA
118502009-07-02 Michael Albinus <michael.albinus@gmx.de>
11851
11852 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 11853 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 11854
af0403e0
KH
118552009-07-02 Kenichi Handa <handa@m17n.org>
11856
11857 * international/mule.el (set-keyboard-coding-system): Force *-unix
11858 coding-system to avoid eol conversion.
11859
99278f8a
MA
118602009-07-01 Michael Albinus <michael.albinus@gmx.de>
11861
4b8b1ec5
SM
11862 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11863 Add handler for `process-file', `shell-command' and
99278f8a
MA
11864 `start-file-process'.
11865 (tramp-gvfs-handle-shell-command)
11866 (tramp-gvfs-handle-start-file-process)
11867 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 11868 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 11869
3f1c6666
JD
118702009-07-01 Jan Djärv <jan.h.d@swipnet.se>
11871
11872 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11873
3f396bac
KH
118742009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
11875
11876 * language/korean.el (set-language-info-alist): Add korean-cp949,
11877 cp949 to spec.
11878
c1185193
KH
118792009-07-01 Kenichi Handa <handa@m17n.org>
11880
11881 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11882
11883 * international/encoded-kb.el: Deleted.
11884
11885 * international/mule.el (set-keyboard-coding-system): Perform the
11886 necessary setup here instead of calling encoded-kbd-setup-display.
11887
3f150a60
GM
118882009-07-01 Glenn Morris <rgm@gnu.org>
11889
11890 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11891
b0d5b05b
GM
118922009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
11893
11894 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
11895
4f4126e6
MA
118962009-06-30 Michael Albinus <michael.albinus@gmx.de>
11897
4b8b1ec5
SM
11898 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11899 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 11900 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 11901
7ae3ea65 11902 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
11903 (top): Add a default for "synce" in `tramp-default-user-alist'.
11904 Add completion function for "synce" method.
11905 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
11906 (tramp-hal-interface-manager, tramp-hal-interface-device):
11907 New defconst.
11908 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11909 (tramp-synce-list-devices, tramp-synce-parse-device-names):
11910 New defuns.
d6ceb380
MA
11911
11912 * net/trampver.el: Update release number.
7ae3ea65 11913
0ad6626b
KH
119142009-06-30 Kenichi Handa <handa@m17n.org>
11915
11916 * international/fontset.el (setup-default-fontset): Add CJK fonts
11917 for symbols and the other miscellaneous characters.
11918
4b8b1ec5
SM
11919 * language/korea-util.el (setup-korean-environment-internal):
11920 Make char-width-table suitable for Korean environments.
0ad6626b
KH
11921 (exit-korean-environment): Cancel above.
11922
11923 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11924 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 11925 setup-function to make char-width-table suitable for respective
0ad6626b
KH
11926 environments, and an exit-function to cancel that.
11927
11928 * language/japan-util.el (setup-japanese-environment-internal):
11929 Call use-cjk-char-width-table with arg `ja_JP'.
11930
11931 * international/characters.el (cjk-char-width-table): Delete it.
11932 (cjk-char-width-table-list): New variable.
11933 (use-cjk-char-width-table): New arg local-name.
11934 (use-default-char-width-table): Fix for the case that Emacs is
11935 already using the default char-width-table.
11936
fd46e893
MA
119372009-06-29 Michael Albinus <michael.albinus@gmx.de>
11938
11939 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11940 modes mandatory. (Bug#3712)
11941
b87d9f96
AM
119422009-06-29 Alan Mackenzie <acm@muc.de>
11943
11944 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 11945 correction between the visible width of TABs and their number of bytes.
b87d9f96 11946
2d25aa5a
CY
119472009-06-29 Chong Yidong <cyd@stupidchicken.com>
11948
11949 * server.el (server-buffer-done): Prevent kill-buffer from
11950 prompting by clearing the buffer modification flag (Bug#3696).
11951
a3a8b002
DN
119522009-06-28 Michael McNamara <mac@mail.brushroad.com>
11953
bf0b361c 11954 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 11955 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
11956 (verilog-basic-complete-re): Support localparam lineup.
11957 (verilog-beg-of-statement-1): Fix for robustness, unique case.
11958 (verilog-set-auto-endcomments): Fix for unique case, always_comb
11959 commenting.
11960 (verilog-leap-to-case-head): Now support *nested* unique &
11961 priority case statements.
11962 (verilog-auto-lineup): Make just declarations the default (as it
11963 had been).
4b8b1ec5 11964 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 11965 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 11966 select the various styles of automatic lineup.
a3a8b002
DN
11967 (verilog-error-regexp-alist): Rework to support the XEmacs style
11968 of error regular expressions from compilers, lint tools &
11969 simulators. Note that GNU Emacs has made it impossible for a mode
11970 to load such things.
11971 (electric-verilog-terminate-line, verilog-indent-declaration)
11972 (verilog-auto-wiure): Rework for radio button selection of
11973 auto-lineup selection of specification of auto lineup.
11974 (verilog-beg-of-statement-1): Redesign to support proper operation
11975 in additional code, based on testing with auto-lineup.
11976 (verilog-calculate-indent, assignments & declarations)
11977 (verilog-backward-token): Enhance to support auto-lineup of
11978 assignments & declarations.
11979 (verilog-in-directive-p, verilog-at-struct-p): New function for
11980 easy test of whether we are.
11981 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11982 to support safe execution at almost anyline.
11983 (verilog-calc-1): Properly support indenting deep inside generate
11984 blocks.
48c2d18a 11985 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 11986 as it is redundant with font-lock-defaults.
a8f316ca 11987 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
11988 to avoid circular calls if syntax-ppss is a function (as is the
11989 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 11990 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
11991 (verilog-ovm-begin-re, verilog-ovm-end-re)
11992 (verilog-ovm-statement-re, verilog-leap-to-head)
11993 (verilog-backward-token): Add support for OVM macros. Some are
11994 complete statements, and others open and close scopes like begin
11995 and end.
11996 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11997 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 11998 compilation issue.
48c2d18a 11999 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 12000 coverpoint, constraint and cross statements.
a3a8b002
DN
12001 (verilog-defun-level-list, verilog-generate-defun-level-list)
12002 (verilog-all-defun-level-list): Redo these specifications - it is
12003 too hard to support eval-when compile aggregation of lists also
12004 built at when-compile time.
12005 (verilog-defun-level-list): Place defconsts of variables used in
12006 building regular expressions which are built in eval-when-compile
12007 bodies in the same eval-when-compile body to facilitate compile
12008 without load.
12009 (verilog-beg-block-re-ordered): Support indenting
12010 virtual/protected tasks and functions.
7b6fefac 12011 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
12012 (verilog-backward-ws&directives, verilog-calc-1): Speed up
12013 indentation of some module items (generate items).
12014 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12015 across virtual/protected tasks and functions.
12016
120172009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
12018
bf0b361c 12019 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 12020 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
12021 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12022 in concatenations. Reported by Yishay Belkind.
12023 (verilog-auto-ascii-enum): Support one-hot state machines in
12024 AUTOASCIIENUM. Suggested by Lloyd Gomez.
12025 (verilog-auto-inst, verilog-auto-inst-port): Include interface
33aeea0e
SM
12026 modport in AUTOINST and add vl-modport for users.
12027 Reported by David Rogoff.
a3a8b002
DN
12028 (verilog-auto-inout-module, verilog-auto-inst)
12029 (verilog-decls-get-interfaces, verilog-insert-definition)
12030 (verilog-insert-one-definition, verilog-read-decls)
12031 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12032 (verilog-sig-modport, verilog-signals-combine-bus)
12033 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12034 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12035 Suggested by David Rogoff.
12036 (verilog-repair-open-comma): Fix non-insertion of comma when
12037 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
12038 (verilog-make-width-expression): Simplify [A-1:0] expression
12039 widths to just {A{1'b0}}.
12040 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
12041 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12042 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
12043 inputs/outputs or data type. Suggested by Vasu Kandadi.
12044 (next-error-last-buffer): Fix byte-compiler warning.
12045 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12046 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 12047 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 12048 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
12049 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12050 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 12051 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
12052 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12053 causing use of <= assignments. Reported by Alex Reed.
12054 (verilog-read-decls): Fix triand, trior, wand, wor to be
12055 recognized by AUTOWIRE. Reported by Spencer Isaacson.
12056 (verilog-extended-complete-re): Support import "DPI-C" functions.
12057 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 12058 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
12059 (verilog-insert-date, verilog-insert-year)
12060 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12061 Windows systems. Reported by Michael Potts.
12062 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 12063 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 12064 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 12065 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
12066 (verilog-read-decls): Fix detecting "parameter int" when using
12067 AUTOINSTPARAM. Reported by Bruce T.
12068 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 12069 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 12070 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
12071 verilog-goto-defun will work. Reported by Lawrence Butcher.
12072 (verilog-getopt): Expand environment variables in -f file
12073 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 12074 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
12075 when reading enumerations.
12076 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12077 Suggested by Stephen Peltan.
4b8b1ec5 12078 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
12079 files. Reported by Steve Peltan.
12080
f7c0d931
CY
120812009-06-28 David De La Harpe Golden <david@harpegolden.net>
12082
12083 * files.el (trash-directory): Fix defcustom type.
12084
baf1a55e 120852009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
12086
12087 * help-fns.el (describe-function-1): Correctly locate adviced
12088 functions in hyperlink (Bug#2438).
12089
d63a01ef
CY
120902009-06-28 Chong Yidong <cyd@stupidchicken.com>
12091
12092 * files.el (trash-directory): Change default to nil.
12093 (move-file-to-trash): If trash-directory is nil and
12094 system-move-file-to-trash is unbound, perform freedesktop-style
12095 trashing.
12096
120972009-06-28 David De La Harpe Golden <david@harpegolden.net>
12098
12099 * files.el (move-file-to-trash): Add freedesktop trash
12100 support (Bug#973).
12101
fc2f6a26
GM
121022009-06-28 Glenn Morris <rgm@gnu.org>
12103
12104 * autorevert.el (global-auto-revert-non-file-buffers)
12105 (global-auto-revert-mode): Doc fixes.
12106
00242b07
JB
121072009-06-27 Johan Bockgård <bojohan@gnu.org>
12108
12109 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12110
f5594f03
CY
121112009-06-27 Chong Yidong <cyd@stupidchicken.com>
12112
e8a2b2da
CY
12113 * faces.el (x-handle-named-frame-geometry): Ensure that we have
12114 opened an X connection before calling x-get-resource (Bug#3194).
12115
f5594f03
CY
12116 * play/doctor.el: Remove reference to obsolete website.
12117 (make-doctor-variables): Correct grammar mistake (Bug#2633).
12118
3c3bf6ce
DN
121192009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
12120
12121 Remove find-file-not-found-hook VC method. (Bug#2757)
12122 * vc-hooks.el (vc-file-not-found-hook)
12123 (vc-default-find-file-not-found-hook): Remove functions.
12124 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12125 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12126 * vc.el:
12127 * vc-hg.el:
12128 * vc-git.el: Do not mention find-file-not-found-hook VC method.
12129
e26a7bc0
AM
121302009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
12131
12132 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 12133 compatibility function for `looking-back'.
e26a7bc0 12134
4b8b1ec5 12135 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 12136 Use `ispell-looking-back'.
e26a7bc0 12137
d9848600
MA
121382009-06-24 Michael Albinus <michael.albinus@gmx.de>
12139
12140 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 12141 rather than `filename'.
d9848600 12142
05fbc4a9
MB
121432009-06-23 Miles Bader <miles@gnu.org>
12144
12145 * face-remap.el (text-scale-set): New function.
12146
f86ca715
GM
121472009-06-23 Glenn Morris <rgm@gnu.org>
12148
33e2c2e5
GM
12149 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12150
f529f302
GM
12151 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12152
34995333
GM
12153 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12154
cc80ccee
GM
12155 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12156
84cb770d
GM
12157 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12158 Simplify Persian conditionals.
12159
d916c965
GM
12160 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12161 variable `filename'.
12162
b6a44b27
GM
12163 * comint.el (comint-insert-input): Doc fix.
12164
f86ca715
GM
12165 * Makefile.in (ELCFILES): Fix typo in previous change.
12166
666e158e
MB
121672009-06-23 Miles Bader <miles@gnu.org>
12168
12169 * cus-start.el: Add entry for `recenter-redisplay'.
12170
be3e598a 121712009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
12172
12173 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12174 Add an optional argument for the backend, use it instead of
12175 calling vc-backend.
4b8b1ec5
SM
12176 (vc-mode-line): Add an optional argument for the backend.
12177 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
12178 special handling for vc-state being a buffer to ...
12179
12180 * vc-rcs.el (vc-rcs-find-file-hook):
12181 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
12182
12183 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12184 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12185 vc-stay-local-p and vc-mode-line calls.
12186
12187 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12188 (vc-cvs-diff, vc-cvs-annotate-command)
12189 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12190 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12191 vc-mode-line calls.
12192
12193 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12194 direct comparison.
12195 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12196 backend when calling vc-mode-line.
12197 (vc-register): Do not create a closure for calling the vc register
12198 function, call it directly.
12199
2764748c
DN
122002009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12201
12202 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12203 to make it obvious item can be clicked.
f5a0b281
DN
12204
12205 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12206
d4a885b2
KH
122072009-06-23 Kenichi Handa <handa@m17n.org>
12208
12209 * language/korea-util.el (korean-key-bindings): Change the binding
12210 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
12211 same command.
12212
e3610693
MA
122132009-06-22 Michael Albinus <michael.albinus@gmx.de>
12214
12215 Sync with Tramp 2.1.16.
12216
12217 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12218
12219 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
12220 when a loading of a package fails. Completion function for rsync
12221 is `tramp-completion-function-alist-ssh'.
12222 (all): Replace all calls of `split-string' and
12223 `tramp-split-string' by `tramp-compat-split-string'.
12224 (tramp-default-method): Use `tramp-compat-process-running-p'.
12225 (tramp-default-proxies-alist): Allow also Lisp forms.
12226 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 12227 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
12228 (tramp-domain-regexp): Allow also "-", "_" and ".".
12229 (tramp-end-of-output): Remove newlines, and add "$" at the end.
12230 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12231 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
12232 (tramp-handle-directory-files-and-attributes-with-stat):
12233 Care about filenames with spaces, or starting with "-".
e3610693
MA
12234 (tramp-handle-dired-uncache): New defun.
12235 (tramp-handle-insert-directory): Don't flush the directory from
12236 cache, this is handled by `dired-uncache' now.
12237 (tramp-handle-insert-file-contents): Improve error handling.
12238 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12239 Quote `tramp-end-of-output'.
12240 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
12241 (tramp-check-for-regexp): Both echoes must be present, before removing.
12242 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
12243 (tramp-compute-multi-hops): Eval cons cells of
12244 `tramp-default-proxies-alist'.
12245 (tramp-maybe-open-connection): Use the same command pattern for
12246 first hop and further hops.
12247 (tramp-wait-for-output): Remove handling of newlines.
12248 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12249 (tramp-split-string): Remove function. It is handled in
12250 tramp-compat now.
12251
4b8b1ec5
SM
12252 * net/tramp-cmds.el (tramp-bug):
12253 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
12254
12255 * net/tramp-compat.el (tramp-compat-split-string)
12256 (tramp-compat-process-running-p): New defuns.
12257
12258 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12259 for `dired-uncache'.
12260
12261 * net/tramp-gvfs.el: New package.
12262
4b8b1ec5
SM
12263 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12264 Add handler for `dired-uncache'.
e3610693
MA
12265 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12266
12267 * net/trampver.el: Update release number. Make version check fit
12268 for SXEmacs 22.
12269
13a3f374
JM
122702009-06-22 Jim Meyering <meyering@redhat.com>
12271
e0a28a3b 12272 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
12273 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12274 XZ is the successor to LZMA: <http://tukaani.org/xz/>
12275
5242671e 122762009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 12277 Nick Roberts <nickrob@snap.net.nz>
13a3f374 12278
e0a28a3b 12279 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
12280 repository (http://sphinx.net.ru/hg/gdb-mi/).
12281
3fde45af
GM
122822009-06-22 Glenn Morris <rgm@gnu.org>
12283
46253b34
GM
12284 * files.el (dir-locals-collect-mode-variables): Allow for any number of
12285 `mode' and `eval' entries. (Bug#3430)
12286
97e18192
GM
12287 * Makefile.in (ELCFILES): Add fadr.elc.
12288
731a00fb
GM
12289 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12290 differing behavior of \n and ^ in strings. (Bug#3385)
12291
c66cd0ff
GM
12292 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12293
3fde45af
GM
12294 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12295 property.
12296 (lisp-indent-function): Make it a defcustom.
12297
db2241a0
NR
122982009-06-21 Nick Roberts <nickrob@snap.net.nz>
12299
12300 * progmodes/gdb-ui.el: Replace with ...
5242671e 12301 * progmodes/gdb-mi.el: ... this file.
db2241a0 12302 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
12303
123042009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
12305
db2241a0
NR
12306 * fadr.el: New file.
12307
38d4f316 12308See ChangeLog.14 for earlier changes.
e3d51b27
MR
12309
12310;; Local Variables:
12311;; coding: utf-8
e3d51b27
MR
12312;; End:
12313
4e5617ee 12314 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
e3d51b27
MR
12315
12316 This file is part of GNU Emacs.
12317
12318 GNU Emacs is free software: you can redistribute it and/or modify
12319 it under the terms of the GNU General Public License as published by
12320 the Free Software Foundation, either version 3 of the License, or
12321 (at your option) any later version.
12322
12323 GNU Emacs is distributed in the hope that it will be useful,
12324 but WITHOUT ANY WARRANTY; without even the implied warranty of
12325 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12326 GNU General Public License for more details.
12327
12328 You should have received a copy of the GNU General Public License
12329 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12330