* progmodes/python.el (python-mode): Don't impose font-lock.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
364df1cc
SM
12011-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
4
2a8a455e
SM
52011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
6
7 * files.el (file-local-variables-alist):
8 Make permanent-local (bug#7767).
9
d7bfa7a1
GM
102011-01-02 Glenn Morris <rgm@gnu.org>
11
12 * version.el (emacs-copyright): Set short copyright year to 2011.
13
9430e988
ML
142011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15
16 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
17 an existing temp buffer. (Bug#7746)
18
8de31eec
GM
192011-01-02 Glenn Morris <rgm@gnu.org>
20
21 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
22 multiple addresses. (Bug#7760)
23
01e62600
MA
242010-12-31 Michael Albinus <michael.albinus@gmx.de>
25
26 * net/tramp.el (tramp-methods): Add recursive options to "scpc",
27 "scpx", "pscp" and "psftp".
28
5be1c984
EZ
292010-12-31 Eli Zaretskii <eliz@gnu.org>
30
31 * term/w32-win.el (image-library-alist): Set up correctly for
32 libpng versions both before and after 1.4.0. (Bug#7716)
33
2d34d523
EZ
342010-12-25 Eli Zaretskii <eliz@gnu.org>
35
6491af11
EZ
36 * time.el (display-time-mode): Mention display-time-interval in
37 the doc string. (Bug#7713)
38
2d34d523
EZ
39 * simple.el (select-active-regions): Doc fix. (Bug#7702)
40
8258ae3f
KH
412010-12-24 Kenichi Handa <handa@m17n.org>
42
43 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
44 condition-case and return an error message string if something
45 goes wrong.
2f952059 46 (rmail-show-mime): Adjust for the above change. Insert the
8258ae3f
KH
47 header by rmail-mime-insert-header.
48
186f7f0b
KH
492010-12-24 Kenichi Handa <handa@m17n.org>
50
51 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
52 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
53 (rmail-mime-mbox-buffer)
54 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
55 (rmail-mime-entity): Argument changed. All codes handling an
56 entity object are changed.
2f952059 57 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
186f7f0b
KH
58 the above change.
59 (rmail-mime-entity-children, rmail-mime-entity-handler)
60 (rmail-mime-entity-tagline): New functions.
61 (rmail-mime-message-p): New function.
62 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
63 (rmail-mime-entity-segment, rmail-mime-next-item)
64 (rmail-mime-previous-item, rmail-mime-shown-mode)
65 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
66 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2f952059
ML
67 (rmail-mime-insert-tagline, rmail-mime-insert-header):
68 New functions.
186f7f0b
KH
69 (rmail-mime-text-handler): Call rmail-mime-insert-text.
70 (rmail-mime-insert-decoded-text): New function.
71 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
72 (rmail-mime-insert-image): Argument changed. Caller changed.
73 (rmail-mime-image): Call rmail-mime-toggle-hidden.
74 (rmail-mime-set-bulk-data): New funciton.
75 (rmail-mime-insert-bulk): Argument changed.
76 (rmail-mime-multipart-handler): Return t.
2f952059
ML
77 (rmail-mime-process-multipart): Argument changed.
78 Handle "multipart/alternative" here.
186f7f0b
KH
79 (rmail-mime-process): Argument changed.
80 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
81 (rmail-mime-insert): Argument changed. Handle raw display mode.
82 (rmail-mime): Argument changed. Handle toggling of raw display
83 mode.
84 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
85 rmail-mime-view-buffer.
86 (rmail-insert-mime-forwarded-message): Likewise.
87 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
88
89 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
90 non-nil, handle the header in rmail-show-mime-function.
91
e1a23575
LL
922010-12-20 Leo <sdl.web@gmail.com>
93
94 * help-fns.el (describe-variable): Fix 2010-12-17 change.
95
957e5dd1
JL
962010-12-20 Juri Linkov <juri@jurta.org>
97
98 * isearch.el (isearch-lazy-highlight-error): New variable.
99 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
100 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
101 to the current value of `isearch-error' (Bug#7468).
102
3c505d31
CY
1032010-12-17 Chong Yidong <cyd@stupidchicken.com>
104
105 * help-fns.el (describe-variable): Don't emit trailing whitespace
106 (Bug#7511).
107
c33fa631
LL
1082010-12-17 Leo <sdl.web@gmail.com>
109
110 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
111 if point is not behind eshell-last-output-end (Bug#7585).
112
c1cf05f4
CY
1132010-12-16 Chong Yidong <cyd@stupidchicken.com>
114
115 * textmodes/rst.el (rst-compile-pdf-preview)
116 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
117
c8cbbe27
KG
1182010-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
119
120 * emulation/edt-mapper.el: Override mapping of function keys so
121 that the later call to read-key-sequence works.
122
95e4cc85
EZ
1232010-12-13 Eli Zaretskii <eliz@gnu.org>
124
125 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
126 Unix EOLs. (Bug#7589)
127
11aad4e9
EZ
1282010-12-12 Eli Zaretskii <eliz@gnu.org>
129
130 * subr.el (posn-col-row): Evaluate header-line-format in the
131 context of the POSITION window's buffer.
132
5612fd08
GM
1332010-12-11 Glenn Morris <rgm@gnu.org>
134
135 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
136 (with-silent-modifications): Doc fixes.
137
158d5945
MA
1382010-12-10 Michael Albinus <michael.albinus@gmx.de>
139
140 * net/tramp.el (tramp-action-password, tramp-process-actions):
141 Revert patch from 2010-12-08. Use `save-restriction'.
142
65ceb118
EZ
1432010-12-09 Eli Zaretskii <eliz@gnu.org>
144
145 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
146 New functions.
147 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use
148 them instead of `nil' and `>', respectively. (Bug#1077)
149
81ced43d
SB
1502010-12-09 Stephen Berman <stephen.berman@gmx.net>
151
152 * calendar/diary-lib.el (diary-list-sexp-entries):
153 Handle case of no newline at end of file. (Bug#7536)
154
b2364eaa
GM
1552010-12-09 Glenn Morris <rgm@gnu.org>
156
157 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
158
32802ee1
MA
1592010-12-08 Michael Albinus <michael.albinus@gmx.de>
160
2f952059
ML
161 * net/tramp.el (tramp-handle-start-file-process):
162 Protect buffer-modified value. (Bug#7557)
32802ee1
MA
163 (tramp-action-password): Delete region, do not narrow.
164 (tramp-process-actions): Do not widen.
165
da9123a8
JM
1662010-12-08 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
167
168 * log-edit.el (log-edit-changelog-entries):
169 Regexp quote filename. (Bug#7505)
170
478834e6
TB
1712010-12-08 Tom Breton <tehom@panix.com>
172
173 * cus-edit.el (custom-save-all):
174 Bind print-length and print-level to nil. (Bug#7581)
175
3c1e62f8
GM
1762010-12-08 Glenn Morris <rgm@gnu.org>
177
d5e6e0b6
GM
178 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
179 Run hooks to update menu contents. (Bug#7586)
180
3c1e62f8
GM
181 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
182 file names, for the sake of MS Windows. (Bug#7588)
183
b1816a74
SM
1842010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
185
186 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
187 empty lines without a leading space.
188
3a1efe11 1892010-12-06 Leo <sdl.web@gmail.com>
86a6e8e0 190
740af6c9
GM
191 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
192 while mapping over marks (Bug#6810).
86a6e8e0 193
bc60f4de
CY
1942010-12-06 Chong Yidong <cyd@stupidchicken.com>
195
196 * image-dired.el (image-dired-db-file)
197 (image-dired-temp-image-file, image-dired-gallery-dir)
198 (image-dired-temp-rotate-image-file): Set default values relative
199 to image-dired-dir (Bug#7518).
200
e49fb298 2012010-12-06 Lawrence Mitchell <wence@gmx.li>
3ecba049
LM
202
203 * format.el (format-decode-run-method): Pass args FROM and TO, not
204 point-min and point-max, to shell-command-on-region (Bug#7488).
205
0afb6242
JD
2062010-12-06 Jan Djärv <jan.h.d@swipnet.se>
207
208 * frame.el (blink-cursor-mode): Make default t for ns.
209
5eae900e
BR
2102010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
211
212 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
213
74194465
CY
2142010-12-05 Chong Yidong <cyd@stupidchicken.com>
215
637c2c43
CY
216 * comint.el (comint-dynamic-list-input-ring)
217 (comint-dynamic-complete-filename)
218 (comint-replace-by-expanded-filename)
219 (comint-dynamic-simple-complete)
220 (comint-dynamic-list-filename-completions)
221 (comint-dynamic-list-completions): Doc fix (Bug#7499).
222
74194465
CY
223 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
224 Doc fix (Bug#7471).
225
6ed96c33
MR
2262010-12-04 Martin Rudalics <rudalics@gmx.at>
227
228 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
229 (Bug#7533).
230
11cb1e35
MB
2312010-12-04 W. Martin Borgert <debacle@debian.org> (tiny change)
232
233 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
234 (Bug#7491).
235
e408289f
CY
2362010-12-04 Chong Yidong <cyd@stupidchicken.com>
237
238 * simple.el (transient-mark-mode): Doc fix (Bug#7465).
239
2472c214
EZ
2402010-12-04 Eli Zaretskii <eliz@gnu.org>
241
242 * files.el (file-relative-name): Handle UNC file names on
243 DOS/Windows. (Bug#4674)
244
f9fe1af9
DU
2452010-12-03 Daiki Ueno <ueno@unixuser.org>
246
247 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
248 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
249 (epg-context-set-passphrase-callback): Mention that the callback
250 is not called when used with GnuPG 2.x.
251
ff80efe7
GM
2522010-12-02 Glenn Morris <rgm@gnu.org>
253
254 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
255 Ensure ps-footer-font-size-internal is initialized.
256 Call ps-get-page-dimensions before trying to use ps-font-for-text.
257
423a637b 2582010-12-01 Kenichi Handa <handa@m17n.org>
7e116860
KH
259
260 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
261 within condition-case.
262 (rmail-show-mime): Don't use condition-case.
263 (rmail-search-mime-message): New function.
264 (rmail-search-mime-message-function): Set to
265 rmail-search-mime-message.
266
bd794450
LL
2672010-12-01 Leo <sdl.web@gmail.com>
268
0fdd1db7 269 * ido.el (ido-common-initialization): New function. (bug#3274)
bd794450
LL
270 (ido-mode): Use it.
271 (ido-completing-read): Call it.
272
402c8a49
CY
2732010-11-27 Chong Yidong <cyd@stupidchicken.com>
274
275 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
276 stand-alone lines, since that is handled by log-edit-match-to-eoh
277 (Bug#6465).
278
d1882ac7
EW
2792010-11-27 Eduard Wiebe <usenet@pusto.de>
280
281 * dired.el (dired-get-filename): Replace backslashes with slashes
282 in file names on MS-Windows, needed by `locate'. (Bug#7308)
283 * locate.el (locate-default-make-command-line): Don't consider
284 drive letter and root directory part of
285 `directory-listing-before-filename-regexp'. (Bug#7308)
286 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
287
09ffa822
SM
2882010-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
289
290 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
291 of :smie-open/close-alist.
292 (smie-next-sexp): Make it accept a "start token" as argument.
293 (smie-indent-keyword): Be careful not to misidentify tokens that span
294 more than one line, as empty lines. Add argument `token'.
295
3d9ee611
KH
2962010-11-26 Kenichi Handa <handa@m17n.org>
297
afde451a
KH
298 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
299 multipart subtypes, insert all as usual.
300
3d9ee611
KH
301 * mail/rmail.el: Require rfc2047.
302
d1be4ec2
KH
3032010-11-26 Kenichi Handa <handa@m17n.org>
304
305 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
306 (rmail-mime-entity-disposition)
307 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
308 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
309 (rmail-mime-save): Handle the case that the button's `data' is a
310 MIME entity.
311 (rmail-mime-insert-text): New function.
9e0ecdab 312 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
d1be4ec2
KH
313 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
314 (rmail-mime-insert-bulk): New function mostly copied from the old
315 rmail-mime-bulk-handler.
9e0ecdab
GM
316 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
317 (rmail-mime-process-multipart): New function mostly copied from
d1be4ec2
KH
318 the old rmail-mime-multipart-handler.
319 (rmail-mime-show): Just call rmail-mime-process.
9e0ecdab 320 (rmail-mime-process): New function mostly copied from the old
d1be4ec2
KH
321 rmail-mime-show.
322 (rmail-mime-insert-multipart, rmail-mime-parse)
323 (rmail-mime-insert, rmail-show-mime)
324 (rmail-insert-mime-forwarded-message)
325 (rmail-insert-mime-resent-message): New functions.
326 (rmail-insert-mime-forwarded-message-function): Set to
327 rmail-insert-mime-forwarded-message.
328 (rmail-insert-mime-resent-message-function): Set to
329 rmail-insert-mime-resent-message.
330
331 * mail/rmailsum.el: Require rfc2047.
332 (rmail-header-summary): Handle multiline Subject: field.
333 (rmail-summary-line-decoder): Change the default to
334 rfc2047-decode-string.
335
336 * mail/rmail.el (rmail-enable-mime): Change the default to t.
337 (rmail-mime-feature): Change the default to `rmailmm'.
338 (rmail-quit): Delete the specifal code for rmail-enable-mime.
339 (rmail-display-labels): Likewise.
340 (rmail-show-message-1): Check rmail-enable-mime, and use
341 rmail-show-mime-function for a MIME message. Decode the headers
342 according to RFC2047.
343
33aeea0e
SM
3442010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
345
346 * progmodes/which-func.el (which-func-imenu-joiner-function):
347 Return a string, as expected.
348 (which-function-mode): Make sure we stop any previous timer before
349 starting a new one.
350
e40fc745
MA
3512010-11-23 Michael Albinus <michael.albinus@gmx.de>
352
353 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
354 (tramp-default-user-alist, tramp-default-proxies-alist):
355 Adapt custom options type. (Bug#7445)
e40fc745 356
ae3da38a
CY
3572010-11-21 Chong Yidong <cyd@stupidchicken.com>
358
359 * progmodes/python.el: Add Ipython support (Bug#5390).
360 (python-shell-prompt-alist)
361 (python-shell-continuation-prompt-alist): New options.
362 (python--set-prompt-regexp): New function.
33aeea0e
SM
363 (inferior-python-mode, run-python, python-shell):
364 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
365 prompt based on the Python interpreter.
366 (python--prompt-regexp): New var.
367 (python-check-comint-prompt)
368 (python-comint-output-filter-function): Use it.
369 (run-python): Use a pipe (Bug#5694).
370
1d851570
CY
3712010-11-21 Chong Yidong <cyd@stupidchicken.com>
372
373 * progmodes/python.el (run-python): Doc fix.
374 (python-keep-current-directory-in-path): New var (Bug#7454).
375
76dabd37
CY
3762010-11-20 Chong Yidong <cyd@stupidchicken.com>
377
378 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
379 Prompt user before actually printing.
380
9fca7811
SM
3812010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
382
383 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
384 * comint.el (comint-kill-region): Make the yank-handler argument
385 obsolete.
9fca7811 386
88bf1bec
SM
3872010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
388
e2f454c4
SM
389 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
390 that are both openers (resp. closers) and something else.
391 (smie-grammar): Loosen definition of valid values.
392 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
393 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
394 (smie-indent-after-keyword): Adjust users.
395 (smie-indent-keyword): Don't indent empty lines.
396
88bf1bec
SM
397 * vc-hg.el (vc-hg-program): New var.
398 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
399 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
400
4c0eb0d3
GM
4012010-11-17 Glenn Morris <rgm@gnu.org>
402
403 * emacs-lisp/autoload.el (autoload-find-destination): The function
404 coding-system-eol-type may return non-numeric values. (Bug#7414)
405
bf6442c3
UM
4062010-11-16 Ulrich Mueller <ulm@gentoo.org>
407
408 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
409
e68afd74
EZ
4102010-11-13 Eli Zaretskii <eliz@gnu.org>
411
412 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
413
de02effd
CY
4142010-11-13 Chong Yidong <cyd@stupidchicken.com>
415
416 * textmodes/picture.el (picture-mouse-set-point): Don't use
417 posn-col-row; explicitly compute the motion based on the posn at
418 the window-start (Bug#7390).
419
cdf015b1
MA
4202010-11-13 Michael Albinus <michael.albinus@gmx.de>
421
422 * net/tramp.el (tramp-remote-coding-commands): Add an alternative
423 using "base64 -d -i". This is needed for older base64 versions
424 from GNU coreutils. Reported by Klaus Reichl
425 <Klaus.Reichl@thalesgroup.com>.
426
f0a698ab
GM
4272010-11-13 Glenn Morris <rgm@gnu.org>
428
429 * novice.el (disabled-command-function):
430 Fix 2009-11-15 change. (Bug#7384)
431
29f30ab7
GM
4322010-11-12 Glenn Morris <rgm@gnu.org>
433
434 * calendar/calendar.el (diary-iso-date-forms): Make elements
435 mutually exclusive. (Bug#7377)
436
10b40d2e
SM
4372010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
438
439 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
440 when filling the remaining "unconstrained" values.
441
7bea8c7a
SM
4422010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
443
acef0722
SM
444 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
445 safety predicate.
446
447 * files.el (safe-local-variable-p): Gracefully handle errors.
448
7bea8c7a
SM
449 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
450 Use smie-indent-virtual when indenting relative to an opener.
451 (smie-rule-separator): Use smie-rule-parent.
452 (smie-indent-keyword): Consult rules, even for openers at bol.
453 (smie-indent-comment-close): Try to align closer's content.
454
b010e1ba
GM
4552010-11-11 Glenn Morris <rgm@gnu.org>
456
457 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
458
c790cad4
GM
4592010-11-10 Glenn Morris <rgm@gnu.org>
460
aa514451
GM
461 * printing.el (pr-menu-bind): Doc fix.
462
32b636de
GM
463 * speedbar.el (speedbar-toggle-images): Doc fix.
464
bc1d5cdf
GM
465 * progmodes/python.el (python-shell): Doc fix.
466
c790cad4
GM
467 * wid-edit.el (widget-field-use-before-change)
468 (widget-use-overlay-change): Doc fixes.
469
14121c52
GM
4702010-11-09 Glenn Morris <rgm@gnu.org>
471
472 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
473
73525e72
SM
4742010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
475
9bdba5f5
SM
476 * minibuffer.el (minibuffer-completion-help): Specify the end of the
477 completion field (bug#7211).
478
73525e72
SM
479 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
480 Fix handling of backslash escapes.
481 (python-quote-syntax): Adjust accordingly.
482
aef8d045 4832010-11-08 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
484
485 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
486 (vc-mtn-workfile-branch): Adjust to new output format.
487
cc4d2366
SM
4882010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
489
490 * international/mule-cmds.el (princ-list): Mark as obsolete.
491
7f925a67
SM
4922010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
493
494 * emacs-lisp/smie.el: New package.
495
6ce78fdc
MA
4962010-11-06 Michael Albinus <michael.albinus@gmx.de>
497
7f925a67
SM
498 * files.el (backup-by-copying-when-mismatch):
499 Set `permanent-local' property.
6ce78fdc
MA
500
501 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 502 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 503
21620882
EZ
5042010-11-06 Eli Zaretskii <eliz@gnu.org>
505
506 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
169759a0
EZ
507 (ls-lisp-classify-file): New function.
508 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
509 (ls-lisp-classify): Call ls-lisp-classify-file.
510 (insert-directory): Remove blanks from switches.
21620882 511
8468f78b
WS
5122010-11-07 Wilson Snyder <wsnyder@wsnyder.org>
513
7f925a67 514 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 515 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
516 AUTOINOUT for SV style multidimensional arrays, bug294.
517 Reported by Eric Mastromarchi.
518 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
519 font-lock-fontify-buffer to cleanup style issues.
520
fe9c5521
MA
5212010-11-05 Michael Albinus <michael.albinus@gmx.de>
522
523 * net/trampver.el: Update release number.
524
00d9e115
YM
5252010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
526
527 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
528 beginning of the string. Use `string-match-p'. (Bug#6765)
529
cb5e49a3
GM
5302010-11-01 Glenn Morris <rgm@gnu.org>
531
532 * locate.el (locate, locate-mode): Doc fixes.
533
381d186f
CY
5342010-11-01 Chong Yidong <cyd@stupidchicken.com>
535
536 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
537 user for confirmation.
538 (server-force-stop): Use it.
539 (server-start): Use server-force-stop for kill-emacs-hook, to
540 avoid user interaction while killing Emacs.
541
98cfec0d
CY
5422010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
543
544 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
545 (log-edit-author): New dynamic var.
546 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
547 Use it to return the author if different from committer.
548 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
549
5502010-10-31 Eli Zaretskii <eliz@gnu.org>
551
552 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
553
5542010-10-31 Chong Yidong <cyd@stupidchicken.com>
555
556 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
557 (vc-root-diff, vc-print-root-log, vc-log-incoming)
558 (vc-log-outgoing): Use it.
559 (vc-diff-internal): Set diff-vc-backend.
560
561 * vc/diff-mode.el (diff-vc-backend): New var.
562
5632010-10-31 Juri Linkov <juri@jurta.org>
564
565 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
566 buffer-locally to lambda that re-runs the vc diff command.
567 (Bug#6447)
568
5692010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
570
571 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
572
573 Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
574 log-outgoing commands.
575 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
576 to create a buffer local revert-buffer-function variable.
577 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
578 revert-buffer-function lambda.
579
580 Improve VC create/retrieve tag/branch.
581 * vc.el (vc-create-tag): Do not read the directory name for VCs
582 with repository revision granularity. Adjust the tag/branch
583 prompt. Reset VC properties.
584 (vc-retrieve-tag): Do not read the directory name for VCs
585 with repository revision granularity. Reset VC properties.
586
587 Add optional support for resetting VC properties.
588 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
589 call vc-file-clearprops when true.
590 (vc-resynch-buffer): Add new optional argument, pass it down.
591 (vc-resynch-buffers-in-directory): Likewise.
592
593 Improve support for special markup in the VC commit message.
594 * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
595 * vc-hg.el (vc-hg-checkin): Add support for Date:.
596 * vc-git.el (vc-git-checkin):
597 * vc-bzr.el (vc-bzr-checkin): Likewise.
598
599 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
600 * vc-git.el (vc-git-log-view-mode): Fix font lock for
601 incoming/outgoing logs.
602 (vc-git-log-outgoing, vc-git-log-incoming): New functions.
603
604 * vc-git.el (vc-git-log-outgoing): Use the same format as the
605 short log.
606 (vc-git-log-incoming): Likewise. Run "git fetch" before the log
607 command
608
609 Add bindings for vc-log-incoming and vc-log-outgoing.
610 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
611 and vc-log-outgoing.
612 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
613 and vc-log-outgoing.
614
615 Improve state updating for VC tag commands.
616 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
617 to update the state of all buffers in the directory.
618
6192010-05-19 Glenn Morris <rgm@gnu.org>
620
621 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
622
6232010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
624
625 * vc.el (vc-checkin, vc-modify-change-comment):
626 Adjust to new vc-start/finish-logentry.
627 (vc-find-conflicted-file): New command.
628 (vc-transfer-file): Adjust to new vc-checkin.
629 (vc-next-action): Improve scoping.
630
631 * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
632 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
633
634 * vc-dispatcher.el (vc-log-edit): Shorten names for
635 log-edit-show-files.
636
637 * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
638 (vc-bzr-conflicted-files): New function.
639
640 * log-edit.el (log-edit-summary, log-edit-header)
641 (log-edit-unknown-header): New faces.
642 (log-edit-headers-alist): New var.
643 (log-edit-header-contents-regexp): New const.
644 (log-edit-match-to-eoh): New function.
645 (log-edit-font-lock-keywords): Use them.
646 (log-edit): Insert a "Summary:" header as default.
647 (log-edit-mode): Mark font-lock rules as case-insensitive.
648 (log-edit-done): Cleanup headers.
649 (log-edit-extract-headers): New function to replace it.
650
651 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
652 the windows/frames.
653
654 * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
655
656 * vc-dir.el (vc-dir-kill-line): New command.
657 (vc-dir-mode-map): Bind it to C-k.
658 (vc-dir-headers): Abbreviate the working dir.
659
660 * vc-git.el (vc-git-revision-table): Include remote branches.
661
6622010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
663
664 New VC methods: vc-log-incoming and vc-log-outgoing.
665 * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
666 (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
667 New functions.
668 (vc-print-log-internal): Just call vc-log-internal-common.
669 (vc-log-view-type): New permanent local variable.
670
671 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
672
673 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
674 of the dynamic bound vc-short-log.
675 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
676
677 * vc-git.el (vc-git-log-outgoing): New function.
678 (vc-git-log-view-mode): Use vc-log-view-type instead
679 of the dynamic bound vc-short-log.
680
681 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
682 the dynamic bound vc-short-log. Highlight the tag.
683 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
684 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
685 (vc-hg-incoming-mode): Remove.
686 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
687
688 Fix default-directory for vc-root-diff.
689 * vc.el (vc-root-diff): Bind default-directory to the root
690 directory for the diff command.
691
6922010-10-31 Sam Steingold <sds@gnu.org>
693
694 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
695 `vc-hg-command' with a list of flags.
696
6972010-10-31 Glenn Morris <rgm@gnu.org>
698
699 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
700 log-edit-before-checkin-process.
701
702 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
703
704 * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
705
706 * vc-dispatcher.el (vc-start-logentry): Doc fix.
707 (log-view-process-buffer, log-edit-extra-flags): Declare.
708
7092010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
710
711 Add special markup processing for commit logs.
712 * log-edit.el (log-edit): Add new argument MODE. Use that mode
713 when non-nil instead of the log-view-mode.
714
715 * vc.el (vc-default-log-edit-mode): New function.
716
717 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
718 log-edit.
719
720 Support for shelving snapshots and for showing shelves.
721 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
722 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
723 New functions.
724 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
725 (vc-bzr-extra-menu-map): Map them.
726
a057950d
MA
7272010-10-30 Michael Albinus <michael.albinus@gmx.de>
728
729 * net/tramp.el (tramp-handle-insert-file-contents): For root,
730 preserve owner and group when editing files. (Bug#7289)
731
d2ce10d2
GM
7322010-10-29 Glenn Morris <rgm@gnu.org>
733
734 * speedbar.el (speedbar-mode):
735 * play/fortune.el (fortune-in-buffer, fortune):
736 * play/gomoku.el (gomoku-mode):
737 * play/landmark.el (lm-mode):
738 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
739 Replace inappropriate uses of toggle-read-only. (Bug#7292)
740
82f7efc3
GM
7412010-10-28 Glenn Morris <rgm@gnu.org>
742
743 * select.el (x-selection): Mark it as an obsolete alias.
744
ca39416c
AH
7452010-10-27 Aaron S. Hawley <aaron.s.hawley@gmail.com>
746
747 * add-log.el (find-change-log): Use derived-mode-p rather than
748 major-mode (bug#7284).
749
aab705a2
GM
7502010-10-27 Glenn Morris <rgm@gnu.org>
751
752 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
753 rather than just an unused variable that inherits from the real one.
754
a03c2342
WS
7552010-10-23 Michael McNamara <mac@mail.brushroad.com>
756
757 * verilog-mode.el (verilog-directive-re): Make this variable
758 auto-built for efficiency of execution and updating.
759 (verilog-extended-complete-re): Support 'pure' fucntion & task
760 declarations (these have no bodies).
ca39416c
AH
761 (verilog-beg-of-statement): General cleanup to enable support of
762 'pure' fucntion & task declarations (these have no bodies).
763 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
764 noticed by Steve Pearlmutter.
765 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
766 (verilog-directive-nest-re, verilog-set-auto-endcomments):
767 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
768 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
769 attribute handling for lining up declarations and assignments.
770 (verilog-beg-of-statement-1): Fix issue where continued declaration
771 is indented differently if it is after a begin..end clock.
772 (verilog-in-attribute-p, verilog-skip-backward-comments)
773 (verilog-skip-forward-comment-p): Support proper treatment of
774 attributes by indent code. Reported by Jeff Steele.
ca39416c 775 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
776 (verilog-backward-up-list, verilog-in-struct-region-p)
777 (verilog-backward-token, verilog-in-struct-p)
778 (verilog-in-coverage-p, verilog-do-indent)
779 (verilog-pretty-declarations): Use verilog-backward-up-list as
780 wrapper around backward-up-list inorder to properly skip comments.
781 Reported by David Rogoff.
782 (verilog-property-re, verilog-endcomment-reason-re)
783 (verilog-beg-of-statement, verilog-set-auto-endcomments)
784 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
785 of if). Reported by Max Bjurling and
786 (verilog-calc-1): Fix for clocking block in modport
787 declaration. Reported by Brian Hunter.
788
7892010-10-23 Wilson Snyder <wsnyder@wsnyder.org>
790
791 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
792 (verilog-gate-keywords, verilog-read-sub-decls)
793 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
794 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
795 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
796 (verilog-read-decls): Fix spaces in V2K module parameters causing
797 mis-identification as interfaces, bug287.
798 (verilog-read-decls): Fix not treating "parameter string" as a
799 parameter in AUTOINSTPARAM.
800 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
801 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 802 (verilog-do-indent): Implement correct automatic or static task or
a03c2342
WS
803 function end comment highlight. Reported by Steve Pearlmutter.
804 (verilog-font-lock-keywords-2): Fix highlighting of single
805 character pins, bug264. Reported by Michael Laajanen.
806 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
807 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
33aeea0e
SM
808 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
809 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
810 (verilog-pretty-expr): Fix interactive arguments, bug272.
811 Reported by Mark Johnson.
812 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
813 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
a03c2342
WS
814 bug269. Suggested by Gary Delp.
815 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
816 (verilog-preprocessor, verilog-set-compile-command):
817 Create verilog-preprocess and verilog-preprocessor to show
818 preprocessed output.
a03c2342
WS
819 (verilog-get-beg-of-line, verilog-get-end-of-line)
820 (verilog-modi-file-or-buffer, verilog-modi-name)
821 (verilog-modi-point, verilog-within-string): Move defmacro's
822 before first use to avoid warning. Reported by Steve Pearlmutter.
823 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
824 (verilog-colorize-region, verilog-highlight-buffer)
825 (verilog-highlight-includes, verilog-highlight-modules)
826 (verilog-highlight-region, verilog-mode): Rename colorize to
827 highlight to match other packages. Disable module highlighting,
828 as received speed complaints, reenable for experimentation only
829 using new verilog-highlight-modules.
830 (verilog-read-decls): Fix regexp stack overflow in very large
831 AUTO_TEMPLATEs, bug250.
832 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
833 (verilog-scan): Create verilog-save-buffer-state to standardize
834 making insignificant changes that shouldn't call hooks.
835 (verilog-save-no-change-functions, verilog-save-scan-cache)
836 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
837 Create verilog-save-no-change-functions to wrap verilog-scan
838 preservation, and fix to work with nested preserved calls.
839 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
840 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
841 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
842 (verilog-submit-bug-report): Update variable list to be complete.
843 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
844 breaking on-the-fly font-locking.
845 (verilog-colorize-buffer, verilog-colorize-include-files)
846 (verilog-colorize-include-files-buffer, verilog-colorize-region)
847 (verilog-load-file-at-mouse, verilog-load-file-at-point)
848 (verilog-mode, verilog-read-inst-module-matcher): With point on a
849 AUTOINST cell instance name, middle mouse button now finds-file on
850 it. Suggested by Brad Dobbie.
851 (verilog-alw-get-temps, verilog-auto-reset)
852 (verilog-auto-sense-sigs, verilog-read-always-signals)
853 (verilog-read-always-signals-recurse): Fix loop indexes being
854 AUTORESET. AUTORESET now assumes any variables in the
33aeea0e
SM
855 initialization section of a for() should be ignored.
856 Reported by Dan Dever.
a03c2342
WS
857 (verilog-error-font-lock-keywords)
858 (verilog-error-regexp-emacs-alist)
859 (verilog-error-regexp-xemacs-alist): Fix error detection of
860 Cadence HAL, reported by David Asher. Repair drift between the
861 three similar error variables.
862 (verilog-modi-lookup, verilog-modi-lookup-cache)
863 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
864 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
865 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
866 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
867 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
868 "{1*2{...". Broke in last revision.
869 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
870 submodule connections with replications "{#{a},#{b}}".
871
0d0d9424
GM
8722010-10-23 Glenn Morris <rgm@gnu.org>
873
ca39416c
AH
874 * comint.el (comint-password-prompt-regexp):
875 Match "enter the password". (Bug#7224)
0d0d9424 876
88dbda51
JB
8772010-10-22 Juanma Barranquero <lekktu@gmail.com>
878
879 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
880 Fix typo in docstring.
881
efd49885
MA
8822010-10-21 Michael Albinus <michael.albinus@gmx.de>
883
884 * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
885 errors.
886
887 * net/trampver.el: Update release number.
888
52ce2890
KH
8892010-10-20 Kenichi Handa <handa@m17n.org>
890
891 * face-remap.el (text-scale-adjust): Call read-event with a proper
892 prompt.
893
bca0f839
MA
8942010-10-19 Michael Albinus <michael.albinus@gmx.de>
895
896 * net/tramp.el (tramp-do-file-attributes-with-stat)
897 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
898 order to make stat results a float. Patch by Andreas Schwab
899 <schwab@linux-m68k.org>.
900
e8b69dc2
SM
9012010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
902
903 * repeat.el (repeat): Use read-key (bug#6256).
904
a8c41b4c
CY
9052010-10-18 Chong Yidong <cyd@stupidchicken.com>
906
907 * emacs-lisp/unsafep.el: Don't mark functions that display
908 messages as safe. Suggested by Johan Bockgård.
909
8348910a
SM
9102010-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
911
7c3f6228
JB
912 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
913 Turn comments into docstrings.
914
8348910a
SM
915 * minibuffer.el (completion--replace): Move point where it belongs
916 when there's a common suffix (bug#7215).
917
e499c64d
MA
9182010-10-15 Michael Albinus <michael.albinus@gmx.de>
919
920 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
bca0f839
MA
921 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
922 <dale@codefu.org>.
e499c64d 923
c4186f9c
KH
9242010-10-15 Kenichi Handa <handa@m17n.org>
925
926 * international/characters.el: Add category '|' (word breakable)
927 to fullwidth characters.
928
7ca9cfda
KH
9292010-10-14 Kenichi Handa <handa@m17n.org>
930
9650fc61
KH
931 * mail/rmail.el (rmail-show-message-1): Catch an error of
932 base64-decode-region and just show an error message (bug#7165).
933
7c3f6228 934 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
935 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
936 a font-spec (bug#7197).
937
7163badd
GM
9382010-10-13 Glenn Morris <rgm@gnu.org>
939
940 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
941
51e4f4a8
JB
9422010-10-12 Juanma Barranquero <lekktu@gmail.com>
943
c0943d3d
JB
944 * international/mule.el (define-coding-system):
945 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
946 * composite.el (compose-region): Fix typo in docstring.
947
9482010-10-10 Jan Djärv <jan.h.d@swipnet.se>
949
950 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
951 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
952 (mac-right-option-modifier): New alias for ns-right-option-modifier.
953
954 * cus-start.el (all): ns-right-alternate-modifier is new.
955
9386ae12
AS
9562010-10-10 Andreas Schwab <schwab@linux-m68k.org>
957
958 * Makefile.in (ELCFILES): Update.
959
4c528197
SM
9602010-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
961
962 * emacs-lisp/lisp.el (lisp-completion-at-point):
963 Use emacs-lisp-mode-syntax-table for the whole function.
964
4897601e
NR
9652010-10-09 Richard Sharman <richard_sharman@mitel.com> (tiny change)
966
967 * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
c0943d3d 968 (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
4897601e
NR
969 work when breakpoint number exceeds nine.
970
c58059f2
DK
9712010-10-05 David Koppelman <koppel@ece.lsu.edu>
972
973 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
974 instead of font-lock-mode before adding keywords.
975 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
976 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
977 non-nil; removed hook inhibit hack.
978
c7d6d8a1
GM
9792010-10-09 Glenn Morris <rgm@gnu.org>
980
d15f9a2b
GM
981 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
982 (load-path-shadows-find): ... to this.
983 (list-load-path-shadows): Update for above change.
984
c7d6d8a1
GM
985 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
986
e5d49589
GM
9872010-10-08 Glenn Morris <rgm@gnu.org>
988
5823f53f
GM
989 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
990
e5d49589
GM
991 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
992 (shadows-compare-text-p): Make it an obsolete alias for...
993 (load-path-shadows-compare-text): ... new name.
994 (find-emacs-lisp-shadows): Update for above name change.
995 (load-path-shadows-same-file-or-nonexistent): New name for the old
996 shadow-same-file-or-nonexistent.
997
397ae226
CY
9982010-10-03 Chong Yidong <cyd@stupidchicken.com>
999
1000 * minibuffer.el (completion--some, completion--do-completion)
1001 (minibuffer-complete-and-exit, minibuffer-completion-help)
1002 (completion-basic-try-completion)
1003 (completion-basic-all-completions)
1004 (completion-pcm--find-all-completions): Use lexical-let to
1005 avoid some false matches in variable completion (Bug#7056)
1006
8686a5ea
OOS
10072010-10-03 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
1008
1009 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
1010
83b8ea28
LL
10112010-10-03 Leo <sdl.web@gmail.com>
1012
1013 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
1014 return non-nil if the file exists (Bug#7090).
1015
55586d2a
SM
10162010-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1017
1018 * minibuffer.el (completion--replace):
1019 Better preserve markers (bug#7138).
1020
2b7ba565
JB
10212010-09-29 Juanma Barranquero <lekktu@gmail.com>
1022
1023 * server.el (server-process-filter): Doc fix.
1024
53ad04fc
DA
10252010-09-27 Drew Adams <drew.adams@oracle.com>
1026
1027 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
1028
c19f76a1
AS
10292010-09-27 Andreas Schwab <schwab@linux-m68k.org>
1030
0cceab3d
AS
1031 * Makefile.in (ELCFILES): Update.
1032
55586d2a
SM
1033 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1034 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 1035
fd057fd2
KH
10362010-09-27 Kenichi Handa <handa@m17n.org>
1037
1038 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
1039 "ustar" format.
1040
368b3544
KH
10412010-09-27 Kenichi Handa <handa@m17n.org>
1042
1043 * international/mule.el (define-coding-system): Docstring fixed.
1044
1045 * international/mule-diag.el (describe-character-set): Use princ
1046 with proper print-length and print-level instead of insert.
1047
fb5f3a23
JB
10482010-09-26 Juanma Barranquero <lekktu@gmail.com>
1049
1050 * window.el (walk-windows): Doc fix (bug#7105).
1051
af3ccb5c
GM
10522010-09-23 Glenn Morris <rgm@gnu.org>
1053
1054 * isearch.el (isearch-lazy-highlight-cleanup)
1055 (isearch-lazy-highlight-initial-delay)
1056 (isearch-lazy-highlight-interval)
1057 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1058 * net/net-utils.el (ipconfig-program-options):
1059 Move aliases to options before the associated definitions.
1060
c9805d23
SM
10612010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1062
1063 * newcomment.el (comment-normalize-vars): Better test validity of
1064 comment-end-skip.
1065
9e0d4f9e
SM
10662010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1067
1068 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1069 (float-e): New name for `e'.
1070 (degrees-to-radians, radians-to-degrees):
1071 * calendar/solar.el (solar-longitude):
1072 * calculator.el (calculator-registers, calculator-funcall):
1073 * textmodes/artist.el (artist-spray-random-points):
1074 * play/bubbles.el (bubbles--initialize-images): Use new names.
1075
a2930e43
EL
10762010-09-19 Eric M. Ludlam <zappo@gnu.org>
1077
1078 Update to CEDET 1.0's version of EIEIO.
1079
9e0d4f9e
SM
1080 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1081 New function.
a2930e43
EL
1082 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1083 (eieio-default-eval-maybe): Eval val instead of unquoting only.
1084 (class-precedence-list): If class is nil, return nil.
1085 (eieio-generic-call): If class of first input arg is nil, don't
1086 look up static methods, and do check for primary methods.
1087 (initialize-instance): See if the default needs to be evaluated
1088 during the constructor.
1089 (eieio-perform-slot-validation-for-default): Don't do the check
1090 for values that will eventually be evaluated.
1091 (eieio-eval-default-p): New function.
1092 (eieio-default-eval-maybe): Use it.
1093
10942010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1095
1096 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1097 method-invocation-order.
1098 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1099 (eieio-class-precedence-dfs): Compute class precedence list using
1100 dfs algorithm.
1101 (eieio-class-precedence-bfs): Compute class precedence list using
1102 bfs algorithm.
9e0d4f9e 1103 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
1104 c3 algorithm.
1105 (class-precedence-list): New function.
1106 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1107 (inconsistent-class-hierarchy): New error symbol.
1108 (call-next-method): Stow the replacement argument list for future
1109 call-next-method invocations.
1110
87e798a7
GM
11112010-09-15 Glenn Morris <rgm@gnu.org>
1112
ea7f9ebf
GM
1113 * calendar/appt.el (appt-check): If not displaying the diary,
1114 use (diary 1) to only get the entries we need.
1115 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1116 that it is in day order. (Bug#7019)
1117
1bf6d075
GM
1118 * calendar/appt.el (appt-check): Rather than showing the diary,
1119 just turn off invisible display, and only if needed.
1120
87e798a7
GM
1121 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
1122
f3a30a50
SM
11232010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1124
1125 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1126 Add `when' argument. Update callers.
1127
1128 * subr.el (unintern): Declare the obarray arg mandatory.
1129
92b99a01
GM
11302010-09-14 Glenn Morris <rgm@gnu.org>
1131
67ae9766
GM
1132 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1133 Doc fixes.
1134
92b99a01
GM
1135 * calendar/diary-lib.el (diary-included-files): New variable.
1136 (diary-list-entries): Maybe initialize diary-included-files.
1137 (diary-include-other-diary-files): Append to diary-included-files.
1138 * calendar/appt.el (appt-update-list): Also check the members of
1139 diary-included-files. (Bug#6999)
08151ec5 1140 (appt-check): Doc fix.
92b99a01 1141
5a66ed0f
DR
11422010-09-12 David Reitter <david.reitter@gmail.com>
1143
1144 * simple.el (line-move-visual): Do not truncate goal column to
1145 integer size. (Bug#7020)
1146
dba28758
SM
11472010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1148
1149 * repeat.el (repeat): Allow repeating when the last event is a click.
1150 Suggested by Drew Adams (bug#6256).
1151
681b88dd
SM
11522010-09-11 Sascha Wilde <wilde@sha-bang.de>
1153
1154 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1155 Replace setting HGRCPATH to "" by some less invasive --config options.
1156
71e657fc
SM
11572010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1158
1159 * font-lock.el (font-lock-beginning-of-syntax-function):
1160 Mark as obsolete.
1161
639b9d87
GM
11622010-09-10 Glenn Morris <rgm@gnu.org>
1163
1164 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1165 and tool-bar modes. (Bug#6211)
1166 (menu-bar-mode): Move setting of standard-value after the
1167 minor-mode definition, otherwise it seems to have no effect.
1168
33bd47be
MY
11692010-09-08 Masatake YAMATO <yamato@redhat.com>
1170
1171 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1172 Fix typo. (Bug#6976)
1173
9c405a86
CY
11742010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1175
1176 * whitespace.el: Allow cleaning up blanks without blank
1177 visualization (Bug#6651). Adjust help window for
1178 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
1179 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
1180 (whitespace-style): Add new value 'face. Adjust docstring.
1181 (whitespace-space, whitespace-hspace, whitespace-tab):
1182 Adjust foreground property face.
9c405a86
CY
1183 (whitespace-line-column): Adjust docstring and type declaration.
1184 (whitespace-style-value-list, whitespace-toggle-option-alist)
1185 (whitespace-help-text): Adjust const initialization.
1186 (whitespace-toggle-options, global-whitespace-toggle-options):
1187 Adjust docstring.
1188 (whitespace-display-window, whitespace-interactive-char)
1189 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1190 (whitespace-help-scroll): New fun.
1191
3fa0dc8f
AK
11922010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1193
1194 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
1195
1196 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1197 chars like - or ] (bug#6984).
1198 (rx-any-condense-range): Explode 2-char ranges.
1199
1e05f387
SM
12002010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1201
1202 * textmodes/bibtex.el:
1203 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1204
a3b337cd
GM
12052010-09-02 Glenn Morris <rgm@gnu.org>
1206
1207 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1208
d419e1d9
KH
12092010-08-31 Kenichi Handa <handa@m17n.org>
1210
1211 * international/mule-cmds.el (standard-display-european-internal):
1212 Setup standard-display-table for 8-bit characters by storing 8-bit
1213 characters in the element vector.
1214
1e05f387
SM
1215 * disp-table.el (standard-display-8bit):
1216 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
1217 characters in the element vector.
1218 (standard-display-european): Likewise.
1219
20b8ac83
MA
12202010-08-26 Michael Albinus <michael.albinus@gmx.de>
1221
1222 Sync with Tramp 2.1.19.
1223
1224 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1225 (tramp-reporter-dump-variable, tramp-load-report-modules)
1226 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1227 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1228
1229 * net/tramp-compat.el (top): Do not autoload
1230 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1231 only when `start-file-process' is not bound.
1232 (byte-compile-not-obsolete-vars): Define if not bound.
1233 (tramp-compat-funcall): New defmacro.
1234 (tramp-compat-line-beginning-position)
1235 (tramp-compat-line-end-position)
1236 (tramp-compat-temporary-file-directory)
1237 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1238 (tramp-compat-copy-file, tramp-compat-copy-directory)
1239 (tramp-compat-delete-file, tramp-compat-delete-directory)
1240 (tramp-compat-number-sequence, tramp-compat-process-running-p):
1241 Use it.
1242 (tramp-advice-file-expand-wildcards): Do not use
1243 `tramp-handle-file-remote-p'.
1244 (tramp-compat-make-temp-file): Simplify fallback implementation.
1245 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1246 (tramp-compat-copy-tree): Remove function.
1247 (tramp-compat-delete-file): New defun.
1248 (tramp-compat-delete-directory): Provide implementation for older
1249 Emacsen.
1250 (tramp-compat-file-attributes): Handle only
1251 `wrong-number-of-arguments' error.
1252
1e05f387
SM
1253 * net/tramp-fish.el (tramp-fish-handle-copy-file):
1254 Add PRESERVE_SELINUX_CONTEXT.
20b8ac83
MA
1255 (tramp-fish-handle-delete-file): Add TRASH arg.
1256 (tramp-fish-handle-directory-files-and-attributes):
1257 Do not use `tramp-fish-handle-file-attributes.
1258 (tramp-fish-handle-file-local-copy)
1259 (tramp-fish-handle-insert-file-contents)
1260 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1261
1262 * net/tramp-gvfs.el (top): Require url-util.
1263 (tramp-gvfs-mount-point): Remove.
1264 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1265 and `set-file-selinux-context'.
1266 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1267 (tramp-gvfs-handle-file-selinux-context)
1268 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1269 (with-tramp-dbus-call-method): Format trace message.
1270 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1271 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1e05f387
SM
1272 Implement backup call, when operation on local files fails.
1273 Use progress reporter. Flush properties of changed files.
1274 (tramp-gvfs-handle-delete-file): Add TRASH arg.
1275 Use `tramp-compat-delete-file'.
20b8ac83
MA
1276 (tramp-gvfs-handle-expand-file-name): Expand "~/".
1277 (tramp-gvfs-handle-make-directory): Make more traces.
1278 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1279 (tramp-gvfs-url-file-name): Hexify file name in url.
1280 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1281 into account for the resulting file name.
1282 (tramp-gvfs-handler-askquestion): Preserve current message, in
1283 order to let progress reporter continue afterwards. (Bug#6257)
1e05f387
SM
1284 Return dummy mountpoint, when the answer is "no".
1285 See `tramp-gvfs-maybe-open-connection'.
20b8ac83
MA
1286 (tramp-gvfs-handler-mounted-unmounted)
1287 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1e05f387
SM
1288 attribute "default_location". Set "prefix" property.
1289 Handle default-location.
20b8ac83
MA
1290 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1291 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1292 exists. Raise an error, if not (due to a corresponding answer
1e05f387
SM
1293 "no" in interactive questions, for example).
1294 Use `tramp-compat-funcall'.
20b8ac83
MA
1295
1296 * net/tramp-imap.el (top): Autoload `epg-make-context'.
1297 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1298 (tramp-imap-do-copy-or-rename-file)
1299 (tramp-imap-handle-insert-file-contents)
1300 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1301 (tramp-imap-handle-delete-file): Add TRASH arg.
1302
1e05f387
SM
1303 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1304 Add PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
1305 (tramp-smb-handle-copy-file)
1306 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1307 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1308 Use `with-progress-reporter'.
1309 (tramp-smb-handle-delete-file): Add TRASH arg.
1310
1311 * net/tramp.el (tramp-methods): Move hostname to the end in all
1312 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
1313 appropriate.
1314 (tramp-verbose): Describe verbose level 9.
1315 (tramp-completion-function-alist)
1316 (tramp-file-name-regexp, tramp-chunksize)
1317 (tramp-local-coding-commands, tramp-remote-coding-commands)
1318 (with-connection-property, tramp-completion-mode-p)
1319 (tramp-action-process-alive, tramp-action-out-of-band)
1320 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1321 (tramp-exists-file-name-handler): Fix docstring.
1322 (tramp-remote-process-environment): Use `format' instead of
1323 `concat'. Protect version string by apostroph.
1324 (tramp-shell-prompt-pattern): Do not use a shy group in case of
1325 XEmacs.
1326 (tramp-file-name-regexp-unified)
1327 (tramp-completion-file-name-regexp-unified): On W32 systems, do
1328 not regard the volume letter as remote filename. (Bug#5447)
1329 (tramp-perl-file-attributes)
1330 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1331 (tramp-vc-registered-read-file-names): Read input as
1332 here-document, otherwise the command could exceed maximum length
1333 of command line.
1334 (tramp-file-name-handler-alist): Add `file-selinux-context' and
1335 `set-file-selinux-context'.
1336 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1337 backtrace functions.
1338 (tramp-error-with-buffer): Don't show the connection buffer when
1339 we are in completion mode.
1340 (tramp-progress-reporter-update, tramp-remote-selinux-p)
1341 (tramp-handle-file-selinux-context)
1342 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1343 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1344 New defuns.
1345 (with-progress-reporter): New defmacro.
1346 (tramp-debug-outline-regexp): New defconst.
1347 (top, tramp-rfn-eshadow-setup-minibuffer)
1348 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1349 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1350 (tramp-completion-mode-p, tramp-check-for-regexp)
1351 (tramp-open-connection-setup-interactive-shell)
1352 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1353 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1354 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1355 Use `tramp-compat-funcall'.
1356 (tramp-handle-make-symbolic-link): Flush file properties.
1357 (tramp-handle-load, tramp-handle-file-local-copy)
1358 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1359 (tramp-handle-vc-registered, tramp-maybe-send-script)
1360 (tramp-find-shell): Use `with-progress-reporter'.
1361 (tramp-do-file-attributes-with-stat): Add space in format string,
1362 in order to work around a bug in pdksh. Reported by Gilles Pion
1363 <gpion@lfdj.com>.
1364 (tramp-handle-verify-visited-file-modtime): Do not send a command
1365 when the connection is not established.
1366 (tramp-handle-set-file-times): Simplify the check for utc.
1367 (tramp-handle-directory-files-and-attributes)
1368 (tramp-get-remote-path): Use `copy-tree'.
1369 (tramp-completion-handle-file-name-all-completions): Ensure, that
1370 non remote files are still checked. Oops.
1e05f387
SM
1371 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1372 Handle PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
1373 (tramp-do-copy-or-rename-file): Add progress reporter.
1374 (tramp-do-copy-or-rename-file-directly): Do not use
1375 `tramp-handle-file-remote-p'.
1376 (tramp-do-copy-or-rename-file-out-of-band):
1377 Use `tramp-compat-delete-directory'.
1378 (tramp-do-copy-or-rename-file-out-of-band)
1379 (tramp-compute-multi-hops, tramp-maybe-open-connection):
1380 Use `format-spec-make'.
1381 (tramp-handle-delete-file): Add TRASH arg.
1382 (tramp-handle-dired-uncache): Flush directory cache, not only file
1383 cache.
1384 (tramp-handle-expand-file-name)
1385 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
1386 (tramp-completion-handle-file-name-completion):
1387 Use `tramp-connectable-p'.
20b8ac83
MA
1388 (tramp-handle-start-file-process): Set connection property "vec".
1389 Use it, in order to invalidate file caches. Check only for
1390 `remote-tty' process property.
1391 Implement tty setting. (Bug#4604, Bug#6360)
1392 (tramp-file-name-for-operation): Add `call-process-region' and
1393 `set-file-selinux-context'.
1394 (tramp-find-foreign-file-name-handler)
1395 (tramp-advice-make-auto-save-file-name)
1396 (tramp-set-auto-save-file-modes): Remove superfluous check for
1397 `stringp'. This is done inside `tramp-tramp-file-p'.
1398 (tramp-file-name-handler): Trace 'quit. Catch the error for some
1399 operations when we are in completion mode. This gives the user
1400 the chance to correct the file name in the minibuffer.
1401 (tramp-completion-mode-p): Use `non-essential'.
1402 (tramp-handle-file-name-all-completions): Backward/ XEmacs
1403 compatibility: Use `completion-ignore-case' if
1404 `read-file-name-completion-ignore-case' does not exist.
1405 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1406 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1407 `tramp-open-shell'.
1408 (tramp-action-password): Hide password prompt before next run.
1409 (tramp-process-actions): Widen connection buffer for the trace.
1410 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1411 process property. Trace stty settings if `tramp-verbose' >= 9.
1412 Apply workaround for IRIX64 bug. Move argument of last
1413 `tramp-send-command' where it belongs to.
1414 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1415 front of `login-args'.
1416 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1417 on "/dev/null" instead of "/".
1418 (tramp-get-ls-command-with-dired): Make test for "--dired"
1419 stronger.
1420 (tramp-set-auto-save-file-modes): Adapt version check.
1421 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1422 (tramp-handle-process-file): Call the program in a subshell, in
1423 order to preserve working directory.
1424 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1425 `tramp-remote-sh' from `tramp-methods'.
1426 (tramp-get-ls-command): Make test for "--color=never" stronger.
1427 (tramp-check-for-regexp): Use (forward-line 1).
1428
1429 * net/trampver.el: Update release number.
1430
14312010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
1432
1433 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1434 empty argument to gvfs-copy.
1435
14362010-08-26 Chong Yidong <cyd@stupidchicken.com>
1437
1438 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1439 handle new TRASH arg of `delete-file'.
1440
14412010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1442
1443 * net/tramp.el (tramp-handle-insert-directory): Don't use
1444 `forward-word', its default syntax could be changed.
1445
14462010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1447 Michael Albinus <michael.albinus@gmx.de>
1448
1449 Implement compression for inline methods.
1450
1451 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1452 (tramp-copy-size-limit): Allow also nil.
1453 (tramp-inline-compress-commands): New defconst.
1454 (tramp-find-inline-compress, tramp-get-inline-compress)
1455 (tramp-get-inline-coding): New defuns.
1456 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1457 replaced by `tramp-get-inline-coding'.
1458 (tramp-handle-file-local-copy, tramp-handle-write-region)
1459 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1460
14612010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
1462
1463 Detect ssh 'ControlMaster' argument automatically in some cases.
1464
1465 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1466 (tramp-default-method): Use it.
1467
14682010-08-26 Karel Klíč <kklic@redhat.com>
1469
1470 * net/tramp.el (tramp-file-name-for-operation):
1471 Add file-selinux-context.
1472
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200" rowspan="4">d5720b4c
S
14732010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1474
1475 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1476
8d9f4291
CY
14772010-08-26 Chong Yidong <cyd@stupidchicken.com>
1478
1479 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1480 (Bug#6907).
1481
9027027d
CF
14822010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
1483
1484 * progmodes/python.el (python-block-pairs): Allow use of "finally"
1485 with "else" (Bug#3991).
1486
c00725d7
LL
14872010-08-22 Leo <sdl.web@gmail.com>
1488
1489 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1490 (ignore, bright, dim, keyword): Split list of nicknames before
1491 passing to rcirc-add-or-remove (Bug#6894).
1492
bc7d7ea6
CY
14932010-08-22 Chong Yidong <cyd@stupidchicken.com>
1494
1495 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1496
41a20de9
CY
14972010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1498
1499 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
1500 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1501 New version 13.0.
1502 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1503 Adjust initialization.
1504 (whitespace-bob-marker, whitespace-eob-marker)
1505 (whitespace-buffer-changed): New vars.
1506 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1507 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1508 (whitespace-post-command-hook, whitespace-display-char-on):
1509 Adjust code.
1510 (whitespace-looking-back, whitespace-buffer-changed): New funs.
1511 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
1512
e0143335
LL
15132010-08-21 Leo <sdl.web@gmail.com>
1514
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 1515 Fix buffer-list rename&refresh after killing a buffer in ido.
e0143335
LL
1516 * lisp/ido.el: Revert Óscar's.
1517 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1518 Remember the buffers at head, rather than their name.
1519 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1520
8f081e96
SM
15212010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
1522 Stefan Monnier <monnier@iro.umontreal.ca>
1523
1524 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1525 extra backslash added to each line (bug#6890).
1526
3ff78624
SM
15272010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1528
1529 * subr.el (read-key): Don't echo keystrokes (bug#6883).
1530
635f7282
GM
15312010-08-21 Glenn Morris <rgm@gnu.org>
1532
1533 * menu-bar.el (menu-bar-games-menu): Add landmark.
1534
fb89a654
GM
15352010-08-20 Glenn Morris <rgm@gnu.org>
1536
9130a2d6
GM
1537 * align.el (align-regexp): Make group and spacing arguments
1538 use the interactive defaults when non-interactive. (Bug#6698)
1539
fb89a654
GM
1540 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1541 expansion, so as not to need sendmail.
1542 (mail-text-start): Remove declaration.
1543 (rmail-retry-failure): Require sendmail.
1544
186e86db
SM
15452010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1546
1547 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1548
a67e6f13
MA
15492010-08-18 Michael Albinus <michael.albinus@gmx.de>
1550
186e86db
SM
1551 * progmodes/flymake.el (flymake-start-syntax-check-process):
1552 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 1553
f3cc64f8
KH
15542010-08-18 Kenichi Handa <handa@m17n.org>
1555
1556 * files.el: Add `word-wrap' as safe local variable.
1557
bb25c8d7
GM
15582010-08-18 Glenn Morris <rgm@gnu.org>
1559
1560 * woman.el (woman-translate): Case matters. (Bug#6849)
1561
a4aae1a5
CY
15622010-08-14 Chong Yidong <cyd@stupidchicken.com>
1563
1564 * simple.el (kill-region): Doc fix (Bug#6787).
1565
721dce17
GM
15662010-08-14 Glenn Morris <rgm@gnu.org>
1567
1568 * calendar/diary-lib.el (diary-header-line-format):
1569 Fit it to the window, not the frame.
1570
7467d0a8
AS
15712010-08-11 Andreas Schwab <schwab@linux-m68k.org>
1572
1573 * subr.el (ignore-errors): Add debug declaration.
1574
1fcf76af
GG
15752010-08-09 Geoff Gole <geoffgole@gmail.com> (tiny change)
1576
1577 * whitespace.el (whitespace-color-off): Remove post-command-hook
1578 locally.
1579
e54a1075
JB
15802010-08-08 Johan Bockgård <bojohan@gnu.org>
1581
1582 * replace.el (replace-highlight): Bind isearch-forward and
1583 isearch-error, ensuring that highlighting is updated if the user
1584 switches the search direction (Bug#6808).
1585
1586 * isearch.el (isearch-lazy-highlight-forward): New var.
1587 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1588 (isearch-lazy-highlight-update): Use it.
1589
7a84eee5
KH
15902010-08-06 Kenichi Handa <handa@m17n.org>
1591
186e86db
SM
1592 * international/mule.el (define-charset): Store NAME as :base property.
1593 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
1594 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1595 current priority. Force using the designation of the specific
1596 charset by adding `charset' text property. Improve the whole
1597 algorithm.
1598
f6b55526
JB
15992010-08-05 Juanma Barranquero <lekktu@gmail.com>
1600
1601 * emulation/pc-select.el (pc-selection-mode-hook)
1602 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1603 (pc-selection-mode): Fix typos in docstrings.
1604
6b4d96c2
KH
16052010-08-04 Kenichi Handa <handa@m17n.org>
1606
1607 * language/cyrillic.el: Don't add "microsoft-cp1251" to
1608 ctext-non-standard-encodings-alist here.
1609
186e86db
SM
1610 * international/mule.el (ctext-non-standard-encodings-alist):
1611 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
1612 (ctext-standard-encodings): New variable.
1613 (ctext-non-standard-encodings-table): List only elements for
1614 non-standard encodings.
186e86db 1615 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
1616 Check ctext-standard-encodings.
1617
1618 * international/mule-conf.el (compound-text): Doc fix.
1619 (ctext-no-compositions): Doc fix.
1620 (compound-text-with-extensions): Doc fix.
1621
c613687b
SM
16222010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1623
1624 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1625
d5b8058f
JB
16262010-08-03 Juanma Barranquero <lekktu@gmail.com>
1627
9ebc731b
JB
1628 * progmodes/which-func.el (which-func-format): Split help-echo text
1629 into lines, like other mode-line tooltips.
1630
d5b8058f
JB
1631 * server.el (server-start): When using TCP sockets, force IPv4
1632 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
1633
a2077b7f
SM
16342010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1635
1636 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1637
f63a7652
JB
16382010-08-02 Juanma Barranquero <lekktu@gmail.com>
1639
1640 * term.el (term-delimiter-argument-list): Reflow docstring.
1641 (term-read-input-ring, term-write-input-ring, term-send-input)
1642 (term-bol, term-erase-in-display, serial-supported-or-barf):
1643 Fix typos in docstrings.
1644
a7e26d8b
SM
16452010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1646
1647 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1648
bbc4e17c
JB
16492010-08-01 Juanma Barranquero <lekktu@gmail.com>
1650
1651 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1652
9aea20c9
MK
16532010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
1654
1655 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
1656 Fix typo in docstring (bug#6747).
1657
16b0b347
LL
16582010-07-30 Leo <sdl.web@gmail.com>
1659
1660 * eshell/esh-io.el (eshell-get-target): Better detection of
1661 read-only file (Bug#6762).
1662
ad9ae065
JB
16632010-07-30 Juanma Barranquero <lekktu@gmail.com>
1664
1665 * align.el (align-default-spacing): Doc fix.
1666 (align-region-heuristic, align-regexp): Fix typos in docstrings.
1667
fe4be04c
JB
16682010-07-23 Juanma Barranquero <lekktu@gmail.com>
1669
1670 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
1671
7c7c04c0
JB
16722010-07-19 Juanma Barranquero <lekktu@gmail.com>
1673
1674 * time.el (display-time-day-and-date): Remove spurious * in docstring.
1675 (display-time-world-buffer-name, display-time-world-mode-map):
1676 Fix typos in docstrings.
1677
c9088194
SK
16782010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
1679
1680 * image-mode.el (image-display-size): New function.
1681 (image-forward-hscroll, image-next-line, image-eol, image-eob)
1682 (image-mode-fit-frame): Use it (Bug#6639).
1683
dad7c716
CY
16842010-07-17 Chong Yidong <cyd@stupidchicken.com>
1685
1686 * dired.el (dired-buffers-for-dir): Handle list values of
1687 dired-directory (Bug#6636).
1688
f253ef6a
RS
16892010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
1690
1691 * vc.el (vc-coding-system-inherit-eol): New defvar.
1692 (vc-coding-system-for-diff): Use it to decide whether to inherit
1693 from the file the EOL format for reading the diffs of that file.
1694 (Bug#4451)
1695
134a027f
EZ
16962010-07-16 Eli Zaretskii <eliz@gnu.org>
1697
1698 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
1699 unibyte, so compressed attachments are not compressed again.
1700
243881ed
J
17012010-07-14 Jan Djärv <jan.h.d@swipnet.se>
1702
1703 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
1704 now that unicode is used (Bug#6594).
1705
5cbce271
CY
17062010-07-14 Chong Yidong <cyd@stupidchicken.com>
1707
1708 * simple.el (push-mark-command): Set the selection if
1709 select-active-regions is non-nil.
1710
3260caf8
GM
17112010-07-10 Glenn Morris <rgm@gnu.org>
1712
1713 * calendar/calendar.el (calendar-week-end-day): New function.
1714 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1715 Respect calendar-week-start-day. (Bug#6606)
1716 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1717 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1718 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1719 respect calendar-week-start-day.
1720
c876b263
CY
17212010-07-10 Chong Yidong <cyd@stupidchicken.com>
1722
1723 * simple.el (use-region-p): Doc fix (Bug#6607).
1724
4565b08e
CS
17252010-07-07 Christoph Scholtes <cschol2112@gmail.com>
1726
1727 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1728 builtins (BufferError, BytesWarning, WindowsError; callables
1729 bin, bytearray, bytes, format, memoryview, next, print; __package__).
1730
49554388
GM
17312010-07-07 Glenn Morris <rgm@gnu.org>
1732
1733 * play/zone.el (zone-fall-through-ws): Fix next-line ->
1734 forward-line fallout.
1735
e8579ebc
CY
17362010-07-06 Chong Yidong <cyd@stupidchicken.com>
1737
1738 * mouse.el (mouse-appearance-menu): Add docstring.
1739
1740 * help.el (describe-key): Print up-event using key-description.
1741
5d1cd8bd
MA
17422010-07-03 Michael Albinus <michael.albinus@gmx.de>
1743
1744 * net/zeroconf.el (zeroconf-resolve-service)
1e05f387 1745 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
1746 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1747
112dbc0e
MA
17482010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1749
1750 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1751
d0cb23ca
DN
17522010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
1753
1754 Avoid displaying files with a nil state in vc-dir.
1755 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1756 cases that cause insertion.
1757 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1758 with a nil state.
1759
01b229d1
CY
17602010-06-30 Chong Yidong <cyd@stupidchicken.com>
1761
1762 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1763
8bf1c786 17642010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
1765
1766 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
1767
dfc6544c
CY
17682010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
1769
1770 * generic-x.el (bat-generic-mode): Fix regexp for command line
1771 switches (Bug#5719).
1772
b7d4de51
CY
17732010-06-27 Masatake YAMATO <yamato@redhat.com>
1774
dfc6544c
CY
1775 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1776 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 1777
3726248f
CY
17782010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
1779
8bf1c786 1780 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
1781 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1782 bindings of bookmark-automatically-show-annotations (Bug#6515).
1783
aca54191
EZ
17842010-06-25 Eli Zaretskii <eliz@gnu.org>
1785
1786 * arc-mode.el (archive-zip-extract): Don't quote the file name on
1787 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
1788
2330fa87
ŠN
17892010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
1790
1791 * comint.el (make-comint, make-comint-in-buffer): Mention return
1792 value in the docstrings. (Bug#6498)
1793
29115ca9
YR
17942010-06-24 Yoni Rabkin <yoni@rabkins.net>
1795
1796 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
1797 since it is not present when using some non-default switches.
1798
2c79f053
KF
17992010-06-23 Karl Fogel <kfogel@red-bean.com>
1800
1801 * simple.el (compose-mail): Fix doc string to refer to
1802 `compose-mail-user-agent-warnings', instead of to the
1803 nonexistent `compose-mail-check-user-agent'.
1804
50d76a9f
DN
18052010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1806
1807 Fix vc-annotate for renamed files when using Git.
1808 * vc-git.el (vc-git-find-revision): Deal with empty results from
1809 ls-files. Doe not pass the object as a file name to cat-file, it
1810 is not a file name.
1811 (vc-git-annotate-command): Pass the file name using -- to avoid
1812 ambiguity with the revision.
1813 (vc-git-previous-revision): Pass a relative file name.
1814
6095a05b
GM
18152010-06-22 Glenn Morris <rgm@gnu.org>
1816
943375a6
GM
1817 * progmodes/js.el (js-mode-map): Use standard capitalization and
1818 ellipses for menu entries.
1819
6095a05b
GM
1820 * wid-edit.el (widget-complete): Doc fix.
1821
4514199e
JH
18222010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
1823
1824 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1825
c4786d60
DN
18262010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1827
11c46b39
DN
1828 Fix annotating other revisions for renamed files in vc-annotate.
1829 * vc-annotate.el (vc-annotate): Add an optional argument for the
1830 VC backend. Use it when non-nil.
33aeea0e
SM
1831 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate
1832 (Bug#6487).
11c46b39 1833
c4786d60
DN
1834 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1835 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1836 Do not pass the file name to the 'previous-revision call when we
1837 don't want a file diff. (Bug#6489)
1838
04ec0963
DN
18392010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1840
11c46b39 1841 Fix finding revisions for renamed files in vc-annotate.
04ec0963
DN
1842 * vc.el (vc-find-revision): Add an optional argument for
1843 the VC backend. Use it when non-nil.
1844 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1845 backend to vc-find-revision. (Bug#6487)
1846
c036381c
DN
18472010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1848
1849 Fix reading file names in Git annotate buffers.
1e05f387
SM
1850 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1851 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 1852
05c123e6
AM
18532010-06-20 Alan Mackenzie <acm@muc.de>
1854
1855 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1856 in file local variables, set it first.
1857
4111f0c7
GM
18582010-06-19 Glenn Morris <rgm@gnu.org>
1859
74739ffd
GM
1860 * descr-text.el (describe-char-unicode-data): Insert separating
1861 space when needed. (Bug#6422)
1862
4111f0c7
GM
1863 * progmodes/idlwave.el (idlwave-action-and-binding):
1864 Fix typo in 2009-12-03 change. (Bug#6450)
1865
b8add347
SM
18662010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1867
1868 * subr.el (read-quoted-char): Fix up last change (bug#6290).
1869
36901266
SM
18702010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1871
1872 * font-lock.el (font-lock-major-mode): Rename from
1873 font-lock-mode-major-mode to distinguish it from
1874 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1875 (font-lock-set-defaults):
1876 * font-core.el (font-lock-default-function): Adjust users.
1877 (font-lock-mode): Don't set it at all.
1878
12755d08
SM
18792010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1880
1881 * vc-annotate.el (vc-annotate): Use vc-read-revision.
1882
d7cd4abb
GM
18832010-06-15 Glenn Morris <rgm@gnu.org>
1884
1885 * calendar/appt.el (appt-time-msg-list): Doc fix.
1886 (appt-check): Let-bind appt-warn-time.
1887 (appt-add): Make the 3rd argument optional.
1888 Simplify argument names. Doc fix. Check for integer WARNTIME.
1889 Only add WARNTIME to the output list if non-nil.
1890
a675c749
IK
18912010-06-15 Ivan Kanis <apple@kanis.eu>
1892
1893 * calendar/appt.el (appt-check): Let the 3rd element of
1894 appt-time-msg-list specify the warning time.
1895 (appt-add): Add new argument with the warning time. (Bug#5176)
1896
a9de35fe
BR
18972010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1898
1899 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1900 older than version 1.6. (Bug#6361)
1901
37a7e764
HE
19022010-06-12 Helmut Eller <eller.helmut@gmail.com>
1903
1904 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1905 used by cl-do-arglist. (Bug#6408)
1906
8c6eab5a
SM
19072010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1908
989bc97f
SM
1909 * emacs-lisp/advice.el (ad-compile-function):
1910 Define warning-suppress-types before we let-bind it (bug#6275).
1911
8c6eab5a
SM
1912 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1913 declare it, make it buffer-local and permanent-local (bug#6324).
1914 (vc-resynch-window): Adjust name.
1915 * vc-hooks.el (vc-find-file-hook): Adjust name.
1916
2d9a4946
JR
19172010-06-07 Jonathan Rockway <jon@jrock.us>
1918
1919 * net/rcirc.el: Add support for password authentication.
1920 (rcirc-server-alist): Add :password keyword.
1921 (rcirc): Ask for a password, or get it from the server's alist.
1922 (rcirc-connect): Add password argument. Pass it to server.
1923
35b148ee
JB
19242010-06-05 Juanma Barranquero <lekktu@gmail.com>
1925
1926 * net/dbus.el (dbus-register-method): Declare function.
1927 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1928 (dbus-introspect): Doc fix.
1929 (dbus-event-bus-name, dbus-introspect-get-interface)
1930 (dbus-introspect-get-argument): Reflow docstrings.
1931
86253dc0
CY
19322010-06-04 Chong Yidong <cyd@stupidchicken.com>
1933
1934 * term/common-win.el (x-colors): Add "dark green" and "dark
1935 turquoise" (Bug#6332).
1936
3845c322
GM
19372010-06-03 Glenn Morris <rgm@gnu.org>
1938
1939 * desktop.el (desktop-clear-preserve-buffers):
1940 Add "*Warnings*" buffer. (Bug#6336)
1941
dbe82b27
DN
19422010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
1943
1944 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1945
feceda26
SM
19462010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1947
1948 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1949 `file-directory-p' to the filename part rather than to the whole text.
1950
896114cf
SM
19512010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1952
1953 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1954
949544ed
DA
19552010-05-31 Drew Adams <drew.adams@oracle.com>
1956
1957 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1958
450439d5
JB
19592010-05-31 Juanma Barranquero <lekktu@gmail.com>
1960
1961 * subr.el (momentary-string-display): Just use read-event to read
1962 the exit event (Bug#6238).
1963
fcb52808
CY
19642010-05-29 Chong Yidong <cyd@stupidchicken.com>
1965
1966 * ansi-color.el: Delete unused escape sequences (Bug#6085).
1967 (ansi-color-drop-regexp): New constant.
1968 (ansi-color-apply, ansi-color-filter-region)
896114cf 1969 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
1970 (ansi-color-apply): Build string list before calling concat.
1971
4da3541b
CY
19722010-05-27 Chong Yidong <cyd@stupidchicken.com>
1973
896114cf
SM
1974 * progmodes/verilog-mode.el (verilog-type-font-keywords):
1975 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
1976
19772010-05-27 Masatake YAMATO <yamato@redhat.com>
1978
1979 * htmlfontify.el (hfy-face-resolve-face): New function.
1980 (hfy-face-to-style): Use it (Bug#6279).
1981
397eb3f3
SM
19822010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1983
1984 * epa.el (epa--select-keys): Don't explicitly delete the window since
1985 that can fail (e.g. sole window in frame). Use dedication instead.
1986
ab0c07c0
SM
19872010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
1988
1989 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1990
29031d52
CY
19912010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1992
1993 * subr.el (read-quoted-char): Resolve modifiers after key
1994 remapping (bug#6212).
1995
dc9ed794
SM
19962010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1997
1998 * tmm.el (tmm-prompt): Don't try to precompute bindings.
1999 (tmm-get-keymap): Compute shortcuts (bug#6171).
2000
e1cb2c13
GM
20012010-05-10 Glenn Morris <rgm@gnu.org>
2002
2003 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2004 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
2005
61a808e8
CY
20062010-05-07 Chong Yidong <cyd@stupidchicken.com>
2007
2008 * Version 23.2 released.
2009
f034e176
CY
20102010-05-03 Chong Yidong <cyd@stupidchicken.com>
2011
c0943d3d 2012 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 2013 car of each item, not the whole list (Bug#6083).
f034e176 2014
f5d6ff44
CY
20152010-05-02 Chong Yidong <cyd@stupidchicken.com>
2016
2017 * progmodes/js.el (js-mode): Make paragraph variables local before
2018 calling c-setup-paragraph-variables (Bug#6071).
2019
aa4d4e4a
EZ
20202010-05-01 Eli Zaretskii <eliz@gnu.org>
2021
2022 * composite.el (compose-region, reference-point-alist): Fix typos
2023 in the doc strings.
2024
78edd3b7 20252010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
2026
2027 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2028 gnuplot's "set" command.
2029
29c48340
JB
20302010-04-26 Juanma Barranquero <lekktu@gmail.com>
2031
2032 * abbrev.el (last-abbrev-text): Doc fix.
2033 (abbrev-prefix-mark): Don't escape parenthesis.
2034
8ed6fc47
AS
20352010-04-24 Andreas Schwab <schwab@linux-m68k.org>
2036
2037 * composite.el (find-composition): Doc fix.
2038
063c6324
JB
20392010-04-24 Juanma Barranquero <lekktu@gmail.com>
2040
2041 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2042 (sql-oracle-program, sql-sqlite-options)
2043 (sql-query-placeholders-and-send): Doc fixes.
2044 (sql-set-product, sql-interactive-mode): Reflow docstrings.
2045 (sql-imenu-generic-expression, sql-buffer)
2046 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2047 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2048 (sql-mode-sybase-font-lock-keywords)
2049 (sql-mode-informix-font-lock-keywords)
2050 (sql-mode-interbase-font-lock-keywords)
2051 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2052 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2053 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2054 (sql-product-feature, sql-highlight-product)
2055 (comint-line-beginning-position, sql-rename-buffer)
2056 (sql-toggle-pop-to-buffer-after-send-region)
2057 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2058 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2059 Fix typos in docstrings.
2060
e89dee79
JL
20612010-04-23 Juri Linkov <juri@jurta.org>
2062
2063 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2064 property instead of `invisible' and `after-string' (bug#5998).
2065
316d12fb
JL
20662010-04-23 Juri Linkov <juri@jurta.org>
2067
2068 * image-mode.el (image-mode-as-text): Fix typo in docstring.
2069
770255e9
JB
20702010-04-23 Juanma Barranquero <lekktu@gmail.com>
2071
2072 * filecache.el (file-cache-add-directory-list)
2073 (file-cache-add-directory-recursively): Fix typos in docstrings.
2074
ece33a6e
KH
20752010-04-22 Kenichi Handa <handa@m17n.org>
2076
2077 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 2078 (gujarati-composable-pattern): Fix typo.
ece33a6e 2079
771533aa
KH
20802010-04-20 Kenichi Handa <handa@m17n.org>
2081
2082 * language/indian.el (oriya-composable-pattern)
1e05f387
SM
2083 (tamil-composable-pattern, malayalam-composable-pattern):
2084 Add two-part vowels to "v" (vowel sign).
771533aa 2085
790c2e44
CY
20862010-04-20 Chong Yidong <cyd@stupidchicken.com>
2087
99833607
CY
2088 * files.el (copy-directory): Handle symlinks (Bug#5982).
2089
1e05f387
SM
2090 * progmodes/compile.el (compilation-next-error-function):
2091 Revert 2009-10-12 change (Bug#5983).
790c2e44 2092
808ecc4e
CY
20932010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2094
2095 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2096 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
2097 (Bug#5846).
2098
d2c7b917
GM
20992010-04-20 Glenn Morris <rgm@gnu.org>
2100
0ca12598
GM
2101 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2102
d2c7b917
GM
2103 * minibuffer.el (completion-at-point): Doc fix.
2104
bce31830
DN
21052010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
2106
2107 Fix the version number for added files.
2108 * vc-hg.el (vc-hg-working-revision): Check if the file is
2109 registered after hg parent fails (Bug#5961).
2110
0433ffa6
GM
21112010-04-17 Glenn Morris <rgm@gnu.org>
2112
2113 * htmlfontify.el (htmlfontify-buffer)
2114 (htmlfontify-copy-and-link-dir): Autoload entry points.
2115
8507c65c
CY
21162010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
2117
2118 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2119 name relative to the project root (Bug#5960).
2120
e9ef9777
GM
21212010-04-16 Glenn Morris <rgm@gnu.org>
2122
2123 * vc-git.el (vc-git-print-log): Doc fix.
2124
3808c51f
CY
21252010-04-14 Óscar Fuentes <ofv@wanadoo.es>
2126
2127 * ido.el (ido-file-internal): Fix 2009-12-02 change.
2128
7860d2e3
CY
21292010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
2130
2131 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2132 default settings (Bug#5928).
2133
119850e9
GM
21342010-04-10 Glenn Morris <rgm@gnu.org>
2135
2136 * progmodes/fortran.el (fortran-match-and-skip-declaration):
2137 New function.
0a23b2c3 2138 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 2139
86a366f4
KH
21402010-04-07 Kenichi Handa <handa@m17n.org>
2141
2142 * language/indian.el (malayalam-composable-pattern): Fix previous
2143 change (add U+0D4D "SIGN VIRAMA").
2144 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2145 (tamil-composable-pattern): Fix typo in the regexp.
2146 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2147 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2148 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2149
8afe2ec6
CY
21502010-04-06 Chong Yidong <cyd@stupidchicken.com>
2151
2152 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2153 paragraph-separate (Bug#5821).
2154
3c5d6dfb
JL
21552010-04-05 Juri Linkov <juri@jurta.org>
2156
2157 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2158
2159 * info.el (Info-find-node-2): Comment out code that skips
2160 breadcrumbs line.
2161 (Info-mouse-follow-link): New command.
2162 (Info-link-keymap): New keymap.
2163 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2164 Return a string with links instead of inserting breadcrumbs
2165 to the Info buffer.
2166 (Info-fontify-node): Comment out code that inserts breadcrumbs.
2167 Instead of putting the `invisible' text property over the Info
2168 header, make an overlay over the Info header with the `invisible'
2169 property and `after-string' set to the string returned by
2170 `Info-breadcrumbs'.
2171
6baa27a2
CY
21722010-04-03 Chong Yidong <cyd@stupidchicken.com>
2173
2174 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2175 Reported by monkey@sandpframing.com.
2176
b42da387
TA
21772010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
2178
2179 * textmodes/artist.el (artist-mode): Fix typo in docstring.
2180 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
2181
42763dda
KH
21822010-03-30 Kenichi Handa <handa@m17n.org>
2183
2184 * language/sinhala.el (composition-function-table): Fix regexp for
2185 the new Unicode specification.
2186
2187 * language/indian.el (devanagari-composable-pattern)
2188 (tamil-composable-pattern, kannada-composable-pattern)
194d44e7 2189 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
2190 specification.
2191 (bengali-composable-pattern, gurmukhi-composable-pattern)
2192 (gujarati-composable-pattern, oriya-composable-pattern)
2193 (telugu-composable-pattern): New variables to cope with the new
2194 Unicode specification. Use them in composition-function-table.
2195
fe59d705
SM
21962010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2197
79d74ac5 2198 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
2199 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2200 vectors rather than cons cells, as used in menu-bar-update-buffers.
2201
03ffe8be
CY
22022010-03-28 Chong Yidong <cyd@stupidchicken.com>
2203
2a793f7f
CY
2204 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2205 (js-insert-and-indent): Revert 2009-08-15 change, restoring
2206 electric punctuation for "{}();,:" (Bug#5586).
2207
03ffe8be
CY
2208 * mail/sendmail.el (mail-default-directory): Doc fix.
2209
22102010-03-27 Chong Yidong <cyd@stupidchicken.com>
2211
2212 * mail/sendmail.el (mail-default-directory): Doc fix.
2213
94785022
EZ
22142010-03-27 Eli Zaretskii <eliz@gnu.org>
2215
2216 * subr.el (version-regexp-alist, version-to-list)
2217 (version-list-<, version-list-=, version-list-<=)
2218 (version-list-not-zero, version<, version<=, version=): Doc fix.
2219 (Bug#5744).
2220
eca16aa7
NR
22212010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2222 Nick Roberts <nickrob@snap.net.nz>
2223
2224 * progmodes/gdb-ui.el (gdb-apple-test): New function.
2225 (gdb-init-1): Use it.
2226
431af6a4
DN
22272010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2228
2229 * vc.el (vc-root-diff): Doc fix.
2230
9d30a9f4
CY
22312010-03-25 Chong Yidong <cyd@stupidchicken.com>
2232
9aa2c576
CY
2233 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2234
9d30a9f4
CY
2235 * simple.el (append-to-buffer): Fix last change.
2236
d0fba174
CY
22372010-03-24 Chong Yidong <cyd@stupidchicken.com>
2238
2239 * simple.el (append-to-buffer): Ensure that point is preserved if
2240 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
2241 (Bug#5749)
2242
efee6a6d
SM
22432010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2244
2245 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2246 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2247 not be present any more.
2248
c6f3804c
JB
22492010-03-24 Juanma Barranquero <lekktu@gmail.com>
2250
2251 * faces.el (set-face-attribute): Fix typo in docstring.
2252 (face-valid-attribute-values): Reflow docstring.
2253
4c3a215a
GM
22542010-03-23 Glenn Morris <rgm@gnu.org>
2255
efee6a6d 2256 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 2257
e9ba3e26
CY
22582010-03-21 Chong Yidong <cyd@stupidchicken.com>
2259
2260 * indent.el (indent-for-tab-command): Doc fix.
2261
c8de140b
JB
22622010-03-22 Juanma Barranquero <lekktu@gmail.com>
2263
2264 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2265 (image-dired-read-comment): Doc fix.
2266
efee6a6d
SM
2267 * json.el (json-object-type, json-array-type, json-key-type)
2268 (json-false, json-null, json-read-number):
c8de140b
JB
2269 * minibuffer.el (completion-in-region-functions):
2270 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2271 (cal-tex-cursor-week):
2272 * emacs-lisp/trace.el (trace-function):
2273 * eshell/em-basic.el (eshell/printnl):
2274 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2275 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2276 * obsolete/levents.el (allocate-event, event-key, event-object)
2277 (event-point, event-process, event-timestamp, event-to-character)
2278 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2279 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2280 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2281 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2282 (reftex-highlight-selection): Fix typos in docstrings.
2283
d1200087
JB
22842010-03-19 Juanma Barranquero <lekktu@gmail.com>
2285
2286 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2287
f454672b
GM
22882010-03-18 Glenn Morris <rgm@gnu.org>
2289
2290 * mail/rmail.el (rmail-highlight-face): Restore option deleted
2291 2008-02-13 without comment; mark it obsolete.
2292 (rmail-highlight-headers): Use rmail-highlight-face once more.
2293
d5704d66
CY
22942010-03-16 Chong Yidong <cyd@stupidchicken.com>
2295
2296 * woman.el (woman2-process-escapes): Only consume the newline if
2297 the filler character is on a line by itself (Bug#5729).
2298
fade35dd
KH
22992010-03-16 Kenichi Handa <handa@m17n.org>
2300
2301 * language/indian.el (devanagari-composable-pattern): Add more
2302 consonants.
2303
c8215db1
MA
23042010-03-14 Michael Albinus <michael.albinus@gmx.de>
2305
2306 * net/trampver.el: Update release number.
2307
b4d16368
GM
23082010-03-13 Glenn Morris <rgm@gnu.org>
2309
2310 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2311
c0e17ff2
MA
23122010-03-13 Michael Albinus <michael.albinus@gmx.de>
2313
efee6a6d
SM
2314 * net/tramp.el (tramp-find-executable):
2315 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
2316 output of "wc -l" more robust.
2317 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2318 (tramp-open-connection-setup-interactive-shell): Remove workaround
2319 for OpenSolaris bug, it is not needed anymore.
2320
eb123b12
GM
23212010-03-12 Glenn Morris <rgm@gnu.org>
2322
2323 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
2324
5f8d2ce0
WS
23252010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
2326
2327 * files.el (auto-mode-alist): Accept more verilog file patterns.
2328
35b148ee 23292010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
2330
2331 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2332 instead of "format:"; this ensures that the output is
2333 newline-terminated.
2334
4e7cafbe
CY
23352010-03-08 Chong Yidong <cyd@stupidchicken.com>
2336
2337 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2338 that all errors are caught, and that the return value is always a
2339 list (Bug#5692).
2340
aec66319
KH
23412010-03-08 Kenichi Handa <handa@m17n.org>
2342
2343 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 2344 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 2345
b327c975
AS
23462010-03-07 Andreas Schwab <schwab@linux-m68k.org>
2347
2348 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2349 call to rfc822-bad-address. (Bug#5692)
2350
1c465a6a
CY
23512010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
2352
1e05f387
SM
2353 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2354 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 2355
a4e32226
CY
23562010-03-06 Chong Yidong <cyd@stupidchicken.com>
2357
2358 * calculator.el (calculator): Don't bind split-window-keep-point
2359 (Bug#5674).
2360
4c83ed3d
SM
23612010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2362
2363 * vc-git.el: Re-flow to fit into 80 columns.
2364 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2365 Remove spurious `quote' element in each case alternative.
2366 (vc-git-show-log-entry): Use prog1.
2367 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2368
e8defde3
SM
23692010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2370
2371 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2372
233f0c9f
CY
23732010-03-03 Chong Yidong <cyd@stupidchicken.com>
2374
2375 * macros.el (insert-kbd-macro): Look up keyboard macro using the
2376 definition, not the name (Bug#5481).
2377
254bedef 23782010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
2379
2380 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2381 argument with a local variable. (Bug#5670)
2382
7187cdae
JL
23832010-03-02 Juri Linkov <juri@jurta.org>
2384
2385 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
2386
9cf3544e
MA
23872010-03-02 Michael Albinus <michael.albinus@gmx.de>
2388
2389 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2390 error when FILENAME and NEWNAME are existing remote directories.
2391
2392 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2393 parameter DIR-FLAG.
2394
33f77982
GM
23952010-03-02 Glenn Morris <rgm@gnu.org>
2396
2397 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2398 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2399
d99ea08e
KH
24002010-03-01 Kenichi Handa <handa@m17n.org>
2401
e8defde3 2402 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
2403 myanmar-composable-pattern.
2404
e8defde3
SM
2405 * international/characters.el (script-list):
2406 * international/fontset.el (script-representative-chars):
2407 Change myanmar to burmese.
d99ea08e 2408 (otf-script-alist): Likewise.
4aa2c3b2
KH
2409 (setup-default-fontset): Likewise. Re-fix :otf spec.
2410
b374f54d
KY
24112010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2412
2413 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2414
71572c03
JD
24152010-02-28 Jan Djärv <jan.h.d@swipnet.se>
2416
2417 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2418
00cffdeb
MA
24192010-02-28 Michael Albinus <michael.albinus@gmx.de>
2420
2421 * net/tramp.el (tramp-handle-write-region): START can be a string.
2422 Take care in the checks. Reported by Dan Davison
2423 <davison@stats.ox.ac.uk>.
2424
d4b06783
MA
24252010-02-28 Michael Albinus <michael.albinus@gmx.de>
2426
2427 * net/dbus.el (dbus-introspect, dbus-get-property)
33aeea0e
SM
2428 (dbus-set-property, dbus-get-all-properties):
2429 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 2430
8c3e96d2
CY
24312010-02-28 Chong Yidong <cyd@stupidchicken.com>
2432
de3a1fe9
CY
2433 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2434 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
2435 * calendar/icalendar.el (icalendar--add-diary-entry):
2436 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
2437 * files.el (recover-session-finish): Use with-current-buffer
2438 instead of save-excursion.
2439
c53b9c3b
SM
24402010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
2441
2442 Fix in-buffer completion when after-change-functions modify the buffer.
2443 * minibuffer.el (completion--replace): New function.
2444 (completion--do-completion): Use it and use relative movement.
2445
4a16bdc6
CY
24462010-02-27 Chong Yidong <cyd@stupidchicken.com>
2447
2448 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 2449
b8280f39
CY
24502010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
2451
c53b9c3b
SM
2452 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2453 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 2454
f88cc4d6
KH
24552010-02-26 Kenichi Handa <handa@m17n.org>
2456
2457 * language/burmese.el: Fix entries in composition-function-table.
2458 (myanmar-composable-pattern): New variable.
2459
2460 * international/fontset.el (setup-default-fontset): Add an entry
2461 for myanmar.
2462
2463 * international/characters.el (script-list): Add Myanmar
2464 Extended-A.
2465
cdbf9100
GM
24662010-02-26 Glenn Morris <rgm@gnu.org>
2467
90a94603
GM
2468 * custom.el (custom-initialize-delay): Doc fix.
2469
cdbf9100
GM
2470 * mail/sendmail.el (send-mail-function): Autoload the call
2471 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2472
f95a5fd0
CY
24732010-02-24 Chong Yidong <cyd@stupidchicken.com>
2474
2475 * files.el (hack-local-variables-filter): For eval forms, also
2476 check safe-local-variable-p (Bug#5636).
2477
6583ba0e
CY
24782010-02-24 Eduard Wiebe <usenet@pusto.de>
2479
2480 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2481 and use c(ad)r of cddr (Bug#5640).
2482
459a5f4b
MA
24832010-02-22 Michael Albinus <michael.albinus@gmx.de>
2484
2485 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2486 setting the modes by `ignore-errors'. It might fail, for example
2487 if the file is not owned by the user but the group.
2488 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2489
bb23f6e8
CY
24902010-02-21 Chong Yidong <cyd@stupidchicken.com>
2491
33aeea0e
SM
2492 * files.el (directory-listing-before-filename-regexp):
2493 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
2494 date-like filenames (Bug#5597).
2495
b660eb70
CY
2496 * htmlfontify.el (htmlfontify): Doc fix.
2497
2498 * eshell/eshell.el (eshell): Doc fix.
2499
bb23f6e8
CY
2500 * startup.el (fancy-about-screen): In mode-line, apply
2501 mode-line-buffer-id face only to the buffer name (Bug#5613).
2502
3e39928c
CY
25032010-02-20 Kevin Ryde <user42@zip.com.au>
2504
f7e0618c
JB
2505 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2506 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
2507 (Bug#5599).
2508
0f00e948
EZ
25092010-02-20 Eli Zaretskii <eliz@gnu.org>
2510
2511 * subr.el (remove-yank-excluded-properties): Explain in a comment
2512 why `category' property is removed.
2513
3513efb2
CY
25142010-02-19 Chong Yidong <cyd@stupidchicken.com>
2515
33aeea0e
SM
2516 * isearch.el (isearch-update-post-hook, isearch-update):
2517 Revert 2010-02-17 change.
3513efb2 2518
b4340b3f
UJ
25192010-02-19 Ulf Jasper <ulf.jasper@web.de>
2520
2521 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2522 (icalendar--convert-weekly-to-ical)
2523 (icalendar--convert-yearly-to-ical)
2524 (icalendar--convert-block-to-ical)
2525 (icalendar--convert-cyclic-to-ical)
2526 (icalendar--convert-anniversary-to-ical): Take care of time
2527 specifications where hour has 1-digit only (Bug#5549).
2528
8cfae03d
NR
25292010-02-19 Nick Roberts <nickrob@snap.net.nz>
2530
2531 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2532 of disassemble output in GDB 7.1.
2533
055e4eea
GM
25342010-02-19 Glenn Morris <rgm@gnu.org>
2535
2536 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2537 property. (Bug#5593)
2538
ff6b00de
SS
25392010-02-18 Sam Steingold <sds@gnu.org>
2540
2541 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2542
fe8c0b47
SM
25432010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2544
2545 Use abbreviated file names in bookmarks (bug#5591).
2546 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2547 calls to expand-file-name.
2548 (bookmark-relocate): Use abbreviated file names in bookmarks.
2549 (bookmark-load): Use abbreviated file names in messages.
2550
73a37a69
MA
25512010-02-18 Michael Albinus <michael.albinus@gmx.de>
2552
2553 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2554 expand "." and "..". Reported by Thierry Volpiatto
2555 <thierry.volpiatto@gmail.com>.
2556
6e4f5731
MA
25572010-02-18 Michael Albinus <michael.albinus@gmx.de>
2558
2559 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2560 permissions of the temporary file to "0600". In case the remote
2561 file has no read permissions for the owner, there might be
2562 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
2563
256422010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
2565
2566 * emacs-lisp/authors.el (authors-renamed-files-alist):
2567 Add entries for INSTALL.CVS.
2568
ba5bf642
MH
25692010-02-17 Mark A. Hershberger <mah@everybody.org>
2570
f7e0618c 2571 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 2572
f7e0618c 2573 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
2574 (isearch-update): Use the new hook.
2575
aac0b0f2
MA
25762010-02-16 Michael Albinus <michael.albinus@gmx.de>
2577
fe8c0b47
SM
2578 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2579 Fix errors in copying directories.
aac0b0f2
MA
2580 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2581 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2582 (tramp-handle-delete-file)
2583 (tramp-handle-dired-recursive-delete-directory)
2584 (tramp-handle-write-region): Flush also the cache for the upper
2585 directory.
2586
05bbe066
CY
25872010-02-16 Chong Yidong <cyd@stupidchicken.com>
2588
e8ab3908
CY
2589 * simple.el (save-interprogram-paste-before-kill): Doc fix.
2590
ff90f4b0
CY
2591 * cus-edit.el (hardware): Doc fix.
2592
2593 * man.el (man): Add to external custom group.
2594
2595 * delim-col.el (columns): Move to wp custom group.
2596
2597 * doc-view.el (doc-view): Add to data custom group.
2598
fe8c0b47 2599 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 2600
05bbe066
CY
2601 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2602 by ispell-parse-output (Bug#5575).
2603
fa6ea913
KH
26042010-02-16 Kenichi Handa <handa@m17n.org>
2605
2606 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2607 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2608 (skkdic-convert): Use `euc-japan' coding system for writing.
2609
88fd78ae
GM
26102010-02-16 Glenn Morris <rgm@gnu.org>
2611
2612 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2613 tex-main-file before using it. (Bug#5562)
2614
2b8c974a
SM
26152010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2616
2617 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2618 warnings, since it is annoying for the user to see them each time he
2619 runs the code.
2620
7540f029
MA
26212010-02-15 Michael Albinus <michael.albinus@gmx.de>
2622
2623 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2624 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2625 instead of PROC for caching "first-password-request". Otherwise,
2626 new processes would not profit from passwords already entered.
2627
2b8c974a
SM
2628 * net/tramp-cache.el (tramp-dump-connection-properties):
2629 Don't save "first-password-request" property.
7540f029 2630
fa5f7c5f
JB
26312010-02-14 Juanma Barranquero <lekktu@gmail.com>
2632
2633 * outline.el (outline-head-from-level):
2634 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
2635 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2636 (elint-defun, elint-buffer-env, elint-top-form-logged)
2637 (elint-unbound-variable):
2638 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2639 Fix typos in docstrings.
2640
ecbaeb7b
MA
26412010-02-14 Michael Albinus <michael.albinus@gmx.de>
2642
2643 * files.el (insert-directory): When WILDCARD-REGEXP and
2644 FULL-DIRECTORY-P are nil, insert the file entry instead of the
2645 whole directory. (Bug#5551)
2646
2647 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
2648 dired's alignment sanity. (Bug#5516)
2649
91e3333f
JL
26502010-02-14 Juri Linkov <juri@jurta.org>
2651
2652 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2653 Remove remaining ^H with their preceding chars. (Bug#5566)
2654
36020642
GM
26552010-02-13 Glenn Morris <rgm@gnu.org>
2656
2657 * simple.el (transpose-subr): Give it a doc-string.
2658
2659 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2660 Doc fixes.
2661
f5952338
JL
26622010-02-12 Juri Linkov <juri@jurta.org>
2663
2664 * arc-mode.el (archive-unique-fname): Make directories for nested
2665 archives. (Bug#5540)
2666
918fe50f
JL
26672010-02-12 Juri Linkov <juri@jurta.org>
2668
2669 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
2670
c07ff221
SM
26712010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2672
48b1e7cf
SM
2673 * subr.el (copy-overlay): Handle deleted overlays.
2674
c07ff221
SM
2675 * man.el (Man-completion-table): Don't signal an error if we can't run
2676 manual-program (bug#4056).
2677
0e374247
JB
26782010-02-10 Juanma Barranquero <lekktu@gmail.com>
2679
2680 * textmodes/artist.el (artist-mt): Fix typos in docstring.
2681
dbf8402b
SM
26822010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2683
348d1e60
SM
2684 * info.el (Info-bookmark-jump): Simplify.
2685
dbf8402b
SM
2686 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2687 (bookmark-default-handler): Accept new bookmark field `buffer'.
2688
e6d23bb5
CY
26892010-02-10 Chong Yidong <cyd@stupidchicken.com>
2690
2691 * iswitchb.el (iswitchb-completions): Revert last change.
2692
a8e4290b
MA
26932010-02-10 Michael Albinus <michael.albinus@gmx.de>
2694
2b23acde 2695 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
2696 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2697 This prevents file names like "~/" being listed literally.
a8e4290b 2698
c59d6fad
DN
26992010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2700
348d1e60
SM
2701 * term/xterm.el (xterm-maybe-set-dark-background-mode):
2702 Remove dead code. (Bug#5546)
c59d6fad 2703
3a66e78f
CY
27042010-02-09 Chong Yidong <cyd@stupidchicken.com>
2705
2706 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2707 correctly (Bug#5548).
2708
f29fd869
CY
27092010-02-08 Jose E. Marchesi <jemarch@gnu.org>
2710
2711 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 2712 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 2713
7fad1447
KH
27142010-02-08 Kenichi Handa <handa@m17n.org>
2715
2716 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 2717 cookie for putting `lisp-indent-function'.
7fad1447 2718
50e4518b
GM
27192010-02-07 Glenn Morris <rgm@gnu.org>
2720
2721 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2722 Move F2003 named interfaces from keywords-2 to keywords-1, and
2723 use function-name-face rather than constant-face.
2724 Simplify "abstract interface" regexp.
2725
a4cc44cf
CY
27262010-02-07 Chong Yidong <cyd@stupidchicken.com>
2727
2728 * eshell/esh-util.el (eshell-file-attributes): New optional arg
2729 ID-FORMAT. Pass it to `file-attributes'.
2730
2731 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2732
c917476d
CY
27332010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
2734
2735 * faces.el (set-face-attribute): Allow calling
2736 internal-set-lisp-face-attribute with 'unspecified family and
2737 foundry argument (Bug#5536).
2738
7cf3f3d6
GM
27392010-02-07 Glenn Morris <rgm@gnu.org>
2740
2741 * progmodes/f90.el (f90-font-lock-keywords-2)
2742 (f90-looking-at-type-like, f90-looking-at-program-block-end):
2743 Handle F2003 named interfaces.
2744
ffe87109
CY
27452010-02-06 Chong Yidong <cyd@stupidchicken.com>
2746
2747 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2748 beg and end before calling c-get-state-before-change-functions.
2749
4775ecad
DN
27502010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
2751
33aeea0e
SM
2752 * vc-bzr.el (vc-bzr-dir-extra-headers):
2753 Disable the pending merges header.
4775ecad 2754
0d17c4b9
JL
27552010-02-05 Juri Linkov <juri@jurta.org>
2756
2757 * doc-view.el (doc-view-mode):
2758 * image-mode.el (image-mode): Put property mode-class=special.
2759 (Bug#4896)
2760
8228a275
MH
27612010-02-05 Mark A. Hershberger <mah@everybody.org>
2762
2763 * vc-svn.el (vc-svn-revision-table): New function.
2764
d9320986
MA
27652010-02-05 Michael Albinus <michael.albinus@gmx.de>
2766
2767 * net/ange-ftp.el (ange-ftp-insert-directory):
2768 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2769 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2770 Handle also directories. (Bug#5478)
2771
f43d8ecc
GM
27722010-02-05 Glenn Morris <rgm@gnu.org>
2773
2774 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2775
ce3a988d
CY
27762010-02-05 Chong Yidong <cyd@stupidchicken.com>
2777
2778 * startup.el (command-line-1): Convert options beginning with a
2779 single dash as well (Bug#5519).
2780
bdd42899
SM
27812010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
2782
51b23c44
SM
2783 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2784 * minibuffer.el (completion-initials-expand): Only check the presence
2785 of delims *within* the boundaries, since otherwise the / delim is
2786 always found for files.
2787
bdd42899
SM
2788 Fix up various corner case problems.
2789 * doc-view.el (doc-view-last-page-number): New function.
2790 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2791 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2792 (doc-view-kill-proc): Avoid inf-loop in freak cases.
2793 (doc-view-reconvert-doc): Use the new recursive delete-directory.
2794 (doc-view-convert-current-doc): Don't create the resolution.el file
2795 here any more.
2796 (doc-view-pdf/ps->png): Do it here instead.
2797 (doc-view-already-converted-p): Check that resolution.el is present.
2798 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2799 windows that are not yet showing images.
2800
d5b3979c
MA
28012010-02-04 Michael Albinus <michael.albinus@gmx.de>
2802
2803 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
2804 `dired-uncache' for every elemnt which is an absolute file name.
2805
2806 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
2807 directory, handle its directory component.
2808 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
2809 function is called permanently and creates noise, otherwise.
2810
2811 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2812 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2813 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
2814
b003beb1
DB
28152010-02-04 David Burger <dburger@google.com> (tiny change)
2816
2817 * macros.el (apply-macro-to-region-lines):
2818 Minor simplification. (Bug#5485)
2819
ea92f9f3
GM
28202010-02-04 Glenn Morris <rgm@gnu.org>
2821
a03ae20d
GM
2822 * mail/rmail.el (rmail-show-message-1): Handle malformed
2823 quoted-printable text. (Bug#5441)
2824
4d01b827
GM
2825 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2826
ea92f9f3
GM
2827 * simple.el (visual-line-mode): Capitalize lighter.
2828
82055bb7
JW
28292010-02-03 John Wiegley <jwiegley@gmail.com>
2830
2831 * iswitchb.el (iswitchb-completions): Add bookmark files to the
2832 list of files considered for "virtual buffer" completions.
2833
8214b6e4
MA
28342010-02-03 Michael Albinus <michael.albinus@gmx.de>
2835
2836 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
2837 also in case of (and (not full) (not wildcard)). This is needed,
2838 when dired is called with a list of files, which are not in
2839 `default-directory'. (Bug#5478)
2840
1df9718f
SM
28412010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2842
2843 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
2844
02ba1267
JL
28452010-02-02 Juri Linkov <juri@jurta.org>
2846
2847 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
2848 from unidiff to allow function-line after @@.
2849
a0c6a0fb
JL
28502010-02-02 Juri Linkov <juri@jurta.org>
2851
2852 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
2853 '(RCS SCCS) with inverted condition.
2854
c35fcd52
MA
28552010-02-02 Michael Albinus <michael.albinus@gmx.de>
2856
2857 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
2858 messages.
2859
6ba973c1
JL
28602010-02-01 Juri Linkov <juri@jurta.org>
2861
2862 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
2863 compare with "pkunzip" and "pkzip" instead of only "pkzip".
2864 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
2865 only when (car archive-zip-extract) is "unzip". (Bug#5475)
2866
0bca393f
SM
28672010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2868
2869 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
2870 (doc-view-revert-buffer): New command.
2871 (doc-view-mode-map): Use it.
2872
7a444e2a
DN
28732010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
2874
2875 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
2876 pending merge is detected.
2877
ad6fc8f4
JL
28782010-01-31 Juri Linkov <juri@jurta.org>
2879
2880 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
2881 beginning of interactive spec like all other grep commands do.
2882 Put "all" in front of "gz". (Bug#5260)
2883
b9236874
DN
28842010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
2885
2886 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
2887
1e868757
CY
28882010-01-29 Chong Yidong <cyd@stupidchicken.com>
2889
2890 * dirtrack.el (dirtrack): Warn instead of signalling error if the
2891 regexp is incorrect (Bug#5476).
2892
e5c70c41
MA
28932010-01-29 Michael Albinus <michael.albinus@gmx.de>
2894
2895 * net/tramp.el (tramp-handle-insert-directory): Handle also
2896 symlinks, when FILENAME is not in `default-directory'.
2897
0c0b61f1
MA
28982010-01-28 Michael Albinus <michael.albinus@gmx.de>
2899
2900 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 2901 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
2902
2903 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
2904 of SWITCHES. Handle the case, FILENAME is not in
2905 `default-directory'. (Bug#5478)
2906 (tramp-register-file-name-handlers): Add safe-magic property.
2907
763f325e
CY
29082010-01-28 Chong Yidong <cyd@stupidchicken.com>
2909
2910 * arc-mode.el (archive-zip-extract): Quote the argument passed to
2911 unzip (Bug#5475).
2912
fd09a83f
CY
29132010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
2914
2915 * progmodes/flymake.el (flymake-allowed-file-name-masks)
2916 (flymake-master-make-header-init): Add other C++ filename masks.
2917 (flymake-find-possible-master-files)
2918 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
2919
7e5686f0
MA
29202010-01-28 Michael Albinus <michael.albinus@gmx.de>
2921
2922 Fix some busybox annoyances.
2923
2924 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
2925 not responding." string.
2926 (tramp-open-connection-setup-interactive-shell): Dump stty
2927 settings. Enable "neveropen" arg for all `tramp-send-command'
2928 calls. Handle "=" in variable values properly.
2929 (tramp-find-inline-encoding): Raise an error, when no encoding is
2930 found.
2931 (tramp-wait-for-output): Check, whether PROC buffer is available.
2932 Remove spurious " ^H" sequences, sent by busybox.
2933 (tramp-get-ls-command): Suppress coloring, if possible.
2934
c6265c10
GM
29352010-01-28 Glenn Morris <rgm@gnu.org>
2936
c85a168b
GM
2937 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
2938
c6265c10
GM
2939 * log-edit.el (log-edit-strip-single-file-name): Add missing
2940 :safe, :group, and :version tags.
2941
7d82a738
SB
29422010-01-27 Stephen Berman <stephen.berman@gmx.net>
2943
2944 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
2945 buffers. (Bug#5477)
2946
8b0e68ea
CY
29472010-01-27 David De La Harpe Golden <david@harpegolden.net>
2948
2949 * files.el (delete-directory): Handle moving to trash without
2950 first doing recursion (Bug#5436).
2951
368d3208
DN
29522010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
2953
2954 * vc-hooks.el (vc-path): Mark as obsolete.
2955
755da7fa
DN
29562010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
2957
e2396d80
DN
2958 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
2959 names too.
2960
755da7fa
DN
2961 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
2962 for the short log.
2963 (vc-bzr-log-view-mode): Adjust regexp for the above change.
2964
6a6d15ab 29652010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 2966
ac9ffe99 2967 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 2968
48c2d18a 2969 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 2970
504dcc71
EH
29712010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
2972
2973 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
2974 diff-index command. This requires at least git-1.5.5. (Bug#1589).
2975
51850286
DN
29762010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2977
c2f1d6d8
DN
2978 Remove support for adding --signoff on commit.
2979 Future support will use an incompatible generic mechanism.
2980 * vc-git.el (vc-git-add-signoff): Remove variable.
2981 (vc-git-toggle-signoff): Remove function.
2982 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
2983
33aeea0e
SM
2984 * term/xterm.el (xterm-maybe-set-dark-background-mode):
2985 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
2986 was set.
2987 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
2988 earlier, call it again in case the background mode has changed.
2989
02c6d0d0
CY
29902010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
2991
2992 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
2993 (Bug#3541).
2994
064eee03
CY
29952010-01-23 Chong Yidong <cyd@stupidchicken.com>
2996
02c6d0d0
CY
2997 * emacs-lisp/assoc.el (aelement): Doc fix.
2998 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 2999
5336c3ec 30002010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 3001
48c2d18a 3002 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
3003 is the same as subprogram call, not declaration. (Bug#5435).
3004
0536254e
MA
30052010-01-23 Michael Albinus <michael.albinus@gmx.de>
3006
3007 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3008 (tramp-smb-maybe-open-connection): Use it.
3009
411d06c2
MA
30102010-01-22 Michael Albinus <michael.albinus@gmx.de>
3011
0536254e 3012 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 3013
c893016b
SM
30142010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3015
3016 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3017 just because we see "encoding: 8bit".
3018 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3019
9425f8e1
CY
30202010-01-22 Chong Yidong <cyd@stupidchicken.com>
3021
3022 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3023
6a801864
EZ
30242010-01-22 Eli Zaretskii <eliz@gnu.org>
3025
3026 * jka-compr.el (jka-compr-load): If load-file is not in
3027 load-history, try its file-truename version. (bug#5447)
3028
3e8f7d91
AM
30292010-01-21 Alan Mackenzie <acm@muc.de>
3030
3031 Fix a situation where deletion of a cpp construct throws an error.
33aeea0e
SM
3032 * progmodes/cc-engine.el (c-invalidate-state-cache):
3033 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
3034 special cpp construct is still in the buffer.
3035 (c-parse-state): Record the special cpp with markers, not numbers.
3036
f0bd0ad5
CY
30372010-01-21 Kenichi Handa <handa@m17n.org>
3038
3039 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3040 process last-command-event, as it is now decoded first (Bug#5380).
3041
5189d95b
CY
30422010-01-20 Chong Yidong <cyd@stupidchicken.com>
3043
3044 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3045
e073d74a
GM
30462010-01-20 Glenn Morris <rgm@gnu.org>
3047
3048 * indent.el (tab-always-indent): Fix custom-type.
3049
8ee04f3a
AM
30502010-01-19 Alan Mackenzie <acm@muc.de>
3051
3052 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3053 buffer throws "args out of range".
3054 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3055 playing the role of delimiter.
3056
6a47c86a
SL
30572010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
3058
bf0b361c 3059 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
3060 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3061 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3062 changed. Delete RECURSIVE parameter; never used. Improve doc string.
3063 Improve comments in "is" portion. Handle null procedure declaration.
3064 (ada-move-to-end): Improve doc string.
3065
2acfb954
ÓF
30662010-01-18 Óscar Fuentes <ofv@wanadoo.es>
3067
e90d57c0 3068 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 3069 Remove obsolete information from commentary.
e90d57c0
JB
3070 (ido-choice-list): Initialize to nil.
3071 (ido-get-bufname): Reject minibuffers.
3072 (ido-make-buffer-list): If "default" is a nonexistent
3073 buffer, ignore it, as per the function's comment.
3074 (ido-kill-buffer-internal): New function.
3075 (ido-kill-buffer-at-head): Use it.
3076 (ido-visit-buffer): Likewise.
2acfb954 3077
244b023e
CY
30782010-01-18 Chong Yidong <cyd@stupidchicken.com>
3079
3080 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3081
db9e401b
JB
30822010-01-18 Juanma Barranquero <lekktu@gmail.com>
3083
db9e401b
JB
3084 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3085 Fix typos in chart titles.
3086
3087 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
3088 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3089 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3090 (describe-class, eieio-describe-generic, describe-generic):
3091 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3092 (eieio-speedbar-expand):
3093 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3094 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3095 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3096 (viper-del-backward-char-in-replace, viper-backward-indent)
3097 (viper-brac-function, viper-register-to-point, viper-submit-report):
3098 * net/tramp.el (tramp-remote-coding-commands):
3099 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3100 Fix typos in docstrings.
3101
9295137d
CY
31022010-01-17 Chong Yidong <cyd@stupidchicken.com>
3103
3104 * mail/sendmail.el (mail-yank-original): Set the mark if the
3105 specified function for yanking does not do it.
3106
4d0bbcb6
DN
31072010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
3108
7902c120
DN
3109 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
3110
4d0bbcb6
DN
3111 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3112 resyncing a directory.
3113
0b702bc1
SL
31142010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
3115
6a47c86a 3116 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
3117 (ada-ident-re): Delete ., allow multibyte characters.
3118 (ada-goto-label-re): New; matches goto labels.
3119 (ada-block-label-re): New; matches block labels.
3120 (ada-label-re): New; matches both.
3121 (ada-named-block-re): Deleted; callers changed to use
3122 `ada-block-label-re' instead.
3123 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3124 Use `ada-block-label-re'.
3125 (ada-indent-on-previous-lines): Improve handling of goto labels.
3126 (ada-get-indent-block-start): Special-case block label.
3127 (ada-get-indent-label): Split into `ada-indent-block-label' and
3128 `ada-indent-goto-label'.
3129 (ada-goto-stmt-start, ada-goto-next-non-ws):
3130 Optionally ignore goto labels.
3131 (ada-goto-next-word): Simplify.
3132 (ada-indent-newline-indent-conditional): Insert newline before
3133 trying to fix indentation; doc fix.
3134
05287c49
JB
31352010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
3136
3137 * calc/calc.el (calc-command-flags): Give it an initial value.
3138
4963739e
JB
31392010-01-17 Juanma Barranquero <lekktu@gmail.com>
3140
4963739e
JB
3141 * files.el (minibuffer-with-setup-hook):
3142 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3143 (artist-key-draw-continously, artist-key-do-continously-continously)
3144 (artist-key-set-point-continously, artist-mouse-draw-continously):
3145 Fix typos in docstrings.
3146
116bd1ee
CY
31472010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
3148
33aeea0e
SM
3149 * nxml/nxml-mode.el (nxml-extend-after-change-region):
3150 Never return t (Bug#3898).
116bd1ee 3151
2784cd7a 31522010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
3153
3154 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3155 can parse the output of the external commands (Bug#5279).
3156
abd5cfe8
CY
31572010-01-16 Jari Aalto <jari.aalto@cante.net>
3158
3159 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3160
4fe22cdf
CY
31612010-01-16 Chong Yidong <cyd@stupidchicken.com>
3162
bbdc98ef
CY
3163 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3164
c7dc1ac1
CY
3165 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3166
4fe22cdf
CY
3167 * startup.el (command-line): Remove unused --icon-type arg.
3168 Handle --display arg, passing it to command-line-1 (Bug#5392).
3169
045b9da7
ML
31702010-01-16 Mario Lang <mlang@delysid.org>
3171
045b9da7
ML
3172 * emacs-lisp/chart.el (chart-translate-namezone):
3173 * textmodes/artist.el (artist-compute-popup-menu-table):
3174 Remove duplicated words in doc-strings.
3175
6554a5df
CY
31762010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
3177
3178 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3179 to mairix-search to suppress threading (Bug#5342).
3180
ca4f0e9a
KH
31812010-01-15 Kenichi Handa <handa@m17n.org>
3182
3183 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 3184 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 3185
1db3226b
GM
31862010-01-15 Glenn Morris <rgm@gnu.org>
3187
56a03f46
GM
3188 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
3189
3190 * wid-edit.el (widget-keymap): Doc fix.
3191
1db3226b
GM
3192 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3193 former seems to be more widely accepted by various svn versions.
3194
80cd4bb4
JB
31952010-01-14 Juanma Barranquero <lekktu@gmail.com>
3196
d1f18ec0
JB
3197 * find-cmd.el (find-constituents):
3198 * vc-arch.el (vc-arch-root):
3199 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
3200 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3201 * progmodes/ada-stmt.el (ada-if):
3202 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3203 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3204 (ispell-encoding8-command, ispell-aspell-supports-utf8)
3205 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3206
80cd4bb4
JB
3207 * progmodes/flymake.el (flymake-post-syntax-check):
3208 Fix typo in error message.
3209
9c23ca47
JB
32102010-01-14 Juanma Barranquero <lekktu@gmail.com>
3211
3212 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3213 which is always a string. (Bug#5313)
3214
8794c483
JB
32152010-01-14 Juanma Barranquero <lekktu@gmail.com>
3216
3217 * progmodes/ada-xref.el (ada-default-prj-properties):
3218 Simplify previous change.
3219
95005d39
SL
32202010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3221
3222 * progmodes/ada-xref.el (ada-default-prj-properties):
3223 Default ada_project_path to $ADA_PROJECT_PATH.
3224
32252010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
3226
3227 * progmodes/ada-mode.el (ada-create-keymap):
3228 Override `narrow-to-defun' with `ada-narrow-to-defun'.
3229
fb0d1545
SL
32302010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3231
3232 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3233 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3234 (ada-get-current-indent, ada-imenu-generic-expression)
3235 (ada-which-function): Check for it.
3236
5c9434d0
SL
32372010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3238
3239 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3240 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3241
3a4f3a3b
GM
32422010-01-14 Glenn Morris <rgm@gnu.org>
3243
3244 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
3245
d9a7c140
KH
32462010-01-14 Kenichi Handa <handa@m17n.org>
3247
3248 * composite.el (auto-composition-mode): Make it a buffer local
3249 variable (permanent-local).
3250 (auto-composition-function): Set the default value to
3251 auto-compose-chars.
49caf252 3252 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
3253 (global-auto-composition-mode): Likewise.
3254 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 3255
38bee102
KF
32562010-01-13 Karl Fogel <kfogel@red-bean.com>
3257
3258 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 3259
b8b45afc
MA
32602010-01-12 Michael Albinus <michael.albinus@gmx.de>
3261
3262 * files.el (copy-directory): Compute target for recursive
3263 directories with identical names. (Bug#5343)
3264
893db5bc
GM
32652010-01-12 Glenn Morris <rgm@gnu.org>
3266
33aeea0e
SM
3267 * mail/emacsbug.el (report-emacs-bug-pretest-address):
3268 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 3269
d8b8451f
SS
32702010-01-11 Sam Steingold <sds@gnu.org>
3271
3272 * imenu.el (imenu-default-create-index-function): Detect infinite
3273 loops caused by imenu-prev-index-position-function.
3274
30afcdff
JB
32752010-01-11 Juanma Barranquero <lekktu@gmail.com>
3276
3277 * htmlfontify.el (htmlfontify-load-rgb-file)
3278 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3279 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3280 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3281 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3282 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3283 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3284 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3285 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3286 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3287 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3288 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3289 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3290 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3291 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3292 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3293 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3294 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3295 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3296 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3297 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3298 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3299 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3300 backslash-quoting from parentheses, etc.
3301
92b1c416
CY
33022010-01-11 Chong Yidong <cyd@stupidchicken.com>
3303
3304 * progmodes/js.el: Autoload javascript-mode alias.
3305
4454adab
JB
33062010-01-11 Juanma Barranquero <lekktu@gmail.com>
3307
3308 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3309 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3310 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3311 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3312 Fix typos in docstrings.
3313 (ffap-url-regexp): Doc fix.
3314 (ffap-at-mouse): Fix typo in message.
3315
6589a2f9
GM
33162010-01-11 Glenn Morris <rgm@gnu.org>
3317
3318 * version.el (emacs-copyright): Set copyright year to 2010.
3319
4e5617ee
SM
33202010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3321
3322 * format.el (format-annotate-function): Only set
3323 write-region-post-annotation-function after running to-fn so as not to
3324 affect nested write-region calls (bug#5273).
3325
52bee098
CY
33262010-01-10 Chong Yidong <cyd@stupidchicken.com>
3327
a069f067
CY
3328 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3329 wisent/python.el.
3330
e709e39d
CY
33312010-01-09 Chong Yidong <cyd@stupidchicken.com>
3332
3333 * man.el (Man-goto-section): Signal error if the section is not
3334 found (Bug#5317).
3335
6ee86780
JB
33362010-01-09 Juanma Barranquero <lekktu@gmail.com>
3337
3338 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3339 URLs with a leading triple slash in the file: scheme. (Bug#5345)
3340
fa7b5f7b
CY
33412010-01-09 Chong Yidong <cyd@stupidchicken.com>
3342
3343 * progmodes/compile.el: Don't treat compile-command as safe if
3344 compilation-read-command might be nil (Bug#4218).
3345
de62c4d9
JD
33462010-01-09 Jan Djärv <jan.h.d@swipnet.se>
3347
3348 * startup.el (command-line-1): Use orig-argi to check for ignored X and
3349 NS options.
3350
e94be827
KH
33512010-01-08 Kenichi Handa <handa@m17n.org>
3352
4e5617ee
SM
3353 * international/fontset.el (build-default-fontset-data):
3354 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 3355
1dfae2a2
JB
33562010-01-07 Juanma Barranquero <lekktu@gmail.com>
3357
3358 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3359 to `create-file-buffer' as it expects, not just a buffer name.
3360 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3361 to help uniquify. (Bug#3224)
3362
d0cf45b7
JD
33632010-01-06 Jan Djärv <jan.h.d@swipnet.se>
3364
3365 * font-setting.el (font-setting-change-default-font): Use user-spec
3366 instead of name.
3367
7534fa5e
DN
33682010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3369
3370 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3371
fd579fdc
CY
33722010-01-05 Tom Tromey <tromey@redhat.com>
3373
4e5617ee
SM
3374 * progmodes/python.el (python-font-lock-keywords):
3375 Handle qualified decorators (Bug#881).
fd579fdc 3376
37860caf
DN
33772010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3378
3379 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3380 in a lightweight checkout.
3381
69db641d
KH
33822010-01-05 Kenichi Handa <handa@m17n.org>
3383
4e5617ee 3384 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 3385
b25d6a02
DN
33862010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3387
3388 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3389
137d88ca
DN
33902010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
3391
3392 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3393 checkouts. (Bug#618)
3d5d0aa9 3394 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
3395 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3396 (vc-bzr-shelve-menu-map):
3397 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3398 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 3399
da76998b
CY
34002010-01-02 Chong Yidong <cyd@stupidchicken.com>
3401
3402 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3403 They are valid characters in URL paths (rfc3986), and at least
3404 Firefox does not understand the encoded version (Bug#3166).
3405
b2ad70b6
CY
34062010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
3407
3408 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
3409 (octave-block-begin-or-end-regexp, octave-block-match-alist):
3410 Add "end" keyword (Bug#3061).
b2ad70b6
CY
3411 (octave-end-as-array-index-p): New function.
3412 (calculate-octave-indent): Use it.
3413
54136282
KF
34142010-01-02 Karl Fogel <kfogel@red-bean.com>
3415
3416 * bookmark.el: Consistently put the text property on the bookmark name.
3417 (bookmark-bmenu-marks-width): Bump back to 2, to include
3418 annotation marks.
3419 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3420 property on the bookmark name, instead of not putting it at all.
3421 (bookmark-bmenu-list): Fix where we put the text property.
3422
cc4d3cad
KF
34232010-01-02 Karl Fogel <kfogel@red-bean.com>
3424
3425 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3426 for showing buffer modified state (as added in the previous change).
3427
b894c439
KF
34282010-01-02 Karl Fogel <kfogel@red-bean.com>
3429
3430 * bookmark.el: Show modified state of bookmark buffer more accurately.
3431 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3432 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3433 (with-buffer-modified-unmodified): New macro.
3434 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3435 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 3436 Use new macro to preserve the buffer modified state.
b894c439 3437
3a69db53
KF
34382010-01-02 Karl Fogel <kfogel@red-bean.com>
3439
4e5617ee 3440 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
3441 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3442 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3443 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3444 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
3445 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3446 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 3447
af414f10
EZ
34482010-01-02 Eli Zaretskii <eliz@gnu.org>
3449
4e5617ee
SM
3450 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3451 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 3452
f2ec0e5e
CY
34532010-01-02 Ryan Yeske <rcyeske@gmail.com>
3454
3455 * net/rcirc.el: Add follow-link binding (Bug#4738).
3456
38c1ba62
EZ
34572010-01-02 Eli Zaretskii <eliz@gnu.org>
3458
4e5617ee 3459 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
3460 (cvs-update): New target for backward compatibility.
3461
4e5617ee 3462 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
3463 (cvs-update): New target for backward compatibility.
3464
ea2c0f5b
KF
34652010-01-02 Karl Fogel <kfogel@red-bean.com>
3466
3467 * bookmark.el: Remove gratuitous gratitude.
3468
5ae329f4
KF
34692010-01-02 Karl Fogel <kfogel@red-bean.com>
3470
47989945
KF
3471 * bookmark.el (bookmark-bmenu-any-marks): New function
3472 (bookmark-bmenu-save): Clear buffer modification if no marks.
3473
34742010-01-02 Karl Fogel <kfogel@red-bean.com>
3475
3476 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
3477 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3478 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3479 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3480
3481 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3482 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3483 To: emacs-devel {_AT_} gnu.org
3484 Subject: bookmark.el bug report
3485 Date: Mon, 28 Dec 2009 14:19:16 +0800
3486 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3487
aef053eb
KF
34882010-01-02 Karl Fogel <kfogel@red-bean.com>
3489
3490 * bookmark.el: Improvements suggested by Drew Adams:
3491 (bookmark-bmenu-ensure-position): New name for
3492 `bookmark-bmenu-check-position'. Just ensure the position,
3493 don't return any meaningful value.
3494 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3495 New constants.
3496
0472835f
JB
34972010-01-02 Juanma Barranquero <lekktu@gmail.com>
3498
3499 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3500 (bookmark-yank-point, bookmark-bmenu-check-position):
3501 Fix typos in docstrings.
3502 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3503 (bookmark-name-from-full-record, bookmark-get-position)
3504 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3505 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3506 Remove useless quoting of parenthesis, etc. in docstrings.
3507
3508 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3509 (ediff-append-custom-diff): Fix typo in error message.
3510 (ediff-meta-mark-equal-files): Fix typos in messages.
3511
3512 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3513
0472835f
JB
3514 * net/imap-hash.el (imap-hash-make): Doc fix.
3515 (imap-hash-test): Fix typo in error message; reflow docstring.
3516 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3517 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3518 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3519 Fix typos in docstrings.
3520 (imap-hash-open-connection): Fix typo in error message.
3521
3522 * play/gomoku.el (gomoku): Fix typos in docstring.
3523
3524 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3525 (gdb-jsonify-buffer): Fix typos in docstring.
3526 (gdb-goto-breakpoint): Fix typo in error message.
3527 ("Display Other Windows"): Fix typo in help message.
3528 (gdb-speedbar-expand-node): Fix typo in question.
3529
3530 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3531 (idlwave-html-system-help-location, idlwave-html-help-location)
3532 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3533 (idlwave-help-browser-generic-args, idlwave-help-directory)
3534 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3535 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3536 (idlwave-online-help, idlwave-help-html-link)
3537 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3538 Fix typos in docstrings.
3539 (idlwave-help-with-source, idlwave-help-find-routine-definition):
3540 Reflow docstrings.
3541 (idlwave-help-assistant-start): Fix typo in error message.
3542
3543 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3544 (octave-electric-space): Fix typos in docstrings.
3545
9bbe0828
CY
35462010-01-01 Chong Yidong <cyd@stupidchicken.com>
3547
3548 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3549
a88c46c3
CY
35502010-01-01 Juri Linkov <juri@jurta.org>
3551
3552 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 3553 increase the default to 500 (Bug#5148).
a88c46c3 3554
7ee6c59b
NR
35552009-12-31 Nick Roberts <nickrob@snap.net.nz>
3556
3557 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3558 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3559 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3560
a9c8a2cd
NR
35612009-12-30 Nick Roberts <nickrob@snap.net.nz>
3562
3563 Show working revision correctly for mercurial.
3564 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 3565 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 3566
659e4408
JB
35672009-12-29 Juanma Barranquero <lekktu@gmail.com>
3568
3569 Declare some functions for the byte-compiler.
3570 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3571 (speedbar-timer-fn, speedbar-change-expand-button-char)
3572 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3573
7ee6c59b
NR
35742009-12-29 Nick Roberts <nickrob@snap.net.nz>
3575
3576 This changeset reverts GDB Graphical Interface to use annotations.
3577 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3578
460f6e7c
DN
35792009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
3580
3581 Make vc-dir work on subdirectories of the bzr root.
33aeea0e
SM
3582 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
3583 Return file names relative to it.
460f6e7c
DN
3584 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3585 relative directory to vc-bzr-after-dir-status.
3586
543f553a
TH
35872009-12-28 Tassilo Horn <tassilo@member.fsf.org>
3588
3589 * font-lock.el (font-lock-refresh-defaults): New function, which
3590 can be used to let font-lock react to external changes in
3591 variables like font-lock-defaults and keywords.
3592 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3593
2592ab76
DN
35942009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
3595
ac859983
DN
3596 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3597
2592ab76
DN
3598 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3599
58941d03
JB
36002009-12-28 Juanma Barranquero <lekktu@gmail.com>
3601
3602 Supersede color.diff settings in git log (bug#5211).
3603
3604 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3605 escape chars in its output when the user has color.diff set to `always'.
3606 This fix works on git 1.4.2 and newer (released on 2006-08-13).
3607
39764e76
KR
36082009-12-26 Kevin Ryde <user42@zip.com.au>
3609
3610 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3611 node. Keep previous "Index" name to work with past coreutils too.
3612
91c4831e
KR
3613 * man.el (man): Revise docstring a bit to show -a and -l as
3614 examples. Add -k description since support for it has otherwise
3615 been a secret. (Further to bug#3717.)
651e932e
KR
3616 (Man-bgproc-sentinel): When "-k foo" produces no output show error
3617 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 3618 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 3619
7f4d4a97
MA
36202009-12-26 Michael Albinus <michael.albinus@gmx.de>
3621
3622 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3623 switches. Check also for //SUBDIRED// line.
3624
bcffff46
KH
36252009-12-25 Kenichi Handa <handa@m17n.org>
3626
2f952059 3627 * language/indian.el (devanagari-composable-pattern): Fix to
bcffff46
KH
3628 handle ZWNJ and ZWJ. Use it in composition-function-table for
3629 Devanagari.
3630 (malayalam-composable-pattern): Fix previous change.
3631
dc1dcfa4
VJL
36322009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3633
3634 * ps-print.el (ps-face-attributes): It was not returning the
3635 attribute face for faces specified as string. Reported by harven
41a20de9 3636 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
3637 (ps-print-version): New version 7.3.5.
3638
6fe539d2
UJ
36392009-12-18 Ulf Jasper <ulf.jasper@web.de>
3640
33aeea0e 3641 * calendar/icalendar.el (icalendar--convert-tz-offset):
2f952059
ML
3642 Fix timezone names.
3643 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
3644 (icalendar--add-diary-entry): Remove the trailing blank that
3645 diary-make-entry inserts.
3646
1f3611c6
MA
36472009-12-17 Michael Albinus <michael.albinus@gmx.de>
3648
3649 Make `file-expand-wildcards' work for remote files.
3650
3651 * files.el (file-expand-wildcards): In case of remote files, check
3652 only local file name part for wildcards. Provide feature 'files
3653 and subfeature 'remote-wildcards. (Bug#5198)
3654
3655 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3656 if there is already an established connection.
3657 (tramp-advice-file-expand-wildcards): Remove it.
3658
3659 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2f952059 3660 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
3661 Activate advice for older GNU Emacs versions. (Bug#5237)
3662
9762b219
JB
36632009-12-17 Juanma Barranquero <lekktu@gmail.com>
3664
3665 Some doc fixes (more needed).
3666
3667 * find-cmd.el (find-constituents): Reflow docstring.
3668 (find-cmd, find-prune, find-command): Fix typos in docstrings.
3669 (find-generic): Doc fix.
3670
cfb54897
JL
36712009-12-17 Juri Linkov <juri@jurta.org>
3672
3673 Fix regression from 23.1 to allow multiple modes in Local Variables.
3674
3675 * files.el (hack-local-variables-filter): While ignoring duplicates,
3676 don't take `mode' into account.
33aeea0e
SM
3677 (hack-local-variables-filter, hack-dir-local-variables):
3678 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 3679
ad974e9e
JL
36802009-12-17 Juri Linkov <juri@jurta.org>
3681
3682 Make `dired-diff' more safe. (Bug#5225)
3683
3684 * dired-aux.el (dired-diff): Signal an error when `file' equals to
3685 `current' or when `file' is a directory of the `current' file.
3686
3616e0b9
AS
36872009-12-17 Andreas Schwab <schwab@linux-m68k.org>
3688
3689 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3690 unconditionally preloaded files.
3691
72b57560
JL
36922009-12-16 Juri Linkov <juri@jurta.org>
3693
3694 Revert to old 23.1 logic of using the file at the mark as default.
3695 * dired-aux.el (dired-diff): Use the file at the mark as default
3696 if it's not the same as the current file, and the target dir is
3697 the current dir or the mark is active. Add the current file
3698 as the arg of `dired-dwim-target-defaults'. Use the default file
3699 in the prompt. (Bug#5225)
3700
68712eb6
MA
37012009-12-15 Michael Albinus <michael.albinus@gmx.de>
3702
3703 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3704 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3705 (tramp-check-for-regexp): Check also, when an echoing shell stops
3706 to echo sent commands.
3707
fd471993
CY
37082009-12-14 Chong Yidong <cyd@stupidchicken.com>
3709
3710 * Makefile.in: Revert last change (Bug#5191).
3711
86b5e14c
DN
37122009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
3713
3714 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
3715 (vc-hg-working-revision): Make sure the command is executed in a
3716 known environment so that we can parse the output. (Bug#4417)
86b5e14c 3717
8cffbb75
CY
37182009-12-14 Chong Yidong <cyd@stupidchicken.com>
3719
3720 * progmodes/python.el (python-symbol-completions): Remove text
3721 properties from symbol string before calling python-send-receive.
3722
6c2b67ad
NR
37232009-12-14 Nick Roberts <nickrob@snap.net.nz>
3724
3725 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 3726 when there are values for both file and line. (Bug#5060)
6c2b67ad 3727
ff6f4585
JL
37282009-12-14 Juri Linkov <juri@jurta.org>
3729
3730 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3731 whitespace after the file name of the first line of unified format,
3732 because git-diff doesn't output whitespace and file modification time
3733 after the file name.
3734
d3de1c8e
JL
37352009-12-14 David Kastrup <dak@gnu.org>
3736
3737 * info.el (Info-hide-cookies-node): Before hiding a cookie,
3738 check if it already has the `display' property added by
3739 `Info-display-images-node', and not put the `invisible' property
3740 in this case.
3741
2f1b7dc4
GM
37422009-12-13 Glenn Morris <rgm@gnu.org>
3743
a0cefee5
GM
3744 * mail/emacsbug.el (message-sort-headers): Define for compiler.
3745 (report-emacs-bug): In message-mode, sort manually before storing
3746 original report text. (Bug#5178)
2f1b7dc4
GM
3747 Remove superfluous save-excursion.
3748
31bb373f
MA
37492009-12-12 Michael Albinus <michael.albinus@gmx.de>
3750
3751 * net/dbus.el (dbus-property-handler): Filter lambda forms out
3752 when responding to "GetAll" properties.
3753
5e1d4968
CY
37542009-12-12 Chong Yidong <cyd@stupidchicken.com>
3755
3756 * simple.el (compose-mail): Remove mail-setup-with-from from
3757 customization checks.
3758
097d86f9
EZ
37592009-12-12 Eli Zaretskii <eliz@gnu.org>
3760
3761 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3762 RAR archives created on Unix systems.
3763
1d4adede
SM
37642009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3765
3766 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3767 the varalias that was accidentally removed by the 2009-11-19 change
3768 (bug#5186).
3769
3ff3655c
KH
37702009-12-12 Kenichi Handa <handa@m17n.org>
3771
3772 * language/indian.el (indian-compose-regexp): New function.
3773 (malayalam-composable-pattern): Fix the pattern.
3774 (composition-function-table): Set malayalam-composable-pattern for
3775 Malayalam characters.
3776
82d3343c
CY
37772009-12-11 Chong Yidong <cyd@stupidchicken.com>
3778
315eb96d
CY
3779 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3780 rather than down-mouse-1, based on follow-link conventions.
3781
82d3343c
CY
3782 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3783 are compiled.
3784
86a4c7ac
DN
37852009-12-11 Michael McNamara <mac@mail.brushroad.com>
3786
bf0b361c 3787 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
3788 (verilog-vmm-statement-re, verilog-ovm-statement-re)
3789 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
3790 (verilog-leap-to-head, verilog-backward-token):
3791 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
3792
37932009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
3794
bf0b361c
JB
3795 * progmodes/verilog-mode.el (verilog-auto-lineup)
3796 (verilog-nameable-item-re): Cleanup user-visible spelling and
3797 documentation errors. One reported by Gary Delp.
1d4adede 3798 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
3799 (verilog-read-decls): Fix AUTOWIRE with types declared in a
3800 package, bug195. Reported by Pierre-David Pfister.
3801
fe03f49a
GM
38022009-12-11 Glenn Morris <rgm@gnu.org>
3803
47641aac
GM
3804 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
3805
85094855
GM
3806 * mail/emacsbug.el: No longer require sendmail.
3807 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
3808 (report-emacs-bug-orig-text): Doc fix.
3809 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
3810 New local variables, to adapt to different mail-user-agents.
3811 (report-emacs-bug): Fix test for a gnu.org address.
3812 Use overlays for emphasis, since font-lock defeats 'face property.
3813 Pretest bugs also end up at the newsgroup these days.
3814 Stop message-mode stripping text properties.
3815 Set and use the new buffer-local variables.
3816 (report-emacs-bug-hook): Add doc-string.
3817 Remove some unnecessary save-excursions and simplify.
3818 Use the appropriate hook and send-command.
3819
fe03f49a
GM
3820 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
3821 capitalization of some menu entries.
3822
345427f0
VJL
38232009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3824
33aeea0e
SM
3825 * whitespace.el (whitespace-display-char-on):
3826 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
3827 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
3828 New version 12.1.
3829
c70ccbba
EZ
38302009-12-10 Eli Zaretskii <eliz@gnu.org>
3831
3832 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
3833 characters in the Attribute field.
3834
f1943c1b
DN
38352009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3836
3837 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
3838
1c67aeaa
SM
38392009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3840
3841 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
3842 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3843 Disregard autoload-excludes.
3844 (update-directory-autoloads): Obey autoload-excludes here instead.
3845 But don't store its contents in no-autoloads and remove entries that
3846 refer to excludes files.
3847
d8194864
GM
38482009-12-10 Glenn Morris <rgm@gnu.org>
3849
8c0171c0
GM
3850 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
3851 (expand-mail-aliases): Define for compiler.
3852
dba372dd
GM
3853 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
3854 Define for compiler.
3855
d8194864
GM
3856 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
3857 appropriate for the mail-user-agent in use.
3858
fe5facd3
MA
38592009-12-09 Michael Albinus <michael.albinus@gmx.de>
3860
3861 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
3862
99999a1d
DN
38632009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
3864
3865 Fix short log parsing and fontification.
3866 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
3867 Fix fontification for the [merge] label.
3868
2ea1c4aa
SM
38692009-12-09 Vivek Dasmohapatra <vivek@etla.org>
3870
3871 Drop some properties to avoid surprises.
3872 * htmlfontify.el (hfy-ignored-properties): New defcustom.
3873 (hfy-fontify-buffer): Use it.
3874
9840deb6
SM
38752009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
3876
a0d1aadf
SM
3877 Minor cleanup.
3878 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
3879 Adjust all callers.
3880 (ffap-locate-file): Remove unused arg `dir-ok' and make other
3881 args compulsory. Adjust callers.
3882 (ffap-gopher-at-point): Remove unused var `name'.
3883
9840deb6
SM
3884 Get rid of the ELCFILES abomination.
3885 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3886 (compile-elcfiles): New phony target.
3887 (compile-main): Compute ELCFILES dynamically.
3888 (compile-clean): New target to remove left-over elc files.
3889 (compile, all): Use it.
3890
7eb3f9a8
KH
38912009-12-09 Kenichi Handa <handa@etlken>
3892
3893 * international/mule-diag.el: Require help-mode instead of help-fns.
3894
ae63e572
KH
38952009-12-09 Kenichi Handa <handa@m17n.org>
3896
5ce6e4f4 3897 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
3898 fine ranges instead of pre-calculating accurate ranges.
3899 Iterate with bigger gc-cons-threshold.
ae63e572 3900
e2f3c692
DN
39012009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
3902
3903 Add support for stashing a snapshot of the current tree.
3904 * vc-git.el (vc-git-stash-snapshot): New function.
3905 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
3906
cf6d0352
JB
39072009-12-08 Jose E. Marchesi <jemarch@gnu.org>
3908
3909 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
3910 instead of `(beginning|end)-of-line'.
3911
48e4acc9
GM
39122009-12-08 Glenn Morris <rgm@gnu.org>
3913
6e890faa
GM
3914 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
3915
48e4acc9
GM
3916 * Makefile.in (ELCFILES): Regenerate.
3917
d2a1dc7b
JL
39182009-12-07 Juri Linkov <juri@jurta.org>
3919
3920 Don't lazy-highlight the comint output in history Isearch mode.
3921
3922 * comint.el (comint-history-isearch-search): Instead of
3923 `comint-line-beginning-position', use `comint-after-pmark-p'
3924 to check if point if before the process mark, and go to
3925 `process-mark' in this case.
3926
51ef56c4
SM
39272009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3928
fb10ee4a
SM
3929 * textmodes/tex-mode.el (latex-complete)
3930 (latex-indent-or-complete): Remove.
3931 (latex-mode): Set completion-at-point-functions instead.
3932
3933 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
3934 * minibuffer.el (completion-at-point-functions): New var.
3935 (completion-at-point): New command.
fb10ee4a 3936 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
3937 * progmodes/python.el (python-mode-map): Use completion-at-point.
3938 (python-completion-at-point): Rename from python-partial-symbol and
3939 adjust for use in completion-at-point-functions.
3940 (python-mode): Setup completion-at-point for Python completion.
3941 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
3942 extracted from lisp-complete-symbol.
3943 (lisp-complete-symbol): Use it.
3944 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
3945 setup completion-at-point for Elisp completion.
fb10ee4a
SM
3946 (emacs-lisp-mode-map, lisp-interaction-mode-map):
3947 Use completion-at-point.
51ef56c4 3948 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 3949 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
3950 * progmodes/sym-comp.el: Move to...
3951 * obsolete/sym-comp.el: Move from progmodes.
3952
5e7a9022
EZ
39532009-12-07 Eli Zaretskii <eliz@gnu.org>
3954
3955 Prevent save-buffer in Rmail buffers from using the coding-system
3956 of the current message, and from clobbering the encoding mnemonics
3957 in the mode line (Bug#4623).
3958
3959 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
3960 flag, too.
3961 (rmail-message-encoding): New variable.
3962 (rmail-write-region-annotate): Record the encoding of the current
3963 message in rmail-message-encoding.
3964 (rmail-after-save-hook): New function, restores the encoding of
3965 the current message after the message collection is saved.
3966
9136e895
JL
39672009-12-07 Juri Linkov <juri@jurta.org>
3968
3969 * progmodes/grep.el (grep-read-files): Use `completing-read'
3970 instead of `read-string'. Set its `collection' arg to
3971 `read-file-name-internal'. (Bug#4301)
3972
40637410
JL
39732009-12-07 Juri Linkov <juri@jurta.org>
3974
3975 Correctly restore original Isearch point. (Bug#4994)
3976
3977 * isearch.el (isearch-mode): Move `isearch-push-state' after
3978 `(run-hooks 'isearch-mode-hook)'.
3979 (isearch-cancel): When `isearch-push-state-function' is defined,
3980 let-bind `isearch-cmds' to the first state (the last element of
3981 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
3982 function and restores the original point). Otherwise, move point
3983 to `isearch-opoint'.
3984
da10ce2b
SM
39852009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3986
3987 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
3988 chars that don't have names, so the table can be built much faster at
3989 run-time.
3990
3d68fa99
CY
39912009-12-07 Chong Yidong <cyd@stupidchicken.com>
3992
f82b1493
CY
3993 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3994 change. Suggested by David Kastrup.
3995
3d68fa99
CY
3996 * simple.el (compose-mail): Check for incompatibilities and warn.
3997 (compose-mail-user-agent-warnings): New option.
3998
662c5698
DN
39992009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4000
4001 Support showing a single log entry from vc-annotate.
4002 * vc.el (print-log): Add a new argument: START-REVISION.
4003 (vc-print-log-internal): Add a new optional argument and
4004 pass it to the backend.
4005 (vc-print-log, vc-print-root-log): Adjust callers.
4006 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4007 buffer already displays the requested log entry, use it.
4008 Otherwise display only the log entry in question.
4009 * vc-svn.el (vc-svn-print-log):
e4070cdc 4010 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
4011 * vc-hg.el (vc-hg-state):
4012 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4013 (vc-git-show-log-entry): Return t on success.
4014 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4015 (vc-bzr-show-log-entry): Return t on success.
4016 * vc-rcs.el (vc-rcs-print-log):
4017 * vc-sccs.el (vc-sccs-print-log):
4018 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4019
e4070cdc
GM
40202009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4021
5ce6e4f4
JB
4022 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4023 Add menus to the meta mode. (Bug#5043)
e4070cdc 4024
5ce6e4f4 40252009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
4026
4027 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 4028 event-key.
662c5698 4029
662c5698
DN
4030 * ediff.el (ediff-buffers-internal): Add unwind-protect.
4031
dab816a9
MA
40322009-12-07 Michael Albinus <michael.albinus@gmx.de>
4033
4034 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
4035 Berbain <raphael.berbain@gmail.com>.
4036
4037 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
4038 characters.
4039 (tramp-initial-end-of-output): New defconst.
4040 (tramp-methods, tramp-find-shell)
4041 (tramp-open-connection-setup-interactive-shell)
4042 (tramp-maybe-open-connection): Use it.
33aeea0e
SM
4043 (tramp-shell-prompt-pattern, tramp-wait-for-output):
4044 Handle existence of `#' and `$'.
dab816a9 4045
33aeea0e
SM
4046 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
4047 Use `tramp-initial-end-of-output'.
dab816a9 4048
a91e1f6b
DN
40492009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4050
4051 Get the background mode from the terminal for xterm, and set
4052 faces accordingly.
4053 * term/xterm.el (xterm-set-background-mode): New function.
4054 (terminal-init-xterm): Use it in case xterm supports background
4055 color queries. Recompute faces after getting the background
4056 color.
4057
5fa9d1ec
GM
40582009-12-07 Ulrich Mueller <ulm@gentoo.org>
4059
4060 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4061 number comment back on its own line, for easier parsing.
4062
5e9fde5e
SM
40632009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4064
4065 Make it work for non-file buffers (bug#5102).
4066 * doc-view.el (doc-view-current-cache-dir):
4067 Use doc-view-buffer-file-name rather than buffer-file-name.
4068 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4069
2f2f5242
CY
40702009-12-06 Óscar Fuentes <ofv@wanadoo.es>
4071
4072 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4073 author field is too short.
4074
cebf8ec6
DN
40752009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
4076
5e9fde5e
SM
4077 * vc-git.el (vc-git-print-log): Handle a limit argument.
4078 Display the short log in graph form and with labels.
0d3f8a78
DN
4079 (vc-git-log-view-mode): Handle labels.
4080
cebf8ec6
DN
4081 Make vc-revert change VC state from 'added to 'unregistered.
4082 * vc-git.el (vc-git-revert): Call git reset first.
4083
8e39154d
UJ
40842009-12-06 Ulf Jasper <ulf.jasper@web.de>
4085
d8194864
GM
4086 * net/newst-backend.el, net/newst-plainview.el:
4087 * net/newst-reader.el, net/newst-ticker.el:
4088 * net/newst-treeview.el, net/newsticker.el:
4089 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 4090
ef187c24
CY
40912009-12-06 Chong Yidong <cyd@stupidchicken.com>
4092
238a0f3a
CY
4093 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4094
2c6bb71a
CY
4095 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4096 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
4097 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4098 Update annotation regexp.
4099
ef187c24
CY
4100 * simple.el (beginning-of-visual-line): Constrain to field
4101 boundaries (Bug#5106).
4102
571855b6
UJ
41032009-12-06 Ulf Jasper <ulf.jasper@web.de>
4104
33aeea0e
SM
4105 * xml.el (xml-substitute-numeric-entities):
4106 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 4107 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
4108 * net/newst-backend.el (newsticker--parse-generic-feed)
4109 (newsticker--parse-generic-items)
33aeea0e
SM
4110 (newsticker--decode-numeric-entities):
4111 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 4112 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 4113
b857059c
CY
41142009-12-06 Daniel Colascione <dan.colascione@gmail.com>
4115
4116 * progmodes/js.el (js--js-not): Add null to the list of values.
4117
c2dae51b
CY
41182009-12-06 Chong Yidong <cyd@stupidchicken.com>
4119
d8194864 4120 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 4121
ed0f72d2
RW
41222009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4123
4124 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4125 delimiter if it is at the end of the current line.
4126 (bibtex-generate-url-list): Fix docstring.
4127
365b9a62
SM
41282009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4129
4130 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4131 minibuffer's content with itself.
4132 Fold the confirm-after-completion case into the `confirm' case.
4133 (completion-pcm-word-delimiters): Add : and / to the delimiters.
4134
990a9cb1
KR
41352009-12-06 Kevin Ryde <user42@zip.com.au>
4136
4137 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 4138 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 4139
8b5a10db 4140 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 4141 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 4142
065543e7
JL
41432009-12-05 Juri Linkov <juri@jurta.org>
4144
4145 Save and restore dired buffer's point positions too. (Bug#4880)
4146
4147 * dired.el (dired-save-positions): Return in the first element
4148 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4149 Doc fix.
4150 (dired-restore-positions): First restore buffer's position.
4151 While restoring window's positions, check if window still displays
4152 the original buffer.
4153
503edac9
CY
41542009-12-05 Chong Yidong <cyd@stupidchicken.com>
4155
9a594ee6
CY
4156 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4157 if possible.
4158
925f8c70
CY
4159 * shell.el (shell): Require ansi-color (Bug#5113).
4160
4161 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4162
503edac9
CY
4163 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4164
8fea6b33
AM
41652009-12-05 Alan Mackenzie <acm@muc.de>
4166
4167 * progmodes/cc-mode.el (c-before-hack-hook)
4168 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4169 `c-file-style' to work again. This reversion restores the current
212c5aef 4170 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 4171
5d1fd962
CY
41722009-12-05 Kevin Ryde <user42@zip.com.au>
4173
33aeea0e
SM
4174 * textmodes/sgml-mode.el (sgml-lexical-context):
4175 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 4176
30760c8b
JL
41772009-12-05 Juri Linkov <juri@jurta.org>
4178
4179 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4180 for virtual nodes. (Bug#4147)
4181 (Info-find-node-2): Set `Info-current-node-virtual' to nil
4182 when moving from a virtual node.
4183 (Info-mode-menu): Add `Info-virtual-index' to the menu.
4184 (Info-mode): Add `Info-virtual-index' to the docstring.
4185
403111a8
RW
41862009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4187
4188 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4189 track of the buffer position of the end of a BibTeX entry as this
4190 position may change during reformatting.
4191 (bibtex-format-entry): Remove whitespace before processing
4192 numerical fields so that we recognize the latter properly.
4193 (bibtex-reformat): Do not use push which changes the global value
4194 of bibtex-entry-format.
4195 (bibtex-field-braces-alist, bibtex-field-strings-alist)
4196 (bibtex-field-re-init): Replace only space characters by regexp
4197 for whitespace.
365b9a62 4198 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
4199 (bibtex-initialize): Also update bibtex-strings.
4200 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
4201 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4202 Update bibtex-reference-keys.
403111a8 4203
25b54627
SM
42042009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4205
4206 * minibuffer.el (completion-pcm--merge-try): Also consider placing
4207 point after a star, if that's the only place where modifications can
4208 make progress.
4209
35639eb4
DN
42102009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
4211
4212 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4213 in docstrings.
4214
8b78760b
JL
42152009-12-04 Juri Linkov <juri@jurta.org>
4216
4217 * proced.el (proced): Call `(proced-update t)' to update process
4218 information instead of only running proced-post-display-hook.
4219 (proced-send-signal): Add a leading space to the buffer name
4220 " *Marked Processes*" to make this buffer ephemeral.
4221
2b3489a7
JL
42222009-12-04 Juri Linkov <juri@jurta.org>
4223
4224 * dired.el (dired-auto-revert-buffer): New defcustom.
4225 (dired-internal-noselect): Use it.
4226
9b9debd1
JL
42272009-12-04 Juri Linkov <juri@jurta.org>
4228
4229 Change roles of modes and functions in image-mode.el (Bug#5062).
4230
4231 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4232 in `auto-mode-alist'.
4233 (image-mode-previous-major-mode): New variable.
4234 (image-minor-mode-map): Rename from `image-mode-text-map'.
4235 (image-mode): Move graceful error-handling code from
4236 `image-minor-mode' to here. On errors call `image-mode-as-text'.
4237 (image-minor-mode): Remove all image-handling code.
4238 Replace `image-mode-text-map' with `image-minor-mode-map'.
4239 Check for `image-type' in mode-line format string.
4240 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4241 (image-mode-as-text): New function with most code from
4242 `image-mode-maybe'.
4243 (image-toggle-display-text): Move code that removes image
4244 properties from `image-toggle-display' to here.
4245 (image-toggle-display-image): New function with code that adds
4246 image properties copied from `image-toggle-display'.
4247 (image-toggle-display): Remove most code with leaving only code
4248 that toggles between `image-mode-as-text' and `image-mode'.
4249
0c74a301
UJ
42502009-12-04 Ulf Jasper <ulf.jasper@web.de>
4251
4252 * net/newst-treeview.el
4253 (newsticker--treeview-list-highlight-start): Restored call to
4254 save-excursion: Selected item was stuck.
4255 (newsticker--treeview-list-select): New.
4256 (newsticker--treeview-item-show-text)
4257 (newsticker--treeview-item-show)
4258 (newsticker--treeview-item-update): Use new
4259 newsticker-treeview-item-mode.
4260 (newsticker-treeview-update): Keep current item.
4261 (newsticker-treeview-next-new-or-immortal-item): Doc change.
4262 (newsticker--treeview-first-feed): Doc change.
4263 (newsticker-treeview-list-menu)
2f952059 4264 (newsticker-treeview-item-menu): Add menu entries.
0c74a301
UJ
4265 (newsticker-treeview-item-mode): New.
4266
5ce6e4f4 4267 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
4268 windows.
4269
9eaeec5b
SS
42702009-12-04 Sam Steingold <sds@gnu.org>
4271
4272 * log-view.el (log-view-mode-map): "q" calls quit-window,
4273 like in all the other non-self-insert buffers.
4274
b2bf5be5
SM
42752009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4276
4277 Minor cleanup.
4278 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4279 key decoding rather than do it manually via last-input-event +
4280 ascii-character.
4281 (term-exec): Use delete-and-extract-region.
4282 (term-handle-ansi-terminal-messages): Remove unused var `end'.
4283 (term-process-pager): Remove unused var `i'.
4284 (term-dynamic-simple-complete): Make obsolete.
4285 (serial-update-config-menu): Remove unused vars `y' and `str'.
4286 (term-update-mode-line): Remove unused var `temp'.
4287
46e5c897
DN
42882009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4289
4290 Limit the number of log entries displayed by default.
4291 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4292 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4293 using a prefix argument.
4294
627e0a14
GM
42952009-12-03 Glenn Morris <rgm@gnu.org>
4296
4297 * progmodes/idlwave.el (class): Restore still useful declaration.
4298
8578c224
AM
42992009-12-03 Alan Mackenzie <acm@muc.de>
4300
4abc318c 4301 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 4302
b2bf5be5
SM
4303 * progmodes/cc-mode.el (c-basic-common-init):
4304 Call c-state-cache-init.
9762b219 4305 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 4306 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 4307 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
4308
4309 * progmodes/cc-langs.el (c-before-font-lock-function):
4310 c-extend-and-neutralize-syntax-in-CPP has been renamed
4311 c-neutralize-syntax-in-and-mark-CPP.
4312
4313 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4314 with `category' properties now, not `syntax-table' ones.
4315
4316 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4317 enhanced (but slower) version of c-end-of-macro that won't land
4318 inside a literal or on another awkward character.
4319 (c-state-cache-too-far, c-state-cache-start)
4320 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4321 (c-state-nonlit-pos-cache-limit, c-state-point-min)
4322 (c-state-point-min-lit-type, c-state-point-min-lit-start)
4323 (c-state-min-scan-pos, c-state-brace-pair-desert)
4324 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4325 buffer local variables.
4326 (c-state-literal-at, c-state-lit-beg)
4327 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4328 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4329 (c-state-cache-top-paren, c-state-cache-after-top-paren)
4330 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4331 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4332 (c-renarrow-state-cache)
4333 (c-append-lower-brace-pair-to-state-cache)
4334 (c-state-push-any-brace-pair, c-append-to-state-cache)
4335 (c-remove-stale-state-cache)
4336 (c-remove-stale-state-cache-backwards, c-state-cache-init)
4337 (c-invalidate-state-cache-1, c-parse-state-1)
4338 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
4339 (c-parse-state): Enhance and refactor.
4340 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
4341
4342 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4343 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
4344 modify to use category text properties rather than syntax-table ones.
4345 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
4346 to switch off/on the syntactic paren property of C++ template
4347 delimiters using the category property.
4348 (c-with-<->-as-parens-suppressed): Macro to invoke code with
4349 template delims suppressed.
4350 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4351 New constant/macros which apply category properties to the start
4352 and end of preprocessor constructs.
b2bf5be5 4353 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
4354 "comment out" the syntactic value of characters in preprocessor
4355 constructs.
4356 (c-with-cpps-commented-out)
4357 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4358 with characters in all or all but one preprocessor constructs
4359 "commented out".
4360
0d4dc442
RW
43612009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4362
4363 * proced.el (proced-filter-alist): Use regexp-quote.
4364
a09dc9bf
MA
43652009-12-03 Michael Albinus <michael.albinus@gmx.de>
4366
4367 Cleanup.
4368 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4369 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
4370 arguments. Expand `default-directory'.
4371
4372 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4373 the benefit of returning an expanded localname.
4374 (tramp-tramp-file-p): Handle the case NAME is not a string.
4375
3f6bd790
DN
43762009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4377
4dfb3b9c
DN
4378 Add support for bzr shelve/unshelve.
4379 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4380 (vc-bzr-extra-menu-map): New variables.
4381 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4382 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4383 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4384 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4385 (vc-bzr-dir-extra-headers): Display shelves.
4386
3f6bd790
DN
4387 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4388
842d73a1
SM
43892009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4390
4391 * textmodes/bibtex.el (bibtex-complete-internal):
4392 Use completion-in-region.
4393 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4394
7fa4876f
DN
43952009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4396
4397 Support applying stashes. Improve UI.
4398 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4399 (vc-git-stash-apply, vc-git-stash-pop)
4400 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4401 (vc-git-stash-menu): New functions.
4402 (vc-git-stash-menu-map): New variable.
4403 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4404
d6e82452
GM
44052009-12-03 Glenn Morris <rgm@gnu.org>
4406
4407 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4408 (vc-print-log-internal): Fix previous change.
4409 (vc-revert): Correct pluralization.
4410
8d222148
SM
44112009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4412
ea52206b
SM
4413 * progmodes/make-mode.el (makefile-special-targets-list): No need for
4414 it to be an alist any more.
4415 (makefile-complete): Use completion-in-region.
4416
69a94a37
SM
4417 * progmodes/octave-mod.el (octave-complete-symbol):
4418 Use completion-in-region.
4419
8d222148
SM
4420 Misc cleanup.
4421 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4422 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4423 (idlwave-complete-class): Don't quote lambda.
4424 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4425 (idlwave-mode-map): Move initialization into declaration.
4426 (idlwave-action-and-binding): Use backquotes.
4427 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4428 Simplify.
4429 (idlwave-is-pointer-dereference): Remove unused var `pos'.
4430 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4431 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4432 `parts', and `all-parts'.
4433 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4434 (idlwave-convert-xml-system-routine-info): Remove unused string
4435 `version-string'.
4436 (idlwave-display-user-catalog-widget): Use dolist.
4437 (idlwave-scanning-lib): Declare dynamically-scoped var.
4438 (idlwave-scan-library-catalogs): Remove unused var `flags'.
4439 (completion-highlight-first-word-only): Declare to silence bytecomp.
4440 (idlwave-popup-select): Tighten scope of `resp'.
4441 (idlwave-find-struct-tag): Remove unused var `beg'.
4442 (idlwave-after-load-rinfo-hook): Declare.
4443 (idlwave-sintern-class-info): Remove unused var `taglist'.
4444 (idlwave-find-class-definition): Remove unused var `list'.
4445 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4446 (idlwave-what-module-find-class): Remove unused var `classes'.
4447
3bb8691b
JB
44482009-12-03 Juanma Barranquero <lekktu@gmail.com>
4449
4450 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4451
f72f0c23
SM
44522009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4453
4454 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4455 buffers visited. Remove redundant current-buffer-saving.
4456
601a9508
SM
44572009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4458
4459 Use completion-in-buffer and remove uses of dynamic scoping.
4460 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4461 (pascal-buffer-to-use, pascal-flag): Don't declare.
4462 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4463 (pascal-get-completion-decl, pascal-keyword-completion):
4464 Add `pascal-str' argument, save-excursion,
4465 return the found completions, and don't filter with pascal-pred.
4466 (pascal-completion-cache): New var.
4467 (pascal-completion): Don't switch buffer any more (it was never
4468 necessary). Don't save-excursion any more (it's done by the called
4469 subroutines). Use a cache to avoid redundant computations.
4470 Use complete-with-action rather than pascal-completion-response and
4471 let it apply the predicate as well.
4472 (pascal-complete-word): Use completion-in-buffer when
4473 pascal-toggle-completions is nil.
4474 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4475 not used any more.
4476 (pascal-comp-defun): Don't change buffer any more.
4477 Use complete-with-action rather than pascal-completion-response and
4478 let it apply the predicate as well.
4479 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4480 when neded.
4481
1ff4cb98
KH
44822009-12-02 Kenichi Handa <handa@m17n.org>
4483
4484 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4485 shape for all Indic scripts.
4486
bb12edf1
SM
44872009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4488
4489 Use completion-in-buffer.
4490 * wid-edit.el (widget-field-text-end): New function.
4491 (widget-field-value-get): Use it.
4492 (widget-string-complete, widget-file-complete)
4493 (widget-color-complete): Use it and completion-in-region.
4494 (widget-complete): Don't narrow the buffer.
4495
5813f6ef
GM
44962009-12-02 Glenn Morris <rgm@gnu.org>
4497
c920f222
GM
4498 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
4499 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
4500 * mail/rmailsum.el: Replace all pop-to-buffer calls with
4501 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 4502
5813f6ef
GM
4503 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4504 save-excursion with save-current-buffer.
4505 Widen before searching. (Bug#5093)
4506 (diary-list-sexp-entries): Remove superfluous save-excursion.
4507
34b1d750
GM
45082009-12-02 Michael Welsh Duggan <mwd@cert.org>
4509
4510 * woman.el (woman-make-bufname): Handle man-pages with "." in the
4511 name. (Bug#5038)
4512
b2d5f31a
GM
45132009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
4514
4515 * ido.el (ido-file-internal): Handle filenames at point that do
4516 not have a directory part. (Bug#5049)
4517
c710ac3c
JB
45182009-12-02 Juanma Barranquero <lekktu@gmail.com>
4519
4520 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4521 (mpc-songs-jump-to, mpc-resume): Doc fixes.
4522
9946be46
SM
45232009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
4524
4525 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4526 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4527 any more.
4528
b08016f2
SM
45292009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4530
e7440df4
SM
4531 * comint.el (comint-insert-input): Ignore clicks to the right of
4532 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4533
3bb8691b 4534 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
4535 terminate before setting up the major mode.
4536
f3b757f5
SM
4537 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4538 in case.
4539
a2877f1d
SM
4540 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4541 the last element.
4542
b08016f2
SM
4543 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4544
782d6e30
GM
45452009-12-01 Glenn Morris <rgm@gnu.org>
4546
4547 * window.el (window--display-buffer-2): Fix previous changes.
4548
28f57f7e
CY
45492009-12-01 Chong Yidong <cyd@stupidchicken.com>
4550
4551 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4552
c31a2fdc
GM
45532009-12-01 Glenn Morris <rgm@gnu.org>
4554
4555 * Makefile.in (ELCFILES): Add mpc.elc.
4556
e1ada222
SM
45572009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4558
4559 * mpc.el: New file.
4560
0c9ff2c5
GM
45612009-12-01 Glenn Morris <rgm@gnu.org>
4562
3689984f
GM
4563 * window.el (window-to-use): Define for compiler.
4564
3ab4308b
GM
4565 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4566 consistent with others (no final period).
4567
0c9ff2c5
GM
4568 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4569 (rmail-mime-show): Downcase the encoding. (Bug#5070)
4570
fb0c18ff
DN
45712009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
4572
4573 Make vc-print-log buttons work.
045b9da7 4574 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 4575
2ac7e73e
JB
45762009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
4577
4578 * savehist.el (savehist-autosave-interval): Allow setting to nil
4579 through customize. (Bug#5056)
4580
5237d741
JB
45812009-11-30 Juanma Barranquero <lekktu@gmail.com>
4582
4583 Fix references to jit-lock properties.
4584 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4585 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4586 (perl-font-lock-special-syntactic-constructs):
4587 Quote jit-lock-defer-multiline property.
4588
379241fa
DN
45892009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
4590
4591 * vc-git.el (vc-git-registered): Call vc-git-root only once.
4592
054ae856
JL
45932009-11-30 Juri Linkov <juri@jurta.org>
4594
4595 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4596 value `buffer' of `multi-isearch-next-buffer-current-function'.
4597 Use `(current-buffer)' when `buffer' is nil.
4598 (multi-isearch-next-buffer-from-list): Don't fallback to
4599 `(current-buffer)' when `buffer' is nil. (Bug#4947)
4600
67296dda
JL
46012009-11-30 Juri Linkov <juri@jurta.org>
4602
4603 * misearch.el (multi-isearch-read-buffers): Move canonicalization
4604 of buffers with `get-buffer' to `multi-isearch-buffers'.
4605 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4606 Canonicalize BUFFERS with `get-buffer'. Doc fix.
4607 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4608 FILES with `expand-file-name' converting relative file names
4609 to absolute. Doc fix. (Bug#4727)
4610
c585bf32
JL
46112009-11-30 Juri Linkov <juri@jurta.org>
4612
4613 * misearch.el (multi-isearch-read-buffers)
4614 (multi-isearch-read-matching-buffers): New functions.
4615 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4616 Use them in the `interactive' spec. Doc fix.
4617 (multi-isearch-read-files, multi-isearch-read-matching-files):
4618 New functions.
4619 (multi-isearch-files, multi-isearch-files-regexp):
4620 Use them in the `interactive' spec. Doc fix. (Bug#4725)
4621
0a745733
JL
46222009-11-30 Juri Linkov <juri@jurta.org>
4623
4624 * doc-view.el (doc-view-continuous):
4625 Rename from `doc-view-continuous-mode'.
4626 (doc-view-menu): Move "Toggle display" to the top.
4627 Add submenu "Continuous" with radio buttons "Off"/"On"
4628 and "Save as Default".
4629 (doc-view-scroll-up-or-next-page)
4630 (doc-view-scroll-down-or-previous-page)
4631 (doc-view-next-line-or-next-page)
33aeea0e
SM
4632 (doc-view-previous-line-or-previous-page):
4633 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 4634
1f9689eb
JL
46352009-11-30 Juri Linkov <juri@jurta.org>
4636
4637 * comint.el (comint-mode-map): Rebind `M-r' from
4638 `comint-previous-matching-input' to
4639 `comint-history-isearch-backward-regexp'.
4640 Unbind `M-s' to allow global key binding `M-s'.
4641 Add menu items for `comint-history-isearch-backward' and
4642 `comint-history-isearch-backward-regexp'. (Bug#3746)
4643
2952b1ae
JL
46442009-11-30 Juri Linkov <juri@jurta.org>
4645
4646 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4647 For def=recenter, replace `recenter' with `recenter-top-bottom'
4648 that is called with `this-command' and `last-command' let-bound
4649 to `recenter-top-bottom'. When the last `def' was not `recenter',
4650 set `recenter-last-op' to nil. (Bug#4981)
4651
7a9547ca
SM
46522009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4653
20565545
SM
4654 Minor cleanup and simplification.
4655 * filecache.el (file-cache-add-directory)
4656 (file-cache-add-directory-recursively)
4657 (file-cache-add-from-file-cache-buffer)
4658 (file-cache-delete-file-regexp, file-cache-delete-directory)
4659 (file-cache-files-matching-internal, file-cache-display): Use dolist.
4660 (file-cache-temp-minibuffer-message): Delete function.
4661 (file-cache-minibuffer-complete): Use minibuffer-message instead.
4662
7a9547ca
SM
4663 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4664 Don't signal an error when bumping into EOB in tr, s, or y.
4665
08e968f3
JL
46662009-11-29 Juri Linkov <juri@jurta.org>
4667
4668 * startup.el (fancy-about-text): Fix wording of Guided Tour.
4669 (Bug#4960)
4670
4671 * descr-text.el (describe-char-unidata-list): Use lowercase name
4672 for "Unicode name" like in other tags.
4673
f8d170a4
JL
46742009-11-29 Juri Linkov <juri@jurta.org>
4675
4676 * ediff-util.el (ediff-minibuffer-with-setup-hook):
4677 New compatibility macro.
7a9547ca 4678 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 4679
0116abbd
JL
46802009-11-29 Juri Linkov <juri@jurta.org>
4681
4682 Add defcustom to define the cycling order of `recenter-top-bottom'.
4683 (Bug#4981)
4684
4685 * window.el (recenter-last-op): Doc fix.
4686 (recenter-positions): New defcustom.
4687 (recenter-top-bottom): Rewrite to use `recenter-positions'.
4688 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4689
61eef560
MA
46902009-11-29 Michael Albinus <michael.albinus@gmx.de>
4691
4692 Improve integration of Tramp and ange-ftp in eshell.
4693
e4070cdc 4694 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
4695 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
4696 (eshell/sudo): Flatten args. Let-bind `default-directory'.
4697
4698 * eshell/esh-util.el (top): Require also Tramp when compiling.
4699 (eshell-directory-files-and-attributes): Check for FTP remote
4700 connection.
4701 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4702 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4703 (eshell-file-attributes): Handle ".". Return `entry'.
4704
4705 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4706 (ange-ftp-directory-files-and-attributes)
4707 (ange-ftp-real-directory-files-and-attributes): New defuns.
4708
4709 * net/tramp.el (tramp-maybe-open-connection): Open the remote
4710 shell with "exec" when possible. This prevents trailing prompts
4711 in `start-file-process'.
4712
f5467d3f
SM
47132009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4714
21f49db9
SM
4715 Try and remove assumptions about point-min==1.
4716 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4717 (rng-compute-mode-line-string): Show the validation percentage in
4718 terms of the narrowed text, not the widened text.
4719 (rng-do-some-validation): Don't catch internal errors when debugging.
4720 (rng-first-error): Simplify.
4721 (rng-after-change-function): Remove work around. AFAIK the bug has
4722 been fixed a while ago.
4723
26224faf
SM
4724 * image-mode.el (image-minor-mode): Exit more gracefully when the image
4725 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4726
d7117720
SM
4727 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4728
f5467d3f
SM
4729 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4730 `cd' doesn't always do it for us (bug#5067).
4731
4732 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4733 on 2009-10-25 as part of some other change (bug#5067).
4734
c5269f1c
SM
47352009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4736
62a258a7
SM
4737 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4738 `suspicious'.
4739 (byte-compile-warnings): Use byte-compile-warning-types.
4740 (byte-compile-save-excursion): Warn about use of set-buffer right
4741 after save-excursion.
4742
c5269f1c
SM
4743 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4744 the excursion as well.
4745
3ba30eb8
MA
47462009-11-27 Michael Albinus <michael.albinus@gmx.de>
4747
4748 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4749 providing a Tramp related implementation of "su" and "sudo".
4750 (eshell-unix-initialize): Add "su" and "sudo".
4751
6c6f788d
DU
47522009-11-27 Daiki Ueno <ueno@unixuser.org>
4753
4754 * net/socks.el (socks-send-command): Convert binary request to
4755 unibyte before sending. This fixes mishandling of some port
4756 numbers such as 129.
4757
10c877fe
SM
47582009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4759
6f06a171
SM
4760 * help.el (describe-bindings-internal): Remove `interactive'.
4761
10c877fe
SM
4762 * man.el (Man-completion-table): Trim a terminating "(".
4763 Remove the space between name page a section.
4764 Add the command's description on the `help-echo' property.
c5269f1c
SM
4765 Remove `process-connection-type' binding since it's unused by
4766 call-process.
10c877fe
SM
4767 Provide completion for the "<section> <name>" format as well.
4768 (Man-default-man-entry): Remove spurious var shadowing the argument.
4769
c44a4822
KR
47702009-11-26 Kevin Ryde <user42@zip.com.au>
4771
4772 * log-view.el: Add "Keywords: tools", since its other keywords
4773 aren't in finder-known-keywords, and following vc.el.
4774
9d58f081
KR
4775 * sha1.el (sha1-string-external): default-directory "/" in case
4776 otherwise non-existent. process-connection-type pipe for touch of
4777 efficiency recommended by elisp manual. (An aside in Bug#3911.)
4778
72fe6b25
SM
47792009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4780
4781 Misc coding convention cleanups.
4782 * htmlfontify.el (hfy-init-kludge-hook): Rename from
4783 hfy-init-kludge-hooks.
4784 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
4785 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
4786 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
4787 and push.
4788 (hfy-slant, hfy-weight): Use tables rather than code.
4789 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
4790 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
4791 (hfy-face-attr-for-class): Initialize `face-spec' directly.
4792 (hfy-face-to-css): Remove `nconc' with single arg.
4793 (hfy-p-to-face-lennart): Use `or'.
4794 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
4795 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
4796 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
4797 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
4798 (hfy-force-fontification): Use run-hooks.
4799
85e0a536
SM
48002009-11-26 Vivek Dasmohapatra <vivek@etla.org>
4801
4802 Various minor fixes.
4803 * htmlfontify.el (hfy-default-header): Add toggle_invis since
4804 Javascript belongs in the header, not the body.
4805 (hfy-javascript): Remove.
4806 (hfy-fontify-buffer): Don't insert it any more.
4807 (hfy-face-at): Handle (face0 face1 face2) style face properties.
4808 Fix bug in invis handling when there were no invis props in a chunk.
4809
62ccc42c
SM
48102009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4811
4812 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
4813
2643c7aa
DN
48142009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
4815
4816 * finder.el (finder-mode-map): Add a menu.
4817
0e5c8aed
DN
48182009-11-26 Michael McNamara <mac@mail.brushroad.com>
4819
bf0b361c 4820 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
4821 "unsigned" structs.
4822
4823 (verilog-leap-to-head, verilog-backward-token): Handle "disable
4824 fork" statement better.
4825
48262009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
4827
bf0b361c
JB
4828 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
4829 (verilog-delete-auto, verilog-delete-empty-auto-pair)
4830 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
4831 Reported by Clay Douglass.
0e5c8aed
DN
4832
4833 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 4834 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
33aeea0e
SM
4835 Fix removing "// Interfaces" when saving .* expansions.
4836 Reported by Pierre-David Pfister.
0e5c8aed 4837
7629c4e7
GM
48382009-11-26 Glenn Morris <rgm@gnu.org>
4839
62ccc42c
SM
4840 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
4841 the scope.
7629c4e7 4842
a5d358f8
JB
48432009-11-25 Johan Bockgård <bojohan@gnu.org>
4844
4845 * vc-annotate.el (vc-annotate-revision-previous-to-line):
4846 Really use previous revision.
4847
002cbde5
KR
48482009-11-25 Kevin Ryde <user42@zip.com.au>
4849
4850 * man.el (Man-completion-table): default-directory "/" in case
4851 doesn't otherwise exist. process-environment COLUMNS=999 so as
4852 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
4853 any chance of hitting the pseudo-tty TIOCGWINSZ.
4854 (man): completion-ignore-case t for friendliness and since man
4855 itself is case-insensitive on the command line.
4856 Further to Bug#3717.
002cbde5 4857
8cb5ffe8
KR
4858 * arc-mode.el: Add "Keywords: files", so the details in its
4859 commentary can be reached from finder-by-keyword.
34607612
KR
4860 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
4861 editing mode, but it's comms related and sgml-mode.el has "comm"
4862 on that basis too.
b8dfcf54 4863 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
4864 * international/isearch-x.el, international/ja-dic-cnv.el:
4865 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 4866 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 4867
1e2d9ba1
JL
48682009-11-25 Juri Linkov <juri@jurta.org>
4869
4870 * man.el (Man-completion-table): Modify regexp to include
4871 section names to completion strings. (Bug#3717)
4872
a601d313
JL
48732009-11-25 Juri Linkov <juri@jurta.org>
4874
4875 Search recursively in gzipped files. (Bug#4982)
4876
4877 * progmodes/grep.el (grep-highlight-matches): Add new options
4878 `always' and `auto'. Doc fix.
4879 (grep-process-setup): Check `grep-highlight-matches' for
4880 `auto-detect' to determine the need to compute grep defaults.
4881 Move Windows/DOS specific --colors settings handling
4882 to `grep-compute-defaults'. Check `grep-highlight-matches'
4883 to get the value of "--color=".
4884 (grep-compute-defaults): Compute `grep-highlight-matches' when it
4885 has the value `auto-detect'. Move Windows/DOS specific settings
4886 from `grep-process-setup'.
4887 (zrgrep): New command with alias `rzgrep'.
4888
bde04ea9
JL
48892009-11-25 Juri Linkov <juri@jurta.org>
4890
4891 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
4892 to nil instead of switching off view-mode. (Bug#4896)
4893
7d6b4d3c
JL
48942009-11-25 Juri Linkov <juri@jurta.org>
4895
4896 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
4897
4898 * mwheel.el (mwheel-scroll-up-function)
4899 (mwheel-scroll-down-function): New defvars.
4900 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
4901 `scroll-up', and `mwheel-scroll-down-function' instead of
4902 `scroll-down'.
4903
4904 * doc-view.el (doc-view-scroll-up-or-next-page)
4905 (doc-view-scroll-down-or-previous-page): Add optional ARG.
4906 Use this ARG in the call to image-scroll-up/image-scroll-down.
4907 Change `interactive' spec to "P". Goto next/previous page only
4908 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
4909 SPC/DEL case). Doc fix.
4910 (doc-view-next-line-or-next-page)
4911 (doc-view-previous-line-or-previous-page): Rename arg to ARG
4912 for consistency.
4913 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
4914 `doc-view-scroll-up-or-next-page', and buffer-local
4915 `mwheel-scroll-down-function' to
4916 `doc-view-scroll-down-or-previous-page'.
4917
e237085f
JL
49182009-11-25 Juri Linkov <juri@jurta.org>
4919
4920 Provide additional default values (directories at other Dired
4921 windows) via M-n in the minibuffer of some Dired commands.
4922
4923 * dired-aux.el (dired-diff, dired-compare-directories)
4924 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
4925 `minibuffer-default' in `minibuffer-with-setup-hook'.
4926 (dired-dwim-target-directory): Find a window that displays Dired
4927 buffer instead of failing when the next window is not Dired.
4928 Use `get-window-with-predicate' to find for the next Dired window.
4929 (dired-dwim-target-defaults): New function.
4930
4931 * ediff-util.el (ediff-read-file-name):
4932 Use `dired-dwim-target-defaults' to set `minibuffer-default'
4933 in `minibuffer-with-setup-hook'.
4934
7d371eac
JL
49352009-11-25 Juri Linkov <juri@jurta.org>
4936
4937 Provide additional default values (file name at point or at the
4938 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
4939
4940 * minibuffer.el (read-file-name-defaults): New function.
4941 (read-file-name): Reset `minibuffer-default' to nil when
4942 it duplicates initial input `insdef'.
4943 Bind `minibuffer-default-add-function' to lambda that
4944 calls `read-file-name-defaults' in `minibuffer-selected-window'.
4945 (minibuffer-insert-file-name-at-point): New command.
4946
4947 * files.el (file-name-at-point-functions): New defcustom.
4948 (find-file-default): Remove defvar.
4949 (find-file-read-args): Don't use `find-file-default'.
4950 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4951 to `read-file-name'.
4952 (find-file-literally): Use `read-file-name' with
4953 `confirm-nonexistent-file-or-buffer'.
4954
4955 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
4956
4957 * dired.el (dired-read-dir-and-switches):
4958 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4959 to `read-file-name'.
4960 (dired-file-name-at-point): New function.
4961 (dired-mode): Add hook `dired-file-name-at-point' to
4962 `file-name-at-point-functions'.
4963
04ae543a
SM
49642009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4965
4966 Really make the *Completions* window soft-dedicated (bug#5030).
4967 * window.el (window--display-buffer-2): Add `dedicated' argument.
4968 (display-buffer): Pass it when needed so the dedicated flag is set
4969 after calling set-window-buffer, which would otherwise reset it.
4970
eb708e66
SM
49712009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4972
d6b8d4e7
SM
4973 * progmodes/meta-mode.el (meta-complete-symbol):
4974 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
4975 * mail/mailabbrev.el (mail-abbrev-complete-alias):
4976 Use completion-in-region.
4977
5f24557b
SM
4978 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4979 (dabbrev-completion): Use completion-in-region.
4980 (dabbrev--abbrev-at-point): Simplify regexp.
4981
fe4346f0
SM
4982 * abbrev.el (abbrev--before-point): Use word-motion functions
4983 if :regexp is not specified (bug#5031).
4984
cb190d7d
SM
4985 * subr.el (string-prefix-p): New function.
4986
e2ec6dd5
SM
4987 * man.el (Man-completion-cache): New var.
4988 (Man-completion-table): Use it.
4989
eb708e66
SM
4990 * vc.el (vc-print-log-internal): Make `limit' optional for better
4991 compatibility (e.g. with vc-annotate.el).
4992
4cf8971b
KR
49932009-11-24 Kevin Ryde <user42@zip.com.au>
4994
eb708e66 4995 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 4996 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 4997
4cf8971b
KR
4998 * emacs-lisp/elint.el (elint-add-required-env): Better error message
4999 when .el source file not found or other error.
5000
d204c46c
SM
50012009-11-24 Markus Triska <markus.triska@gmx.at>
5002
5003 * linum.el (linum-update-window): Ignore intangible (bug#4996).
5004
bb301b9a
SM
50052009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5006
449c27f0
SM
5007 Handle the [back] button properly (bug#4979).
5008 * descr-text.el (describe-text-properties): Add a `buffer' argument.
5009 Use help-setup-xref, help-buffer, and with-help-window.
5010 (describe-char): Add `buffer' argument.
5011 Pass proper command to help-setup-xref. Don't meddle with
5012 help-xref-stack-item directly.
5013 (describe-text-category): Use with-help-window and help-buffer.
5014
32fe5377
SM
5015 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5016 for the displayed buffer (bug#4887).
5017
bb301b9a
SM
5018 * man.el (Man-completion-table): New function.
5019 (man): Use it.
5020
35179414
DR
50212009-11-24 David Reitter <david.reitter@gmail.com>
5022
bb301b9a 5023 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
5024 .git is) rather than the file's directory and a relative path spec
5025 to work around a bug in git.
5026
605a20a9
MA
50272009-11-24 Michael Albinus <michael.albinus@gmx.de>
5028
5029 Improve handling of processes on remote hosts.
5030
5031 * eshell/esh-util.el (eshell-path-env): New defvar.
5032 (eshell-parse-colon-path): New defun.
5033 (eshell-file-attributes): Use `eshell-parse-colon-path'.
5034
bb301b9a
SM
5035 * eshell/esh-ext.el (eshell-search-path):
5036 Use `eshell-parse-colon-path'.
605a20a9
MA
5037 (eshell-remote-command): Remove argument HANDLER.
5038 (eshell-external-command): Check for FTP remote connection.
5039
bb301b9a
SM
5040 * eshell/esh-proc.el (eshell-gather-process-output):
5041 Use `file-truename', in order to start also symlinked files.
5042 Apply `start-file-process' instead of `start-process'.
5043 Shorten `command' to the local file name part.
605a20a9 5044
bb301b9a
SM
5045 * eshell/em-cmpl.el (eshell-complete-commands-list):
5046 Use `eshell-parse-colon-path'.
605a20a9
MA
5047
5048 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5049
5050 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
5051 to `eshell-directory-change-hook'.
5052
d1d33062
TH
50532009-11-24 Tassilo Horn <tassilo@member.fsf.org>
5054
5055 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 5056 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 5057
a34d8565 50582009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 5059
a34d8565
MK
5060 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5061 made on 2009-11-22.
d1d33062 5062
c83b8d1b
GM
50632009-11-24 Glenn Morris <rgm@gnu.org>
5064
5065 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5066 deleted variable bookmark-bmenu-bookmark-column.
5067
83505cfe
SM
50682009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5069
5070 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5071
5241b291
CY
50722009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
5073
5074 * net/browse-url.el (browse-url-filename-alist): On Windows, add
5075 two slashes to the "file:" prefix.
5076 (browse-url-file-url): De-munge Cygwin filenames before passing
5077 them to Windows browser.
5078 (browse-url-default-windows-browser): Use call-process.
5079
aefcadb6
JL
50802009-11-23 Juri Linkov <juri@jurta.org>
5081
5082 Implement DocView Continuous mode. (Bug#4896)
5083 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
5084 (doc-view-mode-map): Bind C-n/<down> to
5085 `doc-view-next-line-or-next-page', C-p/<up> to
5086 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
5087 (doc-view-next-line-or-next-page)
5088 (doc-view-previous-line-or-previous-page): New commands.
5089
0d62bcea
JL
50902009-11-23 Juri Linkov <juri@jurta.org>
5091
5092 Implement Isearch in comint input history. (Bug#3746)
5093 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5094 `isearch-mode-hook'.
5095 (comint-history-isearch): New defcustom.
5096 (comint-history-isearch-backward)
5097 (comint-history-isearch-backward-regexp): New commands.
5098 (comint-history-isearch-message-overlay): New buffer-local variable.
5099 (comint-history-isearch-setup, comint-history-isearch-end)
5100 (comint-goto-input, comint-history-isearch-search)
5101 (comint-history-isearch-message, comint-history-isearch-wrap)
5102 (comint-history-isearch-push-state)
5103 (comint-history-isearch-pop-state): New functions.
5104
b593f105
MA
51052009-11-23 Michael Albinus <michael.albinus@gmx.de>
5106
5107 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5108 return.
5109 (tramp-handle-make-symbolic-link)
5110 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5111 Quote file names.
5112 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5113 (tramp-handle-process-file): Use it.
5114
0f202d5d
SM
51152009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5116
5117 * window.el (move-to-window-line-last-op): Remove.
5118 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5119
216349f8
SM
51202009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5121
0f202d5d 5122 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
5123 * window.el (move-to-window-line-last-op): New var.
5124 (move-to-window-line-top-bottom): New command.
5125 (global-map): Bind M-r move-to-window-line-top-bottom.
5126
c10e0633
GM
51272009-11-23 Sven Joachim <svenjoac@gmx.de>
5128
5129 * dired-x.el (dired-guess-shell-alist-default):
5130 Support xz format. (Bug#4953)
5131
953e0c1a
GM
51322009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
5133
5134 * emulation/viper-cmd.el: Use viper-last-command-char instead of
5135 last-command-char/last-command-event.
5136 (viper-prefix-arg-value): Do correct conversion of event-char for
5137 XEmacs.
5138
83505cfe
SM
5139 * emulation/viper-util.el, emulation/viper.el:
5140 Use viper-last-command-char instead of
5141 last-command-char/last-command-event.
953e0c1a 5142
83505cfe
SM
5143 * ediff-init.el, ediff-mult.el, ediff-util.el:
5144 Replace last-command-char and last-command-event
5145 with (ediff-last-command-char) everywhere.
953e0c1a
GM
5146
5147 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5148 created in fundamental mode.
5149
5150 * ediff.el (ediff-version): Revert the change of interactive-p to
5151 called-interactively-p.
5152
9ee12eee
TH
51532009-11-22 Tassilo Horn <tassilo@member.fsf.org>
5154
5155 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5156 generation from word-movement command names.
5157
8b571bf3
JD
51582009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5159
5160 * cus-start.el (all): Add native condition for font-use-system-font.
5161
4121db47
AM
51622009-11-21 Nathaniel Flath <flat0103@gmail.com>
5163
83505cfe
SM
5164 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5165 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 5166
d71f5e0c
TH
51672009-11-21 Tassilo Horn <tassilo@member.fsf.org>
5168
5169 * progmodes/subword.el: Rename from lisp/subword.el.
5170
5171 * subword.el: Rename to progmodes/subword.el.
5172
5173 * Makefile.in (ELCFILES): Adapt to subword.el move.
5174
fc9d6ad6
SM
51752009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5176 Stefan Monnier <monnier@iro.umontreal.ca>
5177
5178 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5179 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5180 (bookmark-bmenu-show-filenames): Use push.
5181 (bookmark-bmenu-hide-filenames): Use local var instead of
5182 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
5183 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5184 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5185 filenames now that the bookmark names are always available.
5186
26d9285f
SM
51872009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5188
5189 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5190 (bookmark-search-pattern): Move and leave unbound.
5191 (bookmark-bmenu-mode-map): Change binding.
5192 (bookmark-read-search-input): Simplify.
5193 Don't use text-char-description. Don't error on non-char events.
5194 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5195 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5196 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5197 Use a local var for the timer.
5198 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5199 (i.e. bookmark-bmenu-search).
5200
d73a0317
GM
52012009-11-21 Glenn Morris <rgm@gnu.org>
5202
5203 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
5204
e572025f
CY
52052009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
5206
26d9285f
SM
5207 * net/browse-url.el (browse-url-default-windows-browser):
5208 Use cygstart for cygwin.
e572025f 5209
6aeaa3dc
KF
52102009-11-20 Karl Fogel <karl.fogel@red-bean.com>
5211
e4070cdc 5212 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
5213 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5214 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 5215 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
5216 (bookmark-read-search-input): Adjust to fit within 80 columns.
5217
a9b76eec
TH
52182009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5219
5220 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5221 (c-backward-into-nomenclature): Adapt to subword renaming.
5222
5223 * subword.el (subword-forward, subword-backward, subword-mark)
5224 (subword-kill, subword-backward-kill, subword-transpose)
5225 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
5226 (subword-forward-internal, subword-backward-internal):
5227 Rename from forward-subword, backward-subword, mark-subword,
5228 kill-subword, backward-kill-subword, transpose-subwords,
5229 downcase-subword, upcase-subword, capitalize-subword,
5230 forward-subword-internal, backward-subword-internal.
a9b76eec 5231
1e7d4475
SM
52322009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5233
26d9285f
SM
5234 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5235 New options.
1e7d4475
SM
5236 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5237 New vars.
5238 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5239 (bookmark-bmenu-filter-alist-by-regexp)
5240 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5241 (bookmark-bmenu-search): New command.
5242 (bookmark-bmenu-mode-map): Bind it.
5243
653d1554
TH
52442009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5245
ab84bfa0
TH
5246 * progmodes/cc-cmds.el: declare-functioned forward-subword and
5247 backward-subword to quit the byte-compiler.
5248
1f35fda9
TH
5249 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5250
5251 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5252
653d1554 5253 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
5254 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5255 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
5256
5257 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5258 subword.el functions instead of cc-subword.el.
5259
1e7d4475
SM
5260 * progmodes/cc-subword.el: Rename to subword.el.
5261 * subword.el: Rename from progmodes/cc-subword.el.
5262 (subword-mode-map): Rename from c-subword-mode-map.
5263 (subword-mode): Rename from c-subword-mode.
653d1554 5264 (global-subword-mode): New global minor mode.
1e7d4475
SM
5265 (forward-subword): Rename from c-forward-subword.
5266 (backward-subword): Rename from c-backward-subword.
5267 (mark-subword): Rename from c-mark-subword.
5268 (kill-subword): Rename from c-kill-subword.
5269 (backward-kill-subword): Rename from c-backward-kill-subword.
5270 (transpose-subwords): Rename from c-tranpose-subword.
5271 (downcase-subword): Rename from c-downcase-subword.
5272 (capitalize-subword): Rename from c-capitalize-subword.
5273 (forward-subword-internal): Rename from c-forward-subword-internal.
5274 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 5275
9717f119
DN
52762009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5277
8de724f3
DN
5278 * vc.el (vc-deduce-fileset): Allow non-state changing operations
5279 from a dired buffer.
5280 (vc-dired-deduce-fileset): New function.
5281 (vc-root-diff, vc-print-root-log): Use it.
5282
9717f119
DN
5283 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5284 nil LIMIT argument to vc-print-log-internal.
5285
af4999b8
GM
52862009-11-20 Glenn Morris <rgm@gnu.org>
5287
5288 * Makefile.in (ELCFILES): Regenerate.
5289
b58edcb6
JB
52902009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
5291
02e1b488
SM
5292 * calc/calc.el (calc-set-mode-line):
5293 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
5294 (math-format-number): Rename `math-format-complement-signed' to
5295 `math-format-twos-complement'.
5296
02e1b488 5297 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
5298 math-format-complement-signed.
5299 (calc-radix): Rename `calc-complement-signed-mode' to
5300 `calc-twos-complement-mode'.
02e1b488
SM
5301 (calc-octal-radix, calc-hex-radix): Add an argument for
5302 two's complement.
b58edcb6 5303
02e1b488
SM
5304 * calc/calc-embed.el (calc-embedded-mode-vars):
5305 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 5306
02e1b488
SM
5307 * calc/calc-ext.el (calc-init-extensions):
5308 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
5309 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5310
02e1b488
SM
5311 * calc/calc-units.el (math-build-units-table-buffer):
5312 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
5313
5314 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5315 entries.
5316
5317 * calc/calc-vec.el (calcFunc-vunpack):
5318 * calc/calc-aent.el (calc-do-calc-eval):
5319 * calc/calc-forms.el (math-format-date):
5320 * calc/calc-graph.el (calc-graph-plot):
5321 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
5322 * calc/calccomp.el (math-compose-expr):
5323 Let `calc-twos-complement-mode' be nil.
5324
53252009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5326
5327 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5328 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
5329 * minibuffer.el (completion-in-region-functions): New hook.
5330 (completion-in-region): New function.
5331 * emacs-lisp/lisp.el (lisp-complete-symbol):
5332 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 5333
e3353a78
SM
53342009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5335
eff77808
SM
5336 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5337 (latex-complete-alist): New vars.
5338 (latex-string-prefix-p, latex-complete-bibtex-keys)
5339 (latex-complete-envnames, latex-complete-refkeys)
5340 (latex-complete-data): New functions.
5341 (latex-complete, latex-indent-or-complete): New commands.
5342
d2c9fc42
SM
5343 * window.el (display-buffer-mark-dedicated): New var.
5344 (display-buffer): Obey it.
5345 * minibuffer.el (minibuffer-completion-help): Use it.
5346
31a1c477
SM
5347 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5348
bed4c972
SM
5349 * filecache.el (file-cache-add-file): Use push and cons.
5350 (file-cache-delete-file-regexp): Use push.
5351 (file-cache-complete): Use completion-in-region.
5352
8c22699f
SM
5353 * simple.el (with-wrapper-hook): Fix thinko.
5354
e3353a78
SM
5355 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5356 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5357 Use with-current-buffer and string-to-number.
5358 (hfy-fallback-colour-values): Use assoc-string.
5359 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5360 (hfy-face-at): Remove unused var `found-face'.
5361 (hfy-compile-stylesheet): Remove unused var `css'.
5362 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5363 and `orig-buffer'.
5364 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5365 Use with-current-buffer.
5366 (hfy-text-p): Use expand-file-name and fewer setq.
5367
acca02b0
SM
53682009-11-19 Vivek Dasmohapatra <vivek@etla.org>
5369
5370 * htmlfontify.el, hfy-cmap.el: New files.
5371
042b7cc6
JL
53722009-11-19 Juri Linkov <juri@jurta.org>
5373
5374 * minibuffer.el (completions-format): New defcustom.
5375 (completion--insert-strings): Implement vertical format.
5376
5377 * simple.el (switch-to-completions): Move point to the first
5378 completion when point was at the beginning of the buffer.
5379
da205913
JL
53802009-11-19 Juri Linkov <juri@jurta.org>
5381
5382 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
5383
5384 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5385
0b8ee421
CY
53862009-11-19 Chong Yidong <cyd@stupidchicken.com>
5387
5388 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5389 (mail-signature): Change default to t.
5390 (mail-from-style): Deprecate `system-default' value.
5391 (mail-insert-from-field): For default value of mail-from-style,
5392 default to `angles' unless `angles' needs quoting and `parens'
5393 does not.
5394 (mail-citation-prefix-regexp): Use citation regexp from
5395 message-mode.
5396
4265deab
MA
53972009-11-19 Michael Albinus <michael.albinus@gmx.de>
5398
acca02b0
SM
5399 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5400 Set variables for computing the prompt for reading password.
4265deab 5401
27cacd2d
GM
54022009-11-19 Glenn Morris <rgm@gnu.org>
5403
470bce7d
GM
5404 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
5405
7e705a1d
GM
5406 * textmodes/flyspell.el (sgml-lexical-context): Declare.
5407
27cacd2d
GM
5408 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5409 (newsticker-treeview-listwindow-height): Fix custom type.
5410
b2f0be0f
KH
54112009-11-19 Kenichi Handa <handa@m17n.org>
5412
5413 * descr-text.el (describe-char-padded-string): Compose with TAB
5414 only if there's a font for CH.
02e1b488 5415 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 5416
03446045 54172009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
5418
5419 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 5420 more accurate version of the regexp. (Bug#3910)
b96337b0 5421
03446045 54222009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
5423
5424 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5425
e0620570
JB
54262009-11-18 Juanma Barranquero <lekktu@gmail.com>
5427
5428 * font-setting.el (font-use-system-font): Declare for byte-compiler.
5429 (font-setting-change-default-font): Fix typo in docstring.
5430
6cc6582e
AM
54312009-11-18 Alan Mackenzie <acm@muc.de>
5432
5433 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5434
dfb3c4c6
JD
54352009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5436
02e1b488 5437 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
5438
5439 * cus-start.el (all): ... to here.
5440
e268e987
MA
54412009-11-17 Michael Albinus <michael.albinus@gmx.de>
5442
5443 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5444 Don't set `ad-return-value' if `ad-do-it' doesn't.
5445
303ffde8
MA
5446 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5447 modification time.
5448
637fa988
JD
54492009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5450
5451 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 5452 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
5453
5454 * loadup.el: If feature system-font-setting or font-render-setting is
5455 there, load font-setting.
5456
02e1b488 5457 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
5458 * font-setting.el: New file.
5459
1d16a255
GM
54602009-11-17 Glenn Morris <rgm@gnu.org>
5461
5462 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5463
2d84f804
GM
5464 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5465 Preserve point in the list buffer. (Bug#4939)
5466 Use point-at-eol.
5467 (newsticker--treeview-list-update-highlight)
5468 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5469
14467b99
JB
54702009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5471
5472 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5473 Remove.
5474
5475 * calc/calc-ext.el (calc-init-extensions): Remove references to
5476 symclip.
5477
5478 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5479
5480 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 5481 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
5482 `calc-symclip'.
5483
e3c39c01
KR
54842009-11-16 Kevin Ryde <user42@zip.com.au>
5485
02e1b488 5486 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 5487 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 5488
497de631
KR
5489 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5490 (lm-keywords-list): Allow comma-only separator like "foo,bar".
5491 Ignore trailing spaces by omit-nulls to split-string (fixing
5492 regression from Emacs 21 due to the incompatible split-string
14467b99 5493 change). (Bug #4928.)
497de631 5494
48b27575
DN
54952009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
5496
5237d741 5497 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
5498 (vc-print-log-internal): Insert buttons to request more entries
5499 when limiting the output.
5500
5501 * vc-sccs.el (vc-sccs-print-log):
5502 * vc-rcs.el (vc-rcs-print-log):
5503 * vc-cvs.el (vc-cvs-print-log):
5504 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5505 LIMIT is non-nil.
5506
d3e97185
MA
55072009-11-16 Michael Albinus <michael.albinus@gmx.de>
5508
5509 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5510 error when `tramp-gvfs-dbus-event-vector' is set.
5511 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5512
68d87786
SM
55132009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5514
5515 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5516
c0a39702
MA
55172009-11-16 Michael Albinus <michael.albinus@gmx.de>
5518
5519 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 5520 (dbus-register-property): Register the handlers of
c0a39702
MA
5521 "org.freedesktop.DBus.Properties" for SERVICE.
5522 (dbus-property-handler): Fix docstring.
5523
1e857121
YM
55242009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5525
5526 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5527 Quote doc string reference in defvaralias as it is not in special form.
5528 (byte-compile-output-docform): Doc fix.
5529
887484c1
JB
55302009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5531
5532 * calc/calc.el (math-2-word-size, math-half-2-word-size)
5533 (calc-complement-signed-mode): New variables.
5534 (calc-set-mode-line): Add indicator for twos-complements.
5535 (math-format-number): Format twos-complement notation.
5536
5537 * calc/calc-bin.el (calc-word-size): Reset the variables
5538 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
5539 (math-format-complement-signed, math-symclip, calcFunc-symclip)
5540 (calc-symclip): New functions.
887484c1
JB
5541
5542 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5543
68d87786
SM
5544 * calc/calc-embed.el (calc-embedded-mode-vars):
5545 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
5546
5547 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 5548 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
5549
5550 * calc/calc-ext.el (math-read-number-fancy): Read complement
5551 signed numbers.
68d87786
SM
5552 (calc-init-extensions): Add binding for `calc-symclip'.
5553 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
5554
5555 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5556 `calc-symclip'.
68d87786 5557 (calc-modes-menu): Add item for twos complement mode.
887484c1 5558
5237d741 5559 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 5560
4cf1d7e3
CY
55612009-11-15 Chong Yidong <cyd@stupidchicken.com>
5562
5563 * register.el (jump-to-register, insert-register): Handle Semantic
5564 tags. From commented-out advice in semantic/senator.el.
5565
f8e65267
DN
55662009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5567
6616006b
DN
5568 * vc.el (vc-log-show-limit): New variable.
5569 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
5570 when using a prefix argument.
5571 (vc-print-log-internal): Add new argument LIMIT.
5572
5573 * vc-svn.el (vc-svn-print-log):
5574 * vc-mtn.el (vc-mtn-print-log):
5575 * vc-hg.el (vc-hg-print-log):
5576 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 5577 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
5578 non-optional.
5579
5580 * vc-sccs.el (vc-sccs-print-log):
5581 * vc-rcs.el (vc-rcs-print-log):
5582 * vc-git.el (vc-git-print-log):
5583 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5584 ignore it. Make the BUFFER argument non-optional
5585
f8e65267
DN
5586 * bindings.el (mode-line-buffer-identification): Do not purecopy.
5587
0566c4bc
CY
55882009-11-15 Chong Yidong <cyd@stupidchicken.com>
5589
7cce3c91
CY
5590 * dired.el (dired-mode-map): Move encryption items to "Operate"
5591 menu (Bug#4703).
5592
d7063de9
CY
5593 * strokes.el (strokes-update-window-configuration): Make strokes
5594 buffer current before erasing (Bug#4906).
5595
0fc10137
JL
55962009-11-15 Juri Linkov <juri@jurta.org>
5597
5598 * simple.el (set-mark-default-inactive): Add :type, :group
5599 and :version. (Bug#4876)
5600
f5fce4ec
MA
56012009-11-15 Michael Albinus <michael.albinus@gmx.de>
5602
5603 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5604 (archive-unique-fname): ... here. (Bug#4929)
5605
8d720a00
SM
56062009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5607
589888fe
SM
5608 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5609 with a real fix.
5610
8d720a00
SM
5611 * novice.el (disabled-command-function): Add useful args.
5612 Setup the help buffer so that [back] works.
5613 Remove redundant call to help-mode.
5614 (disabled-command-function): Use `case'.
5615 (en/disable-command): New function extracted from enable-command.
5616 (enable-command, disable-command): Use it.
5617
a61344d6
GM
56182009-11-14 Glenn Morris <rgm@gnu.org>
5619
497f0cdd
GM
5620 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5621 constants. (Bug#4913)
5622
a61344d6
GM
5623 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5624
d501801e
GM
56252009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5626
5627 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5628 defined in C that have no doc-strings. (Bug#1063)
5629
5af27ac2
GM
56302009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
5631
5632 * cus-edit.el (data, files):
5633 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
5634
aec5395b
CY
56352009-11-14 Chong Yidong <cyd@stupidchicken.com>
5636
e7791447
CY
5637 * simple.el (shell-command): Doc fix (Bug#4891).
5638
aec5395b
CY
5639 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5640
7a41cd7f
GM
56412009-11-14 Glenn Morris <rgm@gnu.org>
5642
c3583c94
GM
5643 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5644 statements for vc-diff, emerge-quit, and rmail-cease-edit.
5645 If they are already loaded, eval-after-load will do the right thing.
5646
73900d1f
GM
5647 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5648 compiling.
5649
0028351d
GM
5650 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5651
f6714ede
GM
5652 * simple.el (x-selection-owner-p): Declare.
5653 (read-mail-command): Use custom radio type rather than choice.
5654 (completion-no-auto-exit): Doc fix.
5655
7a41cd7f 5656 * custom.el (defgroup):
5af27ac2 5657 * epg-config.el (epg): Doc fixes.
7a41cd7f 5658
2d0659ec
DN
56592009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
5660
5661 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5662 * international/ccl.el (define-ccl-program): Do not purecopy the
5663 docstring, defconst does it anyway.
5664
7fdbcd83
SM
56652009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5666
d499c5b9
SM
5667 * add-log.el (add-change-log-entry): Avoid displaying the changelog
5668 a second time.
5669
7fdbcd83
SM
5670 * x-dnd.el (x-dnd-maybe-call-test-function):
5671 * window.el (split-window-vertically):
5672 * whitespace.el (whitespace-help-on):
5673 * vc-rcs.el (vc-rcs-consult-headers):
5674 * userlock.el (ask-user-about-lock-help)
5675 (ask-user-about-supersession-help):
5676 * type-break.el (type-break-force-mode-line-update):
5677 * time-stamp.el (time-stamp-conv-warn):
5678 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 5679 (te-sentinel, terminal-emulator):
7fdbcd83
SM
5680 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5681 (term-write-input-ring, term-check-source, term-start-output-log):
5682 (term-display-buffer-line, term-dynamic-list-completions):
5683 (term-ansi-make-term, serial-term):
5684 * subr.el (selective-display):
5685 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5686 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5687 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5688 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5689 (speedbar-remove-localized-speedbar-support)
5690 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5691 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5692 (speedbar-buffers-line-directory):
5693 * simple.el (shell-command-on-region, append-to-buffer)
5694 (prepend-to-buffer):
5695 * shadowfile.el (shadow-save-todo-file):
5696 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5697 (scroll-bar-maybe-set-window-start):
5698 * sb-image.el (speedbar-image-dump):
5699 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5700 (load-save-place-alist-from-file):
5701 * ps-samp.el (ps-print-message-from-summary):
5702 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5703 (ps-background-image, ps-begin-job, ps-do-despool):
5704 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5705 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5706 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5707 (pr-call-process, pr-file-list, pr-interface-save):
5708 * novice.el (disabled-command-function)
5709 (enable-command, disable-command):
5710 * mouse.el (mouse-buffer-menu-alist):
5711 * mouse-copy.el (mouse-kill-preserving-secondary):
5712 * macros.el (kbd-macro-query):
5713 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5714 * informat.el (batch-info-validate):
5715 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5716 * hippie-exp.el (try-expand-dabbrev-visible):
5717 * help-mode.el (help-make-xrefs):
5718 * help-fns.el (describe-variable):
5719 * generic-x.el (bat-generic-mode-run-as-comint):
5720 * finder.el (finder-mouse-select):
5721 * find-dired.el (find-dired-sentinel):
5722 * filesets.el (filesets-file-close):
5723 * files.el (list-directory):
5724 * faces.el (list-faces-display, describe-face):
5725 * facemenu.el (list-colors-display):
5726 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5727 * epg.el (epg--process-filter, epg-cancel):
5728 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5729 (epa--read-signature-type):
5730 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5731 (emerge-file-names):
5732 * ehelp.el (electric-helpify):
5733 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5734 * ediff-vers.el (rcs-ediff-view-revision):
5735 * ediff-util.el (ediff-setup):
5736 * ediff-mult.el (ediff-append-custom-diff):
5737 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5738 (ediff-wordify):
5739 * echistory.el (Electric-command-history-redo-expression):
5740 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5741 * disp-table.el (describe-display-table):
5742 * dired.el (dired-find-buffer-nocreate):
5743 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5744 * dabbrev.el (dabbrev--same-major-mode-p):
5745 * chistory.el (list-command-history):
5746 * apropos.el (apropos-documentation):
5747 * allout.el (allout-obtain-passphrase):
5748 (allout-copy-exposed-to-buffer):
5749 (allout-verify-passphrase): Use with-current-buffer.
5750
2ccbc060
GM
57512009-11-13 Glenn Morris <rgm@gnu.org>
5752
5753 * Makefile.in (ELCFILES): Regenerate.
5754
b172ed20
MA
57552009-11-13 Michael Albinus <michael.albinus@gmx.de>
5756
7fdbcd83
SM
5757 * net/dbus.el (dbus-registered-objects-table): Rename from
5758 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
5759 (dbus-unregister-object): Unregister also properties.
5760 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
5761 Use a timeout of 500 msec, in order to not block.
5762 (dbus-register-property, dbus-property-handler): New defuns.
5763
e96d62cd
SM
57642009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5765
5766 * simple.el (minibuffer-default-add-completions): Drop deprecated
5767 4th arg.
5768
14bd267d
EZ
57692009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
5770
e96d62cd
SM
5771 * textmodes/artist.el (artist-mouse-choose-operation):
5772 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 5773 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
5774 (artist-compute-up-event-key): New function.
5775 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
5776
bf89fd7b
KH
57772009-11-13 Kenichi Handa <handa@m17n.org>
5778
5779 * language/japan-util.el: Make sure that the value of jisx0208
5780 property is jisx0208 character.
5781
f70b8925
DN
57822009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
5783
5784 * international/mule.el (auto-coding-regexp-alist): Only purecopy
5785 car or each item, not the whole list.
5786
4d93a9e0
SM
57872009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5788
5789 * minibuffer.el (minibuffer-completion-help):
5790 Use minibuffer-hide-completions.
5791
05404988
SM
57922009-11-12 Per Starbäck <per@starback.se> (tiny change)
5793
5794 * dired.el (dired-save-positions, dired-restore-positions): New funs.
5795 (dired-revert): Use them (bug#4880).
5796
5297bc10
DN
57972009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5798
5799 * tooltip.el (tooltip-frame-parameters): Undo previous change.
5800
e2685eb7
JL
58012009-11-12 Juri Linkov <juri@jurta.org>
5802
5803 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
5804 New functions.
5805 (find-file-literally-at-point): Alias of `ffap-literally'.
5806
76410c3e
DN
58072009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5808
6d341a2a
DN
5809 * textmodes/ispell.el (ispell-skip-region-alist):
5810 * textmodes/css-mode.el (auto-mode-alist):
5811 * progmodes/compile.el (auto-mode-alist):
5812 * international/mule.el (ctext-non-standard-encodings-alist)
5813 (ctext-non-standard-encodings-regexp):
5814 * simple.el (shell-command-switch, text-read-only):
5815 * replace.el (occur-mode-map):
5816 * paths.el (rmail-file-name):
5817 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
5818 * find-file.el (ff-special-constructs):
5819 * files.el (file-name-handler-alist):
5820 * composite.el: Purecopy strings.
5821
76410c3e
DN
5822 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
5823
aaa448c9
DN
58242009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5825
5826 * widget.el (define-widget): Purecopy the docstring.
5827 * international/mule-cmds.el (charset): Do not purecopy the
5828 docstring here, define-widget does it.
5829
5830 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5831 * textmodes/bibtex-style.el (auto-mode-alist):
5832 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5833 * progmodes/compile.el (compile-command):
5834 * language/korea-util.el (default-korean-keyboard):
5835 * international/mule-conf.el (file-coding-system-alist):
5836 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
5837 * tooltip.el (tooltip-frame-parameters):
5838 * newcomment.el (comment-end, comment-padding):
5839 * dired.el (dired-trivial-filenames):
5840 * comint.el (comint-file-name-prefix): Purecopy initial values.
5841
bbe650fd
MA
58422009-11-11 Michael Albinus <michael.albinus@gmx.de>
5843
5844 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
5845 (tramp-advice-minibuffer-electric-tilde): Unload advices via
5846 `tramp-unload'.
5847 (tramp-advice-make-auto-save-file-name)
5848 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
5849 after removing the advice.
5850
6bdad9ae
DN
58512009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5852
2f7f4bee
DN
5853 * progmodes/grep.el (grep-regexp-alist):
5854 * international/mule-cmds.el (iso-2022-control-alist):
5855 * emacs-lisp/timer.el (timer-duration-words):
5856 * subr.el (version-separator, version-regexp-alist):
5857 * minibuffer.el (completion-styles-alist):
5858 * faces.el (face-attribute-name-alist, list-faces-sample-text):
5859 Change defvars to defconsts.
5860
a042de45
DN
5861 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
5862 * loadup.el ("international/mule-conf"): Load the byte compiled version.
5863 * international/mule-conf.el: Allow to be byte compiled.
5864
3b6acc72
DN
5865 * international/mule.el (define-charset): Purecopy props.
5866 (load-with-code-conversion): Purecopy doc string and file name.
5867 (put-charset-property): Purecopy strings.
5868 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
5869
1c2efdfb 5870 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
5871 (define-char-code-property): Correctly purecopy the table.
5872
62591911
DN
5873 * international/ccl.el (define-ccl-program): Purecopy the docstring.
5874
8b908da6
DN
5875 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
5876
ff917d63
DN
5877 * subr.el (add-hook): Purecopy strings.
5878 (eval-after-load): Purecopy load-history-regexp and the form.
5879
af89cf77
DN
5880 * custom.el (custom-declare-group): Purecopy load-file-name.
5881
a3c20c83 5882 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
5883 * net/eudc.el (eudc-tools-menu):
5884 * international/mule-cmds.el (set-coding-system-map)
5885 (mule-menu-keymap):
5886 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5887 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
5888 * replace.el (occur-mode-map):
5889 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 5890 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
5891 (menu-bar-custom-menu, menu-bar-showhide-menu)
5892 (menu-bar-options-menu, menu-bar-tools-menu)
5893 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
5894 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
5895 (menu-bar-help-menu):
5896 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
5897 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
5898
6bdad9ae
DN
5899 * term/x-win.el (x-gtk-stock-map):
5900 * progmodes/vera-mode.el (auto-mode-alist):
5901 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5902 (inferior-lisp-program, inferior-lisp-load-command):
5903 * progmodes/hideshow.el (hs-special-modes-alist):
5904 * progmodes/gud.el (same-window-regexps):
5905 * progmodes/grep.el (grep-program, find-program, xargs-program):
5906 * net/telnet.el (same-window-regexps):
5907 * net/rlogin.el (same-window-regexps):
5908 * language/ethiopic.el (font-ccl-encoder-alist):
5909 * vc-sccs.el (vc-sccs-master-templates):
5910 * vc-rcs.el (vc-rcs-master-templates):
5911 * subr.el (cl-assertion-failed):
5912 * simple.el (next-error-overlay-arrow-position):
5913 * lpr.el (lpr-command):
5914 * locate.el (locate-ls-subdir-switches):
5915 * info.el (same-window-regexps, info)
5916 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5917 * image-mode.el (image-mode, auto-mode-alist):
5918 * hippie-exp.el (hippie-expand-ignore-buffers):
5919 * format.el (format-alist):
5920 * find-dired.el (find-ls-subdir-switches, find-grep-options)
5921 (find-name-arg):
5922 * facemenu.el (facemenu-keybindings):
5923 * dired.el (dired-listing-switches, dired-chown-program):
5924 * diff.el (diff-switches, diff-command):
5925 * cus-edit.el (same-window-regexps):
5926 * bindings.el (mode-line-mule-info)
5927 (mode-line-buffer-identification): Purecopy strings.
5928
e0987650
JL
59292009-11-11 Juri Linkov <juri@jurta.org>
5930
3570691b 5931 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
5932 Tell the byte-compiler about dired-get-filename.
5933 (shell-command): In Dired mode, get filename from the current line
5934 as the default value.
5935
b16ff465
GM
59362009-11-10 Glenn Morris <rgm@gnu.org>
5937
e8a11b22
GM
5938 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5939 * calendar/holidays.el, progmodes/cperl-mode.el:
5940 Update x-popup-menu declarations.
5941
b16ff465
GM
5942 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5943 (list-load-path-shadows): Use dolist.
5944 (list-load-path-shadows): Use with-current-buffer.
5945
032c3399
JL
59462009-11-10 Juri Linkov <juri@jurta.org>
5947
5948 * minibuffer.el (read-file-name): Support a list of default values
5949 in `default-filename'. Use the first file name where only one
5950 element is required. Doc fix.
5951
8fb1629f
MA
59522009-11-09 Michael Albinus <michael.albinus@gmx.de>
5953
5954 * net/dbus.el (dbus-unregister-object): Release service, if no
5955 other method is registered for it.
5956
a51203ee 59572009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
5958
5959 * bookmark.el (bookmark-completing-read): Sort bookmark names if
5960 bookmark-sort-flag is non-nil (Bug#4653).
5961
9bf7dc8a
CY
59622009-11-08 Chong Yidong <cyd@stupidchicken.com>
5963
15207e74
CY
5964 * emulation/cua-base.el: Add CUA property to some CC mode commands
5965 (Bug#4100).
5966
8bf7ed70
KR
59672009-11-08 Kevin Ryde <user42@zip.com.au>
5968
5969 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 5970 at end of sentence (Bug#4818).
8bf7ed70 5971
951802d0
CY
59722009-11-08 Jared Finder <jfinder@crypticstudios.com>
5973
5974 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5975 Handle "see declaration of" MSFT statements (Bug#4100).
5976
e8244310
MA
59772009-11-08 Michael Albinus <michael.albinus@gmx.de>
5978
5979 * net/tramp.el (tramp-advice-make-auto-save-file-name)
5980 (tramp-advice-file-expand-wildcards): Unload via
5981 `ad-remove-advice'.
5982
5983 * net/trampver.el: Update release number.
5984
a51203ee 59852009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
5986
5987 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5988 `ad-do-it'.
5989
a51203ee 59902009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
5991
5992 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5993 in order to keep context in SELinux.
5994
bedd8a58
CY
59952009-11-08 Chong Yidong <cyd@stupidchicken.com>
5996
5997 * dired-aux.el (dired-query): Place cursor in echo area and allow
5998 C-g.
5999
6000 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6001 menu item if not on a directory (Bug#4701).
6002
0484d600
MA
60032009-11-07 Michael Albinus <michael.albinus@gmx.de>
6004
6005 Sync with Tramp 2.1.17.
6006
6007 * net/tramp.el (tramp-handle-copy-directory): Don't use
6008 `file-remote-p' (due to compatibility).
6009
6010 * net/tramp-compat.el (tramp-compat-copy-directory)
6011 (tramp-compat-delete-directory): New defuns.
6012
6013 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
33aeea0e
SM
6014 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6015 Use `tramp-compat-delete-directory'.
0484d600
MA
6016
6017 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
33aeea0e
SM
6018 (tramp-smb-handle-delete-directory):
6019 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
6020
6021 * net/trampver.el: Update release number.
6022
b42b2189
CY
60232009-11-07 Chong Yidong <cyd@stupidchicken.com>
6024
6960d7b9
CY
6025 * tar-mode.el (tar-copy): Call write-region on the right buffer
6026 (Bug#4857).
6027
b42b2189
CY
6028 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6029 by hand, if necessary (Bug#4878).
6030
0ad57dfd
CY
60312009-11-06 Chong Yidong <cyd@stupidchicken.com>
6032
d19e23ae
CY
6033 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6034 align size column (Bug#4839).
6035
0ad57dfd
CY
6036 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6037 statement.
6038
0b7f397c
DN
60392009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6040
6041 * progmodes/ld-script.el (auto-mode-alist):
6042 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6043
6044 * cus-face.el (custom-declare-face): Purecopy face spec.
6045
495bd5ca
KH
60462009-11-06 Kenichi Handa <handa@m17n.org>
6047
6048 * international/uni-bidi.el: Re-generated.
6049 * international/uni-category.el: Re-generated.
6050 * international/uni-combining.el: Re-generated.
6051 * international/uni-mirrored.el: Re-generated.
6052
1e8780b1
DN
60532009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6054
6055 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6056 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6057 (tex-start-options, slitex-run-command, latex-run-command)
6058 (tex-run-command, tex-directory):
6059 * textmodes/ispell.el (ispell-html-skip-alists)
6060 (ispell-tex-skip-alists, ispell-tex-skip-alists):
6061 * textmodes/fill.el (adaptive-fill-first-line-regexp):
6062 (adaptive-fill-regexp):
6063 * textmodes/dns-mode.el (auto-mode-alist):
6064 * progmodes/python.el (interpreter-mode-alist):
6065 * progmodes/etags.el (tags-compression-info-list):
6066 * progmodes/etags.el (tags-file-name):
6067 * net/browse-url.el (browse-url-galeon-program)
6068 (browse-url-firefox-program):
6069 * mail/sendmail.el (mail-signature-file)
6070 (mail-citation-prefix-regexp):
6071 * international/mule-conf.el (eight-bit):
6072 * international/latexenc.el (latex-inputenc-coding-alist):
6073 * international/fontset.el (x-pixel-size-width-font-regexp):
6074 * emacs-lisp/warnings.el (warning-type-format):
6075 * emacs-lisp/trace.el (trace-buffer):
6076 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6077 (emacs-lisp-mode-map):
6078 * calendar/holidays.el (holiday-solar-holidays)
6079 (holiday-bahai-holidays, holiday-islamic-holidays)
6080 (holiday-christian-holidays, holiday-hebrew-holidays)
6081 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6082 (hebrew-holidays-1, holiday-oriental-holidays)
6083 (holiday-general-holidays):
6084 * x-dnd.el (x-dnd-known-types):
6085 * tool-bar.el (tool-bar):
6086 * startup.el (site-run-file):
6087 * shell.el (shell-dumb-shell-regexp):
6088 * rfn-eshadow.el (file-name-shadow-tty-properties)
6089 (file-name-shadow-properties):
6090 * paths.el (remote-shell-program, news-directory):
6091 * mouse.el ([C-down-mouse-3]):
6092 * menu-bar.el (menu-bar-tools-menu):
6093 * jka-cmpr-hook.el (jka-compr-load-suffixes)
6094 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6095 (jka-compr-compression-info-list):
6096 * isearch.el (search-whitespace-regexp):
6097 * image-file.el (image-file-name-extensions):
6098 * find-dired.el (find-ls-option):
6099 * files.el (directory-listing-before-filename-regexp)
6100 (directory-free-space-args, insert-directory-program)
6101 (list-directory-brief-switches, magic-fallback-mode-alist)
6102 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6103 (automount-dir-prefix):
6104 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6105 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6106 (face-font-registry-alternatives, face-font-registry-alternatives)
6107 (face-font-family-alternatives):
6108 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6109 (facemenu-foreground-menu, facemenu-face-menu):
6110 * epa-hook.el (epa-file-name-regexp):
6111 * dnd.el (dnd-protocol-alist):
6112 * textmodes/rst.el (auto-mode-alist):
a51203ee 6113 * button.el (default-button): Purecopy strings.
1e8780b1 6114
0adae11f
GM
61152009-11-06 Glenn Morris <rgm@gnu.org>
6116
6117 * Makefile.in (ELCFILES): Update.
6118
2adaf057
SM
61192009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6120
8f72f03c
SM
6121 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6122 * emacs-lisp/levents.el: Move to obsolete/levents.el.
6123
2adaf057
SM
6124 * nxml/xsd-regexp.el (xsdre-gen-categories):
6125 * nxml/xmltok.el (xmltok-parse-entity):
6126 * nxml/rng-parse.el (rng-parse-validate-file):
6127 * nxml/rng-maint.el (rng-format-manual)
6128 (rng-manual-output-force-new-line):
6129 * nxml/rng-loc.el (rng-save-schema-location-1):
6130 * nxml/rng-cmpct.el (rng-c-parse-file):
6131 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6132 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6133
14862301
SM
61342009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
6135
bf0b361c 6136 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
6137 Remove extra save-excursions and make-variable-buffer-local's.
6138 Suggested by Stefan Monnier.
6139
6140 (verilog-getopt-file, verilog-module-inside-filename-p)
6141 (verilog-set-define): Merge GNU 1.35 and repair changes from
6142 switching to using with-current-buffer.
6143
6144 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6145 being treated as a number and confusing AUTORESET.
6146 Reported by Dan Dever.
6147
6148 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6149 Add verilog-auto-ignore-concat to fix backward compatibility with
6150 older verilog-modes. Reported by Dan Katz.
6151
6152 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6153 containing closing anchors "...$".
6154
6155 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6156 Reported by Wade Smith.
6157
48c2d18a 6158 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
6159
61602009-11-05 Michael McNamara <mac@mail.brushroad.com>
6161
bf0b361c
JB
6162 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6163 for labels.
14862301
SM
6164
6165 (verilog-label-re, verilog-calc-1): Support proper indent of named
6166 asserts.
6167
6168 (verilog-backward-token, verilog-basic-complete-re)
6169 (verilog-beg-of-statement, verilog-indent-re): Support proper
6170 indent of the assert statement at the beginning of a block of text.
6171
6172 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6173 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6174 tokens as begins.
6175
4f8f657f
GM
61762009-11-05 Glenn Morris <rgm@gnu.org>
6177
775adc51
GM
6178 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6179 Emacs 19. (Bug#1531)
6180 (byte-compile-fix-header): Update for the above change.
6181 Drop test for epoch::version.
6182
4ad6a5e7 6183 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
6184 * cus-dep.el (custom-make-dependencies):
6185 * finder.el (finder-compile-keywords):
6186 Use autoload-rubric's feature argument.
4ad6a5e7 6187
4f8f657f
GM
6188 * calendar/diary-lib.el (top-level): Make load behave more like require.
6189
881e4184
GM
6190 * vc-git.el (vc-git-stash-map): Move definition before use.
6191
ba214964 61922009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 6193
b6f8ba09
DN
6194 * custom.el (custom-declare-group): Purecopy standard-value.
6195 (custom-declare-group): Purecopy custom-prefix.
6196
7fdbcd83
SM
6197 * international/mule.el (load-with-code-conversion):
6198 Call do-after-load-evaluation unconditionally.
eb6f577b 6199
f6195dfb
DN
6200 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6201
56f14120
SM
62022009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6203
6204 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6205
e5c89ce9
GM
62062009-11-04 Glenn Morris <rgm@gnu.org>
6207
6208 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6209 (byte-compile-compatibility): Remove option.
6210 (byte-compile-close-variables, byte-compile-fix-header)
6211 (byte-compile-insert-header, byte-compile-output-docform)
6212 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6213 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6214 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6215 (byte-compile-insert, byte-compile-defun):
6216 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
6217 (byte-defop-compiler19): Remove.
6218 Without byte-compile-compatibility, the 'emacs19-opcode property is not
6219 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 6220
e24f42ab
JL
62212009-11-04 Juri Linkov <juri@jurta.org>
6222
6223 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6224 (menu-bar-options-menu): Don't quote the `prop' arg of
6225 `menu-bar-make-mm-toggle'.
6226
d3d5f4f5
JB
62272009-11-04 Juanma Barranquero <lekktu@gmail.com>
6228
6229 * calendar/calendar.el (cal-loaddefs):
6230 * calendar/diary-lib.el (diary-loaddefs):
6231 * calendar/holidays.el (hol-loaddefs):
6232 * eshell/esh-module.el (esh-groups): Load rather than require.
6233
6e39d3b2
SM
62342009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6235
e96d62cd
SM
6236 * calendar/todo-mode.el (todo-add-category): Don't hardcode
6237 point-min==1.
7e83e8b4
SM
6238 (todo-top-priorities): Only display-buffer when called interactively.
6239 (todo-item-start): Don't save excursion point.
6240 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
6241 (todo-insert-item-here, todo-file-item, todo-remove-item):
6242 Adjust uses of todo-item-start and todo-item-end.
6243
fae4e5b9
SM
6244 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6245 (autoload-rubric): Don't use any more.
fae4e5b9 6246
6e39d3b2
SM
6247 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6248 and only put a prop if it is non-nil.
6249
c9753fb4
JL
62502009-11-03 Juri Linkov <juri@jurta.org>
6251
6252 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6253 (menu-bar-options-menu): Fix list quoting (Bug#4429).
6254
6255 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6256 and "Menu" to make top-level menu item visually one unit (like
6257 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6258 multi-word menu items). Fix :help string for quit-window.
6259
db04f33f
GM
62602009-11-03 Glenn Morris <rgm@gnu.org>
6261
2aea6521
GM
6262 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6263 (byte-compile-file-form-define-abbrev-table)
6264 (byte-compile-file-form-custom-declare-variable)
6265 (byte-compile-variable-ref, byte-compile-defvar):
6266 Whether or not a warning is enabled should only affect whether we issue
6267 the warning, not whether or not we collect the relevant data.
6268 Eg warnings can be turned on and off throughout the course of a file.
6269
db04f33f
GM
6270 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6271 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6272
937e6a56
SM
62732009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6274
6275 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6276 * play/mpuz.el (mpuz-create-buffer):
6277 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6278 (lm-print-y,s,noise, lm-print-w0, lm-init):
6279 * play/gomoku.el (gomoku-prompt-for-move):
6280 * play/fortune.el (fortune-in-buffer):
6281 * play/dissociate.el (dissociated-press):
6282 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 6283 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
6284 * mail/supercite.el (sc-eref-show):
6285 * mail/smtpmail.el (smtpmail-send-it):
6286 * mail/rmailsum.el (rmail-summary-next-labeled-message)
6287 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6288 (rmail-summary-undelete-many, rmail-summary-rmail-update)
6289 (rmail-summary-goto-msg, rmail-summary-expunge)
6290 (rmail-summary-get-new-mail, rmail-summary-search-backward)
6291 (rmail-summary-add-label, rmail-summary-output-menu)
6292 (rmail-summary-output-body):
6293 * mail/rfc822.el (rfc822-addresses):
6294 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6295 * mail/mailpost.el (post-mail-send-it):
6296 * mail/hashcash.el (hashcash-generate-payment):
6297 * mail/feedmail.el (feedmail-run-the-queue)
6298 (feedmail-queue-send-edit-prompt-help-first)
6299 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6300 (feedmail-deduce-address-list):
6301 * eshell/esh-ext.el (eshell-remote-command):
6302 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6303 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6304 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6305 (viper-save-string-in-file, viper-valid-marker):
6306 * emulation/viper-keym.el (viper-toggle-key):
6307 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6308 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6309 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6310 * emulation/viper-cmd.el (viper-exec-form-in-vi)
6311 (viper-exec-form-in-emacs, viper-brac-function):
6312 * emulation/viper.el (viper-delocalize-var):
6313 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6314 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6315 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6316 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6317 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6318 * emulation/edt.el (edt-electric-helpify):
6319 * emulation/cua-rect.el (cua--rectangle-aux-replace):
6320 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6321 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6322 (cua-indent-to-global-mark-column):
6323 * calendar/diary-lib.el (calendar-mark-1):
6324 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6325 Use with-current-buffer.
6326 * emulation/viper.el (viper-delocalize-var): Use dolist.
6327
5b955562
CY
63282009-11-03 Chong Yidong <cyd@stupidchicken.com>
6329
6330 * comint.el (comint-replace-by-expanded-history-before-point):
6331 Replace !! with the previous input string literally (Bug#1795).
6332
6292c599
JB
63332009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
6334
6335 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6336 to be made up of whitespace.
6337
8368c14e
CY
63382009-11-02 Chong Yidong <cyd@stupidchicken.com>
6339
6340 * minibuffer.el (read-file-name): Don't use file dialogs for
6341 remote directories (Bug#99).
6342
6f750f0d
CY
63432009-11-01 Chong Yidong <cyd@stupidchicken.com>
6344
6345 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6346
97ab3f47
AS
63472009-11-01 Andreas Schwab <schwab@linux-m68k.org>
6348
6349 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6350 instead of deleting the window or frame.
6351
673c1168
CY
63522009-10-31 Chong Yidong <cyd@stupidchicken.com>
6353
6354 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6355 Support face colors.
6356
937e6a56
SM
6357 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6358 New function. Support face colors (Bug#1168).
673c1168
CY
6359 (tex-common-initialization): Use it.
6360
6361 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6362 mode allows it (Bug#1168).
6363
c9349f0a
CY
63642009-10-31 Juri Linkov <juri@jurta.org>
6365
6366 * facemenu.el (list-colors-display): Don't mark buffer as
6367 modified (Bug#3948).
6368
ebf5c4f5
CY
63692009-10-31 Chong Yidong <cyd@stupidchicken.com>
6370
33aeea0e
SM
6371 * international/mule-diag.el (list-character-sets-1):
6372 Minor message fix (Bug#3526).
5c2dce75 6373
33aeea0e
SM
6374 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
6375 Fix face property (Bug#4834).
26581f0e
CY
6376 (etags-list-tags, etags-tags-apropos-additional)
6377 (etags-tags-apropos, tags-select-tags-table): Add follow-link
6378 property.
6379
ebf5c4f5
CY
6380 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6381 items.
6382
9a529312
SM
63832009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
6384
6385 * textmodes/two-column.el (2C-split):
6386 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6387 * textmodes/tex-mode.el (tex-set-buffer-directory):
6388 * textmodes/spell.el (spell-region, spell-string):
6389 * textmodes/reftex.el (reftex-erase-buffer):
6390 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6391 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6392 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6393 (reftex-select-item):
6394 * textmodes/reftex-ref.el (reftex-label-info-update)
6395 (reftex-offer-label-menu):
6396 * textmodes/reftex-index.el (reftex-index-change-entry)
6397 (reftex-index-phrases-info):
6398 * textmodes/reftex-global.el (reftex-create-tags-file)
6399 (reftex-save-all-document-buffers, reftex-ensure-write-access):
6400 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6401 (reftex-view-crossref-from-bibtex):
6402 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6403 (reftex-extract-bib-entries-from-thebibliography)
6404 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6405 * textmodes/refbib.el (r2b-capitalize-title):
6406 (r2b-convert-buffer, r2b-help):
6407 * textmodes/page-ext.el (pages-directory)
6408 (pages-directory-goto-with-mouse):
6409 * textmodes/bibtex.el (bibtex-validate-globally):
6410 * textmodes/bib-mode.el (bib-capitalize-title):
6411 * textmodes/artist.el (artist-clear-buffer, artist-system):
6412 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6413 (local-set-scheme-interaction-buffer, xscheme-process-filter)
6414 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6415 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6416 (xscheme-send-control-g-interrupt, xscheme-start-process)
6417 (xscheme-process-sentinel, xscheme-cd):
6418 * progmodes/verilog-mode.el (verilog-read-always-signals)
6419 (verilog-set-define, verilog-getopt-file)
6420 (verilog-module-inside-filename-p):
6421 * progmodes/sh-script.el:
6422 * progmodes/python.el (python-pdbtrack-get-source-buffer)
6423 (python-pdbtrack-grub-for-buffer, python-execute-file):
6424 * progmodes/octave-inf.el (inferior-octave):
6425 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6426 (idlwave-shell-compile-helper-routines, idlwave-set-local)
6427 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6428 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6429 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6430 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6431 (idlwave-shell-filter, idlwave-shell-examine-highlight)
6432 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6433 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6434 (idlwave-shell-examine-display, idlwave-shell-run-region)
6435 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6436 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6437 * progmodes/idlw-help.el (idlwave-help-get-special-help)
6438 (idlwave-help-get-help-buffer):
6439 * progmodes/gud.el (gud-basic-call, gud-find-class)
6440 (gud-tooltip-activate-mouse-motions-if-enabled):
6441 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6442 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6443 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6444 (ebrowse-tags-next-file):
6445 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6446 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6447 (ebnf-eps-finish-and-write):
6448 * progmodes/cpp.el (cpp-edit-save):
6449 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6450 * progmodes/cc-defs.el (c-emacs-features):
6451 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6452 (antlr-directory-dependencies):
6453 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6454 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6455 (ada-find-any-references, ada-make-filename-from-adaname)
6456 (ada-make-body-gnatstub):
6457 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 6458 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
6459 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6460 * net/rcirc.el (rcirc-debug):
6461 * net/newst-treeview.el (newsticker--treeview-list-add-item)
6462 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6463 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6464 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 6465 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
6466 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6467 (newsticker--treeview-list-clear-highlight)
6468 (newsticker--treeview-list-update-highlight)
6469 (newsticker--treeview-list-highlight-start)
6470 (newsticker--treeview-tree-update-highlight)
6471 (newsticker--treeview-get-selected-item)
6472 (newsticker-treeview-mark-list-items-old)
6473 (newsticker--treeview-set-current-node):
6474 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6475 * net/newst-backend.el (newsticker--get-news-by-funcall)
6476 (newsticker--get-news-by-wget, newsticker--image-get)
6477 (newsticker--image-sentinel):
6478 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6479 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6480 (eudc-ph-close-session):
6481 * net/eudc.el (eudc-save-options):
6482 * language/thai-word.el (thai-update-word-table):
6483 * language/japan-util.el (japanese-string-conversion):
6484 * international/titdic-cnv.el (tsang-quick-converter)
6485 (ziranma-converter, ctlau-converter):
6486 * international/mule-cmds.el (describe-language-environment):
6487 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6488 (skkdic-convert-postfix, skkdic-convert-prefix):
6489 (skkdic-convert-okuri-nasi, skkdic-convert):
6490 * emacs-lisp/re-builder.el (reb-update-overlays):
6491 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6492 * emacs-lisp/gulp.el (gulp-send-requests):
6493 * emacs-lisp/find-gc.el (trace-call-tree):
6494 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6495 (eieio-describe-generic):
6496 * emacs-lisp/eieio-base.el (eieio-persistent-read):
6497 * emacs-lisp/edebug.el (edebug-outside-excursion):
6498 * emacs-lisp/debug.el (debugger-make-xrefs):
6499 * emacs-lisp/cust-print.el (custom-prin1-to-string):
6500 * emacs-lisp/chart.el (chart-new-buffer):
6501 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6502 Use with-current-buffer.
6503 * textmodes/artist.el (artist-system): Don't call
6504 copy-sequence on a fresh string.
6505 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6506
d566f228
GM
65072009-10-31 Stephen Berman <stephen.berman@gmx.net>
6508
6509 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 6510 is no item to edit. (Bug#4820)
d566f228 6511 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 6512 buffer. (Bug#4820)
d566f228 6513
f3628edd
GM
65142009-10-31 Glenn Morris <rgm@gnu.org>
6515
5cf3709c
GM
6516 * net/ange-ftp.el (top-level): Don't require dired when compiling.
6517 (comint-last-output-start, comint-last-input-start)
6518 (comint-last-input-end): Don't defvar when compiling.
6519 (ange-ftp-process-file): Use bound-and-true-p.
6520
4c814fd2
GM
6521 * pcmpl-rpm.el (top-level): Move provide statement to end.
6522 (pcmpl-rpm): Remove unused custom group.
6523
113b8dcc
GM
6524 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6525
31c615e4
GM
6526 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6527
416d3588
GM
6528 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6529 (byte-compile-warnings): Add `constants' as an option.
6530 (byte-compile-callargs-warn, byte-compile-arglist-warn)
6531 (display-call-tree): Update for byte-compile-fdefinition possibly
6532 returning `(macro lambda ...)'. (Bug#4778)
6533 (byte-compile-variable-ref, byte-compile-setq-default):
6534 Respect `constants' member of byte-compile-warnings.
6535
00f71f39
SM
65362009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6537
6538 * vc-bzr.el (vc-bzr-revision-keywords): New var.
6539 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6540 to "submit:".
6541
ca0a881a
DN
65422009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6543
6544 * textmodes/ispell.el (ispell-skip-region-alist):
6545 * international/mule-conf.el (eight-bit):
6546 * international/fontset.el (font-encoding-alist):
6547 * startup.el (pure-space-overflow-message):
6548 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6549 * paths.el (gnus-nntp-service, rmail-spool-directory)
6550 (term-file-prefix):
6551 * files.el (save-some-buffers-action-alist):
6552 * cmuscheme.el (same-window-buffer-names):
6553 * ielm.el (same-window-buffer-names):
6554 * shell.el (same-window-buffer-names):
6555 * mail/sendmail.el (same-window-buffer-names):
6556 * progmodes/inf-lisp.el (same-window-buffer-names):
6557 * bindings.el (mode-line-client)
6558 (mode-line-column-line-number-mode-map):
6559 * language/tibetan.el (tibetan-precomposition-rule-regexp)
6560 (tibetan-precomposed-regexp): Purecopy string arguments.
6561
b861e45e
SM
65622009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6563
6df9b6d7
SM
6564 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6565 (calcDigit-nondigit):
6566 * calc/calc-yank.el (calc-copy-to-buffer):
6567 * calc/calc-units.el (calc-invalidate-units-table):
6568 * calc/calc-trail.el (calc-trail-yank):
6569 * calc/calc-store.el (calc-insert-variables):
6570 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6571 * calc/calc-prog.el (calc-read-parse-table):
6572 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6573 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6574 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6575 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6576 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6577 (calc-graph-name, calc-graph-find-command, calc-graph-view)
6578 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6579 * calc/calc-ext.el (calc-realign):
6580 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6581 (calc-embedded-finish-edit, calc-embedded-make-info)
6582 (calc-embedded-finish-command, calc-embedded-stack-change):
6583 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6584
70f44c65
SM
6585 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6586 shell-dynamic-complete-filename in preference to
6587 comint-dynamic-complete-filename.
6588
b861e45e
SM
6589 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6590 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6591 Don't consider whether the display supports colors.
6592 (bookmark-import-new-list): Use dolist.
6593 (bookmark-bmenu-mode-map): Move initialization into declaration.
6594 (bookmark-bmenu-list): Use dolist, simplify.
6595 (bookmark-show-all-annotations): Use save-selected-window and dolist.
6596 (menu-bar-final-items): Use push.
6597
8549241d 65982009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
6599
6600 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6601 it works on remote files.
6602 (vc-hg-diff): Don't pass any `--cwd' argument.
6603
30644573
KR
66042009-10-27 Kevin Ryde <user42@zip.com.au>
6605
cc63d28f
SM
6606 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6607 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
6608 (Further to Bug#3921).
6609
9be01a63
MA
66102009-10-27 Michael Albinus <michael.albinus@gmx.de>
6611
6612 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6613 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6614 calling `tramp-imap-put-file'. Add file size to the call.
6615 (tramp-imap-get-file-entries): Compute also user name, file size,
6616 and date.
6617 (tramp-imap-handle-insert-directory): Insert uid and gid.
6618 (tramp-imap-handle-file-attributes): Transform uid and gid
6619 according to `id-format'.
6620 (tramp-imap-put-file): New optional parameter SIZE. Encode file
6621 size in header X-Size.
6622
41849bf9
JB
66232009-10-26 Juanma Barranquero <lekktu@gmail.com>
6624
6625 * simple.el (transpose-subr): Give clearer error when the mark
6626 is not set. (Bug#4807)
6627
293c24f9
MA
66282009-10-26 Michael Albinus <michael.albinus@gmx.de>
6629
cc63d28f
SM
6630 * net/tramp.el (tramp-perl-file-truename): New defconst.
6631 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 6632 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
6633 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6634 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 6635
cc63d28f
SM
6636 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6637 Ignore `dired-call-process'.
293c24f9
MA
6638 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6639
66402009-10-26 Julian Scheid <julians37@gmail.com>
6641
cc63d28f 6642 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
6643 (tramp-get-remote-readlink): New defun.
6644 (tramp-handle-file-truename): Use it.
6645 (tramp-handle-file-exists-p): Check file-attributes cache, assume
6646 file exists if cache value present.
48c2d18a 6647 (tramp-check-cached-permissions): New defun.
293c24f9
MA
6648 (tramp-handle-file-readable-p): Use it.
6649 (tramp-handle-file-writable-p): Likewise.
6650 (tramp-handle-file-executable-p): Likewise.
6651 (tramp-handle-file-name-all-completions): Try using Perl to get
6652 partial completions. When perl not available, combine `cd' and
6653 `ls' into single remote operation and use shell expansion to get
6654 partial remote directory contents. Set `file-exists-p' cache for
6655 directory and any files returned by ls. Change cache handling to
6656 support partial directory contents. Use error message emitted by
6657 remote `cd' or Perl code for local tramp-error.
6658 (tramp-do-copy-or-rename-file-directly): Avoid separate
6659 tramp-send-command-and-check call.
cc63d28f
SM
6660 (tramp-handle-process-file): Merge three remote ops into one.
6661 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
6662 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6663 file-attributes shows uid/gid to be set already.
6664
a7610c52
DN
66652009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6666
6667 * textmodes/tex-mode.el (tex-dvi-view-command)
6668 (tex-show-queue-command, tex-open-quote):
6669 * progmodes/ruby-mode.el (auto-mode-alist)
6670 (interpreter-mode-alist): Purecopy strings.
6671
6672 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6673
6674 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6675 string for the hook, keymap and abbrev table.
6676
6677 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6678
6679 * x-dnd.el (x-dnd-xdnd-to-action):
6680 * startup.el (fancy-startup-text, fancy-about-text): Change to
6681 defconst from defvar.
6682
6683 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6684
6685 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6686 Purecopy initialization strings.
6687
6688 * mail/sendmail.el (mail-header-separator)
6689 (mail-personal-alias-file):
6690 * mail/rmail.el (rmail-default-dont-reply-to-names)
6691 (rmail-ignored-headers, rmail-retry-ignored-headers)
6692 (rmail-highlighted-headers, rmail-secondary-file-directory)
6693 (rmail-secondary-file-regexp):
6694 * files.el (null-device, file-name-invalid-regexp)
6695 (locate-dominating-stop-dir-regexp)
cc63d28f 6696 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
6697 (interpreter-mode-alist): Use mapcar instead of mapc.
6698
6699 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6700
6701 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6702 (completion-ignored-extensions):
6703 (debug-ignored-errors): Purecopy strings.
6704
4fcc3d32
SM
67052009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6706
0667de21
SM
6707 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6708 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6709 (pcomplete--here): Use push.
6710
4fcc3d32
SM
6711 * subr.el (all-completions): Declare the 4th arg obsolete.
6712
955ef430
SM
67132009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6714
2d085307
SM
6715 * pcomplete.el (pcomplete-unquote-argument-function): New var.
6716 (pcomplete-unquote-argument): New function.
6717 (pcomplete--common-suffix): Always pay attention to case.
6718 (pcomplete--table-subvert): Quote and unquote the text.
6719 (pcomplete--common-quoted-suffix): New function.
6720 (pcomplete-std-complete): Use it and pcomplete-begin.
6721
955ef430
SM
6722 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6723 we're inside a dedicated or minibuffer window.
6724
7c85c02b
KF
67252009-10-24 Karl Fogel <kfogel@red-bean.com>
6726
6727 * bookmark.el: Update documentation, especially documentation
6728 of `bookmark-alist' and of the bookmark file format.
6729 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
6730
3e8ae8a6
CY
67312009-10-24 Chong Yidong <cyd@stupidchicken.com>
6732
3e425845
CY
6733 * mail/emacsbug.el (report-emacs-bug): Clarify that the
6734 keybindings apply to the mail buffer (Bug#4003). Shrink help
6735 window to buffer.
6736
cdd47d48
CY
6737 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6738 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
6739 (whitespace-toggle-options, global-whitespace-toggle-options):
6740 Doc fix (Bug#3660).
cdd47d48 6741
ba07c9ad
CY
6742 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6743 of xmltok-start before the end tag was inserted (Bug#2840).
6744
3e8ae8a6
CY
6745 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6746 patterns that are preceded by an open-paren (Bug#1320).
6747
ab276820
CY
67482009-10-24 Sven Joachim <svenjoac@gmx.de>
6749
6750 * files.el (delete-directory): Delete symlinks to directories with
6751 delete-file (Bug#4739).
6752
905a9ed3
DN
67532009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6754
a9a2a6db
DN
6755 * vc.el (vc-backend-for-registration): Rename from
6756 vc-get-backend-for-registration. Update callers.
6757
cc63d28f
SM
6758 * international/mule-cmds.el (set-language-info-alist):
6759 Purecopy lang-env.
905a9ed3
DN
6760 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6761 (charset): Purecopy the name.
6762 (define-char-code-property): Purecopy string arguments.
6763
6764 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6765 Purecopy string arguments.
6766
6767 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6768 * ediff-hook.el (menu-bar-ediff-menu):
6769 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6770 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6771
d270305a
GM
67722009-10-24 Glenn Morris <rgm@gnu.org>
6773
6c74d523 6774 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
6775 * term.el (term-dynamic-list-completions): Use choose-completion rather
6776 than obsolete alias mouse-choose-completion.
6777
ae732337
GM
6778 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6779 file-cache-choose-completion.
6780 (file-cache-choose-completion): Handle an optional event argument.
6781 (file-cache-mouse-choose-completion): Make it an obsolete alias.
6782
cc63d28f
SM
6783 * progmodes/octave-mod.el (octave-complete-symbol):
6784 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 6785
9847dc91
GM
6786 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6787 use.
6788
e8f2a5d5
GM
6789 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6790 compiler.
6791
d270305a
GM
6792 * vc-hooks.el (vc-responsible-backend): Fix declaration.
6793
c6432f1e
SM
67942009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6795
6796 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6797 Ignore `pred' now that we receive one.
6798 Handle test-completion specially.
6799
6ab196f9
DN
68002009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6801
6802 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 6803 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
6804 REGISTER ...
6805 (vc-get-backend-for-registration): ... here. New function.
6806 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6807 of vc-responsible-backend, pass the file name instead of the
6808 directory name.
6809
48feed59
SM
68102009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6811
6812 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6813 New funs.
6814 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
6815 (pcomplete-comint-setup): Don't modify a global var via
6816 accidental side-effects.
6817 (pcomplete-shell-setup): Adjust call accordingly.
6818 (pcomplete-parse-comint-arguments): Use push.
6819
00006066
CY
68202009-10-23 Chong Yidong <cyd@stupidchicken.com>
6821
36bfa3af
CY
6822 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6823 Allow uncapitalized info node names (Bug#3921).
6824
00006066
CY
6825 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6826 to the DEBUG file (Bug#3781).
6827
aa311d6e
CY
68282009-10-23 Jari Aalto <jari.aalto@cante.net>
6829
6830 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6831 dictionary entry (Bug#4579).
6832
b88f2d0a
MA
68332009-10-23 Michael Albinus <michael.albinus@gmx.de>
6834
6835 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6836 from `rfn-eshadow-update-overlay-hook' when unloading.
6837 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6838 "rsyncc". Adjust doc string.
48c2d18a 6839 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
6840 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6841 Keep temporary file when indicated by method ("rsync" and
6842 "rsyncc").
6843 (tramp-handle-write-region): Handle APPEND.
6844 (tramp-delete-temp-file-function): New defun. Added to
6845 `kill-buffer-hook'.
6846
1becddbb
JB
68472009-10-23 Juanma Barranquero <lekktu@gmail.com>
6848
6849 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6850
8f43cbf3
DN
68512009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6852
6853 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6854 (color-name-rgb-alist, tty-standard-colors)
6855 (tty-color-mode-alist): Change to defconst.
6856
6857 * simple.el (mark-inactive): Purecopy message.
6858
6859 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6860 (global-map, yank-menu):
6861 * textmodes/ispell.el (ispell-menu-map):
6862 * net/eudc.el (eudc-tools-menu):
6863 * international/mule-cmds.el (describe-language-environment-map)
6864 (setup-language-environment-map, set-coding-system-map)
6865 (mule-menu-keymap):
6866 * vc-hooks.el (vc-menu-entry, vc-menu-map):
6867 * replace.el (occur-mode-map):
6868 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6869
1d228a31
JB
68702009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
6871
33aeea0e
SM
6872 * calc/calc.el (math-read-number, math-read-number-simple):
6873 Use `save-match-data'.
1d228a31 6874
3b067af1
SM
68752009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6876
28a90c44
SM
6877 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6878 rather than fiddling with global-map bindings, since it should only
6879 affect per-terminal settings.
6880 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6881
a452eee8
SM
6882 * minibuffer.el (completion-table-with-terminator): Allow to specify
6883 the terminator-regexp.
6884
ab14d7d5
SM
6885 * simple.el (switch-to-completions): Look for *Completions* in other
6886 frames as well.
6887
3b067af1
SM
6888 * pcomplete.el: Allow the use of completion-tables.
6889 (pcomplete-std-complete): New command.
6890 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6891 (pcomplete--here): Use a function for `form' rather than an expression,
6892 so it can be byte-compiled.
6893 (pcomplete-here, pcomplete-here*): Adjust accordingly.
6894 Add edebug declaration.
6895 (pcomplete-show-completions): Remove unused var `curbuf'.
6896 (pcomplete-do-complete, pcomplete-stub):
1becddbb 6897 Don't assume `completions' is a list of strings any more.
3b067af1 6898
5480359e
JB
68992009-10-22 Juanma Barranquero <lekktu@gmail.com>
6900
6901 * find-dired.el (find-name-arg): Fix typo in docstring.
6902
3170b794
SM
69032009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6904
48c23a25
SM
6905 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6906 (pcmpl-linux-fs-types): Same, and update to new modules layout.
6907
56b14058
SM
6908 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6909 pcomplete-entries.
6910
3170b794
SM
6911 * comint.el (comint-read-input-ring, comint-write-input-ring)
6912 (comint-substitute-in-file-name)
6913 (comint-dynamic-complete-as-filename)
6914 (comint-dynamic-simple-complete)
6915 (comint-dynamic-list-filename-completions)
6916 (comint-dynamic-list-completions)
6917 (comint-redirect-results-list-from-process): Minor simplifications.
6918
2affef34
KR
69192009-10-21 Kevin Ryde <user42@zip.com.au>
6920
3170b794
SM
6921 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6922 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 6923 the first form. And insert a blank line after ";;; Code" since
d8194864 6924 that's usual style. (Bug#4612)
2affef34 6925
e7b94bbb
KR
6926 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6927
528c56e2
SM
69282009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6929
6930 * minibuffer.el (completion-table-with-terminator): Properly implement
6931 boundaries, in case `terminator' appears in the suffix.
6932 (completion--embedded-envvar-table): Don't return boundaries if
6933 there's no valid completion. Simplify.
6934 (completion-file-name-table): New completion table extracted from
6935 completion--file-name-table.
6936 (completion--file-name-table): Use it.
6937 (read-file-name-predicate): Declare obsolete.
6938 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6939 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6940 completion-file-name-table, and use the `pred' argument.
6941 * files.el (locate-file-completion-table): Use the `pred' arg rather
6942 than read-file-name-predicate.
6943 (abbreviate-file-name): Use \` rather than ^ for BOS.
6944
f9ed9b4f
DN
69452009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6946
6947 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6948 vc-responsible-backend to register, it causes problems.
6949
5f2022a3
SM
69502009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6951
6952 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6953
fc754ea1
MA
69542009-10-21 Michael Albinus <michael.albinus@gmx.de>
6955
6956 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6957 (tramp-smb-handle-file-attributes): Use it.
6958 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6959 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
6960 `mapcar'. Use `tramp-smb-get-stat-capability'.
6961 Add `dired-filename' text properties.
fc754ea1
MA
6962 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6963 (tramp-smb-maybe-open-connection): Simplify check for smbclient
6964 version.
6965
79bd5ba1
SM
69662009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6967
6968 * subr.el (read-key-delay): Reduce to 0.01.
6969 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6970 (bug#4751).
6971
3c13704d
SM
69722009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6973
554efd10
SM
6974 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6975
c2a37b78
SM
6976 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6977 (Info-menu): Remove unused vars `last' and `completions'.
6978 (Info-index-nodes): Remove unused var `node'.
6979
3c13704d
SM
6980 * info.el (Info-complete-menu-item): Use complete-with-action.
6981
d1e4c403
DN
69822009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6983
6984 Make vc-annotate work through copies and renames.
3c13704d
SM
6985 * vc-annotate.el (vc-annotate-extract-revision-at-line):
6986 Return the file name too.
d1e4c403
DN
6987 (vc-annotate-revision-at-line)
6988 (vc-annotate-find-revision-at-line)
6989 (vc-annotate-revision-previous-to-line)
6990 (vc-annotate-show-log-revision-at-line): Update to get the file
6991 name from vc-annotate-extract-revision-at-line.
6992 (vc-annotate-show-diff-revision-at-line-internal): Change the
6993 argument to mean whether to show a file diff or not. Get the file
6994 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
6995 (vc-annotate-show-diff-revision-at-line):
6996 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
6997 (vc-annotate-warp-revision): Add an optional file argument.
6998
6999 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
7000 (vc-git-annotate-extract-revision-at-line): Also return the file
7001 name if found.
7002
7003 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
7004 command. Remove unused code.
7005 (vc-hg-annotate-re): Update to match --follow output.
7006 (vc-hg-annotate-extract-revision-at-line): Also return the file
7007 name if found.
7008
7009 * vc.el: Update annotate-extract-revision-at-line documentation.
7010
b0b0ef98
KR
70112009-10-18 Kevin Ryde <user42@zip.com.au>
7012
7013 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
7014 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
7015
a9e7f03d
KR
7016 * net/browse-url.el (browse-url): Identify alist with "consp and
7017 not functionp" and let all other things go down the `apply' leg,
7018 as suggested by Stefan. (Further to bug#4531.)
7019
7346a407
CY
70202009-10-18 Chong Yidong <cyd@stupidchicken.com>
7021
7022 * minibuffer.el (read-file-name): Check for repeat before putting
7023 a default argument in file-name-history (Bug#4657).
7024
7025 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
7026 read syntax (Bug#4737).
7027
3c13704d 7028 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 7029
1da94541
CY
70302009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7031
7032 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
7033 (html-tag-alist, html-tag-help): Add descriptions for undocumented
7034 entries and make note of obsolete tags.
7035
2b93080a
SM
70362009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7037
7038 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7039
18b5ffb5
GM
70402009-10-18 Glenn Morris <rgm@gnu.org>
7041
7042 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7043 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 7044 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
7045 now, and in any case the file header format has changed.
7046
c2e161b2
GM
70472009-10-17 Glenn Morris <rgm@gnu.org>
7048
7049 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7050 (flyspell-get-word, flyspell-large-region)
7051 (flyspell-auto-correct-previous-word): Doc/error message fixes.
7052
a1eb44f5
CY
70532009-10-17 Chong Yidong <cyd@stupidchicken.com>
7054
7055 * Makefile.in (ELCFILES): Add ede/shell.
7056
4418646e
DN
70572009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
7058
7059 * term/common-win.el (x-colors): Purecopy it.
7060
4062011e
SM
70612009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7062
7063 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
7064 permissive for when the buffer is empty.
7065 (tar-header-block-tokenize): Decode the username and groupname.
7066 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
7067
2df48a87
SM
70682009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7069
7070 * international/mule-cmds.el (select-safe-coding-system): If the file
7071 has a coding cookie, use it regardless of any other setting (bug#4712).
7072
fd7dd48c
GM
70732009-10-17 Glenn Morris <rgm@gnu.org>
7074
3ee0b477 7075 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
7076 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
7077
2550e4b1
GM
7078 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
7079 (dired-keep-marker-copy, dired-keep-marker-hardlink)
7080 (dired-keep-marker-symlink, dired-dwim-target)
7081 (dired-copy-preserve-time): Do not autoload these defcustoms.
7082
fd7dd48c
GM
7083 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7084 messages from messing up the file coding. (Bug#4623)
7085
f3e3a990
GM
70862009-10-17 Jari Aalto <jari.aalto@cante.net>
7087
7088 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7089 if no match is found for the current dictionary. (Bug#4578)
7090
7091 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7092 optional, since that is how it is documented, and this is often called
7093 with a nil argument. (Bug#4577)
7094 (flyspell-external-point-words, flyspell-auto-correct-word)
7095 (flyspell-correct-word-before-point, flyspell-word-search-forward)
7096 (flyspell-word-search-backward): Remove nil argument in calls to
7097 flyspell-get-word, since it is not needed now.
7098
70992009-10-17 Ulrich Mueller <ulm@gentoo.org>
7100
1becddbb 7101 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 7102
b61374ab
GM
71032009-10-16 Glenn Morris <rgm@gnu.org>
7104
7105 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7106
412707c2
SM
71072009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
7108
7109 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7110 (ange-ftp-file-size): New function.
7111 (ange-ftp-file-attributes): Use it.
7112
0c6f436e
MA
71132009-10-16 Michael Albinus <michael.albinus@gmx.de>
7114
7115 * net/tramp-smb.el (tramp-smb-version): New defvar.
7116 (tramp-smb-maybe-open-connection): Use it, in order to avoid
7117 repeated checks.
7118
850bfd04
GM
71192009-10-16 Glenn Morris <rgm@gnu.org>
7120
7121 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7122 Maybe copy some custom properties from old to new name. (Bug#4706)
7123
f3ed9aca
JB
71242009-10-16 Juanma Barranquero <lekktu@gmail.com>
7125
7126 * subr.el (error, sit-for, start-process-shell-command)
7127 (start-file-process-shell-command): Set the calling convention
7128 after the function definition.
7129
fd6c5134
SM
71302009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7131
7132 * subr.el (error, sit-for, start-process-shell-command)
7133 (start-file-process-shell-command): Use the new
7134 set-advertised-calling-convention feature.
7135
73874eb7
KH
71362009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
7137
fd6c5134
SM
7138 * international/ucs-normalize.el (ucs-normalize-version):
7139 Change to 1.2.
7140 (check-range): Adjust for Unicode 5.2.
73874eb7 7141
03fb33cf
JL
71422009-10-15 Juri Linkov <juri@jurta.org>
7143
7144 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7145 to the `menu-item' format.
7146
4260b402
MA
71472009-10-15 Michael Albinus <michael.albinus@gmx.de>
7148
7149 * net/tramp.el (tramp-replace-environment-variables): Do not fail
7150 if the environment variable does not exist.
7151
7152 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7153 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7154 parameter.
7155 (tramp-smb-handle-add-name-to-file)
7156 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7157 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7158 (tramp-smb-handle-file-attributes)
7159 (tramp-smb-do-file-attributes-with-stat)
7160 (tramp-smb-handle-file-local-copy)
7161 (tramp-smb-handle-insert-directory)
7162 (tramp-smb-handle-make-directory)
7163 (tramp-smb-handle-make-directory-internal)
7164 (tramp-smb-handle-make-symbolic-link)
7165 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7166 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7167 (tramp-smb-maybe-open-connection): Apply the changed parameters.
7168 (tramp-smb-read-file-entry): Read Disk names in compressed format.
7169 Handle long file names.
7170 (tramp-smb-get-cifs-capabilities): Check, whether the connection
7171 process is running.
7172 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7173 Read share names with "-g" option.
7174
d7a0fd6f
GM
71752009-10-15 Ryan Yeske <rcyeske@gmail.com>
7176
7177 * net/rcirc.el (rcirc-view-log-file): New command.
7178 (rcirc-track-minor-mode-map): Remove C-c ` binding.
7179 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7180 specified.
7181
0b44494a
GM
71822009-10-15 Glenn Morris <rgm@gnu.org>
7183
af9fb32f
GM
7184 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7185 from the second command-line argument.
7186 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7187 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7188 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7189 w32-batch-update-autoloads.
7190 * emacs-lisp/autoload.el (autoload-make-program): New variable.
7191 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7192
0b44494a
GM
7193 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7194 the headers cannot be located. Simplify, subtracting superflous
7195 save-excursions.
7196
d5e63715
SM
71972009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
7198
7199 Replace completion-base-size by completion-base-position to fix bugs
7200 such as (bug#4699).
7201 * simple.el (completion-base-position): New var.
7202 (completion-base-size): Mark as obsolete.
7203 (choose-completion): Make it work for mouse events as well.
7204 Pass the new base-position to choose-completion-string.
7205 (choose-completion-guess-base-position): New function, extracted from
7206 choose-completion-delete-max-match.
7207 (choose-completion-delete-max-match): Use it. Make obsolete.
7208 (choose-completion-string): Use the new base-position info.
7209 (completion-root-regexp): Delete.
7210 (completion-setup-function): Preserve completion-base-position.
7211 Eliminate obsolete base-size manipulation.
7212 * minibuffer.el (display-completion-list): Don't mess with base-size.
7213 (minibuffer-completion-help): Set completion-base-position instead.
7214 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7215 choose-completion.
7216 * textmodes/bibtex.el (bibtex-complete):
7217 * emacs-lisp/crm.el (crm--choose-completion-string):
7218 Adjust to new calling convention.
7219 * complete.el (partial-completion-mode): Use minibufferp to avoid
7220 bumping into incompatible change to choose-completion-string-functions.
7221 * ido.el (ido-choose-completion-string): Make its calling convention
7222 more permissive.
7223 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7224 base-size manipulation.
7225 (comint-dynamic-list-input-ring): Use dotimes and push.
7226 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7227 fundamental-mode. Use `or'.
7228
92f8bfc7
JL
72292009-10-14 Juri Linkov <juri@jurta.org>
7230
7231 * misearch.el (multi-isearch-next-buffer-from-list)
7232 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
7233
e78e280d
SM
72342009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7235
384ca163
SM
7236 * Makefile.in (compile-onefile): Load `bytecomp' rather than
7237 `bytecomp.el'.
7238
681e0e7c
SM
7239 * minibuffer.el (completion-pcm--merge-completions): Make sure the
7240 string we return is all made up of text from the completions rather
7241 than part from the completions and part from the input (bug#4219).
7242
e78e280d
SM
7243 * ido.el (ido-everywhere): Use define-minor-mode.
7244
7245 * buff-menu.el (list-buffers, ctl-x-map):
7246 Mark the entry points with ;;;###autoload cookies.
7247
b4e813ca
DN
72482009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7249
52964e54
DN
7250 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7251 correctly in the detached head case.
7252 (vc-git-print-log): Remove unused binding.
7253
b4e813ca
DN
7254 * vc.el (vc-responsible-backend): When a directory is passed for
7255 for registration create a VC repository if no backend is
7256 responsible for the directory argument.
7257 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
7258
7259 * vc.el: Move comments about RCS and SCCS ...
7260 * vc-rcs.el:
7261 * vc-sccs.el: ... here, respectively.
7262
40ba9882
SM
72632009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7264
7265 * minibuffer.el (completion--file-name-table): Return nil if there's
7266 no file completion, even if substitute-in-file-name changed
7267 the string (bug#4708).
7268
04e0f59b
JL
72692009-10-13 Juri Linkov <juri@jurta.org>
7270
7271 * files-x.el (read-file-local-variable-value): Don't filter out
7272 minor modes from mode name completion (bug#4664).
7273
314c8e25
JB
72742009-10-13 Juanma Barranquero <lekktu@gmail.com>
7275
7276 * international/mule-cmds.el (ucs-names): Remove exclusion of
7277 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7278
5c9b7d36
KH
72792009-10-13 Kenichi Handa <handa@m17n.org>
7280
7281 * international/uni-name.el: Regenerated.
7282
1e7a80f2
JB
72832009-10-13 Juanma Barranquero <lekktu@gmail.com>
7284
7285 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
7286 should be automatically buffer-local, but isn't.)
7287
cd29f88b
SS
72882009-10-12 Sam Steingold <sds@gnu.org>
7289
7290 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 7291 timestamps if the buffer has been visited before.
0cd16af4
SS
7292 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7293 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 7294
37493a98
GM
72952009-10-12 Glenn Morris <rgm@gnu.org>
7296
7297 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7298 Let-bind `size'.
7299
3b56b1e6
JB
73002009-10-12 Juanma Barranquero <lekktu@gmail.com>
7301
7422a4bb
JB
7302 * proced.el (proced-unload-function): New function.
7303
fa72d075
JB
7304 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7305 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7306 Doc fix.
7307
3b56b1e6
JB
7308 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7309
4d9b4323
JL
73102009-10-11 Juri Linkov <juri@jurta.org>
7311
7312 * files-x.el (read-file-local-variable-value):
7313 Provide default value only for bound variables (bug#4664).
7314
f6f7e059
MA
73152009-10-11 Michael Albinus <michael.albinus@gmx.de>
7316
7317 * net/tramp.el (tramp-local-host-p): Function shall return nil for
7318 connection methods like smb.
7319
7320 * net/tramp-cache.el (tramp-flush-connection-property): The hash
7321 can be empty.
7322
7323 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7324 (tramp-smb-file-name-handler-alist): Add handlers for
7325 `add-name-to-file', `make-symbolic-link'.
7326 (tramp-smb-handle-add-name-to-file)
2992485f 7327 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
7328 (tramp-smb-handle-make-symbolic-link)
7329 (tramp-smb-get-cifs-capabilities): New defuns.
7330 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7331 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7332 (tramp-smb-handle-file-local-copy)
7333 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
7334 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7335 The file name syntax depends on cifs capabilities.
7336 (tramp-smb-handle-file-attributes):
7337 Call `tramp-smb-do-file-attributes-with-stat' if possible.
7338 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7339 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 7340
67868d26
CY
73412009-10-11 Chong Yidong <cyd@stupidchicken.com>
7342
7343 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7344 (eieio-defclass): Apply deftype handler and setf-method properties
7345 directly.
7346 (eieio-add-new-slot): Avoid union function from cl library.
7347 (eieio--typep): New function.
7348 (eieio-perform-slot-validation): Use it.
7349
6d6a5b7e
KF
73502009-10-10 Karl Fogel <kfogel@red-bean.com>
7351
3b56b1e6 7352 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
7353 Update documentation to refer to the variables documented in r1.135.
7354 (Bug#4188)
7355
67b70de9
KF
73562009-10-10 Karl Fogel <kfogel@red-bean.com>
7357
7358 * bookmark.el (Info-suffix-list): Remove this unused variable.
7359 (bookmark-current-point): Remove this obsolete variable.
7360 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7361 Adjust for removal of bookmark-current-point.
7362
7363 (bookmarks-already-loaded, bookmark-current-buffer)
7364 (bookmark-yank-point): Document. (Bug#4188)
7365
58ae51ae
GM
73662009-10-10 Glenn Morris <rgm@gnu.org>
7367
4619ff5e
GM
7368 * frame.el (frame-height): Doc fix.
7369
58ae51ae
GM
7370 * calendar/calendar.el (calendar-split-width-threshold): New option.
7371 (calendar-basic-setup): Use calendar-split-width-threshold.
7372
d364386c
JB
73732009-10-09 Juanma Barranquero <lekktu@gmail.com>
7374
7375 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7376 Ideographic Supplement" range (U+1F200..U+1F2FF).
7377
33e97a28
KF
73782009-10-09 Karl Fogel <kfogel@red-bean.com>
7379
02d0f051 7380 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 7381 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
7382
73832009-10-09 Karl Fogel <kfogel@red-bean.com>
7384
d364386c 7385 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
7386 (bookmark-bmenu-execute-deletions): Don't save here, as
7387 bookmark-delete will now do so if necessary.
d364386c 7388 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
7389 (Bug#4348)
7390
9656d87b
GM
73912009-10-09 Glenn Morris <rgm@gnu.org>
7392
7393 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7394
e6227f06
KF
73952009-10-09 Karl Fogel <kfogel@red-bean.com>
7396
7397 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7398 (bookmark-jump-other-window): Just invoke bookmark-jump with new
7399 argument now, so the two function's behaviors will match. (Bug#3645)
7400
288f783b
MA
74012009-10-08 Michael Albinus <michael.albinus@gmx.de>
7402
7403 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 7404 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 7405 Apply `save-match-data'.
288f783b
MA
7406
7407 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7408 case both directories are remote.
7409 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 7410 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 7411
872a1ea4
JB
74122009-10-07 Juanma Barranquero <lekktu@gmail.com>
7413
7414 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7415
ab2baced
GM
74162009-10-07 Glenn Morris <rgm@gnu.org>
7417
e78e280d
SM
7418 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7419 of concat.
ab2baced 7420
5c4634c1
SM
74212009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7422
7423 * files-x.el (read-file-local-variable): Include some
7424 non-user-variables in the completion table (bug#4664).
7425
c2dc9732
MA
74262009-10-07 Michael Albinus <michael.albinus@gmx.de>
7427
7428 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7429 message.
7430
7431 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7432 (tramp-smb-file-name-handler-alist): Add handler for
7433 `copy-directory', `expand-file-name', `set-file-modes'.
7434 (tramp-smb-handle-copy-directory)
7435 (tramp-smb-handle-expand-file-name)
7436 (tramp-smb-handle-set-file-modes): New defuns.
7437 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7438 (tramp-smb-handle-file-attributes): Simplify check for retrieving
7439 entry.
7440 (tramp-smb-handle-insert-directory): Don't flush the cache.
7441 (tramp-smb-maybe-open-connection): Check for samba client and
7442 server versions.
7443
11be40a6
EZ
74442009-10-07 Eli Zaretskii <eliz@gnu.org>
7445
7446 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7447 to not error out of search for "^lisp=" fails.
7448
8c4afe20
JB
74492009-10-07 Juanma Barranquero <lekktu@gmail.com>
7450
7451 * makefile.w32-in (WINS_UPDATES): New macro.
7452 (custom-deps, finder-data, autoloads): Use it.
7453
429a1506
GM
74542009-10-07 Glenn Morris <rgm@gnu.org>
7455
ee2e93e2
GM
7456 * Makefile.in (autoloads): Revert previous change.
7457 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7458 the list of preloaded files passed on the command-line, get
7459 it from src/Makefile.
7460
429a1506
GM
7461 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7462 show the original buffer rather than a random one.
7463
a51203ee 74642009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
7465
7466 * help.el (describe-no-warranty): Place point in a slightly better
7467 position in the GPLv3 text.
7468
f58f7520
SS
74692009-10-06 Sam Steingold <sds@gnu.org>
7470
7471 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7472 the comm attribute is present before calling regexp-quote.
7473
bde79dc0
JB
74742009-10-06 Juanma Barranquero <lekktu@gmail.com>
7475
7476 * play/animate.el (animate-string): For good effect, make sure
7477 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7478
7479 * play/animate.el (animate-sequence, animate-birthday-present):
7480 * misc.el (butterfly): Don't set `indent-tabs-mode'.
7481
25ab0302
GM
74822009-10-06 Glenn Morris <rgm@gnu.org>
7483
73fe714a
GM
7484 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7485
3405d98c
GM
7486 * emacs-lisp/autoload.el (autoload-excludes): New variable.
7487 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7488 (batch-update-autoloads): Process a string value of autoload-excludes,
7489 set during the build process.
7490 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
7491
9fb2cdc5
GM
7492 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7493 inside with-parsed... macro so that `v' is defined.
7494
7938ab41
GM
7495 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7496 * progmodes/fortran.el (fortran-end-of-block)
7497 (fortran-beginning-of-block):
7498 Also push mark in the macro case.
7499
eaf9b564
GM
7500 * emerge.el (emerge-show-file-name):
7501 * calc/calc.el (calc-quit):
7502 * calc/calc-misc.el (calc-big-or-small):
7503 * calc/calc-graph.el (calc-graph-view):
7504 * calc/calc-ext.el (calc-reset):
7505 * calendar/calendar.el (calendar-basic-setup):
7506 Use window-full-height-p.
7507
25ab0302
GM
7508 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7509 header we don't understand, don't insert another. (Bug#4624)
7510 If changing mime charset, insert the new one in the right place.
7511
00169eb6
GM
75122009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
7513
7514 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7515 (cal-tex-cursor-month): Correctly increment the end date for diary and
7516 holiday listing. (Bug#4626)
7517
82882188
SM
75182009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7519
40ba9882 7520 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
7521 a symbol.
7522
a8f316ca
JB
75232009-10-05 Juanma Barranquero <lekktu@gmail.com>
7524
7525 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7526 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7527 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7528 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7529
7530 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7531 (eieio-default-superclass): Reflow docstrings.
7532 (this, class-option-assoc, defclass, eieio-class-un-autoload)
7533 (eieio-unbind-method-implementations, defmethod)
7534 (eieio-validate-slot-value, eieio-validate-class-slot-value)
7535 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7536 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7537 (eieio-slot-originating-class-p, eieio-slot-name-index)
7538 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7539 (constructor, initialize-instance, no-next-method, object-print)
7540 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7541 Fix typos in docstrings.
7542 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7543 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7544 (next-method-p): Doc fixes.
7545 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7546 Fix typos in error messages.
7547 (eieio-defmethod): Fix typo in description of generic method.
7548
7549 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7550 (eieio-persistent-save-interactive, slot-missing):
7551 Fix typos in docstrings.
7552 (eieio-instance-inheritor-slot-boundp): Doc fix.
7553
7554 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7555 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7556
7557 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7558 (eieio-custom-object-apply-reset):
7559 Fix typos in docstrings and error messages.
7560
7561 * emacs-lisp/eieio-datadebug.el (data-debug-show):
7562 Fix typo in docstring.
7563
7564 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7565 (eieio-browse-tree): Doc fix.
7566 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7567 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7568 Fix typos in docstrings.
7569
7570 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7571 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7572 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7573 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7574 Reflow docstrings.
7575
c66b7ac0
DN
75762009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7577
4a827e0a 7578 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
7579 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7580 Set log-view-vc-backend so that diff can work.
4a827e0a 7581
c66b7ac0
DN
7582 * log-view.el (log-view-diff): Use vc-diff-internal instead of
7583 vc-version-diff.
7584 (vc-diff-internal): Autoload this instead of vc-version-diff.
7585
1902a98c
EZ
75862009-10-05 Eli Zaretskii <eliz@gnu.org>
7587
a7a8618b
EZ
7588 * simple.el (eval-expression): Doc fix.
7589
1902a98c
EZ
7590 * progmodes/cwarn.el (cwarn-mode): Doc fix.
7591
0e1f2ee6
MA
75922009-10-05 Michael Albinus <michael.albinus@gmx.de>
7593
7594 * files.el (directory-files-no-dot-files-regexp): New defconst.
7595 (delete-directory): Use it.
7596 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
7597
263c02ef 7598 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
7599 (tramp-methods): Add recursive option to `tramp-copy-args'.
7600 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 7601 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 7602 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
7603 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7604 Add handler for `copy-directory'.
7605 (tramp-handle-copy-directory): New defun.
7606 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
7607 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7608 Optimize sent command.
263c02ef 7609
72aa7df4
SM
76102009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7611
4a34f065
SM
7612 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7613 window if necessary.
7614
72aa7df4
SM
7615 * calendar/calendar.el (calendar-basic-setup): Don't call
7616 switch-to-buffer in a dedicated window.
7617
5feb1ba7
KF
76182009-10-05 Karl Fogel <kfogel@red-bean.com>
7619
7620 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 7621 don't do anything related to relocating, just return nil.
5feb1ba7
KF
7622 (bookmark-error-no-filename): New error.
7623 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
7624 bookmark has no file. Don't even attempt to handle things that
7625 are not files; the whole point of custom handlers is to keep that
7626 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
7627 (bookmark-file-or-variation-thereof): Remove now-unused function.
7628 (bookmark-location): Doc string fix.
7629 (Bug#4250)
7630
1bd49952
KF
76312009-10-04 Karl Fogel <kfogel@red-bean.com>
7632
7633 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7634 don't use a file dialog, because they usually don't know how to read
7635 a directory target from the user. (Bug#4230)
7636 Also, make sure the prompt can display directories as well as files.
7637
825382c0
KF
76382009-10-04 Karl Fogel <kfogel@red-bean.com>
7639
7640 * bookmark.el (bookmark-set, bookmark-buffer-name):
7641 Improve doc strings. (Bug#1193)
7642
13901bcb
KF
76432009-10-04 Karl Fogel <kfogel@red-bean.com>
7644
4a34f065
SM
7645 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7646 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7647 (bookmark-get-annotation, bookmark-set-annotation)
7648 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7649 (bookmark-set-position, bookmark-get-front-context-string)
7650 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7651 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7652 (bookmark-jump-other-window, bookmark-handle-bookmark)
7653 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7654 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7655 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
7656 Improve doc strings to say whether bookmark can be a string or
7657 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
7658 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7659 (bookmark-default-annotation-text, bookmark-yank-word)
7660 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7661 (bookmark-import-new-list, bookmark-maybe-rename)
7662 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7663 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 7664 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 7665 add a FIXME comment about how the function may be pointless.
13901bcb 7666 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
7667 parameter name, to clarify that this takes a bookmark record
7668 not a bookmark name.
13901bcb 7669 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 7670 and improve the doc string a bit.
13901bcb
KF
7671 (Bug#4188)
7672
5c1b3e94
KF
76732009-10-04 Karl Fogel <kfogel@red-bean.com>
7674
7675 * bookmark.el (bookmark-alist): Document the new `handler' element
7676 in the param alist.
7677 (bookmark-make-record-function): Adjust documentation for above.
7678 (Bug#4193)
7679
8559076d
KF
76802009-10-04 Karl Fogel <kfogel@red-bean.com>
7681
7682 * info.el (Info-bookmark-make-record): Document this function.
7683 (Info-bookmark-jump): Document with a doc string, not just a comment.
7684 (Bug#4203)
7685
b4583b8c
MA
76862009-10-04 Michael Albinus <michael.albinus@gmx.de>
7687
7688 * files.el (copy-directory): New defun.
7689
7690 * dired-aux.el (dired-copy-file-recursive): Use it.
7691
131ae8f2
JB
76922009-10-04 Juanma Barranquero <lekktu@gmail.com>
7693
a30e71ae 7694 * files-x.el (modify-dir-local-variable)
dd9af436
CY
7695 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
7696 docstrings.
a30e71ae 7697
131ae8f2
JB
7698 * recentf.el (recentf-unload-function): New function.
7699
ccafbf06
GM
77002009-10-04 Glenn Morris <rgm@gnu.org>
7701
7702 * window.el (window-full-height-p): Add doc string.
7703
02c6f098
GM
77042009-10-04 Martin Rudalics <rudalics@gmx.at>
7705
7706 * window.el (window-full-height-p): New function. (Bug#4543)
7707
ed6b0195
DN
77082009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7709
7710 * vc.el: Remove commented out code.
7711 (vc-derived-from-dir-mode): Remove, unused.
7712 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7713
1b8d1cc7
MA
77142009-10-03 Michael Albinus <michael.albinus@gmx.de>
7715
4a34f065
SM
7716 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7717 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
7718 there could be recursive loading when `default-directory' is a
7719 remote file name. (Bug#4614)
7720
ac3c593c
GM
77212009-10-03 Glenn Morris <rgm@gnu.org>
7722
686ea556
GM
7723 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7724 the frame is wide.
7725 (calendar-generate-window): Test for shrinkability rather than width.
7726
ac3c593c
GM
7727 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7728 reusing existing buffers, in case we happen to visit two files with the
7729 same basename. (Bug#4593)
7730
573709fd
EZ
77312009-10-02 Eli Zaretskii <eliz@gnu.org>
7732
4a34f065 7733 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
7734 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7735 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7736 subdirs of cedet as well.
8f885d01 7737 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 7738
8d6c1239
SM
77392009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7740
7741 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7742 Obey advertised-signature-table.
7743
7744 * help-fns.el (help-function-arglist): Don't check
7745 advertised-signature-table.
7746 (describe-function-1): Do it here instead so it also applies to subrs.
7747
c4861de0
MA
77482009-10-02 Michael Albinus <michael.albinus@gmx.de>
7749
7750 * simple.el (start-file-process): Say in the doc-string, that file
7751 handlers might not support pty association, if PROGRAM is nil.
7752
7753 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7754 HOST and USER are strings. They are nil, when there are
7755 incomplete entries in ~/.netrc, for example.
7756 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
7757 root directory ("device busy" error otherwise).
7758
8d6c1239
SM
7759 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7760 Flush file properties of created directory.
c4861de0 7761
d2bda74f
EZ
77622009-10-02 Eli Zaretskii <eliz@gnu.org>
7763
7764 * makefile.w32-in (WINS_BASIC): Remove cedet.
7765 (WINS_CEDET): Add cedet.
7766 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7767
895d1904
GM
77682009-10-02 Kevin Ryde <user42@zip.com.au>
7769
7770 * net/browse-url.el (browse-url): Pass any symbol in
7771 browse-url-browser-function to `apply', since if you've mistakenly put
7772 an unbound symbol then the error is clearer. (Bug#4531)
7773
32226619
JB
77742009-10-02 Juanma Barranquero <lekktu@gmail.com>
7775
7776 * allout.el (allout-init, allout-back-to-current-heading)
7777 (allout-beginning-of-current-entry, allout-ascend-to-depth)
7778 (allout-ascend, allout-up-current-level, allout-end-of-level)
7779 (allout-previous-visible-heading, allout-forward-current-level)
7780 (allout-backward-current-level, allout-show-children):
7781 * apropos.el (apropos-describe-plist):
7782 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7783 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7784 * completion.el (add-completion, add-permanent-completion):
7785 * descr-text.el (describe-text-category, describe-char):
7786 * desktop.el (desktop-lazy-abort):
7787 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7788 * dired.el (dired-build-subdir-alist):
7789 * ediff.el (ediff-version):
7790 * elide-head.el (elide-head, elide-head-show):
7791 * emerge.el (emerge-version):
7792 * env.el (getenv):
7793 * face-remap.el (variable-pitch-mode):
7794 * faces.el (describe-face):
7795 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7796 (dired-at-point):
7797 * files.el (find-file-existing, auto-save-mode):
7798 * font-lock.el (font-lock-fontify-buffer):
7799 * help-fns.el (describe-function, describe-variable)
7800 (describe-syntax, describe-categories):
7801 * help.el (view-lossage, describe-bindings, describe-key)
7802 (describe-mode):
7803 * hexl.el (hexl-current-address):
7804 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7805 * info.el (Info-goto-emacs-key-command-node):
7806 * log-edit.el (log-edit-insert-cvs-template)
7807 (log-edit-insert-cvs-rcstemplate):
7808 * menu-bar.el (menu-bar-mode):
7809 * mouse.el (mouse-appearance-menu):
7810 * newcomment.el (comment-indent-new-line):
7811 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7812 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 7813 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
7814 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7815 * recentf.el (recentf-mode):
7816 * savehist.el (savehist-mode, savehist-save):
7817 * shadowfile.el (shadow-copy-files):
7818 * simple.el (kill-ring-save, next-line, previous-line)
7819 (normal-erase-is-backspace-mode):
7820 * strokes.el (strokes-update-window-configuration)
7821 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7822 (strokes-xpm-for-stroke):
7823 * time.el (emacs-uptime, emacs-init-time):
7824 * tutorial.el (tutorial--describe-nonstandard-key)
7825 (tutorial--detailed-help):
7826 * type-break.el (type-break-mode)
7827 (type-break-mode-line-message-mode, type-break-query-mode)
7828 (type-break-guesstimate-keystroke-threshold):
7829 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7830 * version.el (emacs-version):
7831 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7832 * winner.el (winner-mode):
7833 * calendar/timeclock.el (timeclock-in, timeclock-out)
7834 (timeclock-status-string, timeclock-change)
7835 (timeclock-workday-remaining-string)
7836 (timeclock-workday-elapsed-string)
7837 (timeclock-when-to-leave-string):
7838 * calendar/todo-mode.el (todo-add-category):
7839 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7840 * emacs-lisp/autoload.el (update-file-autoloads):
7841 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7842 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7843 (checkdoc-message-text, checkdoc-defun):
7844 * emacs-lisp/debug.el (debugger-list-functions):
7845 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7846 * emacs-lisp/eieio-opt.el (eieio-describe-class)
7847 (eieio-describe-generic):
7848 * emacs-lisp/lisp-mnt.el (lm-synopsis):
7849 * emacs-lisp/shadow.el (list-load-path-shadows):
7850 * emulation/cua-base.el (cua-mode):
7851 * emulation/edt.el (edt-set-scroll-margins):
7852 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7853 (tpu-toggle-regexp, tpu-toggle-search-direction)
7854 (tpu-toggle-rectangle, tpu-toggle-control-keys):
7855 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7856 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7857 (viper-set-parsing-style-toggling-macro)
7858 (viper-set-emacs-state-searchstyle-macros):
7859 * emulation/viper.el (viper-set-hooks):
7860 * eshell/esh-mode.el (eshell-truncate-buffer):
7861 * international/mule-cmds.el (prefer-coding-system)
7862 (describe-input-method, describe-language-environment):
7863 * international/mule-diag.el (list-character-sets)
7864 (describe-character-set, describe-coding-system)
7865 (describe-fontset, list-fontsets, list-input-methods):
7866 * mail/sendmail.el (mail-signature):
7867 * net/ange-ftp.el (ange-ftp-copy-file):
7868 * net/browse-url.el (browse-url):
7869 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7870 * net/quickurl.el (quickurl-add-url):
7871 * net/rcirc.el (names, topic):
7872 * net/xesam.el (xesam-mode):
7873 * play/5x5.el (5x5-new-game):
7874 * play/yow.el (apropos-zippy):
7875 * progmodes/ada-mode.el (ada-mode-version):
7876 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7877 (f90-end-of-block)
7878 (f90-beginning-of-block):
7879 * progmodes/fortran.el (fortran-end-of-block)
7880 (fortran-beginning-of-block):
7881 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7882 * progmodes/python.el (python-describe-symbol, python-shell):
7883 * term/ns-win.el (ns-print-buffer):
7884 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7885 * textmodes/flyspell.el (flyspell-mode-on):
7886 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7887 (pages-directory-for-addresses):
7888 * textmodes/table.el (table-recognize-cell)
7889 (table-query-dimension, table-generate-source)
7890 (table-insert-sequence, table--warn-incompatibility):
7891 * textmodes/tex-mode.el (tex-validate-buffer):
7892 * textmodes/texinfmt.el (texinfmt-version)
7893 (texinfo-format-buffer):
7894 Use `called-interactively-p' instead of `interactive-p'.
7895
12a3c28c
JB
78962009-10-02 Juanma Barranquero <lekktu@gmail.com>
7897
7898 * image-mode.el (image-toggle-display):
7899 * emacs-lisp/elp.el (elp-instrument-function):
7900 * emacs-lisp/advice.el (ad-make-advised-definition):
7901 * emacs-lisp/easy-mmode.el (define-minor-mode):
7902 * net/browse-url.el (browse-url-maybe-new-window):
7903 * progmodes/sh-script.el (sh-learn-buffer-indent):
7904 Pass new argument 'any to `called-interactively-p'.
7905
171fda8a
JB
79062009-10-01 Juanma Barranquero <lekktu@gmail.com>
7907
171fda8a
JB
7908 * international/uni-bidi.el:
7909 * international/uni-category.el:
7910 * international/uni-combining.el:
7911 * international/uni-comment.el:
7912 * international/uni-decimal.el:
9c3c9fdf 7913 * international/uni-decomposition.el:
171fda8a
JB
7914 * international/uni-digit.el:
7915 * international/uni-lowercase.el:
7916 * international/uni-mirrored.el:
7917 * international/uni-name.el:
7918 * international/uni-numeric.el:
7919 * international/uni-old-name.el:
7920 * international/uni-titlecase.el:
7921 * international/uni-uppercase.el:
7922 Regenerate from Unicode 5.2.0 data.
7923
dcb9734a
GM
79242009-10-01 Glenn Morris <rgm@gnu.org>
7925
7926 * Makefile.in (ELCFILES): Regenerate.
7927
ced10a4c
SM
79282009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7929
9d28c33e
SM
7930 * subr.el (interactive-p): Mark obsolete.
7931 (called-interactively-p): Make the optional-ness of `kind' obsolete.
7932 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7933 advertised-signature-table for subroutines as well.
7934
ced10a4c
SM
7935 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7936 (set-advertised-calling-convention): New function.
7937 (make-obsolete, define-obsolete-function-alias)
7938 (make-obsolete-variable, define-obsolete-variable-alias):
7939 Make the optional-ness of `when' obsolete.
7940 (define-obsolete-face-alias): Make `when' non-optional.
7941 * help-fns.el (help-function-arglist):
7942 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7943 Use advertised-signature-table.
7944
cc3dda16
MA
79452009-10-01 Michael Albinus <michael.albinus@gmx.de>
7946
7947 * files.el (delete-directory): New defun. The original function
7948 in fileio.c has been renamed to `delete-directory-internal'.
7949
7950 * dired.el (dired-delete-file): Call `delete-directory' with
7951 RECURSIVE parameter.
7952
5ce6e4f4 7953 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
7954 parameter RECURSIVE. Implementation is missing.
7955
7956 * net/tramp.el (tramp-handle-make-directory): Flush upper
7957 directory's file properties.
ced10a4c 7958 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
7959 (tramp-handle-dired-recursive-delete-directory): Flush directory
7960 properties after the remove command only.
7961
ced10a4c
SM
7962 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7963 Handle optional parameter RECURSIVE.
cc3dda16 7964
ced10a4c
SM
7965 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7966 Handle optional parameter RECURSIVE.
cc3dda16
MA
7967
7968 * net/tramp-smb.el (tramp-smb-errors): Add error message for
7969 connection timeout.
7970 (tramp-smb-handle-delete-directory): Handle optional parameter
7971 RECURSIVE.
7972
cf885595
SM
79732009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7974
e3a6b82f
SM
7975 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7976 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7977 (byte-compile-defmacro): Use backquotes.
7978
7201bfbb
SM
7979 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7980
cf885595
SM
7981 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7982 has no associated file.
7983 (vc-resynch-buffer): Use vc-dir-buffers.
7984
a4d2c321
GM
79852009-10-01 Glenn Morris <rgm@gnu.org>
7986
9ffe3f52
GM
7987 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7988 (chart-file-count):
7989 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7990 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7991 * emacs-lisp/eieio-opt.el (eieio-describe-class):
7992 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7993 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7994 (eieio-copy-parents-into-subclass, make-instance, class-children)
7995 (eieio-generic-form):
bd2afec2 7996
9515cdcc
GM
7997 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7998 match-data. (Bug#4555).
7999
a4d2c321
GM
8000 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8001 rather than parsing it as a regexp. This relaxes the layout
8002 requirements and makes errors easier to detect.
8003 (check-declare-verify): Check file is regular.
8004 (check-declare-directory): Doc fix.
8005 * subr.el (declare-function): Doc fix.
8006
b15c31c7
GM
8007 * ibuffer.el (ibuffer-format-qualifier):
8008 * isearch.el (hi-lock-regexp-okay):
8009 * calc/calc.el (math-zerop):
8010 * mail/uce.el (rmail-msgbeg, rmail-msgend):
8011 * term/w32-win.el (setup-default-fontset, set-fontset-font):
8012 Remove unused declarations.
8013
1fc28a2c
GM
80142009-09-30 Glenn Morris <rgm@gnu.org>
8015
1fc28a2c
GM
8016 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8017
494f4fc7
GM
8018 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8019 filename is not a string.
8020
561580e9
CY
80212009-09-29 Chong Yidong <cyd@stupidchicken.com>
8022
8023 * files.el (safe-local-eval-forms): Fix typo.
8024
dcbbecd4
SM
80252009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8026
8027 * vc-hooks.el (vc-dir-buffers): New var.
8028 (vc-state-refresh): New function.
8029 (vc-state): Use it.
8030 (vc-after-save): Always ask the backend to recompute the new state.
8031 Always call vc-dir if necessary, using vc-dir-buffers.
8032 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8033 Use vc-dir-buffers.
8034 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8035 (vc-dir-prepare-status-buffer, vc-dir-update)
8036 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8037 Don't call expand-file-name on default-directory.
8038
d88444f2
JB
80392009-09-29 Juanma Barranquero <lekktu@gmail.com>
8040
8041 * speedbar.el (speedbar-item-delete):
8042 * calc/calc-prog.el (calc-kbd-if):
8043 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8044
8045 * epa.el (epa-key-list-mode-map):
8046 * hi-lock.el (hi-lock-menu): Fix typos in menus.
8047
8048 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8049 (hs-show-hook): Fix typo in docstring.
8050
5da62d41
GM
80512009-09-29 Glenn Morris <rgm@gnu.org>
8052
8360fce0
GM
8053 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8054 file-name-nondirectory call preventing location of cedet files.
8055 (check-declare-verify): Use literal search rather than re-search.
ae715515 8056 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
8057
8058 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8059 Use tramp-compat-file-attributes rather than nonexistent
8060 tramp-compat-handle-file-attributes.
8061
5da62d41
GM
8062 * Makefile.in (lisptagsfiles4): New.
8063 (AUTOGENEL): Add cedet loaddefs files.
8064 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8065 (update-elclist, compile-always, backup-compiled-files)
8066 (bootstrap-clean): Add yet another directory level.
8067 (update-elclist): Use LC_COLLATE rather than COLLATE.
8068 (ELCFILES): Update, via `make update-elclist'.
8069
48267264
JB
80702009-09-29 Juanma Barranquero <lekktu@gmail.com>
8071
8072 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8073 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8074 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8075
2c4cd0b0
AS
80762009-09-28 Andreas Schwab <schwab@linux-m68k.org>
8077
8078 * Makefile.in (lisptagsfiles3): Define.
5da62d41 8079 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
8080 (update-elclist): Add third directory level to look for elc files.
8081 (compile-always): Likewise.
8082 (backup-compiled-files): Likewise.
8083 (bootstrap-clean): Likewise.
8084 (ELCFILES): Update.
8085
a2533e47
CY
80862009-09-28 Chong Yidong <cyd@stupidchicken.com>
8087
8088 * Makefile.in (ELCFILES): Add CEDET files.
8089
eefbedb1
MA
80902009-09-28 Michael Albinus <michael.albinus@gmx.de>
8091
8092 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8093
8094 * net/tramp.el (top): Require tramp-imap.
8095
8096 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8097 Use `tramp-compat-handle-file-attributes'.
8098
80992009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8100
8101 * net/tramp-imap.el: New package.
8102
748e3d67
VJL
81032009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8104
8105 * whitespace.el (whitespace-trailing-regexp)
8106 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8107 Fix doc string.
8108
15120dec
CY
81092009-09-27 Chong Yidong <cyd@stupidchicken.com>
8110
8111 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8112 menu.
8113
8114 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8115 menu-bar-ediff-menu.
8116
8117 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8118 define-overloadable-function.
8119
8120 * progmodes/autoconf.el: Provide autoconf as well, so that this
8121 file can be `require'd.
8122
8123 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8124
8125 * emacs-lisp/autoload.el (generated-autoload-feature)
8126 (generated-autoload-load-name): New vars.
8127 (autoload-rubric, autoload-generate-file-autoloads): Use them.
8128 (make-autoload): Recognize define-overloadable-function and
8129 defclass forms (for EIEIO).
8130
8131 * Makefile.in (update-subdirs): Exclude cedet directory.
8132
135abf91
AR
81332009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8134
1becddbb 8135 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
8136
8137 * faces.el: Default light-background background for region face to
8138 ns_selection_color under NS.
8139
3d994264
TZ
81402009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8141
8142 * net/imap-hash.el: New library, see NEWS.
8143
8144 * Makefile.in (ELCFILES): Add imap-hash.el.
8145
ce9a0ccb
SM
81462009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8147
8148 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8149 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8150 * help-macro.el (make-help-screen): Avoid using an ambiguous function
8151 definition where the docstring could be taken for the return value.
8152
a92cdd49
GM
81532009-09-26 Glenn Morris <rgm@gnu.org>
8154
8155 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8156 Add option to only show images below a certain size.
8157 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8158 save-excursion calls.
8159
416ac2f1
EZ
81602009-09-26 Eli Zaretskii <eliz@gnu.org>
8161
8162 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8163 subdirectories) and eieio.
8164
d9a13f68
AM
81652009-09-26 Alan Mackenzie <acm@muc.de>
8166
33aeea0e
SM
8167 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8168 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
8169
8170 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 8171 character constants (as case labels). (Bug#4289)
d9a13f68 8172
182b3bec
CY
81732009-09-25 Juri Linkov <juri@jurta.org>
8174
8175 * files.el (safe-local-eval-forms): Allow time-stamp in
8176 before-save-hook (Bug#4554).
8177
8f75f2da
JB
81782009-09-25 Drew Adams <drew.adams@oracle.com>
8179
8180 * menu-bar.el (list-buffers-directory): Doc fix.
8181
8390fb80
SM
81822009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
8183
8184 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8185 Try and avoid copying twice the same paragraph.
8186 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8187 Remove save-excursion.
8188 (log-edit-changelog-entry): Do it here instead.
8189
11ee8d90
JB
81902009-09-25 Juanma Barranquero <lekktu@gmail.com>
8191
027b1942
JB
8192 * bs.el (bs--get-file-name): Use `list-buffers-directory'
8193 when available, instead of hardcoding mode names. Doc fix.
8194
11ee8d90
JB
8195 * menu-bar.el (list-buffers-directory): Add docstring.
8196 Make automatically buffer-local.
8197
8198 * dired.el (dired-mode):
8199 * files.el (cd-absolute):
8200 * pcvs.el (cvs-temp-buffer):
8201 * pcvs-util.el (cvs-get-buffer-create):
8202 * shell.el (shell-mode):
8203 * vc-dir.el (vc-dir-mode):
8204 Don't make `list-buffers-directory' buffer local.
8205
21289c5d
CY
82062009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
8207
8390fb80
SM
8208 * comint.el (comint-exec, comint-run, make-comint):
8209 Doc fixes (Bug#4542).
21289c5d 8210
e8652dd9
GM
82112009-09-25 Glenn Morris <rgm@gnu.org>
8212
8213 * mail/rmailmm.el (rmail-mime): New custom group.
8214 Move all defcustoms in this file into this group.
8215 (rmail-mime-media-type-handlers-alist): Revert previous change.
8216 (rmail-mime-show-images): New option.
8217 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8218 references to it, since it wasn't actually used for anything.
8219 (rmail-mime-insert-image): New function.
8220 (rmail-mime-image): Use rmail-mime-insert-image.
8221 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
8222 obey the value of `rmail-mime-show-images' option. Print the size of
8223 attachments.
e8652dd9 8224
fb652bb5
JB
82252009-09-25 David Engster <deng@randomsample.de>
8226
8227 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
8228
32a9841c
VJL
82292009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8230
8231 * whitespace.el: Does not highlight trailing spaces While point is
8232 at end of line. Does not highligt spaces at beginning of buffer
8233 while point is at beginning of buffer. Does not highlight spaces
8234 at end of buffer while point is at end of buffer. (Bug#4177)
8235 New version 12.0.
8236 (whitespace-display-mappings): Adjust initialization.
8237 (whitespace-point, whitespace-font-lock-refontify): New vars.
8238 (whitespace-color-on, whitespace-color-off): Adjust code.
8239 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8240 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8241 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8242
e477ca84
CY
82432009-09-24 Chong Yidong <cyd@stupidchicken.com>
8244
8245 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8246
8247 * textmodes/sgml-mode.el: Remove xml-mode alias.
8248
8249 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 8250 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 8251
68712602
AM
82522009-09-24 Alan Mackenzie <acm@muc.de>
8253
8254 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8255 c-forward-conditionals, but it doesn't move point and doesn't set
8256 the mark.
8257 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8258 (c-down-conditional-with-else, c-backward-conditional)
8259 (c-forward-conditional): Refactor to use c-scan-conditionals.
8260
1659ada0
JB
82612009-09-24 Juanma Barranquero <lekktu@gmail.com>
8262
8263 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8264 (help-default-arg-highlight): Remove.
8265 (help-highlight-arg): New function.
8266 (help-do-arg-highlight): Use it.
8267 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
8268
b3f01e46
SM
82692009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8270
8271 * term.el (term-set-scroll-region, term-handle-ansi-escape):
8272 Undo last change, which didn't fix the problem and introduced others.
8273
107ef54a
NR
82742009-09-24 Nick Roberts <nickrob@snap.net.nz>
8275
8276 * progmodes/gdb-mi.el: Don't require speedbar.
8277 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8278
ffa1fed6
GM
82792009-09-24 Glenn Morris <rgm@gnu.org>
8280
2157a2be
GM
8281 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8282
6125167c
GM
8283 * term/ns-win.el (ns-reg-to-script): Define for compiler.
8284
ffa1fed6
GM
8285 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8286 there is no newline after the final mime boundary. (Bug#4539)
8287 Move markers on insertion so that any buttons inserted don't end up in
8288 the next part of a multipart message.
2e9075d3
GM
8289 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
8290 (rmail-mime-bulk-handler): Optionally handle images.
8291 (rmail-mime-image): New button action.
8292 (rmail-mime-image-handler): New function.
8293 (rmail-mime-mode): New mode.
8294 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 8295
4a814992
SM
82962009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8297
075518b5
SM
8298 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8299 than just dropping elements from it (bug#4504).
8300
8ad2defc
SM
8301 * term.el (term-set-scroll-region): Don't move cursor any more.
8302 (term-handle-ansi-escape): Call term-goto here instead.
8303 Suggested by Ivan Kanis <apple@kanis.eu>.
8304
4a814992
SM
8305 * term.el: Require CL.
8306 (term-ansi-reset): New function.
8307 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8308 (term-handle-colors-array): Simplify.
8309
5a0c3f56
JB
83102009-09-24 Juanma Barranquero <lekktu@gmail.com>
8311
8312 * allout.el (allout-overlay-interior-modification-handler)
8313 (allout-obtain-passphrase):
8314 * epa-file.el (epa-file-write-region):
8315 * ps-print.el (ps-begin-job):
8316 * vc-hooks.el (vc-toggle-read-only):
8317 * vc-rcs.el (vc-rcs-rollback):
8318 * vc-sccs.el (vc-sccs-rollback):
8319 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8320 (vc-version-diff, vc-revert, vc-rollback):
8321 * wdired.el (wdired-check-kill-buffer):
8322 * emacs-lisp/authors.el (authors):
8323 * net/socks.el (socks-open-connection):
8324 * net/zeroconf.el (zeroconf-service-add-hook):
8325 * obsolete/vc-mcvs.el (vc-mcvs-register):
8326 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8327 (gdb-select-frame):
8328 * progmodes/grep.el (lgrep, rgrep):
8329 * progmodes/idlw-help.el (idlwave-help-check-locations)
8330 (idlwave-help-html-link, idlwave-help-assistant-open-link):
8331 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8332 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8333 (reftex-toc-rename-label): Fix typos in error messages.
8334
8335 * dired-aux.el (dired-do-shell-command): Reflow docstring.
8336 (dired-copy-how-to-fn): Doc fix.
8337 (dired-files-attributes, dired-read-shell-command):
8338 Fix typos in docstrings.
8339
8340 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8341 (dired-x-find-file-other-window): Reflow docstrings.
8342 (dired-omit-marker-char, dired-read-shell-command)
8343 (dired-x-submit-report): Fix typos in docstrings.
8344
8345 * shell.el (shell-mode-hook):
8346 * view.el (View-scroll-line-forward):
8347 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8348 Fix typos in docstrings.
8349
8350 * net/dig.el (dig-invoke): Fix typo in docstring.
8351 (query-dig): Reflow docstring.
8352
8353 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8354 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8355 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8356 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8357 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8358 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8359 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8360 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8361 (idlwave-completion-map, idlwave-current-indent)
8362 (idlwave-custom-ampersand-surround, idlwave-customize)
8363 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8364 (idlwave-define-abbrev, idlwave-determine-class-special)
8365 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8366 (idlwave-end-block-reg, idlwave-end-of-statement)
8367 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8368 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8369 (idlwave-explicit-class-listed, idlwave-file-header)
8370 (idlwave-fill-paragraph, idlwave-find-class-definition)
8371 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8372 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8373 (idlwave-in-quote, idlwave-indent-action-table)
8374 (idlwave-indent-expand-table, idlwave-indent-line)
8375 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8376 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8377 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8378 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8379 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8380 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8381 (idlwave-outlawed-buffers, idlwave-popup-select)
8382 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8383 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8384 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8385 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8386 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8387 (idlwave-statement-type, idlwave-struct-skip)
8388 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8389 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8390 (idlwave-what-module-find-class): Fix typos in docstrings.
8391 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8392 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8393 (idlwave-find-module, idlwave-find-structure-definition)
8394 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8395 (idlwave-list-load-path-shadows, idlwave-next-statement)
8396 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8397 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8398 (idlwave-template): Reflow docstrings.
8399
8400 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8401 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8402 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8403 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8404 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8405 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8406 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8407 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8408 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8409 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8410 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8411 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8412 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8413 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8414 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8415 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8416 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8417 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8418 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8419 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8420 Fix typos in docstrings.
8421 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8422 (idlwave-shell-hide-output, idlwave-shell-mode)
8423 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8424 Reflow docstrings.
8425
8426 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8427
62136c5d
SM
84282009-09-24 Ivan Kanis <apple@kanis.eu>
8429
8430 * term.el (term-bold-attribute): New var.
8431 (term-handle-colors-array): Use it.
8432
9c1a45ed
NR
84332009-09-23 Nick Roberts <nickrob@snap.net.nz>
8434
8435 * progmodes/gdb-mi.el (gdb-version): New variable.
8436 (gdb-non-stop-handler): Set gdb-version.
8437 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8438 Condition "--thread" option on gdb-version.
8439 (gdb-invalidate-threads): Remove unused argument.
8440
03304f31
SM
84412009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8442
8443 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8444 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8445
4f02f0c9
GM
84462009-09-23 Glenn Morris <rgm@gnu.org>
8447
8448 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8449 replying to mail without References or Message-Id. (Bug#4525)
8450
a3b4b363
AR
84512009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8452
8453 * term/ns-win.el (ns-reg-to-script): New variable.
8454
7bda18cc
DU
84552009-09-23 Daiki Ueno <ueno@unixuser.org>
8456
8457 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8458
72169e55
SS
84592009-09-22 Sam Steingold <sds@gnu.org>
8460
8461 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
8462 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8463 to 1 because hg returns status 1 when nothing is found.
0aa4f295 8464 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 8465
905b7d38
SM
84662009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8467
b0459dec
SM
8468 * textmodes/fill.el: Convert to utf-8 encoding.
8469 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8470 pre-unicode days.
8471
905b7d38
SM
8472 * add-log.el (change-log-fill-forward-paragraph): New function.
8473 (change-log-mode): Use it so fill-region DTRT.
8474 Set fill-indent-according-to-mode here rather than in
8475 change-log-fill-paragraph.
8476 (change-log-fill-paragraph): Remove.
8477
baa7f3de
JB
84782009-09-22 Juanma Barranquero <lekktu@gmail.com>
8479
8480 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8481 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8482
a8d789f0
GM
84832009-09-22 Glenn Morris <rgm@gnu.org>
8484
daedbbc2
GM
8485 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8486 the scroll-bar scroll the calendar window rather than the buffer.
8487
d8899a74
GM
8488 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8489 commands that move point (as opposed to scrolling).
8490
a8d789f0
GM
8491 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8492
8493 * emacs-lisp/elint.el (elint): New custom group.
8494 (elint-log-buffer): Make it a defcustom.
8495 (elint-scan-preloaded, elint-ignored-warnings)
8496 (elint-directory-skip-re): New options.
8497 (elint-builtin-variables): Doc fix.
8498 (elint-preloaded-env): New variable.
8499 (elint-unknown-builtin-args): Add an entry for encode-time.
8500 (elint-extra-errors): Make it a variable rather than a constant.
8501 (elint-preloaded-skip-re): New constant.
8502 (elint-directory): Skip files matching elint-directory-skip-re.
8503 (elint-features): New variable, local to linted buffers.
8504 (elint-update-env): Initialize elint-features. Possibly add
8505 elint-preloaded-env to the buffer's environment.
8506 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8507 Skip quoted forms.
8508 (elint-init-form): New function, extracted from elint-init-env.
8509 Make non-list forms a warning rather than an error.
8510 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8511 easy-menu-define, put that adds an error-condition, and provide.
8512 When requiring cl, also require cl-macs. Really require cl, to handle
8513 some cl macros. Store required libraries in the list elint-features,
8514 so as not to re-load them. Treat cc-require like require.
8515 (elint-init-env): Call elint-init-form to do the work.
8516 Handle eval-and-compile and such like.
8517 (elint-add-required-env): Do not clear messages.
8518 (elint-special-forms): Add handlers for function, defalias, if, when,
8519 unless, and, or.
8520 (elint-form): Add optional argument to ignore elint-special-forms,
8521 useful to prevent recursive calls from handlers. Doc fix.
8522 Respect elint-ignored-warnings.
8523 (elint-form): Respect elint-ignored-warnings.
8524 (elint-bound-variable, elint-bound-function): New variables.
8525 (elint-unbound-variable): Respect elint-bound-variable.
8526 (elint-get-args): Respect elint-bound-function.
8527 (elint-check-cond-form): Add some simple handling for (f)boundp and
8528 featurep tests.
8529 (elint-check-defalias-form): New handler.
8530 (elint-check-let-form): Make an empty let a warning rather than an
8531 error.
8532 (elint-check-setq-form): Make an empty setq a warning rather than an
8533 error. Respect elint-ignored-warnings.
8534 (elint-check-defvar-form): Accept null doc-strings.
8535 (elint-check-conditional-form): New handler. Does some simple-minded
8536 checking of featurep and (f)boundp tests.
8537 (elint-put-function-args): New function.
8538 (elint-initialize): Use elint-scan-doc-file rather than
8539 elint-find-builtin-variables. Use elint-put-function-args.
8540 Possibly scan preloaded-file-list.
8541 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8542 extend to handle functions as well.
8543
245be23c
JB
85442009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8545
8546 * linum.el (linum-delete-overlays, linum-update-window):
8547 Do not modify the right margin. (Bug#3971)
8548
91fdbd6f
CY
85492009-09-21 Chong Yidong <cyd@stupidchicken.com>
8550
33aeea0e
SM
8551 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
8552 Use nxml-mode instead of xml-mode.
91fdbd6f 8553
7589d38e
JB
85542009-09-21 Kevin Ryde <user42@zip.com.au>
8555
8556 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8557
5ac42715
SM
85582009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8559
8560 * net/dig.el (dig-mode): Use define-derived-mode.
8561
09c01323
DN
85622009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8563
4096c5f2
DN
8564 * vc-dispatcher.el (vc-do-command): Return the process object in
8565 the asynchronous case. Use when instead of if. Do not run
5480359e 8566 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 8567
0e172cc2
DN
8568 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8569 properties to the stash strings.
8570 (vc-git-stash-list): Return a list of strings.
8571 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8572 (vc-git-stash-show-at-point): New functions.
8573 (vc-git-stash-map): New keymap.
8574
03304f31
SM
8575 * register.el (ctl-x-r-map): Define the keys here instead of
8576 using autoload.
09c01323 8577
03304f31 85782009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
8579
8580 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8581 list, to workaround performance problem (bug#4485).
8582
2f5fc4d7
NR
85832009-09-20 Nick Roberts <nickrob@snap.net.nz>
8584
8585 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8586
b0f5fd2e
DU
85872009-09-20 Daiki Ueno <ueno@unixuser.org>
8588
8589 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8590 Document that this option is not recommended to use.
8591
f3445fab
GM
85922009-09-19 Glenn Morris <rgm@gnu.org>
8593
547c6921
GM
8594 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8595 variable `var'.
8596
f3445fab
GM
8597 * calc/calc-alg.el (var):
8598 * calc/calcalg2.el (var): Define for compiler.
8599
946c009b
CY
86002009-09-19 Chong Yidong <cyd@stupidchicken.com>
8601
e3f36d03
SM
8602 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8603 Doc fix (Bug#3932).
e2045997 8604
24aedbca
CY
8605 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8606
327dd27a
CY
8607 * time-stamp.el (time-stamp-month-dd-yyyy)
8608 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8609 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8610 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
8611 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8612 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 8613
946c009b
CY
8614 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8615 indent buffer only if called interactively (Bug#4452).
8616
3e70541a
JB
86172009-09-19 Juanma Barranquero <lekktu@gmail.com>
8618 Eli Zaretskii <eliz@gnu.org>
8619
8620 This fixes bug#4197 (merged to bug#865, though not identical).
8621 * server.el (server-auth-dir): Add docstring note about FAT32.
8622 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8623 but warn against using them.
8624
9b94c32e
NR
86252009-09-19 Nick Roberts <nickrob@snap.net.nz>
8626
8627 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8628 older GDB where there is no has_more field.
8629
66590684
GM
86302009-09-19 Glenn Morris <rgm@gnu.org>
8631
8632 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8633
9a1337f9
CY
86342009-09-18 Chong Yidong <cyd@stupidchicken.com>
8635
8636 * files.el (auto-mode-alist): Change default for XML files to nXML
8637 mode (Bug#4169).
8638
d7554167
JB
86392009-09-18 Juanma Barranquero <lekktu@gmail.com>
8640
8641 * server.el (server-ensure-safe-dir): Pass 'integer
8642 to `file-attributes', as suggested.
8643
35a3f9a4
SM
86442009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8645
8646 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8647 (dired-query): Use read-key.
8648
044f9b05
AR
86492009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8650
8651 * cus-start.el (ns-use-qd-smoothing): Remove.
8652
6188ea49
GM
86532009-09-18 Glenn Morris <rgm@gnu.org>
8654
08cf18e4
GM
8655 * allout.el (top-level): Remove unnecessary progn.
8656
07eae5c5
GM
8657 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8658
6726c25e
GM
8659 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8660 definition of abbrev table.
8661
3f527154 8662 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
8663 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8664 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
8665 * net/newst-backend.el (newsticker--cache-read-feed):
8666 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
8667 condition-case handlers.
8668
ccb4c30c
NR
86692009-09-18 Nick Roberts <nickrob@snap.net.nz>
8670
8671 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8672 (gdb-var-list): Add an element for has_more field.
8673 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8674 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8675 (gdb-var-update-handler-1): Parse output of dynamic variable
8676 objects (STL containers).
8677 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8678 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8679
8680 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8681 gdb-var-list.
8682 (gud-speedbar-buttons): Make node expandable if expression "has more"
8683 children.
8684
8686ac71
JB
86852009-09-17 Juanma Barranquero <lekktu@gmail.com>
8686
8687 * startup.el (emacs-quick-startup): Remove variable and all uses.
8688 (command-line): Set `inhibit-x-resources' instead.
8689 (command-line-1): Use `inhibit-x-resources' instead.
8690
a69c67e8
CY
86912009-09-17 Chong Yidong <cyd@stupidchicken.com>
8692
8693 * subr.el: Fix last change to avoid using the `unless' macro,
8694 which breaks bootstrapping.
8695
354f0faf
SM
86962009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8697
8698 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8699 extended definitions, in case we reload subr.el after having
8700 loaded CL.
8701 (eval-next-after-load): Mark as obsolete.
8702
98b9bf40
JL
87032009-09-17 Juri Linkov <juri@jurta.org>
8704
8705 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8706 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8707 (menu-bar-showhide-menu, menu-bar-tools-menu)
8708 (menu-bar-describe-menu, menu-bar-help-menu)
8709 (minibuffer-local-completion-map, minibuffer-local-map):
8710 Fix list quoting.
8711
28fab7b5
GM
87122009-09-17 Glenn Morris <rgm@gnu.org>
8713
88d5190c
GM
8714 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8715 arguments, whether or not it has a handler.
8716
74f24ba7
GM
8717 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8718
28fab7b5
GM
8719 * simple.el (hard-newline): Give it a doc-string.
8720
a8106aec
GM
8721 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8722 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 8723
76251ad7
DN
87242009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8725
72033dbe
DN
8726 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8727 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8728 (menu-bar-options-menu, menu-bar-showhide-menu)
8729 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8730 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8731 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8732 (menu-bar-options-menu, menu-bar-tools-menu)
8733 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8734 (menu-bar-help-menu):
8735 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8736 string arguments.
8737
76251ad7
DN
8738 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8739 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8740 calls for the menu names and :help.
8741
97b952b7
SM
87422009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8743
8744 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8745 to :minor-mode-function (bug#4455).
8746
8f38189e
SM
87472009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8748
d2fd733e
SM
8749 * startup.el (command-line): Initialize the window-system after
8750 processing the command-line.
8751
8f38189e
SM
8752 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8753 page-delimiter matches the empty string.
8754
77564fa4
GM
87552009-09-16 Glenn Morris <rgm@gnu.org>
8756
8757 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8758 byte-compile-not-obsolete-var. It's a list now.
8759 (byte-compile-not-obsolete-funcs): New variable.
8760 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8761 byte-compile-not-obsolete-funcs.
8762 (byte-compile-variable-ref, byte-compile-defvar): Update for
8763 byte-compile-not-obsolete-vars name-change and list nature.
8764 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8765 and variables behind (f)boundp tests.
8766 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8767
79d316d3
DN
87682009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8769
8770 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8771
8fed6934
SM
87722009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8773
8774 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8775 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8776 Don't autoload.
8777
4078fd57
SE
87782009-09-15 Stephen Eglen <stephen@gnu.org>
8779
8780 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 8781 the virtual-buffers, use the name of the buffer specified by
4078fd57 8782 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 8783 problem if the target and the symlink had different names.)
4078fd57 8784
838ff458
SM
87852009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8786
b3c7c12d
SM
8787 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8788
13dc2bc2
SM
8789 * desktop.el (desktop-path): Check user-emacs-directory.
8790
49fec531
SM
8791 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8792
0e328d37
SM
8793 * loadup.el: Use after-load-functions to GC after loading each file.
8794 Remove the explicit GC calls that used to be sprinkled around.
8795
838ff458
SM
8796 * subr.el (after-load-functions): New hook.
8797 (do-after-load-evaluation): Run it. Use string-match-p to detect
8798 `obsolete' packages, rather than painfully extracting the relevant
8799 directory name.
8800
a62f564f
GM
88012009-09-15 Glenn Morris <rgm@gnu.org>
8802
8803 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8804 free variable `doc'.
8805
8806 * dired.el (dired-mode-map): Add menu entry for async shell command.
8807
8808 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8809 variables, also consider the .elc files, since the .el files are
8810 normally gzipped (subsequent code locates the .el.gz from the .elc).
8811
8812 * calc/calc-prog.el (arglist): Define for compiler.
8813
8814 * calendar/diary-lib.el (diary-display-function): Change the default to
8815 fancy display.
8816 (body): Define for compiler.
8817
8818 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8819 (byte-compile-file-form, byte-compile-lambda)
8820 (byte-compile-top-level-body, byte-compile-form)
8821 (byte-compile-variable-ref, byte-compile-setq)
8822 (byte-compile-setq-default, byte-compile-body)
8823 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8824 (batch-byte-compile): Give some more local variables with common names
8825 a "bytecomp-" prefix to avoid masking warnings about free variables.
8826
cd05fe7f
GM
8827 * startup.el (command-line-1): Give local variables with common names a
8828 distinguishing prefix, so as not to hide free variable warnings during
8829 bootstrap.
8830
a62f564f
GM
8831 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8832 clever and add a suffix to make a unique name, just let the user decide
8833 whether or not to overwrite it. If the input is a directory, write the
8834 default filename to that directory. (Bug#4388)
8835 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8836 is a filename-as-a-directory.
8837
fbc88440
SM
88382009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8839
8840 * textmodes/page.el (what-page): Don't move to beginning of line.
8841 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8842
60308853
DN
88432009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8844
8845 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8846
32ba3abc
DN
88472009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8848
9cd39aff
DN
8849 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8850 * help.el (help-for-help-internal): Add purecopy calls for text.
8851
32ba3abc
DN
8852 * vc.el (top): print-log method now takes an optional SHORTLOG
8853 argument. Add a new method: root.
32ba3abc
DN
8854 (vc-root-diff, vc-print-root-log): New functions.
8855 (vc-log-short-style): New variable.
8856 (vc-print-log-internal): Add support for showing short logs.
8857
8858 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8859 vc-print-root-log and vc-print-root-diff.
8860
8861 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8862 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8863 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8864 short logs.
8865
8866 * vc-cvs.el (vc-cvs-print-log):
8867 * vc-mtn.el (vc-mtn-print-log):
8868 * vc-rcs.el (vc-rcs-print-log):
8869 * vc-sccs.el (vc-sccs-print-log):
8870 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8871 that is ignored for now.
8872
837b0e99
DN
8873 * vc-mtn.el (vc-mtn-annotate-command):
8874 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8875
31cd2dd4
SM
88762009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8877
8878 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8879 to function-key-map, and give them ascii-character property.
8880 * term/x-win.el (x-alternatives-map):
8881 * term/ns-win.el (ns-alternatives-map):
8882 * term/internal.el (msdos-key-remapping-map):
8883 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8884
d62e5bf2
GM
88852009-09-14 Glenn Morris <rgm@gnu.org>
8886
8887 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8888 temp-buffers (2009-09-12).
8889
7d0105e5
SM
88902009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8891
8892 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8893 the new read-key function.
8894
e17ed9ad
CY
88952009-09-13 Chong Yidong <cyd@stupidchicken.com>
8896
8897 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8898 is defined (Bug#4405).
8899
1fc26e29
CY
89002009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
8901
8902 * recentf.el (recentf-cleanup): Use a hash table to find
8903 duplicates (Bug#4407).
8904
61dc96a2 89052009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
8906
8907 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8908 kp-0 to ascii equivalents (Bug#4325).
8909
42c3a9e3
CY
89102009-09-13 Chong Yidong <cyd@stupidchicken.com>
8911
1f5c1626
CY
8912 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8913
42c3a9e3 8914 * eshell/em-hist.el:
31cd2dd4
SM
8915 * eshell/em-dirs.el (eshell-complete-user-reference):
8916 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
8917
89182009-09-13 Leo <sdl.web@gmail.com> (tiny change)
8919
8920 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8921 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8922 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
8923 * eshell/em-hist.el (eshell-history-file-name):
8924 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 8925
1e2b6acf
GM
89262009-09-13 Glenn Morris <rgm@gnu.org>
8927
8928 * ediff-merg.el (ediff-do-merge):
8929 * filesets.el (filesets-run-cmd):
8930 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8931 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8932 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8933 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8934 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8935 Replace empty `let's with `progn'.
8936
adba8116
SM
89372009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8938
8939 * mail/sendmail.el (send-mail-function):
8940 * tooltip.el (tooltip-mode):
8941 * simple.el (transient-mark-mode):
8942 * rfn-eshadow.el (file-name-shadow-mode):
8943 * frame.el (blink-cursor-mode):
8944 * font-core.el (global-font-lock-mode):
8945 * files.el (temporary-file-directory)
8946 (small-temporary-file-directory, auto-save-file-name-transforms):
8947 * epa-hook.el (auto-encryption-mode):
8948 * composite.el (global-auto-composition-mode):
8949 Use custom-initialize-delay.
8950 * startup.el (command-line): Don't explicitly call
8951 custom-reevaluate-setting for all the above vars.
8952 * custom.el (custom-initialize-safe-set)
8953 (custom-initialize-safe-default): Delete.
8954
0a4afea9
SM
89552009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8956
9f94990d
SM
8957 * term/x-win.el (x-initialize-window-system):
8958 * term/w32-win.el (w32-initialize-window-system):
8959 * term/ns-win.el (ns-initialize-window-system): Don't call
8960 mouse-wheel-mode since it's enabled globally by default already.
8961
0a4afea9
SM
8962 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8963 actually define the variable, but only silences the byte-compiler.
8964 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8965 before looking it up.
8966 (mouse-wheel-scroll-amount): Also reset the bindings if this value
8967 is changed.
8968
bf01513f
GM
89692009-09-12 Glenn Morris <rgm@gnu.org>
8970
8971 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8972 1000.
8973 (elint-add-required-env): Don't beep on error.
8974 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
8975 (elint-init-env): Skip non-list forms.
8976 (elint-log): Handle unknown file positions.
bf01513f 8977
d85889e4
DU
89782009-09-12 Daiki Ueno <ueno@unixuser.org>
8979
8980 * epg.el (epg-make-context): Add autoload cookie.
8981 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8982 (epg-decrypt-string, epg-start-verify, epg-verify-file)
8983 (epg-verify-string, epg-start-sign, epg-sign-file)
8984 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8985 (epg-encrypt-string, epg-start-export-keys)
8986 (epg-export-keys-to-file, epg-export-keys-to-string)
8987 (epg-start-import-keys, epg-import-keys-from-file)
8988 (epg-import-keys-from-string, epg-start-receive-keys)
8989 (epg-receive-keys, epg-import-keys-from-server)
8990 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8991 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
8992 (epg-generate-key-from-file, epg-generate-key-from-string):
8993 Remove autoload cookie.
d85889e4 8994
8f825ee6
EZ
89952009-09-12 Eli Zaretskii <eliz@gnu.org>
8996
36b434ee
EZ
8997 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8998 reevaluation of trash-directory.
8999
8f825ee6
EZ
9000 * mwheel.el: Fix last change.
9001 (mouse-wheel-mode): New defvar.
9002 (mouse-wheel-mode): Remove autoload cookie.
9003
5766c380
SM
90042009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9005
ab5c0fcd
SM
9006 * mwheel.el (mwheel-installed-bindings): New var.
9007 (mouse-wheel-mode): Use it, so as to make sure we really remove all
9008 the bindings we set last time. Use custom-initialize-delay.
9009 * loadup.el: Load mwheel after term/*-win.el.
9010 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9011 and mouse-wheel-up-event now that their first evaluation is done
9012 sufficiently late to be correct.
9013
45448e64
SM
9014 * startup.el (tutorial-directory): Make it a defcustom.
9015 Use custom-initialize-delay rather than eval-at-startup to set it.
9016 * image.el (image-load-path): Make it a defcustom.
9017 Use custom-initialize-delay rather than eval-at-startup to set it.
9018 * subr.el (eval-at-startup): Remove.
9019 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9020
5766c380
SM
9021 * subr.el (do-after-load-evaluation): Warn the user after loading an
9022 obsolete package.
9023
d6549da4
GM
90242009-09-12 Glenn Morris <rgm@gnu.org>
9025
9026 * proced.el (proced-mark-alt): Remove alias.
9027 (proced-mode-map): Remove proced-mark-alt.
9028
9029 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9030 Elint file and directory. Remove initialization entry.
9031
9032 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9033 commands.
9034 (elint-current-buffer): Set mode-line-process.
9035 (elint-init-env): Handle define-derived-mode.
9036 Fix declare-function with unspecified arglist. Guard against odd
9037 defalias statements (eg iso-insert's 8859-1-map).
9038 (elint-add-required-env): Use a temp buffer.
9039 (elint-form): Just print the function/macro name, not the whole form.
9040 Return env unchanged if we fail to parse a macro.
9041 (elint-forms): Guard against parse errors.
9042 (elint-output): New function, to handle batch mode.
9043 (elint-log-message): Add optional argument. Use elint-output.
9044 (elint-set-mode-line): New function.
9045
30194d4d
CY
90462009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
9047
9048 * emacs-lisp/elp.el (elp-not-profilable): Add more
9049 functions (Bug#4233).
9050
a035f9b0
CY
90512009-09-12 Chong Yidong <cyd@stupidchicken.com>
9052
9053 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9054 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9055
dad61164
NR
90562009-09-11 Nick Roberts <nickrob@snap.net.nz>
9057
9058 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9059 (gdb-var-list-children): Use json parsing.
9060
9c3c9fdf 90612009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
9062
9063 * progmodes/js.el (js--proper-indentation): Handle the case where
9064 char-before is null. Reported by Deniz Dogan.
9065
b4587710
JB
90662009-09-11 Juanma Barranquero <lekktu@gmail.com>
9067
9068 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9069
13890796
DU
90702009-09-11 Daiki Ueno <ueno@unixuser.org>
9071
9072 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9073 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 9074 (epg-context-set-passphrase-callback)
97d4bdba 9075 (epg-context-set-progress-callback): Add description about
b18508dd 9076 callback function.
13890796 9077
2efb64a8
SM
90782009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9079
790d0270
SM
9080 * custom.el (custom-delayed-init-variables): New var.
9081 (custom-initialize-delay): New function.
9082 * startup.el (command-line): "Re"evaluate all vars in
9083 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
9084 explicitly any more.
9085 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9086 to avoid creating a ~/.emacs.d at build-time (bug#4347).
9087
9088 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 9089
ac243a40
NR
90902009-09-11 Nick Roberts <nickrob@snap.net.nz>
9091
9092 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9093 (gdb-var-update-handler): Use json parsing.
9094
657bc6fc
JB
90952009-09-11 Juanma Barranquero <lekktu@gmail.com>
9096
9097 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9098 decode annotated text, regardless of language environment. (Bug#2741)
9099
b6fe8102
SM
91002009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9101
9102 * Makefile.in (autoloads): Make rmail.el writable as well.
9103
5cc443fe
GM
91042009-09-11 Glenn Morris <rgm@gnu.org>
9105
5515c54e
GM
9106 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9107 loaddefs.el.
9108 * dired.el: Regenerate with extracted autoloads.
9109 * Makefile.in (autoloads): Make dired.el writable.
9110
15067158
GM
9111 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9112 * ibuffer.el: Regenerate with extracted autoloads.
9113 * Makefile.in (autoloads): Make ibuffer.el writable.
9114
d35d0238
GM
9115 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9116 * version.el (emacs-copyright, emacs-major-version)
9117 (emacs-minor-version): Reformat doc-strings for make-docfile.
9118
5cc443fe
GM
9119 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9120 functions and variables, since they must be stuff specific to some other
9121 platform.
9122 (apropos-print): Make mouse-click message less specific about button.
9123
9124 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9125 that records where a macro was defined.
9126 * help-fns.el (describe-function-1): Mention if a function has a
9127 compiler-macro.
9128 * help-mode.el (help-function-cmacro): New button.
9129
9130 * locate.el (top-level): Always require dired.
9131 (locate-mode-map): Initialize inside the defvar.
9132
9133 * net/ange-ftp.el (dired-compress-file): Declare.
9134 (ange-ftp-dired-compress-file): Add doc string.
9135
9136 * term/ns-win.el (x-display-name, x-setup-function-keys):
9137 Unify doc-strings with X versions.
9138
8cb95edf
SM
91392009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9140
726a4d09
SM
9141 * emulation/crisp.el (crisp-mode-map): Move initialization
9142 into declaration.
9143 (crisp-mode): Use define-minor-mode.
9144
8cb95edf
SM
9145 * progmodes/xscheme.el (xscheme-evaluation-commands):
9146 Put a :advertised-binding property rather than using
9147 advertised-xscheme-send-previous-expression.
9148 (advertised-xscheme-send-previous-expression): Declare obsolete.
9149 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9150 `advertised-undo'.
9151 (crisp-mode): Add corresponding bindings to
9152 undo's :advertised-binding instead.
9153 * dired.el (dired-mode-map): Put a :advertised-binding property rather
9154 than using dired-advertised-find-file.
9155 (dired-advertised-find-file):
9156 * simple.el (advertised-undo):
9157 * wid-edit.el (advertised-widget-backward): Declare obsolete.
9158 (widget-keymap): Put a :advertised-binding property rather
9159 than using advertised-widget-backward.
9160 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9161 than using advertised-undo.
9162 * tutorial.el (tutorial--default-keys): Adjust accordingly.
9163
07db5857
SS
91642009-09-10 Simon South <ssouth@slowcomputing.org>
9165
9166 * progmodes/delphi.el (delphi-tab): Indent region when Transient
9167 Mark mode is enabled and region is active; otherwise indent or
9168 insert TAB as usual.
9169 (delphi-mode): Update description of TAB-key binding.
9170
50d4ba39
SM
91712009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9172
9173 * subr.el (define-key-rebound-commands): Mark obsolete.
9174 * startup.el (precompute-menubar-bindings): Remove.
9175 (normal-top-level): Remove obsolete code that tried to precompute
9176 menubar bindings.
9177 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9178 define-key-rebound-commands and precompute-menubar-bindings.
9179
ffa894db
KY
91802009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9181
9182 * net/imap.el (imap-interactive-login): Better messages.
9183 (imap-open): Fix bug with renamed buffer on reconnect.
9184 (imap-authenticate): Add buffer-local imap-last-authenticator variable
9185 for easier debugging and cleaner code. On successful (guessed based on
9186 server capabilities) secondary authentication, set imap-state
9187 correctly.
9188 (imap-last-authenticator): Define imap-last-authenticator as a variable
9189 to avoid warnings.
9190
9477096c
GM
91912009-09-10 Glenn Morris <rgm@gnu.org>
9192
9193 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9194
9195 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9196 (byte-compile-file-form-autoload): Don't warn about unknown functions
9197 where the autoload statement comes after the use.
9198 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9199 that any handlers inside the body (eg require) are in turn respected.
9200
9201 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9202 effects.
9203
9204 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9205 and syntax and abbrev tables basic docs, if they don't have any.
9206
9207 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9208
9209 * international/mule-cmds.el (top-level): Require cl when compiling.
9210 (view-hello-file): Use default-value rather than
9211 default-enable-multibyte-characters.
9212
9213 * progmodes/fortran.el: Move all safe and risky properties into the
9214 defcustoms.
9215
9216 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9217 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9218 * mail/undigest.el:
9219 Put autoloads in rmail.el rather than loaddefs.el.
9220 * mail/rmail.el: Regenerate with extracted autoloads.
9221
9222 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9223 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9224
9f16c547
NR
92252009-09-10 Nick Roberts <nickrob@snap.net.nz>
9226
9227 Reported in thread for Bug#4375.
9228 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9229 "-data-evaluate-expression" instead of print.
9230 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9231 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
9232 (gdb): Revert 2009-08-11 change. User should detach inferior
9233 manually.
9f16c547
NR
9234
9235 Remove the word "separate" from IO functions as inferior
9236 output is now never displayed in the GUD buffer.
9237
50405cd0
JB
92382009-09-10 Juanma Barranquero <lekktu@gmail.com>
9239
9240 * startup.el (command-line-normalize-file-name): On Windows and
9241 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9242
7ae62430
JL
92432009-09-10 Juri Linkov <juri@jurta.org>
9244
9245 * isearch.el (isearch-text-char-description): Propertize escape
9246 character sequences with the `escape-glyph' face. (Bug#4344)
9247
9248 * simple.el (shell-command): Set asynchronous process filter to
9249 `comint-output-filter'. (Bug#4343)
9250
9251 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9252 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
9253 the list. Move "asm" to the bottom.
9254 (grep-find-ignored-directories): Add `choice' with nil value
9255 to empty the list easily.
9256 (grep-find-ignored-files): New option.
9257 (grep-files-history): Set to nil by default instead of '("ch" "el").
9258 (grep-compute-defaults): Add "<X>" to `grep-template'.
9259 (grep-read-files): Bind new local variables `default-alias' and
9260 `default-extension'. Use a list of default values for the file prompt.
9261 (lgrep): Add `--exclude=' command line options composed from
9262 `grep-find-ignored-files'.
9263 (rgrep): Add `-name' command line options composed from
9264 `grep-find-ignored-files'. (Bug#4301)
9265
cd875252
SM
92662009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9267
9268 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9269 (bug#4368).
9270
cdce0b33
KY
92712009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9272
9273 * calendar/time-date.el (autoload):
9274 Expand define-obsolete-function-alias into defalias and make-obsolete
9275 for old Emacsen that Gnus supports.
9276 (with-no-warnings): Define it for old Emacsen.
9277 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9278 is available.
9279 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9280 float-time is available; suppress compile warning for time-to-seconds.
9281
92822009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
9283
9284 * net/imap.el (imap-message-map): Docstring fix.
9285
2b2eb431
GM
92862009-09-09 Glenn Morris <rgm@gnu.org>
9287
9288 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9289 line numbers too. (Bug#4374)
9290
83a5aac5
SM
92912009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
9292
755e0210
SM
9293 * smerge-mode.el (smerge-remove-props, smerge-refine):
9294 Use with-silent-modifications (bug#4342).
9295
83a5aac5
SM
9296 * subr.el (with-silent-modifications): New macro.
9297
79f01fa7
JB
92982009-09-07 Juanma Barranquero <lekktu@gmail.com>
9299
9300 * files.el (top-level): Require `cl' when compiling.
9301
448ecec3
GM
93022009-09-07 Glenn Morris <rgm@gnu.org>
9303
9304 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9305
8f09a02f
GM
9306 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9307 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
9308
76ff67bf
NR
93092009-09-06 Nick Roberts <nickrob@snap.net.nz>
9310
9311 * vc-git.el (vc-git-annotate-command): Use separator to parse
9312 arguments correctly.
9313
943c8b75
EZ
93142009-09-06 Eli Zaretskii <eliz@gnu.org>
9315
9316 * proced.el (proced-mode): Doc fix.
9317
680db9ac
MA
93182009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
9319
9320 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9321 lstat fails.
9322 (tramp-do-file-attributes-with-ls): Check for file existence at
9323 remote end.
9324 (tramp-do-file-attributes-with-stat): Likewise.
9325 (tramp-convert-file-attributes): Return nil when attr is nil.
9326
3f12e5bd
GM
93272009-09-05 Glenn Morris <rgm@gnu.org>
9328
c8dc27bf
GM
9329 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9330 properties to this button.
9331 (diary-fancy-display): Don't extend the button to the final newline.
9332 (diary-fancy-display-mode): Continue to define "q" as a local key.
9333
cca065d8
GM
9334 * calendar/cal-china.el (holiday-chinese): Make it slightly more
9335 efficient.
9336
cddaedb6
GM
9337 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9338
3f12e5bd
GM
9339 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9340 (byte-compile-dest-file-function): New option.
9341 (byte-compile-dest-file): Doc fix.
9342 Obey byte-compile-dest-file-function.
9343 (byte-compile-cl-file-p): New function.
9344 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9345 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
9346 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9347 than for file being previously loaded.
9348 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9349 (byte-compile-file-form-require): Handle the case where requiring a file
9350 indirectly causes CL to be loaded.
9351
049a231b
KF
93522009-09-05 Karl Fogel <kfogel@red-bean.com>
9353
9354 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9355 before killing the old buffer, since by the time `kill-buffer' is
9356 run so many buffer variables have been set to nil that it may not
9357 behave as expected. (Bug#4061)
9358
ef7ef2a0
KF
93592009-09-05 Karl Fogel <kfogel@red-bean.com>
9360
9361 * files.el (find-alternate-file): If the old buffer is modified
9362 and visiting a file, behave similarly to `kill-buffer' when
9363 killing it, thus reverting to the pre-1.878 behavior; see
9364 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9365 for discussion. Also, consult `buffer-file-name' as a variable
9366 not as a function, for consistency with the rest of the code.
9367
73d854cd
MA
93682009-09-04 Michael Albinus <michael.albinus@gmx.de>
9369
9370 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9371 also when adding a new directory.
9372
33aeea0e
SM
9373 * net/tramp-compat.el (tramp-compat-line-beginning-position):
9374 New defun.
73d854cd 9375
df120481
SM
93762009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9377
9378 * files.el (locate-file-completion-table): Make it provide boundary
9379 information, so partial-completion works better.
9380
c0bc6d79
SM
93812009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9382
9383 * mail/footnote.el (Footnote-text-under-cursor):
9384 Check footnote-text-marker-alist before using it (bug#4324).
9385
f76a9756
GM
93862009-09-04 Glenn Morris <rgm@gnu.org>
9387
67d110f1
GM
9388 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9389 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9390 * play/solitaire.el, play/tetris.el:
9391 Remove leading * from defcustom and defface docs.
9392
b42d4989
GM
9393 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9394 necessary.
9395 (diary-fancy-overriding-map): New variable.
9396 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9397 Use view-mode.
9398
f76a9756
GM
9399 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9400 goto-line.
9401
e605eeeb
GM
94022009-09-03 Glenn Morris <rgm@gnu.org>
9403
597e2240
GM
9404 * arc-mode.el (archive-mode):
9405 * dos-fns.el (set-default-process-coding-system):
9406 * man.el (Man-getpage-in-background):
9407 * menu-bar.el (menu-bar-describe-menu):
9408 * server.el (server-process-filter):
9409 * startup.el (command-line):
9410 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9411 * w32-fns.el (set-default-process-coding-system):
9412 * x-dnd.el (x-dnd-handle-file-name):
9413 * international/mule-cmds.el (mule-menu-keymap)
9414 (set-default-coding-systems, language-info-alist, set-language-info)
9415 (set-language-environment, standard-display-european-internal)
9416 (set-locale-environment):
9417 * international/mule-diag.el (mule-diag):
9418 * mail/emacsbug.el (report-emacs-bug):
9419 * mail/rmail.el (rmail-mode):
9420 * mail/sendmail.el (mail-setup):
9421 Use default-value rather than default-enable-multibyte-characters.
9422
f38184aa
GM
9423 * progmodes/f90.el: Move all safe properties into the defcustoms.
9424 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9425
e605eeeb
GM
9426 * calendar/appt.el (appt-check):
9427 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9428 (diary-check-diary-file, diary-list-entries)
9429 (diary-include-other-diary-files, diary-simple-display)
9430 (diary-fancy-display, diary-print-entries)
9431 (diary-mark-included-diary-files, diary-make-entry):
9432 Don't call substitute-in-file-name on diary-file.
9433
734db384
SM
94342009-09-03 Eduard Wiebe <usenet@pusto.de>
9435 Stefan Monnier <monnier@iro.umontreal.ca>
9436
9437 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9438 (footnote-mode-map): Move initialization into the declaration.
9439 (footnote-minor-mode-map): Define it rather than changing global-map.
9440 (footnote-mode): Use define-minor-mode.
9441
e5aa47f9
MA
94422009-09-02 Michael Albinus <michael.albinus@gmx.de>
9443
9444 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9445 (tramp-do-file-attributes-with-perl)
9446 (tramp-do-file-attributes-with-stat): Rename from
9447 `tramp-handle-file-attributes-with-*'.
9448 (tramp-handle-file-attributes): Use them.
9449 (tramp-do-directory-files-and-attributes-with-perl)
9450 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9451 `tramp-handle-directory-files-and-attributes-with-*'.
9452 (tramp-handle-directory-files-and-attributes): Use them.
9453 (tramp-method-out-of-band-p): Additional parameter SIZE.
9454 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9455 (tramp-handle-write-region): Use it.
734db384 9456 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
9457 (tramp-handle-vc-registered): Check, whether the first run did
9458 return files to be tested.
9459 (tramp-advice-make-auto-save-file-name): Do not call directly
9460 `tramp-handle-make-auto-save-file-name', because this would bypass
9461 the locking mechanism.
9462
734db384 9463 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
9464 (file-remote-p, process-file, start-file-process, set-file-times)
9465 (tramp-compat-file-attributes): Compatibility functions shall not
9466 call directly `tramp-handle-*', because this would bypass the
9467 locking mechanism.
9468 (tramp-compat-number-sequence): New defun.
9469
6e2ca895
GM
94702009-09-02 Glenn Morris <rgm@gnu.org>
9471
697c7714
GM
9472 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9473 alias for float-time.
9474 (time-to-number-of-days): In Emacs, use float-time.
9475 * net/newst-backend.el (time-add): Suppress warnings from compat
9476 function.
9477 * time.el (emacs-uptime, emacs-init-time):
9478 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9479 Use float-time rather than time-to-seconds.
9480
6e2ca895
GM
9481 * minibuffer.el (completion-initials-expand): Fix typo.
9482
9483 * faces.el (modeline, modeline-inactive, modeline-highlight)
9484 (modeline-buffer-id):
9485 * info.el (info-menu-5): Mark these face aliases as obsolete.
9486
ed17efec
NR
94872009-09-01 Nick Roberts <nickrob@snap.net.nz>
9488
9489 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9490 space ...
9491 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9492 no "--thread" option.
9493 (gdb-stopped): Don't print "Switched to thread" message when it is
9494 unchanged.
9495
fcb68f70
SM
94962009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9497
9498 * minibuffer.el (completion-try-completion)
9499 (completion-all-completions): Remove ill-defined (and
9500 mistakenly installed and luckily never used nor documented)
9501 `completion-styles' property.
9502 (completion-initials-expand, completion-initials-all-completions)
9503 (completion-initials-try-completion): New functions.
9504 (completion-styles-alist): Add doc to each entry.
9505 Add new `initials' entry.
9506
83318a6d
NR
95072009-09-01 Nick Roberts <nickrob@snap.net.nz>
9508
9509 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9510 MI command -var-evaluate-expression.
9511 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9512 and tweak for case of string child.
734db384 9513 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 9514
d63eb0e7
GM
95152009-09-01 Glenn Morris <rgm@gnu.org>
9516
c4f6e489
GM
9517 * add-log.el (change-log-date-face, change-log-name-face)
9518 (change-log-email-face, change-log-file-face, change-log-list-face)
9519 (change-log-conditionals-face, change-log-function-face)
9520 (change-log-acknowledgement-face):
9521 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9522 (custom-modified-face, custom-set-face, custom-changed-face)
9523 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9524 (custom-documentation-face, custom-state-face, custom-comment-face)
9525 (custom-comment-tag-face, custom-variable-tag-face)
9526 (custom-variable-button-face, custom-face-tag-face)
9527 (custom-group-tag-face-1, custom-group-tag-face):
9528 * diff-mode.el (diff-header-face, diff-file-header-face)
9529 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9530 (diff-added-face, diff-changed-face, diff-function-face)
9531 (diff-context-face, diff-nonexistent-face):
9532 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9533 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9534 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9535 (Info-title-4-face):
9536 * isearch.el (isearch-lazy-highlight-face):
9537 * log-view.el (log-view-file-face, log-view-message-face):
9538 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9539 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9540 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9541 (cvs-msg-face):
9542 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9543 (smerge-base-face, smerge-markers-face):
9544 * wid-edit.el (widget-documentation-face, widget-button-face)
9545 (widget-field-face, widget-single-line-field-face)
9546 (widget-inactive-face, widget-button-pressed-face):
9547 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9548 (woman-addition-face):
2fb1ec93
GM
9549 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9550 (eshell-ls-executable-face, eshell-ls-readonly-face)
9551 (eshell-ls-unreadable-face, eshell-ls-special-face)
9552 (eshell-ls-missing-face, eshell-ls-archive-face)
9553 (eshell-ls-backup-face, eshell-ls-product-face)
9554 (eshell-ls-clutter-face):
9555 * eshell/em-prompt.el (eshell-prompt-face):
9556 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 9557 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
9558 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9559 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9560 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9561 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9562 (antlr-font-lock-literal-face):
c4f6e489
GM
9563 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9564 (ebrowse-root-class-face, ebrowse-file-name-face)
9565 (ebrowse-default-face, ebrowse-member-attribute-face)
9566 (ebrowse-member-class-face, ebrowse-progress-face):
9567 * progmodes/make-mode.el (makefile-space-face):
9568 * progmodes/sh-script.el (sh-heredoc-face):
9569 * textmodes/flyspell.el (flyspell-incorrect-face)
9570 (flyspell-duplicate-face):
9571 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 9572 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
9573 Mark face aliases with "-face" suffix as obsolete.
9574
d80619fa
GM
9575 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9576 compiler.
9577
5f68c1b7
GM
9578 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9579 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9580 easy-menu-define wants to modify these.
9581
9582 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9583
9584 * net/browse-url.el (browse-url-file-url):
9585 * term/internal.el (dos-codepage-setup):
9586 Use default-value rather than default-enable-multibyte-characters.
9587
d80619fa 9588 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
9589 * progmodes/flymake.el (flymake-highlight-line)
9590 (flymake-goto-file-and-line, flymake-goto-line):
9591 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9592 (gdb-goto-breakpoint):
9593 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9594 * progmodes/python.el (python-find-function)
9595 (python-pdbtrack-track-stack-file):
9596 * progmodes/verilog-mode.el (verilog-surelint-off):
9597 * term/ns-win.el (ns-open-file-select-line):
9598 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9599 Use forward-line rather than goto-line.
9600
d63eb0e7
GM
9601 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9602 * textmodes/reftex-index.el (reftex-display-index):
9603 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9604 * textmodes/reftex-toc.el (reftex-toc):
9605 Remove unnecessary bindings of default-major-mode (all are followed by
9606 major-mode check and possible mode switch).
9607
0afad278
NR
96082009-08-31 Nick Roberts <nickrob@snap.net.nz>
9609
9610 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9611 Handle watchpoints (bug#4282).
9612 (def-gdb-thread-buffer-command): Enable thread to be selected by
9613 clicking without selecting threads buffer first.
9614 (gdb-current-context-command): Use selected frame so that "up",
9615 "down" etc work in the GUD buffer.
9616 (gdb-update): Find selected frame before rendering stack buffer.
9617 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9618
4e135dd2
SM
96192009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9620
9621 * progmodes/sym-comp.el (displayed-completions): Remove.
9622 (symbol-complete): Use minibuffer-complete.
9623
e61eba34
GM
96242009-08-31 Glenn Morris <rgm@gnu.org>
9625
9626 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9627
734db384
SM
9628 * apropos.el (apropos-symbols-internal):
9629 Handle (obsolete) face aliases.
e61eba34
GM
9630
9631 * faces.el (describe-face): Adjust the output format to be more like
9632 describe-variable, and to mention (obsolete) face aliases.
9633 Adjust the whitespace so that help-setup-xref works.
9634
9635 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9636 * calendar/diary-lib.el (diary-button-face):
9637 Mark these face aliases as obsolete.
9638
9639 * calendar/calendar.el (calendar-today): Doc fix.
9640
4cf71456
NR
96412009-08-31 Nick Roberts <nickrob@snap.net.nz>
9642
9643 * progmodes/gdb-mi.el (gdb-control-all-threads)
9644 (gdb-control-current-thread): Force tool bar update.
9645 (gdb-non-stop-handler): New function.
9646 (gdb-init-1): Use it to test if non-stop mode is supported.
9647 Remove unused gdbmi buffer type.
9648
e61eba34 96492009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
9650
9651 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 9652 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 9653
4324f7ca
NR
96542009-08-30 Nick Roberts <nickrob@snap.net.nz>
9655
9656 * comint.el (comint-exec-1): Check command is non-null first.
9657 Part of gdb-mi.el change (2009-08-28).
9658
a1bf889a
SM
96592009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9660
9661 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9662
060c08b5
JB
96632009-08-30 Juanma Barranquero <lekktu@gmail.com>
9664
9665 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9666 instead of `dolist' to avoid a recursive require when bootstrapping.
9667
ab22be48
SM
96682009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9669
73ebf88f
SM
9670 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9671
80629cfc
SM
9672 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9673
206d0387 9674 * net/imap.el (imap-send-command): Simplify.
734db384 9675 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 9676
844f7784
SM
9677 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9678
5ca4661e
SM
9679 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9680 with constant argument.
9681
c61dc887
SM
9682 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9683
7eb73deb
SM
9684 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9685
5fe443de
SM
9686 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9687 Change default, since most of our files don't have a history.
9688 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9689 the user.
9690
6444d64a
SM
9691 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9692 Add comint-run.
9693
5cb16bfc
SM
9694 * calc/calc.el: Improve commenting convention.
9695 (calc-digit-map, toplevel): Simplify.
9696
0aeb71a7
SM
9697 * comint.el (comint-insert-input): Be careful to only set point if we
9698 don't delegate to some other command.
9699
9a9af856
SM
9700 * proced.el (proced-signal-list): Make it an alist.
9701 (proced-grammar-alist): Capitalize names.
9702 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9703 Disable undo manually and make it read-only.
9704 Use completion-annotate-function.
9705
ab22be48
SM
9706 * minibuffer.el (minibuffer-message): If the current buffer is not
9707 a minibuffer, insert the message in the echo area rather than at the
9708 end of the buffer.
9709 (completion-annotate-function): New variable.
9710 (minibuffer-completion-help): Use it.
9711 (completion--embedded-envvar-table): Environment vars are
9712 always case-sensitive.
9713
4a948dbf
GM
97142009-08-30 Glenn Morris <rgm@gnu.org>
9715
9716 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9717 from fortran-current-defun.
9718 (fortran-beginning-of-subprogram): Be more precise about finding the
9719 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9720 (fortran-end-of-subprogram): Simplify.
9721 (fortran-current-defun): Use fortran-start-prog-re.
9722
486cf3b8
JB
97232009-08-29 Juanma Barranquero <lekktu@gmail.com>
9724
9725 * subr.el (do-after-load-evaluation): Simplify.
9726
db167d28
DN
97272009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9728
9729 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9730
9731 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9732 (vc-rcs-print-log): Use it.
9733
9734 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9735
efbc652a
SM
97362009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9737
2aa0e5bf
SM
9738 * paths.el (abbrev-file-name): Move to abbrev.el.
9739 * abbrev.el (abbrev-file-name): Move from paths.el.
9740 Obey user-emacs-directory.
9741 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9742 user-emacs-directory.
9743 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9744 abbrev-file-name and calc-settings-file any more.
9745 * startup.el (command-line): Recompute abbrev-file-name and
9746 abbreviated-home-dir.
9747 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9748 of the special code for when C-h bindings haven't been changed.
9749 (display-startup-echo-area-message): Use with-current-buffer.
9750 (command-line-1): Use a list of strings, rather than a list of lists
9751 of strings for longopts.
9752
51da8fe2
SM
9753 * files.el (get-free-disk-space): Use / for default-directory.
9754
0c3cc4dd
SM
9755 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9756 Use with-current-buffer.
9757
d988dbf6
SM
9758 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9759 Recognize immutable variables like most-positive-fixnum.
9760 (byte-compile-setq-default): Check and warn if trying to assign
9761 to an immutable variable, or a non-variable.
9762
efbc652a
SM
9763 * progmodes/cc-vars.el (c-comment-continuation-stars):
9764 * progmodes/cc-engine.el (c-looking-at-bos):
9765 * progmodes/cc-cmds.el (c-toggle-auto-state)
9766 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9767 (c-comment-line-break-function): Add version of obsolescence.
9768
d30a05d1
JL
97692009-08-28 Juri Linkov <juri@jurta.org>
9770
9771 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9772 associated with `archive-mode'.
9773
9774 * image.el (image-type-header-regexps): Use only JPEG magic number
9775 to determine JPEG images, and don't use `image-jpeg-p' because
9776 Emacs can display non-JFIF non-Exif JPEG images.
9777
1e8eecea
JB
97782009-08-28 Juanma Barranquero <lekktu@gmail.com>
9779
9780 * arc-mode.el (archive-mode):
9781 * emacs-lisp/re-builder.el (re-builder-unload-function):
9782 Protect against the default value of `major-mode' being nil.
9783
dd4fbf56
JB
97842009-08-28 Juanma Barranquero <lekktu@gmail.com>
9785
9786 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9787 Fix typos in docstrings.
9788
9789 * progmodes/js.el (js--macro-decl-re): Doc fix.
9790 (js--plain-method-re, js--split-name): Refloc docstring.
9791 (js--class-styles, js--make-merged-item, js--splice-into-items):
9792 Fix typos in docstrings; reflow docstrings.
9793 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9794 (js--variable-decl-matcher, js--inside-pitem-p)
9795 (js--parse-state-at-point, js--get-all-known-symbols)
9796 (js--symbol-history, js-find-symbol, js--js-references)
9797 (js--moz-interactor, js--js-encode-value, js--read-tab):
9798 Fix typos in docstrings.
9799
72f16325
SM
98002009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9801
14acf2f5
SM
9802 * textmodes/reftex.el (reftex-get-file-buffer-force):
9803 * progmodes/verilog-mode.el (verilog-batch-execute-func):
9804 * emulation/viper.el (viper-go-away, viper-set-hooks):
9805 * emacs-lisp/re-builder.el (re-builder-unload-function):
9806 * emacs-lisp/bytecomp.el (byte-compile-file):
9807 * ses.el (ses-unload-function):
9808 * hexl.el (hexl-find-file):
9809 * files.el (normal-mode):
9810 * ehelp.el (with-electric-help):
9811 * autoinsert.el (auto-insert-alist):
9812 * arc-mode.el (archive-mode):
9813 Use (default-value 'major-mode) instead of default-major-mode.
9814
72f16325
SM
9815 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9816 * international/mule.el (load-with-code-conversion):
9817 * emacs-lisp/debug.el (debug):
9818 * ediff-vers.el (ediff-rcs-get-output-buffer):
9819 * dired.el (dired-internal-noselect): Don't let-bind
9820 default-major-mode around code that doesn't use it.
9821 E.g. buffer creation via get-buffer-create doesn't use it.
9822
aa485f7c
MA
98232009-08-28 Michael Albinus <michael.albinus@gmx.de>
9824
9825 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9826 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9827 when writing the temp file. Otherwise, epa-file gets confused.
9828 (tramp-register-file-name-handlers): Make it a defun. Move also
9829 `epa-file-handler' to the front of `file-name-handler-alist'.
9830
98312009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9832
9833 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9834 start right after a ^M.
9835 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9836 (tramp-completion-file-name-regexp-separate)
9837 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
9838 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9839 Don't modify last-coding-system-used by accident.
aa485f7c
MA
9840 (tramp-completion-file-name-handler): Apply the checks here,
9841 instead during registration.
2f952059 9842 (tramp-register-file-name-handlers): Rename from
aa485f7c
MA
9843 `tramp-register-file-name-handler'. Register both
9844 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 9845 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 9846
3f0c2b92
NR
98472009-08-28 Nick Roberts <nickrob@snap.net.nz>
9848
72f16325
SM
9849 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9850 Remove variable ...
3f0c2b92
NR
9851 (gdb-init-1, gdb-display-separate-io-buffer)
9852 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9853 references to it.
9854 (gdb-inferior-io-mode): Use make-comint-in-buffer.
9855 (gdb-inferior-filter): Use comint-output-filter to stop
9856 echoing and remove ^M characters.
9857
705e5bd9
SM
98582009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9859
009fdc2e
SM
9860 * emulation/viper-init.el (viper-restore-cursor-type):
9861 * emulation/cua-base.el (cua--update-indications):
9862 Replace default-cursor-type with (default-value 'cursor-type).
9863
b56a5ae0
SM
9864 * mail/sendmail.el (mail-recover-1):
9865 * international/mule-diag.el (describe-current-coding-system-briefly)
9866 (describe-current-coding-system):
9867 * international/mule-cmds.el (select-safe-coding-system)
9868 (select-message-coding-system)
9869 (set-language-environment-coding-systems, set-locale-environment):
9870 * hexl.el (hexl-insert-multibyte-char):
9871 * dos-w32.el (find-buffer-file-type-coding-system):
9872 * simple.el (what-cursor-position):
9873 Replace uses of default-buffer-file-coding-system
9874 with (default-value 'buffer-file-coding-system).
9875
de70529f
SM
9876 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9877 Replace uses of default-cursor-in-non-selected-windows
9878 with (default-value 'cursor-in-non-selected-windows).
9879 Use with-current-buffer.
9880
705e5bd9
SM
9881 * mail/feedmail.el: Use CL macros.
9882 (feedmail-run-the-queue, feedmail-send-it-immediately):
9883 * dos-w32.el (find-buffer-file-type): Replace uses of
9884 default-buffer-file-type with (default-value 'buffer-file-type).
9885
4d985ac2
GM
98862009-08-28 Glenn Morris <rgm@gnu.org>
9887
9888 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9889 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9890 Use default-value of major-mode rather than default-major-mode.
9891
17c15b81
SM
98922009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9893
3a68ab06
SM
9894 * Makefile.in (update-elcfiles): Report left over elc files.
9895
9421bdd1
SM
9896 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9897 expand-file-name and with-current-buffer.
9898 (mail-get-names, mail-directory): Use with-current-buffer.
9899
17c15b81
SM
9900 * vc.el (vc-read-revision): New function.
9901 (vc-version-diff, vc-merge): Use it.
9902
ba83a64e
SS
99032009-08-27 Sam Steingold <sds@gnu.org>
9904
9905 * simple.el (kill-do-not-save-duplicates): New user option.
9906 (kill-new): When it is non-nil, and the new string is the same as
9907 the latest kill, set replace to t to avoid duplicates in kill-ring.
9908
be3e598a 99092009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
9910
9911 * net/tramp.el (tramp-handle-process-file): Do not flush all
9912 caches when `process-file-side-effects' is set.
9913 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
9914 instead of `tramp-find-file-exists-command'.
9915 Unset `process-file-side-effects'.
d5b5c94a
MA
9916
99172009-08-27 Michael Albinus <michael.albinus@gmx.de>
9918
9919 * net/tramp.el (tramp-methods): New method "rsyncc".
9920 (top): Add completion function for "rsyncc".
9921 (tramp-message-show-message): New defvar.
9922 (tramp-message, tramp-error): Use it.
9923 (tramp-do-copy-or-rename-file-directly): Extend check for direct
9924 remote copying.
9925 (tramp-do-copy-or-rename-file-out-of-band): Handle new
9926 `tramp-methods' entry `copy-env' of "rsyncc".
9927 (tramp-vc-registered-read-file-names): New defconst.
9928 (tramp-vc-registered-file-names): New defvar.
9929 (tramp-handle-vc-registered): Implement optimization strategy.
9930 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9931 (tramp-vc-file-name-handler): New defun.
9932 (tramp-get-ls-command, tramp-get-test-command)
9933 (tramp-get-file-exists-command, tramp-get-remote-ln)
9934 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 9935 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
9936
9937 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9938 (tramp-cache-inhibit-cache): Extend doc string. It allows also
9939 timestamps.
9940 (tramp-get-file-property): Check for timestamps in
9941 `tramp-cache-inhibit-cache'.
9942 (tramp-set-file-property): Write timestamp.
9943
1339cf20
KH
99442009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9945
9946 * language/japan-util.el (japanese-symbol-table): Add entries for
9947 cp932-2-byte.
9948
9949 * international/characters.el: Add category `j' to cp932-2-byte.
9950
726e3f1d
KH
99512009-08-27 Kenichi Handa <handa@m17n.org>
9952
9953 * international/fontset.el (build-default-fontset-data): New macro.
9954 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 9955 tibetan, ethiopic, and ipa.
726e3f1d 9956
4e3b4528
SM
99572009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9958
9959 * cus-start.el (default-major-mode): Customize `major-mode' instead.
9960 (enable-multibyte-characters): Not customizable any more.
9961
9962 * subr.el (default-mode-line-format, default-header-line-format)
9963 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9964 (default-direction-reversed, default-truncate-lines)
9965 (default-left-margin, default-tab-width, default-case-fold-search)
9966 (default-left-margin-width, default-right-margin-width)
9967 (default-left-fringe-width, default-right-fringe-width)
9968 (default-fringes-outside-margins, default-scroll-bar-width)
9969 (default-vertical-scroll-bar, default-indicate-empty-lines)
9970 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9971 (default-fringe-cursor-alist, default-scroll-up-aggressively)
9972 (default-scroll-down-aggressively, default-fill-column)
9973 (default-cursor-type, default-buffer-file-type)
9974 (default-cursor-in-non-selected-windows)
9975 (default-buffer-file-coding-system, default-major-mode)
9976 (default-enable-multibyte-characters): Mark as obsolete.
9977
b3cca6a6
DN
99782009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
9979
652cc1a2
DN
9980 * vc-dir.el (vc-dir-update): Remove debug helper.
9981
b3cca6a6
DN
9982 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9983
4ed8c7aa
SS
99842009-08-26 Sam Steingold <sds@gnu.org>
9985
9986 * simple.el (save-interprogram-paste-before-kill): New user option.
9987 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9988 save the interprogram-paste into kill-ring before overriding it
9989 with the Emacs kill.
9990
3b64d86b
DN
99912009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9992
9993 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9994 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9995 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9996 and move to vc-rcs.el.
9997 (vc-default-next-revision): Rename to vc-rcs-next-revision and
9998 move to vc-rcs.el.
9999 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10000 (vc-rcs-update-changelog): Remove.
10001 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10002 and move to vc-rcs.el.
10003
10004 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10005 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10006 renaming.
10007 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 10008 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
10009 vc.el, renamed to be RCS specific.
10010
72f16325
SM
10011 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10012 New functions.
10013 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
10014
10015 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10016 New functions.
10017
636a36a0
SM
100182009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10019
10020 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10021
239b3340
DN
100222009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10023
b91f0762 10024 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
10025 (vc-git-stash, vc-git-stash-show): New functions.
10026 (vc-git-extra-menu-map): Bind them.
b91f0762 10027
b8e54362
DN
10028 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10029 directory correctly in case the item is a directory itself.
10030
239b3340
DN
10031 * vc.el: Document the desired behavior for reverted files in the
10032 `added' state.
dc810649
DN
10033 (vc-default-prettify-state-info): Remove function, unused.
10034
10035 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 10036
e49c0179
GM
100372009-08-26 Glenn Morris <rgm@gnu.org>
10038
10039 * bindings.el (standard-mode-line-format): Reposition dashes in
10040 which-func entry. (Bug#4217)
10041
3029e594
GM
10042 * files.el (enable-local-variables, enable-local-eval)
10043 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10044 the defcustoms.
10045 (auto-mode-alist, ignored-local-variables)
10046 (save-some-buffers-action-alist): Move risky declarations to the
10047 definitions.
10048 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10049 (font-lock-defaults, format-alist, imenu--index-alist)
10050 (imenu-generic-expression, input-method-alist, minor-mode-alist)
10051 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10052 (mode-line-modified, mode-line-mule-info, mode-line-position)
10053 (mode-line-process, mode-line-remote, outline-level)
10054 (parse-time-rules, rmail-output-file-alist)
10055 (special-display-buffer-names, vc-mode):
10056 Move risky declarations to the relevant files.
72f16325
SM
10057 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10058 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
10059 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10060 * font-core.el (font-lock-defaults):
10061 * format.el (format-alist):
10062 * vc-hooks.el (vc-mode):
10063 * window.el (special-display-buffer-names):
10064 * international/mule-cmds.el (input-method-alist):
10065 Define riskiness here (dumped file) rather than in files.el.
10066 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10067 * imenu.el (imenu-generic-expression, imenu--index-alist):
10068 * outline.el (outline-level):
10069 * time.el (display-time-string):
10070 * calendar/parse-time.el (parse-time-rules):
10071 * mail/rmailout.el (rmail-output-file-alist):
10072 Autoload riskiness here, rather than placing in files.el.
10073
8476cfaf
SM
100742009-08-26 Andreas Schwab <schwab@linux-m68k.org>
10075
10076 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10077
0b35b48e
MA
100782009-08-25 Michael Albinus <michael.albinus@gmx.de>
10079
10080 * simple.el (process-file-side-effects): New defvar.
10081
10082 * dired-aux.el (dired-show-file-type):
10083 * vc.el (vc-diff-internal):
10084 * vc-arch.el (vc-arch-diff):
10085 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10086 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10087 * vc-git.el (vc-git-registered, vc-git-working-revision)
10088 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10089 (vc-git--empty-db-p):
10090 * vc-hooks.el (vc-user-login-name):
10091 * vc-svn.el (vc-svn-registered, vc-svn-state)
10092 (vc-svn-dir-extra-headers, vc-svn-find-revision):
10093 * progmodes/grep.el (grep-probe): Let-bind
10094 `process-file-side-effects' with nil.
10095
10096 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10097
10098 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10099 daemon. Replace ping by checking for running service for bluez
10100 and zeroconf. (Bug#4239)
10101
d54cc599
GM
101022009-08-25 Kevin Ryde <user42@zip.com.au>
10103
10104 * net/dig.el (dig): Add autoload cookie.
10105
7bfd055d
GM
101062009-08-25 Glenn Morris <rgm@gnu.org>
10107
bac9c66c
GM
10108 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10109 load-history for absolute file-names.
10110 (byte-compile-file-form-require): Warn about use of the cl package.
10111
7bfd055d
GM
10112 * format.el (format-alist): Doc fix.
10113
5ac1f9e0
GM
10114 * play/bubbles.el (top-level): Don't require cl at run-time.
10115
af62aa88
GM
10116 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10117 run-time cl).
10118
71e036af
DD
101192009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
10120
10121 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10122 from cl package.
10123 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10124
42110eaf
JB
101252009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
10126
10127 * calc/calc-alg.el (math-trig-rewrite)
10128 (math-hyperbolic-trig-rewrite): New functions.
10129 (calc-simplify): Simplify trig functions when asked.
10130
88421f3e
SM
101312009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10132
10133 * diff-mode.el (diff-find-source-location): Avoid goto-line.
10134
dbd9624e
KH
101352009-08-24 Kenichi Handa <handa@m17n.org>
10136
10137 * language/ind-util.el (mapthread): Delete it.
10138 (combinatorial): New function.
10139 (indian--puthash-cv): Use combinatorial instead of mapthread.
10140
9b89e3ee
GM
101412009-08-22 Kevin Ryde <user42@zip.com.au>
10142
10143 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10144 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10145 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10146 Clarify docstring that the value is strings not symbols.
10147 (checkdoc-list-of-strings-p): New function.
10148
e6ce8c42
GM
101492009-08-22 Glenn Morris <rgm@gnu.org>
10150
2ddf2ea6 10151 * files.el (auto-mode-alist):
a3374680
GM
10152 * hippie-exp.el (he-concat-directory-file-name):
10153 * lpr.el (lpr-windows-system, printer-name):
10154 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10155 * ps-print.el (ps-windows-system):
10156 * startup.el (command-line):
10157 * emulation/viper-ex.el (viper-glob-function):
10158 * international/mule-cmds.el (set-language-environment-coding-systems):
10159 * net/ange-ftp.el (ange-ftp-write-region):
10160 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 10161 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
10162 unisoft-unix, vax-vms, win32, w32.
10163
977955fa
GM
10164 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10165 given name if the pattern is not more specific.
10166
b4deec2e
GM
10167 * calendar/lunar.el (lunar-phase-names): New option.
10168 (lunar-phase): Doc fix.
10169 (lunar-cycles-per-year): New constant.
10170 (lunar-index): New function.
10171 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10172 (lunar-phase-name): Use lunar-phase-names.
10173 (calendar-lunar-phases): Use format.
10174 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10175
47e83968
GM
10176 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10177 Copy imenu-example--name-and-position function here for own use.
10178 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10179
e6ce8c42
GM
10180 * bs.el (bs--redisplay):
10181 * cus-edit.el (custom-redraw):
10182 * ibuffer.el (ibuffer-bury-buffer):
10183 * server.el (server-goto-line-column):
10184 * startup.el (command-line-1):
10185 * strokes.el (strokes-xpm-for-stroke):
10186 * term.el (term-display-buffer-line):
10187 * view.el (View-goto-line):
10188 * calc/calc.el (calc-do, calc-trail-buffer):
10189 * play/gamegrid.el (gamegrid-add-score-insecure):
10190 * progmodes/ada-mode.el (ada-compile-goto-error):
10191 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10192 (ebrowse-select-1st-to-9nth):
47e83968 10193 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
10194 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10195 * progmodes/gud.el (gud-display-line):
10196 (idlwave-shell-display-line):
10197 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10198 * progmodes/make-mode.el (makefile-browser-toggle):
10199 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10200 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10201 * textmodes/picture.el (picture-draw-rectangle):
10202 * textmodes/reftex-index.el (reftex-index-goto-letter):
10203 (reftex-select-jump-to-previous):
10204 * textmodes/reftex-sel.el (reftex-find-start-point)
10205 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10206 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10207 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10208 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10209 * textmodes/two-column.el (2C-associated-buffer):
10210 Use forward-line rather than goto-line.
10211
10212 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10213 goto-line.
10214
4b18bdb3
GM
10215 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10216 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10217 (quick-check-list-to-regexp): Declare.
e6ce8c42 10218
72f16325
SM
10219 * progmodes/make-mode.el (makefile-browser-insert-selection):
10220 Use goto-char rather than goto-line.
e6ce8c42
GM
10221
10222 * progmodes/prolog.el (compilation-error-regexp-alist)
10223 (compilation-forget-errors): Declare.
10224
32a2cf25
JL
102252009-08-22 Juri Linkov <juri@jurta.org>
10226
10227 * progmodes/grep.el (lgrep, rgrep): At the beginning
10228 set `dir' to `default-directory' unless `dir' is a non-nil
10229 readable directory. (Bug#4052)
10230 (lgrep, rgrep): Change a weird way to report an error
10231 from using `read-string' to using `error'.
10232 Instead of using interactive arguments in the function body,
10233 add new argument `confirm'.
10234
5443c9b7
SM
102352009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10236
cb5b40ee
SM
10237 * textmodes/remember.el (remember-buffer):
10238 * progmodes/cperl-mode.el (cperl-vc-header-alist):
10239 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10240 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
10241 * net/newst-treeview.el (newsticker-groups-filename):
10242 * net/newst-backend.el (newsticker-cache-filename):
10243 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10244 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10245 (speedbar-add-ignored-path-regexp, speedbar-line-path)
10246 (speedbar-buffers-line-path, speedbar-path-line)
10247 (speedbar-buffers-line-path):
10248 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10249 (epg-sign-keys):
10250 * epa.el (epa-display-verify-result):
10251 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10252
d6261cc1
GM
102532009-08-21 Glenn Morris <rgm@gnu.org>
10254
3e1ea342
GM
10255 * progmodes/js.el (inferior-moz-process): Fix declaration.
10256
ce86eeb5
GM
10257 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10258
fff28970
GM
10259 * obsolete/rnewspost.el (news-mail-reply):
10260 Use goto-char rather than goto-line.
10261
d93e053b
GM
10262 * term/ns-win.el (ns-open-file-select-line):
10263 Use line-beginning-position rather than goto-line.
10264
d5d105e8
GM
10265 * apropos.el (apropos-command):
10266 * ehelp.el (electric-helpify):
10267 * printing.el (pr-show-setup):
10268 * strokes.el (strokes-help):
10269 * tutorial.el (tutorial--describe-nonstandard-key)
10270 (tutorial--detailed-help):
10271 * woman.el (woman-mini-help, woman-display-extended-fonts):
10272 * calc/calc-help.el (calc-describe-key):
10273 * emulation/edt.el (edt-electric-helpify):
10274 * international/mule-diag.el (mule-diag):
10275 * play/yow.el (apropos-zippy):
10276 * progmodes/python.el (python-describe-symbol):
10277 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10278 * textmodes/table.el (*table--cell-describe-mode)
10279 (*table--cell-describe-bindings):
10280 Use help-print-return-message rather than the now obsolete alias.
10281
a8ab722f 10282 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
10283 (calendar-cursor-to-visible-date):
10284 * play/5x5.el (5x5-position-cursor):
10285 * play/decipher.el (decipher):
10286 * play/gomoku.el (gomoku-goto-xy):
10287 * play/landmark.el (lm-goto-xy):
10288 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10289 (mpuz-paint-digit):
10290 Use forward-line, not goto-line.
a8ab722f 10291
d6261cc1
GM
10292 * mail/rmail.el (rmail-obsolete): Delete custom group.
10293 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10294 (rmail-remote-password, rmail-remote-password-required):
10295 Remove unneeded :set-after and :set properties.
10296
9e846523
MA
102972009-08-21 Michael Albinus <michael.albinus@gmx.de>
10298
10299 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10300
bbe1f502
DN
103012009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
10302
bcc5db24
DN
10303 * loadup.el: Remove leftover macos code.
10304
bbe1f502
DN
10305 * vc-git.el (vc-git-annotate-command): Run asynchronously.
10306 Explicitly pass the date format to git blame so that user local
10307 so that the output format can be parsed.
10308
6fd2d19a
MA
103092009-08-20 Michael Albinus <michael.albinus@gmx.de>
10310
10311 * net/dbus.el (top): Don't check for (getenv
10312 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
10313
31764e15
SM
103142009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
10315
10316 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 10317 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 10318
28930e39
SM
103192009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10320
4fd15622 10321 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 10322 Bug#3287
4fd15622 10323
b3d8e4a0
SM
10324 * help.el (help-print-return-message): Rename from
10325 print-help-return-message.
10326
c9829c70
SM
10327 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10328 cvs-mode-map parent hack.
10329 (log-view-mode): Derive from special-mode.
10330
b932657b
SM
10331 * linum.el (linum-mode): window-size-change-functions is redundant.
10332 Adapt to new window-configuration-change-hook behavior.
10333 (linum-after-size, linum-after-config): Remove.
10334
1b700bca
SM
10335 * imenu.el (imenu-example--name-and-position)
10336 (imenu-example--lisp-extract-index-name)
10337 (imenu-example--create-lisp-index, imenu-example--create-c-index):
10338 Mark as obsolete.
10339
28930e39
SM
10340 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10341 (inferior-prolog-mode): Use it.
10342 (inferior-prolog-load-file): Reset list of errors.
10343
c9af0b68
KH
103442009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10345
10346 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10347
10348 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10349
720c7cd6
MA
103502009-08-19 Michael Albinus <michael.albinus@gmx.de>
10351
10352 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10353 is running already.
10354
03a74b84
SM
103552009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10356
10357 * subr.el (listify-key-sequence-1): Use normal syntax since those
10358 integers are nowadays always represented by the same (positive) number
10359 on all platforms.
10360 (read-key-empty-map): New const.
10361 (read-key-delay): New var.
10362 (read-key): New function.
10363 (force-mode-line-update): Use with-current-buffer.
10364 (locate-user-emacs-file): Don't forget to abbreviate the file name.
10365 (start-process-shell-command, start-file-process-shell-command):
10366 Discourage the use of command-args.
10367
f43e88d4
GM
103682009-08-19 Glenn Morris <rgm@gnu.org>
10369
10370 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10371
890429cc
SM
103722009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10373
85be9ec4
SM
10374 * simple.el (choose-completion-string): Don't rely on
10375 minibuffer-completing-file-name and ad-hoc checks to decide whether
10376 to continue completion or not.
10377
890429cc
SM
10378 * minibuffer.el (minibuffer-hide-completions): New function.
10379 (completion--do-completion): Use it.
10380 (completions-annotations): New face.
10381 (completion--insert-strings): Use it.
10382 (completion-pcm--delim-wild-regex): Add docstring.
10383 (completion-pcm--string->pattern): Add support for 0-width delimiters
10384 in completion-pcm--delim-wild-regex.
10385
265d4549
SM
103862009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10387
d440b941
SM
10388 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10389 Remove unused var `buffer-modified-p'.
10390
265d4549
SM
10391 * minibuffer.el (completion--do-completion): Move point for the #b001
10392 case as well (bug#4176).
10393 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10394
ba6f7d86
MA
103952009-08-18 Michael Albinus <michael.albinus@gmx.de>
10396
10397 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10398 and :session buses.
10399
98819490
KH
104002009-08-18 Kenichi Handa <handa@m17n.org>
10401
265d4549
SM
10402 * international/ucs-normalize.el (ucs-normalize-version):
10403 Change to 1.1.
58627cf0
KH
10404 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10405 (utf-8-hfs): Make it perform normalization on encoding too.
10406
98819490
KH
10407 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10408 (sentence-end-without-space): Delete duplicated chars.
10409 (sentence-end-base): Likewise.
e739cc85
KH
10410
10411 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10412 (html-mode): Delete duplicated chars from sentence-end-base.
10413
10414 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10415 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 10416
645b9326
CY
104172009-08-17 Chong Yidong <cyd@stupidchicken.com>
10418
10419 * files.el (hack-one-local-variable): If the mode function is for
10420 a minor mode, pass it an argument (Bug#4148).
10421
56c195af
MA
104222009-08-17 Michael Albinus <michael.albinus@gmx.de>
10423
10424 * net/tramp.el (tramp-register-completion-file-name-handler):
10425 Check also for (member 'partial-completion completion-styles).
10426
7a55c78b
CY
104272009-08-16 Chong Yidong <cyd@stupidchicken.com>
10428
10429 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10430 abbrev (Bug#3943).
10431
be3e598a 104322009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
10433
10434 * progmodes/cperl-mode.el: Merge upstream 6.2.
10435 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10436 (cperl-forward-re): Check cperl-brace-recursing.
10437 (cperl-highlight-charclass): New function.
10438 (cperl-find-pods-heres): Use it.
31cd2dd4 10439 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 10440 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 10441 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
10442 (cperl-beautify-level): Don't process entire regexp.
10443 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10444 calling man.
10445 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10446 (cperl-init-faces): Build a list in the normal way.
10447
81b1f9c9
CY
104482009-08-16 Chong Yidong <cyd@stupidchicken.com>
10449
10450 * calendar/parse-time.el (parse-time-string-chars): Save match
10451 data.
10452
c3732cb8
SM
104532009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10454
55659495
SM
10455 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10456 (sql-product): Use it.
10457 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10458 (sql-set-product): Add completion.
10459 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10460 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10461 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10462 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10463 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10464 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10465 (sql-highlight-db2-keywords): Remove.
10466 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10467 (sql-highlight-product): Use derived-mode-p.
10468 (sql-set-sqli-buffer): Use with-current-buffer.
10469 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10470 Simplify.
10471
1ae79427
SM
10472 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10473
c3732cb8
SM
10474 * term.el: Fix commenting convention, turn comments into docstrings.
10475
f24b8bf3
CY
104762009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10477
10478 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10479
7b6fefac 104802009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 10481
1200ac26 10482 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
10483 character classes, to handle non-ascii characters (Bug#3190).
10484
104852009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 10486
1abbe4e5
CY
10487 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10488 another heredoc if the user adds another < (Bug#3226).
10489
c3732cb8
SM
10490 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10491 Don't initialize based on window-system (Bug#4124).
19261da4 10492
daad00fc
CY
10493 * facemenu.el (facemenu-read-color): Use a completion function
10494 that accepts any defined color, such as RGB triplets (Bug#3677).
10495
e1bdde78
CY
10496 * files.el (get-free-disk-space): Change fallback default
10497 directory to /. Expand DIR argument before switching to fallback.
10498 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10499
9d73a99e
CY
105002009-08-15 Chong Yidong <cyd@stupidchicken.com>
10501
10502 * files.el (load-library): Doc fix.
10503
68b962d4 105042009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 10505
953e0c1a 10506 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 10507 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 10508 incremental search string.
9d73a99e 10509
c3732cb8 10510 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 10511 XEmacs.
9d73a99e 10512
c3732cb8
SM
10513 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10514 (ediff-merge-region-is-non-clash)
10515 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 10516 Also check if the job is really a merge job.
9d73a99e 10517
c3732cb8 10518 * ediff.el (ediff-current-file): New function.
9d73a99e 10519
2e330adc
CY
105202009-08-15 Chong Yidong <cyd@stupidchicken.com>
10521
10522 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10523 conventions.
c3732cb8 10524 (js-insert-and-indent): Delete function.
2e330adc
CY
10525 (js-mode-map): Don't bind keys to js-insert-and-indent.
10526 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10527 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 10528 (js-auto-indent-flag): Delete variable.
2e330adc 10529
17b5d0f7
CY
105302009-08-14 Chong Yidong <cyd@stupidchicken.com>
10531
c3732cb8
SM
10532 * progmodes/js.el: Remove proclaim statement.
10533 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 10534
ba2d8894
CY
10535 * files.el (auto-mode-alist): Use js-mode for .js files.
10536
c3732cb8 10537 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
10538
10539 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10540
10541 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10542
c3732cb8 10543 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
10544
105452009-08-14 Daniel Colascione <dan.colascione@gmail.com>
7b6fefac 10546 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
10547
10548 * progmodes/js.el: New file.
10549
b6377f1d
MH
105502009-08-14 Mark A. Hershberger <mah@everybody.org>
10551
10552 * timezone.el (timezone-parse-date): Add ability to understand ISO
10553 basic format (minimal separators) dates in addition to the
10554 already-supported extended format dates.
10555
bc0eef46
EZ
105562009-08-14 Eli Zaretskii <eliz@gnu.org>
10557
4e021e65
EZ
10558 * international/ucs-normalize.el: Add a `coding' file variable.
10559
bc0eef46
EZ
10560 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10561
53dab179
SS
105622009-08-14 Sam Steingold <sds@gnu.org>
10563
6801c38a 10564 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 10565
6c58c39c
CY
105662009-08-13 Chong Yidong <cyd@stupidchicken.com>
10567
10568 * faces.el (help-argument-name): Define it here instead of
10569 help-fns.el, because in daemon mode help-fns.el may be loaded when
10570 faces are still uninitialized (Bug#1078).
10571
10572 * help-fns.el (help-argument-name): Move defface to faces.el.
10573
c7baf7e9
NR
105742009-08-13 Nick Roberts <nickrob@snap.net.nz>
10575
10576 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10577 create buffer with a pty but no process so that GDB can make the
10578 inferior the controlling process.
10579
9c40e995 105802009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
10581
10582 * international/ucs-normalize.el: New file.
10583
8cdba32b
RS
105842009-08-13 Richard Stallman <rms@gnu.org>
10585
5c950923
RS
10586 * mail/rmail.el (rmail-get-attr-names):
10587 Accept an attribute header that is too short.
10588
76e1e40b
RS
10589 * mail/rmail.el (rmail-forget-messages):
10590 Ignore nil elt in rmail-message-vector. Use dotimes.
10591
1fc01b08
RS
10592 * progmodes/compile.el (compilation-goto-locus):
10593 Use next-error-move-function.
10594
8cdba32b
RS
10595 * simple.el (next-error-move-function): New variable.
10596
99910cf4
JL
105972009-08-12 Juri Linkov <juri@jurta.org>
10598
10599 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10600 always non-nil. (Bug#4052)
10601
10602 * replace.el (read-regexp): Return empty string when
10603 `default-value' is nil.
10604 (keep-lines-read-args): Don't use empty string as the
10605 default value for `read-regexp'. (Bug#2495)
10606
fc5bdf6c
JL
106072009-08-12 Juri Linkov <juri@jurta.org>
10608
10609 * international/mule-cmds.el (ucs-insert): Change arguments
10610 from `arg' to `character', `count', `inherit' to be the same
10611 as in `insert-char'. Doc fix. (Bug#4039)
10612
10613 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10614
77748848
JL
106152009-08-12 Juri Linkov <juri@jurta.org>
10616
10617 * files-x.el: New file.
10618
10619 * files.el: Move code that deals with adding/deleting
10620 file/directory-local variables to files-x.el.
10621
10622 * Makefile.in (ELCFILES): Add files-x.elc.
10623
c8a44c4e
DD
106242009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10625
27a9fd5a
DD
10626 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10627 to use `goto-line'.
10628 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10629 `goto-line'.
10630 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 10631 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 10632 threads list.
107ef54a 10633 (gdb): Send -target-detach when buffer is killed (Bug#3794).
2f952059 10634 (gdb-starting): Move -data-list-register-names...
cf6e27cf
DD
10635 (gdb-stopped): ...here so it's sent when first thread stops.
10636 (gdb-registers-handler-custom): Do nothing if register names are
10637 unknown yet.
27a9fd5a 10638
c8a44c4e
DD
10639 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10640 from `gdb-mi.el' to avoid extra tangling.
10641
10642 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 10643 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
10644 (gdb-update-gud-running): No extra fuss for updating frame number.
10645
dfd4e693
SM
106462009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10647
51c4341f
SM
10648 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10649 (describe-language-environment-map, setup-language-environment-map)
10650 (set-coding-system-map): Move initialization into declaration.
10651 (set-language-info-alist): Last arg to define-key-after can be skipped.
10652
10653 * international/quail.el (quail-completion-1): Simplify.
10654 (quail-define-rules): Use slightly more compact code.
10655 (quail-insert-decode-map): Propertize keys, compact columns.
10656
dfd4e693
SM
10657 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10658 Add goto-line.
10659
83326559
MB
106602009-08-10 Miles Bader <miles@gnu.org>
10661
10662 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10663 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10664 (js2-instance-member, js2-private-member, js2-private-function-call)
10665 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10666 (js2-magic-paren, js2-external-variable):
10667 Remove "-face" suffix from face names.
10668 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10669 (js2-highlight-undeclared-vars, js2-peek-token)
10670 (js2-parse-function-params, js2-mode-show-errors)
10671 (js2-mode-show-warnings, js2-make-magic-delimiter)
10672 (js2-mode-highlight-magic-parens): Update to use new face names.
10673
8e754ea2
MA
106742009-08-09 Michael Albinus <michael.albinus@gmx.de>
10675
10676 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10677 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10678
1c292fc7
CY
106792009-08-09 Chong Yidong <cyd@stupidchicken.com>
10680
18d433a7
CY
10681 * subr.el: Provide hashtable-print-readable.
10682
1c292fc7
CY
10683 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10684 hs-c-like-adjust-block-beginning.
10685 (hs-hide-block-at-point): Stop hiding at the beginning of
10686 hs-block-end-regexp (Bug#700).
10687
2db0ae07
DD
106882009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10689
10690 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10691 a macro.
10692 (gdb-registers-handler-custom): Do not fail when register names
10693 are unavailable.
10694
fe4740a6
DD
106952009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10696
10697 * progmodes/gdb-mi.el (gdb-control-all-threads)
10698 (gdb-control-current-thread): Interactive setters for
10699 `gdb-gud-control-all-threads' to use in menu.
10700 (gdb-show-run-p): Show «Go» when process is not active.
33aeea0e
SM
10701 (gud-tool-bar-map): Add non-stop/A,T indicator.
10702 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 10703
ce299d55
CY
107042009-08-08 Yoni Rabkin <yoni@rabkins.net>
10705
10706 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10707 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
10708 (net-utils-mode): New mode for viewing diagnostic network output.
10709 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10710 (net-utils-run-simple): New function.
10711 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 10712
7c4654ad
DD
107132009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10714
10715 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10716 (gdb-memory-set-address, def-gdb-set-positive-number)
10717 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10718 after changing settings.
10719 (gdb-invalidate-disassembly): Update when first shown.
10720 (gdb-edit-locals-value): Fixed.
10721 (gdb-registers-handler-custom): Print registers in right order and
10722 allow changing register values (only for current thread yet).
9cbac26b
DD
10723 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10724 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10725 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
33aeea0e
SM
10726 (gdb-locals-handler-custom, gdb-registers-handler-custom):
10727 Thread info in mode name.
9cbac26b 10728 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 10729
0f25a277
EZ
107302009-08-08 Eli Zaretskii <eliz@gnu.org>
10731
10732 * mail/rmail.el (rmail-add-mbox-headers)
10733 (rmail-set-message-counters-counter): Search for
10734 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10735
b971be60
GM
107362009-08-08 Glenn Morris <rgm@gnu.org>
10737
10738 * Makefile.in (ELCFILES): Update.
10739
a35d3ad8
EZ
107402009-08-07 Eli Zaretskii <eliz@gnu.org>
10741
33aeea0e
SM
10742 * mail/sendmail.el (mail-yank-original):
10743 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
10744 text is yanked.
10745
8b0bcc2e
EZ
10746 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10747 to "windows" when "pgnuplot" is used.
33aeea0e
SM
10748 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
10749 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
10750 (calc-graph-init): Don't send -display and -geometry to
10751 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10752 running "pgnuplot -V" with shell-command-to-string.
10753
10754 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10755 the default.
10756
107572009-08-07 Eli Zaretskii <eliz@gnu.org>
10758
10759 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
10760 org/org-latex.elc.
10761
3bca7ca5
DN
107622009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10763
3c53763c
DN
10764 * vc-dispatcher.el (vc-resynch-window): Update comment.
10765
3bca7ca5
DN
10766 * term.el (term-handle-ansi-escape): Add comments with the
10767 terminfo capabilities implemented.
10768
7b217360
DD
107692009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10770
10771 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10772 (gdb-var-create-handler): Rewritten using JSON parser.
2f952059
ML
10773 (gdb-propertize-header): Move earlier.
10774 (gdb-set-header): Remove to avoid duplication.
7b217360
DD
10775 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10776 Refresh disassembly buffers only after threads list have been
10777 update.
10778 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10779 variables.
10780
b4d84ecf
JL
107812009-08-04 Juri Linkov <juri@jurta.org>
10782
10783 * files.el: Commands to add/delete file/directory-local variables.
10784 (read-file-local-variable, read-file-local-variable-value)
10785 (read-file-local-variable-mode, modify-file-local-variable)
10786 (modify-file-local-variable-prop-line)
10787 (modify-dir-local-variable): New functions.
10788 (add-file-local-variable, delete-file-local-variable)
10789 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10790 (add-dir-local-variable, delete-dir-local-variable)
10791 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10792 (copy-dir-locals-to-file-locals-prop-line): New commands.
10793
42da39c1
CY
107942009-08-04 Chong Yidong <cyd@stupidchicken.com>
10795
10796 * abbrev.el (insert-abbrev-table-description): Prettify output.
10797 Suggested by Karl Chen.
10798
98bf8494
DD
107992009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
10800
78b9fb28 10801 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 10802 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
10803 (gdb-overlay-arrow-position, gdb-thread-position)
10804 (gdb-disassembly-position): Declare variables.
10805 (gdb-wait-for-pending): Function now.
10806 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10807 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10808 compilation goes smoothly.
10809 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10810 (gdb-non-stop-setting): New customization setting which replaces
10811 `gdb-non-stop' so changing it doesn't break active GDB session.
10812 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10813 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10814 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10815 (gdb-show-threads-by-default): New customization options.
10816 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10817 routines.
10818 (gdb-get-buffer-create): Send buffers update signal when they are
10819 created.
10820 (gdb-invalidate-locals, gdb-invalidate-registers)
10821 (gdb-invalidate-breakpoints)
10822 (gdb-invalidate-threads, gdb-invalidate-disassembly)
10823 (gdb-invalidate-memory): Accept update signal.
10824 (gdb-current-context-command): Use --frame option.
10825 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10826 Implement `gdb-frame-number' selection logic.
10827 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10828 whether to show GUD toolbar buttons.
10829 (gdb-thread-exited): Unselect current thread when it exits.
10830 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10831 (gdb-mark-line): Routine which sets overlay arrow or inverses
10832 video on fringeless displays.
10833 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10834 to build aligned columns of data in GDB buffers and set text
10835 properties line-by-line.
10836 (gdb-invalidate-breakpoints)
10837 (gdb-breakpoints-list-handler-custom)
10838 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10839 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10840 (gdb-registers-handler-custom): Align data columns.
10841 (gdb-locals-handler-custom): Now prints data like in variable
10842 declarations.
10843 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
2f952059 10844 Remove confusing buttons.
78b9fb28
DD
10845 (gdb-invalidate-threads): Append --frame.
10846 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10847 between breakpoints/threads buffers.
10848 (gdb-set-window-buffer): Now can ignore dedicated windows.
10849 (gdb-propertize-header): Use `gdb-set-window-buffer'.
10850 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10851 (def-gdb-thread-buffer-gud-command): Replaces
10852 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10853 for fine thread control.
10854 (gdb-preempt-existing-or-display-buffer): New function used to
10855 display bound buffers without breaking window layout.
10856 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10857 (gdb-select-frame): New version of `gdb-frames-select' which now
10858 sets `gdb-frame-number' so commands may use --frame option instead
10859 of inner debugger state.
10860 (gdb-frame-handler): Do not set `gdb-frame-number'.
10861 (gdb-threads-mode-map): Select threads with mouse.
10862
10863 * progmodes/gud.el (gdb-gud-context-call): Declare function to
10864 avoid compilation warning.
10865 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10866 `gdb-show-stop-p`.
10867
566f3909
DD
10868 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10869 Argument `key' renamed to `buffer-type'.
10870 (gdb-current-context-buffer-name): Do not add thread info to
10871 buffer name when no thread is selected.
10872 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10873 command (bug 3794).
10874 (gdb-thread-selected): Handle `=thread-selected' notification.
10875 (gdb-wait-for-pending): New macro to deal with congestion problems.
10876 (gdb-breakpoints-list-handler-custom): Don't fail on pending
10877 breakpoints.
7b6fefac
JB
10878 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10879 This fixes problem similar to one described in bug 3947.
566f3909
DD
10880 (gud-menu-map): More menu items.
10881 (gdb-init-1): Reset `gdb-thread-number' to nil.
10882
4a31122c
DD
10883 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10884 non-stop settings.
10885
10886 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10887 (gdb-current-context-command): Do not append --thread if
10888 `gdb-thread-number' is nil.
33aeea0e
SM
10889 (gdb-running-threads-count, gdb-stopped-threads-count):
10890 New variables.
4a31122c 10891 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
33aeea0e
SM
10892 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
10893 New customization options.
4a31122c
DD
10894 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10895 GUD commands.
7b6fefac 10896 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
10897 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10898 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10899 set `gdb-thread-number' and update `gud-running' properly.
10900 (gdb-running): Update threads list when new threads appear.
10901 (gdb-stopped): Support non-stop operation and new thread switching
10902 logic.
10903 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10904 (gdb-json-partial-output): New set of JSON routines.
10905 (def-gdb-auto-update-trigger): New `signal-list' optional
10906 argument.
10907 (gdb-thread-list-handler-custom): Update `gud-running',
10908 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10909 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10910 (gdb-continue-thread, gdb-step-thread): New commands for fine
10911 thread execution control.
10912 (gud-menu-map): New menu items to switch non-stop options.
10913 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 10914 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
10915
10916 * progmodes/gdb-mi.el (gdb-rules-name-maker)
10917 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10918 gdb-buffer-rules.
10919 (def-gdb-auto-update-handler): New nopreserve optional argument.
10920 (gdb-stack-list-frames-custom): Print stack from top to bottom.
10921
2f952059 10922 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
4a31122c
DD
10923 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10924 (gdb-parent-mode): New mode to derive other GDB modes from.
10925 (gdb-display-disassembly-for-thread)
10926 (gdb-frame-disassembly-for-thread): New commands for threads
10927 buffer.
10928
10929 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10930 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
10931 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10932 (gdb-update): We now store all GDB buffers in a list so that they
10933 can be updated by traversing a list instead of calling invalidate
7b6fefac 10934 triggers explicitly.
a5c9f540
DD
10935 (def-gdb-trigger-and-handler): New macro to define trigger-handler
10936 pair for GDB buffer.
10937 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
10938 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10939 handle pending triggers.
10940 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10941 (def-gdb-thread-buffer-simple-command)
10942 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10943 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
10944 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10945 New commands which show buffers bound to thread.
2f952059 10946 (gdb-stack-list-locals-regexp): Remove unused regexp.
4a31122c 10947
7b6fefac
JB
10948 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10949 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
10950 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10951 to (gud-comint-buffer) in *-buffer-name functions
10952 because (gdb-get-target-string) already does that.
10953 (gdb-locals-handler-custom, gdb-registers-handler-custom)
10954 (gdb-changed-registers-handler): Rewritten without regexps.
10955
ba214964 10956 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
10957 (gdb-thread-number): New variable.
10958 (gdb-current-context-command): New macro which adds --thread
10959 option to command.
7b6fefac 10960 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 10961 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 10962 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
10963 (gdb-select-thread): New command which selects current thread.
10964 (gdb-invalidate-frames, gdb-invalidate-locals)
10965 (gdb-invalidate-registers): Use --thread option.
20f12ed8 10966
2ac33804
MA
109672009-08-04 Michael Albinus <michael.albinus@gmx.de>
10968
10969 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 10970 robust. (Bug#3977)
2ac33804
MA
10971 (tramp-handle-insert-file-contents): `unwind-protect' must be
10972 inside `with-parsed-tramp-file-name'.
10973
10974 * net/tramp-gvfs.el (top): Remove superfluous message when loading
10975 fails.
10976
39d0296f
NR
109772009-08-03 Nick Roberts <nickrob@snap.net.nz>
10978
10979 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10980 directory if CLASSPATH is not set.
10981
adcbca53
MA
109822009-08-03 Michael Albinus <michael.albinus@gmx.de>
10983
7b6fefac
JB
10984 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10985 New defconst.
7ef849b6 10986 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 10987
30924b0b
CY
109882009-08-02 Kevin Ryde <user42@zip.com.au>
10989
7b6fefac
JB
10990 * net/newst-backend.el (newsticker--raw-url-list-defaults):
10991 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 10992
b6ce92f1
CY
109932009-08-02 Chong Yidong <cyd@stupidchicken.com>
10994
d977a092
CY
10995 * select.el (x-set-selection): Doc fix (Bug#4021).
10996
10997 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10998
b6ce92f1
CY
10999 * help-fns.el (describe-variable): Treat list return values from
11000 dir-locals-find-file properly (Bug#4005).
11001
7b6fefac 110022009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
11003
11004 * net/tramp.el (tramp-debug-message): Print also microseconds.
11005
110062009-08-02 Michael Albinus <michael.albinus@gmx.de>
11007
11008 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11009 or END is non-nil.
11010 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11011 (tramp-get-debug-buffer): Change `outline-regexp' according to new
11012 format.
11013
5ce6e4f4 11014 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
11015 (tramp-get-file-property): Use it.
11016
33aeea0e
SM
11017 * autorevert.el (auto-revert-handler):
11018 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 11019
2aafe808
JR
110202009-08-02 Jason Rumney <jasonr@gnu.org>
11021
11022 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 11023 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 11024
e094097c
CY
110252009-08-02 Chong Yidong <cyd@stupidchicken.com>
11026
11027 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
33aeea0e
SM
11028 (font-lock-variable-name-face, font-lock-constant-face):
11029 Darken the colors for light backgrounds.
e094097c 11030
de94f281
EZ
110312009-08-01 Eli Zaretskii <eliz@gnu.org>
11032
11033 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11034 month names. (Bug#3987)
11035
54b99340
CY
110362009-07-31 Chong Yidong <cyd@stupidchicken.com>
11037
11038 * simple.el (line-move-finish): Pass whole number to
11039 line-move-to-column.
34be836c 11040 (line-move-visual): Perform hscroll to the recorded position.
54b99340 11041
38216c30
JB
110422009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
11043
11044 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11045
c779896d
CY
110462009-07-29 Alan Mackenzie <acm@muc.de>
11047
11048 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11049
592ccae0
DD
110502009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
11051
35edc6c6
DD
11052 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11053 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 11054
5a9e3ab7
JB
110552009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11056
11057 * calc/calc.el (calc-mode-map): Add keybinding for
11058 `calc-transpose-lines'.
11059
7b6fefac 110602009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
11061
11062 * calc/calc-misc.el (calc-transpose-lines): New function.
11063
905fb90e
MA
110642009-07-28 Michael Albinus <michael.albinus@gmx.de>
11065
11066 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11067 Simplify check for out-of-band methods.
11068 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11069 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
11070
76e14464
DN
110712009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
11072
11073 * vc-git.el (vc-git-checkin): Fix typo.
11074
6088b51f 110752009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
11076
11077 * progmodes/js2-mode.el: New file.
11078
b85157fe
NR
110792009-07-28 Nick Roberts <nickrob@snap.net.nz>
11080
11081 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11082 (gud-menu-map): Adjust tooltip accordingly.
11083
d43c2b06
DN
110842009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11085
1c0f0c3b
DN
11086 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11087 (vc-bzr-log-view-mode): Adjust log-view-file-re.
11088
d43c2b06
DN
11089 * add-log.el (change-log-mode-map): Add a menu.
11090
3dec5c36
MA
110912009-07-27 Michael Albinus <michael.albinus@gmx.de>
11092
11093 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11094 function returns nil.
11095 (dbus-handle-event): Handle special return value :ignore.
11096 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11097
5704140c
CY
110982009-07-26 Chong Yidong <cyd@stupidchicken.com>
11099
11100 * view.el (view-mode-enable): Don't define Helper-return-blurb if
11101 it's not needed.
11102
3077d1f6
EZ
111032009-07-25 Eli Zaretskii <eliz@gnu.org>
11104
11105 Fix Bug#3888:
11106
11107 * w32-vars.el (x-select-enable-clipboard): Doc fix.
11108
11109 * term/pc-win.el (x-display-name, x-colors)
11110 (x-select-enable-clipboard, x-select-text): Doc fix.
11111
11112 * term/common-win.el (x-display-name, x-colors): Doc fix.
11113
11114 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11115 (xw-defined-colors): Doc fix.
11116
11117 * w32-fns.el (x-select-text, x-setup-function-keys)
11118 (x-get-selection, x-set-selection): Doc fix.
11119
11120 * term/x-win.el (x-select-text, x-setup-function-keys)
11121 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11122
11123 * select.el (x-set-selection): Doc fix.
11124
51768bc8
MA
111252009-07-25 Michael Albinus <michael.albinus@gmx.de>
11126
11127 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11128 instead of "IsNSSSupportAvailable". Avahi ought to work also when
33aeea0e
SM
11129 "IsNSSSupportAvailable" method is not available.
11130 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 11131
b11c2874
KH
111322009-07-24 Kenichi Handa <handa@m17n.org>
11133
11134 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 11135 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
11136 (build-unicode-category-table): Fix range checks.
11137
ba83b7b6
DN
111382009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
11139
11140 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11141 the buffer we try to sync is current when calling
11142 vc-resynch-buffer.
11143
11144 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11145 not show up to date files.
11146
7a8ae964
GM
111472009-07-24 Glenn Morris <rgm@gnu.org>
11148
11149 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11150 Add autoload cookies. If necessary, initialize.
11151 (elint-log): Handle non-file buffers.
11152 (elint-initialize): Add optional argument to reinitialize.
11153 (elint-find-builtin-variables): Save excursion.
11154
a707eb05
DN
111552009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11156
11157 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11158 for Lint.
11159
0a2ddfa6
DN
111602009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11161
d6a62b0d
DN
11162 * vc.el (vc-print-log-internal): New function, split out from ...
11163 (vc-print-log): ... here.
10b5dcad 11164 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 11165
0a2ddfa6
DN
11166 * vc-git.el (vc-git-add-signoff): New variable.
11167 (vc-git-checkin): Use it.
11168 (vc-git-toggle-signoff): New function.
11169 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
11170 (vc-git--run-command-string): Accept a nil FILE argument.
11171 (vc-git-stash-list): New function.
11172 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 11173
589a99f2
GM
111742009-07-23 Glenn Morris <rgm@gnu.org>
11175
11176 * help-fns.el (describe-variable): Describe ignored and risky local
11177 variables in a similar way to that in which we describe safe ones.
11178
11179 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11180 (byte-compile-output-file-form, byte-compile-output-docform)
11181 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11182 Give some more local variables with common names a "bytecomp-" prefix,
11183 so as not to shadow things during compilation.
11184 * emacs-lisp/cl-macs.el (load-time-value)
11185 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11186 `outbuffer' to `bytecomp-outbuffer'.
11187
11188 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11189 since the next two variables cover them automatically now.
11190 (elint-builtin-variables, elint-autoloaded-variables): New.
11191 (elint-unknown-builtin-args): Remove all members, since they can be
11192 parsed automatically now.
11193 (elint-extra-errors): New.
11194 (elint-env-add-env, elint-env-add-macro): Use cadr.
11195 (elint-current-buffer): Use or. Change final message.
11196 (elint-get-top-forms): Use line-end-position.
11197 (elint-init-env): Use cadr. Handle autoload, declare-function,
11198 and defalias.
11199 (elint-add-required-env): Doc fix. Use or. Standardize error.
11200 (regexp-assoc): Remove unused function.
11201 (elint-top-form): Set elint-current-pos, to record the start of the
11202 top-level form, for compilation-mode.
11203 (elint-form): Trap errors in macro expansion. Use dolist.
11204 (elint-unbound-variable): Use elint-builtin-variables and
11205 elint-autoloaded-variables.
11206 (elint-get-args): Use cadr, or.
11207 (elint-check-cond-form): Use dolist, cadr.
11208 (elint-check-condition-case-form): Doc fix. Use cadr.
11209 Use elint-extra-errors.
11210 (elint-log): New function.
11211 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11212 Distinguish errors and warnings.
11213 (elint-log-message): Use with-current-buffer. Inhibit read-only.
11214 Use a bytecomp-style format.
11215 (elint-clear-log): Preserve default-directory. Inhibit read-only.
11216 (elint-get-log-buffer): Use compilation mode. Disable undo.
11217 Don't truncate lines.
11218 (elint-initialize): Set builtin and autoloaded variable lists.
11219 Only process elint-unknown-builtin-args if non-nil.
11220 (elint-find-builtin-variables, elint-find-autoloaded-variables):
11221 New functions.
11222 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
11223
855b42a2
GM
112242009-07-22 Kevin Ryde <user42@zip.com.au>
11225
11226 * net/newst-backend.el (newsticker--parse-atom-1.0)
11227 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11228 (newsticker--parse-rss-1.0):
11229 * progmodes/idlwave.el (idlwave-mode):
11230 * progmodes/idlw-shell.el (idlwave-shell-mode):
11231 * progmodes/vera-mode.el (vera-mode):
11232 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11233 * progmodes/vhdl-mode.el (vhdl-mode):
11234 * textmodes/table.el (table-generate-source)
11235 (table--warn-incompatibility):
11236 Hyperlink urls in docstrings with URL `...'.
11237
fd413a37
GM
112382009-07-22 Glenn Morris <rgm@gnu.org>
11239
cb711556
GM
11240 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11241 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11242 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11243 Remove leading * from defcustom docs.
11244
fd413a37
GM
11245 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
11246
11247 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11248 defcustom doc.
11249 (list-load-path-shadows): Optionally, just return shadows as a string.
11250
11251 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11252
a4f69701
CY
112532009-07-21 Chong Yidong <cyd@stupidchicken.com>
11254
33aeea0e
SM
11255 * mail/rmailedit.el (rmail-edit-mode):
11256 Use auto-save-include-big-deletions.
a4f69701 11257
33aeea0e
SM
11258 * mail/rmail.el (rmail-variables):
11259 Use auto-save-include-big-deletions.
a4f69701
CY
11260
11261 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11262 changes.
11263
ec06459c
JB
112642009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
11265
11266 * calc/calc.el (calc-undo-length): New variable.
11267 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11268
b41b0976
RS
112692009-07-21 Richard Stallman <rms@gnu.org>
11270
11271 * files.el (auto-save-mode): Handle buffer-save-size = -2
11272 for toggling mode.
11273
4ed32706
GM
112742009-07-21 Glenn Morris <rgm@gnu.org>
11275
531b1264
GM
11276 * textmodes/ispell.el (ispell-looking-back): Update declaration.
11277
55d27f41
GM
11278 * calendar/todo-mode.el (calendar-current-date): Update declaration.
11279
02df3f4d
GM
11280 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11281 silence compiler. Instead...
11282 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11283 (ps-print-ensure-fontified): Update for above function name changes.
11284
fdd8417e
GM
11285 * printing.el (pr-mh-get-msg-num, pr-mh-show)
11286 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11287 silence compiler. Instead...
11288 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11289 (mh-show-buffer): Only define for compiler.
11290 (pr-mh-current-message): Update for above function name changes.
11291
4ed32706
GM
11292 * files.el (abort-if-file-too-large): Explicitly pass `filename'
11293 as an argument.
11294 (find-file-noselect, insert-file-1): Update for above change.
11295
11296 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11297
11298 * mail/mailclient.el (mailclient-send-it): Fix message.
11299
11300 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11301 (edebug-eval): Check cl-debug-env is bound.
11302 (print-level, print-circle): Don't redefine built-in variables.
11303
11304 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11305 (custom-print-vectors): Remove old comments from doc.
11306
11307 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11308 (emerge-version): Make the variable an obsolete alias for the
11309 emacs-version variable. Make the function obsolete.
11310 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11311 Emerge options, rather than merging in into the main Options menu.
11312 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
11313 and auto advance modes. Disable edit/fast items when not relevant.
11314
86812144
CY
113152009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11316
11317 * term/vt420.el (terminal-init-vt420): Fix typo.
11318
6bb90094
SS
113192009-07-20 Sam Steingold <sds@gnu.org>
11320
11321 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11322 variable (removed from compile.el on 2004-03-11).
11323
42e0a725
CY
113242009-07-20 Chong Yidong <cyd@stupidchicken.com>
11325
11326 * files.el (hack-local-variables-filter): Fix last change.
11327
2ee20f24
JL
113282009-07-19 Juri Linkov <juri@jurta.org>
11329
11330 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11331 (dir-local-variables-alist): New buffer-local variable.
11332 (hack-local-variables-filter): If variable is not dir-local,
11333 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11334 because file-local overrides dir-local.
3570691b 11335 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
11336 Remove obsolete declaration.
11337 (hack-dir-local-variables): Add dir-local variable/value pair to
11338 `dir-local-variables-alist' and remove duplicates. Doc fix.
11339
11340 * help-fns.el (describe-variable): Add information about
11341 file-local and dir-local variables.
11342
89bf83cd
CY
113432009-07-19 Chong Yidong <cyd@stupidchicken.com>
11344
11345 * files.el (hack-local-variables-filter): Rewrite.
11346
1a8d3541
GM
113472009-07-19 Glenn Morris <rgm@gnu.org>
11348
d9e8a018
GM
11349 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11350 Silence compiler by only defining on XEmacs.
11351
da332cfb
GM
11352 * international/mule.el (auto-coding-regexp-alist): Only match
11353 BABYL... at the start of buffer, not of lines. (Bug#3790)
11354
1a8d3541
GM
11355 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11356 non-calendar buffers (Bug#3862). Restore "not on a date" message.
11357 (cal-menu-context-mouse-menu): Doc fix.
11358
11359 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11360
11361 * simple.el (mail-user-agent): Doc fix. Set :version tag.
11362
d842b103
JL
113632009-07-18 Juri Linkov <juri@jurta.org>
11364
11365 * info.el: Virtual Info keyword finder.
3570691b 11366 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
11367 (Info-finder-file): New variable.
11368 (Info-finder-find-file): New function.
11369 (finder-known-keywords, finder-package-info)
11370 (find-library-name, lm-commentary): Use defvar and
11371 declare-function to silence compiler warnings.
11372 (Info-finder-find-node): New function.
11373 (info-finder): New command.
11374
11375 * subr.el (process-kill-buffer-query-function): New function.
11376 (add-hook)<kill-buffer-query-functions>: Add hook
11377 `process-kill-buffer-query-function'.
11378
10d37df7
AM
113792009-07-18 Alan Mackenzie <acm@muc.de>
11380
7b6fefac 11381 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
11382 (c-postprocess-file-styles): Give invocation of `c-set-style'
11383 DONT-OVERRIDE parameter of t. Already set style variables will
11384 thus not be overridden by style settings given by `c-file-syle'.
11385
11386 * files.el (hack-local-variables-filter): Remove entries with
11387 duplicate keys from `file-local-variables-alist'.
11388
102e1a41
EZ
113892009-07-18 Eli Zaretskii <eliz@gnu.org>
11390
11391 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11392 x-set-selection if display-selections-p returns nil for the
11393 current frame.
11394
16f2e9fc
CY
113952009-07-18 Chong Yidong <cyd@stupidchicken.com>
11396
11397 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11398
f22693fc
EZ
113992009-07-18 Eli Zaretskii <eliz@gnu.org>
11400
a6c2c80c
EZ
11401 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11402 Accept nil in addition to a regexp.
11403 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11404 Accept nil in addition to a regexp.
11405 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11406 buffers that have an associated file. Handle nil values of
11407 desktop-buffers-not-to-save and desktop-files-not-to-save.
11408 (Bug#3833)
11409
f22693fc
EZ
11410 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11411 (x-disown-selection-internal): New functions.
11412
e456379a
NR
114132009-07-18 Nick Roberts <nickrob@snap.net.nz>
11414
11415 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11416 warning.
11417 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11418 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11419
0013b70f
CY
114202009-07-18 David De La Harpe Golden <david@harpegolden.net>
11421
11422 * simple.el (set-mark): Revert last change.
11423
0855c2ca
CY
114242009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11425
11426 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11427 rendering of pngs is not possible instead of messaging a long
11428 description.
11429
3f5c9cad
CY
114302009-07-17 David De La Harpe Golden <david@harpegolden.net>
11431
11432 * w32-fns.el (x-selection-owner-p): New function.
11433
11434 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
33aeea0e
SM
11435 (mouse-yank-at-click, mouse-yank-primary):
11436 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 11437 insertion.
3f5c9cad
CY
11438
11439 * simple.el (deactivate-mark, set-mark): Only save selection if we
11440 own it.
11441
1fc87f9b
KH
114422009-07-17 Kenichi Handa <handa@m17n.org>
11443
11444 * case-table.el (describe-buffer-case-table): Fix for the case
11445 that KEY is a cons.
11446
d56fdcd2
DN
114472009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11448
11449 * vc-rcs.el (vc-rcs-find-file-hook):
11450 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11451
bede3e9f
MA
114522009-07-16 Michael Albinus <michael.albinus@gmx.de>
11453
11454 * net/tramp.el (tramp-wait-for-output): Handle the case when
11455 commands do not return a newline but a null byte before the shell
11456 prompt. (Bug#3858)
11457
7653ca1d
YM
114582009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11459
11460 * term/ns-win.el (ns-set-alpha): Don't declare.
11461 (ns-set-background-alpha): Remove function.
11462
ed2a52e9
SM
114632009-07-16 Kevin Ryde <user42@zip.com.au>
11464
11465 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11466 y-or-n-p, for safety.
11467
7a907299
RS
114682009-07-16 Richard Stallman <rms@gnu.org>
11469
11470 * files.el (auto-save-mode): If buffer-saved-size is -2,
11471 don't clobber it.
11472
11473 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11474 (rmail-retry-ignored-headers): Add more uninteresting fields.
11475
c0db3477
CY
114762009-07-15 Jari Aalto <jari.aalto@cante.net>
11477
11478 * net/rcirc.el (rcirc): Use history variables.
11479 (rcirc-server-name-history, rcirc-nick-name-history)
11480 (rcirc-server-port-history): New variables.
11481
6c875452
KH
114822009-07-15 Kenichi Handa <handa@m17n.org>
11483
bf974dc9
KH
11484 * international/mule-cmds.el (set-language-environment-charset):
11485 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11486 ignore them.
11487
6c875452
KH
11488 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11489 Delete unibyte-display.
11490
2066b4fe
CY
114912009-07-15 Chong Yidong <cyd@stupidchicken.com>
11492
11493 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11494
f9be2e35
CY
114952009-07-15 Chong Yidong <cyd@stupidchicken.com>
11496
11497 * simple.el (deactivate-mark): Optional argument FORCE.
11498 (set-mark): Use deactivate-mark.
11499
11500 * info.el (Info-search): No need to check transient-mark-mode
11501 before calling deactivate-mark.
11502
11503 * select.el (x-set-selection): Doc fix.
11504 (x-valid-simple-selection-p): Allow buffer values.
33aeea0e
SM
11505 (xselect--selection-bounds): Handle buffer values.
11506 Suggested by David De La Harpe Golden.
f9be2e35 11507
33aeea0e
SM
11508 * mouse.el (mouse-set-region, mouse-drag-track):
11509 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
11510 select-active-regions work.
11511
be3e598a 115122009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
11513
11514 * simple.el (deactivate-mark): If select-active-regions is
11515 non-nil, copy the selection data into a string.
11516 (activate-mark): If select-active-regions is non-nil, set the
11517 selection to the current buffer.
11518 (set-mark): Update selection if select-active-regions is non-nil.
11519
11520 * select.el (x-valid-simple-selection-p): Allow buffer values.
11521
cbd61418
SM
115222009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11523
11524 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11525 and more featureful message-mode.
11526
f470187f
CY
115272009-07-14 Chong Yidong <cyd@stupidchicken.com>
11528
11529 * select.el (x-set-selection): Doc fix.
11530 (x-valid-simple-selection-p): Disallow selection data consisting
11531 of a list or cons of integers, since that is not used.
11532 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11533 (xselect-convert-to-string, xselect-convert-to-length)
11534 (xselect-convert-to-filename, xselect-convert-to-charpos)
11535 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11536
bfc99364
DD
115372009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11538
11539 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11540 output in -break-info command (Emacs bug #3794).
11541
e32721f5
GM
115422009-07-14 Glenn Morris <rgm@gnu.org>
11543
1e46f9e4
GM
11544 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11545 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11546 (edebug-print-length, edebug-print-level, edebug-print-circle)
11547 (edebug-sit-for-seconds, edebug-view-outside)
11548 (edebug-bounce-point, edebug-set-global-break-condition)
11549 (edebug-Go-nonstop-mode, edebug-trace-mode)
11550 (edebug-Trace-fast-mode, edebug-continue-mode)
11551 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11552 (edebug-visit-eval-list): Doc fixes.
11553
e32721f5
GM
11554 * subr.el (def-edebug-spec): Doc fix.
11555
66a85e76
KH
115562009-07-14 Kenichi Handa <handa@m17n.org>
11557
11558 * international/characters.el: Fix setting of category ?C.
11559
28571246
JD
115602009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11561
7b6fefac 11562 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
11563 ns-popup-font-panel instead of generate-fontset-menu.
11564
5d74672c
EZ
115652009-07-12 Eli Zaretskii <eliz@gnu.org>
11566
7b6fefac 11567 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 11568
eb1727a4
CY
115692009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11570
11571 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11572 the PK\003\004 header (Bug#3770).
11573
208384c5
CY
115742009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11575
11576 * pcomplete.el (pcomplete-comint-setup): Check for
11577 shell-dynamic-complete-filename too.
11578
774409a1
CY
115792009-07-11 Chong Yidong <cyd@stupidchicken.com>
11580
11581 * simple.el (temporary-goal-column): Change the value for
11582 line-move-visual to a cons cell.
11583 (line-move-visual): Record or set the window hscroll, if
11584 necessary (Bug#3494).
11585 (line-move-1): Handle cons value of temporary-goal-column.
11586
1639ee1d
KH
115872009-07-11 Kenichi Handa <handa@m17n.org>
11588
11589 * international/mule-diag.el (describe-character-set): Don't show
11590 width.
11591
2b1d2412
SS
115922009-07-10 Sam Steingold <sds@gnu.org>
11593
11594 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11595 Omake sometimes indents the errors it prints, so allow all
11596 regexps to start with spaces.
11597
ed3a5691
EZ
115982009-07-10 Eli Zaretskii <eliz@gnu.org>
11599
ed2a52e9
SM
11600 * cus-edit.el (customize-changed-options-previous-release):
11601 Bump value to 22.1. (Bug#3804)
ed3a5691 11602
49405d0e
SS
116032009-07-08 Sam Steingold <sds@gnu.org>
11604
11605 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11606 to be a cons cell (test . ignored-directory) to selectively ignore
11607 some directories depending on the location of the search.
11608
93c3eb7c
MA
116092009-07-08 Michael Albinus <michael.albinus@gmx.de>
11610
11611 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11612 remote user is root, on the local host.
11613 (tramp-local-host-p): Either the local user or the remote user
11614 must be root. (Bug#3771)
11615
6f2a8484
NR
116162009-07-08 Nick Roberts <nickrob@snap.net.nz>
11617
11618 * progmodes/gdb-mi.el (gdb): Remove description of
11619 gdb-use-separate-io-buffer.
69cb8d82 11620 (menu): Don't allow toggling of or enable
6f2a8484
NR
11621 gdb-use-separate-io-buffer from menubar.
11622
88d03607
CY
116232009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11624
11625 * mail/unrmail.el (unrmail): Make sure the message ends with two
11626 newlines (Bug#3769).
11627
7ef5b8b2
GM
116282009-07-08 Glenn Morris <rgm@gnu.org>
11629
11630 * calendar/calendar.el (calendar-current-date): Rework previous change.
11631
3ce82f97
GM
116322009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11633
11634 * calendar/calendar.el (calendar-current-date):
11635 Add an optional argument giving an offset from today.
11636
f35fc841
GM
116372009-07-08 Glenn Morris <rgm@gnu.org>
11638
11639 * tutorial.el (tutorial--describe-nonstandard-key):
11640 Adjust the message for when a key has been unbound.
11641 (help-with-tutorial): Hide the arch-tag.
11642
40149292
KH
116432009-07-08 Kenichi Handa <handa@m17n.org>
11644
69cb8d82
KH
11645 * international/fontset.el (setup-default-fontset): For each
11646 script, append (not set) font-specs.
11647
40149292
KH
11648 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11649 docstring.
11650
ff0c4194
NR
116512009-07-08 Nick Roberts <nickrob@snap.net.nz>
11652
11653 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11654 -data-list-register-names to ...
11655 (gdb-starting): ... here because GDB 7.0 requires execution to
11656 have started when using this MI command.
11657 (gdb-set-header): New function to distinguish select and
11658 unselected tabs in gdb buffers.
11659 (gdb-propertize-header): New macro that uses gdb-set-header.
11660 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 11661 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 11662
8954c675
CY
116632009-07-07 Chong Yidong <cyd@stupidchicken.com>
11664
11665 * Makefile.in (ELCFILES): Remove fadr.elc.
11666
0996385d
DD
116672009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11668
dc6b4519
DD
11669 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11670 may contain frame information, so `string-match' should be used.
11671 (gdb-update): Disassembly is invalidated through
11672 `gdb-get-selected-frame'.
11673 (gdb-pad-string): New function to pad string with spaces.
11674 (gdb-invalidate-disassembly): Invalidate only if the buffer
11675 exists.
11676 (gdb-disassembly-handler-custom): Column alignment.
11677 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11678 placing new ones.
11679 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11680 end of line, too.
11681 (gdb-frame-handler): Match convention to for disassembly buffer
11682 mode name.
17c1380b 11683 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
11684 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11685 not highlight breakpoints without line information.
69a197a2 11686 (gdb-input): Add trailing newline to command.
dc6b4519 11687
14340b25
DD
11688 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11689 buffer properly.
11690 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 11691 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
11692 now.
11693 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11694 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11695 to place breakpoints.
14340b25
DD
11696 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11697 functions.
11698 (gdb-disassembly-handler-custom): Show overlay arrow.
11699 (gdb-disassembly-place-breakpoints): Show breakpoints in
11700 disassembly buffer.
11701 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 11702 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 11703 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 11704 in `gud-menu-map'.
14340b25 11705
38d4f316 11706 * fadr.el: Remove.
1f2a6224 11707
7b6fefac 11708 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 11709 (gdb-memory-address): New variable which holds top address of
7b6fefac 11710 memory page shown in memory buffer.
33aeea0e
SM
11711 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
11712 New customization variables.
0996385d
DD
11713 New functions:
11714 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11715 display the memory buffer.
11716 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11717 buffer display parameters.
11718 (def-gdb-memory-format, gdb-memory-format-binary)
11719 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11720 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11721 Functions for setting memory buffer format.
11722 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11723 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11724 unit size used in memory buffer.
33aeea0e
SM
11725 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
11726 Switch to next/previous page of memory buffer.
28d67a53 11727 Now using (bindat-get-field) instead of fadr functions.
0996385d 11728
9ba562d3
SS
117292009-07-07 Sam Steingold <sds@gnu.org>
11730
11731 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11732 non-top-level files.
11733
a43977db
KH
117342009-07-07 Kenichi Handa <handa@m17n.org>
11735
33aeea0e
SM
11736 * international/mule-cmds.el (reset-language-environment):
11737 Put the highset priority to the charset iso-8859-1.
a43977db 11738
d44d05e8
CY
117392009-07-06 Chong Yidong <cyd@stupidchicken.com>
11740
11741 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11742 to the end of the line when locating the block (Bug#700).
11743
3e2fa353
MA
117442009-07-06 Michael Albinus <michael.albinus@gmx.de>
11745
11746 * net/tramp.el (tramp-handle-write-region): Flush file properties
11747 in case of short track.
11748
be3e598a 117492009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 11750
bf0b361c
JB
11751 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11752 Coded custom representation of verilog error regular expressions
11753 to work with Emacs-22's new format.
d88782c3 11754 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 11755 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
11756 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11757 error recognition into XEmacs.
11758 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11759 error recognition into Emacs-22.
11760
25c6f63e
CY
117612009-07-06 Chong Yidong <cyd@stupidchicken.com>
11762
11763 * woman.el: Remove stand-alone closing parentheses.
11764 (woman-file-name, woman2-format-paragraphs)
11765 (woman-leave-blank-lines): Code cleanup.
11766 (woman-use-own-frame): Change default to nil.
33aeea0e
SM
11767 (woman-italic, woman-bold, woman-unknown, woman-addition):
11768 Change defaults to inherit from default faces.
25c6f63e
CY
11769 (woman2-process-escapes): Consume the newline after a stand-alone
11770 filler character (Bug#3651).
11771
f176290e
GM
117722009-07-06 Glenn Morris <rgm@gnu.org>
11773
11774 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11775 (top-level): Move provide to the end.
11776 (ffap): Remove defunct URL from custom group.
11777
11778 * subr.el (eval-after-load): Doc fix.
11779
7b6fefac 117802009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
11781
11782 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11783 `calc-embedded-word' is called twice.
11784
4b8b1ec5
SM
117852009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11786
11787 * files.el (find-alternate-file-other-window, find-alternate-file):
11788 Obey confirm-nonexistent-file-or-buffer.
11789
d6ceb380
MA
117902009-07-05 Michael Albinus <michael.albinus@gmx.de>
11791
11792 * dired-aux.el (dired-show-file-type): Handle remote files.
11793
be3e598a 117942009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 11795
4b8b1ec5
SM
11796 * desktop.el (desktop-globals-to-save):
11797 Add file-name-history (Bug#2750).
c760f19e 11798
6d00ce04
CY
117992009-07-05 Chong Yidong <cyd@stupidchicken.com>
11800
4b8b1ec5 11801 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 11802
6ee21b07
JB
118032009-07-04 Johan Bockgård <bojohan@gnu.org>
11804
11805 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11806 property on entire argument since this is what eshell-lisp-command
11807 expects.
11808
f0dbdc25
MA
118092009-07-03 Michael Albinus <michael.albinus@gmx.de>
11810
11811 * net/tramp-gvfs.el (tramp-gvfs-methods)
11812 (tramp-gvfs-zeroconf-domain)
11813 (tramp-bluez-discover-devices-timeout): Add version flag.
11814 (tramp-gvfs-handler-mounted-unmounted)
11815 (tramp-gvfs-connection-mounted-p): Polish handling of
11816 incompatibilities between GVFS 0.2 and 1.0.
11817
e044e4fc
JD
118182009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11819
4b8b1ec5 11820 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 11821
2e9b968b
JB
118222009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11823
bf0b361c 11824 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
11825 formatted correctly.
11826
baf1a55e
JL
118272009-07-02 Juri Linkov <juri@jurta.org>
11828
11829 * info.el: Virtual Info files and nodes.
11830 (Info-virtual-files, Info-virtual-nodes): New variables.
11831 (Info-current-node-virtual): New variable.
11832 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11833 New functions.
11834 (Info-file-supports-index-cookies): Use Info-virtual-file-p
11835 to check for a virtual file instead of checking a fixed list
11836 of node names.
11837 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11838 instead of ad-hoc processing of "dir" and (apropos history toc).
11839 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11840 instead of ad-hoc processing of "dir" and (apropos history toc).
11841 Reread a file when moving from a virtual node.
11842 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11843 (Info-directory-toc-nodes, Info-directory-find-file)
11844 (Info-directory-find-node): New functions.
11845 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11846 (Info-history): Move part of code to
11847 `Info-history-find-node'.
11848 (Info-history-toc-nodes, Info-history-find-file)
11849 (Info-history-find-node): New functions.
11850 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11851 (Info-toc): Move part of code to `Info-toc-find-node'.
11852 (Info-toc-find-node): New function.
4b8b1ec5 11853 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
11854 the current Info file name to references because now the node
11855 "*TOC*" belongs to the same Info manual.
4b8b1ec5 11856 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
11857 (Info-toc-nodes): Rename input argument `file' to `filename'.
11858 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11859 instead of ad-hoc processing of ("dir" apropos history toc).
11860 (Info-index-nodes): Use Info-virtual-file-p
11861 to check for a virtual file instead of checking a fixed list
11862 of node names.
11863 (Info-index-node): Add check for `Info-current-node-virtual'.
11864 Raise `save-match-data' higher up the tree to contain
11865 `search-forward' too (bug fix).
11866 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11867 (Info-virtual-index-nodes): New variable.
11868 (Info-virtual-index-find-node, Info-virtual-index): New functions.
11869 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11870 (Info-apropos-file, Info-apropos-nodes): New variables.
11871 (Info-apropos-toc-nodes, Info-apropos-find-file)
11872 (Info-apropos-find-node, Info-apropos-matches): New functions.
11873 (info-apropos): Move part of code to `Info-apropos-find-node' and
11874 `Info-apropos-matches'.
11875 (Info-mode-map): Bind "I" to `Info-virtual-index'.
11876 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11877 for a virtual file instead of checking a fixed list of node names.
11878
11879 * simple.el (async-shell-command): New command.
11880
11881 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11882
11883 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11884 instead of `mount-info'.
11885
d04bc496
MA
118862009-07-02 Michael Albinus <michael.albinus@gmx.de>
11887
11888 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 11889 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 11890
af0403e0
KH
118912009-07-02 Kenichi Handa <handa@m17n.org>
11892
11893 * international/mule.el (set-keyboard-coding-system): Force *-unix
11894 coding-system to avoid eol conversion.
11895
99278f8a
MA
118962009-07-01 Michael Albinus <michael.albinus@gmx.de>
11897
4b8b1ec5
SM
11898 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11899 Add handler for `process-file', `shell-command' and
99278f8a
MA
11900 `start-file-process'.
11901 (tramp-gvfs-handle-shell-command)
11902 (tramp-gvfs-handle-start-file-process)
11903 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 11904 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 11905
3f1c6666
JD
119062009-07-01 Jan Djärv <jan.h.d@swipnet.se>
11907
11908 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11909
3f396bac
KH
119102009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
11911
11912 * language/korean.el (set-language-info-alist): Add korean-cp949,
11913 cp949 to spec.
11914
c1185193
KH
119152009-07-01 Kenichi Handa <handa@m17n.org>
11916
11917 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11918
11919 * international/encoded-kb.el: Deleted.
11920
11921 * international/mule.el (set-keyboard-coding-system): Perform the
11922 necessary setup here instead of calling encoded-kbd-setup-display.
11923
3f150a60
GM
119242009-07-01 Glenn Morris <rgm@gnu.org>
11925
11926 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11927
b0d5b05b
GM
119282009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
11929
11930 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
11931
4f4126e6
MA
119322009-06-30 Michael Albinus <michael.albinus@gmx.de>
11933
4b8b1ec5
SM
11934 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11935 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 11936 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 11937
7ae3ea65 11938 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
11939 (top): Add a default for "synce" in `tramp-default-user-alist'.
11940 Add completion function for "synce" method.
11941 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
11942 (tramp-hal-interface-manager, tramp-hal-interface-device):
11943 New defconst.
11944 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11945 (tramp-synce-list-devices, tramp-synce-parse-device-names):
11946 New defuns.
d6ceb380
MA
11947
11948 * net/trampver.el: Update release number.
7ae3ea65 11949
0ad6626b
KH
119502009-06-30 Kenichi Handa <handa@m17n.org>
11951
11952 * international/fontset.el (setup-default-fontset): Add CJK fonts
11953 for symbols and the other miscellaneous characters.
11954
4b8b1ec5
SM
11955 * language/korea-util.el (setup-korean-environment-internal):
11956 Make char-width-table suitable for Korean environments.
0ad6626b
KH
11957 (exit-korean-environment): Cancel above.
11958
11959 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11960 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 11961 setup-function to make char-width-table suitable for respective
0ad6626b
KH
11962 environments, and an exit-function to cancel that.
11963
11964 * language/japan-util.el (setup-japanese-environment-internal):
11965 Call use-cjk-char-width-table with arg `ja_JP'.
11966
11967 * international/characters.el (cjk-char-width-table): Delete it.
11968 (cjk-char-width-table-list): New variable.
11969 (use-cjk-char-width-table): New arg local-name.
11970 (use-default-char-width-table): Fix for the case that Emacs is
11971 already using the default char-width-table.
11972
fd46e893
MA
119732009-06-29 Michael Albinus <michael.albinus@gmx.de>
11974
11975 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11976 modes mandatory. (Bug#3712)
11977
b87d9f96
AM
119782009-06-29 Alan Mackenzie <acm@muc.de>
11979
11980 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 11981 correction between the visible width of TABs and their number of bytes.
b87d9f96 11982
2d25aa5a
CY
119832009-06-29 Chong Yidong <cyd@stupidchicken.com>
11984
11985 * server.el (server-buffer-done): Prevent kill-buffer from
11986 prompting by clearing the buffer modification flag (Bug#3696).
11987
a3a8b002
DN
119882009-06-28 Michael McNamara <mac@mail.brushroad.com>
11989
bf0b361c 11990 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 11991 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
11992 (verilog-basic-complete-re): Support localparam lineup.
11993 (verilog-beg-of-statement-1): Fix for robustness, unique case.
11994 (verilog-set-auto-endcomments): Fix for unique case, always_comb
11995 commenting.
11996 (verilog-leap-to-case-head): Now support *nested* unique &
11997 priority case statements.
11998 (verilog-auto-lineup): Make just declarations the default (as it
11999 had been).
4b8b1ec5 12000 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 12001 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 12002 select the various styles of automatic lineup.
a3a8b002
DN
12003 (verilog-error-regexp-alist): Rework to support the XEmacs style
12004 of error regular expressions from compilers, lint tools &
12005 simulators. Note that GNU Emacs has made it impossible for a mode
12006 to load such things.
12007 (electric-verilog-terminate-line, verilog-indent-declaration)
12008 (verilog-auto-wiure): Rework for radio button selection of
12009 auto-lineup selection of specification of auto lineup.
12010 (verilog-beg-of-statement-1): Redesign to support proper operation
12011 in additional code, based on testing with auto-lineup.
12012 (verilog-calculate-indent, assignments & declarations)
12013 (verilog-backward-token): Enhance to support auto-lineup of
12014 assignments & declarations.
12015 (verilog-in-directive-p, verilog-at-struct-p): New function for
12016 easy test of whether we are.
12017 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12018 to support safe execution at almost anyline.
12019 (verilog-calc-1): Properly support indenting deep inside generate
12020 blocks.
48c2d18a 12021 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 12022 as it is redundant with font-lock-defaults.
a8f316ca 12023 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
12024 to avoid circular calls if syntax-ppss is a function (as is the
12025 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 12026 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
12027 (verilog-ovm-begin-re, verilog-ovm-end-re)
12028 (verilog-ovm-statement-re, verilog-leap-to-head)
12029 (verilog-backward-token): Add support for OVM macros. Some are
12030 complete statements, and others open and close scopes like begin
12031 and end.
12032 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12033 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 12034 compilation issue.
48c2d18a 12035 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 12036 coverpoint, constraint and cross statements.
a3a8b002
DN
12037 (verilog-defun-level-list, verilog-generate-defun-level-list)
12038 (verilog-all-defun-level-list): Redo these specifications - it is
12039 too hard to support eval-when compile aggregation of lists also
12040 built at when-compile time.
12041 (verilog-defun-level-list): Place defconsts of variables used in
12042 building regular expressions which are built in eval-when-compile
12043 bodies in the same eval-when-compile body to facilitate compile
12044 without load.
12045 (verilog-beg-block-re-ordered): Support indenting
12046 virtual/protected tasks and functions.
7b6fefac 12047 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
12048 (verilog-backward-ws&directives, verilog-calc-1): Speed up
12049 indentation of some module items (generate items).
12050 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12051 across virtual/protected tasks and functions.
12052
120532009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
12054
bf0b361c 12055 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 12056 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
12057 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12058 in concatenations. Reported by Yishay Belkind.
12059 (verilog-auto-ascii-enum): Support one-hot state machines in
12060 AUTOASCIIENUM. Suggested by Lloyd Gomez.
12061 (verilog-auto-inst, verilog-auto-inst-port): Include interface
33aeea0e
SM
12062 modport in AUTOINST and add vl-modport for users.
12063 Reported by David Rogoff.
a3a8b002
DN
12064 (verilog-auto-inout-module, verilog-auto-inst)
12065 (verilog-decls-get-interfaces, verilog-insert-definition)
12066 (verilog-insert-one-definition, verilog-read-decls)
12067 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12068 (verilog-sig-modport, verilog-signals-combine-bus)
12069 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12070 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12071 Suggested by David Rogoff.
12072 (verilog-repair-open-comma): Fix non-insertion of comma when
12073 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
12074 (verilog-make-width-expression): Simplify [A-1:0] expression
12075 widths to just {A{1'b0}}.
12076 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
12077 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12078 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
12079 inputs/outputs or data type. Suggested by Vasu Kandadi.
12080 (next-error-last-buffer): Fix byte-compiler warning.
12081 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12082 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 12083 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 12084 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
12085 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12086 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 12087 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
12088 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12089 causing use of <= assignments. Reported by Alex Reed.
12090 (verilog-read-decls): Fix triand, trior, wand, wor to be
12091 recognized by AUTOWIRE. Reported by Spencer Isaacson.
12092 (verilog-extended-complete-re): Support import "DPI-C" functions.
12093 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 12094 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
12095 (verilog-insert-date, verilog-insert-year)
12096 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12097 Windows systems. Reported by Michael Potts.
12098 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 12099 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 12100 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 12101 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
12102 (verilog-read-decls): Fix detecting "parameter int" when using
12103 AUTOINSTPARAM. Reported by Bruce T.
12104 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 12105 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 12106 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
12107 verilog-goto-defun will work. Reported by Lawrence Butcher.
12108 (verilog-getopt): Expand environment variables in -f file
12109 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 12110 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
12111 when reading enumerations.
12112 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12113 Suggested by Stephen Peltan.
4b8b1ec5 12114 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
12115 files. Reported by Steve Peltan.
12116
f7c0d931
CY
121172009-06-28 David De La Harpe Golden <david@harpegolden.net>
12118
12119 * files.el (trash-directory): Fix defcustom type.
12120
baf1a55e 121212009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
12122
12123 * help-fns.el (describe-function-1): Correctly locate adviced
12124 functions in hyperlink (Bug#2438).
12125
d63a01ef
CY
121262009-06-28 Chong Yidong <cyd@stupidchicken.com>
12127
12128 * files.el (trash-directory): Change default to nil.
12129 (move-file-to-trash): If trash-directory is nil and
12130 system-move-file-to-trash is unbound, perform freedesktop-style
12131 trashing.
12132
121332009-06-28 David De La Harpe Golden <david@harpegolden.net>
12134
12135 * files.el (move-file-to-trash): Add freedesktop trash
12136 support (Bug#973).
12137
fc2f6a26
GM
121382009-06-28 Glenn Morris <rgm@gnu.org>
12139
12140 * autorevert.el (global-auto-revert-non-file-buffers)
12141 (global-auto-revert-mode): Doc fixes.
12142
00242b07
JB
121432009-06-27 Johan Bockgård <bojohan@gnu.org>
12144
12145 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12146
f5594f03
CY
121472009-06-27 Chong Yidong <cyd@stupidchicken.com>
12148
e8a2b2da
CY
12149 * faces.el (x-handle-named-frame-geometry): Ensure that we have
12150 opened an X connection before calling x-get-resource (Bug#3194).
12151
f5594f03
CY
12152 * play/doctor.el: Remove reference to obsolete website.
12153 (make-doctor-variables): Correct grammar mistake (Bug#2633).
12154
3c3bf6ce
DN
121552009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
12156
12157 Remove find-file-not-found-hook VC method. (Bug#2757)
12158 * vc-hooks.el (vc-file-not-found-hook)
12159 (vc-default-find-file-not-found-hook): Remove functions.
12160 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12161 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12162 * vc.el:
12163 * vc-hg.el:
12164 * vc-git.el: Do not mention find-file-not-found-hook VC method.
12165
e26a7bc0
AM
121662009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
12167
12168 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 12169 compatibility function for `looking-back'.
e26a7bc0 12170
4b8b1ec5 12171 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 12172 Use `ispell-looking-back'.
e26a7bc0 12173
d9848600
MA
121742009-06-24 Michael Albinus <michael.albinus@gmx.de>
12175
12176 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 12177 rather than `filename'.
d9848600 12178
05fbc4a9
MB
121792009-06-23 Miles Bader <miles@gnu.org>
12180
12181 * face-remap.el (text-scale-set): New function.
12182
f86ca715
GM
121832009-06-23 Glenn Morris <rgm@gnu.org>
12184
33e2c2e5
GM
12185 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12186
f529f302
GM
12187 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12188
34995333
GM
12189 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12190
cc80ccee
GM
12191 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12192
84cb770d
GM
12193 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12194 Simplify Persian conditionals.
12195
d916c965
GM
12196 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12197 variable `filename'.
12198
b6a44b27
GM
12199 * comint.el (comint-insert-input): Doc fix.
12200
f86ca715
GM
12201 * Makefile.in (ELCFILES): Fix typo in previous change.
12202
666e158e
MB
122032009-06-23 Miles Bader <miles@gnu.org>
12204
12205 * cus-start.el: Add entry for `recenter-redisplay'.
12206
be3e598a 122072009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
12208
12209 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12210 Add an optional argument for the backend, use it instead of
12211 calling vc-backend.
4b8b1ec5
SM
12212 (vc-mode-line): Add an optional argument for the backend.
12213 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
12214 special handling for vc-state being a buffer to ...
12215
12216 * vc-rcs.el (vc-rcs-find-file-hook):
12217 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
12218
12219 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12220 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12221 vc-stay-local-p and vc-mode-line calls.
12222
12223 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12224 (vc-cvs-diff, vc-cvs-annotate-command)
12225 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12226 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12227 vc-mode-line calls.
12228
12229 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12230 direct comparison.
12231 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12232 backend when calling vc-mode-line.
12233 (vc-register): Do not create a closure for calling the vc register
12234 function, call it directly.
12235
2764748c
DN
122362009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12237
12238 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12239 to make it obvious item can be clicked.
f5a0b281
DN
12240
12241 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12242
d4a885b2
KH
122432009-06-23 Kenichi Handa <handa@m17n.org>
12244
12245 * language/korea-util.el (korean-key-bindings): Change the binding
12246 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
12247 same command.
12248
e3610693
MA
122492009-06-22 Michael Albinus <michael.albinus@gmx.de>
12250
12251 Sync with Tramp 2.1.16.
12252
12253 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12254
12255 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
12256 when a loading of a package fails. Completion function for rsync
12257 is `tramp-completion-function-alist-ssh'.
12258 (all): Replace all calls of `split-string' and
12259 `tramp-split-string' by `tramp-compat-split-string'.
12260 (tramp-default-method): Use `tramp-compat-process-running-p'.
12261 (tramp-default-proxies-alist): Allow also Lisp forms.
12262 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 12263 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
12264 (tramp-domain-regexp): Allow also "-", "_" and ".".
12265 (tramp-end-of-output): Remove newlines, and add "$" at the end.
12266 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12267 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
12268 (tramp-handle-directory-files-and-attributes-with-stat):
12269 Care about filenames with spaces, or starting with "-".
e3610693
MA
12270 (tramp-handle-dired-uncache): New defun.
12271 (tramp-handle-insert-directory): Don't flush the directory from
12272 cache, this is handled by `dired-uncache' now.
12273 (tramp-handle-insert-file-contents): Improve error handling.
12274 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12275 Quote `tramp-end-of-output'.
12276 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
12277 (tramp-check-for-regexp): Both echoes must be present, before removing.
12278 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
12279 (tramp-compute-multi-hops): Eval cons cells of
12280 `tramp-default-proxies-alist'.
12281 (tramp-maybe-open-connection): Use the same command pattern for
12282 first hop and further hops.
12283 (tramp-wait-for-output): Remove handling of newlines.
12284 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12285 (tramp-split-string): Remove function. It is handled in
12286 tramp-compat now.
12287
4b8b1ec5
SM
12288 * net/tramp-cmds.el (tramp-bug):
12289 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
12290
12291 * net/tramp-compat.el (tramp-compat-split-string)
12292 (tramp-compat-process-running-p): New defuns.
12293
12294 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12295 for `dired-uncache'.
12296
12297 * net/tramp-gvfs.el: New package.
12298
4b8b1ec5
SM
12299 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12300 Add handler for `dired-uncache'.
e3610693
MA
12301 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12302
12303 * net/trampver.el: Update release number. Make version check fit
12304 for SXEmacs 22.
12305
13a3f374
JM
123062009-06-22 Jim Meyering <meyering@redhat.com>
12307
e0a28a3b 12308 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
12309 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12310 XZ is the successor to LZMA: <http://tukaani.org/xz/>
12311
5242671e 123122009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 12313 Nick Roberts <nickrob@snap.net.nz>
13a3f374 12314
e0a28a3b 12315 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
12316 repository (http://sphinx.net.ru/hg/gdb-mi/).
12317
3fde45af
GM
123182009-06-22 Glenn Morris <rgm@gnu.org>
12319
46253b34
GM
12320 * files.el (dir-locals-collect-mode-variables): Allow for any number of
12321 `mode' and `eval' entries. (Bug#3430)
12322
97e18192
GM
12323 * Makefile.in (ELCFILES): Add fadr.elc.
12324
731a00fb
GM
12325 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12326 differing behavior of \n and ^ in strings. (Bug#3385)
12327
c66cd0ff
GM
12328 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12329
3fde45af
GM
12330 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12331 property.
12332 (lisp-indent-function): Make it a defcustom.
12333
db2241a0
NR
123342009-06-21 Nick Roberts <nickrob@snap.net.nz>
12335
12336 * progmodes/gdb-ui.el: Replace with ...
5242671e 12337 * progmodes/gdb-mi.el: ... this file.
db2241a0 12338 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
12339
123402009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
12341
db2241a0
NR
12342 * fadr.el: New file.
12343
38d4f316 12344See ChangeLog.14 for earlier changes.
e3d51b27
MR
12345
12346;; Local Variables:
12347;; coding: utf-8
e3d51b27
MR
12348;; End:
12349
8de31eec 12350 Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
e3d51b27
MR
12351
12352 This file is part of GNU Emacs.
12353
12354 GNU Emacs is free software: you can redistribute it and/or modify
12355 it under the terms of the GNU General Public License as published by
12356 the Free Software Foundation, either version 3 of the License, or
12357 (at your option) any later version.
12358
12359 GNU Emacs is distributed in the hope that it will be useful,
12360 but WITHOUT ANY WARRANTY; without even the implied warranty of
12361 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12362 GNU General Public License for more details.
12363
12364 You should have received a copy of the GNU General Public License
12365 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12366