from trunk
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
8a249abc
AM
12010-02-25 Alan Mackenzie <acm@muc.de>
2
3 * progmodes/cc-engine.el (c-clear-<-pair-props)
4 (c-clear->-pair-props): Correct to wipe category text props, not
5 syntax-table ones.
6
7 * progmodes/cc-mode.el (c-after-change): Remove any hard
8 syntax-table properties for <, > which, e.g., C-y has
9 inopportunely converted from category properties.
10
f95a5fd0
CY
112010-02-24 Chong Yidong <cyd@stupidchicken.com>
12
13 * files.el (hack-local-variables-filter): For eval forms, also
14 check safe-local-variable-p (Bug#5636).
15
6583ba0e
CY
162010-02-24 Eduard Wiebe <usenet@pusto.de>
17
18 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
19 and use c(ad)r of cddr (Bug#5640).
20
459a5f4b
MA
212010-02-22 Michael Albinus <michael.albinus@gmx.de>
22
23 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
24 setting the modes by `ignore-errors'. It might fail, for example
25 if the file is not owned by the user but the group.
26 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
27
bb23f6e8
CY
282010-02-21 Chong Yidong <cyd@stupidchicken.com>
29
50c58e27
CY
30 * files.el (directory-listing-before-filename-regexp): Use
31 stricter matching for iso-style dates, to avoid false matches with
32 date-like filenames (Bug#5597).
33
b660eb70
CY
34 * htmlfontify.el (htmlfontify): Doc fix.
35
36 * eshell/eshell.el (eshell): Doc fix.
37
bb23f6e8
CY
38 * startup.el (fancy-about-screen): In mode-line, apply
39 mode-line-buffer-id face only to the buffer name (Bug#5613).
40
3e39928c
CY
412010-02-20 Kevin Ryde <user42@zip.com.au>
42
43 * progmodes/compile.el (compilation-error-regexp-alist-alist): In
44 `watcom' anchor regexp to start of line, to avoid slowness
45 (Bug#5599).
46
0f00e948
EZ
472010-02-20 Eli Zaretskii <eliz@gnu.org>
48
49 * subr.el (remove-yank-excluded-properties): Explain in a comment
50 why `category' property is removed.
51
3513efb2
CY
522010-02-19 Chong Yidong <cyd@stupidchicken.com>
53
54 * isearch.el (isearch-update-post-hook, isearch-update): Revert
55 2010-02-17 change.
56
b4340b3f
UJ
572010-02-19 Ulf Jasper <ulf.jasper@web.de>
58
59 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
60 (icalendar--convert-weekly-to-ical)
61 (icalendar--convert-yearly-to-ical)
62 (icalendar--convert-block-to-ical)
63 (icalendar--convert-cyclic-to-ical)
64 (icalendar--convert-anniversary-to-ical): Take care of time
65 specifications where hour has 1-digit only (Bug#5549).
66
8cfae03d
NR
672010-02-19 Nick Roberts <nickrob@snap.net.nz>
68
69 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
70 of disassemble output in GDB 7.1.
71
055e4eea
GM
722010-02-19 Glenn Morris <rgm@gnu.org>
73
74 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
75 property. (Bug#5593)
76
ff6b00de
SS
772010-02-18 Sam Steingold <sds@gnu.org>
78
79 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
80
fe8c0b47
SM
812010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
82
83 Use abbreviated file names in bookmarks (bug#5591).
84 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
85 calls to expand-file-name.
86 (bookmark-relocate): Use abbreviated file names in bookmarks.
87 (bookmark-load): Use abbreviated file names in messages.
88
73a37a69
MA
892010-02-18 Michael Albinus <michael.albinus@gmx.de>
90
91 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
92 expand "." and "..". Reported by Thierry Volpiatto
93 <thierry.volpiatto@gmail.com>.
94
6e4f5731
MA
952010-02-18 Michael Albinus <michael.albinus@gmx.de>
96
97 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
98 permissions of the temporary file to "0600". In case the remote
99 file has no read permissions for the owner, there might be
100 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
101
10222010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
103
104 * emacs-lisp/authors.el (authors-renamed-files-alist):
105 Add entries for INSTALL.CVS.
106
ba5bf642
MH
1072010-02-17 Mark A. Hershberger <mah@everybody.org>
108
109 * vc-bzr.el: fix typo in Known Bugs section.
110
111 * isearch.el (isearch-update-post-hook): New hook
112 (isearch-update): Use the new hook.
113
aac0b0f2
MA
1142010-02-16 Michael Albinus <michael.albinus@gmx.de>
115
fe8c0b47
SM
116 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
117 Fix errors in copying directories.
aac0b0f2
MA
118 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
119 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
120 (tramp-handle-delete-file)
121 (tramp-handle-dired-recursive-delete-directory)
122 (tramp-handle-write-region): Flush also the cache for the upper
123 directory.
124
05bbe066
CY
1252010-02-16 Chong Yidong <cyd@stupidchicken.com>
126
e8ab3908
CY
127 * simple.el (save-interprogram-paste-before-kill): Doc fix.
128
ff90f4b0
CY
129 * cus-edit.el (hardware): Doc fix.
130
131 * man.el (man): Add to external custom group.
132
133 * delim-col.el (columns): Move to wp custom group.
134
135 * doc-view.el (doc-view): Add to data custom group.
136
137 * cedet/data-debug.el (data-debug): Move to extensions group.
138
139 * cedet/ede.el (ede):
140 * cedet/srecode.el (srecode):
141 * cedet/semantic.el (semantic): Put in tools and extensions group.
142
fe8c0b47 143 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 144
05bbe066
CY
145 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
146 by ispell-parse-output (Bug#5575).
147
fa6ea913
KH
1482010-02-16 Kenichi Handa <handa@m17n.org>
149
150 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
151 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
152 (skkdic-convert): Use `euc-japan' coding system for writing.
153
88fd78ae
GM
1542010-02-16 Glenn Morris <rgm@gnu.org>
155
156 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
157 tex-main-file before using it. (Bug#5562)
158
2b8c974a
SM
1592010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
160
161 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
162 warnings, since it is annoying for the user to see them each time he
163 runs the code.
164
7540f029
MA
1652010-02-15 Michael Albinus <michael.albinus@gmx.de>
166
167 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
168 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
169 instead of PROC for caching "first-password-request". Otherwise,
170 new processes would not profit from passwords already entered.
171
2b8c974a
SM
172 * net/tramp-cache.el (tramp-dump-connection-properties):
173 Don't save "first-password-request" property.
7540f029 174
fa5f7c5f
JB
1752010-02-14 Juanma Barranquero <lekktu@gmail.com>
176
177 * outline.el (outline-head-from-level):
178 * simple.el (with-wrapper-hook):
179 * cedet/ede.el (ede-run-target, project-delete-target)
180 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
181 (ede-adebug-project, ede-adebug-project-parent)
182 (ede-adebug-project-root):
183 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
184 (elint-defun, elint-buffer-env, elint-top-form-logged)
185 (elint-unbound-variable):
186 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
187 Fix typos in docstrings.
188
ecbaeb7b
MA
1892010-02-14 Michael Albinus <michael.albinus@gmx.de>
190
191 * files.el (insert-directory): When WILDCARD-REGEXP and
192 FULL-DIRECTORY-P are nil, insert the file entry instead of the
193 whole directory. (Bug#5551)
194
195 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
196 dired's alignment sanity. (Bug#5516)
197
91e3333f
JL
1982010-02-14 Juri Linkov <juri@jurta.org>
199
200 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
201 Remove remaining ^H with their preceding chars. (Bug#5566)
202
36020642
GM
2032010-02-13 Glenn Morris <rgm@gnu.org>
204
205 * simple.el (transpose-subr): Give it a doc-string.
206
207 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
208 Doc fixes.
209
f5952338
JL
2102010-02-12 Juri Linkov <juri@jurta.org>
211
212 * arc-mode.el (archive-unique-fname): Make directories for nested
213 archives. (Bug#5540)
214
918fe50f
JL
2152010-02-12 Juri Linkov <juri@jurta.org>
216
217 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
218
c07ff221
SM
2192010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
220
48b1e7cf
SM
221 * subr.el (copy-overlay): Handle deleted overlays.
222
c07ff221
SM
223 * man.el (Man-completion-table): Don't signal an error if we can't run
224 manual-program (bug#4056).
225
0e374247
JB
2262010-02-10 Juanma Barranquero <lekktu@gmail.com>
227
228 * textmodes/artist.el (artist-mt): Fix typos in docstring.
229
dbf8402b
SM
2302010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
231
348d1e60
SM
232 * info.el (Info-bookmark-jump): Simplify.
233
dbf8402b
SM
234 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
235 (bookmark-default-handler): Accept new bookmark field `buffer'.
236
e6d23bb5
CY
2372010-02-10 Chong Yidong <cyd@stupidchicken.com>
238
239 * iswitchb.el (iswitchb-completions): Revert last change.
240
a8e4290b
MA
2412010-02-10 Michael Albinus <michael.albinus@gmx.de>
242
2b23acde 243 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
244 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
245 This prevents file names like "~/" being listed literally.
a8e4290b 246
c59d6fad
DN
2472010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
248
348d1e60
SM
249 * term/xterm.el (xterm-maybe-set-dark-background-mode):
250 Remove dead code. (Bug#5546)
c59d6fad 251
3a66e78f
CY
2522010-02-09 Chong Yidong <cyd@stupidchicken.com>
253
254 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
255 correctly (Bug#5548).
256
f29fd869
CY
2572010-02-08 Jose E. Marchesi <jemarch@gnu.org>
258
259 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 260 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 261
7fad1447
KH
2622010-02-08 Kenichi Handa <handa@m17n.org>
263
264 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 265 cookie for putting `lisp-indent-function'.
7fad1447 266
50e4518b
GM
2672010-02-07 Glenn Morris <rgm@gnu.org>
268
269 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
270 Move F2003 named interfaces from keywords-2 to keywords-1, and
271 use function-name-face rather than constant-face.
272 Simplify "abstract interface" regexp.
273
a4cc44cf
CY
2742010-02-07 Chong Yidong <cyd@stupidchicken.com>
275
276 * eshell/esh-util.el (eshell-file-attributes): New optional arg
277 ID-FORMAT. Pass it to `file-attributes'.
278
279 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
280
c917476d
CY
2812010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
282
283 * faces.el (set-face-attribute): Allow calling
284 internal-set-lisp-face-attribute with 'unspecified family and
285 foundry argument (Bug#5536).
286
7cf3f3d6
GM
2872010-02-07 Glenn Morris <rgm@gnu.org>
288
289 * progmodes/f90.el (f90-font-lock-keywords-2)
290 (f90-looking-at-type-like, f90-looking-at-program-block-end):
291 Handle F2003 named interfaces.
292
ffe87109
CY
2932010-02-06 Chong Yidong <cyd@stupidchicken.com>
294
295 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
296 beg and end before calling c-get-state-before-change-functions.
297
4775ecad
DN
2982010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
299
300 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
301
0d17c4b9
JL
3022010-02-05 Juri Linkov <juri@jurta.org>
303
304 * doc-view.el (doc-view-mode):
305 * image-mode.el (image-mode): Put property mode-class=special.
306 (Bug#4896)
307
8228a275
MH
3082010-02-05 Mark A. Hershberger <mah@everybody.org>
309
310 * vc-svn.el (vc-svn-revision-table): New function.
311
d9320986
MA
3122010-02-05 Michael Albinus <michael.albinus@gmx.de>
313
314 * net/ange-ftp.el (ange-ftp-insert-directory):
315 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
316 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
317 Handle also directories. (Bug#5478)
318
f43d8ecc
GM
3192010-02-05 Glenn Morris <rgm@gnu.org>
320
321 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
322
ce3a988d
CY
3232010-02-05 Chong Yidong <cyd@stupidchicken.com>
324
325 * startup.el (command-line-1): Convert options beginning with a
326 single dash as well (Bug#5519).
327
bdd42899
SM
3282010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
329
51b23c44
SM
330 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
331 * minibuffer.el (completion-initials-expand): Only check the presence
332 of delims *within* the boundaries, since otherwise the / delim is
333 always found for files.
334
bdd42899
SM
335 Fix up various corner case problems.
336 * doc-view.el (doc-view-last-page-number): New function.
337 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
338 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
339 (doc-view-kill-proc): Avoid inf-loop in freak cases.
340 (doc-view-reconvert-doc): Use the new recursive delete-directory.
341 (doc-view-convert-current-doc): Don't create the resolution.el file
342 here any more.
343 (doc-view-pdf/ps->png): Do it here instead.
344 (doc-view-already-converted-p): Check that resolution.el is present.
345 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
346 windows that are not yet showing images.
347
dd969a56
AM
3482010-02-04 Alan Mackenzie <acm@muc.de>
349
350 Change strategy for marking < and > as template delimiters: mark
351 them strictly in matching pairs.
352
51b23c44
SM
353 * cc-mode.el (c-before-change):
354 Use c-get-state-before-change-functions.
dd969a56
AM
355 (c-common-init): Adapt to use
356 c-get-state-before-change-functions (note plural).
357
358 * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
359 for searching syntactically for matching <s and >s.
360 (c-get-state-before-change-functions): New language variable (note
361 the plural) which supersedes c-get-state-before-change-function.
362
363 * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
364 (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
365 (c-clear->-pair-props-if-match-before)
51b23c44 366 (c-before-change-check-<>-operators): New functions.
dd969a56
AM
367 (c-after-change-check-<>-operators): Use macro
368 c-unmark-<->-as-paren.
369
370 * cc-defs.el (c-search-backward-char-property): New macro.
371
372 * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
373 and > any more. (These will be handled by font locking.)
374
d5b3979c
MA
3752010-02-04 Michael Albinus <michael.albinus@gmx.de>
376
377 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
378 `dired-uncache' for every elemnt which is an absolute file name.
379
380 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
381 directory, handle its directory component.
382 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
383 function is called permanently and creates noise, otherwise.
384
385 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
386 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
387 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
388
b003beb1
DB
3892010-02-04 David Burger <dburger@google.com> (tiny change)
390
391 * macros.el (apply-macro-to-region-lines):
392 Minor simplification. (Bug#5485)
393
ea92f9f3
GM
3942010-02-04 Glenn Morris <rgm@gnu.org>
395
a03ae20d
GM
396 * mail/rmail.el (rmail-show-message-1): Handle malformed
397 quoted-printable text. (Bug#5441)
398
4d01b827
GM
399 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
400
ea92f9f3
GM
401 * simple.el (visual-line-mode): Capitalize lighter.
402
82055bb7
JW
4032010-02-03 John Wiegley <jwiegley@gmail.com>
404
405 * iswitchb.el (iswitchb-completions): Add bookmark files to the
406 list of files considered for "virtual buffer" completions.
407
8214b6e4
MA
4082010-02-03 Michael Albinus <michael.albinus@gmx.de>
409
410 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
411 also in case of (and (not full) (not wildcard)). This is needed,
412 when dired is called with a list of files, which are not in
413 `default-directory'. (Bug#5478)
414
1df9718f
SM
4152010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
416
417 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
418
02ba1267
JL
4192010-02-02 Juri Linkov <juri@jurta.org>
420
421 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
422 from unidiff to allow function-line after @@.
423
a0c6a0fb
JL
4242010-02-02 Juri Linkov <juri@jurta.org>
425
426 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
427 '(RCS SCCS) with inverted condition.
428
c35fcd52
MA
4292010-02-02 Michael Albinus <michael.albinus@gmx.de>
430
431 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
432 messages.
433
6ba973c1
JL
4342010-02-01 Juri Linkov <juri@jurta.org>
435
436 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
437 compare with "pkunzip" and "pkzip" instead of only "pkzip".
438 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
439 only when (car archive-zip-extract) is "unzip". (Bug#5475)
440
0bca393f
SM
4412010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
442
443 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
444 (doc-view-revert-buffer): New command.
445 (doc-view-mode-map): Use it.
446
7a444e2a
DN
4472010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
448
449 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
450 pending merge is detected.
451
ad6fc8f4
JL
4522010-01-31 Juri Linkov <juri@jurta.org>
453
454 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
455 beginning of interactive spec like all other grep commands do.
456 Put "all" in front of "gz". (Bug#5260)
457
b9236874
DN
4582010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
459
460 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
461
1e868757
CY
4622010-01-29 Chong Yidong <cyd@stupidchicken.com>
463
464 * dirtrack.el (dirtrack): Warn instead of signalling error if the
465 regexp is incorrect (Bug#5476).
466
e5c70c41
MA
4672010-01-29 Michael Albinus <michael.albinus@gmx.de>
468
469 * net/tramp.el (tramp-handle-insert-directory): Handle also
470 symlinks, when FILENAME is not in `default-directory'.
471
0c0b61f1
MA
4722010-01-28 Michael Albinus <michael.albinus@gmx.de>
473
474 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 475 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
476
477 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
478 of SWITCHES. Handle the case, FILENAME is not in
479 `default-directory'. (Bug#5478)
480 (tramp-register-file-name-handlers): Add safe-magic property.
481
763f325e
CY
4822010-01-28 Chong Yidong <cyd@stupidchicken.com>
483
484 * arc-mode.el (archive-zip-extract): Quote the argument passed to
485 unzip (Bug#5475).
486
fd09a83f
CY
4872010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
488
489 * progmodes/flymake.el (flymake-allowed-file-name-masks)
490 (flymake-master-make-header-init): Add other C++ filename masks.
491 (flymake-find-possible-master-files)
492 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
493
7e5686f0
MA
4942010-01-28 Michael Albinus <michael.albinus@gmx.de>
495
496 Fix some busybox annoyances.
497
498 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
499 not responding." string.
500 (tramp-open-connection-setup-interactive-shell): Dump stty
501 settings. Enable "neveropen" arg for all `tramp-send-command'
502 calls. Handle "=" in variable values properly.
503 (tramp-find-inline-encoding): Raise an error, when no encoding is
504 found.
505 (tramp-wait-for-output): Check, whether PROC buffer is available.
506 Remove spurious " ^H" sequences, sent by busybox.
507 (tramp-get-ls-command): Suppress coloring, if possible.
508
c6265c10
GM
5092010-01-28 Glenn Morris <rgm@gnu.org>
510
c85a168b
GM
511 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
512
c6265c10
GM
513 * log-edit.el (log-edit-strip-single-file-name): Add missing
514 :safe, :group, and :version tags.
515
7d82a738
SB
5162010-01-27 Stephen Berman <stephen.berman@gmx.net>
517
518 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
519 buffers. (Bug#5477)
520
8b0e68ea
CY
5212010-01-27 David De La Harpe Golden <david@harpegolden.net>
522
523 * files.el (delete-directory): Handle moving to trash without
524 first doing recursion (Bug#5436).
525
368d3208
DN
5262010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
527
528 * vc-hooks.el (vc-path): Mark as obsolete.
529
755da7fa
DN
5302010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
531
e2396d80
DN
532 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
533 names too.
534
755da7fa
DN
535 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
536 for the short log.
537 (vc-bzr-log-view-mode): Adjust regexp for the above change.
538
6a6d15ab 5392010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 540
ac9ffe99 541 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 542
48c2d18a 543 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 544
504dcc71
EH
5452010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
546
547 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
548 diff-index command. This requires at least git-1.5.5. (Bug#1589).
549
51850286
DN
5502010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
551
c2f1d6d8
DN
552 Remove support for adding --signoff on commit.
553 Future support will use an incompatible generic mechanism.
554 * vc-git.el (vc-git-add-signoff): Remove variable.
555 (vc-git-toggle-signoff): Remove function.
556 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
557
51850286
DN
558 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
559 from xterm-set-background-mode. Return t if the background mode
560 was set.
561 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
562 earlier, call it again in case the background mode has changed.
563
02c6d0d0
CY
5642010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
565
566 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
567 (Bug#3541).
568
064eee03
CY
5692010-01-23 Chong Yidong <cyd@stupidchicken.com>
570
02c6d0d0
CY
571 * emacs-lisp/assoc.el (aelement): Doc fix.
572 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 573
5336c3ec 5742010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 575
48c2d18a 576 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
577 is the same as subprogram call, not declaration. (Bug#5435).
578
0536254e
MA
5792010-01-23 Michael Albinus <michael.albinus@gmx.de>
580
581 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
582 (tramp-smb-maybe-open-connection): Use it.
583
411d06c2
MA
5842010-01-22 Michael Albinus <michael.albinus@gmx.de>
585
0536254e 586 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 587
c893016b
SM
5882010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
589
590 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
591 just because we see "encoding: 8bit".
592 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
593
9425f8e1
CY
5942010-01-22 Chong Yidong <cyd@stupidchicken.com>
595
596 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
597
6a801864
EZ
5982010-01-22 Eli Zaretskii <eliz@gnu.org>
599
600 * jka-compr.el (jka-compr-load): If load-file is not in
601 load-history, try its file-truename version. (bug#5447)
602
3e8f7d91
AM
6032010-01-21 Alan Mackenzie <acm@muc.de>
604
605 Fix a situation where deletion of a cpp construct throws an error.
606 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
607 invoking c-with-all-but-one-cpps-commented-out, check that the
608 special cpp construct is still in the buffer.
609 (c-parse-state): Record the special cpp with markers, not numbers.
610
f0bd0ad5
CY
6112010-01-21 Kenichi Handa <handa@m17n.org>
612
613 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
614 process last-command-event, as it is now decoded first (Bug#5380).
615
5189d95b
CY
6162010-01-20 Chong Yidong <cyd@stupidchicken.com>
617
618 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
619
e073d74a
GM
6202010-01-20 Glenn Morris <rgm@gnu.org>
621
622 * indent.el (tab-always-indent): Fix custom-type.
623
8ee04f3a
AM
6242010-01-19 Alan Mackenzie <acm@muc.de>
625
626 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
627 buffer throws "args out of range".
628 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
629 playing the role of delimiter.
630
6a47c86a
SL
6312010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
632
bf0b361c 633 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
634 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
635 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
636 changed. Delete RECURSIVE parameter; never used. Improve doc string.
637 Improve comments in "is" portion. Handle null procedure declaration.
638 (ada-move-to-end): Improve doc string.
639
2acfb954
ÓF
6402010-01-18 Óscar Fuentes <ofv@wanadoo.es>
641
e90d57c0 642 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 643 Remove obsolete information from commentary.
e90d57c0
JB
644 (ido-choice-list): Initialize to nil.
645 (ido-get-bufname): Reject minibuffers.
646 (ido-make-buffer-list): If "default" is a nonexistent
647 buffer, ignore it, as per the function's comment.
648 (ido-kill-buffer-internal): New function.
649 (ido-kill-buffer-at-head): Use it.
650 (ido-visit-buffer): Likewise.
2acfb954 651
244b023e
CY
6522010-01-18 Chong Yidong <cyd@stupidchicken.com>
653
654 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
655
db9e401b
JB
6562010-01-18 Juanma Barranquero <lekktu@gmail.com>
657
658 * cedet/ede/locate.el (ede-locate-file-in-project)
659 (ede-locate-file-in-project-impl): Fix typos in docstrings.
660 (ede-enable-locate-on-project): Fix typos in error messages.
661
662 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
663 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
664 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
665 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
666 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
667 Fix typos in menu help.
668
669 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
670 Fix typos in chart titles.
671
672 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
673 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
674 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
675 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
676 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
677 (semantic-parse-stream, semantic-parse-region)
678 (semantic-parse-region-default, semantic--set-buffer-cache)
679 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
680 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
681 (semantic-default-submodes):
682 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
683 (semanticdb-create-ebrowse-database)
684 (semanticdb-find-tags-for-completion-method)
685 (semanticdb-find-tags-by-class-method)
686 (semanticdb-deep-find-tags-by-name-method)
687 (semanticdb-deep-find-tags-for-completion-method):
688 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
689 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
690 (semanticdb-find-tags-for-completion-method)
691 (semanticdb-find-tags-by-class-method)
692 (semanticdb-deep-find-tags-for-completion-method):
693 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
694 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
695 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
696 (semanticdb-find-tags-by-name-method)
697 (semanticdb-find-tags-by-name-regexp-method)
698 (semanticdb-find-tags-for-completion-method)
699 (semanticdb-find-tags-by-class-method)
700 (semanticdb-find-tags-external-children-of-type-method)
701 (semanticdb-find-tags-subclasses-of-type-method)
702 (semanticdb-deep-find-tags-by-name-method)
703 (semanticdb-deep-find-tags-by-name-regexp-method)
704 (semanticdb-deep-find-tags-for-completion-method):
705 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
706 (semanticdb-enable-gnu-global-in-buffer)
707 (semanticdb-find-tags-for-completion-method)
708 (semanticdb-deep-find-tags-by-name-method)
709 (semanticdb-deep-find-tags-for-completion-method):
710 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
711 (javascript-mode, semanticdb-find-translate-path)
712 (semanticdb-find-tags-for-completion-method)
713 (semanticdb-find-tags-by-class-method)
714 (semanticdb-deep-find-tags-by-name-method)
715 (semanticdb-deep-find-tags-for-completion-method)
716 (semanticdb-find-tags-external-children-of-type-method):
717 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
718 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
719 (global-semantic-idle-scheduler-mode):
720 * cedet/srecode/dictionary.el (srecode-field-value)
721 (srecode-dictionary-add-section-dictionary):
722 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
723 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
724 (describe-class, eieio-describe-generic, describe-generic):
725 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
726 (eieio-speedbar-expand):
727 * emulation/viper-cmd.el (viper-exec-form-in-vi)
728 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
729 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
730 (viper-del-backward-char-in-replace, viper-backward-indent)
731 (viper-brac-function, viper-register-to-point, viper-submit-report):
732 * net/tramp.el (tramp-remote-coding-commands):
733 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
734 Fix typos in docstrings.
735
9295137d
CY
7362010-01-17 Chong Yidong <cyd@stupidchicken.com>
737
738 * mail/sendmail.el (mail-yank-original): Set the mark if the
739 specified function for yanking does not do it.
740
4d0bbcb6
DN
7412010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
742
7902c120
DN
743 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
744
4d0bbcb6
DN
745 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
746 resyncing a directory.
747
0b702bc1
SL
7482010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
749
6a47c86a 750 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
751 (ada-ident-re): Delete ., allow multibyte characters.
752 (ada-goto-label-re): New; matches goto labels.
753 (ada-block-label-re): New; matches block labels.
754 (ada-label-re): New; matches both.
755 (ada-named-block-re): Deleted; callers changed to use
756 `ada-block-label-re' instead.
757 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
758 Use `ada-block-label-re'.
759 (ada-indent-on-previous-lines): Improve handling of goto labels.
760 (ada-get-indent-block-start): Special-case block label.
761 (ada-get-indent-label): Split into `ada-indent-block-label' and
762 `ada-indent-goto-label'.
763 (ada-goto-stmt-start, ada-goto-next-non-ws):
764 Optionally ignore goto labels.
765 (ada-goto-next-word): Simplify.
766 (ada-indent-newline-indent-conditional): Insert newline before
767 trying to fix indentation; doc fix.
768
05287c49
JB
7692010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
770
771 * calc/calc.el (calc-command-flags): Give it an initial value.
772
44e82a0b
GM
7732010-01-17 Glenn Morris <rgm@gnu.org>
774
775 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
776
4963739e
JB
7772010-01-17 Juanma Barranquero <lekktu@gmail.com>
778
779 * cedet/semantic.el (semantic-mode):
780 * files.el (minibuffer-with-setup-hook):
781 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
782 (artist-key-draw-continously, artist-key-do-continously-continously)
783 (artist-key-set-point-continously, artist-mouse-draw-continously):
784 Fix typos in docstrings.
785
116bd1ee
CY
7862010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
787
788 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
789 return t (Bug#3898).
790
2784cd7a 7912010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
792
793 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
794 can parse the output of the external commands (Bug#5279).
795
abd5cfe8
CY
7962010-01-16 Jari Aalto <jari.aalto@cante.net>
797
798 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
799
4fe22cdf
CY
8002010-01-16 Chong Yidong <cyd@stupidchicken.com>
801
bbdc98ef
CY
802 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
803
c7dc1ac1
CY
804 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
805
4fe22cdf
CY
806 * startup.el (command-line): Remove unused --icon-type arg.
807 Handle --display arg, passing it to command-line-1 (Bug#5392).
808
045b9da7
ML
8092010-01-16 Mario Lang <mlang@delysid.org>
810
811 * cedet/ede/cpp-root.el (ede-cpp-root-project):
812 * cedet/ede/files.el (ede-expand-filename):
813 * cedet/ede/simple.el (ede-simple-project):
814 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
815 (semantic-complete-inline-tag-engine):
816 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
817 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
818 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
819 * cedet/semantic/db.el (semanticdb-equivalent-mode):
820 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
821 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
822 * emacs-lisp/chart.el (chart-translate-namezone):
823 * textmodes/artist.el (artist-compute-popup-menu-table):
824 Remove duplicated words in doc-strings.
825
6554a5df
CY
8262010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
827
828 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
829 to mairix-search to suppress threading (Bug#5342).
830
ca4f0e9a
KH
8312010-01-15 Kenichi Handa <handa@m17n.org>
832
833 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 834 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 835
1db3226b
GM
8362010-01-15 Glenn Morris <rgm@gnu.org>
837
56a03f46
GM
838 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
839
840 * wid-edit.el (widget-keymap): Doc fix.
841
1db3226b
GM
842 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
843 former seems to be more widely accepted by various svn versions.
844
80cd4bb4
JB
8452010-01-14 Juanma Barranquero <lekktu@gmail.com>
846
d1f18ec0
JB
847 * find-cmd.el (find-constituents):
848 * vc-arch.el (vc-arch-root):
849 * window.el (window-body-height, pop-up-frames):
850 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
851 (semantic-no-reparse-needed-change-hook):
852 * cedet/srecode/insert.el (srecode-resolve-argument-list)
853 (srecode-template-inserter-blank, srecode-template-inserter-variable)
854 (srecode-template-inserter-ask, srecode-template-inserter-width)
855 (srecode-template-inserter-section-start)
856 (srecode-template-inserter-section-end, srecode-insert-method):
857 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
858 * progmodes/ada-stmt.el (ada-if):
859 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
860 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
861 (ispell-encoding8-command, ispell-aspell-supports-utf8)
862 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
863
80cd4bb4
JB
864 * progmodes/flymake.el (flymake-post-syntax-check):
865 Fix typo in error message.
866
9c23ca47
JB
8672010-01-14 Juanma Barranquero <lekktu@gmail.com>
868
869 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
870 which is always a string. (Bug#5313)
871
8794c483
JB
8722010-01-14 Juanma Barranquero <lekktu@gmail.com>
873
874 * progmodes/ada-xref.el (ada-default-prj-properties):
875 Simplify previous change.
876
95005d39
SL
8772010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
878
879 * progmodes/ada-xref.el (ada-default-prj-properties):
880 Default ada_project_path to $ADA_PROJECT_PATH.
881
8822010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
883
884 * progmodes/ada-mode.el (ada-create-keymap):
885 Override `narrow-to-defun' with `ada-narrow-to-defun'.
886
fb0d1545
SL
8872010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
888
889 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
890 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
891 (ada-get-current-indent, ada-imenu-generic-expression)
892 (ada-which-function): Check for it.
893
5c9434d0
SL
8942010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
895
896 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
897 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
898
3a4f3a3b
GM
8992010-01-14 Glenn Morris <rgm@gnu.org>
900
901 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
902
d9a7c140
KH
9032010-01-14 Kenichi Handa <handa@m17n.org>
904
905 * composite.el (auto-composition-mode): Make it a buffer local
906 variable (permanent-local).
907 (auto-composition-function): Set the default value to
908 auto-compose-chars.
49caf252 909 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
910 (global-auto-composition-mode): Likewise.
911 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 912
38bee102
KF
9132010-01-13 Karl Fogel <kfogel@red-bean.com>
914
915 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 916
b8b45afc
MA
9172010-01-12 Michael Albinus <michael.albinus@gmx.de>
918
919 * files.el (copy-directory): Compute target for recursive
920 directories with identical names. (Bug#5343)
921
893db5bc
GM
9222010-01-12 Glenn Morris <rgm@gnu.org>
923
924 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
925 it to bug-gnu-emacs rather than emacs-pretest-bug.
926
2f27e6d4
JB
9272010-01-12 Juanma Barranquero <lekktu@gmail.com>
928
929 * cedet/data-debug.el (data-debug): Fix customization group reference.
930
91abaf51
JB
9312010-01-12 Juanma Barranquero <lekktu@gmail.com>
932
933 * cedet/semantic/analyze.el (semantic-analyze-push-error)
934 (semantic-analyze-context, semantic-analyze-context-assignment)
935 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
936 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
937 (semantic-java-doc-keywords-map):
938 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
939 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
940 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
941 (semantic-c-classname, semantic-format-tag-uml-prototype)
942 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
943 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
944 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
945 (semantic-get-local-variables, semantic-end-of-command)
946 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
947 (lisp-mode):
948 * cedet/semantic/bovine/make.el (makefile-mode):
949 * cedet/semantic/wisent/python.el (wisent-python-string-re)
950 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
951 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
952 (semantic-lex, semantic-get-local-variables, python-mode):
953 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
954 * cedet/srecode/extract.el (srecode-extract-state-set)
955 (srecode-extract-method): Fix typos in docstrings.
956
d8b8451f
SS
9572010-01-11 Sam Steingold <sds@gnu.org>
958
959 * imenu.el (imenu-default-create-index-function): Detect infinite
960 loops caused by imenu-prev-index-position-function.
961
30afcdff
JB
9622010-01-11 Juanma Barranquero <lekktu@gmail.com>
963
964 * htmlfontify.el (htmlfontify-load-rgb-file)
965 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
966 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
967 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
968 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
969 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
970 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
971 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
972 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
973 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
974 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
975 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
976 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
977 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
978 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
979 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
980 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
981 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
982 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
983 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
984 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
985 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
986 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
987 backslash-quoting from parentheses, etc.
988
92b1c416
CY
9892010-01-11 Chong Yidong <cyd@stupidchicken.com>
990
991 * progmodes/js.el: Autoload javascript-mode alias.
992
4454adab
JB
9932010-01-11 Juanma Barranquero <lekktu@gmail.com>
994
995 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
996 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
997 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
998 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
999 Fix typos in docstrings.
1000 (ffap-url-regexp): Doc fix.
1001 (ffap-at-mouse): Fix typo in message.
1002
6589a2f9
GM
10032010-01-11 Glenn Morris <rgm@gnu.org>
1004
1005 * version.el (emacs-copyright): Set copyright year to 2010.
1006
4e5617ee
SM
10072010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1008
1009 * format.el (format-annotate-function): Only set
1010 write-region-post-annotation-function after running to-fn so as not to
1011 affect nested write-region calls (bug#5273).
1012
52bee098
CY
10132010-01-10 Chong Yidong <cyd@stupidchicken.com>
1014
4e5617ee
SM
1015 * cedet/semantic.el (semantic-new-buffer-setup-functions):
1016 Add python parser.
52bee098 1017
a069f067
CY
1018 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1019 wisent/python.el.
1020
52bee098
CY
10212010-01-10 Richard Kim <emacs18@gmail.com>
1022
1023 * cedet/semantic/wisent/python-wy.el:
1024 * cedet/semantic/wisent/python.el: New files.
1025
e709e39d
CY
10262010-01-09 Chong Yidong <cyd@stupidchicken.com>
1027
1028 * man.el (Man-goto-section): Signal error if the section is not
1029 found (Bug#5317).
1030
6ee86780
JB
10312010-01-09 Juanma Barranquero <lekktu@gmail.com>
1032
1033 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1034 URLs with a leading triple slash in the file: scheme. (Bug#5345)
1035
fa7b5f7b
CY
10362010-01-09 Chong Yidong <cyd@stupidchicken.com>
1037
1038 * progmodes/compile.el: Don't treat compile-command as safe if
1039 compilation-read-command might be nil (Bug#4218).
1040
de62c4d9
JD
10412010-01-09 Jan Djärv <jan.h.d@swipnet.se>
1042
1043 * startup.el (command-line-1): Use orig-argi to check for ignored X and
1044 NS options.
1045
e94be827
KH
10462010-01-08 Kenichi Handa <handa@m17n.org>
1047
4e5617ee
SM
1048 * international/fontset.el (build-default-fontset-data):
1049 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 1050
1dfae2a2
JB
10512010-01-07 Juanma Barranquero <lekktu@gmail.com>
1052
1053 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1054 to `create-file-buffer' as it expects, not just a buffer name.
1055 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1056 to help uniquify. (Bug#3224)
1057
d0cf45b7
JD
10582010-01-06 Jan Djärv <jan.h.d@swipnet.se>
1059
1060 * font-setting.el (font-setting-change-default-font): Use user-spec
1061 instead of name.
1062
7534fa5e
DN
10632010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1064
1065 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1066
fd579fdc
CY
10672010-01-05 Tom Tromey <tromey@redhat.com>
1068
4e5617ee
SM
1069 * progmodes/python.el (python-font-lock-keywords):
1070 Handle qualified decorators (Bug#881).
fd579fdc 1071
37860caf
DN
10722010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1073
1074 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1075 in a lightweight checkout.
1076
69db641d
KH
10772010-01-05 Kenichi Handa <handa@m17n.org>
1078
4e5617ee 1079 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 1080
b25d6a02
DN
10812010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1082
1083 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1084
137d88ca
DN
10852010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
1086
1087 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1088 checkouts. (Bug#618)
3d5d0aa9 1089 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
1090 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1091 (vc-bzr-shelve-menu-map):
1092 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1093 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 1094
da76998b
CY
10952010-01-02 Chong Yidong <cyd@stupidchicken.com>
1096
1097 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1098 They are valid characters in URL paths (rfc3986), and at least
1099 Firefox does not understand the encoded version (Bug#3166).
1100
b2ad70b6
CY
11012010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
1102
1103 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
1104 (octave-block-begin-or-end-regexp, octave-block-match-alist):
1105 Add "end" keyword (Bug#3061).
b2ad70b6
CY
1106 (octave-end-as-array-index-p): New function.
1107 (calculate-octave-indent): Use it.
1108
54136282
KF
11092010-01-02 Karl Fogel <kfogel@red-bean.com>
1110
1111 * bookmark.el: Consistently put the text property on the bookmark name.
1112 (bookmark-bmenu-marks-width): Bump back to 2, to include
1113 annotation marks.
1114 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1115 property on the bookmark name, instead of not putting it at all.
1116 (bookmark-bmenu-list): Fix where we put the text property.
1117
cc4d3cad
KF
11182010-01-02 Karl Fogel <kfogel@red-bean.com>
1119
1120 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1121 for showing buffer modified state (as added in the previous change).
1122
b894c439
KF
11232010-01-02 Karl Fogel <kfogel@red-bean.com>
1124
1125 * bookmark.el: Show modified state of bookmark buffer more accurately.
1126 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1127 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1128 (with-buffer-modified-unmodified): New macro.
1129 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1130 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 1131 Use new macro to preserve the buffer modified state.
b894c439 1132
3a69db53
KF
11332010-01-02 Karl Fogel <kfogel@red-bean.com>
1134
4e5617ee 1135 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
1136 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1137 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1138 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1139 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
1140 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1141 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 1142
af414f10
EZ
11432010-01-02 Eli Zaretskii <eliz@gnu.org>
1144
4e5617ee
SM
1145 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1146 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 1147
f2ec0e5e
CY
11482010-01-02 Ryan Yeske <rcyeske@gmail.com>
1149
1150 * net/rcirc.el: Add follow-link binding (Bug#4738).
1151
38c1ba62
EZ
11522010-01-02 Eli Zaretskii <eliz@gnu.org>
1153
4e5617ee 1154 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
1155 (cvs-update): New target for backward compatibility.
1156
4e5617ee 1157 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
1158 (cvs-update): New target for backward compatibility.
1159
ea2c0f5b
KF
11602010-01-02 Karl Fogel <kfogel@red-bean.com>
1161
1162 * bookmark.el: Remove gratuitous gratitude.
1163
5ae329f4
KF
11642010-01-02 Karl Fogel <kfogel@red-bean.com>
1165
47989945
KF
1166 * bookmark.el (bookmark-bmenu-any-marks): New function
1167 (bookmark-bmenu-save): Clear buffer modification if no marks.
1168
11692010-01-02 Karl Fogel <kfogel@red-bean.com>
1170
1171 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
1172 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1173 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1174 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1175
1176 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1177 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1178 To: emacs-devel {_AT_} gnu.org
1179 Subject: bookmark.el bug report
1180 Date: Mon, 28 Dec 2009 14:19:16 +0800
1181 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1182
aef053eb
KF
11832010-01-02 Karl Fogel <kfogel@red-bean.com>
1184
1185 * bookmark.el: Improvements suggested by Drew Adams:
1186 (bookmark-bmenu-ensure-position): New name for
1187 `bookmark-bmenu-check-position'. Just ensure the position,
1188 don't return any meaningful value.
1189 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1190 New constants.
1191
0472835f
JB
11922010-01-02 Juanma Barranquero <lekktu@gmail.com>
1193
1194 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1195 (bookmark-yank-point, bookmark-bmenu-check-position):
1196 Fix typos in docstrings.
1197 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1198 (bookmark-name-from-full-record, bookmark-get-position)
1199 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1200 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1201 Remove useless quoting of parenthesis, etc. in docstrings.
1202
1203 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1204 (ediff-append-custom-diff): Fix typo in error message.
1205 (ediff-meta-mark-equal-files): Fix typos in messages.
1206
1207 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1208
1209 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1210 Fix typo in docstring.
1211
1212 * net/imap-hash.el (imap-hash-make): Doc fix.
1213 (imap-hash-test): Fix typo in error message; reflow docstring.
1214 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1215 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1216 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1217 Fix typos in docstrings.
1218 (imap-hash-open-connection): Fix typo in error message.
1219
1220 * play/gomoku.el (gomoku): Fix typos in docstring.
1221
1222 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1223 (gdb-jsonify-buffer): Fix typos in docstring.
1224 (gdb-goto-breakpoint): Fix typo in error message.
1225 ("Display Other Windows"): Fix typo in help message.
1226 (gdb-speedbar-expand-node): Fix typo in question.
1227
1228 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1229 (idlwave-html-system-help-location, idlwave-html-help-location)
1230 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1231 (idlwave-help-browser-generic-args, idlwave-help-directory)
1232 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1233 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1234 (idlwave-online-help, idlwave-help-html-link)
1235 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1236 Fix typos in docstrings.
1237 (idlwave-help-with-source, idlwave-help-find-routine-definition):
1238 Reflow docstrings.
1239 (idlwave-help-assistant-start): Fix typo in error message.
1240
1241 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1242 (octave-electric-space): Fix typos in docstrings.
1243
9bbe0828
CY
12442010-01-01 Chong Yidong <cyd@stupidchicken.com>
1245
1246 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1247
a88c46c3
CY
12482010-01-01 Juri Linkov <juri@jurta.org>
1249
1250 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 1251 increase the default to 500 (Bug#5148).
a88c46c3 1252
7ee6c59b
NR
12532009-12-31 Nick Roberts <nickrob@snap.net.nz>
1254
1255 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1256 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1257 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1258
a9c8a2cd
NR
12592009-12-30 Nick Roberts <nickrob@snap.net.nz>
1260
1261 Show working revision correctly for mercurial.
1262 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 1263 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 1264
659e4408
JB
12652009-12-29 Juanma Barranquero <lekktu@gmail.com>
1266
1267 Declare some functions for the byte-compiler.
1268 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1269 (speedbar-timer-fn, speedbar-change-expand-button-char)
1270 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
1271
7ee6c59b
NR
12722009-12-29 Nick Roberts <nickrob@snap.net.nz>
1273
1274 This changeset reverts GDB Graphical Interface to use annotations.
1275 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1276
460f6e7c
DN
12772009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1278
1279 Make vc-dir work on subdirectories of the bzr root.
1280 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
1281 file names relative to it.
1282 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1283 relative directory to vc-bzr-after-dir-status.
1284
543f553a
TH
12852009-12-28 Tassilo Horn <tassilo@member.fsf.org>
1286
1287 * font-lock.el (font-lock-refresh-defaults): New function, which
1288 can be used to let font-lock react to external changes in
1289 variables like font-lock-defaults and keywords.
1290 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1291
2592ab76
DN
12922009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
1293
ac859983
DN
1294 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1295
2592ab76
DN
1296 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1297
58941d03
JB
12982009-12-28 Juanma Barranquero <lekktu@gmail.com>
1299
1300 Supersede color.diff settings in git log (bug#5211).
1301
1302 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1303 escape chars in its output when the user has color.diff set to `always'.
1304 This fix works on git 1.4.2 and newer (released on 2006-08-13).
1305
39764e76
KR
13062009-12-26 Kevin Ryde <user42@zip.com.au>
1307
1308 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1309 node. Keep previous "Index" name to work with past coreutils too.
1310
91c4831e
KR
1311 * man.el (man): Revise docstring a bit to show -a and -l as
1312 examples. Add -k description since support for it has otherwise
1313 been a secret. (Further to bug#3717.)
651e932e
KR
1314 (Man-bgproc-sentinel): When "-k foo" produces no output show error
1315 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 1316 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 1317
7f4d4a97
MA
13182009-12-26 Michael Albinus <michael.albinus@gmx.de>
1319
1320 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1321 switches. Check also for //SUBDIRED// line.
1322
bcffff46
KH
13232009-12-25 Kenichi Handa <handa@m17n.org>
1324
1325 * language/indian.el (devanagari-composable-pattern): Fixed to
1326 handle ZWNJ and ZWJ. Use it in composition-function-table for
1327 Devanagari.
1328 (malayalam-composable-pattern): Fix previous change.
1329
dc1dcfa4
VJL
13302009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1331
1332 * ps-print.el (ps-face-attributes): It was not returning the
1333 attribute face for faces specified as string. Reported by harven
1334 <harven@free.fr>.
1335 (ps-print-version): New version 7.3.5.
1336
6fe539d2
UJ
13372009-12-18 Ulf Jasper <ulf.jasper@web.de>
1338
1339 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1340 timezone names.
1341 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1342 (icalendar--add-diary-entry): Remove the trailing blank that
1343 diary-make-entry inserts.
1344
1f3611c6
MA
13452009-12-17 Michael Albinus <michael.albinus@gmx.de>
1346
1347 Make `file-expand-wildcards' work for remote files.
1348
1349 * files.el (file-expand-wildcards): In case of remote files, check
1350 only local file name part for wildcards. Provide feature 'files
1351 and subfeature 'remote-wildcards. (Bug#5198)
1352
1353 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1354 if there is already an established connection.
1355 (tramp-advice-file-expand-wildcards): Remove it.
1356
1357 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1358 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1359 Activate advice for older GNU Emacs versions. (Bug#5237)
1360
9762b219
JB
13612009-12-17 Juanma Barranquero <lekktu@gmail.com>
1362
1363 Some doc fixes (more needed).
1364
1365 * find-cmd.el (find-constituents): Reflow docstring.
1366 (find-cmd, find-prune, find-command): Fix typos in docstrings.
1367 (find-generic): Doc fix.
1368
cfb54897
JL
13692009-12-17 Juri Linkov <juri@jurta.org>
1370
1371 Fix regression from 23.1 to allow multiple modes in Local Variables.
1372
1373 * files.el (hack-local-variables-filter): While ignoring duplicates,
1374 don't take `mode' into account.
1375 (hack-local-variables-filter, hack-dir-local-variables): Don't
1376 remove duplicate `mode' from local-variables-alist (like `eval').
1377
ad974e9e
JL
13782009-12-17 Juri Linkov <juri@jurta.org>
1379
1380 Make `dired-diff' more safe. (Bug#5225)
1381
1382 * dired-aux.el (dired-diff): Signal an error when `file' equals to
1383 `current' or when `file' is a directory of the `current' file.
1384
3616e0b9
AS
13852009-12-17 Andreas Schwab <schwab@linux-m68k.org>
1386
1387 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
1388 unconditionally preloaded files.
1389
72b57560
JL
13902009-12-16 Juri Linkov <juri@jurta.org>
1391
1392 Revert to old 23.1 logic of using the file at the mark as default.
1393 * dired-aux.el (dired-diff): Use the file at the mark as default
1394 if it's not the same as the current file, and the target dir is
1395 the current dir or the mark is active. Add the current file
1396 as the arg of `dired-dwim-target-defaults'. Use the default file
1397 in the prompt. (Bug#5225)
1398
68712eb6
MA
13992009-12-15 Michael Albinus <michael.albinus@gmx.de>
1400
1401 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
1402 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
1403 (tramp-check-for-regexp): Check also, when an echoing shell stops
1404 to echo sent commands.
1405
fd471993
CY
14062009-12-14 Chong Yidong <cyd@stupidchicken.com>
1407
1408 * Makefile.in: Revert last change (Bug#5191).
1409
86b5e14c
DN
14102009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
1411
1412 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
1413 (vc-hg-working-revision): Make sure the command is executed in a
1414 known environment so that we can parse the output. (Bug#4417)
86b5e14c 1415
8cffbb75
CY
14162009-12-14 Chong Yidong <cyd@stupidchicken.com>
1417
1418 * progmodes/python.el (python-symbol-completions): Remove text
1419 properties from symbol string before calling python-send-receive.
1420
6c2b67ad
NR
14212009-12-14 Nick Roberts <nickrob@snap.net.nz>
1422
1423 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 1424 when there are values for both file and line. (Bug#5060)
6c2b67ad 1425
ff6f4585
JL
14262009-12-14 Juri Linkov <juri@jurta.org>
1427
1428 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
1429 whitespace after the file name of the first line of unified format,
1430 because git-diff doesn't output whitespace and file modification time
1431 after the file name.
1432
d3de1c8e
JL
14332009-12-14 David Kastrup <dak@gnu.org>
1434
1435 * info.el (Info-hide-cookies-node): Before hiding a cookie,
1436 check if it already has the `display' property added by
1437 `Info-display-images-node', and not put the `invisible' property
1438 in this case.
1439
f192624c
CY
14402009-12-14 Chong Yidong <cyd@stupidchicken.com>
1441
1442 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1443 (semantic-mru-bookmark-mode): Doc fixes.
1444
1445 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
1446 of assert.
1447
2f1b7dc4
GM
14482009-12-13 Glenn Morris <rgm@gnu.org>
1449
a0cefee5
GM
1450 * mail/emacsbug.el (message-sort-headers): Define for compiler.
1451 (report-emacs-bug): In message-mode, sort manually before storing
1452 original report text. (Bug#5178)
2f1b7dc4
GM
1453 Remove superfluous save-excursion.
1454
31bb373f
MA
14552009-12-12 Michael Albinus <michael.albinus@gmx.de>
1456
1457 * net/dbus.el (dbus-property-handler): Filter lambda forms out
1458 when responding to "GetAll" properties.
1459
5e1d4968
CY
14602009-12-12 Chong Yidong <cyd@stupidchicken.com>
1461
1462 * simple.el (compose-mail): Remove mail-setup-with-from from
1463 customization checks.
1464
097d86f9
EZ
14652009-12-12 Eli Zaretskii <eliz@gnu.org>
1466
1467 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
1468 RAR archives created on Unix systems.
1469
1d4adede
SM
14702009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
1471
1472 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
1473 the varalias that was accidentally removed by the 2009-11-19 change
1474 (bug#5186).
1475
3ff3655c
KH
14762009-12-12 Kenichi Handa <handa@m17n.org>
1477
1478 * language/indian.el (indian-compose-regexp): New function.
1479 (malayalam-composable-pattern): Fix the pattern.
1480 (composition-function-table): Set malayalam-composable-pattern for
1481 Malayalam characters.
1482
82d3343c
CY
14832009-12-11 Chong Yidong <cyd@stupidchicken.com>
1484
315eb96d
CY
1485 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
1486 rather than down-mouse-1, based on follow-link conventions.
1487
82d3343c
CY
1488 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
1489 are compiled.
1490
86a4c7ac
DN
14912009-12-11 Michael McNamara <mac@mail.brushroad.com>
1492
bf0b361c 1493 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
1494 (verilog-vmm-statement-re, verilog-ovm-statement-re)
1495 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
1496 (verilog-leap-to-head, verilog-backward-token):
1497 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
1498
14992009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
1500
bf0b361c
JB
1501 * progmodes/verilog-mode.el (verilog-auto-lineup)
1502 (verilog-nameable-item-re): Cleanup user-visible spelling and
1503 documentation errors. One reported by Gary Delp.
1d4adede 1504 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
1505 (verilog-read-decls): Fix AUTOWIRE with types declared in a
1506 package, bug195. Reported by Pierre-David Pfister.
1507
fe03f49a
GM
15082009-12-11 Glenn Morris <rgm@gnu.org>
1509
47641aac
GM
1510 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
1511
85094855
GM
1512 * mail/emacsbug.el: No longer require sendmail.
1513 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
1514 (report-emacs-bug-orig-text): Doc fix.
1515 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
1516 New local variables, to adapt to different mail-user-agents.
1517 (report-emacs-bug): Fix test for a gnu.org address.
1518 Use overlays for emphasis, since font-lock defeats 'face property.
1519 Pretest bugs also end up at the newsgroup these days.
1520 Stop message-mode stripping text properties.
1521 Set and use the new buffer-local variables.
1522 (report-emacs-bug-hook): Add doc-string.
1523 Remove some unnecessary save-excursions and simplify.
1524 Use the appropriate hook and send-command.
1525
fe03f49a
GM
1526 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
1527 capitalization of some menu entries.
1528
345427f0
VJL
15292009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1530
4e6a65b9 1531 * whitespace.el (whitespace-display-char-on): Ensure
345427f0
VJL
1532 `buffer-display-table' is unique when two or more windows are
1533 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
1534 New version 12.1.
1535
c70ccbba
EZ
15362009-12-10 Eli Zaretskii <eliz@gnu.org>
1537
1538 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
1539 characters in the Attribute field.
1540
f1943c1b
DN
15412009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1542
1543 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
1544
1c67aeaa
SM
15452009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1546
1547 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
1548 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1549 Disregard autoload-excludes.
1550 (update-directory-autoloads): Obey autoload-excludes here instead.
1551 But don't store its contents in no-autoloads and remove entries that
1552 refer to excludes files.
1553
d8194864
GM
15542009-12-10 Glenn Morris <rgm@gnu.org>
1555
8c0171c0
GM
1556 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
1557 (expand-mail-aliases): Define for compiler.
1558
dba372dd
GM
1559 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
1560 Define for compiler.
1561
d8194864
GM
1562 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
1563 appropriate for the mail-user-agent in use.
1564
fe5facd3
MA
15652009-12-09 Michael Albinus <michael.albinus@gmx.de>
1566
1567 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
1568
99999a1d
DN
15692009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1570
1571 Fix short log parsing and fontification.
1572 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
1573 Fix fontification for the [merge] label.
1574
2ea1c4aa
SM
15752009-12-09 Vivek Dasmohapatra <vivek@etla.org>
1576
1577 Drop some properties to avoid surprises.
1578 * htmlfontify.el (hfy-ignored-properties): New defcustom.
1579 (hfy-fontify-buffer): Use it.
1580
9840deb6
SM
15812009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
1582
a0d1aadf
SM
1583 Minor cleanup.
1584 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
1585 Adjust all callers.
1586 (ffap-locate-file): Remove unused arg `dir-ok' and make other
1587 args compulsory. Adjust callers.
1588 (ffap-gopher-at-point): Remove unused var `name'.
1589
9840deb6
SM
1590 Get rid of the ELCFILES abomination.
1591 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1592 (compile-elcfiles): New phony target.
1593 (compile-main): Compute ELCFILES dynamically.
1594 (compile-clean): New target to remove left-over elc files.
1595 (compile, all): Use it.
1596
7eb3f9a8
KH
15972009-12-09 Kenichi Handa <handa@etlken>
1598
1599 * international/mule-diag.el: Require help-mode instead of help-fns.
1600
ae63e572
KH
16012009-12-09 Kenichi Handa <handa@m17n.org>
1602
5ce6e4f4 1603 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
1604 fine ranges instead of pre-calculating accurate ranges.
1605 Iterate with bigger gc-cons-threshold.
ae63e572 1606
e2f3c692
DN
16072009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1608
1609 Add support for stashing a snapshot of the current tree.
1610 * vc-git.el (vc-git-stash-snapshot): New function.
1611 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
1612
cf6d0352
JB
16132009-12-08 Jose E. Marchesi <jemarch@gnu.org>
1614
1615 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
1616 instead of `(beginning|end)-of-line'.
1617
48e4acc9
GM
16182009-12-08 Glenn Morris <rgm@gnu.org>
1619
6e890faa
GM
1620 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
1621
48e4acc9
GM
1622 * Makefile.in (ELCFILES): Regenerate.
1623
d2a1dc7b
JL
16242009-12-07 Juri Linkov <juri@jurta.org>
1625
1626 Don't lazy-highlight the comint output in history Isearch mode.
1627
1628 * comint.el (comint-history-isearch-search): Instead of
1629 `comint-line-beginning-position', use `comint-after-pmark-p'
1630 to check if point if before the process mark, and go to
1631 `process-mark' in this case.
1632
51ef56c4
SM
16332009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1634
fb10ee4a
SM
1635 * textmodes/tex-mode.el (latex-complete)
1636 (latex-indent-or-complete): Remove.
1637 (latex-mode): Set completion-at-point-functions instead.
1638
1639 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
1640 * minibuffer.el (completion-at-point-functions): New var.
1641 (completion-at-point): New command.
fb10ee4a 1642 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
1643 * progmodes/python.el (python-mode-map): Use completion-at-point.
1644 (python-completion-at-point): Rename from python-partial-symbol and
1645 adjust for use in completion-at-point-functions.
1646 (python-mode): Setup completion-at-point for Python completion.
1647 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
1648 extracted from lisp-complete-symbol.
1649 (lisp-complete-symbol): Use it.
1650 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
1651 setup completion-at-point for Elisp completion.
fb10ee4a
SM
1652 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1653 Use completion-at-point.
51ef56c4 1654 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 1655 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
1656 * progmodes/sym-comp.el: Move to...
1657 * obsolete/sym-comp.el: Move from progmodes.
1658
5e7a9022
EZ
16592009-12-07 Eli Zaretskii <eliz@gnu.org>
1660
1661 Prevent save-buffer in Rmail buffers from using the coding-system
1662 of the current message, and from clobbering the encoding mnemonics
1663 in the mode line (Bug#4623).
1664
1665 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
1666 flag, too.
1667 (rmail-message-encoding): New variable.
1668 (rmail-write-region-annotate): Record the encoding of the current
1669 message in rmail-message-encoding.
1670 (rmail-after-save-hook): New function, restores the encoding of
1671 the current message after the message collection is saved.
1672
9136e895
JL
16732009-12-07 Juri Linkov <juri@jurta.org>
1674
1675 * progmodes/grep.el (grep-read-files): Use `completing-read'
1676 instead of `read-string'. Set its `collection' arg to
1677 `read-file-name-internal'. (Bug#4301)
1678
40637410
JL
16792009-12-07 Juri Linkov <juri@jurta.org>
1680
1681 Correctly restore original Isearch point. (Bug#4994)
1682
1683 * isearch.el (isearch-mode): Move `isearch-push-state' after
1684 `(run-hooks 'isearch-mode-hook)'.
1685 (isearch-cancel): When `isearch-push-state-function' is defined,
1686 let-bind `isearch-cmds' to the first state (the last element of
1687 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
1688 function and restores the original point). Otherwise, move point
1689 to `isearch-opoint'.
1690
da10ce2b
SM
16912009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1692
1693 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
1694 chars that don't have names, so the table can be built much faster at
1695 run-time.
1696
3d68fa99
CY
16972009-12-07 Chong Yidong <cyd@stupidchicken.com>
1698
f82b1493
CY
1699 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
1700 change. Suggested by David Kastrup.
1701
3d68fa99
CY
1702 * simple.el (compose-mail): Check for incompatibilities and warn.
1703 (compose-mail-user-agent-warnings): New option.
1704
662c5698
DN
17052009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1706
1707 Support showing a single log entry from vc-annotate.
1708 * vc.el (print-log): Add a new argument: START-REVISION.
1709 (vc-print-log-internal): Add a new optional argument and
1710 pass it to the backend.
1711 (vc-print-log, vc-print-root-log): Adjust callers.
1712 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
1713 buffer already displays the requested log entry, use it.
1714 Otherwise display only the log entry in question.
1715 * vc-svn.el (vc-svn-print-log):
e4070cdc 1716 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
1717 * vc-hg.el (vc-hg-state):
1718 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
1719 (vc-git-show-log-entry): Return t on success.
1720 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
1721 (vc-bzr-show-log-entry): Return t on success.
1722 * vc-rcs.el (vc-rcs-print-log):
1723 * vc-sccs.el (vc-sccs-print-log):
1724 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
1725
e4070cdc
GM
17262009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1727
5ce6e4f4
JB
1728 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
1729 Add menus to the meta mode. (Bug#5043)
e4070cdc 1730
5ce6e4f4 17312009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
1732
1733 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 1734 event-key.
662c5698 1735
662c5698
DN
1736 * ediff.el (ediff-buffers-internal): Add unwind-protect.
1737
dab816a9
MA
17382009-12-07 Michael Albinus <michael.albinus@gmx.de>
1739
1740 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
1741 Berbain <raphael.berbain@gmail.com>.
1742
1743 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
1744 characters.
1745 (tramp-initial-end-of-output): New defconst.
1746 (tramp-methods, tramp-find-shell)
1747 (tramp-open-connection-setup-interactive-shell)
1748 (tramp-maybe-open-connection): Use it.
1749 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
1750 existence of `#' and `$'.
1751
1752 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
1753 `tramp-initial-end-of-output'.
1754
a91e1f6b
DN
17552009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1756
1757 Get the background mode from the terminal for xterm, and set
1758 faces accordingly.
1759 * term/xterm.el (xterm-set-background-mode): New function.
1760 (terminal-init-xterm): Use it in case xterm supports background
1761 color queries. Recompute faces after getting the background
1762 color.
1763
5fa9d1ec
GM
17642009-12-07 Ulrich Mueller <ulm@gentoo.org>
1765
1766 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
1767 number comment back on its own line, for easier parsing.
1768
5e9fde5e
SM
17692009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1770
1771 Make it work for non-file buffers (bug#5102).
1772 * doc-view.el (doc-view-current-cache-dir):
1773 Use doc-view-buffer-file-name rather than buffer-file-name.
1774 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
1775
2f2f5242
CY
17762009-12-06 Óscar Fuentes <ofv@wanadoo.es>
1777
1778 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
1779 author field is too short.
1780
cebf8ec6
DN
17812009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
1782
5e9fde5e
SM
1783 * vc-git.el (vc-git-print-log): Handle a limit argument.
1784 Display the short log in graph form and with labels.
0d3f8a78
DN
1785 (vc-git-log-view-mode): Handle labels.
1786
cebf8ec6
DN
1787 Make vc-revert change VC state from 'added to 'unregistered.
1788 * vc-git.el (vc-git-revert): Call git reset first.
1789
8e39154d
UJ
17902009-12-06 Ulf Jasper <ulf.jasper@web.de>
1791
d8194864
GM
1792 * net/newst-backend.el, net/newst-plainview.el:
1793 * net/newst-reader.el, net/newst-ticker.el:
1794 * net/newst-treeview.el, net/newsticker.el:
1795 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 1796
ef187c24
CY
17972009-12-06 Chong Yidong <cyd@stupidchicken.com>
1798
238a0f3a
CY
1799 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
1800
2c6bb71a
CY
1801 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
1802 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
1803 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
1804 Update annotation regexp.
1805
ef187c24
CY
1806 * simple.el (beginning-of-visual-line): Constrain to field
1807 boundaries (Bug#5106).
1808
571855b6
UJ
18092009-12-06 Ulf Jasper <ulf.jasper@web.de>
1810
d8194864 1811 * xml.el (xml-substitute-numeric-entities): Move
571855b6 1812 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 1813 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
1814 * net/newst-backend.el (newsticker--parse-generic-feed)
1815 (newsticker--parse-generic-items)
d8194864 1816 (newsticker--decode-numeric-entities): Move
571855b6 1817 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 1818 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 1819
b857059c
CY
18202009-12-06 Daniel Colascione <dan.colascione@gmail.com>
1821
1822 * progmodes/js.el (js--js-not): Add null to the list of values.
1823
c2dae51b
CY
18242009-12-06 Chong Yidong <cyd@stupidchicken.com>
1825
d8194864 1826 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 1827
ed0f72d2
RW
18282009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1829
1830 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
1831 delimiter if it is at the end of the current line.
1832 (bibtex-generate-url-list): Fix docstring.
1833
365b9a62
SM
18342009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1835
1836 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
1837 minibuffer's content with itself.
1838 Fold the confirm-after-completion case into the `confirm' case.
1839 (completion-pcm-word-delimiters): Add : and / to the delimiters.
1840
990a9cb1
KR
18412009-12-06 Kevin Ryde <user42@zip.com.au>
1842
1843 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 1844 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 1845
8b5a10db 1846 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 1847 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 1848
065543e7
JL
18492009-12-05 Juri Linkov <juri@jurta.org>
1850
1851 Save and restore dired buffer's point positions too. (Bug#4880)
1852
1853 * dired.el (dired-save-positions): Return in the first element
1854 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
1855 Doc fix.
1856 (dired-restore-positions): First restore buffer's position.
1857 While restoring window's positions, check if window still displays
1858 the original buffer.
1859
503edac9
CY
18602009-12-05 Chong Yidong <cyd@stupidchicken.com>
1861
9a594ee6
CY
1862 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
1863 if possible.
1864
365b9a62
SM
1865 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
1866 Make argument optional.
9a594ee6 1867
925f8c70
CY
1868 * shell.el (shell): Require ansi-color (Bug#5113).
1869
1870 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
1871
503edac9
CY
1872 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
1873
8fea6b33
AM
18742009-12-05 Alan Mackenzie <acm@muc.de>
1875
1876 * progmodes/cc-mode.el (c-before-hack-hook)
1877 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
1878 `c-file-style' to work again. This reversion restores the current
212c5aef 1879 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 1880
5d1fd962
CY
18812009-12-05 Kevin Ryde <user42@zip.com.au>
1882
1883 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
1884 comment-start-skip to comment-end-skip as comment (Bug#4781).
1885
30760c8b
JL
18862009-12-05 Juri Linkov <juri@jurta.org>
1887
1888 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
1889 for virtual nodes. (Bug#4147)
1890 (Info-find-node-2): Set `Info-current-node-virtual' to nil
1891 when moving from a virtual node.
1892 (Info-mode-menu): Add `Info-virtual-index' to the menu.
1893 (Info-mode): Add `Info-virtual-index' to the docstring.
1894
1dc5c6f3
CY
18952009-12-05 Eric Ludlam <zappo@gnu.org>
1896
1897 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
1898 Describe project macro symbols.
1899
1900 * cedet/semantic/complete.el (semantic-complete-do-completion):
1901 Don't call semantic-collector-current-exact-match.
1902
1903 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
1904 ede-objects as targets.
1905
1906 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
1907 a target's object list even if compiler vars are already in the
1908 Makefile.
1909
1910 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
1911 list of headers producing necessary macros.
1912
403111a8
RW
19132009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1914
1915 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
1916 track of the buffer position of the end of a BibTeX entry as this
1917 position may change during reformatting.
1918 (bibtex-format-entry): Remove whitespace before processing
1919 numerical fields so that we recognize the latter properly.
1920 (bibtex-reformat): Do not use push which changes the global value
1921 of bibtex-entry-format.
1922 (bibtex-field-braces-alist, bibtex-field-strings-alist)
1923 (bibtex-field-re-init): Replace only space characters by regexp
1924 for whitespace.
365b9a62 1925 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
1926 (bibtex-initialize): Also update bibtex-strings.
1927 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
1928 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
1929 Update bibtex-reference-keys.
403111a8 1930
25b54627
SM
19312009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1932
1933 * minibuffer.el (completion-pcm--merge-try): Also consider placing
1934 point after a star, if that's the only place where modifications can
1935 make progress.
1936
35639eb4
DN
19372009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
1938
1939 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
1940 in docstrings.
1941
8b78760b
JL
19422009-12-04 Juri Linkov <juri@jurta.org>
1943
1944 * proced.el (proced): Call `(proced-update t)' to update process
1945 information instead of only running proced-post-display-hook.
1946 (proced-send-signal): Add a leading space to the buffer name
1947 " *Marked Processes*" to make this buffer ephemeral.
1948
2b3489a7
JL
19492009-12-04 Juri Linkov <juri@jurta.org>
1950
1951 * dired.el (dired-auto-revert-buffer): New defcustom.
1952 (dired-internal-noselect): Use it.
1953
9b9debd1
JL
19542009-12-04 Juri Linkov <juri@jurta.org>
1955
1956 Change roles of modes and functions in image-mode.el (Bug#5062).
1957
1958 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
1959 in `auto-mode-alist'.
1960 (image-mode-previous-major-mode): New variable.
1961 (image-minor-mode-map): Rename from `image-mode-text-map'.
1962 (image-mode): Move graceful error-handling code from
1963 `image-minor-mode' to here. On errors call `image-mode-as-text'.
1964 (image-minor-mode): Remove all image-handling code.
1965 Replace `image-mode-text-map' with `image-minor-mode-map'.
1966 Check for `image-type' in mode-line format string.
1967 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
1968 (image-mode-as-text): New function with most code from
1969 `image-mode-maybe'.
1970 (image-toggle-display-text): Move code that removes image
1971 properties from `image-toggle-display' to here.
1972 (image-toggle-display-image): New function with code that adds
1973 image properties copied from `image-toggle-display'.
1974 (image-toggle-display): Remove most code with leaving only code
1975 that toggles between `image-mode-as-text' and `image-mode'.
1976
0c74a301
UJ
19772009-12-04 Ulf Jasper <ulf.jasper@web.de>
1978
1979 * net/newst-treeview.el
1980 (newsticker--treeview-list-highlight-start): Restored call to
1981 save-excursion: Selected item was stuck.
1982 (newsticker--treeview-list-select): New.
1983 (newsticker--treeview-item-show-text)
1984 (newsticker--treeview-item-show)
1985 (newsticker--treeview-item-update): Use new
1986 newsticker-treeview-item-mode.
1987 (newsticker-treeview-update): Keep current item.
1988 (newsticker-treeview-next-new-or-immortal-item): Doc change.
1989 (newsticker--treeview-first-feed): Doc change.
1990 (newsticker-treeview-list-menu)
1991 (newsticker-treeview-item-menu): Added menu entries.
1992 (newsticker-treeview-item-mode): New.
1993
5ce6e4f4 1994 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
1995 windows.
1996
9eaeec5b
SS
19972009-12-04 Sam Steingold <sds@gnu.org>
1998
1999 * log-view.el (log-view-mode-map): "q" calls quit-window,
2000 like in all the other non-self-insert buffers.
2001
b2bf5be5
SM
20022009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2003
2004 Minor cleanup.
2005 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2006 key decoding rather than do it manually via last-input-event +
2007 ascii-character.
2008 (term-exec): Use delete-and-extract-region.
2009 (term-handle-ansi-terminal-messages): Remove unused var `end'.
2010 (term-process-pager): Remove unused var `i'.
2011 (term-dynamic-simple-complete): Make obsolete.
2012 (serial-update-config-menu): Remove unused vars `y' and `str'.
2013 (term-update-mode-line): Remove unused var `temp'.
2014
46e5c897
DN
20152009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2016
2017 Limit the number of log entries displayed by default.
2018 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2019 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2020 using a prefix argument.
2021
627e0a14
GM
20222009-12-03 Glenn Morris <rgm@gnu.org>
2023
2024 * progmodes/idlwave.el (class): Restore still useful declaration.
2025
8578c224
AM
20262009-12-03 Alan Mackenzie <acm@muc.de>
2027
4abc318c 2028 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 2029
b2bf5be5
SM
2030 * progmodes/cc-mode.el (c-basic-common-init):
2031 Call c-state-cache-init.
9762b219 2032 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 2033 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 2034 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
2035
2036 * progmodes/cc-langs.el (c-before-font-lock-function):
2037 c-extend-and-neutralize-syntax-in-CPP has been renamed
2038 c-neutralize-syntax-in-and-mark-CPP.
2039
2040 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2041 with `category' properties now, not `syntax-table' ones.
2042
2043 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2044 enhanced (but slower) version of c-end-of-macro that won't land
2045 inside a literal or on another awkward character.
2046 (c-state-cache-too-far, c-state-cache-start)
2047 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2048 (c-state-nonlit-pos-cache-limit, c-state-point-min)
2049 (c-state-point-min-lit-type, c-state-point-min-lit-start)
2050 (c-state-min-scan-pos, c-state-brace-pair-desert)
2051 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2052 buffer local variables.
2053 (c-state-literal-at, c-state-lit-beg)
2054 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2055 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2056 (c-state-cache-top-paren, c-state-cache-after-top-paren)
2057 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2058 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2059 (c-renarrow-state-cache)
2060 (c-append-lower-brace-pair-to-state-cache)
2061 (c-state-push-any-brace-pair, c-append-to-state-cache)
2062 (c-remove-stale-state-cache)
2063 (c-remove-stale-state-cache-backwards, c-state-cache-init)
2064 (c-invalidate-state-cache-1, c-parse-state-1)
2065 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
2066 (c-parse-state): Enhance and refactor.
2067 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
2068
2069 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2070 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
2071 modify to use category text properties rather than syntax-table ones.
2072 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
2073 to switch off/on the syntactic paren property of C++ template
2074 delimiters using the category property.
2075 (c-with-<->-as-parens-suppressed): Macro to invoke code with
2076 template delims suppressed.
2077 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2078 New constant/macros which apply category properties to the start
2079 and end of preprocessor constructs.
b2bf5be5 2080 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
2081 "comment out" the syntactic value of characters in preprocessor
2082 constructs.
2083 (c-with-cpps-commented-out)
2084 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2085 with characters in all or all but one preprocessor constructs
2086 "commented out".
2087
0d4dc442
RW
20882009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2089
2090 * proced.el (proced-filter-alist): Use regexp-quote.
2091
a09dc9bf
MA
20922009-12-03 Michael Albinus <michael.albinus@gmx.de>
2093
2094 Cleanup.
2095 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2096 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
2097 arguments. Expand `default-directory'.
2098
2099 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2100 the benefit of returning an expanded localname.
2101 (tramp-tramp-file-p): Handle the case NAME is not a string.
2102
3f6bd790
DN
21032009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2104
4dfb3b9c
DN
2105 Add support for bzr shelve/unshelve.
2106 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2107 (vc-bzr-extra-menu-map): New variables.
2108 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2109 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2110 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2111 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2112 (vc-bzr-dir-extra-headers): Display shelves.
2113
3f6bd790
DN
2114 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2115
842d73a1
SM
21162009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2117
2118 * textmodes/bibtex.el (bibtex-complete-internal):
2119 Use completion-in-region.
2120 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2121
7fa4876f
DN
21222009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
2123
2124 Support applying stashes. Improve UI.
2125 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2126 (vc-git-stash-apply, vc-git-stash-pop)
2127 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2128 (vc-git-stash-menu): New functions.
2129 (vc-git-stash-menu-map): New variable.
2130 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2131
d6e82452
GM
21322009-12-03 Glenn Morris <rgm@gnu.org>
2133
2134 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2135 (vc-print-log-internal): Fix previous change.
2136 (vc-revert): Correct pluralization.
2137
8d222148
SM
21382009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2139
ea52206b
SM
2140 * progmodes/make-mode.el (makefile-special-targets-list): No need for
2141 it to be an alist any more.
2142 (makefile-complete): Use completion-in-region.
2143
69a94a37
SM
2144 * progmodes/octave-mod.el (octave-complete-symbol):
2145 Use completion-in-region.
2146
8d222148
SM
2147 Misc cleanup.
2148 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2149 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2150 (idlwave-complete-class): Don't quote lambda.
2151 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2152 (idlwave-mode-map): Move initialization into declaration.
2153 (idlwave-action-and-binding): Use backquotes.
2154 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2155 Simplify.
2156 (idlwave-is-pointer-dereference): Remove unused var `pos'.
2157 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2158 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2159 `parts', and `all-parts'.
2160 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2161 (idlwave-convert-xml-system-routine-info): Remove unused string
2162 `version-string'.
2163 (idlwave-display-user-catalog-widget): Use dolist.
2164 (idlwave-scanning-lib): Declare dynamically-scoped var.
2165 (idlwave-scan-library-catalogs): Remove unused var `flags'.
2166 (completion-highlight-first-word-only): Declare to silence bytecomp.
2167 (idlwave-popup-select): Tighten scope of `resp'.
2168 (idlwave-find-struct-tag): Remove unused var `beg'.
2169 (idlwave-after-load-rinfo-hook): Declare.
2170 (idlwave-sintern-class-info): Remove unused var `taglist'.
2171 (idlwave-find-class-definition): Remove unused var `list'.
2172 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2173 (idlwave-what-module-find-class): Remove unused var `classes'.
2174
3bb8691b
JB
21752009-12-03 Juanma Barranquero <lekktu@gmail.com>
2176
2177 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2178
f72f0c23
SM
21792009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2180
2181 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2182 buffers visited. Remove redundant current-buffer-saving.
2183
601a9508
SM
21842009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2185
2186 Use completion-in-buffer and remove uses of dynamic scoping.
2187 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2188 (pascal-buffer-to-use, pascal-flag): Don't declare.
2189 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2190 (pascal-get-completion-decl, pascal-keyword-completion):
2191 Add `pascal-str' argument, save-excursion,
2192 return the found completions, and don't filter with pascal-pred.
2193 (pascal-completion-cache): New var.
2194 (pascal-completion): Don't switch buffer any more (it was never
2195 necessary). Don't save-excursion any more (it's done by the called
2196 subroutines). Use a cache to avoid redundant computations.
2197 Use complete-with-action rather than pascal-completion-response and
2198 let it apply the predicate as well.
2199 (pascal-complete-word): Use completion-in-buffer when
2200 pascal-toggle-completions is nil.
2201 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2202 not used any more.
2203 (pascal-comp-defun): Don't change buffer any more.
2204 Use complete-with-action rather than pascal-completion-response and
2205 let it apply the predicate as well.
2206 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2207 when neded.
2208
1ff4cb98
KH
22092009-12-02 Kenichi Handa <handa@m17n.org>
2210
2211 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2212 shape for all Indic scripts.
2213
bb12edf1
SM
22142009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2215
2216 Use completion-in-buffer.
2217 * wid-edit.el (widget-field-text-end): New function.
2218 (widget-field-value-get): Use it.
2219 (widget-string-complete, widget-file-complete)
2220 (widget-color-complete): Use it and completion-in-region.
2221 (widget-complete): Don't narrow the buffer.
2222
5813f6ef
GM
22232009-12-02 Glenn Morris <rgm@gnu.org>
2224
c920f222
GM
2225 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
2226 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
2227 * mail/rmailsum.el: Replace all pop-to-buffer calls with
2228 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 2229
5813f6ef
GM
2230 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2231 save-excursion with save-current-buffer.
2232 Widen before searching. (Bug#5093)
2233 (diary-list-sexp-entries): Remove superfluous save-excursion.
2234
34b1d750
GM
22352009-12-02 Michael Welsh Duggan <mwd@cert.org>
2236
2237 * woman.el (woman-make-bufname): Handle man-pages with "." in the
2238 name. (Bug#5038)
2239
b2d5f31a
GM
22402009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
2241
2242 * ido.el (ido-file-internal): Handle filenames at point that do
2243 not have a directory part. (Bug#5049)
2244
c710ac3c
JB
22452009-12-02 Juanma Barranquero <lekktu@gmail.com>
2246
2247 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2248 (mpc-songs-jump-to, mpc-resume): Doc fixes.
2249
9946be46
SM
22502009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
2251
2252 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2253 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2254 any more.
2255
b08016f2
SM
22562009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2257
e7440df4
SM
2258 * comint.el (comint-insert-input): Ignore clicks to the right of
2259 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2260
3bb8691b 2261 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
2262 terminate before setting up the major mode.
2263
f3b757f5
SM
2264 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2265 in case.
2266
a2877f1d
SM
2267 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2268 the last element.
2269
b08016f2
SM
2270 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
2271
782d6e30
GM
22722009-12-01 Glenn Morris <rgm@gnu.org>
2273
2274 * window.el (window--display-buffer-2): Fix previous changes.
2275
28f57f7e
CY
22762009-12-01 Chong Yidong <cyd@stupidchicken.com>
2277
2278 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2279
c31a2fdc
GM
22802009-12-01 Glenn Morris <rgm@gnu.org>
2281
2282 * Makefile.in (ELCFILES): Add mpc.elc.
2283
e1ada222
SM
22842009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2285
2286 * mpc.el: New file.
2287
0c9ff2c5
GM
22882009-12-01 Glenn Morris <rgm@gnu.org>
2289
3689984f
GM
2290 * window.el (window-to-use): Define for compiler.
2291
3ab4308b
GM
2292 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2293 consistent with others (no final period).
2294
0c9ff2c5
GM
2295 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2296 (rmail-mime-show): Downcase the encoding. (Bug#5070)
2297
fb0c18ff
DN
22982009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
2299
2300 Make vc-print-log buttons work.
045b9da7 2301 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 2302
2ac7e73e
JB
23032009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
2304
2305 * savehist.el (savehist-autosave-interval): Allow setting to nil
2306 through customize. (Bug#5056)
2307
5237d741
JB
23082009-11-30 Juanma Barranquero <lekktu@gmail.com>
2309
2310 Fix references to jit-lock properties.
2311 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2312 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2313 (perl-font-lock-special-syntactic-constructs):
2314 Quote jit-lock-defer-multiline property.
2315
379241fa
DN
23162009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
2317
2318 * vc-git.el (vc-git-registered): Call vc-git-root only once.
2319
054ae856
JL
23202009-11-30 Juri Linkov <juri@jurta.org>
2321
2322 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2323 value `buffer' of `multi-isearch-next-buffer-current-function'.
2324 Use `(current-buffer)' when `buffer' is nil.
2325 (multi-isearch-next-buffer-from-list): Don't fallback to
2326 `(current-buffer)' when `buffer' is nil. (Bug#4947)
2327
67296dda
JL
23282009-11-30 Juri Linkov <juri@jurta.org>
2329
2330 * misearch.el (multi-isearch-read-buffers): Move canonicalization
2331 of buffers with `get-buffer' to `multi-isearch-buffers'.
2332 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2333 Canonicalize BUFFERS with `get-buffer'. Doc fix.
2334 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2335 FILES with `expand-file-name' converting relative file names
2336 to absolute. Doc fix. (Bug#4727)
2337
c585bf32
JL
23382009-11-30 Juri Linkov <juri@jurta.org>
2339
2340 * misearch.el (multi-isearch-read-buffers)
2341 (multi-isearch-read-matching-buffers): New functions.
2342 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2343 Use them in the `interactive' spec. Doc fix.
2344 (multi-isearch-read-files, multi-isearch-read-matching-files):
2345 New functions.
2346 (multi-isearch-files, multi-isearch-files-regexp):
2347 Use them in the `interactive' spec. Doc fix. (Bug#4725)
2348
0a745733
JL
23492009-11-30 Juri Linkov <juri@jurta.org>
2350
2351 * doc-view.el (doc-view-continuous):
2352 Rename from `doc-view-continuous-mode'.
2353 (doc-view-menu): Move "Toggle display" to the top.
2354 Add submenu "Continuous" with radio buttons "Off"/"On"
2355 and "Save as Default".
2356 (doc-view-scroll-up-or-next-page)
2357 (doc-view-scroll-down-or-previous-page)
2358 (doc-view-next-line-or-next-page)
2359 (doc-view-previous-line-or-previous-page): Rename
2360 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
2361
1f9689eb
JL
23622009-11-30 Juri Linkov <juri@jurta.org>
2363
2364 * comint.el (comint-mode-map): Rebind `M-r' from
2365 `comint-previous-matching-input' to
2366 `comint-history-isearch-backward-regexp'.
2367 Unbind `M-s' to allow global key binding `M-s'.
2368 Add menu items for `comint-history-isearch-backward' and
2369 `comint-history-isearch-backward-regexp'. (Bug#3746)
2370
2952b1ae
JL
23712009-11-30 Juri Linkov <juri@jurta.org>
2372
2373 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2374 For def=recenter, replace `recenter' with `recenter-top-bottom'
2375 that is called with `this-command' and `last-command' let-bound
2376 to `recenter-top-bottom'. When the last `def' was not `recenter',
2377 set `recenter-last-op' to nil. (Bug#4981)
2378
7a9547ca
SM
23792009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2380
20565545
SM
2381 Minor cleanup and simplification.
2382 * filecache.el (file-cache-add-directory)
2383 (file-cache-add-directory-recursively)
2384 (file-cache-add-from-file-cache-buffer)
2385 (file-cache-delete-file-regexp, file-cache-delete-directory)
2386 (file-cache-files-matching-internal, file-cache-display): Use dolist.
2387 (file-cache-temp-minibuffer-message): Delete function.
2388 (file-cache-minibuffer-complete): Use minibuffer-message instead.
2389
7a9547ca
SM
2390 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
2391 Don't signal an error when bumping into EOB in tr, s, or y.
2392
08e968f3
JL
23932009-11-29 Juri Linkov <juri@jurta.org>
2394
2395 * startup.el (fancy-about-text): Fix wording of Guided Tour.
2396 (Bug#4960)
2397
2398 * descr-text.el (describe-char-unidata-list): Use lowercase name
2399 for "Unicode name" like in other tags.
2400
f8d170a4
JL
24012009-11-29 Juri Linkov <juri@jurta.org>
2402
2403 * ediff-util.el (ediff-minibuffer-with-setup-hook):
2404 New compatibility macro.
7a9547ca 2405 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 2406
0116abbd
JL
24072009-11-29 Juri Linkov <juri@jurta.org>
2408
2409 Add defcustom to define the cycling order of `recenter-top-bottom'.
2410 (Bug#4981)
2411
2412 * window.el (recenter-last-op): Doc fix.
2413 (recenter-positions): New defcustom.
2414 (recenter-top-bottom): Rewrite to use `recenter-positions'.
2415 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2416
61eef560
MA
24172009-11-29 Michael Albinus <michael.albinus@gmx.de>
2418
2419 Improve integration of Tramp and ange-ftp in eshell.
2420
e4070cdc 2421 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
2422 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
2423 (eshell/sudo): Flatten args. Let-bind `default-directory'.
2424
2425 * eshell/esh-util.el (top): Require also Tramp when compiling.
2426 (eshell-directory-files-and-attributes): Check for FTP remote
2427 connection.
2428 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
2429 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
2430 (eshell-file-attributes): Handle ".". Return `entry'.
2431
2432 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
2433 (ange-ftp-directory-files-and-attributes)
2434 (ange-ftp-real-directory-files-and-attributes): New defuns.
2435
2436 * net/tramp.el (tramp-maybe-open-connection): Open the remote
2437 shell with "exec" when possible. This prevents trailing prompts
2438 in `start-file-process'.
2439
f5467d3f
SM
24402009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2441
21f49db9
SM
2442 Try and remove assumptions about point-min==1.
2443 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
2444 (rng-compute-mode-line-string): Show the validation percentage in
2445 terms of the narrowed text, not the widened text.
2446 (rng-do-some-validation): Don't catch internal errors when debugging.
2447 (rng-first-error): Simplify.
2448 (rng-after-change-function): Remove work around. AFAIK the bug has
2449 been fixed a while ago.
2450
26224faf
SM
2451 * image-mode.el (image-minor-mode): Exit more gracefully when the image
2452 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
2453
d7117720
SM
2454 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
2455
f5467d3f
SM
2456 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
2457 `cd' doesn't always do it for us (bug#5067).
2458
2459 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
2460 on 2009-10-25 as part of some other change (bug#5067).
2461
c5269f1c
SM
24622009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2463
62a258a7
SM
2464 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2465 `suspicious'.
2466 (byte-compile-warnings): Use byte-compile-warning-types.
2467 (byte-compile-save-excursion): Warn about use of set-buffer right
2468 after save-excursion.
2469
c5269f1c
SM
2470 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
2471 the excursion as well.
2472
3ba30eb8
MA
24732009-11-27 Michael Albinus <michael.albinus@gmx.de>
2474
2475 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
2476 providing a Tramp related implementation of "su" and "sudo".
2477 (eshell-unix-initialize): Add "su" and "sudo".
2478
6c6f788d
DU
24792009-11-27 Daiki Ueno <ueno@unixuser.org>
2480
2481 * net/socks.el (socks-send-command): Convert binary request to
2482 unibyte before sending. This fixes mishandling of some port
2483 numbers such as 129.
2484
10c877fe
SM
24852009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2486
6f06a171
SM
2487 * help.el (describe-bindings-internal): Remove `interactive'.
2488
10c877fe
SM
2489 * man.el (Man-completion-table): Trim a terminating "(".
2490 Remove the space between name page a section.
2491 Add the command's description on the `help-echo' property.
c5269f1c
SM
2492 Remove `process-connection-type' binding since it's unused by
2493 call-process.
10c877fe
SM
2494 Provide completion for the "<section> <name>" format as well.
2495 (Man-default-man-entry): Remove spurious var shadowing the argument.
2496
c44a4822
KR
24972009-11-26 Kevin Ryde <user42@zip.com.au>
2498
2499 * log-view.el: Add "Keywords: tools", since its other keywords
2500 aren't in finder-known-keywords, and following vc.el.
2501
9d58f081
KR
2502 * sha1.el (sha1-string-external): default-directory "/" in case
2503 otherwise non-existent. process-connection-type pipe for touch of
2504 efficiency recommended by elisp manual. (An aside in Bug#3911.)
2505
72fe6b25
SM
25062009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2507
2508 Misc coding convention cleanups.
2509 * htmlfontify.el (hfy-init-kludge-hook): Rename from
2510 hfy-init-kludge-hooks.
2511 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
2512 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
2513 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
2514 and push.
2515 (hfy-slant, hfy-weight): Use tables rather than code.
2516 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
2517 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
2518 (hfy-face-attr-for-class): Initialize `face-spec' directly.
2519 (hfy-face-to-css): Remove `nconc' with single arg.
2520 (hfy-p-to-face-lennart): Use `or'.
2521 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
2522 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
2523 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
2524 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
2525 (hfy-force-fontification): Use run-hooks.
2526
85e0a536
SM
25272009-11-26 Vivek Dasmohapatra <vivek@etla.org>
2528
2529 Various minor fixes.
2530 * htmlfontify.el (hfy-default-header): Add toggle_invis since
2531 Javascript belongs in the header, not the body.
2532 (hfy-javascript): Remove.
2533 (hfy-fontify-buffer): Don't insert it any more.
2534 (hfy-face-at): Handle (face0 face1 face2) style face properties.
2535 Fix bug in invis handling when there were no invis props in a chunk.
2536
62ccc42c
SM
25372009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2538
2539 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
2540
2643c7aa
DN
25412009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
2542
2543 * finder.el (finder-mode-map): Add a menu.
2544
0e5c8aed
DN
25452009-11-26 Michael McNamara <mac@mail.brushroad.com>
2546
bf0b361c 2547 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
2548 "unsigned" structs.
2549
2550 (verilog-leap-to-head, verilog-backward-token): Handle "disable
2551 fork" statement better.
2552
25532009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
2554
bf0b361c
JB
2555 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
2556 (verilog-delete-auto, verilog-delete-empty-auto-pair)
2557 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
2558 Reported by Clay Douglass.
0e5c8aed
DN
2559
2560 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c
SM
2561 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
2562 Fix removing "// Interfaces" when saving .* expansions. Reported by
0e5c8aed
DN
2563 Pierre-David Pfister.
2564
7629c4e7
GM
25652009-11-26 Glenn Morris <rgm@gnu.org>
2566
62ccc42c
SM
2567 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
2568 the scope.
7629c4e7 2569
a5d358f8
JB
25702009-11-25 Johan Bockgård <bojohan@gnu.org>
2571
2572 * vc-annotate.el (vc-annotate-revision-previous-to-line):
2573 Really use previous revision.
2574
002cbde5
KR
25752009-11-25 Kevin Ryde <user42@zip.com.au>
2576
2577 * man.el (Man-completion-table): default-directory "/" in case
2578 doesn't otherwise exist. process-environment COLUMNS=999 so as
2579 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
2580 any chance of hitting the pseudo-tty TIOCGWINSZ.
2581 (man): completion-ignore-case t for friendliness and since man
2582 itself is case-insensitive on the command line.
2583 Further to Bug#3717.
002cbde5 2584
8cb5ffe8
KR
2585 * arc-mode.el: Add "Keywords: files", so the details in its
2586 commentary can be reached from finder-by-keyword.
34607612
KR
2587 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
2588 editing mode, but it's comms related and sgml-mode.el has "comm"
2589 on that basis too.
b8dfcf54 2590 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
2591 * international/isearch-x.el, international/ja-dic-cnv.el:
2592 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 2593 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 2594
1e2d9ba1
JL
25952009-11-25 Juri Linkov <juri@jurta.org>
2596
2597 * man.el (Man-completion-table): Modify regexp to include
2598 section names to completion strings. (Bug#3717)
2599
a601d313
JL
26002009-11-25 Juri Linkov <juri@jurta.org>
2601
2602 Search recursively in gzipped files. (Bug#4982)
2603
2604 * progmodes/grep.el (grep-highlight-matches): Add new options
2605 `always' and `auto'. Doc fix.
2606 (grep-process-setup): Check `grep-highlight-matches' for
2607 `auto-detect' to determine the need to compute grep defaults.
2608 Move Windows/DOS specific --colors settings handling
2609 to `grep-compute-defaults'. Check `grep-highlight-matches'
2610 to get the value of "--color=".
2611 (grep-compute-defaults): Compute `grep-highlight-matches' when it
2612 has the value `auto-detect'. Move Windows/DOS specific settings
2613 from `grep-process-setup'.
2614 (zrgrep): New command with alias `rzgrep'.
2615
bde04ea9
JL
26162009-11-25 Juri Linkov <juri@jurta.org>
2617
2618 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
2619 to nil instead of switching off view-mode. (Bug#4896)
2620
7d6b4d3c
JL
26212009-11-25 Juri Linkov <juri@jurta.org>
2622
2623 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
2624
2625 * mwheel.el (mwheel-scroll-up-function)
2626 (mwheel-scroll-down-function): New defvars.
2627 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
2628 `scroll-up', and `mwheel-scroll-down-function' instead of
2629 `scroll-down'.
2630
2631 * doc-view.el (doc-view-scroll-up-or-next-page)
2632 (doc-view-scroll-down-or-previous-page): Add optional ARG.
2633 Use this ARG in the call to image-scroll-up/image-scroll-down.
2634 Change `interactive' spec to "P". Goto next/previous page only
2635 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
2636 SPC/DEL case). Doc fix.
2637 (doc-view-next-line-or-next-page)
2638 (doc-view-previous-line-or-previous-page): Rename arg to ARG
2639 for consistency.
2640 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
2641 `doc-view-scroll-up-or-next-page', and buffer-local
2642 `mwheel-scroll-down-function' to
2643 `doc-view-scroll-down-or-previous-page'.
2644
e237085f
JL
26452009-11-25 Juri Linkov <juri@jurta.org>
2646
2647 Provide additional default values (directories at other Dired
2648 windows) via M-n in the minibuffer of some Dired commands.
2649
2650 * dired-aux.el (dired-diff, dired-compare-directories)
2651 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
2652 `minibuffer-default' in `minibuffer-with-setup-hook'.
2653 (dired-dwim-target-directory): Find a window that displays Dired
2654 buffer instead of failing when the next window is not Dired.
2655 Use `get-window-with-predicate' to find for the next Dired window.
2656 (dired-dwim-target-defaults): New function.
2657
2658 * ediff-util.el (ediff-read-file-name):
2659 Use `dired-dwim-target-defaults' to set `minibuffer-default'
2660 in `minibuffer-with-setup-hook'.
2661
7d371eac
JL
26622009-11-25 Juri Linkov <juri@jurta.org>
2663
2664 Provide additional default values (file name at point or at the
2665 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
2666
2667 * minibuffer.el (read-file-name-defaults): New function.
2668 (read-file-name): Reset `minibuffer-default' to nil when
2669 it duplicates initial input `insdef'.
2670 Bind `minibuffer-default-add-function' to lambda that
2671 calls `read-file-name-defaults' in `minibuffer-selected-window'.
2672 (minibuffer-insert-file-name-at-point): New command.
2673
2674 * files.el (file-name-at-point-functions): New defcustom.
2675 (find-file-default): Remove defvar.
2676 (find-file-read-args): Don't use `find-file-default'.
2677 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2678 to `read-file-name'.
2679 (find-file-literally): Use `read-file-name' with
2680 `confirm-nonexistent-file-or-buffer'.
2681
2682 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
2683
2684 * dired.el (dired-read-dir-and-switches):
2685 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2686 to `read-file-name'.
2687 (dired-file-name-at-point): New function.
2688 (dired-mode): Add hook `dired-file-name-at-point' to
2689 `file-name-at-point-functions'.
2690
04ae543a
SM
26912009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2692
2693 Really make the *Completions* window soft-dedicated (bug#5030).
2694 * window.el (window--display-buffer-2): Add `dedicated' argument.
2695 (display-buffer): Pass it when needed so the dedicated flag is set
2696 after calling set-window-buffer, which would otherwise reset it.
2697
eb708e66
SM
26982009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2699
d6b8d4e7
SM
2700 * progmodes/meta-mode.el (meta-complete-symbol):
2701 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
2702 * mail/mailabbrev.el (mail-abbrev-complete-alias):
2703 Use completion-in-region.
2704
5f24557b
SM
2705 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
2706 (dabbrev-completion): Use completion-in-region.
2707 (dabbrev--abbrev-at-point): Simplify regexp.
2708
fe4346f0
SM
2709 * abbrev.el (abbrev--before-point): Use word-motion functions
2710 if :regexp is not specified (bug#5031).
2711
cb190d7d
SM
2712 * subr.el (string-prefix-p): New function.
2713
e2ec6dd5
SM
2714 * man.el (Man-completion-cache): New var.
2715 (Man-completion-table): Use it.
2716
eb708e66
SM
2717 * vc.el (vc-print-log-internal): Make `limit' optional for better
2718 compatibility (e.g. with vc-annotate.el).
2719
4cf8971b
KR
27202009-11-24 Kevin Ryde <user42@zip.com.au>
2721
eb708e66 2722 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 2723 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 2724
4cf8971b
KR
2725 * emacs-lisp/elint.el (elint-add-required-env): Better error message
2726 when .el source file not found or other error.
2727
d204c46c
SM
27282009-11-24 Markus Triska <markus.triska@gmx.at>
2729
2730 * linum.el (linum-update-window): Ignore intangible (bug#4996).
2731
bb301b9a
SM
27322009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2733
449c27f0
SM
2734 Handle the [back] button properly (bug#4979).
2735 * descr-text.el (describe-text-properties): Add a `buffer' argument.
2736 Use help-setup-xref, help-buffer, and with-help-window.
2737 (describe-char): Add `buffer' argument.
2738 Pass proper command to help-setup-xref. Don't meddle with
2739 help-xref-stack-item directly.
2740 (describe-text-category): Use with-help-window and help-buffer.
2741
32fe5377
SM
2742 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
2743 for the displayed buffer (bug#4887).
2744
bb301b9a
SM
2745 * man.el (Man-completion-table): New function.
2746 (man): Use it.
2747
35179414
DR
27482009-11-24 David Reitter <david.reitter@gmail.com>
2749
bb301b9a 2750 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
2751 .git is) rather than the file's directory and a relative path spec
2752 to work around a bug in git.
2753
605a20a9
MA
27542009-11-24 Michael Albinus <michael.albinus@gmx.de>
2755
2756 Improve handling of processes on remote hosts.
2757
2758 * eshell/esh-util.el (eshell-path-env): New defvar.
2759 (eshell-parse-colon-path): New defun.
2760 (eshell-file-attributes): Use `eshell-parse-colon-path'.
2761
bb301b9a
SM
2762 * eshell/esh-ext.el (eshell-search-path):
2763 Use `eshell-parse-colon-path'.
605a20a9
MA
2764 (eshell-remote-command): Remove argument HANDLER.
2765 (eshell-external-command): Check for FTP remote connection.
2766
bb301b9a
SM
2767 * eshell/esh-proc.el (eshell-gather-process-output):
2768 Use `file-truename', in order to start also symlinked files.
2769 Apply `start-file-process' instead of `start-process'.
2770 Shorten `command' to the local file name part.
605a20a9 2771
bb301b9a
SM
2772 * eshell/em-cmpl.el (eshell-complete-commands-list):
2773 Use `eshell-parse-colon-path'.
605a20a9
MA
2774
2775 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
2776
2777 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
2778 to `eshell-directory-change-hook'.
2779
d1d33062
TH
27802009-11-24 Tassilo Horn <tassilo@member.fsf.org>
2781
2782 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 2783 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 2784
a34d8565 27852009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 2786
a34d8565
MK
2787 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
2788 made on 2009-11-22.
d1d33062 2789
c83b8d1b
GM
27902009-11-24 Glenn Morris <rgm@gnu.org>
2791
2792 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
2793 deleted variable bookmark-bmenu-bookmark-column.
2794
65235b0a
GM
2795 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2796 Move after definition of global-semantic-idle-tag-highlight-mode.
2797
83505cfe
SM
27982009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2799
2800 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
2801
5241b291
CY
28022009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
2803
2804 * net/browse-url.el (browse-url-filename-alist): On Windows, add
2805 two slashes to the "file:" prefix.
2806 (browse-url-file-url): De-munge Cygwin filenames before passing
2807 them to Windows browser.
2808 (browse-url-default-windows-browser): Use call-process.
2809
aefcadb6
JL
28102009-11-23 Juri Linkov <juri@jurta.org>
2811
2812 Implement DocView Continuous mode. (Bug#4896)
2813 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
2814 (doc-view-mode-map): Bind C-n/<down> to
2815 `doc-view-next-line-or-next-page', C-p/<up> to
2816 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
2817 (doc-view-next-line-or-next-page)
2818 (doc-view-previous-line-or-previous-page): New commands.
2819
0d62bcea
JL
28202009-11-23 Juri Linkov <juri@jurta.org>
2821
2822 Implement Isearch in comint input history. (Bug#3746)
2823 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
2824 `isearch-mode-hook'.
2825 (comint-history-isearch): New defcustom.
2826 (comint-history-isearch-backward)
2827 (comint-history-isearch-backward-regexp): New commands.
2828 (comint-history-isearch-message-overlay): New buffer-local variable.
2829 (comint-history-isearch-setup, comint-history-isearch-end)
2830 (comint-goto-input, comint-history-isearch-search)
2831 (comint-history-isearch-message, comint-history-isearch-wrap)
2832 (comint-history-isearch-push-state)
2833 (comint-history-isearch-pop-state): New functions.
2834
b593f105
MA
28352009-11-23 Michael Albinus <michael.albinus@gmx.de>
2836
2837 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
2838 return.
2839 (tramp-handle-make-symbolic-link)
2840 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
2841 Quote file names.
2842 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
2843 (tramp-handle-process-file): Use it.
2844
0f202d5d
SM
28452009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2846
2847 * window.el (move-to-window-line-last-op): Remove.
2848 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
2849
216349f8
SM
28502009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
2851
0f202d5d 2852 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
2853 * window.el (move-to-window-line-last-op): New var.
2854 (move-to-window-line-top-bottom): New command.
2855 (global-map): Bind M-r move-to-window-line-top-bottom.
2856
c10e0633
GM
28572009-11-23 Sven Joachim <svenjoac@gmx.de>
2858
2859 * dired-x.el (dired-guess-shell-alist-default):
2860 Support xz format. (Bug#4953)
2861
e96ec425
CY
28622009-11-22 Chong Yidong <cyd@stupidchicken.com>
2863
2054a44c
CY
2864 * cedet/srecode/map.el (srecode-get-maps):
2865 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
2866 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
2867 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
2868 (semantic-toggle-decoration-style):
2869 * cedet/semantic/decorate/include.el
2870 (semantic-decoration-include-describe)
2871 (semantic-decoration-unknown-include-describe)
2872 (semantic-decoration-unparsed-include-describe)
2873 (semantic-decoration-all-include-summary):
2874 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
2875 * cedet/semantic/analyze/complete.el
2876 (semantic-analyze-possible-completions):
2877 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
2878 (semantic-show-unmatched-syntax-mode)
2879 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
2880 (semantic-highlight-func-mode):
2881 * cedet/semantic/util.el (semantic-describe-buffer):
2882 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
2883 (semantic-symref-find-tags-by-name)
2884 (semantic-symref-find-tags-by-regexp)
2885 (semantic-symref-find-tags-by-completion)
2886 (semantic-symref-find-file-references-by-name)
2887 (semantic-symref-find-text):
2888 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
2889 (senator-yank-tag):
2890 * cedet/semantic/scope.el (semantic-calculate-scope):
2891 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2892 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2893 (define-semantic-idle-service):
2894 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
2895 (semantic-complete-analyze-inline-idle):
2896 * cedet/semantic/analyze.el (semantic-analyze-current-context):
2897 * cedet/mode-local.el (describe-mode-local-bindings)
2898 (describe-mode-local-bindings-in-mode):
2899 * cedet/ede/make.el (ede-make-check-version):
2900 * cedet/ede/locate.el (ede-enable-locate-on-project):
2901 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
2902 (cedet-idutils-version-check):
2903 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
2904 (cedet-gnu-global-version-check):
2905 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
2906 (cedet-cscope-version-check): Use called-interactively-p instead
2907 of interactive-p.
2908
e96ec425
CY
2909 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
2910 Use semantic-format-tag-prototype.
2911
953e0c1a
GM
29122009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
2913
2914 * emulation/viper-cmd.el: Use viper-last-command-char instead of
2915 last-command-char/last-command-event.
2916 (viper-prefix-arg-value): Do correct conversion of event-char for
2917 XEmacs.
2918
83505cfe
SM
2919 * emulation/viper-util.el, emulation/viper.el:
2920 Use viper-last-command-char instead of
2921 last-command-char/last-command-event.
953e0c1a 2922
83505cfe
SM
2923 * ediff-init.el, ediff-mult.el, ediff-util.el:
2924 Replace last-command-char and last-command-event
2925 with (ediff-last-command-char) everywhere.
953e0c1a
GM
2926
2927 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
2928 created in fundamental mode.
2929
2930 * ediff.el (ediff-version): Revert the change of interactive-p to
2931 called-interactively-p.
2932
9ee12eee
TH
29332009-11-22 Tassilo Horn <tassilo@member.fsf.org>
2934
2935 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
2936 generation from word-movement command names.
2937
ab2c15d4
CY
29382009-11-21 Chong Yidong <cyd@stupidchicken.com>
2939
2940 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
83505cfe
SM
2941 (semantic-complete-jump-local, semantic-complete-jump):
2942 Improve prompt string.
ab2c15d4 2943
8b571bf3
JD
29442009-11-21 Jan Djärv <jan.h.d@swipnet.se>
2945
2946 * cus-start.el (all): Add native condition for font-use-system-font.
2947
4121db47
AM
29482009-11-21 Nathaniel Flath <flat0103@gmail.com>
2949
83505cfe
SM
2950 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
2951 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 2952
d71f5e0c
TH
29532009-11-21 Tassilo Horn <tassilo@member.fsf.org>
2954
2955 * progmodes/subword.el: Rename from lisp/subword.el.
2956
2957 * subword.el: Rename to progmodes/subword.el.
2958
2959 * Makefile.in (ELCFILES): Adapt to subword.el move.
2960
fc9d6ad6
SM
29612009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2962 Stefan Monnier <monnier@iro.umontreal.ca>
2963
2964 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
2965 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
2966 (bookmark-bmenu-show-filenames): Use push.
2967 (bookmark-bmenu-hide-filenames): Use local var instead of
2968 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
2969 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
2970 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
2971 filenames now that the bookmark names are always available.
2972
26d9285f
SM
29732009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2974
2975 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
2976 (bookmark-search-pattern): Move and leave unbound.
2977 (bookmark-bmenu-mode-map): Change binding.
2978 (bookmark-read-search-input): Simplify.
2979 Don't use text-char-description. Don't error on non-char events.
2980 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
2981 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
2982 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
2983 Use a local var for the timer.
2984 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
2985 (i.e. bookmark-bmenu-search).
2986
d73a0317
GM
29872009-11-21 Glenn Morris <rgm@gnu.org>
2988
2989 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
2990
e572025f
CY
29912009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
2992
26d9285f
SM
2993 * net/browse-url.el (browse-url-default-windows-browser):
2994 Use cygstart for cygwin.
e572025f 2995
6aeaa3dc
KF
29962009-11-20 Karl Fogel <karl.fogel@red-bean.com>
2997
e4070cdc 2998 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
2999 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3000 (bookmark-bmenu-search): Wrap to fit within 80 columns.
3001 Minor grammar and punctuation fixes in doc string.
3002 (bookmark-read-search-input): Adjust to fit within 80 columns.
3003
a9b76eec
TH
30042009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3005
3006 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3007 (c-backward-into-nomenclature): Adapt to subword renaming.
3008
3009 * subword.el (subword-forward, subword-backward, subword-mark)
3010 (subword-kill, subword-backward-kill, subword-transpose)
3011 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
3012 (subword-forward-internal, subword-backward-internal):
3013 Rename from forward-subword, backward-subword, mark-subword,
3014 kill-subword, backward-kill-subword, transpose-subwords,
3015 downcase-subword, upcase-subword, capitalize-subword,
3016 forward-subword-internal, backward-subword-internal.
a9b76eec 3017
1e7d4475
SM
30182009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3019
26d9285f
SM
3020 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3021 New options.
1e7d4475
SM
3022 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3023 New vars.
3024 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3025 (bookmark-bmenu-filter-alist-by-regexp)
3026 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3027 (bookmark-bmenu-search): New command.
3028 (bookmark-bmenu-mode-map): Bind it.
3029
acfad775
CY
30302009-11-20 Chong Yidong <cyd@stupidchicken.com>
3031
1e7d4475 3032 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
acfad775
CY
3033
3034 * cedet/semantic/idle.el (define-semantic-idle-service)
3035 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3036
653d1554
TH
30372009-11-20 Tassilo Horn <tassilo@member.fsf.org>
3038
ab84bfa0
TH
3039 * progmodes/cc-cmds.el: declare-functioned forward-subword and
3040 backward-subword to quit the byte-compiler.
3041
1f35fda9
TH
3042 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3043
3044 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3045
653d1554 3046 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
3047 (c-forward-into-nomenclature, c-backward-into-nomenclature):
3048 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
3049
3050 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3051 subword.el functions instead of cc-subword.el.
3052
1e7d4475
SM
3053 * progmodes/cc-subword.el: Rename to subword.el.
3054 * subword.el: Rename from progmodes/cc-subword.el.
3055 (subword-mode-map): Rename from c-subword-mode-map.
3056 (subword-mode): Rename from c-subword-mode.
653d1554 3057 (global-subword-mode): New global minor mode.
1e7d4475
SM
3058 (forward-subword): Rename from c-forward-subword.
3059 (backward-subword): Rename from c-backward-subword.
3060 (mark-subword): Rename from c-mark-subword.
3061 (kill-subword): Rename from c-kill-subword.
3062 (backward-kill-subword): Rename from c-backward-kill-subword.
3063 (transpose-subwords): Rename from c-tranpose-subword.
3064 (downcase-subword): Rename from c-downcase-subword.
3065 (capitalize-subword): Rename from c-capitalize-subword.
3066 (forward-subword-internal): Rename from c-forward-subword-internal.
3067 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 3068
9717f119
DN
30692009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3070
8de724f3
DN
3071 * vc.el (vc-deduce-fileset): Allow non-state changing operations
3072 from a dired buffer.
3073 (vc-dired-deduce-fileset): New function.
3074 (vc-root-diff, vc-print-root-log): Use it.
3075
9717f119
DN
3076 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3077 nil LIMIT argument to vc-print-log-internal.
3078
af4999b8
GM
30792009-11-20 Glenn Morris <rgm@gnu.org>
3080
3081 * Makefile.in (ELCFILES): Regenerate.
3082
725bff06
CY
30832009-11-20 Chong Yidong <cyd@stupidchicken.com>
3084
3085 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3086
3087 * cedet/semantic.el: Enable idle-mode menu items only if
3088 global-semantic-idle-scheduler-mode is enabled.
3089 (semantic-default-submodes): Doc fix.
3090
3091 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3092 When turning off, disable other idle modes.
3093
b58edcb6
JB
30942009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
3095
02e1b488
SM
3096 * calc/calc.el (calc-set-mode-line):
3097 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
3098 (math-format-number): Rename `math-format-complement-signed' to
3099 `math-format-twos-complement'.
3100
02e1b488 3101 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
3102 math-format-complement-signed.
3103 (calc-radix): Rename `calc-complement-signed-mode' to
3104 `calc-twos-complement-mode'.
02e1b488
SM
3105 (calc-octal-radix, calc-hex-radix): Add an argument for
3106 two's complement.
b58edcb6 3107
02e1b488
SM
3108 * calc/calc-embed.el (calc-embedded-mode-vars):
3109 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 3110
02e1b488
SM
3111 * calc/calc-ext.el (calc-init-extensions):
3112 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
3113 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3114
02e1b488
SM
3115 * calc/calc-units.el (math-build-units-table-buffer):
3116 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
3117
3118 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3119 entries.
3120
3121 * calc/calc-vec.el (calcFunc-vunpack):
3122 * calc/calc-aent.el (calc-do-calc-eval):
3123 * calc/calc-forms.el (math-format-date):
3124 * calc/calc-graph.el (calc-graph-plot):
3125 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
3126 * calc/calccomp.el (math-compose-expr):
3127 Let `calc-twos-complement-mode' be nil.
3128
31292009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3130
3131 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3132 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
3133 * minibuffer.el (completion-in-region-functions): New hook.
3134 (completion-in-region): New function.
3135 * emacs-lisp/lisp.el (lisp-complete-symbol):
3136 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 3137
e3353a78
SM
31382009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
3139
eff77808
SM
3140 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3141 (latex-complete-alist): New vars.
3142 (latex-string-prefix-p, latex-complete-bibtex-keys)
3143 (latex-complete-envnames, latex-complete-refkeys)
3144 (latex-complete-data): New functions.
3145 (latex-complete, latex-indent-or-complete): New commands.
3146
d2c9fc42
SM
3147 * window.el (display-buffer-mark-dedicated): New var.
3148 (display-buffer): Obey it.
3149 * minibuffer.el (minibuffer-completion-help): Use it.
3150
31a1c477
SM
3151 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3152
bed4c972
SM
3153 * filecache.el (file-cache-add-file): Use push and cons.
3154 (file-cache-delete-file-regexp): Use push.
3155 (file-cache-complete): Use completion-in-region.
3156
8c22699f
SM
3157 * simple.el (with-wrapper-hook): Fix thinko.
3158
e3353a78
SM
3159 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3160 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3161 Use with-current-buffer and string-to-number.
3162 (hfy-fallback-colour-values): Use assoc-string.
3163 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3164 (hfy-face-at): Remove unused var `found-face'.
3165 (hfy-compile-stylesheet): Remove unused var `css'.
3166 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3167 and `orig-buffer'.
3168 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3169 Use with-current-buffer.
3170 (hfy-text-p): Use expand-file-name and fewer setq.
3171
acca02b0
SM
31722009-11-19 Vivek Dasmohapatra <vivek@etla.org>
3173
3174 * htmlfontify.el, hfy-cmap.el: New files.
3175
042b7cc6
JL
31762009-11-19 Juri Linkov <juri@jurta.org>
3177
3178 * minibuffer.el (completions-format): New defcustom.
3179 (completion--insert-strings): Implement vertical format.
3180
3181 * simple.el (switch-to-completions): Move point to the first
3182 completion when point was at the beginning of the buffer.
3183
da205913
JL
31842009-11-19 Juri Linkov <juri@jurta.org>
3185
3186 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
3187
3188 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3189
0b8ee421
CY
31902009-11-19 Chong Yidong <cyd@stupidchicken.com>
3191
3192 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3193 (mail-signature): Change default to t.
3194 (mail-from-style): Deprecate `system-default' value.
3195 (mail-insert-from-field): For default value of mail-from-style,
3196 default to `angles' unless `angles' needs quoting and `parens'
3197 does not.
3198 (mail-citation-prefix-regexp): Use citation regexp from
3199 message-mode.
3200
4265deab
MA
32012009-11-19 Michael Albinus <michael.albinus@gmx.de>
3202
acca02b0
SM
3203 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3204 Set variables for computing the prompt for reading password.
4265deab 3205
27cacd2d
GM
32062009-11-19 Glenn Morris <rgm@gnu.org>
3207
470bce7d
GM
3208 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
3209
7e705a1d
GM
3210 * textmodes/flyspell.el (sgml-lexical-context): Declare.
3211
27cacd2d
GM
3212 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3213 (newsticker-treeview-listwindow-height): Fix custom type.
3214
b2f0be0f
KH
32152009-11-19 Kenichi Handa <handa@m17n.org>
3216
3217 * descr-text.el (describe-char-padded-string): Compose with TAB
3218 only if there's a font for CH.
02e1b488 3219 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 3220
03446045 32212009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
3222
3223 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 3224 more accurate version of the regexp. (Bug#3910)
b96337b0 3225
03446045 32262009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
3227
3228 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3229
e0620570
JB
32302009-11-18 Juanma Barranquero <lekktu@gmail.com>
3231
3232 * font-setting.el (font-use-system-font): Declare for byte-compiler.
3233 (font-setting-change-default-font): Fix typo in docstring.
3234
6cc6582e
AM
32352009-11-18 Alan Mackenzie <acm@muc.de>
3236
3237 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3238
dfb3c4c6
JD
32392009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3240
02e1b488 3241 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
3242
3243 * cus-start.el (all): ... to here.
3244
e268e987
MA
32452009-11-17 Michael Albinus <michael.albinus@gmx.de>
3246
3247 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3248 Don't set `ad-return-value' if `ad-do-it' doesn't.
3249
303ffde8
MA
3250 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3251 modification time.
3252
637fa988
JD
32532009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3254
3255 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 3256 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
3257
3258 * loadup.el: If feature system-font-setting or font-render-setting is
3259 there, load font-setting.
3260
02e1b488 3261 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
3262 * font-setting.el: New file.
3263
1d16a255
GM
32642009-11-17 Glenn Morris <rgm@gnu.org>
3265
3266 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3267
2d84f804
GM
3268 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3269 Preserve point in the list buffer. (Bug#4939)
3270 Use point-at-eol.
3271 (newsticker--treeview-list-update-highlight)
3272 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3273
14467b99
JB
32742009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3275
3276 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3277 Remove.
3278
3279 * calc/calc-ext.el (calc-init-extensions): Remove references to
3280 symclip.
3281
3282 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3283
3284 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 3285 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
3286 `calc-symclip'.
3287
e3c39c01
KR
32882009-11-16 Kevin Ryde <user42@zip.com.au>
3289
02e1b488 3290 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 3291 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 3292
497de631
KR
3293 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3294 (lm-keywords-list): Allow comma-only separator like "foo,bar".
3295 Ignore trailing spaces by omit-nulls to split-string (fixing
3296 regression from Emacs 21 due to the incompatible split-string
14467b99 3297 change). (Bug #4928.)
497de631 3298
48b27575
DN
32992009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
3300
5237d741 3301 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
3302 (vc-print-log-internal): Insert buttons to request more entries
3303 when limiting the output.
3304
3305 * vc-sccs.el (vc-sccs-print-log):
3306 * vc-rcs.el (vc-rcs-print-log):
3307 * vc-cvs.el (vc-cvs-print-log):
3308 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3309 LIMIT is non-nil.
3310
d3e97185
MA
33112009-11-16 Michael Albinus <michael.albinus@gmx.de>
3312
3313 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3314 error when `tramp-gvfs-dbus-event-vector' is set.
3315 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3316
68d87786
SM
33172009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3318
3319 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3320
c0a39702
MA
33212009-11-16 Michael Albinus <michael.albinus@gmx.de>
3322
3323 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 3324 (dbus-register-property): Register the handlers of
c0a39702
MA
3325 "org.freedesktop.DBus.Properties" for SERVICE.
3326 (dbus-property-handler): Fix docstring.
3327
1e857121
YM
33282009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3329
3330 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3331 Quote doc string reference in defvaralias as it is not in special form.
3332 (byte-compile-output-docform): Doc fix.
3333
887484c1
JB
33342009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3335
3336 * calc/calc.el (math-2-word-size, math-half-2-word-size)
3337 (calc-complement-signed-mode): New variables.
3338 (calc-set-mode-line): Add indicator for twos-complements.
3339 (math-format-number): Format twos-complement notation.
3340
3341 * calc/calc-bin.el (calc-word-size): Reset the variables
3342 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
3343 (math-format-complement-signed, math-symclip, calcFunc-symclip)
3344 (calc-symclip): New functions.
887484c1
JB
3345
3346 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3347
68d87786
SM
3348 * calc/calc-embed.el (calc-embedded-mode-vars):
3349 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
3350
3351 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 3352 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
3353
3354 * calc/calc-ext.el (math-read-number-fancy): Read complement
3355 signed numbers.
68d87786
SM
3356 (calc-init-extensions): Add binding for `calc-symclip'.
3357 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
3358
3359 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3360 `calc-symclip'.
68d87786 3361 (calc-modes-menu): Add item for twos complement mode.
887484c1 3362
5237d741 3363 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 3364
4cf1d7e3
CY
33652009-11-15 Chong Yidong <cyd@stupidchicken.com>
3366
3367 * register.el (jump-to-register, insert-register): Handle Semantic
3368 tags. From commented-out advice in semantic/senator.el.
3369
f8e65267
DN
33702009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3371
6616006b
DN
3372 * vc.el (vc-log-show-limit): New variable.
3373 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
3374 when using a prefix argument.
3375 (vc-print-log-internal): Add new argument LIMIT.
3376
3377 * vc-svn.el (vc-svn-print-log):
3378 * vc-mtn.el (vc-mtn-print-log):
3379 * vc-hg.el (vc-hg-print-log):
3380 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 3381 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
3382 non-optional.
3383
3384 * vc-sccs.el (vc-sccs-print-log):
3385 * vc-rcs.el (vc-rcs-print-log):
3386 * vc-git.el (vc-git-print-log):
3387 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
3388 ignore it. Make the BUFFER argument non-optional
3389
f8e65267
DN
3390 * bindings.el (mode-line-buffer-identification): Do not purecopy.
3391
0566c4bc
CY
33922009-11-15 Chong Yidong <cyd@stupidchicken.com>
3393
7cce3c91
CY
3394 * dired.el (dired-mode-map): Move encryption items to "Operate"
3395 menu (Bug#4703).
3396
d7063de9
CY
3397 * strokes.el (strokes-update-window-configuration): Make strokes
3398 buffer current before erasing (Bug#4906).
3399
0566c4bc
CY
3400 * cedet/semantic/idle.el (semantic-idle-summary-mode)
3401 (semantic-idle-summary-mode): Define using define-minor-mode
3402 instead of define-semantic-idle-service.
3403 (semantic-idle-summary-mode): New function.
3404 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
3405 that mouse motion does not reset the echo area.
3406
0fc10137
JL
34072009-11-15 Juri Linkov <juri@jurta.org>
3408
3409 * simple.el (set-mark-default-inactive): Add :type, :group
3410 and :version. (Bug#4876)
3411
f5fce4ec
MA
34122009-11-15 Michael Albinus <michael.albinus@gmx.de>
3413
3414 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
3415 (archive-unique-fname): ... here. (Bug#4929)
3416
8d720a00
SM
34172009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3418
589888fe
SM
3419 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
3420 with a real fix.
3421
8d720a00
SM
3422 * novice.el (disabled-command-function): Add useful args.
3423 Setup the help buffer so that [back] works.
3424 Remove redundant call to help-mode.
3425 (disabled-command-function): Use `case'.
3426 (en/disable-command): New function extracted from enable-command.
3427 (enable-command, disable-command): Use it.
3428
a61344d6
GM
34292009-11-14 Glenn Morris <rgm@gnu.org>
3430
497f0cdd
GM
3431 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
3432 constants. (Bug#4913)
3433
a61344d6
GM
3434 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
3435
d501801e
GM
34362009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3437
3438 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
3439 defined in C that have no doc-strings. (Bug#1063)
3440
5af27ac2
GM
34412009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
3442
3443 * cus-edit.el (data, files):
3444 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
3445
aec5395b
CY
34462009-11-14 Chong Yidong <cyd@stupidchicken.com>
3447
e7791447
CY
3448 * simple.el (shell-command): Doc fix (Bug#4891).
3449
aec5395b
CY
3450 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
3451
7a41cd7f
GM
34522009-11-14 Glenn Morris <rgm@gnu.org>
3453
c3583c94
GM
3454 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
3455 statements for vc-diff, emerge-quit, and rmail-cease-edit.
3456 If they are already loaded, eval-after-load will do the right thing.
3457
73900d1f
GM
3458 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
3459 compiling.
3460
0028351d
GM
3461 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
3462
f6714ede
GM
3463 * simple.el (x-selection-owner-p): Declare.
3464 (read-mail-command): Use custom radio type rather than choice.
3465 (completion-no-auto-exit): Doc fix.
3466
7a41cd7f 3467 * custom.el (defgroup):
5af27ac2 3468 * epg-config.el (epg): Doc fixes.
7a41cd7f 3469
2d0659ec
DN
34702009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
3471
3472 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
3473 * international/ccl.el (define-ccl-program): Do not purecopy the
3474 docstring, defconst does it anyway.
3475
7fdbcd83
SM
34762009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3477
d499c5b9
SM
3478 * add-log.el (add-change-log-entry): Avoid displaying the changelog
3479 a second time.
3480
7fdbcd83
SM
3481 * x-dnd.el (x-dnd-maybe-call-test-function):
3482 * window.el (split-window-vertically):
3483 * whitespace.el (whitespace-help-on):
3484 * vc-rcs.el (vc-rcs-consult-headers):
3485 * userlock.el (ask-user-about-lock-help)
3486 (ask-user-about-supersession-help):
3487 * type-break.el (type-break-force-mode-line-update):
3488 * time-stamp.el (time-stamp-conv-warn):
3489 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 3490 (te-sentinel, terminal-emulator):
7fdbcd83
SM
3491 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
3492 (term-write-input-ring, term-check-source, term-start-output-log):
3493 (term-display-buffer-line, term-dynamic-list-completions):
3494 (term-ansi-make-term, serial-term):
3495 * subr.el (selective-display):
3496 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3497 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
3498 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
3499 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
3500 (speedbar-remove-localized-speedbar-support)
3501 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
3502 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
3503 (speedbar-buffers-line-directory):
3504 * simple.el (shell-command-on-region, append-to-buffer)
3505 (prepend-to-buffer):
3506 * shadowfile.el (shadow-save-todo-file):
3507 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
3508 (scroll-bar-maybe-set-window-start):
3509 * sb-image.el (speedbar-image-dump):
3510 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
3511 (load-save-place-alist-from-file):
3512 * ps-samp.el (ps-print-message-from-summary):
3513 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
3514 (ps-background-image, ps-begin-job, ps-do-despool):
3515 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
3516 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
3517 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
3518 (pr-call-process, pr-file-list, pr-interface-save):
3519 * novice.el (disabled-command-function)
3520 (enable-command, disable-command):
3521 * mouse.el (mouse-buffer-menu-alist):
3522 * mouse-copy.el (mouse-kill-preserving-secondary):
3523 * macros.el (kbd-macro-query):
3524 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
3525 * informat.el (batch-info-validate):
3526 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
3527 * hippie-exp.el (try-expand-dabbrev-visible):
3528 * help-mode.el (help-make-xrefs):
3529 * help-fns.el (describe-variable):
3530 * generic-x.el (bat-generic-mode-run-as-comint):
3531 * finder.el (finder-mouse-select):
3532 * find-dired.el (find-dired-sentinel):
3533 * filesets.el (filesets-file-close):
3534 * files.el (list-directory):
3535 * faces.el (list-faces-display, describe-face):
3536 * facemenu.el (list-colors-display):
3537 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
3538 * epg.el (epg--process-filter, epg-cancel):
3539 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
3540 (epa--read-signature-type):
3541 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
3542 (emerge-file-names):
3543 * ehelp.el (electric-helpify):
3544 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
3545 * ediff-vers.el (rcs-ediff-view-revision):
3546 * ediff-util.el (ediff-setup):
3547 * ediff-mult.el (ediff-append-custom-diff):
3548 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
3549 (ediff-wordify):
3550 * echistory.el (Electric-command-history-redo-expression):
3551 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3552 * disp-table.el (describe-display-table):
3553 * dired.el (dired-find-buffer-nocreate):
3554 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
3555 * dabbrev.el (dabbrev--same-major-mode-p):
3556 * chistory.el (list-command-history):
3557 * apropos.el (apropos-documentation):
3558 * allout.el (allout-obtain-passphrase):
3559 (allout-copy-exposed-to-buffer):
3560 (allout-verify-passphrase): Use with-current-buffer.
3561
2ccbc060
GM
35622009-11-13 Glenn Morris <rgm@gnu.org>
3563
3564 * Makefile.in (ELCFILES): Regenerate.
3565
b172ed20
MA
35662009-11-13 Michael Albinus <michael.albinus@gmx.de>
3567
7fdbcd83
SM
3568 * net/dbus.el (dbus-registered-objects-table): Rename from
3569 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
3570 (dbus-unregister-object): Unregister also properties.
3571 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3572 Use a timeout of 500 msec, in order to not block.
3573 (dbus-register-property, dbus-property-handler): New defuns.
3574
e96d62cd
SM
35752009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3576
3577 * simple.el (minibuffer-default-add-completions): Drop deprecated
3578 4th arg.
3579
14bd267d
EZ
35802009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
3581
e96d62cd
SM
3582 * textmodes/artist.el (artist-mouse-choose-operation):
3583 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 3584 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
3585 (artist-compute-up-event-key): New function.
3586 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
3587
bf89fd7b
KH
35882009-11-13 Kenichi Handa <handa@m17n.org>
3589
3590 * language/japan-util.el: Make sure that the value of jisx0208
3591 property is jisx0208 character.
3592
f70b8925
DN
35932009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
3594
3595 * international/mule.el (auto-coding-regexp-alist): Only purecopy
3596 car or each item, not the whole list.
3597
4d93a9e0
SM
35982009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3599
3600 * minibuffer.el (minibuffer-completion-help):
3601 Use minibuffer-hide-completions.
3602
05404988
SM
36032009-11-12 Per Starbäck <per@starback.se> (tiny change)
3604
3605 * dired.el (dired-save-positions, dired-restore-positions): New funs.
3606 (dired-revert): Use them (bug#4880).
3607
5297bc10
DN
36082009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3609
3610 * tooltip.el (tooltip-frame-parameters): Undo previous change.
3611
e2685eb7
JL
36122009-11-12 Juri Linkov <juri@jurta.org>
3613
3614 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
3615 New functions.
3616 (find-file-literally-at-point): Alias of `ffap-literally'.
3617
76410c3e
DN
36182009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3619
6d341a2a
DN
3620 * textmodes/ispell.el (ispell-skip-region-alist):
3621 * textmodes/css-mode.el (auto-mode-alist):
3622 * progmodes/compile.el (auto-mode-alist):
3623 * international/mule.el (ctext-non-standard-encodings-alist)
3624 (ctext-non-standard-encodings-regexp):
3625 * simple.el (shell-command-switch, text-read-only):
3626 * replace.el (occur-mode-map):
3627 * paths.el (rmail-file-name):
3628 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
3629 * find-file.el (ff-special-constructs):
3630 * files.el (file-name-handler-alist):
3631 * composite.el: Purecopy strings.
3632
76410c3e
DN
3633 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
3634
aaa448c9
DN
36352009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3636
3637 * widget.el (define-widget): Purecopy the docstring.
3638 * international/mule-cmds.el (charset): Do not purecopy the
3639 docstring here, define-widget does it.
3640
3641 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3642 * textmodes/bibtex-style.el (auto-mode-alist):
3643 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3644 * progmodes/compile.el (compile-command):
3645 * language/korea-util.el (default-korean-keyboard):
3646 * international/mule-conf.el (file-coding-system-alist):
3647 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
3648 * tooltip.el (tooltip-frame-parameters):
3649 * newcomment.el (comment-end, comment-padding):
3650 * dired.el (dired-trivial-filenames):
3651 * comint.el (comint-file-name-prefix): Purecopy initial values.
3652
bbe650fd
MA
36532009-11-11 Michael Albinus <michael.albinus@gmx.de>
3654
3655 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
3656 (tramp-advice-minibuffer-electric-tilde): Unload advices via
3657 `tramp-unload'.
3658 (tramp-advice-make-auto-save-file-name)
3659 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
3660 after removing the advice.
3661
6bdad9ae
DN
36622009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3663
2f7f4bee
DN
3664 * progmodes/grep.el (grep-regexp-alist):
3665 * international/mule-cmds.el (iso-2022-control-alist):
3666 * emacs-lisp/timer.el (timer-duration-words):
3667 * subr.el (version-separator, version-regexp-alist):
3668 * minibuffer.el (completion-styles-alist):
3669 * faces.el (face-attribute-name-alist, list-faces-sample-text):
3670 Change defvars to defconsts.
3671
a042de45
DN
3672 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
3673 * loadup.el ("international/mule-conf"): Load the byte compiled version.
3674 * international/mule-conf.el: Allow to be byte compiled.
3675
3b6acc72
DN
3676 * international/mule.el (define-charset): Purecopy props.
3677 (load-with-code-conversion): Purecopy doc string and file name.
3678 (put-charset-property): Purecopy strings.
3679 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
3680
1c2efdfb 3681 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
3682 (define-char-code-property): Correctly purecopy the table.
3683
62591911
DN
3684 * international/ccl.el (define-ccl-program): Purecopy the docstring.
3685
8b908da6
DN
3686 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
3687
ff917d63
DN
3688 * subr.el (add-hook): Purecopy strings.
3689 (eval-after-load): Purecopy load-history-regexp and the form.
3690
af89cf77
DN
3691 * custom.el (custom-declare-group): Purecopy load-file-name.
3692
a3c20c83 3693 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
3694 * net/eudc.el (eudc-tools-menu):
3695 * international/mule-cmds.el (set-coding-system-map)
3696 (mule-menu-keymap):
3697 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3698 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
3699 * replace.el (occur-mode-map):
3700 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 3701 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
3702 (menu-bar-custom-menu, menu-bar-showhide-menu)
3703 (menu-bar-options-menu, menu-bar-tools-menu)
3704 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
3705 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
3706 (menu-bar-help-menu):
3707 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
3708 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
3709
6bdad9ae
DN
3710 * term/x-win.el (x-gtk-stock-map):
3711 * progmodes/vera-mode.el (auto-mode-alist):
3712 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
3713 (inferior-lisp-program, inferior-lisp-load-command):
3714 * progmodes/hideshow.el (hs-special-modes-alist):
3715 * progmodes/gud.el (same-window-regexps):
3716 * progmodes/grep.el (grep-program, find-program, xargs-program):
3717 * net/telnet.el (same-window-regexps):
3718 * net/rlogin.el (same-window-regexps):
3719 * language/ethiopic.el (font-ccl-encoder-alist):
3720 * vc-sccs.el (vc-sccs-master-templates):
3721 * vc-rcs.el (vc-rcs-master-templates):
3722 * subr.el (cl-assertion-failed):
3723 * simple.el (next-error-overlay-arrow-position):
3724 * lpr.el (lpr-command):
3725 * locate.el (locate-ls-subdir-switches):
3726 * info.el (same-window-regexps, info)
3727 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3728 * image-mode.el (image-mode, auto-mode-alist):
3729 * hippie-exp.el (hippie-expand-ignore-buffers):
3730 * format.el (format-alist):
3731 * find-dired.el (find-ls-subdir-switches, find-grep-options)
3732 (find-name-arg):
3733 * facemenu.el (facemenu-keybindings):
3734 * dired.el (dired-listing-switches, dired-chown-program):
3735 * diff.el (diff-switches, diff-command):
3736 * cus-edit.el (same-window-regexps):
3737 * bindings.el (mode-line-mule-info)
3738 (mode-line-buffer-identification): Purecopy strings.
3739
e0987650
JL
37402009-11-11 Juri Linkov <juri@jurta.org>
3741
3570691b 3742 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
3743 Tell the byte-compiler about dired-get-filename.
3744 (shell-command): In Dired mode, get filename from the current line
3745 as the default value.
3746
b16ff465
GM
37472009-11-10 Glenn Morris <rgm@gnu.org>
3748
e8a11b22
GM
3749 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
3750 * calendar/holidays.el, progmodes/cperl-mode.el:
3751 Update x-popup-menu declarations.
3752
b16ff465
GM
3753 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
3754 (list-load-path-shadows): Use dolist.
3755 (list-load-path-shadows): Use with-current-buffer.
3756
032c3399
JL
37572009-11-10 Juri Linkov <juri@jurta.org>
3758
3759 * minibuffer.el (read-file-name): Support a list of default values
3760 in `default-filename'. Use the first file name where only one
3761 element is required. Doc fix.
3762
8fb1629f
MA
37632009-11-09 Michael Albinus <michael.albinus@gmx.de>
3764
3765 * net/dbus.el (dbus-unregister-object): Release service, if no
3766 other method is registered for it.
3767
a51203ee 37682009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
3769
3770 * bookmark.el (bookmark-completing-read): Sort bookmark names if
3771 bookmark-sort-flag is non-nil (Bug#4653).
3772
9bf7dc8a
CY
37732009-11-08 Chong Yidong <cyd@stupidchicken.com>
3774
3775 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
3776 the progress reporter entirely.
3777
15207e74
CY
3778 * emulation/cua-base.el: Add CUA property to some CC mode commands
3779 (Bug#4100).
3780
8bf7ed70
KR
37812009-11-08 Kevin Ryde <user42@zip.com.au>
3782
3783 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 3784 at end of sentence (Bug#4818).
8bf7ed70 3785
951802d0
CY
37862009-11-08 Jared Finder <jfinder@crypticstudios.com>
3787
3788 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3789 Handle "see declaration of" MSFT statements (Bug#4100).
3790
e8244310
MA
37912009-11-08 Michael Albinus <michael.albinus@gmx.de>
3792
3793 * net/tramp.el (tramp-advice-make-auto-save-file-name)
3794 (tramp-advice-file-expand-wildcards): Unload via
3795 `ad-remove-advice'.
3796
3797 * net/trampver.el: Update release number.
3798
a51203ee 37992009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
3800
3801 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
3802 `ad-do-it'.
3803
a51203ee 38042009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
3805
3806 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
3807 in order to keep context in SELinux.
3808
bedd8a58
CY
38092009-11-08 Chong Yidong <cyd@stupidchicken.com>
3810
3811 * dired-aux.el (dired-query): Place cursor in echo area and allow
3812 C-g.
3813
3814 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
3815 menu item if not on a directory (Bug#4701).
3816
0484d600
MA
38172009-11-07 Michael Albinus <michael.albinus@gmx.de>
3818
3819 Sync with Tramp 2.1.17.
3820
3821 * net/tramp.el (tramp-handle-copy-directory): Don't use
3822 `file-remote-p' (due to compatibility).
3823
3824 * net/tramp-compat.el (tramp-compat-copy-directory)
3825 (tramp-compat-delete-directory): New defuns.
3826
3827 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3828 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
3829 `tramp-compat-delete-directory'.
3830
3831 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5ce6e4f4 3832 (tramp-smb-handle-delete-directory): Use
0484d600
MA
3833 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
3834
3835 * net/trampver.el: Update release number.
3836
b42b2189
CY
38372009-11-07 Chong Yidong <cyd@stupidchicken.com>
3838
6960d7b9
CY
3839 * tar-mode.el (tar-copy): Call write-region on the right buffer
3840 (Bug#4857).
3841
b42b2189
CY
3842 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
3843 by hand, if necessary (Bug#4878).
3844
0ad57dfd
CY
38452009-11-06 Chong Yidong <cyd@stupidchicken.com>
3846
d19e23ae
CY
3847 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
3848 align size column (Bug#4839).
3849
0ad57dfd
CY
3850 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
3851 statement.
3852
0b7f397c
DN
38532009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
3854
3855 * progmodes/ld-script.el (auto-mode-alist):
3856 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
3857
3858 * cus-face.el (custom-declare-face): Purecopy face spec.
3859
495bd5ca
KH
38602009-11-06 Kenichi Handa <handa@m17n.org>
3861
3862 * international/uni-bidi.el: Re-generated.
3863 * international/uni-category.el: Re-generated.
3864 * international/uni-combining.el: Re-generated.
3865 * international/uni-mirrored.el: Re-generated.
3866
1e8780b1
DN
38672009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
3868
3869 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
3870 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
3871 (tex-start-options, slitex-run-command, latex-run-command)
3872 (tex-run-command, tex-directory):
3873 * textmodes/ispell.el (ispell-html-skip-alists)
3874 (ispell-tex-skip-alists, ispell-tex-skip-alists):
3875 * textmodes/fill.el (adaptive-fill-first-line-regexp):
3876 (adaptive-fill-regexp):
3877 * textmodes/dns-mode.el (auto-mode-alist):
3878 * progmodes/python.el (interpreter-mode-alist):
3879 * progmodes/etags.el (tags-compression-info-list):
3880 * progmodes/etags.el (tags-file-name):
3881 * net/browse-url.el (browse-url-galeon-program)
3882 (browse-url-firefox-program):
3883 * mail/sendmail.el (mail-signature-file)
3884 (mail-citation-prefix-regexp):
3885 * international/mule-conf.el (eight-bit):
3886 * international/latexenc.el (latex-inputenc-coding-alist):
3887 * international/fontset.el (x-pixel-size-width-font-regexp):
3888 * emacs-lisp/warnings.el (warning-type-format):
3889 * emacs-lisp/trace.el (trace-buffer):
3890 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
3891 (emacs-lisp-mode-map):
3892 * calendar/holidays.el (holiday-solar-holidays)
3893 (holiday-bahai-holidays, holiday-islamic-holidays)
3894 (holiday-christian-holidays, holiday-hebrew-holidays)
3895 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
3896 (hebrew-holidays-1, holiday-oriental-holidays)
3897 (holiday-general-holidays):
3898 * x-dnd.el (x-dnd-known-types):
3899 * tool-bar.el (tool-bar):
3900 * startup.el (site-run-file):
3901 * shell.el (shell-dumb-shell-regexp):
3902 * rfn-eshadow.el (file-name-shadow-tty-properties)
3903 (file-name-shadow-properties):
3904 * paths.el (remote-shell-program, news-directory):
3905 * mouse.el ([C-down-mouse-3]):
3906 * menu-bar.el (menu-bar-tools-menu):
3907 * jka-cmpr-hook.el (jka-compr-load-suffixes)
3908 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
3909 (jka-compr-compression-info-list):
3910 * isearch.el (search-whitespace-regexp):
3911 * image-file.el (image-file-name-extensions):
3912 * find-dired.el (find-ls-option):
3913 * files.el (directory-listing-before-filename-regexp)
3914 (directory-free-space-args, insert-directory-program)
3915 (list-directory-brief-switches, magic-fallback-mode-alist)
3916 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
3917 (automount-dir-prefix):
3918 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
3919 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
3920 (face-font-registry-alternatives, face-font-registry-alternatives)
3921 (face-font-family-alternatives):
3922 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
3923 (facemenu-foreground-menu, facemenu-face-menu):
3924 * epa-hook.el (epa-file-name-regexp):
3925 * dnd.el (dnd-protocol-alist):
3926 * textmodes/rst.el (auto-mode-alist):
a51203ee 3927 * button.el (default-button): Purecopy strings.
1e8780b1 3928
0adae11f
GM
39292009-11-06 Glenn Morris <rgm@gnu.org>
3930
3931 * Makefile.in (ELCFILES): Update.
3932
2adaf057
SM
39332009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
3934
8f72f03c
SM
3935 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
3936 * emacs-lisp/levents.el: Move to obsolete/levents.el.
3937
2adaf057
SM
3938 * nxml/xsd-regexp.el (xsdre-gen-categories):
3939 * nxml/xmltok.el (xmltok-parse-entity):
3940 * nxml/rng-parse.el (rng-parse-validate-file):
3941 * nxml/rng-maint.el (rng-format-manual)
3942 (rng-manual-output-force-new-line):
3943 * nxml/rng-loc.el (rng-save-schema-location-1):
3944 * nxml/rng-cmpct.el (rng-c-parse-file):
3945 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
3946 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
3947
14862301
SM
39482009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
3949
bf0b361c 3950 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
3951 Remove extra save-excursions and make-variable-buffer-local's.
3952 Suggested by Stefan Monnier.
3953
3954 (verilog-getopt-file, verilog-module-inside-filename-p)
3955 (verilog-set-define): Merge GNU 1.35 and repair changes from
3956 switching to using with-current-buffer.
3957
3958 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
3959 being treated as a number and confusing AUTORESET.
3960 Reported by Dan Dever.
3961
3962 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
3963 Add verilog-auto-ignore-concat to fix backward compatibility with
3964 older verilog-modes. Reported by Dan Katz.
3965
3966 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
3967 containing closing anchors "...$".
3968
3969 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
3970 Reported by Wade Smith.
3971
48c2d18a 3972 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
3973
39742009-11-05 Michael McNamara <mac@mail.brushroad.com>
3975
bf0b361c
JB
3976 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
3977 for labels.
14862301
SM
3978
3979 (verilog-label-re, verilog-calc-1): Support proper indent of named
3980 asserts.
3981
3982 (verilog-backward-token, verilog-basic-complete-re)
3983 (verilog-beg-of-statement, verilog-indent-re): Support proper
3984 indent of the assert statement at the beginning of a block of text.
3985
3986 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
3987 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
3988 tokens as begins.
3989
4f8f657f
GM
39902009-11-05 Glenn Morris <rgm@gnu.org>
3991
775adc51
GM
3992 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
3993 Emacs 19. (Bug#1531)
3994 (byte-compile-fix-header): Update for the above change.
3995 Drop test for epoch::version.
3996
4ad6a5e7 3997 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
3998 * cus-dep.el (custom-make-dependencies):
3999 * finder.el (finder-compile-keywords):
4000 Use autoload-rubric's feature argument.
4ad6a5e7 4001
4f8f657f
GM
4002 * calendar/diary-lib.el (top-level): Make load behave more like require.
4003
881e4184
GM
4004 * vc-git.el (vc-git-stash-map): Move definition before use.
4005
ba214964 40062009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 4007
b6f8ba09
DN
4008 * custom.el (custom-declare-group): Purecopy standard-value.
4009 (custom-declare-group): Purecopy custom-prefix.
4010
7fdbcd83
SM
4011 * international/mule.el (load-with-code-conversion):
4012 Call do-after-load-evaluation unconditionally.
eb6f577b 4013
f6195dfb
DN
4014 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4015
56f14120
SM
40162009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
4017
4018 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4019
e5c89ce9
GM
40202009-11-04 Glenn Morris <rgm@gnu.org>
4021
4022 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4023 (byte-compile-compatibility): Remove option.
4024 (byte-compile-close-variables, byte-compile-fix-header)
4025 (byte-compile-insert-header, byte-compile-output-docform)
4026 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4027 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4028 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4029 (byte-compile-insert, byte-compile-defun):
4030 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
4031 (byte-defop-compiler19): Remove.
4032 Without byte-compile-compatibility, the 'emacs19-opcode property is not
4033 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 4034
e24f42ab
JL
40352009-11-04 Juri Linkov <juri@jurta.org>
4036
4037 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4038 (menu-bar-options-menu): Don't quote the `prop' arg of
4039 `menu-bar-make-mm-toggle'.
4040
d3d5f4f5
JB
40412009-11-04 Juanma Barranquero <lekktu@gmail.com>
4042
4043 * calendar/calendar.el (cal-loaddefs):
4044 * calendar/diary-lib.el (diary-loaddefs):
4045 * calendar/holidays.el (hol-loaddefs):
4046 * eshell/esh-module.el (esh-groups): Load rather than require.
4047
6e39d3b2
SM
40482009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4049
e96d62cd
SM
4050 * calendar/todo-mode.el (todo-add-category): Don't hardcode
4051 point-min==1.
7e83e8b4
SM
4052 (todo-top-priorities): Only display-buffer when called interactively.
4053 (todo-item-start): Don't save excursion point.
4054 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
4055 (todo-insert-item-here, todo-file-item, todo-remove-item):
4056 Adjust uses of todo-item-start and todo-item-end.
4057
fae4e5b9
SM
4058 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4059 (autoload-rubric): Don't use any more.
4060 * cedet/semantic/fw.el (semantic/loaddefs):
4061 * cedet/srecode.el (srecode/loaddefs):
4062 * cedet/ede.el (ede/loaddefs): Load rather than require.
a51203ee
JB
4063 * cedet/ede/cpp-root.el:
4064 * cedet/ede/emacs.el:
4065 * cedet/ede/files.el:
4066 * cedet/ede/linux.el:
4067 * cedet/ede/locate.el:
4068 * cedet/ede/make.el:
4069 * cedet/ede/shell.el:
4070 * cedet/ede/speedbar.el:
4071 * cedet/ede/system.el:
4072 * cedet/ede/util.el:
4073 * cedet/semantic/analyze.el:
4074 * cedet/semantic/bovine.el:
4075 * cedet/semantic/complete.el:
4076 * cedet/semantic/ctxt.el:
4077 * cedet/semantic/db-file.el:
4078 * cedet/semantic/db-find.el:
4079 * cedet/semantic/db-global.el:
4080 * cedet/semantic/db-mode.el:
4081 * cedet/semantic/db-typecache.el:
4082 * cedet/semantic/db.el:
4083 * cedet/semantic/debug.el:
4084 * cedet/semantic/dep.el:
4085 * cedet/semantic/doc.el:
4086 * cedet/semantic/edit.el:
4087 * cedet/semantic/find.el:
4088 * cedet/semantic/format.el:
4089 * cedet/semantic/html.el:
4090 * cedet/semantic/ia-sb.el:
4091 * cedet/semantic/ia.el:
4092 * cedet/semantic/idle.el:
4093 * cedet/semantic/lex-spp.el:
4094 * cedet/semantic/lex.el:
4095 * cedet/semantic/mru-bookmark.el:
4096 * cedet/semantic/scope.el:
4097 * cedet/semantic/senator.el:
4098 * cedet/semantic/sort.el:
4099 * cedet/semantic/symref.el:
4100 * cedet/semantic/tag-file.el:
4101 * cedet/semantic/tag-ls.el:
4102 * cedet/semantic/tag-write.el:
4103 * cedet/semantic/tag.el:
4104 * cedet/semantic/util-modes.el:
4105 * cedet/semantic/analyze/complete.el:
4106 * cedet/semantic/analyze/refs.el:
4107 * cedet/semantic/bovine/c.el:
4108 * cedet/semantic/bovine/gcc.el:
4109 * cedet/semantic/bovine/make.el:
4110 * cedet/semantic/bovine/scm.el:
4111 * cedet/semantic/decorate/include.el:
4112 * cedet/semantic/decorate/mode.el:
4113 * cedet/semantic/symref/cscope.el:
4114 * cedet/semantic/symref/global.el:
4115 * cedet/semantic/symref/grep.el:
4116 * cedet/semantic/symref/idutils.el:
4117 * cedet/semantic/symref/list.el:
4118 * cedet/semantic/wisent/java-tags.el:
4119 * cedet/semantic/wisent/javascript.el:
4120 * cedet/srecode/compile.el:
4121 * cedet/srecode/cpp.el:
4122 * cedet/srecode/document.el:
4123 * cedet/srecode/el.el:
4124 * cedet/srecode/expandproto.el:
4125 * cedet/srecode/getset.el:
4126 * cedet/srecode/insert.el:
4127 * cedet/srecode/java.el:
4128 * cedet/srecode/map.el:
4129 * cedet/srecode/mode.el:
4130 * cedet/srecode/template.el:
4131 * cedet/srecode/texi.el: Remove the file-local setting of
fae4e5b9
SM
4132 generated-autoload-feature.
4133
6e39d3b2
SM
4134 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4135 and only put a prop if it is non-nil.
4136
c9753fb4
JL
41372009-11-03 Juri Linkov <juri@jurta.org>
4138
4139 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4140 (menu-bar-options-menu): Fix list quoting (Bug#4429).
4141
4142 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4143 and "Menu" to make top-level menu item visually one unit (like
4144 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4145 multi-word menu items). Fix :help string for quit-window.
4146
db04f33f
GM
41472009-11-03 Glenn Morris <rgm@gnu.org>
4148
df8fff6c
GM
4149 * cedet/mode-local.el (with-mode-local): Doc fix.
4150
2aea6521
GM
4151 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4152 (byte-compile-file-form-define-abbrev-table)
4153 (byte-compile-file-form-custom-declare-variable)
4154 (byte-compile-variable-ref, byte-compile-defvar):
4155 Whether or not a warning is enabled should only affect whether we issue
4156 the warning, not whether or not we collect the relevant data.
4157 Eg warnings can be turned on and off throughout the course of a file.
4158
db04f33f
GM
4159 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4160 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4161
937e6a56
SM
41622009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4163
4164 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4165 * play/mpuz.el (mpuz-create-buffer):
4166 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4167 (lm-print-y,s,noise, lm-print-w0, lm-init):
4168 * play/gomoku.el (gomoku-prompt-for-move):
4169 * play/fortune.el (fortune-in-buffer):
4170 * play/dissociate.el (dissociated-press):
4171 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 4172 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
4173 * mail/supercite.el (sc-eref-show):
4174 * mail/smtpmail.el (smtpmail-send-it):
4175 * mail/rmailsum.el (rmail-summary-next-labeled-message)
4176 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4177 (rmail-summary-undelete-many, rmail-summary-rmail-update)
4178 (rmail-summary-goto-msg, rmail-summary-expunge)
4179 (rmail-summary-get-new-mail, rmail-summary-search-backward)
4180 (rmail-summary-add-label, rmail-summary-output-menu)
4181 (rmail-summary-output-body):
4182 * mail/rfc822.el (rfc822-addresses):
4183 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4184 * mail/mailpost.el (post-mail-send-it):
4185 * mail/hashcash.el (hashcash-generate-payment):
4186 * mail/feedmail.el (feedmail-run-the-queue)
4187 (feedmail-queue-send-edit-prompt-help-first)
4188 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4189 (feedmail-deduce-address-list):
4190 * eshell/esh-ext.el (eshell-remote-command):
4191 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4192 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4193 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4194 (viper-save-string-in-file, viper-valid-marker):
4195 * emulation/viper-keym.el (viper-toggle-key):
4196 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4197 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4198 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4199 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4200 (viper-exec-form-in-emacs, viper-brac-function):
4201 * emulation/viper.el (viper-delocalize-var):
4202 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4203 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4204 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4205 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4206 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4207 * emulation/edt.el (edt-electric-helpify):
4208 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4209 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4210 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4211 (cua-indent-to-global-mark-column):
4212 * calendar/diary-lib.el (calendar-mark-1):
4213 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4214 Use with-current-buffer.
4215 * emulation/viper.el (viper-delocalize-var): Use dolist.
4216
5b955562
CY
42172009-11-03 Chong Yidong <cyd@stupidchicken.com>
4218
4219 * comint.el (comint-replace-by-expanded-history-before-point):
4220 Replace !! with the previous input string literally (Bug#1795).
4221
6292c599
JB
42222009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
4223
4224 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4225 to be made up of whitespace.
4226
8368c14e
CY
42272009-11-02 Chong Yidong <cyd@stupidchicken.com>
4228
4229 * minibuffer.el (read-file-name): Don't use file dialogs for
4230 remote directories (Bug#99).
4231
6f750f0d
CY
42322009-11-01 Chong Yidong <cyd@stupidchicken.com>
4233
4234 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4235
97ab3f47
AS
42362009-11-01 Andreas Schwab <schwab@linux-m68k.org>
4237
4238 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4239 instead of deleting the window or frame.
4240
673c1168
CY
42412009-10-31 Chong Yidong <cyd@stupidchicken.com>
4242
4243 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4244 Support face colors.
4245
937e6a56
SM
4246 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4247 New function. Support face colors (Bug#1168).
673c1168
CY
4248 (tex-common-initialization): Use it.
4249
4250 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4251 mode allows it (Bug#1168).
4252
c9349f0a
CY
42532009-10-31 Juri Linkov <juri@jurta.org>
4254
4255 * facemenu.el (list-colors-display): Don't mark buffer as
4256 modified (Bug#3948).
4257
ebf5c4f5
CY
42582009-10-31 Chong Yidong <cyd@stupidchicken.com>
4259
5c2dce75
CY
4260 * international/mule-diag.el (list-character-sets-1): Minor
4261 message fix (Bug#3526).
4262
26581f0e
CY
4263 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4264 face property (Bug#4834).
4265 (etags-list-tags, etags-tags-apropos-additional)
4266 (etags-tags-apropos, tags-select-tags-table): Add follow-link
4267 property.
4268
ebf5c4f5
CY
4269 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4270 items.
4271
4272 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4273 items.
4274
4275 * cedet/ede.el (ede-minor-mode):
4276 * cedet/semantic.el (semantic-mode): Toggle menu separators.
4277
9a529312
SM
42782009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4279
4280 * textmodes/two-column.el (2C-split):
4281 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4282 * textmodes/tex-mode.el (tex-set-buffer-directory):
4283 * textmodes/spell.el (spell-region, spell-string):
4284 * textmodes/reftex.el (reftex-erase-buffer):
4285 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4286 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4287 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4288 (reftex-select-item):
4289 * textmodes/reftex-ref.el (reftex-label-info-update)
4290 (reftex-offer-label-menu):
4291 * textmodes/reftex-index.el (reftex-index-change-entry)
4292 (reftex-index-phrases-info):
4293 * textmodes/reftex-global.el (reftex-create-tags-file)
4294 (reftex-save-all-document-buffers, reftex-ensure-write-access):
4295 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4296 (reftex-view-crossref-from-bibtex):
4297 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4298 (reftex-extract-bib-entries-from-thebibliography)
4299 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4300 * textmodes/refbib.el (r2b-capitalize-title):
4301 (r2b-convert-buffer, r2b-help):
4302 * textmodes/page-ext.el (pages-directory)
4303 (pages-directory-goto-with-mouse):
4304 * textmodes/bibtex.el (bibtex-validate-globally):
4305 * textmodes/bib-mode.el (bib-capitalize-title):
4306 * textmodes/artist.el (artist-clear-buffer, artist-system):
4307 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4308 (local-set-scheme-interaction-buffer, xscheme-process-filter)
4309 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4310 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4311 (xscheme-send-control-g-interrupt, xscheme-start-process)
4312 (xscheme-process-sentinel, xscheme-cd):
4313 * progmodes/verilog-mode.el (verilog-read-always-signals)
4314 (verilog-set-define, verilog-getopt-file)
4315 (verilog-module-inside-filename-p):
4316 * progmodes/sh-script.el:
4317 * progmodes/python.el (python-pdbtrack-get-source-buffer)
4318 (python-pdbtrack-grub-for-buffer, python-execute-file):
4319 * progmodes/octave-inf.el (inferior-octave):
4320 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4321 (idlwave-shell-compile-helper-routines, idlwave-set-local)
4322 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4323 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4324 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4325 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4326 (idlwave-shell-filter, idlwave-shell-examine-highlight)
4327 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4328 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4329 (idlwave-shell-examine-display, idlwave-shell-run-region)
4330 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4331 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4332 * progmodes/idlw-help.el (idlwave-help-get-special-help)
4333 (idlwave-help-get-help-buffer):
4334 * progmodes/gud.el (gud-basic-call, gud-find-class)
4335 (gud-tooltip-activate-mouse-motions-if-enabled):
4336 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4337 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4338 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4339 (ebrowse-tags-next-file):
4340 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4341 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4342 (ebnf-eps-finish-and-write):
4343 * progmodes/cpp.el (cpp-edit-save):
4344 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4345 * progmodes/cc-defs.el (c-emacs-features):
4346 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4347 (antlr-directory-dependencies):
4348 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4349 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4350 (ada-find-any-references, ada-make-filename-from-adaname)
4351 (ada-make-body-gnatstub):
4352 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 4353 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
4354 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4355 * net/rcirc.el (rcirc-debug):
4356 * net/newst-treeview.el (newsticker--treeview-list-add-item)
4357 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4358 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4359 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 4360 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
4361 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4362 (newsticker--treeview-list-clear-highlight)
4363 (newsticker--treeview-list-update-highlight)
4364 (newsticker--treeview-list-highlight-start)
4365 (newsticker--treeview-tree-update-highlight)
4366 (newsticker--treeview-get-selected-item)
4367 (newsticker-treeview-mark-list-items-old)
4368 (newsticker--treeview-set-current-node):
4369 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4370 * net/newst-backend.el (newsticker--get-news-by-funcall)
4371 (newsticker--get-news-by-wget, newsticker--image-get)
4372 (newsticker--image-sentinel):
4373 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4374 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4375 (eudc-ph-close-session):
4376 * net/eudc.el (eudc-save-options):
4377 * language/thai-word.el (thai-update-word-table):
4378 * language/japan-util.el (japanese-string-conversion):
4379 * international/titdic-cnv.el (tsang-quick-converter)
4380 (ziranma-converter, ctlau-converter):
4381 * international/mule-cmds.el (describe-language-environment):
4382 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4383 (skkdic-convert-postfix, skkdic-convert-prefix):
4384 (skkdic-convert-okuri-nasi, skkdic-convert):
4385 * emacs-lisp/re-builder.el (reb-update-overlays):
4386 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
4387 * emacs-lisp/gulp.el (gulp-send-requests):
4388 * emacs-lisp/find-gc.el (trace-call-tree):
4389 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
4390 (eieio-describe-generic):
4391 * emacs-lisp/eieio-base.el (eieio-persistent-read):
4392 * emacs-lisp/edebug.el (edebug-outside-excursion):
4393 * emacs-lisp/debug.el (debugger-make-xrefs):
4394 * emacs-lisp/cust-print.el (custom-prin1-to-string):
4395 * emacs-lisp/chart.el (chart-new-buffer):
4396 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
4397 Use with-current-buffer.
4398 * textmodes/artist.el (artist-system): Don't call
4399 copy-sequence on a fresh string.
4400 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
4401
d566f228
GM
44022009-10-31 Stephen Berman <stephen.berman@gmx.net>
4403
4404 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 4405 is no item to edit. (Bug#4820)
d566f228 4406 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 4407 buffer. (Bug#4820)
d566f228 4408
f3628edd
GM
44092009-10-31 Glenn Morris <rgm@gnu.org>
4410
5cf3709c
GM
4411 * net/ange-ftp.el (top-level): Don't require dired when compiling.
4412 (comint-last-output-start, comint-last-input-start)
4413 (comint-last-input-end): Don't defvar when compiling.
4414 (ange-ftp-process-file): Use bound-and-true-p.
4415
4c814fd2
GM
4416 * pcmpl-rpm.el (top-level): Move provide statement to end.
4417 (pcmpl-rpm): Remove unused custom group.
4418
113b8dcc
GM
4419 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
4420
31c615e4
GM
4421 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4422
416d3588
GM
4423 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4424 (byte-compile-warnings): Add `constants' as an option.
4425 (byte-compile-callargs-warn, byte-compile-arglist-warn)
4426 (display-call-tree): Update for byte-compile-fdefinition possibly
4427 returning `(macro lambda ...)'. (Bug#4778)
4428 (byte-compile-variable-ref, byte-compile-setq-default):
4429 Respect `constants' member of byte-compile-warnings.
4430
8aedfd3b
GM
4431 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
4432 Use mapc rather than mapcar because the return value is never used.
4433
f3628edd
GM
4434 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
4435 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
4436 * cedet/semantic/html.el:
4437 Suppress harmless warnings about setting up semantic-imenu (not
4438 part of Emacs) variables.
4439
00f71f39
SM
44402009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4441
4442 * vc-bzr.el (vc-bzr-revision-keywords): New var.
4443 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
4444 to "submit:".
4445
4fa4a838
SM
4446 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
4447 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
4448 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
4449 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
4450 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
4451 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
4452 (semantic-analyzer-debug-global-symbol)
4453 (semantic-analyzer-debug-missing-innertype)
4454 (semantic-analyzer-debug-insert-include-summary):
4455 * cedet/semantic/util.el (semantic-file-tag-table):
4456 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
4457 (semantic-recursive-find-nonterminal-by-name):
4458 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
4459 * cedet/semantic/tag-file.el (semantic-prototype-file):
4460 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
4461 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
4462 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
4463 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4464 (semantic-idle-summary-maybe-highlight):
4465 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
4466 (semantic-ia-sb-tag-info):
4467 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
4468 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
4469 * cedet/semantic/ede-grammar.el (project-compile-target):
4470 (ede-proj-makefile-insert-variables):
4471 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
4472 (semantic-debug-set-source-location, semantic-debug-interface-layout)
4473 (semantic-debug-mode, semantic-debug):
4474 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
4475 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
4476 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4477 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
4478 (semanticdb-find-translate-path-includes--internal)
4479 (semanticdb-reset-log, semanticdb-find-log-activity):
4480 * cedet/semantic/db-file.el (object-write):
4481 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4482 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
4483 (semanticdb-create-ebrowse-database):
4484 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
4485 * cedet/semantic/complete.el (semantic-displayor-focus-request)
4486 (semantic-collector-calculate-completions-raw)
4487 (semantic-complete-read-tag-analyzer):
4488 * cedet/semantic/analyze.el (semantic-analyze-pulse):
4489 * cedet/ede/util.el (ede-update-version-in-source):
4490 * cedet/ede/proj.el (project-delete-target):
4491 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
4492 (ede-proj-flush-autoconf):
4493 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
4494 (ede-proj-configure-synchronize):
4495 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
4496 * cedet/ede/linux.el (ede-linux-version):
4497 * cedet/ede/emacs.el (ede-emacs-version):
4498 * cedet/ede/dired.el (ede-dired-add-to-target):
4499 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
4500 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
4501 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
4502 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
4503 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
4504 (cedet-idutils-version-check):
4505 * cedet/cedet-global.el (cedet-gnu-global-call):
4506 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
4507 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
4508 * cedet/cedet-cscope.el (cedet-cscope-call)
4509 (cedet-cscope-expand-filename, cedet-cscope-version-check):
4510 Use with-current-buffer.
4511 * cedet/ede.el (ede-make-project-local-variable)
4512 (ede-set-project-variables, ede-set): Use dolist.
4513
ca0a881a
DN
45142009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4515
4516 * textmodes/ispell.el (ispell-skip-region-alist):
4517 * international/mule-conf.el (eight-bit):
4518 * international/fontset.el (font-encoding-alist):
4519 * startup.el (pure-space-overflow-message):
4520 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
4521 * paths.el (gnus-nntp-service, rmail-spool-directory)
4522 (term-file-prefix):
4523 * files.el (save-some-buffers-action-alist):
4524 * cmuscheme.el (same-window-buffer-names):
4525 * ielm.el (same-window-buffer-names):
4526 * shell.el (same-window-buffer-names):
4527 * mail/sendmail.el (same-window-buffer-names):
4528 * progmodes/inf-lisp.el (same-window-buffer-names):
4529 * bindings.el (mode-line-client)
4530 (mode-line-column-line-number-mode-map):
4531 * language/tibetan.el (tibetan-precomposition-rule-regexp)
4532 (tibetan-precomposed-regexp): Purecopy string arguments.
4533
b861e45e
SM
45342009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4535
6df9b6d7
SM
4536 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
4537 (calcDigit-nondigit):
4538 * calc/calc-yank.el (calc-copy-to-buffer):
4539 * calc/calc-units.el (calc-invalidate-units-table):
4540 * calc/calc-trail.el (calc-trail-yank):
4541 * calc/calc-store.el (calc-insert-variables):
4542 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4543 * calc/calc-prog.el (calc-read-parse-table):
4544 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
4545 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
4546 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
4547 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
4548 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
4549 (calc-graph-name, calc-graph-find-command, calc-graph-view)
4550 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
4551 * calc/calc-ext.el (calc-realign):
4552 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
4553 (calc-embedded-finish-edit, calc-embedded-make-info)
4554 (calc-embedded-finish-command, calc-embedded-stack-change):
4555 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
4556
5a916e35
SM
4557 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
4558 (overload-docstring-extension): Use that info.
4559 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
4560 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
4561 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
4562 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
4563 (semantic-nonterminal-full-name): Add the new `when' info.
4564 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
4565 `assert'.
4566
70f44c65
SM
4567 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
4568 shell-dynamic-complete-filename in preference to
4569 comint-dynamic-complete-filename.
4570
b861e45e
SM
4571 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4572 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
4573 Don't consider whether the display supports colors.
4574 (bookmark-import-new-list): Use dolist.
4575 (bookmark-bmenu-mode-map): Move initialization into declaration.
4576 (bookmark-bmenu-list): Use dolist, simplify.
4577 (bookmark-show-all-annotations): Use save-selected-window and dolist.
4578 (menu-bar-final-items): Use push.
4579
8549241d 45802009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
4581
4582 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
4583 it works on remote files.
4584 (vc-hg-diff): Don't pass any `--cwd' argument.
4585
30644573
KR
45862009-10-27 Kevin Ryde <user42@zip.com.au>
4587
cc63d28f
SM
4588 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4589 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
4590 (Further to Bug#3921).
4591
9be01a63
MA
45922009-10-27 Michael Albinus <michael.albinus@gmx.de>
4593
4594 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
4595 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
4596 calling `tramp-imap-put-file'. Add file size to the call.
4597 (tramp-imap-get-file-entries): Compute also user name, file size,
4598 and date.
4599 (tramp-imap-handle-insert-directory): Insert uid and gid.
4600 (tramp-imap-handle-file-attributes): Transform uid and gid
4601 according to `id-format'.
4602 (tramp-imap-put-file): New optional parameter SIZE. Encode file
4603 size in header X-Size.
4604
41849bf9
JB
46052009-10-26 Juanma Barranquero <lekktu@gmail.com>
4606
4607 * simple.el (transpose-subr): Give clearer error when the mark
4608 is not set. (Bug#4807)
4609
293c24f9
MA
46102009-10-26 Michael Albinus <michael.albinus@gmx.de>
4611
cc63d28f
SM
4612 * net/tramp.el (tramp-perl-file-truename): New defconst.
4613 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 4614 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
4615 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
4616 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 4617
cc63d28f
SM
4618 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4619 Ignore `dired-call-process'.
293c24f9
MA
4620 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
4621
46222009-10-26 Julian Scheid <julians37@gmail.com>
4623
cc63d28f 4624 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
4625 (tramp-get-remote-readlink): New defun.
4626 (tramp-handle-file-truename): Use it.
4627 (tramp-handle-file-exists-p): Check file-attributes cache, assume
4628 file exists if cache value present.
48c2d18a 4629 (tramp-check-cached-permissions): New defun.
293c24f9
MA
4630 (tramp-handle-file-readable-p): Use it.
4631 (tramp-handle-file-writable-p): Likewise.
4632 (tramp-handle-file-executable-p): Likewise.
4633 (tramp-handle-file-name-all-completions): Try using Perl to get
4634 partial completions. When perl not available, combine `cd' and
4635 `ls' into single remote operation and use shell expansion to get
4636 partial remote directory contents. Set `file-exists-p' cache for
4637 directory and any files returned by ls. Change cache handling to
4638 support partial directory contents. Use error message emitted by
4639 remote `cd' or Perl code for local tramp-error.
4640 (tramp-do-copy-or-rename-file-directly): Avoid separate
4641 tramp-send-command-and-check call.
cc63d28f
SM
4642 (tramp-handle-process-file): Merge three remote ops into one.
4643 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
4644 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
4645 file-attributes shows uid/gid to be set already.
4646
a7610c52
DN
46472009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4648
4649 * textmodes/tex-mode.el (tex-dvi-view-command)
4650 (tex-show-queue-command, tex-open-quote):
4651 * progmodes/ruby-mode.el (auto-mode-alist)
4652 (interpreter-mode-alist): Purecopy strings.
4653
4654 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
4655
4656 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
4657 string for the hook, keymap and abbrev table.
4658
4659 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
4660
4661 * x-dnd.el (x-dnd-xdnd-to-action):
4662 * startup.el (fancy-startup-text, fancy-about-text): Change to
4663 defconst from defvar.
4664
4665 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
4666
4667 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
4668 Purecopy initialization strings.
4669
4670 * mail/sendmail.el (mail-header-separator)
4671 (mail-personal-alias-file):
4672 * mail/rmail.el (rmail-default-dont-reply-to-names)
4673 (rmail-ignored-headers, rmail-retry-ignored-headers)
4674 (rmail-highlighted-headers, rmail-secondary-file-directory)
4675 (rmail-secondary-file-regexp):
4676 * files.el (null-device, file-name-invalid-regexp)
4677 (locate-dominating-stop-dir-regexp)
cc63d28f 4678 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
4679 (interpreter-mode-alist): Use mapcar instead of mapc.
4680
4681 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
4682
4683 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
4684 (completion-ignored-extensions):
4685 (debug-ignored-errors): Purecopy strings.
4686
4fcc3d32
SM
46872009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4688
0667de21
SM
4689 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
4690 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
4691 (pcomplete--here): Use push.
4692
4fcc3d32
SM
4693 * subr.el (all-completions): Declare the 4th arg obsolete.
4694
955ef430
SM
46952009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4696
2d085307
SM
4697 * pcomplete.el (pcomplete-unquote-argument-function): New var.
4698 (pcomplete-unquote-argument): New function.
4699 (pcomplete--common-suffix): Always pay attention to case.
4700 (pcomplete--table-subvert): Quote and unquote the text.
4701 (pcomplete--common-quoted-suffix): New function.
4702 (pcomplete-std-complete): Use it and pcomplete-begin.
4703
955ef430
SM
4704 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
4705 we're inside a dedicated or minibuffer window.
4706
4fcc3d32
SM
47072009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4708
4709 * cedet/semantic/fw.el (semantic-alias-obsolete)
4710 (semantic-varalias-obsolete): Make the `when' arg mandatory.
4711 (define-mode-overload-implementation):
4712 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
4713 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
4714 * cedet/semantic/util.el (semantic-file-token-stream)
4715 (semantic-something-to-stream):
4716 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
4717 (semantic-expand-nonterminal):
4718 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
4719 (semantic-find-dependency, semantic-find-nonterminal)
4720 (semantic-find-dependency):
4721 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
4722 (semantic-flex-text, semantic-flex-make-keyword-table)
4723 (semantic-flex-keyword-p, semantic-flex-keyword-put)
4724 (semantic-flex-keyword-get, semantic-flex-map-keywords)
4725 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
4726 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
4727 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
4728 (semantic-after-idle-scheduler-reparse-hooks):
4729 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
4730 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
4731 * cedet/semantic.el (semantic-toplevel-bovine-table)
4732 (semantic-toplevel-bovine-cache)
4733 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
4734 (semantic-init-mode-hooks, semantic-init-db-hooks)
4735 (semantic-bovination-working-type): Provide the `when' arg.
4736
7c85c02b
KF
47372009-10-24 Karl Fogel <kfogel@red-bean.com>
4738
4739 * bookmark.el: Update documentation, especially documentation
4740 of `bookmark-alist' and of the bookmark file format.
4741 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
4742
3e8ae8a6
CY
47432009-10-24 Chong Yidong <cyd@stupidchicken.com>
4744
3e425845
CY
4745 * mail/emacsbug.el (report-emacs-bug): Clarify that the
4746 keybindings apply to the mail buffer (Bug#4003). Shrink help
4747 window to buffer.
4748
cdd47d48
CY
4749 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4750 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
4751 (whitespace-toggle-options, global-whitespace-toggle-options):
4752 Doc fix (Bug#3660).
cdd47d48 4753
ba07c9ad
CY
4754 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
4755 of xmltok-start before the end tag was inserted (Bug#2840).
4756
3e8ae8a6
CY
4757 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
4758 patterns that are preceded by an open-paren (Bug#1320).
4759
ab276820
CY
47602009-10-24 Sven Joachim <svenjoac@gmx.de>
4761
4762 * files.el (delete-directory): Delete symlinks to directories with
4763 delete-file (Bug#4739).
4764
86f1602f
CY
47652009-10-24 Chong Yidong <cyd@stupidchicken.com>
4766
4767 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
4768 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
4769 argument to make-obsolete.
4770
4771 * cedet/semantic/fw.el (semantic-alias-obsolete)
4772 (semantic-varalias-obsolete): Add optional WHEN argument.
4773
905a9ed3
DN
47742009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
4775
a9a2a6db
DN
4776 * vc.el (vc-backend-for-registration): Rename from
4777 vc-get-backend-for-registration. Update callers.
4778
cc63d28f
SM
4779 * international/mule-cmds.el (set-language-info-alist):
4780 Purecopy lang-env.
905a9ed3
DN
4781 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
4782 (charset): Purecopy the name.
4783 (define-char-code-property): Purecopy string arguments.
4784
4785 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4786 Purecopy string arguments.
4787
4788 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4789 * ediff-hook.el (menu-bar-ediff-menu):
4790 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
4791 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
4792
d270305a
GM
47932009-10-24 Glenn Morris <rgm@gnu.org>
4794
6c74d523 4795 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
4796 * term.el (term-dynamic-list-completions): Use choose-completion rather
4797 than obsolete alias mouse-choose-completion.
4798
ae732337
GM
4799 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
4800 file-cache-choose-completion.
4801 (file-cache-choose-completion): Handle an optional event argument.
4802 (file-cache-mouse-choose-completion): Make it an obsolete alias.
4803
cc63d28f
SM
4804 * progmodes/octave-mod.el (octave-complete-symbol):
4805 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 4806
9847dc91
GM
4807 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
4808 use.
4809
e8f2a5d5
GM
4810 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
4811 compiler.
4812
d270305a
GM
4813 * vc-hooks.el (vc-responsible-backend): Fix declaration.
4814
c6432f1e
SM
48152009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4816
4817 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
4818 Ignore `pred' now that we receive one.
4819 Handle test-completion specially.
4820
6ab196f9
DN
48212009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4822
4823 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 4824 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
4825 REGISTER ...
4826 (vc-get-backend-for-registration): ... here. New function.
4827 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
4828 of vc-responsible-backend, pass the file name instead of the
4829 directory name.
4830
48feed59
SM
48312009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4832
4833 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
4834 New funs.
4835 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
4836 (pcomplete-comint-setup): Don't modify a global var via
4837 accidental side-effects.
4838 (pcomplete-shell-setup): Adjust call accordingly.
4839 (pcomplete-parse-comint-arguments): Use push.
4840
00006066
CY
48412009-10-23 Chong Yidong <cyd@stupidchicken.com>
4842
36bfa3af
CY
4843 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4844 Allow uncapitalized info node names (Bug#3921).
4845
00006066
CY
4846 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
4847 to the DEBUG file (Bug#3781).
4848
aa311d6e
CY
48492009-10-23 Jari Aalto <jari.aalto@cante.net>
4850
4851 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
4852 dictionary entry (Bug#4579).
4853
b88f2d0a
MA
48542009-10-23 Michael Albinus <michael.albinus@gmx.de>
4855
4856 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
4857 from `rfn-eshadow-update-overlay-hook' when unloading.
4858 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
4859 "rsyncc". Adjust doc string.
48c2d18a 4860 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
4861 (tramp-handle-insert-file-contents, tramp-handle-write-region):
4862 Keep temporary file when indicated by method ("rsync" and
4863 "rsyncc").
4864 (tramp-handle-write-region): Handle APPEND.
4865 (tramp-delete-temp-file-function): New defun. Added to
4866 `kill-buffer-hook'.
4867
1becddbb
JB
48682009-10-23 Juanma Barranquero <lekktu@gmail.com>
4869
4870 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
4871
8f43cbf3
DN
48722009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4873
4874 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
4875 (color-name-rgb-alist, tty-standard-colors)
4876 (tty-color-mode-alist): Change to defconst.
4877
4878 * simple.el (mark-inactive): Purecopy message.
4879
4880 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
4881 (global-map, yank-menu):
4882 * textmodes/ispell.el (ispell-menu-map):
4883 * net/eudc.el (eudc-tools-menu):
4884 * international/mule-cmds.el (describe-language-environment-map)
4885 (setup-language-environment-map, set-coding-system-map)
4886 (mule-menu-keymap):
4887 * vc-hooks.el (vc-menu-entry, vc-menu-map):
4888 * replace.el (occur-mode-map):
4889 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
4890
1d228a31
JB
48912009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
4892
4893 * calc/calc.el (math-read-number, math-read-number-simple): Use
4894 `save-match-data'.
4895
3b067af1
SM
48962009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4897
28a90c44
SM
4898 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
4899 rather than fiddling with global-map bindings, since it should only
4900 affect per-terminal settings.
4901 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
4902
a452eee8
SM
4903 * minibuffer.el (completion-table-with-terminator): Allow to specify
4904 the terminator-regexp.
4905
ab14d7d5
SM
4906 * simple.el (switch-to-completions): Look for *Completions* in other
4907 frames as well.
4908
3b067af1
SM
4909 * pcomplete.el: Allow the use of completion-tables.
4910 (pcomplete-std-complete): New command.
4911 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
4912 (pcomplete--here): Use a function for `form' rather than an expression,
4913 so it can be byte-compiled.
4914 (pcomplete-here, pcomplete-here*): Adjust accordingly.
4915 Add edebug declaration.
4916 (pcomplete-show-completions): Remove unused var `curbuf'.
4917 (pcomplete-do-complete, pcomplete-stub):
1becddbb 4918 Don't assume `completions' is a list of strings any more.
3b067af1 4919
5480359e
JB
49202009-10-22 Juanma Barranquero <lekktu@gmail.com>
4921
4922 * find-dired.el (find-name-arg): Fix typo in docstring.
4923
3170b794
SM
49242009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4925
48c23a25
SM
4926 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
4927 (pcmpl-linux-fs-types): Same, and update to new modules layout.
4928
56b14058
SM
4929 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
4930 pcomplete-entries.
4931
3170b794
SM
4932 * comint.el (comint-read-input-ring, comint-write-input-ring)
4933 (comint-substitute-in-file-name)
4934 (comint-dynamic-complete-as-filename)
4935 (comint-dynamic-simple-complete)
4936 (comint-dynamic-list-filename-completions)
4937 (comint-dynamic-list-completions)
4938 (comint-redirect-results-list-from-process): Minor simplifications.
4939
2affef34
KR
49402009-10-21 Kevin Ryde <user42@zip.com.au>
4941
3170b794
SM
4942 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4943 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 4944 the first form. And insert a blank line after ";;; Code" since
d8194864 4945 that's usual style. (Bug#4612)
2affef34 4946
e7b94bbb
KR
4947 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
4948
528c56e2
SM
49492009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4950
4951 * minibuffer.el (completion-table-with-terminator): Properly implement
4952 boundaries, in case `terminator' appears in the suffix.
4953 (completion--embedded-envvar-table): Don't return boundaries if
4954 there's no valid completion. Simplify.
4955 (completion-file-name-table): New completion table extracted from
4956 completion--file-name-table.
4957 (completion--file-name-table): Use it.
4958 (read-file-name-predicate): Declare obsolete.
4959 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
4960 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
4961 completion-file-name-table, and use the `pred' argument.
4962 * files.el (locate-file-completion-table): Use the `pred' arg rather
4963 than read-file-name-predicate.
4964 (abbreviate-file-name): Use \` rather than ^ for BOS.
4965
f9ed9b4f
DN
49662009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4967
4968 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
4969 vc-responsible-backend to register, it causes problems.
4970
5f2022a3
SM
49712009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4972
4973 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
4974
8d106ea0
CY
49752009-10-21 Eric Ludlam <zappo@gnu.org>
4976
4977 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
4978 (semantic-c-debug-mode-init-pch): New functions.
4979 (semantic-c-debug-mode-init-last-mode): New var.
4980 (semantic-c-parse-lexical-token): Use them.
4981
4982 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
4983 When extracting the argument list, limit only by point-max.
4984
fc754ea1
MA
49852009-10-21 Michael Albinus <michael.albinus@gmx.de>
4986
4987 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
4988 (tramp-smb-handle-file-attributes): Use it.
4989 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
4990 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
4991 `mapcar'. Use `tramp-smb-get-stat-capability'.
4992 Add `dired-filename' text properties.
fc754ea1
MA
4993 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
4994 (tramp-smb-maybe-open-connection): Simplify check for smbclient
4995 version.
4996
79bd5ba1
SM
49972009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4998
4999 * subr.el (read-key-delay): Reduce to 0.01.
5000 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5001 (bug#4751).
5002
3c13704d
SM
50032009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5004
554efd10
SM
5005 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5006
c2a37b78
SM
5007 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5008 (Info-menu): Remove unused vars `last' and `completions'.
5009 (Info-index-nodes): Remove unused var `node'.
5010
3c13704d
SM
5011 * info.el (Info-complete-menu-item): Use complete-with-action.
5012
d1e4c403
DN
50132009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5014
5015 Make vc-annotate work through copies and renames.
3c13704d
SM
5016 * vc-annotate.el (vc-annotate-extract-revision-at-line):
5017 Return the file name too.
d1e4c403
DN
5018 (vc-annotate-revision-at-line)
5019 (vc-annotate-find-revision-at-line)
5020 (vc-annotate-revision-previous-to-line)
5021 (vc-annotate-show-log-revision-at-line): Update to get the file
5022 name from vc-annotate-extract-revision-at-line.
5023 (vc-annotate-show-diff-revision-at-line-internal): Change the
5024 argument to mean whether to show a file diff or not. Get the file
5025 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
5026 (vc-annotate-show-diff-revision-at-line):
5027 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
5028 (vc-annotate-warp-revision): Add an optional file argument.
5029
5030 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5031 (vc-git-annotate-extract-revision-at-line): Also return the file
5032 name if found.
5033
5034 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5035 command. Remove unused code.
5036 (vc-hg-annotate-re): Update to match --follow output.
5037 (vc-hg-annotate-extract-revision-at-line): Also return the file
5038 name if found.
5039
5040 * vc.el: Update annotate-extract-revision-at-line documentation.
5041
b0b0ef98
KR
50422009-10-18 Kevin Ryde <user42@zip.com.au>
5043
5044 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5045 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5046
a9e7f03d
KR
5047 * net/browse-url.el (browse-url): Identify alist with "consp and
5048 not functionp" and let all other things go down the `apply' leg,
5049 as suggested by Stefan. (Further to bug#4531.)
5050
7346a407
CY
50512009-10-18 Chong Yidong <cyd@stupidchicken.com>
5052
5053 * minibuffer.el (read-file-name): Check for repeat before putting
5054 a default argument in file-name-history (Bug#4657).
5055
5056 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5057 read syntax (Bug#4737).
5058
3c13704d 5059 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 5060
1da94541
CY
50612009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5062
5063 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5064 (html-tag-alist, html-tag-help): Add descriptions for undocumented
5065 entries and make note of obsolete tags.
5066
2b93080a
SM
50672009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5068
5069 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5070
18b5ffb5
GM
50712009-10-18 Glenn Morris <rgm@gnu.org>
5072
5073 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5074 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 5075 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
5076 now, and in any case the file header format has changed.
5077
c2e161b2
GM
50782009-10-17 Glenn Morris <rgm@gnu.org>
5079
5080 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5081 (flyspell-get-word, flyspell-large-region)
5082 (flyspell-auto-correct-previous-word): Doc/error message fixes.
5083
a1eb44f5
CY
50842009-10-17 Chong Yidong <cyd@stupidchicken.com>
5085
5086 * Makefile.in (ELCFILES): Add ede/shell.
5087
4418646e
DN
50882009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5089
5090 * term/common-win.el (x-colors): Purecopy it.
5091
4062011e
SM
50922009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5093
5094 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5095 permissive for when the buffer is empty.
5096 (tar-header-block-tokenize): Decode the username and groupname.
5097 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5098
67d3ffe4
CY
50992009-10-17 Chong Yidong <cyd@stupidchicken.com>
5100
5101 * cedet/srecode/srt.el:
5102 * cedet/srecode/compile.el:
5103 * cedet/semantic/mru-bookmark.el:
5104 * cedet/semantic/debug.el:
5105 * cedet/semantic/complete.el:
5106 * cedet/semantic/analyze.el: Require CL when compiling.
5107
51082009-10-17 Eric Ludlam <zappo@gnu.org>
5109
5110 * cedet/semantic/scope.el
5111 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5112 tmpscope so that the regular scope will continue to work.
5113
4062011e
SM
5114 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5115 Use semantic-idle-summary-highlight-face as the highlighting.
67d3ffe4
CY
5116
5117 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5118 contains multibyte characters, choose first applicable coding
5119 system automatically.
5120
5121 * cedet/ede/project-am.el (project-run-target): New method.
5122 (project-run-target): New method.
5123
5124 * cedet/ede.el (ede-target): Add run target menu item.
5125 (ede-project, ede-minor-keymap): Add ede-run-target binding.
5126 (ede-run-target): New function.
5127 (ede-target::project-run-target): New method.
5128
5129 * cedet/ede/proj.el (project-run-target): New method.
5130
5131 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5132 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
5133 Add :rules.
5134 (ede-proj-target-makefile-shared-object): Only libtool compilers
5135 now available. Add linkers for libtool.
5136 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5137 (ede-proj-makefile-target-name): Always use .la extension.
5138
5139 * cedet/ede/proj-prog.el (project-run-target): New method.
5140
4062011e 5141 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
67d3ffe4
CY
5142 (ede-g++-linker): Change Change link lines.
5143
4062011e
SM
5144 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5145 When searching for old variables, go to the end of the buffer and
67d3ffe4
CY
5146 search backward from there.
5147 (ede-proj-makefile-automake-insert-subdirs)
5148 (ede-proj-makefile-automake-insert-extradist): New methods.
5149 (ede-proj-makefile-create): Use them.
5150
5151 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5152 Force FILE to expand to the current target. Use file-exists-p to
5153 check that it exists.
5154
5155 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
4062011e
SM
5156 (ede-linux-load): Wrap dir in file-name-as-directory.
5157 Set :version slot.
67d3ffe4
CY
5158
5159 * cedet/ede/files.el (ede-get-locator-object): When enabling
5160 locate, do so on "top".
5161
5162 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5163 file-name-as-directory during compare.
4062011e
SM
5164 (ede-emacs-version): Return Emacs/XEmacs differentiator.
5165 Get version number from different places. Don't call egrep.
67d3ffe4
CY
5166 (ede-emacs-load): Set :version slot. Call file-name-as-directory
5167 to set the directory.
5168
5169 * cedet/ede/shell.el: New file.
5170
5171 * cedet/inversion.el (inversion-decoders): Allow for stray . in
5172 alpha/beta variants.
5173
2df48a87
SM
51742009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5175
5176 * international/mule-cmds.el (select-safe-coding-system): If the file
5177 has a coding cookie, use it regardless of any other setting (bug#4712).
5178
fd7dd48c
GM
51792009-10-17 Glenn Morris <rgm@gnu.org>
5180
547776f9
GM
5181 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5182 All errors should have messages.
5183
3ee0b477 5184 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
5185 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5186
2550e4b1
GM
5187 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5188 (dired-keep-marker-copy, dired-keep-marker-hardlink)
5189 (dired-keep-marker-symlink, dired-dwim-target)
5190 (dired-copy-preserve-time): Do not autoload these defcustoms.
5191
fd7dd48c
GM
5192 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5193 messages from messing up the file coding. (Bug#4623)
5194
f3e3a990
GM
51952009-10-17 Jari Aalto <jari.aalto@cante.net>
5196
5197 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5198 if no match is found for the current dictionary. (Bug#4578)
5199
5200 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5201 optional, since that is how it is documented, and this is often called
5202 with a nil argument. (Bug#4577)
5203 (flyspell-external-point-words, flyspell-auto-correct-word)
5204 (flyspell-correct-word-before-point, flyspell-word-search-forward)
5205 (flyspell-word-search-backward): Remove nil argument in calls to
5206 flyspell-get-word, since it is not needed now.
5207
52082009-10-17 Ulrich Mueller <ulm@gentoo.org>
5209
1becddbb 5210 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 5211
b61374ab
GM
52122009-10-16 Glenn Morris <rgm@gnu.org>
5213
5214 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5215
412707c2
SM
52162009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5217
5218 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5219 (ange-ftp-file-size): New function.
5220 (ange-ftp-file-attributes): Use it.
5221
0c6f436e
MA
52222009-10-16 Michael Albinus <michael.albinus@gmx.de>
5223
5224 * net/tramp-smb.el (tramp-smb-version): New defvar.
5225 (tramp-smb-maybe-open-connection): Use it, in order to avoid
5226 repeated checks.
5227
850bfd04
GM
52282009-10-16 Glenn Morris <rgm@gnu.org>
5229
5230 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5231 Maybe copy some custom properties from old to new name. (Bug#4706)
5232
f3ed9aca
JB
52332009-10-16 Juanma Barranquero <lekktu@gmail.com>
5234
5235 * subr.el (error, sit-for, start-process-shell-command)
5236 (start-file-process-shell-command): Set the calling convention
5237 after the function definition.
5238
fd6c5134
SM
52392009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5240
5241 * subr.el (error, sit-for, start-process-shell-command)
5242 (start-file-process-shell-command): Use the new
5243 set-advertised-calling-convention feature.
5244
73874eb7
KH
52452009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
5246
fd6c5134
SM
5247 * international/ucs-normalize.el (ucs-normalize-version):
5248 Change to 1.2.
5249 (check-range): Adjust for Unicode 5.2.
73874eb7 5250
03fb33cf
JL
52512009-10-15 Juri Linkov <juri@jurta.org>
5252
5253 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5254 to the `menu-item' format.
5255
4260b402
MA
52562009-10-15 Michael Albinus <michael.albinus@gmx.de>
5257
5258 * net/tramp.el (tramp-replace-environment-variables): Do not fail
5259 if the environment variable does not exist.
5260
5261 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5262 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5263 parameter.
5264 (tramp-smb-handle-add-name-to-file)
5265 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5266 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5267 (tramp-smb-handle-file-attributes)
5268 (tramp-smb-do-file-attributes-with-stat)
5269 (tramp-smb-handle-file-local-copy)
5270 (tramp-smb-handle-insert-directory)
5271 (tramp-smb-handle-make-directory)
5272 (tramp-smb-handle-make-directory-internal)
5273 (tramp-smb-handle-make-symbolic-link)
5274 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5275 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5276 (tramp-smb-maybe-open-connection): Apply the changed parameters.
5277 (tramp-smb-read-file-entry): Read Disk names in compressed format.
5278 Handle long file names.
5279 (tramp-smb-get-cifs-capabilities): Check, whether the connection
5280 process is running.
5281 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5282 Read share names with "-g" option.
5283
d7a0fd6f
GM
52842009-10-15 Ryan Yeske <rcyeske@gmail.com>
5285
5286 * net/rcirc.el (rcirc-view-log-file): New command.
5287 (rcirc-track-minor-mode-map): Remove C-c ` binding.
5288 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5289 specified.
5290
0b44494a
GM
52912009-10-15 Glenn Morris <rgm@gnu.org>
5292
af9fb32f
GM
5293 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5294 from the second command-line argument.
5295 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5296 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5297 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5298 w32-batch-update-autoloads.
5299 * emacs-lisp/autoload.el (autoload-make-program): New variable.
5300 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5301
0b44494a
GM
5302 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5303 the headers cannot be located. Simplify, subtracting superflous
5304 save-excursions.
5305
d5e63715
SM
53062009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5307
5308 Replace completion-base-size by completion-base-position to fix bugs
5309 such as (bug#4699).
5310 * simple.el (completion-base-position): New var.
5311 (completion-base-size): Mark as obsolete.
5312 (choose-completion): Make it work for mouse events as well.
5313 Pass the new base-position to choose-completion-string.
5314 (choose-completion-guess-base-position): New function, extracted from
5315 choose-completion-delete-max-match.
5316 (choose-completion-delete-max-match): Use it. Make obsolete.
5317 (choose-completion-string): Use the new base-position info.
5318 (completion-root-regexp): Delete.
5319 (completion-setup-function): Preserve completion-base-position.
5320 Eliminate obsolete base-size manipulation.
5321 * minibuffer.el (display-completion-list): Don't mess with base-size.
5322 (minibuffer-completion-help): Set completion-base-position instead.
5323 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5324 choose-completion.
5325 * textmodes/bibtex.el (bibtex-complete):
5326 * emacs-lisp/crm.el (crm--choose-completion-string):
5327 Adjust to new calling convention.
5328 * complete.el (partial-completion-mode): Use minibufferp to avoid
5329 bumping into incompatible change to choose-completion-string-functions.
5330 * ido.el (ido-choose-completion-string): Make its calling convention
5331 more permissive.
5332 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5333 base-size manipulation.
5334 (comint-dynamic-list-input-ring): Use dotimes and push.
5335 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5336 fundamental-mode. Use `or'.
5337
92f8bfc7
JL
53382009-10-14 Juri Linkov <juri@jurta.org>
5339
5340 * misearch.el (multi-isearch-next-buffer-from-list)
5341 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
5342
e78e280d
SM
53432009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5344
384ca163
SM
5345 * Makefile.in (compile-onefile): Load `bytecomp' rather than
5346 `bytecomp.el'.
5347
681e0e7c
SM
5348 * minibuffer.el (completion-pcm--merge-completions): Make sure the
5349 string we return is all made up of text from the completions rather
5350 than part from the completions and part from the input (bug#4219).
5351
e78e280d
SM
5352 * ido.el (ido-everywhere): Use define-minor-mode.
5353
5354 * buff-menu.el (list-buffers, ctl-x-map):
5355 Mark the entry points with ;;;###autoload cookies.
5356
b4e813ca
DN
53572009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5358
52964e54
DN
5359 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5360 correctly in the detached head case.
5361 (vc-git-print-log): Remove unused binding.
5362
b4e813ca
DN
5363 * vc.el (vc-responsible-backend): When a directory is passed for
5364 for registration create a VC repository if no backend is
5365 responsible for the directory argument.
5366 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
5367
5368 * vc.el: Move comments about RCS and SCCS ...
5369 * vc-rcs.el:
5370 * vc-sccs.el: ... here, respectively.
5371
40ba9882
SM
53722009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5373
5374 * minibuffer.el (completion--file-name-table): Return nil if there's
5375 no file completion, even if substitute-in-file-name changed
5376 the string (bug#4708).
5377
04e0f59b
JL
53782009-10-13 Juri Linkov <juri@jurta.org>
5379
5380 * files-x.el (read-file-local-variable-value): Don't filter out
5381 minor modes from mode name completion (bug#4664).
5382
314c8e25
JB
53832009-10-13 Juanma Barranquero <lekktu@gmail.com>
5384
5385 * international/mule-cmds.el (ucs-names): Remove exclusion of
5386 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
5387
5c9b7d36
KH
53882009-10-13 Kenichi Handa <handa@m17n.org>
5389
5390 * international/uni-name.el: Regenerated.
5391
1e7a80f2
JB
53922009-10-13 Juanma Barranquero <lekktu@gmail.com>
5393
5394 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
5395 should be automatically buffer-local, but isn't.)
5396
cd29f88b
SS
53972009-10-12 Sam Steingold <sds@gnu.org>
5398
5399 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 5400 timestamps if the buffer has been visited before.
0cd16af4
SS
5401 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
5402 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 5403
37493a98
GM
54042009-10-12 Glenn Morris <rgm@gnu.org>
5405
5406 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
5407 Let-bind `size'.
5408
3b56b1e6
JB
54092009-10-12 Juanma Barranquero <lekktu@gmail.com>
5410
7422a4bb
JB
5411 * proced.el (proced-unload-function): New function.
5412
fa72d075
JB
5413 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
5414 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
5415 Doc fix.
5416
3b56b1e6
JB
5417 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
5418
4d9b4323
JL
54192009-10-11 Juri Linkov <juri@jurta.org>
5420
5421 * files-x.el (read-file-local-variable-value):
5422 Provide default value only for bound variables (bug#4664).
5423
f6f7e059
MA
54242009-10-11 Michael Albinus <michael.albinus@gmx.de>
5425
5426 * net/tramp.el (tramp-local-host-p): Function shall return nil for
5427 connection methods like smb.
5428
5429 * net/tramp-cache.el (tramp-flush-connection-property): The hash
5430 can be empty.
5431
5432 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5433 (tramp-smb-file-name-handler-alist): Add handlers for
5434 `add-name-to-file', `make-symbolic-link'.
5435 (tramp-smb-handle-add-name-to-file)
2992485f 5436 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
5437 (tramp-smb-handle-make-symbolic-link)
5438 (tramp-smb-get-cifs-capabilities): New defuns.
5439 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5440 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5441 (tramp-smb-handle-file-local-copy)
5442 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
5443 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
5444 The file name syntax depends on cifs capabilities.
5445 (tramp-smb-handle-file-attributes):
5446 Call `tramp-smb-do-file-attributes-with-stat' if possible.
5447 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
5448 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 5449
67868d26
CY
54502009-10-11 Chong Yidong <cyd@stupidchicken.com>
5451
5452 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
5453 (eieio-defclass): Apply deftype handler and setf-method properties
5454 directly.
5455 (eieio-add-new-slot): Avoid union function from cl library.
5456 (eieio--typep): New function.
5457 (eieio-perform-slot-validation): Use it.
5458
6d6a5b7e
KF
54592009-10-10 Karl Fogel <kfogel@red-bean.com>
5460
3b56b1e6 5461 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
5462 Update documentation to refer to the variables documented in r1.135.
5463 (Bug#4188)
5464
67b70de9
KF
54652009-10-10 Karl Fogel <kfogel@red-bean.com>
5466
5467 * bookmark.el (Info-suffix-list): Remove this unused variable.
5468 (bookmark-current-point): Remove this obsolete variable.
5469 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
5470 Adjust for removal of bookmark-current-point.
5471
5472 (bookmarks-already-loaded, bookmark-current-buffer)
5473 (bookmark-yank-point): Document. (Bug#4188)
5474
58ae51ae
GM
54752009-10-10 Glenn Morris <rgm@gnu.org>
5476
4619ff5e
GM
5477 * frame.el (frame-height): Doc fix.
5478
58ae51ae
GM
5479 * calendar/calendar.el (calendar-split-width-threshold): New option.
5480 (calendar-basic-setup): Use calendar-split-width-threshold.
5481
3b56b1e6 54822009-10-10 Sascha Wilde <wilde@sha-bang.de>
d751f122 5483
3b56b1e6
JB
5484 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
5485 Use .la for Automake.
d751f122 5486
fa63f49c
CY
54872009-10-09 Chong Yidong <cyd@stupidchicken.com>
5488
3b56b1e6
JB
5489 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
5490 Use "autoreconf -i". Suggested by Andreas Schwab.
fa63f49c 5491
d364386c
JB
54922009-10-09 Juanma Barranquero <lekktu@gmail.com>
5493
5494 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
5495 Ideographic Supplement" range (U+1F200..U+1F2FF).
5496
33e97a28
KF
54972009-10-09 Karl Fogel <kfogel@red-bean.com>
5498
02d0f051 5499 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 5500 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
5501
55022009-10-09 Karl Fogel <kfogel@red-bean.com>
5503
d364386c 5504 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
5505 (bookmark-bmenu-execute-deletions): Don't save here, as
5506 bookmark-delete will now do so if necessary.
d364386c 5507 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
5508 (Bug#4348)
5509
9656d87b
GM
55102009-10-09 Glenn Morris <rgm@gnu.org>
5511
5512 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
5513
e6227f06
KF
55142009-10-09 Karl Fogel <kfogel@red-bean.com>
5515
5516 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
5517 (bookmark-jump-other-window): Just invoke bookmark-jump with new
5518 argument now, so the two function's behaviors will match. (Bug#3645)
5519
35c7e413
CY
55202009-10-08 Chong Yidong <cyd@stupidchicken.com>
5521
4f54db4b
CY
5522 * cedet/ede/proj.el (project-make-dist, project-compile-project):
5523 Fix filename test.
35c7e413
CY
5524 (ede-proj-dist-makefile): Use expand-file-name instead of concat
5525 to expand file names.
5526
288f783b
MA
55272009-10-08 Michael Albinus <michael.albinus@gmx.de>
5528
5529 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 5530 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 5531 Apply `save-match-data'.
288f783b
MA
5532
5533 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
5534 case both directories are remote.
5535 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 5536 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 5537
c2a81032
CY
55382009-10-08 Chong Yidong <cyd@stupidchicken.com>
5539
a6b98754
CY
5540 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
5541 (ede-proj-target-makefile-objectcode): Use it.
5542
c2a81032 5543 * cedet/ede/source.el (ede-want-any-source-files-p)
e78e280d
SM
5544 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
5545 Return search result. This error was introduced while merging.
c2a81032 5546
872a1ea4
JB
55472009-10-07 Juanma Barranquero <lekktu@gmail.com>
5548
5549 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
5550
ab2baced
GM
55512009-10-07 Glenn Morris <rgm@gnu.org>
5552
e78e280d
SM
5553 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
5554 of concat.
ab2baced 5555
5c4634c1
SM
55562009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5557
5558 * files-x.el (read-file-local-variable): Include some
5559 non-user-variables in the completion table (bug#4664).
5560
c2dc9732
MA
55612009-10-07 Michael Albinus <michael.albinus@gmx.de>
5562
5563 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
5564 message.
5565
5566 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5567 (tramp-smb-file-name-handler-alist): Add handler for
5568 `copy-directory', `expand-file-name', `set-file-modes'.
5569 (tramp-smb-handle-copy-directory)
5570 (tramp-smb-handle-expand-file-name)
5571 (tramp-smb-handle-set-file-modes): New defuns.
5572 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
5573 (tramp-smb-handle-file-attributes): Simplify check for retrieving
5574 entry.
5575 (tramp-smb-handle-insert-directory): Don't flush the cache.
5576 (tramp-smb-maybe-open-connection): Check for samba client and
5577 server versions.
5578
11be40a6
EZ
55792009-10-07 Eli Zaretskii <eliz@gnu.org>
5580
5581 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
5582 to not error out of search for "^lisp=" fails.
5583
8c4afe20
JB
55842009-10-07 Juanma Barranquero <lekktu@gmail.com>
5585
5586 * makefile.w32-in (WINS_UPDATES): New macro.
5587 (custom-deps, finder-data, autoloads): Use it.
5588
429a1506
GM
55892009-10-07 Glenn Morris <rgm@gnu.org>
5590
ee2e93e2
GM
5591 * Makefile.in (autoloads): Revert previous change.
5592 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
5593 the list of preloaded files passed on the command-line, get
5594 it from src/Makefile.
5595
429a1506
GM
5596 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
5597 show the original buffer rather than a random one.
5598
a51203ee 55992009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
5600
5601 * help.el (describe-no-warranty): Place point in a slightly better
5602 position in the GPLv3 text.
5603
f58f7520
SS
56042009-10-06 Sam Steingold <sds@gnu.org>
5605
5606 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
5607 the comm attribute is present before calling regexp-quote.
5608
bde79dc0
JB
56092009-10-06 Juanma Barranquero <lekktu@gmail.com>
5610
5611 * play/animate.el (animate-string): For good effect, make sure
5612 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
5613
5614 * play/animate.el (animate-sequence, animate-birthday-present):
5615 * misc.el (butterfly): Don't set `indent-tabs-mode'.
5616
25ab0302
GM
56172009-10-06 Glenn Morris <rgm@gnu.org>
5618
73fe714a
GM
5619 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
5620
3405d98c
GM
5621 * emacs-lisp/autoload.el (autoload-excludes): New variable.
5622 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
5623 (batch-update-autoloads): Process a string value of autoload-excludes,
5624 set during the build process.
5625 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
5626
9fb2cdc5
GM
5627 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
5628 inside with-parsed... macro so that `v' is defined.
5629
7938ab41
GM
5630 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
5631 * progmodes/fortran.el (fortran-end-of-block)
5632 (fortran-beginning-of-block):
5633 Also push mark in the macro case.
5634
eaf9b564
GM
5635 * emerge.el (emerge-show-file-name):
5636 * calc/calc.el (calc-quit):
5637 * calc/calc-misc.el (calc-big-or-small):
5638 * calc/calc-graph.el (calc-graph-view):
5639 * calc/calc-ext.el (calc-reset):
5640 * calendar/calendar.el (calendar-basic-setup):
5641 Use window-full-height-p.
5642
25ab0302
GM
5643 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
5644 header we don't understand, don't insert another. (Bug#4624)
5645 If changing mime charset, insert the new one in the right place.
5646
00169eb6
GM
56472009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
5648
5649 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
5650 (cal-tex-cursor-month): Correctly increment the end date for diary and
5651 holiday listing. (Bug#4626)
5652
82882188
SM
56532009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5654
40ba9882 5655 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
5656 a symbol.
5657
a8f316ca
JB
56582009-10-05 Juanma Barranquero <lekktu@gmail.com>
5659
5660 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
5661 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
5662 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
5663 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
5664
5665 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
5666 (eieio-default-superclass): Reflow docstrings.
5667 (this, class-option-assoc, defclass, eieio-class-un-autoload)
5668 (eieio-unbind-method-implementations, defmethod)
5669 (eieio-validate-slot-value, eieio-validate-class-slot-value)
5670 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
5671 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
5672 (eieio-slot-originating-class-p, eieio-slot-name-index)
5673 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
5674 (constructor, initialize-instance, no-next-method, object-print)
5675 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
5676 Fix typos in docstrings.
5677 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
5678 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
5679 (next-method-p): Doc fixes.
5680 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
5681 Fix typos in error messages.
5682 (eieio-defmethod): Fix typo in description of generic method.
5683
5684 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
5685 (eieio-persistent-save-interactive, slot-missing):
5686 Fix typos in docstrings.
5687 (eieio-instance-inheritor-slot-boundp): Doc fix.
5688
5689 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
5690 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
5691
5692 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
5693 (eieio-custom-object-apply-reset):
5694 Fix typos in docstrings and error messages.
5695
5696 * emacs-lisp/eieio-datadebug.el (data-debug-show):
5697 Fix typo in docstring.
5698
5699 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
5700 (eieio-browse-tree): Doc fix.
5701 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
5702 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
5703 Fix typos in docstrings.
5704
5705 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
5706 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
5707 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
5708 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
5709 Reflow docstrings.
5710
c66b7ac0
DN
57112009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5712
4a827e0a 5713 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
5714 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
5715 Set log-view-vc-backend so that diff can work.
4a827e0a 5716
c66b7ac0
DN
5717 * log-view.el (log-view-diff): Use vc-diff-internal instead of
5718 vc-version-diff.
5719 (vc-diff-internal): Autoload this instead of vc-version-diff.
5720
1902a98c
EZ
57212009-10-05 Eli Zaretskii <eliz@gnu.org>
5722
a7a8618b
EZ
5723 * simple.el (eval-expression): Doc fix.
5724
1902a98c
EZ
5725 * progmodes/cwarn.el (cwarn-mode): Doc fix.
5726
0e1f2ee6
MA
57272009-10-05 Michael Albinus <michael.albinus@gmx.de>
5728
5729 * files.el (directory-files-no-dot-files-regexp): New defconst.
5730 (delete-directory): Use it.
5731 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
5732
263c02ef 5733 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
5734 (tramp-methods): Add recursive option to `tramp-copy-args'.
5735 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 5736 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 5737 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
5738 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5739 Add handler for `copy-directory'.
5740 (tramp-handle-copy-directory): New defun.
5741 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
5742 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
5743 Optimize sent command.
263c02ef 5744
72aa7df4
SM
57452009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5746
4a34f065
SM
5747 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
5748 window if necessary.
5749
72aa7df4
SM
5750 * calendar/calendar.el (calendar-basic-setup): Don't call
5751 switch-to-buffer in a dedicated window.
5752
5feb1ba7
KF
57532009-10-05 Karl Fogel <kfogel@red-bean.com>
5754
5755 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
5756 don't do anything related to relocating, just return nil.
5757 (bookmark-error-no-filename): New error.
5758 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
5759 bookmark has no file. Don't even attempt to handle things that
5760 are not files; the whole point of custom handlers is to keep that
5761 knowledge elsewhere anyway. Tighten some comments.
5762 (bookmark-file-or-variation-thereof): Remove now-unused function.
5763 (bookmark-location): Doc string fix.
5764 (Bug#4250)
5765
1bd49952
KF
57662009-10-04 Karl Fogel <kfogel@red-bean.com>
5767
5768 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
5769 don't use a file dialog, because they usually don't know how to read
5770 a directory target from the user. (Bug#4230)
5771 Also, make sure the prompt can display directories as well as files.
5772
825382c0
KF
57732009-10-04 Karl Fogel <kfogel@red-bean.com>
5774
5775 * bookmark.el (bookmark-set, bookmark-buffer-name):
5776 Improve doc strings. (Bug#1193)
5777
13901bcb
KF
57782009-10-04 Karl Fogel <kfogel@red-bean.com>
5779
4a34f065
SM
5780 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
5781 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
5782 (bookmark-get-annotation, bookmark-set-annotation)
5783 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
5784 (bookmark-set-position, bookmark-get-front-context-string)
5785 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
5786 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
5787 (bookmark-jump-other-window, bookmark-handle-bookmark)
5788 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
5789 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
5790 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
5791 Improve doc strings to say whether bookmark can be a string or
5792 a record or both, and make other consistency and clarity fixes.
5793 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
5794 (bookmark-default-annotation-text, bookmark-yank-word)
5795 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
5796 (bookmark-import-new-list, bookmark-maybe-rename)
5797 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5798 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb
KF
5799 (bookmark-bmenu-check-position): Give this a doc string, but also
5800 add a FIXME comment about how the function may be pointless.
5801 (bookmark-default-handler): Rework doc string and change a
5802 parameter name, to clarify that this takes a bookmark record
5803 not a bookmark name.
5804 (bookmark-set): Change a parameter name to indicate its meaning,
5805 and improve the doc string a bit.
5806 (Bug#4188)
5807
5c1b3e94
KF
58082009-10-04 Karl Fogel <kfogel@red-bean.com>
5809
5810 * bookmark.el (bookmark-alist): Document the new `handler' element
5811 in the param alist.
5812 (bookmark-make-record-function): Adjust documentation for above.
5813 (Bug#4193)
5814
8559076d
KF
58152009-10-04 Karl Fogel <kfogel@red-bean.com>
5816
5817 * info.el (Info-bookmark-make-record): Document this function.
5818 (Info-bookmark-jump): Document with a doc string, not just a comment.
5819 (Bug#4203)
5820
82481502
CY
58212009-10-04 Chong Yidong <cyd@stupidchicken.com>
5822
4a34f065 5823 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
82481502
CY
5824 (semantic-new-buffer-fcn): Call parser setup functions here.
5825 (semantic-mode): Don't call parser setup functions here, it's done
5826 in semantic-new-buffer-fcn now.
d436f538 5827 (semantic-mode): Parse all existing buffers when enabled.
82481502 5828
4a34f065
SM
5829 * cedet/srecode/compile.el (srecode-compile-file):
5830 Call semantic-new-buffer-fcn if the buffer has not been parsed.
82481502 5831
2e7eba60
CY
58322009-10-04 Chong Yidong <cyd@stupidchicken.com>
5833
d91485a9
CY
5834 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
5835
5836 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
5837 (proj-comp-insert-variable-once): New macro, renamed from
5838 ede-pmake-insert-variable-once in ede/pmake.edl.
5839 (ede-proj-makefile-insert-variables): Use it.
2e7eba60 5840
b4583b8c
MA
58412009-10-04 Michael Albinus <michael.albinus@gmx.de>
5842
5843 * files.el (copy-directory): New defun.
5844
5845 * dired-aux.el (dired-copy-file-recursive): Use it.
5846
04075952
JB
58472009-10-04 Juanma Barranquero <lekktu@gmail.com>
5848
5849 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5850 (makefile-end-of-command):
5851 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5852 (semantic-end-of-context): Fix previous change. Doc fixes.
5853
131ae8f2
JB
58542009-10-04 Juanma Barranquero <lekktu@gmail.com>
5855
a30e71ae
JB
5856 * files-x.el (modify-dir-local-variable)
5857 (copy-dir-locals-to-file-locals-prop-line):
5858 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5859 (makefile-end-of-command):
5860 * cedet/semantic/lex.el (semantic-lex-token):
5861 * cedet/semantic/analyze/fcn.el
5862 (semantic-analyze-dereference-metatype-1):
5863 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
5864 (semantic-lex-cpp-undef):
5865 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
5866 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5867 (semantic-end-of-context): Fix typos in docstrings.
5868
131ae8f2
JB
5869 * recentf.el (recentf-unload-function): New function.
5870
0fd9cb9c
CY
58712009-10-04 Chong Yidong <cyd@stupidchicken.com>
5872
a30e71ae 5873 * cedet/ede.el (ede-project-placeholder-cache-file):
0fd9cb9c
CY
5874 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
5875 * cedet/srecode/map.el (srecode-map-save-file):
a30e71ae 5876 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
0fd9cb9c 5877
ccafbf06
GM
58782009-10-04 Glenn Morris <rgm@gnu.org>
5879
5880 * window.el (window-full-height-p): Add doc string.
5881
02c6f098
GM
58822009-10-04 Martin Rudalics <rudalics@gmx.at>
5883
5884 * window.el (window-full-height-p): New function. (Bug#4543)
5885
e6e267fc
CY
58862009-10-03 Chong Yidong <cyd@stupidchicken.com>
5887
a70bfe61
CY
5888 * cedet/srecode/insert.el: Require srecode/args.
5889
5890 * cedet/srecode/args.el: Require srecode/dictionary instead of
5891 srecode/insert.
5892
e6e267fc
CY
5893 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
5894
5895 * files.el (auto-mode-alist): Add .srt and Project.ede.
5896
4a34f065
SM
5897 * cedet/semantic.el (semantic-mode):
5898 Handle srecode-template-mode-hook as well.
0b8cafba 5899 (semantic-mode): Use js-mode-hook for Javascript hook.
e6e267fc
CY
5900
5901 * cedet/srecode/template.el: Remove hook variable.
5902
5903 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
5904
5905 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
5906 projects exist.
8b440f71
CY
5907 (ede-project-placeholder-cache-file): Default to a file in
5908 user-emacs-directory.
e6e267fc
CY
5909
5910 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
5911 templates in data-directory.
4a34f065 5912 (srecode-map-save-file): Default to a file in user-emacs-directory.
e6e267fc
CY
5913
5914 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
5915 directory.
5916
59172009-09-30 Eric Ludlam <zappo@gnu.org>
5918
131ae8f2
JB
5919 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
5920 Doc fix.
e6e267fc
CY
5921
5922 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
5923 Only insert each variable once.
5924
5925 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
5926 (ede-pmake-insert-variable-shared): Use it.
5927
5928 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
5929 for lexical table iff table is nil.
5930
ed6b0195
DN
59312009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5932
5933 * vc.el: Remove commented out code.
5934 (vc-derived-from-dir-mode): Remove, unused.
5935 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
5936
1b8d1cc7
MA
59372009-10-03 Michael Albinus <michael.albinus@gmx.de>
5938
4a34f065
SM
5939 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5940 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
5941 there could be recursive loading when `default-directory' is a
5942 remote file name. (Bug#4614)
5943
ac3c593c
GM
59442009-10-03 Glenn Morris <rgm@gnu.org>
5945
686ea556
GM
5946 * calendar/calendar.el (calendar-basic-setup): Handle the case where
5947 the frame is wide.
5948 (calendar-generate-window): Test for shrinkability rather than width.
5949
619392fc
GM
5950 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
5951 declaration, currently false.
5952
ac3c593c
GM
5953 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
5954 reusing existing buffers, in case we happen to visit two files with the
5955 same basename. (Bug#4593)
5956
573709fd
EZ
59572009-10-02 Eli Zaretskii <eliz@gnu.org>
5958
4a34f065 5959 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
5960 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
5961 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
5962 subdirs of cedet as well.
8f885d01 5963 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 5964
8d6c1239
SM
59652009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5966
5967 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
5968 Obey advertised-signature-table.
5969
5970 * help-fns.el (help-function-arglist): Don't check
5971 advertised-signature-table.
5972 (describe-function-1): Do it here instead so it also applies to subrs.
5973
c4861de0
MA
59742009-10-02 Michael Albinus <michael.albinus@gmx.de>
5975
5976 * simple.el (start-file-process): Say in the doc-string, that file
5977 handlers might not support pty association, if PROGRAM is nil.
5978
5979 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
5980 HOST and USER are strings. They are nil, when there are
5981 incomplete entries in ~/.netrc, for example.
5982 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
5983 root directory ("device busy" error otherwise).
5984
8d6c1239
SM
5985 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
5986 Flush file properties of created directory.
c4861de0 5987
d2bda74f
EZ
59882009-10-02 Eli Zaretskii <eliz@gnu.org>
5989
5990 * makefile.w32-in (WINS_BASIC): Remove cedet.
5991 (WINS_CEDET): Add cedet.
5992 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
5993
895d1904
GM
59942009-10-02 Kevin Ryde <user42@zip.com.au>
5995
5996 * net/browse-url.el (browse-url): Pass any symbol in
5997 browse-url-browser-function to `apply', since if you've mistakenly put
5998 an unbound symbol then the error is clearer. (Bug#4531)
5999
32226619
JB
60002009-10-02 Juanma Barranquero <lekktu@gmail.com>
6001
6002 * allout.el (allout-init, allout-back-to-current-heading)
6003 (allout-beginning-of-current-entry, allout-ascend-to-depth)
6004 (allout-ascend, allout-up-current-level, allout-end-of-level)
6005 (allout-previous-visible-heading, allout-forward-current-level)
6006 (allout-backward-current-level, allout-show-children):
6007 * apropos.el (apropos-describe-plist):
6008 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6009 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6010 * completion.el (add-completion, add-permanent-completion):
6011 * descr-text.el (describe-text-category, describe-char):
6012 * desktop.el (desktop-lazy-abort):
6013 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6014 * dired.el (dired-build-subdir-alist):
6015 * ediff.el (ediff-version):
6016 * elide-head.el (elide-head, elide-head-show):
6017 * emerge.el (emerge-version):
6018 * env.el (getenv):
6019 * face-remap.el (variable-pitch-mode):
6020 * faces.el (describe-face):
6021 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6022 (dired-at-point):
6023 * files.el (find-file-existing, auto-save-mode):
6024 * font-lock.el (font-lock-fontify-buffer):
6025 * help-fns.el (describe-function, describe-variable)
6026 (describe-syntax, describe-categories):
6027 * help.el (view-lossage, describe-bindings, describe-key)
6028 (describe-mode):
6029 * hexl.el (hexl-current-address):
6030 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6031 * info.el (Info-goto-emacs-key-command-node):
6032 * log-edit.el (log-edit-insert-cvs-template)
6033 (log-edit-insert-cvs-rcstemplate):
6034 * menu-bar.el (menu-bar-mode):
6035 * mouse.el (mouse-appearance-menu):
6036 * newcomment.el (comment-indent-new-line):
6037 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6038 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 6039 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
6040 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6041 * recentf.el (recentf-mode):
6042 * savehist.el (savehist-mode, savehist-save):
6043 * shadowfile.el (shadow-copy-files):
6044 * simple.el (kill-ring-save, next-line, previous-line)
6045 (normal-erase-is-backspace-mode):
6046 * strokes.el (strokes-update-window-configuration)
6047 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6048 (strokes-xpm-for-stroke):
6049 * time.el (emacs-uptime, emacs-init-time):
6050 * tutorial.el (tutorial--describe-nonstandard-key)
6051 (tutorial--detailed-help):
6052 * type-break.el (type-break-mode)
6053 (type-break-mode-line-message-mode, type-break-query-mode)
6054 (type-break-guesstimate-keystroke-threshold):
6055 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6056 * version.el (emacs-version):
6057 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6058 * winner.el (winner-mode):
6059 * calendar/timeclock.el (timeclock-in, timeclock-out)
6060 (timeclock-status-string, timeclock-change)
6061 (timeclock-workday-remaining-string)
6062 (timeclock-workday-elapsed-string)
6063 (timeclock-when-to-leave-string):
6064 * calendar/todo-mode.el (todo-add-category):
6065 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6066 * emacs-lisp/autoload.el (update-file-autoloads):
6067 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6068 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6069 (checkdoc-message-text, checkdoc-defun):
6070 * emacs-lisp/debug.el (debugger-list-functions):
6071 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6072 * emacs-lisp/eieio-opt.el (eieio-describe-class)
6073 (eieio-describe-generic):
6074 * emacs-lisp/lisp-mnt.el (lm-synopsis):
6075 * emacs-lisp/shadow.el (list-load-path-shadows):
6076 * emulation/cua-base.el (cua-mode):
6077 * emulation/edt.el (edt-set-scroll-margins):
6078 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6079 (tpu-toggle-regexp, tpu-toggle-search-direction)
6080 (tpu-toggle-rectangle, tpu-toggle-control-keys):
6081 * emulation/tpu-extras.el (tpu-set-scroll-margins):
6082 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6083 (viper-set-parsing-style-toggling-macro)
6084 (viper-set-emacs-state-searchstyle-macros):
6085 * emulation/viper.el (viper-set-hooks):
6086 * eshell/esh-mode.el (eshell-truncate-buffer):
6087 * international/mule-cmds.el (prefer-coding-system)
6088 (describe-input-method, describe-language-environment):
6089 * international/mule-diag.el (list-character-sets)
6090 (describe-character-set, describe-coding-system)
6091 (describe-fontset, list-fontsets, list-input-methods):
6092 * mail/sendmail.el (mail-signature):
6093 * net/ange-ftp.el (ange-ftp-copy-file):
6094 * net/browse-url.el (browse-url):
6095 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6096 * net/quickurl.el (quickurl-add-url):
6097 * net/rcirc.el (names, topic):
6098 * net/xesam.el (xesam-mode):
6099 * play/5x5.el (5x5-new-game):
6100 * play/yow.el (apropos-zippy):
6101 * progmodes/ada-mode.el (ada-mode-version):
6102 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6103 (f90-end-of-block)
6104 (f90-beginning-of-block):
6105 * progmodes/fortran.el (fortran-end-of-block)
6106 (fortran-beginning-of-block):
6107 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6108 * progmodes/python.el (python-describe-symbol, python-shell):
6109 * term/ns-win.el (ns-print-buffer):
6110 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6111 * textmodes/flyspell.el (flyspell-mode-on):
6112 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6113 (pages-directory-for-addresses):
6114 * textmodes/table.el (table-recognize-cell)
6115 (table-query-dimension, table-generate-source)
6116 (table-insert-sequence, table--warn-incompatibility):
6117 * textmodes/tex-mode.el (tex-validate-buffer):
6118 * textmodes/texinfmt.el (texinfmt-version)
6119 (texinfo-format-buffer):
6120 Use `called-interactively-p' instead of `interactive-p'.
6121
12a3c28c
JB
61222009-10-02 Juanma Barranquero <lekktu@gmail.com>
6123
6124 * image-mode.el (image-toggle-display):
6125 * emacs-lisp/elp.el (elp-instrument-function):
6126 * emacs-lisp/advice.el (ad-make-advised-definition):
6127 * emacs-lisp/easy-mmode.el (define-minor-mode):
6128 * net/browse-url.el (browse-url-maybe-new-window):
6129 * progmodes/sh-script.el (sh-learn-buffer-indent):
6130 Pass new argument 'any to `called-interactively-p'.
6131
171fda8a
JB
61322009-10-01 Juanma Barranquero <lekktu@gmail.com>
6133
171fda8a
JB
6134 * international/uni-bidi.el:
6135 * international/uni-category.el:
6136 * international/uni-combining.el:
6137 * international/uni-comment.el:
6138 * international/uni-decimal.el:
9c3c9fdf 6139 * international/uni-decomposition.el:
171fda8a
JB
6140 * international/uni-digit.el:
6141 * international/uni-lowercase.el:
6142 * international/uni-mirrored.el:
6143 * international/uni-name.el:
6144 * international/uni-numeric.el:
6145 * international/uni-old-name.el:
6146 * international/uni-titlecase.el:
6147 * international/uni-uppercase.el:
6148 Regenerate from Unicode 5.2.0 data.
6149
dcb9734a
GM
61502009-10-01 Glenn Morris <rgm@gnu.org>
6151
6152 * Makefile.in (ELCFILES): Regenerate.
6153
ced10a4c
SM
61542009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6155
9d28c33e
SM
6156 * subr.el (interactive-p): Mark obsolete.
6157 (called-interactively-p): Make the optional-ness of `kind' obsolete.
6158 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6159 advertised-signature-table for subroutines as well.
6160
ced10a4c
SM
6161 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6162 (set-advertised-calling-convention): New function.
6163 (make-obsolete, define-obsolete-function-alias)
6164 (make-obsolete-variable, define-obsolete-variable-alias):
6165 Make the optional-ness of `when' obsolete.
6166 (define-obsolete-face-alias): Make `when' non-optional.
6167 * help-fns.el (help-function-arglist):
6168 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6169 Use advertised-signature-table.
6170
cc3dda16
MA
61712009-10-01 Michael Albinus <michael.albinus@gmx.de>
6172
6173 * files.el (delete-directory): New defun. The original function
6174 in fileio.c has been renamed to `delete-directory-internal'.
6175
6176 * dired.el (dired-delete-file): Call `delete-directory' with
6177 RECURSIVE parameter.
6178
5ce6e4f4 6179 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
6180 parameter RECURSIVE. Implementation is missing.
6181
6182 * net/tramp.el (tramp-handle-make-directory): Flush upper
6183 directory's file properties.
ced10a4c 6184 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
6185 (tramp-handle-dired-recursive-delete-directory): Flush directory
6186 properties after the remove command only.
6187
ced10a4c
SM
6188 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6189 Handle optional parameter RECURSIVE.
cc3dda16 6190
ced10a4c
SM
6191 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6192 Handle optional parameter RECURSIVE.
cc3dda16
MA
6193
6194 * net/tramp-smb.el (tramp-smb-errors): Add error message for
6195 connection timeout.
6196 (tramp-smb-handle-delete-directory): Handle optional parameter
6197 RECURSIVE.
6198
cf885595
SM
61992009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6200
e3a6b82f
SM
6201 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6202 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6203 (byte-compile-defmacro): Use backquotes.
6204
7201bfbb
SM
6205 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6206
cf885595
SM
6207 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6208 has no associated file.
6209 (vc-resynch-buffer): Use vc-dir-buffers.
6210
a4d2c321
GM
62112009-10-01 Glenn Morris <rgm@gnu.org>
6212
9ffe3f52
GM
6213 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6214 (chart-file-count):
6215 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6216 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6217 * emacs-lisp/eieio-opt.el (eieio-describe-class):
6218 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6219 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6220 (eieio-copy-parents-into-subclass, make-instance, class-children)
6221 (eieio-generic-form):
bd2afec2
GM
6222 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6223 * cedet/cedet-idutils.el (cedet-idutils-search)
6224 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6225 (cedet-idutils-version-check):
6226 * cedet/cedet.el (cedet-version):
6227 * cedet/data-debug.el (data-debug-insert-overlay-button)
6228 (data-debug-insert-overlay-list-button)
6229 (data-debug-insert-buffer-button)
6230 (data-debug-insert-buffer-list-button)
6231 (data-debug-insert-process-button, data-debug-insert-ring-button)
6232 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6233 (data-debug-insert-stuff-vector-button)
6234 (data-debug-insert-symbol-button, data-debug-insert-string)
6235 (data-debug-insert-number, data-debug-insert-lambda-expression)
6236 (data-debug-insert-nil, data-debug-insert-simple-thing)
6237 (data-debug-insert-custom, data-debug-edebug-expr):
6238 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6239 (global-ede-mode-map, ede-new, ede-debug-target)
6240 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6241 * cedet/semantic.el (semantic-minimum-working-buffer-size)
6242 (semantic-fetch-tags, semantic-submode-list)
6243 (semantic-default-submodes):
a785b776
GM
6244 * cedet/ede/source.el (ede-source-match):
6245 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6246 (project-am-package-info):
6247 * cedet/ede/proj.el (ede-proj-target, project-new-target):
6248 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6249 * cedet/ede/proj-comp.el (ede-current-build-list):
6250 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6251 * cedet/ede/files.el (ede-toplevel-project-or-nil):
6252 * cedet/ede/cpp-root.el (initialize-instance):
6253 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6254 (autoconf-parameter-strip, autoconf-insert-new-macro):
9bf6c65c
GM
6255 * cedet/semantic/wisent.el (wisent-lex-eoi):
6256 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6257 (semantic-show-parser-state-mode):
6258 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6259 * cedet/semantic/tag.el (semantic-tag-new-variable)
6260 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6261 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6262 (semantic--tag-deep-copy-tag-list)
6263 (semantic-tag-components-with-overlays-default):
6264 * cedet/semantic/symref.el (semantic-symref-find-text):
6265 * cedet/semantic/senator.el (senator-yank-tag)
6266 (senator-transpose-tags-up):
6267 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6268 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6269 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6270 * cedet/semantic/lex.el (semantic-lex-comment-regex)
6271 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6272 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6273 * cedet/semantic/lex-spp.el
6274 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6275 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6276 * cedet/semantic/idle.el
6277 (semantic-idle-summary-current-symbol-info-brutish)
6278 (semantic-idle-summary-current-symbol-info-default):
6279 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6280 (semantic--grammar-macro-compl-dict):
6281 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6282 * cedet/semantic/format.el (semantic-format-tag-custom-list)
6283 (semantic-format-tag-canonical-name-default):
6284 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6285 (semantic-find-tags-for-completion)
6286 (semantic-find-tags-by-scope-protection-default)
6287 (semantic-deep-find-tags-for-completion):
6288 * cedet/semantic/edit.el
6289 (semantic-edits-incremental-reparse-failed-hook)
6290 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6291 (semantic-edits-splice-remove, semantic-edits-splice-replace):
6292 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6293 * cedet/semantic/dep.el (semantic-dependency-include-path):
6294 * cedet/semantic/db.el (semanticdb-default-find-index-class)
6295 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6296 (semanticdb-project-roots):
6297 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6298 (semanticdb-find-adebug-insert-scanned-tag-cons)
6299 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6300 (semanticdb-brute-deep-find-tags-for-completion):
6301 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6302 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6303 (semantic-end-of-context-default)
6304 (semantic-ctxt-current-function-default)
6305 (semantic-ctxt-scoped-types-default):
6306 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6307 (semantic-complete-inline-tag-engine)
6308 (semantic-complete-inline-custom-type)
6309 (semantic-complete-read-tag-analyzer):
6310 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6311 (semantic-chart-database-size):
6312 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6313 (semantic-analyze-current-context):
6314 * cedet/semantic/symref/list.el (semantic-symref)
6315 (semantic-symref-hide-buffer, semantic-symref-symbol):
6316 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6317 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6318 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6319 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6320 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6321 (semantic-c-dereference-template):
6322 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6323 (semantic--analyze-refs-full-lookup-with-parents)
6324 (semantic--analyze-refs-full-lookup-simple):
6325 * cedet/semantic/analyze/complete.el
6326 (semantic-analyze-possible-completions):
2f10955c
GM
6327 * cedet/srecode/table.el (srecode-mode-table-new):
6328 * cedet/srecode/srt.el (srecode-read-variable-name):
6329 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6330 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6331 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6332 * cedet/srecode/map.el (srecode-current-map):
6333 * cedet/srecode/insert.el (srecode-insert)
6334 (srecode-insert-variable-secondname-handler, srecode-insert-method)
6335 (srecode-template-inserter-point-override)
6336 (srecode-insert-include-lookup):
6337 * cedet/srecode/getset.el (srecode-auto-choose-class):
6338 * cedet/srecode/extract.el (srecode-inserter-extract):
6339 * cedet/srecode/document.el
6340 (srecode-document-autocomment-return-last-alist)
6341 (srecode-document-autocomment-param-type-alist)
6342 (srecode-document-insert-function-comment)
6343 (srecode-document-insert-variable-one-line-comment)
6344 (srecode-document-function-name-comment):
6345 * cedet/srecode/dictionary.el (srecode-create-dictionary)
6346 (srecode-compound-toString):
6347 * cedet/srecode/compile.el (srecode-flush-active-templates):
6348 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
bd2afec2
GM
6349 Doc/message fixes.
6350
9515cdcc
GM
6351 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6352 match-data. (Bug#4555).
6353
57b0083a
GM
6354 * cedet/semantic/bovine/gcc.el
6355 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6356 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6357
a4d2c321
GM
6358 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6359 rather than parsing it as a regexp. This relaxes the layout
6360 requirements and makes errors easier to detect.
6361 (check-declare-verify): Check file is regular.
6362 (check-declare-directory): Doc fix.
6363 * subr.el (declare-function): Doc fix.
6364
b15c31c7
GM
6365 * ibuffer.el (ibuffer-format-qualifier):
6366 * isearch.el (hi-lock-regexp-okay):
6367 * calc/calc.el (math-zerop):
6368 * mail/uce.el (rmail-msgbeg, rmail-msgend):
6369 * term/w32-win.el (setup-default-fontset, set-fontset-font):
6370 Remove unused declarations.
6371
0376249d
JB
63722009-10-01 Juanma Barranquero <lekktu@gmail.com>
6373
6374 * cedet/semantic/wisent/javat-wy.el
6375 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6376
9a589407
JB
63772009-09-30 Juanma Barranquero <lekktu@gmail.com>
6378
6379 * cedet/srecode/expandproto.el: Fix provide statement.
6380
722ff82f
CY
63812009-09-30 Eric Ludlam <zappo@gnu.org>
6382
cf885595 6383 * emacs-lisp/eieio.el (boolean-p): Delete.
722ff82f
CY
6384
63852009-09-30 Sascha Wilde <wilde@sha-bang.de>
6386
6387 * cedet/ede/srecode.el: Fix provide statement.
6388
1fc28a2c
GM
63892009-09-30 Glenn Morris <rgm@gnu.org>
6390
8240628d 6391 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7ec19ac4 6392 * cedet/ede/proj-aux.el (ede-aux-source):
a1f1d102
GM
6393 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
6394 (ede-misc-source):
d16d4acd
GM
6395 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
6396 (semantic-mrub-switch-tags): Fix doc typos.
6397
40f9bf94
GM
6398 * cedet/semantic/db-global.el (data-debug-new-buffer)
6399 (data-debug-insert-thing): Remove unneeded declarations (one broken).
6400 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
6401
494f4fc7
GM
6402 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
6403
cf885595
SM
6404 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
6405 use of CL function `remove-if-not'.
1fc28a2c
GM
6406
6407 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6408
494f4fc7
GM
6409 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6410 filename is not a string.
6411
561580e9
CY
64122009-09-29 Chong Yidong <cyd@stupidchicken.com>
6413
6414 * files.el (safe-local-eval-forms): Fix typo.
6415
dcbbecd4
SM
64162009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
6417
6418 * vc-hooks.el (vc-dir-buffers): New var.
6419 (vc-state-refresh): New function.
6420 (vc-state): Use it.
6421 (vc-after-save): Always ask the backend to recompute the new state.
6422 Always call vc-dir if necessary, using vc-dir-buffers.
6423 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
6424 Use vc-dir-buffers.
6425 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
6426 (vc-dir-prepare-status-buffer, vc-dir-update)
6427 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
6428 Don't call expand-file-name on default-directory.
6429
d88444f2
JB
64302009-09-29 Juanma Barranquero <lekktu@gmail.com>
6431
6432 * speedbar.el (speedbar-item-delete):
6433 * calc/calc-prog.el (calc-kbd-if):
6434 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
6435
6436 * epa.el (epa-key-list-mode-map):
6437 * hi-lock.el (hi-lock-menu): Fix typos in menus.
6438
6439 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
6440 (hs-show-hook): Fix typo in docstring.
6441
5da62d41
GM
64422009-09-29 Glenn Morris <rgm@gnu.org>
6443
d037e45a
GM
6444 * cedet/semantic/symref/idutils.el:
6445 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
6446
ae715515
GM
6447 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
6448
6449 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
6450 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
6451 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
6452 Mark declarations not understood by check-declare.
6453
8360fce0
GM
6454 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
6455 file-name-nondirectory call preventing location of cedet files.
6456 (check-declare-verify): Use literal search rather than re-search.
ae715515 6457 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
6458
6459 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6460 Use tramp-compat-file-attributes rather than nonexistent
6461 tramp-compat-handle-file-attributes.
6462
5da62d41
GM
6463 * Makefile.in (lisptagsfiles4): New.
6464 (AUTOGENEL): Add cedet loaddefs files.
6465 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
6466 (update-elclist, compile-always, backup-compiled-files)
6467 (bootstrap-clean): Add yet another directory level.
6468 (update-elclist): Use LC_COLLATE rather than COLLATE.
6469 (ELCFILES): Update, via `make update-elclist'.
6470
48267264
JB
64712009-09-29 Juanma Barranquero <lekktu@gmail.com>
6472
6473 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
6474 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
6475 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
6476
2c4cd0b0
AS
64772009-09-28 Andreas Schwab <schwab@linux-m68k.org>
6478
6479 * Makefile.in (lisptagsfiles3): Define.
5da62d41 6480 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
6481 (update-elclist): Add third directory level to look for elc files.
6482 (compile-always): Likewise.
6483 (backup-compiled-files): Likewise.
6484 (bootstrap-clean): Likewise.
6485 (ELCFILES): Update.
6486
a2533e47
CY
64872009-09-28 Chong Yidong <cyd@stupidchicken.com>
6488
6489 * Makefile.in (ELCFILES): Add CEDET files.
6490
b90caf50 64912009-09-28 Eric Ludlam <zappo@gnu.org>
a2095e2e 6492
b90caf50 6493 CEDET (development tools) package merged.
a2095e2e 6494
b90caf50
CY
6495 * cedet/*.el:
6496 * cedet/ede/*.el:
6497 * cedet/semantic/*.el:
6498 * cedet/srecode/*.el: New files.
a2095e2e 6499
eefbedb1
MA
65002009-09-28 Michael Albinus <michael.albinus@gmx.de>
6501
6502 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
6503
6504 * net/tramp.el (top): Require tramp-imap.
6505
6506 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6507 Use `tramp-compat-handle-file-attributes'.
6508
65092009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
6510
6511 * net/tramp-imap.el: New package.
6512
66635e2f 65132009-09-28 Eric Ludlam <zappo@gnu.org>
6dd12ef2
CY
6514
6515 * emacs-lisp/chart.el:
6516 * emacs-lisp/eieio-base.el:
6517 * emacs-lisp/eieio-comp.el:
6518 * emacs-lisp/eieio-custom.el:
e608e7be 6519 * emacs-lisp/eieio-datadebug.el:
6dd12ef2
CY
6520 * emacs-lisp/eieio-opt.el:
6521 * emacs-lisp/eieio-speedbar.el:
6522 * emacs-lisp/eieio.el: New files.
6523
666fd2cc
CY
6524 * cedet/cedet-cscope.el:
6525 * cedet/cedet-files.el:
6526 * cedet/cedet-global.el:
6527 * cedet/cedet-idutils.el:
6528 * cedet/data-debug.el:
6529 * cedet/inversion.el:
7b232be9 6530 * cedet/mode-local.el:
666fd2cc
CY
6531 * cedet/pulse.el: New files.
6532
748e3d67
VJL
65332009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6534
6535 * whitespace.el (whitespace-trailing-regexp)
6536 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6537 Fix doc string.
6538
15120dec
CY
65392009-09-27 Chong Yidong <cyd@stupidchicken.com>
6540
6541 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
6542 menu.
6543
6544 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
6545 menu-bar-ediff-menu.
6546
6547 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
6548 define-overloadable-function.
6549
6550 * progmodes/autoconf.el: Provide autoconf as well, so that this
6551 file can be `require'd.
6552
6553 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
6554
6555 * emacs-lisp/autoload.el (generated-autoload-feature)
6556 (generated-autoload-load-name): New vars.
6557 (autoload-rubric, autoload-generate-file-autoloads): Use them.
6558 (make-autoload): Recognize define-overloadable-function and
6559 defclass forms (for EIEIO).
6560
6561 * Makefile.in (update-subdirs): Exclude cedet directory.
6562
135abf91
AR
65632009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6564
1becddbb 6565 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
6566
6567 * faces.el: Default light-background background for region face to
6568 ns_selection_color under NS.
6569
3d994264
TZ
65702009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6571
6572 * net/imap-hash.el: New library, see NEWS.
6573
6574 * Makefile.in (ELCFILES): Add imap-hash.el.
6575
ce9a0ccb
SM
65762009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6577
6578 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
6579 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
6580 * help-macro.el (make-help-screen): Avoid using an ambiguous function
6581 definition where the docstring could be taken for the return value.
6582
a92cdd49
GM
65832009-09-26 Glenn Morris <rgm@gnu.org>
6584
6585 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
6586 Add option to only show images below a certain size.
6587 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
6588 save-excursion calls.
6589
416ac2f1
EZ
65902009-09-26 Eli Zaretskii <eliz@gnu.org>
6591
6592 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
6593 subdirectories) and eieio.
6594
d9a13f68
AM
65952009-09-26 Alan Mackenzie <acm@muc.de>
6596
9c3c9fdf 6597 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
550d95a0 6598 buggy bracketing. (Bug#4289)
d9a13f68
AM
6599
6600 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 6601 character constants (as case labels). (Bug#4289)
d9a13f68 6602
182b3bec
CY
66032009-09-25 Juri Linkov <juri@jurta.org>
6604
6605 * files.el (safe-local-eval-forms): Allow time-stamp in
6606 before-save-hook (Bug#4554).
6607
8f75f2da
JB
66082009-09-25 Drew Adams <drew.adams@oracle.com>
6609
6610 * menu-bar.el (list-buffers-directory): Doc fix.
6611
8390fb80
SM
66122009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
6613
6614 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
6615 Try and avoid copying twice the same paragraph.
6616 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
6617 Remove save-excursion.
6618 (log-edit-changelog-entry): Do it here instead.
6619
11ee8d90
JB
66202009-09-25 Juanma Barranquero <lekktu@gmail.com>
6621
027b1942
JB
6622 * bs.el (bs--get-file-name): Use `list-buffers-directory'
6623 when available, instead of hardcoding mode names. Doc fix.
6624
11ee8d90
JB
6625 * menu-bar.el (list-buffers-directory): Add docstring.
6626 Make automatically buffer-local.
6627
6628 * dired.el (dired-mode):
6629 * files.el (cd-absolute):
6630 * pcvs.el (cvs-temp-buffer):
6631 * pcvs-util.el (cvs-get-buffer-create):
6632 * shell.el (shell-mode):
6633 * vc-dir.el (vc-dir-mode):
6634 Don't make `list-buffers-directory' buffer local.
6635
21289c5d
CY
66362009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
6637
8390fb80
SM
6638 * comint.el (comint-exec, comint-run, make-comint):
6639 Doc fixes (Bug#4542).
21289c5d 6640
e8652dd9
GM
66412009-09-25 Glenn Morris <rgm@gnu.org>
6642
6643 * mail/rmailmm.el (rmail-mime): New custom group.
6644 Move all defcustoms in this file into this group.
6645 (rmail-mime-media-type-handlers-alist): Revert previous change.
6646 (rmail-mime-show-images): New option.
6647 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
6648 references to it, since it wasn't actually used for anything.
6649 (rmail-mime-insert-image): New function.
6650 (rmail-mime-image): Use rmail-mime-insert-image.
6651 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
6652 obey the value of `rmail-mime-show-images' option. Print the size of
6653 attachments.
e8652dd9 6654
fb652bb5
JB
66552009-09-25 David Engster <deng@randomsample.de>
6656
6657 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
6658
32a9841c
VJL
66592009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6660
6661 * whitespace.el: Does not highlight trailing spaces While point is
6662 at end of line. Does not highligt spaces at beginning of buffer
6663 while point is at beginning of buffer. Does not highlight spaces
6664 at end of buffer while point is at end of buffer. (Bug#4177)
6665 New version 12.0.
6666 (whitespace-display-mappings): Adjust initialization.
6667 (whitespace-point, whitespace-font-lock-refontify): New vars.
6668 (whitespace-color-on, whitespace-color-off): Adjust code.
6669 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
6670 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
6671 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
6672
e477ca84
CY
66732009-09-24 Chong Yidong <cyd@stupidchicken.com>
6674
6675 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
6676
6677 * textmodes/sgml-mode.el: Remove xml-mode alias.
6678
6679 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 6680 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 6681
68712602
AM
66822009-09-24 Alan Mackenzie <acm@muc.de>
6683
6684 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
6685 c-forward-conditionals, but it doesn't move point and doesn't set
6686 the mark.
6687 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
6688 (c-down-conditional-with-else, c-backward-conditional)
6689 (c-forward-conditional): Refactor to use c-scan-conditionals.
6690
1659ada0
JB
66912009-09-24 Juanma Barranquero <lekktu@gmail.com>
6692
6693 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
6694 (help-default-arg-highlight): Remove.
6695 (help-highlight-arg): New function.
6696 (help-do-arg-highlight): Use it.
6697 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
6698
b3f01e46
SM
66992009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6700
6701 * term.el (term-set-scroll-region, term-handle-ansi-escape):
6702 Undo last change, which didn't fix the problem and introduced others.
6703
107ef54a
NR
67042009-09-24 Nick Roberts <nickrob@snap.net.nz>
6705
6706 * progmodes/gdb-mi.el: Don't require speedbar.
6707 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
6708
ffa1fed6
GM
67092009-09-24 Glenn Morris <rgm@gnu.org>
6710
2157a2be
GM
6711 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
6712
6125167c
GM
6713 * term/ns-win.el (ns-reg-to-script): Define for compiler.
6714
ffa1fed6
GM
6715 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
6716 there is no newline after the final mime boundary. (Bug#4539)
6717 Move markers on insertion so that any buttons inserted don't end up in
6718 the next part of a multipart message.
2e9075d3
GM
6719 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
6720 (rmail-mime-bulk-handler): Optionally handle images.
6721 (rmail-mime-image): New button action.
6722 (rmail-mime-image-handler): New function.
6723 (rmail-mime-mode): New mode.
6724 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 6725
4a814992
SM
67262009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6727
075518b5
SM
6728 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
6729 than just dropping elements from it (bug#4504).
6730
8ad2defc
SM
6731 * term.el (term-set-scroll-region): Don't move cursor any more.
6732 (term-handle-ansi-escape): Call term-goto here instead.
6733 Suggested by Ivan Kanis <apple@kanis.eu>.
6734
4a814992
SM
6735 * term.el: Require CL.
6736 (term-ansi-reset): New function.
6737 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
6738 (term-handle-colors-array): Simplify.
6739
5a0c3f56
JB
67402009-09-24 Juanma Barranquero <lekktu@gmail.com>
6741
6742 * allout.el (allout-overlay-interior-modification-handler)
6743 (allout-obtain-passphrase):
6744 * epa-file.el (epa-file-write-region):
6745 * ps-print.el (ps-begin-job):
6746 * vc-hooks.el (vc-toggle-read-only):
6747 * vc-rcs.el (vc-rcs-rollback):
6748 * vc-sccs.el (vc-sccs-rollback):
6749 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
6750 (vc-version-diff, vc-revert, vc-rollback):
6751 * wdired.el (wdired-check-kill-buffer):
6752 * emacs-lisp/authors.el (authors):
6753 * net/socks.el (socks-open-connection):
6754 * net/zeroconf.el (zeroconf-service-add-hook):
6755 * obsolete/vc-mcvs.el (vc-mcvs-register):
6756 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
6757 (gdb-select-frame):
6758 * progmodes/grep.el (lgrep, rgrep):
6759 * progmodes/idlw-help.el (idlwave-help-check-locations)
6760 (idlwave-help-html-link, idlwave-help-assistant-open-link):
6761 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6762 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
6763 (reftex-toc-rename-label): Fix typos in error messages.
6764
6765 * dired-aux.el (dired-do-shell-command): Reflow docstring.
6766 (dired-copy-how-to-fn): Doc fix.
6767 (dired-files-attributes, dired-read-shell-command):
6768 Fix typos in docstrings.
6769
6770 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
6771 (dired-x-find-file-other-window): Reflow docstrings.
6772 (dired-omit-marker-char, dired-read-shell-command)
6773 (dired-x-submit-report): Fix typos in docstrings.
6774
6775 * shell.el (shell-mode-hook):
6776 * view.el (View-scroll-line-forward):
6777 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
6778 Fix typos in docstrings.
6779
6780 * net/dig.el (dig-invoke): Fix typo in docstring.
6781 (query-dig): Reflow docstring.
6782
6783 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
6784 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
6785 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
6786 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
6787 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
6788 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
6789 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
6790 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
6791 (idlwave-completion-map, idlwave-current-indent)
6792 (idlwave-custom-ampersand-surround, idlwave-customize)
6793 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
6794 (idlwave-define-abbrev, idlwave-determine-class-special)
6795 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
6796 (idlwave-end-block-reg, idlwave-end-of-statement)
6797 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
6798 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
6799 (idlwave-explicit-class-listed, idlwave-file-header)
6800 (idlwave-fill-paragraph, idlwave-find-class-definition)
6801 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
6802 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
6803 (idlwave-in-quote, idlwave-indent-action-table)
6804 (idlwave-indent-expand-table, idlwave-indent-line)
6805 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
6806 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
6807 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
6808 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
6809 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
6810 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
6811 (idlwave-outlawed-buffers, idlwave-popup-select)
6812 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
6813 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
6814 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
6815 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
6816 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
6817 (idlwave-statement-type, idlwave-struct-skip)
6818 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
6819 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
6820 (idlwave-what-module-find-class): Fix typos in docstrings.
6821 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
6822 (idlwave-calculate-cont-indent, idlwave-expand-equal)
6823 (idlwave-find-module, idlwave-find-structure-definition)
6824 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
6825 (idlwave-list-load-path-shadows, idlwave-next-statement)
6826 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
6827 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
6828 (idlwave-template): Reflow docstrings.
6829
6830 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
6831 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
6832 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
6833 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
6834 (idlwave-shell-display-line, idlwave-shell-display-wframe)
6835 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
6836 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
6837 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
6838 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
6839 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
6840 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
6841 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
6842 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
6843 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
6844 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
6845 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
6846 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
6847 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
6848 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
6849 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
6850 Fix typos in docstrings.
6851 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
6852 (idlwave-shell-hide-output, idlwave-shell-mode)
6853 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
6854 Reflow docstrings.
6855
6856 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
6857
62136c5d
SM
68582009-09-24 Ivan Kanis <apple@kanis.eu>
6859
6860 * term.el (term-bold-attribute): New var.
6861 (term-handle-colors-array): Use it.
6862
9c1a45ed
NR
68632009-09-23 Nick Roberts <nickrob@snap.net.nz>
6864
6865 * progmodes/gdb-mi.el (gdb-version): New variable.
6866 (gdb-non-stop-handler): Set gdb-version.
6867 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
6868 Condition "--thread" option on gdb-version.
6869 (gdb-invalidate-threads): Remove unused argument.
6870
03304f31
SM
68712009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6872
6873 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
6874 to looking-back to avoid ridiculous slow down in large files (bug#4511).
6875
4f02f0c9
GM
68762009-09-23 Glenn Morris <rgm@gnu.org>
6877
6878 * mail/rmail.el (rmail-reply): Don't try to add a References header when
6879 replying to mail without References or Message-Id. (Bug#4525)
6880
a3b4b363
AR
68812009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6882
6883 * term/ns-win.el (ns-reg-to-script): New variable.
6884
7bda18cc
DU
68852009-09-23 Daiki Ueno <ueno@unixuser.org>
6886
6887 * epg.el (epg-wait-for-status): Preserve existing 'error results.
6888
72169e55
SS
68892009-09-22 Sam Steingold <sds@gnu.org>
6890
6891 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
6892 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
6893 to 1 because hg returns status 1 when nothing is found.
0aa4f295 6894 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 6895
905b7d38
SM
68962009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6897
b0459dec
SM
6898 * textmodes/fill.el: Convert to utf-8 encoding.
6899 (fill-french-nobreak-p): Remove redundant » and « inherited from our
6900 pre-unicode days.
6901
905b7d38
SM
6902 * add-log.el (change-log-fill-forward-paragraph): New function.
6903 (change-log-mode): Use it so fill-region DTRT.
6904 Set fill-indent-according-to-mode here rather than in
6905 change-log-fill-paragraph.
6906 (change-log-fill-paragraph): Remove.
6907
baa7f3de
JB
69082009-09-22 Juanma Barranquero <lekktu@gmail.com>
6909
6910 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
6911 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
6912
a8d789f0
GM
69132009-09-22 Glenn Morris <rgm@gnu.org>
6914
daedbbc2
GM
6915 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
6916 the scroll-bar scroll the calendar window rather than the buffer.
6917
d8899a74
GM
6918 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
6919 commands that move point (as opposed to scrolling).
6920
a8d789f0
GM
6921 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
6922
6923 * emacs-lisp/elint.el (elint): New custom group.
6924 (elint-log-buffer): Make it a defcustom.
6925 (elint-scan-preloaded, elint-ignored-warnings)
6926 (elint-directory-skip-re): New options.
6927 (elint-builtin-variables): Doc fix.
6928 (elint-preloaded-env): New variable.
6929 (elint-unknown-builtin-args): Add an entry for encode-time.
6930 (elint-extra-errors): Make it a variable rather than a constant.
6931 (elint-preloaded-skip-re): New constant.
6932 (elint-directory): Skip files matching elint-directory-skip-re.
6933 (elint-features): New variable, local to linted buffers.
6934 (elint-update-env): Initialize elint-features. Possibly add
6935 elint-preloaded-env to the buffer's environment.
6936 (elint-get-top-forms): Bind elint-current-pos, for log messages.
6937 Skip quoted forms.
6938 (elint-init-form): New function, extracted from elint-init-env.
6939 Make non-list forms a warning rather than an error.
6940 Add the mode-map for define-derived-mode. Handle define-minor-mode,
6941 easy-menu-define, put that adds an error-condition, and provide.
6942 When requiring cl, also require cl-macs. Really require cl, to handle
6943 some cl macros. Store required libraries in the list elint-features,
6944 so as not to re-load them. Treat cc-require like require.
6945 (elint-init-env): Call elint-init-form to do the work.
6946 Handle eval-and-compile and such like.
6947 (elint-add-required-env): Do not clear messages.
6948 (elint-special-forms): Add handlers for function, defalias, if, when,
6949 unless, and, or.
6950 (elint-form): Add optional argument to ignore elint-special-forms,
6951 useful to prevent recursive calls from handlers. Doc fix.
6952 Respect elint-ignored-warnings.
6953 (elint-form): Respect elint-ignored-warnings.
6954 (elint-bound-variable, elint-bound-function): New variables.
6955 (elint-unbound-variable): Respect elint-bound-variable.
6956 (elint-get-args): Respect elint-bound-function.
6957 (elint-check-cond-form): Add some simple handling for (f)boundp and
6958 featurep tests.
6959 (elint-check-defalias-form): New handler.
6960 (elint-check-let-form): Make an empty let a warning rather than an
6961 error.
6962 (elint-check-setq-form): Make an empty setq a warning rather than an
6963 error. Respect elint-ignored-warnings.
6964 (elint-check-defvar-form): Accept null doc-strings.
6965 (elint-check-conditional-form): New handler. Does some simple-minded
6966 checking of featurep and (f)boundp tests.
6967 (elint-put-function-args): New function.
6968 (elint-initialize): Use elint-scan-doc-file rather than
6969 elint-find-builtin-variables. Use elint-put-function-args.
6970 Possibly scan preloaded-file-list.
6971 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
6972 extend to handle functions as well.
6973
245be23c
JB
69742009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
6975
6976 * linum.el (linum-delete-overlays, linum-update-window):
6977 Do not modify the right margin. (Bug#3971)
6978
91fdbd6f
CY
69792009-09-21 Chong Yidong <cyd@stupidchicken.com>
6980
6981 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
6982 nxml-mode instead of xml-mode.
6983
7589d38e
JB
69842009-09-21 Kevin Ryde <user42@zip.com.au>
6985
6986 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
6987
5ac42715
SM
69882009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6989
6990 * net/dig.el (dig-mode): Use define-derived-mode.
6991
09c01323
DN
69922009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
6993
4096c5f2
DN
6994 * vc-dispatcher.el (vc-do-command): Return the process object in
6995 the asynchronous case. Use when instead of if. Do not run
5480359e 6996 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 6997
0e172cc2
DN
6998 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
6999 properties to the stash strings.
7000 (vc-git-stash-list): Return a list of strings.
7001 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7002 (vc-git-stash-show-at-point): New functions.
7003 (vc-git-stash-map): New keymap.
7004
03304f31
SM
7005 * register.el (ctl-x-r-map): Define the keys here instead of
7006 using autoload.
09c01323 7007
03304f31 70082009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
7009
7010 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7011 list, to workaround performance problem (bug#4485).
7012
2f5fc4d7
NR
70132009-09-20 Nick Roberts <nickrob@snap.net.nz>
7014
7015 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7016
b0f5fd2e
DU
70172009-09-20 Daiki Ueno <ueno@unixuser.org>
7018
7019 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7020 Document that this option is not recommended to use.
7021
f3445fab
GM
70222009-09-19 Glenn Morris <rgm@gnu.org>
7023
547c6921
GM
7024 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7025 variable `var'.
7026
f3445fab
GM
7027 * calc/calc-alg.el (var):
7028 * calc/calcalg2.el (var): Define for compiler.
7029
946c009b
CY
70302009-09-19 Chong Yidong <cyd@stupidchicken.com>
7031
e3f36d03
SM
7032 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7033 Doc fix (Bug#3932).
e2045997 7034
24aedbca
CY
7035 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7036
327dd27a
CY
7037 * time-stamp.el (time-stamp-month-dd-yyyy)
7038 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7039 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7040 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
7041 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7042 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 7043
946c009b
CY
7044 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7045 indent buffer only if called interactively (Bug#4452).
7046
3e70541a
JB
70472009-09-19 Juanma Barranquero <lekktu@gmail.com>
7048 Eli Zaretskii <eliz@gnu.org>
7049
7050 This fixes bug#4197 (merged to bug#865, though not identical).
7051 * server.el (server-auth-dir): Add docstring note about FAT32.
7052 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7053 but warn against using them.
7054
9b94c32e
NR
70552009-09-19 Nick Roberts <nickrob@snap.net.nz>
7056
7057 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7058 older GDB where there is no has_more field.
7059
66590684
GM
70602009-09-19 Glenn Morris <rgm@gnu.org>
7061
7062 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7063
9a1337f9
CY
70642009-09-18 Chong Yidong <cyd@stupidchicken.com>
7065
7066 * files.el (auto-mode-alist): Change default for XML files to nXML
7067 mode (Bug#4169).
7068
d7554167
JB
70692009-09-18 Juanma Barranquero <lekktu@gmail.com>
7070
7071 * server.el (server-ensure-safe-dir): Pass 'integer
7072 to `file-attributes', as suggested.
7073
35a3f9a4
SM
70742009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7075
7076 * dired-aux.el (dired-query-alist): Remove spurious backslash.
7077 (dired-query): Use read-key.
7078
044f9b05
AR
70792009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7080
7081 * cus-start.el (ns-use-qd-smoothing): Remove.
7082
6188ea49
GM
70832009-09-18 Glenn Morris <rgm@gnu.org>
7084
08cf18e4
GM
7085 * allout.el (top-level): Remove unnecessary progn.
7086
07eae5c5
GM
7087 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7088
6726c25e
GM
7089 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7090 definition of abbrev table.
7091
3f527154 7092 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
7093 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7094 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
7095 * net/newst-backend.el (newsticker--cache-read-feed):
7096 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
7097 condition-case handlers.
7098
ccb4c30c
NR
70992009-09-18 Nick Roberts <nickrob@snap.net.nz>
7100
7101 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7102 (gdb-var-list): Add an element for has_more field.
7103 (gdb-non-stop-handler): Enable pretty printing for STL containers.
7104 (gdb-var-create-handler, gdb-var-list-children-handler-1)
7105 (gdb-var-update-handler-1): Parse output of dynamic variable
7106 objects (STL containers).
7107 (gdb-var-delete-1): Pass var1 as an explicit second argument.
7108 (gdb-get-field): Delete alias. Use bindat-get-field directly.
7109
7110 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7111 gdb-var-list.
7112 (gud-speedbar-buttons): Make node expandable if expression "has more"
7113 children.
7114
8686ac71
JB
71152009-09-17 Juanma Barranquero <lekktu@gmail.com>
7116
7117 * startup.el (emacs-quick-startup): Remove variable and all uses.
7118 (command-line): Set `inhibit-x-resources' instead.
7119 (command-line-1): Use `inhibit-x-resources' instead.
7120
a69c67e8
CY
71212009-09-17 Chong Yidong <cyd@stupidchicken.com>
7122
7123 * subr.el: Fix last change to avoid using the `unless' macro,
7124 which breaks bootstrapping.
7125
354f0faf
SM
71262009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7127
7128 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7129 extended definitions, in case we reload subr.el after having
7130 loaded CL.
7131 (eval-next-after-load): Mark as obsolete.
7132
98b9bf40
JL
71332009-09-17 Juri Linkov <juri@jurta.org>
7134
7135 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7136 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7137 (menu-bar-showhide-menu, menu-bar-tools-menu)
7138 (menu-bar-describe-menu, menu-bar-help-menu)
7139 (minibuffer-local-completion-map, minibuffer-local-map):
7140 Fix list quoting.
7141
28fab7b5
GM
71422009-09-17 Glenn Morris <rgm@gnu.org>
7143
88d5190c
GM
7144 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7145 arguments, whether or not it has a handler.
7146
74f24ba7
GM
7147 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7148
28fab7b5
GM
7149 * simple.el (hard-newline): Give it a doc-string.
7150
a8106aec
GM
7151 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7152 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 7153
76251ad7
DN
71542009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
7155
72033dbe
DN
7156 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7157 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7158 (menu-bar-options-menu, menu-bar-showhide-menu)
7159 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7160 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7161 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7162 (menu-bar-options-menu, menu-bar-tools-menu)
7163 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7164 (menu-bar-help-menu):
7165 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7166 string arguments.
7167
76251ad7
DN
7168 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7169 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7170 calls for the menu names and :help.
7171
97b952b7
SM
71722009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7173
7174 * mouse.el (minor-mode-menu-from-indicator): Pay attention
7175 to :minor-mode-function (bug#4455).
7176
8f38189e
SM
71772009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7178
d2fd733e
SM
7179 * startup.el (command-line): Initialize the window-system after
7180 processing the command-line.
7181
8f38189e
SM
7182 * textmodes/page.el (what-page): Make sure we don't inf-loop if
7183 page-delimiter matches the empty string.
7184
77564fa4
GM
71852009-09-16 Glenn Morris <rgm@gnu.org>
7186
7187 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7188 byte-compile-not-obsolete-var. It's a list now.
7189 (byte-compile-not-obsolete-funcs): New variable.
7190 (byte-compile-warn-obsolete): Don't warn about functions if they are in
7191 byte-compile-not-obsolete-funcs.
7192 (byte-compile-variable-ref, byte-compile-defvar): Update for
7193 byte-compile-not-obsolete-vars name-change and list nature.
7194 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7195 and variables behind (f)boundp tests.
7196 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7197
79d316d3
DN
71982009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7199
7200 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7201
8fed6934
SM
72022009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7203
7204 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7205 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7206 Don't autoload.
7207
4078fd57
SE
72082009-09-15 Stephen Eglen <stephen@gnu.org>
7209
7210 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 7211 the virtual-buffers, use the name of the buffer specified by
4078fd57 7212 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 7213 problem if the target and the symlink had different names.)
4078fd57 7214
838ff458
SM
72152009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7216
b3c7c12d
SM
7217 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7218
13dc2bc2
SM
7219 * desktop.el (desktop-path): Check user-emacs-directory.
7220
49fec531
SM
7221 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7222
0e328d37
SM
7223 * loadup.el: Use after-load-functions to GC after loading each file.
7224 Remove the explicit GC calls that used to be sprinkled around.
7225
838ff458
SM
7226 * subr.el (after-load-functions): New hook.
7227 (do-after-load-evaluation): Run it. Use string-match-p to detect
7228 `obsolete' packages, rather than painfully extracting the relevant
7229 directory name.
7230
a62f564f
GM
72312009-09-15 Glenn Morris <rgm@gnu.org>
7232
7233 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7234 free variable `doc'.
7235
7236 * dired.el (dired-mode-map): Add menu entry for async shell command.
7237
7238 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7239 variables, also consider the .elc files, since the .el files are
7240 normally gzipped (subsequent code locates the .el.gz from the .elc).
7241
7242 * calc/calc-prog.el (arglist): Define for compiler.
7243
7244 * calendar/diary-lib.el (diary-display-function): Change the default to
7245 fancy display.
7246 (body): Define for compiler.
7247
7248 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7249 (byte-compile-file-form, byte-compile-lambda)
7250 (byte-compile-top-level-body, byte-compile-form)
7251 (byte-compile-variable-ref, byte-compile-setq)
7252 (byte-compile-setq-default, byte-compile-body)
7253 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7254 (batch-byte-compile): Give some more local variables with common names
7255 a "bytecomp-" prefix to avoid masking warnings about free variables.
7256
cd05fe7f
GM
7257 * startup.el (command-line-1): Give local variables with common names a
7258 distinguishing prefix, so as not to hide free variable warnings during
7259 bootstrap.
7260
a62f564f
GM
7261 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7262 clever and add a suffix to make a unique name, just let the user decide
7263 whether or not to overwrite it. If the input is a directory, write the
7264 default filename to that directory. (Bug#4388)
7265 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7266 is a filename-as-a-directory.
7267
fbc88440
SM
72682009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7269
7270 * textmodes/page.el (what-page): Don't move to beginning of line.
7271 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7272
60308853
DN
72732009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7274
7275 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7276
32ba3abc
DN
72772009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7278
9cd39aff
DN
7279 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7280 * help.el (help-for-help-internal): Add purecopy calls for text.
7281
32ba3abc
DN
7282 * vc.el (top): print-log method now takes an optional SHORTLOG
7283 argument. Add a new method: root.
32ba3abc
DN
7284 (vc-root-diff, vc-print-root-log): New functions.
7285 (vc-log-short-style): New variable.
7286 (vc-print-log-internal): Add support for showing short logs.
7287
7288 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7289 vc-print-root-log and vc-print-root-diff.
7290
7291 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7292 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7293 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7294 short logs.
7295
7296 * vc-cvs.el (vc-cvs-print-log):
7297 * vc-mtn.el (vc-mtn-print-log):
7298 * vc-rcs.el (vc-rcs-print-log):
7299 * vc-sccs.el (vc-sccs-print-log):
7300 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7301 that is ignored for now.
7302
837b0e99
DN
7303 * vc-mtn.el (vc-mtn-annotate-command):
7304 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7305
31cd2dd4
SM
73062009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7307
7308 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7309 to function-key-map, and give them ascii-character property.
7310 * term/x-win.el (x-alternatives-map):
7311 * term/ns-win.el (ns-alternatives-map):
7312 * term/internal.el (msdos-key-remapping-map):
7313 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7314
d62e5bf2
GM
73152009-09-14 Glenn Morris <rgm@gnu.org>
7316
7317 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7318 temp-buffers (2009-09-12).
7319
7d0105e5
SM
73202009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7321
7322 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7323 the new read-key function.
7324
e17ed9ad
CY
73252009-09-13 Chong Yidong <cyd@stupidchicken.com>
7326
7327 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7328 is defined (Bug#4405).
7329
1fc26e29
CY
73302009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
7331
7332 * recentf.el (recentf-cleanup): Use a hash table to find
7333 duplicates (Bug#4407).
7334
61dc96a2 73352009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
7336
7337 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7338 kp-0 to ascii equivalents (Bug#4325).
7339
42c3a9e3
CY
73402009-09-13 Chong Yidong <cyd@stupidchicken.com>
7341
1f5c1626
CY
7342 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7343
42c3a9e3 7344 * eshell/em-hist.el:
31cd2dd4
SM
7345 * eshell/em-dirs.el (eshell-complete-user-reference):
7346 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
7347
73482009-09-13 Leo <sdl.web@gmail.com> (tiny change)
7349
7350 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7351 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7352 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
7353 * eshell/em-hist.el (eshell-history-file-name):
7354 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 7355
1e2b6acf
GM
73562009-09-13 Glenn Morris <rgm@gnu.org>
7357
7358 * ediff-merg.el (ediff-do-merge):
7359 * filesets.el (filesets-run-cmd):
7360 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7361 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7362 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7363 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7364 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7365 Replace empty `let's with `progn'.
7366
adba8116
SM
73672009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7368
7369 * mail/sendmail.el (send-mail-function):
7370 * tooltip.el (tooltip-mode):
7371 * simple.el (transient-mark-mode):
7372 * rfn-eshadow.el (file-name-shadow-mode):
7373 * frame.el (blink-cursor-mode):
7374 * font-core.el (global-font-lock-mode):
7375 * files.el (temporary-file-directory)
7376 (small-temporary-file-directory, auto-save-file-name-transforms):
7377 * epa-hook.el (auto-encryption-mode):
7378 * composite.el (global-auto-composition-mode):
7379 Use custom-initialize-delay.
7380 * startup.el (command-line): Don't explicitly call
7381 custom-reevaluate-setting for all the above vars.
7382 * custom.el (custom-initialize-safe-set)
7383 (custom-initialize-safe-default): Delete.
7384
0a4afea9
SM
73852009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7386
9f94990d
SM
7387 * term/x-win.el (x-initialize-window-system):
7388 * term/w32-win.el (w32-initialize-window-system):
7389 * term/ns-win.el (ns-initialize-window-system): Don't call
7390 mouse-wheel-mode since it's enabled globally by default already.
7391
0a4afea9
SM
7392 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7393 actually define the variable, but only silences the byte-compiler.
7394 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7395 before looking it up.
7396 (mouse-wheel-scroll-amount): Also reset the bindings if this value
7397 is changed.
7398
bf01513f
GM
73992009-09-12 Glenn Morris <rgm@gnu.org>
7400
7401 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7402 1000.
7403 (elint-add-required-env): Don't beep on error.
7404 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
7405 (elint-init-env): Skip non-list forms.
7406 (elint-log): Handle unknown file positions.
bf01513f 7407
d85889e4
DU
74082009-09-12 Daiki Ueno <ueno@unixuser.org>
7409
7410 * epg.el (epg-make-context): Add autoload cookie.
7411 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7412 (epg-decrypt-string, epg-start-verify, epg-verify-file)
7413 (epg-verify-string, epg-start-sign, epg-sign-file)
7414 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7415 (epg-encrypt-string, epg-start-export-keys)
7416 (epg-export-keys-to-file, epg-export-keys-to-string)
7417 (epg-start-import-keys, epg-import-keys-from-file)
7418 (epg-import-keys-from-string, epg-start-receive-keys)
7419 (epg-receive-keys, epg-import-keys-from-server)
7420 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7421 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
7422 (epg-generate-key-from-file, epg-generate-key-from-string):
7423 Remove autoload cookie.
d85889e4 7424
8f825ee6
EZ
74252009-09-12 Eli Zaretskii <eliz@gnu.org>
7426
36b434ee
EZ
7427 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7428 reevaluation of trash-directory.
7429
8f825ee6
EZ
7430 * mwheel.el: Fix last change.
7431 (mouse-wheel-mode): New defvar.
7432 (mouse-wheel-mode): Remove autoload cookie.
7433
5766c380
SM
74342009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7435
ab5c0fcd
SM
7436 * mwheel.el (mwheel-installed-bindings): New var.
7437 (mouse-wheel-mode): Use it, so as to make sure we really remove all
7438 the bindings we set last time. Use custom-initialize-delay.
7439 * loadup.el: Load mwheel after term/*-win.el.
7440 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7441 and mouse-wheel-up-event now that their first evaluation is done
7442 sufficiently late to be correct.
7443
45448e64
SM
7444 * startup.el (tutorial-directory): Make it a defcustom.
7445 Use custom-initialize-delay rather than eval-at-startup to set it.
7446 * image.el (image-load-path): Make it a defcustom.
7447 Use custom-initialize-delay rather than eval-at-startup to set it.
7448 * subr.el (eval-at-startup): Remove.
7449 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
7450
5766c380
SM
7451 * subr.el (do-after-load-evaluation): Warn the user after loading an
7452 obsolete package.
7453
d6549da4
GM
74542009-09-12 Glenn Morris <rgm@gnu.org>
7455
7456 * proced.el (proced-mark-alt): Remove alias.
7457 (proced-mode-map): Remove proced-mark-alt.
7458
7459 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
7460 Elint file and directory. Remove initialization entry.
7461
7462 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
7463 commands.
7464 (elint-current-buffer): Set mode-line-process.
7465 (elint-init-env): Handle define-derived-mode.
7466 Fix declare-function with unspecified arglist. Guard against odd
7467 defalias statements (eg iso-insert's 8859-1-map).
7468 (elint-add-required-env): Use a temp buffer.
7469 (elint-form): Just print the function/macro name, not the whole form.
7470 Return env unchanged if we fail to parse a macro.
7471 (elint-forms): Guard against parse errors.
7472 (elint-output): New function, to handle batch mode.
7473 (elint-log-message): Add optional argument. Use elint-output.
7474 (elint-set-mode-line): New function.
7475
30194d4d
CY
74762009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
7477
7478 * emacs-lisp/elp.el (elp-not-profilable): Add more
7479 functions (Bug#4233).
7480
a035f9b0
CY
74812009-09-12 Chong Yidong <cyd@stupidchicken.com>
7482
7483 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
7484 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
7485
dad61164
NR
74862009-09-11 Nick Roberts <nickrob@snap.net.nz>
7487
7488 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
7489 (gdb-var-list-children): Use json parsing.
7490
9c3c9fdf 74912009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
7492
7493 * progmodes/js.el (js--proper-indentation): Handle the case where
7494 char-before is null. Reported by Deniz Dogan.
7495
b4587710
JB
74962009-09-11 Juanma Barranquero <lekktu@gmail.com>
7497
7498 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
7499
13890796
DU
75002009-09-11 Daiki Ueno <ueno@unixuser.org>
7501
7502 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
7503 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 7504 (epg-context-set-passphrase-callback)
97d4bdba 7505 (epg-context-set-progress-callback): Add description about
b18508dd 7506 callback function.
13890796 7507
2efb64a8
SM
75082009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7509
790d0270
SM
7510 * custom.el (custom-delayed-init-variables): New var.
7511 (custom-initialize-delay): New function.
7512 * startup.el (command-line): "Re"evaluate all vars in
7513 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
7514 explicitly any more.
7515 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
7516 to avoid creating a ~/.emacs.d at build-time (bug#4347).
7517
7518 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 7519
ac243a40
NR
75202009-09-11 Nick Roberts <nickrob@snap.net.nz>
7521
7522 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
7523 (gdb-var-update-handler): Use json parsing.
7524
657bc6fc
JB
75252009-09-11 Juanma Barranquero <lekktu@gmail.com>
7526
7527 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
7528 decode annotated text, regardless of language environment. (Bug#2741)
7529
b6fe8102
SM
75302009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7531
7532 * Makefile.in (autoloads): Make rmail.el writable as well.
7533
5cc443fe
GM
75342009-09-11 Glenn Morris <rgm@gnu.org>
7535
5515c54e
GM
7536 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
7537 loaddefs.el.
7538 * dired.el: Regenerate with extracted autoloads.
7539 * Makefile.in (autoloads): Make dired.el writable.
7540
15067158
GM
7541 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
7542 * ibuffer.el: Regenerate with extracted autoloads.
7543 * Makefile.in (autoloads): Make ibuffer.el writable.
7544
d35d0238
GM
7545 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
7546 * version.el (emacs-copyright, emacs-major-version)
7547 (emacs-minor-version): Reformat doc-strings for make-docfile.
7548
5cc443fe
GM
7549 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
7550 functions and variables, since they must be stuff specific to some other
7551 platform.
7552 (apropos-print): Make mouse-click message less specific about button.
7553
7554 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
7555 that records where a macro was defined.
7556 * help-fns.el (describe-function-1): Mention if a function has a
7557 compiler-macro.
7558 * help-mode.el (help-function-cmacro): New button.
7559
7560 * locate.el (top-level): Always require dired.
7561 (locate-mode-map): Initialize inside the defvar.
7562
7563 * net/ange-ftp.el (dired-compress-file): Declare.
7564 (ange-ftp-dired-compress-file): Add doc string.
7565
7566 * term/ns-win.el (x-display-name, x-setup-function-keys):
7567 Unify doc-strings with X versions.
7568
8cb95edf
SM
75692009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7570
726a4d09
SM
7571 * emulation/crisp.el (crisp-mode-map): Move initialization
7572 into declaration.
7573 (crisp-mode): Use define-minor-mode.
7574
8cb95edf
SM
7575 * progmodes/xscheme.el (xscheme-evaluation-commands):
7576 Put a :advertised-binding property rather than using
7577 advertised-xscheme-send-previous-expression.
7578 (advertised-xscheme-send-previous-expression): Declare obsolete.
7579 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
7580 `advertised-undo'.
7581 (crisp-mode): Add corresponding bindings to
7582 undo's :advertised-binding instead.
7583 * dired.el (dired-mode-map): Put a :advertised-binding property rather
7584 than using dired-advertised-find-file.
7585 (dired-advertised-find-file):
7586 * simple.el (advertised-undo):
7587 * wid-edit.el (advertised-widget-backward): Declare obsolete.
7588 (widget-keymap): Put a :advertised-binding property rather
7589 than using advertised-widget-backward.
7590 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
7591 than using advertised-undo.
7592 * tutorial.el (tutorial--default-keys): Adjust accordingly.
7593
07db5857
SS
75942009-09-10 Simon South <ssouth@slowcomputing.org>
7595
7596 * progmodes/delphi.el (delphi-tab): Indent region when Transient
7597 Mark mode is enabled and region is active; otherwise indent or
7598 insert TAB as usual.
7599 (delphi-mode): Update description of TAB-key binding.
7600
50d4ba39
SM
76012009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7602
7603 * subr.el (define-key-rebound-commands): Mark obsolete.
7604 * startup.el (precompute-menubar-bindings): Remove.
7605 (normal-top-level): Remove obsolete code that tried to precompute
7606 menubar bindings.
7607 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
7608 define-key-rebound-commands and precompute-menubar-bindings.
7609
ffa894db
KY
76102009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7611
7612 * net/imap.el (imap-interactive-login): Better messages.
7613 (imap-open): Fix bug with renamed buffer on reconnect.
7614 (imap-authenticate): Add buffer-local imap-last-authenticator variable
7615 for easier debugging and cleaner code. On successful (guessed based on
7616 server capabilities) secondary authentication, set imap-state
7617 correctly.
7618 (imap-last-authenticator): Define imap-last-authenticator as a variable
7619 to avoid warnings.
7620
9477096c
GM
76212009-09-10 Glenn Morris <rgm@gnu.org>
7622
7623 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
7624
7625 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
7626 (byte-compile-file-form-autoload): Don't warn about unknown functions
7627 where the autoload statement comes after the use.
7628 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
7629 that any handlers inside the body (eg require) are in turn respected.
7630
7631 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
7632 effects.
7633
7634 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
7635 and syntax and abbrev tables basic docs, if they don't have any.
7636
7637 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
7638
7639 * international/mule-cmds.el (top-level): Require cl when compiling.
7640 (view-hello-file): Use default-value rather than
7641 default-enable-multibyte-characters.
7642
7643 * progmodes/fortran.el: Move all safe and risky properties into the
7644 defcustoms.
7645
7646 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
7647 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
7648 * mail/undigest.el:
7649 Put autoloads in rmail.el rather than loaddefs.el.
7650 * mail/rmail.el: Regenerate with extracted autoloads.
7651
7652 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
7653 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
7654
9f16c547
NR
76552009-09-10 Nick Roberts <nickrob@snap.net.nz>
7656
7657 Reported in thread for Bug#4375.
7658 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
7659 "-data-evaluate-expression" instead of print.
7660 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
7661 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
7662 (gdb): Revert 2009-08-11 change. User should detach inferior
7663 manually.
9f16c547
NR
7664
7665 Remove the word "separate" from IO functions as inferior
7666 output is now never displayed in the GUD buffer.
7667
50405cd0
JB
76682009-09-10 Juanma Barranquero <lekktu@gmail.com>
7669
7670 * startup.el (command-line-normalize-file-name): On Windows and
7671 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
7672
7ae62430
JL
76732009-09-10 Juri Linkov <juri@jurta.org>
7674
7675 * isearch.el (isearch-text-char-description): Propertize escape
7676 character sequences with the `escape-glyph' face. (Bug#4344)
7677
7678 * simple.el (shell-command): Set asynchronous process filter to
7679 `comint-output-filter'. (Bug#4343)
7680
7681 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
7682 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
7683 the list. Move "asm" to the bottom.
7684 (grep-find-ignored-directories): Add `choice' with nil value
7685 to empty the list easily.
7686 (grep-find-ignored-files): New option.
7687 (grep-files-history): Set to nil by default instead of '("ch" "el").
7688 (grep-compute-defaults): Add "<X>" to `grep-template'.
7689 (grep-read-files): Bind new local variables `default-alias' and
7690 `default-extension'. Use a list of default values for the file prompt.
7691 (lgrep): Add `--exclude=' command line options composed from
7692 `grep-find-ignored-files'.
7693 (rgrep): Add `-name' command line options composed from
7694 `grep-find-ignored-files'. (Bug#4301)
7695
cd875252
SM
76962009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7697
7698 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
7699 (bug#4368).
7700
cdce0b33
KY
77012009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7702
7703 * calendar/time-date.el (autoload):
7704 Expand define-obsolete-function-alias into defalias and make-obsolete
7705 for old Emacsen that Gnus supports.
7706 (with-no-warnings): Define it for old Emacsen.
7707 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7708 is available.
7709 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7710 float-time is available; suppress compile warning for time-to-seconds.
7711
77122009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
7713
7714 * net/imap.el (imap-message-map): Docstring fix.
7715
2b2eb431
GM
77162009-09-09 Glenn Morris <rgm@gnu.org>
7717
7718 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
7719 line numbers too. (Bug#4374)
7720
83a5aac5
SM
77212009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7722
755e0210
SM
7723 * smerge-mode.el (smerge-remove-props, smerge-refine):
7724 Use with-silent-modifications (bug#4342).
7725
83a5aac5
SM
7726 * subr.el (with-silent-modifications): New macro.
7727
79f01fa7
JB
77282009-09-07 Juanma Barranquero <lekktu@gmail.com>
7729
7730 * files.el (top-level): Require `cl' when compiling.
7731
448ecec3
GM
77322009-09-07 Glenn Morris <rgm@gnu.org>
7733
7734 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
7735
8f09a02f
GM
7736 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
7737 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
7738
76ff67bf
NR
77392009-09-06 Nick Roberts <nickrob@snap.net.nz>
7740
7741 * vc-git.el (vc-git-annotate-command): Use separator to parse
7742 arguments correctly.
7743
943c8b75
EZ
77442009-09-06 Eli Zaretskii <eliz@gnu.org>
7745
7746 * proced.el (proced-mode): Doc fix.
7747
680db9ac
MA
77482009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
7749
7750 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
7751 lstat fails.
7752 (tramp-do-file-attributes-with-ls): Check for file existence at
7753 remote end.
7754 (tramp-do-file-attributes-with-stat): Likewise.
7755 (tramp-convert-file-attributes): Return nil when attr is nil.
7756
3f12e5bd
GM
77572009-09-05 Glenn Morris <rgm@gnu.org>
7758
c8dc27bf
GM
7759 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
7760 properties to this button.
7761 (diary-fancy-display): Don't extend the button to the final newline.
7762 (diary-fancy-display-mode): Continue to define "q" as a local key.
7763
cca065d8
GM
7764 * calendar/cal-china.el (holiday-chinese): Make it slightly more
7765 efficient.
7766
cddaedb6
GM
7767 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
7768
3f12e5bd
GM
7769 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
7770 (byte-compile-dest-file-function): New option.
7771 (byte-compile-dest-file): Doc fix.
7772 Obey byte-compile-dest-file-function.
7773 (byte-compile-cl-file-p): New function.
7774 (byte-compile-eval): Only suppress noruntime warnings about cl functions
7775 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
7776 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
7777 than for file being previously loaded.
7778 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
7779 (byte-compile-file-form-require): Handle the case where requiring a file
7780 indirectly causes CL to be loaded.
7781
049a231b
KF
77822009-09-05 Karl Fogel <kfogel@red-bean.com>
7783
7784 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
7785 before killing the old buffer, since by the time `kill-buffer' is
7786 run so many buffer variables have been set to nil that it may not
7787 behave as expected. (Bug#4061)
7788
ef7ef2a0
KF
77892009-09-05 Karl Fogel <kfogel@red-bean.com>
7790
7791 * files.el (find-alternate-file): If the old buffer is modified
7792 and visiting a file, behave similarly to `kill-buffer' when
7793 killing it, thus reverting to the pre-1.878 behavior; see
7794 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
7795 for discussion. Also, consult `buffer-file-name' as a variable
7796 not as a function, for consistency with the rest of the code.
7797
73d854cd
MA
77982009-09-04 Michael Albinus <michael.albinus@gmx.de>
7799
7800 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
7801 also when adding a new directory.
7802
7803 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
7804 defun.
7805
df120481
SM
78062009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7807
7808 * files.el (locate-file-completion-table): Make it provide boundary
7809 information, so partial-completion works better.
7810
c0bc6d79
SM
78112009-09-04 Leo <sdl.web@gmail.com> (tiny change)
7812
7813 * mail/footnote.el (Footnote-text-under-cursor):
7814 Check footnote-text-marker-alist before using it (bug#4324).
7815
f76a9756
GM
78162009-09-04 Glenn Morris <rgm@gnu.org>
7817
67d110f1
GM
7818 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
7819 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
7820 * play/solitaire.el, play/tetris.el:
7821 Remove leading * from defcustom and defface docs.
7822
b42d4989
GM
7823 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
7824 necessary.
7825 (diary-fancy-overriding-map): New variable.
7826 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
7827 Use view-mode.
7828
f76a9756
GM
7829 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
7830 goto-line.
7831
e605eeeb
GM
78322009-09-03 Glenn Morris <rgm@gnu.org>
7833
597e2240
GM
7834 * arc-mode.el (archive-mode):
7835 * dos-fns.el (set-default-process-coding-system):
7836 * man.el (Man-getpage-in-background):
7837 * menu-bar.el (menu-bar-describe-menu):
7838 * server.el (server-process-filter):
7839 * startup.el (command-line):
7840 * tar-mode.el (tar-header-block-tokenize, tar-extract):
7841 * w32-fns.el (set-default-process-coding-system):
7842 * x-dnd.el (x-dnd-handle-file-name):
7843 * international/mule-cmds.el (mule-menu-keymap)
7844 (set-default-coding-systems, language-info-alist, set-language-info)
7845 (set-language-environment, standard-display-european-internal)
7846 (set-locale-environment):
7847 * international/mule-diag.el (mule-diag):
7848 * mail/emacsbug.el (report-emacs-bug):
7849 * mail/rmail.el (rmail-mode):
7850 * mail/sendmail.el (mail-setup):
7851 Use default-value rather than default-enable-multibyte-characters.
7852
f38184aa
GM
7853 * progmodes/f90.el: Move all safe properties into the defcustoms.
7854 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
7855
e605eeeb
GM
7856 * calendar/appt.el (appt-check):
7857 * calendar/diary-lib.el (diary-set-header, diary-live-p)
7858 (diary-check-diary-file, diary-list-entries)
7859 (diary-include-other-diary-files, diary-simple-display)
7860 (diary-fancy-display, diary-print-entries)
7861 (diary-mark-included-diary-files, diary-make-entry):
7862 Don't call substitute-in-file-name on diary-file.
7863
734db384
SM
78642009-09-03 Eduard Wiebe <usenet@pusto.de>
7865 Stefan Monnier <monnier@iro.umontreal.ca>
7866
7867 * mail/footnote.el (footnote-prefix): Make it a defcustom.
7868 (footnote-mode-map): Move initialization into the declaration.
7869 (footnote-minor-mode-map): Define it rather than changing global-map.
7870 (footnote-mode): Use define-minor-mode.
7871
e5aa47f9
MA
78722009-09-02 Michael Albinus <michael.albinus@gmx.de>
7873
7874 * net/tramp.el (tramp-handle-file-attributes-with-ls)
7875 (tramp-do-file-attributes-with-perl)
7876 (tramp-do-file-attributes-with-stat): Rename from
7877 `tramp-handle-file-attributes-with-*'.
7878 (tramp-handle-file-attributes): Use them.
7879 (tramp-do-directory-files-and-attributes-with-perl)
7880 (tramp-do-directory-files-and-attributes-with-stat): Rename from
7881 `tramp-handle-directory-files-and-attributes-with-*'.
7882 (tramp-handle-directory-files-and-attributes): Use them.
7883 (tramp-method-out-of-band-p): Additional parameter SIZE.
7884 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
7885 (tramp-handle-write-region): Use it.
734db384 7886 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
7887 (tramp-handle-vc-registered): Check, whether the first run did
7888 return files to be tested.
7889 (tramp-advice-make-auto-save-file-name): Do not call directly
7890 `tramp-handle-make-auto-save-file-name', because this would bypass
7891 the locking mechanism.
7892
734db384 7893 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
7894 (file-remote-p, process-file, start-file-process, set-file-times)
7895 (tramp-compat-file-attributes): Compatibility functions shall not
7896 call directly `tramp-handle-*', because this would bypass the
7897 locking mechanism.
7898 (tramp-compat-number-sequence): New defun.
7899
6e2ca895
GM
79002009-09-02 Glenn Morris <rgm@gnu.org>
7901
697c7714
GM
7902 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
7903 alias for float-time.
7904 (time-to-number-of-days): In Emacs, use float-time.
7905 * net/newst-backend.el (time-add): Suppress warnings from compat
7906 function.
7907 * time.el (emacs-uptime, emacs-init-time):
7908 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
7909 Use float-time rather than time-to-seconds.
7910
6e2ca895
GM
7911 * minibuffer.el (completion-initials-expand): Fix typo.
7912
7913 * faces.el (modeline, modeline-inactive, modeline-highlight)
7914 (modeline-buffer-id):
7915 * info.el (info-menu-5): Mark these face aliases as obsolete.
7916
ed17efec
NR
79172009-09-01 Nick Roberts <nickrob@snap.net.nz>
7918
7919 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
7920 space ...
7921 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
7922 no "--thread" option.
7923 (gdb-stopped): Don't print "Switched to thread" message when it is
7924 unchanged.
7925
fcb68f70
SM
79262009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7927
7928 * minibuffer.el (completion-try-completion)
7929 (completion-all-completions): Remove ill-defined (and
7930 mistakenly installed and luckily never used nor documented)
7931 `completion-styles' property.
7932 (completion-initials-expand, completion-initials-all-completions)
7933 (completion-initials-try-completion): New functions.
7934 (completion-styles-alist): Add doc to each entry.
7935 Add new `initials' entry.
7936
83318a6d
NR
79372009-09-01 Nick Roberts <nickrob@snap.net.nz>
7938
7939 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
7940 MI command -var-evaluate-expression.
7941 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
7942 and tweak for case of string child.
734db384 7943 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 7944
d63eb0e7
GM
79452009-09-01 Glenn Morris <rgm@gnu.org>
7946
c4f6e489
GM
7947 * add-log.el (change-log-date-face, change-log-name-face)
7948 (change-log-email-face, change-log-file-face, change-log-list-face)
7949 (change-log-conditionals-face, change-log-function-face)
7950 (change-log-acknowledgement-face):
7951 * cus-edit.el (custom-invalid-face, custom-rogue-face)
7952 (custom-modified-face, custom-set-face, custom-changed-face)
7953 (custom-saved-face, custom-button-face, custom-button-pressed-face)
7954 (custom-documentation-face, custom-state-face, custom-comment-face)
7955 (custom-comment-tag-face, custom-variable-tag-face)
7956 (custom-variable-button-face, custom-face-tag-face)
7957 (custom-group-tag-face-1, custom-group-tag-face):
7958 * diff-mode.el (diff-header-face, diff-file-header-face)
7959 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7960 (diff-added-face, diff-changed-face, diff-function-face)
7961 (diff-context-face, diff-nonexistent-face):
7962 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
7963 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
7964 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
7965 (Info-title-4-face):
7966 * isearch.el (isearch-lazy-highlight-face):
7967 * log-view.el (log-view-file-face, log-view-message-face):
7968 * paren.el (show-paren-match-face, show-paren-mismatch-face):
7969 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
7970 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
7971 (cvs-msg-face):
7972 * smerge-mode.el (smerge-mine-face, smerge-other-face)
7973 (smerge-base-face, smerge-markers-face):
7974 * wid-edit.el (widget-documentation-face, widget-button-face)
7975 (widget-field-face, widget-single-line-field-face)
7976 (widget-inactive-face, widget-button-pressed-face):
7977 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
7978 (woman-addition-face):
2fb1ec93
GM
7979 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
7980 (eshell-ls-executable-face, eshell-ls-readonly-face)
7981 (eshell-ls-unreadable-face, eshell-ls-special-face)
7982 (eshell-ls-missing-face, eshell-ls-archive-face)
7983 (eshell-ls-backup-face, eshell-ls-product-face)
7984 (eshell-ls-clutter-face):
7985 * eshell/em-prompt.el (eshell-prompt-face):
7986 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 7987 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
7988 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
7989 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
7990 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
7991 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
7992 (antlr-font-lock-literal-face):
c4f6e489
GM
7993 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
7994 (ebrowse-root-class-face, ebrowse-file-name-face)
7995 (ebrowse-default-face, ebrowse-member-attribute-face)
7996 (ebrowse-member-class-face, ebrowse-progress-face):
7997 * progmodes/make-mode.el (makefile-space-face):
7998 * progmodes/sh-script.el (sh-heredoc-face):
7999 * textmodes/flyspell.el (flyspell-incorrect-face)
8000 (flyspell-duplicate-face):
8001 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 8002 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
8003 Mark face aliases with "-face" suffix as obsolete.
8004
d80619fa
GM
8005 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8006 compiler.
8007
5f68c1b7
GM
8008 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8009 (eudc-bob-sound-menu): Use defvar rather than defconst, since
8010 easy-menu-define wants to modify these.
8011
8012 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8013
8014 * net/browse-url.el (browse-url-file-url):
8015 * term/internal.el (dos-codepage-setup):
8016 Use default-value rather than default-enable-multibyte-characters.
8017
d80619fa 8018 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
8019 * progmodes/flymake.el (flymake-highlight-line)
8020 (flymake-goto-file-and-line, flymake-goto-line):
8021 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8022 (gdb-goto-breakpoint):
8023 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8024 * progmodes/python.el (python-find-function)
8025 (python-pdbtrack-track-stack-file):
8026 * progmodes/verilog-mode.el (verilog-surelint-off):
8027 * term/ns-win.el (ns-open-file-select-line):
8028 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8029 Use forward-line rather than goto-line.
8030
d63eb0e7
GM
8031 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8032 * textmodes/reftex-index.el (reftex-display-index):
8033 * textmodes/reftex-ref.el (reftex-offer-label-menu):
8034 * textmodes/reftex-toc.el (reftex-toc):
8035 Remove unnecessary bindings of default-major-mode (all are followed by
8036 major-mode check and possible mode switch).
8037
0afad278
NR
80382009-08-31 Nick Roberts <nickrob@snap.net.nz>
8039
8040 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8041 Handle watchpoints (bug#4282).
8042 (def-gdb-thread-buffer-command): Enable thread to be selected by
8043 clicking without selecting threads buffer first.
8044 (gdb-current-context-command): Use selected frame so that "up",
8045 "down" etc work in the GUD buffer.
8046 (gdb-update): Find selected frame before rendering stack buffer.
8047 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8048
4e135dd2
SM
80492009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8050
8051 * progmodes/sym-comp.el (displayed-completions): Remove.
8052 (symbol-complete): Use minibuffer-complete.
8053
e61eba34
GM
80542009-08-31 Glenn Morris <rgm@gnu.org>
8055
8056 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8057
734db384
SM
8058 * apropos.el (apropos-symbols-internal):
8059 Handle (obsolete) face aliases.
e61eba34
GM
8060
8061 * faces.el (describe-face): Adjust the output format to be more like
8062 describe-variable, and to mention (obsolete) face aliases.
8063 Adjust the whitespace so that help-setup-xref works.
8064
8065 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8066 * calendar/diary-lib.el (diary-button-face):
8067 Mark these face aliases as obsolete.
8068
8069 * calendar/calendar.el (calendar-today): Doc fix.
8070
4cf71456
NR
80712009-08-31 Nick Roberts <nickrob@snap.net.nz>
8072
8073 * progmodes/gdb-mi.el (gdb-control-all-threads)
8074 (gdb-control-current-thread): Force tool bar update.
8075 (gdb-non-stop-handler): New function.
8076 (gdb-init-1): Use it to test if non-stop mode is supported.
8077 Remove unused gdbmi buffer type.
8078
e61eba34 80792009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
8080
8081 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 8082 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 8083
4324f7ca
NR
80842009-08-30 Nick Roberts <nickrob@snap.net.nz>
8085
8086 * comint.el (comint-exec-1): Check command is non-null first.
8087 Part of gdb-mi.el change (2009-08-28).
8088
a1bf889a
SM
80892009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8090
8091 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8092
060c08b5
JB
80932009-08-30 Juanma Barranquero <lekktu@gmail.com>
8094
8095 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8096 instead of `dolist' to avoid a recursive require when bootstrapping.
8097
ab22be48
SM
80982009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
8099
73ebf88f
SM
8100 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8101
80629cfc
SM
8102 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8103
206d0387 8104 * net/imap.el (imap-send-command): Simplify.
734db384 8105 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 8106
844f7784
SM
8107 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8108
5ca4661e
SM
8109 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8110 with constant argument.
8111
c61dc887
SM
8112 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8113
7eb73deb
SM
8114 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8115
5fe443de
SM
8116 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8117 Change default, since most of our files don't have a history.
8118 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8119 the user.
8120
6444d64a
SM
8121 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8122 Add comint-run.
8123
5cb16bfc
SM
8124 * calc/calc.el: Improve commenting convention.
8125 (calc-digit-map, toplevel): Simplify.
8126
0aeb71a7
SM
8127 * comint.el (comint-insert-input): Be careful to only set point if we
8128 don't delegate to some other command.
8129
9a9af856
SM
8130 * proced.el (proced-signal-list): Make it an alist.
8131 (proced-grammar-alist): Capitalize names.
8132 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8133 Disable undo manually and make it read-only.
8134 Use completion-annotate-function.
8135
ab22be48
SM
8136 * minibuffer.el (minibuffer-message): If the current buffer is not
8137 a minibuffer, insert the message in the echo area rather than at the
8138 end of the buffer.
8139 (completion-annotate-function): New variable.
8140 (minibuffer-completion-help): Use it.
8141 (completion--embedded-envvar-table): Environment vars are
8142 always case-sensitive.
8143
4a948dbf
GM
81442009-08-30 Glenn Morris <rgm@gnu.org>
8145
8146 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8147 from fortran-current-defun.
8148 (fortran-beginning-of-subprogram): Be more precise about finding the
8149 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
8150 (fortran-end-of-subprogram): Simplify.
8151 (fortran-current-defun): Use fortran-start-prog-re.
8152
486cf3b8
JB
81532009-08-29 Juanma Barranquero <lekktu@gmail.com>
8154
8155 * subr.el (do-after-load-evaluation): Simplify.
8156
db167d28
DN
81572009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
8158
8159 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8160
8161 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
8162 (vc-rcs-print-log): Use it.
8163
8164 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8165
efbc652a
SM
81662009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8167
2aa0e5bf
SM
8168 * paths.el (abbrev-file-name): Move to abbrev.el.
8169 * abbrev.el (abbrev-file-name): Move from paths.el.
8170 Obey user-emacs-directory.
8171 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8172 user-emacs-directory.
8173 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8174 abbrev-file-name and calc-settings-file any more.
8175 * startup.el (command-line): Recompute abbrev-file-name and
8176 abbreviated-home-dir.
8177 (normal-no-mouse-startup-screen): Improve the generic code and get rid
8178 of the special code for when C-h bindings haven't been changed.
8179 (display-startup-echo-area-message): Use with-current-buffer.
8180 (command-line-1): Use a list of strings, rather than a list of lists
8181 of strings for longopts.
8182
51da8fe2
SM
8183 * files.el (get-free-disk-space): Use / for default-directory.
8184
0c3cc4dd
SM
8185 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8186 Use with-current-buffer.
8187
d988dbf6
SM
8188 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8189 Recognize immutable variables like most-positive-fixnum.
8190 (byte-compile-setq-default): Check and warn if trying to assign
8191 to an immutable variable, or a non-variable.
8192
efbc652a
SM
8193 * progmodes/cc-vars.el (c-comment-continuation-stars):
8194 * progmodes/cc-engine.el (c-looking-at-bos):
8195 * progmodes/cc-cmds.el (c-toggle-auto-state)
8196 (c-forward-into-nomenclature, c-backward-into-nomenclature)
8197 (c-comment-line-break-function): Add version of obsolescence.
8198
d30a05d1
JL
81992009-08-28 Juri Linkov <juri@jurta.org>
8200
8201 * files.el (magic-fallback-mode-alist): Add ZIP magic number
8202 associated with `archive-mode'.
8203
8204 * image.el (image-type-header-regexps): Use only JPEG magic number
8205 to determine JPEG images, and don't use `image-jpeg-p' because
8206 Emacs can display non-JFIF non-Exif JPEG images.
8207
1e8eecea
JB
82082009-08-28 Juanma Barranquero <lekktu@gmail.com>
8209
8210 * arc-mode.el (archive-mode):
8211 * emacs-lisp/re-builder.el (re-builder-unload-function):
8212 Protect against the default value of `major-mode' being nil.
8213
dd4fbf56
JB
82142009-08-28 Juanma Barranquero <lekktu@gmail.com>
8215
8216 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8217 Fix typos in docstrings.
8218
8219 * progmodes/js.el (js--macro-decl-re): Doc fix.
8220 (js--plain-method-re, js--split-name): Refloc docstring.
8221 (js--class-styles, js--make-merged-item, js--splice-into-items):
8222 Fix typos in docstrings; reflow docstrings.
8223 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8224 (js--variable-decl-matcher, js--inside-pitem-p)
8225 (js--parse-state-at-point, js--get-all-known-symbols)
8226 (js--symbol-history, js-find-symbol, js--js-references)
8227 (js--moz-interactor, js--js-encode-value, js--read-tab):
8228 Fix typos in docstrings.
8229
72f16325
SM
82302009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8231
14acf2f5
SM
8232 * textmodes/reftex.el (reftex-get-file-buffer-force):
8233 * progmodes/verilog-mode.el (verilog-batch-execute-func):
8234 * emulation/viper.el (viper-go-away, viper-set-hooks):
8235 * emacs-lisp/re-builder.el (re-builder-unload-function):
8236 * emacs-lisp/bytecomp.el (byte-compile-file):
8237 * ses.el (ses-unload-function):
8238 * hexl.el (hexl-find-file):
8239 * files.el (normal-mode):
8240 * ehelp.el (with-electric-help):
8241 * autoinsert.el (auto-insert-alist):
8242 * arc-mode.el (archive-mode):
8243 Use (default-value 'major-mode) instead of default-major-mode.
8244
72f16325
SM
8245 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8246 * international/mule.el (load-with-code-conversion):
8247 * emacs-lisp/debug.el (debug):
8248 * ediff-vers.el (ediff-rcs-get-output-buffer):
8249 * dired.el (dired-internal-noselect): Don't let-bind
8250 default-major-mode around code that doesn't use it.
8251 E.g. buffer creation via get-buffer-create doesn't use it.
8252
aa485f7c
MA
82532009-08-28 Michael Albinus <michael.albinus@gmx.de>
8254
8255 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8256 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8257 when writing the temp file. Otherwise, epa-file gets confused.
8258 (tramp-register-file-name-handlers): Make it a defun. Move also
8259 `epa-file-handler' to the front of `file-name-handler-alist'.
8260
82612009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8262
8263 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8264 start right after a ^M.
8265 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8266 (tramp-completion-file-name-regexp-separate)
8267 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
8268 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8269 Don't modify last-coding-system-used by accident.
aa485f7c
MA
8270 (tramp-completion-file-name-handler): Apply the checks here,
8271 instead during registration.
48c2d18a 8272 (tramp-register-file-name-handlers): Renamed from
aa485f7c
MA
8273 `tramp-register-file-name-handler'. Register both
8274 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 8275 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 8276
3f0c2b92
NR
82772009-08-28 Nick Roberts <nickrob@snap.net.nz>
8278
72f16325
SM
8279 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8280 Remove variable ...
3f0c2b92
NR
8281 (gdb-init-1, gdb-display-separate-io-buffer)
8282 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8283 references to it.
8284 (gdb-inferior-io-mode): Use make-comint-in-buffer.
8285 (gdb-inferior-filter): Use comint-output-filter to stop
8286 echoing and remove ^M characters.
8287
705e5bd9
SM
82882009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8289
009fdc2e
SM
8290 * emulation/viper-init.el (viper-restore-cursor-type):
8291 * emulation/cua-base.el (cua--update-indications):
8292 Replace default-cursor-type with (default-value 'cursor-type).
8293
b56a5ae0
SM
8294 * mail/sendmail.el (mail-recover-1):
8295 * international/mule-diag.el (describe-current-coding-system-briefly)
8296 (describe-current-coding-system):
8297 * international/mule-cmds.el (select-safe-coding-system)
8298 (select-message-coding-system)
8299 (set-language-environment-coding-systems, set-locale-environment):
8300 * hexl.el (hexl-insert-multibyte-char):
8301 * dos-w32.el (find-buffer-file-type-coding-system):
8302 * simple.el (what-cursor-position):
8303 Replace uses of default-buffer-file-coding-system
8304 with (default-value 'buffer-file-coding-system).
8305
de70529f
SM
8306 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8307 Replace uses of default-cursor-in-non-selected-windows
8308 with (default-value 'cursor-in-non-selected-windows).
8309 Use with-current-buffer.
8310
705e5bd9
SM
8311 * mail/feedmail.el: Use CL macros.
8312 (feedmail-run-the-queue, feedmail-send-it-immediately):
8313 * dos-w32.el (find-buffer-file-type): Replace uses of
8314 default-buffer-file-type with (default-value 'buffer-file-type).
8315
4d985ac2
GM
83162009-08-28 Glenn Morris <rgm@gnu.org>
8317
8318 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8319 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8320 Use default-value of major-mode rather than default-major-mode.
8321
17c15b81
SM
83222009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8323
3a68ab06
SM
8324 * Makefile.in (update-elcfiles): Report left over elc files.
8325
9421bdd1
SM
8326 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8327 expand-file-name and with-current-buffer.
8328 (mail-get-names, mail-directory): Use with-current-buffer.
8329
17c15b81
SM
8330 * vc.el (vc-read-revision): New function.
8331 (vc-version-diff, vc-merge): Use it.
8332
ba83a64e
SS
83332009-08-27 Sam Steingold <sds@gnu.org>
8334
8335 * simple.el (kill-do-not-save-duplicates): New user option.
8336 (kill-new): When it is non-nil, and the new string is the same as
8337 the latest kill, set replace to t to avoid duplicates in kill-ring.
8338
be3e598a 83392009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
8340
8341 * net/tramp.el (tramp-handle-process-file): Do not flush all
8342 caches when `process-file-side-effects' is set.
8343 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
8344 instead of `tramp-find-file-exists-command'.
8345 Unset `process-file-side-effects'.
d5b5c94a
MA
8346
83472009-08-27 Michael Albinus <michael.albinus@gmx.de>
8348
8349 * net/tramp.el (tramp-methods): New method "rsyncc".
8350 (top): Add completion function for "rsyncc".
8351 (tramp-message-show-message): New defvar.
8352 (tramp-message, tramp-error): Use it.
8353 (tramp-do-copy-or-rename-file-directly): Extend check for direct
8354 remote copying.
8355 (tramp-do-copy-or-rename-file-out-of-band): Handle new
8356 `tramp-methods' entry `copy-env' of "rsyncc".
8357 (tramp-vc-registered-read-file-names): New defconst.
8358 (tramp-vc-registered-file-names): New defvar.
8359 (tramp-handle-vc-registered): Implement optimization strategy.
8360 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8361 (tramp-vc-file-name-handler): New defun.
8362 (tramp-get-ls-command, tramp-get-test-command)
8363 (tramp-get-file-exists-command, tramp-get-remote-ln)
8364 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 8365 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
8366
8367 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8368 (tramp-cache-inhibit-cache): Extend doc string. It allows also
8369 timestamps.
8370 (tramp-get-file-property): Check for timestamps in
8371 `tramp-cache-inhibit-cache'.
8372 (tramp-set-file-property): Write timestamp.
8373
1339cf20
KH
83742009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8375
8376 * language/japan-util.el (japanese-symbol-table): Add entries for
8377 cp932-2-byte.
8378
8379 * international/characters.el: Add category `j' to cp932-2-byte.
8380
726e3f1d
KH
83812009-08-27 Kenichi Handa <handa@m17n.org>
8382
8383 * international/fontset.el (build-default-fontset-data): New macro.
8384 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 8385 tibetan, ethiopic, and ipa.
726e3f1d 8386
4e3b4528
SM
83872009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8388
8389 * cus-start.el (default-major-mode): Customize `major-mode' instead.
8390 (enable-multibyte-characters): Not customizable any more.
8391
8392 * subr.el (default-mode-line-format, default-header-line-format)
8393 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8394 (default-direction-reversed, default-truncate-lines)
8395 (default-left-margin, default-tab-width, default-case-fold-search)
8396 (default-left-margin-width, default-right-margin-width)
8397 (default-left-fringe-width, default-right-fringe-width)
8398 (default-fringes-outside-margins, default-scroll-bar-width)
8399 (default-vertical-scroll-bar, default-indicate-empty-lines)
8400 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8401 (default-fringe-cursor-alist, default-scroll-up-aggressively)
8402 (default-scroll-down-aggressively, default-fill-column)
8403 (default-cursor-type, default-buffer-file-type)
8404 (default-cursor-in-non-selected-windows)
8405 (default-buffer-file-coding-system, default-major-mode)
8406 (default-enable-multibyte-characters): Mark as obsolete.
8407
b3cca6a6
DN
84082009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
8409
652cc1a2
DN
8410 * vc-dir.el (vc-dir-update): Remove debug helper.
8411
b3cca6a6
DN
8412 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8413
4ed8c7aa
SS
84142009-08-26 Sam Steingold <sds@gnu.org>
8415
8416 * simple.el (save-interprogram-paste-before-kill): New user option.
8417 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8418 save the interprogram-paste into kill-ring before overriding it
8419 with the Emacs kill.
8420
3b64d86b
DN
84212009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8422
8423 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8424 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8425 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8426 and move to vc-rcs.el.
8427 (vc-default-next-revision): Rename to vc-rcs-next-revision and
8428 move to vc-rcs.el.
8429 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8430 (vc-rcs-update-changelog): Remove.
8431 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8432 and move to vc-rcs.el.
8433
8434 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8435 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8436 renaming.
8437 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 8438 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
8439 vc.el, renamed to be RCS specific.
8440
72f16325
SM
8441 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
8442 New functions.
8443 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
8444
8445 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
8446 New functions.
8447
636a36a0
SM
84482009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
8449
8450 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
8451
239b3340
DN
84522009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8453
b91f0762 8454 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
8455 (vc-git-stash, vc-git-stash-show): New functions.
8456 (vc-git-extra-menu-map): Bind them.
b91f0762 8457
b8e54362
DN
8458 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
8459 directory correctly in case the item is a directory itself.
8460
239b3340
DN
8461 * vc.el: Document the desired behavior for reverted files in the
8462 `added' state.
dc810649
DN
8463 (vc-default-prettify-state-info): Remove function, unused.
8464
8465 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 8466
e49c0179
GM
84672009-08-26 Glenn Morris <rgm@gnu.org>
8468
8469 * bindings.el (standard-mode-line-format): Reposition dashes in
8470 which-func entry. (Bug#4217)
8471
3029e594
GM
8472 * files.el (enable-local-variables, enable-local-eval)
8473 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
8474 the defcustoms.
8475 (auto-mode-alist, ignored-local-variables)
8476 (save-some-buffers-action-alist): Move risky declarations to the
8477 definitions.
8478 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
8479 (font-lock-defaults, format-alist, imenu--index-alist)
8480 (imenu-generic-expression, input-method-alist, minor-mode-alist)
8481 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
8482 (mode-line-modified, mode-line-mule-info, mode-line-position)
8483 (mode-line-process, mode-line-remote, outline-level)
8484 (parse-time-rules, rmail-output-file-alist)
8485 (special-display-buffer-names, vc-mode):
8486 Move risky declarations to the relevant files.
72f16325
SM
8487 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
8488 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
8489 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
8490 * font-core.el (font-lock-defaults):
8491 * format.el (format-alist):
8492 * vc-hooks.el (vc-mode):
8493 * window.el (special-display-buffer-names):
8494 * international/mule-cmds.el (input-method-alist):
8495 Define riskiness here (dumped file) rather than in files.el.
8496 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
8497 * imenu.el (imenu-generic-expression, imenu--index-alist):
8498 * outline.el (outline-level):
8499 * time.el (display-time-string):
8500 * calendar/parse-time.el (parse-time-rules):
8501 * mail/rmailout.el (rmail-output-file-alist):
8502 Autoload riskiness here, rather than placing in files.el.
8503
8476cfaf
SM
85042009-08-26 Andreas Schwab <schwab@linux-m68k.org>
8505
8506 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
8507
0b35b48e
MA
85082009-08-25 Michael Albinus <michael.albinus@gmx.de>
8509
8510 * simple.el (process-file-side-effects): New defvar.
8511
8512 * dired-aux.el (dired-show-file-type):
8513 * vc.el (vc-diff-internal):
8514 * vc-arch.el (vc-arch-diff):
8515 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
8516 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
8517 * vc-git.el (vc-git-registered, vc-git-working-revision)
8518 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
8519 (vc-git--empty-db-p):
8520 * vc-hooks.el (vc-user-login-name):
8521 * vc-svn.el (vc-svn-registered, vc-svn-state)
8522 (vc-svn-dir-extra-headers, vc-svn-find-revision):
8523 * progmodes/grep.el (grep-probe): Let-bind
8524 `process-file-side-effects' with nil.
8525
8526 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
8527
8528 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
8529 daemon. Replace ping by checking for running service for bluez
8530 and zeroconf. (Bug#4239)
8531
d54cc599
GM
85322009-08-25 Kevin Ryde <user42@zip.com.au>
8533
8534 * net/dig.el (dig): Add autoload cookie.
8535
7bfd055d
GM
85362009-08-25 Glenn Morris <rgm@gnu.org>
8537
bac9c66c
GM
8538 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
8539 load-history for absolute file-names.
8540 (byte-compile-file-form-require): Warn about use of the cl package.
8541
7bfd055d
GM
8542 * format.el (format-alist): Doc fix.
8543
5ac1f9e0
GM
8544 * play/bubbles.el (top-level): Don't require cl at run-time.
8545
af62aa88
GM
8546 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
8547 run-time cl).
8548
71e036af
DD
85492009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
8550
8551 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
8552 from cl package.
8553 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
8554
42110eaf
JB
85552009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
8556
8557 * calc/calc-alg.el (math-trig-rewrite)
8558 (math-hyperbolic-trig-rewrite): New functions.
8559 (calc-simplify): Simplify trig functions when asked.
8560
88421f3e
SM
85612009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8562
8563 * diff-mode.el (diff-find-source-location): Avoid goto-line.
8564
dbd9624e
KH
85652009-08-24 Kenichi Handa <handa@m17n.org>
8566
8567 * language/ind-util.el (mapthread): Delete it.
8568 (combinatorial): New function.
8569 (indian--puthash-cv): Use combinatorial instead of mapthread.
8570
9b89e3ee
GM
85712009-08-22 Kevin Ryde <user42@zip.com.au>
8572
8573 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
8574 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
8575 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
8576 Clarify docstring that the value is strings not symbols.
8577 (checkdoc-list-of-strings-p): New function.
8578
e6ce8c42
GM
85792009-08-22 Glenn Morris <rgm@gnu.org>
8580
2ddf2ea6 8581 * files.el (auto-mode-alist):
a3374680
GM
8582 * hippie-exp.el (he-concat-directory-file-name):
8583 * lpr.el (lpr-windows-system, printer-name):
8584 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
8585 * ps-print.el (ps-windows-system):
8586 * startup.el (command-line):
8587 * emulation/viper-ex.el (viper-glob-function):
8588 * international/mule-cmds.el (set-language-environment-coding-systems):
8589 * net/ange-ftp.el (ange-ftp-write-region):
8590 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 8591 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
8592 unisoft-unix, vax-vms, win32, w32.
8593
977955fa
GM
8594 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
8595 given name if the pattern is not more specific.
8596
b4deec2e
GM
8597 * calendar/lunar.el (lunar-phase-names): New option.
8598 (lunar-phase): Doc fix.
8599 (lunar-cycles-per-year): New constant.
8600 (lunar-index): New function.
8601 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
8602 (lunar-phase-name): Use lunar-phase-names.
8603 (calendar-lunar-phases): Use format.
8604 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
8605
47e83968
GM
8606 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
8607 Copy imenu-example--name-and-position function here for own use.
8608 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
8609
e6ce8c42
GM
8610 * bs.el (bs--redisplay):
8611 * cus-edit.el (custom-redraw):
8612 * ibuffer.el (ibuffer-bury-buffer):
8613 * server.el (server-goto-line-column):
8614 * startup.el (command-line-1):
8615 * strokes.el (strokes-xpm-for-stroke):
8616 * term.el (term-display-buffer-line):
8617 * view.el (View-goto-line):
8618 * calc/calc.el (calc-do, calc-trail-buffer):
8619 * play/gamegrid.el (gamegrid-add-score-insecure):
8620 * progmodes/ada-mode.el (ada-compile-goto-error):
8621 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
8622 (ebrowse-select-1st-to-9nth):
47e83968 8623 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
8624 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
8625 * progmodes/gud.el (gud-display-line):
8626 (idlwave-shell-display-line):
8627 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
8628 * progmodes/make-mode.el (makefile-browser-toggle):
8629 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
8630 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
8631 * textmodes/picture.el (picture-draw-rectangle):
8632 * textmodes/reftex-index.el (reftex-index-goto-letter):
8633 (reftex-select-jump-to-previous):
8634 * textmodes/reftex-sel.el (reftex-find-start-point)
8635 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
8636 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
8637 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
8638 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8639 * textmodes/two-column.el (2C-associated-buffer):
8640 Use forward-line rather than goto-line.
8641
8642 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
8643 goto-line.
8644
4b18bdb3
GM
8645 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
8646 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
8647 (quick-check-list-to-regexp): Declare.
e6ce8c42 8648
72f16325
SM
8649 * progmodes/make-mode.el (makefile-browser-insert-selection):
8650 Use goto-char rather than goto-line.
e6ce8c42
GM
8651
8652 * progmodes/prolog.el (compilation-error-regexp-alist)
8653 (compilation-forget-errors): Declare.
8654
32a2cf25
JL
86552009-08-22 Juri Linkov <juri@jurta.org>
8656
8657 * progmodes/grep.el (lgrep, rgrep): At the beginning
8658 set `dir' to `default-directory' unless `dir' is a non-nil
8659 readable directory. (Bug#4052)
8660 (lgrep, rgrep): Change a weird way to report an error
8661 from using `read-string' to using `error'.
8662 Instead of using interactive arguments in the function body,
8663 add new argument `confirm'.
8664
5443c9b7
SM
86652009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8666
cb5b40ee
SM
8667 * textmodes/remember.el (remember-buffer):
8668 * progmodes/cperl-mode.el (cperl-vc-header-alist):
8669 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
8670 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
8671 * net/newst-treeview.el (newsticker-groups-filename):
8672 * net/newst-backend.el (newsticker-cache-filename):
8673 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
8674 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
8675 (speedbar-add-ignored-path-regexp, speedbar-line-path)
8676 (speedbar-buffers-line-path, speedbar-path-line)
8677 (speedbar-buffers-line-path):
8678 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
8679 (epg-sign-keys):
8680 * epa.el (epa-display-verify-result):
8681 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
8682
d6261cc1
GM
86832009-08-21 Glenn Morris <rgm@gnu.org>
8684
3e1ea342
GM
8685 * progmodes/js.el (inferior-moz-process): Fix declaration.
8686
ce86eeb5
GM
8687 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
8688
fff28970
GM
8689 * obsolete/rnewspost.el (news-mail-reply):
8690 Use goto-char rather than goto-line.
8691
d93e053b
GM
8692 * term/ns-win.el (ns-open-file-select-line):
8693 Use line-beginning-position rather than goto-line.
8694
d5d105e8
GM
8695 * apropos.el (apropos-command):
8696 * ehelp.el (electric-helpify):
8697 * printing.el (pr-show-setup):
8698 * strokes.el (strokes-help):
8699 * tutorial.el (tutorial--describe-nonstandard-key)
8700 (tutorial--detailed-help):
8701 * woman.el (woman-mini-help, woman-display-extended-fonts):
8702 * calc/calc-help.el (calc-describe-key):
8703 * emulation/edt.el (edt-electric-helpify):
8704 * international/mule-diag.el (mule-diag):
8705 * play/yow.el (apropos-zippy):
8706 * progmodes/python.el (python-describe-symbol):
8707 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
8708 * textmodes/table.el (*table--cell-describe-mode)
8709 (*table--cell-describe-bindings):
8710 Use help-print-return-message rather than the now obsolete alias.
8711
a8ab722f 8712 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
8713 (calendar-cursor-to-visible-date):
8714 * play/5x5.el (5x5-position-cursor):
8715 * play/decipher.el (decipher):
8716 * play/gomoku.el (gomoku-goto-xy):
8717 * play/landmark.el (lm-goto-xy):
8718 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
8719 (mpuz-paint-digit):
8720 Use forward-line, not goto-line.
a8ab722f 8721
d6261cc1
GM
8722 * mail/rmail.el (rmail-obsolete): Delete custom group.
8723 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
8724 (rmail-remote-password, rmail-remote-password-required):
8725 Remove unneeded :set-after and :set properties.
8726
9e846523
MA
87272009-08-21 Michael Albinus <michael.albinus@gmx.de>
8728
8729 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
8730
bbe1f502
DN
87312009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
8732
bcc5db24
DN
8733 * loadup.el: Remove leftover macos code.
8734
bbe1f502
DN
8735 * vc-git.el (vc-git-annotate-command): Run asynchronously.
8736 Explicitly pass the date format to git blame so that user local
8737 so that the output format can be parsed.
8738
6fd2d19a
MA
87392009-08-20 Michael Albinus <michael.albinus@gmx.de>
8740
8741 * net/dbus.el (top): Don't check for (getenv
8742 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
8743
31764e15
SM
87442009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
8745
8746 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 8747 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 8748
28930e39
SM
87492009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8750
4fd15622 8751 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 8752 Bug#3287
4fd15622 8753
b3d8e4a0
SM
8754 * help.el (help-print-return-message): Rename from
8755 print-help-return-message.
8756
c9829c70
SM
8757 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
8758 cvs-mode-map parent hack.
8759 (log-view-mode): Derive from special-mode.
8760
b932657b
SM
8761 * linum.el (linum-mode): window-size-change-functions is redundant.
8762 Adapt to new window-configuration-change-hook behavior.
8763 (linum-after-size, linum-after-config): Remove.
8764
1b700bca
SM
8765 * imenu.el (imenu-example--name-and-position)
8766 (imenu-example--lisp-extract-index-name)
8767 (imenu-example--create-lisp-index, imenu-example--create-c-index):
8768 Mark as obsolete.
8769
28930e39
SM
8770 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
8771 (inferior-prolog-mode): Use it.
8772 (inferior-prolog-load-file): Reset list of errors.
8773
c9af0b68
KH
87742009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8775
8776 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
8777
8778 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
8779
720c7cd6
MA
87802009-08-19 Michael Albinus <michael.albinus@gmx.de>
8781
8782 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
8783 is running already.
8784
03a74b84
SM
87852009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8786
8787 * subr.el (listify-key-sequence-1): Use normal syntax since those
8788 integers are nowadays always represented by the same (positive) number
8789 on all platforms.
8790 (read-key-empty-map): New const.
8791 (read-key-delay): New var.
8792 (read-key): New function.
8793 (force-mode-line-update): Use with-current-buffer.
8794 (locate-user-emacs-file): Don't forget to abbreviate the file name.
8795 (start-process-shell-command, start-file-process-shell-command):
8796 Discourage the use of command-args.
8797
f43e88d4
GM
87982009-08-19 Glenn Morris <rgm@gnu.org>
8799
8800 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
8801
890429cc
SM
88022009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8803
85be9ec4
SM
8804 * simple.el (choose-completion-string): Don't rely on
8805 minibuffer-completing-file-name and ad-hoc checks to decide whether
8806 to continue completion or not.
8807
890429cc
SM
8808 * minibuffer.el (minibuffer-hide-completions): New function.
8809 (completion--do-completion): Use it.
8810 (completions-annotations): New face.
8811 (completion--insert-strings): Use it.
8812 (completion-pcm--delim-wild-regex): Add docstring.
8813 (completion-pcm--string->pattern): Add support for 0-width delimiters
8814 in completion-pcm--delim-wild-regex.
8815
265d4549
SM
88162009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8817
d440b941
SM
8818 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
8819 Remove unused var `buffer-modified-p'.
8820
265d4549
SM
8821 * minibuffer.el (completion--do-completion): Move point for the #b001
8822 case as well (bug#4176).
8823 (minibuffer-complete, minibuffer-complete-word): Don't move point.
8824
ba6f7d86
MA
88252009-08-18 Michael Albinus <michael.albinus@gmx.de>
8826
8827 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
8828 and :session buses.
8829
98819490
KH
88302009-08-18 Kenichi Handa <handa@m17n.org>
8831
265d4549
SM
8832 * international/ucs-normalize.el (ucs-normalize-version):
8833 Change to 1.1.
58627cf0
KH
8834 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
8835 (utf-8-hfs): Make it perform normalization on encoding too.
8836
98819490
KH
8837 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
8838 (sentence-end-without-space): Delete duplicated chars.
8839 (sentence-end-base): Likewise.
e739cc85
KH
8840
8841 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
8842 (html-mode): Delete duplicated chars from sentence-end-base.
8843
8844 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
8845 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 8846
645b9326
CY
88472009-08-17 Chong Yidong <cyd@stupidchicken.com>
8848
8849 * files.el (hack-one-local-variable): If the mode function is for
8850 a minor mode, pass it an argument (Bug#4148).
8851
56c195af
MA
88522009-08-17 Michael Albinus <michael.albinus@gmx.de>
8853
8854 * net/tramp.el (tramp-register-completion-file-name-handler):
8855 Check also for (member 'partial-completion completion-styles).
8856
7a55c78b
CY
88572009-08-16 Chong Yidong <cyd@stupidchicken.com>
8858
8859 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
8860 abbrev (Bug#3943).
8861
be3e598a 88622009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
8863
8864 * progmodes/cperl-mode.el: Merge upstream 6.2.
8865 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
8866 (cperl-forward-re): Check cperl-brace-recursing.
8867 (cperl-highlight-charclass): New function.
8868 (cperl-find-pods-heres): Use it.
31cd2dd4 8869 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 8870 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 8871 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
8872 (cperl-beautify-level): Don't process entire regexp.
8873 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
8874 calling man.
8875 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
8876 (cperl-init-faces): Build a list in the normal way.
8877
81b1f9c9
CY
88782009-08-16 Chong Yidong <cyd@stupidchicken.com>
8879
8880 * calendar/parse-time.el (parse-time-string-chars): Save match
8881 data.
8882
c3732cb8
SM
88832009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
8884
55659495
SM
8885 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
8886 (sql-product): Use it.
8887 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
8888 (sql-set-product): Add completion.
8889 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
8890 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
8891 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
8892 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
8893 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
8894 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
8895 (sql-highlight-db2-keywords): Remove.
8896 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
8897 (sql-highlight-product): Use derived-mode-p.
8898 (sql-set-sqli-buffer): Use with-current-buffer.
8899 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
8900 Simplify.
8901
1ae79427
SM
8902 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
8903
c3732cb8
SM
8904 * term.el: Fix commenting convention, turn comments into docstrings.
8905
f24b8bf3
CY
89062009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
8907
8908 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
8909
7b6fefac 89102009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 8911
1200ac26 8912 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
8913 character classes, to handle non-ascii characters (Bug#3190).
8914
89152009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 8916
1abbe4e5
CY
8917 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
8918 another heredoc if the user adds another < (Bug#3226).
8919
c3732cb8
SM
8920 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8921 Don't initialize based on window-system (Bug#4124).
19261da4 8922
daad00fc
CY
8923 * facemenu.el (facemenu-read-color): Use a completion function
8924 that accepts any defined color, such as RGB triplets (Bug#3677).
8925
e1bdde78
CY
8926 * files.el (get-free-disk-space): Change fallback default
8927 directory to /. Expand DIR argument before switching to fallback.
8928 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
8929
9d73a99e
CY
89302009-08-15 Chong Yidong <cyd@stupidchicken.com>
8931
8932 * files.el (load-library): Doc fix.
8933
68b962d4 89342009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 8935
953e0c1a 8936 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 8937 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 8938 incremental search string.
9d73a99e 8939
c3732cb8 8940 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 8941 XEmacs.
9d73a99e 8942
c3732cb8
SM
8943 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
8944 (ediff-merge-region-is-non-clash)
8945 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 8946 Also check if the job is really a merge job.
9d73a99e 8947
c3732cb8 8948 * ediff.el (ediff-current-file): New function.
9d73a99e 8949
2e330adc
CY
89502009-08-15 Chong Yidong <cyd@stupidchicken.com>
8951
8952 * progmodes/js.el: Edit docstrings throughout to follow Emacs
8953 conventions.
c3732cb8 8954 (js-insert-and-indent): Delete function.
2e330adc
CY
8955 (js-mode-map): Don't bind keys to js-insert-and-indent.
8956 (js-beginning-of-defun): Rename from js--beginning-of-defun.
8957 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 8958 (js-auto-indent-flag): Delete variable.
2e330adc 8959
17b5d0f7
CY
89602009-08-14 Chong Yidong <cyd@stupidchicken.com>
8961
c3732cb8
SM
8962 * progmodes/js.el: Remove proclaim statement.
8963 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 8964
ba2d8894
CY
8965 * files.el (auto-mode-alist): Use js-mode for .js files.
8966
c3732cb8 8967 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
8968
8969 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
8970
8971 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
8972
c3732cb8 8973 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
8974
89752009-08-14 Daniel Colascione <dan.colascione@gmail.com>
7b6fefac 8976 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
8977
8978 * progmodes/js.el: New file.
8979
b6377f1d
MH
89802009-08-14 Mark A. Hershberger <mah@everybody.org>
8981
8982 * timezone.el (timezone-parse-date): Add ability to understand ISO
8983 basic format (minimal separators) dates in addition to the
8984 already-supported extended format dates.
8985
bc0eef46
EZ
89862009-08-14 Eli Zaretskii <eliz@gnu.org>
8987
4e021e65
EZ
8988 * international/ucs-normalize.el: Add a `coding' file variable.
8989
bc0eef46
EZ
8990 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
8991
53dab179
SS
89922009-08-14 Sam Steingold <sds@gnu.org>
8993
6801c38a 8994 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 8995
6c58c39c
CY
89962009-08-13 Chong Yidong <cyd@stupidchicken.com>
8997
8998 * faces.el (help-argument-name): Define it here instead of
8999 help-fns.el, because in daemon mode help-fns.el may be loaded when
9000 faces are still uninitialized (Bug#1078).
9001
9002 * help-fns.el (help-argument-name): Move defface to faces.el.
9003
c7baf7e9
NR
90042009-08-13 Nick Roberts <nickrob@snap.net.nz>
9005
9006 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9007 create buffer with a pty but no process so that GDB can make the
9008 inferior the controlling process.
9009
9c40e995 90102009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
9011
9012 * international/ucs-normalize.el: New file.
9013
8cdba32b
RS
90142009-08-13 Richard Stallman <rms@gnu.org>
9015
5c950923
RS
9016 * mail/rmail.el (rmail-get-attr-names):
9017 Accept an attribute header that is too short.
9018
76e1e40b
RS
9019 * mail/rmail.el (rmail-forget-messages):
9020 Ignore nil elt in rmail-message-vector. Use dotimes.
9021
1fc01b08
RS
9022 * progmodes/compile.el (compilation-goto-locus):
9023 Use next-error-move-function.
9024
8cdba32b
RS
9025 * simple.el (next-error-move-function): New variable.
9026
99910cf4
JL
90272009-08-12 Juri Linkov <juri@jurta.org>
9028
9029 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9030 always non-nil. (Bug#4052)
9031
9032 * replace.el (read-regexp): Return empty string when
9033 `default-value' is nil.
9034 (keep-lines-read-args): Don't use empty string as the
9035 default value for `read-regexp'. (Bug#2495)
9036
fc5bdf6c
JL
90372009-08-12 Juri Linkov <juri@jurta.org>
9038
9039 * international/mule-cmds.el (ucs-insert): Change arguments
9040 from `arg' to `character', `count', `inherit' to be the same
9041 as in `insert-char'. Doc fix. (Bug#4039)
9042
9043 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9044
77748848
JL
90452009-08-12 Juri Linkov <juri@jurta.org>
9046
9047 * files-x.el: New file.
9048
9049 * files.el: Move code that deals with adding/deleting
9050 file/directory-local variables to files-x.el.
9051
9052 * Makefile.in (ELCFILES): Add files-x.elc.
9053
c8a44c4e
DD
90542009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
9055
27a9fd5a
DD
9056 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9057 to use `goto-line'.
9058 (gdb-place-breakpoints, gdb-get-location): Rewritten without
9059 `goto-line'.
9060 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 9061 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 9062 threads list.
107ef54a 9063 (gdb): Send -target-detach when buffer is killed (Bug#3794).
cf6e27cf
DD
9064 (gdb-starting): Moved -data-list-register-names...
9065 (gdb-stopped): ...here so it's sent when first thread stops.
9066 (gdb-registers-handler-custom): Do nothing if register names are
9067 unknown yet.
27a9fd5a 9068
c8a44c4e
DD
9069 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9070 from `gdb-mi.el' to avoid extra tangling.
9071
9072 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 9073 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
9074 (gdb-update-gud-running): No extra fuss for updating frame number.
9075
dfd4e693
SM
90762009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9077
51c4341f
SM
9078 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9079 (describe-language-environment-map, setup-language-environment-map)
9080 (set-coding-system-map): Move initialization into declaration.
9081 (set-language-info-alist): Last arg to define-key-after can be skipped.
9082
9083 * international/quail.el (quail-completion-1): Simplify.
9084 (quail-define-rules): Use slightly more compact code.
9085 (quail-insert-decode-map): Propertize keys, compact columns.
9086
dfd4e693
SM
9087 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9088 Add goto-line.
9089
83326559
MB
90902009-08-10 Miles Bader <miles@gnu.org>
9091
9092 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9093 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9094 (js2-instance-member, js2-private-member, js2-private-function-call)
9095 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9096 (js2-magic-paren, js2-external-variable):
9097 Remove "-face" suffix from face names.
9098 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9099 (js2-highlight-undeclared-vars, js2-peek-token)
9100 (js2-parse-function-params, js2-mode-show-errors)
9101 (js2-mode-show-warnings, js2-make-magic-delimiter)
9102 (js2-mode-highlight-magic-parens): Update to use new face names.
9103
8e754ea2
MA
91042009-08-09 Michael Albinus <michael.albinus@gmx.de>
9105
9106 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9107 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
9108
1c292fc7
CY
91092009-08-09 Chong Yidong <cyd@stupidchicken.com>
9110
18d433a7
CY
9111 * subr.el: Provide hashtable-print-readable.
9112
1c292fc7
CY
9113 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9114 hs-c-like-adjust-block-beginning.
9115 (hs-hide-block-at-point): Stop hiding at the beginning of
9116 hs-block-end-regexp (Bug#700).
9117
2db0ae07
DD
91182009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
9119
9120 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9121 a macro.
9122 (gdb-registers-handler-custom): Do not fail when register names
9123 are unavailable.
9124
fe4740a6
DD
91252009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9126
9127 * progmodes/gdb-mi.el (gdb-control-all-threads)
9128 (gdb-control-current-thread): Interactive setters for
9129 `gdb-gud-control-all-threads' to use in menu.
9130 (gdb-show-run-p): Show «Go» when process is not active.
7b6fefac 9131 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
fe4740a6
DD
9132 gud/thread.xpm and gud/all.xpm.
9133
ce299d55
CY
91342009-08-08 Yoni Rabkin <yoni@rabkins.net>
9135
9136 * net/net-utils.el (net-utils-font-lock-keywords): New var.
9137 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
9138 (net-utils-mode): New mode for viewing diagnostic network output.
9139 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9140 (net-utils-run-simple): New function.
9141 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 9142
7c4654ad
DD
91432009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
9144
9145 * progmodes/gdb-mi.el (gdb-read-memory-custom)
9146 (gdb-memory-set-address, def-gdb-set-positive-number)
9147 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9148 after changing settings.
9149 (gdb-invalidate-disassembly): Update when first shown.
9150 (gdb-edit-locals-value): Fixed.
9151 (gdb-registers-handler-custom): Print registers in right order and
9152 allow changing register values (only for current thread yet).
9cbac26b
DD
9153 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9154 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9155 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9156 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9157 info in mode name.
9158 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 9159
0f25a277
EZ
91602009-08-08 Eli Zaretskii <eliz@gnu.org>
9161
9162 * mail/rmail.el (rmail-add-mbox-headers)
9163 (rmail-set-message-counters-counter): Search for
9164 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
9165
b971be60
GM
91662009-08-08 Glenn Morris <rgm@gnu.org>
9167
9168 * Makefile.in (ELCFILES): Update.
9169
a35d3ad8
EZ
91702009-08-07 Eli Zaretskii <eliz@gnu.org>
9171
60c2df40
EZ
9172 * mail/sendmail.el (mail-yank-original): Set
9173 buffer-file-coding-system from the one used by the message whose
9174 text is yanked.
9175
8b0bcc2e
EZ
9176 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9177 to "windows" when "pgnuplot" is used.
9178 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9179 call accept-process-output if "pgnuplot" is used.
9180 (calc-graph-init): Don't send -display and -geometry to
9181 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
9182 running "pgnuplot -V" with shell-command-to-string.
9183
9184 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9185 the default.
9186
91872009-08-07 Eli Zaretskii <eliz@gnu.org>
9188
9189 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
9190 org/org-latex.elc.
9191
3bca7ca5
DN
91922009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9193
3c53763c
DN
9194 * vc-dispatcher.el (vc-resynch-window): Update comment.
9195
3bca7ca5
DN
9196 * term.el (term-handle-ansi-escape): Add comments with the
9197 terminfo capabilities implemented.
9198
7b217360
DD
91992009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
9200
9201 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9202 (gdb-var-create-handler): Rewritten using JSON parser.
9203 (gdb-propertize-header): Moved earlier.
9204 (gdb-set-header): Removed to avoid duplication.
9205 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9206 Refresh disassembly buffers only after threads list have been
9207 update.
9208 (gdb-threads-header, gdb-registers-header): Per-buffer header line
9209 variables.
9210
b4d84ecf
JL
92112009-08-04 Juri Linkov <juri@jurta.org>
9212
9213 * files.el: Commands to add/delete file/directory-local variables.
9214 (read-file-local-variable, read-file-local-variable-value)
9215 (read-file-local-variable-mode, modify-file-local-variable)
9216 (modify-file-local-variable-prop-line)
9217 (modify-dir-local-variable): New functions.
9218 (add-file-local-variable, delete-file-local-variable)
9219 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9220 (add-dir-local-variable, delete-dir-local-variable)
9221 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9222 (copy-dir-locals-to-file-locals-prop-line): New commands.
9223
42da39c1
CY
92242009-08-04 Chong Yidong <cyd@stupidchicken.com>
9225
9226 * abbrev.el (insert-abbrev-table-description): Prettify output.
9227 Suggested by Karl Chen.
9228
98bf8494
DD
92292009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
9230
78b9fb28 9231 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 9232 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
9233 (gdb-overlay-arrow-position, gdb-thread-position)
9234 (gdb-disassembly-position): Declare variables.
9235 (gdb-wait-for-pending): Function now.
9236 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9237 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9238 compilation goes smoothly.
9239 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9240 (gdb-non-stop-setting): New customization setting which replaces
9241 `gdb-non-stop' so changing it doesn't break active GDB session.
9242 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9243 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9244 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9245 (gdb-show-threads-by-default): New customization options.
9246 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9247 routines.
9248 (gdb-get-buffer-create): Send buffers update signal when they are
9249 created.
9250 (gdb-invalidate-locals, gdb-invalidate-registers)
9251 (gdb-invalidate-breakpoints)
9252 (gdb-invalidate-threads, gdb-invalidate-disassembly)
9253 (gdb-invalidate-memory): Accept update signal.
9254 (gdb-current-context-command): Use --frame option.
9255 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9256 Implement `gdb-frame-number' selection logic.
9257 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9258 whether to show GUD toolbar buttons.
9259 (gdb-thread-exited): Unselect current thread when it exits.
9260 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9261 (gdb-mark-line): Routine which sets overlay arrow or inverses
9262 video on fringeless displays.
9263 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9264 to build aligned columns of data in GDB buffers and set text
9265 properties line-by-line.
9266 (gdb-invalidate-breakpoints)
9267 (gdb-breakpoints-list-handler-custom)
9268 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9269 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9270 (gdb-registers-handler-custom): Align data columns.
9271 (gdb-locals-handler-custom): Now prints data like in variable
9272 declarations.
9273 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9274 Removed confusing buttons.
9275 (gdb-invalidate-threads): Append --frame.
9276 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9277 between breakpoints/threads buffers.
9278 (gdb-set-window-buffer): Now can ignore dedicated windows.
9279 (gdb-propertize-header): Use `gdb-set-window-buffer'.
9280 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9281 (def-gdb-thread-buffer-gud-command): Replaces
9282 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9283 for fine thread control.
9284 (gdb-preempt-existing-or-display-buffer): New function used to
9285 display bound buffers without breaking window layout.
9286 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9287 (gdb-select-frame): New version of `gdb-frames-select' which now
9288 sets `gdb-frame-number' so commands may use --frame option instead
9289 of inner debugger state.
9290 (gdb-frame-handler): Do not set `gdb-frame-number'.
9291 (gdb-threads-mode-map): Select threads with mouse.
9292
9293 * progmodes/gud.el (gdb-gud-context-call): Declare function to
9294 avoid compilation warning.
9295 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9296 `gdb-show-stop-p`.
9297
566f3909
DD
9298 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9299 Argument `key' renamed to `buffer-type'.
9300 (gdb-current-context-buffer-name): Do not add thread info to
9301 buffer name when no thread is selected.
9302 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9303 command (bug 3794).
9304 (gdb-thread-selected): Handle `=thread-selected' notification.
9305 (gdb-wait-for-pending): New macro to deal with congestion problems.
9306 (gdb-breakpoints-list-handler-custom): Don't fail on pending
9307 breakpoints.
7b6fefac
JB
9308 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9309 This fixes problem similar to one described in bug 3947.
566f3909
DD
9310 (gud-menu-map): More menu items.
9311 (gdb-init-1): Reset `gdb-thread-number' to nil.
9312
4a31122c
DD
9313 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9314 non-stop settings.
9315
9316 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9317 (gdb-current-context-command): Do not append --thread if
9318 `gdb-thread-number' is nil.
9319 (gdb-running-threads-count, gdb-stopped-threads-count): New
9320 variables.
9321 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9322 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9323 customization options.
9324 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9325 GUD commands.
7b6fefac 9326 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
9327 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9328 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9329 set `gdb-thread-number' and update `gud-running' properly.
9330 (gdb-running): Update threads list when new threads appear.
9331 (gdb-stopped): Support non-stop operation and new thread switching
9332 logic.
9333 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9334 (gdb-json-partial-output): New set of JSON routines.
9335 (def-gdb-auto-update-trigger): New `signal-list' optional
9336 argument.
9337 (gdb-thread-list-handler-custom): Update `gud-running',
9338 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9339 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9340 (gdb-continue-thread, gdb-step-thread): New commands for fine
9341 thread execution control.
9342 (gud-menu-map): New menu items to switch non-stop options.
9343 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 9344 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
9345
9346 * progmodes/gdb-mi.el (gdb-rules-name-maker)
9347 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9348 gdb-buffer-rules.
9349 (def-gdb-auto-update-handler): New nopreserve optional argument.
9350 (gdb-stack-list-frames-custom): Print stack from top to bottom.
9351
9352 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9353 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9354 (gdb-parent-mode): New mode to derive other GDB modes from.
9355 (gdb-display-disassembly-for-thread)
9356 (gdb-frame-disassembly-for-thread): New commands for threads
9357 buffer.
9358
9359 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9360 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
9361 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9362 (gdb-update): We now store all GDB buffers in a list so that they
9363 can be updated by traversing a list instead of calling invalidate
7b6fefac 9364 triggers explicitly.
a5c9f540
DD
9365 (def-gdb-trigger-and-handler): New macro to define trigger-handler
9366 pair for GDB buffer.
9367 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
9368 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9369 handle pending triggers.
9370 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9371 (def-gdb-thread-buffer-simple-command)
9372 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9373 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
9374 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9375 New commands which show buffers bound to thread.
e7086683 9376 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c 9377
7b6fefac
JB
9378 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9379 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
9380 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9381 to (gud-comint-buffer) in *-buffer-name functions
9382 because (gdb-get-target-string) already does that.
9383 (gdb-locals-handler-custom, gdb-registers-handler-custom)
9384 (gdb-changed-registers-handler): Rewritten without regexps.
9385
ba214964 9386 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
9387 (gdb-thread-number): New variable.
9388 (gdb-current-context-command): New macro which adds --thread
9389 option to command.
7b6fefac 9390 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 9391 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 9392 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
9393 (gdb-select-thread): New command which selects current thread.
9394 (gdb-invalidate-frames, gdb-invalidate-locals)
9395 (gdb-invalidate-registers): Use --thread option.
20f12ed8 9396
2ac33804
MA
93972009-08-04 Michael Albinus <michael.albinus@gmx.de>
9398
9399 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 9400 robust. (Bug#3977)
2ac33804
MA
9401 (tramp-handle-insert-file-contents): `unwind-protect' must be
9402 inside `with-parsed-tramp-file-name'.
9403
9404 * net/tramp-gvfs.el (top): Remove superfluous message when loading
9405 fails.
9406
39d0296f
NR
94072009-08-03 Nick Roberts <nickrob@snap.net.nz>
9408
9409 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9410 directory if CLASSPATH is not set.
9411
adcbca53
MA
94122009-08-03 Michael Albinus <michael.albinus@gmx.de>
9413
7b6fefac
JB
9414 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9415 New defconst.
7ef849b6 9416 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 9417
30924b0b
CY
94182009-08-02 Kevin Ryde <user42@zip.com.au>
9419
7b6fefac
JB
9420 * net/newst-backend.el (newsticker--raw-url-list-defaults):
9421 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 9422
b6ce92f1
CY
94232009-08-02 Chong Yidong <cyd@stupidchicken.com>
9424
d977a092
CY
9425 * select.el (x-set-selection): Doc fix (Bug#4021).
9426
9427 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9428
b6ce92f1
CY
9429 * help-fns.el (describe-variable): Treat list return values from
9430 dir-locals-find-file properly (Bug#4005).
9431
7b6fefac 94322009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
9433
9434 * net/tramp.el (tramp-debug-message): Print also microseconds.
9435
94362009-08-02 Michael Albinus <michael.albinus@gmx.de>
9437
9438 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9439 or END is non-nil.
9440 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9441 (tramp-get-debug-buffer): Change `outline-regexp' according to new
9442 format.
9443
5ce6e4f4 9444 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
9445 (tramp-get-file-property): Use it.
9446
9447 * autorevert.el (auto-revert-handler): Allow
9448 `auto-revert-tail-mode' for remote files.
9449
2aafe808
JR
94502009-08-02 Jason Rumney <jasonr@gnu.org>
9451
9452 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 9453 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 9454
e094097c
CY
94552009-08-02 Chong Yidong <cyd@stupidchicken.com>
9456
9457 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
9458 (font-lock-variable-name-face, font-lock-constant-face): Darken
9459 the colors for light backgrounds.
9460
de94f281
EZ
94612009-08-01 Eli Zaretskii <eliz@gnu.org>
9462
9463 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
9464 month names. (Bug#3987)
9465
54b99340
CY
94662009-07-31 Chong Yidong <cyd@stupidchicken.com>
9467
9468 * simple.el (line-move-finish): Pass whole number to
9469 line-move-to-column.
34be836c 9470 (line-move-visual): Perform hscroll to the recorded position.
54b99340 9471
38216c30
JB
94722009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
9473
9474 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
9475
c779896d
CY
94762009-07-29 Alan Mackenzie <acm@muc.de>
9477
9478 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
9479
592ccae0
DD
94802009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
9481
35edc6c6
DD
9482 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
9483 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 9484
5a9e3ab7
JB
94852009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9486
9487 * calc/calc.el (calc-mode-map): Add keybinding for
9488 `calc-transpose-lines'.
9489
7b6fefac 94902009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
9491
9492 * calc/calc-misc.el (calc-transpose-lines): New function.
9493
905fb90e
MA
94942009-07-28 Michael Albinus <michael.albinus@gmx.de>
9495
9496 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
9497 Simplify check for out-of-band methods.
9498 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
9499 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
9500
76e14464
DN
95012009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
9502
9503 * vc-git.el (vc-git-checkin): Fix typo.
9504
6088b51f 95052009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
9506
9507 * progmodes/js2-mode.el: New file.
9508
b85157fe
NR
95092009-07-28 Nick Roberts <nickrob@snap.net.nz>
9510
9511 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
9512 (gud-menu-map): Adjust tooltip accordingly.
9513
d43c2b06
DN
95142009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9515
1c0f0c3b
DN
9516 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
9517 (vc-bzr-log-view-mode): Adjust log-view-file-re.
9518
d43c2b06
DN
9519 * add-log.el (change-log-mode-map): Add a menu.
9520
3dec5c36
MA
95212009-07-27 Michael Albinus <michael.albinus@gmx.de>
9522
9523 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
9524 function returns nil.
9525 (dbus-handle-event): Handle special return value :ignore.
9526 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
9527
5704140c
CY
95282009-07-26 Chong Yidong <cyd@stupidchicken.com>
9529
9530 * view.el (view-mode-enable): Don't define Helper-return-blurb if
9531 it's not needed.
9532
3077d1f6
EZ
95332009-07-25 Eli Zaretskii <eliz@gnu.org>
9534
9535 Fix Bug#3888:
9536
9537 * w32-vars.el (x-select-enable-clipboard): Doc fix.
9538
9539 * term/pc-win.el (x-display-name, x-colors)
9540 (x-select-enable-clipboard, x-select-text): Doc fix.
9541
9542 * term/common-win.el (x-display-name, x-colors): Doc fix.
9543
9544 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
9545 (xw-defined-colors): Doc fix.
9546
9547 * w32-fns.el (x-select-text, x-setup-function-keys)
9548 (x-get-selection, x-set-selection): Doc fix.
9549
9550 * term/x-win.el (x-select-text, x-setup-function-keys)
9551 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
9552
9553 * select.el (x-set-selection): Doc fix.
9554
51768bc8
MA
95552009-07-25 Michael Albinus <michael.albinus@gmx.de>
9556
9557 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
9558 instead of "IsNSSSupportAvailable". Avahi ought to work also when
9559 "IsNSSSupportAvailable" method is not available. Reported by
9560 Steve Youngs <steve@sxemacs.org>.
9561
b11c2874
KH
95622009-07-24 Kenichi Handa <handa@m17n.org>
9563
9564 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 9565 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
9566 (build-unicode-category-table): Fix range checks.
9567
ba83b7b6
DN
95682009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9569
9570 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
9571 the buffer we try to sync is current when calling
9572 vc-resynch-buffer.
9573
9574 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
9575 not show up to date files.
9576
7a8ae964
GM
95772009-07-24 Glenn Morris <rgm@gnu.org>
9578
9579 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
9580 Add autoload cookies. If necessary, initialize.
9581 (elint-log): Handle non-file buffers.
9582 (elint-initialize): Add optional argument to reinitialize.
9583 (elint-find-builtin-variables): Save excursion.
9584
a707eb05
DN
95852009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9586
9587 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9588 for Lint.
9589
0a2ddfa6
DN
95902009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9591
d6a62b0d
DN
9592 * vc.el (vc-print-log-internal): New function, split out from ...
9593 (vc-print-log): ... here.
10b5dcad 9594 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 9595
0a2ddfa6
DN
9596 * vc-git.el (vc-git-add-signoff): New variable.
9597 (vc-git-checkin): Use it.
9598 (vc-git-toggle-signoff): New function.
9599 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
9600 (vc-git--run-command-string): Accept a nil FILE argument.
9601 (vc-git-stash-list): New function.
9602 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 9603
589a99f2
GM
96042009-07-23 Glenn Morris <rgm@gnu.org>
9605
9606 * help-fns.el (describe-variable): Describe ignored and risky local
9607 variables in a similar way to that in which we describe safe ones.
9608
9609 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
9610 (byte-compile-output-file-form, byte-compile-output-docform)
9611 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
9612 Give some more local variables with common names a "bytecomp-" prefix,
9613 so as not to shadow things during compilation.
9614 * emacs-lisp/cl-macs.el (load-time-value)
9615 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
9616 `outbuffer' to `bytecomp-outbuffer'.
9617
9618 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
9619 since the next two variables cover them automatically now.
9620 (elint-builtin-variables, elint-autoloaded-variables): New.
9621 (elint-unknown-builtin-args): Remove all members, since they can be
9622 parsed automatically now.
9623 (elint-extra-errors): New.
9624 (elint-env-add-env, elint-env-add-macro): Use cadr.
9625 (elint-current-buffer): Use or. Change final message.
9626 (elint-get-top-forms): Use line-end-position.
9627 (elint-init-env): Use cadr. Handle autoload, declare-function,
9628 and defalias.
9629 (elint-add-required-env): Doc fix. Use or. Standardize error.
9630 (regexp-assoc): Remove unused function.
9631 (elint-top-form): Set elint-current-pos, to record the start of the
9632 top-level form, for compilation-mode.
9633 (elint-form): Trap errors in macro expansion. Use dolist.
9634 (elint-unbound-variable): Use elint-builtin-variables and
9635 elint-autoloaded-variables.
9636 (elint-get-args): Use cadr, or.
9637 (elint-check-cond-form): Use dolist, cadr.
9638 (elint-check-condition-case-form): Doc fix. Use cadr.
9639 Use elint-extra-errors.
9640 (elint-log): New function.
9641 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
9642 Distinguish errors and warnings.
9643 (elint-log-message): Use with-current-buffer. Inhibit read-only.
9644 Use a bytecomp-style format.
9645 (elint-clear-log): Preserve default-directory. Inhibit read-only.
9646 (elint-get-log-buffer): Use compilation mode. Disable undo.
9647 Don't truncate lines.
9648 (elint-initialize): Set builtin and autoloaded variable lists.
9649 Only process elint-unknown-builtin-args if non-nil.
9650 (elint-find-builtin-variables, elint-find-autoloaded-variables):
9651 New functions.
9652 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
9653
855b42a2
GM
96542009-07-22 Kevin Ryde <user42@zip.com.au>
9655
9656 * net/newst-backend.el (newsticker--parse-atom-1.0)
9657 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9658 (newsticker--parse-rss-1.0):
9659 * progmodes/idlwave.el (idlwave-mode):
9660 * progmodes/idlw-shell.el (idlwave-shell-mode):
9661 * progmodes/vera-mode.el (vera-mode):
9662 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
9663 * progmodes/vhdl-mode.el (vhdl-mode):
9664 * textmodes/table.el (table-generate-source)
9665 (table--warn-incompatibility):
9666 Hyperlink urls in docstrings with URL `...'.
9667
fd413a37
GM
96682009-07-22 Glenn Morris <rgm@gnu.org>
9669
cb711556
GM
9670 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
9671 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
9672 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
9673 Remove leading * from defcustom docs.
9674
fd413a37
GM
9675 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
9676
9677 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
9678 defcustom doc.
9679 (list-load-path-shadows): Optionally, just return shadows as a string.
9680
9681 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
9682
a4f69701
CY
96832009-07-21 Chong Yidong <cyd@stupidchicken.com>
9684
9685 * mail/rmailedit.el (rmail-edit-mode): Use
9686 auto-save-include-big-deletions.
9687
9688 * mail/rmail.el (rmail-variables): Use
9689 auto-save-include-big-deletions.
9690
9691 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
9692 changes.
9693
ec06459c
JB
96942009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
9695
9696 * calc/calc.el (calc-undo-length): New variable.
9697 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
9698
b41b0976
RS
96992009-07-21 Richard Stallman <rms@gnu.org>
9700
9701 * files.el (auto-save-mode): Handle buffer-save-size = -2
9702 for toggling mode.
9703
4ed32706
GM
97042009-07-21 Glenn Morris <rgm@gnu.org>
9705
531b1264
GM
9706 * textmodes/ispell.el (ispell-looking-back): Update declaration.
9707
55d27f41
GM
9708 * calendar/todo-mode.el (calendar-current-date): Update declaration.
9709
02df3f4d
GM
9710 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
9711 silence compiler. Instead...
9712 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
9713 (ps-print-ensure-fontified): Update for above function name changes.
9714
fdd8417e
GM
9715 * printing.el (pr-mh-get-msg-num, pr-mh-show)
9716 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
9717 silence compiler. Instead...
9718 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
9719 (mh-show-buffer): Only define for compiler.
9720 (pr-mh-current-message): Update for above function name changes.
9721
4ed32706
GM
9722 * files.el (abort-if-file-too-large): Explicitly pass `filename'
9723 as an argument.
9724 (find-file-noselect, insert-file-1): Update for above change.
9725
9726 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
9727
9728 * mail/mailclient.el (mailclient-send-it): Fix message.
9729
9730 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
9731 (edebug-eval): Check cl-debug-env is bound.
9732 (print-level, print-circle): Don't redefine built-in variables.
9733
9734 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
9735 (custom-print-vectors): Remove old comments from doc.
9736
9737 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
9738 (emerge-version): Make the variable an obsolete alias for the
9739 emacs-version variable. Make the function obsolete.
9740 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
9741 Emerge options, rather than merging in into the main Options menu.
9742 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
9743 and auto advance modes. Disable edit/fast items when not relevant.
9744
86812144
CY
97452009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9746
9747 * term/vt420.el (terminal-init-vt420): Fix typo.
9748
6bb90094
SS
97492009-07-20 Sam Steingold <sds@gnu.org>
9750
9751 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
9752 variable (removed from compile.el on 2004-03-11).
9753
42e0a725
CY
97542009-07-20 Chong Yidong <cyd@stupidchicken.com>
9755
9756 * files.el (hack-local-variables-filter): Fix last change.
9757
2ee20f24
JL
97582009-07-19 Juri Linkov <juri@jurta.org>
9759
9760 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
9761 (dir-local-variables-alist): New buffer-local variable.
9762 (hack-local-variables-filter): If variable is not dir-local,
9763 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
9764 because file-local overrides dir-local.
3570691b 9765 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
9766 Remove obsolete declaration.
9767 (hack-dir-local-variables): Add dir-local variable/value pair to
9768 `dir-local-variables-alist' and remove duplicates. Doc fix.
9769
9770 * help-fns.el (describe-variable): Add information about
9771 file-local and dir-local variables.
9772
89bf83cd
CY
97732009-07-19 Chong Yidong <cyd@stupidchicken.com>
9774
9775 * files.el (hack-local-variables-filter): Rewrite.
9776
1a8d3541
GM
97772009-07-19 Glenn Morris <rgm@gnu.org>
9778
d9e8a018
GM
9779 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
9780 Silence compiler by only defining on XEmacs.
9781
da332cfb
GM
9782 * international/mule.el (auto-coding-regexp-alist): Only match
9783 BABYL... at the start of buffer, not of lines. (Bug#3790)
9784
1a8d3541
GM
9785 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
9786 non-calendar buffers (Bug#3862). Restore "not on a date" message.
9787 (cal-menu-context-mouse-menu): Doc fix.
9788
9789 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
9790
9791 * simple.el (mail-user-agent): Doc fix. Set :version tag.
9792
d842b103
JL
97932009-07-18 Juri Linkov <juri@jurta.org>
9794
9795 * info.el: Virtual Info keyword finder.
3570691b 9796 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
9797 (Info-finder-file): New variable.
9798 (Info-finder-find-file): New function.
9799 (finder-known-keywords, finder-package-info)
9800 (find-library-name, lm-commentary): Use defvar and
9801 declare-function to silence compiler warnings.
9802 (Info-finder-find-node): New function.
9803 (info-finder): New command.
9804
9805 * subr.el (process-kill-buffer-query-function): New function.
9806 (add-hook)<kill-buffer-query-functions>: Add hook
9807 `process-kill-buffer-query-function'.
9808
10d37df7
AM
98092009-07-18 Alan Mackenzie <acm@muc.de>
9810
7b6fefac 9811 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
9812 (c-postprocess-file-styles): Give invocation of `c-set-style'
9813 DONT-OVERRIDE parameter of t. Already set style variables will
9814 thus not be overridden by style settings given by `c-file-syle'.
9815
9816 * files.el (hack-local-variables-filter): Remove entries with
9817 duplicate keys from `file-local-variables-alist'.
9818
102e1a41
EZ
98192009-07-18 Eli Zaretskii <eliz@gnu.org>
9820
9821 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
9822 x-set-selection if display-selections-p returns nil for the
9823 current frame.
9824
16f2e9fc
CY
98252009-07-18 Chong Yidong <cyd@stupidchicken.com>
9826
9827 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
9828
f22693fc
EZ
98292009-07-18 Eli Zaretskii <eliz@gnu.org>
9830
a6c2c80c
EZ
9831 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
9832 Accept nil in addition to a regexp.
9833 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
9834 Accept nil in addition to a regexp.
9835 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
9836 buffers that have an associated file. Handle nil values of
9837 desktop-buffers-not-to-save and desktop-files-not-to-save.
9838 (Bug#3833)
9839
f22693fc
EZ
9840 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9841 (x-disown-selection-internal): New functions.
9842
e456379a
NR
98432009-07-18 Nick Roberts <nickrob@snap.net.nz>
9844
9845 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
9846 warning.
9847 (gdb-breakpoints-header): Move forward to avoid compiler warning.
9848 (gdb-make-header-line-mouse-map): Remove duplicate definition.
9849
0013b70f
CY
98502009-07-18 David De La Harpe Golden <david@harpegolden.net>
9851
9852 * simple.el (set-mark): Revert last change.
9853
0855c2ca
CY
98542009-07-17 Tassilo Horn <tassilo@member.fsf.org>
9855
9856 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
9857 rendering of pngs is not possible instead of messaging a long
9858 description.
9859
3f5c9cad
CY
98602009-07-17 David De La Harpe Golden <david@harpegolden.net>
9861
9862 * w32-fns.el (x-selection-owner-p): New function.
9863
9864 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
9865 (mouse-yank-at-click, mouse-yank-primary): If
9866 select-active-regions is non-nil, deactivate the mark before
9867 insertion.
3f5c9cad
CY
9868
9869 * simple.el (deactivate-mark, set-mark): Only save selection if we
9870 own it.
9871
1fc87f9b
KH
98722009-07-17 Kenichi Handa <handa@m17n.org>
9873
9874 * case-table.el (describe-buffer-case-table): Fix for the case
9875 that KEY is a cons.
9876
d56fdcd2
DN
98772009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
9878
9879 * vc-rcs.el (vc-rcs-find-file-hook):
9880 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
9881
bede3e9f
MA
98822009-07-16 Michael Albinus <michael.albinus@gmx.de>
9883
9884 * net/tramp.el (tramp-wait-for-output): Handle the case when
9885 commands do not return a newline but a null byte before the shell
9886 prompt. (Bug#3858)
9887
7653ca1d
YM
98882009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9889
9890 * term/ns-win.el (ns-set-alpha): Don't declare.
9891 (ns-set-background-alpha): Remove function.
9892
ed2a52e9
SM
98932009-07-16 Kevin Ryde <user42@zip.com.au>
9894
9895 * emacs-lisp/copyright.el (copyright-update): Save match-data across
9896 y-or-n-p, for safety.
9897
7a907299
RS
98982009-07-16 Richard Stallman <rms@gnu.org>
9899
9900 * files.el (auto-save-mode): If buffer-saved-size is -2,
9901 don't clobber it.
9902
9903 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
9904 (rmail-retry-ignored-headers): Add more uninteresting fields.
9905
c0db3477
CY
99062009-07-15 Jari Aalto <jari.aalto@cante.net>
9907
9908 * net/rcirc.el (rcirc): Use history variables.
9909 (rcirc-server-name-history, rcirc-nick-name-history)
9910 (rcirc-server-port-history): New variables.
9911
6c875452
KH
99122009-07-15 Kenichi Handa <handa@m17n.org>
9913
bf974dc9
KH
9914 * international/mule-cmds.el (set-language-environment-charset):
9915 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
9916 ignore them.
9917
6c875452
KH
9918 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
9919 Delete unibyte-display.
9920
2066b4fe
CY
99212009-07-15 Chong Yidong <cyd@stupidchicken.com>
9922
9923 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
9924
f9be2e35
CY
99252009-07-15 Chong Yidong <cyd@stupidchicken.com>
9926
9927 * simple.el (deactivate-mark): Optional argument FORCE.
9928 (set-mark): Use deactivate-mark.
9929
9930 * info.el (Info-search): No need to check transient-mark-mode
9931 before calling deactivate-mark.
9932
9933 * select.el (x-set-selection): Doc fix.
9934 (x-valid-simple-selection-p): Allow buffer values.
9935 (xselect--selection-bounds): Handle buffer values. Suggested by
9936 David De La Harpe Golden.
9937
9938 * mouse.el (mouse-set-region, mouse-drag-track): Call
9939 copy-region-as-kill before setting the mark, to let
9940 select-active-regions work.
9941
be3e598a 99422009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
9943
9944 * simple.el (deactivate-mark): If select-active-regions is
9945 non-nil, copy the selection data into a string.
9946 (activate-mark): If select-active-regions is non-nil, set the
9947 selection to the current buffer.
9948 (set-mark): Update selection if select-active-regions is non-nil.
9949
9950 * select.el (x-valid-simple-selection-p): Allow buffer values.
9951
cbd61418
SM
99522009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
9953
9954 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
9955 and more featureful message-mode.
9956
f470187f
CY
99572009-07-14 Chong Yidong <cyd@stupidchicken.com>
9958
9959 * select.el (x-set-selection): Doc fix.
9960 (x-valid-simple-selection-p): Disallow selection data consisting
9961 of a list or cons of integers, since that is not used.
9962 (xselect--selection-bounds, xselect--int-to-cons): New functions.
9963 (xselect-convert-to-string, xselect-convert-to-length)
9964 (xselect-convert-to-filename, xselect-convert-to-charpos)
9965 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
9966
bfc99364
DD
99672009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
9968
9969 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
9970 output in -break-info command (Emacs bug #3794).
9971
e32721f5
GM
99722009-07-14 Glenn Morris <rgm@gnu.org>
9973
1e46f9e4
GM
9974 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
9975 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
9976 (edebug-print-length, edebug-print-level, edebug-print-circle)
9977 (edebug-sit-for-seconds, edebug-view-outside)
9978 (edebug-bounce-point, edebug-set-global-break-condition)
9979 (edebug-Go-nonstop-mode, edebug-trace-mode)
9980 (edebug-Trace-fast-mode, edebug-continue-mode)
9981 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
9982 (edebug-visit-eval-list): Doc fixes.
9983
e32721f5
GM
9984 * subr.el (def-edebug-spec): Doc fix.
9985
66a85e76
KH
99862009-07-14 Kenichi Handa <handa@m17n.org>
9987
9988 * international/characters.el: Fix setting of category ?C.
9989
28571246
JD
99902009-07-13 Jan Djärv <jan.h.d@swipnet.se>
9991
7b6fefac 9992 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
9993 ns-popup-font-panel instead of generate-fontset-menu.
9994
5d74672c
EZ
99952009-07-12 Eli Zaretskii <eliz@gnu.org>
9996
7b6fefac 9997 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 9998
eb1727a4
CY
99992009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
10000
10001 * arc-mode.el (archive-find-type): Allow for a PK00 string before
10002 the PK\003\004 header (Bug#3770).
10003
208384c5
CY
100042009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
10005
10006 * pcomplete.el (pcomplete-comint-setup): Check for
10007 shell-dynamic-complete-filename too.
10008
774409a1
CY
100092009-07-11 Chong Yidong <cyd@stupidchicken.com>
10010
10011 * simple.el (temporary-goal-column): Change the value for
10012 line-move-visual to a cons cell.
10013 (line-move-visual): Record or set the window hscroll, if
10014 necessary (Bug#3494).
10015 (line-move-1): Handle cons value of temporary-goal-column.
10016
1639ee1d
KH
100172009-07-11 Kenichi Handa <handa@m17n.org>
10018
10019 * international/mule-diag.el (describe-character-set): Don't show
10020 width.
10021
2b1d2412
SS
100222009-07-10 Sam Steingold <sds@gnu.org>
10023
10024 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10025 Omake sometimes indents the errors it prints, so allow all
10026 regexps to start with spaces.
10027
ed3a5691
EZ
100282009-07-10 Eli Zaretskii <eliz@gnu.org>
10029
ed2a52e9
SM
10030 * cus-edit.el (customize-changed-options-previous-release):
10031 Bump value to 22.1. (Bug#3804)
ed3a5691 10032
49405d0e
SS
100332009-07-08 Sam Steingold <sds@gnu.org>
10034
10035 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10036 to be a cons cell (test . ignored-directory) to selectively ignore
10037 some directories depending on the location of the search.
10038
93c3eb7c
MA
100392009-07-08 Michael Albinus <michael.albinus@gmx.de>
10040
10041 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10042 remote user is root, on the local host.
10043 (tramp-local-host-p): Either the local user or the remote user
10044 must be root. (Bug#3771)
10045
6f2a8484
NR
100462009-07-08 Nick Roberts <nickrob@snap.net.nz>
10047
10048 * progmodes/gdb-mi.el (gdb): Remove description of
10049 gdb-use-separate-io-buffer.
69cb8d82 10050 (menu): Don't allow toggling of or enable
6f2a8484
NR
10051 gdb-use-separate-io-buffer from menubar.
10052
88d03607
CY
100532009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10054
10055 * mail/unrmail.el (unrmail): Make sure the message ends with two
10056 newlines (Bug#3769).
10057
7ef5b8b2
GM
100582009-07-08 Glenn Morris <rgm@gnu.org>
10059
10060 * calendar/calendar.el (calendar-current-date): Rework previous change.
10061
3ce82f97
GM
100622009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
10063
10064 * calendar/calendar.el (calendar-current-date):
10065 Add an optional argument giving an offset from today.
10066
f35fc841
GM
100672009-07-08 Glenn Morris <rgm@gnu.org>
10068
10069 * tutorial.el (tutorial--describe-nonstandard-key):
10070 Adjust the message for when a key has been unbound.
10071 (help-with-tutorial): Hide the arch-tag.
10072
40149292
KH
100732009-07-08 Kenichi Handa <handa@m17n.org>
10074
69cb8d82
KH
10075 * international/fontset.el (setup-default-fontset): For each
10076 script, append (not set) font-specs.
10077
40149292
KH
10078 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10079 docstring.
10080
ff0c4194
NR
100812009-07-08 Nick Roberts <nickrob@snap.net.nz>
10082
10083 * progmodes/gdb-mi.el (gdb-init-1): Move sending
10084 -data-list-register-names to ...
10085 (gdb-starting): ... here because GDB 7.0 requires execution to
10086 have started when using this MI command.
10087 (gdb-set-header): New function to distinguish select and
10088 unselected tabs in gdb buffers.
10089 (gdb-propertize-header): New macro that uses gdb-set-header.
10090 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 10091 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 10092
8954c675
CY
100932009-07-07 Chong Yidong <cyd@stupidchicken.com>
10094
10095 * Makefile.in (ELCFILES): Remove fadr.elc.
10096
0996385d
DD
100972009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
10098
dc6b4519
DD
10099 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10100 may contain frame information, so `string-match' should be used.
10101 (gdb-update): Disassembly is invalidated through
10102 `gdb-get-selected-frame'.
10103 (gdb-pad-string): New function to pad string with spaces.
10104 (gdb-invalidate-disassembly): Invalidate only if the buffer
10105 exists.
10106 (gdb-disassembly-handler-custom): Column alignment.
10107 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10108 placing new ones.
10109 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10110 end of line, too.
10111 (gdb-frame-handler): Match convention to for disassembly buffer
10112 mode name.
17c1380b 10113 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
10114 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10115 not highlight breakpoints without line information.
69a197a2 10116 (gdb-input): Add trailing newline to command.
dc6b4519 10117
14340b25
DD
10118 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10119 buffer properly.
10120 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 10121 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
10122 now.
10123 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10124 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10125 to place breakpoints.
14340b25
DD
10126 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10127 functions.
10128 (gdb-disassembly-handler-custom): Show overlay arrow.
10129 (gdb-disassembly-place-breakpoints): Show breakpoints in
10130 disassembly buffer.
10131 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 10132 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 10133 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 10134 in `gud-menu-map'.
14340b25 10135
38d4f316 10136 * fadr.el: Remove.
1f2a6224 10137
7b6fefac 10138 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 10139 (gdb-memory-address): New variable which holds top address of
7b6fefac 10140 memory page shown in memory buffer.
0996385d
DD
10141 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10142 customization variables.
10143 New functions:
10144 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10145 display the memory buffer.
10146 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10147 buffer display parameters.
10148 (def-gdb-memory-format, gdb-memory-format-binary)
10149 (gdb-memory-format-octal, gdb-memory-format-unsigned)
10150 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10151 Functions for setting memory buffer format.
10152 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10153 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10154 unit size used in memory buffer.
10155 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10156 to next/previous page of memory buffer.
28d67a53 10157 Now using (bindat-get-field) instead of fadr functions.
0996385d 10158
9ba562d3
SS
101592009-07-07 Sam Steingold <sds@gnu.org>
10160
10161 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10162 non-top-level files.
10163
a43977db
KH
101642009-07-07 Kenichi Handa <handa@m17n.org>
10165
10166 * international/mule-cmds.el (reset-language-environment): Put
10167 the highset priority to the charset iso-8859-1.
10168
d44d05e8
CY
101692009-07-06 Chong Yidong <cyd@stupidchicken.com>
10170
10171 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10172 to the end of the line when locating the block (Bug#700).
10173
3e2fa353
MA
101742009-07-06 Michael Albinus <michael.albinus@gmx.de>
10175
10176 * net/tramp.el (tramp-handle-write-region): Flush file properties
10177 in case of short track.
10178
be3e598a 101792009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 10180
bf0b361c
JB
10181 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10182 Coded custom representation of verilog error regular expressions
10183 to work with Emacs-22's new format.
d88782c3 10184 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 10185 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
10186 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10187 error recognition into XEmacs.
10188 (verilog-error-regexp-add-emacs): Hook routine to install verilog
10189 error recognition into Emacs-22.
10190
25c6f63e
CY
101912009-07-06 Chong Yidong <cyd@stupidchicken.com>
10192
10193 * woman.el: Remove stand-alone closing parentheses.
10194 (woman-file-name, woman2-format-paragraphs)
10195 (woman-leave-blank-lines): Code cleanup.
10196 (woman-use-own-frame): Change default to nil.
10197 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10198 defaults to inherit from default faces.
10199 (woman2-process-escapes): Consume the newline after a stand-alone
10200 filler character (Bug#3651).
10201
f176290e
GM
102022009-07-06 Glenn Morris <rgm@gnu.org>
10203
10204 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10205 (top-level): Move provide to the end.
10206 (ffap): Remove defunct URL from custom group.
10207
10208 * subr.el (eval-after-load): Doc fix.
10209
7b6fefac 102102009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
10211
10212 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10213 `calc-embedded-word' is called twice.
10214
4b8b1ec5
SM
102152009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10216
10217 * files.el (find-alternate-file-other-window, find-alternate-file):
10218 Obey confirm-nonexistent-file-or-buffer.
10219
d6ceb380
MA
102202009-07-05 Michael Albinus <michael.albinus@gmx.de>
10221
10222 * dired-aux.el (dired-show-file-type): Handle remote files.
10223
be3e598a 102242009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 10225
4b8b1ec5
SM
10226 * desktop.el (desktop-globals-to-save):
10227 Add file-name-history (Bug#2750).
c760f19e 10228
6d00ce04
CY
102292009-07-05 Chong Yidong <cyd@stupidchicken.com>
10230
4b8b1ec5 10231 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 10232
6ee21b07
JB
102332009-07-04 Johan Bockgård <bojohan@gnu.org>
10234
10235 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10236 property on entire argument since this is what eshell-lisp-command
10237 expects.
10238
f0dbdc25
MA
102392009-07-03 Michael Albinus <michael.albinus@gmx.de>
10240
10241 * net/tramp-gvfs.el (tramp-gvfs-methods)
10242 (tramp-gvfs-zeroconf-domain)
10243 (tramp-bluez-discover-devices-timeout): Add version flag.
10244 (tramp-gvfs-handler-mounted-unmounted)
10245 (tramp-gvfs-connection-mounted-p): Polish handling of
10246 incompatibilities between GVFS 0.2 and 1.0.
10247
e044e4fc
JD
102482009-07-03 Jan Djärv <jan.h.d@swipnet.se>
10249
4b8b1ec5 10250 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 10251
2e9b968b
JB
102522009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10253
bf0b361c 10254 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
10255 formatted correctly.
10256
baf1a55e
JL
102572009-07-02 Juri Linkov <juri@jurta.org>
10258
10259 * info.el: Virtual Info files and nodes.
10260 (Info-virtual-files, Info-virtual-nodes): New variables.
10261 (Info-current-node-virtual): New variable.
10262 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10263 New functions.
10264 (Info-file-supports-index-cookies): Use Info-virtual-file-p
10265 to check for a virtual file instead of checking a fixed list
10266 of node names.
10267 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10268 instead of ad-hoc processing of "dir" and (apropos history toc).
10269 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10270 instead of ad-hoc processing of "dir" and (apropos history toc).
10271 Reread a file when moving from a virtual node.
10272 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10273 (Info-directory-toc-nodes, Info-directory-find-file)
10274 (Info-directory-find-node): New functions.
10275 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10276 (Info-history): Move part of code to
10277 `Info-history-find-node'.
10278 (Info-history-toc-nodes, Info-history-find-file)
10279 (Info-history-find-node): New functions.
10280 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10281 (Info-toc): Move part of code to `Info-toc-find-node'.
10282 (Info-toc-find-node): New function.
4b8b1ec5 10283 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
10284 the current Info file name to references because now the node
10285 "*TOC*" belongs to the same Info manual.
4b8b1ec5 10286 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
10287 (Info-toc-nodes): Rename input argument `file' to `filename'.
10288 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10289 instead of ad-hoc processing of ("dir" apropos history toc).
10290 (Info-index-nodes): Use Info-virtual-file-p
10291 to check for a virtual file instead of checking a fixed list
10292 of node names.
10293 (Info-index-node): Add check for `Info-current-node-virtual'.
10294 Raise `save-match-data' higher up the tree to contain
10295 `search-forward' too (bug fix).
10296 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10297 (Info-virtual-index-nodes): New variable.
10298 (Info-virtual-index-find-node, Info-virtual-index): New functions.
10299 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10300 (Info-apropos-file, Info-apropos-nodes): New variables.
10301 (Info-apropos-toc-nodes, Info-apropos-find-file)
10302 (Info-apropos-find-node, Info-apropos-matches): New functions.
10303 (info-apropos): Move part of code to `Info-apropos-find-node' and
10304 `Info-apropos-matches'.
10305 (Info-mode-map): Bind "I" to `Info-virtual-index'.
10306 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10307 for a virtual file instead of checking a fixed list of node names.
10308
10309 * simple.el (async-shell-command): New command.
10310
10311 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10312
10313 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10314 instead of `mount-info'.
10315
d04bc496
MA
103162009-07-02 Michael Albinus <michael.albinus@gmx.de>
10317
10318 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 10319 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 10320
af0403e0
KH
103212009-07-02 Kenichi Handa <handa@m17n.org>
10322
10323 * international/mule.el (set-keyboard-coding-system): Force *-unix
10324 coding-system to avoid eol conversion.
10325
99278f8a
MA
103262009-07-01 Michael Albinus <michael.albinus@gmx.de>
10327
4b8b1ec5
SM
10328 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10329 Add handler for `process-file', `shell-command' and
99278f8a
MA
10330 `start-file-process'.
10331 (tramp-gvfs-handle-shell-command)
10332 (tramp-gvfs-handle-start-file-process)
10333 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 10334 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 10335
3f1c6666
JD
103362009-07-01 Jan Djärv <jan.h.d@swipnet.se>
10337
10338 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10339
3f396bac
KH
103402009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
10341
10342 * language/korean.el (set-language-info-alist): Add korean-cp949,
10343 cp949 to spec.
10344
c1185193
KH
103452009-07-01 Kenichi Handa <handa@m17n.org>
10346
10347 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10348
10349 * international/encoded-kb.el: Deleted.
10350
10351 * international/mule.el (set-keyboard-coding-system): Perform the
10352 necessary setup here instead of calling encoded-kbd-setup-display.
10353
3f150a60
GM
103542009-07-01 Glenn Morris <rgm@gnu.org>
10355
10356 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10357
b0d5b05b
GM
103582009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
10359
10360 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
10361
4f4126e6
MA
103622009-06-30 Michael Albinus <michael.albinus@gmx.de>
10363
4b8b1ec5
SM
10364 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10365 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 10366 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 10367
7ae3ea65 10368 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
10369 (top): Add a default for "synce" in `tramp-default-user-alist'.
10370 Add completion function for "synce" method.
10371 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
10372 (tramp-hal-interface-manager, tramp-hal-interface-device):
10373 New defconst.
10374 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10375 (tramp-synce-list-devices, tramp-synce-parse-device-names):
10376 New defuns.
d6ceb380
MA
10377
10378 * net/trampver.el: Update release number.
7ae3ea65 10379
0ad6626b
KH
103802009-06-30 Kenichi Handa <handa@m17n.org>
10381
10382 * international/fontset.el (setup-default-fontset): Add CJK fonts
10383 for symbols and the other miscellaneous characters.
10384
4b8b1ec5
SM
10385 * language/korea-util.el (setup-korean-environment-internal):
10386 Make char-width-table suitable for Korean environments.
0ad6626b
KH
10387 (exit-korean-environment): Cancel above.
10388
10389 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10390 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 10391 setup-function to make char-width-table suitable for respective
0ad6626b
KH
10392 environments, and an exit-function to cancel that.
10393
10394 * language/japan-util.el (setup-japanese-environment-internal):
10395 Call use-cjk-char-width-table with arg `ja_JP'.
10396
10397 * international/characters.el (cjk-char-width-table): Delete it.
10398 (cjk-char-width-table-list): New variable.
10399 (use-cjk-char-width-table): New arg local-name.
10400 (use-default-char-width-table): Fix for the case that Emacs is
10401 already using the default char-width-table.
10402
fd46e893
MA
104032009-06-29 Michael Albinus <michael.albinus@gmx.de>
10404
10405 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10406 modes mandatory. (Bug#3712)
10407
b87d9f96
AM
104082009-06-29 Alan Mackenzie <acm@muc.de>
10409
10410 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 10411 correction between the visible width of TABs and their number of bytes.
b87d9f96 10412
2d25aa5a
CY
104132009-06-29 Chong Yidong <cyd@stupidchicken.com>
10414
10415 * server.el (server-buffer-done): Prevent kill-buffer from
10416 prompting by clearing the buffer modification flag (Bug#3696).
10417
a3a8b002
DN
104182009-06-28 Michael McNamara <mac@mail.brushroad.com>
10419
bf0b361c 10420 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 10421 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
10422 (verilog-basic-complete-re): Support localparam lineup.
10423 (verilog-beg-of-statement-1): Fix for robustness, unique case.
10424 (verilog-set-auto-endcomments): Fix for unique case, always_comb
10425 commenting.
10426 (verilog-leap-to-case-head): Now support *nested* unique &
10427 priority case statements.
10428 (verilog-auto-lineup): Make just declarations the default (as it
10429 had been).
4b8b1ec5 10430 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 10431 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 10432 select the various styles of automatic lineup.
a3a8b002
DN
10433 (verilog-error-regexp-alist): Rework to support the XEmacs style
10434 of error regular expressions from compilers, lint tools &
10435 simulators. Note that GNU Emacs has made it impossible for a mode
10436 to load such things.
10437 (electric-verilog-terminate-line, verilog-indent-declaration)
10438 (verilog-auto-wiure): Rework for radio button selection of
10439 auto-lineup selection of specification of auto lineup.
10440 (verilog-beg-of-statement-1): Redesign to support proper operation
10441 in additional code, based on testing with auto-lineup.
10442 (verilog-calculate-indent, assignments & declarations)
10443 (verilog-backward-token): Enhance to support auto-lineup of
10444 assignments & declarations.
10445 (verilog-in-directive-p, verilog-at-struct-p): New function for
10446 easy test of whether we are.
10447 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
10448 to support safe execution at almost anyline.
10449 (verilog-calc-1): Properly support indenting deep inside generate
10450 blocks.
48c2d18a 10451 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 10452 as it is redundant with font-lock-defaults.
a8f316ca 10453 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
10454 to avoid circular calls if syntax-ppss is a function (as is the
10455 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 10456 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
10457 (verilog-ovm-begin-re, verilog-ovm-end-re)
10458 (verilog-ovm-statement-re, verilog-leap-to-head)
10459 (verilog-backward-token): Add support for OVM macros. Some are
10460 complete statements, and others open and close scopes like begin
10461 and end.
10462 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
10463 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 10464 compilation issue.
48c2d18a 10465 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 10466 coverpoint, constraint and cross statements.
a3a8b002
DN
10467 (verilog-defun-level-list, verilog-generate-defun-level-list)
10468 (verilog-all-defun-level-list): Redo these specifications - it is
10469 too hard to support eval-when compile aggregation of lists also
10470 built at when-compile time.
10471 (verilog-defun-level-list): Place defconsts of variables used in
10472 building regular expressions which are built in eval-when-compile
10473 bodies in the same eval-when-compile body to facilitate compile
10474 without load.
10475 (verilog-beg-block-re-ordered): Support indenting
10476 virtual/protected tasks and functions.
7b6fefac 10477 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
10478 (verilog-backward-ws&directives, verilog-calc-1): Speed up
10479 indentation of some module items (generate items).
10480 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
10481 across virtual/protected tasks and functions.
10482
104832009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
10484
bf0b361c 10485 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 10486 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
10487 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
10488 in concatenations. Reported by Yishay Belkind.
10489 (verilog-auto-ascii-enum): Support one-hot state machines in
10490 AUTOASCIIENUM. Suggested by Lloyd Gomez.
10491 (verilog-auto-inst, verilog-auto-inst-port): Include interface
10492 modport in AUTOINST and add vl-modport for users. Reported by
10493 David Rogoff.
10494 (verilog-auto-inout-module, verilog-auto-inst)
10495 (verilog-decls-get-interfaces, verilog-insert-definition)
10496 (verilog-insert-one-definition, verilog-read-decls)
10497 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
10498 (verilog-sig-modport, verilog-signals-combine-bus)
10499 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
10500 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
10501 Suggested by David Rogoff.
10502 (verilog-repair-open-comma): Fix non-insertion of comma when
10503 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
10504 (verilog-make-width-expression): Simplify [A-1:0] expression
10505 widths to just {A{1'b0}}.
10506 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
10507 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
10508 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
10509 inputs/outputs or data type. Suggested by Vasu Kandadi.
10510 (next-error-last-buffer): Fix byte-compiler warning.
10511 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
10512 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 10513 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 10514 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
10515 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
10516 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 10517 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
10518 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
10519 causing use of <= assignments. Reported by Alex Reed.
10520 (verilog-read-decls): Fix triand, trior, wand, wor to be
10521 recognized by AUTOWIRE. Reported by Spencer Isaacson.
10522 (verilog-extended-complete-re): Support import "DPI-C" functions.
10523 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 10524 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
10525 (verilog-insert-date, verilog-insert-year)
10526 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
10527 Windows systems. Reported by Michael Potts.
10528 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 10529 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 10530 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 10531 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
10532 (verilog-read-decls): Fix detecting "parameter int" when using
10533 AUTOINSTPARAM. Reported by Bruce T.
10534 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 10535 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 10536 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
10537 verilog-goto-defun will work. Reported by Lawrence Butcher.
10538 (verilog-getopt): Expand environment variables in -f file
10539 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 10540 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
10541 when reading enumerations.
10542 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
10543 Suggested by Stephen Peltan.
4b8b1ec5 10544 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
10545 files. Reported by Steve Peltan.
10546
f7c0d931
CY
105472009-06-28 David De La Harpe Golden <david@harpegolden.net>
10548
10549 * files.el (trash-directory): Fix defcustom type.
10550
baf1a55e 105512009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
10552
10553 * help-fns.el (describe-function-1): Correctly locate adviced
10554 functions in hyperlink (Bug#2438).
10555
d63a01ef
CY
105562009-06-28 Chong Yidong <cyd@stupidchicken.com>
10557
10558 * files.el (trash-directory): Change default to nil.
10559 (move-file-to-trash): If trash-directory is nil and
10560 system-move-file-to-trash is unbound, perform freedesktop-style
10561 trashing.
10562
105632009-06-28 David De La Harpe Golden <david@harpegolden.net>
10564
10565 * files.el (move-file-to-trash): Add freedesktop trash
10566 support (Bug#973).
10567
fc2f6a26
GM
105682009-06-28 Glenn Morris <rgm@gnu.org>
10569
10570 * autorevert.el (global-auto-revert-non-file-buffers)
10571 (global-auto-revert-mode): Doc fixes.
10572
00242b07
JB
105732009-06-27 Johan Bockgård <bojohan@gnu.org>
10574
10575 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
10576
f5594f03
CY
105772009-06-27 Chong Yidong <cyd@stupidchicken.com>
10578
e8a2b2da
CY
10579 * faces.el (x-handle-named-frame-geometry): Ensure that we have
10580 opened an X connection before calling x-get-resource (Bug#3194).
10581
f5594f03
CY
10582 * play/doctor.el: Remove reference to obsolete website.
10583 (make-doctor-variables): Correct grammar mistake (Bug#2633).
10584
3c3bf6ce
DN
105852009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
10586
10587 Remove find-file-not-found-hook VC method. (Bug#2757)
10588 * vc-hooks.el (vc-file-not-found-hook)
10589 (vc-default-find-file-not-found-hook): Remove functions.
10590 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
10591 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
10592 * vc.el:
10593 * vc-hg.el:
10594 * vc-git.el: Do not mention find-file-not-found-hook VC method.
10595
e26a7bc0
AM
105962009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
10597
10598 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 10599 compatibility function for `looking-back'.
e26a7bc0 10600
4b8b1ec5 10601 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 10602 Use `ispell-looking-back'.
e26a7bc0 10603
d9848600
MA
106042009-06-24 Michael Albinus <michael.albinus@gmx.de>
10605
10606 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 10607 rather than `filename'.
d9848600 10608
05fbc4a9
MB
106092009-06-23 Miles Bader <miles@gnu.org>
10610
10611 * face-remap.el (text-scale-set): New function.
10612
f86ca715
GM
106132009-06-23 Glenn Morris <rgm@gnu.org>
10614
33e2c2e5
GM
10615 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
10616
f529f302
GM
10617 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
10618
34995333
GM
10619 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
10620
cc80ccee
GM
10621 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
10622
84cb770d
GM
10623 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10624 Simplify Persian conditionals.
10625
d916c965
GM
10626 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
10627 variable `filename'.
10628
b6a44b27
GM
10629 * comint.el (comint-insert-input): Doc fix.
10630
f86ca715
GM
10631 * Makefile.in (ELCFILES): Fix typo in previous change.
10632
666e158e
MB
106332009-06-23 Miles Bader <miles@gnu.org>
10634
10635 * cus-start.el: Add entry for `recenter-redisplay'.
10636
be3e598a 106372009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
10638
10639 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
10640 Add an optional argument for the backend, use it instead of
10641 calling vc-backend.
4b8b1ec5
SM
10642 (vc-mode-line): Add an optional argument for the backend.
10643 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
10644 special handling for vc-state being a buffer to ...
10645
10646 * vc-rcs.el (vc-rcs-find-file-hook):
10647 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
10648
10649 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
10650 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
10651 vc-stay-local-p and vc-mode-line calls.
10652
10653 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
10654 (vc-cvs-diff, vc-cvs-annotate-command)
10655 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
10656 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
10657 vc-mode-line calls.
10658
10659 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
10660 direct comparison.
10661 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
10662 backend when calling vc-mode-line.
10663 (vc-register): Do not create a closure for calling the vc register
10664 function, call it directly.
10665
2764748c
DN
106662009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10667
10668 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
10669 to make it obvious item can be clicked.
f5a0b281
DN
10670
10671 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
10672
d4a885b2
KH
106732009-06-23 Kenichi Handa <handa@m17n.org>
10674
10675 * language/korea-util.el (korean-key-bindings): Change the binding
10676 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
10677 same command.
10678
e3610693
MA
106792009-06-22 Michael Albinus <michael.albinus@gmx.de>
10680
10681 Sync with Tramp 2.1.16.
10682
10683 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
10684
10685 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
10686 when a loading of a package fails. Completion function for rsync
10687 is `tramp-completion-function-alist-ssh'.
10688 (all): Replace all calls of `split-string' and
10689 `tramp-split-string' by `tramp-compat-split-string'.
10690 (tramp-default-method): Use `tramp-compat-process-running-p'.
10691 (tramp-default-proxies-alist): Allow also Lisp forms.
10692 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 10693 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
10694 (tramp-domain-regexp): Allow also "-", "_" and ".".
10695 (tramp-end-of-output): Remove newlines, and add "$" at the end.
10696 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
10697 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
10698 (tramp-handle-directory-files-and-attributes-with-stat):
10699 Care about filenames with spaces, or starting with "-".
e3610693
MA
10700 (tramp-handle-dired-uncache): New defun.
10701 (tramp-handle-insert-directory): Don't flush the directory from
10702 cache, this is handled by `dired-uncache' now.
10703 (tramp-handle-insert-file-contents): Improve error handling.
10704 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10705 Quote `tramp-end-of-output'.
10706 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
10707 (tramp-check-for-regexp): Both echoes must be present, before removing.
10708 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
10709 (tramp-compute-multi-hops): Eval cons cells of
10710 `tramp-default-proxies-alist'.
10711 (tramp-maybe-open-connection): Use the same command pattern for
10712 first hop and further hops.
10713 (tramp-wait-for-output): Remove handling of newlines.
10714 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
10715 (tramp-split-string): Remove function. It is handled in
10716 tramp-compat now.
10717
4b8b1ec5
SM
10718 * net/tramp-cmds.el (tramp-bug):
10719 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
10720
10721 * net/tramp-compat.el (tramp-compat-split-string)
10722 (tramp-compat-process-running-p): New defuns.
10723
10724 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
10725 for `dired-uncache'.
10726
10727 * net/tramp-gvfs.el: New package.
10728
4b8b1ec5
SM
10729 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10730 Add handler for `dired-uncache'.
e3610693
MA
10731 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
10732
10733 * net/trampver.el: Update release number. Make version check fit
10734 for SXEmacs 22.
10735
13a3f374
JM
107362009-06-22 Jim Meyering <meyering@redhat.com>
10737
e0a28a3b 10738 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
10739 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
10740 XZ is the successor to LZMA: <http://tukaani.org/xz/>
10741
5242671e 107422009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 10743 Nick Roberts <nickrob@snap.net.nz>
13a3f374 10744
e0a28a3b 10745 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
10746 repository (http://sphinx.net.ru/hg/gdb-mi/).
10747
3fde45af
GM
107482009-06-22 Glenn Morris <rgm@gnu.org>
10749
46253b34
GM
10750 * files.el (dir-locals-collect-mode-variables): Allow for any number of
10751 `mode' and `eval' entries. (Bug#3430)
10752
97e18192
GM
10753 * Makefile.in (ELCFILES): Add fadr.elc.
10754
731a00fb
GM
10755 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
10756 differing behavior of \n and ^ in strings. (Bug#3385)
10757
c66cd0ff
GM
10758 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
10759
3fde45af
GM
10760 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
10761 property.
10762 (lisp-indent-function): Make it a defcustom.
10763
db2241a0
NR
107642009-06-21 Nick Roberts <nickrob@snap.net.nz>
10765
10766 * progmodes/gdb-ui.el: Replace with ...
5242671e 10767 * progmodes/gdb-mi.el: ... this file.
db2241a0 10768 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
10769
107702009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
10771
db2241a0
NR
10772 * fadr.el: New file.
10773
38d4f316 10774See ChangeLog.14 for earlier changes.
e3d51b27
MR
10775
10776;; Local Variables:
10777;; coding: utf-8
e3d51b27
MR
10778;; End:
10779
4e5617ee 10780 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
e3d51b27
MR
10781
10782 This file is part of GNU Emacs.
10783
10784 GNU Emacs is free software: you can redistribute it and/or modify
10785 it under the terms of the GNU General Public License as published by
10786 the Free Software Foundation, either version 3 of the License, or
10787 (at your option) any later version.
10788
10789 GNU Emacs is distributed in the hope that it will be useful,
10790 but WITHOUT ANY WARRANTY; without even the implied warranty of
10791 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10792 GNU General Public License for more details.
10793
10794 You should have received a copy of the GNU General Public License
10795 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
10796
38d4f316 10797;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1