* lisp/progmodes/js.el (js--regexp-literal): Count backslashes.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
0f1f97ca
SM
12011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
4
26a27884
JA
52011-01-21 Jari Aalto <jari.aalto@cante.net>
6
7 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): (bug#7705)
8 Assume foo(bar) is a manpage reference rather than some unquoted symbol.
9
d5e632d8
SM
102011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
11
12 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
13 Suggested by Flo <sensorflo@gmail.com>.
14
d00b05c9
GM
152011-01-21 Glenn Morris <rgm@gnu.org>
16
17 * progmodes/compile.el (compilation-error-regexp-alist):
18 Fix custom type. (Bug#7812)
19
1a1fcbe1
SM
202011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
21
22 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
23 keymap expression. Improve docstring.
24
b024d9f0
MD
252011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
26
27 * files.el (backup-buffer): Make last-resort backup file in
28 .emacs.d (Bug#6953).
29
30 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
31 make it with permission 700.
32
1a6a03e4
KH
332011-01-14 Kenichi Handa <handa@m17n.org>
34
0f1f97ca
SM
35 * mail/rmailmm.el (rmail-mime-insert-header):
36 Set rmail-mime-coding-system to a cons whose car is the last coding
1a6a03e4
KH
37 system used to decode the header.
38 (rmail-mime-find-header-encoding): New function.
0f1f97ca
SM
39 (rmail-mime-insert-decoded-text):
40 Override rmail-mime-coding-system if it is a cons.
1a6a03e4
KH
41 (rmail-show-mime): If only a header part was decoded, find the
42 coding system while ignoring mm-charset-override-alist.
43
c88aaf48
CY
442011-01-13 Chong Yidong <cyd@stupidchicken.com>
45
46 * subr.el (event-start, event-end): Doc fix (Bug#7826).
47
e7ca0062
KH
482011-01-12 Kenichi Handa <handa@m17n.org>
49
50 * mail/rmailmm.el (rmail-mime-next-item)
51 (rmail-mime-previous-item): Delete them.
52 (rmail-mime-shown-mode): Recursively call for children.
0f1f97ca
SM
53 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
54 Callers changed.
e7ca0062
KH
55 (rmail-mime-raw-mode): Recursively call for children.
56 (rmail-mode-map): Change mapping of tab and backtab to
57 forward-button and backward-button respectively.
58 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
59 button.
60 (rmail-mime-update-tagline): New function.
61 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
62 body display is changed.
0f1f97ca 63 (rmail-mime-toggle-button): Rename from rmail-mime-image.
e7ca0062
KH
64 (rmail-mime-image): Delete this button type.
65 (rmail-mime-toggle): New button type.
66 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
67 body display is changed. Change the save button label to "Save".
68 Don't process show/hide button here.
69 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
70 the body display is changed. Unconditionally call
71 rmail-mime-insert for children.
72 (rmail-mime-handle): Update `display' vector of the just inserted
73 entity.
74 (rmail-mime-process): If mail-header-parse-content-type returns
75 nil, use "text/plain" as the fallback type.
76 (rmail-mime-insert): For raw-mode, recursively call
77 rmail-mim-insert for children.
78 (rmail-mime): Handle the case that the current buffer is not rmail
79 buffer (e.g. in summary buffer).
80
812011-01-05 Kenichi Handa <handa@m17n.org>
82
83 * mail/rmailmm.el (rmail-mime-next-item)
84 (rmail-mime-previous-item): Skip the body of a non-multipart
85 entity if a tagline is shown.
86
cfab9f9b
SM
872011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
88
9ca3fe48
SM
89 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
90 (tmm-prompt): Simplify.
91 (tmm-add-prompt): Remove unused var `win'.
92
cfab9f9b
SM
93 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
94 to minor mode which used nil accidentally to mean "turn off".
95
01d70c32
MA
962011-01-10 Michael Albinus <michael.albinus@gmx.de>
97
98 * net/tramp.el (tramp-find-inline-compress)
99 (tramp-get-inline-coding): Quote command after pipe symbol for
100 local calls under W32. (Bug#6784)
101
6a0ecd86
MA
1022011-01-10 Michael Albinus <michael.albinus@gmx.de>
103
104 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
105 only when running under W32.
106
88ecd0a5
EZ
1072011-01-09 Eli Zaretskii <eliz@gnu.org>
108
109 * progmodes/grep.el (grep-compute-defaults): Quote the program
110 file name after the pipe symbol in Grep templates. (Bug#6784)
111 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
112
320912fb
LB
1132011-01-08 Lennart Borgman <lennart.borgman@gmail.com>
114
115 * buff-menu.el (Buffer-menu-buffer-list): New var.
116 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
117 restricted buffer list is not lost on revert (Bug#7749).
118
83affcb0
EH
1192011-01-08 Eric Hanchrow <eric.hanchrow@gmail.com>
120
121 * net/ldap.el (ldap-search-internal): Discard stderr output.
122
4320be42
EZ
1232011-01-07 Eli Zaretskii <eliz@gnu.org>
124
125 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
126
d3fbe87e
SM
1272011-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
128
129 * vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time):
130 Author names can have spaces (bug#7792).
131
8434f239
KH
1322011-01-04 Kenichi Handa <handa@m17n.org>
133
134 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
135 part as a plain text.
136 (rmail-mime-process-multipart): Set the default content-type to
137 nil for unknown multipart subtypes (bug#7651).
138
97382176 1392011-01-03 Brent Goodrick <bgoodr@gmail.com> (tiny change)
8d4708af
BG
140
141 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
142 table, get the value before switching to the output buffer. (Bug#7733)
143
364df1cc
SM
1442011-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
145
146 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
147
2a8a455e
SM
1482011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
149
150 * files.el (file-local-variables-alist):
151 Make permanent-local (bug#7767).
152
d7bfa7a1
GM
1532011-01-02 Glenn Morris <rgm@gnu.org>
154
155 * version.el (emacs-copyright): Set short copyright year to 2011.
156
9430e988
ML
1572011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
158
159 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
160 an existing temp buffer. (Bug#7746)
161
8de31eec
GM
1622011-01-02 Glenn Morris <rgm@gnu.org>
163
164 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
165 multiple addresses. (Bug#7760)
166
01e62600
MA
1672010-12-31 Michael Albinus <michael.albinus@gmx.de>
168
169 * net/tramp.el (tramp-methods): Add recursive options to "scpc",
170 "scpx", "pscp" and "psftp".
171
5be1c984
EZ
1722010-12-31 Eli Zaretskii <eliz@gnu.org>
173
174 * term/w32-win.el (image-library-alist): Set up correctly for
175 libpng versions both before and after 1.4.0. (Bug#7716)
176
2d34d523
EZ
1772010-12-25 Eli Zaretskii <eliz@gnu.org>
178
6491af11
EZ
179 * time.el (display-time-mode): Mention display-time-interval in
180 the doc string. (Bug#7713)
181
2d34d523
EZ
182 * simple.el (select-active-regions): Doc fix. (Bug#7702)
183
8258ae3f
KH
1842010-12-24 Kenichi Handa <handa@m17n.org>
185
186 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
187 condition-case and return an error message string if something
188 goes wrong.
2f952059 189 (rmail-show-mime): Adjust for the above change. Insert the
8258ae3f
KH
190 header by rmail-mime-insert-header.
191
186f7f0b
KH
1922010-12-24 Kenichi Handa <handa@m17n.org>
193
194 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
195 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
196 (rmail-mime-mbox-buffer)
197 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
198 (rmail-mime-entity): Argument changed. All codes handling an
199 entity object are changed.
2f952059 200 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
186f7f0b
KH
201 the above change.
202 (rmail-mime-entity-children, rmail-mime-entity-handler)
203 (rmail-mime-entity-tagline): New functions.
204 (rmail-mime-message-p): New function.
205 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
206 (rmail-mime-entity-segment, rmail-mime-next-item)
207 (rmail-mime-previous-item, rmail-mime-shown-mode)
208 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
209 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2f952059
ML
210 (rmail-mime-insert-tagline, rmail-mime-insert-header):
211 New functions.
186f7f0b
KH
212 (rmail-mime-text-handler): Call rmail-mime-insert-text.
213 (rmail-mime-insert-decoded-text): New function.
214 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
215 (rmail-mime-insert-image): Argument changed. Caller changed.
216 (rmail-mime-image): Call rmail-mime-toggle-hidden.
217 (rmail-mime-set-bulk-data): New funciton.
218 (rmail-mime-insert-bulk): Argument changed.
219 (rmail-mime-multipart-handler): Return t.
2f952059
ML
220 (rmail-mime-process-multipart): Argument changed.
221 Handle "multipart/alternative" here.
186f7f0b
KH
222 (rmail-mime-process): Argument changed.
223 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
224 (rmail-mime-insert): Argument changed. Handle raw display mode.
225 (rmail-mime): Argument changed. Handle toggling of raw display
226 mode.
227 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
228 rmail-mime-view-buffer.
229 (rmail-insert-mime-forwarded-message): Likewise.
230 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
231
232 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
233 non-nil, handle the header in rmail-show-mime-function.
234
e1a23575
LL
2352010-12-20 Leo <sdl.web@gmail.com>
236
237 * help-fns.el (describe-variable): Fix 2010-12-17 change.
238
957e5dd1
JL
2392010-12-20 Juri Linkov <juri@jurta.org>
240
241 * isearch.el (isearch-lazy-highlight-error): New variable.
242 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
243 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
244 to the current value of `isearch-error' (Bug#7468).
245
3c505d31
CY
2462010-12-17 Chong Yidong <cyd@stupidchicken.com>
247
248 * help-fns.el (describe-variable): Don't emit trailing whitespace
249 (Bug#7511).
250
c33fa631
LL
2512010-12-17 Leo <sdl.web@gmail.com>
252
253 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
254 if point is not behind eshell-last-output-end (Bug#7585).
255
c1cf05f4
CY
2562010-12-16 Chong Yidong <cyd@stupidchicken.com>
257
258 * textmodes/rst.el (rst-compile-pdf-preview)
259 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
260
c8cbbe27
KG
2612010-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
262
263 * emulation/edt-mapper.el: Override mapping of function keys so
264 that the later call to read-key-sequence works.
265
95e4cc85
EZ
2662010-12-13 Eli Zaretskii <eliz@gnu.org>
267
268 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
269 Unix EOLs. (Bug#7589)
270
11aad4e9
EZ
2712010-12-12 Eli Zaretskii <eliz@gnu.org>
272
273 * subr.el (posn-col-row): Evaluate header-line-format in the
274 context of the POSITION window's buffer.
275
5612fd08
GM
2762010-12-11 Glenn Morris <rgm@gnu.org>
277
278 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
279 (with-silent-modifications): Doc fixes.
280
158d5945
MA
2812010-12-10 Michael Albinus <michael.albinus@gmx.de>
282
283 * net/tramp.el (tramp-action-password, tramp-process-actions):
284 Revert patch from 2010-12-08. Use `save-restriction'.
285
65ceb118
EZ
2862010-12-09 Eli Zaretskii <eliz@gnu.org>
287
288 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
289 New functions.
290 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use
291 them instead of `nil' and `>', respectively. (Bug#1077)
292
81ced43d
SB
2932010-12-09 Stephen Berman <stephen.berman@gmx.net>
294
295 * calendar/diary-lib.el (diary-list-sexp-entries):
296 Handle case of no newline at end of file. (Bug#7536)
297
b2364eaa
GM
2982010-12-09 Glenn Morris <rgm@gnu.org>
299
300 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
301
32802ee1
MA
3022010-12-08 Michael Albinus <michael.albinus@gmx.de>
303
2f952059
ML
304 * net/tramp.el (tramp-handle-start-file-process):
305 Protect buffer-modified value. (Bug#7557)
32802ee1
MA
306 (tramp-action-password): Delete region, do not narrow.
307 (tramp-process-actions): Do not widen.
308
da9123a8
JM
3092010-12-08 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
310
311 * log-edit.el (log-edit-changelog-entries):
312 Regexp quote filename. (Bug#7505)
313
478834e6
TB
3142010-12-08 Tom Breton <tehom@panix.com>
315
316 * cus-edit.el (custom-save-all):
317 Bind print-length and print-level to nil. (Bug#7581)
318
3c1e62f8
GM
3192010-12-08 Glenn Morris <rgm@gnu.org>
320
d5e6e0b6
GM
321 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
322 Run hooks to update menu contents. (Bug#7586)
323
3c1e62f8
GM
324 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
325 file names, for the sake of MS Windows. (Bug#7588)
326
b1816a74
SM
3272010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
328
329 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
330 empty lines without a leading space.
331
3a1efe11 3322010-12-06 Leo <sdl.web@gmail.com>
86a6e8e0 333
740af6c9
GM
334 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
335 while mapping over marks (Bug#6810).
86a6e8e0 336
bc60f4de
CY
3372010-12-06 Chong Yidong <cyd@stupidchicken.com>
338
339 * image-dired.el (image-dired-db-file)
340 (image-dired-temp-image-file, image-dired-gallery-dir)
341 (image-dired-temp-rotate-image-file): Set default values relative
342 to image-dired-dir (Bug#7518).
343
e49fb298 3442010-12-06 Lawrence Mitchell <wence@gmx.li>
3ecba049
LM
345
346 * format.el (format-decode-run-method): Pass args FROM and TO, not
347 point-min and point-max, to shell-command-on-region (Bug#7488).
348
0afb6242
JD
3492010-12-06 Jan Djärv <jan.h.d@swipnet.se>
350
351 * frame.el (blink-cursor-mode): Make default t for ns.
352
5eae900e
BR
3532010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
354
355 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
356
74194465
CY
3572010-12-05 Chong Yidong <cyd@stupidchicken.com>
358
637c2c43
CY
359 * comint.el (comint-dynamic-list-input-ring)
360 (comint-dynamic-complete-filename)
361 (comint-replace-by-expanded-filename)
362 (comint-dynamic-simple-complete)
363 (comint-dynamic-list-filename-completions)
364 (comint-dynamic-list-completions): Doc fix (Bug#7499).
365
74194465
CY
366 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
367 Doc fix (Bug#7471).
368
6ed96c33
MR
3692010-12-04 Martin Rudalics <rudalics@gmx.at>
370
371 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
372 (Bug#7533).
373
11cb1e35
MB
3742010-12-04 W. Martin Borgert <debacle@debian.org> (tiny change)
375
376 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
377 (Bug#7491).
378
e408289f
CY
3792010-12-04 Chong Yidong <cyd@stupidchicken.com>
380
381 * simple.el (transient-mark-mode): Doc fix (Bug#7465).
382
2472c214
EZ
3832010-12-04 Eli Zaretskii <eliz@gnu.org>
384
385 * files.el (file-relative-name): Handle UNC file names on
386 DOS/Windows. (Bug#4674)
387
f9fe1af9
DU
3882010-12-03 Daiki Ueno <ueno@unixuser.org>
389
390 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
391 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
392 (epg-context-set-passphrase-callback): Mention that the callback
393 is not called when used with GnuPG 2.x.
394
ff80efe7
GM
3952010-12-02 Glenn Morris <rgm@gnu.org>
396
397 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
398 Ensure ps-footer-font-size-internal is initialized.
399 Call ps-get-page-dimensions before trying to use ps-font-for-text.
400
423a637b 4012010-12-01 Kenichi Handa <handa@m17n.org>
7e116860
KH
402
403 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
404 within condition-case.
405 (rmail-show-mime): Don't use condition-case.
406 (rmail-search-mime-message): New function.
407 (rmail-search-mime-message-function): Set to
408 rmail-search-mime-message.
409
bd794450
LL
4102010-12-01 Leo <sdl.web@gmail.com>
411
0fdd1db7 412 * ido.el (ido-common-initialization): New function. (bug#3274)
bd794450
LL
413 (ido-mode): Use it.
414 (ido-completing-read): Call it.
415
402c8a49
CY
4162010-11-27 Chong Yidong <cyd@stupidchicken.com>
417
418 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
419 stand-alone lines, since that is handled by log-edit-match-to-eoh
420 (Bug#6465).
421
d1882ac7
EW
4222010-11-27 Eduard Wiebe <usenet@pusto.de>
423
424 * dired.el (dired-get-filename): Replace backslashes with slashes
425 in file names on MS-Windows, needed by `locate'. (Bug#7308)
426 * locate.el (locate-default-make-command-line): Don't consider
427 drive letter and root directory part of
428 `directory-listing-before-filename-regexp'. (Bug#7308)
429 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
430
09ffa822
SM
4312010-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
432
433 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
434 of :smie-open/close-alist.
435 (smie-next-sexp): Make it accept a "start token" as argument.
436 (smie-indent-keyword): Be careful not to misidentify tokens that span
437 more than one line, as empty lines. Add argument `token'.
438
3d9ee611
KH
4392010-11-26 Kenichi Handa <handa@m17n.org>
440
afde451a
KH
441 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
442 multipart subtypes, insert all as usual.
443
3d9ee611
KH
444 * mail/rmail.el: Require rfc2047.
445
d1be4ec2
KH
4462010-11-26 Kenichi Handa <handa@m17n.org>
447
448 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
449 (rmail-mime-entity-disposition)
450 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
451 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
452 (rmail-mime-save): Handle the case that the button's `data' is a
453 MIME entity.
454 (rmail-mime-insert-text): New function.
9e0ecdab 455 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
d1be4ec2
KH
456 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
457 (rmail-mime-insert-bulk): New function mostly copied from the old
458 rmail-mime-bulk-handler.
9e0ecdab
GM
459 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
460 (rmail-mime-process-multipart): New function mostly copied from
d1be4ec2
KH
461 the old rmail-mime-multipart-handler.
462 (rmail-mime-show): Just call rmail-mime-process.
9e0ecdab 463 (rmail-mime-process): New function mostly copied from the old
d1be4ec2
KH
464 rmail-mime-show.
465 (rmail-mime-insert-multipart, rmail-mime-parse)
466 (rmail-mime-insert, rmail-show-mime)
467 (rmail-insert-mime-forwarded-message)
468 (rmail-insert-mime-resent-message): New functions.
469 (rmail-insert-mime-forwarded-message-function): Set to
470 rmail-insert-mime-forwarded-message.
471 (rmail-insert-mime-resent-message-function): Set to
472 rmail-insert-mime-resent-message.
473
474 * mail/rmailsum.el: Require rfc2047.
475 (rmail-header-summary): Handle multiline Subject: field.
476 (rmail-summary-line-decoder): Change the default to
477 rfc2047-decode-string.
478
479 * mail/rmail.el (rmail-enable-mime): Change the default to t.
480 (rmail-mime-feature): Change the default to `rmailmm'.
481 (rmail-quit): Delete the specifal code for rmail-enable-mime.
482 (rmail-display-labels): Likewise.
483 (rmail-show-message-1): Check rmail-enable-mime, and use
484 rmail-show-mime-function for a MIME message. Decode the headers
485 according to RFC2047.
486
33aeea0e
SM
4872010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
488
489 * progmodes/which-func.el (which-func-imenu-joiner-function):
490 Return a string, as expected.
491 (which-function-mode): Make sure we stop any previous timer before
492 starting a new one.
493
e40fc745
MA
4942010-11-23 Michael Albinus <michael.albinus@gmx.de>
495
496 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
497 (tramp-default-user-alist, tramp-default-proxies-alist):
498 Adapt custom options type. (Bug#7445)
e40fc745 499
ae3da38a
CY
5002010-11-21 Chong Yidong <cyd@stupidchicken.com>
501
502 * progmodes/python.el: Add Ipython support (Bug#5390).
503 (python-shell-prompt-alist)
504 (python-shell-continuation-prompt-alist): New options.
505 (python--set-prompt-regexp): New function.
33aeea0e
SM
506 (inferior-python-mode, run-python, python-shell):
507 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
508 prompt based on the Python interpreter.
509 (python--prompt-regexp): New var.
510 (python-check-comint-prompt)
511 (python-comint-output-filter-function): Use it.
512 (run-python): Use a pipe (Bug#5694).
513
1d851570
CY
5142010-11-21 Chong Yidong <cyd@stupidchicken.com>
515
516 * progmodes/python.el (run-python): Doc fix.
517 (python-keep-current-directory-in-path): New var (Bug#7454).
518
76dabd37
CY
5192010-11-20 Chong Yidong <cyd@stupidchicken.com>
520
521 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
522 Prompt user before actually printing.
523
9fca7811
SM
5242010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
525
526 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
527 * comint.el (comint-kill-region): Make the yank-handler argument
528 obsolete.
9fca7811 529
88bf1bec
SM
5302010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
531
e2f454c4
SM
532 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
533 that are both openers (resp. closers) and something else.
534 (smie-grammar): Loosen definition of valid values.
535 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
536 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
537 (smie-indent-after-keyword): Adjust users.
538 (smie-indent-keyword): Don't indent empty lines.
539
88bf1bec
SM
540 * vc-hg.el (vc-hg-program): New var.
541 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
542 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
543
4c0eb0d3
GM
5442010-11-17 Glenn Morris <rgm@gnu.org>
545
546 * emacs-lisp/autoload.el (autoload-find-destination): The function
547 coding-system-eol-type may return non-numeric values. (Bug#7414)
548
bf6442c3
UM
5492010-11-16 Ulrich Mueller <ulm@gentoo.org>
550
551 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
552
e68afd74
EZ
5532010-11-13 Eli Zaretskii <eliz@gnu.org>
554
555 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
556
de02effd
CY
5572010-11-13 Chong Yidong <cyd@stupidchicken.com>
558
559 * textmodes/picture.el (picture-mouse-set-point): Don't use
560 posn-col-row; explicitly compute the motion based on the posn at
561 the window-start (Bug#7390).
562
cdf015b1
MA
5632010-11-13 Michael Albinus <michael.albinus@gmx.de>
564
565 * net/tramp.el (tramp-remote-coding-commands): Add an alternative
566 using "base64 -d -i". This is needed for older base64 versions
567 from GNU coreutils. Reported by Klaus Reichl
568 <Klaus.Reichl@thalesgroup.com>.
569
f0a698ab
GM
5702010-11-13 Glenn Morris <rgm@gnu.org>
571
572 * novice.el (disabled-command-function):
573 Fix 2009-11-15 change. (Bug#7384)
574
29f30ab7
GM
5752010-11-12 Glenn Morris <rgm@gnu.org>
576
577 * calendar/calendar.el (diary-iso-date-forms): Make elements
578 mutually exclusive. (Bug#7377)
579
10b40d2e
SM
5802010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
581
582 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
583 when filling the remaining "unconstrained" values.
584
7bea8c7a
SM
5852010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
586
acef0722
SM
587 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
588 safety predicate.
589
590 * files.el (safe-local-variable-p): Gracefully handle errors.
591
7bea8c7a
SM
592 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
593 Use smie-indent-virtual when indenting relative to an opener.
594 (smie-rule-separator): Use smie-rule-parent.
595 (smie-indent-keyword): Consult rules, even for openers at bol.
596 (smie-indent-comment-close): Try to align closer's content.
597
b010e1ba
GM
5982010-11-11 Glenn Morris <rgm@gnu.org>
599
600 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
601
c790cad4
GM
6022010-11-10 Glenn Morris <rgm@gnu.org>
603
aa514451
GM
604 * printing.el (pr-menu-bind): Doc fix.
605
32b636de
GM
606 * speedbar.el (speedbar-toggle-images): Doc fix.
607
bc1d5cdf
GM
608 * progmodes/python.el (python-shell): Doc fix.
609
c790cad4
GM
610 * wid-edit.el (widget-field-use-before-change)
611 (widget-use-overlay-change): Doc fixes.
612
14121c52
GM
6132010-11-09 Glenn Morris <rgm@gnu.org>
614
615 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
616
73525e72
SM
6172010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
618
9bdba5f5
SM
619 * minibuffer.el (minibuffer-completion-help): Specify the end of the
620 completion field (bug#7211).
621
73525e72
SM
622 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
623 Fix handling of backslash escapes.
624 (python-quote-syntax): Adjust accordingly.
625
aef8d045 6262010-11-08 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
627
628 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
629 (vc-mtn-workfile-branch): Adjust to new output format.
630
cc4d2366
SM
6312010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
632
633 * international/mule-cmds.el (princ-list): Mark as obsolete.
634
7f925a67
SM
6352010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
636
637 * emacs-lisp/smie.el: New package.
638
6ce78fdc
MA
6392010-11-06 Michael Albinus <michael.albinus@gmx.de>
640
7f925a67
SM
641 * files.el (backup-by-copying-when-mismatch):
642 Set `permanent-local' property.
6ce78fdc
MA
643
644 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 645 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 646
21620882
EZ
6472010-11-06 Eli Zaretskii <eliz@gnu.org>
648
649 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
169759a0
EZ
650 (ls-lisp-classify-file): New function.
651 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
652 (ls-lisp-classify): Call ls-lisp-classify-file.
653 (insert-directory): Remove blanks from switches.
21620882 654
8468f78b
WS
6552010-11-07 Wilson Snyder <wsnyder@wsnyder.org>
656
7f925a67 657 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 658 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
659 AUTOINOUT for SV style multidimensional arrays, bug294.
660 Reported by Eric Mastromarchi.
661 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
662 font-lock-fontify-buffer to cleanup style issues.
663
fe9c5521
MA
6642010-11-05 Michael Albinus <michael.albinus@gmx.de>
665
666 * net/trampver.el: Update release number.
667
00d9e115
YM
6682010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
669
670 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
671 beginning of the string. Use `string-match-p'. (Bug#6765)
672
cb5e49a3
GM
6732010-11-01 Glenn Morris <rgm@gnu.org>
674
675 * locate.el (locate, locate-mode): Doc fixes.
676
381d186f
CY
6772010-11-01 Chong Yidong <cyd@stupidchicken.com>
678
679 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
680 user for confirmation.
681 (server-force-stop): Use it.
682 (server-start): Use server-force-stop for kill-emacs-hook, to
683 avoid user interaction while killing Emacs.
684
98cfec0d
CY
6852010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
686
687 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
688 (log-edit-author): New dynamic var.
689 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
690 Use it to return the author if different from committer.
691 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
692
6932010-10-31 Eli Zaretskii <eliz@gnu.org>
694
695 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
696
6972010-10-31 Chong Yidong <cyd@stupidchicken.com>
698
699 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
700 (vc-root-diff, vc-print-root-log, vc-log-incoming)
701 (vc-log-outgoing): Use it.
702 (vc-diff-internal): Set diff-vc-backend.
703
704 * vc/diff-mode.el (diff-vc-backend): New var.
705
7062010-10-31 Juri Linkov <juri@jurta.org>
707
708 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
709 buffer-locally to lambda that re-runs the vc diff command.
710 (Bug#6447)
711
7122010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
713
714 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
715
716 Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
717 log-outgoing commands.
718 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
719 to create a buffer local revert-buffer-function variable.
720 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
721 revert-buffer-function lambda.
722
723 Improve VC create/retrieve tag/branch.
724 * vc.el (vc-create-tag): Do not read the directory name for VCs
725 with repository revision granularity. Adjust the tag/branch
726 prompt. Reset VC properties.
727 (vc-retrieve-tag): Do not read the directory name for VCs
728 with repository revision granularity. Reset VC properties.
729
730 Add optional support for resetting VC properties.
731 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
732 call vc-file-clearprops when true.
733 (vc-resynch-buffer): Add new optional argument, pass it down.
734 (vc-resynch-buffers-in-directory): Likewise.
735
736 Improve support for special markup in the VC commit message.
737 * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
738 * vc-hg.el (vc-hg-checkin): Add support for Date:.
739 * vc-git.el (vc-git-checkin):
740 * vc-bzr.el (vc-bzr-checkin): Likewise.
741
742 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
743 * vc-git.el (vc-git-log-view-mode): Fix font lock for
744 incoming/outgoing logs.
745 (vc-git-log-outgoing, vc-git-log-incoming): New functions.
746
747 * vc-git.el (vc-git-log-outgoing): Use the same format as the
748 short log.
749 (vc-git-log-incoming): Likewise. Run "git fetch" before the log
750 command
751
752 Add bindings for vc-log-incoming and vc-log-outgoing.
753 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
754 and vc-log-outgoing.
755 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
756 and vc-log-outgoing.
757
758 Improve state updating for VC tag commands.
759 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
760 to update the state of all buffers in the directory.
761
7622010-05-19 Glenn Morris <rgm@gnu.org>
763
764 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
765
7662010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
767
768 * vc.el (vc-checkin, vc-modify-change-comment):
769 Adjust to new vc-start/finish-logentry.
770 (vc-find-conflicted-file): New command.
771 (vc-transfer-file): Adjust to new vc-checkin.
772 (vc-next-action): Improve scoping.
773
774 * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
775 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
776
777 * vc-dispatcher.el (vc-log-edit): Shorten names for
778 log-edit-show-files.
779
780 * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
781 (vc-bzr-conflicted-files): New function.
782
783 * log-edit.el (log-edit-summary, log-edit-header)
784 (log-edit-unknown-header): New faces.
785 (log-edit-headers-alist): New var.
786 (log-edit-header-contents-regexp): New const.
787 (log-edit-match-to-eoh): New function.
788 (log-edit-font-lock-keywords): Use them.
789 (log-edit): Insert a "Summary:" header as default.
790 (log-edit-mode): Mark font-lock rules as case-insensitive.
791 (log-edit-done): Cleanup headers.
792 (log-edit-extract-headers): New function to replace it.
793
794 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
795 the windows/frames.
796
797 * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
798
799 * vc-dir.el (vc-dir-kill-line): New command.
800 (vc-dir-mode-map): Bind it to C-k.
801 (vc-dir-headers): Abbreviate the working dir.
802
803 * vc-git.el (vc-git-revision-table): Include remote branches.
804
8052010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
806
807 New VC methods: vc-log-incoming and vc-log-outgoing.
808 * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
809 (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
810 New functions.
811 (vc-print-log-internal): Just call vc-log-internal-common.
812 (vc-log-view-type): New permanent local variable.
813
814 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
815
816 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
817 of the dynamic bound vc-short-log.
818 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
819
820 * vc-git.el (vc-git-log-outgoing): New function.
821 (vc-git-log-view-mode): Use vc-log-view-type instead
822 of the dynamic bound vc-short-log.
823
824 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
825 the dynamic bound vc-short-log. Highlight the tag.
826 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
827 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
828 (vc-hg-incoming-mode): Remove.
829 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
830
831 Fix default-directory for vc-root-diff.
832 * vc.el (vc-root-diff): Bind default-directory to the root
833 directory for the diff command.
834
8352010-10-31 Sam Steingold <sds@gnu.org>
836
837 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
838 `vc-hg-command' with a list of flags.
839
8402010-10-31 Glenn Morris <rgm@gnu.org>
841
842 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
843 log-edit-before-checkin-process.
844
845 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
846
847 * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
848
849 * vc-dispatcher.el (vc-start-logentry): Doc fix.
850 (log-view-process-buffer, log-edit-extra-flags): Declare.
851
8522010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
853
854 Add special markup processing for commit logs.
855 * log-edit.el (log-edit): Add new argument MODE. Use that mode
856 when non-nil instead of the log-view-mode.
857
858 * vc.el (vc-default-log-edit-mode): New function.
859
860 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
861 log-edit.
862
863 Support for shelving snapshots and for showing shelves.
864 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
865 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
866 New functions.
867 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
868 (vc-bzr-extra-menu-map): Map them.
869
a057950d
MA
8702010-10-30 Michael Albinus <michael.albinus@gmx.de>
871
872 * net/tramp.el (tramp-handle-insert-file-contents): For root,
873 preserve owner and group when editing files. (Bug#7289)
874
d2ce10d2
GM
8752010-10-29 Glenn Morris <rgm@gnu.org>
876
877 * speedbar.el (speedbar-mode):
878 * play/fortune.el (fortune-in-buffer, fortune):
879 * play/gomoku.el (gomoku-mode):
880 * play/landmark.el (lm-mode):
881 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
882 Replace inappropriate uses of toggle-read-only. (Bug#7292)
883
82f7efc3
GM
8842010-10-28 Glenn Morris <rgm@gnu.org>
885
886 * select.el (x-selection): Mark it as an obsolete alias.
887
ca39416c
AH
8882010-10-27 Aaron S. Hawley <aaron.s.hawley@gmail.com>
889
890 * add-log.el (find-change-log): Use derived-mode-p rather than
891 major-mode (bug#7284).
892
aab705a2
GM
8932010-10-27 Glenn Morris <rgm@gnu.org>
894
895 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
896 rather than just an unused variable that inherits from the real one.
897
a03c2342
WS
8982010-10-23 Michael McNamara <mac@mail.brushroad.com>
899
900 * verilog-mode.el (verilog-directive-re): Make this variable
901 auto-built for efficiency of execution and updating.
902 (verilog-extended-complete-re): Support 'pure' fucntion & task
903 declarations (these have no bodies).
ca39416c
AH
904 (verilog-beg-of-statement): General cleanup to enable support of
905 'pure' fucntion & task declarations (these have no bodies).
906 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
907 noticed by Steve Pearlmutter.
908 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
909 (verilog-directive-nest-re, verilog-set-auto-endcomments):
910 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
911 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
912 attribute handling for lining up declarations and assignments.
913 (verilog-beg-of-statement-1): Fix issue where continued declaration
914 is indented differently if it is after a begin..end clock.
915 (verilog-in-attribute-p, verilog-skip-backward-comments)
916 (verilog-skip-forward-comment-p): Support proper treatment of
917 attributes by indent code. Reported by Jeff Steele.
ca39416c 918 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
919 (verilog-backward-up-list, verilog-in-struct-region-p)
920 (verilog-backward-token, verilog-in-struct-p)
921 (verilog-in-coverage-p, verilog-do-indent)
922 (verilog-pretty-declarations): Use verilog-backward-up-list as
923 wrapper around backward-up-list inorder to properly skip comments.
924 Reported by David Rogoff.
925 (verilog-property-re, verilog-endcomment-reason-re)
926 (verilog-beg-of-statement, verilog-set-auto-endcomments)
927 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
928 of if). Reported by Max Bjurling and
929 (verilog-calc-1): Fix for clocking block in modport
930 declaration. Reported by Brian Hunter.
931
9322010-10-23 Wilson Snyder <wsnyder@wsnyder.org>
933
934 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
935 (verilog-gate-keywords, verilog-read-sub-decls)
936 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
937 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
938 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
939 (verilog-read-decls): Fix spaces in V2K module parameters causing
940 mis-identification as interfaces, bug287.
941 (verilog-read-decls): Fix not treating "parameter string" as a
942 parameter in AUTOINSTPARAM.
943 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
944 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 945 (verilog-do-indent): Implement correct automatic or static task or
a03c2342
WS
946 function end comment highlight. Reported by Steve Pearlmutter.
947 (verilog-font-lock-keywords-2): Fix highlighting of single
948 character pins, bug264. Reported by Michael Laajanen.
949 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
950 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
33aeea0e
SM
951 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
952 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
953 (verilog-pretty-expr): Fix interactive arguments, bug272.
954 Reported by Mark Johnson.
955 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
956 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
a03c2342
WS
957 bug269. Suggested by Gary Delp.
958 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
959 (verilog-preprocessor, verilog-set-compile-command):
960 Create verilog-preprocess and verilog-preprocessor to show
961 preprocessed output.
a03c2342
WS
962 (verilog-get-beg-of-line, verilog-get-end-of-line)
963 (verilog-modi-file-or-buffer, verilog-modi-name)
964 (verilog-modi-point, verilog-within-string): Move defmacro's
965 before first use to avoid warning. Reported by Steve Pearlmutter.
966 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
967 (verilog-colorize-region, verilog-highlight-buffer)
968 (verilog-highlight-includes, verilog-highlight-modules)
969 (verilog-highlight-region, verilog-mode): Rename colorize to
970 highlight to match other packages. Disable module highlighting,
971 as received speed complaints, reenable for experimentation only
972 using new verilog-highlight-modules.
973 (verilog-read-decls): Fix regexp stack overflow in very large
974 AUTO_TEMPLATEs, bug250.
975 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
976 (verilog-scan): Create verilog-save-buffer-state to standardize
977 making insignificant changes that shouldn't call hooks.
978 (verilog-save-no-change-functions, verilog-save-scan-cache)
979 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
980 Create verilog-save-no-change-functions to wrap verilog-scan
981 preservation, and fix to work with nested preserved calls.
982 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
983 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
984 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
985 (verilog-submit-bug-report): Update variable list to be complete.
986 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
987 breaking on-the-fly font-locking.
988 (verilog-colorize-buffer, verilog-colorize-include-files)
989 (verilog-colorize-include-files-buffer, verilog-colorize-region)
990 (verilog-load-file-at-mouse, verilog-load-file-at-point)
991 (verilog-mode, verilog-read-inst-module-matcher): With point on a
992 AUTOINST cell instance name, middle mouse button now finds-file on
993 it. Suggested by Brad Dobbie.
994 (verilog-alw-get-temps, verilog-auto-reset)
995 (verilog-auto-sense-sigs, verilog-read-always-signals)
996 (verilog-read-always-signals-recurse): Fix loop indexes being
997 AUTORESET. AUTORESET now assumes any variables in the
33aeea0e
SM
998 initialization section of a for() should be ignored.
999 Reported by Dan Dever.
a03c2342
WS
1000 (verilog-error-font-lock-keywords)
1001 (verilog-error-regexp-emacs-alist)
1002 (verilog-error-regexp-xemacs-alist): Fix error detection of
1003 Cadence HAL, reported by David Asher. Repair drift between the
1004 three similar error variables.
1005 (verilog-modi-lookup, verilog-modi-lookup-cache)
1006 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
1007 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
1008 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
1009 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
1010 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
1011 "{1*2{...". Broke in last revision.
1012 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
1013 submodule connections with replications "{#{a},#{b}}".
1014
0d0d9424
GM
10152010-10-23 Glenn Morris <rgm@gnu.org>
1016
ca39416c
AH
1017 * comint.el (comint-password-prompt-regexp):
1018 Match "enter the password". (Bug#7224)
0d0d9424 1019
88dbda51
JB
10202010-10-22 Juanma Barranquero <lekktu@gmail.com>
1021
1022 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
1023 Fix typo in docstring.
1024
efd49885
MA
10252010-10-21 Michael Albinus <michael.albinus@gmx.de>
1026
1027 * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
1028 errors.
1029
1030 * net/trampver.el: Update release number.
1031
52ce2890
KH
10322010-10-20 Kenichi Handa <handa@m17n.org>
1033
1034 * face-remap.el (text-scale-adjust): Call read-event with a proper
1035 prompt.
1036
bca0f839
MA
10372010-10-19 Michael Albinus <michael.albinus@gmx.de>
1038
1039 * net/tramp.el (tramp-do-file-attributes-with-stat)
1040 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
1041 order to make stat results a float. Patch by Andreas Schwab
1042 <schwab@linux-m68k.org>.
1043
e8b69dc2
SM
10442010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1045
1046 * repeat.el (repeat): Use read-key (bug#6256).
1047
a8c41b4c
CY
10482010-10-18 Chong Yidong <cyd@stupidchicken.com>
1049
1050 * emacs-lisp/unsafep.el: Don't mark functions that display
1051 messages as safe. Suggested by Johan Bockgård.
1052
8348910a
SM
10532010-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1054
7c3f6228
JB
1055 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
1056 Turn comments into docstrings.
1057
8348910a
SM
1058 * minibuffer.el (completion--replace): Move point where it belongs
1059 when there's a common suffix (bug#7215).
1060
e499c64d
MA
10612010-10-15 Michael Albinus <michael.albinus@gmx.de>
1062
1063 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
bca0f839
MA
1064 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
1065 <dale@codefu.org>.
e499c64d 1066
c4186f9c
KH
10672010-10-15 Kenichi Handa <handa@m17n.org>
1068
1069 * international/characters.el: Add category '|' (word breakable)
1070 to fullwidth characters.
1071
7ca9cfda
KH
10722010-10-14 Kenichi Handa <handa@m17n.org>
1073
9650fc61
KH
1074 * mail/rmail.el (rmail-show-message-1): Catch an error of
1075 base64-decode-region and just show an error message (bug#7165).
1076
7c3f6228 1077 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
1078 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
1079 a font-spec (bug#7197).
1080
7163badd
GM
10812010-10-13 Glenn Morris <rgm@gnu.org>
1082
1083 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
1084
51e4f4a8
JB
10852010-10-12 Juanma Barranquero <lekktu@gmail.com>
1086
c0943d3d
JB
1087 * international/mule.el (define-coding-system):
1088 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
1089 * composite.el (compose-region): Fix typo in docstring.
1090
10912010-10-10 Jan Djärv <jan.h.d@swipnet.se>
1092
1093 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
1094 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
1095 (mac-right-option-modifier): New alias for ns-right-option-modifier.
1096
1097 * cus-start.el (all): ns-right-alternate-modifier is new.
1098
9386ae12
AS
10992010-10-10 Andreas Schwab <schwab@linux-m68k.org>
1100
1101 * Makefile.in (ELCFILES): Update.
1102
4c528197
SM
11032010-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1104
1105 * emacs-lisp/lisp.el (lisp-completion-at-point):
1106 Use emacs-lisp-mode-syntax-table for the whole function.
1107
4897601e
NR
11082010-10-09 Richard Sharman <richard_sharman@mitel.com> (tiny change)
1109
1110 * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
c0943d3d 1111 (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
4897601e
NR
1112 work when breakpoint number exceeds nine.
1113
c58059f2
DK
11142010-10-05 David Koppelman <koppel@ece.lsu.edu>
1115
1116 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
1117 instead of font-lock-mode before adding keywords.
1118 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
1119 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
1120 non-nil; removed hook inhibit hack.
1121
c7d6d8a1
GM
11222010-10-09 Glenn Morris <rgm@gnu.org>
1123
d15f9a2b
GM
1124 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
1125 (load-path-shadows-find): ... to this.
1126 (list-load-path-shadows): Update for above change.
1127
c7d6d8a1
GM
1128 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
1129
e5d49589
GM
11302010-10-08 Glenn Morris <rgm@gnu.org>
1131
5823f53f
GM
1132 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
1133
e5d49589
GM
1134 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
1135 (shadows-compare-text-p): Make it an obsolete alias for...
1136 (load-path-shadows-compare-text): ... new name.
1137 (find-emacs-lisp-shadows): Update for above name change.
1138 (load-path-shadows-same-file-or-nonexistent): New name for the old
1139 shadow-same-file-or-nonexistent.
1140
397ae226
CY
11412010-10-03 Chong Yidong <cyd@stupidchicken.com>
1142
1143 * minibuffer.el (completion--some, completion--do-completion)
1144 (minibuffer-complete-and-exit, minibuffer-completion-help)
1145 (completion-basic-try-completion)
1146 (completion-basic-all-completions)
1147 (completion-pcm--find-all-completions): Use lexical-let to
1148 avoid some false matches in variable completion (Bug#7056)
1149
8686a5ea
OOS
11502010-10-03 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
1151
1152 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
1153
83b8ea28
LL
11542010-10-03 Leo <sdl.web@gmail.com>
1155
1156 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
1157 return non-nil if the file exists (Bug#7090).
1158
55586d2a
SM
11592010-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1160
1161 * minibuffer.el (completion--replace):
1162 Better preserve markers (bug#7138).
1163
2b7ba565
JB
11642010-09-29 Juanma Barranquero <lekktu@gmail.com>
1165
1166 * server.el (server-process-filter): Doc fix.
1167
53ad04fc
DA
11682010-09-27 Drew Adams <drew.adams@oracle.com>
1169
1170 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
1171
c19f76a1
AS
11722010-09-27 Andreas Schwab <schwab@linux-m68k.org>
1173
0cceab3d
AS
1174 * Makefile.in (ELCFILES): Update.
1175
55586d2a
SM
1176 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1177 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 1178
fd057fd2
KH
11792010-09-27 Kenichi Handa <handa@m17n.org>
1180
1181 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
1182 "ustar" format.
1183
368b3544
KH
11842010-09-27 Kenichi Handa <handa@m17n.org>
1185
1186 * international/mule.el (define-coding-system): Docstring fixed.
1187
1188 * international/mule-diag.el (describe-character-set): Use princ
1189 with proper print-length and print-level instead of insert.
1190
fb5f3a23
JB
11912010-09-26 Juanma Barranquero <lekktu@gmail.com>
1192
1193 * window.el (walk-windows): Doc fix (bug#7105).
1194
af3ccb5c
GM
11952010-09-23 Glenn Morris <rgm@gnu.org>
1196
1197 * isearch.el (isearch-lazy-highlight-cleanup)
1198 (isearch-lazy-highlight-initial-delay)
1199 (isearch-lazy-highlight-interval)
1200 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1201 * net/net-utils.el (ipconfig-program-options):
1202 Move aliases to options before the associated definitions.
1203
c9805d23
SM
12042010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1205
1206 * newcomment.el (comment-normalize-vars): Better test validity of
1207 comment-end-skip.
1208
9e0d4f9e
SM
12092010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1210
1211 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1212 (float-e): New name for `e'.
1213 (degrees-to-radians, radians-to-degrees):
1214 * calendar/solar.el (solar-longitude):
1215 * calculator.el (calculator-registers, calculator-funcall):
1216 * textmodes/artist.el (artist-spray-random-points):
1217 * play/bubbles.el (bubbles--initialize-images): Use new names.
1218
a2930e43
EL
12192010-09-19 Eric M. Ludlam <zappo@gnu.org>
1220
1221 Update to CEDET 1.0's version of EIEIO.
1222
9e0d4f9e
SM
1223 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1224 New function.
a2930e43
EL
1225 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1226 (eieio-default-eval-maybe): Eval val instead of unquoting only.
1227 (class-precedence-list): If class is nil, return nil.
1228 (eieio-generic-call): If class of first input arg is nil, don't
1229 look up static methods, and do check for primary methods.
1230 (initialize-instance): See if the default needs to be evaluated
1231 during the constructor.
1232 (eieio-perform-slot-validation-for-default): Don't do the check
1233 for values that will eventually be evaluated.
1234 (eieio-eval-default-p): New function.
1235 (eieio-default-eval-maybe): Use it.
1236
12372010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1238
1239 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1240 method-invocation-order.
1241 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1242 (eieio-class-precedence-dfs): Compute class precedence list using
1243 dfs algorithm.
1244 (eieio-class-precedence-bfs): Compute class precedence list using
1245 bfs algorithm.
9e0d4f9e 1246 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
1247 c3 algorithm.
1248 (class-precedence-list): New function.
1249 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1250 (inconsistent-class-hierarchy): New error symbol.
1251 (call-next-method): Stow the replacement argument list for future
1252 call-next-method invocations.
1253
87e798a7
GM
12542010-09-15 Glenn Morris <rgm@gnu.org>
1255
ea7f9ebf
GM
1256 * calendar/appt.el (appt-check): If not displaying the diary,
1257 use (diary 1) to only get the entries we need.
1258 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1259 that it is in day order. (Bug#7019)
1260
1bf6d075
GM
1261 * calendar/appt.el (appt-check): Rather than showing the diary,
1262 just turn off invisible display, and only if needed.
1263
87e798a7
GM
1264 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
1265
f3a30a50
SM
12662010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1267
1268 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1269 Add `when' argument. Update callers.
1270
1271 * subr.el (unintern): Declare the obarray arg mandatory.
1272
92b99a01
GM
12732010-09-14 Glenn Morris <rgm@gnu.org>
1274
67ae9766
GM
1275 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1276 Doc fixes.
1277
92b99a01
GM
1278 * calendar/diary-lib.el (diary-included-files): New variable.
1279 (diary-list-entries): Maybe initialize diary-included-files.
1280 (diary-include-other-diary-files): Append to diary-included-files.
1281 * calendar/appt.el (appt-update-list): Also check the members of
1282 diary-included-files. (Bug#6999)
08151ec5 1283 (appt-check): Doc fix.
92b99a01 1284
5a66ed0f
DR
12852010-09-12 David Reitter <david.reitter@gmail.com>
1286
1287 * simple.el (line-move-visual): Do not truncate goal column to
1288 integer size. (Bug#7020)
1289
dba28758
SM
12902010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1291
1292 * repeat.el (repeat): Allow repeating when the last event is a click.
1293 Suggested by Drew Adams (bug#6256).
1294
681b88dd
SM
12952010-09-11 Sascha Wilde <wilde@sha-bang.de>
1296
1297 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1298 Replace setting HGRCPATH to "" by some less invasive --config options.
1299
71e657fc
SM
13002010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1301
1302 * font-lock.el (font-lock-beginning-of-syntax-function):
1303 Mark as obsolete.
1304
639b9d87
GM
13052010-09-10 Glenn Morris <rgm@gnu.org>
1306
1307 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1308 and tool-bar modes. (Bug#6211)
1309 (menu-bar-mode): Move setting of standard-value after the
1310 minor-mode definition, otherwise it seems to have no effect.
1311
33bd47be
MY
13122010-09-08 Masatake YAMATO <yamato@redhat.com>
1313
1314 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1315 Fix typo. (Bug#6976)
1316
9c405a86
CY
13172010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1318
1319 * whitespace.el: Allow cleaning up blanks without blank
1320 visualization (Bug#6651). Adjust help window for
1321 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
1322 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
1323 (whitespace-style): Add new value 'face. Adjust docstring.
1324 (whitespace-space, whitespace-hspace, whitespace-tab):
1325 Adjust foreground property face.
9c405a86
CY
1326 (whitespace-line-column): Adjust docstring and type declaration.
1327 (whitespace-style-value-list, whitespace-toggle-option-alist)
1328 (whitespace-help-text): Adjust const initialization.
1329 (whitespace-toggle-options, global-whitespace-toggle-options):
1330 Adjust docstring.
1331 (whitespace-display-window, whitespace-interactive-char)
1332 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1333 (whitespace-help-scroll): New fun.
1334
3fa0dc8f
AK
13352010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1336
1337 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
1338
1339 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1340 chars like - or ] (bug#6984).
1341 (rx-any-condense-range): Explode 2-char ranges.
1342
1e05f387
SM
13432010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1344
1345 * textmodes/bibtex.el:
1346 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1347
a3b337cd
GM
13482010-09-02 Glenn Morris <rgm@gnu.org>
1349
1350 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1351
d419e1d9
KH
13522010-08-31 Kenichi Handa <handa@m17n.org>
1353
1354 * international/mule-cmds.el (standard-display-european-internal):
1355 Setup standard-display-table for 8-bit characters by storing 8-bit
1356 characters in the element vector.
1357
1e05f387
SM
1358 * disp-table.el (standard-display-8bit):
1359 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
1360 characters in the element vector.
1361 (standard-display-european): Likewise.
1362
20b8ac83
MA
13632010-08-26 Michael Albinus <michael.albinus@gmx.de>
1364
1365 Sync with Tramp 2.1.19.
1366
1367 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1368 (tramp-reporter-dump-variable, tramp-load-report-modules)
1369 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
1370 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
1371
1372 * net/tramp-compat.el (top): Do not autoload
1373 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1374 only when `start-file-process' is not bound.
1375 (byte-compile-not-obsolete-vars): Define if not bound.
1376 (tramp-compat-funcall): New defmacro.
1377 (tramp-compat-line-beginning-position)
1378 (tramp-compat-line-end-position)
1379 (tramp-compat-temporary-file-directory)
1380 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1381 (tramp-compat-copy-file, tramp-compat-copy-directory)
1382 (tramp-compat-delete-file, tramp-compat-delete-directory)
1383 (tramp-compat-number-sequence, tramp-compat-process-running-p):
1384 Use it.
1385 (tramp-advice-file-expand-wildcards): Do not use
1386 `tramp-handle-file-remote-p'.
1387 (tramp-compat-make-temp-file): Simplify fallback implementation.
1388 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1389 (tramp-compat-copy-tree): Remove function.
1390 (tramp-compat-delete-file): New defun.
1391 (tramp-compat-delete-directory): Provide implementation for older
1392 Emacsen.
1393 (tramp-compat-file-attributes): Handle only
1394 `wrong-number-of-arguments' error.
1395
1e05f387
SM
1396 * net/tramp-fish.el (tramp-fish-handle-copy-file):
1397 Add PRESERVE_SELINUX_CONTEXT.
20b8ac83
MA
1398 (tramp-fish-handle-delete-file): Add TRASH arg.
1399 (tramp-fish-handle-directory-files-and-attributes):
1400 Do not use `tramp-fish-handle-file-attributes.
1401 (tramp-fish-handle-file-local-copy)
1402 (tramp-fish-handle-insert-file-contents)
1403 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
1404
1405 * net/tramp-gvfs.el (top): Require url-util.
1406 (tramp-gvfs-mount-point): Remove.
1407 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
1408 and `set-file-selinux-context'.
1409 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
1410 (tramp-gvfs-handle-file-selinux-context)
1411 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1412 (with-tramp-dbus-call-method): Format trace message.
1413 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1414 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1e05f387
SM
1415 Implement backup call, when operation on local files fails.
1416 Use progress reporter. Flush properties of changed files.
1417 (tramp-gvfs-handle-delete-file): Add TRASH arg.
1418 Use `tramp-compat-delete-file'.
20b8ac83
MA
1419 (tramp-gvfs-handle-expand-file-name): Expand "~/".
1420 (tramp-gvfs-handle-make-directory): Make more traces.
1421 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
1422 (tramp-gvfs-url-file-name): Hexify file name in url.
1423 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
1424 into account for the resulting file name.
1425 (tramp-gvfs-handler-askquestion): Preserve current message, in
1426 order to let progress reporter continue afterwards. (Bug#6257)
1e05f387
SM
1427 Return dummy mountpoint, when the answer is "no".
1428 See `tramp-gvfs-maybe-open-connection'.
20b8ac83
MA
1429 (tramp-gvfs-handler-mounted-unmounted)
1430 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1e05f387
SM
1431 attribute "default_location". Set "prefix" property.
1432 Handle default-location.
20b8ac83
MA
1433 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
1434 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
1435 exists. Raise an error, if not (due to a corresponding answer
1e05f387
SM
1436 "no" in interactive questions, for example).
1437 Use `tramp-compat-funcall'.
20b8ac83
MA
1438
1439 * net/tramp-imap.el (top): Autoload `epg-make-context'.
1440 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1441 (tramp-imap-do-copy-or-rename-file)
1442 (tramp-imap-handle-insert-file-contents)
1443 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
1444 (tramp-imap-handle-delete-file): Add TRASH arg.
1445
1e05f387
SM
1446 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1447 Add PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
1448 (tramp-smb-handle-copy-file)
1449 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1450 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1451 Use `with-progress-reporter'.
1452 (tramp-smb-handle-delete-file): Add TRASH arg.
1453
1454 * net/tramp.el (tramp-methods): Move hostname to the end in all
1455 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
1456 appropriate.
1457 (tramp-verbose): Describe verbose level 9.
1458 (tramp-completion-function-alist)
1459 (tramp-file-name-regexp, tramp-chunksize)
1460 (tramp-local-coding-commands, tramp-remote-coding-commands)
1461 (with-connection-property, tramp-completion-mode-p)
1462 (tramp-action-process-alive, tramp-action-out-of-band)
1463 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1464 (tramp-exists-file-name-handler): Fix docstring.
1465 (tramp-remote-process-environment): Use `format' instead of
1466 `concat'. Protect version string by apostroph.
1467 (tramp-shell-prompt-pattern): Do not use a shy group in case of
1468 XEmacs.
1469 (tramp-file-name-regexp-unified)
1470 (tramp-completion-file-name-regexp-unified): On W32 systems, do
1471 not regard the volume letter as remote filename. (Bug#5447)
1472 (tramp-perl-file-attributes)
1473 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1474 (tramp-vc-registered-read-file-names): Read input as
1475 here-document, otherwise the command could exceed maximum length
1476 of command line.
1477 (tramp-file-name-handler-alist): Add `file-selinux-context' and
1478 `set-file-selinux-context'.
1479 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
1480 backtrace functions.
1481 (tramp-error-with-buffer): Don't show the connection buffer when
1482 we are in completion mode.
1483 (tramp-progress-reporter-update, tramp-remote-selinux-p)
1484 (tramp-handle-file-selinux-context)
1485 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
1486 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
1487 New defuns.
1488 (with-progress-reporter): New defmacro.
1489 (tramp-debug-outline-regexp): New defconst.
1490 (top, tramp-rfn-eshadow-setup-minibuffer)
1491 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1492 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1493 (tramp-completion-mode-p, tramp-check-for-regexp)
1494 (tramp-open-connection-setup-interactive-shell)
1495 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1496 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1497 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
1498 Use `tramp-compat-funcall'.
1499 (tramp-handle-make-symbolic-link): Flush file properties.
1500 (tramp-handle-load, tramp-handle-file-local-copy)
1501 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1502 (tramp-handle-vc-registered, tramp-maybe-send-script)
1503 (tramp-find-shell): Use `with-progress-reporter'.
1504 (tramp-do-file-attributes-with-stat): Add space in format string,
1505 in order to work around a bug in pdksh. Reported by Gilles Pion
1506 <gpion@lfdj.com>.
1507 (tramp-handle-verify-visited-file-modtime): Do not send a command
1508 when the connection is not established.
1509 (tramp-handle-set-file-times): Simplify the check for utc.
1510 (tramp-handle-directory-files-and-attributes)
1511 (tramp-get-remote-path): Use `copy-tree'.
1512 (tramp-completion-handle-file-name-all-completions): Ensure, that
1513 non remote files are still checked. Oops.
1e05f387
SM
1514 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1515 Handle PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
1516 (tramp-do-copy-or-rename-file): Add progress reporter.
1517 (tramp-do-copy-or-rename-file-directly): Do not use
1518 `tramp-handle-file-remote-p'.
1519 (tramp-do-copy-or-rename-file-out-of-band):
1520 Use `tramp-compat-delete-directory'.
1521 (tramp-do-copy-or-rename-file-out-of-band)
1522 (tramp-compute-multi-hops, tramp-maybe-open-connection):
1523 Use `format-spec-make'.
1524 (tramp-handle-delete-file): Add TRASH arg.
1525 (tramp-handle-dired-uncache): Flush directory cache, not only file
1526 cache.
1527 (tramp-handle-expand-file-name)
1528 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
1529 (tramp-completion-handle-file-name-completion):
1530 Use `tramp-connectable-p'.
20b8ac83
MA
1531 (tramp-handle-start-file-process): Set connection property "vec".
1532 Use it, in order to invalidate file caches. Check only for
1533 `remote-tty' process property.
1534 Implement tty setting. (Bug#4604, Bug#6360)
1535 (tramp-file-name-for-operation): Add `call-process-region' and
1536 `set-file-selinux-context'.
1537 (tramp-find-foreign-file-name-handler)
1538 (tramp-advice-make-auto-save-file-name)
1539 (tramp-set-auto-save-file-modes): Remove superfluous check for
1540 `stringp'. This is done inside `tramp-tramp-file-p'.
1541 (tramp-file-name-handler): Trace 'quit. Catch the error for some
1542 operations when we are in completion mode. This gives the user
1543 the chance to correct the file name in the minibuffer.
1544 (tramp-completion-mode-p): Use `non-essential'.
1545 (tramp-handle-file-name-all-completions): Backward/ XEmacs
1546 compatibility: Use `completion-ignore-case' if
1547 `read-file-name-completion-ignore-case' does not exist.
1548 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1549 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1550 `tramp-open-shell'.
1551 (tramp-action-password): Hide password prompt before next run.
1552 (tramp-process-actions): Widen connection buffer for the trace.
1553 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1554 process property. Trace stty settings if `tramp-verbose' >= 9.
1555 Apply workaround for IRIX64 bug. Move argument of last
1556 `tramp-send-command' where it belongs to.
1557 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1558 front of `login-args'.
1559 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1560 on "/dev/null" instead of "/".
1561 (tramp-get-ls-command-with-dired): Make test for "--dired"
1562 stronger.
1563 (tramp-set-auto-save-file-modes): Adapt version check.
1564 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1565 (tramp-handle-process-file): Call the program in a subshell, in
1566 order to preserve working directory.
1567 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1568 `tramp-remote-sh' from `tramp-methods'.
1569 (tramp-get-ls-command): Make test for "--color=never" stronger.
1570 (tramp-check-for-regexp): Use (forward-line 1).
1571
1572 * net/trampver.el: Update release number.
1573
15742010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
1575
1576 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1577 empty argument to gvfs-copy.
1578
15792010-08-26 Chong Yidong <cyd@stupidchicken.com>
1580
1581 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1582 handle new TRASH arg of `delete-file'.
1583
15842010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1585
1586 * net/tramp.el (tramp-handle-insert-directory): Don't use
1587 `forward-word', its default syntax could be changed.
1588
15892010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1590 Michael Albinus <michael.albinus@gmx.de>
1591
1592 Implement compression for inline methods.
1593
1594 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1595 (tramp-copy-size-limit): Allow also nil.
1596 (tramp-inline-compress-commands): New defconst.
1597 (tramp-find-inline-compress, tramp-get-inline-compress)
1598 (tramp-get-inline-coding): New defuns.
1599 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1600 replaced by `tramp-get-inline-coding'.
1601 (tramp-handle-file-local-copy, tramp-handle-write-region)
1602 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1603
16042010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
1605
1606 Detect ssh 'ControlMaster' argument automatically in some cases.
1607
1608 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1609 (tramp-default-method): Use it.
1610
16112010-08-26 Karel Klíč <kklic@redhat.com>
1612
1613 * net/tramp.el (tramp-file-name-for-operation):
1614 Add file-selinux-context.
1615
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200" rowspan="4">d5720b4c
S
16162010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1617
1618 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1619
8d9f4291
CY
16202010-08-26 Chong Yidong <cyd@stupidchicken.com>
1621
1622 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1623 (Bug#6907).
1624
9027027d
CF
16252010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
1626
1627 * progmodes/python.el (python-block-pairs): Allow use of "finally"
1628 with "else" (Bug#3991).
1629
c00725d7
LL
16302010-08-22 Leo <sdl.web@gmail.com>
1631
1632 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1633 (ignore, bright, dim, keyword): Split list of nicknames before
1634 passing to rcirc-add-or-remove (Bug#6894).
1635
bc7d7ea6
CY
16362010-08-22 Chong Yidong <cyd@stupidchicken.com>
1637
1638 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1639
41a20de9
CY
16402010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1641
1642 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
1643 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1644 New version 13.0.
1645 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1646 Adjust initialization.
1647 (whitespace-bob-marker, whitespace-eob-marker)
1648 (whitespace-buffer-changed): New vars.
1649 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1650 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1651 (whitespace-post-command-hook, whitespace-display-char-on):
1652 Adjust code.
1653 (whitespace-looking-back, whitespace-buffer-changed): New funs.
1654 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
1655
e0143335
LL
16562010-08-21 Leo <sdl.web@gmail.com>
1657
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 1658 Fix buffer-list rename&refresh after killing a buffer in ido.
e0143335
LL
1659 * lisp/ido.el: Revert Óscar's.
1660 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1661 Remember the buffers at head, rather than their name.
1662 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1663
8f081e96
SM
16642010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
1665 Stefan Monnier <monnier@iro.umontreal.ca>
1666
1667 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1668 extra backslash added to each line (bug#6890).
1669
3ff78624
SM
16702010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1671
1672 * subr.el (read-key): Don't echo keystrokes (bug#6883).
1673
635f7282
GM
16742010-08-21 Glenn Morris <rgm@gnu.org>
1675
1676 * menu-bar.el (menu-bar-games-menu): Add landmark.
1677
fb89a654
GM
16782010-08-20 Glenn Morris <rgm@gnu.org>
1679
9130a2d6
GM
1680 * align.el (align-regexp): Make group and spacing arguments
1681 use the interactive defaults when non-interactive. (Bug#6698)
1682
fb89a654
GM
1683 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1684 expansion, so as not to need sendmail.
1685 (mail-text-start): Remove declaration.
1686 (rmail-retry-failure): Require sendmail.
1687
186e86db
SM
16882010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1689
1690 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1691
a67e6f13
MA
16922010-08-18 Michael Albinus <michael.albinus@gmx.de>
1693
186e86db
SM
1694 * progmodes/flymake.el (flymake-start-syntax-check-process):
1695 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 1696
f3cc64f8
KH
16972010-08-18 Kenichi Handa <handa@m17n.org>
1698
1699 * files.el: Add `word-wrap' as safe local variable.
1700
bb25c8d7
GM
17012010-08-18 Glenn Morris <rgm@gnu.org>
1702
1703 * woman.el (woman-translate): Case matters. (Bug#6849)
1704
a4aae1a5
CY
17052010-08-14 Chong Yidong <cyd@stupidchicken.com>
1706
1707 * simple.el (kill-region): Doc fix (Bug#6787).
1708
721dce17
GM
17092010-08-14 Glenn Morris <rgm@gnu.org>
1710
1711 * calendar/diary-lib.el (diary-header-line-format):
1712 Fit it to the window, not the frame.
1713
7467d0a8
AS
17142010-08-11 Andreas Schwab <schwab@linux-m68k.org>
1715
1716 * subr.el (ignore-errors): Add debug declaration.
1717
1fcf76af
GG
17182010-08-09 Geoff Gole <geoffgole@gmail.com> (tiny change)
1719
1720 * whitespace.el (whitespace-color-off): Remove post-command-hook
1721 locally.
1722
e54a1075
JB
17232010-08-08 Johan Bockgård <bojohan@gnu.org>
1724
1725 * replace.el (replace-highlight): Bind isearch-forward and
1726 isearch-error, ensuring that highlighting is updated if the user
1727 switches the search direction (Bug#6808).
1728
1729 * isearch.el (isearch-lazy-highlight-forward): New var.
1730 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1731 (isearch-lazy-highlight-update): Use it.
1732
7a84eee5
KH
17332010-08-06 Kenichi Handa <handa@m17n.org>
1734
186e86db
SM
1735 * international/mule.el (define-charset): Store NAME as :base property.
1736 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
1737 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1738 current priority. Force using the designation of the specific
1739 charset by adding `charset' text property. Improve the whole
1740 algorithm.
1741
f6b55526
JB
17422010-08-05 Juanma Barranquero <lekktu@gmail.com>
1743
1744 * emulation/pc-select.el (pc-selection-mode-hook)
1745 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1746 (pc-selection-mode): Fix typos in docstrings.
1747
6b4d96c2
KH
17482010-08-04 Kenichi Handa <handa@m17n.org>
1749
1750 * language/cyrillic.el: Don't add "microsoft-cp1251" to
1751 ctext-non-standard-encodings-alist here.
1752
186e86db
SM
1753 * international/mule.el (ctext-non-standard-encodings-alist):
1754 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
1755 (ctext-standard-encodings): New variable.
1756 (ctext-non-standard-encodings-table): List only elements for
1757 non-standard encodings.
186e86db 1758 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
1759 Check ctext-standard-encodings.
1760
1761 * international/mule-conf.el (compound-text): Doc fix.
1762 (ctext-no-compositions): Doc fix.
1763 (compound-text-with-extensions): Doc fix.
1764
c613687b
SM
17652010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1766
1767 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1768
d5b8058f
JB
17692010-08-03 Juanma Barranquero <lekktu@gmail.com>
1770
9ebc731b
JB
1771 * progmodes/which-func.el (which-func-format): Split help-echo text
1772 into lines, like other mode-line tooltips.
1773
d5b8058f
JB
1774 * server.el (server-start): When using TCP sockets, force IPv4
1775 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
1776
a2077b7f
SM
17772010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1778
1779 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1780
f63a7652
JB
17812010-08-02 Juanma Barranquero <lekktu@gmail.com>
1782
1783 * term.el (term-delimiter-argument-list): Reflow docstring.
1784 (term-read-input-ring, term-write-input-ring, term-send-input)
1785 (term-bol, term-erase-in-display, serial-supported-or-barf):
1786 Fix typos in docstrings.
1787
a7e26d8b
SM
17882010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1789
1790 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1791
bbc4e17c
JB
17922010-08-01 Juanma Barranquero <lekktu@gmail.com>
1793
1794 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1795
9aea20c9
MK
17962010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
1797
1798 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
1799 Fix typo in docstring (bug#6747).
1800
16b0b347
LL
18012010-07-30 Leo <sdl.web@gmail.com>
1802
1803 * eshell/esh-io.el (eshell-get-target): Better detection of
1804 read-only file (Bug#6762).
1805
ad9ae065
JB
18062010-07-30 Juanma Barranquero <lekktu@gmail.com>
1807
1808 * align.el (align-default-spacing): Doc fix.
1809 (align-region-heuristic, align-regexp): Fix typos in docstrings.
1810
fe4be04c
JB
18112010-07-23 Juanma Barranquero <lekktu@gmail.com>
1812
1813 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
1814
7c7c04c0
JB
18152010-07-19 Juanma Barranquero <lekktu@gmail.com>
1816
1817 * time.el (display-time-day-and-date): Remove spurious * in docstring.
1818 (display-time-world-buffer-name, display-time-world-mode-map):
1819 Fix typos in docstrings.
1820
c9088194
SK
18212010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
1822
1823 * image-mode.el (image-display-size): New function.
1824 (image-forward-hscroll, image-next-line, image-eol, image-eob)
1825 (image-mode-fit-frame): Use it (Bug#6639).
1826
dad7c716
CY
18272010-07-17 Chong Yidong <cyd@stupidchicken.com>
1828
1829 * dired.el (dired-buffers-for-dir): Handle list values of
1830 dired-directory (Bug#6636).
1831
f253ef6a
RS
18322010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
1833
1834 * vc.el (vc-coding-system-inherit-eol): New defvar.
1835 (vc-coding-system-for-diff): Use it to decide whether to inherit
1836 from the file the EOL format for reading the diffs of that file.
1837 (Bug#4451)
1838
134a027f
EZ
18392010-07-16 Eli Zaretskii <eliz@gnu.org>
1840
1841 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
1842 unibyte, so compressed attachments are not compressed again.
1843
243881ed
J
18442010-07-14 Jan Djärv <jan.h.d@swipnet.se>
1845
1846 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
1847 now that unicode is used (Bug#6594).
1848
5cbce271
CY
18492010-07-14 Chong Yidong <cyd@stupidchicken.com>
1850
1851 * simple.el (push-mark-command): Set the selection if
1852 select-active-regions is non-nil.
1853
3260caf8
GM
18542010-07-10 Glenn Morris <rgm@gnu.org>
1855
1856 * calendar/calendar.el (calendar-week-end-day): New function.
1857 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1858 Respect calendar-week-start-day. (Bug#6606)
1859 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1860 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1861 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1862 respect calendar-week-start-day.
1863
c876b263
CY
18642010-07-10 Chong Yidong <cyd@stupidchicken.com>
1865
1866 * simple.el (use-region-p): Doc fix (Bug#6607).
1867
4565b08e
CS
18682010-07-07 Christoph Scholtes <cschol2112@gmail.com>
1869
1870 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1871 builtins (BufferError, BytesWarning, WindowsError; callables
1872 bin, bytearray, bytes, format, memoryview, next, print; __package__).
1873
49554388
GM
18742010-07-07 Glenn Morris <rgm@gnu.org>
1875
1876 * play/zone.el (zone-fall-through-ws): Fix next-line ->
1877 forward-line fallout.
1878
e8579ebc
CY
18792010-07-06 Chong Yidong <cyd@stupidchicken.com>
1880
1881 * mouse.el (mouse-appearance-menu): Add docstring.
1882
1883 * help.el (describe-key): Print up-event using key-description.
1884
5d1cd8bd
MA
18852010-07-03 Michael Albinus <michael.albinus@gmx.de>
1886
1887 * net/zeroconf.el (zeroconf-resolve-service)
1e05f387 1888 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
1889 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1890
112dbc0e
MA
18912010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1892
1893 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1894
d0cb23ca
DN
18952010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
1896
1897 Avoid displaying files with a nil state in vc-dir.
1898 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1899 cases that cause insertion.
1900 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1901 with a nil state.
1902
01b229d1
CY
19032010-06-30 Chong Yidong <cyd@stupidchicken.com>
1904
1905 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1906
8bf1c786 19072010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
1908
1909 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
1910
dfc6544c
CY
19112010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
1912
1913 * generic-x.el (bat-generic-mode): Fix regexp for command line
1914 switches (Bug#5719).
1915
b7d4de51
CY
19162010-06-27 Masatake YAMATO <yamato@redhat.com>
1917
dfc6544c
CY
1918 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1919 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 1920
3726248f
CY
19212010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
1922
8bf1c786 1923 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
1924 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1925 bindings of bookmark-automatically-show-annotations (Bug#6515).
1926
aca54191
EZ
19272010-06-25 Eli Zaretskii <eliz@gnu.org>
1928
1929 * arc-mode.el (archive-zip-extract): Don't quote the file name on
1930 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
1931
2330fa87
ŠN
19322010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
1933
1934 * comint.el (make-comint, make-comint-in-buffer): Mention return
1935 value in the docstrings. (Bug#6498)
1936
29115ca9
YR
19372010-06-24 Yoni Rabkin <yoni@rabkins.net>
1938
1939 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
1940 since it is not present when using some non-default switches.
1941
2c79f053
KF
19422010-06-23 Karl Fogel <kfogel@red-bean.com>
1943
1944 * simple.el (compose-mail): Fix doc string to refer to
1945 `compose-mail-user-agent-warnings', instead of to the
1946 nonexistent `compose-mail-check-user-agent'.
1947
50d76a9f
DN
19482010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1949
1950 Fix vc-annotate for renamed files when using Git.
1951 * vc-git.el (vc-git-find-revision): Deal with empty results from
1952 ls-files. Doe not pass the object as a file name to cat-file, it
1953 is not a file name.
1954 (vc-git-annotate-command): Pass the file name using -- to avoid
1955 ambiguity with the revision.
1956 (vc-git-previous-revision): Pass a relative file name.
1957
6095a05b
GM
19582010-06-22 Glenn Morris <rgm@gnu.org>
1959
943375a6
GM
1960 * progmodes/js.el (js-mode-map): Use standard capitalization and
1961 ellipses for menu entries.
1962
6095a05b
GM
1963 * wid-edit.el (widget-complete): Doc fix.
1964
4514199e
JH
19652010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
1966
1967 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1968
c4786d60
DN
19692010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1970
11c46b39
DN
1971 Fix annotating other revisions for renamed files in vc-annotate.
1972 * vc-annotate.el (vc-annotate): Add an optional argument for the
1973 VC backend. Use it when non-nil.
33aeea0e
SM
1974 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate
1975 (Bug#6487).
11c46b39 1976
c4786d60
DN
1977 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1978 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1979 Do not pass the file name to the 'previous-revision call when we
1980 don't want a file diff. (Bug#6489)
1981
04ec0963
DN
19822010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1983
11c46b39 1984 Fix finding revisions for renamed files in vc-annotate.
04ec0963
DN
1985 * vc.el (vc-find-revision): Add an optional argument for
1986 the VC backend. Use it when non-nil.
1987 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1988 backend to vc-find-revision. (Bug#6487)
1989
c036381c
DN
19902010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1991
1992 Fix reading file names in Git annotate buffers.
1e05f387
SM
1993 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1994 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 1995
05c123e6
AM
19962010-06-20 Alan Mackenzie <acm@muc.de>
1997
1998 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1999 in file local variables, set it first.
2000
4111f0c7
GM
20012010-06-19 Glenn Morris <rgm@gnu.org>
2002
74739ffd
GM
2003 * descr-text.el (describe-char-unicode-data): Insert separating
2004 space when needed. (Bug#6422)
2005
4111f0c7
GM
2006 * progmodes/idlwave.el (idlwave-action-and-binding):
2007 Fix typo in 2009-12-03 change. (Bug#6450)
2008
b8add347
SM
20092010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
2010
2011 * subr.el (read-quoted-char): Fix up last change (bug#6290).
2012
36901266
SM
20132010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
2014
2015 * font-lock.el (font-lock-major-mode): Rename from
2016 font-lock-mode-major-mode to distinguish it from
2017 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
2018 (font-lock-set-defaults):
2019 * font-core.el (font-lock-default-function): Adjust users.
2020 (font-lock-mode): Don't set it at all.
2021
12755d08
SM
20222010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2023
2024 * vc-annotate.el (vc-annotate): Use vc-read-revision.
2025
d7cd4abb
GM
20262010-06-15 Glenn Morris <rgm@gnu.org>
2027
2028 * calendar/appt.el (appt-time-msg-list): Doc fix.
2029 (appt-check): Let-bind appt-warn-time.
2030 (appt-add): Make the 3rd argument optional.
2031 Simplify argument names. Doc fix. Check for integer WARNTIME.
2032 Only add WARNTIME to the output list if non-nil.
2033
a675c749
IK
20342010-06-15 Ivan Kanis <apple@kanis.eu>
2035
2036 * calendar/appt.el (appt-check): Let the 3rd element of
2037 appt-time-msg-list specify the warning time.
2038 (appt-add): Add new argument with the warning time. (Bug#5176)
2039
a9de35fe
BR
20402010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2041
2042 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
2043 older than version 1.6. (Bug#6361)
2044
37a7e764
HE
20452010-06-12 Helmut Eller <eller.helmut@gmail.com>
2046
2047 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
2048 used by cl-do-arglist. (Bug#6408)
2049
8c6eab5a
SM
20502010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2051
989bc97f
SM
2052 * emacs-lisp/advice.el (ad-compile-function):
2053 Define warning-suppress-types before we let-bind it (bug#6275).
2054
8c6eab5a
SM
2055 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
2056 declare it, make it buffer-local and permanent-local (bug#6324).
2057 (vc-resynch-window): Adjust name.
2058 * vc-hooks.el (vc-find-file-hook): Adjust name.
2059
2d9a4946
JR
20602010-06-07 Jonathan Rockway <jon@jrock.us>
2061
2062 * net/rcirc.el: Add support for password authentication.
2063 (rcirc-server-alist): Add :password keyword.
2064 (rcirc): Ask for a password, or get it from the server's alist.
2065 (rcirc-connect): Add password argument. Pass it to server.
2066
35b148ee
JB
20672010-06-05 Juanma Barranquero <lekktu@gmail.com>
2068
2069 * net/dbus.el (dbus-register-method): Declare function.
2070 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
2071 (dbus-introspect): Doc fix.
2072 (dbus-event-bus-name, dbus-introspect-get-interface)
2073 (dbus-introspect-get-argument): Reflow docstrings.
2074
86253dc0
CY
20752010-06-04 Chong Yidong <cyd@stupidchicken.com>
2076
2077 * term/common-win.el (x-colors): Add "dark green" and "dark
2078 turquoise" (Bug#6332).
2079
3845c322
GM
20802010-06-03 Glenn Morris <rgm@gnu.org>
2081
2082 * desktop.el (desktop-clear-preserve-buffers):
2083 Add "*Warnings*" buffer. (Bug#6336)
2084
dbe82b27
DN
20852010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2086
2087 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
2088
feceda26
SM
20892010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2090
2091 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
2092 `file-directory-p' to the filename part rather than to the whole text.
2093
896114cf
SM
20942010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2095
2096 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
2097
949544ed
DA
20982010-05-31 Drew Adams <drew.adams@oracle.com>
2099
2100 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
2101
450439d5
JB
21022010-05-31 Juanma Barranquero <lekktu@gmail.com>
2103
2104 * subr.el (momentary-string-display): Just use read-event to read
2105 the exit event (Bug#6238).
2106
fcb52808
CY
21072010-05-29 Chong Yidong <cyd@stupidchicken.com>
2108
2109 * ansi-color.el: Delete unused escape sequences (Bug#6085).
2110 (ansi-color-drop-regexp): New constant.
2111 (ansi-color-apply, ansi-color-filter-region)
896114cf 2112 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
2113 (ansi-color-apply): Build string list before calling concat.
2114
4da3541b
CY
21152010-05-27 Chong Yidong <cyd@stupidchicken.com>
2116
896114cf
SM
2117 * progmodes/verilog-mode.el (verilog-type-font-keywords):
2118 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
2119
21202010-05-27 Masatake YAMATO <yamato@redhat.com>
2121
2122 * htmlfontify.el (hfy-face-resolve-face): New function.
2123 (hfy-face-to-style): Use it (Bug#6279).
2124
397eb3f3
SM
21252010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2126
2127 * epa.el (epa--select-keys): Don't explicitly delete the window since
2128 that can fail (e.g. sole window in frame). Use dedication instead.
2129
ab0c07c0
SM
21302010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
2131
2132 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2133
29031d52
CY
21342010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2135
2136 * subr.el (read-quoted-char): Resolve modifiers after key
2137 remapping (bug#6212).
2138
dc9ed794
SM
21392010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2140
2141 * tmm.el (tmm-prompt): Don't try to precompute bindings.
2142 (tmm-get-keymap): Compute shortcuts (bug#6171).
2143
e1cb2c13
GM
21442010-05-10 Glenn Morris <rgm@gnu.org>
2145
2146 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2147 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
2148
61a808e8
CY
21492010-05-07 Chong Yidong <cyd@stupidchicken.com>
2150
2151 * Version 23.2 released.
2152
f034e176
CY
21532010-05-03 Chong Yidong <cyd@stupidchicken.com>
2154
c0943d3d 2155 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 2156 car of each item, not the whole list (Bug#6083).
f034e176 2157
f5d6ff44
CY
21582010-05-02 Chong Yidong <cyd@stupidchicken.com>
2159
2160 * progmodes/js.el (js-mode): Make paragraph variables local before
2161 calling c-setup-paragraph-variables (Bug#6071).
2162
aa4d4e4a
EZ
21632010-05-01 Eli Zaretskii <eliz@gnu.org>
2164
2165 * composite.el (compose-region, reference-point-alist): Fix typos
2166 in the doc strings.
2167
78edd3b7 21682010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
2169
2170 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2171 gnuplot's "set" command.
2172
29c48340
JB
21732010-04-26 Juanma Barranquero <lekktu@gmail.com>
2174
2175 * abbrev.el (last-abbrev-text): Doc fix.
2176 (abbrev-prefix-mark): Don't escape parenthesis.
2177
8ed6fc47
AS
21782010-04-24 Andreas Schwab <schwab@linux-m68k.org>
2179
2180 * composite.el (find-composition): Doc fix.
2181
063c6324
JB
21822010-04-24 Juanma Barranquero <lekktu@gmail.com>
2183
2184 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2185 (sql-oracle-program, sql-sqlite-options)
2186 (sql-query-placeholders-and-send): Doc fixes.
2187 (sql-set-product, sql-interactive-mode): Reflow docstrings.
2188 (sql-imenu-generic-expression, sql-buffer)
2189 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2190 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2191 (sql-mode-sybase-font-lock-keywords)
2192 (sql-mode-informix-font-lock-keywords)
2193 (sql-mode-interbase-font-lock-keywords)
2194 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2195 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2196 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2197 (sql-product-feature, sql-highlight-product)
2198 (comint-line-beginning-position, sql-rename-buffer)
2199 (sql-toggle-pop-to-buffer-after-send-region)
2200 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
2201 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2202 Fix typos in docstrings.
2203
e89dee79
JL
22042010-04-23 Juri Linkov <juri@jurta.org>
2205
2206 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2207 property instead of `invisible' and `after-string' (bug#5998).
2208
316d12fb
JL
22092010-04-23 Juri Linkov <juri@jurta.org>
2210
2211 * image-mode.el (image-mode-as-text): Fix typo in docstring.
2212
770255e9
JB
22132010-04-23 Juanma Barranquero <lekktu@gmail.com>
2214
2215 * filecache.el (file-cache-add-directory-list)
2216 (file-cache-add-directory-recursively): Fix typos in docstrings.
2217
ece33a6e
KH
22182010-04-22 Kenichi Handa <handa@m17n.org>
2219
2220 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 2221 (gujarati-composable-pattern): Fix typo.
ece33a6e 2222
771533aa
KH
22232010-04-20 Kenichi Handa <handa@m17n.org>
2224
2225 * language/indian.el (oriya-composable-pattern)
1e05f387
SM
2226 (tamil-composable-pattern, malayalam-composable-pattern):
2227 Add two-part vowels to "v" (vowel sign).
771533aa 2228
790c2e44
CY
22292010-04-20 Chong Yidong <cyd@stupidchicken.com>
2230
99833607
CY
2231 * files.el (copy-directory): Handle symlinks (Bug#5982).
2232
1e05f387
SM
2233 * progmodes/compile.el (compilation-next-error-function):
2234 Revert 2009-10-12 change (Bug#5983).
790c2e44 2235
808ecc4e
CY
22362010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2237
2238 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
2239 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
2240 (Bug#5846).
2241
d2c7b917
GM
22422010-04-20 Glenn Morris <rgm@gnu.org>
2243
0ca12598
GM
2244 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
2245
d2c7b917
GM
2246 * minibuffer.el (completion-at-point): Doc fix.
2247
bce31830
DN
22482010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
2249
2250 Fix the version number for added files.
2251 * vc-hg.el (vc-hg-working-revision): Check if the file is
2252 registered after hg parent fails (Bug#5961).
2253
0433ffa6
GM
22542010-04-17 Glenn Morris <rgm@gnu.org>
2255
2256 * htmlfontify.el (htmlfontify-buffer)
2257 (htmlfontify-copy-and-link-dir): Autoload entry points.
2258
8507c65c
CY
22592010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
2260
2261 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2262 name relative to the project root (Bug#5960).
2263
e9ef9777
GM
22642010-04-16 Glenn Morris <rgm@gnu.org>
2265
2266 * vc-git.el (vc-git-print-log): Doc fix.
2267
3808c51f
CY
22682010-04-14 Óscar Fuentes <ofv@wanadoo.es>
2269
2270 * ido.el (ido-file-internal): Fix 2009-12-02 change.
2271
7860d2e3
CY
22722010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
2273
2274 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2275 default settings (Bug#5928).
2276
119850e9
GM
22772010-04-10 Glenn Morris <rgm@gnu.org>
2278
2279 * progmodes/fortran.el (fortran-match-and-skip-declaration):
2280 New function.
0a23b2c3 2281 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 2282
86a366f4
KH
22832010-04-07 Kenichi Handa <handa@m17n.org>
2284
2285 * language/indian.el (malayalam-composable-pattern): Fix previous
2286 change (add U+0D4D "SIGN VIRAMA").
2287 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2288 (tamil-composable-pattern): Fix typo in the regexp.
2289 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2290 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2291 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2292
8afe2ec6
CY
22932010-04-06 Chong Yidong <cyd@stupidchicken.com>
2294
2295 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2296 paragraph-separate (Bug#5821).
2297
3c5d6dfb
JL
22982010-04-05 Juri Linkov <juri@jurta.org>
2299
2300 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2301
2302 * info.el (Info-find-node-2): Comment out code that skips
2303 breadcrumbs line.
2304 (Info-mouse-follow-link): New command.
2305 (Info-link-keymap): New keymap.
2306 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2307 Return a string with links instead of inserting breadcrumbs
2308 to the Info buffer.
2309 (Info-fontify-node): Comment out code that inserts breadcrumbs.
2310 Instead of putting the `invisible' text property over the Info
2311 header, make an overlay over the Info header with the `invisible'
2312 property and `after-string' set to the string returned by
2313 `Info-breadcrumbs'.
2314
6baa27a2
CY
23152010-04-03 Chong Yidong <cyd@stupidchicken.com>
2316
2317 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2318 Reported by monkey@sandpframing.com.
2319
b42da387
TA
23202010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
2321
2322 * textmodes/artist.el (artist-mode): Fix typo in docstring.
2323 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
2324
42763dda
KH
23252010-03-30 Kenichi Handa <handa@m17n.org>
2326
2327 * language/sinhala.el (composition-function-table): Fix regexp for
2328 the new Unicode specification.
2329
2330 * language/indian.el (devanagari-composable-pattern)
2331 (tamil-composable-pattern, kannada-composable-pattern)
194d44e7 2332 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
2333 specification.
2334 (bengali-composable-pattern, gurmukhi-composable-pattern)
2335 (gujarati-composable-pattern, oriya-composable-pattern)
2336 (telugu-composable-pattern): New variables to cope with the new
2337 Unicode specification. Use them in composition-function-table.
2338
fe59d705
SM
23392010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2340
79d74ac5 2341 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
2342 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2343 vectors rather than cons cells, as used in menu-bar-update-buffers.
2344
03ffe8be
CY
23452010-03-28 Chong Yidong <cyd@stupidchicken.com>
2346
2a793f7f
CY
2347 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2348 (js-insert-and-indent): Revert 2009-08-15 change, restoring
2349 electric punctuation for "{}();,:" (Bug#5586).
2350
03ffe8be
CY
2351 * mail/sendmail.el (mail-default-directory): Doc fix.
2352
23532010-03-27 Chong Yidong <cyd@stupidchicken.com>
2354
2355 * mail/sendmail.el (mail-default-directory): Doc fix.
2356
94785022
EZ
23572010-03-27 Eli Zaretskii <eliz@gnu.org>
2358
2359 * subr.el (version-regexp-alist, version-to-list)
2360 (version-list-<, version-list-=, version-list-<=)
2361 (version-list-not-zero, version<, version<=, version=): Doc fix.
2362 (Bug#5744).
2363
eca16aa7
NR
23642010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2365 Nick Roberts <nickrob@snap.net.nz>
2366
2367 * progmodes/gdb-ui.el (gdb-apple-test): New function.
2368 (gdb-init-1): Use it.
2369
431af6a4
DN
23702010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2371
2372 * vc.el (vc-root-diff): Doc fix.
2373
9d30a9f4
CY
23742010-03-25 Chong Yidong <cyd@stupidchicken.com>
2375
9aa2c576
CY
2376 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2377
9d30a9f4
CY
2378 * simple.el (append-to-buffer): Fix last change.
2379
d0fba174
CY
23802010-03-24 Chong Yidong <cyd@stupidchicken.com>
2381
2382 * simple.el (append-to-buffer): Ensure that point is preserved if
2383 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
2384 (Bug#5749)
2385
efee6a6d
SM
23862010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2387
2388 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2389 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2390 not be present any more.
2391
c6f3804c
JB
23922010-03-24 Juanma Barranquero <lekktu@gmail.com>
2393
2394 * faces.el (set-face-attribute): Fix typo in docstring.
2395 (face-valid-attribute-values): Reflow docstring.
2396
4c3a215a
GM
23972010-03-23 Glenn Morris <rgm@gnu.org>
2398
efee6a6d 2399 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 2400
e9ba3e26
CY
24012010-03-21 Chong Yidong <cyd@stupidchicken.com>
2402
2403 * indent.el (indent-for-tab-command): Doc fix.
2404
c8de140b
JB
24052010-03-22 Juanma Barranquero <lekktu@gmail.com>
2406
2407 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2408 (image-dired-read-comment): Doc fix.
2409
efee6a6d
SM
2410 * json.el (json-object-type, json-array-type, json-key-type)
2411 (json-false, json-null, json-read-number):
c8de140b
JB
2412 * minibuffer.el (completion-in-region-functions):
2413 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2414 (cal-tex-cursor-week):
2415 * emacs-lisp/trace.el (trace-function):
2416 * eshell/em-basic.el (eshell/printnl):
2417 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2418 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2419 * obsolete/levents.el (allocate-event, event-key, event-object)
2420 (event-point, event-process, event-timestamp, event-to-character)
2421 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2422 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2423 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2424 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2425 (reftex-highlight-selection): Fix typos in docstrings.
2426
d1200087
JB
24272010-03-19 Juanma Barranquero <lekktu@gmail.com>
2428
2429 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2430
f454672b
GM
24312010-03-18 Glenn Morris <rgm@gnu.org>
2432
2433 * mail/rmail.el (rmail-highlight-face): Restore option deleted
2434 2008-02-13 without comment; mark it obsolete.
2435 (rmail-highlight-headers): Use rmail-highlight-face once more.
2436
d5704d66
CY
24372010-03-16 Chong Yidong <cyd@stupidchicken.com>
2438
2439 * woman.el (woman2-process-escapes): Only consume the newline if
2440 the filler character is on a line by itself (Bug#5729).
2441
fade35dd
KH
24422010-03-16 Kenichi Handa <handa@m17n.org>
2443
2444 * language/indian.el (devanagari-composable-pattern): Add more
2445 consonants.
2446
c8215db1
MA
24472010-03-14 Michael Albinus <michael.albinus@gmx.de>
2448
2449 * net/trampver.el: Update release number.
2450
b4d16368
GM
24512010-03-13 Glenn Morris <rgm@gnu.org>
2452
2453 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2454
c0e17ff2
MA
24552010-03-13 Michael Albinus <michael.albinus@gmx.de>
2456
efee6a6d
SM
2457 * net/tramp.el (tramp-find-executable):
2458 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
2459 output of "wc -l" more robust.
2460 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2461 (tramp-open-connection-setup-interactive-shell): Remove workaround
2462 for OpenSolaris bug, it is not needed anymore.
2463
eb123b12
GM
24642010-03-12 Glenn Morris <rgm@gnu.org>
2465
2466 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
2467
5f8d2ce0
WS
24682010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
2469
2470 * files.el (auto-mode-alist): Accept more verilog file patterns.
2471
35b148ee 24722010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
2473
2474 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2475 instead of "format:"; this ensures that the output is
2476 newline-terminated.
2477
4e7cafbe
CY
24782010-03-08 Chong Yidong <cyd@stupidchicken.com>
2479
2480 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2481 that all errors are caught, and that the return value is always a
2482 list (Bug#5692).
2483
aec66319
KH
24842010-03-08 Kenichi Handa <handa@m17n.org>
2485
2486 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 2487 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 2488
b327c975
AS
24892010-03-07 Andreas Schwab <schwab@linux-m68k.org>
2490
2491 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2492 call to rfc822-bad-address. (Bug#5692)
2493
1c465a6a
CY
24942010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
2495
1e05f387
SM
2496 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2497 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 2498
a4e32226
CY
24992010-03-06 Chong Yidong <cyd@stupidchicken.com>
2500
2501 * calculator.el (calculator): Don't bind split-window-keep-point
2502 (Bug#5674).
2503
4c83ed3d
SM
25042010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2505
2506 * vc-git.el: Re-flow to fit into 80 columns.
2507 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2508 Remove spurious `quote' element in each case alternative.
2509 (vc-git-show-log-entry): Use prog1.
2510 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2511
e8defde3
SM
25122010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2513
2514 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2515
233f0c9f
CY
25162010-03-03 Chong Yidong <cyd@stupidchicken.com>
2517
2518 * macros.el (insert-kbd-macro): Look up keyboard macro using the
2519 definition, not the name (Bug#5481).
2520
254bedef 25212010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
2522
2523 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2524 argument with a local variable. (Bug#5670)
2525
7187cdae
JL
25262010-03-02 Juri Linkov <juri@jurta.org>
2527
2528 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
2529
9cf3544e
MA
25302010-03-02 Michael Albinus <michael.albinus@gmx.de>
2531
2532 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2533 error when FILENAME and NEWNAME are existing remote directories.
2534
2535 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2536 parameter DIR-FLAG.
2537
33f77982
GM
25382010-03-02 Glenn Morris <rgm@gnu.org>
2539
2540 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2541 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2542
d99ea08e
KH
25432010-03-01 Kenichi Handa <handa@m17n.org>
2544
e8defde3 2545 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
2546 myanmar-composable-pattern.
2547
e8defde3
SM
2548 * international/characters.el (script-list):
2549 * international/fontset.el (script-representative-chars):
2550 Change myanmar to burmese.
d99ea08e 2551 (otf-script-alist): Likewise.
4aa2c3b2
KH
2552 (setup-default-fontset): Likewise. Re-fix :otf spec.
2553
b374f54d
KY
25542010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2555
2556 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2557
71572c03
JD
25582010-02-28 Jan Djärv <jan.h.d@swipnet.se>
2559
2560 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2561
00cffdeb
MA
25622010-02-28 Michael Albinus <michael.albinus@gmx.de>
2563
2564 * net/tramp.el (tramp-handle-write-region): START can be a string.
2565 Take care in the checks. Reported by Dan Davison
2566 <davison@stats.ox.ac.uk>.
2567
d4b06783
MA
25682010-02-28 Michael Albinus <michael.albinus@gmx.de>
2569
2570 * net/dbus.el (dbus-introspect, dbus-get-property)
33aeea0e
SM
2571 (dbus-set-property, dbus-get-all-properties):
2572 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 2573
8c3e96d2
CY
25742010-02-28 Chong Yidong <cyd@stupidchicken.com>
2575
de3a1fe9
CY
2576 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2577 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
2578 * calendar/icalendar.el (icalendar--add-diary-entry):
2579 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
2580 * files.el (recover-session-finish): Use with-current-buffer
2581 instead of save-excursion.
2582
c53b9c3b
SM
25832010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
2584
2585 Fix in-buffer completion when after-change-functions modify the buffer.
2586 * minibuffer.el (completion--replace): New function.
2587 (completion--do-completion): Use it and use relative movement.
2588
4a16bdc6
CY
25892010-02-27 Chong Yidong <cyd@stupidchicken.com>
2590
2591 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 2592
b8280f39
CY
25932010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
2594
c53b9c3b
SM
2595 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2596 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 2597
f88cc4d6
KH
25982010-02-26 Kenichi Handa <handa@m17n.org>
2599
2600 * language/burmese.el: Fix entries in composition-function-table.
2601 (myanmar-composable-pattern): New variable.
2602
2603 * international/fontset.el (setup-default-fontset): Add an entry
2604 for myanmar.
2605
2606 * international/characters.el (script-list): Add Myanmar
2607 Extended-A.
2608
cdbf9100
GM
26092010-02-26 Glenn Morris <rgm@gnu.org>
2610
90a94603
GM
2611 * custom.el (custom-initialize-delay): Doc fix.
2612
cdbf9100
GM
2613 * mail/sendmail.el (send-mail-function): Autoload the call
2614 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2615
f95a5fd0
CY
26162010-02-24 Chong Yidong <cyd@stupidchicken.com>
2617
2618 * files.el (hack-local-variables-filter): For eval forms, also
2619 check safe-local-variable-p (Bug#5636).
2620
6583ba0e
CY
26212010-02-24 Eduard Wiebe <usenet@pusto.de>
2622
2623 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2624 and use c(ad)r of cddr (Bug#5640).
2625
459a5f4b
MA
26262010-02-22 Michael Albinus <michael.albinus@gmx.de>
2627
2628 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2629 setting the modes by `ignore-errors'. It might fail, for example
2630 if the file is not owned by the user but the group.
2631 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2632
bb23f6e8
CY
26332010-02-21 Chong Yidong <cyd@stupidchicken.com>
2634
33aeea0e
SM
2635 * files.el (directory-listing-before-filename-regexp):
2636 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
2637 date-like filenames (Bug#5597).
2638
b660eb70
CY
2639 * htmlfontify.el (htmlfontify): Doc fix.
2640
2641 * eshell/eshell.el (eshell): Doc fix.
2642
bb23f6e8
CY
2643 * startup.el (fancy-about-screen): In mode-line, apply
2644 mode-line-buffer-id face only to the buffer name (Bug#5613).
2645
3e39928c
CY
26462010-02-20 Kevin Ryde <user42@zip.com.au>
2647
f7e0618c
JB
2648 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2649 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
2650 (Bug#5599).
2651
0f00e948
EZ
26522010-02-20 Eli Zaretskii <eliz@gnu.org>
2653
2654 * subr.el (remove-yank-excluded-properties): Explain in a comment
2655 why `category' property is removed.
2656
3513efb2
CY
26572010-02-19 Chong Yidong <cyd@stupidchicken.com>
2658
33aeea0e
SM
2659 * isearch.el (isearch-update-post-hook, isearch-update):
2660 Revert 2010-02-17 change.
3513efb2 2661
b4340b3f
UJ
26622010-02-19 Ulf Jasper <ulf.jasper@web.de>
2663
2664 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2665 (icalendar--convert-weekly-to-ical)
2666 (icalendar--convert-yearly-to-ical)
2667 (icalendar--convert-block-to-ical)
2668 (icalendar--convert-cyclic-to-ical)
2669 (icalendar--convert-anniversary-to-ical): Take care of time
2670 specifications where hour has 1-digit only (Bug#5549).
2671
8cfae03d
NR
26722010-02-19 Nick Roberts <nickrob@snap.net.nz>
2673
2674 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2675 of disassemble output in GDB 7.1.
2676
055e4eea
GM
26772010-02-19 Glenn Morris <rgm@gnu.org>
2678
2679 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2680 property. (Bug#5593)
2681
ff6b00de
SS
26822010-02-18 Sam Steingold <sds@gnu.org>
2683
2684 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2685
fe8c0b47
SM
26862010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2687
2688 Use abbreviated file names in bookmarks (bug#5591).
2689 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2690 calls to expand-file-name.
2691 (bookmark-relocate): Use abbreviated file names in bookmarks.
2692 (bookmark-load): Use abbreviated file names in messages.
2693
73a37a69
MA
26942010-02-18 Michael Albinus <michael.albinus@gmx.de>
2695
2696 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2697 expand "." and "..". Reported by Thierry Volpiatto
2698 <thierry.volpiatto@gmail.com>.
2699
6e4f5731
MA
27002010-02-18 Michael Albinus <michael.albinus@gmx.de>
2701
2702 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2703 permissions of the temporary file to "0600". In case the remote
2704 file has no read permissions for the owner, there might be
2705 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
2706
270722010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
2708
2709 * emacs-lisp/authors.el (authors-renamed-files-alist):
2710 Add entries for INSTALL.CVS.
2711
ba5bf642
MH
27122010-02-17 Mark A. Hershberger <mah@everybody.org>
2713
f7e0618c 2714 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 2715
f7e0618c 2716 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
2717 (isearch-update): Use the new hook.
2718
aac0b0f2
MA
27192010-02-16 Michael Albinus <michael.albinus@gmx.de>
2720
fe8c0b47
SM
2721 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2722 Fix errors in copying directories.
aac0b0f2
MA
2723 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2724 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2725 (tramp-handle-delete-file)
2726 (tramp-handle-dired-recursive-delete-directory)
2727 (tramp-handle-write-region): Flush also the cache for the upper
2728 directory.
2729
05bbe066
CY
27302010-02-16 Chong Yidong <cyd@stupidchicken.com>
2731
e8ab3908
CY
2732 * simple.el (save-interprogram-paste-before-kill): Doc fix.
2733
ff90f4b0
CY
2734 * cus-edit.el (hardware): Doc fix.
2735
2736 * man.el (man): Add to external custom group.
2737
2738 * delim-col.el (columns): Move to wp custom group.
2739
2740 * doc-view.el (doc-view): Add to data custom group.
2741
fe8c0b47 2742 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 2743
05bbe066
CY
2744 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2745 by ispell-parse-output (Bug#5575).
2746
fa6ea913
KH
27472010-02-16 Kenichi Handa <handa@m17n.org>
2748
2749 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2750 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2751 (skkdic-convert): Use `euc-japan' coding system for writing.
2752
88fd78ae
GM
27532010-02-16 Glenn Morris <rgm@gnu.org>
2754
2755 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2756 tex-main-file before using it. (Bug#5562)
2757
2b8c974a
SM
27582010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2759
2760 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2761 warnings, since it is annoying for the user to see them each time he
2762 runs the code.
2763
7540f029
MA
27642010-02-15 Michael Albinus <michael.albinus@gmx.de>
2765
2766 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2767 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2768 instead of PROC for caching "first-password-request". Otherwise,
2769 new processes would not profit from passwords already entered.
2770
2b8c974a
SM
2771 * net/tramp-cache.el (tramp-dump-connection-properties):
2772 Don't save "first-password-request" property.
7540f029 2773
fa5f7c5f
JB
27742010-02-14 Juanma Barranquero <lekktu@gmail.com>
2775
2776 * outline.el (outline-head-from-level):
2777 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
2778 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2779 (elint-defun, elint-buffer-env, elint-top-form-logged)
2780 (elint-unbound-variable):
2781 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2782 Fix typos in docstrings.
2783
ecbaeb7b
MA
27842010-02-14 Michael Albinus <michael.albinus@gmx.de>
2785
2786 * files.el (insert-directory): When WILDCARD-REGEXP and
2787 FULL-DIRECTORY-P are nil, insert the file entry instead of the
2788 whole directory. (Bug#5551)
2789
2790 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
2791 dired's alignment sanity. (Bug#5516)
2792
91e3333f
JL
27932010-02-14 Juri Linkov <juri@jurta.org>
2794
2795 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2796 Remove remaining ^H with their preceding chars. (Bug#5566)
2797
36020642
GM
27982010-02-13 Glenn Morris <rgm@gnu.org>
2799
2800 * simple.el (transpose-subr): Give it a doc-string.
2801
2802 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2803 Doc fixes.
2804
f5952338
JL
28052010-02-12 Juri Linkov <juri@jurta.org>
2806
2807 * arc-mode.el (archive-unique-fname): Make directories for nested
2808 archives. (Bug#5540)
2809
918fe50f
JL
28102010-02-12 Juri Linkov <juri@jurta.org>
2811
2812 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
2813
c07ff221
SM
28142010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2815
48b1e7cf
SM
2816 * subr.el (copy-overlay): Handle deleted overlays.
2817
c07ff221
SM
2818 * man.el (Man-completion-table): Don't signal an error if we can't run
2819 manual-program (bug#4056).
2820
0e374247
JB
28212010-02-10 Juanma Barranquero <lekktu@gmail.com>
2822
2823 * textmodes/artist.el (artist-mt): Fix typos in docstring.
2824
dbf8402b
SM
28252010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2826
348d1e60
SM
2827 * info.el (Info-bookmark-jump): Simplify.
2828
dbf8402b
SM
2829 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2830 (bookmark-default-handler): Accept new bookmark field `buffer'.
2831
e6d23bb5
CY
28322010-02-10 Chong Yidong <cyd@stupidchicken.com>
2833
2834 * iswitchb.el (iswitchb-completions): Revert last change.
2835
a8e4290b
MA
28362010-02-10 Michael Albinus <michael.albinus@gmx.de>
2837
2b23acde 2838 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
2839 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2840 This prevents file names like "~/" being listed literally.
a8e4290b 2841
c59d6fad
DN
28422010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2843
348d1e60
SM
2844 * term/xterm.el (xterm-maybe-set-dark-background-mode):
2845 Remove dead code. (Bug#5546)
c59d6fad 2846
3a66e78f
CY
28472010-02-09 Chong Yidong <cyd@stupidchicken.com>
2848
2849 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2850 correctly (Bug#5548).
2851
f29fd869
CY
28522010-02-08 Jose E. Marchesi <jemarch@gnu.org>
2853
2854 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 2855 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 2856
7fad1447
KH
28572010-02-08 Kenichi Handa <handa@m17n.org>
2858
2859 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 2860 cookie for putting `lisp-indent-function'.
7fad1447 2861
50e4518b
GM
28622010-02-07 Glenn Morris <rgm@gnu.org>
2863
2864 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2865 Move F2003 named interfaces from keywords-2 to keywords-1, and
2866 use function-name-face rather than constant-face.
2867 Simplify "abstract interface" regexp.
2868
a4cc44cf
CY
28692010-02-07 Chong Yidong <cyd@stupidchicken.com>
2870
2871 * eshell/esh-util.el (eshell-file-attributes): New optional arg
2872 ID-FORMAT. Pass it to `file-attributes'.
2873
2874 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2875
c917476d
CY
28762010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
2877
2878 * faces.el (set-face-attribute): Allow calling
2879 internal-set-lisp-face-attribute with 'unspecified family and
2880 foundry argument (Bug#5536).
2881
7cf3f3d6
GM
28822010-02-07 Glenn Morris <rgm@gnu.org>
2883
2884 * progmodes/f90.el (f90-font-lock-keywords-2)
2885 (f90-looking-at-type-like, f90-looking-at-program-block-end):
2886 Handle F2003 named interfaces.
2887
ffe87109
CY
28882010-02-06 Chong Yidong <cyd@stupidchicken.com>
2889
2890 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2891 beg and end before calling c-get-state-before-change-functions.
2892
4775ecad
DN
28932010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
2894
33aeea0e
SM
2895 * vc-bzr.el (vc-bzr-dir-extra-headers):
2896 Disable the pending merges header.
4775ecad 2897
0d17c4b9
JL
28982010-02-05 Juri Linkov <juri@jurta.org>
2899
2900 * doc-view.el (doc-view-mode):
2901 * image-mode.el (image-mode): Put property mode-class=special.
2902 (Bug#4896)
2903
8228a275
MH
29042010-02-05 Mark A. Hershberger <mah@everybody.org>
2905
2906 * vc-svn.el (vc-svn-revision-table): New function.
2907
d9320986
MA
29082010-02-05 Michael Albinus <michael.albinus@gmx.de>
2909
2910 * net/ange-ftp.el (ange-ftp-insert-directory):
2911 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2912 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2913 Handle also directories. (Bug#5478)
2914
f43d8ecc
GM
29152010-02-05 Glenn Morris <rgm@gnu.org>
2916
2917 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2918
ce3a988d
CY
29192010-02-05 Chong Yidong <cyd@stupidchicken.com>
2920
2921 * startup.el (command-line-1): Convert options beginning with a
2922 single dash as well (Bug#5519).
2923
bdd42899
SM
29242010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
2925
51b23c44
SM
2926 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2927 * minibuffer.el (completion-initials-expand): Only check the presence
2928 of delims *within* the boundaries, since otherwise the / delim is
2929 always found for files.
2930
bdd42899
SM
2931 Fix up various corner case problems.
2932 * doc-view.el (doc-view-last-page-number): New function.
2933 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2934 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2935 (doc-view-kill-proc): Avoid inf-loop in freak cases.
2936 (doc-view-reconvert-doc): Use the new recursive delete-directory.
2937 (doc-view-convert-current-doc): Don't create the resolution.el file
2938 here any more.
2939 (doc-view-pdf/ps->png): Do it here instead.
2940 (doc-view-already-converted-p): Check that resolution.el is present.
2941 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2942 windows that are not yet showing images.
2943
d5b3979c
MA
29442010-02-04 Michael Albinus <michael.albinus@gmx.de>
2945
2946 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
2947 `dired-uncache' for every elemnt which is an absolute file name.
2948
2949 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
2950 directory, handle its directory component.
2951 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
2952 function is called permanently and creates noise, otherwise.
2953
2954 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2955 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2956 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
2957
b003beb1
DB
29582010-02-04 David Burger <dburger@google.com> (tiny change)
2959
2960 * macros.el (apply-macro-to-region-lines):
2961 Minor simplification. (Bug#5485)
2962
ea92f9f3
GM
29632010-02-04 Glenn Morris <rgm@gnu.org>
2964
a03ae20d
GM
2965 * mail/rmail.el (rmail-show-message-1): Handle malformed
2966 quoted-printable text. (Bug#5441)
2967
4d01b827
GM
2968 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2969
ea92f9f3
GM
2970 * simple.el (visual-line-mode): Capitalize lighter.
2971
82055bb7
JW
29722010-02-03 John Wiegley <jwiegley@gmail.com>
2973
2974 * iswitchb.el (iswitchb-completions): Add bookmark files to the
2975 list of files considered for "virtual buffer" completions.
2976
8214b6e4
MA
29772010-02-03 Michael Albinus <michael.albinus@gmx.de>
2978
2979 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
2980 also in case of (and (not full) (not wildcard)). This is needed,
2981 when dired is called with a list of files, which are not in
2982 `default-directory'. (Bug#5478)
2983
1df9718f
SM
29842010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2985
2986 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
2987
02ba1267
JL
29882010-02-02 Juri Linkov <juri@jurta.org>
2989
2990 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
2991 from unidiff to allow function-line after @@.
2992
a0c6a0fb
JL
29932010-02-02 Juri Linkov <juri@jurta.org>
2994
2995 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
2996 '(RCS SCCS) with inverted condition.
2997
c35fcd52
MA
29982010-02-02 Michael Albinus <michael.albinus@gmx.de>
2999
3000 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3001 messages.
3002
6ba973c1
JL
30032010-02-01 Juri Linkov <juri@jurta.org>
3004
3005 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3006 compare with "pkunzip" and "pkzip" instead of only "pkzip".
3007 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3008 only when (car archive-zip-extract) is "unzip". (Bug#5475)
3009
0bca393f
SM
30102010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3011
3012 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3013 (doc-view-revert-buffer): New command.
3014 (doc-view-mode-map): Use it.
3015
7a444e2a
DN
30162010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
3017
3018 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3019 pending merge is detected.
3020
ad6fc8f4
JL
30212010-01-31 Juri Linkov <juri@jurta.org>
3022
3023 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3024 beginning of interactive spec like all other grep commands do.
3025 Put "all" in front of "gz". (Bug#5260)
3026
b9236874
DN
30272010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3028
3029 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3030
1e868757
CY
30312010-01-29 Chong Yidong <cyd@stupidchicken.com>
3032
3033 * dirtrack.el (dirtrack): Warn instead of signalling error if the
3034 regexp is incorrect (Bug#5476).
3035
e5c70c41
MA
30362010-01-29 Michael Albinus <michael.albinus@gmx.de>
3037
3038 * net/tramp.el (tramp-handle-insert-directory): Handle also
3039 symlinks, when FILENAME is not in `default-directory'.
3040
0c0b61f1
MA
30412010-01-28 Michael Albinus <michael.albinus@gmx.de>
3042
3043 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 3044 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
3045
3046 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3047 of SWITCHES. Handle the case, FILENAME is not in
3048 `default-directory'. (Bug#5478)
3049 (tramp-register-file-name-handlers): Add safe-magic property.
3050
763f325e
CY
30512010-01-28 Chong Yidong <cyd@stupidchicken.com>
3052
3053 * arc-mode.el (archive-zip-extract): Quote the argument passed to
3054 unzip (Bug#5475).
3055
fd09a83f
CY
30562010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
3057
3058 * progmodes/flymake.el (flymake-allowed-file-name-masks)
3059 (flymake-master-make-header-init): Add other C++ filename masks.
3060 (flymake-find-possible-master-files)
3061 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3062
7e5686f0
MA
30632010-01-28 Michael Albinus <michael.albinus@gmx.de>
3064
3065 Fix some busybox annoyances.
3066
3067 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3068 not responding." string.
3069 (tramp-open-connection-setup-interactive-shell): Dump stty
3070 settings. Enable "neveropen" arg for all `tramp-send-command'
3071 calls. Handle "=" in variable values properly.
3072 (tramp-find-inline-encoding): Raise an error, when no encoding is
3073 found.
3074 (tramp-wait-for-output): Check, whether PROC buffer is available.
3075 Remove spurious " ^H" sequences, sent by busybox.
3076 (tramp-get-ls-command): Suppress coloring, if possible.
3077
c6265c10
GM
30782010-01-28 Glenn Morris <rgm@gnu.org>
3079
c85a168b
GM
3080 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
3081
c6265c10
GM
3082 * log-edit.el (log-edit-strip-single-file-name): Add missing
3083 :safe, :group, and :version tags.
3084
7d82a738
SB
30852010-01-27 Stephen Berman <stephen.berman@gmx.net>
3086
3087 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3088 buffers. (Bug#5477)
3089
8b0e68ea
CY
30902010-01-27 David De La Harpe Golden <david@harpegolden.net>
3091
3092 * files.el (delete-directory): Handle moving to trash without
3093 first doing recursion (Bug#5436).
3094
368d3208
DN
30952010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
3096
3097 * vc-hooks.el (vc-path): Mark as obsolete.
3098
755da7fa
DN
30992010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
3100
e2396d80
DN
3101 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3102 names too.
3103
755da7fa
DN
3104 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3105 for the short log.
3106 (vc-bzr-log-view-mode): Adjust regexp for the above change.
3107
6a6d15ab 31082010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 3109
ac9ffe99 3110 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 3111
48c2d18a 3112 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 3113
504dcc71
EH
31142010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
3115
3116 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3117 diff-index command. This requires at least git-1.5.5. (Bug#1589).
3118
51850286
DN
31192010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
3120
c2f1d6d8
DN
3121 Remove support for adding --signoff on commit.
3122 Future support will use an incompatible generic mechanism.
3123 * vc-git.el (vc-git-add-signoff): Remove variable.
3124 (vc-git-toggle-signoff): Remove function.
3125 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3126
33aeea0e
SM
3127 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3128 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
3129 was set.
3130 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3131 earlier, call it again in case the background mode has changed.
3132
02c6d0d0
CY
31332010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
3134
3135 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3136 (Bug#3541).
3137
064eee03
CY
31382010-01-23 Chong Yidong <cyd@stupidchicken.com>
3139
02c6d0d0
CY
3140 * emacs-lisp/assoc.el (aelement): Doc fix.
3141 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 3142
5336c3ec 31432010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 3144
48c2d18a 3145 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
3146 is the same as subprogram call, not declaration. (Bug#5435).
3147
0536254e
MA
31482010-01-23 Michael Albinus <michael.albinus@gmx.de>
3149
3150 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3151 (tramp-smb-maybe-open-connection): Use it.
3152
411d06c2
MA
31532010-01-22 Michael Albinus <michael.albinus@gmx.de>
3154
0536254e 3155 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 3156
c893016b
SM
31572010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3158
3159 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3160 just because we see "encoding: 8bit".
3161 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3162
9425f8e1
CY
31632010-01-22 Chong Yidong <cyd@stupidchicken.com>
3164
3165 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3166
6a801864
EZ
31672010-01-22 Eli Zaretskii <eliz@gnu.org>
3168
3169 * jka-compr.el (jka-compr-load): If load-file is not in
3170 load-history, try its file-truename version. (bug#5447)
3171
3e8f7d91
AM
31722010-01-21 Alan Mackenzie <acm@muc.de>
3173
3174 Fix a situation where deletion of a cpp construct throws an error.
33aeea0e
SM
3175 * progmodes/cc-engine.el (c-invalidate-state-cache):
3176 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
3177 special cpp construct is still in the buffer.
3178 (c-parse-state): Record the special cpp with markers, not numbers.
3179
f0bd0ad5
CY
31802010-01-21 Kenichi Handa <handa@m17n.org>
3181
3182 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3183 process last-command-event, as it is now decoded first (Bug#5380).
3184
5189d95b
CY
31852010-01-20 Chong Yidong <cyd@stupidchicken.com>
3186
3187 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3188
e073d74a
GM
31892010-01-20 Glenn Morris <rgm@gnu.org>
3190
3191 * indent.el (tab-always-indent): Fix custom-type.
3192
8ee04f3a
AM
31932010-01-19 Alan Mackenzie <acm@muc.de>
3194
3195 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3196 buffer throws "args out of range".
3197 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3198 playing the role of delimiter.
3199
6a47c86a
SL
32002010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
3201
bf0b361c 3202 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
3203 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3204 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3205 changed. Delete RECURSIVE parameter; never used. Improve doc string.
3206 Improve comments in "is" portion. Handle null procedure declaration.
3207 (ada-move-to-end): Improve doc string.
3208
2acfb954
ÓF
32092010-01-18 Óscar Fuentes <ofv@wanadoo.es>
3210
e90d57c0 3211 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 3212 Remove obsolete information from commentary.
e90d57c0
JB
3213 (ido-choice-list): Initialize to nil.
3214 (ido-get-bufname): Reject minibuffers.
3215 (ido-make-buffer-list): If "default" is a nonexistent
3216 buffer, ignore it, as per the function's comment.
3217 (ido-kill-buffer-internal): New function.
3218 (ido-kill-buffer-at-head): Use it.
3219 (ido-visit-buffer): Likewise.
2acfb954 3220
244b023e
CY
32212010-01-18 Chong Yidong <cyd@stupidchicken.com>
3222
3223 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3224
db9e401b
JB
32252010-01-18 Juanma Barranquero <lekktu@gmail.com>
3226
db9e401b
JB
3227 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3228 Fix typos in chart titles.
3229
3230 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
3231 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3232 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3233 (describe-class, eieio-describe-generic, describe-generic):
3234 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3235 (eieio-speedbar-expand):
3236 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3237 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3238 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3239 (viper-del-backward-char-in-replace, viper-backward-indent)
3240 (viper-brac-function, viper-register-to-point, viper-submit-report):
3241 * net/tramp.el (tramp-remote-coding-commands):
3242 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3243 Fix typos in docstrings.
3244
9295137d
CY
32452010-01-17 Chong Yidong <cyd@stupidchicken.com>
3246
3247 * mail/sendmail.el (mail-yank-original): Set the mark if the
3248 specified function for yanking does not do it.
3249
4d0bbcb6
DN
32502010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
3251
7902c120
DN
3252 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
3253
4d0bbcb6
DN
3254 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3255 resyncing a directory.
3256
0b702bc1
SL
32572010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
3258
6a47c86a 3259 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
3260 (ada-ident-re): Delete ., allow multibyte characters.
3261 (ada-goto-label-re): New; matches goto labels.
3262 (ada-block-label-re): New; matches block labels.
3263 (ada-label-re): New; matches both.
3264 (ada-named-block-re): Deleted; callers changed to use
3265 `ada-block-label-re' instead.
3266 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3267 Use `ada-block-label-re'.
3268 (ada-indent-on-previous-lines): Improve handling of goto labels.
3269 (ada-get-indent-block-start): Special-case block label.
3270 (ada-get-indent-label): Split into `ada-indent-block-label' and
3271 `ada-indent-goto-label'.
3272 (ada-goto-stmt-start, ada-goto-next-non-ws):
3273 Optionally ignore goto labels.
3274 (ada-goto-next-word): Simplify.
3275 (ada-indent-newline-indent-conditional): Insert newline before
3276 trying to fix indentation; doc fix.
3277
05287c49
JB
32782010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
3279
3280 * calc/calc.el (calc-command-flags): Give it an initial value.
3281
4963739e
JB
32822010-01-17 Juanma Barranquero <lekktu@gmail.com>
3283
4963739e
JB
3284 * files.el (minibuffer-with-setup-hook):
3285 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3286 (artist-key-draw-continously, artist-key-do-continously-continously)
3287 (artist-key-set-point-continously, artist-mouse-draw-continously):
3288 Fix typos in docstrings.
3289
116bd1ee
CY
32902010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
3291
33aeea0e
SM
3292 * nxml/nxml-mode.el (nxml-extend-after-change-region):
3293 Never return t (Bug#3898).
116bd1ee 3294
2784cd7a 32952010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
3296
3297 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3298 can parse the output of the external commands (Bug#5279).
3299
abd5cfe8
CY
33002010-01-16 Jari Aalto <jari.aalto@cante.net>
3301
3302 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3303
4fe22cdf
CY
33042010-01-16 Chong Yidong <cyd@stupidchicken.com>
3305
bbdc98ef
CY
3306 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3307
c7dc1ac1
CY
3308 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3309
4fe22cdf
CY
3310 * startup.el (command-line): Remove unused --icon-type arg.
3311 Handle --display arg, passing it to command-line-1 (Bug#5392).
3312
045b9da7
ML
33132010-01-16 Mario Lang <mlang@delysid.org>
3314
045b9da7
ML
3315 * emacs-lisp/chart.el (chart-translate-namezone):
3316 * textmodes/artist.el (artist-compute-popup-menu-table):
3317 Remove duplicated words in doc-strings.
3318
6554a5df
CY
33192010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
3320
3321 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3322 to mairix-search to suppress threading (Bug#5342).
3323
ca4f0e9a
KH
33242010-01-15 Kenichi Handa <handa@m17n.org>
3325
3326 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 3327 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 3328
1db3226b
GM
33292010-01-15 Glenn Morris <rgm@gnu.org>
3330
56a03f46
GM
3331 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
3332
3333 * wid-edit.el (widget-keymap): Doc fix.
3334
1db3226b
GM
3335 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3336 former seems to be more widely accepted by various svn versions.
3337
80cd4bb4
JB
33382010-01-14 Juanma Barranquero <lekktu@gmail.com>
3339
d1f18ec0
JB
3340 * find-cmd.el (find-constituents):
3341 * vc-arch.el (vc-arch-root):
3342 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
3343 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3344 * progmodes/ada-stmt.el (ada-if):
3345 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3346 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3347 (ispell-encoding8-command, ispell-aspell-supports-utf8)
3348 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3349
80cd4bb4
JB
3350 * progmodes/flymake.el (flymake-post-syntax-check):
3351 Fix typo in error message.
3352
9c23ca47
JB
33532010-01-14 Juanma Barranquero <lekktu@gmail.com>
3354
3355 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3356 which is always a string. (Bug#5313)
3357
8794c483
JB
33582010-01-14 Juanma Barranquero <lekktu@gmail.com>
3359
3360 * progmodes/ada-xref.el (ada-default-prj-properties):
3361 Simplify previous change.
3362
95005d39
SL
33632010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3364
3365 * progmodes/ada-xref.el (ada-default-prj-properties):
3366 Default ada_project_path to $ADA_PROJECT_PATH.
3367
33682010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
3369
3370 * progmodes/ada-mode.el (ada-create-keymap):
3371 Override `narrow-to-defun' with `ada-narrow-to-defun'.
3372
fb0d1545
SL
33732010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3374
3375 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3376 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3377 (ada-get-current-indent, ada-imenu-generic-expression)
3378 (ada-which-function): Check for it.
3379
5c9434d0
SL
33802010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3381
3382 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3383 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3384
3a4f3a3b
GM
33852010-01-14 Glenn Morris <rgm@gnu.org>
3386
3387 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
3388
d9a7c140
KH
33892010-01-14 Kenichi Handa <handa@m17n.org>
3390
3391 * composite.el (auto-composition-mode): Make it a buffer local
3392 variable (permanent-local).
3393 (auto-composition-function): Set the default value to
3394 auto-compose-chars.
49caf252 3395 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
3396 (global-auto-composition-mode): Likewise.
3397 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 3398
38bee102
KF
33992010-01-13 Karl Fogel <kfogel@red-bean.com>
3400
3401 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 3402
b8b45afc
MA
34032010-01-12 Michael Albinus <michael.albinus@gmx.de>
3404
3405 * files.el (copy-directory): Compute target for recursive
3406 directories with identical names. (Bug#5343)
3407
893db5bc
GM
34082010-01-12 Glenn Morris <rgm@gnu.org>
3409
33aeea0e
SM
3410 * mail/emacsbug.el (report-emacs-bug-pretest-address):
3411 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 3412
d8b8451f
SS
34132010-01-11 Sam Steingold <sds@gnu.org>
3414
3415 * imenu.el (imenu-default-create-index-function): Detect infinite
3416 loops caused by imenu-prev-index-position-function.
3417
30afcdff
JB
34182010-01-11 Juanma Barranquero <lekktu@gmail.com>
3419
3420 * htmlfontify.el (htmlfontify-load-rgb-file)
3421 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3422 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3423 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3424 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3425 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3426 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3427 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3428 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3429 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3430 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3431 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3432 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3433 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3434 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3435 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3436 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3437 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3438 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3439 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3440 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3441 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3442 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3443 backslash-quoting from parentheses, etc.
3444
92b1c416
CY
34452010-01-11 Chong Yidong <cyd@stupidchicken.com>
3446
3447 * progmodes/js.el: Autoload javascript-mode alias.
3448
4454adab
JB
34492010-01-11 Juanma Barranquero <lekktu@gmail.com>
3450
3451 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3452 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3453 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3454 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3455 Fix typos in docstrings.
3456 (ffap-url-regexp): Doc fix.
3457 (ffap-at-mouse): Fix typo in message.
3458
6589a2f9
GM
34592010-01-11 Glenn Morris <rgm@gnu.org>
3460
3461 * version.el (emacs-copyright): Set copyright year to 2010.
3462
4e5617ee
SM
34632010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3464
3465 * format.el (format-annotate-function): Only set
3466 write-region-post-annotation-function after running to-fn so as not to
3467 affect nested write-region calls (bug#5273).
3468
52bee098
CY
34692010-01-10 Chong Yidong <cyd@stupidchicken.com>
3470
a069f067
CY
3471 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3472 wisent/python.el.
3473
e709e39d
CY
34742010-01-09 Chong Yidong <cyd@stupidchicken.com>
3475
3476 * man.el (Man-goto-section): Signal error if the section is not
3477 found (Bug#5317).
3478
6ee86780
JB
34792010-01-09 Juanma Barranquero <lekktu@gmail.com>
3480
3481 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3482 URLs with a leading triple slash in the file: scheme. (Bug#5345)
3483
fa7b5f7b
CY
34842010-01-09 Chong Yidong <cyd@stupidchicken.com>
3485
3486 * progmodes/compile.el: Don't treat compile-command as safe if
3487 compilation-read-command might be nil (Bug#4218).
3488
de62c4d9
JD
34892010-01-09 Jan Djärv <jan.h.d@swipnet.se>
3490
3491 * startup.el (command-line-1): Use orig-argi to check for ignored X and
3492 NS options.
3493
e94be827
KH
34942010-01-08 Kenichi Handa <handa@m17n.org>
3495
4e5617ee
SM
3496 * international/fontset.el (build-default-fontset-data):
3497 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 3498
1dfae2a2
JB
34992010-01-07 Juanma Barranquero <lekktu@gmail.com>
3500
3501 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3502 to `create-file-buffer' as it expects, not just a buffer name.
3503 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3504 to help uniquify. (Bug#3224)
3505
d0cf45b7
JD
35062010-01-06 Jan Djärv <jan.h.d@swipnet.se>
3507
3508 * font-setting.el (font-setting-change-default-font): Use user-spec
3509 instead of name.
3510
7534fa5e
DN
35112010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3512
3513 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3514
fd579fdc
CY
35152010-01-05 Tom Tromey <tromey@redhat.com>
3516
4e5617ee
SM
3517 * progmodes/python.el (python-font-lock-keywords):
3518 Handle qualified decorators (Bug#881).
fd579fdc 3519
37860caf
DN
35202010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3521
3522 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3523 in a lightweight checkout.
3524
69db641d
KH
35252010-01-05 Kenichi Handa <handa@m17n.org>
3526
4e5617ee 3527 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 3528
b25d6a02
DN
35292010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3530
3531 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3532
137d88ca
DN
35332010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
3534
3535 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3536 checkouts. (Bug#618)
3d5d0aa9 3537 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
3538 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3539 (vc-bzr-shelve-menu-map):
3540 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3541 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 3542
da76998b
CY
35432010-01-02 Chong Yidong <cyd@stupidchicken.com>
3544
3545 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3546 They are valid characters in URL paths (rfc3986), and at least
3547 Firefox does not understand the encoded version (Bug#3166).
3548
b2ad70b6
CY
35492010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
3550
3551 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
3552 (octave-block-begin-or-end-regexp, octave-block-match-alist):
3553 Add "end" keyword (Bug#3061).
b2ad70b6
CY
3554 (octave-end-as-array-index-p): New function.
3555 (calculate-octave-indent): Use it.
3556
54136282
KF
35572010-01-02 Karl Fogel <kfogel@red-bean.com>
3558
3559 * bookmark.el: Consistently put the text property on the bookmark name.
3560 (bookmark-bmenu-marks-width): Bump back to 2, to include
3561 annotation marks.
3562 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3563 property on the bookmark name, instead of not putting it at all.
3564 (bookmark-bmenu-list): Fix where we put the text property.
3565
cc4d3cad
KF
35662010-01-02 Karl Fogel <kfogel@red-bean.com>
3567
3568 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3569 for showing buffer modified state (as added in the previous change).
3570
b894c439
KF
35712010-01-02 Karl Fogel <kfogel@red-bean.com>
3572
3573 * bookmark.el: Show modified state of bookmark buffer more accurately.
3574 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3575 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3576 (with-buffer-modified-unmodified): New macro.
3577 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3578 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 3579 Use new macro to preserve the buffer modified state.
b894c439 3580
3a69db53
KF
35812010-01-02 Karl Fogel <kfogel@red-bean.com>
3582
4e5617ee 3583 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
3584 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3585 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3586 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3587 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
3588 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3589 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 3590
af414f10
EZ
35912010-01-02 Eli Zaretskii <eliz@gnu.org>
3592
4e5617ee
SM
3593 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3594 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 3595
f2ec0e5e
CY
35962010-01-02 Ryan Yeske <rcyeske@gmail.com>
3597
3598 * net/rcirc.el: Add follow-link binding (Bug#4738).
3599
38c1ba62
EZ
36002010-01-02 Eli Zaretskii <eliz@gnu.org>
3601
4e5617ee 3602 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
3603 (cvs-update): New target for backward compatibility.
3604
4e5617ee 3605 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
3606 (cvs-update): New target for backward compatibility.
3607
ea2c0f5b
KF
36082010-01-02 Karl Fogel <kfogel@red-bean.com>
3609
3610 * bookmark.el: Remove gratuitous gratitude.
3611
5ae329f4
KF
36122010-01-02 Karl Fogel <kfogel@red-bean.com>
3613
47989945
KF
3614 * bookmark.el (bookmark-bmenu-any-marks): New function
3615 (bookmark-bmenu-save): Clear buffer modification if no marks.
3616
36172010-01-02 Karl Fogel <kfogel@red-bean.com>
3618
3619 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
3620 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3621 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3622 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3623
3624 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3625 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3626 To: emacs-devel {_AT_} gnu.org
3627 Subject: bookmark.el bug report
3628 Date: Mon, 28 Dec 2009 14:19:16 +0800
3629 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3630
aef053eb
KF
36312010-01-02 Karl Fogel <kfogel@red-bean.com>
3632
3633 * bookmark.el: Improvements suggested by Drew Adams:
3634 (bookmark-bmenu-ensure-position): New name for
3635 `bookmark-bmenu-check-position'. Just ensure the position,
3636 don't return any meaningful value.
3637 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3638 New constants.
3639
0472835f
JB
36402010-01-02 Juanma Barranquero <lekktu@gmail.com>
3641
3642 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3643 (bookmark-yank-point, bookmark-bmenu-check-position):
3644 Fix typos in docstrings.
3645 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3646 (bookmark-name-from-full-record, bookmark-get-position)
3647 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3648 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3649 Remove useless quoting of parenthesis, etc. in docstrings.
3650
3651 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3652 (ediff-append-custom-diff): Fix typo in error message.
3653 (ediff-meta-mark-equal-files): Fix typos in messages.
3654
3655 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3656
0472835f
JB
3657 * net/imap-hash.el (imap-hash-make): Doc fix.
3658 (imap-hash-test): Fix typo in error message; reflow docstring.
3659 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3660 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3661 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3662 Fix typos in docstrings.
3663 (imap-hash-open-connection): Fix typo in error message.
3664
3665 * play/gomoku.el (gomoku): Fix typos in docstring.
3666
3667 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3668 (gdb-jsonify-buffer): Fix typos in docstring.
3669 (gdb-goto-breakpoint): Fix typo in error message.
3670 ("Display Other Windows"): Fix typo in help message.
3671 (gdb-speedbar-expand-node): Fix typo in question.
3672
3673 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3674 (idlwave-html-system-help-location, idlwave-html-help-location)
3675 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3676 (idlwave-help-browser-generic-args, idlwave-help-directory)
3677 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3678 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3679 (idlwave-online-help, idlwave-help-html-link)
3680 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3681 Fix typos in docstrings.
3682 (idlwave-help-with-source, idlwave-help-find-routine-definition):
3683 Reflow docstrings.
3684 (idlwave-help-assistant-start): Fix typo in error message.
3685
3686 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3687 (octave-electric-space): Fix typos in docstrings.
3688
9bbe0828
CY
36892010-01-01 Chong Yidong <cyd@stupidchicken.com>
3690
3691 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3692
a88c46c3
CY
36932010-01-01 Juri Linkov <juri@jurta.org>
3694
3695 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 3696 increase the default to 500 (Bug#5148).
a88c46c3 3697
7ee6c59b
NR
36982009-12-31 Nick Roberts <nickrob@snap.net.nz>
3699
3700 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3701 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3702 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3703
a9c8a2cd
NR
37042009-12-30 Nick Roberts <nickrob@snap.net.nz>
3705
3706 Show working revision correctly for mercurial.
3707 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 3708 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 3709
659e4408
JB
37102009-12-29 Juanma Barranquero <lekktu@gmail.com>
3711
3712 Declare some functions for the byte-compiler.
3713 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3714 (speedbar-timer-fn, speedbar-change-expand-button-char)
3715 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3716
7ee6c59b
NR
37172009-12-29 Nick Roberts <nickrob@snap.net.nz>
3718
3719 This changeset reverts GDB Graphical Interface to use annotations.
3720 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3721
460f6e7c
DN
37222009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
3723
3724 Make vc-dir work on subdirectories of the bzr root.
33aeea0e
SM
3725 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
3726 Return file names relative to it.
460f6e7c
DN
3727 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3728 relative directory to vc-bzr-after-dir-status.
3729
543f553a
TH
37302009-12-28 Tassilo Horn <tassilo@member.fsf.org>
3731
3732 * font-lock.el (font-lock-refresh-defaults): New function, which
3733 can be used to let font-lock react to external changes in
3734 variables like font-lock-defaults and keywords.
3735 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3736
2592ab76
DN
37372009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
3738
ac859983
DN
3739 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3740
2592ab76
DN
3741 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3742
58941d03
JB
37432009-12-28 Juanma Barranquero <lekktu@gmail.com>
3744
3745 Supersede color.diff settings in git log (bug#5211).
3746
3747 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3748 escape chars in its output when the user has color.diff set to `always'.
3749 This fix works on git 1.4.2 and newer (released on 2006-08-13).
3750
39764e76
KR
37512009-12-26 Kevin Ryde <user42@zip.com.au>
3752
3753 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3754 node. Keep previous "Index" name to work with past coreutils too.
3755
91c4831e
KR
3756 * man.el (man): Revise docstring a bit to show -a and -l as
3757 examples. Add -k description since support for it has otherwise
3758 been a secret. (Further to bug#3717.)
651e932e
KR
3759 (Man-bgproc-sentinel): When "-k foo" produces no output show error
3760 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 3761 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 3762
7f4d4a97
MA
37632009-12-26 Michael Albinus <michael.albinus@gmx.de>
3764
3765 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3766 switches. Check also for //SUBDIRED// line.
3767
bcffff46
KH
37682009-12-25 Kenichi Handa <handa@m17n.org>
3769
2f952059 3770 * language/indian.el (devanagari-composable-pattern): Fix to
bcffff46
KH
3771 handle ZWNJ and ZWJ. Use it in composition-function-table for
3772 Devanagari.
3773 (malayalam-composable-pattern): Fix previous change.
3774
dc1dcfa4
VJL
37752009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3776
3777 * ps-print.el (ps-face-attributes): It was not returning the
3778 attribute face for faces specified as string. Reported by harven
41a20de9 3779 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
3780 (ps-print-version): New version 7.3.5.
3781
6fe539d2
UJ
37822009-12-18 Ulf Jasper <ulf.jasper@web.de>
3783
33aeea0e 3784 * calendar/icalendar.el (icalendar--convert-tz-offset):
2f952059
ML
3785 Fix timezone names.
3786 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
3787 (icalendar--add-diary-entry): Remove the trailing blank that
3788 diary-make-entry inserts.
3789
1f3611c6
MA
37902009-12-17 Michael Albinus <michael.albinus@gmx.de>
3791
3792 Make `file-expand-wildcards' work for remote files.
3793
3794 * files.el (file-expand-wildcards): In case of remote files, check
3795 only local file name part for wildcards. Provide feature 'files
3796 and subfeature 'remote-wildcards. (Bug#5198)
3797
3798 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3799 if there is already an established connection.
3800 (tramp-advice-file-expand-wildcards): Remove it.
3801
3802 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2f952059 3803 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
3804 Activate advice for older GNU Emacs versions. (Bug#5237)
3805
9762b219
JB
38062009-12-17 Juanma Barranquero <lekktu@gmail.com>
3807
3808 Some doc fixes (more needed).
3809
3810 * find-cmd.el (find-constituents): Reflow docstring.
3811 (find-cmd, find-prune, find-command): Fix typos in docstrings.
3812 (find-generic): Doc fix.
3813
cfb54897
JL
38142009-12-17 Juri Linkov <juri@jurta.org>
3815
3816 Fix regression from 23.1 to allow multiple modes in Local Variables.
3817
3818 * files.el (hack-local-variables-filter): While ignoring duplicates,
3819 don't take `mode' into account.
33aeea0e
SM
3820 (hack-local-variables-filter, hack-dir-local-variables):
3821 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 3822
ad974e9e
JL
38232009-12-17 Juri Linkov <juri@jurta.org>
3824
3825 Make `dired-diff' more safe. (Bug#5225)
3826
3827 * dired-aux.el (dired-diff): Signal an error when `file' equals to
3828 `current' or when `file' is a directory of the `current' file.
3829
3616e0b9
AS
38302009-12-17 Andreas Schwab <schwab@linux-m68k.org>
3831
3832 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3833 unconditionally preloaded files.
3834
72b57560
JL
38352009-12-16 Juri Linkov <juri@jurta.org>
3836
3837 Revert to old 23.1 logic of using the file at the mark as default.
3838 * dired-aux.el (dired-diff): Use the file at the mark as default
3839 if it's not the same as the current file, and the target dir is
3840 the current dir or the mark is active. Add the current file
3841 as the arg of `dired-dwim-target-defaults'. Use the default file
3842 in the prompt. (Bug#5225)
3843
68712eb6
MA
38442009-12-15 Michael Albinus <michael.albinus@gmx.de>
3845
3846 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3847 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3848 (tramp-check-for-regexp): Check also, when an echoing shell stops
3849 to echo sent commands.
3850
fd471993
CY
38512009-12-14 Chong Yidong <cyd@stupidchicken.com>
3852
3853 * Makefile.in: Revert last change (Bug#5191).
3854
86b5e14c
DN
38552009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
3856
3857 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
3858 (vc-hg-working-revision): Make sure the command is executed in a
3859 known environment so that we can parse the output. (Bug#4417)
86b5e14c 3860
8cffbb75
CY
38612009-12-14 Chong Yidong <cyd@stupidchicken.com>
3862
3863 * progmodes/python.el (python-symbol-completions): Remove text
3864 properties from symbol string before calling python-send-receive.
3865
6c2b67ad
NR
38662009-12-14 Nick Roberts <nickrob@snap.net.nz>
3867
3868 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 3869 when there are values for both file and line. (Bug#5060)
6c2b67ad 3870
ff6f4585
JL
38712009-12-14 Juri Linkov <juri@jurta.org>
3872
3873 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3874 whitespace after the file name of the first line of unified format,
3875 because git-diff doesn't output whitespace and file modification time
3876 after the file name.
3877
d3de1c8e
JL
38782009-12-14 David Kastrup <dak@gnu.org>
3879
3880 * info.el (Info-hide-cookies-node): Before hiding a cookie,
3881 check if it already has the `display' property added by
3882 `Info-display-images-node', and not put the `invisible' property
3883 in this case.
3884
2f1b7dc4
GM
38852009-12-13 Glenn Morris <rgm@gnu.org>
3886
a0cefee5
GM
3887 * mail/emacsbug.el (message-sort-headers): Define for compiler.
3888 (report-emacs-bug): In message-mode, sort manually before storing
3889 original report text. (Bug#5178)
2f1b7dc4
GM
3890 Remove superfluous save-excursion.
3891
31bb373f
MA
38922009-12-12 Michael Albinus <michael.albinus@gmx.de>
3893
3894 * net/dbus.el (dbus-property-handler): Filter lambda forms out
3895 when responding to "GetAll" properties.
3896
5e1d4968
CY
38972009-12-12 Chong Yidong <cyd@stupidchicken.com>
3898
3899 * simple.el (compose-mail): Remove mail-setup-with-from from
3900 customization checks.
3901
097d86f9
EZ
39022009-12-12 Eli Zaretskii <eliz@gnu.org>
3903
3904 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3905 RAR archives created on Unix systems.
3906
1d4adede
SM
39072009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3908
3909 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3910 the varalias that was accidentally removed by the 2009-11-19 change
3911 (bug#5186).
3912
3ff3655c
KH
39132009-12-12 Kenichi Handa <handa@m17n.org>
3914
3915 * language/indian.el (indian-compose-regexp): New function.
3916 (malayalam-composable-pattern): Fix the pattern.
3917 (composition-function-table): Set malayalam-composable-pattern for
3918 Malayalam characters.
3919
82d3343c
CY
39202009-12-11 Chong Yidong <cyd@stupidchicken.com>
3921
315eb96d
CY
3922 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3923 rather than down-mouse-1, based on follow-link conventions.
3924
82d3343c
CY
3925 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3926 are compiled.
3927
86a4c7ac
DN
39282009-12-11 Michael McNamara <mac@mail.brushroad.com>
3929
bf0b361c 3930 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
3931 (verilog-vmm-statement-re, verilog-ovm-statement-re)
3932 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
3933 (verilog-leap-to-head, verilog-backward-token):
3934 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
3935
39362009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
3937
bf0b361c
JB
3938 * progmodes/verilog-mode.el (verilog-auto-lineup)
3939 (verilog-nameable-item-re): Cleanup user-visible spelling and
3940 documentation errors. One reported by Gary Delp.
1d4adede 3941 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
3942 (verilog-read-decls): Fix AUTOWIRE with types declared in a
3943 package, bug195. Reported by Pierre-David Pfister.
3944
fe03f49a
GM
39452009-12-11 Glenn Morris <rgm@gnu.org>
3946
47641aac
GM
3947 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
3948
85094855
GM
3949 * mail/emacsbug.el: No longer require sendmail.
3950 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
3951 (report-emacs-bug-orig-text): Doc fix.
3952 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
3953 New local variables, to adapt to different mail-user-agents.
3954 (report-emacs-bug): Fix test for a gnu.org address.
3955 Use overlays for emphasis, since font-lock defeats 'face property.
3956 Pretest bugs also end up at the newsgroup these days.
3957 Stop message-mode stripping text properties.
3958 Set and use the new buffer-local variables.
3959 (report-emacs-bug-hook): Add doc-string.
3960 Remove some unnecessary save-excursions and simplify.
3961 Use the appropriate hook and send-command.
3962
fe03f49a
GM
3963 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
3964 capitalization of some menu entries.
3965
345427f0
VJL
39662009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3967
33aeea0e
SM
3968 * whitespace.el (whitespace-display-char-on):
3969 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
3970 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
3971 New version 12.1.
3972
c70ccbba
EZ
39732009-12-10 Eli Zaretskii <eliz@gnu.org>
3974
3975 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
3976 characters in the Attribute field.
3977
f1943c1b
DN
39782009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3979
3980 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
3981
1c67aeaa
SM
39822009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3983
3984 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
3985 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3986 Disregard autoload-excludes.
3987 (update-directory-autoloads): Obey autoload-excludes here instead.
3988 But don't store its contents in no-autoloads and remove entries that
3989 refer to excludes files.
3990
d8194864
GM
39912009-12-10 Glenn Morris <rgm@gnu.org>
3992
8c0171c0
GM
3993 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
3994 (expand-mail-aliases): Define for compiler.
3995
dba372dd
GM
3996 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
3997 Define for compiler.
3998
d8194864
GM
3999 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4000 appropriate for the mail-user-agent in use.
4001
fe5facd3
MA
40022009-12-09 Michael Albinus <michael.albinus@gmx.de>
4003
4004 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4005
99999a1d
DN
40062009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
4007
4008 Fix short log parsing and fontification.
4009 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4010 Fix fontification for the [merge] label.
4011
2ea1c4aa
SM
40122009-12-09 Vivek Dasmohapatra <vivek@etla.org>
4013
4014 Drop some properties to avoid surprises.
4015 * htmlfontify.el (hfy-ignored-properties): New defcustom.
4016 (hfy-fontify-buffer): Use it.
4017
9840deb6
SM
40182009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
4019
a0d1aadf
SM
4020 Minor cleanup.
4021 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4022 Adjust all callers.
4023 (ffap-locate-file): Remove unused arg `dir-ok' and make other
4024 args compulsory. Adjust callers.
4025 (ffap-gopher-at-point): Remove unused var `name'.
4026
9840deb6
SM
4027 Get rid of the ELCFILES abomination.
4028 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4029 (compile-elcfiles): New phony target.
4030 (compile-main): Compute ELCFILES dynamically.
4031 (compile-clean): New target to remove left-over elc files.
4032 (compile, all): Use it.
4033
7eb3f9a8
KH
40342009-12-09 Kenichi Handa <handa@etlken>
4035
4036 * international/mule-diag.el: Require help-mode instead of help-fns.
4037
ae63e572
KH
40382009-12-09 Kenichi Handa <handa@m17n.org>
4039
5ce6e4f4 4040 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
4041 fine ranges instead of pre-calculating accurate ranges.
4042 Iterate with bigger gc-cons-threshold.
ae63e572 4043
e2f3c692
DN
40442009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
4045
4046 Add support for stashing a snapshot of the current tree.
4047 * vc-git.el (vc-git-stash-snapshot): New function.
4048 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4049
cf6d0352
JB
40502009-12-08 Jose E. Marchesi <jemarch@gnu.org>
4051
4052 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4053 instead of `(beginning|end)-of-line'.
4054
48e4acc9
GM
40552009-12-08 Glenn Morris <rgm@gnu.org>
4056
6e890faa
GM
4057 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4058
48e4acc9
GM
4059 * Makefile.in (ELCFILES): Regenerate.
4060
d2a1dc7b
JL
40612009-12-07 Juri Linkov <juri@jurta.org>
4062
4063 Don't lazy-highlight the comint output in history Isearch mode.
4064
4065 * comint.el (comint-history-isearch-search): Instead of
4066 `comint-line-beginning-position', use `comint-after-pmark-p'
4067 to check if point if before the process mark, and go to
4068 `process-mark' in this case.
4069
51ef56c4
SM
40702009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4071
fb10ee4a
SM
4072 * textmodes/tex-mode.el (latex-complete)
4073 (latex-indent-or-complete): Remove.
4074 (latex-mode): Set completion-at-point-functions instead.
4075
4076 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
4077 * minibuffer.el (completion-at-point-functions): New var.
4078 (completion-at-point): New command.
fb10ee4a 4079 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
4080 * progmodes/python.el (python-mode-map): Use completion-at-point.
4081 (python-completion-at-point): Rename from python-partial-symbol and
4082 adjust for use in completion-at-point-functions.
4083 (python-mode): Setup completion-at-point for Python completion.
4084 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4085 extracted from lisp-complete-symbol.
4086 (lisp-complete-symbol): Use it.
4087 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4088 setup completion-at-point for Elisp completion.
fb10ee4a
SM
4089 (emacs-lisp-mode-map, lisp-interaction-mode-map):
4090 Use completion-at-point.
51ef56c4 4091 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 4092 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
4093 * progmodes/sym-comp.el: Move to...
4094 * obsolete/sym-comp.el: Move from progmodes.
4095
5e7a9022
EZ
40962009-12-07 Eli Zaretskii <eliz@gnu.org>
4097
4098 Prevent save-buffer in Rmail buffers from using the coding-system
4099 of the current message, and from clobbering the encoding mnemonics
4100 in the mode line (Bug#4623).
4101
4102 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4103 flag, too.
4104 (rmail-message-encoding): New variable.
4105 (rmail-write-region-annotate): Record the encoding of the current
4106 message in rmail-message-encoding.
4107 (rmail-after-save-hook): New function, restores the encoding of
4108 the current message after the message collection is saved.
4109
9136e895
JL
41102009-12-07 Juri Linkov <juri@jurta.org>
4111
4112 * progmodes/grep.el (grep-read-files): Use `completing-read'
4113 instead of `read-string'. Set its `collection' arg to
4114 `read-file-name-internal'. (Bug#4301)
4115
40637410
JL
41162009-12-07 Juri Linkov <juri@jurta.org>
4117
4118 Correctly restore original Isearch point. (Bug#4994)
4119
4120 * isearch.el (isearch-mode): Move `isearch-push-state' after
4121 `(run-hooks 'isearch-mode-hook)'.
4122 (isearch-cancel): When `isearch-push-state-function' is defined,
4123 let-bind `isearch-cmds' to the first state (the last element of
4124 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4125 function and restores the original point). Otherwise, move point
4126 to `isearch-opoint'.
4127
da10ce2b
SM
41282009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4129
4130 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4131 chars that don't have names, so the table can be built much faster at
4132 run-time.
4133
3d68fa99
CY
41342009-12-07 Chong Yidong <cyd@stupidchicken.com>
4135
f82b1493
CY
4136 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4137 change. Suggested by David Kastrup.
4138
3d68fa99
CY
4139 * simple.el (compose-mail): Check for incompatibilities and warn.
4140 (compose-mail-user-agent-warnings): New option.
4141
662c5698
DN
41422009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4143
4144 Support showing a single log entry from vc-annotate.
4145 * vc.el (print-log): Add a new argument: START-REVISION.
4146 (vc-print-log-internal): Add a new optional argument and
4147 pass it to the backend.
4148 (vc-print-log, vc-print-root-log): Adjust callers.
4149 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4150 buffer already displays the requested log entry, use it.
4151 Otherwise display only the log entry in question.
4152 * vc-svn.el (vc-svn-print-log):
e4070cdc 4153 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
4154 * vc-hg.el (vc-hg-state):
4155 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4156 (vc-git-show-log-entry): Return t on success.
4157 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4158 (vc-bzr-show-log-entry): Return t on success.
4159 * vc-rcs.el (vc-rcs-print-log):
4160 * vc-sccs.el (vc-sccs-print-log):
4161 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4162
e4070cdc
GM
41632009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4164
5ce6e4f4
JB
4165 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4166 Add menus to the meta mode. (Bug#5043)
e4070cdc 4167
5ce6e4f4 41682009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
4169
4170 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 4171 event-key.
662c5698 4172
662c5698
DN
4173 * ediff.el (ediff-buffers-internal): Add unwind-protect.
4174
dab816a9
MA
41752009-12-07 Michael Albinus <michael.albinus@gmx.de>
4176
4177 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
4178 Berbain <raphael.berbain@gmail.com>.
4179
4180 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
4181 characters.
4182 (tramp-initial-end-of-output): New defconst.
4183 (tramp-methods, tramp-find-shell)
4184 (tramp-open-connection-setup-interactive-shell)
4185 (tramp-maybe-open-connection): Use it.
33aeea0e
SM
4186 (tramp-shell-prompt-pattern, tramp-wait-for-output):
4187 Handle existence of `#' and `$'.
dab816a9 4188
33aeea0e
SM
4189 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
4190 Use `tramp-initial-end-of-output'.
dab816a9 4191
a91e1f6b
DN
41922009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4193
4194 Get the background mode from the terminal for xterm, and set
4195 faces accordingly.
4196 * term/xterm.el (xterm-set-background-mode): New function.
4197 (terminal-init-xterm): Use it in case xterm supports background
4198 color queries. Recompute faces after getting the background
4199 color.
4200
5fa9d1ec
GM
42012009-12-07 Ulrich Mueller <ulm@gentoo.org>
4202
4203 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4204 number comment back on its own line, for easier parsing.
4205
5e9fde5e
SM
42062009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4207
4208 Make it work for non-file buffers (bug#5102).
4209 * doc-view.el (doc-view-current-cache-dir):
4210 Use doc-view-buffer-file-name rather than buffer-file-name.
4211 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4212
2f2f5242
CY
42132009-12-06 Óscar Fuentes <ofv@wanadoo.es>
4214
4215 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4216 author field is too short.
4217
cebf8ec6
DN
42182009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
4219
5e9fde5e
SM
4220 * vc-git.el (vc-git-print-log): Handle a limit argument.
4221 Display the short log in graph form and with labels.
0d3f8a78
DN
4222 (vc-git-log-view-mode): Handle labels.
4223
cebf8ec6
DN
4224 Make vc-revert change VC state from 'added to 'unregistered.
4225 * vc-git.el (vc-git-revert): Call git reset first.
4226
8e39154d
UJ
42272009-12-06 Ulf Jasper <ulf.jasper@web.de>
4228
d8194864
GM
4229 * net/newst-backend.el, net/newst-plainview.el:
4230 * net/newst-reader.el, net/newst-ticker.el:
4231 * net/newst-treeview.el, net/newsticker.el:
4232 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 4233
ef187c24
CY
42342009-12-06 Chong Yidong <cyd@stupidchicken.com>
4235
238a0f3a
CY
4236 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4237
2c6bb71a
CY
4238 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4239 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
4240 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4241 Update annotation regexp.
4242
ef187c24
CY
4243 * simple.el (beginning-of-visual-line): Constrain to field
4244 boundaries (Bug#5106).
4245
571855b6
UJ
42462009-12-06 Ulf Jasper <ulf.jasper@web.de>
4247
33aeea0e
SM
4248 * xml.el (xml-substitute-numeric-entities):
4249 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 4250 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
4251 * net/newst-backend.el (newsticker--parse-generic-feed)
4252 (newsticker--parse-generic-items)
33aeea0e
SM
4253 (newsticker--decode-numeric-entities):
4254 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 4255 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 4256
b857059c
CY
42572009-12-06 Daniel Colascione <dan.colascione@gmail.com>
4258
4259 * progmodes/js.el (js--js-not): Add null to the list of values.
4260
c2dae51b
CY
42612009-12-06 Chong Yidong <cyd@stupidchicken.com>
4262
d8194864 4263 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 4264
ed0f72d2
RW
42652009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4266
4267 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4268 delimiter if it is at the end of the current line.
4269 (bibtex-generate-url-list): Fix docstring.
4270
365b9a62
SM
42712009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4272
4273 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4274 minibuffer's content with itself.
4275 Fold the confirm-after-completion case into the `confirm' case.
4276 (completion-pcm-word-delimiters): Add : and / to the delimiters.
4277
990a9cb1
KR
42782009-12-06 Kevin Ryde <user42@zip.com.au>
4279
4280 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 4281 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 4282
8b5a10db 4283 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 4284 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 4285
065543e7
JL
42862009-12-05 Juri Linkov <juri@jurta.org>
4287
4288 Save and restore dired buffer's point positions too. (Bug#4880)
4289
4290 * dired.el (dired-save-positions): Return in the first element
4291 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4292 Doc fix.
4293 (dired-restore-positions): First restore buffer's position.
4294 While restoring window's positions, check if window still displays
4295 the original buffer.
4296
503edac9
CY
42972009-12-05 Chong Yidong <cyd@stupidchicken.com>
4298
9a594ee6
CY
4299 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4300 if possible.
4301
925f8c70
CY
4302 * shell.el (shell): Require ansi-color (Bug#5113).
4303
4304 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4305
503edac9
CY
4306 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4307
8fea6b33
AM
43082009-12-05 Alan Mackenzie <acm@muc.de>
4309
4310 * progmodes/cc-mode.el (c-before-hack-hook)
4311 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4312 `c-file-style' to work again. This reversion restores the current
212c5aef 4313 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 4314
5d1fd962
CY
43152009-12-05 Kevin Ryde <user42@zip.com.au>
4316
33aeea0e
SM
4317 * textmodes/sgml-mode.el (sgml-lexical-context):
4318 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 4319
30760c8b
JL
43202009-12-05 Juri Linkov <juri@jurta.org>
4321
4322 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4323 for virtual nodes. (Bug#4147)
4324 (Info-find-node-2): Set `Info-current-node-virtual' to nil
4325 when moving from a virtual node.
4326 (Info-mode-menu): Add `Info-virtual-index' to the menu.
4327 (Info-mode): Add `Info-virtual-index' to the docstring.
4328
403111a8
RW
43292009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4330
4331 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4332 track of the buffer position of the end of a BibTeX entry as this
4333 position may change during reformatting.
4334 (bibtex-format-entry): Remove whitespace before processing
4335 numerical fields so that we recognize the latter properly.
4336 (bibtex-reformat): Do not use push which changes the global value
4337 of bibtex-entry-format.
4338 (bibtex-field-braces-alist, bibtex-field-strings-alist)
4339 (bibtex-field-re-init): Replace only space characters by regexp
4340 for whitespace.
365b9a62 4341 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
4342 (bibtex-initialize): Also update bibtex-strings.
4343 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
4344 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4345 Update bibtex-reference-keys.
403111a8 4346
25b54627
SM
43472009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4348
4349 * minibuffer.el (completion-pcm--merge-try): Also consider placing
4350 point after a star, if that's the only place where modifications can
4351 make progress.
4352
35639eb4
DN
43532009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
4354
4355 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4356 in docstrings.
4357
8b78760b
JL
43582009-12-04 Juri Linkov <juri@jurta.org>
4359
4360 * proced.el (proced): Call `(proced-update t)' to update process
4361 information instead of only running proced-post-display-hook.
4362 (proced-send-signal): Add a leading space to the buffer name
4363 " *Marked Processes*" to make this buffer ephemeral.
4364
2b3489a7
JL
43652009-12-04 Juri Linkov <juri@jurta.org>
4366
4367 * dired.el (dired-auto-revert-buffer): New defcustom.
4368 (dired-internal-noselect): Use it.
4369
9b9debd1
JL
43702009-12-04 Juri Linkov <juri@jurta.org>
4371
4372 Change roles of modes and functions in image-mode.el (Bug#5062).
4373
4374 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4375 in `auto-mode-alist'.
4376 (image-mode-previous-major-mode): New variable.
4377 (image-minor-mode-map): Rename from `image-mode-text-map'.
4378 (image-mode): Move graceful error-handling code from
4379 `image-minor-mode' to here. On errors call `image-mode-as-text'.
4380 (image-minor-mode): Remove all image-handling code.
4381 Replace `image-mode-text-map' with `image-minor-mode-map'.
4382 Check for `image-type' in mode-line format string.
4383 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4384 (image-mode-as-text): New function with most code from
4385 `image-mode-maybe'.
4386 (image-toggle-display-text): Move code that removes image
4387 properties from `image-toggle-display' to here.
4388 (image-toggle-display-image): New function with code that adds
4389 image properties copied from `image-toggle-display'.
4390 (image-toggle-display): Remove most code with leaving only code
4391 that toggles between `image-mode-as-text' and `image-mode'.
4392
0c74a301
UJ
43932009-12-04 Ulf Jasper <ulf.jasper@web.de>
4394
4395 * net/newst-treeview.el
4396 (newsticker--treeview-list-highlight-start): Restored call to
4397 save-excursion: Selected item was stuck.
4398 (newsticker--treeview-list-select): New.
4399 (newsticker--treeview-item-show-text)
4400 (newsticker--treeview-item-show)
4401 (newsticker--treeview-item-update): Use new
4402 newsticker-treeview-item-mode.
4403 (newsticker-treeview-update): Keep current item.
4404 (newsticker-treeview-next-new-or-immortal-item): Doc change.
4405 (newsticker--treeview-first-feed): Doc change.
4406 (newsticker-treeview-list-menu)
2f952059 4407 (newsticker-treeview-item-menu): Add menu entries.
0c74a301
UJ
4408 (newsticker-treeview-item-mode): New.
4409
5ce6e4f4 4410 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
4411 windows.
4412
9eaeec5b
SS
44132009-12-04 Sam Steingold <sds@gnu.org>
4414
4415 * log-view.el (log-view-mode-map): "q" calls quit-window,
4416 like in all the other non-self-insert buffers.
4417
b2bf5be5
SM
44182009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4419
4420 Minor cleanup.
4421 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4422 key decoding rather than do it manually via last-input-event +
4423 ascii-character.
4424 (term-exec): Use delete-and-extract-region.
4425 (term-handle-ansi-terminal-messages): Remove unused var `end'.
4426 (term-process-pager): Remove unused var `i'.
4427 (term-dynamic-simple-complete): Make obsolete.
4428 (serial-update-config-menu): Remove unused vars `y' and `str'.
4429 (term-update-mode-line): Remove unused var `temp'.
4430
46e5c897
DN
44312009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4432
4433 Limit the number of log entries displayed by default.
4434 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4435 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4436 using a prefix argument.
4437
627e0a14
GM
44382009-12-03 Glenn Morris <rgm@gnu.org>
4439
4440 * progmodes/idlwave.el (class): Restore still useful declaration.
4441
8578c224
AM
44422009-12-03 Alan Mackenzie <acm@muc.de>
4443
4abc318c 4444 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 4445
b2bf5be5
SM
4446 * progmodes/cc-mode.el (c-basic-common-init):
4447 Call c-state-cache-init.
9762b219 4448 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 4449 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 4450 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
4451
4452 * progmodes/cc-langs.el (c-before-font-lock-function):
4453 c-extend-and-neutralize-syntax-in-CPP has been renamed
4454 c-neutralize-syntax-in-and-mark-CPP.
4455
4456 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4457 with `category' properties now, not `syntax-table' ones.
4458
4459 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4460 enhanced (but slower) version of c-end-of-macro that won't land
4461 inside a literal or on another awkward character.
4462 (c-state-cache-too-far, c-state-cache-start)
4463 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4464 (c-state-nonlit-pos-cache-limit, c-state-point-min)
4465 (c-state-point-min-lit-type, c-state-point-min-lit-start)
4466 (c-state-min-scan-pos, c-state-brace-pair-desert)
4467 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4468 buffer local variables.
4469 (c-state-literal-at, c-state-lit-beg)
4470 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4471 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4472 (c-state-cache-top-paren, c-state-cache-after-top-paren)
4473 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4474 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4475 (c-renarrow-state-cache)
4476 (c-append-lower-brace-pair-to-state-cache)
4477 (c-state-push-any-brace-pair, c-append-to-state-cache)
4478 (c-remove-stale-state-cache)
4479 (c-remove-stale-state-cache-backwards, c-state-cache-init)
4480 (c-invalidate-state-cache-1, c-parse-state-1)
4481 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
4482 (c-parse-state): Enhance and refactor.
4483 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
4484
4485 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4486 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
4487 modify to use category text properties rather than syntax-table ones.
4488 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
4489 to switch off/on the syntactic paren property of C++ template
4490 delimiters using the category property.
4491 (c-with-<->-as-parens-suppressed): Macro to invoke code with
4492 template delims suppressed.
4493 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4494 New constant/macros which apply category properties to the start
4495 and end of preprocessor constructs.
b2bf5be5 4496 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
4497 "comment out" the syntactic value of characters in preprocessor
4498 constructs.
4499 (c-with-cpps-commented-out)
4500 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4501 with characters in all or all but one preprocessor constructs
4502 "commented out".
4503
0d4dc442
RW
45042009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4505
4506 * proced.el (proced-filter-alist): Use regexp-quote.
4507
a09dc9bf
MA
45082009-12-03 Michael Albinus <michael.albinus@gmx.de>
4509
4510 Cleanup.
4511 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4512 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
4513 arguments. Expand `default-directory'.
4514
4515 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4516 the benefit of returning an expanded localname.
4517 (tramp-tramp-file-p): Handle the case NAME is not a string.
4518
3f6bd790
DN
45192009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4520
4dfb3b9c
DN
4521 Add support for bzr shelve/unshelve.
4522 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4523 (vc-bzr-extra-menu-map): New variables.
4524 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4525 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4526 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4527 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4528 (vc-bzr-dir-extra-headers): Display shelves.
4529
3f6bd790
DN
4530 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4531
842d73a1
SM
45322009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4533
4534 * textmodes/bibtex.el (bibtex-complete-internal):
4535 Use completion-in-region.
4536 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4537
7fa4876f
DN
45382009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4539
4540 Support applying stashes. Improve UI.
4541 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4542 (vc-git-stash-apply, vc-git-stash-pop)
4543 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4544 (vc-git-stash-menu): New functions.
4545 (vc-git-stash-menu-map): New variable.
4546 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4547
d6e82452
GM
45482009-12-03 Glenn Morris <rgm@gnu.org>
4549
4550 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4551 (vc-print-log-internal): Fix previous change.
4552 (vc-revert): Correct pluralization.
4553
8d222148
SM
45542009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4555
ea52206b
SM
4556 * progmodes/make-mode.el (makefile-special-targets-list): No need for
4557 it to be an alist any more.
4558 (makefile-complete): Use completion-in-region.
4559
69a94a37
SM
4560 * progmodes/octave-mod.el (octave-complete-symbol):
4561 Use completion-in-region.
4562
8d222148
SM
4563 Misc cleanup.
4564 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4565 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4566 (idlwave-complete-class): Don't quote lambda.
4567 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4568 (idlwave-mode-map): Move initialization into declaration.
4569 (idlwave-action-and-binding): Use backquotes.
4570 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4571 Simplify.
4572 (idlwave-is-pointer-dereference): Remove unused var `pos'.
4573 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4574 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4575 `parts', and `all-parts'.
4576 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4577 (idlwave-convert-xml-system-routine-info): Remove unused string
4578 `version-string'.
4579 (idlwave-display-user-catalog-widget): Use dolist.
4580 (idlwave-scanning-lib): Declare dynamically-scoped var.
4581 (idlwave-scan-library-catalogs): Remove unused var `flags'.
4582 (completion-highlight-first-word-only): Declare to silence bytecomp.
4583 (idlwave-popup-select): Tighten scope of `resp'.
4584 (idlwave-find-struct-tag): Remove unused var `beg'.
4585 (idlwave-after-load-rinfo-hook): Declare.
4586 (idlwave-sintern-class-info): Remove unused var `taglist'.
4587 (idlwave-find-class-definition): Remove unused var `list'.
4588 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4589 (idlwave-what-module-find-class): Remove unused var `classes'.
4590
3bb8691b
JB
45912009-12-03 Juanma Barranquero <lekktu@gmail.com>
4592
4593 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4594
f72f0c23
SM
45952009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4596
4597 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4598 buffers visited. Remove redundant current-buffer-saving.
4599
601a9508
SM
46002009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4601
4602 Use completion-in-buffer and remove uses of dynamic scoping.
4603 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4604 (pascal-buffer-to-use, pascal-flag): Don't declare.
4605 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4606 (pascal-get-completion-decl, pascal-keyword-completion):
4607 Add `pascal-str' argument, save-excursion,
4608 return the found completions, and don't filter with pascal-pred.
4609 (pascal-completion-cache): New var.
4610 (pascal-completion): Don't switch buffer any more (it was never
4611 necessary). Don't save-excursion any more (it's done by the called
4612 subroutines). Use a cache to avoid redundant computations.
4613 Use complete-with-action rather than pascal-completion-response and
4614 let it apply the predicate as well.
4615 (pascal-complete-word): Use completion-in-buffer when
4616 pascal-toggle-completions is nil.
4617 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4618 not used any more.
4619 (pascal-comp-defun): Don't change buffer any more.
4620 Use complete-with-action rather than pascal-completion-response and
4621 let it apply the predicate as well.
4622 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4623 when neded.
4624
1ff4cb98
KH
46252009-12-02 Kenichi Handa <handa@m17n.org>
4626
4627 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4628 shape for all Indic scripts.
4629
bb12edf1
SM
46302009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4631
4632 Use completion-in-buffer.
4633 * wid-edit.el (widget-field-text-end): New function.
4634 (widget-field-value-get): Use it.
4635 (widget-string-complete, widget-file-complete)
4636 (widget-color-complete): Use it and completion-in-region.
4637 (widget-complete): Don't narrow the buffer.
4638
5813f6ef
GM
46392009-12-02 Glenn Morris <rgm@gnu.org>
4640
c920f222
GM
4641 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
4642 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
4643 * mail/rmailsum.el: Replace all pop-to-buffer calls with
4644 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 4645
5813f6ef
GM
4646 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4647 save-excursion with save-current-buffer.
4648 Widen before searching. (Bug#5093)
4649 (diary-list-sexp-entries): Remove superfluous save-excursion.
4650
34b1d750
GM
46512009-12-02 Michael Welsh Duggan <mwd@cert.org>
4652
4653 * woman.el (woman-make-bufname): Handle man-pages with "." in the
4654 name. (Bug#5038)
4655
b2d5f31a
GM
46562009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
4657
4658 * ido.el (ido-file-internal): Handle filenames at point that do
4659 not have a directory part. (Bug#5049)
4660
c710ac3c
JB
46612009-12-02 Juanma Barranquero <lekktu@gmail.com>
4662
4663 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4664 (mpc-songs-jump-to, mpc-resume): Doc fixes.
4665
9946be46
SM
46662009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
4667
4668 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4669 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4670 any more.
4671
b08016f2
SM
46722009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4673
e7440df4
SM
4674 * comint.el (comint-insert-input): Ignore clicks to the right of
4675 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4676
3bb8691b 4677 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
4678 terminate before setting up the major mode.
4679
f3b757f5
SM
4680 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4681 in case.
4682
a2877f1d
SM
4683 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4684 the last element.
4685
b08016f2
SM
4686 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4687
782d6e30
GM
46882009-12-01 Glenn Morris <rgm@gnu.org>
4689
4690 * window.el (window--display-buffer-2): Fix previous changes.
4691
28f57f7e
CY
46922009-12-01 Chong Yidong <cyd@stupidchicken.com>
4693
4694 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4695
c31a2fdc
GM
46962009-12-01 Glenn Morris <rgm@gnu.org>
4697
4698 * Makefile.in (ELCFILES): Add mpc.elc.
4699
e1ada222
SM
47002009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4701
4702 * mpc.el: New file.
4703
0c9ff2c5
GM
47042009-12-01 Glenn Morris <rgm@gnu.org>
4705
3689984f
GM
4706 * window.el (window-to-use): Define for compiler.
4707
3ab4308b
GM
4708 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4709 consistent with others (no final period).
4710
0c9ff2c5
GM
4711 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4712 (rmail-mime-show): Downcase the encoding. (Bug#5070)
4713
fb0c18ff
DN
47142009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
4715
4716 Make vc-print-log buttons work.
045b9da7 4717 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 4718
2ac7e73e
JB
47192009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
4720
4721 * savehist.el (savehist-autosave-interval): Allow setting to nil
4722 through customize. (Bug#5056)
4723
5237d741
JB
47242009-11-30 Juanma Barranquero <lekktu@gmail.com>
4725
4726 Fix references to jit-lock properties.
4727 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4728 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4729 (perl-font-lock-special-syntactic-constructs):
4730 Quote jit-lock-defer-multiline property.
4731
379241fa
DN
47322009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
4733
4734 * vc-git.el (vc-git-registered): Call vc-git-root only once.
4735
054ae856
JL
47362009-11-30 Juri Linkov <juri@jurta.org>
4737
4738 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4739 value `buffer' of `multi-isearch-next-buffer-current-function'.
4740 Use `(current-buffer)' when `buffer' is nil.
4741 (multi-isearch-next-buffer-from-list): Don't fallback to
4742 `(current-buffer)' when `buffer' is nil. (Bug#4947)
4743
67296dda
JL
47442009-11-30 Juri Linkov <juri@jurta.org>
4745
4746 * misearch.el (multi-isearch-read-buffers): Move canonicalization
4747 of buffers with `get-buffer' to `multi-isearch-buffers'.
4748 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4749 Canonicalize BUFFERS with `get-buffer'. Doc fix.
4750 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4751 FILES with `expand-file-name' converting relative file names
4752 to absolute. Doc fix. (Bug#4727)
4753
c585bf32
JL
47542009-11-30 Juri Linkov <juri@jurta.org>
4755
4756 * misearch.el (multi-isearch-read-buffers)
4757 (multi-isearch-read-matching-buffers): New functions.
4758 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4759 Use them in the `interactive' spec. Doc fix.
4760 (multi-isearch-read-files, multi-isearch-read-matching-files):
4761 New functions.
4762 (multi-isearch-files, multi-isearch-files-regexp):
4763 Use them in the `interactive' spec. Doc fix. (Bug#4725)
4764
0a745733
JL
47652009-11-30 Juri Linkov <juri@jurta.org>
4766
4767 * doc-view.el (doc-view-continuous):
4768 Rename from `doc-view-continuous-mode'.
4769 (doc-view-menu): Move "Toggle display" to the top.
4770 Add submenu "Continuous" with radio buttons "Off"/"On"
4771 and "Save as Default".
4772 (doc-view-scroll-up-or-next-page)
4773 (doc-view-scroll-down-or-previous-page)
4774 (doc-view-next-line-or-next-page)
33aeea0e
SM
4775 (doc-view-previous-line-or-previous-page):
4776 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 4777
1f9689eb
JL
47782009-11-30 Juri Linkov <juri@jurta.org>
4779
4780 * comint.el (comint-mode-map): Rebind `M-r' from
4781 `comint-previous-matching-input' to
4782 `comint-history-isearch-backward-regexp'.
4783 Unbind `M-s' to allow global key binding `M-s'.
4784 Add menu items for `comint-history-isearch-backward' and
4785 `comint-history-isearch-backward-regexp'. (Bug#3746)
4786
2952b1ae
JL
47872009-11-30 Juri Linkov <juri@jurta.org>
4788
4789 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4790 For def=recenter, replace `recenter' with `recenter-top-bottom'
4791 that is called with `this-command' and `last-command' let-bound
4792 to `recenter-top-bottom'. When the last `def' was not `recenter',
4793 set `recenter-last-op' to nil. (Bug#4981)
4794
7a9547ca
SM
47952009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4796
20565545
SM
4797 Minor cleanup and simplification.
4798 * filecache.el (file-cache-add-directory)
4799 (file-cache-add-directory-recursively)
4800 (file-cache-add-from-file-cache-buffer)
4801 (file-cache-delete-file-regexp, file-cache-delete-directory)
4802 (file-cache-files-matching-internal, file-cache-display): Use dolist.
4803 (file-cache-temp-minibuffer-message): Delete function.
4804 (file-cache-minibuffer-complete): Use minibuffer-message instead.
4805
7a9547ca
SM
4806 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4807 Don't signal an error when bumping into EOB in tr, s, or y.
4808
08e968f3
JL
48092009-11-29 Juri Linkov <juri@jurta.org>
4810
4811 * startup.el (fancy-about-text): Fix wording of Guided Tour.
4812 (Bug#4960)
4813
4814 * descr-text.el (describe-char-unidata-list): Use lowercase name
4815 for "Unicode name" like in other tags.
4816
f8d170a4
JL
48172009-11-29 Juri Linkov <juri@jurta.org>
4818
4819 * ediff-util.el (ediff-minibuffer-with-setup-hook):
4820 New compatibility macro.
7a9547ca 4821 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 4822
0116abbd
JL
48232009-11-29 Juri Linkov <juri@jurta.org>
4824
4825 Add defcustom to define the cycling order of `recenter-top-bottom'.
4826 (Bug#4981)
4827
4828 * window.el (recenter-last-op): Doc fix.
4829 (recenter-positions): New defcustom.
4830 (recenter-top-bottom): Rewrite to use `recenter-positions'.
4831 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4832
61eef560
MA
48332009-11-29 Michael Albinus <michael.albinus@gmx.de>
4834
4835 Improve integration of Tramp and ange-ftp in eshell.
4836
e4070cdc 4837 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
4838 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
4839 (eshell/sudo): Flatten args. Let-bind `default-directory'.
4840
4841 * eshell/esh-util.el (top): Require also Tramp when compiling.
4842 (eshell-directory-files-and-attributes): Check for FTP remote
4843 connection.
4844 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4845 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4846 (eshell-file-attributes): Handle ".". Return `entry'.
4847
4848 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4849 (ange-ftp-directory-files-and-attributes)
4850 (ange-ftp-real-directory-files-and-attributes): New defuns.
4851
4852 * net/tramp.el (tramp-maybe-open-connection): Open the remote
4853 shell with "exec" when possible. This prevents trailing prompts
4854 in `start-file-process'.
4855
f5467d3f
SM
48562009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4857
21f49db9
SM
4858 Try and remove assumptions about point-min==1.
4859 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4860 (rng-compute-mode-line-string): Show the validation percentage in
4861 terms of the narrowed text, not the widened text.
4862 (rng-do-some-validation): Don't catch internal errors when debugging.
4863 (rng-first-error): Simplify.
4864 (rng-after-change-function): Remove work around. AFAIK the bug has
4865 been fixed a while ago.
4866
26224faf
SM
4867 * image-mode.el (image-minor-mode): Exit more gracefully when the image
4868 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4869
d7117720
SM
4870 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4871
f5467d3f
SM
4872 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4873 `cd' doesn't always do it for us (bug#5067).
4874
4875 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4876 on 2009-10-25 as part of some other change (bug#5067).
4877
c5269f1c
SM
48782009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4879
62a258a7
SM
4880 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4881 `suspicious'.
4882 (byte-compile-warnings): Use byte-compile-warning-types.
4883 (byte-compile-save-excursion): Warn about use of set-buffer right
4884 after save-excursion.
4885
c5269f1c
SM
4886 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4887 the excursion as well.
4888
3ba30eb8
MA
48892009-11-27 Michael Albinus <michael.albinus@gmx.de>
4890
4891 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4892 providing a Tramp related implementation of "su" and "sudo".
4893 (eshell-unix-initialize): Add "su" and "sudo".
4894
6c6f788d
DU
48952009-11-27 Daiki Ueno <ueno@unixuser.org>
4896
4897 * net/socks.el (socks-send-command): Convert binary request to
4898 unibyte before sending. This fixes mishandling of some port
4899 numbers such as 129.
4900
10c877fe
SM
49012009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4902
6f06a171
SM
4903 * help.el (describe-bindings-internal): Remove `interactive'.
4904
10c877fe
SM
4905 * man.el (Man-completion-table): Trim a terminating "(".
4906 Remove the space between name page a section.
4907 Add the command's description on the `help-echo' property.
c5269f1c
SM
4908 Remove `process-connection-type' binding since it's unused by
4909 call-process.
10c877fe
SM
4910 Provide completion for the "<section> <name>" format as well.
4911 (Man-default-man-entry): Remove spurious var shadowing the argument.
4912
c44a4822
KR
49132009-11-26 Kevin Ryde <user42@zip.com.au>
4914
4915 * log-view.el: Add "Keywords: tools", since its other keywords
4916 aren't in finder-known-keywords, and following vc.el.
4917
9d58f081
KR
4918 * sha1.el (sha1-string-external): default-directory "/" in case
4919 otherwise non-existent. process-connection-type pipe for touch of
4920 efficiency recommended by elisp manual. (An aside in Bug#3911.)
4921
72fe6b25
SM
49222009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4923
4924 Misc coding convention cleanups.
4925 * htmlfontify.el (hfy-init-kludge-hook): Rename from
4926 hfy-init-kludge-hooks.
4927 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
4928 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
4929 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
4930 and push.
4931 (hfy-slant, hfy-weight): Use tables rather than code.
4932 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
4933 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
4934 (hfy-face-attr-for-class): Initialize `face-spec' directly.
4935 (hfy-face-to-css): Remove `nconc' with single arg.
4936 (hfy-p-to-face-lennart): Use `or'.
4937 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
4938 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
4939 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
4940 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
4941 (hfy-force-fontification): Use run-hooks.
4942
85e0a536
SM
49432009-11-26 Vivek Dasmohapatra <vivek@etla.org>
4944
4945 Various minor fixes.
4946 * htmlfontify.el (hfy-default-header): Add toggle_invis since
4947 Javascript belongs in the header, not the body.
4948 (hfy-javascript): Remove.
4949 (hfy-fontify-buffer): Don't insert it any more.
4950 (hfy-face-at): Handle (face0 face1 face2) style face properties.
4951 Fix bug in invis handling when there were no invis props in a chunk.
4952
62ccc42c
SM
49532009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4954
4955 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
4956
2643c7aa
DN
49572009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
4958
4959 * finder.el (finder-mode-map): Add a menu.
4960
0e5c8aed
DN
49612009-11-26 Michael McNamara <mac@mail.brushroad.com>
4962
bf0b361c 4963 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
4964 "unsigned" structs.
4965
4966 (verilog-leap-to-head, verilog-backward-token): Handle "disable
4967 fork" statement better.
4968
49692009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
4970
bf0b361c
JB
4971 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
4972 (verilog-delete-auto, verilog-delete-empty-auto-pair)
4973 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
4974 Reported by Clay Douglass.
0e5c8aed
DN
4975
4976 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 4977 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
33aeea0e
SM
4978 Fix removing "// Interfaces" when saving .* expansions.
4979 Reported by Pierre-David Pfister.
0e5c8aed 4980
7629c4e7
GM
49812009-11-26 Glenn Morris <rgm@gnu.org>
4982
62ccc42c
SM
4983 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
4984 the scope.
7629c4e7 4985
a5d358f8
JB
49862009-11-25 Johan Bockgård <bojohan@gnu.org>
4987
4988 * vc-annotate.el (vc-annotate-revision-previous-to-line):
4989 Really use previous revision.
4990
002cbde5
KR
49912009-11-25 Kevin Ryde <user42@zip.com.au>
4992
4993 * man.el (Man-completion-table): default-directory "/" in case
4994 doesn't otherwise exist. process-environment COLUMNS=999 so as
4995 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
4996 any chance of hitting the pseudo-tty TIOCGWINSZ.
4997 (man): completion-ignore-case t for friendliness and since man
4998 itself is case-insensitive on the command line.
4999 Further to Bug#3717.
002cbde5 5000
8cb5ffe8
KR
5001 * arc-mode.el: Add "Keywords: files", so the details in its
5002 commentary can be reached from finder-by-keyword.
34607612
KR
5003 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
5004 editing mode, but it's comms related and sgml-mode.el has "comm"
5005 on that basis too.
b8dfcf54 5006 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
5007 * international/isearch-x.el, international/ja-dic-cnv.el:
5008 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 5009 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 5010
1e2d9ba1
JL
50112009-11-25 Juri Linkov <juri@jurta.org>
5012
5013 * man.el (Man-completion-table): Modify regexp to include
5014 section names to completion strings. (Bug#3717)
5015
a601d313
JL
50162009-11-25 Juri Linkov <juri@jurta.org>
5017
5018 Search recursively in gzipped files. (Bug#4982)
5019
5020 * progmodes/grep.el (grep-highlight-matches): Add new options
5021 `always' and `auto'. Doc fix.
5022 (grep-process-setup): Check `grep-highlight-matches' for
5023 `auto-detect' to determine the need to compute grep defaults.
5024 Move Windows/DOS specific --colors settings handling
5025 to `grep-compute-defaults'. Check `grep-highlight-matches'
5026 to get the value of "--color=".
5027 (grep-compute-defaults): Compute `grep-highlight-matches' when it
5028 has the value `auto-detect'. Move Windows/DOS specific settings
5029 from `grep-process-setup'.
5030 (zrgrep): New command with alias `rzgrep'.
5031
bde04ea9
JL
50322009-11-25 Juri Linkov <juri@jurta.org>
5033
5034 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5035 to nil instead of switching off view-mode. (Bug#4896)
5036
7d6b4d3c
JL
50372009-11-25 Juri Linkov <juri@jurta.org>
5038
5039 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
5040
5041 * mwheel.el (mwheel-scroll-up-function)
5042 (mwheel-scroll-down-function): New defvars.
5043 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5044 `scroll-up', and `mwheel-scroll-down-function' instead of
5045 `scroll-down'.
5046
5047 * doc-view.el (doc-view-scroll-up-or-next-page)
5048 (doc-view-scroll-down-or-previous-page): Add optional ARG.
5049 Use this ARG in the call to image-scroll-up/image-scroll-down.
5050 Change `interactive' spec to "P". Goto next/previous page only
5051 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5052 SPC/DEL case). Doc fix.
5053 (doc-view-next-line-or-next-page)
5054 (doc-view-previous-line-or-previous-page): Rename arg to ARG
5055 for consistency.
5056 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5057 `doc-view-scroll-up-or-next-page', and buffer-local
5058 `mwheel-scroll-down-function' to
5059 `doc-view-scroll-down-or-previous-page'.
5060
e237085f
JL
50612009-11-25 Juri Linkov <juri@jurta.org>
5062
5063 Provide additional default values (directories at other Dired
5064 windows) via M-n in the minibuffer of some Dired commands.
5065
5066 * dired-aux.el (dired-diff, dired-compare-directories)
5067 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5068 `minibuffer-default' in `minibuffer-with-setup-hook'.
5069 (dired-dwim-target-directory): Find a window that displays Dired
5070 buffer instead of failing when the next window is not Dired.
5071 Use `get-window-with-predicate' to find for the next Dired window.
5072 (dired-dwim-target-defaults): New function.
5073
5074 * ediff-util.el (ediff-read-file-name):
5075 Use `dired-dwim-target-defaults' to set `minibuffer-default'
5076 in `minibuffer-with-setup-hook'.
5077
7d371eac
JL
50782009-11-25 Juri Linkov <juri@jurta.org>
5079
5080 Provide additional default values (file name at point or at the
5081 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
5082
5083 * minibuffer.el (read-file-name-defaults): New function.
5084 (read-file-name): Reset `minibuffer-default' to nil when
5085 it duplicates initial input `insdef'.
5086 Bind `minibuffer-default-add-function' to lambda that
5087 calls `read-file-name-defaults' in `minibuffer-selected-window'.
5088 (minibuffer-insert-file-name-at-point): New command.
5089
5090 * files.el (file-name-at-point-functions): New defcustom.
5091 (find-file-default): Remove defvar.
5092 (find-file-read-args): Don't use `find-file-default'.
5093 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5094 to `read-file-name'.
5095 (find-file-literally): Use `read-file-name' with
5096 `confirm-nonexistent-file-or-buffer'.
5097
5098 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5099
5100 * dired.el (dired-read-dir-and-switches):
5101 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5102 to `read-file-name'.
5103 (dired-file-name-at-point): New function.
5104 (dired-mode): Add hook `dired-file-name-at-point' to
5105 `file-name-at-point-functions'.
5106
04ae543a
SM
51072009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5108
5109 Really make the *Completions* window soft-dedicated (bug#5030).
5110 * window.el (window--display-buffer-2): Add `dedicated' argument.
5111 (display-buffer): Pass it when needed so the dedicated flag is set
5112 after calling set-window-buffer, which would otherwise reset it.
5113
eb708e66
SM
51142009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5115
d6b8d4e7
SM
5116 * progmodes/meta-mode.el (meta-complete-symbol):
5117 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
5118 * mail/mailabbrev.el (mail-abbrev-complete-alias):
5119 Use completion-in-region.
5120
5f24557b
SM
5121 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5122 (dabbrev-completion): Use completion-in-region.
5123 (dabbrev--abbrev-at-point): Simplify regexp.
5124
fe4346f0
SM
5125 * abbrev.el (abbrev--before-point): Use word-motion functions
5126 if :regexp is not specified (bug#5031).
5127
cb190d7d
SM
5128 * subr.el (string-prefix-p): New function.
5129
e2ec6dd5
SM
5130 * man.el (Man-completion-cache): New var.
5131 (Man-completion-table): Use it.
5132
eb708e66
SM
5133 * vc.el (vc-print-log-internal): Make `limit' optional for better
5134 compatibility (e.g. with vc-annotate.el).
5135
4cf8971b
KR
51362009-11-24 Kevin Ryde <user42@zip.com.au>
5137
eb708e66 5138 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 5139 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 5140
4cf8971b
KR
5141 * emacs-lisp/elint.el (elint-add-required-env): Better error message
5142 when .el source file not found or other error.
5143
d204c46c
SM
51442009-11-24 Markus Triska <markus.triska@gmx.at>
5145
5146 * linum.el (linum-update-window): Ignore intangible (bug#4996).
5147
bb301b9a
SM
51482009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5149
449c27f0
SM
5150 Handle the [back] button properly (bug#4979).
5151 * descr-text.el (describe-text-properties): Add a `buffer' argument.
5152 Use help-setup-xref, help-buffer, and with-help-window.
5153 (describe-char): Add `buffer' argument.
5154 Pass proper command to help-setup-xref. Don't meddle with
5155 help-xref-stack-item directly.
5156 (describe-text-category): Use with-help-window and help-buffer.
5157
32fe5377
SM
5158 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5159 for the displayed buffer (bug#4887).
5160
bb301b9a
SM
5161 * man.el (Man-completion-table): New function.
5162 (man): Use it.
5163
35179414
DR
51642009-11-24 David Reitter <david.reitter@gmail.com>
5165
bb301b9a 5166 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
5167 .git is) rather than the file's directory and a relative path spec
5168 to work around a bug in git.
5169
605a20a9
MA
51702009-11-24 Michael Albinus <michael.albinus@gmx.de>
5171
5172 Improve handling of processes on remote hosts.
5173
5174 * eshell/esh-util.el (eshell-path-env): New defvar.
5175 (eshell-parse-colon-path): New defun.
5176 (eshell-file-attributes): Use `eshell-parse-colon-path'.
5177
bb301b9a
SM
5178 * eshell/esh-ext.el (eshell-search-path):
5179 Use `eshell-parse-colon-path'.
605a20a9
MA
5180 (eshell-remote-command): Remove argument HANDLER.
5181 (eshell-external-command): Check for FTP remote connection.
5182
bb301b9a
SM
5183 * eshell/esh-proc.el (eshell-gather-process-output):
5184 Use `file-truename', in order to start also symlinked files.
5185 Apply `start-file-process' instead of `start-process'.
5186 Shorten `command' to the local file name part.
605a20a9 5187
bb301b9a
SM
5188 * eshell/em-cmpl.el (eshell-complete-commands-list):
5189 Use `eshell-parse-colon-path'.
605a20a9
MA
5190
5191 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5192
5193 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
5194 to `eshell-directory-change-hook'.
5195
d1d33062
TH
51962009-11-24 Tassilo Horn <tassilo@member.fsf.org>
5197
5198 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 5199 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 5200
a34d8565 52012009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 5202
a34d8565
MK
5203 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5204 made on 2009-11-22.
d1d33062 5205
c83b8d1b
GM
52062009-11-24 Glenn Morris <rgm@gnu.org>
5207
5208 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5209 deleted variable bookmark-bmenu-bookmark-column.
5210
83505cfe
SM
52112009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5212
5213 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5214
5241b291
CY
52152009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
5216
5217 * net/browse-url.el (browse-url-filename-alist): On Windows, add
5218 two slashes to the "file:" prefix.
5219 (browse-url-file-url): De-munge Cygwin filenames before passing
5220 them to Windows browser.
5221 (browse-url-default-windows-browser): Use call-process.
5222
aefcadb6
JL
52232009-11-23 Juri Linkov <juri@jurta.org>
5224
5225 Implement DocView Continuous mode. (Bug#4896)
5226 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
5227 (doc-view-mode-map): Bind C-n/<down> to
5228 `doc-view-next-line-or-next-page', C-p/<up> to
5229 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
5230 (doc-view-next-line-or-next-page)
5231 (doc-view-previous-line-or-previous-page): New commands.
5232
0d62bcea
JL
52332009-11-23 Juri Linkov <juri@jurta.org>
5234
5235 Implement Isearch in comint input history. (Bug#3746)
5236 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5237 `isearch-mode-hook'.
5238 (comint-history-isearch): New defcustom.
5239 (comint-history-isearch-backward)
5240 (comint-history-isearch-backward-regexp): New commands.
5241 (comint-history-isearch-message-overlay): New buffer-local variable.
5242 (comint-history-isearch-setup, comint-history-isearch-end)
5243 (comint-goto-input, comint-history-isearch-search)
5244 (comint-history-isearch-message, comint-history-isearch-wrap)
5245 (comint-history-isearch-push-state)
5246 (comint-history-isearch-pop-state): New functions.
5247
b593f105
MA
52482009-11-23 Michael Albinus <michael.albinus@gmx.de>
5249
5250 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5251 return.
5252 (tramp-handle-make-symbolic-link)
5253 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5254 Quote file names.
5255 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5256 (tramp-handle-process-file): Use it.
5257
0f202d5d
SM
52582009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5259
5260 * window.el (move-to-window-line-last-op): Remove.
5261 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5262
216349f8
SM
52632009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5264
0f202d5d 5265 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
5266 * window.el (move-to-window-line-last-op): New var.
5267 (move-to-window-line-top-bottom): New command.
5268 (global-map): Bind M-r move-to-window-line-top-bottom.
5269
c10e0633
GM
52702009-11-23 Sven Joachim <svenjoac@gmx.de>
5271
5272 * dired-x.el (dired-guess-shell-alist-default):
5273 Support xz format. (Bug#4953)
5274
953e0c1a
GM
52752009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
5276
5277 * emulation/viper-cmd.el: Use viper-last-command-char instead of
5278 last-command-char/last-command-event.
5279 (viper-prefix-arg-value): Do correct conversion of event-char for
5280 XEmacs.
5281
83505cfe
SM
5282 * emulation/viper-util.el, emulation/viper.el:
5283 Use viper-last-command-char instead of
5284 last-command-char/last-command-event.
953e0c1a 5285
83505cfe
SM
5286 * ediff-init.el, ediff-mult.el, ediff-util.el:
5287 Replace last-command-char and last-command-event
5288 with (ediff-last-command-char) everywhere.
953e0c1a
GM
5289
5290 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5291 created in fundamental mode.
5292
5293 * ediff.el (ediff-version): Revert the change of interactive-p to
5294 called-interactively-p.
5295
9ee12eee
TH
52962009-11-22 Tassilo Horn <tassilo@member.fsf.org>
5297
5298 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5299 generation from word-movement command names.
5300
8b571bf3
JD
53012009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5302
5303 * cus-start.el (all): Add native condition for font-use-system-font.
5304
4121db47
AM
53052009-11-21 Nathaniel Flath <flat0103@gmail.com>
5306
83505cfe
SM
5307 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5308 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 5309
d71f5e0c
TH
53102009-11-21 Tassilo Horn <tassilo@member.fsf.org>
5311
5312 * progmodes/subword.el: Rename from lisp/subword.el.
5313
5314 * subword.el: Rename to progmodes/subword.el.
5315
5316 * Makefile.in (ELCFILES): Adapt to subword.el move.
5317
fc9d6ad6
SM
53182009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5319 Stefan Monnier <monnier@iro.umontreal.ca>
5320
5321 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5322 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5323 (bookmark-bmenu-show-filenames): Use push.
5324 (bookmark-bmenu-hide-filenames): Use local var instead of
5325 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
5326 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5327 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5328 filenames now that the bookmark names are always available.
5329
26d9285f
SM
53302009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5331
5332 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5333 (bookmark-search-pattern): Move and leave unbound.
5334 (bookmark-bmenu-mode-map): Change binding.
5335 (bookmark-read-search-input): Simplify.
5336 Don't use text-char-description. Don't error on non-char events.
5337 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5338 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5339 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5340 Use a local var for the timer.
5341 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5342 (i.e. bookmark-bmenu-search).
5343
d73a0317
GM
53442009-11-21 Glenn Morris <rgm@gnu.org>
5345
5346 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
5347
e572025f
CY
53482009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
5349
26d9285f
SM
5350 * net/browse-url.el (browse-url-default-windows-browser):
5351 Use cygstart for cygwin.
e572025f 5352
6aeaa3dc
KF
53532009-11-20 Karl Fogel <karl.fogel@red-bean.com>
5354
e4070cdc 5355 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
5356 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5357 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 5358 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
5359 (bookmark-read-search-input): Adjust to fit within 80 columns.
5360
a9b76eec
TH
53612009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5362
5363 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5364 (c-backward-into-nomenclature): Adapt to subword renaming.
5365
5366 * subword.el (subword-forward, subword-backward, subword-mark)
5367 (subword-kill, subword-backward-kill, subword-transpose)
5368 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
5369 (subword-forward-internal, subword-backward-internal):
5370 Rename from forward-subword, backward-subword, mark-subword,
5371 kill-subword, backward-kill-subword, transpose-subwords,
5372 downcase-subword, upcase-subword, capitalize-subword,
5373 forward-subword-internal, backward-subword-internal.
a9b76eec 5374
1e7d4475
SM
53752009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5376
26d9285f
SM
5377 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5378 New options.
1e7d4475
SM
5379 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5380 New vars.
5381 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5382 (bookmark-bmenu-filter-alist-by-regexp)
5383 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5384 (bookmark-bmenu-search): New command.
5385 (bookmark-bmenu-mode-map): Bind it.
5386
653d1554
TH
53872009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5388
ab84bfa0
TH
5389 * progmodes/cc-cmds.el: declare-functioned forward-subword and
5390 backward-subword to quit the byte-compiler.
5391
1f35fda9
TH
5392 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5393
5394 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5395
653d1554 5396 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
5397 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5398 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
5399
5400 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5401 subword.el functions instead of cc-subword.el.
5402
1e7d4475
SM
5403 * progmodes/cc-subword.el: Rename to subword.el.
5404 * subword.el: Rename from progmodes/cc-subword.el.
5405 (subword-mode-map): Rename from c-subword-mode-map.
5406 (subword-mode): Rename from c-subword-mode.
653d1554 5407 (global-subword-mode): New global minor mode.
1e7d4475
SM
5408 (forward-subword): Rename from c-forward-subword.
5409 (backward-subword): Rename from c-backward-subword.
5410 (mark-subword): Rename from c-mark-subword.
5411 (kill-subword): Rename from c-kill-subword.
5412 (backward-kill-subword): Rename from c-backward-kill-subword.
5413 (transpose-subwords): Rename from c-tranpose-subword.
5414 (downcase-subword): Rename from c-downcase-subword.
5415 (capitalize-subword): Rename from c-capitalize-subword.
5416 (forward-subword-internal): Rename from c-forward-subword-internal.
5417 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 5418
9717f119
DN
54192009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5420
8de724f3
DN
5421 * vc.el (vc-deduce-fileset): Allow non-state changing operations
5422 from a dired buffer.
5423 (vc-dired-deduce-fileset): New function.
5424 (vc-root-diff, vc-print-root-log): Use it.
5425
9717f119
DN
5426 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5427 nil LIMIT argument to vc-print-log-internal.
5428
af4999b8
GM
54292009-11-20 Glenn Morris <rgm@gnu.org>
5430
5431 * Makefile.in (ELCFILES): Regenerate.
5432
b58edcb6
JB
54332009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
5434
02e1b488
SM
5435 * calc/calc.el (calc-set-mode-line):
5436 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
5437 (math-format-number): Rename `math-format-complement-signed' to
5438 `math-format-twos-complement'.
5439
02e1b488 5440 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
5441 math-format-complement-signed.
5442 (calc-radix): Rename `calc-complement-signed-mode' to
5443 `calc-twos-complement-mode'.
02e1b488
SM
5444 (calc-octal-radix, calc-hex-radix): Add an argument for
5445 two's complement.
b58edcb6 5446
02e1b488
SM
5447 * calc/calc-embed.el (calc-embedded-mode-vars):
5448 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 5449
02e1b488
SM
5450 * calc/calc-ext.el (calc-init-extensions):
5451 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
5452 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5453
02e1b488
SM
5454 * calc/calc-units.el (math-build-units-table-buffer):
5455 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
5456
5457 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5458 entries.
5459
5460 * calc/calc-vec.el (calcFunc-vunpack):
5461 * calc/calc-aent.el (calc-do-calc-eval):
5462 * calc/calc-forms.el (math-format-date):
5463 * calc/calc-graph.el (calc-graph-plot):
5464 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
5465 * calc/calccomp.el (math-compose-expr):
5466 Let `calc-twos-complement-mode' be nil.
5467
54682009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5469
5470 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5471 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
5472 * minibuffer.el (completion-in-region-functions): New hook.
5473 (completion-in-region): New function.
5474 * emacs-lisp/lisp.el (lisp-complete-symbol):
5475 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 5476
e3353a78
SM
54772009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5478
eff77808
SM
5479 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5480 (latex-complete-alist): New vars.
5481 (latex-string-prefix-p, latex-complete-bibtex-keys)
5482 (latex-complete-envnames, latex-complete-refkeys)
5483 (latex-complete-data): New functions.
5484 (latex-complete, latex-indent-or-complete): New commands.
5485
d2c9fc42
SM
5486 * window.el (display-buffer-mark-dedicated): New var.
5487 (display-buffer): Obey it.
5488 * minibuffer.el (minibuffer-completion-help): Use it.
5489
31a1c477
SM
5490 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5491
bed4c972
SM
5492 * filecache.el (file-cache-add-file): Use push and cons.
5493 (file-cache-delete-file-regexp): Use push.
5494 (file-cache-complete): Use completion-in-region.
5495
8c22699f
SM
5496 * simple.el (with-wrapper-hook): Fix thinko.
5497
e3353a78
SM
5498 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5499 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5500 Use with-current-buffer and string-to-number.
5501 (hfy-fallback-colour-values): Use assoc-string.
5502 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5503 (hfy-face-at): Remove unused var `found-face'.
5504 (hfy-compile-stylesheet): Remove unused var `css'.
5505 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5506 and `orig-buffer'.
5507 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5508 Use with-current-buffer.
5509 (hfy-text-p): Use expand-file-name and fewer setq.
5510
acca02b0
SM
55112009-11-19 Vivek Dasmohapatra <vivek@etla.org>
5512
5513 * htmlfontify.el, hfy-cmap.el: New files.
5514
042b7cc6
JL
55152009-11-19 Juri Linkov <juri@jurta.org>
5516
5517 * minibuffer.el (completions-format): New defcustom.
5518 (completion--insert-strings): Implement vertical format.
5519
5520 * simple.el (switch-to-completions): Move point to the first
5521 completion when point was at the beginning of the buffer.
5522
da205913
JL
55232009-11-19 Juri Linkov <juri@jurta.org>
5524
5525 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
5526
5527 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5528
0b8ee421
CY
55292009-11-19 Chong Yidong <cyd@stupidchicken.com>
5530
5531 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5532 (mail-signature): Change default to t.
5533 (mail-from-style): Deprecate `system-default' value.
5534 (mail-insert-from-field): For default value of mail-from-style,
5535 default to `angles' unless `angles' needs quoting and `parens'
5536 does not.
5537 (mail-citation-prefix-regexp): Use citation regexp from
5538 message-mode.
5539
4265deab
MA
55402009-11-19 Michael Albinus <michael.albinus@gmx.de>
5541
acca02b0
SM
5542 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5543 Set variables for computing the prompt for reading password.
4265deab 5544
27cacd2d
GM
55452009-11-19 Glenn Morris <rgm@gnu.org>
5546
470bce7d
GM
5547 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
5548
7e705a1d
GM
5549 * textmodes/flyspell.el (sgml-lexical-context): Declare.
5550
27cacd2d
GM
5551 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5552 (newsticker-treeview-listwindow-height): Fix custom type.
5553
b2f0be0f
KH
55542009-11-19 Kenichi Handa <handa@m17n.org>
5555
5556 * descr-text.el (describe-char-padded-string): Compose with TAB
5557 only if there's a font for CH.
02e1b488 5558 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 5559
03446045 55602009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
5561
5562 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 5563 more accurate version of the regexp. (Bug#3910)
b96337b0 5564
03446045 55652009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
5566
5567 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5568
e0620570
JB
55692009-11-18 Juanma Barranquero <lekktu@gmail.com>
5570
5571 * font-setting.el (font-use-system-font): Declare for byte-compiler.
5572 (font-setting-change-default-font): Fix typo in docstring.
5573
6cc6582e
AM
55742009-11-18 Alan Mackenzie <acm@muc.de>
5575
5576 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5577
dfb3c4c6
JD
55782009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5579
02e1b488 5580 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
5581
5582 * cus-start.el (all): ... to here.
5583
e268e987
MA
55842009-11-17 Michael Albinus <michael.albinus@gmx.de>
5585
5586 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5587 Don't set `ad-return-value' if `ad-do-it' doesn't.
5588
303ffde8
MA
5589 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5590 modification time.
5591
637fa988
JD
55922009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5593
5594 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 5595 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
5596
5597 * loadup.el: If feature system-font-setting or font-render-setting is
5598 there, load font-setting.
5599
02e1b488 5600 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
5601 * font-setting.el: New file.
5602
1d16a255
GM
56032009-11-17 Glenn Morris <rgm@gnu.org>
5604
5605 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5606
2d84f804
GM
5607 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5608 Preserve point in the list buffer. (Bug#4939)
5609 Use point-at-eol.
5610 (newsticker--treeview-list-update-highlight)
5611 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5612
14467b99
JB
56132009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5614
5615 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5616 Remove.
5617
5618 * calc/calc-ext.el (calc-init-extensions): Remove references to
5619 symclip.
5620
5621 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5622
5623 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 5624 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
5625 `calc-symclip'.
5626
e3c39c01
KR
56272009-11-16 Kevin Ryde <user42@zip.com.au>
5628
02e1b488 5629 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 5630 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 5631
497de631
KR
5632 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5633 (lm-keywords-list): Allow comma-only separator like "foo,bar".
5634 Ignore trailing spaces by omit-nulls to split-string (fixing
5635 regression from Emacs 21 due to the incompatible split-string
14467b99 5636 change). (Bug #4928.)
497de631 5637
48b27575
DN
56382009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
5639
5237d741 5640 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
5641 (vc-print-log-internal): Insert buttons to request more entries
5642 when limiting the output.
5643
5644 * vc-sccs.el (vc-sccs-print-log):
5645 * vc-rcs.el (vc-rcs-print-log):
5646 * vc-cvs.el (vc-cvs-print-log):
5647 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5648 LIMIT is non-nil.
5649
d3e97185
MA
56502009-11-16 Michael Albinus <michael.albinus@gmx.de>
5651
5652 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5653 error when `tramp-gvfs-dbus-event-vector' is set.
5654 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5655
68d87786
SM
56562009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5657
5658 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5659
c0a39702
MA
56602009-11-16 Michael Albinus <michael.albinus@gmx.de>
5661
5662 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 5663 (dbus-register-property): Register the handlers of
c0a39702
MA
5664 "org.freedesktop.DBus.Properties" for SERVICE.
5665 (dbus-property-handler): Fix docstring.
5666
1e857121
YM
56672009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5668
5669 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5670 Quote doc string reference in defvaralias as it is not in special form.
5671 (byte-compile-output-docform): Doc fix.
5672
887484c1
JB
56732009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5674
5675 * calc/calc.el (math-2-word-size, math-half-2-word-size)
5676 (calc-complement-signed-mode): New variables.
5677 (calc-set-mode-line): Add indicator for twos-complements.
5678 (math-format-number): Format twos-complement notation.
5679
5680 * calc/calc-bin.el (calc-word-size): Reset the variables
5681 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
5682 (math-format-complement-signed, math-symclip, calcFunc-symclip)
5683 (calc-symclip): New functions.
887484c1
JB
5684
5685 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5686
68d87786
SM
5687 * calc/calc-embed.el (calc-embedded-mode-vars):
5688 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
5689
5690 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 5691 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
5692
5693 * calc/calc-ext.el (math-read-number-fancy): Read complement
5694 signed numbers.
68d87786
SM
5695 (calc-init-extensions): Add binding for `calc-symclip'.
5696 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
5697
5698 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5699 `calc-symclip'.
68d87786 5700 (calc-modes-menu): Add item for twos complement mode.
887484c1 5701
5237d741 5702 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 5703
4cf1d7e3
CY
57042009-11-15 Chong Yidong <cyd@stupidchicken.com>
5705
5706 * register.el (jump-to-register, insert-register): Handle Semantic
5707 tags. From commented-out advice in semantic/senator.el.
5708
f8e65267
DN
57092009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5710
6616006b
DN
5711 * vc.el (vc-log-show-limit): New variable.
5712 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
5713 when using a prefix argument.
5714 (vc-print-log-internal): Add new argument LIMIT.
5715
5716 * vc-svn.el (vc-svn-print-log):
5717 * vc-mtn.el (vc-mtn-print-log):
5718 * vc-hg.el (vc-hg-print-log):
5719 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 5720 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
5721 non-optional.
5722
5723 * vc-sccs.el (vc-sccs-print-log):
5724 * vc-rcs.el (vc-rcs-print-log):
5725 * vc-git.el (vc-git-print-log):
5726 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5727 ignore it. Make the BUFFER argument non-optional
5728
f8e65267
DN
5729 * bindings.el (mode-line-buffer-identification): Do not purecopy.
5730
0566c4bc
CY
57312009-11-15 Chong Yidong <cyd@stupidchicken.com>
5732
7cce3c91
CY
5733 * dired.el (dired-mode-map): Move encryption items to "Operate"
5734 menu (Bug#4703).
5735
d7063de9
CY
5736 * strokes.el (strokes-update-window-configuration): Make strokes
5737 buffer current before erasing (Bug#4906).
5738
0fc10137
JL
57392009-11-15 Juri Linkov <juri@jurta.org>
5740
5741 * simple.el (set-mark-default-inactive): Add :type, :group
5742 and :version. (Bug#4876)
5743
f5fce4ec
MA
57442009-11-15 Michael Albinus <michael.albinus@gmx.de>
5745
5746 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5747 (archive-unique-fname): ... here. (Bug#4929)
5748
8d720a00
SM
57492009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5750
589888fe
SM
5751 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5752 with a real fix.
5753
8d720a00
SM
5754 * novice.el (disabled-command-function): Add useful args.
5755 Setup the help buffer so that [back] works.
5756 Remove redundant call to help-mode.
5757 (disabled-command-function): Use `case'.
5758 (en/disable-command): New function extracted from enable-command.
5759 (enable-command, disable-command): Use it.
5760
a61344d6
GM
57612009-11-14 Glenn Morris <rgm@gnu.org>
5762
497f0cdd
GM
5763 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5764 constants. (Bug#4913)
5765
a61344d6
GM
5766 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5767
d501801e
GM
57682009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5769
5770 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5771 defined in C that have no doc-strings. (Bug#1063)
5772
5af27ac2
GM
57732009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
5774
5775 * cus-edit.el (data, files):
5776 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
5777
aec5395b
CY
57782009-11-14 Chong Yidong <cyd@stupidchicken.com>
5779
e7791447
CY
5780 * simple.el (shell-command): Doc fix (Bug#4891).
5781
aec5395b
CY
5782 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5783
7a41cd7f
GM
57842009-11-14 Glenn Morris <rgm@gnu.org>
5785
c3583c94
GM
5786 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5787 statements for vc-diff, emerge-quit, and rmail-cease-edit.
5788 If they are already loaded, eval-after-load will do the right thing.
5789
73900d1f
GM
5790 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5791 compiling.
5792
0028351d
GM
5793 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5794
f6714ede
GM
5795 * simple.el (x-selection-owner-p): Declare.
5796 (read-mail-command): Use custom radio type rather than choice.
5797 (completion-no-auto-exit): Doc fix.
5798
7a41cd7f 5799 * custom.el (defgroup):
5af27ac2 5800 * epg-config.el (epg): Doc fixes.
7a41cd7f 5801
2d0659ec
DN
58022009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
5803
5804 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5805 * international/ccl.el (define-ccl-program): Do not purecopy the
5806 docstring, defconst does it anyway.
5807
7fdbcd83
SM
58082009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5809
d499c5b9
SM
5810 * add-log.el (add-change-log-entry): Avoid displaying the changelog
5811 a second time.
5812
7fdbcd83
SM
5813 * x-dnd.el (x-dnd-maybe-call-test-function):
5814 * window.el (split-window-vertically):
5815 * whitespace.el (whitespace-help-on):
5816 * vc-rcs.el (vc-rcs-consult-headers):
5817 * userlock.el (ask-user-about-lock-help)
5818 (ask-user-about-supersession-help):
5819 * type-break.el (type-break-force-mode-line-update):
5820 * time-stamp.el (time-stamp-conv-warn):
5821 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 5822 (te-sentinel, terminal-emulator):
7fdbcd83
SM
5823 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5824 (term-write-input-ring, term-check-source, term-start-output-log):
5825 (term-display-buffer-line, term-dynamic-list-completions):
5826 (term-ansi-make-term, serial-term):
5827 * subr.el (selective-display):
5828 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5829 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5830 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5831 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5832 (speedbar-remove-localized-speedbar-support)
5833 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5834 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5835 (speedbar-buffers-line-directory):
5836 * simple.el (shell-command-on-region, append-to-buffer)
5837 (prepend-to-buffer):
5838 * shadowfile.el (shadow-save-todo-file):
5839 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5840 (scroll-bar-maybe-set-window-start):
5841 * sb-image.el (speedbar-image-dump):
5842 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5843 (load-save-place-alist-from-file):
5844 * ps-samp.el (ps-print-message-from-summary):
5845 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5846 (ps-background-image, ps-begin-job, ps-do-despool):
5847 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5848 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5849 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5850 (pr-call-process, pr-file-list, pr-interface-save):
5851 * novice.el (disabled-command-function)
5852 (enable-command, disable-command):
5853 * mouse.el (mouse-buffer-menu-alist):
5854 * mouse-copy.el (mouse-kill-preserving-secondary):
5855 * macros.el (kbd-macro-query):
5856 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5857 * informat.el (batch-info-validate):
5858 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5859 * hippie-exp.el (try-expand-dabbrev-visible):
5860 * help-mode.el (help-make-xrefs):
5861 * help-fns.el (describe-variable):
5862 * generic-x.el (bat-generic-mode-run-as-comint):
5863 * finder.el (finder-mouse-select):
5864 * find-dired.el (find-dired-sentinel):
5865 * filesets.el (filesets-file-close):
5866 * files.el (list-directory):
5867 * faces.el (list-faces-display, describe-face):
5868 * facemenu.el (list-colors-display):
5869 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5870 * epg.el (epg--process-filter, epg-cancel):
5871 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5872 (epa--read-signature-type):
5873 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5874 (emerge-file-names):
5875 * ehelp.el (electric-helpify):
5876 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5877 * ediff-vers.el (rcs-ediff-view-revision):
5878 * ediff-util.el (ediff-setup):
5879 * ediff-mult.el (ediff-append-custom-diff):
5880 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5881 (ediff-wordify):
5882 * echistory.el (Electric-command-history-redo-expression):
5883 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5884 * disp-table.el (describe-display-table):
5885 * dired.el (dired-find-buffer-nocreate):
5886 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5887 * dabbrev.el (dabbrev--same-major-mode-p):
5888 * chistory.el (list-command-history):
5889 * apropos.el (apropos-documentation):
5890 * allout.el (allout-obtain-passphrase):
5891 (allout-copy-exposed-to-buffer):
5892 (allout-verify-passphrase): Use with-current-buffer.
5893
2ccbc060
GM
58942009-11-13 Glenn Morris <rgm@gnu.org>
5895
5896 * Makefile.in (ELCFILES): Regenerate.
5897
b172ed20
MA
58982009-11-13 Michael Albinus <michael.albinus@gmx.de>
5899
7fdbcd83
SM
5900 * net/dbus.el (dbus-registered-objects-table): Rename from
5901 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
5902 (dbus-unregister-object): Unregister also properties.
5903 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
5904 Use a timeout of 500 msec, in order to not block.
5905 (dbus-register-property, dbus-property-handler): New defuns.
5906
e96d62cd
SM
59072009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5908
5909 * simple.el (minibuffer-default-add-completions): Drop deprecated
5910 4th arg.
5911
14bd267d
EZ
59122009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
5913
e96d62cd
SM
5914 * textmodes/artist.el (artist-mouse-choose-operation):
5915 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 5916 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
5917 (artist-compute-up-event-key): New function.
5918 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
5919
bf89fd7b
KH
59202009-11-13 Kenichi Handa <handa@m17n.org>
5921
5922 * language/japan-util.el: Make sure that the value of jisx0208
5923 property is jisx0208 character.
5924
f70b8925
DN
59252009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
5926
5927 * international/mule.el (auto-coding-regexp-alist): Only purecopy
5928 car or each item, not the whole list.
5929
4d93a9e0
SM
59302009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5931
5932 * minibuffer.el (minibuffer-completion-help):
5933 Use minibuffer-hide-completions.
5934
05404988
SM
59352009-11-12 Per Starbäck <per@starback.se> (tiny change)
5936
5937 * dired.el (dired-save-positions, dired-restore-positions): New funs.
5938 (dired-revert): Use them (bug#4880).
5939
5297bc10
DN
59402009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5941
5942 * tooltip.el (tooltip-frame-parameters): Undo previous change.
5943
e2685eb7
JL
59442009-11-12 Juri Linkov <juri@jurta.org>
5945
5946 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
5947 New functions.
5948 (find-file-literally-at-point): Alias of `ffap-literally'.
5949
76410c3e
DN
59502009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5951
6d341a2a
DN
5952 * textmodes/ispell.el (ispell-skip-region-alist):
5953 * textmodes/css-mode.el (auto-mode-alist):
5954 * progmodes/compile.el (auto-mode-alist):
5955 * international/mule.el (ctext-non-standard-encodings-alist)
5956 (ctext-non-standard-encodings-regexp):
5957 * simple.el (shell-command-switch, text-read-only):
5958 * replace.el (occur-mode-map):
5959 * paths.el (rmail-file-name):
5960 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
5961 * find-file.el (ff-special-constructs):
5962 * files.el (file-name-handler-alist):
5963 * composite.el: Purecopy strings.
5964
76410c3e
DN
5965 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
5966
aaa448c9
DN
59672009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5968
5969 * widget.el (define-widget): Purecopy the docstring.
5970 * international/mule-cmds.el (charset): Do not purecopy the
5971 docstring here, define-widget does it.
5972
5973 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5974 * textmodes/bibtex-style.el (auto-mode-alist):
5975 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5976 * progmodes/compile.el (compile-command):
5977 * language/korea-util.el (default-korean-keyboard):
5978 * international/mule-conf.el (file-coding-system-alist):
5979 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
5980 * tooltip.el (tooltip-frame-parameters):
5981 * newcomment.el (comment-end, comment-padding):
5982 * dired.el (dired-trivial-filenames):
5983 * comint.el (comint-file-name-prefix): Purecopy initial values.
5984
bbe650fd
MA
59852009-11-11 Michael Albinus <michael.albinus@gmx.de>
5986
5987 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
5988 (tramp-advice-minibuffer-electric-tilde): Unload advices via
5989 `tramp-unload'.
5990 (tramp-advice-make-auto-save-file-name)
5991 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
5992 after removing the advice.
5993
6bdad9ae
DN
59942009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5995
2f7f4bee
DN
5996 * progmodes/grep.el (grep-regexp-alist):
5997 * international/mule-cmds.el (iso-2022-control-alist):
5998 * emacs-lisp/timer.el (timer-duration-words):
5999 * subr.el (version-separator, version-regexp-alist):
6000 * minibuffer.el (completion-styles-alist):
6001 * faces.el (face-attribute-name-alist, list-faces-sample-text):
6002 Change defvars to defconsts.
6003
a042de45
DN
6004 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6005 * loadup.el ("international/mule-conf"): Load the byte compiled version.
6006 * international/mule-conf.el: Allow to be byte compiled.
6007
3b6acc72
DN
6008 * international/mule.el (define-charset): Purecopy props.
6009 (load-with-code-conversion): Purecopy doc string and file name.
6010 (put-charset-property): Purecopy strings.
6011 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6012
1c2efdfb 6013 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
6014 (define-char-code-property): Correctly purecopy the table.
6015
62591911
DN
6016 * international/ccl.el (define-ccl-program): Purecopy the docstring.
6017
8b908da6
DN
6018 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6019
ff917d63
DN
6020 * subr.el (add-hook): Purecopy strings.
6021 (eval-after-load): Purecopy load-history-regexp and the form.
6022
af89cf77
DN
6023 * custom.el (custom-declare-group): Purecopy load-file-name.
6024
a3c20c83 6025 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
6026 * net/eudc.el (eudc-tools-menu):
6027 * international/mule-cmds.el (set-coding-system-map)
6028 (mule-menu-keymap):
6029 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6030 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
6031 * replace.el (occur-mode-map):
6032 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 6033 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
6034 (menu-bar-custom-menu, menu-bar-showhide-menu)
6035 (menu-bar-options-menu, menu-bar-tools-menu)
6036 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6037 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6038 (menu-bar-help-menu):
6039 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6040 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6041
6bdad9ae
DN
6042 * term/x-win.el (x-gtk-stock-map):
6043 * progmodes/vera-mode.el (auto-mode-alist):
6044 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6045 (inferior-lisp-program, inferior-lisp-load-command):
6046 * progmodes/hideshow.el (hs-special-modes-alist):
6047 * progmodes/gud.el (same-window-regexps):
6048 * progmodes/grep.el (grep-program, find-program, xargs-program):
6049 * net/telnet.el (same-window-regexps):
6050 * net/rlogin.el (same-window-regexps):
6051 * language/ethiopic.el (font-ccl-encoder-alist):
6052 * vc-sccs.el (vc-sccs-master-templates):
6053 * vc-rcs.el (vc-rcs-master-templates):
6054 * subr.el (cl-assertion-failed):
6055 * simple.el (next-error-overlay-arrow-position):
6056 * lpr.el (lpr-command):
6057 * locate.el (locate-ls-subdir-switches):
6058 * info.el (same-window-regexps, info)
6059 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6060 * image-mode.el (image-mode, auto-mode-alist):
6061 * hippie-exp.el (hippie-expand-ignore-buffers):
6062 * format.el (format-alist):
6063 * find-dired.el (find-ls-subdir-switches, find-grep-options)
6064 (find-name-arg):
6065 * facemenu.el (facemenu-keybindings):
6066 * dired.el (dired-listing-switches, dired-chown-program):
6067 * diff.el (diff-switches, diff-command):
6068 * cus-edit.el (same-window-regexps):
6069 * bindings.el (mode-line-mule-info)
6070 (mode-line-buffer-identification): Purecopy strings.
6071
e0987650
JL
60722009-11-11 Juri Linkov <juri@jurta.org>
6073
3570691b 6074 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
6075 Tell the byte-compiler about dired-get-filename.
6076 (shell-command): In Dired mode, get filename from the current line
6077 as the default value.
6078
b16ff465
GM
60792009-11-10 Glenn Morris <rgm@gnu.org>
6080
e8a11b22
GM
6081 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6082 * calendar/holidays.el, progmodes/cperl-mode.el:
6083 Update x-popup-menu declarations.
6084
b16ff465
GM
6085 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6086 (list-load-path-shadows): Use dolist.
6087 (list-load-path-shadows): Use with-current-buffer.
6088
032c3399
JL
60892009-11-10 Juri Linkov <juri@jurta.org>
6090
6091 * minibuffer.el (read-file-name): Support a list of default values
6092 in `default-filename'. Use the first file name where only one
6093 element is required. Doc fix.
6094
8fb1629f
MA
60952009-11-09 Michael Albinus <michael.albinus@gmx.de>
6096
6097 * net/dbus.el (dbus-unregister-object): Release service, if no
6098 other method is registered for it.
6099
a51203ee 61002009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
6101
6102 * bookmark.el (bookmark-completing-read): Sort bookmark names if
6103 bookmark-sort-flag is non-nil (Bug#4653).
6104
9bf7dc8a
CY
61052009-11-08 Chong Yidong <cyd@stupidchicken.com>
6106
15207e74
CY
6107 * emulation/cua-base.el: Add CUA property to some CC mode commands
6108 (Bug#4100).
6109
8bf7ed70
KR
61102009-11-08 Kevin Ryde <user42@zip.com.au>
6111
6112 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 6113 at end of sentence (Bug#4818).
8bf7ed70 6114
951802d0
CY
61152009-11-08 Jared Finder <jfinder@crypticstudios.com>
6116
6117 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6118 Handle "see declaration of" MSFT statements (Bug#4100).
6119
e8244310
MA
61202009-11-08 Michael Albinus <michael.albinus@gmx.de>
6121
6122 * net/tramp.el (tramp-advice-make-auto-save-file-name)
6123 (tramp-advice-file-expand-wildcards): Unload via
6124 `ad-remove-advice'.
6125
6126 * net/trampver.el: Update release number.
6127
a51203ee 61282009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
6129
6130 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6131 `ad-do-it'.
6132
a51203ee 61332009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
6134
6135 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6136 in order to keep context in SELinux.
6137
bedd8a58
CY
61382009-11-08 Chong Yidong <cyd@stupidchicken.com>
6139
6140 * dired-aux.el (dired-query): Place cursor in echo area and allow
6141 C-g.
6142
6143 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6144 menu item if not on a directory (Bug#4701).
6145
0484d600
MA
61462009-11-07 Michael Albinus <michael.albinus@gmx.de>
6147
6148 Sync with Tramp 2.1.17.
6149
6150 * net/tramp.el (tramp-handle-copy-directory): Don't use
6151 `file-remote-p' (due to compatibility).
6152
6153 * net/tramp-compat.el (tramp-compat-copy-directory)
6154 (tramp-compat-delete-directory): New defuns.
6155
6156 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
33aeea0e
SM
6157 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6158 Use `tramp-compat-delete-directory'.
0484d600
MA
6159
6160 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
33aeea0e
SM
6161 (tramp-smb-handle-delete-directory):
6162 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
6163
6164 * net/trampver.el: Update release number.
6165
b42b2189
CY
61662009-11-07 Chong Yidong <cyd@stupidchicken.com>
6167
6960d7b9
CY
6168 * tar-mode.el (tar-copy): Call write-region on the right buffer
6169 (Bug#4857).
6170
b42b2189
CY
6171 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6172 by hand, if necessary (Bug#4878).
6173
0ad57dfd
CY
61742009-11-06 Chong Yidong <cyd@stupidchicken.com>
6175
d19e23ae
CY
6176 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6177 align size column (Bug#4839).
6178
0ad57dfd
CY
6179 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6180 statement.
6181
0b7f397c
DN
61822009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6183
6184 * progmodes/ld-script.el (auto-mode-alist):
6185 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6186
6187 * cus-face.el (custom-declare-face): Purecopy face spec.
6188
495bd5ca
KH
61892009-11-06 Kenichi Handa <handa@m17n.org>
6190
6191 * international/uni-bidi.el: Re-generated.
6192 * international/uni-category.el: Re-generated.
6193 * international/uni-combining.el: Re-generated.
6194 * international/uni-mirrored.el: Re-generated.
6195
1e8780b1
DN
61962009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6197
6198 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6199 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6200 (tex-start-options, slitex-run-command, latex-run-command)
6201 (tex-run-command, tex-directory):
6202 * textmodes/ispell.el (ispell-html-skip-alists)
6203 (ispell-tex-skip-alists, ispell-tex-skip-alists):
6204 * textmodes/fill.el (adaptive-fill-first-line-regexp):
6205 (adaptive-fill-regexp):
6206 * textmodes/dns-mode.el (auto-mode-alist):
6207 * progmodes/python.el (interpreter-mode-alist):
6208 * progmodes/etags.el (tags-compression-info-list):
6209 * progmodes/etags.el (tags-file-name):
6210 * net/browse-url.el (browse-url-galeon-program)
6211 (browse-url-firefox-program):
6212 * mail/sendmail.el (mail-signature-file)
6213 (mail-citation-prefix-regexp):
6214 * international/mule-conf.el (eight-bit):
6215 * international/latexenc.el (latex-inputenc-coding-alist):
6216 * international/fontset.el (x-pixel-size-width-font-regexp):
6217 * emacs-lisp/warnings.el (warning-type-format):
6218 * emacs-lisp/trace.el (trace-buffer):
6219 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6220 (emacs-lisp-mode-map):
6221 * calendar/holidays.el (holiday-solar-holidays)
6222 (holiday-bahai-holidays, holiday-islamic-holidays)
6223 (holiday-christian-holidays, holiday-hebrew-holidays)
6224 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6225 (hebrew-holidays-1, holiday-oriental-holidays)
6226 (holiday-general-holidays):
6227 * x-dnd.el (x-dnd-known-types):
6228 * tool-bar.el (tool-bar):
6229 * startup.el (site-run-file):
6230 * shell.el (shell-dumb-shell-regexp):
6231 * rfn-eshadow.el (file-name-shadow-tty-properties)
6232 (file-name-shadow-properties):
6233 * paths.el (remote-shell-program, news-directory):
6234 * mouse.el ([C-down-mouse-3]):
6235 * menu-bar.el (menu-bar-tools-menu):
6236 * jka-cmpr-hook.el (jka-compr-load-suffixes)
6237 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6238 (jka-compr-compression-info-list):
6239 * isearch.el (search-whitespace-regexp):
6240 * image-file.el (image-file-name-extensions):
6241 * find-dired.el (find-ls-option):
6242 * files.el (directory-listing-before-filename-regexp)
6243 (directory-free-space-args, insert-directory-program)
6244 (list-directory-brief-switches, magic-fallback-mode-alist)
6245 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6246 (automount-dir-prefix):
6247 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6248 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6249 (face-font-registry-alternatives, face-font-registry-alternatives)
6250 (face-font-family-alternatives):
6251 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6252 (facemenu-foreground-menu, facemenu-face-menu):
6253 * epa-hook.el (epa-file-name-regexp):
6254 * dnd.el (dnd-protocol-alist):
6255 * textmodes/rst.el (auto-mode-alist):
a51203ee 6256 * button.el (default-button): Purecopy strings.
1e8780b1 6257
0adae11f
GM
62582009-11-06 Glenn Morris <rgm@gnu.org>
6259
6260 * Makefile.in (ELCFILES): Update.
6261
2adaf057
SM
62622009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6263
8f72f03c
SM
6264 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6265 * emacs-lisp/levents.el: Move to obsolete/levents.el.
6266
2adaf057
SM
6267 * nxml/xsd-regexp.el (xsdre-gen-categories):
6268 * nxml/xmltok.el (xmltok-parse-entity):
6269 * nxml/rng-parse.el (rng-parse-validate-file):
6270 * nxml/rng-maint.el (rng-format-manual)
6271 (rng-manual-output-force-new-line):
6272 * nxml/rng-loc.el (rng-save-schema-location-1):
6273 * nxml/rng-cmpct.el (rng-c-parse-file):
6274 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6275 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6276
14862301
SM
62772009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
6278
bf0b361c 6279 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
6280 Remove extra save-excursions and make-variable-buffer-local's.
6281 Suggested by Stefan Monnier.
6282
6283 (verilog-getopt-file, verilog-module-inside-filename-p)
6284 (verilog-set-define): Merge GNU 1.35 and repair changes from
6285 switching to using with-current-buffer.
6286
6287 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6288 being treated as a number and confusing AUTORESET.
6289 Reported by Dan Dever.
6290
6291 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6292 Add verilog-auto-ignore-concat to fix backward compatibility with
6293 older verilog-modes. Reported by Dan Katz.
6294
6295 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6296 containing closing anchors "...$".
6297
6298 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6299 Reported by Wade Smith.
6300
48c2d18a 6301 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
6302
63032009-11-05 Michael McNamara <mac@mail.brushroad.com>
6304
bf0b361c
JB
6305 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6306 for labels.
14862301
SM
6307
6308 (verilog-label-re, verilog-calc-1): Support proper indent of named
6309 asserts.
6310
6311 (verilog-backward-token, verilog-basic-complete-re)
6312 (verilog-beg-of-statement, verilog-indent-re): Support proper
6313 indent of the assert statement at the beginning of a block of text.
6314
6315 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6316 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6317 tokens as begins.
6318
4f8f657f
GM
63192009-11-05 Glenn Morris <rgm@gnu.org>
6320
775adc51
GM
6321 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6322 Emacs 19. (Bug#1531)
6323 (byte-compile-fix-header): Update for the above change.
6324 Drop test for epoch::version.
6325
4ad6a5e7 6326 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
6327 * cus-dep.el (custom-make-dependencies):
6328 * finder.el (finder-compile-keywords):
6329 Use autoload-rubric's feature argument.
4ad6a5e7 6330
4f8f657f
GM
6331 * calendar/diary-lib.el (top-level): Make load behave more like require.
6332
881e4184
GM
6333 * vc-git.el (vc-git-stash-map): Move definition before use.
6334
ba214964 63352009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 6336
b6f8ba09
DN
6337 * custom.el (custom-declare-group): Purecopy standard-value.
6338 (custom-declare-group): Purecopy custom-prefix.
6339
7fdbcd83
SM
6340 * international/mule.el (load-with-code-conversion):
6341 Call do-after-load-evaluation unconditionally.
eb6f577b 6342
f6195dfb
DN
6343 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6344
56f14120
SM
63452009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6346
6347 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6348
e5c89ce9
GM
63492009-11-04 Glenn Morris <rgm@gnu.org>
6350
6351 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6352 (byte-compile-compatibility): Remove option.
6353 (byte-compile-close-variables, byte-compile-fix-header)
6354 (byte-compile-insert-header, byte-compile-output-docform)
6355 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6356 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6357 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6358 (byte-compile-insert, byte-compile-defun):
6359 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
6360 (byte-defop-compiler19): Remove.
6361 Without byte-compile-compatibility, the 'emacs19-opcode property is not
6362 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 6363
e24f42ab
JL
63642009-11-04 Juri Linkov <juri@jurta.org>
6365
6366 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6367 (menu-bar-options-menu): Don't quote the `prop' arg of
6368 `menu-bar-make-mm-toggle'.
6369
d3d5f4f5
JB
63702009-11-04 Juanma Barranquero <lekktu@gmail.com>
6371
6372 * calendar/calendar.el (cal-loaddefs):
6373 * calendar/diary-lib.el (diary-loaddefs):
6374 * calendar/holidays.el (hol-loaddefs):
6375 * eshell/esh-module.el (esh-groups): Load rather than require.
6376
6e39d3b2
SM
63772009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6378
e96d62cd
SM
6379 * calendar/todo-mode.el (todo-add-category): Don't hardcode
6380 point-min==1.
7e83e8b4
SM
6381 (todo-top-priorities): Only display-buffer when called interactively.
6382 (todo-item-start): Don't save excursion point.
6383 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
6384 (todo-insert-item-here, todo-file-item, todo-remove-item):
6385 Adjust uses of todo-item-start and todo-item-end.
6386
fae4e5b9
SM
6387 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6388 (autoload-rubric): Don't use any more.
fae4e5b9 6389
6e39d3b2
SM
6390 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6391 and only put a prop if it is non-nil.
6392
c9753fb4
JL
63932009-11-03 Juri Linkov <juri@jurta.org>
6394
6395 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6396 (menu-bar-options-menu): Fix list quoting (Bug#4429).
6397
6398 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6399 and "Menu" to make top-level menu item visually one unit (like
6400 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6401 multi-word menu items). Fix :help string for quit-window.
6402
db04f33f
GM
64032009-11-03 Glenn Morris <rgm@gnu.org>
6404
2aea6521
GM
6405 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6406 (byte-compile-file-form-define-abbrev-table)
6407 (byte-compile-file-form-custom-declare-variable)
6408 (byte-compile-variable-ref, byte-compile-defvar):
6409 Whether or not a warning is enabled should only affect whether we issue
6410 the warning, not whether or not we collect the relevant data.
6411 Eg warnings can be turned on and off throughout the course of a file.
6412
db04f33f
GM
6413 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6414 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6415
937e6a56
SM
64162009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6417
6418 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6419 * play/mpuz.el (mpuz-create-buffer):
6420 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6421 (lm-print-y,s,noise, lm-print-w0, lm-init):
6422 * play/gomoku.el (gomoku-prompt-for-move):
6423 * play/fortune.el (fortune-in-buffer):
6424 * play/dissociate.el (dissociated-press):
6425 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 6426 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
6427 * mail/supercite.el (sc-eref-show):
6428 * mail/smtpmail.el (smtpmail-send-it):
6429 * mail/rmailsum.el (rmail-summary-next-labeled-message)
6430 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6431 (rmail-summary-undelete-many, rmail-summary-rmail-update)
6432 (rmail-summary-goto-msg, rmail-summary-expunge)
6433 (rmail-summary-get-new-mail, rmail-summary-search-backward)
6434 (rmail-summary-add-label, rmail-summary-output-menu)
6435 (rmail-summary-output-body):
6436 * mail/rfc822.el (rfc822-addresses):
6437 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6438 * mail/mailpost.el (post-mail-send-it):
6439 * mail/hashcash.el (hashcash-generate-payment):
6440 * mail/feedmail.el (feedmail-run-the-queue)
6441 (feedmail-queue-send-edit-prompt-help-first)
6442 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6443 (feedmail-deduce-address-list):
6444 * eshell/esh-ext.el (eshell-remote-command):
6445 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6446 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6447 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6448 (viper-save-string-in-file, viper-valid-marker):
6449 * emulation/viper-keym.el (viper-toggle-key):
6450 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6451 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6452 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6453 * emulation/viper-cmd.el (viper-exec-form-in-vi)
6454 (viper-exec-form-in-emacs, viper-brac-function):
6455 * emulation/viper.el (viper-delocalize-var):
6456 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6457 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6458 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6459 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6460 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6461 * emulation/edt.el (edt-electric-helpify):
6462 * emulation/cua-rect.el (cua--rectangle-aux-replace):
6463 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6464 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6465 (cua-indent-to-global-mark-column):
6466 * calendar/diary-lib.el (calendar-mark-1):
6467 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6468 Use with-current-buffer.
6469 * emulation/viper.el (viper-delocalize-var): Use dolist.
6470
5b955562
CY
64712009-11-03 Chong Yidong <cyd@stupidchicken.com>
6472
6473 * comint.el (comint-replace-by-expanded-history-before-point):
6474 Replace !! with the previous input string literally (Bug#1795).
6475
6292c599
JB
64762009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
6477
6478 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6479 to be made up of whitespace.
6480
8368c14e
CY
64812009-11-02 Chong Yidong <cyd@stupidchicken.com>
6482
6483 * minibuffer.el (read-file-name): Don't use file dialogs for
6484 remote directories (Bug#99).
6485
6f750f0d
CY
64862009-11-01 Chong Yidong <cyd@stupidchicken.com>
6487
6488 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6489
97ab3f47
AS
64902009-11-01 Andreas Schwab <schwab@linux-m68k.org>
6491
6492 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6493 instead of deleting the window or frame.
6494
673c1168
CY
64952009-10-31 Chong Yidong <cyd@stupidchicken.com>
6496
6497 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6498 Support face colors.
6499
937e6a56
SM
6500 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6501 New function. Support face colors (Bug#1168).
673c1168
CY
6502 (tex-common-initialization): Use it.
6503
6504 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6505 mode allows it (Bug#1168).
6506
c9349f0a
CY
65072009-10-31 Juri Linkov <juri@jurta.org>
6508
6509 * facemenu.el (list-colors-display): Don't mark buffer as
6510 modified (Bug#3948).
6511
ebf5c4f5
CY
65122009-10-31 Chong Yidong <cyd@stupidchicken.com>
6513
33aeea0e
SM
6514 * international/mule-diag.el (list-character-sets-1):
6515 Minor message fix (Bug#3526).
5c2dce75 6516
33aeea0e
SM
6517 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
6518 Fix face property (Bug#4834).
26581f0e
CY
6519 (etags-list-tags, etags-tags-apropos-additional)
6520 (etags-tags-apropos, tags-select-tags-table): Add follow-link
6521 property.
6522
ebf5c4f5
CY
6523 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6524 items.
6525
9a529312
SM
65262009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
6527
6528 * textmodes/two-column.el (2C-split):
6529 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6530 * textmodes/tex-mode.el (tex-set-buffer-directory):
6531 * textmodes/spell.el (spell-region, spell-string):
6532 * textmodes/reftex.el (reftex-erase-buffer):
6533 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6534 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6535 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6536 (reftex-select-item):
6537 * textmodes/reftex-ref.el (reftex-label-info-update)
6538 (reftex-offer-label-menu):
6539 * textmodes/reftex-index.el (reftex-index-change-entry)
6540 (reftex-index-phrases-info):
6541 * textmodes/reftex-global.el (reftex-create-tags-file)
6542 (reftex-save-all-document-buffers, reftex-ensure-write-access):
6543 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6544 (reftex-view-crossref-from-bibtex):
6545 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6546 (reftex-extract-bib-entries-from-thebibliography)
6547 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6548 * textmodes/refbib.el (r2b-capitalize-title):
6549 (r2b-convert-buffer, r2b-help):
6550 * textmodes/page-ext.el (pages-directory)
6551 (pages-directory-goto-with-mouse):
6552 * textmodes/bibtex.el (bibtex-validate-globally):
6553 * textmodes/bib-mode.el (bib-capitalize-title):
6554 * textmodes/artist.el (artist-clear-buffer, artist-system):
6555 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6556 (local-set-scheme-interaction-buffer, xscheme-process-filter)
6557 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6558 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6559 (xscheme-send-control-g-interrupt, xscheme-start-process)
6560 (xscheme-process-sentinel, xscheme-cd):
6561 * progmodes/verilog-mode.el (verilog-read-always-signals)
6562 (verilog-set-define, verilog-getopt-file)
6563 (verilog-module-inside-filename-p):
6564 * progmodes/sh-script.el:
6565 * progmodes/python.el (python-pdbtrack-get-source-buffer)
6566 (python-pdbtrack-grub-for-buffer, python-execute-file):
6567 * progmodes/octave-inf.el (inferior-octave):
6568 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6569 (idlwave-shell-compile-helper-routines, idlwave-set-local)
6570 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6571 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6572 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6573 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6574 (idlwave-shell-filter, idlwave-shell-examine-highlight)
6575 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6576 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6577 (idlwave-shell-examine-display, idlwave-shell-run-region)
6578 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6579 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6580 * progmodes/idlw-help.el (idlwave-help-get-special-help)
6581 (idlwave-help-get-help-buffer):
6582 * progmodes/gud.el (gud-basic-call, gud-find-class)
6583 (gud-tooltip-activate-mouse-motions-if-enabled):
6584 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6585 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6586 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6587 (ebrowse-tags-next-file):
6588 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6589 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6590 (ebnf-eps-finish-and-write):
6591 * progmodes/cpp.el (cpp-edit-save):
6592 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6593 * progmodes/cc-defs.el (c-emacs-features):
6594 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6595 (antlr-directory-dependencies):
6596 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6597 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6598 (ada-find-any-references, ada-make-filename-from-adaname)
6599 (ada-make-body-gnatstub):
6600 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 6601 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
6602 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6603 * net/rcirc.el (rcirc-debug):
6604 * net/newst-treeview.el (newsticker--treeview-list-add-item)
6605 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6606 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6607 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 6608 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
6609 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6610 (newsticker--treeview-list-clear-highlight)
6611 (newsticker--treeview-list-update-highlight)
6612 (newsticker--treeview-list-highlight-start)
6613 (newsticker--treeview-tree-update-highlight)
6614 (newsticker--treeview-get-selected-item)
6615 (newsticker-treeview-mark-list-items-old)
6616 (newsticker--treeview-set-current-node):
6617 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6618 * net/newst-backend.el (newsticker--get-news-by-funcall)
6619 (newsticker--get-news-by-wget, newsticker--image-get)
6620 (newsticker--image-sentinel):
6621 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6622 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6623 (eudc-ph-close-session):
6624 * net/eudc.el (eudc-save-options):
6625 * language/thai-word.el (thai-update-word-table):
6626 * language/japan-util.el (japanese-string-conversion):
6627 * international/titdic-cnv.el (tsang-quick-converter)
6628 (ziranma-converter, ctlau-converter):
6629 * international/mule-cmds.el (describe-language-environment):
6630 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6631 (skkdic-convert-postfix, skkdic-convert-prefix):
6632 (skkdic-convert-okuri-nasi, skkdic-convert):
6633 * emacs-lisp/re-builder.el (reb-update-overlays):
6634 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6635 * emacs-lisp/gulp.el (gulp-send-requests):
6636 * emacs-lisp/find-gc.el (trace-call-tree):
6637 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6638 (eieio-describe-generic):
6639 * emacs-lisp/eieio-base.el (eieio-persistent-read):
6640 * emacs-lisp/edebug.el (edebug-outside-excursion):
6641 * emacs-lisp/debug.el (debugger-make-xrefs):
6642 * emacs-lisp/cust-print.el (custom-prin1-to-string):
6643 * emacs-lisp/chart.el (chart-new-buffer):
6644 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6645 Use with-current-buffer.
6646 * textmodes/artist.el (artist-system): Don't call
6647 copy-sequence on a fresh string.
6648 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6649
d566f228
GM
66502009-10-31 Stephen Berman <stephen.berman@gmx.net>
6651
6652 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 6653 is no item to edit. (Bug#4820)
d566f228 6654 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 6655 buffer. (Bug#4820)
d566f228 6656
f3628edd
GM
66572009-10-31 Glenn Morris <rgm@gnu.org>
6658
5cf3709c
GM
6659 * net/ange-ftp.el (top-level): Don't require dired when compiling.
6660 (comint-last-output-start, comint-last-input-start)
6661 (comint-last-input-end): Don't defvar when compiling.
6662 (ange-ftp-process-file): Use bound-and-true-p.
6663
4c814fd2
GM
6664 * pcmpl-rpm.el (top-level): Move provide statement to end.
6665 (pcmpl-rpm): Remove unused custom group.
6666
113b8dcc
GM
6667 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6668
31c615e4
GM
6669 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6670
416d3588
GM
6671 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6672 (byte-compile-warnings): Add `constants' as an option.
6673 (byte-compile-callargs-warn, byte-compile-arglist-warn)
6674 (display-call-tree): Update for byte-compile-fdefinition possibly
6675 returning `(macro lambda ...)'. (Bug#4778)
6676 (byte-compile-variable-ref, byte-compile-setq-default):
6677 Respect `constants' member of byte-compile-warnings.
6678
00f71f39
SM
66792009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6680
6681 * vc-bzr.el (vc-bzr-revision-keywords): New var.
6682 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6683 to "submit:".
6684
ca0a881a
DN
66852009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6686
6687 * textmodes/ispell.el (ispell-skip-region-alist):
6688 * international/mule-conf.el (eight-bit):
6689 * international/fontset.el (font-encoding-alist):
6690 * startup.el (pure-space-overflow-message):
6691 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6692 * paths.el (gnus-nntp-service, rmail-spool-directory)
6693 (term-file-prefix):
6694 * files.el (save-some-buffers-action-alist):
6695 * cmuscheme.el (same-window-buffer-names):
6696 * ielm.el (same-window-buffer-names):
6697 * shell.el (same-window-buffer-names):
6698 * mail/sendmail.el (same-window-buffer-names):
6699 * progmodes/inf-lisp.el (same-window-buffer-names):
6700 * bindings.el (mode-line-client)
6701 (mode-line-column-line-number-mode-map):
6702 * language/tibetan.el (tibetan-precomposition-rule-regexp)
6703 (tibetan-precomposed-regexp): Purecopy string arguments.
6704
b861e45e
SM
67052009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6706
6df9b6d7
SM
6707 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6708 (calcDigit-nondigit):
6709 * calc/calc-yank.el (calc-copy-to-buffer):
6710 * calc/calc-units.el (calc-invalidate-units-table):
6711 * calc/calc-trail.el (calc-trail-yank):
6712 * calc/calc-store.el (calc-insert-variables):
6713 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6714 * calc/calc-prog.el (calc-read-parse-table):
6715 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6716 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6717 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6718 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6719 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6720 (calc-graph-name, calc-graph-find-command, calc-graph-view)
6721 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6722 * calc/calc-ext.el (calc-realign):
6723 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6724 (calc-embedded-finish-edit, calc-embedded-make-info)
6725 (calc-embedded-finish-command, calc-embedded-stack-change):
6726 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6727
70f44c65
SM
6728 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6729 shell-dynamic-complete-filename in preference to
6730 comint-dynamic-complete-filename.
6731
b861e45e
SM
6732 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6733 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6734 Don't consider whether the display supports colors.
6735 (bookmark-import-new-list): Use dolist.
6736 (bookmark-bmenu-mode-map): Move initialization into declaration.
6737 (bookmark-bmenu-list): Use dolist, simplify.
6738 (bookmark-show-all-annotations): Use save-selected-window and dolist.
6739 (menu-bar-final-items): Use push.
6740
8549241d 67412009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
6742
6743 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6744 it works on remote files.
6745 (vc-hg-diff): Don't pass any `--cwd' argument.
6746
30644573
KR
67472009-10-27 Kevin Ryde <user42@zip.com.au>
6748
cc63d28f
SM
6749 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6750 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
6751 (Further to Bug#3921).
6752
9be01a63
MA
67532009-10-27 Michael Albinus <michael.albinus@gmx.de>
6754
6755 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6756 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6757 calling `tramp-imap-put-file'. Add file size to the call.
6758 (tramp-imap-get-file-entries): Compute also user name, file size,
6759 and date.
6760 (tramp-imap-handle-insert-directory): Insert uid and gid.
6761 (tramp-imap-handle-file-attributes): Transform uid and gid
6762 according to `id-format'.
6763 (tramp-imap-put-file): New optional parameter SIZE. Encode file
6764 size in header X-Size.
6765
41849bf9
JB
67662009-10-26 Juanma Barranquero <lekktu@gmail.com>
6767
6768 * simple.el (transpose-subr): Give clearer error when the mark
6769 is not set. (Bug#4807)
6770
293c24f9
MA
67712009-10-26 Michael Albinus <michael.albinus@gmx.de>
6772
cc63d28f
SM
6773 * net/tramp.el (tramp-perl-file-truename): New defconst.
6774 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 6775 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
6776 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6777 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 6778
cc63d28f
SM
6779 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6780 Ignore `dired-call-process'.
293c24f9
MA
6781 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6782
67832009-10-26 Julian Scheid <julians37@gmail.com>
6784
cc63d28f 6785 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
6786 (tramp-get-remote-readlink): New defun.
6787 (tramp-handle-file-truename): Use it.
6788 (tramp-handle-file-exists-p): Check file-attributes cache, assume
6789 file exists if cache value present.
48c2d18a 6790 (tramp-check-cached-permissions): New defun.
293c24f9
MA
6791 (tramp-handle-file-readable-p): Use it.
6792 (tramp-handle-file-writable-p): Likewise.
6793 (tramp-handle-file-executable-p): Likewise.
6794 (tramp-handle-file-name-all-completions): Try using Perl to get
6795 partial completions. When perl not available, combine `cd' and
6796 `ls' into single remote operation and use shell expansion to get
6797 partial remote directory contents. Set `file-exists-p' cache for
6798 directory and any files returned by ls. Change cache handling to
6799 support partial directory contents. Use error message emitted by
6800 remote `cd' or Perl code for local tramp-error.
6801 (tramp-do-copy-or-rename-file-directly): Avoid separate
6802 tramp-send-command-and-check call.
cc63d28f
SM
6803 (tramp-handle-process-file): Merge three remote ops into one.
6804 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
6805 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6806 file-attributes shows uid/gid to be set already.
6807
a7610c52
DN
68082009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6809
6810 * textmodes/tex-mode.el (tex-dvi-view-command)
6811 (tex-show-queue-command, tex-open-quote):
6812 * progmodes/ruby-mode.el (auto-mode-alist)
6813 (interpreter-mode-alist): Purecopy strings.
6814
6815 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6816
6817 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6818 string for the hook, keymap and abbrev table.
6819
6820 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6821
6822 * x-dnd.el (x-dnd-xdnd-to-action):
6823 * startup.el (fancy-startup-text, fancy-about-text): Change to
6824 defconst from defvar.
6825
6826 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6827
6828 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6829 Purecopy initialization strings.
6830
6831 * mail/sendmail.el (mail-header-separator)
6832 (mail-personal-alias-file):
6833 * mail/rmail.el (rmail-default-dont-reply-to-names)
6834 (rmail-ignored-headers, rmail-retry-ignored-headers)
6835 (rmail-highlighted-headers, rmail-secondary-file-directory)
6836 (rmail-secondary-file-regexp):
6837 * files.el (null-device, file-name-invalid-regexp)
6838 (locate-dominating-stop-dir-regexp)
cc63d28f 6839 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
6840 (interpreter-mode-alist): Use mapcar instead of mapc.
6841
6842 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6843
6844 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6845 (completion-ignored-extensions):
6846 (debug-ignored-errors): Purecopy strings.
6847
4fcc3d32
SM
68482009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6849
0667de21
SM
6850 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6851 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6852 (pcomplete--here): Use push.
6853
4fcc3d32
SM
6854 * subr.el (all-completions): Declare the 4th arg obsolete.
6855
955ef430
SM
68562009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6857
2d085307
SM
6858 * pcomplete.el (pcomplete-unquote-argument-function): New var.
6859 (pcomplete-unquote-argument): New function.
6860 (pcomplete--common-suffix): Always pay attention to case.
6861 (pcomplete--table-subvert): Quote and unquote the text.
6862 (pcomplete--common-quoted-suffix): New function.
6863 (pcomplete-std-complete): Use it and pcomplete-begin.
6864
955ef430
SM
6865 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6866 we're inside a dedicated or minibuffer window.
6867
7c85c02b
KF
68682009-10-24 Karl Fogel <kfogel@red-bean.com>
6869
6870 * bookmark.el: Update documentation, especially documentation
6871 of `bookmark-alist' and of the bookmark file format.
6872 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
6873
3e8ae8a6
CY
68742009-10-24 Chong Yidong <cyd@stupidchicken.com>
6875
3e425845
CY
6876 * mail/emacsbug.el (report-emacs-bug): Clarify that the
6877 keybindings apply to the mail buffer (Bug#4003). Shrink help
6878 window to buffer.
6879
cdd47d48
CY
6880 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6881 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
6882 (whitespace-toggle-options, global-whitespace-toggle-options):
6883 Doc fix (Bug#3660).
cdd47d48 6884
ba07c9ad
CY
6885 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6886 of xmltok-start before the end tag was inserted (Bug#2840).
6887
3e8ae8a6
CY
6888 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6889 patterns that are preceded by an open-paren (Bug#1320).
6890
ab276820
CY
68912009-10-24 Sven Joachim <svenjoac@gmx.de>
6892
6893 * files.el (delete-directory): Delete symlinks to directories with
6894 delete-file (Bug#4739).
6895
905a9ed3
DN
68962009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6897
a9a2a6db
DN
6898 * vc.el (vc-backend-for-registration): Rename from
6899 vc-get-backend-for-registration. Update callers.
6900
cc63d28f
SM
6901 * international/mule-cmds.el (set-language-info-alist):
6902 Purecopy lang-env.
905a9ed3
DN
6903 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6904 (charset): Purecopy the name.
6905 (define-char-code-property): Purecopy string arguments.
6906
6907 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6908 Purecopy string arguments.
6909
6910 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6911 * ediff-hook.el (menu-bar-ediff-menu):
6912 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6913 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6914
d270305a
GM
69152009-10-24 Glenn Morris <rgm@gnu.org>
6916
6c74d523 6917 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
6918 * term.el (term-dynamic-list-completions): Use choose-completion rather
6919 than obsolete alias mouse-choose-completion.
6920
ae732337
GM
6921 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6922 file-cache-choose-completion.
6923 (file-cache-choose-completion): Handle an optional event argument.
6924 (file-cache-mouse-choose-completion): Make it an obsolete alias.
6925
cc63d28f
SM
6926 * progmodes/octave-mod.el (octave-complete-symbol):
6927 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 6928
9847dc91
GM
6929 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6930 use.
6931
e8f2a5d5
GM
6932 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6933 compiler.
6934
d270305a
GM
6935 * vc-hooks.el (vc-responsible-backend): Fix declaration.
6936
c6432f1e
SM
69372009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6938
6939 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6940 Ignore `pred' now that we receive one.
6941 Handle test-completion specially.
6942
6ab196f9
DN
69432009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6944
6945 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 6946 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
6947 REGISTER ...
6948 (vc-get-backend-for-registration): ... here. New function.
6949 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6950 of vc-responsible-backend, pass the file name instead of the
6951 directory name.
6952
48feed59
SM
69532009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6954
6955 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6956 New funs.
6957 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
6958 (pcomplete-comint-setup): Don't modify a global var via
6959 accidental side-effects.
6960 (pcomplete-shell-setup): Adjust call accordingly.
6961 (pcomplete-parse-comint-arguments): Use push.
6962
00006066
CY
69632009-10-23 Chong Yidong <cyd@stupidchicken.com>
6964
36bfa3af
CY
6965 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6966 Allow uncapitalized info node names (Bug#3921).
6967
00006066
CY
6968 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6969 to the DEBUG file (Bug#3781).
6970
aa311d6e
CY
69712009-10-23 Jari Aalto <jari.aalto@cante.net>
6972
6973 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6974 dictionary entry (Bug#4579).
6975
b88f2d0a
MA
69762009-10-23 Michael Albinus <michael.albinus@gmx.de>
6977
6978 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6979 from `rfn-eshadow-update-overlay-hook' when unloading.
6980 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6981 "rsyncc". Adjust doc string.
48c2d18a 6982 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
6983 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6984 Keep temporary file when indicated by method ("rsync" and
6985 "rsyncc").
6986 (tramp-handle-write-region): Handle APPEND.
6987 (tramp-delete-temp-file-function): New defun. Added to
6988 `kill-buffer-hook'.
6989
1becddbb
JB
69902009-10-23 Juanma Barranquero <lekktu@gmail.com>
6991
6992 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6993
8f43cbf3
DN
69942009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6995
6996 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6997 (color-name-rgb-alist, tty-standard-colors)
6998 (tty-color-mode-alist): Change to defconst.
6999
7000 * simple.el (mark-inactive): Purecopy message.
7001
7002 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
7003 (global-map, yank-menu):
7004 * textmodes/ispell.el (ispell-menu-map):
7005 * net/eudc.el (eudc-tools-menu):
7006 * international/mule-cmds.el (describe-language-environment-map)
7007 (setup-language-environment-map, set-coding-system-map)
7008 (mule-menu-keymap):
7009 * vc-hooks.el (vc-menu-entry, vc-menu-map):
7010 * replace.el (occur-mode-map):
7011 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
7012
1d228a31
JB
70132009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
7014
33aeea0e
SM
7015 * calc/calc.el (math-read-number, math-read-number-simple):
7016 Use `save-match-data'.
1d228a31 7017
3b067af1
SM
70182009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7019
28a90c44
SM
7020 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
7021 rather than fiddling with global-map bindings, since it should only
7022 affect per-terminal settings.
7023 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
7024
a452eee8
SM
7025 * minibuffer.el (completion-table-with-terminator): Allow to specify
7026 the terminator-regexp.
7027
ab14d7d5
SM
7028 * simple.el (switch-to-completions): Look for *Completions* in other
7029 frames as well.
7030
3b067af1
SM
7031 * pcomplete.el: Allow the use of completion-tables.
7032 (pcomplete-std-complete): New command.
7033 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
7034 (pcomplete--here): Use a function for `form' rather than an expression,
7035 so it can be byte-compiled.
7036 (pcomplete-here, pcomplete-here*): Adjust accordingly.
7037 Add edebug declaration.
7038 (pcomplete-show-completions): Remove unused var `curbuf'.
7039 (pcomplete-do-complete, pcomplete-stub):
1becddbb 7040 Don't assume `completions' is a list of strings any more.
3b067af1 7041
5480359e
JB
70422009-10-22 Juanma Barranquero <lekktu@gmail.com>
7043
7044 * find-dired.el (find-name-arg): Fix typo in docstring.
7045
3170b794
SM
70462009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7047
48c23a25
SM
7048 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
7049 (pcmpl-linux-fs-types): Same, and update to new modules layout.
7050
56b14058
SM
7051 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
7052 pcomplete-entries.
7053
3170b794
SM
7054 * comint.el (comint-read-input-ring, comint-write-input-ring)
7055 (comint-substitute-in-file-name)
7056 (comint-dynamic-complete-as-filename)
7057 (comint-dynamic-simple-complete)
7058 (comint-dynamic-list-filename-completions)
7059 (comint-dynamic-list-completions)
7060 (comint-redirect-results-list-from-process): Minor simplifications.
7061
2affef34
KR
70622009-10-21 Kevin Ryde <user42@zip.com.au>
7063
3170b794
SM
7064 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7065 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 7066 the first form. And insert a blank line after ";;; Code" since
d8194864 7067 that's usual style. (Bug#4612)
2affef34 7068
e7b94bbb
KR
7069 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
7070
528c56e2
SM
70712009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7072
7073 * minibuffer.el (completion-table-with-terminator): Properly implement
7074 boundaries, in case `terminator' appears in the suffix.
7075 (completion--embedded-envvar-table): Don't return boundaries if
7076 there's no valid completion. Simplify.
7077 (completion-file-name-table): New completion table extracted from
7078 completion--file-name-table.
7079 (completion--file-name-table): Use it.
7080 (read-file-name-predicate): Declare obsolete.
7081 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
7082 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
7083 completion-file-name-table, and use the `pred' argument.
7084 * files.el (locate-file-completion-table): Use the `pred' arg rather
7085 than read-file-name-predicate.
7086 (abbreviate-file-name): Use \` rather than ^ for BOS.
7087
f9ed9b4f
DN
70882009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
7089
7090 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
7091 vc-responsible-backend to register, it causes problems.
7092
5f2022a3
SM
70932009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7094
7095 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
7096
fc754ea1
MA
70972009-10-21 Michael Albinus <michael.albinus@gmx.de>
7098
7099 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
7100 (tramp-smb-handle-file-attributes): Use it.
7101 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
7102 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
7103 `mapcar'. Use `tramp-smb-get-stat-capability'.
7104 Add `dired-filename' text properties.
fc754ea1
MA
7105 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
7106 (tramp-smb-maybe-open-connection): Simplify check for smbclient
7107 version.
7108
79bd5ba1
SM
71092009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7110
7111 * subr.el (read-key-delay): Reduce to 0.01.
7112 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
7113 (bug#4751).
7114
3c13704d
SM
71152009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7116
554efd10
SM
7117 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
7118
c2a37b78
SM
7119 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
7120 (Info-menu): Remove unused vars `last' and `completions'.
7121 (Info-index-nodes): Remove unused var `node'.
7122
3c13704d
SM
7123 * info.el (Info-complete-menu-item): Use complete-with-action.
7124
d1e4c403
DN
71252009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7126
7127 Make vc-annotate work through copies and renames.
3c13704d
SM
7128 * vc-annotate.el (vc-annotate-extract-revision-at-line):
7129 Return the file name too.
d1e4c403
DN
7130 (vc-annotate-revision-at-line)
7131 (vc-annotate-find-revision-at-line)
7132 (vc-annotate-revision-previous-to-line)
7133 (vc-annotate-show-log-revision-at-line): Update to get the file
7134 name from vc-annotate-extract-revision-at-line.
7135 (vc-annotate-show-diff-revision-at-line-internal): Change the
7136 argument to mean whether to show a file diff or not. Get the file
7137 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
7138 (vc-annotate-show-diff-revision-at-line):
7139 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
7140 (vc-annotate-warp-revision): Add an optional file argument.
7141
7142 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
7143 (vc-git-annotate-extract-revision-at-line): Also return the file
7144 name if found.
7145
7146 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
7147 command. Remove unused code.
7148 (vc-hg-annotate-re): Update to match --follow output.
7149 (vc-hg-annotate-extract-revision-at-line): Also return the file
7150 name if found.
7151
7152 * vc.el: Update annotate-extract-revision-at-line documentation.
7153
b0b0ef98
KR
71542009-10-18 Kevin Ryde <user42@zip.com.au>
7155
7156 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
7157 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
7158
a9e7f03d
KR
7159 * net/browse-url.el (browse-url): Identify alist with "consp and
7160 not functionp" and let all other things go down the `apply' leg,
7161 as suggested by Stefan. (Further to bug#4531.)
7162
7346a407
CY
71632009-10-18 Chong Yidong <cyd@stupidchicken.com>
7164
7165 * minibuffer.el (read-file-name): Check for repeat before putting
7166 a default argument in file-name-history (Bug#4657).
7167
7168 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
7169 read syntax (Bug#4737).
7170
3c13704d 7171 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 7172
1da94541
CY
71732009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7174
7175 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
7176 (html-tag-alist, html-tag-help): Add descriptions for undocumented
7177 entries and make note of obsolete tags.
7178
2b93080a
SM
71792009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7180
7181 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7182
18b5ffb5
GM
71832009-10-18 Glenn Morris <rgm@gnu.org>
7184
7185 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7186 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 7187 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
7188 now, and in any case the file header format has changed.
7189
c2e161b2
GM
71902009-10-17 Glenn Morris <rgm@gnu.org>
7191
7192 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7193 (flyspell-get-word, flyspell-large-region)
7194 (flyspell-auto-correct-previous-word): Doc/error message fixes.
7195
a1eb44f5
CY
71962009-10-17 Chong Yidong <cyd@stupidchicken.com>
7197
7198 * Makefile.in (ELCFILES): Add ede/shell.
7199
4418646e
DN
72002009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
7201
7202 * term/common-win.el (x-colors): Purecopy it.
7203
4062011e
SM
72042009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7205
7206 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
7207 permissive for when the buffer is empty.
7208 (tar-header-block-tokenize): Decode the username and groupname.
7209 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
7210
2df48a87
SM
72112009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7212
7213 * international/mule-cmds.el (select-safe-coding-system): If the file
7214 has a coding cookie, use it regardless of any other setting (bug#4712).
7215
fd7dd48c
GM
72162009-10-17 Glenn Morris <rgm@gnu.org>
7217
3ee0b477 7218 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
7219 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
7220
2550e4b1
GM
7221 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
7222 (dired-keep-marker-copy, dired-keep-marker-hardlink)
7223 (dired-keep-marker-symlink, dired-dwim-target)
7224 (dired-copy-preserve-time): Do not autoload these defcustoms.
7225
fd7dd48c
GM
7226 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7227 messages from messing up the file coding. (Bug#4623)
7228
f3e3a990
GM
72292009-10-17 Jari Aalto <jari.aalto@cante.net>
7230
7231 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7232 if no match is found for the current dictionary. (Bug#4578)
7233
7234 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7235 optional, since that is how it is documented, and this is often called
7236 with a nil argument. (Bug#4577)
7237 (flyspell-external-point-words, flyspell-auto-correct-word)
7238 (flyspell-correct-word-before-point, flyspell-word-search-forward)
7239 (flyspell-word-search-backward): Remove nil argument in calls to
7240 flyspell-get-word, since it is not needed now.
7241
72422009-10-17 Ulrich Mueller <ulm@gentoo.org>
7243
1becddbb 7244 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 7245
b61374ab
GM
72462009-10-16 Glenn Morris <rgm@gnu.org>
7247
7248 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7249
412707c2
SM
72502009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
7251
7252 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7253 (ange-ftp-file-size): New function.
7254 (ange-ftp-file-attributes): Use it.
7255
0c6f436e
MA
72562009-10-16 Michael Albinus <michael.albinus@gmx.de>
7257
7258 * net/tramp-smb.el (tramp-smb-version): New defvar.
7259 (tramp-smb-maybe-open-connection): Use it, in order to avoid
7260 repeated checks.
7261
850bfd04
GM
72622009-10-16 Glenn Morris <rgm@gnu.org>
7263
7264 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7265 Maybe copy some custom properties from old to new name. (Bug#4706)
7266
f3ed9aca
JB
72672009-10-16 Juanma Barranquero <lekktu@gmail.com>
7268
7269 * subr.el (error, sit-for, start-process-shell-command)
7270 (start-file-process-shell-command): Set the calling convention
7271 after the function definition.
7272
fd6c5134
SM
72732009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7274
7275 * subr.el (error, sit-for, start-process-shell-command)
7276 (start-file-process-shell-command): Use the new
7277 set-advertised-calling-convention feature.
7278
73874eb7
KH
72792009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
7280
fd6c5134
SM
7281 * international/ucs-normalize.el (ucs-normalize-version):
7282 Change to 1.2.
7283 (check-range): Adjust for Unicode 5.2.
73874eb7 7284
03fb33cf
JL
72852009-10-15 Juri Linkov <juri@jurta.org>
7286
7287 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7288 to the `menu-item' format.
7289
4260b402
MA
72902009-10-15 Michael Albinus <michael.albinus@gmx.de>
7291
7292 * net/tramp.el (tramp-replace-environment-variables): Do not fail
7293 if the environment variable does not exist.
7294
7295 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7296 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7297 parameter.
7298 (tramp-smb-handle-add-name-to-file)
7299 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7300 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7301 (tramp-smb-handle-file-attributes)
7302 (tramp-smb-do-file-attributes-with-stat)
7303 (tramp-smb-handle-file-local-copy)
7304 (tramp-smb-handle-insert-directory)
7305 (tramp-smb-handle-make-directory)
7306 (tramp-smb-handle-make-directory-internal)
7307 (tramp-smb-handle-make-symbolic-link)
7308 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7309 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7310 (tramp-smb-maybe-open-connection): Apply the changed parameters.
7311 (tramp-smb-read-file-entry): Read Disk names in compressed format.
7312 Handle long file names.
7313 (tramp-smb-get-cifs-capabilities): Check, whether the connection
7314 process is running.
7315 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7316 Read share names with "-g" option.
7317
d7a0fd6f
GM
73182009-10-15 Ryan Yeske <rcyeske@gmail.com>
7319
7320 * net/rcirc.el (rcirc-view-log-file): New command.
7321 (rcirc-track-minor-mode-map): Remove C-c ` binding.
7322 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7323 specified.
7324
0b44494a
GM
73252009-10-15 Glenn Morris <rgm@gnu.org>
7326
af9fb32f
GM
7327 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7328 from the second command-line argument.
7329 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7330 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7331 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7332 w32-batch-update-autoloads.
7333 * emacs-lisp/autoload.el (autoload-make-program): New variable.
7334 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7335
0b44494a
GM
7336 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7337 the headers cannot be located. Simplify, subtracting superflous
7338 save-excursions.
7339
d5e63715
SM
73402009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
7341
7342 Replace completion-base-size by completion-base-position to fix bugs
7343 such as (bug#4699).
7344 * simple.el (completion-base-position): New var.
7345 (completion-base-size): Mark as obsolete.
7346 (choose-completion): Make it work for mouse events as well.
7347 Pass the new base-position to choose-completion-string.
7348 (choose-completion-guess-base-position): New function, extracted from
7349 choose-completion-delete-max-match.
7350 (choose-completion-delete-max-match): Use it. Make obsolete.
7351 (choose-completion-string): Use the new base-position info.
7352 (completion-root-regexp): Delete.
7353 (completion-setup-function): Preserve completion-base-position.
7354 Eliminate obsolete base-size manipulation.
7355 * minibuffer.el (display-completion-list): Don't mess with base-size.
7356 (minibuffer-completion-help): Set completion-base-position instead.
7357 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7358 choose-completion.
7359 * textmodes/bibtex.el (bibtex-complete):
7360 * emacs-lisp/crm.el (crm--choose-completion-string):
7361 Adjust to new calling convention.
7362 * complete.el (partial-completion-mode): Use minibufferp to avoid
7363 bumping into incompatible change to choose-completion-string-functions.
7364 * ido.el (ido-choose-completion-string): Make its calling convention
7365 more permissive.
7366 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7367 base-size manipulation.
7368 (comint-dynamic-list-input-ring): Use dotimes and push.
7369 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7370 fundamental-mode. Use `or'.
7371
92f8bfc7
JL
73722009-10-14 Juri Linkov <juri@jurta.org>
7373
7374 * misearch.el (multi-isearch-next-buffer-from-list)
7375 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
7376
e78e280d
SM
73772009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7378
384ca163
SM
7379 * Makefile.in (compile-onefile): Load `bytecomp' rather than
7380 `bytecomp.el'.
7381
681e0e7c
SM
7382 * minibuffer.el (completion-pcm--merge-completions): Make sure the
7383 string we return is all made up of text from the completions rather
7384 than part from the completions and part from the input (bug#4219).
7385
e78e280d
SM
7386 * ido.el (ido-everywhere): Use define-minor-mode.
7387
7388 * buff-menu.el (list-buffers, ctl-x-map):
7389 Mark the entry points with ;;;###autoload cookies.
7390
b4e813ca
DN
73912009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7392
52964e54
DN
7393 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7394 correctly in the detached head case.
7395 (vc-git-print-log): Remove unused binding.
7396
b4e813ca
DN
7397 * vc.el (vc-responsible-backend): When a directory is passed for
7398 for registration create a VC repository if no backend is
7399 responsible for the directory argument.
7400 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
7401
7402 * vc.el: Move comments about RCS and SCCS ...
7403 * vc-rcs.el:
7404 * vc-sccs.el: ... here, respectively.
7405
40ba9882
SM
74062009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7407
7408 * minibuffer.el (completion--file-name-table): Return nil if there's
7409 no file completion, even if substitute-in-file-name changed
7410 the string (bug#4708).
7411
04e0f59b
JL
74122009-10-13 Juri Linkov <juri@jurta.org>
7413
7414 * files-x.el (read-file-local-variable-value): Don't filter out
7415 minor modes from mode name completion (bug#4664).
7416
314c8e25
JB
74172009-10-13 Juanma Barranquero <lekktu@gmail.com>
7418
7419 * international/mule-cmds.el (ucs-names): Remove exclusion of
7420 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7421
5c9b7d36
KH
74222009-10-13 Kenichi Handa <handa@m17n.org>
7423
7424 * international/uni-name.el: Regenerated.
7425
1e7a80f2
JB
74262009-10-13 Juanma Barranquero <lekktu@gmail.com>
7427
7428 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
7429 should be automatically buffer-local, but isn't.)
7430
cd29f88b
SS
74312009-10-12 Sam Steingold <sds@gnu.org>
7432
7433 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 7434 timestamps if the buffer has been visited before.
0cd16af4
SS
7435 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7436 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 7437
37493a98
GM
74382009-10-12 Glenn Morris <rgm@gnu.org>
7439
7440 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7441 Let-bind `size'.
7442
3b56b1e6
JB
74432009-10-12 Juanma Barranquero <lekktu@gmail.com>
7444
7422a4bb
JB
7445 * proced.el (proced-unload-function): New function.
7446
fa72d075
JB
7447 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7448 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7449 Doc fix.
7450
3b56b1e6
JB
7451 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7452
4d9b4323
JL
74532009-10-11 Juri Linkov <juri@jurta.org>
7454
7455 * files-x.el (read-file-local-variable-value):
7456 Provide default value only for bound variables (bug#4664).
7457
f6f7e059
MA
74582009-10-11 Michael Albinus <michael.albinus@gmx.de>
7459
7460 * net/tramp.el (tramp-local-host-p): Function shall return nil for
7461 connection methods like smb.
7462
7463 * net/tramp-cache.el (tramp-flush-connection-property): The hash
7464 can be empty.
7465
7466 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7467 (tramp-smb-file-name-handler-alist): Add handlers for
7468 `add-name-to-file', `make-symbolic-link'.
7469 (tramp-smb-handle-add-name-to-file)
2992485f 7470 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
7471 (tramp-smb-handle-make-symbolic-link)
7472 (tramp-smb-get-cifs-capabilities): New defuns.
7473 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7474 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7475 (tramp-smb-handle-file-local-copy)
7476 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
7477 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7478 The file name syntax depends on cifs capabilities.
7479 (tramp-smb-handle-file-attributes):
7480 Call `tramp-smb-do-file-attributes-with-stat' if possible.
7481 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7482 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 7483
67868d26
CY
74842009-10-11 Chong Yidong <cyd@stupidchicken.com>
7485
7486 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7487 (eieio-defclass): Apply deftype handler and setf-method properties
7488 directly.
7489 (eieio-add-new-slot): Avoid union function from cl library.
7490 (eieio--typep): New function.
7491 (eieio-perform-slot-validation): Use it.
7492
6d6a5b7e
KF
74932009-10-10 Karl Fogel <kfogel@red-bean.com>
7494
3b56b1e6 7495 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
7496 Update documentation to refer to the variables documented in r1.135.
7497 (Bug#4188)
7498
67b70de9
KF
74992009-10-10 Karl Fogel <kfogel@red-bean.com>
7500
7501 * bookmark.el (Info-suffix-list): Remove this unused variable.
7502 (bookmark-current-point): Remove this obsolete variable.
7503 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7504 Adjust for removal of bookmark-current-point.
7505
7506 (bookmarks-already-loaded, bookmark-current-buffer)
7507 (bookmark-yank-point): Document. (Bug#4188)
7508
58ae51ae
GM
75092009-10-10 Glenn Morris <rgm@gnu.org>
7510
4619ff5e
GM
7511 * frame.el (frame-height): Doc fix.
7512
58ae51ae
GM
7513 * calendar/calendar.el (calendar-split-width-threshold): New option.
7514 (calendar-basic-setup): Use calendar-split-width-threshold.
7515
d364386c
JB
75162009-10-09 Juanma Barranquero <lekktu@gmail.com>
7517
7518 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7519 Ideographic Supplement" range (U+1F200..U+1F2FF).
7520
33e97a28
KF
75212009-10-09 Karl Fogel <kfogel@red-bean.com>
7522
02d0f051 7523 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 7524 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
7525
75262009-10-09 Karl Fogel <kfogel@red-bean.com>
7527
d364386c 7528 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
7529 (bookmark-bmenu-execute-deletions): Don't save here, as
7530 bookmark-delete will now do so if necessary.
d364386c 7531 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
7532 (Bug#4348)
7533
9656d87b
GM
75342009-10-09 Glenn Morris <rgm@gnu.org>
7535
7536 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7537
e6227f06
KF
75382009-10-09 Karl Fogel <kfogel@red-bean.com>
7539
7540 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7541 (bookmark-jump-other-window): Just invoke bookmark-jump with new
7542 argument now, so the two function's behaviors will match. (Bug#3645)
7543
288f783b
MA
75442009-10-08 Michael Albinus <michael.albinus@gmx.de>
7545
7546 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 7547 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 7548 Apply `save-match-data'.
288f783b
MA
7549
7550 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7551 case both directories are remote.
7552 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 7553 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 7554
872a1ea4
JB
75552009-10-07 Juanma Barranquero <lekktu@gmail.com>
7556
7557 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7558
ab2baced
GM
75592009-10-07 Glenn Morris <rgm@gnu.org>
7560
e78e280d
SM
7561 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7562 of concat.
ab2baced 7563
5c4634c1
SM
75642009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7565
7566 * files-x.el (read-file-local-variable): Include some
7567 non-user-variables in the completion table (bug#4664).
7568
c2dc9732
MA
75692009-10-07 Michael Albinus <michael.albinus@gmx.de>
7570
7571 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7572 message.
7573
7574 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7575 (tramp-smb-file-name-handler-alist): Add handler for
7576 `copy-directory', `expand-file-name', `set-file-modes'.
7577 (tramp-smb-handle-copy-directory)
7578 (tramp-smb-handle-expand-file-name)
7579 (tramp-smb-handle-set-file-modes): New defuns.
7580 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7581 (tramp-smb-handle-file-attributes): Simplify check for retrieving
7582 entry.
7583 (tramp-smb-handle-insert-directory): Don't flush the cache.
7584 (tramp-smb-maybe-open-connection): Check for samba client and
7585 server versions.
7586
11be40a6
EZ
75872009-10-07 Eli Zaretskii <eliz@gnu.org>
7588
7589 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7590 to not error out of search for "^lisp=" fails.
7591
8c4afe20
JB
75922009-10-07 Juanma Barranquero <lekktu@gmail.com>
7593
7594 * makefile.w32-in (WINS_UPDATES): New macro.
7595 (custom-deps, finder-data, autoloads): Use it.
7596
429a1506
GM
75972009-10-07 Glenn Morris <rgm@gnu.org>
7598
ee2e93e2
GM
7599 * Makefile.in (autoloads): Revert previous change.
7600 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7601 the list of preloaded files passed on the command-line, get
7602 it from src/Makefile.
7603
429a1506
GM
7604 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7605 show the original buffer rather than a random one.
7606
a51203ee 76072009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
7608
7609 * help.el (describe-no-warranty): Place point in a slightly better
7610 position in the GPLv3 text.
7611
f58f7520
SS
76122009-10-06 Sam Steingold <sds@gnu.org>
7613
7614 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7615 the comm attribute is present before calling regexp-quote.
7616
bde79dc0
JB
76172009-10-06 Juanma Barranquero <lekktu@gmail.com>
7618
7619 * play/animate.el (animate-string): For good effect, make sure
7620 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7621
7622 * play/animate.el (animate-sequence, animate-birthday-present):
7623 * misc.el (butterfly): Don't set `indent-tabs-mode'.
7624
25ab0302
GM
76252009-10-06 Glenn Morris <rgm@gnu.org>
7626
73fe714a
GM
7627 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7628
3405d98c
GM
7629 * emacs-lisp/autoload.el (autoload-excludes): New variable.
7630 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7631 (batch-update-autoloads): Process a string value of autoload-excludes,
7632 set during the build process.
7633 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
7634
9fb2cdc5
GM
7635 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7636 inside with-parsed... macro so that `v' is defined.
7637
7938ab41
GM
7638 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7639 * progmodes/fortran.el (fortran-end-of-block)
7640 (fortran-beginning-of-block):
7641 Also push mark in the macro case.
7642
eaf9b564
GM
7643 * emerge.el (emerge-show-file-name):
7644 * calc/calc.el (calc-quit):
7645 * calc/calc-misc.el (calc-big-or-small):
7646 * calc/calc-graph.el (calc-graph-view):
7647 * calc/calc-ext.el (calc-reset):
7648 * calendar/calendar.el (calendar-basic-setup):
7649 Use window-full-height-p.
7650
25ab0302
GM
7651 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7652 header we don't understand, don't insert another. (Bug#4624)
7653 If changing mime charset, insert the new one in the right place.
7654
00169eb6
GM
76552009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
7656
7657 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7658 (cal-tex-cursor-month): Correctly increment the end date for diary and
7659 holiday listing. (Bug#4626)
7660
82882188
SM
76612009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7662
40ba9882 7663 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
7664 a symbol.
7665
a8f316ca
JB
76662009-10-05 Juanma Barranquero <lekktu@gmail.com>
7667
7668 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7669 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7670 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7671 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7672
7673 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7674 (eieio-default-superclass): Reflow docstrings.
7675 (this, class-option-assoc, defclass, eieio-class-un-autoload)
7676 (eieio-unbind-method-implementations, defmethod)
7677 (eieio-validate-slot-value, eieio-validate-class-slot-value)
7678 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7679 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7680 (eieio-slot-originating-class-p, eieio-slot-name-index)
7681 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7682 (constructor, initialize-instance, no-next-method, object-print)
7683 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7684 Fix typos in docstrings.
7685 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7686 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7687 (next-method-p): Doc fixes.
7688 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7689 Fix typos in error messages.
7690 (eieio-defmethod): Fix typo in description of generic method.
7691
7692 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7693 (eieio-persistent-save-interactive, slot-missing):
7694 Fix typos in docstrings.
7695 (eieio-instance-inheritor-slot-boundp): Doc fix.
7696
7697 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7698 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7699
7700 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7701 (eieio-custom-object-apply-reset):
7702 Fix typos in docstrings and error messages.
7703
7704 * emacs-lisp/eieio-datadebug.el (data-debug-show):
7705 Fix typo in docstring.
7706
7707 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7708 (eieio-browse-tree): Doc fix.
7709 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7710 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7711 Fix typos in docstrings.
7712
7713 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7714 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7715 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7716 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7717 Reflow docstrings.
7718
c66b7ac0
DN
77192009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7720
4a827e0a 7721 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
7722 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7723 Set log-view-vc-backend so that diff can work.
4a827e0a 7724
c66b7ac0
DN
7725 * log-view.el (log-view-diff): Use vc-diff-internal instead of
7726 vc-version-diff.
7727 (vc-diff-internal): Autoload this instead of vc-version-diff.
7728
1902a98c
EZ
77292009-10-05 Eli Zaretskii <eliz@gnu.org>
7730
a7a8618b
EZ
7731 * simple.el (eval-expression): Doc fix.
7732
1902a98c
EZ
7733 * progmodes/cwarn.el (cwarn-mode): Doc fix.
7734
0e1f2ee6
MA
77352009-10-05 Michael Albinus <michael.albinus@gmx.de>
7736
7737 * files.el (directory-files-no-dot-files-regexp): New defconst.
7738 (delete-directory): Use it.
7739 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
7740
263c02ef 7741 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
7742 (tramp-methods): Add recursive option to `tramp-copy-args'.
7743 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 7744 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 7745 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
7746 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7747 Add handler for `copy-directory'.
7748 (tramp-handle-copy-directory): New defun.
7749 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
7750 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7751 Optimize sent command.
263c02ef 7752
72aa7df4
SM
77532009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7754
4a34f065
SM
7755 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7756 window if necessary.
7757
72aa7df4
SM
7758 * calendar/calendar.el (calendar-basic-setup): Don't call
7759 switch-to-buffer in a dedicated window.
7760
5feb1ba7
KF
77612009-10-05 Karl Fogel <kfogel@red-bean.com>
7762
7763 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 7764 don't do anything related to relocating, just return nil.
5feb1ba7
KF
7765 (bookmark-error-no-filename): New error.
7766 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
7767 bookmark has no file. Don't even attempt to handle things that
7768 are not files; the whole point of custom handlers is to keep that
7769 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
7770 (bookmark-file-or-variation-thereof): Remove now-unused function.
7771 (bookmark-location): Doc string fix.
7772 (Bug#4250)
7773
1bd49952
KF
77742009-10-04 Karl Fogel <kfogel@red-bean.com>
7775
7776 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7777 don't use a file dialog, because they usually don't know how to read
7778 a directory target from the user. (Bug#4230)
7779 Also, make sure the prompt can display directories as well as files.
7780
825382c0
KF
77812009-10-04 Karl Fogel <kfogel@red-bean.com>
7782
7783 * bookmark.el (bookmark-set, bookmark-buffer-name):
7784 Improve doc strings. (Bug#1193)
7785
13901bcb
KF
77862009-10-04 Karl Fogel <kfogel@red-bean.com>
7787
4a34f065
SM
7788 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7789 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7790 (bookmark-get-annotation, bookmark-set-annotation)
7791 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7792 (bookmark-set-position, bookmark-get-front-context-string)
7793 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7794 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7795 (bookmark-jump-other-window, bookmark-handle-bookmark)
7796 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7797 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7798 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
7799 Improve doc strings to say whether bookmark can be a string or
7800 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
7801 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7802 (bookmark-default-annotation-text, bookmark-yank-word)
7803 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7804 (bookmark-import-new-list, bookmark-maybe-rename)
7805 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7806 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 7807 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 7808 add a FIXME comment about how the function may be pointless.
13901bcb 7809 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
7810 parameter name, to clarify that this takes a bookmark record
7811 not a bookmark name.
13901bcb 7812 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 7813 and improve the doc string a bit.
13901bcb
KF
7814 (Bug#4188)
7815
5c1b3e94
KF
78162009-10-04 Karl Fogel <kfogel@red-bean.com>
7817
7818 * bookmark.el (bookmark-alist): Document the new `handler' element
7819 in the param alist.
7820 (bookmark-make-record-function): Adjust documentation for above.
7821 (Bug#4193)
7822
8559076d
KF
78232009-10-04 Karl Fogel <kfogel@red-bean.com>
7824
7825 * info.el (Info-bookmark-make-record): Document this function.
7826 (Info-bookmark-jump): Document with a doc string, not just a comment.
7827 (Bug#4203)
7828
b4583b8c
MA
78292009-10-04 Michael Albinus <michael.albinus@gmx.de>
7830
7831 * files.el (copy-directory): New defun.
7832
7833 * dired-aux.el (dired-copy-file-recursive): Use it.
7834
131ae8f2
JB
78352009-10-04 Juanma Barranquero <lekktu@gmail.com>
7836
a30e71ae 7837 * files-x.el (modify-dir-local-variable)
dd9af436
CY
7838 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
7839 docstrings.
a30e71ae 7840
131ae8f2
JB
7841 * recentf.el (recentf-unload-function): New function.
7842
ccafbf06
GM
78432009-10-04 Glenn Morris <rgm@gnu.org>
7844
7845 * window.el (window-full-height-p): Add doc string.
7846
02c6f098
GM
78472009-10-04 Martin Rudalics <rudalics@gmx.at>
7848
7849 * window.el (window-full-height-p): New function. (Bug#4543)
7850
ed6b0195
DN
78512009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7852
7853 * vc.el: Remove commented out code.
7854 (vc-derived-from-dir-mode): Remove, unused.
7855 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7856
1b8d1cc7
MA
78572009-10-03 Michael Albinus <michael.albinus@gmx.de>
7858
4a34f065
SM
7859 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7860 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
7861 there could be recursive loading when `default-directory' is a
7862 remote file name. (Bug#4614)
7863
ac3c593c
GM
78642009-10-03 Glenn Morris <rgm@gnu.org>
7865
686ea556
GM
7866 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7867 the frame is wide.
7868 (calendar-generate-window): Test for shrinkability rather than width.
7869
ac3c593c
GM
7870 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7871 reusing existing buffers, in case we happen to visit two files with the
7872 same basename. (Bug#4593)
7873
573709fd
EZ
78742009-10-02 Eli Zaretskii <eliz@gnu.org>
7875
4a34f065 7876 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
7877 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7878 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7879 subdirs of cedet as well.
8f885d01 7880 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 7881
8d6c1239
SM
78822009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7883
7884 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7885 Obey advertised-signature-table.
7886
7887 * help-fns.el (help-function-arglist): Don't check
7888 advertised-signature-table.
7889 (describe-function-1): Do it here instead so it also applies to subrs.
7890
c4861de0
MA
78912009-10-02 Michael Albinus <michael.albinus@gmx.de>
7892
7893 * simple.el (start-file-process): Say in the doc-string, that file
7894 handlers might not support pty association, if PROGRAM is nil.
7895
7896 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7897 HOST and USER are strings. They are nil, when there are
7898 incomplete entries in ~/.netrc, for example.
7899 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
7900 root directory ("device busy" error otherwise).
7901
8d6c1239
SM
7902 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7903 Flush file properties of created directory.
c4861de0 7904
d2bda74f
EZ
79052009-10-02 Eli Zaretskii <eliz@gnu.org>
7906
7907 * makefile.w32-in (WINS_BASIC): Remove cedet.
7908 (WINS_CEDET): Add cedet.
7909 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7910
895d1904
GM
79112009-10-02 Kevin Ryde <user42@zip.com.au>
7912
7913 * net/browse-url.el (browse-url): Pass any symbol in
7914 browse-url-browser-function to `apply', since if you've mistakenly put
7915 an unbound symbol then the error is clearer. (Bug#4531)
7916
32226619
JB
79172009-10-02 Juanma Barranquero <lekktu@gmail.com>
7918
7919 * allout.el (allout-init, allout-back-to-current-heading)
7920 (allout-beginning-of-current-entry, allout-ascend-to-depth)
7921 (allout-ascend, allout-up-current-level, allout-end-of-level)
7922 (allout-previous-visible-heading, allout-forward-current-level)
7923 (allout-backward-current-level, allout-show-children):
7924 * apropos.el (apropos-describe-plist):
7925 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7926 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7927 * completion.el (add-completion, add-permanent-completion):
7928 * descr-text.el (describe-text-category, describe-char):
7929 * desktop.el (desktop-lazy-abort):
7930 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7931 * dired.el (dired-build-subdir-alist):
7932 * ediff.el (ediff-version):
7933 * elide-head.el (elide-head, elide-head-show):
7934 * emerge.el (emerge-version):
7935 * env.el (getenv):
7936 * face-remap.el (variable-pitch-mode):
7937 * faces.el (describe-face):
7938 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7939 (dired-at-point):
7940 * files.el (find-file-existing, auto-save-mode):
7941 * font-lock.el (font-lock-fontify-buffer):
7942 * help-fns.el (describe-function, describe-variable)
7943 (describe-syntax, describe-categories):
7944 * help.el (view-lossage, describe-bindings, describe-key)
7945 (describe-mode):
7946 * hexl.el (hexl-current-address):
7947 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7948 * info.el (Info-goto-emacs-key-command-node):
7949 * log-edit.el (log-edit-insert-cvs-template)
7950 (log-edit-insert-cvs-rcstemplate):
7951 * menu-bar.el (menu-bar-mode):
7952 * mouse.el (mouse-appearance-menu):
7953 * newcomment.el (comment-indent-new-line):
7954 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7955 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 7956 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
7957 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7958 * recentf.el (recentf-mode):
7959 * savehist.el (savehist-mode, savehist-save):
7960 * shadowfile.el (shadow-copy-files):
7961 * simple.el (kill-ring-save, next-line, previous-line)
7962 (normal-erase-is-backspace-mode):
7963 * strokes.el (strokes-update-window-configuration)
7964 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7965 (strokes-xpm-for-stroke):
7966 * time.el (emacs-uptime, emacs-init-time):
7967 * tutorial.el (tutorial--describe-nonstandard-key)
7968 (tutorial--detailed-help):
7969 * type-break.el (type-break-mode)
7970 (type-break-mode-line-message-mode, type-break-query-mode)
7971 (type-break-guesstimate-keystroke-threshold):
7972 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7973 * version.el (emacs-version):
7974 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7975 * winner.el (winner-mode):
7976 * calendar/timeclock.el (timeclock-in, timeclock-out)
7977 (timeclock-status-string, timeclock-change)
7978 (timeclock-workday-remaining-string)
7979 (timeclock-workday-elapsed-string)
7980 (timeclock-when-to-leave-string):
7981 * calendar/todo-mode.el (todo-add-category):
7982 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7983 * emacs-lisp/autoload.el (update-file-autoloads):
7984 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7985 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7986 (checkdoc-message-text, checkdoc-defun):
7987 * emacs-lisp/debug.el (debugger-list-functions):
7988 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7989 * emacs-lisp/eieio-opt.el (eieio-describe-class)
7990 (eieio-describe-generic):
7991 * emacs-lisp/lisp-mnt.el (lm-synopsis):
7992 * emacs-lisp/shadow.el (list-load-path-shadows):
7993 * emulation/cua-base.el (cua-mode):
7994 * emulation/edt.el (edt-set-scroll-margins):
7995 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7996 (tpu-toggle-regexp, tpu-toggle-search-direction)
7997 (tpu-toggle-rectangle, tpu-toggle-control-keys):
7998 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7999 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8000 (viper-set-parsing-style-toggling-macro)
8001 (viper-set-emacs-state-searchstyle-macros):
8002 * emulation/viper.el (viper-set-hooks):
8003 * eshell/esh-mode.el (eshell-truncate-buffer):
8004 * international/mule-cmds.el (prefer-coding-system)
8005 (describe-input-method, describe-language-environment):
8006 * international/mule-diag.el (list-character-sets)
8007 (describe-character-set, describe-coding-system)
8008 (describe-fontset, list-fontsets, list-input-methods):
8009 * mail/sendmail.el (mail-signature):
8010 * net/ange-ftp.el (ange-ftp-copy-file):
8011 * net/browse-url.el (browse-url):
8012 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
8013 * net/quickurl.el (quickurl-add-url):
8014 * net/rcirc.el (names, topic):
8015 * net/xesam.el (xesam-mode):
8016 * play/5x5.el (5x5-new-game):
8017 * play/yow.el (apropos-zippy):
8018 * progmodes/ada-mode.el (ada-mode-version):
8019 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
8020 (f90-end-of-block)
8021 (f90-beginning-of-block):
8022 * progmodes/fortran.el (fortran-end-of-block)
8023 (fortran-beginning-of-block):
8024 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
8025 * progmodes/python.el (python-describe-symbol, python-shell):
8026 * term/ns-win.el (ns-print-buffer):
8027 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
8028 * textmodes/flyspell.el (flyspell-mode-on):
8029 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
8030 (pages-directory-for-addresses):
8031 * textmodes/table.el (table-recognize-cell)
8032 (table-query-dimension, table-generate-source)
8033 (table-insert-sequence, table--warn-incompatibility):
8034 * textmodes/tex-mode.el (tex-validate-buffer):
8035 * textmodes/texinfmt.el (texinfmt-version)
8036 (texinfo-format-buffer):
8037 Use `called-interactively-p' instead of `interactive-p'.
8038
12a3c28c
JB
80392009-10-02 Juanma Barranquero <lekktu@gmail.com>
8040
8041 * image-mode.el (image-toggle-display):
8042 * emacs-lisp/elp.el (elp-instrument-function):
8043 * emacs-lisp/advice.el (ad-make-advised-definition):
8044 * emacs-lisp/easy-mmode.el (define-minor-mode):
8045 * net/browse-url.el (browse-url-maybe-new-window):
8046 * progmodes/sh-script.el (sh-learn-buffer-indent):
8047 Pass new argument 'any to `called-interactively-p'.
8048
171fda8a
JB
80492009-10-01 Juanma Barranquero <lekktu@gmail.com>
8050
171fda8a
JB
8051 * international/uni-bidi.el:
8052 * international/uni-category.el:
8053 * international/uni-combining.el:
8054 * international/uni-comment.el:
8055 * international/uni-decimal.el:
9c3c9fdf 8056 * international/uni-decomposition.el:
171fda8a
JB
8057 * international/uni-digit.el:
8058 * international/uni-lowercase.el:
8059 * international/uni-mirrored.el:
8060 * international/uni-name.el:
8061 * international/uni-numeric.el:
8062 * international/uni-old-name.el:
8063 * international/uni-titlecase.el:
8064 * international/uni-uppercase.el:
8065 Regenerate from Unicode 5.2.0 data.
8066
dcb9734a
GM
80672009-10-01 Glenn Morris <rgm@gnu.org>
8068
8069 * Makefile.in (ELCFILES): Regenerate.
8070
ced10a4c
SM
80712009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8072
9d28c33e
SM
8073 * subr.el (interactive-p): Mark obsolete.
8074 (called-interactively-p): Make the optional-ness of `kind' obsolete.
8075 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
8076 advertised-signature-table for subroutines as well.
8077
ced10a4c
SM
8078 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
8079 (set-advertised-calling-convention): New function.
8080 (make-obsolete, define-obsolete-function-alias)
8081 (make-obsolete-variable, define-obsolete-variable-alias):
8082 Make the optional-ness of `when' obsolete.
8083 (define-obsolete-face-alias): Make `when' non-optional.
8084 * help-fns.el (help-function-arglist):
8085 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
8086 Use advertised-signature-table.
8087
cc3dda16
MA
80882009-10-01 Michael Albinus <michael.albinus@gmx.de>
8089
8090 * files.el (delete-directory): New defun. The original function
8091 in fileio.c has been renamed to `delete-directory-internal'.
8092
8093 * dired.el (dired-delete-file): Call `delete-directory' with
8094 RECURSIVE parameter.
8095
5ce6e4f4 8096 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
8097 parameter RECURSIVE. Implementation is missing.
8098
8099 * net/tramp.el (tramp-handle-make-directory): Flush upper
8100 directory's file properties.
ced10a4c 8101 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
8102 (tramp-handle-dired-recursive-delete-directory): Flush directory
8103 properties after the remove command only.
8104
ced10a4c
SM
8105 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8106 Handle optional parameter RECURSIVE.
cc3dda16 8107
ced10a4c
SM
8108 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
8109 Handle optional parameter RECURSIVE.
cc3dda16
MA
8110
8111 * net/tramp-smb.el (tramp-smb-errors): Add error message for
8112 connection timeout.
8113 (tramp-smb-handle-delete-directory): Handle optional parameter
8114 RECURSIVE.
8115
cf885595
SM
81162009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8117
e3a6b82f
SM
8118 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
8119 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
8120 (byte-compile-defmacro): Use backquotes.
8121
7201bfbb
SM
8122 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
8123
cf885595
SM
8124 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
8125 has no associated file.
8126 (vc-resynch-buffer): Use vc-dir-buffers.
8127
a4d2c321
GM
81282009-10-01 Glenn Morris <rgm@gnu.org>
8129
9ffe3f52
GM
8130 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
8131 (chart-file-count):
8132 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
8133 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
8134 * emacs-lisp/eieio-opt.el (eieio-describe-class):
8135 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
8136 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
8137 (eieio-copy-parents-into-subclass, make-instance, class-children)
8138 (eieio-generic-form):
bd2afec2 8139
9515cdcc
GM
8140 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8141 match-data. (Bug#4555).
8142
a4d2c321
GM
8143 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8144 rather than parsing it as a regexp. This relaxes the layout
8145 requirements and makes errors easier to detect.
8146 (check-declare-verify): Check file is regular.
8147 (check-declare-directory): Doc fix.
8148 * subr.el (declare-function): Doc fix.
8149
b15c31c7
GM
8150 * ibuffer.el (ibuffer-format-qualifier):
8151 * isearch.el (hi-lock-regexp-okay):
8152 * calc/calc.el (math-zerop):
8153 * mail/uce.el (rmail-msgbeg, rmail-msgend):
8154 * term/w32-win.el (setup-default-fontset, set-fontset-font):
8155 Remove unused declarations.
8156
1fc28a2c
GM
81572009-09-30 Glenn Morris <rgm@gnu.org>
8158
1fc28a2c
GM
8159 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8160
494f4fc7
GM
8161 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8162 filename is not a string.
8163
561580e9
CY
81642009-09-29 Chong Yidong <cyd@stupidchicken.com>
8165
8166 * files.el (safe-local-eval-forms): Fix typo.
8167
dcbbecd4
SM
81682009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8169
8170 * vc-hooks.el (vc-dir-buffers): New var.
8171 (vc-state-refresh): New function.
8172 (vc-state): Use it.
8173 (vc-after-save): Always ask the backend to recompute the new state.
8174 Always call vc-dir if necessary, using vc-dir-buffers.
8175 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8176 Use vc-dir-buffers.
8177 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8178 (vc-dir-prepare-status-buffer, vc-dir-update)
8179 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8180 Don't call expand-file-name on default-directory.
8181
d88444f2
JB
81822009-09-29 Juanma Barranquero <lekktu@gmail.com>
8183
8184 * speedbar.el (speedbar-item-delete):
8185 * calc/calc-prog.el (calc-kbd-if):
8186 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8187
8188 * epa.el (epa-key-list-mode-map):
8189 * hi-lock.el (hi-lock-menu): Fix typos in menus.
8190
8191 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8192 (hs-show-hook): Fix typo in docstring.
8193
5da62d41
GM
81942009-09-29 Glenn Morris <rgm@gnu.org>
8195
8360fce0
GM
8196 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8197 file-name-nondirectory call preventing location of cedet files.
8198 (check-declare-verify): Use literal search rather than re-search.
ae715515 8199 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
8200
8201 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8202 Use tramp-compat-file-attributes rather than nonexistent
8203 tramp-compat-handle-file-attributes.
8204
5da62d41
GM
8205 * Makefile.in (lisptagsfiles4): New.
8206 (AUTOGENEL): Add cedet loaddefs files.
8207 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8208 (update-elclist, compile-always, backup-compiled-files)
8209 (bootstrap-clean): Add yet another directory level.
8210 (update-elclist): Use LC_COLLATE rather than COLLATE.
8211 (ELCFILES): Update, via `make update-elclist'.
8212
48267264
JB
82132009-09-29 Juanma Barranquero <lekktu@gmail.com>
8214
8215 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8216 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8217 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8218
2c4cd0b0
AS
82192009-09-28 Andreas Schwab <schwab@linux-m68k.org>
8220
8221 * Makefile.in (lisptagsfiles3): Define.
5da62d41 8222 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
8223 (update-elclist): Add third directory level to look for elc files.
8224 (compile-always): Likewise.
8225 (backup-compiled-files): Likewise.
8226 (bootstrap-clean): Likewise.
8227 (ELCFILES): Update.
8228
a2533e47
CY
82292009-09-28 Chong Yidong <cyd@stupidchicken.com>
8230
8231 * Makefile.in (ELCFILES): Add CEDET files.
8232
eefbedb1
MA
82332009-09-28 Michael Albinus <michael.albinus@gmx.de>
8234
8235 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8236
8237 * net/tramp.el (top): Require tramp-imap.
8238
8239 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8240 Use `tramp-compat-handle-file-attributes'.
8241
82422009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8243
8244 * net/tramp-imap.el: New package.
8245
748e3d67
VJL
82462009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8247
8248 * whitespace.el (whitespace-trailing-regexp)
8249 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8250 Fix doc string.
8251
15120dec
CY
82522009-09-27 Chong Yidong <cyd@stupidchicken.com>
8253
8254 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8255 menu.
8256
8257 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8258 menu-bar-ediff-menu.
8259
8260 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8261 define-overloadable-function.
8262
8263 * progmodes/autoconf.el: Provide autoconf as well, so that this
8264 file can be `require'd.
8265
8266 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8267
8268 * emacs-lisp/autoload.el (generated-autoload-feature)
8269 (generated-autoload-load-name): New vars.
8270 (autoload-rubric, autoload-generate-file-autoloads): Use them.
8271 (make-autoload): Recognize define-overloadable-function and
8272 defclass forms (for EIEIO).
8273
8274 * Makefile.in (update-subdirs): Exclude cedet directory.
8275
135abf91
AR
82762009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8277
1becddbb 8278 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
8279
8280 * faces.el: Default light-background background for region face to
8281 ns_selection_color under NS.
8282
3d994264
TZ
82832009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8284
8285 * net/imap-hash.el: New library, see NEWS.
8286
8287 * Makefile.in (ELCFILES): Add imap-hash.el.
8288
ce9a0ccb
SM
82892009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8290
8291 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8292 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8293 * help-macro.el (make-help-screen): Avoid using an ambiguous function
8294 definition where the docstring could be taken for the return value.
8295
a92cdd49
GM
82962009-09-26 Glenn Morris <rgm@gnu.org>
8297
8298 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
8299 Add option to only show images below a certain size.
8300 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
8301 save-excursion calls.
8302
416ac2f1
EZ
83032009-09-26 Eli Zaretskii <eliz@gnu.org>
8304
8305 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
8306 subdirectories) and eieio.
8307
d9a13f68
AM
83082009-09-26 Alan Mackenzie <acm@muc.de>
8309
33aeea0e
SM
8310 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8311 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
8312
8313 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 8314 character constants (as case labels). (Bug#4289)
d9a13f68 8315
182b3bec
CY
83162009-09-25 Juri Linkov <juri@jurta.org>
8317
8318 * files.el (safe-local-eval-forms): Allow time-stamp in
8319 before-save-hook (Bug#4554).
8320
8f75f2da
JB
83212009-09-25 Drew Adams <drew.adams@oracle.com>
8322
8323 * menu-bar.el (list-buffers-directory): Doc fix.
8324
8390fb80
SM
83252009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
8326
8327 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
8328 Try and avoid copying twice the same paragraph.
8329 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
8330 Remove save-excursion.
8331 (log-edit-changelog-entry): Do it here instead.
8332
11ee8d90
JB
83332009-09-25 Juanma Barranquero <lekktu@gmail.com>
8334
027b1942
JB
8335 * bs.el (bs--get-file-name): Use `list-buffers-directory'
8336 when available, instead of hardcoding mode names. Doc fix.
8337
11ee8d90
JB
8338 * menu-bar.el (list-buffers-directory): Add docstring.
8339 Make automatically buffer-local.
8340
8341 * dired.el (dired-mode):
8342 * files.el (cd-absolute):
8343 * pcvs.el (cvs-temp-buffer):
8344 * pcvs-util.el (cvs-get-buffer-create):
8345 * shell.el (shell-mode):
8346 * vc-dir.el (vc-dir-mode):
8347 Don't make `list-buffers-directory' buffer local.
8348
21289c5d
CY
83492009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
8350
8390fb80
SM
8351 * comint.el (comint-exec, comint-run, make-comint):
8352 Doc fixes (Bug#4542).
21289c5d 8353
e8652dd9
GM
83542009-09-25 Glenn Morris <rgm@gnu.org>
8355
8356 * mail/rmailmm.el (rmail-mime): New custom group.
8357 Move all defcustoms in this file into this group.
8358 (rmail-mime-media-type-handlers-alist): Revert previous change.
8359 (rmail-mime-show-images): New option.
8360 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
8361 references to it, since it wasn't actually used for anything.
8362 (rmail-mime-insert-image): New function.
8363 (rmail-mime-image): Use rmail-mime-insert-image.
8364 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
8365 obey the value of `rmail-mime-show-images' option. Print the size of
8366 attachments.
e8652dd9 8367
fb652bb5
JB
83682009-09-25 David Engster <deng@randomsample.de>
8369
8370 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
8371
32a9841c
VJL
83722009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8373
8374 * whitespace.el: Does not highlight trailing spaces While point is
8375 at end of line. Does not highligt spaces at beginning of buffer
8376 while point is at beginning of buffer. Does not highlight spaces
8377 at end of buffer while point is at end of buffer. (Bug#4177)
8378 New version 12.0.
8379 (whitespace-display-mappings): Adjust initialization.
8380 (whitespace-point, whitespace-font-lock-refontify): New vars.
8381 (whitespace-color-on, whitespace-color-off): Adjust code.
8382 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
8383 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
8384 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
8385
e477ca84
CY
83862009-09-24 Chong Yidong <cyd@stupidchicken.com>
8387
8388 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
8389
8390 * textmodes/sgml-mode.el: Remove xml-mode alias.
8391
8392 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 8393 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 8394
68712602
AM
83952009-09-24 Alan Mackenzie <acm@muc.de>
8396
8397 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
8398 c-forward-conditionals, but it doesn't move point and doesn't set
8399 the mark.
8400 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
8401 (c-down-conditional-with-else, c-backward-conditional)
8402 (c-forward-conditional): Refactor to use c-scan-conditionals.
8403
1659ada0
JB
84042009-09-24 Juanma Barranquero <lekktu@gmail.com>
8405
8406 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
8407 (help-default-arg-highlight): Remove.
8408 (help-highlight-arg): New function.
8409 (help-do-arg-highlight): Use it.
8410 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
8411
b3f01e46
SM
84122009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8413
8414 * term.el (term-set-scroll-region, term-handle-ansi-escape):
8415 Undo last change, which didn't fix the problem and introduced others.
8416
107ef54a
NR
84172009-09-24 Nick Roberts <nickrob@snap.net.nz>
8418
8419 * progmodes/gdb-mi.el: Don't require speedbar.
8420 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
8421
ffa1fed6
GM
84222009-09-24 Glenn Morris <rgm@gnu.org>
8423
2157a2be
GM
8424 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
8425
6125167c
GM
8426 * term/ns-win.el (ns-reg-to-script): Define for compiler.
8427
ffa1fed6
GM
8428 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
8429 there is no newline after the final mime boundary. (Bug#4539)
8430 Move markers on insertion so that any buttons inserted don't end up in
8431 the next part of a multipart message.
2e9075d3
GM
8432 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
8433 (rmail-mime-bulk-handler): Optionally handle images.
8434 (rmail-mime-image): New button action.
8435 (rmail-mime-image-handler): New function.
8436 (rmail-mime-mode): New mode.
8437 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 8438
4a814992
SM
84392009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8440
075518b5
SM
8441 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
8442 than just dropping elements from it (bug#4504).
8443
8ad2defc
SM
8444 * term.el (term-set-scroll-region): Don't move cursor any more.
8445 (term-handle-ansi-escape): Call term-goto here instead.
8446 Suggested by Ivan Kanis <apple@kanis.eu>.
8447
4a814992
SM
8448 * term.el: Require CL.
8449 (term-ansi-reset): New function.
8450 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
8451 (term-handle-colors-array): Simplify.
8452
5a0c3f56
JB
84532009-09-24 Juanma Barranquero <lekktu@gmail.com>
8454
8455 * allout.el (allout-overlay-interior-modification-handler)
8456 (allout-obtain-passphrase):
8457 * epa-file.el (epa-file-write-region):
8458 * ps-print.el (ps-begin-job):
8459 * vc-hooks.el (vc-toggle-read-only):
8460 * vc-rcs.el (vc-rcs-rollback):
8461 * vc-sccs.el (vc-sccs-rollback):
8462 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
8463 (vc-version-diff, vc-revert, vc-rollback):
8464 * wdired.el (wdired-check-kill-buffer):
8465 * emacs-lisp/authors.el (authors):
8466 * net/socks.el (socks-open-connection):
8467 * net/zeroconf.el (zeroconf-service-add-hook):
8468 * obsolete/vc-mcvs.el (vc-mcvs-register):
8469 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
8470 (gdb-select-frame):
8471 * progmodes/grep.el (lgrep, rgrep):
8472 * progmodes/idlw-help.el (idlwave-help-check-locations)
8473 (idlwave-help-html-link, idlwave-help-assistant-open-link):
8474 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8475 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
8476 (reftex-toc-rename-label): Fix typos in error messages.
8477
8478 * dired-aux.el (dired-do-shell-command): Reflow docstring.
8479 (dired-copy-how-to-fn): Doc fix.
8480 (dired-files-attributes, dired-read-shell-command):
8481 Fix typos in docstrings.
8482
8483 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
8484 (dired-x-find-file-other-window): Reflow docstrings.
8485 (dired-omit-marker-char, dired-read-shell-command)
8486 (dired-x-submit-report): Fix typos in docstrings.
8487
8488 * shell.el (shell-mode-hook):
8489 * view.el (View-scroll-line-forward):
8490 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
8491 Fix typos in docstrings.
8492
8493 * net/dig.el (dig-invoke): Fix typo in docstring.
8494 (query-dig): Reflow docstring.
8495
8496 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
8497 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
8498 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
8499 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
8500 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
8501 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
8502 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
8503 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
8504 (idlwave-completion-map, idlwave-current-indent)
8505 (idlwave-custom-ampersand-surround, idlwave-customize)
8506 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
8507 (idlwave-define-abbrev, idlwave-determine-class-special)
8508 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
8509 (idlwave-end-block-reg, idlwave-end-of-statement)
8510 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
8511 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
8512 (idlwave-explicit-class-listed, idlwave-file-header)
8513 (idlwave-fill-paragraph, idlwave-find-class-definition)
8514 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8515 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8516 (idlwave-in-quote, idlwave-indent-action-table)
8517 (idlwave-indent-expand-table, idlwave-indent-line)
8518 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8519 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8520 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8521 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8522 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8523 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8524 (idlwave-outlawed-buffers, idlwave-popup-select)
8525 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8526 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8527 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8528 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8529 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8530 (idlwave-statement-type, idlwave-struct-skip)
8531 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8532 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8533 (idlwave-what-module-find-class): Fix typos in docstrings.
8534 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8535 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8536 (idlwave-find-module, idlwave-find-structure-definition)
8537 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8538 (idlwave-list-load-path-shadows, idlwave-next-statement)
8539 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8540 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8541 (idlwave-template): Reflow docstrings.
8542
8543 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8544 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8545 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8546 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8547 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8548 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8549 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8550 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8551 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8552 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8553 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8554 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8555 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8556 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8557 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8558 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8559 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8560 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8561 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8562 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8563 Fix typos in docstrings.
8564 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8565 (idlwave-shell-hide-output, idlwave-shell-mode)
8566 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8567 Reflow docstrings.
8568
8569 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8570
62136c5d
SM
85712009-09-24 Ivan Kanis <apple@kanis.eu>
8572
8573 * term.el (term-bold-attribute): New var.
8574 (term-handle-colors-array): Use it.
8575
9c1a45ed
NR
85762009-09-23 Nick Roberts <nickrob@snap.net.nz>
8577
8578 * progmodes/gdb-mi.el (gdb-version): New variable.
8579 (gdb-non-stop-handler): Set gdb-version.
8580 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8581 Condition "--thread" option on gdb-version.
8582 (gdb-invalidate-threads): Remove unused argument.
8583
03304f31
SM
85842009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8585
8586 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8587 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8588
4f02f0c9
GM
85892009-09-23 Glenn Morris <rgm@gnu.org>
8590
8591 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8592 replying to mail without References or Message-Id. (Bug#4525)
8593
a3b4b363
AR
85942009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8595
8596 * term/ns-win.el (ns-reg-to-script): New variable.
8597
7bda18cc
DU
85982009-09-23 Daiki Ueno <ueno@unixuser.org>
8599
8600 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8601
72169e55
SS
86022009-09-22 Sam Steingold <sds@gnu.org>
8603
8604 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
8605 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8606 to 1 because hg returns status 1 when nothing is found.
0aa4f295 8607 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 8608
905b7d38
SM
86092009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8610
b0459dec
SM
8611 * textmodes/fill.el: Convert to utf-8 encoding.
8612 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8613 pre-unicode days.
8614
905b7d38
SM
8615 * add-log.el (change-log-fill-forward-paragraph): New function.
8616 (change-log-mode): Use it so fill-region DTRT.
8617 Set fill-indent-according-to-mode here rather than in
8618 change-log-fill-paragraph.
8619 (change-log-fill-paragraph): Remove.
8620
baa7f3de
JB
86212009-09-22 Juanma Barranquero <lekktu@gmail.com>
8622
8623 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8624 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8625
a8d789f0
GM
86262009-09-22 Glenn Morris <rgm@gnu.org>
8627
daedbbc2
GM
8628 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8629 the scroll-bar scroll the calendar window rather than the buffer.
8630
d8899a74
GM
8631 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8632 commands that move point (as opposed to scrolling).
8633
a8d789f0
GM
8634 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8635
8636 * emacs-lisp/elint.el (elint): New custom group.
8637 (elint-log-buffer): Make it a defcustom.
8638 (elint-scan-preloaded, elint-ignored-warnings)
8639 (elint-directory-skip-re): New options.
8640 (elint-builtin-variables): Doc fix.
8641 (elint-preloaded-env): New variable.
8642 (elint-unknown-builtin-args): Add an entry for encode-time.
8643 (elint-extra-errors): Make it a variable rather than a constant.
8644 (elint-preloaded-skip-re): New constant.
8645 (elint-directory): Skip files matching elint-directory-skip-re.
8646 (elint-features): New variable, local to linted buffers.
8647 (elint-update-env): Initialize elint-features. Possibly add
8648 elint-preloaded-env to the buffer's environment.
8649 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8650 Skip quoted forms.
8651 (elint-init-form): New function, extracted from elint-init-env.
8652 Make non-list forms a warning rather than an error.
8653 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8654 easy-menu-define, put that adds an error-condition, and provide.
8655 When requiring cl, also require cl-macs. Really require cl, to handle
8656 some cl macros. Store required libraries in the list elint-features,
8657 so as not to re-load them. Treat cc-require like require.
8658 (elint-init-env): Call elint-init-form to do the work.
8659 Handle eval-and-compile and such like.
8660 (elint-add-required-env): Do not clear messages.
8661 (elint-special-forms): Add handlers for function, defalias, if, when,
8662 unless, and, or.
8663 (elint-form): Add optional argument to ignore elint-special-forms,
8664 useful to prevent recursive calls from handlers. Doc fix.
8665 Respect elint-ignored-warnings.
8666 (elint-form): Respect elint-ignored-warnings.
8667 (elint-bound-variable, elint-bound-function): New variables.
8668 (elint-unbound-variable): Respect elint-bound-variable.
8669 (elint-get-args): Respect elint-bound-function.
8670 (elint-check-cond-form): Add some simple handling for (f)boundp and
8671 featurep tests.
8672 (elint-check-defalias-form): New handler.
8673 (elint-check-let-form): Make an empty let a warning rather than an
8674 error.
8675 (elint-check-setq-form): Make an empty setq a warning rather than an
8676 error. Respect elint-ignored-warnings.
8677 (elint-check-defvar-form): Accept null doc-strings.
8678 (elint-check-conditional-form): New handler. Does some simple-minded
8679 checking of featurep and (f)boundp tests.
8680 (elint-put-function-args): New function.
8681 (elint-initialize): Use elint-scan-doc-file rather than
8682 elint-find-builtin-variables. Use elint-put-function-args.
8683 Possibly scan preloaded-file-list.
8684 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8685 extend to handle functions as well.
8686
245be23c
JB
86872009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8688
8689 * linum.el (linum-delete-overlays, linum-update-window):
8690 Do not modify the right margin. (Bug#3971)
8691
91fdbd6f
CY
86922009-09-21 Chong Yidong <cyd@stupidchicken.com>
8693
33aeea0e
SM
8694 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
8695 Use nxml-mode instead of xml-mode.
91fdbd6f 8696
7589d38e
JB
86972009-09-21 Kevin Ryde <user42@zip.com.au>
8698
8699 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8700
5ac42715
SM
87012009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8702
8703 * net/dig.el (dig-mode): Use define-derived-mode.
8704
09c01323
DN
87052009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8706
4096c5f2
DN
8707 * vc-dispatcher.el (vc-do-command): Return the process object in
8708 the asynchronous case. Use when instead of if. Do not run
5480359e 8709 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 8710
0e172cc2
DN
8711 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8712 properties to the stash strings.
8713 (vc-git-stash-list): Return a list of strings.
8714 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8715 (vc-git-stash-show-at-point): New functions.
8716 (vc-git-stash-map): New keymap.
8717
03304f31
SM
8718 * register.el (ctl-x-r-map): Define the keys here instead of
8719 using autoload.
09c01323 8720
03304f31 87212009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
8722
8723 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8724 list, to workaround performance problem (bug#4485).
8725
2f5fc4d7
NR
87262009-09-20 Nick Roberts <nickrob@snap.net.nz>
8727
8728 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8729
b0f5fd2e
DU
87302009-09-20 Daiki Ueno <ueno@unixuser.org>
8731
8732 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8733 Document that this option is not recommended to use.
8734
f3445fab
GM
87352009-09-19 Glenn Morris <rgm@gnu.org>
8736
547c6921
GM
8737 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8738 variable `var'.
8739
f3445fab
GM
8740 * calc/calc-alg.el (var):
8741 * calc/calcalg2.el (var): Define for compiler.
8742
946c009b
CY
87432009-09-19 Chong Yidong <cyd@stupidchicken.com>
8744
e3f36d03
SM
8745 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8746 Doc fix (Bug#3932).
e2045997 8747
24aedbca
CY
8748 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8749
327dd27a
CY
8750 * time-stamp.el (time-stamp-month-dd-yyyy)
8751 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8752 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8753 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
8754 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8755 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 8756
946c009b
CY
8757 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8758 indent buffer only if called interactively (Bug#4452).
8759
3e70541a
JB
87602009-09-19 Juanma Barranquero <lekktu@gmail.com>
8761 Eli Zaretskii <eliz@gnu.org>
8762
8763 This fixes bug#4197 (merged to bug#865, though not identical).
8764 * server.el (server-auth-dir): Add docstring note about FAT32.
8765 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8766 but warn against using them.
8767
9b94c32e
NR
87682009-09-19 Nick Roberts <nickrob@snap.net.nz>
8769
8770 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8771 older GDB where there is no has_more field.
8772
66590684
GM
87732009-09-19 Glenn Morris <rgm@gnu.org>
8774
8775 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8776
9a1337f9
CY
87772009-09-18 Chong Yidong <cyd@stupidchicken.com>
8778
8779 * files.el (auto-mode-alist): Change default for XML files to nXML
8780 mode (Bug#4169).
8781
d7554167
JB
87822009-09-18 Juanma Barranquero <lekktu@gmail.com>
8783
8784 * server.el (server-ensure-safe-dir): Pass 'integer
8785 to `file-attributes', as suggested.
8786
35a3f9a4
SM
87872009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8788
8789 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8790 (dired-query): Use read-key.
8791
044f9b05
AR
87922009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8793
8794 * cus-start.el (ns-use-qd-smoothing): Remove.
8795
6188ea49
GM
87962009-09-18 Glenn Morris <rgm@gnu.org>
8797
08cf18e4
GM
8798 * allout.el (top-level): Remove unnecessary progn.
8799
07eae5c5
GM
8800 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8801
6726c25e
GM
8802 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8803 definition of abbrev table.
8804
3f527154 8805 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
8806 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8807 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
8808 * net/newst-backend.el (newsticker--cache-read-feed):
8809 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
8810 condition-case handlers.
8811
ccb4c30c
NR
88122009-09-18 Nick Roberts <nickrob@snap.net.nz>
8813
8814 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8815 (gdb-var-list): Add an element for has_more field.
8816 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8817 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8818 (gdb-var-update-handler-1): Parse output of dynamic variable
8819 objects (STL containers).
8820 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8821 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8822
8823 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8824 gdb-var-list.
8825 (gud-speedbar-buttons): Make node expandable if expression "has more"
8826 children.
8827
8686ac71
JB
88282009-09-17 Juanma Barranquero <lekktu@gmail.com>
8829
8830 * startup.el (emacs-quick-startup): Remove variable and all uses.
8831 (command-line): Set `inhibit-x-resources' instead.
8832 (command-line-1): Use `inhibit-x-resources' instead.
8833
a69c67e8
CY
88342009-09-17 Chong Yidong <cyd@stupidchicken.com>
8835
8836 * subr.el: Fix last change to avoid using the `unless' macro,
8837 which breaks bootstrapping.
8838
354f0faf
SM
88392009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8840
8841 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8842 extended definitions, in case we reload subr.el after having
8843 loaded CL.
8844 (eval-next-after-load): Mark as obsolete.
8845
98b9bf40
JL
88462009-09-17 Juri Linkov <juri@jurta.org>
8847
8848 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8849 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8850 (menu-bar-showhide-menu, menu-bar-tools-menu)
8851 (menu-bar-describe-menu, menu-bar-help-menu)
8852 (minibuffer-local-completion-map, minibuffer-local-map):
8853 Fix list quoting.
8854
28fab7b5
GM
88552009-09-17 Glenn Morris <rgm@gnu.org>
8856
88d5190c
GM
8857 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8858 arguments, whether or not it has a handler.
8859
74f24ba7
GM
8860 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8861
28fab7b5
GM
8862 * simple.el (hard-newline): Give it a doc-string.
8863
a8106aec
GM
8864 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8865 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 8866
76251ad7
DN
88672009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8868
72033dbe
DN
8869 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8870 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8871 (menu-bar-options-menu, menu-bar-showhide-menu)
8872 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8873 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8874 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8875 (menu-bar-options-menu, menu-bar-tools-menu)
8876 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8877 (menu-bar-help-menu):
8878 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8879 string arguments.
8880
76251ad7
DN
8881 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8882 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8883 calls for the menu names and :help.
8884
97b952b7
SM
88852009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8886
8887 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8888 to :minor-mode-function (bug#4455).
8889
8f38189e
SM
88902009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8891
d2fd733e
SM
8892 * startup.el (command-line): Initialize the window-system after
8893 processing the command-line.
8894
8f38189e
SM
8895 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8896 page-delimiter matches the empty string.
8897
77564fa4
GM
88982009-09-16 Glenn Morris <rgm@gnu.org>
8899
8900 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8901 byte-compile-not-obsolete-var. It's a list now.
8902 (byte-compile-not-obsolete-funcs): New variable.
8903 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8904 byte-compile-not-obsolete-funcs.
8905 (byte-compile-variable-ref, byte-compile-defvar): Update for
8906 byte-compile-not-obsolete-vars name-change and list nature.
8907 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8908 and variables behind (f)boundp tests.
8909 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8910
79d316d3
DN
89112009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8912
8913 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8914
8fed6934
SM
89152009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8916
8917 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8918 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8919 Don't autoload.
8920
4078fd57
SE
89212009-09-15 Stephen Eglen <stephen@gnu.org>
8922
8923 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 8924 the virtual-buffers, use the name of the buffer specified by
4078fd57 8925 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 8926 problem if the target and the symlink had different names.)
4078fd57 8927
838ff458
SM
89282009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8929
b3c7c12d
SM
8930 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8931
13dc2bc2
SM
8932 * desktop.el (desktop-path): Check user-emacs-directory.
8933
49fec531
SM
8934 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8935
0e328d37
SM
8936 * loadup.el: Use after-load-functions to GC after loading each file.
8937 Remove the explicit GC calls that used to be sprinkled around.
8938
838ff458
SM
8939 * subr.el (after-load-functions): New hook.
8940 (do-after-load-evaluation): Run it. Use string-match-p to detect
8941 `obsolete' packages, rather than painfully extracting the relevant
8942 directory name.
8943
a62f564f
GM
89442009-09-15 Glenn Morris <rgm@gnu.org>
8945
8946 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8947 free variable `doc'.
8948
8949 * dired.el (dired-mode-map): Add menu entry for async shell command.
8950
8951 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8952 variables, also consider the .elc files, since the .el files are
8953 normally gzipped (subsequent code locates the .el.gz from the .elc).
8954
8955 * calc/calc-prog.el (arglist): Define for compiler.
8956
8957 * calendar/diary-lib.el (diary-display-function): Change the default to
8958 fancy display.
8959 (body): Define for compiler.
8960
8961 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8962 (byte-compile-file-form, byte-compile-lambda)
8963 (byte-compile-top-level-body, byte-compile-form)
8964 (byte-compile-variable-ref, byte-compile-setq)
8965 (byte-compile-setq-default, byte-compile-body)
8966 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8967 (batch-byte-compile): Give some more local variables with common names
8968 a "bytecomp-" prefix to avoid masking warnings about free variables.
8969
cd05fe7f
GM
8970 * startup.el (command-line-1): Give local variables with common names a
8971 distinguishing prefix, so as not to hide free variable warnings during
8972 bootstrap.
8973
a62f564f
GM
8974 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8975 clever and add a suffix to make a unique name, just let the user decide
8976 whether or not to overwrite it. If the input is a directory, write the
8977 default filename to that directory. (Bug#4388)
8978 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8979 is a filename-as-a-directory.
8980
fbc88440
SM
89812009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8982
8983 * textmodes/page.el (what-page): Don't move to beginning of line.
8984 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8985
60308853
DN
89862009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8987
8988 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8989
32ba3abc
DN
89902009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8991
9cd39aff
DN
8992 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8993 * help.el (help-for-help-internal): Add purecopy calls for text.
8994
32ba3abc
DN
8995 * vc.el (top): print-log method now takes an optional SHORTLOG
8996 argument. Add a new method: root.
32ba3abc
DN
8997 (vc-root-diff, vc-print-root-log): New functions.
8998 (vc-log-short-style): New variable.
8999 (vc-print-log-internal): Add support for showing short logs.
9000
9001 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
9002 vc-print-root-log and vc-print-root-diff.
9003
9004 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
9005 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
9006 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
9007 short logs.
9008
9009 * vc-cvs.el (vc-cvs-print-log):
9010 * vc-mtn.el (vc-mtn-print-log):
9011 * vc-rcs.el (vc-rcs-print-log):
9012 * vc-sccs.el (vc-sccs-print-log):
9013 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
9014 that is ignored for now.
9015
837b0e99
DN
9016 * vc-mtn.el (vc-mtn-annotate-command):
9017 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
9018
31cd2dd4
SM
90192009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9020
9021 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
9022 to function-key-map, and give them ascii-character property.
9023 * term/x-win.el (x-alternatives-map):
9024 * term/ns-win.el (ns-alternatives-map):
9025 * term/internal.el (msdos-key-remapping-map):
9026 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
9027
d62e5bf2
GM
90282009-09-14 Glenn Morris <rgm@gnu.org>
9029
9030 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
9031 temp-buffers (2009-09-12).
9032
7d0105e5
SM
90332009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9034
9035 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
9036 the new read-key function.
9037
e17ed9ad
CY
90382009-09-13 Chong Yidong <cyd@stupidchicken.com>
9039
9040 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
9041 is defined (Bug#4405).
9042
1fc26e29
CY
90432009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
9044
9045 * recentf.el (recentf-cleanup): Use a hash table to find
9046 duplicates (Bug#4407).
9047
61dc96a2 90482009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
9049
9050 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
9051 kp-0 to ascii equivalents (Bug#4325).
9052
42c3a9e3
CY
90532009-09-13 Chong Yidong <cyd@stupidchicken.com>
9054
1f5c1626
CY
9055 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9056
42c3a9e3 9057 * eshell/em-hist.el:
31cd2dd4
SM
9058 * eshell/em-dirs.el (eshell-complete-user-reference):
9059 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
9060
90612009-09-13 Leo <sdl.web@gmail.com> (tiny change)
9062
9063 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9064 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9065 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
9066 * eshell/em-hist.el (eshell-history-file-name):
9067 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 9068
1e2b6acf
GM
90692009-09-13 Glenn Morris <rgm@gnu.org>
9070
9071 * ediff-merg.el (ediff-do-merge):
9072 * filesets.el (filesets-run-cmd):
9073 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9074 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9075 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9076 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9077 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9078 Replace empty `let's with `progn'.
9079
adba8116
SM
90802009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9081
9082 * mail/sendmail.el (send-mail-function):
9083 * tooltip.el (tooltip-mode):
9084 * simple.el (transient-mark-mode):
9085 * rfn-eshadow.el (file-name-shadow-mode):
9086 * frame.el (blink-cursor-mode):
9087 * font-core.el (global-font-lock-mode):
9088 * files.el (temporary-file-directory)
9089 (small-temporary-file-directory, auto-save-file-name-transforms):
9090 * epa-hook.el (auto-encryption-mode):
9091 * composite.el (global-auto-composition-mode):
9092 Use custom-initialize-delay.
9093 * startup.el (command-line): Don't explicitly call
9094 custom-reevaluate-setting for all the above vars.
9095 * custom.el (custom-initialize-safe-set)
9096 (custom-initialize-safe-default): Delete.
9097
0a4afea9
SM
90982009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9099
9f94990d
SM
9100 * term/x-win.el (x-initialize-window-system):
9101 * term/w32-win.el (w32-initialize-window-system):
9102 * term/ns-win.el (ns-initialize-window-system): Don't call
9103 mouse-wheel-mode since it's enabled globally by default already.
9104
0a4afea9
SM
9105 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9106 actually define the variable, but only silences the byte-compiler.
9107 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9108 before looking it up.
9109 (mouse-wheel-scroll-amount): Also reset the bindings if this value
9110 is changed.
9111
bf01513f
GM
91122009-09-12 Glenn Morris <rgm@gnu.org>
9113
9114 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9115 1000.
9116 (elint-add-required-env): Don't beep on error.
9117 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
9118 (elint-init-env): Skip non-list forms.
9119 (elint-log): Handle unknown file positions.
bf01513f 9120
d85889e4
DU
91212009-09-12 Daiki Ueno <ueno@unixuser.org>
9122
9123 * epg.el (epg-make-context): Add autoload cookie.
9124 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9125 (epg-decrypt-string, epg-start-verify, epg-verify-file)
9126 (epg-verify-string, epg-start-sign, epg-sign-file)
9127 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9128 (epg-encrypt-string, epg-start-export-keys)
9129 (epg-export-keys-to-file, epg-export-keys-to-string)
9130 (epg-start-import-keys, epg-import-keys-from-file)
9131 (epg-import-keys-from-string, epg-start-receive-keys)
9132 (epg-receive-keys, epg-import-keys-from-server)
9133 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9134 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
9135 (epg-generate-key-from-file, epg-generate-key-from-string):
9136 Remove autoload cookie.
d85889e4 9137
8f825ee6
EZ
91382009-09-12 Eli Zaretskii <eliz@gnu.org>
9139
36b434ee
EZ
9140 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9141 reevaluation of trash-directory.
9142
8f825ee6
EZ
9143 * mwheel.el: Fix last change.
9144 (mouse-wheel-mode): New defvar.
9145 (mouse-wheel-mode): Remove autoload cookie.
9146
5766c380
SM
91472009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9148
ab5c0fcd
SM
9149 * mwheel.el (mwheel-installed-bindings): New var.
9150 (mouse-wheel-mode): Use it, so as to make sure we really remove all
9151 the bindings we set last time. Use custom-initialize-delay.
9152 * loadup.el: Load mwheel after term/*-win.el.
9153 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9154 and mouse-wheel-up-event now that their first evaluation is done
9155 sufficiently late to be correct.
9156
45448e64
SM
9157 * startup.el (tutorial-directory): Make it a defcustom.
9158 Use custom-initialize-delay rather than eval-at-startup to set it.
9159 * image.el (image-load-path): Make it a defcustom.
9160 Use custom-initialize-delay rather than eval-at-startup to set it.
9161 * subr.el (eval-at-startup): Remove.
9162 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9163
5766c380
SM
9164 * subr.el (do-after-load-evaluation): Warn the user after loading an
9165 obsolete package.
9166
d6549da4
GM
91672009-09-12 Glenn Morris <rgm@gnu.org>
9168
9169 * proced.el (proced-mark-alt): Remove alias.
9170 (proced-mode-map): Remove proced-mark-alt.
9171
9172 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9173 Elint file and directory. Remove initialization entry.
9174
9175 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9176 commands.
9177 (elint-current-buffer): Set mode-line-process.
9178 (elint-init-env): Handle define-derived-mode.
9179 Fix declare-function with unspecified arglist. Guard against odd
9180 defalias statements (eg iso-insert's 8859-1-map).
9181 (elint-add-required-env): Use a temp buffer.
9182 (elint-form): Just print the function/macro name, not the whole form.
9183 Return env unchanged if we fail to parse a macro.
9184 (elint-forms): Guard against parse errors.
9185 (elint-output): New function, to handle batch mode.
9186 (elint-log-message): Add optional argument. Use elint-output.
9187 (elint-set-mode-line): New function.
9188
30194d4d
CY
91892009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
9190
9191 * emacs-lisp/elp.el (elp-not-profilable): Add more
9192 functions (Bug#4233).
9193
a035f9b0
CY
91942009-09-12 Chong Yidong <cyd@stupidchicken.com>
9195
9196 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9197 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9198
dad61164
NR
91992009-09-11 Nick Roberts <nickrob@snap.net.nz>
9200
9201 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9202 (gdb-var-list-children): Use json parsing.
9203
9c3c9fdf 92042009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
9205
9206 * progmodes/js.el (js--proper-indentation): Handle the case where
9207 char-before is null. Reported by Deniz Dogan.
9208
b4587710
JB
92092009-09-11 Juanma Barranquero <lekktu@gmail.com>
9210
9211 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9212
13890796
DU
92132009-09-11 Daiki Ueno <ueno@unixuser.org>
9214
9215 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9216 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 9217 (epg-context-set-passphrase-callback)
97d4bdba 9218 (epg-context-set-progress-callback): Add description about
b18508dd 9219 callback function.
13890796 9220
2efb64a8
SM
92212009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9222
790d0270
SM
9223 * custom.el (custom-delayed-init-variables): New var.
9224 (custom-initialize-delay): New function.
9225 * startup.el (command-line): "Re"evaluate all vars in
9226 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
9227 explicitly any more.
9228 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9229 to avoid creating a ~/.emacs.d at build-time (bug#4347).
9230
9231 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 9232
ac243a40
NR
92332009-09-11 Nick Roberts <nickrob@snap.net.nz>
9234
9235 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9236 (gdb-var-update-handler): Use json parsing.
9237
657bc6fc
JB
92382009-09-11 Juanma Barranquero <lekktu@gmail.com>
9239
9240 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9241 decode annotated text, regardless of language environment. (Bug#2741)
9242
b6fe8102
SM
92432009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9244
9245 * Makefile.in (autoloads): Make rmail.el writable as well.
9246
5cc443fe
GM
92472009-09-11 Glenn Morris <rgm@gnu.org>
9248
5515c54e
GM
9249 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9250 loaddefs.el.
9251 * dired.el: Regenerate with extracted autoloads.
9252 * Makefile.in (autoloads): Make dired.el writable.
9253
15067158
GM
9254 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9255 * ibuffer.el: Regenerate with extracted autoloads.
9256 * Makefile.in (autoloads): Make ibuffer.el writable.
9257
d35d0238
GM
9258 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9259 * version.el (emacs-copyright, emacs-major-version)
9260 (emacs-minor-version): Reformat doc-strings for make-docfile.
9261
5cc443fe
GM
9262 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9263 functions and variables, since they must be stuff specific to some other
9264 platform.
9265 (apropos-print): Make mouse-click message less specific about button.
9266
9267 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9268 that records where a macro was defined.
9269 * help-fns.el (describe-function-1): Mention if a function has a
9270 compiler-macro.
9271 * help-mode.el (help-function-cmacro): New button.
9272
9273 * locate.el (top-level): Always require dired.
9274 (locate-mode-map): Initialize inside the defvar.
9275
9276 * net/ange-ftp.el (dired-compress-file): Declare.
9277 (ange-ftp-dired-compress-file): Add doc string.
9278
9279 * term/ns-win.el (x-display-name, x-setup-function-keys):
9280 Unify doc-strings with X versions.
9281
8cb95edf
SM
92822009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9283
726a4d09
SM
9284 * emulation/crisp.el (crisp-mode-map): Move initialization
9285 into declaration.
9286 (crisp-mode): Use define-minor-mode.
9287
8cb95edf
SM
9288 * progmodes/xscheme.el (xscheme-evaluation-commands):
9289 Put a :advertised-binding property rather than using
9290 advertised-xscheme-send-previous-expression.
9291 (advertised-xscheme-send-previous-expression): Declare obsolete.
9292 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9293 `advertised-undo'.
9294 (crisp-mode): Add corresponding bindings to
9295 undo's :advertised-binding instead.
9296 * dired.el (dired-mode-map): Put a :advertised-binding property rather
9297 than using dired-advertised-find-file.
9298 (dired-advertised-find-file):
9299 * simple.el (advertised-undo):
9300 * wid-edit.el (advertised-widget-backward): Declare obsolete.
9301 (widget-keymap): Put a :advertised-binding property rather
9302 than using advertised-widget-backward.
9303 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
9304 than using advertised-undo.
9305 * tutorial.el (tutorial--default-keys): Adjust accordingly.
9306
07db5857
SS
93072009-09-10 Simon South <ssouth@slowcomputing.org>
9308
9309 * progmodes/delphi.el (delphi-tab): Indent region when Transient
9310 Mark mode is enabled and region is active; otherwise indent or
9311 insert TAB as usual.
9312 (delphi-mode): Update description of TAB-key binding.
9313
50d4ba39
SM
93142009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9315
9316 * subr.el (define-key-rebound-commands): Mark obsolete.
9317 * startup.el (precompute-menubar-bindings): Remove.
9318 (normal-top-level): Remove obsolete code that tried to precompute
9319 menubar bindings.
9320 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
9321 define-key-rebound-commands and precompute-menubar-bindings.
9322
ffa894db
KY
93232009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9324
9325 * net/imap.el (imap-interactive-login): Better messages.
9326 (imap-open): Fix bug with renamed buffer on reconnect.
9327 (imap-authenticate): Add buffer-local imap-last-authenticator variable
9328 for easier debugging and cleaner code. On successful (guessed based on
9329 server capabilities) secondary authentication, set imap-state
9330 correctly.
9331 (imap-last-authenticator): Define imap-last-authenticator as a variable
9332 to avoid warnings.
9333
9477096c
GM
93342009-09-10 Glenn Morris <rgm@gnu.org>
9335
9336 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
9337
9338 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
9339 (byte-compile-file-form-autoload): Don't warn about unknown functions
9340 where the autoload statement comes after the use.
9341 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
9342 that any handlers inside the body (eg require) are in turn respected.
9343
9344 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
9345 effects.
9346
9347 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
9348 and syntax and abbrev tables basic docs, if they don't have any.
9349
9350 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
9351
9352 * international/mule-cmds.el (top-level): Require cl when compiling.
9353 (view-hello-file): Use default-value rather than
9354 default-enable-multibyte-characters.
9355
9356 * progmodes/fortran.el: Move all safe and risky properties into the
9357 defcustoms.
9358
9359 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
9360 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
9361 * mail/undigest.el:
9362 Put autoloads in rmail.el rather than loaddefs.el.
9363 * mail/rmail.el: Regenerate with extracted autoloads.
9364
9365 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
9366 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
9367
9f16c547
NR
93682009-09-10 Nick Roberts <nickrob@snap.net.nz>
9369
9370 Reported in thread for Bug#4375.
9371 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
9372 "-data-evaluate-expression" instead of print.
9373 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
9374 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
9375 (gdb): Revert 2009-08-11 change. User should detach inferior
9376 manually.
9f16c547
NR
9377
9378 Remove the word "separate" from IO functions as inferior
9379 output is now never displayed in the GUD buffer.
9380
50405cd0
JB
93812009-09-10 Juanma Barranquero <lekktu@gmail.com>
9382
9383 * startup.el (command-line-normalize-file-name): On Windows and
9384 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
9385
7ae62430
JL
93862009-09-10 Juri Linkov <juri@jurta.org>
9387
9388 * isearch.el (isearch-text-char-description): Propertize escape
9389 character sequences with the `escape-glyph' face. (Bug#4344)
9390
9391 * simple.el (shell-command): Set asynchronous process filter to
9392 `comint-output-filter'. (Bug#4343)
9393
9394 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
9395 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
9396 the list. Move "asm" to the bottom.
9397 (grep-find-ignored-directories): Add `choice' with nil value
9398 to empty the list easily.
9399 (grep-find-ignored-files): New option.
9400 (grep-files-history): Set to nil by default instead of '("ch" "el").
9401 (grep-compute-defaults): Add "<X>" to `grep-template'.
9402 (grep-read-files): Bind new local variables `default-alias' and
9403 `default-extension'. Use a list of default values for the file prompt.
9404 (lgrep): Add `--exclude=' command line options composed from
9405 `grep-find-ignored-files'.
9406 (rgrep): Add `-name' command line options composed from
9407 `grep-find-ignored-files'. (Bug#4301)
9408
cd875252
SM
94092009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9410
9411 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
9412 (bug#4368).
9413
cdce0b33
KY
94142009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9415
9416 * calendar/time-date.el (autoload):
9417 Expand define-obsolete-function-alias into defalias and make-obsolete
9418 for old Emacsen that Gnus supports.
9419 (with-no-warnings): Define it for old Emacsen.
9420 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
9421 is available.
9422 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
9423 float-time is available; suppress compile warning for time-to-seconds.
9424
94252009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
9426
9427 * net/imap.el (imap-message-map): Docstring fix.
9428
2b2eb431
GM
94292009-09-09 Glenn Morris <rgm@gnu.org>
9430
9431 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
9432 line numbers too. (Bug#4374)
9433
83a5aac5
SM
94342009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
9435
755e0210
SM
9436 * smerge-mode.el (smerge-remove-props, smerge-refine):
9437 Use with-silent-modifications (bug#4342).
9438
83a5aac5
SM
9439 * subr.el (with-silent-modifications): New macro.
9440
79f01fa7
JB
94412009-09-07 Juanma Barranquero <lekktu@gmail.com>
9442
9443 * files.el (top-level): Require `cl' when compiling.
9444
448ecec3
GM
94452009-09-07 Glenn Morris <rgm@gnu.org>
9446
9447 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
9448
8f09a02f
GM
9449 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
9450 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
9451
76ff67bf
NR
94522009-09-06 Nick Roberts <nickrob@snap.net.nz>
9453
9454 * vc-git.el (vc-git-annotate-command): Use separator to parse
9455 arguments correctly.
9456
943c8b75
EZ
94572009-09-06 Eli Zaretskii <eliz@gnu.org>
9458
9459 * proced.el (proced-mode): Doc fix.
9460
680db9ac
MA
94612009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
9462
9463 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
9464 lstat fails.
9465 (tramp-do-file-attributes-with-ls): Check for file existence at
9466 remote end.
9467 (tramp-do-file-attributes-with-stat): Likewise.
9468 (tramp-convert-file-attributes): Return nil when attr is nil.
9469
3f12e5bd
GM
94702009-09-05 Glenn Morris <rgm@gnu.org>
9471
c8dc27bf
GM
9472 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
9473 properties to this button.
9474 (diary-fancy-display): Don't extend the button to the final newline.
9475 (diary-fancy-display-mode): Continue to define "q" as a local key.
9476
cca065d8
GM
9477 * calendar/cal-china.el (holiday-chinese): Make it slightly more
9478 efficient.
9479
cddaedb6
GM
9480 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
9481
3f12e5bd
GM
9482 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
9483 (byte-compile-dest-file-function): New option.
9484 (byte-compile-dest-file): Doc fix.
9485 Obey byte-compile-dest-file-function.
9486 (byte-compile-cl-file-p): New function.
9487 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9488 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
9489 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
9490 than for file being previously loaded.
9491 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
9492 (byte-compile-file-form-require): Handle the case where requiring a file
9493 indirectly causes CL to be loaded.
9494
049a231b
KF
94952009-09-05 Karl Fogel <kfogel@red-bean.com>
9496
9497 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
9498 before killing the old buffer, since by the time `kill-buffer' is
9499 run so many buffer variables have been set to nil that it may not
9500 behave as expected. (Bug#4061)
9501
ef7ef2a0
KF
95022009-09-05 Karl Fogel <kfogel@red-bean.com>
9503
9504 * files.el (find-alternate-file): If the old buffer is modified
9505 and visiting a file, behave similarly to `kill-buffer' when
9506 killing it, thus reverting to the pre-1.878 behavior; see
9507 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
9508 for discussion. Also, consult `buffer-file-name' as a variable
9509 not as a function, for consistency with the rest of the code.
9510
73d854cd
MA
95112009-09-04 Michael Albinus <michael.albinus@gmx.de>
9512
9513 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
9514 also when adding a new directory.
9515
33aeea0e
SM
9516 * net/tramp-compat.el (tramp-compat-line-beginning-position):
9517 New defun.
73d854cd 9518
df120481
SM
95192009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9520
9521 * files.el (locate-file-completion-table): Make it provide boundary
9522 information, so partial-completion works better.
9523
c0bc6d79
SM
95242009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9525
9526 * mail/footnote.el (Footnote-text-under-cursor):
9527 Check footnote-text-marker-alist before using it (bug#4324).
9528
f76a9756
GM
95292009-09-04 Glenn Morris <rgm@gnu.org>
9530
67d110f1
GM
9531 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9532 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9533 * play/solitaire.el, play/tetris.el:
9534 Remove leading * from defcustom and defface docs.
9535
b42d4989
GM
9536 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9537 necessary.
9538 (diary-fancy-overriding-map): New variable.
9539 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9540 Use view-mode.
9541
f76a9756
GM
9542 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9543 goto-line.
9544
e605eeeb
GM
95452009-09-03 Glenn Morris <rgm@gnu.org>
9546
597e2240
GM
9547 * arc-mode.el (archive-mode):
9548 * dos-fns.el (set-default-process-coding-system):
9549 * man.el (Man-getpage-in-background):
9550 * menu-bar.el (menu-bar-describe-menu):
9551 * server.el (server-process-filter):
9552 * startup.el (command-line):
9553 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9554 * w32-fns.el (set-default-process-coding-system):
9555 * x-dnd.el (x-dnd-handle-file-name):
9556 * international/mule-cmds.el (mule-menu-keymap)
9557 (set-default-coding-systems, language-info-alist, set-language-info)
9558 (set-language-environment, standard-display-european-internal)
9559 (set-locale-environment):
9560 * international/mule-diag.el (mule-diag):
9561 * mail/emacsbug.el (report-emacs-bug):
9562 * mail/rmail.el (rmail-mode):
9563 * mail/sendmail.el (mail-setup):
9564 Use default-value rather than default-enable-multibyte-characters.
9565
f38184aa
GM
9566 * progmodes/f90.el: Move all safe properties into the defcustoms.
9567 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9568
e605eeeb
GM
9569 * calendar/appt.el (appt-check):
9570 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9571 (diary-check-diary-file, diary-list-entries)
9572 (diary-include-other-diary-files, diary-simple-display)
9573 (diary-fancy-display, diary-print-entries)
9574 (diary-mark-included-diary-files, diary-make-entry):
9575 Don't call substitute-in-file-name on diary-file.
9576
734db384
SM
95772009-09-03 Eduard Wiebe <usenet@pusto.de>
9578 Stefan Monnier <monnier@iro.umontreal.ca>
9579
9580 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9581 (footnote-mode-map): Move initialization into the declaration.
9582 (footnote-minor-mode-map): Define it rather than changing global-map.
9583 (footnote-mode): Use define-minor-mode.
9584
e5aa47f9
MA
95852009-09-02 Michael Albinus <michael.albinus@gmx.de>
9586
9587 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9588 (tramp-do-file-attributes-with-perl)
9589 (tramp-do-file-attributes-with-stat): Rename from
9590 `tramp-handle-file-attributes-with-*'.
9591 (tramp-handle-file-attributes): Use them.
9592 (tramp-do-directory-files-and-attributes-with-perl)
9593 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9594 `tramp-handle-directory-files-and-attributes-with-*'.
9595 (tramp-handle-directory-files-and-attributes): Use them.
9596 (tramp-method-out-of-band-p): Additional parameter SIZE.
9597 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9598 (tramp-handle-write-region): Use it.
734db384 9599 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
9600 (tramp-handle-vc-registered): Check, whether the first run did
9601 return files to be tested.
9602 (tramp-advice-make-auto-save-file-name): Do not call directly
9603 `tramp-handle-make-auto-save-file-name', because this would bypass
9604 the locking mechanism.
9605
734db384 9606 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
9607 (file-remote-p, process-file, start-file-process, set-file-times)
9608 (tramp-compat-file-attributes): Compatibility functions shall not
9609 call directly `tramp-handle-*', because this would bypass the
9610 locking mechanism.
9611 (tramp-compat-number-sequence): New defun.
9612
6e2ca895
GM
96132009-09-02 Glenn Morris <rgm@gnu.org>
9614
697c7714
GM
9615 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9616 alias for float-time.
9617 (time-to-number-of-days): In Emacs, use float-time.
9618 * net/newst-backend.el (time-add): Suppress warnings from compat
9619 function.
9620 * time.el (emacs-uptime, emacs-init-time):
9621 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9622 Use float-time rather than time-to-seconds.
9623
6e2ca895
GM
9624 * minibuffer.el (completion-initials-expand): Fix typo.
9625
9626 * faces.el (modeline, modeline-inactive, modeline-highlight)
9627 (modeline-buffer-id):
9628 * info.el (info-menu-5): Mark these face aliases as obsolete.
9629
ed17efec
NR
96302009-09-01 Nick Roberts <nickrob@snap.net.nz>
9631
9632 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9633 space ...
9634 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9635 no "--thread" option.
9636 (gdb-stopped): Don't print "Switched to thread" message when it is
9637 unchanged.
9638
fcb68f70
SM
96392009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9640
9641 * minibuffer.el (completion-try-completion)
9642 (completion-all-completions): Remove ill-defined (and
9643 mistakenly installed and luckily never used nor documented)
9644 `completion-styles' property.
9645 (completion-initials-expand, completion-initials-all-completions)
9646 (completion-initials-try-completion): New functions.
9647 (completion-styles-alist): Add doc to each entry.
9648 Add new `initials' entry.
9649
83318a6d
NR
96502009-09-01 Nick Roberts <nickrob@snap.net.nz>
9651
9652 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9653 MI command -var-evaluate-expression.
9654 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9655 and tweak for case of string child.
734db384 9656 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 9657
d63eb0e7
GM
96582009-09-01 Glenn Morris <rgm@gnu.org>
9659
c4f6e489
GM
9660 * add-log.el (change-log-date-face, change-log-name-face)
9661 (change-log-email-face, change-log-file-face, change-log-list-face)
9662 (change-log-conditionals-face, change-log-function-face)
9663 (change-log-acknowledgement-face):
9664 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9665 (custom-modified-face, custom-set-face, custom-changed-face)
9666 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9667 (custom-documentation-face, custom-state-face, custom-comment-face)
9668 (custom-comment-tag-face, custom-variable-tag-face)
9669 (custom-variable-button-face, custom-face-tag-face)
9670 (custom-group-tag-face-1, custom-group-tag-face):
9671 * diff-mode.el (diff-header-face, diff-file-header-face)
9672 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9673 (diff-added-face, diff-changed-face, diff-function-face)
9674 (diff-context-face, diff-nonexistent-face):
9675 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9676 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9677 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9678 (Info-title-4-face):
9679 * isearch.el (isearch-lazy-highlight-face):
9680 * log-view.el (log-view-file-face, log-view-message-face):
9681 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9682 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9683 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9684 (cvs-msg-face):
9685 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9686 (smerge-base-face, smerge-markers-face):
9687 * wid-edit.el (widget-documentation-face, widget-button-face)
9688 (widget-field-face, widget-single-line-field-face)
9689 (widget-inactive-face, widget-button-pressed-face):
9690 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9691 (woman-addition-face):
2fb1ec93
GM
9692 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9693 (eshell-ls-executable-face, eshell-ls-readonly-face)
9694 (eshell-ls-unreadable-face, eshell-ls-special-face)
9695 (eshell-ls-missing-face, eshell-ls-archive-face)
9696 (eshell-ls-backup-face, eshell-ls-product-face)
9697 (eshell-ls-clutter-face):
9698 * eshell/em-prompt.el (eshell-prompt-face):
9699 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 9700 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
9701 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9702 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9703 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9704 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9705 (antlr-font-lock-literal-face):
c4f6e489
GM
9706 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9707 (ebrowse-root-class-face, ebrowse-file-name-face)
9708 (ebrowse-default-face, ebrowse-member-attribute-face)
9709 (ebrowse-member-class-face, ebrowse-progress-face):
9710 * progmodes/make-mode.el (makefile-space-face):
9711 * progmodes/sh-script.el (sh-heredoc-face):
9712 * textmodes/flyspell.el (flyspell-incorrect-face)
9713 (flyspell-duplicate-face):
9714 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 9715 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
9716 Mark face aliases with "-face" suffix as obsolete.
9717
d80619fa
GM
9718 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9719 compiler.
9720
5f68c1b7
GM
9721 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9722 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9723 easy-menu-define wants to modify these.
9724
9725 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9726
9727 * net/browse-url.el (browse-url-file-url):
9728 * term/internal.el (dos-codepage-setup):
9729 Use default-value rather than default-enable-multibyte-characters.
9730
d80619fa 9731 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
9732 * progmodes/flymake.el (flymake-highlight-line)
9733 (flymake-goto-file-and-line, flymake-goto-line):
9734 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9735 (gdb-goto-breakpoint):
9736 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9737 * progmodes/python.el (python-find-function)
9738 (python-pdbtrack-track-stack-file):
9739 * progmodes/verilog-mode.el (verilog-surelint-off):
9740 * term/ns-win.el (ns-open-file-select-line):
9741 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9742 Use forward-line rather than goto-line.
9743
d63eb0e7
GM
9744 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9745 * textmodes/reftex-index.el (reftex-display-index):
9746 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9747 * textmodes/reftex-toc.el (reftex-toc):
9748 Remove unnecessary bindings of default-major-mode (all are followed by
9749 major-mode check and possible mode switch).
9750
0afad278
NR
97512009-08-31 Nick Roberts <nickrob@snap.net.nz>
9752
9753 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9754 Handle watchpoints (bug#4282).
9755 (def-gdb-thread-buffer-command): Enable thread to be selected by
9756 clicking without selecting threads buffer first.
9757 (gdb-current-context-command): Use selected frame so that "up",
9758 "down" etc work in the GUD buffer.
9759 (gdb-update): Find selected frame before rendering stack buffer.
9760 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9761
4e135dd2
SM
97622009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9763
9764 * progmodes/sym-comp.el (displayed-completions): Remove.
9765 (symbol-complete): Use minibuffer-complete.
9766
e61eba34
GM
97672009-08-31 Glenn Morris <rgm@gnu.org>
9768
9769 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9770
734db384
SM
9771 * apropos.el (apropos-symbols-internal):
9772 Handle (obsolete) face aliases.
e61eba34
GM
9773
9774 * faces.el (describe-face): Adjust the output format to be more like
9775 describe-variable, and to mention (obsolete) face aliases.
9776 Adjust the whitespace so that help-setup-xref works.
9777
9778 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9779 * calendar/diary-lib.el (diary-button-face):
9780 Mark these face aliases as obsolete.
9781
9782 * calendar/calendar.el (calendar-today): Doc fix.
9783
4cf71456
NR
97842009-08-31 Nick Roberts <nickrob@snap.net.nz>
9785
9786 * progmodes/gdb-mi.el (gdb-control-all-threads)
9787 (gdb-control-current-thread): Force tool bar update.
9788 (gdb-non-stop-handler): New function.
9789 (gdb-init-1): Use it to test if non-stop mode is supported.
9790 Remove unused gdbmi buffer type.
9791
e61eba34 97922009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
9793
9794 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 9795 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 9796
4324f7ca
NR
97972009-08-30 Nick Roberts <nickrob@snap.net.nz>
9798
9799 * comint.el (comint-exec-1): Check command is non-null first.
9800 Part of gdb-mi.el change (2009-08-28).
9801
a1bf889a
SM
98022009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9803
9804 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9805
060c08b5
JB
98062009-08-30 Juanma Barranquero <lekktu@gmail.com>
9807
9808 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9809 instead of `dolist' to avoid a recursive require when bootstrapping.
9810
ab22be48
SM
98112009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9812
73ebf88f
SM
9813 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9814
80629cfc
SM
9815 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9816
206d0387 9817 * net/imap.el (imap-send-command): Simplify.
734db384 9818 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 9819
844f7784
SM
9820 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9821
5ca4661e
SM
9822 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9823 with constant argument.
9824
c61dc887
SM
9825 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9826
7eb73deb
SM
9827 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9828
5fe443de
SM
9829 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9830 Change default, since most of our files don't have a history.
9831 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9832 the user.
9833
6444d64a
SM
9834 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9835 Add comint-run.
9836
5cb16bfc
SM
9837 * calc/calc.el: Improve commenting convention.
9838 (calc-digit-map, toplevel): Simplify.
9839
0aeb71a7
SM
9840 * comint.el (comint-insert-input): Be careful to only set point if we
9841 don't delegate to some other command.
9842
9a9af856
SM
9843 * proced.el (proced-signal-list): Make it an alist.
9844 (proced-grammar-alist): Capitalize names.
9845 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9846 Disable undo manually and make it read-only.
9847 Use completion-annotate-function.
9848
ab22be48
SM
9849 * minibuffer.el (minibuffer-message): If the current buffer is not
9850 a minibuffer, insert the message in the echo area rather than at the
9851 end of the buffer.
9852 (completion-annotate-function): New variable.
9853 (minibuffer-completion-help): Use it.
9854 (completion--embedded-envvar-table): Environment vars are
9855 always case-sensitive.
9856
4a948dbf
GM
98572009-08-30 Glenn Morris <rgm@gnu.org>
9858
9859 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9860 from fortran-current-defun.
9861 (fortran-beginning-of-subprogram): Be more precise about finding the
9862 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9863 (fortran-end-of-subprogram): Simplify.
9864 (fortran-current-defun): Use fortran-start-prog-re.
9865
486cf3b8
JB
98662009-08-29 Juanma Barranquero <lekktu@gmail.com>
9867
9868 * subr.el (do-after-load-evaluation): Simplify.
9869
db167d28
DN
98702009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9871
9872 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9873
9874 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9875 (vc-rcs-print-log): Use it.
9876
9877 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9878
efbc652a
SM
98792009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9880
2aa0e5bf
SM
9881 * paths.el (abbrev-file-name): Move to abbrev.el.
9882 * abbrev.el (abbrev-file-name): Move from paths.el.
9883 Obey user-emacs-directory.
9884 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9885 user-emacs-directory.
9886 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9887 abbrev-file-name and calc-settings-file any more.
9888 * startup.el (command-line): Recompute abbrev-file-name and
9889 abbreviated-home-dir.
9890 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9891 of the special code for when C-h bindings haven't been changed.
9892 (display-startup-echo-area-message): Use with-current-buffer.
9893 (command-line-1): Use a list of strings, rather than a list of lists
9894 of strings for longopts.
9895
51da8fe2
SM
9896 * files.el (get-free-disk-space): Use / for default-directory.
9897
0c3cc4dd
SM
9898 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9899 Use with-current-buffer.
9900
d988dbf6
SM
9901 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9902 Recognize immutable variables like most-positive-fixnum.
9903 (byte-compile-setq-default): Check and warn if trying to assign
9904 to an immutable variable, or a non-variable.
9905
efbc652a
SM
9906 * progmodes/cc-vars.el (c-comment-continuation-stars):
9907 * progmodes/cc-engine.el (c-looking-at-bos):
9908 * progmodes/cc-cmds.el (c-toggle-auto-state)
9909 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9910 (c-comment-line-break-function): Add version of obsolescence.
9911
d30a05d1
JL
99122009-08-28 Juri Linkov <juri@jurta.org>
9913
9914 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9915 associated with `archive-mode'.
9916
9917 * image.el (image-type-header-regexps): Use only JPEG magic number
9918 to determine JPEG images, and don't use `image-jpeg-p' because
9919 Emacs can display non-JFIF non-Exif JPEG images.
9920
1e8eecea
JB
99212009-08-28 Juanma Barranquero <lekktu@gmail.com>
9922
9923 * arc-mode.el (archive-mode):
9924 * emacs-lisp/re-builder.el (re-builder-unload-function):
9925 Protect against the default value of `major-mode' being nil.
9926
dd4fbf56
JB
99272009-08-28 Juanma Barranquero <lekktu@gmail.com>
9928
9929 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9930 Fix typos in docstrings.
9931
9932 * progmodes/js.el (js--macro-decl-re): Doc fix.
9933 (js--plain-method-re, js--split-name): Refloc docstring.
9934 (js--class-styles, js--make-merged-item, js--splice-into-items):
9935 Fix typos in docstrings; reflow docstrings.
9936 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9937 (js--variable-decl-matcher, js--inside-pitem-p)
9938 (js--parse-state-at-point, js--get-all-known-symbols)
9939 (js--symbol-history, js-find-symbol, js--js-references)
9940 (js--moz-interactor, js--js-encode-value, js--read-tab):
9941 Fix typos in docstrings.
9942
72f16325
SM
99432009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9944
14acf2f5
SM
9945 * textmodes/reftex.el (reftex-get-file-buffer-force):
9946 * progmodes/verilog-mode.el (verilog-batch-execute-func):
9947 * emulation/viper.el (viper-go-away, viper-set-hooks):
9948 * emacs-lisp/re-builder.el (re-builder-unload-function):
9949 * emacs-lisp/bytecomp.el (byte-compile-file):
9950 * ses.el (ses-unload-function):
9951 * hexl.el (hexl-find-file):
9952 * files.el (normal-mode):
9953 * ehelp.el (with-electric-help):
9954 * autoinsert.el (auto-insert-alist):
9955 * arc-mode.el (archive-mode):
9956 Use (default-value 'major-mode) instead of default-major-mode.
9957
72f16325
SM
9958 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9959 * international/mule.el (load-with-code-conversion):
9960 * emacs-lisp/debug.el (debug):
9961 * ediff-vers.el (ediff-rcs-get-output-buffer):
9962 * dired.el (dired-internal-noselect): Don't let-bind
9963 default-major-mode around code that doesn't use it.
9964 E.g. buffer creation via get-buffer-create doesn't use it.
9965
aa485f7c
MA
99662009-08-28 Michael Albinus <michael.albinus@gmx.de>
9967
9968 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9969 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9970 when writing the temp file. Otherwise, epa-file gets confused.
9971 (tramp-register-file-name-handlers): Make it a defun. Move also
9972 `epa-file-handler' to the front of `file-name-handler-alist'.
9973
99742009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9975
9976 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9977 start right after a ^M.
9978 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9979 (tramp-completion-file-name-regexp-separate)
9980 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
9981 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9982 Don't modify last-coding-system-used by accident.
aa485f7c
MA
9983 (tramp-completion-file-name-handler): Apply the checks here,
9984 instead during registration.
2f952059 9985 (tramp-register-file-name-handlers): Rename from
aa485f7c
MA
9986 `tramp-register-file-name-handler'. Register both
9987 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 9988 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 9989
3f0c2b92
NR
99902009-08-28 Nick Roberts <nickrob@snap.net.nz>
9991
72f16325
SM
9992 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9993 Remove variable ...
3f0c2b92
NR
9994 (gdb-init-1, gdb-display-separate-io-buffer)
9995 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9996 references to it.
9997 (gdb-inferior-io-mode): Use make-comint-in-buffer.
9998 (gdb-inferior-filter): Use comint-output-filter to stop
9999 echoing and remove ^M characters.
10000
705e5bd9
SM
100012009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10002
009fdc2e
SM
10003 * emulation/viper-init.el (viper-restore-cursor-type):
10004 * emulation/cua-base.el (cua--update-indications):
10005 Replace default-cursor-type with (default-value 'cursor-type).
10006
b56a5ae0
SM
10007 * mail/sendmail.el (mail-recover-1):
10008 * international/mule-diag.el (describe-current-coding-system-briefly)
10009 (describe-current-coding-system):
10010 * international/mule-cmds.el (select-safe-coding-system)
10011 (select-message-coding-system)
10012 (set-language-environment-coding-systems, set-locale-environment):
10013 * hexl.el (hexl-insert-multibyte-char):
10014 * dos-w32.el (find-buffer-file-type-coding-system):
10015 * simple.el (what-cursor-position):
10016 Replace uses of default-buffer-file-coding-system
10017 with (default-value 'buffer-file-coding-system).
10018
de70529f
SM
10019 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
10020 Replace uses of default-cursor-in-non-selected-windows
10021 with (default-value 'cursor-in-non-selected-windows).
10022 Use with-current-buffer.
10023
705e5bd9
SM
10024 * mail/feedmail.el: Use CL macros.
10025 (feedmail-run-the-queue, feedmail-send-it-immediately):
10026 * dos-w32.el (find-buffer-file-type): Replace uses of
10027 default-buffer-file-type with (default-value 'buffer-file-type).
10028
4d985ac2
GM
100292009-08-28 Glenn Morris <rgm@gnu.org>
10030
10031 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
10032 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
10033 Use default-value of major-mode rather than default-major-mode.
10034
17c15b81
SM
100352009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10036
3a68ab06
SM
10037 * Makefile.in (update-elcfiles): Report left over elc files.
10038
9421bdd1
SM
10039 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
10040 expand-file-name and with-current-buffer.
10041 (mail-get-names, mail-directory): Use with-current-buffer.
10042
17c15b81
SM
10043 * vc.el (vc-read-revision): New function.
10044 (vc-version-diff, vc-merge): Use it.
10045
ba83a64e
SS
100462009-08-27 Sam Steingold <sds@gnu.org>
10047
10048 * simple.el (kill-do-not-save-duplicates): New user option.
10049 (kill-new): When it is non-nil, and the new string is the same as
10050 the latest kill, set replace to t to avoid duplicates in kill-ring.
10051
be3e598a 100522009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
10053
10054 * net/tramp.el (tramp-handle-process-file): Do not flush all
10055 caches when `process-file-side-effects' is set.
10056 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
10057 instead of `tramp-find-file-exists-command'.
10058 Unset `process-file-side-effects'.
d5b5c94a
MA
10059
100602009-08-27 Michael Albinus <michael.albinus@gmx.de>
10061
10062 * net/tramp.el (tramp-methods): New method "rsyncc".
10063 (top): Add completion function for "rsyncc".
10064 (tramp-message-show-message): New defvar.
10065 (tramp-message, tramp-error): Use it.
10066 (tramp-do-copy-or-rename-file-directly): Extend check for direct
10067 remote copying.
10068 (tramp-do-copy-or-rename-file-out-of-band): Handle new
10069 `tramp-methods' entry `copy-env' of "rsyncc".
10070 (tramp-vc-registered-read-file-names): New defconst.
10071 (tramp-vc-registered-file-names): New defvar.
10072 (tramp-handle-vc-registered): Implement optimization strategy.
10073 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10074 (tramp-vc-file-name-handler): New defun.
10075 (tramp-get-ls-command, tramp-get-test-command)
10076 (tramp-get-file-exists-command, tramp-get-remote-ln)
10077 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 10078 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
10079
10080 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10081 (tramp-cache-inhibit-cache): Extend doc string. It allows also
10082 timestamps.
10083 (tramp-get-file-property): Check for timestamps in
10084 `tramp-cache-inhibit-cache'.
10085 (tramp-set-file-property): Write timestamp.
10086
1339cf20
KH
100872009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10088
10089 * language/japan-util.el (japanese-symbol-table): Add entries for
10090 cp932-2-byte.
10091
10092 * international/characters.el: Add category `j' to cp932-2-byte.
10093
726e3f1d
KH
100942009-08-27 Kenichi Handa <handa@m17n.org>
10095
10096 * international/fontset.el (build-default-fontset-data): New macro.
10097 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 10098 tibetan, ethiopic, and ipa.
726e3f1d 10099
4e3b4528
SM
101002009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10101
10102 * cus-start.el (default-major-mode): Customize `major-mode' instead.
10103 (enable-multibyte-characters): Not customizable any more.
10104
10105 * subr.el (default-mode-line-format, default-header-line-format)
10106 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10107 (default-direction-reversed, default-truncate-lines)
10108 (default-left-margin, default-tab-width, default-case-fold-search)
10109 (default-left-margin-width, default-right-margin-width)
10110 (default-left-fringe-width, default-right-fringe-width)
10111 (default-fringes-outside-margins, default-scroll-bar-width)
10112 (default-vertical-scroll-bar, default-indicate-empty-lines)
10113 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10114 (default-fringe-cursor-alist, default-scroll-up-aggressively)
10115 (default-scroll-down-aggressively, default-fill-column)
10116 (default-cursor-type, default-buffer-file-type)
10117 (default-cursor-in-non-selected-windows)
10118 (default-buffer-file-coding-system, default-major-mode)
10119 (default-enable-multibyte-characters): Mark as obsolete.
10120
b3cca6a6
DN
101212009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
10122
652cc1a2
DN
10123 * vc-dir.el (vc-dir-update): Remove debug helper.
10124
b3cca6a6
DN
10125 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10126
4ed8c7aa
SS
101272009-08-26 Sam Steingold <sds@gnu.org>
10128
10129 * simple.el (save-interprogram-paste-before-kill): New user option.
10130 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10131 save the interprogram-paste into kill-ring before overriding it
10132 with the Emacs kill.
10133
3b64d86b
DN
101342009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10135
10136 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10137 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10138 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10139 and move to vc-rcs.el.
10140 (vc-default-next-revision): Rename to vc-rcs-next-revision and
10141 move to vc-rcs.el.
10142 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10143 (vc-rcs-update-changelog): Remove.
10144 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10145 and move to vc-rcs.el.
10146
10147 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10148 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10149 renaming.
10150 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 10151 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
10152 vc.el, renamed to be RCS specific.
10153
72f16325
SM
10154 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10155 New functions.
10156 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
10157
10158 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10159 New functions.
10160
636a36a0
SM
101612009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10162
10163 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10164
239b3340
DN
101652009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
10166
b91f0762 10167 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
10168 (vc-git-stash, vc-git-stash-show): New functions.
10169 (vc-git-extra-menu-map): Bind them.
b91f0762 10170
b8e54362
DN
10171 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10172 directory correctly in case the item is a directory itself.
10173
239b3340
DN
10174 * vc.el: Document the desired behavior for reverted files in the
10175 `added' state.
dc810649
DN
10176 (vc-default-prettify-state-info): Remove function, unused.
10177
10178 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 10179
e49c0179
GM
101802009-08-26 Glenn Morris <rgm@gnu.org>
10181
10182 * bindings.el (standard-mode-line-format): Reposition dashes in
10183 which-func entry. (Bug#4217)
10184
3029e594
GM
10185 * files.el (enable-local-variables, enable-local-eval)
10186 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10187 the defcustoms.
10188 (auto-mode-alist, ignored-local-variables)
10189 (save-some-buffers-action-alist): Move risky declarations to the
10190 definitions.
10191 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10192 (font-lock-defaults, format-alist, imenu--index-alist)
10193 (imenu-generic-expression, input-method-alist, minor-mode-alist)
10194 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10195 (mode-line-modified, mode-line-mule-info, mode-line-position)
10196 (mode-line-process, mode-line-remote, outline-level)
10197 (parse-time-rules, rmail-output-file-alist)
10198 (special-display-buffer-names, vc-mode):
10199 Move risky declarations to the relevant files.
72f16325
SM
10200 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10201 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
10202 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10203 * font-core.el (font-lock-defaults):
10204 * format.el (format-alist):
10205 * vc-hooks.el (vc-mode):
10206 * window.el (special-display-buffer-names):
10207 * international/mule-cmds.el (input-method-alist):
10208 Define riskiness here (dumped file) rather than in files.el.
10209 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10210 * imenu.el (imenu-generic-expression, imenu--index-alist):
10211 * outline.el (outline-level):
10212 * time.el (display-time-string):
10213 * calendar/parse-time.el (parse-time-rules):
10214 * mail/rmailout.el (rmail-output-file-alist):
10215 Autoload riskiness here, rather than placing in files.el.
10216
8476cfaf
SM
102172009-08-26 Andreas Schwab <schwab@linux-m68k.org>
10218
10219 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10220
0b35b48e
MA
102212009-08-25 Michael Albinus <michael.albinus@gmx.de>
10222
10223 * simple.el (process-file-side-effects): New defvar.
10224
10225 * dired-aux.el (dired-show-file-type):
10226 * vc.el (vc-diff-internal):
10227 * vc-arch.el (vc-arch-diff):
10228 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10229 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10230 * vc-git.el (vc-git-registered, vc-git-working-revision)
10231 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10232 (vc-git--empty-db-p):
10233 * vc-hooks.el (vc-user-login-name):
10234 * vc-svn.el (vc-svn-registered, vc-svn-state)
10235 (vc-svn-dir-extra-headers, vc-svn-find-revision):
10236 * progmodes/grep.el (grep-probe): Let-bind
10237 `process-file-side-effects' with nil.
10238
10239 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10240
10241 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10242 daemon. Replace ping by checking for running service for bluez
10243 and zeroconf. (Bug#4239)
10244
d54cc599
GM
102452009-08-25 Kevin Ryde <user42@zip.com.au>
10246
10247 * net/dig.el (dig): Add autoload cookie.
10248
7bfd055d
GM
102492009-08-25 Glenn Morris <rgm@gnu.org>
10250
bac9c66c
GM
10251 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10252 load-history for absolute file-names.
10253 (byte-compile-file-form-require): Warn about use of the cl package.
10254
7bfd055d
GM
10255 * format.el (format-alist): Doc fix.
10256
5ac1f9e0
GM
10257 * play/bubbles.el (top-level): Don't require cl at run-time.
10258
af62aa88
GM
10259 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10260 run-time cl).
10261
71e036af
DD
102622009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
10263
10264 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10265 from cl package.
10266 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10267
42110eaf
JB
102682009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
10269
10270 * calc/calc-alg.el (math-trig-rewrite)
10271 (math-hyperbolic-trig-rewrite): New functions.
10272 (calc-simplify): Simplify trig functions when asked.
10273
88421f3e
SM
102742009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10275
10276 * diff-mode.el (diff-find-source-location): Avoid goto-line.
10277
dbd9624e
KH
102782009-08-24 Kenichi Handa <handa@m17n.org>
10279
10280 * language/ind-util.el (mapthread): Delete it.
10281 (combinatorial): New function.
10282 (indian--puthash-cv): Use combinatorial instead of mapthread.
10283
9b89e3ee
GM
102842009-08-22 Kevin Ryde <user42@zip.com.au>
10285
10286 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10287 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10288 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10289 Clarify docstring that the value is strings not symbols.
10290 (checkdoc-list-of-strings-p): New function.
10291
e6ce8c42
GM
102922009-08-22 Glenn Morris <rgm@gnu.org>
10293
2ddf2ea6 10294 * files.el (auto-mode-alist):
a3374680
GM
10295 * hippie-exp.el (he-concat-directory-file-name):
10296 * lpr.el (lpr-windows-system, printer-name):
10297 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
10298 * ps-print.el (ps-windows-system):
10299 * startup.el (command-line):
10300 * emulation/viper-ex.el (viper-glob-function):
10301 * international/mule-cmds.el (set-language-environment-coding-systems):
10302 * net/ange-ftp.el (ange-ftp-write-region):
10303 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 10304 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
10305 unisoft-unix, vax-vms, win32, w32.
10306
977955fa
GM
10307 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
10308 given name if the pattern is not more specific.
10309
b4deec2e
GM
10310 * calendar/lunar.el (lunar-phase-names): New option.
10311 (lunar-phase): Doc fix.
10312 (lunar-cycles-per-year): New constant.
10313 (lunar-index): New function.
10314 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
10315 (lunar-phase-name): Use lunar-phase-names.
10316 (calendar-lunar-phases): Use format.
10317 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
10318
47e83968
GM
10319 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
10320 Copy imenu-example--name-and-position function here for own use.
10321 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
10322
e6ce8c42
GM
10323 * bs.el (bs--redisplay):
10324 * cus-edit.el (custom-redraw):
10325 * ibuffer.el (ibuffer-bury-buffer):
10326 * server.el (server-goto-line-column):
10327 * startup.el (command-line-1):
10328 * strokes.el (strokes-xpm-for-stroke):
10329 * term.el (term-display-buffer-line):
10330 * view.el (View-goto-line):
10331 * calc/calc.el (calc-do, calc-trail-buffer):
10332 * play/gamegrid.el (gamegrid-add-score-insecure):
10333 * progmodes/ada-mode.el (ada-compile-goto-error):
10334 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
10335 (ebrowse-select-1st-to-9nth):
47e83968 10336 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
10337 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
10338 * progmodes/gud.el (gud-display-line):
10339 (idlwave-shell-display-line):
10340 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
10341 * progmodes/make-mode.el (makefile-browser-toggle):
10342 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
10343 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
10344 * textmodes/picture.el (picture-draw-rectangle):
10345 * textmodes/reftex-index.el (reftex-index-goto-letter):
10346 (reftex-select-jump-to-previous):
10347 * textmodes/reftex-sel.el (reftex-find-start-point)
10348 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
10349 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
10350 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
10351 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10352 * textmodes/two-column.el (2C-associated-buffer):
10353 Use forward-line rather than goto-line.
10354
10355 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
10356 goto-line.
10357
4b18bdb3
GM
10358 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
10359 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
10360 (quick-check-list-to-regexp): Declare.
e6ce8c42 10361
72f16325
SM
10362 * progmodes/make-mode.el (makefile-browser-insert-selection):
10363 Use goto-char rather than goto-line.
e6ce8c42
GM
10364
10365 * progmodes/prolog.el (compilation-error-regexp-alist)
10366 (compilation-forget-errors): Declare.
10367
32a2cf25
JL
103682009-08-22 Juri Linkov <juri@jurta.org>
10369
10370 * progmodes/grep.el (lgrep, rgrep): At the beginning
10371 set `dir' to `default-directory' unless `dir' is a non-nil
10372 readable directory. (Bug#4052)
10373 (lgrep, rgrep): Change a weird way to report an error
10374 from using `read-string' to using `error'.
10375 Instead of using interactive arguments in the function body,
10376 add new argument `confirm'.
10377
5443c9b7
SM
103782009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10379
cb5b40ee
SM
10380 * textmodes/remember.el (remember-buffer):
10381 * progmodes/cperl-mode.el (cperl-vc-header-alist):
10382 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
10383 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
10384 * net/newst-treeview.el (newsticker-groups-filename):
10385 * net/newst-backend.el (newsticker-cache-filename):
10386 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
10387 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
10388 (speedbar-add-ignored-path-regexp, speedbar-line-path)
10389 (speedbar-buffers-line-path, speedbar-path-line)
10390 (speedbar-buffers-line-path):
10391 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
10392 (epg-sign-keys):
10393 * epa.el (epa-display-verify-result):
10394 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
10395
d6261cc1
GM
103962009-08-21 Glenn Morris <rgm@gnu.org>
10397
3e1ea342
GM
10398 * progmodes/js.el (inferior-moz-process): Fix declaration.
10399
ce86eeb5
GM
10400 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
10401
fff28970
GM
10402 * obsolete/rnewspost.el (news-mail-reply):
10403 Use goto-char rather than goto-line.
10404
d93e053b
GM
10405 * term/ns-win.el (ns-open-file-select-line):
10406 Use line-beginning-position rather than goto-line.
10407
d5d105e8
GM
10408 * apropos.el (apropos-command):
10409 * ehelp.el (electric-helpify):
10410 * printing.el (pr-show-setup):
10411 * strokes.el (strokes-help):
10412 * tutorial.el (tutorial--describe-nonstandard-key)
10413 (tutorial--detailed-help):
10414 * woman.el (woman-mini-help, woman-display-extended-fonts):
10415 * calc/calc-help.el (calc-describe-key):
10416 * emulation/edt.el (edt-electric-helpify):
10417 * international/mule-diag.el (mule-diag):
10418 * play/yow.el (apropos-zippy):
10419 * progmodes/python.el (python-describe-symbol):
10420 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
10421 * textmodes/table.el (*table--cell-describe-mode)
10422 (*table--cell-describe-bindings):
10423 Use help-print-return-message rather than the now obsolete alias.
10424
a8ab722f 10425 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
10426 (calendar-cursor-to-visible-date):
10427 * play/5x5.el (5x5-position-cursor):
10428 * play/decipher.el (decipher):
10429 * play/gomoku.el (gomoku-goto-xy):
10430 * play/landmark.el (lm-goto-xy):
10431 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
10432 (mpuz-paint-digit):
10433 Use forward-line, not goto-line.
a8ab722f 10434
d6261cc1
GM
10435 * mail/rmail.el (rmail-obsolete): Delete custom group.
10436 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
10437 (rmail-remote-password, rmail-remote-password-required):
10438 Remove unneeded :set-after and :set properties.
10439
9e846523
MA
104402009-08-21 Michael Albinus <michael.albinus@gmx.de>
10441
10442 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
10443
bbe1f502
DN
104442009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
10445
bcc5db24
DN
10446 * loadup.el: Remove leftover macos code.
10447
bbe1f502
DN
10448 * vc-git.el (vc-git-annotate-command): Run asynchronously.
10449 Explicitly pass the date format to git blame so that user local
10450 so that the output format can be parsed.
10451
6fd2d19a
MA
104522009-08-20 Michael Albinus <michael.albinus@gmx.de>
10453
10454 * net/dbus.el (top): Don't check for (getenv
10455 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
10456
31764e15
SM
104572009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
10458
10459 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 10460 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 10461
28930e39
SM
104622009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10463
4fd15622 10464 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 10465 Bug#3287
4fd15622 10466
b3d8e4a0
SM
10467 * help.el (help-print-return-message): Rename from
10468 print-help-return-message.
10469
c9829c70
SM
10470 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
10471 cvs-mode-map parent hack.
10472 (log-view-mode): Derive from special-mode.
10473
b932657b
SM
10474 * linum.el (linum-mode): window-size-change-functions is redundant.
10475 Adapt to new window-configuration-change-hook behavior.
10476 (linum-after-size, linum-after-config): Remove.
10477
1b700bca
SM
10478 * imenu.el (imenu-example--name-and-position)
10479 (imenu-example--lisp-extract-index-name)
10480 (imenu-example--create-lisp-index, imenu-example--create-c-index):
10481 Mark as obsolete.
10482
28930e39
SM
10483 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
10484 (inferior-prolog-mode): Use it.
10485 (inferior-prolog-load-file): Reset list of errors.
10486
c9af0b68
KH
104872009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10488
10489 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
10490
10491 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
10492
720c7cd6
MA
104932009-08-19 Michael Albinus <michael.albinus@gmx.de>
10494
10495 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
10496 is running already.
10497
03a74b84
SM
104982009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10499
10500 * subr.el (listify-key-sequence-1): Use normal syntax since those
10501 integers are nowadays always represented by the same (positive) number
10502 on all platforms.
10503 (read-key-empty-map): New const.
10504 (read-key-delay): New var.
10505 (read-key): New function.
10506 (force-mode-line-update): Use with-current-buffer.
10507 (locate-user-emacs-file): Don't forget to abbreviate the file name.
10508 (start-process-shell-command, start-file-process-shell-command):
10509 Discourage the use of command-args.
10510
f43e88d4
GM
105112009-08-19 Glenn Morris <rgm@gnu.org>
10512
10513 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
10514
890429cc
SM
105152009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10516
85be9ec4
SM
10517 * simple.el (choose-completion-string): Don't rely on
10518 minibuffer-completing-file-name and ad-hoc checks to decide whether
10519 to continue completion or not.
10520
890429cc
SM
10521 * minibuffer.el (minibuffer-hide-completions): New function.
10522 (completion--do-completion): Use it.
10523 (completions-annotations): New face.
10524 (completion--insert-strings): Use it.
10525 (completion-pcm--delim-wild-regex): Add docstring.
10526 (completion-pcm--string->pattern): Add support for 0-width delimiters
10527 in completion-pcm--delim-wild-regex.
10528
265d4549
SM
105292009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10530
d440b941
SM
10531 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10532 Remove unused var `buffer-modified-p'.
10533
265d4549
SM
10534 * minibuffer.el (completion--do-completion): Move point for the #b001
10535 case as well (bug#4176).
10536 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10537
ba6f7d86
MA
105382009-08-18 Michael Albinus <michael.albinus@gmx.de>
10539
10540 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10541 and :session buses.
10542
98819490
KH
105432009-08-18 Kenichi Handa <handa@m17n.org>
10544
265d4549
SM
10545 * international/ucs-normalize.el (ucs-normalize-version):
10546 Change to 1.1.
58627cf0
KH
10547 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10548 (utf-8-hfs): Make it perform normalization on encoding too.
10549
98819490
KH
10550 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10551 (sentence-end-without-space): Delete duplicated chars.
10552 (sentence-end-base): Likewise.
e739cc85
KH
10553
10554 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10555 (html-mode): Delete duplicated chars from sentence-end-base.
10556
10557 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10558 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 10559
645b9326
CY
105602009-08-17 Chong Yidong <cyd@stupidchicken.com>
10561
10562 * files.el (hack-one-local-variable): If the mode function is for
10563 a minor mode, pass it an argument (Bug#4148).
10564
56c195af
MA
105652009-08-17 Michael Albinus <michael.albinus@gmx.de>
10566
10567 * net/tramp.el (tramp-register-completion-file-name-handler):
10568 Check also for (member 'partial-completion completion-styles).
10569
7a55c78b
CY
105702009-08-16 Chong Yidong <cyd@stupidchicken.com>
10571
10572 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10573 abbrev (Bug#3943).
10574
be3e598a 105752009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
10576
10577 * progmodes/cperl-mode.el: Merge upstream 6.2.
10578 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10579 (cperl-forward-re): Check cperl-brace-recursing.
10580 (cperl-highlight-charclass): New function.
10581 (cperl-find-pods-heres): Use it.
31cd2dd4 10582 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 10583 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 10584 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
10585 (cperl-beautify-level): Don't process entire regexp.
10586 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10587 calling man.
10588 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10589 (cperl-init-faces): Build a list in the normal way.
10590
81b1f9c9
CY
105912009-08-16 Chong Yidong <cyd@stupidchicken.com>
10592
10593 * calendar/parse-time.el (parse-time-string-chars): Save match
10594 data.
10595
c3732cb8
SM
105962009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10597
55659495
SM
10598 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10599 (sql-product): Use it.
10600 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10601 (sql-set-product): Add completion.
10602 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10603 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10604 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10605 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10606 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10607 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10608 (sql-highlight-db2-keywords): Remove.
10609 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10610 (sql-highlight-product): Use derived-mode-p.
10611 (sql-set-sqli-buffer): Use with-current-buffer.
10612 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10613 Simplify.
10614
1ae79427
SM
10615 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10616
c3732cb8
SM
10617 * term.el: Fix commenting convention, turn comments into docstrings.
10618
f24b8bf3
CY
106192009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10620
10621 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10622
7b6fefac 106232009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 10624
1200ac26 10625 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
10626 character classes, to handle non-ascii characters (Bug#3190).
10627
106282009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 10629
1abbe4e5
CY
10630 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10631 another heredoc if the user adds another < (Bug#3226).
10632
c3732cb8
SM
10633 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10634 Don't initialize based on window-system (Bug#4124).
19261da4 10635
daad00fc
CY
10636 * facemenu.el (facemenu-read-color): Use a completion function
10637 that accepts any defined color, such as RGB triplets (Bug#3677).
10638
e1bdde78
CY
10639 * files.el (get-free-disk-space): Change fallback default
10640 directory to /. Expand DIR argument before switching to fallback.
10641 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10642
9d73a99e
CY
106432009-08-15 Chong Yidong <cyd@stupidchicken.com>
10644
10645 * files.el (load-library): Doc fix.
10646
68b962d4 106472009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 10648
953e0c1a 10649 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 10650 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 10651 incremental search string.
9d73a99e 10652
c3732cb8 10653 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 10654 XEmacs.
9d73a99e 10655
c3732cb8
SM
10656 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10657 (ediff-merge-region-is-non-clash)
10658 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 10659 Also check if the job is really a merge job.
9d73a99e 10660
c3732cb8 10661 * ediff.el (ediff-current-file): New function.
9d73a99e 10662
2e330adc
CY
106632009-08-15 Chong Yidong <cyd@stupidchicken.com>
10664
10665 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10666 conventions.
c3732cb8 10667 (js-insert-and-indent): Delete function.
2e330adc
CY
10668 (js-mode-map): Don't bind keys to js-insert-and-indent.
10669 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10670 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 10671 (js-auto-indent-flag): Delete variable.
2e330adc 10672
17b5d0f7
CY
106732009-08-14 Chong Yidong <cyd@stupidchicken.com>
10674
c3732cb8
SM
10675 * progmodes/js.el: Remove proclaim statement.
10676 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 10677
ba2d8894
CY
10678 * files.el (auto-mode-alist): Use js-mode for .js files.
10679
c3732cb8 10680 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
10681
10682 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10683
10684 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10685
c3732cb8 10686 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
10687
106882009-08-14 Daniel Colascione <dan.colascione@gmail.com>
7b6fefac 10689 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
10690
10691 * progmodes/js.el: New file.
10692
b6377f1d
MH
106932009-08-14 Mark A. Hershberger <mah@everybody.org>
10694
10695 * timezone.el (timezone-parse-date): Add ability to understand ISO
10696 basic format (minimal separators) dates in addition to the
10697 already-supported extended format dates.
10698
bc0eef46
EZ
106992009-08-14 Eli Zaretskii <eliz@gnu.org>
10700
4e021e65
EZ
10701 * international/ucs-normalize.el: Add a `coding' file variable.
10702
bc0eef46
EZ
10703 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10704
53dab179
SS
107052009-08-14 Sam Steingold <sds@gnu.org>
10706
6801c38a 10707 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 10708
6c58c39c
CY
107092009-08-13 Chong Yidong <cyd@stupidchicken.com>
10710
10711 * faces.el (help-argument-name): Define it here instead of
10712 help-fns.el, because in daemon mode help-fns.el may be loaded when
10713 faces are still uninitialized (Bug#1078).
10714
10715 * help-fns.el (help-argument-name): Move defface to faces.el.
10716
c7baf7e9
NR
107172009-08-13 Nick Roberts <nickrob@snap.net.nz>
10718
10719 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10720 create buffer with a pty but no process so that GDB can make the
10721 inferior the controlling process.
10722
9c40e995 107232009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
10724
10725 * international/ucs-normalize.el: New file.
10726
8cdba32b
RS
107272009-08-13 Richard Stallman <rms@gnu.org>
10728
5c950923
RS
10729 * mail/rmail.el (rmail-get-attr-names):
10730 Accept an attribute header that is too short.
10731
76e1e40b
RS
10732 * mail/rmail.el (rmail-forget-messages):
10733 Ignore nil elt in rmail-message-vector. Use dotimes.
10734
1fc01b08
RS
10735 * progmodes/compile.el (compilation-goto-locus):
10736 Use next-error-move-function.
10737
8cdba32b
RS
10738 * simple.el (next-error-move-function): New variable.
10739
99910cf4
JL
107402009-08-12 Juri Linkov <juri@jurta.org>
10741
10742 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10743 always non-nil. (Bug#4052)
10744
10745 * replace.el (read-regexp): Return empty string when
10746 `default-value' is nil.
10747 (keep-lines-read-args): Don't use empty string as the
10748 default value for `read-regexp'. (Bug#2495)
10749
fc5bdf6c
JL
107502009-08-12 Juri Linkov <juri@jurta.org>
10751
10752 * international/mule-cmds.el (ucs-insert): Change arguments
10753 from `arg' to `character', `count', `inherit' to be the same
10754 as in `insert-char'. Doc fix. (Bug#4039)
10755
10756 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10757
77748848
JL
107582009-08-12 Juri Linkov <juri@jurta.org>
10759
10760 * files-x.el: New file.
10761
10762 * files.el: Move code that deals with adding/deleting
10763 file/directory-local variables to files-x.el.
10764
10765 * Makefile.in (ELCFILES): Add files-x.elc.
10766
c8a44c4e
DD
107672009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10768
27a9fd5a
DD
10769 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10770 to use `goto-line'.
10771 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10772 `goto-line'.
10773 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 10774 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 10775 threads list.
107ef54a 10776 (gdb): Send -target-detach when buffer is killed (Bug#3794).
2f952059 10777 (gdb-starting): Move -data-list-register-names...
cf6e27cf
DD
10778 (gdb-stopped): ...here so it's sent when first thread stops.
10779 (gdb-registers-handler-custom): Do nothing if register names are
10780 unknown yet.
27a9fd5a 10781
c8a44c4e
DD
10782 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10783 from `gdb-mi.el' to avoid extra tangling.
10784
10785 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 10786 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
10787 (gdb-update-gud-running): No extra fuss for updating frame number.
10788
dfd4e693
SM
107892009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10790
51c4341f
SM
10791 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10792 (describe-language-environment-map, setup-language-environment-map)
10793 (set-coding-system-map): Move initialization into declaration.
10794 (set-language-info-alist): Last arg to define-key-after can be skipped.
10795
10796 * international/quail.el (quail-completion-1): Simplify.
10797 (quail-define-rules): Use slightly more compact code.
10798 (quail-insert-decode-map): Propertize keys, compact columns.
10799
dfd4e693
SM
10800 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10801 Add goto-line.
10802
83326559
MB
108032009-08-10 Miles Bader <miles@gnu.org>
10804
10805 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10806 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10807 (js2-instance-member, js2-private-member, js2-private-function-call)
10808 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10809 (js2-magic-paren, js2-external-variable):
10810 Remove "-face" suffix from face names.
10811 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10812 (js2-highlight-undeclared-vars, js2-peek-token)
10813 (js2-parse-function-params, js2-mode-show-errors)
10814 (js2-mode-show-warnings, js2-make-magic-delimiter)
10815 (js2-mode-highlight-magic-parens): Update to use new face names.
10816
8e754ea2
MA
108172009-08-09 Michael Albinus <michael.albinus@gmx.de>
10818
10819 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10820 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10821
1c292fc7
CY
108222009-08-09 Chong Yidong <cyd@stupidchicken.com>
10823
18d433a7
CY
10824 * subr.el: Provide hashtable-print-readable.
10825
1c292fc7
CY
10826 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10827 hs-c-like-adjust-block-beginning.
10828 (hs-hide-block-at-point): Stop hiding at the beginning of
10829 hs-block-end-regexp (Bug#700).
10830
2db0ae07
DD
108312009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10832
10833 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10834 a macro.
10835 (gdb-registers-handler-custom): Do not fail when register names
10836 are unavailable.
10837
fe4740a6
DD
108382009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10839
10840 * progmodes/gdb-mi.el (gdb-control-all-threads)
10841 (gdb-control-current-thread): Interactive setters for
10842 `gdb-gud-control-all-threads' to use in menu.
10843 (gdb-show-run-p): Show «Go» when process is not active.
33aeea0e
SM
10844 (gud-tool-bar-map): Add non-stop/A,T indicator.
10845 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 10846
ce299d55
CY
108472009-08-08 Yoni Rabkin <yoni@rabkins.net>
10848
10849 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10850 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
10851 (net-utils-mode): New mode for viewing diagnostic network output.
10852 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10853 (net-utils-run-simple): New function.
10854 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 10855
7c4654ad
DD
108562009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10857
10858 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10859 (gdb-memory-set-address, def-gdb-set-positive-number)
10860 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10861 after changing settings.
10862 (gdb-invalidate-disassembly): Update when first shown.
10863 (gdb-edit-locals-value): Fixed.
10864 (gdb-registers-handler-custom): Print registers in right order and
10865 allow changing register values (only for current thread yet).
9cbac26b
DD
10866 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10867 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10868 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
33aeea0e
SM
10869 (gdb-locals-handler-custom, gdb-registers-handler-custom):
10870 Thread info in mode name.
9cbac26b 10871 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 10872
0f25a277
EZ
108732009-08-08 Eli Zaretskii <eliz@gnu.org>
10874
10875 * mail/rmail.el (rmail-add-mbox-headers)
10876 (rmail-set-message-counters-counter): Search for
10877 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10878
b971be60
GM
108792009-08-08 Glenn Morris <rgm@gnu.org>
10880
10881 * Makefile.in (ELCFILES): Update.
10882
a35d3ad8
EZ
108832009-08-07 Eli Zaretskii <eliz@gnu.org>
10884
33aeea0e
SM
10885 * mail/sendmail.el (mail-yank-original):
10886 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
10887 text is yanked.
10888
8b0bcc2e
EZ
10889 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10890 to "windows" when "pgnuplot" is used.
33aeea0e
SM
10891 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
10892 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
10893 (calc-graph-init): Don't send -display and -geometry to
10894 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10895 running "pgnuplot -V" with shell-command-to-string.
10896
10897 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10898 the default.
10899
109002009-08-07 Eli Zaretskii <eliz@gnu.org>
10901
10902 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
10903 org/org-latex.elc.
10904
3bca7ca5
DN
109052009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10906
3c53763c
DN
10907 * vc-dispatcher.el (vc-resynch-window): Update comment.
10908
3bca7ca5
DN
10909 * term.el (term-handle-ansi-escape): Add comments with the
10910 terminfo capabilities implemented.
10911
7b217360
DD
109122009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10913
10914 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10915 (gdb-var-create-handler): Rewritten using JSON parser.
2f952059
ML
10916 (gdb-propertize-header): Move earlier.
10917 (gdb-set-header): Remove to avoid duplication.
7b217360
DD
10918 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10919 Refresh disassembly buffers only after threads list have been
10920 update.
10921 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10922 variables.
10923
b4d84ecf
JL
109242009-08-04 Juri Linkov <juri@jurta.org>
10925
10926 * files.el: Commands to add/delete file/directory-local variables.
10927 (read-file-local-variable, read-file-local-variable-value)
10928 (read-file-local-variable-mode, modify-file-local-variable)
10929 (modify-file-local-variable-prop-line)
10930 (modify-dir-local-variable): New functions.
10931 (add-file-local-variable, delete-file-local-variable)
10932 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10933 (add-dir-local-variable, delete-dir-local-variable)
10934 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10935 (copy-dir-locals-to-file-locals-prop-line): New commands.
10936
42da39c1
CY
109372009-08-04 Chong Yidong <cyd@stupidchicken.com>
10938
10939 * abbrev.el (insert-abbrev-table-description): Prettify output.
10940 Suggested by Karl Chen.
10941
98bf8494
DD
109422009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
10943
78b9fb28 10944 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 10945 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
10946 (gdb-overlay-arrow-position, gdb-thread-position)
10947 (gdb-disassembly-position): Declare variables.
10948 (gdb-wait-for-pending): Function now.
10949 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10950 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10951 compilation goes smoothly.
10952 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10953 (gdb-non-stop-setting): New customization setting which replaces
10954 `gdb-non-stop' so changing it doesn't break active GDB session.
10955 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10956 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10957 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10958 (gdb-show-threads-by-default): New customization options.
10959 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10960 routines.
10961 (gdb-get-buffer-create): Send buffers update signal when they are
10962 created.
10963 (gdb-invalidate-locals, gdb-invalidate-registers)
10964 (gdb-invalidate-breakpoints)
10965 (gdb-invalidate-threads, gdb-invalidate-disassembly)
10966 (gdb-invalidate-memory): Accept update signal.
10967 (gdb-current-context-command): Use --frame option.
10968 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10969 Implement `gdb-frame-number' selection logic.
10970 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10971 whether to show GUD toolbar buttons.
10972 (gdb-thread-exited): Unselect current thread when it exits.
10973 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10974 (gdb-mark-line): Routine which sets overlay arrow or inverses
10975 video on fringeless displays.
10976 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10977 to build aligned columns of data in GDB buffers and set text
10978 properties line-by-line.
10979 (gdb-invalidate-breakpoints)
10980 (gdb-breakpoints-list-handler-custom)
10981 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10982 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10983 (gdb-registers-handler-custom): Align data columns.
10984 (gdb-locals-handler-custom): Now prints data like in variable
10985 declarations.
10986 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
2f952059 10987 Remove confusing buttons.
78b9fb28
DD
10988 (gdb-invalidate-threads): Append --frame.
10989 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10990 between breakpoints/threads buffers.
10991 (gdb-set-window-buffer): Now can ignore dedicated windows.
10992 (gdb-propertize-header): Use `gdb-set-window-buffer'.
10993 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10994 (def-gdb-thread-buffer-gud-command): Replaces
10995 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10996 for fine thread control.
10997 (gdb-preempt-existing-or-display-buffer): New function used to
10998 display bound buffers without breaking window layout.
10999 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
11000 (gdb-select-frame): New version of `gdb-frames-select' which now
11001 sets `gdb-frame-number' so commands may use --frame option instead
11002 of inner debugger state.
11003 (gdb-frame-handler): Do not set `gdb-frame-number'.
11004 (gdb-threads-mode-map): Select threads with mouse.
11005
11006 * progmodes/gud.el (gdb-gud-context-call): Declare function to
11007 avoid compilation warning.
11008 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
11009 `gdb-show-stop-p`.
11010
566f3909
DD
11011 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
11012 Argument `key' renamed to `buffer-type'.
11013 (gdb-current-context-buffer-name): Do not add thread info to
11014 buffer name when no thread is selected.
11015 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
11016 command (bug 3794).
11017 (gdb-thread-selected): Handle `=thread-selected' notification.
11018 (gdb-wait-for-pending): New macro to deal with congestion problems.
11019 (gdb-breakpoints-list-handler-custom): Don't fail on pending
11020 breakpoints.
7b6fefac
JB
11021 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
11022 This fixes problem similar to one described in bug 3947.
566f3909
DD
11023 (gud-menu-map): More menu items.
11024 (gdb-init-1): Reset `gdb-thread-number' to nil.
11025
4a31122c
DD
11026 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
11027 non-stop settings.
11028
11029 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
11030 (gdb-current-context-command): Do not append --thread if
11031 `gdb-thread-number' is nil.
33aeea0e
SM
11032 (gdb-running-threads-count, gdb-stopped-threads-count):
11033 New variables.
4a31122c 11034 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
33aeea0e
SM
11035 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
11036 New customization options.
4a31122c
DD
11037 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
11038 GUD commands.
7b6fefac 11039 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
11040 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
11041 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
11042 set `gdb-thread-number' and update `gud-running' properly.
11043 (gdb-running): Update threads list when new threads appear.
11044 (gdb-stopped): Support non-stop operation and new thread switching
11045 logic.
11046 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
11047 (gdb-json-partial-output): New set of JSON routines.
11048 (def-gdb-auto-update-trigger): New `signal-list' optional
11049 argument.
11050 (gdb-thread-list-handler-custom): Update `gud-running',
11051 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
11052 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11053 (gdb-continue-thread, gdb-step-thread): New commands for fine
11054 thread execution control.
11055 (gud-menu-map): New menu items to switch non-stop options.
11056 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 11057 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
11058
11059 * progmodes/gdb-mi.el (gdb-rules-name-maker)
11060 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11061 gdb-buffer-rules.
11062 (def-gdb-auto-update-handler): New nopreserve optional argument.
11063 (gdb-stack-list-frames-custom): Print stack from top to bottom.
11064
2f952059 11065 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
4a31122c
DD
11066 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11067 (gdb-parent-mode): New mode to derive other GDB modes from.
11068 (gdb-display-disassembly-for-thread)
11069 (gdb-frame-disassembly-for-thread): New commands for threads
11070 buffer.
11071
11072 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11073 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
11074 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11075 (gdb-update): We now store all GDB buffers in a list so that they
11076 can be updated by traversing a list instead of calling invalidate
7b6fefac 11077 triggers explicitly.
a5c9f540
DD
11078 (def-gdb-trigger-and-handler): New macro to define trigger-handler
11079 pair for GDB buffer.
11080 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
11081 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11082 handle pending triggers.
11083 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11084 (def-gdb-thread-buffer-simple-command)
11085 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11086 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
11087 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11088 New commands which show buffers bound to thread.
2f952059 11089 (gdb-stack-list-locals-regexp): Remove unused regexp.
4a31122c 11090
7b6fefac
JB
11091 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11092 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
11093 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11094 to (gud-comint-buffer) in *-buffer-name functions
11095 because (gdb-get-target-string) already does that.
11096 (gdb-locals-handler-custom, gdb-registers-handler-custom)
11097 (gdb-changed-registers-handler): Rewritten without regexps.
11098
ba214964 11099 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
11100 (gdb-thread-number): New variable.
11101 (gdb-current-context-command): New macro which adds --thread
11102 option to command.
7b6fefac 11103 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 11104 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 11105 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
11106 (gdb-select-thread): New command which selects current thread.
11107 (gdb-invalidate-frames, gdb-invalidate-locals)
11108 (gdb-invalidate-registers): Use --thread option.
20f12ed8 11109
2ac33804
MA
111102009-08-04 Michael Albinus <michael.albinus@gmx.de>
11111
11112 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 11113 robust. (Bug#3977)
2ac33804
MA
11114 (tramp-handle-insert-file-contents): `unwind-protect' must be
11115 inside `with-parsed-tramp-file-name'.
11116
11117 * net/tramp-gvfs.el (top): Remove superfluous message when loading
11118 fails.
11119
39d0296f
NR
111202009-08-03 Nick Roberts <nickrob@snap.net.nz>
11121
11122 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11123 directory if CLASSPATH is not set.
11124
adcbca53
MA
111252009-08-03 Michael Albinus <michael.albinus@gmx.de>
11126
7b6fefac
JB
11127 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11128 New defconst.
7ef849b6 11129 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 11130
30924b0b
CY
111312009-08-02 Kevin Ryde <user42@zip.com.au>
11132
7b6fefac
JB
11133 * net/newst-backend.el (newsticker--raw-url-list-defaults):
11134 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 11135
b6ce92f1
CY
111362009-08-02 Chong Yidong <cyd@stupidchicken.com>
11137
d977a092
CY
11138 * select.el (x-set-selection): Doc fix (Bug#4021).
11139
11140 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11141
b6ce92f1
CY
11142 * help-fns.el (describe-variable): Treat list return values from
11143 dir-locals-find-file properly (Bug#4005).
11144
7b6fefac 111452009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
11146
11147 * net/tramp.el (tramp-debug-message): Print also microseconds.
11148
111492009-08-02 Michael Albinus <michael.albinus@gmx.de>
11150
11151 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11152 or END is non-nil.
11153 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11154 (tramp-get-debug-buffer): Change `outline-regexp' according to new
11155 format.
11156
5ce6e4f4 11157 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
11158 (tramp-get-file-property): Use it.
11159
33aeea0e
SM
11160 * autorevert.el (auto-revert-handler):
11161 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 11162
2aafe808
JR
111632009-08-02 Jason Rumney <jasonr@gnu.org>
11164
11165 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 11166 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 11167
e094097c
CY
111682009-08-02 Chong Yidong <cyd@stupidchicken.com>
11169
11170 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
33aeea0e
SM
11171 (font-lock-variable-name-face, font-lock-constant-face):
11172 Darken the colors for light backgrounds.
e094097c 11173
de94f281
EZ
111742009-08-01 Eli Zaretskii <eliz@gnu.org>
11175
11176 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11177 month names. (Bug#3987)
11178
54b99340
CY
111792009-07-31 Chong Yidong <cyd@stupidchicken.com>
11180
11181 * simple.el (line-move-finish): Pass whole number to
11182 line-move-to-column.
34be836c 11183 (line-move-visual): Perform hscroll to the recorded position.
54b99340 11184
38216c30
JB
111852009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
11186
11187 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11188
c779896d
CY
111892009-07-29 Alan Mackenzie <acm@muc.de>
11190
11191 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11192
592ccae0
DD
111932009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
11194
35edc6c6
DD
11195 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11196 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 11197
5a9e3ab7
JB
111982009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11199
11200 * calc/calc.el (calc-mode-map): Add keybinding for
11201 `calc-transpose-lines'.
11202
7b6fefac 112032009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
11204
11205 * calc/calc-misc.el (calc-transpose-lines): New function.
11206
905fb90e
MA
112072009-07-28 Michael Albinus <michael.albinus@gmx.de>
11208
11209 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11210 Simplify check for out-of-band methods.
11211 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11212 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
11213
76e14464
DN
112142009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
11215
11216 * vc-git.el (vc-git-checkin): Fix typo.
11217
6088b51f 112182009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
11219
11220 * progmodes/js2-mode.el: New file.
11221
b85157fe
NR
112222009-07-28 Nick Roberts <nickrob@snap.net.nz>
11223
11224 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11225 (gud-menu-map): Adjust tooltip accordingly.
11226
d43c2b06
DN
112272009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11228
1c0f0c3b
DN
11229 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11230 (vc-bzr-log-view-mode): Adjust log-view-file-re.
11231
d43c2b06
DN
11232 * add-log.el (change-log-mode-map): Add a menu.
11233
3dec5c36
MA
112342009-07-27 Michael Albinus <michael.albinus@gmx.de>
11235
11236 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11237 function returns nil.
11238 (dbus-handle-event): Handle special return value :ignore.
11239 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11240
5704140c
CY
112412009-07-26 Chong Yidong <cyd@stupidchicken.com>
11242
11243 * view.el (view-mode-enable): Don't define Helper-return-blurb if
11244 it's not needed.
11245
3077d1f6
EZ
112462009-07-25 Eli Zaretskii <eliz@gnu.org>
11247
11248 Fix Bug#3888:
11249
11250 * w32-vars.el (x-select-enable-clipboard): Doc fix.
11251
11252 * term/pc-win.el (x-display-name, x-colors)
11253 (x-select-enable-clipboard, x-select-text): Doc fix.
11254
11255 * term/common-win.el (x-display-name, x-colors): Doc fix.
11256
11257 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11258 (xw-defined-colors): Doc fix.
11259
11260 * w32-fns.el (x-select-text, x-setup-function-keys)
11261 (x-get-selection, x-set-selection): Doc fix.
11262
11263 * term/x-win.el (x-select-text, x-setup-function-keys)
11264 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11265
11266 * select.el (x-set-selection): Doc fix.
11267
51768bc8
MA
112682009-07-25 Michael Albinus <michael.albinus@gmx.de>
11269
11270 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11271 instead of "IsNSSSupportAvailable". Avahi ought to work also when
33aeea0e
SM
11272 "IsNSSSupportAvailable" method is not available.
11273 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 11274
b11c2874
KH
112752009-07-24 Kenichi Handa <handa@m17n.org>
11276
11277 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 11278 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
11279 (build-unicode-category-table): Fix range checks.
11280
ba83b7b6
DN
112812009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
11282
11283 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11284 the buffer we try to sync is current when calling
11285 vc-resynch-buffer.
11286
11287 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11288 not show up to date files.
11289
7a8ae964
GM
112902009-07-24 Glenn Morris <rgm@gnu.org>
11291
11292 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11293 Add autoload cookies. If necessary, initialize.
11294 (elint-log): Handle non-file buffers.
11295 (elint-initialize): Add optional argument to reinitialize.
11296 (elint-find-builtin-variables): Save excursion.
11297
a707eb05
DN
112982009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
11299
11300 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11301 for Lint.
11302
0a2ddfa6
DN
113032009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11304
d6a62b0d
DN
11305 * vc.el (vc-print-log-internal): New function, split out from ...
11306 (vc-print-log): ... here.
10b5dcad 11307 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 11308
0a2ddfa6
DN
11309 * vc-git.el (vc-git-add-signoff): New variable.
11310 (vc-git-checkin): Use it.
11311 (vc-git-toggle-signoff): New function.
11312 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
11313 (vc-git--run-command-string): Accept a nil FILE argument.
11314 (vc-git-stash-list): New function.
11315 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 11316
589a99f2
GM
113172009-07-23 Glenn Morris <rgm@gnu.org>
11318
11319 * help-fns.el (describe-variable): Describe ignored and risky local
11320 variables in a similar way to that in which we describe safe ones.
11321
11322 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
11323 (byte-compile-output-file-form, byte-compile-output-docform)
11324 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
11325 Give some more local variables with common names a "bytecomp-" prefix,
11326 so as not to shadow things during compilation.
11327 * emacs-lisp/cl-macs.el (load-time-value)
11328 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
11329 `outbuffer' to `bytecomp-outbuffer'.
11330
11331 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
11332 since the next two variables cover them automatically now.
11333 (elint-builtin-variables, elint-autoloaded-variables): New.
11334 (elint-unknown-builtin-args): Remove all members, since they can be
11335 parsed automatically now.
11336 (elint-extra-errors): New.
11337 (elint-env-add-env, elint-env-add-macro): Use cadr.
11338 (elint-current-buffer): Use or. Change final message.
11339 (elint-get-top-forms): Use line-end-position.
11340 (elint-init-env): Use cadr. Handle autoload, declare-function,
11341 and defalias.
11342 (elint-add-required-env): Doc fix. Use or. Standardize error.
11343 (regexp-assoc): Remove unused function.
11344 (elint-top-form): Set elint-current-pos, to record the start of the
11345 top-level form, for compilation-mode.
11346 (elint-form): Trap errors in macro expansion. Use dolist.
11347 (elint-unbound-variable): Use elint-builtin-variables and
11348 elint-autoloaded-variables.
11349 (elint-get-args): Use cadr, or.
11350 (elint-check-cond-form): Use dolist, cadr.
11351 (elint-check-condition-case-form): Doc fix. Use cadr.
11352 Use elint-extra-errors.
11353 (elint-log): New function.
11354 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
11355 Distinguish errors and warnings.
11356 (elint-log-message): Use with-current-buffer. Inhibit read-only.
11357 Use a bytecomp-style format.
11358 (elint-clear-log): Preserve default-directory. Inhibit read-only.
11359 (elint-get-log-buffer): Use compilation mode. Disable undo.
11360 Don't truncate lines.
11361 (elint-initialize): Set builtin and autoloaded variable lists.
11362 Only process elint-unknown-builtin-args if non-nil.
11363 (elint-find-builtin-variables, elint-find-autoloaded-variables):
11364 New functions.
11365 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
11366
855b42a2
GM
113672009-07-22 Kevin Ryde <user42@zip.com.au>
11368
11369 * net/newst-backend.el (newsticker--parse-atom-1.0)
11370 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11371 (newsticker--parse-rss-1.0):
11372 * progmodes/idlwave.el (idlwave-mode):
11373 * progmodes/idlw-shell.el (idlwave-shell-mode):
11374 * progmodes/vera-mode.el (vera-mode):
11375 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
11376 * progmodes/vhdl-mode.el (vhdl-mode):
11377 * textmodes/table.el (table-generate-source)
11378 (table--warn-incompatibility):
11379 Hyperlink urls in docstrings with URL `...'.
11380
fd413a37
GM
113812009-07-22 Glenn Morris <rgm@gnu.org>
11382
cb711556
GM
11383 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
11384 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
11385 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
11386 Remove leading * from defcustom docs.
11387
fd413a37
GM
11388 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
11389
11390 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
11391 defcustom doc.
11392 (list-load-path-shadows): Optionally, just return shadows as a string.
11393
11394 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
11395
a4f69701
CY
113962009-07-21 Chong Yidong <cyd@stupidchicken.com>
11397
33aeea0e
SM
11398 * mail/rmailedit.el (rmail-edit-mode):
11399 Use auto-save-include-big-deletions.
a4f69701 11400
33aeea0e
SM
11401 * mail/rmail.el (rmail-variables):
11402 Use auto-save-include-big-deletions.
a4f69701
CY
11403
11404 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
11405 changes.
11406
ec06459c
JB
114072009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
11408
11409 * calc/calc.el (calc-undo-length): New variable.
11410 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
11411
b41b0976
RS
114122009-07-21 Richard Stallman <rms@gnu.org>
11413
11414 * files.el (auto-save-mode): Handle buffer-save-size = -2
11415 for toggling mode.
11416
4ed32706
GM
114172009-07-21 Glenn Morris <rgm@gnu.org>
11418
531b1264
GM
11419 * textmodes/ispell.el (ispell-looking-back): Update declaration.
11420
55d27f41
GM
11421 * calendar/todo-mode.el (calendar-current-date): Update declaration.
11422
02df3f4d
GM
11423 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
11424 silence compiler. Instead...
11425 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
11426 (ps-print-ensure-fontified): Update for above function name changes.
11427
fdd8417e
GM
11428 * printing.el (pr-mh-get-msg-num, pr-mh-show)
11429 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
11430 silence compiler. Instead...
11431 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
11432 (mh-show-buffer): Only define for compiler.
11433 (pr-mh-current-message): Update for above function name changes.
11434
4ed32706
GM
11435 * files.el (abort-if-file-too-large): Explicitly pass `filename'
11436 as an argument.
11437 (find-file-noselect, insert-file-1): Update for above change.
11438
11439 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
11440
11441 * mail/mailclient.el (mailclient-send-it): Fix message.
11442
11443 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
11444 (edebug-eval): Check cl-debug-env is bound.
11445 (print-level, print-circle): Don't redefine built-in variables.
11446
11447 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
11448 (custom-print-vectors): Remove old comments from doc.
11449
11450 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
11451 (emerge-version): Make the variable an obsolete alias for the
11452 emacs-version variable. Make the function obsolete.
11453 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
11454 Emerge options, rather than merging in into the main Options menu.
11455 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
11456 and auto advance modes. Disable edit/fast items when not relevant.
11457
86812144
CY
114582009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
11459
11460 * term/vt420.el (terminal-init-vt420): Fix typo.
11461
6bb90094
SS
114622009-07-20 Sam Steingold <sds@gnu.org>
11463
11464 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
11465 variable (removed from compile.el on 2004-03-11).
11466
42e0a725
CY
114672009-07-20 Chong Yidong <cyd@stupidchicken.com>
11468
11469 * files.el (hack-local-variables-filter): Fix last change.
11470
2ee20f24
JL
114712009-07-19 Juri Linkov <juri@jurta.org>
11472
11473 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
11474 (dir-local-variables-alist): New buffer-local variable.
11475 (hack-local-variables-filter): If variable is not dir-local,
11476 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
11477 because file-local overrides dir-local.
3570691b 11478 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
11479 Remove obsolete declaration.
11480 (hack-dir-local-variables): Add dir-local variable/value pair to
11481 `dir-local-variables-alist' and remove duplicates. Doc fix.
11482
11483 * help-fns.el (describe-variable): Add information about
11484 file-local and dir-local variables.
11485
89bf83cd
CY
114862009-07-19 Chong Yidong <cyd@stupidchicken.com>
11487
11488 * files.el (hack-local-variables-filter): Rewrite.
11489
1a8d3541
GM
114902009-07-19 Glenn Morris <rgm@gnu.org>
11491
d9e8a018
GM
11492 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
11493 Silence compiler by only defining on XEmacs.
11494
da332cfb
GM
11495 * international/mule.el (auto-coding-regexp-alist): Only match
11496 BABYL... at the start of buffer, not of lines. (Bug#3790)
11497
1a8d3541
GM
11498 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
11499 non-calendar buffers (Bug#3862). Restore "not on a date" message.
11500 (cal-menu-context-mouse-menu): Doc fix.
11501
11502 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
11503
11504 * simple.el (mail-user-agent): Doc fix. Set :version tag.
11505
d842b103
JL
115062009-07-18 Juri Linkov <juri@jurta.org>
11507
11508 * info.el: Virtual Info keyword finder.
3570691b 11509 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
11510 (Info-finder-file): New variable.
11511 (Info-finder-find-file): New function.
11512 (finder-known-keywords, finder-package-info)
11513 (find-library-name, lm-commentary): Use defvar and
11514 declare-function to silence compiler warnings.
11515 (Info-finder-find-node): New function.
11516 (info-finder): New command.
11517
11518 * subr.el (process-kill-buffer-query-function): New function.
11519 (add-hook)<kill-buffer-query-functions>: Add hook
11520 `process-kill-buffer-query-function'.
11521
10d37df7
AM
115222009-07-18 Alan Mackenzie <acm@muc.de>
11523
7b6fefac 11524 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
11525 (c-postprocess-file-styles): Give invocation of `c-set-style'
11526 DONT-OVERRIDE parameter of t. Already set style variables will
11527 thus not be overridden by style settings given by `c-file-syle'.
11528
11529 * files.el (hack-local-variables-filter): Remove entries with
11530 duplicate keys from `file-local-variables-alist'.
11531
102e1a41
EZ
115322009-07-18 Eli Zaretskii <eliz@gnu.org>
11533
11534 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11535 x-set-selection if display-selections-p returns nil for the
11536 current frame.
11537
16f2e9fc
CY
115382009-07-18 Chong Yidong <cyd@stupidchicken.com>
11539
11540 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11541
f22693fc
EZ
115422009-07-18 Eli Zaretskii <eliz@gnu.org>
11543
a6c2c80c
EZ
11544 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11545 Accept nil in addition to a regexp.
11546 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11547 Accept nil in addition to a regexp.
11548 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11549 buffers that have an associated file. Handle nil values of
11550 desktop-buffers-not-to-save and desktop-files-not-to-save.
11551 (Bug#3833)
11552
f22693fc
EZ
11553 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11554 (x-disown-selection-internal): New functions.
11555
e456379a
NR
115562009-07-18 Nick Roberts <nickrob@snap.net.nz>
11557
11558 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11559 warning.
11560 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11561 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11562
0013b70f
CY
115632009-07-18 David De La Harpe Golden <david@harpegolden.net>
11564
11565 * simple.el (set-mark): Revert last change.
11566
0855c2ca
CY
115672009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11568
11569 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11570 rendering of pngs is not possible instead of messaging a long
11571 description.
11572
3f5c9cad
CY
115732009-07-17 David De La Harpe Golden <david@harpegolden.net>
11574
11575 * w32-fns.el (x-selection-owner-p): New function.
11576
11577 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
33aeea0e
SM
11578 (mouse-yank-at-click, mouse-yank-primary):
11579 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 11580 insertion.
3f5c9cad
CY
11581
11582 * simple.el (deactivate-mark, set-mark): Only save selection if we
11583 own it.
11584
1fc87f9b
KH
115852009-07-17 Kenichi Handa <handa@m17n.org>
11586
11587 * case-table.el (describe-buffer-case-table): Fix for the case
11588 that KEY is a cons.
11589
d56fdcd2
DN
115902009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11591
11592 * vc-rcs.el (vc-rcs-find-file-hook):
11593 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11594
bede3e9f
MA
115952009-07-16 Michael Albinus <michael.albinus@gmx.de>
11596
11597 * net/tramp.el (tramp-wait-for-output): Handle the case when
11598 commands do not return a newline but a null byte before the shell
11599 prompt. (Bug#3858)
11600
7653ca1d
YM
116012009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11602
11603 * term/ns-win.el (ns-set-alpha): Don't declare.
11604 (ns-set-background-alpha): Remove function.
11605
ed2a52e9
SM
116062009-07-16 Kevin Ryde <user42@zip.com.au>
11607
11608 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11609 y-or-n-p, for safety.
11610
7a907299
RS
116112009-07-16 Richard Stallman <rms@gnu.org>
11612
11613 * files.el (auto-save-mode): If buffer-saved-size is -2,
11614 don't clobber it.
11615
11616 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11617 (rmail-retry-ignored-headers): Add more uninteresting fields.
11618
c0db3477
CY
116192009-07-15 Jari Aalto <jari.aalto@cante.net>
11620
11621 * net/rcirc.el (rcirc): Use history variables.
11622 (rcirc-server-name-history, rcirc-nick-name-history)
11623 (rcirc-server-port-history): New variables.
11624
6c875452
KH
116252009-07-15 Kenichi Handa <handa@m17n.org>
11626
bf974dc9
KH
11627 * international/mule-cmds.el (set-language-environment-charset):
11628 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11629 ignore them.
11630
6c875452
KH
11631 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11632 Delete unibyte-display.
11633
2066b4fe
CY
116342009-07-15 Chong Yidong <cyd@stupidchicken.com>
11635
11636 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11637
f9be2e35
CY
116382009-07-15 Chong Yidong <cyd@stupidchicken.com>
11639
11640 * simple.el (deactivate-mark): Optional argument FORCE.
11641 (set-mark): Use deactivate-mark.
11642
11643 * info.el (Info-search): No need to check transient-mark-mode
11644 before calling deactivate-mark.
11645
11646 * select.el (x-set-selection): Doc fix.
11647 (x-valid-simple-selection-p): Allow buffer values.
33aeea0e
SM
11648 (xselect--selection-bounds): Handle buffer values.
11649 Suggested by David De La Harpe Golden.
f9be2e35 11650
33aeea0e
SM
11651 * mouse.el (mouse-set-region, mouse-drag-track):
11652 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
11653 select-active-regions work.
11654
be3e598a 116552009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
11656
11657 * simple.el (deactivate-mark): If select-active-regions is
11658 non-nil, copy the selection data into a string.
11659 (activate-mark): If select-active-regions is non-nil, set the
11660 selection to the current buffer.
11661 (set-mark): Update selection if select-active-regions is non-nil.
11662
11663 * select.el (x-valid-simple-selection-p): Allow buffer values.
11664
cbd61418
SM
116652009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11666
11667 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11668 and more featureful message-mode.
11669
f470187f
CY
116702009-07-14 Chong Yidong <cyd@stupidchicken.com>
11671
11672 * select.el (x-set-selection): Doc fix.
11673 (x-valid-simple-selection-p): Disallow selection data consisting
11674 of a list or cons of integers, since that is not used.
11675 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11676 (xselect-convert-to-string, xselect-convert-to-length)
11677 (xselect-convert-to-filename, xselect-convert-to-charpos)
11678 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11679
bfc99364
DD
116802009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11681
11682 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11683 output in -break-info command (Emacs bug #3794).
11684
e32721f5
GM
116852009-07-14 Glenn Morris <rgm@gnu.org>
11686
1e46f9e4
GM
11687 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11688 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11689 (edebug-print-length, edebug-print-level, edebug-print-circle)
11690 (edebug-sit-for-seconds, edebug-view-outside)
11691 (edebug-bounce-point, edebug-set-global-break-condition)
11692 (edebug-Go-nonstop-mode, edebug-trace-mode)
11693 (edebug-Trace-fast-mode, edebug-continue-mode)
11694 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11695 (edebug-visit-eval-list): Doc fixes.
11696
e32721f5
GM
11697 * subr.el (def-edebug-spec): Doc fix.
11698
66a85e76
KH
116992009-07-14 Kenichi Handa <handa@m17n.org>
11700
11701 * international/characters.el: Fix setting of category ?C.
11702
28571246
JD
117032009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11704
7b6fefac 11705 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
11706 ns-popup-font-panel instead of generate-fontset-menu.
11707
5d74672c
EZ
117082009-07-12 Eli Zaretskii <eliz@gnu.org>
11709
7b6fefac 11710 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 11711
eb1727a4
CY
117122009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11713
11714 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11715 the PK\003\004 header (Bug#3770).
11716
208384c5
CY
117172009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11718
11719 * pcomplete.el (pcomplete-comint-setup): Check for
11720 shell-dynamic-complete-filename too.
11721
774409a1
CY
117222009-07-11 Chong Yidong <cyd@stupidchicken.com>
11723
11724 * simple.el (temporary-goal-column): Change the value for
11725 line-move-visual to a cons cell.
11726 (line-move-visual): Record or set the window hscroll, if
11727 necessary (Bug#3494).
11728 (line-move-1): Handle cons value of temporary-goal-column.
11729
1639ee1d
KH
117302009-07-11 Kenichi Handa <handa@m17n.org>
11731
11732 * international/mule-diag.el (describe-character-set): Don't show
11733 width.
11734
2b1d2412
SS
117352009-07-10 Sam Steingold <sds@gnu.org>
11736
11737 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11738 Omake sometimes indents the errors it prints, so allow all
11739 regexps to start with spaces.
11740
ed3a5691
EZ
117412009-07-10 Eli Zaretskii <eliz@gnu.org>
11742
ed2a52e9
SM
11743 * cus-edit.el (customize-changed-options-previous-release):
11744 Bump value to 22.1. (Bug#3804)
ed3a5691 11745
49405d0e
SS
117462009-07-08 Sam Steingold <sds@gnu.org>
11747
11748 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11749 to be a cons cell (test . ignored-directory) to selectively ignore
11750 some directories depending on the location of the search.
11751
93c3eb7c
MA
117522009-07-08 Michael Albinus <michael.albinus@gmx.de>
11753
11754 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11755 remote user is root, on the local host.
11756 (tramp-local-host-p): Either the local user or the remote user
11757 must be root. (Bug#3771)
11758
6f2a8484
NR
117592009-07-08 Nick Roberts <nickrob@snap.net.nz>
11760
11761 * progmodes/gdb-mi.el (gdb): Remove description of
11762 gdb-use-separate-io-buffer.
69cb8d82 11763 (menu): Don't allow toggling of or enable
6f2a8484
NR
11764 gdb-use-separate-io-buffer from menubar.
11765
88d03607
CY
117662009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11767
11768 * mail/unrmail.el (unrmail): Make sure the message ends with two
11769 newlines (Bug#3769).
11770
7ef5b8b2
GM
117712009-07-08 Glenn Morris <rgm@gnu.org>
11772
11773 * calendar/calendar.el (calendar-current-date): Rework previous change.
11774
3ce82f97
GM
117752009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11776
11777 * calendar/calendar.el (calendar-current-date):
11778 Add an optional argument giving an offset from today.
11779
f35fc841
GM
117802009-07-08 Glenn Morris <rgm@gnu.org>
11781
11782 * tutorial.el (tutorial--describe-nonstandard-key):
11783 Adjust the message for when a key has been unbound.
11784 (help-with-tutorial): Hide the arch-tag.
11785
40149292
KH
117862009-07-08 Kenichi Handa <handa@m17n.org>
11787
69cb8d82
KH
11788 * international/fontset.el (setup-default-fontset): For each
11789 script, append (not set) font-specs.
11790
40149292
KH
11791 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11792 docstring.
11793
ff0c4194
NR
117942009-07-08 Nick Roberts <nickrob@snap.net.nz>
11795
11796 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11797 -data-list-register-names to ...
11798 (gdb-starting): ... here because GDB 7.0 requires execution to
11799 have started when using this MI command.
11800 (gdb-set-header): New function to distinguish select and
11801 unselected tabs in gdb buffers.
11802 (gdb-propertize-header): New macro that uses gdb-set-header.
11803 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 11804 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 11805
8954c675
CY
118062009-07-07 Chong Yidong <cyd@stupidchicken.com>
11807
11808 * Makefile.in (ELCFILES): Remove fadr.elc.
11809
0996385d
DD
118102009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11811
dc6b4519
DD
11812 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11813 may contain frame information, so `string-match' should be used.
11814 (gdb-update): Disassembly is invalidated through
11815 `gdb-get-selected-frame'.
11816 (gdb-pad-string): New function to pad string with spaces.
11817 (gdb-invalidate-disassembly): Invalidate only if the buffer
11818 exists.
11819 (gdb-disassembly-handler-custom): Column alignment.
11820 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11821 placing new ones.
11822 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11823 end of line, too.
11824 (gdb-frame-handler): Match convention to for disassembly buffer
11825 mode name.
17c1380b 11826 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
11827 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11828 not highlight breakpoints without line information.
69a197a2 11829 (gdb-input): Add trailing newline to command.
dc6b4519 11830
14340b25
DD
11831 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11832 buffer properly.
11833 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 11834 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
11835 now.
11836 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11837 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11838 to place breakpoints.
14340b25
DD
11839 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11840 functions.
11841 (gdb-disassembly-handler-custom): Show overlay arrow.
11842 (gdb-disassembly-place-breakpoints): Show breakpoints in
11843 disassembly buffer.
11844 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 11845 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 11846 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 11847 in `gud-menu-map'.
14340b25 11848
38d4f316 11849 * fadr.el: Remove.
1f2a6224 11850
7b6fefac 11851 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 11852 (gdb-memory-address): New variable which holds top address of
7b6fefac 11853 memory page shown in memory buffer.
33aeea0e
SM
11854 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
11855 New customization variables.
0996385d
DD
11856 New functions:
11857 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11858 display the memory buffer.
11859 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11860 buffer display parameters.
11861 (def-gdb-memory-format, gdb-memory-format-binary)
11862 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11863 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11864 Functions for setting memory buffer format.
11865 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11866 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11867 unit size used in memory buffer.
33aeea0e
SM
11868 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
11869 Switch to next/previous page of memory buffer.
28d67a53 11870 Now using (bindat-get-field) instead of fadr functions.
0996385d 11871
9ba562d3
SS
118722009-07-07 Sam Steingold <sds@gnu.org>
11873
11874 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11875 non-top-level files.
11876
a43977db
KH
118772009-07-07 Kenichi Handa <handa@m17n.org>
11878
33aeea0e
SM
11879 * international/mule-cmds.el (reset-language-environment):
11880 Put the highset priority to the charset iso-8859-1.
a43977db 11881
d44d05e8
CY
118822009-07-06 Chong Yidong <cyd@stupidchicken.com>
11883
11884 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11885 to the end of the line when locating the block (Bug#700).
11886
3e2fa353
MA
118872009-07-06 Michael Albinus <michael.albinus@gmx.de>
11888
11889 * net/tramp.el (tramp-handle-write-region): Flush file properties
11890 in case of short track.
11891
be3e598a 118922009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 11893
bf0b361c
JB
11894 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11895 Coded custom representation of verilog error regular expressions
11896 to work with Emacs-22's new format.
d88782c3 11897 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 11898 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
11899 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11900 error recognition into XEmacs.
11901 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11902 error recognition into Emacs-22.
11903
25c6f63e
CY
119042009-07-06 Chong Yidong <cyd@stupidchicken.com>
11905
11906 * woman.el: Remove stand-alone closing parentheses.
11907 (woman-file-name, woman2-format-paragraphs)
11908 (woman-leave-blank-lines): Code cleanup.
11909 (woman-use-own-frame): Change default to nil.
33aeea0e
SM
11910 (woman-italic, woman-bold, woman-unknown, woman-addition):
11911 Change defaults to inherit from default faces.
25c6f63e
CY
11912 (woman2-process-escapes): Consume the newline after a stand-alone
11913 filler character (Bug#3651).
11914
f176290e
GM
119152009-07-06 Glenn Morris <rgm@gnu.org>
11916
11917 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11918 (top-level): Move provide to the end.
11919 (ffap): Remove defunct URL from custom group.
11920
11921 * subr.el (eval-after-load): Doc fix.
11922
7b6fefac 119232009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
11924
11925 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11926 `calc-embedded-word' is called twice.
11927
4b8b1ec5
SM
119282009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11929
11930 * files.el (find-alternate-file-other-window, find-alternate-file):
11931 Obey confirm-nonexistent-file-or-buffer.
11932
d6ceb380
MA
119332009-07-05 Michael Albinus <michael.albinus@gmx.de>
11934
11935 * dired-aux.el (dired-show-file-type): Handle remote files.
11936
be3e598a 119372009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 11938
4b8b1ec5
SM
11939 * desktop.el (desktop-globals-to-save):
11940 Add file-name-history (Bug#2750).
c760f19e 11941
6d00ce04
CY
119422009-07-05 Chong Yidong <cyd@stupidchicken.com>
11943
4b8b1ec5 11944 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 11945
6ee21b07
JB
119462009-07-04 Johan Bockgård <bojohan@gnu.org>
11947
11948 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11949 property on entire argument since this is what eshell-lisp-command
11950 expects.
11951
f0dbdc25
MA
119522009-07-03 Michael Albinus <michael.albinus@gmx.de>
11953
11954 * net/tramp-gvfs.el (tramp-gvfs-methods)
11955 (tramp-gvfs-zeroconf-domain)
11956 (tramp-bluez-discover-devices-timeout): Add version flag.
11957 (tramp-gvfs-handler-mounted-unmounted)
11958 (tramp-gvfs-connection-mounted-p): Polish handling of
11959 incompatibilities between GVFS 0.2 and 1.0.
11960
e044e4fc
JD
119612009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11962
4b8b1ec5 11963 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 11964
2e9b968b
JB
119652009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11966
bf0b361c 11967 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
11968 formatted correctly.
11969
baf1a55e
JL
119702009-07-02 Juri Linkov <juri@jurta.org>
11971
11972 * info.el: Virtual Info files and nodes.
11973 (Info-virtual-files, Info-virtual-nodes): New variables.
11974 (Info-current-node-virtual): New variable.
11975 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11976 New functions.
11977 (Info-file-supports-index-cookies): Use Info-virtual-file-p
11978 to check for a virtual file instead of checking a fixed list
11979 of node names.
11980 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11981 instead of ad-hoc processing of "dir" and (apropos history toc).
11982 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11983 instead of ad-hoc processing of "dir" and (apropos history toc).
11984 Reread a file when moving from a virtual node.
11985 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11986 (Info-directory-toc-nodes, Info-directory-find-file)
11987 (Info-directory-find-node): New functions.
11988 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11989 (Info-history): Move part of code to
11990 `Info-history-find-node'.
11991 (Info-history-toc-nodes, Info-history-find-file)
11992 (Info-history-find-node): New functions.
11993 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11994 (Info-toc): Move part of code to `Info-toc-find-node'.
11995 (Info-toc-find-node): New function.
4b8b1ec5 11996 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
11997 the current Info file name to references because now the node
11998 "*TOC*" belongs to the same Info manual.
4b8b1ec5 11999 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
12000 (Info-toc-nodes): Rename input argument `file' to `filename'.
12001 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
12002 instead of ad-hoc processing of ("dir" apropos history toc).
12003 (Info-index-nodes): Use Info-virtual-file-p
12004 to check for a virtual file instead of checking a fixed list
12005 of node names.
12006 (Info-index-node): Add check for `Info-current-node-virtual'.
12007 Raise `save-match-data' higher up the tree to contain
12008 `search-forward' too (bug fix).
12009 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
12010 (Info-virtual-index-nodes): New variable.
12011 (Info-virtual-index-find-node, Info-virtual-index): New functions.
12012 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
12013 (Info-apropos-file, Info-apropos-nodes): New variables.
12014 (Info-apropos-toc-nodes, Info-apropos-find-file)
12015 (Info-apropos-find-node, Info-apropos-matches): New functions.
12016 (info-apropos): Move part of code to `Info-apropos-find-node' and
12017 `Info-apropos-matches'.
12018 (Info-mode-map): Bind "I" to `Info-virtual-index'.
12019 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
12020 for a virtual file instead of checking a fixed list of node names.
12021
12022 * simple.el (async-shell-command): New command.
12023
12024 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
12025
12026 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
12027 instead of `mount-info'.
12028
d04bc496
MA
120292009-07-02 Michael Albinus <michael.albinus@gmx.de>
12030
12031 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 12032 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 12033
af0403e0
KH
120342009-07-02 Kenichi Handa <handa@m17n.org>
12035
12036 * international/mule.el (set-keyboard-coding-system): Force *-unix
12037 coding-system to avoid eol conversion.
12038
99278f8a
MA
120392009-07-01 Michael Albinus <michael.albinus@gmx.de>
12040
4b8b1ec5
SM
12041 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12042 Add handler for `process-file', `shell-command' and
99278f8a
MA
12043 `start-file-process'.
12044 (tramp-gvfs-handle-shell-command)
12045 (tramp-gvfs-handle-start-file-process)
12046 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 12047 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 12048
3f1c6666
JD
120492009-07-01 Jan Djärv <jan.h.d@swipnet.se>
12050
12051 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
12052
3f396bac
KH
120532009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
12054
12055 * language/korean.el (set-language-info-alist): Add korean-cp949,
12056 cp949 to spec.
12057
c1185193
KH
120582009-07-01 Kenichi Handa <handa@m17n.org>
12059
12060 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12061
12062 * international/encoded-kb.el: Deleted.
12063
12064 * international/mule.el (set-keyboard-coding-system): Perform the
12065 necessary setup here instead of calling encoded-kbd-setup-display.
12066
3f150a60
GM
120672009-07-01 Glenn Morris <rgm@gnu.org>
12068
12069 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12070
b0d5b05b
GM
120712009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
12072
12073 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
12074
4f4126e6
MA
120752009-06-30 Michael Albinus <michael.albinus@gmx.de>
12076
4b8b1ec5
SM
12077 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12078 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 12079 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 12080
7ae3ea65 12081 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
12082 (top): Add a default for "synce" in `tramp-default-user-alist'.
12083 Add completion function for "synce" method.
12084 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
12085 (tramp-hal-interface-manager, tramp-hal-interface-device):
12086 New defconst.
12087 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12088 (tramp-synce-list-devices, tramp-synce-parse-device-names):
12089 New defuns.
d6ceb380
MA
12090
12091 * net/trampver.el: Update release number.
7ae3ea65 12092
0ad6626b
KH
120932009-06-30 Kenichi Handa <handa@m17n.org>
12094
12095 * international/fontset.el (setup-default-fontset): Add CJK fonts
12096 for symbols and the other miscellaneous characters.
12097
4b8b1ec5
SM
12098 * language/korea-util.el (setup-korean-environment-internal):
12099 Make char-width-table suitable for Korean environments.
0ad6626b
KH
12100 (exit-korean-environment): Cancel above.
12101
12102 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12103 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 12104 setup-function to make char-width-table suitable for respective
0ad6626b
KH
12105 environments, and an exit-function to cancel that.
12106
12107 * language/japan-util.el (setup-japanese-environment-internal):
12108 Call use-cjk-char-width-table with arg `ja_JP'.
12109
12110 * international/characters.el (cjk-char-width-table): Delete it.
12111 (cjk-char-width-table-list): New variable.
12112 (use-cjk-char-width-table): New arg local-name.
12113 (use-default-char-width-table): Fix for the case that Emacs is
12114 already using the default char-width-table.
12115
fd46e893
MA
121162009-06-29 Michael Albinus <michael.albinus@gmx.de>
12117
12118 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12119 modes mandatory. (Bug#3712)
12120
b87d9f96
AM
121212009-06-29 Alan Mackenzie <acm@muc.de>
12122
12123 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 12124 correction between the visible width of TABs and their number of bytes.
b87d9f96 12125
2d25aa5a
CY
121262009-06-29 Chong Yidong <cyd@stupidchicken.com>
12127
12128 * server.el (server-buffer-done): Prevent kill-buffer from
12129 prompting by clearing the buffer modification flag (Bug#3696).
12130
a3a8b002
DN
121312009-06-28 Michael McNamara <mac@mail.brushroad.com>
12132
bf0b361c 12133 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 12134 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
12135 (verilog-basic-complete-re): Support localparam lineup.
12136 (verilog-beg-of-statement-1): Fix for robustness, unique case.
12137 (verilog-set-auto-endcomments): Fix for unique case, always_comb
12138 commenting.
12139 (verilog-leap-to-case-head): Now support *nested* unique &
12140 priority case statements.
12141 (verilog-auto-lineup): Make just declarations the default (as it
12142 had been).
4b8b1ec5 12143 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 12144 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 12145 select the various styles of automatic lineup.
a3a8b002
DN
12146 (verilog-error-regexp-alist): Rework to support the XEmacs style
12147 of error regular expressions from compilers, lint tools &
12148 simulators. Note that GNU Emacs has made it impossible for a mode
12149 to load such things.
12150 (electric-verilog-terminate-line, verilog-indent-declaration)
12151 (verilog-auto-wiure): Rework for radio button selection of
12152 auto-lineup selection of specification of auto lineup.
12153 (verilog-beg-of-statement-1): Redesign to support proper operation
12154 in additional code, based on testing with auto-lineup.
12155 (verilog-calculate-indent, assignments & declarations)
12156 (verilog-backward-token): Enhance to support auto-lineup of
12157 assignments & declarations.
12158 (verilog-in-directive-p, verilog-at-struct-p): New function for
12159 easy test of whether we are.
12160 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12161 to support safe execution at almost anyline.
12162 (verilog-calc-1): Properly support indenting deep inside generate
12163 blocks.
48c2d18a 12164 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 12165 as it is redundant with font-lock-defaults.
a8f316ca 12166 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
12167 to avoid circular calls if syntax-ppss is a function (as is the
12168 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 12169 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
12170 (verilog-ovm-begin-re, verilog-ovm-end-re)
12171 (verilog-ovm-statement-re, verilog-leap-to-head)
12172 (verilog-backward-token): Add support for OVM macros. Some are
12173 complete statements, and others open and close scopes like begin
12174 and end.
12175 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12176 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 12177 compilation issue.
48c2d18a 12178 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 12179 coverpoint, constraint and cross statements.
a3a8b002
DN
12180 (verilog-defun-level-list, verilog-generate-defun-level-list)
12181 (verilog-all-defun-level-list): Redo these specifications - it is
12182 too hard to support eval-when compile aggregation of lists also
12183 built at when-compile time.
12184 (verilog-defun-level-list): Place defconsts of variables used in
12185 building regular expressions which are built in eval-when-compile
12186 bodies in the same eval-when-compile body to facilitate compile
12187 without load.
12188 (verilog-beg-block-re-ordered): Support indenting
12189 virtual/protected tasks and functions.
7b6fefac 12190 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
12191 (verilog-backward-ws&directives, verilog-calc-1): Speed up
12192 indentation of some module items (generate items).
12193 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12194 across virtual/protected tasks and functions.
12195
121962009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
12197
bf0b361c 12198 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 12199 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
12200 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12201 in concatenations. Reported by Yishay Belkind.
12202 (verilog-auto-ascii-enum): Support one-hot state machines in
12203 AUTOASCIIENUM. Suggested by Lloyd Gomez.
12204 (verilog-auto-inst, verilog-auto-inst-port): Include interface
33aeea0e
SM
12205 modport in AUTOINST and add vl-modport for users.
12206 Reported by David Rogoff.
a3a8b002
DN
12207 (verilog-auto-inout-module, verilog-auto-inst)
12208 (verilog-decls-get-interfaces, verilog-insert-definition)
12209 (verilog-insert-one-definition, verilog-read-decls)
12210 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12211 (verilog-sig-modport, verilog-signals-combine-bus)
12212 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12213 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12214 Suggested by David Rogoff.
12215 (verilog-repair-open-comma): Fix non-insertion of comma when
12216 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
12217 (verilog-make-width-expression): Simplify [A-1:0] expression
12218 widths to just {A{1'b0}}.
12219 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
12220 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12221 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
12222 inputs/outputs or data type. Suggested by Vasu Kandadi.
12223 (next-error-last-buffer): Fix byte-compiler warning.
12224 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12225 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 12226 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 12227 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
12228 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12229 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 12230 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
12231 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12232 causing use of <= assignments. Reported by Alex Reed.
12233 (verilog-read-decls): Fix triand, trior, wand, wor to be
12234 recognized by AUTOWIRE. Reported by Spencer Isaacson.
12235 (verilog-extended-complete-re): Support import "DPI-C" functions.
12236 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 12237 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
12238 (verilog-insert-date, verilog-insert-year)
12239 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12240 Windows systems. Reported by Michael Potts.
12241 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 12242 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 12243 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 12244 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
12245 (verilog-read-decls): Fix detecting "parameter int" when using
12246 AUTOINSTPARAM. Reported by Bruce T.
12247 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 12248 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 12249 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
12250 verilog-goto-defun will work. Reported by Lawrence Butcher.
12251 (verilog-getopt): Expand environment variables in -f file
12252 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 12253 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
12254 when reading enumerations.
12255 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12256 Suggested by Stephen Peltan.
4b8b1ec5 12257 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
12258 files. Reported by Steve Peltan.
12259
f7c0d931
CY
122602009-06-28 David De La Harpe Golden <david@harpegolden.net>
12261
12262 * files.el (trash-directory): Fix defcustom type.
12263
baf1a55e 122642009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
12265
12266 * help-fns.el (describe-function-1): Correctly locate adviced
12267 functions in hyperlink (Bug#2438).
12268
d63a01ef
CY
122692009-06-28 Chong Yidong <cyd@stupidchicken.com>
12270
12271 * files.el (trash-directory): Change default to nil.
12272 (move-file-to-trash): If trash-directory is nil and
12273 system-move-file-to-trash is unbound, perform freedesktop-style
12274 trashing.
12275
122762009-06-28 David De La Harpe Golden <david@harpegolden.net>
12277
12278 * files.el (move-file-to-trash): Add freedesktop trash
12279 support (Bug#973).
12280
fc2f6a26
GM
122812009-06-28 Glenn Morris <rgm@gnu.org>
12282
12283 * autorevert.el (global-auto-revert-non-file-buffers)
12284 (global-auto-revert-mode): Doc fixes.
12285
00242b07
JB
122862009-06-27 Johan Bockgård <bojohan@gnu.org>
12287
12288 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12289
f5594f03
CY
122902009-06-27 Chong Yidong <cyd@stupidchicken.com>
12291
e8a2b2da
CY
12292 * faces.el (x-handle-named-frame-geometry): Ensure that we have
12293 opened an X connection before calling x-get-resource (Bug#3194).
12294
f5594f03
CY
12295 * play/doctor.el: Remove reference to obsolete website.
12296 (make-doctor-variables): Correct grammar mistake (Bug#2633).
12297
3c3bf6ce
DN
122982009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
12299
12300 Remove find-file-not-found-hook VC method. (Bug#2757)
12301 * vc-hooks.el (vc-file-not-found-hook)
12302 (vc-default-find-file-not-found-hook): Remove functions.
12303 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
12304 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
12305 * vc.el:
12306 * vc-hg.el:
12307 * vc-git.el: Do not mention find-file-not-found-hook VC method.
12308
e26a7bc0
AM
123092009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
12310
12311 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 12312 compatibility function for `looking-back'.
e26a7bc0 12313
4b8b1ec5 12314 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 12315 Use `ispell-looking-back'.
e26a7bc0 12316
d9848600
MA
123172009-06-24 Michael Albinus <michael.albinus@gmx.de>
12318
12319 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 12320 rather than `filename'.
d9848600 12321
05fbc4a9
MB
123222009-06-23 Miles Bader <miles@gnu.org>
12323
12324 * face-remap.el (text-scale-set): New function.
12325
f86ca715
GM
123262009-06-23 Glenn Morris <rgm@gnu.org>
12327
33e2c2e5
GM
12328 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
12329
f529f302
GM
12330 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
12331
34995333
GM
12332 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
12333
cc80ccee
GM
12334 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
12335
84cb770d
GM
12336 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12337 Simplify Persian conditionals.
12338
d916c965
GM
12339 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
12340 variable `filename'.
12341
b6a44b27
GM
12342 * comint.el (comint-insert-input): Doc fix.
12343
f86ca715
GM
12344 * Makefile.in (ELCFILES): Fix typo in previous change.
12345
666e158e
MB
123462009-06-23 Miles Bader <miles@gnu.org>
12347
12348 * cus-start.el: Add entry for `recenter-redisplay'.
12349
be3e598a 123502009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
12351
12352 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
12353 Add an optional argument for the backend, use it instead of
12354 calling vc-backend.
4b8b1ec5
SM
12355 (vc-mode-line): Add an optional argument for the backend.
12356 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
12357 special handling for vc-state being a buffer to ...
12358
12359 * vc-rcs.el (vc-rcs-find-file-hook):
12360 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
12361
12362 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
12363 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
12364 vc-stay-local-p and vc-mode-line calls.
12365
12366 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
12367 (vc-cvs-diff, vc-cvs-annotate-command)
12368 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
12369 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
12370 vc-mode-line calls.
12371
12372 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
12373 direct comparison.
12374 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
12375 backend when calling vc-mode-line.
12376 (vc-register): Do not create a closure for calling the vc register
12377 function, call it directly.
12378
2764748c
DN
123792009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
12380
12381 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
12382 to make it obvious item can be clicked.
f5a0b281
DN
12383
12384 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
12385
d4a885b2
KH
123862009-06-23 Kenichi Handa <handa@m17n.org>
12387
12388 * language/korea-util.el (korean-key-bindings): Change the binding
12389 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
12390 same command.
12391
e3610693
MA
123922009-06-22 Michael Albinus <michael.albinus@gmx.de>
12393
12394 Sync with Tramp 2.1.16.
12395
12396 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
12397
12398 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
12399 when a loading of a package fails. Completion function for rsync
12400 is `tramp-completion-function-alist-ssh'.
12401 (all): Replace all calls of `split-string' and
12402 `tramp-split-string' by `tramp-compat-split-string'.
12403 (tramp-default-method): Use `tramp-compat-process-running-p'.
12404 (tramp-default-proxies-alist): Allow also Lisp forms.
12405 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 12406 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
12407 (tramp-domain-regexp): Allow also "-", "_" and ".".
12408 (tramp-end-of-output): Remove newlines, and add "$" at the end.
12409 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
12410 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
12411 (tramp-handle-directory-files-and-attributes-with-stat):
12412 Care about filenames with spaces, or starting with "-".
e3610693
MA
12413 (tramp-handle-dired-uncache): New defun.
12414 (tramp-handle-insert-directory): Don't flush the directory from
12415 cache, this is handled by `dired-uncache' now.
12416 (tramp-handle-insert-file-contents): Improve error handling.
12417 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12418 Quote `tramp-end-of-output'.
12419 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
12420 (tramp-check-for-regexp): Both echoes must be present, before removing.
12421 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
12422 (tramp-compute-multi-hops): Eval cons cells of
12423 `tramp-default-proxies-alist'.
12424 (tramp-maybe-open-connection): Use the same command pattern for
12425 first hop and further hops.
12426 (tramp-wait-for-output): Remove handling of newlines.
12427 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
12428 (tramp-split-string): Remove function. It is handled in
12429 tramp-compat now.
12430
4b8b1ec5
SM
12431 * net/tramp-cmds.el (tramp-bug):
12432 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
12433
12434 * net/tramp-compat.el (tramp-compat-split-string)
12435 (tramp-compat-process-running-p): New defuns.
12436
12437 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
12438 for `dired-uncache'.
12439
12440 * net/tramp-gvfs.el: New package.
12441
4b8b1ec5
SM
12442 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12443 Add handler for `dired-uncache'.
e3610693
MA
12444 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
12445
12446 * net/trampver.el: Update release number. Make version check fit
12447 for SXEmacs 22.
12448
13a3f374
JM
124492009-06-22 Jim Meyering <meyering@redhat.com>
12450
e0a28a3b 12451 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
12452 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
12453 XZ is the successor to LZMA: <http://tukaani.org/xz/>
12454
5242671e 124552009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 12456 Nick Roberts <nickrob@snap.net.nz>
13a3f374 12457
e0a28a3b 12458 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
12459 repository (http://sphinx.net.ru/hg/gdb-mi/).
12460
3fde45af
GM
124612009-06-22 Glenn Morris <rgm@gnu.org>
12462
46253b34
GM
12463 * files.el (dir-locals-collect-mode-variables): Allow for any number of
12464 `mode' and `eval' entries. (Bug#3430)
12465
97e18192
GM
12466 * Makefile.in (ELCFILES): Add fadr.elc.
12467
731a00fb
GM
12468 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
12469 differing behavior of \n and ^ in strings. (Bug#3385)
12470
c66cd0ff
GM
12471 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
12472
3fde45af
GM
12473 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
12474 property.
12475 (lisp-indent-function): Make it a defcustom.
12476
db2241a0
NR
124772009-06-21 Nick Roberts <nickrob@snap.net.nz>
12478
12479 * progmodes/gdb-ui.el: Replace with ...
5242671e 12480 * progmodes/gdb-mi.el: ... this file.
db2241a0 12481 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
12482
124832009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
12484
db2241a0
NR
12485 * fadr.el: New file.
12486
38d4f316 12487See ChangeLog.14 for earlier changes.
e3d51b27
MR
12488
12489;; Local Variables:
12490;; coding: utf-8
e3d51b27
MR
12491;; End:
12492
8de31eec 12493 Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
e3d51b27
MR
12494
12495 This file is part of GNU Emacs.
12496
12497 GNU Emacs is free software: you can redistribute it and/or modify
12498 it under the terms of the GNU General Public License as published by
12499 the Free Software Foundation, either version 3 of the License, or
12500 (at your option) any later version.
12501
12502 GNU Emacs is distributed in the hope that it will be useful,
12503 but WITHOUT ANY WARRANTY; without even the implied warranty of
12504 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12505 GNU General Public License for more details.
12506
12507 You should have received a copy of the GNU General Public License
12508 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.