Clean up last bookmark changes for man/woman/gnus-summary.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
398a825b
SM
12010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * woman.el: Add bookmark declarations to silence the compiler.
4 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
5 step to compatibility between man and woman bookmarks.
6 Adjust for Man-default-bookmark-title renaming.
7 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
8
9 * man.el: Add bookmark declarations to silence the compiler.
10 (Man-name-local-regexp): Make it match NAME as well.
11 (Man-getpage-in-background): Return the buffer.
12 (Man-notify-when-ready): Use `case'.
13 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
14 Don't hardcode "NAME". Simplify.
15 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
16 Rename from Man-bookmark-make-record.
17 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
18 we have the actual man-args. Use Man-getpage-in-background rather
19 than `man' since the arg is already processed. Let bookmark.el do the
20 window handling. Only wait for the relevant process.
21 Don't forget to autoload.
22
23 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
24
45be326a
TV
252010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
26
27 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
28 New functions.
29 (woman-mode): Setup bookmark support.
30
31 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
32 (man-bookmark-jump): New functions.
33 (Man-mode): Setup bookmark support.
34
3acb4c93
CY
352010-04-10 Jari Aalto <jari.aalto@cante.net>
36
37 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
38 recognize ssh-keygen prompt (Bug#2817).
39
b6bbb65e
MA
402010-04-10 Michael Albinus <michael.albinus@gmx.de>
41
42 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
43
b533bc97
MA
442010-04-10 Michael Albinus <michael.albinus@gmx.de>
45
46 Synchronize with Tramp repository.
47
48 * net/tramp.el (tramp-completion-function-alist)
49 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
50 (tramp-local-coding-commands, tramp-remote-coding-commands):
51 Fix docstring.
52 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
53 (tramp-handle-directory-files-and-attributes)
54 (tramp-get-remote-path): Use `copy-tree'.
55 (tramp-handle-file-name-all-completions): Backward/ XEmacs
56 compatibility: Use `completion-ignore-case' if
57 `read-file-name-completion-ignore-case' does not exist.
58 (tramp-do-copy-or-rename-file-directly): Do not use
59 `tramp-handle-file-remote-p'.
45be326a
TV
60 (tramp-do-copy-or-rename-file-out-of-band):
61 Use `tramp-compat-delete-directory'.
b533bc97 62 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
63 (tramp-compute-multi-hops, tramp-maybe-open-connection):
64 Use `format-spec-make'.
b533bc97
MA
65 (tramp-find-foreign-file-name-handler)
66 (tramp-advice-make-auto-save-file-name)
67 (tramp-set-auto-save-file-modes): Remove superfluous check for
68 `stringp'. This is done inside `tramp-tramp-file-p'.
69 (tramp-debug-outline-regexp): New defconst.
70 (tramp-get-debug-buffer): Use it.
71 (tramp-check-for-regexp): Use (forward-line 1).
72 (tramp-set-auto-save-file-modes): Adapt version check.
73
45be326a
TV
74 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
75 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
76 (tramp-compat-make-temp-file): Simplify fallback implementation.
77 (tramp-compat-copy-tree): Remove function.
78 (tramp-compat-delete-directory): Provide implementation for older
79 Emacsen.
80
81 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
82 Do not use `tramp-fish-handle-file-attributes.
83
84 * net/trampver.el: Update release number.
85
ba33df00
GM
862010-04-10 Glenn Morris <rgm@gnu.org>
87
88 * progmodes/compile.el (compilation-save-buffers-predicate):
89 Add missing :version tag.
90
4a8ae76f
SS
912010-04-09 Sam Steingold <sds@gnu.org>
92
93 * progmodes/compile.el (compilation-save-buffers-predicate):
94 Remove the "autoload" cookie.
95
0880716f
SS
96 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
97 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
98 and `bug-reference-prog-mode' can be used in hooks directly.
99
6aebd58c
DN
1002010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
101
102 Add --author support to git commit.
103 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
104 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
105 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
106 New declarations.
6aebd58c 107
f6d90772
ER
1082010-04-09 Eric Raymond <esr@snark.thyrsus.com>
109
110 * vc-hooks.el, vc-git.el: Improve documentation comments.
111
e754e83b
SM
1122010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
113
114 Fix some of the problems in defsubst* (bug#5728).
115 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
116 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
117
9e86ab0b
SS
1182010-04-07 Sam Steingold <sds@gnu.org>
119
e754e83b
SM
120 * progmodes/compile.el (compilation-save-buffers-predicate):
121 New custom variable.
9e86ab0b
SS
122 (compile, recompile): Pass it to `save-some-buffers'.
123
b0c8b840
JD
1242010-04-07 Jan Djärv <jan.h.d@swipnet.se>
125
126 * wid-edit.el (widget-choose): Move cursor to the second line of
127 the buffer (Bug#5695).
128
31527c56
DN
1292010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
130
131 Add new VC methods: vc-log-incoming and vc-log-outgoing.
132 * vc.el (vc-print-log-setup-buttons): New function split out from
133 vc-print-log-internal.
134 (vc-log-internal-common): New function, a parametrized version of
135 vc-print-log-internal.
136 (vc-print-log-internal): Just call vc-log-internal-common with the
137 right arguments.
138 (vc-incoming-outgoing-internal):
139 (vc-log-incoming, vc-log-outgoing): New functions.
140 (vc-log-view-type): New permanent local variable.
141
142 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
143
144 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
145 of the dynamic bound vc-short-log.
146 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
147
148 * vc-git.el (vc-git-log-outgoing): New function.
149 (vc-git-log-view-mode): Use vc-log-view-type instead
150 of the dynamic bound vc-short-log.
151
152 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
153 of the dynamic bound vc-short-log. Highlight the tag.
154 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
155 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
156 (vc-hg-incoming-mode): Remove.
157 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
158
7ec69e2b
DN
1592010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
160
161 Fix default-directory for vc-root-diff.
162 * vc.el (vc-root-diff): Bind default-directory to the root
163 directory for the diff command.
164
fd9ea9d3
WS
1652010-04-07 Michael McNamara <mac@mail.brushroad.com>
166
31527c56
DN
167 * progmodes/verilog-mode.el (verilog-forward-sexp):
168 (verilog-calc-1): Support "disable fork" and "fork wait" multi
169 word keywords, suggested by Steve Pearlmutter.
fd9ea9d3
WS
170 (verilog-pretty-declarations): Support lineup of declarations in
171 port lists.
172 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
173 fix bug for /* / comments
174 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
175 Speed up and simplfy as this is never called with a bound.
176 (verilog-pretty-declarations): Enhance to line up declarations
177 inside a parameter list, suggested by Alan Morgan.
178 (verilog-pretty-expr): Tune assignment regular expression match
179 string for corner cases; also use markers instead of character
180 number as indent changes the later.
181
1822010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
183
31527c56 184 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown as missing
fd9ea9d3
WS
185 keyword.
186 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
187 causing truncation of AUTOWIRE signals. Reported by Bruce
188 Tennant.
189 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
190 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
191 Tennant.
192 (verilog-keywords):
193 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
194 1800-2009 keywords, including "global.".
195
2a07afc5
JW
1962010-04-06 John Wiegley <jwiegley@gmail.com>
197
8b32731a 198 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 199 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 200 file basename). Should use uniquify to offer a real solution.
2a07afc5 201
f9a27d86
JW
2022010-04-06 John Wiegley <jwiegley@gmail.com>
203
8b32731a
JB
204 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
205 comment to code, and add a :version tag.
206 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 207
9caf8a8f
JB
2082010-04-06 Juanma Barranquero <lekktu@gmail.com>
209
210 Enable recentf-mode if using virtual buffers.
211 * ido.el (recentf-list): Declare for byte-compiler.
212 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
213 (ido-make-buffer-list): Simplify.
214 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
215
5a97d2da
JL
2162010-04-05 Juri Linkov <juri@jurta.org>
217
218 Scrolling commands which scroll a line instead of full screen.
219 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
220
221 * simple.el (scroll-up-line, scroll-down-line): New commands.
222 Put property isearch-scroll=t on them.
223
224 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
225 Remove commands.
226
79ce172a
JL
2272010-04-05 Juri Linkov <juri@jurta.org>
228
8b32731a 229 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
230 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
231
232 * simple.el (scroll-up-command, scroll-down-command): New commands.
233 Put property isearch-scroll=t on them.
234
235 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
236 `scroll-down-command' and [next] from `scroll-up' to
237 `scroll-up-command'.
238
239 * emulation/cua-base.el: Put property CUA=move on
240 `scroll-up-command' and `scroll-down-command'.
241 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
242 and `scroll-down-command' to `cua-scroll-down'.
243
309d5b43
JB
2442010-04-05 Juanma Barranquero <lekktu@gmail.com>
245
6460e534 246 * help.el (describe-mode): Return nil.
309d5b43 247
0523d117
JW
2482010-04-04 John Wiegley <jwiegley@gmail.com>
249
250 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 251 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
252 (ido-virtual): Face used to indicate virtual buffers in the list.
253 (ido-buffer-internal): If a buffer is chosen, and no such buffer
254 exists, but a virtual buffer of that name does (which would be why
255 it was in the list), recreate the buffer by reopening the file.
256 (ido-make-buffer-list): If virtual buffers are being used, call
257 `ido-add-virtual-buffers-to-list' before the make list hook.
258 (ido-virtual-buffers): New variable which contains a copy of the
259 current contents of the `recentf-list', albeit pared down for the
260 sake of speed, and with proper faces applied.
261 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
262 create a list of "virtual buffers" to present to the user in
263 addition to the currently open set. Note that this logic could
264 get rather slow if that list is too large. With the default
265 `recentf-max-saved-items' of 200, there is little speed penalty.
266
202ff0d6
SM
2672010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
268
269 * font-lock.el: Require CL when compiling.
270 (font-lock-turn-on-thing-lock): Use `case'.
271
ef43a0f4
EZ
2722010-04-03 Eli Zaretskii <eliz@gnu.org>
273
274 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
275 Zaretskii.
ef43a0f4 276
e4b204d7
JB
2772010-04-02 Juanma Barranquero <lekktu@gmail.com>
278
279 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
280 (semantic-create-imenu-directory-index): Fix typos in docstrings.
281 (semantic-imenu-goto-function): Reflow docstring.
282
9c13a46e
JL
2832010-04-02 Juri Linkov <juri@jurta.org>
284
285 * ehelp.el (electric-help-orig-major-mode):
286 New buffer-local variable.
287 (electric-help-mode): Set it to original major-mode. Doc fix.
288 (with-electric-help): Use `electric-help-orig-major-mode' instead
289 of (default-value 'major-mode). Doc fix.
290 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
291
3fb87bf5
SS
2922010-04-02 Sam Steingold <sds@gnu.org>
293
294 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
295 `vc-hg-command' with a list of flags.
296
202ff0d6
SM
297 * progmodes/bug-reference.el (bug-reference-bug-regexp):
298 Also accept "patch" and "RFE".
dbb5e44a
SS
299 (bug-reference-fontify): `bug-reference-url-format' can also be a
300 function to be able to handle the bug kind.
202ff0d6 301 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 302
d0b22876
JD
3032010-04-02 Jan Djärv <jan.h.d@swipnet.se>
304
305 * tmm.el (tmm-get-keymap): Check with symbolp before passing
306 value to fboundp, it may not be a symbol.
307
1625d379
CY
3082010-03-31 Chong Yidong <cyd@stupidchicken.com>
309
202ff0d6 310 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 311
1cd095c6
JL
3122010-03-31 Juri Linkov <juri@jurta.org>
313
314 * simple.el (next-line, previous-line): Re-throw a signal
315 with `signal' instead of using `ding'.
316 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
317
67189e62
JL
3182010-03-31 Juri Linkov <juri@jurta.org>
319
320 * simple.el (keyboard-escape-quit): Raise deselecting the active
321 region higher than exiting the minibuffer.
322 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
323
1546c559
JL
3242010-03-31 Juri Linkov <juri@jurta.org>
325
326 * image.el (image-animated-p): Use `image-metadata' instead of
327 `image-extension-data'. Get GIF extenstion data from metadata
328 property `extension-data'.
329
85626eef
SM
3302010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
331
332 * simple.el (append-to-buffer): Simplify.
333
85738751 3342010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
335
336 * textmodes/artist.el (artist-mode): Fix typo in docstring.
337 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
338
85738751 3392010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
340
341 * language/sinhala.el (composition-function-table): Fix regexp for
342 the new Unicode specification.
343
344 * language/indian.el (devanagari-composable-pattern)
345 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 346 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
347 specification.
348 (bengali-composable-pattern, gurmukhi-composable-pattern)
349 (gujarati-composable-pattern, oriya-composable-pattern)
350 (telugu-composable-pattern): New variables to cope with the new
351 Unicode specification. Use them in composition-function-table.
352
85738751 3532010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705
SM
354
355 Make tmm-menubar work for the Buffers menu again.
356 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
357 vectors rather than cons cells, as used in menu-bar-update-buffers.
358
85738751 3592010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 360
2a793f7f
CY
361 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
362 (js-insert-and-indent): Revert 2009-08-15 change, restoring
363 electric punctuation for "{}();,:" (Bug#5586).
364
03ffe8be
CY
365 * mail/sendmail.el (mail-default-directory): Doc fix.
366
85738751 3672010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
368
369 * mail/sendmail.el (mail-default-directory): Doc fix.
370
85738751 3712010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
372
373 * subr.el (version-regexp-alist, version-to-list)
374 (version-list-<, version-list-=, version-list-<=)
375 (version-list-not-zero, version<, version<=, version=): Doc fix.
376 (Bug#5744).
377
85738751 3782010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
379
380 * vc.el (vc-root-diff): Doc fix.
381
85738751 3822010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 383
9aa2c576
CY
384 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
385
9d30a9f4
CY
386 * simple.el (append-to-buffer): Fix last change.
387
85738751 3882010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
389
390 * simple.el (append-to-buffer): Ensure that point is preserved if
391 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
392 (Bug#5749)
393
2372f278
SM
3942010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
395
396 * files.el (auto-mode-case-fold): Change default to t.
397
2223a1b3
JL
3982010-03-30 Juri Linkov <juri@jurta.org>
399
400 * dired-x.el (dired-omit-mode): Doc fix.
401
0ef84fc8
JL
4022010-03-30 Juri Linkov <juri@jurta.org>
403
404 * replace.el (occur-accumulate-lines): Move occur-engine related
405 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
406 to be located after `occur-engine'.
407
dc2d2590
JL
4082010-03-30 Juri Linkov <juri@jurta.org>
409
410 Make occur handle multi-line matches cleanly with context.
411 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
412
413 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
414 (occur-engine): Add local variables `ret', `prev-after-lines',
415 `prev-lines'. Use more arguments for `occur-context-lines'.
416 Set first elem of its returned list to `data', and the second elem
417 to `prev-after-lines'. Don't print the separator line.
418 In the end, print remaining context after-lines.
419 (occur-context-lines): Add new arguments `begpt', `endpt',
420 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
421 after-lines of the previous match with before-lines of the
422 current match and not overlap them. Return a list with two
423 values: the output line and the list of context after-lines.
424
47c88c06
JL
4252010-03-30 Juri Linkov <juri@jurta.org>
426
427 * replace.el (occur-accumulate-lines): Fix a bug where the first
428 context line at the beginning of the buffer was missing.
429
a7b02820
EZ
4302010-03-30 Eli Zaretskii <eliz@gnu.org>
431
432 * files.el: Make bidi-display-reordering safe variable for boolean
433 values.
434
9326ba26
CY
4352010-03-29 Phil Hagelberg <phil@evri.com>
436 Chong Yidong <cyd@stupidchicken.com>
437
438 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
439 (progress-reporter-update, progress-reporter-do-update):
440 Handle non-numeric value arguments.
9326ba26
CY
441 (progress-reporter--pulse-characters): New var.
442
f6f8aa12
CY
4432010-03-28 Chong Yidong <cyd@stupidchicken.com>
444
445 * progmodes/compile.el (compilation-start): Fix regexp detection
446 of initial cd command (Bug#5771).
447
7ed287b5
CY
4482010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
449
450 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
451
146b8b16
NR
4522010-03-27 Nick Roberts <nickrob@snap.net.nz>
453
454 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
85626eef
SM
455 * lisp/progmodes/gdb-mi.el: Restore.
456 * lisp/progmodes/gdb-ui.el: Remove.
457 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 458
b23caf75
GM
4592010-03-25 Glenn Morris <rgm@gnu.org>
460
461 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
462 all dired buffers, even tramp ones. (Bug#5755)
463
18c812bd
SM
4642010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
465
466 Add "union tags" in mpc.el.
467 * mpc.el: Remove backward compatibility code.
468 (mpc-browser-tags): Change default.
469 (mpc--find-memoize-union-tags): New var.
470 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
471 (mpc-cmd-find): Handle the case where the playlist does not exist.
472 Handle union-tags.
473 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
474 (mpc-cmd-add): Use mpc-cmd-flush.
475 (mpc-tagbrowser-tag-name): New fun.
476 (mpc-tagbrowser-buf): Use it.
477 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
478
efee6a6d
SM
4792010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
480
9586c41a
SM
481 Misc cleanup.
482 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
483 Use replace-regexp-in-string.
484 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
485 (makefile-imake-mode-syntax-table): Move init into defvar.
486 (makefile-mode): Use define-derived-mode.
487
efee6a6d
SM
488 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
489 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
490 not be present any more.
491
c6f3804c
JB
4922010-03-24 Juanma Barranquero <lekktu@gmail.com>
493
494 * faces.el (set-face-attribute): Fix typo in docstring.
495 (face-valid-attribute-values): Reflow docstring.
496
497 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
498
e867cb5d 4992010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 500
efee6a6d 501 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 502
e867cb5d 5032010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
504
505 * indent.el (indent-for-tab-command): Doc fix.
506
e867cb5d 5072010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 508
efee6a6d
SM
509 * progmodes/cc-engine.el (c-remove-stale-state-cache):
510 Fix off-by-one error. Fixes bug #5747.
657071fc 511
e867cb5d 5122010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
513
514 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
515 (image-dired-read-comment): Doc fix.
516
efee6a6d
SM
517 * json.el (json-object-type, json-array-type, json-key-type)
518 (json-false, json-null, json-read-number):
c8de140b
JB
519 * minibuffer.el (completion-in-region-functions):
520 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
521 (cal-tex-cursor-week):
522 * emacs-lisp/trace.el (trace-function):
523 * eshell/em-basic.el (eshell/printnl):
524 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
525 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
526 * obsolete/levents.el (allocate-event, event-key, event-object)
527 (event-point, event-process, event-timestamp, event-to-character)
528 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
529 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
530 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
531 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
532 (reftex-highlight-selection): Fix typos in docstrings.
533
e867cb5d 5342010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
535
536 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
537
e867cb5d 5382010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
539
540 * mail/rmail.el (rmail-highlight-face): Restore option deleted
541 2008-02-13 without comment; mark it obsolete.
542 (rmail-highlight-headers): Use rmail-highlight-face once more.
543
e867cb5d 5442010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
545
546 * woman.el (woman2-process-escapes): Only consume the newline if
547 the filler character is on a line by itself (Bug#5729).
548
e867cb5d 5492010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
550
551 * language/indian.el (devanagari-composable-pattern): Add more
552 consonants.
553
e867cb5d 5542010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
555
556 * net/trampver.el: Update release number.
557
e867cb5d 5582010-03-24 Glenn Morris <rgm@gnu.org>
b4d16368
GM
559
560 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
561
e867cb5d 5622010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 563
efee6a6d
SM
564 * net/tramp.el (tramp-find-executable):
565 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
566 output of "wc -l" more robust.
567 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
568 (tramp-open-connection-setup-interactive-shell): Remove workaround
569 for OpenSolaris bug, it is not needed anymore.
570
e867cb5d 5712010-03-24 Eric M. Ludlam <zappo@gnu.org>
6408fd42
CY
572
573 * cedet/semantic/imenu.el: New file, from the CEDET repository
574 (Bug#5412).
575
e867cb5d 5762010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
577
578 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
579
e867cb5d 5802010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
581
582 * files.el (auto-mode-alist): Accept more verilog file patterns.
583
b2b8574b
SM
5842010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
585
586 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
587
1d94ebb0
GM
5882010-03-24 Glenn Morris <rgm@gnu.org>
589
7e263967
GM
590 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
591 log-edit-before-checkin-process.
592
5ac92c5f
GM
593 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
594
595 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 596
549f324a
GM
597 * vc-dispatcher.el (vc-start-logentry): Doc fix.
598 (log-view-process-buffer, log-edit-extra-flags): Declare.
599
495b517c
GM
600 * log-edit.el (log-edit-before-checkin-process): Doc fix.
601
1d94ebb0
GM
602 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
603 Consistently check ede-object is bound throughout.
604
7bbe8d5a
GM
605 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
606
f4087766
SS
6072010-03-23 Sam Steingold <sds@gnu.org>
608
609 Fix bug#5620: recalculate all markers on compilation buffer
610 modifications, not on file modifications.
611 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
612 the buffer modification time, for buffers not associated with files.
613 (compilation-mode): Create it.
614 (compilation-filter): Update it.
615 (compilation-next-error-function): Use it instead of
616 `visited-file-modtime' for timestamp.
617
774642e5
JL
6182010-03-23 Juri Linkov <juri@jurta.org>
619
620 Implement Occur multi-line matches.
621 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
622
623 * replace.el (occur): Doc fix.
624 (occur-engine): Set `begpt' to the beginning of the first line.
625 Set `endpt' to the end of the last match line. At first, count
626 line numbers between `origpt' and `begpt'. Split out code from
627 `out-line' variable to new let-bindings `match-prefix' and
628 `match-str'. In `out-line' add non-numeric prefix to all
629 non-first lines of multi-line matches. Finally, count lines
630 between `begpt' and `endpt' and add to `lines'.
631
f14d1172
JL
6322010-03-23 Juri Linkov <juri@jurta.org>
633
634 * replace.el (occur-accumulate-lines, occur-engine):
635 Use `occur-engine-line' instead of duplicate code.
636 (occur-engine-line): New function created from duplicate code
637 in `occur-accumulate-lines' and `occur-engine'.
638
53e87c57
JL
639 * replace.el (occur-engine-line): Add optional arg `keep-props'.
640 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
641
75a3ff20
JL
6422010-03-23 Juri Linkov <juri@jurta.org>
643
644 * finder.el: Remove TODO tasks.
645
646 * info.el (Info-finder-find-node): Add node "all"
647 with all package info. Handle a list of multiple keywords
648 separated by comma.
649 (info-finder): In interactive use with a prefix argument,
650 use `completing-read-multiple' to read a list of keywords
651 separated by comma.
652
00278747
SM
6532010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
654
655 Add a new completion style `substring'.
656 * minibuffer.el (completion-basic--pattern): New function.
657 (completion-basic-try-completion, completion-basic-all-completions):
658 Use it.
659 (completion-substring--all-completions)
660 (completion-substring-try-completion)
661 (completion-substring-all-completions): New functions.
662 (completion-styles-alist): New style `substring'.
663
64cb11cc
SM
6642010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
665
666 Get rid of .elc files after removal of the corresponding .el.
667 * Makefile.in (compile-clean): New target.
668 (compile-main): Use it.
669
835e2c65
JD
6702010-03-22 Jan Djärv <jan.h.d@swipnet.se>
671
672 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
673 don't do make there. When compiling with separate object dir, there
674 is no Makefile there.
675
111a9dff
SM
6762010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
677
678 Get rid of the ELCFILES abomination, again.
679 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
680 (all, compile): Don't call compile-last.
681 (compile-main): Build the "elcfiles" list dynamically.
682 (compile-targets): New (internal) target.
683
82c3d67a
AS
6842010-03-21 Andreas Schwab <schwab@linux-m68k.org>
685
686 * Makefile.in (top_srcdir): Define.
687 (abs_top_builddir): Define.
688 (srcdir): Don't append `/..'.
689 (EMACS): Use ${abs_top_builddir}.
690 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
691 (update-subdirs, update-authors): Use $(top_srcdir) instead of
692 $(srcdir).
82c3d67a
AS
693 (lisp): Use $(srcdir) instead of @srcdir@.
694
d66ecdbb
JL
6952010-03-21 Juri Linkov <juri@jurta.org>
696
697 Fix message of multi-line occur regexps and multi-buffer header lines.
698 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
699
700 * replace.el (occur-1): Don't display regexp if it is longer
701 than window-width. Use `query-replace-descr' to display regexp.
702 (occur-engine): Don't display regexp in the buffer header for
703 multi-buffer occur. Display a separate header line with total
704 match count and regexp for multi-buffer occur.
705 Use `query-replace-descr' to display regexp.
706
f05e1b94
TZ
7072010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
708
709 * net/secrets.el: Fix parenthesis.
710 (secrets-enabled): Fix parenthesis.
711
801ba3ba
SM
7122010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
713
3613edce
SM
714 Use more relative file and directory names.
715 * Makefile.in (EMACS): Arrange for it to work when we chdir.
716 (setwins, setwins_almost, setwins_for_subdirs):
717 Don't `cd'; output relative names.
718 (all, compile, compile-always, compile-last): Set emacswd.
719 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
720 Just cd to the lisp source dir so we can use relative file names.
721
801ba3ba
SM
722 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
723
2b1400b9
GM
7242010-03-20 Glenn Morris <rgm@gnu.org>
725
726 * textmodes/rst.el: Use faces for font-lock customization, and make the
727 old -face variables obsolete.
728 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
729 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
730 (rst-block-face, rst-external-face, rst-definition-face)
731 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
732 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
733 Make obsolete.
734 (rst-font-lock-keywords-function): Update for above changes.
735
5e418f17
JL
7362010-03-20 Juri Linkov <juri@jurta.org>
737
738 * s-region.el:
739 * obsolete/s-region.el: Move to obsolete.
740
b0287b39
JB
7412010-03-19 Juanma Barranquero <lekktu@gmail.com>
742
743 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
744
3c95bbb6
DN
7452010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
746
747 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
748
09158997
DN
7492010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
750
751 Add special markup processing for commit logs.
752 * log-edit.el (log-edit-extra-flags): New variable.
753 (log-edit): Add new argument MODE. Use that mode when non-nil
754 instead of the log-view-mode.
755 (log-view-process-buffer): New function.
756
757 * vc.el: Document that the checkin method takes optional
758 arguments. Document new backend specific method: log-view-mode.
759 (vc-default-log-edit-mode): New function.
760 (vc-checkin): Use a backend specific log-view-mode.
761 Pass extra arguments to the checkin method.
762 (vc-modify-change-comment): Pass a dummy extra argument.
763
764 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
765 log-edit.
766 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
767 (vc-finish-logentry): Process the log buffer before passing it
768 down. Pass log-edit-extra-flags.
769
770 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
771 command.
85626eef
SM
772 (log-edit-extra-flags, log-edit-before-checkin-process):
773 New declarations.
09158997
DN
774
775 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
776 command.
85626eef
SM
777 (log-edit-extra-flags, log-edit-before-checkin-process):
778 New declarations.
09158997
DN
779 (vc-hg-log-edit-mode): New derived mode.
780
781 * vc-arch.el (vc-arch-checkin):
782 * vc-cvs.el (vc-cvs-checkin):
783 * vc-git.el (vc-git-checkin):
784 * vc-mtn.el (vc-mtn-checkin):
785 * vc-rcs.el (vc-rcs-checkin):
786 * vc-sccs.el (vc-sccs-checkin):
787 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
788
f430423d
SM
7892010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
790
791 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
792 parent typo).
793
aa8f8277
GM
7942010-03-19 Glenn Morris <rgm@gnu.org>
795
f430423d 796 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 797
04525749
GM
7982010-03-18 Glenn Morris <rgm@gnu.org>
799
c70815f1
GM
800 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
801
84d0a5f8
GM
802 * replace.el (query-replace-history): Give it a doc string.
803 (map-query-replace-regexp): Use query-replace-from-history-variable
804 and query-replace-to-history-variable.
805
e3a15161
GM
806 * mail/hashcash.el (declare-function): Remove duplicate definition.
807
27be0364
GM
808 * mail/emacsbug.el (report-emacs-bug-pretest-address):
809 Make it an obsolete alias for report-emacs-bug-address.
810 (message-strip-special-text-properties): Declare.
811 (report-emacs-bug): Remove test for a pretest bug address.
812 Combine message-mode-specific code.
813
88b8d18e
GM
814 * mail/supercite.el: Don't require sendmail.
815 (mh-in-header-p): Declare rather than using with-no-warnings.
816 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
817 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
818
1a355d09
GM
819 * calendar/cal-french.el: Convert to utf-8.
820
04525749
GM
821 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
822 Emacs scripts.
823
ae84eb97
MA
8242010-03-16 Michael Albinus <michael.albinus@gmx.de>
825
826 * net/secrets.el (secrets-enabled): New variable. Use it instead
827 of a subfeature.
828
7c75524e
MA
8292010-03-15 Michael Albinus <michael.albinus@gmx.de>
830
831 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
832 service "org.freedesktop.secrets" can be pinged.
833 Provide subfeature `enabled'.
7c75524e 834
57938a79
JL
8352010-03-14 Juri Linkov <juri@jurta.org>
836
837 Add finder unknown keywords.
838
839 * finder.el (finder-unknown-keywords): New function.
840
841 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
842 to create a Finder node with unknown keywords.
843
88f4758e
JL
8442010-03-14 Juri Linkov <juri@jurta.org>
845
846 * finder.el (finder-compile-keywords): Replace `princ' with
847 `prin1' on a list of symbols interned from keyword strings.
848
849 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
850 a comma, then split keywords using a comma and optional whitespace.
851 Otherwise, split by whitespace.
852
853 * complete.el:
854 * face-remap.el:
855 * log-view.el:
856 * net/hmac-def.el:
857 * net/hmac-md5.el:
858 * net/netrc.el:
859 * progmodes/mixal-mode.el: Fix keywords.
860
7725ebb7
MA
8612010-03-13 Michael Albinus <michael.albinus@gmx.de>
862
863 * Makefile.in (ELCFILES): Add net/secrets.elc.
864
865 * net/secrets.el: New file.
866
6f320937
CY
8672010-03-12 Chong Yidong <cyd@stupidchicken.com>
868
869 * facemenu.el (list-colors-display, list-colors-print): New arg
870 callback. Use it to allow selecting colors.
871
872 * wid-edit.el (widget-image-insert): Insert image prop even if the
873 current display is non-graphic.
874 (widget-field-value-set): New fun.
875 (editable-field): Use it.
876 (widget-field-value-get): Clean up unused var.
85626eef
SM
877 (widget-color-value-create, widget-color--choose-action):
878 New funs. Allow using list-colors-display to choose color.
6f320937 879
647f9993
CY
8802010-03-12 Chong Yidong <cyd@stupidchicken.com>
881
882 * cus-edit.el: Resort topmost custom groups.
883 (custom-buffer-sort-alphabetically): Default to t.
884 (customize-apropos): Use apropos-parse-pattern.
885 (custom-search-field): New var.
886 (custom-buffer-create-internal): Add custom-apropos search field.
887 (custom-add-parent-links): Don't display parent doc.
888 (custom-group-value-create): Don't sort top-level custom group.
85626eef 889 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
890
891 (custom-variable-state): New fun, from custom-variable-state-set.
892 (custom-variable-state-set): Use it.
893 (custom-group-value-create): Hide options with standard values
894 using the :hidden-states property. Use progress reporter.
895
896 (custom-show): Simplify.
897 (custom-visibility): Disable images by default.
898 (custom-variable): New property :hidden-states.
899 (custom-variable-value-create): Enable images for
900 custom-visibility widgets. Use :hidden-states property to
901 determine initial visibility.
902
903 * wid-edit.el (widget-image-find): Give images center ascent.
904 (visibility): Add :on-image and :off-image properties.
905 (widget-visibility-value-create): Use them.
906
eba5b4dd
CY
9072010-03-12 Chong Yidong <cyd@stupidchicken.com>
908
909 * cus-edit.el (processes): Remove from development group.
910 (oop, hypermedia): Delete group.
26f4b8ab 911 (comm): Promote to top-level group.
eba5b4dd
CY
912
913 * net/browse-url.el (browse-url):
914 * net/xesam.el (xesam):
915 * net/tramp.el (tramp):
916 * net/goto-addr.el (goto-address):
26f4b8ab 917 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
918
919 * view.el (view): Remove from editing group.
920
921 * uniquify.el (uniquify): Put in files group.
922
923 * net/browse-url.el (browse-url):
924 * ps-print.el (postscript): Put in external group.
925
926 * cus-edit.el (outlines):
927 * textmodes/text-mode.el (text-mode-hook):
928 * textmodes/table.el (table):
929 * textmodes/picture.el (picture):
930 * outline.el (outlines): Put in wp group.
931
932 * nxml/nxml-mode.el (nxml): Remove from wp group.
933
934 * net/tramp-imap.el (tramp-imap): Put in tramp group.
935
936 * mail/metamail.el (metamail): Remove from hypermedia group.
937
938 * cus-edit.el (abbrev):
939 * whitespace.el (whitespace):
940 * vcursor.el (vcursor):
941 * reveal.el (reveal):
942 * hl-line.el (hl-line): Put in convenience group.
943
944 * epg-config.el (epg): Put in data group.
945
946 * emulation/pc-select.el (pc-select): Put in emulations group.
947
948 * calculator.el (calculator): Put in applications group.
949
8117868f
DN
9502010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
951
952 Add .dir-locals.el support for file-less buffers.
953 * files.el (hack-local-variables): Split out code to apply local
954 variable settings ...
955 (hack-local-variables-apply): ... here. New function.
956 (hack-dir-local-variables): Use the default directory for when the
957 buffer does not have an associated file.
958 (hack-dir-local-variables-non-file-buffer): New function.
959 * diff-mode.el (diff-mode):
960 * vc-annotate.el (vc-annotate-mode):
961 * vc-dir.el (vc-dir-mode):
962 * log-edit.el (log-edit-mode):
963 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
964
855a2294
DN
9652010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
966
967 Add support for shelving snapshots and for showing shelves.
968 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
969 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
970 New functions.
971 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
972 (vc-bzr-extra-menu-map): Map them.
973
3e5b7009
GM
9742010-03-11 Glenn Morris <rgm@gnu.org>
975
0dcf7d7e
GM
976 * cus-edit.el (customize-changed-options-previous-release):
977 Bump to 23.1.
978
3e5b7009
GM
979 * image.el (image-animate-max-time): Fix :version tag.
980
288f9fc0
CY
9812010-03-10 Chong Yidong <cyd@stupidchicken.com>
982
983 * Branch for 23.2.
984
53ef91b1
SM
9852010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
986
987 * vc-git.el (vc-git-revision-table): Include remote branches.
988
b41460ae 9892010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
990
991 Animated image API.
992 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
993
994 * image.el (image-animate-max-time): New defcustom.
995 (image-animated-types): New defconst.
996 (create-animated-image, image-animate-timer)
997 (image-animate-start, image-animate-stop, image-animate-timeout)
998 (image-animated-p): New functions.
999
1000 * image-mode.el (image-toggle-display-image):
1001 Replace `create-image' with `create-animated-image'.
1002
25344b05
MB
10032010-03-09 Miles Bader <Miles Bader <miles@gnu.org>>
1004
1005 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1006 instead of "format:"; this ensures that the output is
1007 newline-terminated.
1008
4e7cafbe
CY
10092010-03-08 Chong Yidong <cyd@stupidchicken.com>
1010
1011 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1012 that all errors are caught, and that the return value is always a
1013 list (Bug#5692).
1014
aec66319
KH
10152010-03-08 Kenichi Handa <handa@m17n.org>
1016
1017 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 1018 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 1019
b327c975
AS
10202010-03-07 Andreas Schwab <schwab@linux-m68k.org>
1021
1022 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1023 call to rfc822-bad-address. (Bug#5692)
1024
1c465a6a
CY
10252010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
1026
85626eef
SM
1027 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1028 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 1029
a4e32226
CY
10302010-03-06 Chong Yidong <cyd@stupidchicken.com>
1031
1032 * calculator.el (calculator): Don't bind split-window-keep-point
1033 (Bug#5674).
1034
4c83ed3d
SM
10352010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1036
1037 * vc-git.el: Re-flow to fit into 80 columns.
1038 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1039 Remove spurious `quote' element in each case alternative.
1040 (vc-git-show-log-entry): Use prog1.
1041 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1042
d40a7570
GM
10432010-03-06 Glenn Morris <rgm@gnu.org>
1044
1045 * cedet/semantic/grammar.el (semantic-grammar-header-template):
1046 Update template copyright to GPLv3+.
1047
e8defde3
SM
10482010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1049
1050 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1051
233f0c9f
CY
10522010-03-03 Chong Yidong <cyd@stupidchicken.com>
1053
1054 * macros.el (insert-kbd-macro): Look up keyboard macro using the
1055 definition, not the name (Bug#5481).
1056
254bedef 10572010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
1058
1059 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1060 argument with a local variable. (Bug#5670)
1061
7187cdae
JL
10622010-03-02 Juri Linkov <juri@jurta.org>
1063
1064 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
1065
9cf3544e
MA
10662010-03-02 Michael Albinus <michael.albinus@gmx.de>
1067
1068 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1069 error when FILENAME and NEWNAME are existing remote directories.
1070
1071 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1072 parameter DIR-FLAG.
1073
33f77982
GM
10742010-03-02 Glenn Morris <rgm@gnu.org>
1075
1076 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1077 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1078
eb2f6eeb
AM
10792010-03-01 Alan Mackenzie <acm@muc.de>
1080
e8defde3
SM
1081 * progmodes/cc-engine.el (c-remove-stale-state-cache):
1082 Correct previous patch.
eb2f6eeb 1083
d99ea08e
KH
10842010-03-01 Kenichi Handa <handa@m17n.org>
1085
e8defde3 1086 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
1087 myanmar-composable-pattern.
1088
e8defde3
SM
1089 * international/characters.el (script-list):
1090 * international/fontset.el (script-representative-chars):
1091 Change myanmar to burmese.
d99ea08e 1092 (otf-script-alist): Likewise.
4aa2c3b2
KH
1093 (setup-default-fontset): Likewise. Re-fix :otf spec.
1094
dd21b621
AM
10952010-03-01 Alan Mackenzie <bug-cc-mode@gnu.org>
1096
1097 * cc-engine.el (c-remove-stale-state-cache): Take account of when
f7e0618c 1098 `good-pos' is in the same macro as `here'. Fixes bug#5649.
dd21b621 1099
b374f54d
KY
11002010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
1101
1102 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1103
71572c03
JD
11042010-02-28 Jan Djärv <jan.h.d@swipnet.se>
1105
1106 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1107
00cffdeb
MA
11082010-02-28 Michael Albinus <michael.albinus@gmx.de>
1109
1110 * net/tramp.el (tramp-handle-write-region): START can be a string.
1111 Take care in the checks. Reported by Dan Davison
1112 <davison@stats.ox.ac.uk>.
1113
d4b06783
MA
11142010-02-28 Michael Albinus <michael.albinus@gmx.de>
1115
1116 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
1117 (dbus-set-property, dbus-get-all-properties):
1118 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 1119
8c3e96d2
CY
11202010-02-28 Chong Yidong <cyd@stupidchicken.com>
1121
de3a1fe9
CY
1122 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1123 * emacs-lisp/elint.el (elint-add-required-env):
1124 * cedet/semantic/db-find.el
1125 (semanticdb-find-translate-path-brutish-default):
1126 * cedet/ede/make.el (ede-make-check-version):
1127 * calendar/icalendar.el (icalendar--add-diary-entry):
1128 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
1129 * files.el (recover-session-finish): Use with-current-buffer
1130 instead of save-excursion.
1131
c53b9c3b
SM
11322010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
1133
1134 Fix in-buffer completion when after-change-functions modify the buffer.
1135 * minibuffer.el (completion--replace): New function.
1136 (completion--do-completion): Use it and use relative movement.
1137
4a16bdc6
CY
11382010-02-27 Chong Yidong <cyd@stupidchicken.com>
1139
1140 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 1141
b8280f39
CY
11422010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
1143
c53b9c3b
SM
1144 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1145 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 1146
f88cc4d6
KH
11472010-02-26 Kenichi Handa <handa@m17n.org>
1148
1149 * language/burmese.el: Fix entries in composition-function-table.
1150 (myanmar-composable-pattern): New variable.
1151
1152 * international/fontset.el (setup-default-fontset): Add an entry
1153 for myanmar.
1154
1155 * international/characters.el (script-list): Add Myanmar
1156 Extended-A.
1157
cdbf9100
GM
11582010-02-26 Glenn Morris <rgm@gnu.org>
1159
90a94603
GM
1160 * custom.el (custom-initialize-delay): Doc fix.
1161
cdbf9100
GM
1162 * mail/sendmail.el (send-mail-function): Autoload the call
1163 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
1164
8a249abc
AM
11652010-02-25 Alan Mackenzie <acm@muc.de>
1166
1167 * progmodes/cc-engine.el (c-clear-<-pair-props)
1168 (c-clear->-pair-props): Correct to wipe category text props, not
1169 syntax-table ones.
1170
1171 * progmodes/cc-mode.el (c-after-change): Remove any hard
1172 syntax-table properties for <, > which, e.g., C-y has
1173 inopportunely converted from category properties.
1174
f95a5fd0
CY
11752010-02-24 Chong Yidong <cyd@stupidchicken.com>
1176
1177 * files.el (hack-local-variables-filter): For eval forms, also
1178 check safe-local-variable-p (Bug#5636).
1179
6583ba0e
CY
11802010-02-24 Eduard Wiebe <usenet@pusto.de>
1181
1182 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
1183 and use c(ad)r of cddr (Bug#5640).
1184
459a5f4b
MA
11852010-02-22 Michael Albinus <michael.albinus@gmx.de>
1186
1187 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
1188 setting the modes by `ignore-errors'. It might fail, for example
1189 if the file is not owned by the user but the group.
1190 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
1191
bb23f6e8
CY
11922010-02-21 Chong Yidong <cyd@stupidchicken.com>
1193
50c58e27
CY
1194 * files.el (directory-listing-before-filename-regexp): Use
1195 stricter matching for iso-style dates, to avoid false matches with
1196 date-like filenames (Bug#5597).
1197
b660eb70
CY
1198 * htmlfontify.el (htmlfontify): Doc fix.
1199
1200 * eshell/eshell.el (eshell): Doc fix.
1201
bb23f6e8
CY
1202 * startup.el (fancy-about-screen): In mode-line, apply
1203 mode-line-buffer-id face only to the buffer name (Bug#5613).
1204
3e39928c
CY
12052010-02-20 Kevin Ryde <user42@zip.com.au>
1206
f7e0618c
JB
1207 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1208 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
1209 (Bug#5599).
1210
0f00e948
EZ
12112010-02-20 Eli Zaretskii <eliz@gnu.org>
1212
1213 * subr.el (remove-yank-excluded-properties): Explain in a comment
1214 why `category' property is removed.
1215
3513efb2
CY
12162010-02-19 Chong Yidong <cyd@stupidchicken.com>
1217
1218 * isearch.el (isearch-update-post-hook, isearch-update): Revert
1219 2010-02-17 change.
1220
b4340b3f
UJ
12212010-02-19 Ulf Jasper <ulf.jasper@web.de>
1222
1223 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
1224 (icalendar--convert-weekly-to-ical)
1225 (icalendar--convert-yearly-to-ical)
1226 (icalendar--convert-block-to-ical)
1227 (icalendar--convert-cyclic-to-ical)
1228 (icalendar--convert-anniversary-to-ical): Take care of time
1229 specifications where hour has 1-digit only (Bug#5549).
1230
8cfae03d
NR
12312010-02-19 Nick Roberts <nickrob@snap.net.nz>
1232
1233 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
1234 of disassemble output in GDB 7.1.
1235
055e4eea
GM
12362010-02-19 Glenn Morris <rgm@gnu.org>
1237
1238 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
1239 property. (Bug#5593)
1240
ff6b00de
SS
12412010-02-18 Sam Steingold <sds@gnu.org>
1242
1243 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1244
fe8c0b47
SM
12452010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1246
1247 Use abbreviated file names in bookmarks (bug#5591).
1248 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
1249 calls to expand-file-name.
1250 (bookmark-relocate): Use abbreviated file names in bookmarks.
1251 (bookmark-load): Use abbreviated file names in messages.
1252
73a37a69
MA
12532010-02-18 Michael Albinus <michael.albinus@gmx.de>
1254
1255 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
1256 expand "." and "..". Reported by Thierry Volpiatto
1257 <thierry.volpiatto@gmail.com>.
1258
6e4f5731
MA
12592010-02-18 Michael Albinus <michael.albinus@gmx.de>
1260
1261 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
1262 permissions of the temporary file to "0600". In case the remote
1263 file has no read permissions for the owner, there might be
1264 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
1265
126622010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
1267
1268 * emacs-lisp/authors.el (authors-renamed-files-alist):
1269 Add entries for INSTALL.CVS.
1270
ba5bf642
MH
12712010-02-17 Mark A. Hershberger <mah@everybody.org>
1272
f7e0618c 1273 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 1274
f7e0618c 1275 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
1276 (isearch-update): Use the new hook.
1277
aac0b0f2
MA
12782010-02-16 Michael Albinus <michael.albinus@gmx.de>
1279
fe8c0b47
SM
1280 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1281 Fix errors in copying directories.
aac0b0f2
MA
1282 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
1283 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
1284 (tramp-handle-delete-file)
1285 (tramp-handle-dired-recursive-delete-directory)
1286 (tramp-handle-write-region): Flush also the cache for the upper
1287 directory.
1288
05bbe066
CY
12892010-02-16 Chong Yidong <cyd@stupidchicken.com>
1290
e8ab3908
CY
1291 * simple.el (save-interprogram-paste-before-kill): Doc fix.
1292
ff90f4b0
CY
1293 * cus-edit.el (hardware): Doc fix.
1294
1295 * man.el (man): Add to external custom group.
1296
1297 * delim-col.el (columns): Move to wp custom group.
1298
1299 * doc-view.el (doc-view): Add to data custom group.
1300
1301 * cedet/data-debug.el (data-debug): Move to extensions group.
1302
1303 * cedet/ede.el (ede):
1304 * cedet/srecode.el (srecode):
1305 * cedet/semantic.el (semantic): Put in tools and extensions group.
1306
fe8c0b47 1307 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 1308
05bbe066
CY
1309 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
1310 by ispell-parse-output (Bug#5575).
1311
fa6ea913
KH
13122010-02-16 Kenichi Handa <handa@m17n.org>
1313
1314 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
1315 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
1316 (skkdic-convert): Use `euc-japan' coding system for writing.
1317
88fd78ae
GM
13182010-02-16 Glenn Morris <rgm@gnu.org>
1319
1320 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
1321 tex-main-file before using it. (Bug#5562)
1322
2b8c974a
SM
13232010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1324
1325 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
1326 warnings, since it is annoying for the user to see them each time he
1327 runs the code.
1328
7540f029
MA
13292010-02-15 Michael Albinus <michael.albinus@gmx.de>
1330
1331 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1332 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
1333 instead of PROC for caching "first-password-request". Otherwise,
1334 new processes would not profit from passwords already entered.
1335
2b8c974a
SM
1336 * net/tramp-cache.el (tramp-dump-connection-properties):
1337 Don't save "first-password-request" property.
7540f029 1338
fa5f7c5f
JB
13392010-02-14 Juanma Barranquero <lekktu@gmail.com>
1340
1341 * outline.el (outline-head-from-level):
1342 * simple.el (with-wrapper-hook):
1343 * cedet/ede.el (ede-run-target, project-delete-target)
1344 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
1345 (ede-adebug-project, ede-adebug-project-parent)
1346 (ede-adebug-project-root):
1347 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
1348 (elint-defun, elint-buffer-env, elint-top-form-logged)
1349 (elint-unbound-variable):
1350 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
1351 Fix typos in docstrings.
1352
ecbaeb7b
MA
13532010-02-14 Michael Albinus <michael.albinus@gmx.de>
1354
1355 * files.el (insert-directory): When WILDCARD-REGEXP and
1356 FULL-DIRECTORY-P are nil, insert the file entry instead of the
1357 whole directory. (Bug#5551)
1358
1359 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
1360 dired's alignment sanity. (Bug#5516)
1361
91e3333f
JL
13622010-02-14 Juri Linkov <juri@jurta.org>
1363
1364 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
1365 Remove remaining ^H with their preceding chars. (Bug#5566)
1366
36020642
GM
13672010-02-13 Glenn Morris <rgm@gnu.org>
1368
1369 * simple.el (transpose-subr): Give it a doc-string.
1370
1371 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
1372 Doc fixes.
1373
f5952338
JL
13742010-02-12 Juri Linkov <juri@jurta.org>
1375
1376 * arc-mode.el (archive-unique-fname): Make directories for nested
1377 archives. (Bug#5540)
1378
918fe50f
JL
13792010-02-12 Juri Linkov <juri@jurta.org>
1380
1381 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
1382
c07ff221
SM
13832010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1384
48b1e7cf
SM
1385 * subr.el (copy-overlay): Handle deleted overlays.
1386
c07ff221
SM
1387 * man.el (Man-completion-table): Don't signal an error if we can't run
1388 manual-program (bug#4056).
1389
0e374247
JB
13902010-02-10 Juanma Barranquero <lekktu@gmail.com>
1391
1392 * textmodes/artist.el (artist-mt): Fix typos in docstring.
1393
dbf8402b
SM
13942010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1395
348d1e60
SM
1396 * info.el (Info-bookmark-jump): Simplify.
1397
dbf8402b
SM
1398 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1399 (bookmark-default-handler): Accept new bookmark field `buffer'.
1400
e6d23bb5
CY
14012010-02-10 Chong Yidong <cyd@stupidchicken.com>
1402
1403 * iswitchb.el (iswitchb-completions): Revert last change.
1404
a8e4290b
MA
14052010-02-10 Michael Albinus <michael.albinus@gmx.de>
1406
2b23acde 1407 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
1408 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1409 This prevents file names like "~/" being listed literally.
a8e4290b 1410
c59d6fad
DN
14112010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1412
348d1e60
SM
1413 * term/xterm.el (xterm-maybe-set-dark-background-mode):
1414 Remove dead code. (Bug#5546)
c59d6fad 1415
3a66e78f
CY
14162010-02-09 Chong Yidong <cyd@stupidchicken.com>
1417
1418 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1419 correctly (Bug#5548).
1420
f29fd869
CY
14212010-02-08 Jose E. Marchesi <jemarch@gnu.org>
1422
1423 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 1424 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 1425
7fad1447
KH
14262010-02-08 Kenichi Handa <handa@m17n.org>
1427
1428 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 1429 cookie for putting `lisp-indent-function'.
7fad1447 1430
50e4518b
GM
14312010-02-07 Glenn Morris <rgm@gnu.org>
1432
1433 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1434 Move F2003 named interfaces from keywords-2 to keywords-1, and
1435 use function-name-face rather than constant-face.
1436 Simplify "abstract interface" regexp.
1437
a4cc44cf
CY
14382010-02-07 Chong Yidong <cyd@stupidchicken.com>
1439
1440 * eshell/esh-util.el (eshell-file-attributes): New optional arg
1441 ID-FORMAT. Pass it to `file-attributes'.
1442
1443 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1444
c917476d
CY
14452010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
1446
1447 * faces.el (set-face-attribute): Allow calling
1448 internal-set-lisp-face-attribute with 'unspecified family and
1449 foundry argument (Bug#5536).
1450
7cf3f3d6
GM
14512010-02-07 Glenn Morris <rgm@gnu.org>
1452
1453 * progmodes/f90.el (f90-font-lock-keywords-2)
1454 (f90-looking-at-type-like, f90-looking-at-program-block-end):
1455 Handle F2003 named interfaces.
1456
ffe87109
CY
14572010-02-06 Chong Yidong <cyd@stupidchicken.com>
1458
1459 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1460 beg and end before calling c-get-state-before-change-functions.
1461
4775ecad
DN
14622010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
1463
1464 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1465
0d17c4b9
JL
14662010-02-05 Juri Linkov <juri@jurta.org>
1467
1468 * doc-view.el (doc-view-mode):
1469 * image-mode.el (image-mode): Put property mode-class=special.
1470 (Bug#4896)
1471
8228a275
MH
14722010-02-05 Mark A. Hershberger <mah@everybody.org>
1473
1474 * vc-svn.el (vc-svn-revision-table): New function.
1475
d9320986
MA
14762010-02-05 Michael Albinus <michael.albinus@gmx.de>
1477
1478 * net/ange-ftp.el (ange-ftp-insert-directory):
1479 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1480 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1481 Handle also directories. (Bug#5478)
1482
f43d8ecc
GM
14832010-02-05 Glenn Morris <rgm@gnu.org>
1484
1485 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1486
ce3a988d
CY
14872010-02-05 Chong Yidong <cyd@stupidchicken.com>
1488
1489 * startup.el (command-line-1): Convert options beginning with a
1490 single dash as well (Bug#5519).
1491
bdd42899
SM
14922010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1493
51b23c44
SM
1494 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1495 * minibuffer.el (completion-initials-expand): Only check the presence
1496 of delims *within* the boundaries, since otherwise the / delim is
1497 always found for files.
1498
bdd42899
SM
1499 Fix up various corner case problems.
1500 * doc-view.el (doc-view-last-page-number): New function.
1501 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1502 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1503 (doc-view-kill-proc): Avoid inf-loop in freak cases.
1504 (doc-view-reconvert-doc): Use the new recursive delete-directory.
1505 (doc-view-convert-current-doc): Don't create the resolution.el file
1506 here any more.
1507 (doc-view-pdf/ps->png): Do it here instead.
1508 (doc-view-already-converted-p): Check that resolution.el is present.
1509 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1510 windows that are not yet showing images.
1511
dd969a56
AM
15122010-02-04 Alan Mackenzie <acm@muc.de>
1513
1514 Change strategy for marking < and > as template delimiters: mark
1515 them strictly in matching pairs.
1516
51b23c44
SM
1517 * cc-mode.el (c-before-change):
1518 Use c-get-state-before-change-functions.
dd969a56
AM
1519 (c-common-init): Adapt to use
1520 c-get-state-before-change-functions (note plural).
1521
1522 * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
1523 for searching syntactically for matching <s and >s.
1524 (c-get-state-before-change-functions): New language variable (note
1525 the plural) which supersedes c-get-state-before-change-function.
1526
1527 * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
1528 (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
1529 (c-clear->-pair-props-if-match-before)
51b23c44 1530 (c-before-change-check-<>-operators): New functions.
dd969a56
AM
1531 (c-after-change-check-<>-operators): Use macro
1532 c-unmark-<->-as-paren.
1533
1534 * cc-defs.el (c-search-backward-char-property): New macro.
1535
1536 * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
1537 and > any more. (These will be handled by font locking.)
1538
d5b3979c
MA
15392010-02-04 Michael Albinus <michael.albinus@gmx.de>
1540
1541 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1542 `dired-uncache' for every elemnt which is an absolute file name.
1543
1544 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1545 directory, handle its directory component.
1546 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1547 function is called permanently and creates noise, otherwise.
1548
1549 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1550 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1551 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
1552
b003beb1
DB
15532010-02-04 David Burger <dburger@google.com> (tiny change)
1554
1555 * macros.el (apply-macro-to-region-lines):
1556 Minor simplification. (Bug#5485)
1557
ea92f9f3
GM
15582010-02-04 Glenn Morris <rgm@gnu.org>
1559
a03ae20d
GM
1560 * mail/rmail.el (rmail-show-message-1): Handle malformed
1561 quoted-printable text. (Bug#5441)
1562
4d01b827
GM
1563 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1564
ea92f9f3
GM
1565 * simple.el (visual-line-mode): Capitalize lighter.
1566
82055bb7
JW
15672010-02-03 John Wiegley <jwiegley@gmail.com>
1568
1569 * iswitchb.el (iswitchb-completions): Add bookmark files to the
1570 list of files considered for "virtual buffer" completions.
1571
8214b6e4
MA
15722010-02-03 Michael Albinus <michael.albinus@gmx.de>
1573
1574 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1575 also in case of (and (not full) (not wildcard)). This is needed,
1576 when dired is called with a list of files, which are not in
1577 `default-directory'. (Bug#5478)
1578
1df9718f
SM
15792010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
1580
1581 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1582
02ba1267
JL
15832010-02-02 Juri Linkov <juri@jurta.org>
1584
1585 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1586 from unidiff to allow function-line after @@.
1587
a0c6a0fb
JL
15882010-02-02 Juri Linkov <juri@jurta.org>
1589
1590 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1591 '(RCS SCCS) with inverted condition.
1592
c35fcd52
MA
15932010-02-02 Michael Albinus <michael.albinus@gmx.de>
1594
1595 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1596 messages.
1597
6ba973c1
JL
15982010-02-01 Juri Linkov <juri@jurta.org>
1599
1600 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1601 compare with "pkunzip" and "pkzip" instead of only "pkzip".
1602 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1603 only when (car archive-zip-extract) is "unzip". (Bug#5475)
1604
0bca393f
SM
16052010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1606
1607 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1608 (doc-view-revert-buffer): New command.
1609 (doc-view-mode-map): Use it.
1610
7a444e2a
DN
16112010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
1612
1613 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1614 pending merge is detected.
1615
ad6fc8f4
JL
16162010-01-31 Juri Linkov <juri@jurta.org>
1617
1618 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1619 beginning of interactive spec like all other grep commands do.
1620 Put "all" in front of "gz". (Bug#5260)
1621
b9236874
DN
16222010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
1623
1624 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1625
1e868757
CY
16262010-01-29 Chong Yidong <cyd@stupidchicken.com>
1627
1628 * dirtrack.el (dirtrack): Warn instead of signalling error if the
1629 regexp is incorrect (Bug#5476).
1630
e5c70c41
MA
16312010-01-29 Michael Albinus <michael.albinus@gmx.de>
1632
1633 * net/tramp.el (tramp-handle-insert-directory): Handle also
1634 symlinks, when FILENAME is not in `default-directory'.
1635
0c0b61f1
MA
16362010-01-28 Michael Albinus <michael.albinus@gmx.de>
1637
1638 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 1639 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
1640
1641 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1642 of SWITCHES. Handle the case, FILENAME is not in
1643 `default-directory'. (Bug#5478)
1644 (tramp-register-file-name-handlers): Add safe-magic property.
1645
763f325e
CY
16462010-01-28 Chong Yidong <cyd@stupidchicken.com>
1647
1648 * arc-mode.el (archive-zip-extract): Quote the argument passed to
1649 unzip (Bug#5475).
1650
fd09a83f
CY
16512010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
1652
1653 * progmodes/flymake.el (flymake-allowed-file-name-masks)
1654 (flymake-master-make-header-init): Add other C++ filename masks.
1655 (flymake-find-possible-master-files)
1656 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1657
7e5686f0
MA
16582010-01-28 Michael Albinus <michael.albinus@gmx.de>
1659
1660 Fix some busybox annoyances.
1661
1662 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1663 not responding." string.
1664 (tramp-open-connection-setup-interactive-shell): Dump stty
1665 settings. Enable "neveropen" arg for all `tramp-send-command'
1666 calls. Handle "=" in variable values properly.
1667 (tramp-find-inline-encoding): Raise an error, when no encoding is
1668 found.
1669 (tramp-wait-for-output): Check, whether PROC buffer is available.
1670 Remove spurious " ^H" sequences, sent by busybox.
1671 (tramp-get-ls-command): Suppress coloring, if possible.
1672
c6265c10
GM
16732010-01-28 Glenn Morris <rgm@gnu.org>
1674
c85a168b
GM
1675 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
1676
c6265c10
GM
1677 * log-edit.el (log-edit-strip-single-file-name): Add missing
1678 :safe, :group, and :version tags.
1679
7d82a738
SB
16802010-01-27 Stephen Berman <stephen.berman@gmx.net>
1681
1682 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1683 buffers. (Bug#5477)
1684
8b0e68ea
CY
16852010-01-27 David De La Harpe Golden <david@harpegolden.net>
1686
1687 * files.el (delete-directory): Handle moving to trash without
1688 first doing recursion (Bug#5436).
1689
368d3208
DN
16902010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
1691
1692 * vc-hooks.el (vc-path): Mark as obsolete.
1693
755da7fa
DN
16942010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
1695
e2396d80
DN
1696 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1697 names too.
1698
755da7fa
DN
1699 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1700 for the short log.
1701 (vc-bzr-log-view-mode): Adjust regexp for the above change.
1702
6a6d15ab 17032010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 1704
ac9ffe99 1705 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 1706
48c2d18a 1707 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 1708
504dcc71
EH
17092010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
1710
1711 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1712 diff-index command. This requires at least git-1.5.5. (Bug#1589).
1713
51850286
DN
17142010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1715
c2f1d6d8
DN
1716 Remove support for adding --signoff on commit.
1717 Future support will use an incompatible generic mechanism.
1718 * vc-git.el (vc-git-add-signoff): Remove variable.
1719 (vc-git-toggle-signoff): Remove function.
1720 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1721
51850286
DN
1722 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1723 from xterm-set-background-mode. Return t if the background mode
1724 was set.
1725 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1726 earlier, call it again in case the background mode has changed.
1727
02c6d0d0
CY
17282010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
1729
1730 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1731 (Bug#3541).
1732
064eee03
CY
17332010-01-23 Chong Yidong <cyd@stupidchicken.com>
1734
02c6d0d0
CY
1735 * emacs-lisp/assoc.el (aelement): Doc fix.
1736 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 1737
5336c3ec 17382010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 1739
48c2d18a 1740 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
1741 is the same as subprogram call, not declaration. (Bug#5435).
1742
0536254e
MA
17432010-01-23 Michael Albinus <michael.albinus@gmx.de>
1744
1745 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1746 (tramp-smb-maybe-open-connection): Use it.
1747
411d06c2
MA
17482010-01-22 Michael Albinus <michael.albinus@gmx.de>
1749
0536254e 1750 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 1751
c893016b
SM
17522010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1753
1754 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1755 just because we see "encoding: 8bit".
1756 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1757
9425f8e1
CY
17582010-01-22 Chong Yidong <cyd@stupidchicken.com>
1759
1760 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1761
6a801864
EZ
17622010-01-22 Eli Zaretskii <eliz@gnu.org>
1763
1764 * jka-compr.el (jka-compr-load): If load-file is not in
1765 load-history, try its file-truename version. (bug#5447)
1766
3e8f7d91
AM
17672010-01-21 Alan Mackenzie <acm@muc.de>
1768
1769 Fix a situation where deletion of a cpp construct throws an error.
1770 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1771 invoking c-with-all-but-one-cpps-commented-out, check that the
1772 special cpp construct is still in the buffer.
1773 (c-parse-state): Record the special cpp with markers, not numbers.
1774
f0bd0ad5
CY
17752010-01-21 Kenichi Handa <handa@m17n.org>
1776
1777 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1778 process last-command-event, as it is now decoded first (Bug#5380).
1779
5189d95b
CY
17802010-01-20 Chong Yidong <cyd@stupidchicken.com>
1781
1782 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1783
e073d74a
GM
17842010-01-20 Glenn Morris <rgm@gnu.org>
1785
1786 * indent.el (tab-always-indent): Fix custom-type.
1787
8ee04f3a
AM
17882010-01-19 Alan Mackenzie <acm@muc.de>
1789
1790 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1791 buffer throws "args out of range".
1792 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1793 playing the role of delimiter.
1794
6a47c86a
SL
17952010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
1796
bf0b361c 1797 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
1798 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1799 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1800 changed. Delete RECURSIVE parameter; never used. Improve doc string.
1801 Improve comments in "is" portion. Handle null procedure declaration.
1802 (ada-move-to-end): Improve doc string.
1803
2acfb954
ÓF
18042010-01-18 Óscar Fuentes <ofv@wanadoo.es>
1805
e90d57c0 1806 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 1807 Remove obsolete information from commentary.
e90d57c0
JB
1808 (ido-choice-list): Initialize to nil.
1809 (ido-get-bufname): Reject minibuffers.
1810 (ido-make-buffer-list): If "default" is a nonexistent
1811 buffer, ignore it, as per the function's comment.
1812 (ido-kill-buffer-internal): New function.
1813 (ido-kill-buffer-at-head): Use it.
1814 (ido-visit-buffer): Likewise.
2acfb954 1815
244b023e
CY
18162010-01-18 Chong Yidong <cyd@stupidchicken.com>
1817
1818 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1819
db9e401b
JB
18202010-01-18 Juanma Barranquero <lekktu@gmail.com>
1821
1822 * cedet/ede/locate.el (ede-locate-file-in-project)
1823 (ede-locate-file-in-project-impl): Fix typos in docstrings.
1824 (ede-enable-locate-on-project): Fix typos in error messages.
1825
1826 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1827 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1828 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1829 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1830 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1831 Fix typos in menu help.
1832
1833 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1834 Fix typos in chart titles.
1835
1836 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1837 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1838 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1839 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1840 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1841 (semantic-parse-stream, semantic-parse-region)
1842 (semantic-parse-region-default, semantic--set-buffer-cache)
1843 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1844 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1845 (semantic-default-submodes):
1846 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1847 (semanticdb-create-ebrowse-database)
1848 (semanticdb-find-tags-for-completion-method)
1849 (semanticdb-find-tags-by-class-method)
1850 (semanticdb-deep-find-tags-by-name-method)
1851 (semanticdb-deep-find-tags-for-completion-method):
1852 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1853 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1854 (semanticdb-find-tags-for-completion-method)
1855 (semanticdb-find-tags-by-class-method)
1856 (semanticdb-deep-find-tags-for-completion-method):
1857 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1858 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1859 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1860 (semanticdb-find-tags-by-name-method)
1861 (semanticdb-find-tags-by-name-regexp-method)
1862 (semanticdb-find-tags-for-completion-method)
1863 (semanticdb-find-tags-by-class-method)
1864 (semanticdb-find-tags-external-children-of-type-method)
1865 (semanticdb-find-tags-subclasses-of-type-method)
1866 (semanticdb-deep-find-tags-by-name-method)
1867 (semanticdb-deep-find-tags-by-name-regexp-method)
1868 (semanticdb-deep-find-tags-for-completion-method):
1869 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1870 (semanticdb-enable-gnu-global-in-buffer)
1871 (semanticdb-find-tags-for-completion-method)
1872 (semanticdb-deep-find-tags-by-name-method)
1873 (semanticdb-deep-find-tags-for-completion-method):
1874 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1875 (javascript-mode, semanticdb-find-translate-path)
1876 (semanticdb-find-tags-for-completion-method)
1877 (semanticdb-find-tags-by-class-method)
1878 (semanticdb-deep-find-tags-by-name-method)
1879 (semanticdb-deep-find-tags-for-completion-method)
1880 (semanticdb-find-tags-external-children-of-type-method):
1881 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1882 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1883 (global-semantic-idle-scheduler-mode):
1884 * cedet/srecode/dictionary.el (srecode-field-value)
1885 (srecode-dictionary-add-section-dictionary):
1886 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1887 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1888 (describe-class, eieio-describe-generic, describe-generic):
1889 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1890 (eieio-speedbar-expand):
1891 * emulation/viper-cmd.el (viper-exec-form-in-vi)
1892 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1893 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1894 (viper-del-backward-char-in-replace, viper-backward-indent)
1895 (viper-brac-function, viper-register-to-point, viper-submit-report):
1896 * net/tramp.el (tramp-remote-coding-commands):
1897 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1898 Fix typos in docstrings.
1899
9295137d
CY
19002010-01-17 Chong Yidong <cyd@stupidchicken.com>
1901
1902 * mail/sendmail.el (mail-yank-original): Set the mark if the
1903 specified function for yanking does not do it.
1904
4d0bbcb6
DN
19052010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
1906
7902c120
DN
1907 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
1908
4d0bbcb6
DN
1909 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1910 resyncing a directory.
1911
0b702bc1
SL
19122010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
1913
6a47c86a 1914 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
1915 (ada-ident-re): Delete ., allow multibyte characters.
1916 (ada-goto-label-re): New; matches goto labels.
1917 (ada-block-label-re): New; matches block labels.
1918 (ada-label-re): New; matches both.
1919 (ada-named-block-re): Deleted; callers changed to use
1920 `ada-block-label-re' instead.
1921 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1922 Use `ada-block-label-re'.
1923 (ada-indent-on-previous-lines): Improve handling of goto labels.
1924 (ada-get-indent-block-start): Special-case block label.
1925 (ada-get-indent-label): Split into `ada-indent-block-label' and
1926 `ada-indent-goto-label'.
1927 (ada-goto-stmt-start, ada-goto-next-non-ws):
1928 Optionally ignore goto labels.
1929 (ada-goto-next-word): Simplify.
1930 (ada-indent-newline-indent-conditional): Insert newline before
1931 trying to fix indentation; doc fix.
1932
05287c49
JB
19332010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
1934
1935 * calc/calc.el (calc-command-flags): Give it an initial value.
1936
44e82a0b
GM
19372010-01-17 Glenn Morris <rgm@gnu.org>
1938
1939 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1940
4963739e
JB
19412010-01-17 Juanma Barranquero <lekktu@gmail.com>
1942
1943 * cedet/semantic.el (semantic-mode):
1944 * files.el (minibuffer-with-setup-hook):
1945 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
1946 (artist-key-draw-continously, artist-key-do-continously-continously)
1947 (artist-key-set-point-continously, artist-mouse-draw-continously):
1948 Fix typos in docstrings.
1949
116bd1ee
CY
19502010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
1951
1952 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
1953 return t (Bug#3898).
1954
2784cd7a 19552010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
1956
1957 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
1958 can parse the output of the external commands (Bug#5279).
1959
abd5cfe8
CY
19602010-01-16 Jari Aalto <jari.aalto@cante.net>
1961
1962 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
1963
4fe22cdf
CY
19642010-01-16 Chong Yidong <cyd@stupidchicken.com>
1965
bbdc98ef
CY
1966 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
1967
c7dc1ac1
CY
1968 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
1969
4fe22cdf
CY
1970 * startup.el (command-line): Remove unused --icon-type arg.
1971 Handle --display arg, passing it to command-line-1 (Bug#5392).
1972
045b9da7
ML
19732010-01-16 Mario Lang <mlang@delysid.org>
1974
1975 * cedet/ede/cpp-root.el (ede-cpp-root-project):
1976 * cedet/ede/files.el (ede-expand-filename):
1977 * cedet/ede/simple.el (ede-simple-project):
1978 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1979 (semantic-complete-inline-tag-engine):
1980 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1981 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
1982 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1983 * cedet/semantic/db.el (semanticdb-equivalent-mode):
1984 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1985 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1986 * emacs-lisp/chart.el (chart-translate-namezone):
1987 * textmodes/artist.el (artist-compute-popup-menu-table):
1988 Remove duplicated words in doc-strings.
1989
6554a5df
CY
19902010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
1991
1992 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1993 to mairix-search to suppress threading (Bug#5342).
1994
ca4f0e9a
KH
19952010-01-15 Kenichi Handa <handa@m17n.org>
1996
1997 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 1998 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 1999
1db3226b
GM
20002010-01-15 Glenn Morris <rgm@gnu.org>
2001
56a03f46
GM
2002 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
2003
2004 * wid-edit.el (widget-keymap): Doc fix.
2005
1db3226b
GM
2006 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2007 former seems to be more widely accepted by various svn versions.
2008
80cd4bb4
JB
20092010-01-14 Juanma Barranquero <lekktu@gmail.com>
2010
d1f18ec0
JB
2011 * find-cmd.el (find-constituents):
2012 * vc-arch.el (vc-arch-root):
2013 * window.el (window-body-height, pop-up-frames):
2014 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
2015 (semantic-no-reparse-needed-change-hook):
2016 * cedet/srecode/insert.el (srecode-resolve-argument-list)
2017 (srecode-template-inserter-blank, srecode-template-inserter-variable)
2018 (srecode-template-inserter-ask, srecode-template-inserter-width)
2019 (srecode-template-inserter-section-start)
2020 (srecode-template-inserter-section-end, srecode-insert-method):
2021 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2022 * progmodes/ada-stmt.el (ada-if):
2023 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2024 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2025 (ispell-encoding8-command, ispell-aspell-supports-utf8)
2026 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2027
80cd4bb4
JB
2028 * progmodes/flymake.el (flymake-post-syntax-check):
2029 Fix typo in error message.
2030
9c23ca47
JB
20312010-01-14 Juanma Barranquero <lekktu@gmail.com>
2032
2033 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2034 which is always a string. (Bug#5313)
2035
8794c483
JB
20362010-01-14 Juanma Barranquero <lekktu@gmail.com>
2037
2038 * progmodes/ada-xref.el (ada-default-prj-properties):
2039 Simplify previous change.
2040
95005d39
SL
20412010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2042
2043 * progmodes/ada-xref.el (ada-default-prj-properties):
2044 Default ada_project_path to $ADA_PROJECT_PATH.
2045
20462010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
2047
2048 * progmodes/ada-mode.el (ada-create-keymap):
2049 Override `narrow-to-defun' with `ada-narrow-to-defun'.
2050
fb0d1545
SL
20512010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2052
2053 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2054 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2055 (ada-get-current-indent, ada-imenu-generic-expression)
2056 (ada-which-function): Check for it.
2057
5c9434d0
SL
20582010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2059
2060 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2061 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2062
3a4f3a3b
GM
20632010-01-14 Glenn Morris <rgm@gnu.org>
2064
2065 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
2066
d9a7c140
KH
20672010-01-14 Kenichi Handa <handa@m17n.org>
2068
2069 * composite.el (auto-composition-mode): Make it a buffer local
2070 variable (permanent-local).
2071 (auto-composition-function): Set the default value to
2072 auto-compose-chars.
49caf252 2073 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
2074 (global-auto-composition-mode): Likewise.
2075 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 2076
38bee102
KF
20772010-01-13 Karl Fogel <kfogel@red-bean.com>
2078
2079 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 2080
b8b45afc
MA
20812010-01-12 Michael Albinus <michael.albinus@gmx.de>
2082
2083 * files.el (copy-directory): Compute target for recursive
2084 directories with identical names. (Bug#5343)
2085
893db5bc
GM
20862010-01-12 Glenn Morris <rgm@gnu.org>
2087
2088 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2089 it to bug-gnu-emacs rather than emacs-pretest-bug.
2090
2f27e6d4
JB
20912010-01-12 Juanma Barranquero <lekktu@gmail.com>
2092
2093 * cedet/data-debug.el (data-debug): Fix customization group reference.
2094
91abaf51
JB
20952010-01-12 Juanma Barranquero <lekktu@gmail.com>
2096
2097 * cedet/semantic/analyze.el (semantic-analyze-push-error)
2098 (semantic-analyze-context, semantic-analyze-context-assignment)
2099 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
2100 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
2101 (semantic-java-doc-keywords-map):
2102 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
2103 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
2104 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
2105 (semantic-c-classname, semantic-format-tag-uml-prototype)
2106 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
2107 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
2108 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
2109 (semantic-get-local-variables, semantic-end-of-command)
2110 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
2111 (lisp-mode):
2112 * cedet/semantic/bovine/make.el (makefile-mode):
2113 * cedet/semantic/wisent/python.el (wisent-python-string-re)
2114 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
2115 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
2116 (semantic-lex, semantic-get-local-variables, python-mode):
2117 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
2118 * cedet/srecode/extract.el (srecode-extract-state-set)
2119 (srecode-extract-method): Fix typos in docstrings.
2120
d8b8451f
SS
21212010-01-11 Sam Steingold <sds@gnu.org>
2122
2123 * imenu.el (imenu-default-create-index-function): Detect infinite
2124 loops caused by imenu-prev-index-position-function.
2125
30afcdff
JB
21262010-01-11 Juanma Barranquero <lekktu@gmail.com>
2127
2128 * htmlfontify.el (htmlfontify-load-rgb-file)
2129 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2130 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2131 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2132 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2133 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2134 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2135 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2136 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2137 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2138 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2139 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2140 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2141 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2142 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2143 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2144 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2145 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2146 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2147 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2148 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2149 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2150 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2151 backslash-quoting from parentheses, etc.
2152
92b1c416
CY
21532010-01-11 Chong Yidong <cyd@stupidchicken.com>
2154
2155 * progmodes/js.el: Autoload javascript-mode alias.
2156
4454adab
JB
21572010-01-11 Juanma Barranquero <lekktu@gmail.com>
2158
2159 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2160 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2161 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2162 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2163 Fix typos in docstrings.
2164 (ffap-url-regexp): Doc fix.
2165 (ffap-at-mouse): Fix typo in message.
2166
6589a2f9
GM
21672010-01-11 Glenn Morris <rgm@gnu.org>
2168
2169 * version.el (emacs-copyright): Set copyright year to 2010.
2170
4e5617ee
SM
21712010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2172
2173 * format.el (format-annotate-function): Only set
2174 write-region-post-annotation-function after running to-fn so as not to
2175 affect nested write-region calls (bug#5273).
2176
52bee098
CY
21772010-01-10 Chong Yidong <cyd@stupidchicken.com>
2178
4e5617ee
SM
2179 * cedet/semantic.el (semantic-new-buffer-setup-functions):
2180 Add python parser.
52bee098 2181
a069f067
CY
2182 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2183 wisent/python.el.
2184
52bee098
CY
21852010-01-10 Richard Kim <emacs18@gmail.com>
2186
2187 * cedet/semantic/wisent/python-wy.el:
2188 * cedet/semantic/wisent/python.el: New files.
2189
e709e39d
CY
21902010-01-09 Chong Yidong <cyd@stupidchicken.com>
2191
2192 * man.el (Man-goto-section): Signal error if the section is not
2193 found (Bug#5317).
2194
6ee86780
JB
21952010-01-09 Juanma Barranquero <lekktu@gmail.com>
2196
2197 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2198 URLs with a leading triple slash in the file: scheme. (Bug#5345)
2199
fa7b5f7b
CY
22002010-01-09 Chong Yidong <cyd@stupidchicken.com>
2201
2202 * progmodes/compile.el: Don't treat compile-command as safe if
2203 compilation-read-command might be nil (Bug#4218).
2204
de62c4d9
JD
22052010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2206
2207 * startup.el (command-line-1): Use orig-argi to check for ignored X and
2208 NS options.
2209
e94be827
KH
22102010-01-08 Kenichi Handa <handa@m17n.org>
2211
4e5617ee
SM
2212 * international/fontset.el (build-default-fontset-data):
2213 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 2214
1dfae2a2
JB
22152010-01-07 Juanma Barranquero <lekktu@gmail.com>
2216
2217 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2218 to `create-file-buffer' as it expects, not just a buffer name.
2219 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2220 to help uniquify. (Bug#3224)
2221
d0cf45b7
JD
22222010-01-06 Jan Djärv <jan.h.d@swipnet.se>
2223
2224 * font-setting.el (font-setting-change-default-font): Use user-spec
2225 instead of name.
2226
7534fa5e
DN
22272010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2228
2229 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2230
fd579fdc
CY
22312010-01-05 Tom Tromey <tromey@redhat.com>
2232
4e5617ee
SM
2233 * progmodes/python.el (python-font-lock-keywords):
2234 Handle qualified decorators (Bug#881).
fd579fdc 2235
37860caf
DN
22362010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2237
2238 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2239 in a lightweight checkout.
2240
69db641d
KH
22412010-01-05 Kenichi Handa <handa@m17n.org>
2242
4e5617ee 2243 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 2244
b25d6a02
DN
22452010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2246
2247 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2248
137d88ca
DN
22492010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
2250
2251 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2252 checkouts. (Bug#618)
3d5d0aa9 2253 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
2254 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2255 (vc-bzr-shelve-menu-map):
2256 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2257 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 2258
da76998b
CY
22592010-01-02 Chong Yidong <cyd@stupidchicken.com>
2260
2261 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2262 They are valid characters in URL paths (rfc3986), and at least
2263 Firefox does not understand the encoded version (Bug#3166).
2264
b2ad70b6
CY
22652010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
2266
2267 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
2268 (octave-block-begin-or-end-regexp, octave-block-match-alist):
2269 Add "end" keyword (Bug#3061).
b2ad70b6
CY
2270 (octave-end-as-array-index-p): New function.
2271 (calculate-octave-indent): Use it.
2272
54136282
KF
22732010-01-02 Karl Fogel <kfogel@red-bean.com>
2274
2275 * bookmark.el: Consistently put the text property on the bookmark name.
2276 (bookmark-bmenu-marks-width): Bump back to 2, to include
2277 annotation marks.
2278 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2279 property on the bookmark name, instead of not putting it at all.
2280 (bookmark-bmenu-list): Fix where we put the text property.
2281
cc4d3cad
KF
22822010-01-02 Karl Fogel <kfogel@red-bean.com>
2283
2284 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2285 for showing buffer modified state (as added in the previous change).
2286
b894c439
KF
22872010-01-02 Karl Fogel <kfogel@red-bean.com>
2288
2289 * bookmark.el: Show modified state of bookmark buffer more accurately.
2290 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2291 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2292 (with-buffer-modified-unmodified): New macro.
2293 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2294 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 2295 Use new macro to preserve the buffer modified state.
b894c439 2296
3a69db53
KF
22972010-01-02 Karl Fogel <kfogel@red-bean.com>
2298
4e5617ee 2299 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
2300 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2301 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2302 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2303 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
2304 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2305 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 2306
af414f10
EZ
23072010-01-02 Eli Zaretskii <eliz@gnu.org>
2308
4e5617ee
SM
2309 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2310 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 2311
f2ec0e5e
CY
23122010-01-02 Ryan Yeske <rcyeske@gmail.com>
2313
2314 * net/rcirc.el: Add follow-link binding (Bug#4738).
2315
38c1ba62
EZ
23162010-01-02 Eli Zaretskii <eliz@gnu.org>
2317
4e5617ee 2318 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
2319 (cvs-update): New target for backward compatibility.
2320
4e5617ee 2321 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
2322 (cvs-update): New target for backward compatibility.
2323
ea2c0f5b
KF
23242010-01-02 Karl Fogel <kfogel@red-bean.com>
2325
2326 * bookmark.el: Remove gratuitous gratitude.
2327
5ae329f4
KF
23282010-01-02 Karl Fogel <kfogel@red-bean.com>
2329
47989945
KF
2330 * bookmark.el (bookmark-bmenu-any-marks): New function
2331 (bookmark-bmenu-save): Clear buffer modification if no marks.
2332
23332010-01-02 Karl Fogel <kfogel@red-bean.com>
2334
2335 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
2336 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2337 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2338 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2339
2340 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2341 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2342 To: emacs-devel {_AT_} gnu.org
2343 Subject: bookmark.el bug report
2344 Date: Mon, 28 Dec 2009 14:19:16 +0800
2345 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2346
aef053eb
KF
23472010-01-02 Karl Fogel <kfogel@red-bean.com>
2348
2349 * bookmark.el: Improvements suggested by Drew Adams:
2350 (bookmark-bmenu-ensure-position): New name for
2351 `bookmark-bmenu-check-position'. Just ensure the position,
2352 don't return any meaningful value.
2353 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2354 New constants.
2355
0472835f
JB
23562010-01-02 Juanma Barranquero <lekktu@gmail.com>
2357
2358 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
2359 (bookmark-yank-point, bookmark-bmenu-check-position):
2360 Fix typos in docstrings.
2361 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
2362 (bookmark-name-from-full-record, bookmark-get-position)
2363 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
2364 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
2365 Remove useless quoting of parenthesis, etc. in docstrings.
2366
2367 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
2368 (ediff-append-custom-diff): Fix typo in error message.
2369 (ediff-meta-mark-equal-files): Fix typos in messages.
2370
2371 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
2372
2373 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
2374 Fix typo in docstring.
2375
2376 * net/imap-hash.el (imap-hash-make): Doc fix.
2377 (imap-hash-test): Fix typo in error message; reflow docstring.
2378 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
2379 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
2380 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
2381 Fix typos in docstrings.
2382 (imap-hash-open-connection): Fix typo in error message.
2383
2384 * play/gomoku.el (gomoku): Fix typos in docstring.
2385
2386 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
2387 (gdb-jsonify-buffer): Fix typos in docstring.
2388 (gdb-goto-breakpoint): Fix typo in error message.
2389 ("Display Other Windows"): Fix typo in help message.
2390 (gdb-speedbar-expand-node): Fix typo in question.
2391
2392 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
2393 (idlwave-html-system-help-location, idlwave-html-help-location)
2394 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
2395 (idlwave-help-browser-generic-args, idlwave-help-directory)
2396 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
2397 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2398 (idlwave-online-help, idlwave-help-html-link)
2399 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2400 Fix typos in docstrings.
2401 (idlwave-help-with-source, idlwave-help-find-routine-definition):
2402 Reflow docstrings.
2403 (idlwave-help-assistant-start): Fix typo in error message.
2404
2405 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2406 (octave-electric-space): Fix typos in docstrings.
2407
9bbe0828
CY
24082010-01-01 Chong Yidong <cyd@stupidchicken.com>
2409
2410 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2411
a88c46c3
CY
24122010-01-01 Juri Linkov <juri@jurta.org>
2413
2414 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 2415 increase the default to 500 (Bug#5148).
a88c46c3 2416
7ee6c59b
NR
24172009-12-31 Nick Roberts <nickrob@snap.net.nz>
2418
2419 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2420 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2421 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2422
a9c8a2cd
NR
24232009-12-30 Nick Roberts <nickrob@snap.net.nz>
2424
2425 Show working revision correctly for mercurial.
2426 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 2427 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 2428
659e4408
JB
24292009-12-29 Juanma Barranquero <lekktu@gmail.com>
2430
2431 Declare some functions for the byte-compiler.
2432 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2433 (speedbar-timer-fn, speedbar-change-expand-button-char)
2434 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2435
7ee6c59b
NR
24362009-12-29 Nick Roberts <nickrob@snap.net.nz>
2437
2438 This changeset reverts GDB Graphical Interface to use annotations.
2439 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2440
460f6e7c
DN
24412009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2442
2443 Make vc-dir work on subdirectories of the bzr root.
2444 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
2445 file names relative to it.
2446 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2447 relative directory to vc-bzr-after-dir-status.
2448
543f553a
TH
24492009-12-28 Tassilo Horn <tassilo@member.fsf.org>
2450
2451 * font-lock.el (font-lock-refresh-defaults): New function, which
2452 can be used to let font-lock react to external changes in
2453 variables like font-lock-defaults and keywords.
2454 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2455
2592ab76
DN
24562009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
2457
ac859983
DN
2458 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2459
2592ab76
DN
2460 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2461
58941d03
JB
24622009-12-28 Juanma Barranquero <lekktu@gmail.com>
2463
2464 Supersede color.diff settings in git log (bug#5211).
2465
2466 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2467 escape chars in its output when the user has color.diff set to `always'.
2468 This fix works on git 1.4.2 and newer (released on 2006-08-13).
2469
39764e76
KR
24702009-12-26 Kevin Ryde <user42@zip.com.au>
2471
2472 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2473 node. Keep previous "Index" name to work with past coreutils too.
2474
91c4831e
KR
2475 * man.el (man): Revise docstring a bit to show -a and -l as
2476 examples. Add -k description since support for it has otherwise
2477 been a secret. (Further to bug#3717.)
651e932e
KR
2478 (Man-bgproc-sentinel): When "-k foo" produces no output show error
2479 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 2480 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 2481
7f4d4a97
MA
24822009-12-26 Michael Albinus <michael.albinus@gmx.de>
2483
2484 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2485 switches. Check also for //SUBDIRED// line.
2486
bcffff46
KH
24872009-12-25 Kenichi Handa <handa@m17n.org>
2488
2489 * language/indian.el (devanagari-composable-pattern): Fixed to
2490 handle ZWNJ and ZWJ. Use it in composition-function-table for
2491 Devanagari.
2492 (malayalam-composable-pattern): Fix previous change.
2493
dc1dcfa4
VJL
24942009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2495
2496 * ps-print.el (ps-face-attributes): It was not returning the
2497 attribute face for faces specified as string. Reported by harven
2498 <harven@free.fr>.
2499 (ps-print-version): New version 7.3.5.
2500
6fe539d2
UJ
25012009-12-18 Ulf Jasper <ulf.jasper@web.de>
2502
85626eef
SM
2503 * calendar/icalendar.el (icalendar--convert-tz-offset):
2504 Fix timezone names.
2505 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
2506 (icalendar--add-diary-entry): Remove the trailing blank that
2507 diary-make-entry inserts.
2508
1f3611c6
MA
25092009-12-17 Michael Albinus <michael.albinus@gmx.de>
2510
2511 Make `file-expand-wildcards' work for remote files.
2512
2513 * files.el (file-expand-wildcards): In case of remote files, check
2514 only local file name part for wildcards. Provide feature 'files
2515 and subfeature 'remote-wildcards. (Bug#5198)
2516
2517 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2518 if there is already an established connection.
2519 (tramp-advice-file-expand-wildcards): Remove it.
2520
2521 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 2522 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
2523 Activate advice for older GNU Emacs versions. (Bug#5237)
2524
9762b219
JB
25252009-12-17 Juanma Barranquero <lekktu@gmail.com>
2526
2527 Some doc fixes (more needed).
2528
2529 * find-cmd.el (find-constituents): Reflow docstring.
2530 (find-cmd, find-prune, find-command): Fix typos in docstrings.
2531 (find-generic): Doc fix.
2532
cfb54897
JL
25332009-12-17 Juri Linkov <juri@jurta.org>
2534
2535 Fix regression from 23.1 to allow multiple modes in Local Variables.
2536
2537 * files.el (hack-local-variables-filter): While ignoring duplicates,
2538 don't take `mode' into account.
85626eef
SM
2539 (hack-local-variables-filter, hack-dir-local-variables):
2540 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 2541
ad974e9e
JL
25422009-12-17 Juri Linkov <juri@jurta.org>
2543
85626eef 2544 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
2545
2546 * dired-aux.el (dired-diff): Signal an error when `file' equals to
2547 `current' or when `file' is a directory of the `current' file.
2548
3616e0b9
AS
25492009-12-17 Andreas Schwab <schwab@linux-m68k.org>
2550
2551 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2552 unconditionally preloaded files.
2553
72b57560
JL
25542009-12-16 Juri Linkov <juri@jurta.org>
2555
2556 Revert to old 23.1 logic of using the file at the mark as default.
2557 * dired-aux.el (dired-diff): Use the file at the mark as default
2558 if it's not the same as the current file, and the target dir is
2559 the current dir or the mark is active. Add the current file
2560 as the arg of `dired-dwim-target-defaults'. Use the default file
2561 in the prompt. (Bug#5225)
2562
68712eb6
MA
25632009-12-15 Michael Albinus <michael.albinus@gmx.de>
2564
2565 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2566 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2567 (tramp-check-for-regexp): Check also, when an echoing shell stops
2568 to echo sent commands.
2569
fd471993
CY
25702009-12-14 Chong Yidong <cyd@stupidchicken.com>
2571
2572 * Makefile.in: Revert last change (Bug#5191).
2573
86b5e14c
DN
25742009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
2575
2576 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
2577 (vc-hg-working-revision): Make sure the command is executed in a
2578 known environment so that we can parse the output. (Bug#4417)
86b5e14c 2579
8cffbb75
CY
25802009-12-14 Chong Yidong <cyd@stupidchicken.com>
2581
2582 * progmodes/python.el (python-symbol-completions): Remove text
2583 properties from symbol string before calling python-send-receive.
2584
6c2b67ad
NR
25852009-12-14 Nick Roberts <nickrob@snap.net.nz>
2586
2587 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 2588 when there are values for both file and line. (Bug#5060)
6c2b67ad 2589
ff6f4585
JL
25902009-12-14 Juri Linkov <juri@jurta.org>
2591
2592 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2593 whitespace after the file name of the first line of unified format,
2594 because git-diff doesn't output whitespace and file modification time
2595 after the file name.
2596
d3de1c8e
JL
25972009-12-14 David Kastrup <dak@gnu.org>
2598
2599 * info.el (Info-hide-cookies-node): Before hiding a cookie,
2600 check if it already has the `display' property added by
2601 `Info-display-images-node', and not put the `invisible' property
2602 in this case.
2603
f192624c
CY
26042009-12-14 Chong Yidong <cyd@stupidchicken.com>
2605
2606 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2607 (semantic-mru-bookmark-mode): Doc fixes.
2608
2609 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2610 of assert.
2611
2f1b7dc4
GM
26122009-12-13 Glenn Morris <rgm@gnu.org>
2613
a0cefee5
GM
2614 * mail/emacsbug.el (message-sort-headers): Define for compiler.
2615 (report-emacs-bug): In message-mode, sort manually before storing
2616 original report text. (Bug#5178)
2f1b7dc4
GM
2617 Remove superfluous save-excursion.
2618
31bb373f
MA
26192009-12-12 Michael Albinus <michael.albinus@gmx.de>
2620
2621 * net/dbus.el (dbus-property-handler): Filter lambda forms out
2622 when responding to "GetAll" properties.
2623
5e1d4968
CY
26242009-12-12 Chong Yidong <cyd@stupidchicken.com>
2625
2626 * simple.el (compose-mail): Remove mail-setup-with-from from
2627 customization checks.
2628
097d86f9
EZ
26292009-12-12 Eli Zaretskii <eliz@gnu.org>
2630
2631 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2632 RAR archives created on Unix systems.
2633
1d4adede
SM
26342009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2635
2636 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2637 the varalias that was accidentally removed by the 2009-11-19 change
2638 (bug#5186).
2639
3ff3655c
KH
26402009-12-12 Kenichi Handa <handa@m17n.org>
2641
2642 * language/indian.el (indian-compose-regexp): New function.
2643 (malayalam-composable-pattern): Fix the pattern.
2644 (composition-function-table): Set malayalam-composable-pattern for
2645 Malayalam characters.
2646
82d3343c
CY
26472009-12-11 Chong Yidong <cyd@stupidchicken.com>
2648
315eb96d
CY
2649 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2650 rather than down-mouse-1, based on follow-link conventions.
2651
82d3343c
CY
2652 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2653 are compiled.
2654
86a4c7ac
DN
26552009-12-11 Michael McNamara <mac@mail.brushroad.com>
2656
bf0b361c 2657 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
2658 (verilog-vmm-statement-re, verilog-ovm-statement-re)
2659 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2660 (verilog-leap-to-head, verilog-backward-token):
2661 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
2662
26632009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
2664
bf0b361c
JB
2665 * progmodes/verilog-mode.el (verilog-auto-lineup)
2666 (verilog-nameable-item-re): Cleanup user-visible spelling and
2667 documentation errors. One reported by Gary Delp.
1d4adede 2668 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
2669 (verilog-read-decls): Fix AUTOWIRE with types declared in a
2670 package, bug195. Reported by Pierre-David Pfister.
2671
fe03f49a
GM
26722009-12-11 Glenn Morris <rgm@gnu.org>
2673
47641aac
GM
2674 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2675
85094855
GM
2676 * mail/emacsbug.el: No longer require sendmail.
2677 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
2678 (report-emacs-bug-orig-text): Doc fix.
2679 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2680 New local variables, to adapt to different mail-user-agents.
2681 (report-emacs-bug): Fix test for a gnu.org address.
2682 Use overlays for emphasis, since font-lock defeats 'face property.
2683 Pretest bugs also end up at the newsgroup these days.
2684 Stop message-mode stripping text properties.
2685 Set and use the new buffer-local variables.
2686 (report-emacs-bug-hook): Add doc-string.
2687 Remove some unnecessary save-excursions and simplify.
2688 Use the appropriate hook and send-command.
2689
fe03f49a
GM
2690 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2691 capitalization of some menu entries.
2692
345427f0
VJL
26932009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2694
4e6a65b9 2695 * whitespace.el (whitespace-display-char-on): Ensure
345427f0
VJL
2696 `buffer-display-table' is unique when two or more windows are
2697 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2698 New version 12.1.
2699
c70ccbba
EZ
27002009-12-10 Eli Zaretskii <eliz@gnu.org>
2701
2702 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2703 characters in the Attribute field.
2704
f1943c1b
DN
27052009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2706
2707 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
2708
1c67aeaa
SM
27092009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2710
2711 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2712 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2713 Disregard autoload-excludes.
2714 (update-directory-autoloads): Obey autoload-excludes here instead.
2715 But don't store its contents in no-autoloads and remove entries that
2716 refer to excludes files.
2717
d8194864
GM
27182009-12-10 Glenn Morris <rgm@gnu.org>
2719
8c0171c0
GM
2720 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2721 (expand-mail-aliases): Define for compiler.
2722
dba372dd
GM
2723 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2724 Define for compiler.
2725
d8194864
GM
2726 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2727 appropriate for the mail-user-agent in use.
2728
fe5facd3
MA
27292009-12-09 Michael Albinus <michael.albinus@gmx.de>
2730
2731 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2732
99999a1d
DN
27332009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2734
2735 Fix short log parsing and fontification.
2736 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2737 Fix fontification for the [merge] label.
2738
2ea1c4aa
SM
27392009-12-09 Vivek Dasmohapatra <vivek@etla.org>
2740
85626eef 2741 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
2742 * htmlfontify.el (hfy-ignored-properties): New defcustom.
2743 (hfy-fontify-buffer): Use it.
2744
9840deb6
SM
27452009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2746
a0d1aadf
SM
2747 Minor cleanup.
2748 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2749 Adjust all callers.
2750 (ffap-locate-file): Remove unused arg `dir-ok' and make other
2751 args compulsory. Adjust callers.
2752 (ffap-gopher-at-point): Remove unused var `name'.
2753
9840deb6
SM
2754 Get rid of the ELCFILES abomination.
2755 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2756 (compile-elcfiles): New phony target.
2757 (compile-main): Compute ELCFILES dynamically.
2758 (compile-clean): New target to remove left-over elc files.
2759 (compile, all): Use it.
2760
7eb3f9a8
KH
27612009-12-09 Kenichi Handa <handa@etlken>
2762
2763 * international/mule-diag.el: Require help-mode instead of help-fns.
2764
ae63e572
KH
27652009-12-09 Kenichi Handa <handa@m17n.org>
2766
5ce6e4f4 2767 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
2768 fine ranges instead of pre-calculating accurate ranges.
2769 Iterate with bigger gc-cons-threshold.
ae63e572 2770
e2f3c692
DN
27712009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2772
2773 Add support for stashing a snapshot of the current tree.
2774 * vc-git.el (vc-git-stash-snapshot): New function.
2775 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2776
cf6d0352
JB
27772009-12-08 Jose E. Marchesi <jemarch@gnu.org>
2778
2779 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2780 instead of `(beginning|end)-of-line'.
2781
48e4acc9
GM
27822009-12-08 Glenn Morris <rgm@gnu.org>
2783
6e890faa
GM
2784 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2785
48e4acc9
GM
2786 * Makefile.in (ELCFILES): Regenerate.
2787
d2a1dc7b
JL
27882009-12-07 Juri Linkov <juri@jurta.org>
2789
2790 Don't lazy-highlight the comint output in history Isearch mode.
2791
2792 * comint.el (comint-history-isearch-search): Instead of
2793 `comint-line-beginning-position', use `comint-after-pmark-p'
2794 to check if point if before the process mark, and go to
2795 `process-mark' in this case.
2796
51ef56c4
SM
27972009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2798
fb10ee4a
SM
2799 * textmodes/tex-mode.el (latex-complete)
2800 (latex-indent-or-complete): Remove.
2801 (latex-mode): Set completion-at-point-functions instead.
2802
2803 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
2804 * minibuffer.el (completion-at-point-functions): New var.
2805 (completion-at-point): New command.
fb10ee4a 2806 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
2807 * progmodes/python.el (python-mode-map): Use completion-at-point.
2808 (python-completion-at-point): Rename from python-partial-symbol and
2809 adjust for use in completion-at-point-functions.
2810 (python-mode): Setup completion-at-point for Python completion.
2811 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2812 extracted from lisp-complete-symbol.
2813 (lisp-complete-symbol): Use it.
2814 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2815 setup completion-at-point for Elisp completion.
fb10ee4a
SM
2816 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2817 Use completion-at-point.
51ef56c4 2818 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 2819 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
2820 * progmodes/sym-comp.el: Move to...
2821 * obsolete/sym-comp.el: Move from progmodes.
2822
5e7a9022
EZ
28232009-12-07 Eli Zaretskii <eliz@gnu.org>
2824
2825 Prevent save-buffer in Rmail buffers from using the coding-system
2826 of the current message, and from clobbering the encoding mnemonics
2827 in the mode line (Bug#4623).
2828
2829 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2830 flag, too.
2831 (rmail-message-encoding): New variable.
2832 (rmail-write-region-annotate): Record the encoding of the current
2833 message in rmail-message-encoding.
2834 (rmail-after-save-hook): New function, restores the encoding of
2835 the current message after the message collection is saved.
2836
9136e895
JL
28372009-12-07 Juri Linkov <juri@jurta.org>
2838
2839 * progmodes/grep.el (grep-read-files): Use `completing-read'
2840 instead of `read-string'. Set its `collection' arg to
2841 `read-file-name-internal'. (Bug#4301)
2842
40637410
JL
28432009-12-07 Juri Linkov <juri@jurta.org>
2844
2845 Correctly restore original Isearch point. (Bug#4994)
2846
2847 * isearch.el (isearch-mode): Move `isearch-push-state' after
2848 `(run-hooks 'isearch-mode-hook)'.
2849 (isearch-cancel): When `isearch-push-state-function' is defined,
2850 let-bind `isearch-cmds' to the first state (the last element of
2851 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2852 function and restores the original point). Otherwise, move point
2853 to `isearch-opoint'.
2854
da10ce2b
SM
28552009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2856
2857 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2858 chars that don't have names, so the table can be built much faster at
2859 run-time.
2860
3d68fa99
CY
28612009-12-07 Chong Yidong <cyd@stupidchicken.com>
2862
f82b1493
CY
2863 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2864 change. Suggested by David Kastrup.
2865
3d68fa99
CY
2866 * simple.el (compose-mail): Check for incompatibilities and warn.
2867 (compose-mail-user-agent-warnings): New option.
2868
662c5698
DN
28692009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2870
2871 Support showing a single log entry from vc-annotate.
2872 * vc.el (print-log): Add a new argument: START-REVISION.
2873 (vc-print-log-internal): Add a new optional argument and
2874 pass it to the backend.
2875 (vc-print-log, vc-print-root-log): Adjust callers.
2876 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2877 buffer already displays the requested log entry, use it.
2878 Otherwise display only the log entry in question.
2879 * vc-svn.el (vc-svn-print-log):
e4070cdc 2880 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
2881 * vc-hg.el (vc-hg-state):
2882 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2883 (vc-git-show-log-entry): Return t on success.
2884 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2885 (vc-bzr-show-log-entry): Return t on success.
2886 * vc-rcs.el (vc-rcs-print-log):
2887 * vc-sccs.el (vc-sccs-print-log):
2888 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2889
e4070cdc
GM
28902009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2891
5ce6e4f4
JB
2892 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2893 Add menus to the meta mode. (Bug#5043)
e4070cdc 2894
5ce6e4f4 28952009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
2896
2897 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 2898 event-key.
662c5698 2899
662c5698
DN
2900 * ediff.el (ediff-buffers-internal): Add unwind-protect.
2901
dab816a9
MA
29022009-12-07 Michael Albinus <michael.albinus@gmx.de>
2903
2904 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
2905 Berbain <raphael.berbain@gmail.com>.
2906
2907 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
2908 characters.
2909 (tramp-initial-end-of-output): New defconst.
2910 (tramp-methods, tramp-find-shell)
2911 (tramp-open-connection-setup-interactive-shell)
2912 (tramp-maybe-open-connection): Use it.
2913 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2914 existence of `#' and `$'.
2915
2916 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2917 `tramp-initial-end-of-output'.
2918
a91e1f6b
DN
29192009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2920
2921 Get the background mode from the terminal for xterm, and set
2922 faces accordingly.
2923 * term/xterm.el (xterm-set-background-mode): New function.
2924 (terminal-init-xterm): Use it in case xterm supports background
2925 color queries. Recompute faces after getting the background
2926 color.
2927
5fa9d1ec
GM
29282009-12-07 Ulrich Mueller <ulm@gentoo.org>
2929
2930 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2931 number comment back on its own line, for easier parsing.
2932
5e9fde5e
SM
29332009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2934
2935 Make it work for non-file buffers (bug#5102).
2936 * doc-view.el (doc-view-current-cache-dir):
2937 Use doc-view-buffer-file-name rather than buffer-file-name.
2938 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2939
2f2f5242
CY
29402009-12-06 Óscar Fuentes <ofv@wanadoo.es>
2941
2942 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2943 author field is too short.
2944
cebf8ec6
DN
29452009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
2946
5e9fde5e
SM
2947 * vc-git.el (vc-git-print-log): Handle a limit argument.
2948 Display the short log in graph form and with labels.
0d3f8a78
DN
2949 (vc-git-log-view-mode): Handle labels.
2950
cebf8ec6
DN
2951 Make vc-revert change VC state from 'added to 'unregistered.
2952 * vc-git.el (vc-git-revert): Call git reset first.
2953
8e39154d
UJ
29542009-12-06 Ulf Jasper <ulf.jasper@web.de>
2955
d8194864
GM
2956 * net/newst-backend.el, net/newst-plainview.el:
2957 * net/newst-reader.el, net/newst-ticker.el:
2958 * net/newst-treeview.el, net/newsticker.el:
2959 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 2960
ef187c24
CY
29612009-12-06 Chong Yidong <cyd@stupidchicken.com>
2962
238a0f3a
CY
2963 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2964
2c6bb71a
CY
2965 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
2966 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
2967 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2968 Update annotation regexp.
2969
ef187c24
CY
2970 * simple.el (beginning-of-visual-line): Constrain to field
2971 boundaries (Bug#5106).
2972
571855b6
UJ
29732009-12-06 Ulf Jasper <ulf.jasper@web.de>
2974
d8194864 2975 * xml.el (xml-substitute-numeric-entities): Move
571855b6 2976 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 2977 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
2978 * net/newst-backend.el (newsticker--parse-generic-feed)
2979 (newsticker--parse-generic-items)
d8194864 2980 (newsticker--decode-numeric-entities): Move
571855b6 2981 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 2982 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 2983
b857059c
CY
29842009-12-06 Daniel Colascione <dan.colascione@gmail.com>
2985
2986 * progmodes/js.el (js--js-not): Add null to the list of values.
2987
c2dae51b
CY
29882009-12-06 Chong Yidong <cyd@stupidchicken.com>
2989
d8194864 2990 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 2991
ed0f72d2
RW
29922009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2993
2994 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2995 delimiter if it is at the end of the current line.
2996 (bibtex-generate-url-list): Fix docstring.
2997
365b9a62
SM
29982009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2999
3000 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3001 minibuffer's content with itself.
3002 Fold the confirm-after-completion case into the `confirm' case.
3003 (completion-pcm-word-delimiters): Add : and / to the delimiters.
3004
990a9cb1
KR
30052009-12-06 Kevin Ryde <user42@zip.com.au>
3006
3007 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 3008 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 3009
8b5a10db 3010 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 3011 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 3012
065543e7
JL
30132009-12-05 Juri Linkov <juri@jurta.org>
3014
3015 Save and restore dired buffer's point positions too. (Bug#4880)
3016
3017 * dired.el (dired-save-positions): Return in the first element
3018 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3019 Doc fix.
3020 (dired-restore-positions): First restore buffer's position.
3021 While restoring window's positions, check if window still displays
3022 the original buffer.
3023
503edac9
CY
30242009-12-05 Chong Yidong <cyd@stupidchicken.com>
3025
9a594ee6
CY
3026 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3027 if possible.
3028
365b9a62
SM
3029 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
3030 Make argument optional.
9a594ee6 3031
925f8c70
CY
3032 * shell.el (shell): Require ansi-color (Bug#5113).
3033
3034 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3035
503edac9
CY
3036 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3037
8fea6b33
AM
30382009-12-05 Alan Mackenzie <acm@muc.de>
3039
3040 * progmodes/cc-mode.el (c-before-hack-hook)
3041 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3042 `c-file-style' to work again. This reversion restores the current
212c5aef 3043 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 3044
5d1fd962
CY
30452009-12-05 Kevin Ryde <user42@zip.com.au>
3046
3047 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3048 comment-start-skip to comment-end-skip as comment (Bug#4781).
3049
30760c8b
JL
30502009-12-05 Juri Linkov <juri@jurta.org>
3051
3052 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3053 for virtual nodes. (Bug#4147)
3054 (Info-find-node-2): Set `Info-current-node-virtual' to nil
3055 when moving from a virtual node.
3056 (Info-mode-menu): Add `Info-virtual-index' to the menu.
3057 (Info-mode): Add `Info-virtual-index' to the docstring.
3058
1dc5c6f3
CY
30592009-12-05 Eric Ludlam <zappo@gnu.org>
3060
3061 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3062 Describe project macro symbols.
3063
3064 * cedet/semantic/complete.el (semantic-complete-do-completion):
3065 Don't call semantic-collector-current-exact-match.
3066
3067 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
3068 ede-objects as targets.
3069
3070 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
3071 a target's object list even if compiler vars are already in the
3072 Makefile.
3073
3074 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
3075 list of headers producing necessary macros.
3076
403111a8
RW
30772009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3078
3079 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3080 track of the buffer position of the end of a BibTeX entry as this
3081 position may change during reformatting.
3082 (bibtex-format-entry): Remove whitespace before processing
3083 numerical fields so that we recognize the latter properly.
3084 (bibtex-reformat): Do not use push which changes the global value
3085 of bibtex-entry-format.
3086 (bibtex-field-braces-alist, bibtex-field-strings-alist)
3087 (bibtex-field-re-init): Replace only space characters by regexp
3088 for whitespace.
365b9a62 3089 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
3090 (bibtex-initialize): Also update bibtex-strings.
3091 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
3092 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3093 Update bibtex-reference-keys.
403111a8 3094
25b54627
SM
30952009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3096
3097 * minibuffer.el (completion-pcm--merge-try): Also consider placing
3098 point after a star, if that's the only place where modifications can
3099 make progress.
3100
35639eb4
DN
31012009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
3102
3103 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3104 in docstrings.
3105
8b78760b
JL
31062009-12-04 Juri Linkov <juri@jurta.org>
3107
3108 * proced.el (proced): Call `(proced-update t)' to update process
3109 information instead of only running proced-post-display-hook.
3110 (proced-send-signal): Add a leading space to the buffer name
3111 " *Marked Processes*" to make this buffer ephemeral.
3112
2b3489a7
JL
31132009-12-04 Juri Linkov <juri@jurta.org>
3114
3115 * dired.el (dired-auto-revert-buffer): New defcustom.
3116 (dired-internal-noselect): Use it.
3117
9b9debd1
JL
31182009-12-04 Juri Linkov <juri@jurta.org>
3119
3120 Change roles of modes and functions in image-mode.el (Bug#5062).
3121
3122 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3123 in `auto-mode-alist'.
3124 (image-mode-previous-major-mode): New variable.
3125 (image-minor-mode-map): Rename from `image-mode-text-map'.
3126 (image-mode): Move graceful error-handling code from
3127 `image-minor-mode' to here. On errors call `image-mode-as-text'.
3128 (image-minor-mode): Remove all image-handling code.
3129 Replace `image-mode-text-map' with `image-minor-mode-map'.
3130 Check for `image-type' in mode-line format string.
3131 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3132 (image-mode-as-text): New function with most code from
3133 `image-mode-maybe'.
3134 (image-toggle-display-text): Move code that removes image
3135 properties from `image-toggle-display' to here.
3136 (image-toggle-display-image): New function with code that adds
3137 image properties copied from `image-toggle-display'.
3138 (image-toggle-display): Remove most code with leaving only code
3139 that toggles between `image-mode-as-text' and `image-mode'.
3140
0c74a301
UJ
31412009-12-04 Ulf Jasper <ulf.jasper@web.de>
3142
3143 * net/newst-treeview.el
3144 (newsticker--treeview-list-highlight-start): Restored call to
3145 save-excursion: Selected item was stuck.
3146 (newsticker--treeview-list-select): New.
3147 (newsticker--treeview-item-show-text)
3148 (newsticker--treeview-item-show)
3149 (newsticker--treeview-item-update): Use new
3150 newsticker-treeview-item-mode.
3151 (newsticker-treeview-update): Keep current item.
3152 (newsticker-treeview-next-new-or-immortal-item): Doc change.
3153 (newsticker--treeview-first-feed): Doc change.
3154 (newsticker-treeview-list-menu)
3155 (newsticker-treeview-item-menu): Added menu entries.
3156 (newsticker-treeview-item-mode): New.
3157
5ce6e4f4 3158 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
3159 windows.
3160
9eaeec5b
SS
31612009-12-04 Sam Steingold <sds@gnu.org>
3162
3163 * log-view.el (log-view-mode-map): "q" calls quit-window,
3164 like in all the other non-self-insert buffers.
3165
b2bf5be5
SM
31662009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3167
3168 Minor cleanup.
3169 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3170 key decoding rather than do it manually via last-input-event +
3171 ascii-character.
3172 (term-exec): Use delete-and-extract-region.
3173 (term-handle-ansi-terminal-messages): Remove unused var `end'.
3174 (term-process-pager): Remove unused var `i'.
3175 (term-dynamic-simple-complete): Make obsolete.
3176 (serial-update-config-menu): Remove unused vars `y' and `str'.
3177 (term-update-mode-line): Remove unused var `temp'.
3178
46e5c897
DN
31792009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3180
3181 Limit the number of log entries displayed by default.
3182 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3183 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3184 using a prefix argument.
3185
627e0a14
GM
31862009-12-03 Glenn Morris <rgm@gnu.org>
3187
3188 * progmodes/idlwave.el (class): Restore still useful declaration.
3189
8578c224
AM
31902009-12-03 Alan Mackenzie <acm@muc.de>
3191
4abc318c 3192 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 3193
b2bf5be5
SM
3194 * progmodes/cc-mode.el (c-basic-common-init):
3195 Call c-state-cache-init.
9762b219 3196 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 3197 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 3198 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
3199
3200 * progmodes/cc-langs.el (c-before-font-lock-function):
3201 c-extend-and-neutralize-syntax-in-CPP has been renamed
3202 c-neutralize-syntax-in-and-mark-CPP.
3203
3204 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3205 with `category' properties now, not `syntax-table' ones.
3206
3207 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3208 enhanced (but slower) version of c-end-of-macro that won't land
3209 inside a literal or on another awkward character.
3210 (c-state-cache-too-far, c-state-cache-start)
3211 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3212 (c-state-nonlit-pos-cache-limit, c-state-point-min)
3213 (c-state-point-min-lit-type, c-state-point-min-lit-start)
3214 (c-state-min-scan-pos, c-state-brace-pair-desert)
3215 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3216 buffer local variables.
3217 (c-state-literal-at, c-state-lit-beg)
3218 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3219 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3220 (c-state-cache-top-paren, c-state-cache-after-top-paren)
3221 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3222 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3223 (c-renarrow-state-cache)
3224 (c-append-lower-brace-pair-to-state-cache)
3225 (c-state-push-any-brace-pair, c-append-to-state-cache)
3226 (c-remove-stale-state-cache)
3227 (c-remove-stale-state-cache-backwards, c-state-cache-init)
3228 (c-invalidate-state-cache-1, c-parse-state-1)
3229 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
3230 (c-parse-state): Enhance and refactor.
3231 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
3232
3233 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3234 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
3235 modify to use category text properties rather than syntax-table ones.
3236 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
3237 to switch off/on the syntactic paren property of C++ template
3238 delimiters using the category property.
3239 (c-with-<->-as-parens-suppressed): Macro to invoke code with
3240 template delims suppressed.
3241 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3242 New constant/macros which apply category properties to the start
3243 and end of preprocessor constructs.
b2bf5be5 3244 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
3245 "comment out" the syntactic value of characters in preprocessor
3246 constructs.
3247 (c-with-cpps-commented-out)
3248 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3249 with characters in all or all but one preprocessor constructs
3250 "commented out".
3251
0d4dc442
RW
32522009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3253
3254 * proced.el (proced-filter-alist): Use regexp-quote.
3255
a09dc9bf
MA
32562009-12-03 Michael Albinus <michael.albinus@gmx.de>
3257
3258 Cleanup.
3259 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3260 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
3261 arguments. Expand `default-directory'.
3262
3263 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3264 the benefit of returning an expanded localname.
3265 (tramp-tramp-file-p): Handle the case NAME is not a string.
3266
3f6bd790
DN
32672009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3268
4dfb3b9c
DN
3269 Add support for bzr shelve/unshelve.
3270 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3271 (vc-bzr-extra-menu-map): New variables.
3272 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3273 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3274 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3275 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3276 (vc-bzr-dir-extra-headers): Display shelves.
3277
3f6bd790
DN
3278 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3279
842d73a1
SM
32802009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3281
3282 * textmodes/bibtex.el (bibtex-complete-internal):
3283 Use completion-in-region.
3284 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3285
7fa4876f
DN
32862009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3287
3288 Support applying stashes. Improve UI.
3289 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3290 (vc-git-stash-apply, vc-git-stash-pop)
3291 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3292 (vc-git-stash-menu): New functions.
3293 (vc-git-stash-menu-map): New variable.
3294 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3295
d6e82452
GM
32962009-12-03 Glenn Morris <rgm@gnu.org>
3297
3298 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3299 (vc-print-log-internal): Fix previous change.
3300 (vc-revert): Correct pluralization.
3301
8d222148
SM
33022009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3303
ea52206b
SM
3304 * progmodes/make-mode.el (makefile-special-targets-list): No need for
3305 it to be an alist any more.
3306 (makefile-complete): Use completion-in-region.
3307
69a94a37
SM
3308 * progmodes/octave-mod.el (octave-complete-symbol):
3309 Use completion-in-region.
3310
8d222148
SM
3311 Misc cleanup.
3312 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3313 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3314 (idlwave-complete-class): Don't quote lambda.
3315 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3316 (idlwave-mode-map): Move initialization into declaration.
3317 (idlwave-action-and-binding): Use backquotes.
3318 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3319 Simplify.
3320 (idlwave-is-pointer-dereference): Remove unused var `pos'.
3321 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3322 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3323 `parts', and `all-parts'.
3324 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3325 (idlwave-convert-xml-system-routine-info): Remove unused string
3326 `version-string'.
3327 (idlwave-display-user-catalog-widget): Use dolist.
3328 (idlwave-scanning-lib): Declare dynamically-scoped var.
3329 (idlwave-scan-library-catalogs): Remove unused var `flags'.
3330 (completion-highlight-first-word-only): Declare to silence bytecomp.
3331 (idlwave-popup-select): Tighten scope of `resp'.
3332 (idlwave-find-struct-tag): Remove unused var `beg'.
3333 (idlwave-after-load-rinfo-hook): Declare.
3334 (idlwave-sintern-class-info): Remove unused var `taglist'.
3335 (idlwave-find-class-definition): Remove unused var `list'.
3336 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3337 (idlwave-what-module-find-class): Remove unused var `classes'.
3338
3bb8691b
JB
33392009-12-03 Juanma Barranquero <lekktu@gmail.com>
3340
3341 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3342
f72f0c23
SM
33432009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3344
3345 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3346 buffers visited. Remove redundant current-buffer-saving.
3347
601a9508
SM
33482009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3349
3350 Use completion-in-buffer and remove uses of dynamic scoping.
3351 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3352 (pascal-buffer-to-use, pascal-flag): Don't declare.
3353 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3354 (pascal-get-completion-decl, pascal-keyword-completion):
3355 Add `pascal-str' argument, save-excursion,
3356 return the found completions, and don't filter with pascal-pred.
3357 (pascal-completion-cache): New var.
3358 (pascal-completion): Don't switch buffer any more (it was never
3359 necessary). Don't save-excursion any more (it's done by the called
3360 subroutines). Use a cache to avoid redundant computations.
3361 Use complete-with-action rather than pascal-completion-response and
3362 let it apply the predicate as well.
3363 (pascal-complete-word): Use completion-in-buffer when
3364 pascal-toggle-completions is nil.
3365 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3366 not used any more.
3367 (pascal-comp-defun): Don't change buffer any more.
3368 Use complete-with-action rather than pascal-completion-response and
3369 let it apply the predicate as well.
3370 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3371 when neded.
3372
1ff4cb98
KH
33732009-12-02 Kenichi Handa <handa@m17n.org>
3374
3375 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3376 shape for all Indic scripts.
3377
bb12edf1
SM
33782009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3379
3380 Use completion-in-buffer.
3381 * wid-edit.el (widget-field-text-end): New function.
3382 (widget-field-value-get): Use it.
3383 (widget-string-complete, widget-file-complete)
3384 (widget-color-complete): Use it and completion-in-region.
3385 (widget-complete): Don't narrow the buffer.
3386
5813f6ef
GM
33872009-12-02 Glenn Morris <rgm@gnu.org>
3388
c920f222
GM
3389 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
3390 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
3391 * mail/rmailsum.el: Replace all pop-to-buffer calls with
3392 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 3393
5813f6ef
GM
3394 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
3395 save-excursion with save-current-buffer.
3396 Widen before searching. (Bug#5093)
3397 (diary-list-sexp-entries): Remove superfluous save-excursion.
3398
34b1d750
GM
33992009-12-02 Michael Welsh Duggan <mwd@cert.org>
3400
3401 * woman.el (woman-make-bufname): Handle man-pages with "." in the
3402 name. (Bug#5038)
3403
b2d5f31a
GM
34042009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
3405
3406 * ido.el (ido-file-internal): Handle filenames at point that do
3407 not have a directory part. (Bug#5049)
3408
c710ac3c
JB
34092009-12-02 Juanma Barranquero <lekktu@gmail.com>
3410
3411 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3412 (mpc-songs-jump-to, mpc-resume): Doc fixes.
3413
9946be46
SM
34142009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
3415
3416 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3417 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3418 any more.
3419
b08016f2
SM
34202009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3421
e7440df4
SM
3422 * comint.el (comint-insert-input): Ignore clicks to the right of
3423 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3424
3bb8691b 3425 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
3426 terminate before setting up the major mode.
3427
f3b757f5
SM
3428 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3429 in case.
3430
a2877f1d
SM
3431 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3432 the last element.
3433
b08016f2
SM
3434 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3435
782d6e30
GM
34362009-12-01 Glenn Morris <rgm@gnu.org>
3437
3438 * window.el (window--display-buffer-2): Fix previous changes.
3439
28f57f7e
CY
34402009-12-01 Chong Yidong <cyd@stupidchicken.com>
3441
3442 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3443
c31a2fdc
GM
34442009-12-01 Glenn Morris <rgm@gnu.org>
3445
3446 * Makefile.in (ELCFILES): Add mpc.elc.
3447
e1ada222
SM
34482009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3449
3450 * mpc.el: New file.
3451
0c9ff2c5
GM
34522009-12-01 Glenn Morris <rgm@gnu.org>
3453
3689984f
GM
3454 * window.el (window-to-use): Define for compiler.
3455
3ab4308b
GM
3456 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3457 consistent with others (no final period).
3458
0c9ff2c5
GM
3459 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3460 (rmail-mime-show): Downcase the encoding. (Bug#5070)
3461
fb0c18ff
DN
34622009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
3463
3464 Make vc-print-log buttons work.
045b9da7 3465 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 3466
2ac7e73e
JB
34672009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
3468
3469 * savehist.el (savehist-autosave-interval): Allow setting to nil
3470 through customize. (Bug#5056)
3471
5237d741
JB
34722009-11-30 Juanma Barranquero <lekktu@gmail.com>
3473
3474 Fix references to jit-lock properties.
3475 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3476 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3477 (perl-font-lock-special-syntactic-constructs):
3478 Quote jit-lock-defer-multiline property.
3479
379241fa
DN
34802009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
3481
3482 * vc-git.el (vc-git-registered): Call vc-git-root only once.
3483
054ae856
JL
34842009-11-30 Juri Linkov <juri@jurta.org>
3485
3486 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3487 value `buffer' of `multi-isearch-next-buffer-current-function'.
3488 Use `(current-buffer)' when `buffer' is nil.
3489 (multi-isearch-next-buffer-from-list): Don't fallback to
3490 `(current-buffer)' when `buffer' is nil. (Bug#4947)
3491
67296dda
JL
34922009-11-30 Juri Linkov <juri@jurta.org>
3493
3494 * misearch.el (multi-isearch-read-buffers): Move canonicalization
3495 of buffers with `get-buffer' to `multi-isearch-buffers'.
3496 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3497 Canonicalize BUFFERS with `get-buffer'. Doc fix.
3498 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3499 FILES with `expand-file-name' converting relative file names
3500 to absolute. Doc fix. (Bug#4727)
3501
c585bf32
JL
35022009-11-30 Juri Linkov <juri@jurta.org>
3503
3504 * misearch.el (multi-isearch-read-buffers)
3505 (multi-isearch-read-matching-buffers): New functions.
3506 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3507 Use them in the `interactive' spec. Doc fix.
3508 (multi-isearch-read-files, multi-isearch-read-matching-files):
3509 New functions.
3510 (multi-isearch-files, multi-isearch-files-regexp):
3511 Use them in the `interactive' spec. Doc fix. (Bug#4725)
3512
0a745733
JL
35132009-11-30 Juri Linkov <juri@jurta.org>
3514
3515 * doc-view.el (doc-view-continuous):
3516 Rename from `doc-view-continuous-mode'.
3517 (doc-view-menu): Move "Toggle display" to the top.
3518 Add submenu "Continuous" with radio buttons "Off"/"On"
3519 and "Save as Default".
3520 (doc-view-scroll-up-or-next-page)
3521 (doc-view-scroll-down-or-previous-page)
3522 (doc-view-next-line-or-next-page)
3523 (doc-view-previous-line-or-previous-page): Rename
3524 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
3525
1f9689eb
JL
35262009-11-30 Juri Linkov <juri@jurta.org>
3527
3528 * comint.el (comint-mode-map): Rebind `M-r' from
3529 `comint-previous-matching-input' to
3530 `comint-history-isearch-backward-regexp'.
3531 Unbind `M-s' to allow global key binding `M-s'.
3532 Add menu items for `comint-history-isearch-backward' and
3533 `comint-history-isearch-backward-regexp'. (Bug#3746)
3534
2952b1ae
JL
35352009-11-30 Juri Linkov <juri@jurta.org>
3536
3537 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3538 For def=recenter, replace `recenter' with `recenter-top-bottom'
3539 that is called with `this-command' and `last-command' let-bound
3540 to `recenter-top-bottom'. When the last `def' was not `recenter',
3541 set `recenter-last-op' to nil. (Bug#4981)
3542
7a9547ca
SM
35432009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3544
20565545
SM
3545 Minor cleanup and simplification.
3546 * filecache.el (file-cache-add-directory)
3547 (file-cache-add-directory-recursively)
3548 (file-cache-add-from-file-cache-buffer)
3549 (file-cache-delete-file-regexp, file-cache-delete-directory)
3550 (file-cache-files-matching-internal, file-cache-display): Use dolist.
3551 (file-cache-temp-minibuffer-message): Delete function.
3552 (file-cache-minibuffer-complete): Use minibuffer-message instead.
3553
7a9547ca
SM
3554 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3555 Don't signal an error when bumping into EOB in tr, s, or y.
3556
08e968f3
JL
35572009-11-29 Juri Linkov <juri@jurta.org>
3558
3559 * startup.el (fancy-about-text): Fix wording of Guided Tour.
3560 (Bug#4960)
3561
3562 * descr-text.el (describe-char-unidata-list): Use lowercase name
3563 for "Unicode name" like in other tags.
3564
f8d170a4
JL
35652009-11-29 Juri Linkov <juri@jurta.org>
3566
3567 * ediff-util.el (ediff-minibuffer-with-setup-hook):
3568 New compatibility macro.
7a9547ca 3569 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 3570
0116abbd
JL
35712009-11-29 Juri Linkov <juri@jurta.org>
3572
3573 Add defcustom to define the cycling order of `recenter-top-bottom'.
3574 (Bug#4981)
3575
3576 * window.el (recenter-last-op): Doc fix.
3577 (recenter-positions): New defcustom.
3578 (recenter-top-bottom): Rewrite to use `recenter-positions'.
3579 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3580
61eef560
MA
35812009-11-29 Michael Albinus <michael.albinus@gmx.de>
3582
3583 Improve integration of Tramp and ange-ftp in eshell.
3584
e4070cdc 3585 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
3586 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
3587 (eshell/sudo): Flatten args. Let-bind `default-directory'.
3588
3589 * eshell/esh-util.el (top): Require also Tramp when compiling.
3590 (eshell-directory-files-and-attributes): Check for FTP remote
3591 connection.
3592 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3593 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3594 (eshell-file-attributes): Handle ".". Return `entry'.
3595
3596 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3597 (ange-ftp-directory-files-and-attributes)
3598 (ange-ftp-real-directory-files-and-attributes): New defuns.
3599
3600 * net/tramp.el (tramp-maybe-open-connection): Open the remote
3601 shell with "exec" when possible. This prevents trailing prompts
3602 in `start-file-process'.
3603
f5467d3f
SM
36042009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3605
21f49db9
SM
3606 Try and remove assumptions about point-min==1.
3607 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3608 (rng-compute-mode-line-string): Show the validation percentage in
3609 terms of the narrowed text, not the widened text.
3610 (rng-do-some-validation): Don't catch internal errors when debugging.
3611 (rng-first-error): Simplify.
3612 (rng-after-change-function): Remove work around. AFAIK the bug has
3613 been fixed a while ago.
3614
26224faf
SM
3615 * image-mode.el (image-minor-mode): Exit more gracefully when the image
3616 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3617
d7117720
SM
3618 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3619
f5467d3f
SM
3620 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3621 `cd' doesn't always do it for us (bug#5067).
3622
3623 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3624 on 2009-10-25 as part of some other change (bug#5067).
3625
c5269f1c
SM
36262009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3627
62a258a7
SM
3628 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3629 `suspicious'.
3630 (byte-compile-warnings): Use byte-compile-warning-types.
3631 (byte-compile-save-excursion): Warn about use of set-buffer right
3632 after save-excursion.
3633
c5269f1c
SM
3634 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3635 the excursion as well.
3636
3ba30eb8
MA
36372009-11-27 Michael Albinus <michael.albinus@gmx.de>
3638
3639 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3640 providing a Tramp related implementation of "su" and "sudo".
3641 (eshell-unix-initialize): Add "su" and "sudo".
3642
6c6f788d
DU
36432009-11-27 Daiki Ueno <ueno@unixuser.org>
3644
3645 * net/socks.el (socks-send-command): Convert binary request to
3646 unibyte before sending. This fixes mishandling of some port
3647 numbers such as 129.
3648
10c877fe
SM
36492009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3650
6f06a171
SM
3651 * help.el (describe-bindings-internal): Remove `interactive'.
3652
10c877fe
SM
3653 * man.el (Man-completion-table): Trim a terminating "(".
3654 Remove the space between name page a section.
3655 Add the command's description on the `help-echo' property.
c5269f1c
SM
3656 Remove `process-connection-type' binding since it's unused by
3657 call-process.
10c877fe
SM
3658 Provide completion for the "<section> <name>" format as well.
3659 (Man-default-man-entry): Remove spurious var shadowing the argument.
3660
c44a4822
KR
36612009-11-26 Kevin Ryde <user42@zip.com.au>
3662
3663 * log-view.el: Add "Keywords: tools", since its other keywords
3664 aren't in finder-known-keywords, and following vc.el.
3665
9d58f081
KR
3666 * sha1.el (sha1-string-external): default-directory "/" in case
3667 otherwise non-existent. process-connection-type pipe for touch of
3668 efficiency recommended by elisp manual. (An aside in Bug#3911.)
3669
72fe6b25
SM
36702009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3671
3672 Misc coding convention cleanups.
3673 * htmlfontify.el (hfy-init-kludge-hook): Rename from
3674 hfy-init-kludge-hooks.
3675 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3676 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3677 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3678 and push.
3679 (hfy-slant, hfy-weight): Use tables rather than code.
3680 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3681 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3682 (hfy-face-attr-for-class): Initialize `face-spec' directly.
3683 (hfy-face-to-css): Remove `nconc' with single arg.
3684 (hfy-p-to-face-lennart): Use `or'.
3685 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
3686 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3687 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3688 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3689 (hfy-force-fontification): Use run-hooks.
3690
85e0a536
SM
36912009-11-26 Vivek Dasmohapatra <vivek@etla.org>
3692
3693 Various minor fixes.
3694 * htmlfontify.el (hfy-default-header): Add toggle_invis since
3695 Javascript belongs in the header, not the body.
3696 (hfy-javascript): Remove.
3697 (hfy-fontify-buffer): Don't insert it any more.
3698 (hfy-face-at): Handle (face0 face1 face2) style face properties.
3699 Fix bug in invis handling when there were no invis props in a chunk.
3700
62ccc42c
SM
37012009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3702
3703 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3704
2643c7aa
DN
37052009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3706
3707 * finder.el (finder-mode-map): Add a menu.
3708
0e5c8aed
DN
37092009-11-26 Michael McNamara <mac@mail.brushroad.com>
3710
bf0b361c 3711 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
3712 "unsigned" structs.
3713
3714 (verilog-leap-to-head, verilog-backward-token): Handle "disable
3715 fork" statement better.
3716
37172009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
3718
bf0b361c
JB
3719 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3720 (verilog-delete-auto, verilog-delete-empty-auto-pair)
3721 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3722 Reported by Clay Douglass.
0e5c8aed
DN
3723
3724 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c
SM
3725 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3726 Fix removing "// Interfaces" when saving .* expansions. Reported by
0e5c8aed
DN
3727 Pierre-David Pfister.
3728
7629c4e7
GM
37292009-11-26 Glenn Morris <rgm@gnu.org>
3730
62ccc42c
SM
3731 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3732 the scope.
7629c4e7 3733
a5d358f8
JB
37342009-11-25 Johan Bockgård <bojohan@gnu.org>
3735
3736 * vc-annotate.el (vc-annotate-revision-previous-to-line):
3737 Really use previous revision.
3738
002cbde5
KR
37392009-11-25 Kevin Ryde <user42@zip.com.au>
3740
3741 * man.el (Man-completion-table): default-directory "/" in case
3742 doesn't otherwise exist. process-environment COLUMNS=999 so as
3743 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
3744 any chance of hitting the pseudo-tty TIOCGWINSZ.
3745 (man): completion-ignore-case t for friendliness and since man
3746 itself is case-insensitive on the command line.
3747 Further to Bug#3717.
002cbde5 3748
8cb5ffe8
KR
3749 * arc-mode.el: Add "Keywords: files", so the details in its
3750 commentary can be reached from finder-by-keyword.
34607612
KR
3751 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
3752 editing mode, but it's comms related and sgml-mode.el has "comm"
3753 on that basis too.
b8dfcf54 3754 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
3755 * international/isearch-x.el, international/ja-dic-cnv.el:
3756 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 3757 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 3758
1e2d9ba1
JL
37592009-11-25 Juri Linkov <juri@jurta.org>
3760
3761 * man.el (Man-completion-table): Modify regexp to include
3762 section names to completion strings. (Bug#3717)
3763
a601d313
JL
37642009-11-25 Juri Linkov <juri@jurta.org>
3765
3766 Search recursively in gzipped files. (Bug#4982)
3767
3768 * progmodes/grep.el (grep-highlight-matches): Add new options
3769 `always' and `auto'. Doc fix.
3770 (grep-process-setup): Check `grep-highlight-matches' for
3771 `auto-detect' to determine the need to compute grep defaults.
3772 Move Windows/DOS specific --colors settings handling
3773 to `grep-compute-defaults'. Check `grep-highlight-matches'
3774 to get the value of "--color=".
3775 (grep-compute-defaults): Compute `grep-highlight-matches' when it
3776 has the value `auto-detect'. Move Windows/DOS specific settings
3777 from `grep-process-setup'.
3778 (zrgrep): New command with alias `rzgrep'.
3779
bde04ea9
JL
37802009-11-25 Juri Linkov <juri@jurta.org>
3781
3782 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3783 to nil instead of switching off view-mode. (Bug#4896)
3784
7d6b4d3c
JL
37852009-11-25 Juri Linkov <juri@jurta.org>
3786
3787 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
3788
3789 * mwheel.el (mwheel-scroll-up-function)
3790 (mwheel-scroll-down-function): New defvars.
3791 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3792 `scroll-up', and `mwheel-scroll-down-function' instead of
3793 `scroll-down'.
3794
3795 * doc-view.el (doc-view-scroll-up-or-next-page)
3796 (doc-view-scroll-down-or-previous-page): Add optional ARG.
3797 Use this ARG in the call to image-scroll-up/image-scroll-down.
3798 Change `interactive' spec to "P". Goto next/previous page only
3799 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3800 SPC/DEL case). Doc fix.
3801 (doc-view-next-line-or-next-page)
3802 (doc-view-previous-line-or-previous-page): Rename arg to ARG
3803 for consistency.
3804 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3805 `doc-view-scroll-up-or-next-page', and buffer-local
3806 `mwheel-scroll-down-function' to
3807 `doc-view-scroll-down-or-previous-page'.
3808
e237085f
JL
38092009-11-25 Juri Linkov <juri@jurta.org>
3810
3811 Provide additional default values (directories at other Dired
3812 windows) via M-n in the minibuffer of some Dired commands.
3813
3814 * dired-aux.el (dired-diff, dired-compare-directories)
3815 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3816 `minibuffer-default' in `minibuffer-with-setup-hook'.
3817 (dired-dwim-target-directory): Find a window that displays Dired
3818 buffer instead of failing when the next window is not Dired.
3819 Use `get-window-with-predicate' to find for the next Dired window.
3820 (dired-dwim-target-defaults): New function.
3821
3822 * ediff-util.el (ediff-read-file-name):
3823 Use `dired-dwim-target-defaults' to set `minibuffer-default'
3824 in `minibuffer-with-setup-hook'.
3825
7d371eac
JL
38262009-11-25 Juri Linkov <juri@jurta.org>
3827
3828 Provide additional default values (file name at point or at the
3829 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
3830
3831 * minibuffer.el (read-file-name-defaults): New function.
3832 (read-file-name): Reset `minibuffer-default' to nil when
3833 it duplicates initial input `insdef'.
3834 Bind `minibuffer-default-add-function' to lambda that
3835 calls `read-file-name-defaults' in `minibuffer-selected-window'.
3836 (minibuffer-insert-file-name-at-point): New command.
3837
3838 * files.el (file-name-at-point-functions): New defcustom.
3839 (find-file-default): Remove defvar.
3840 (find-file-read-args): Don't use `find-file-default'.
3841 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3842 to `read-file-name'.
3843 (find-file-literally): Use `read-file-name' with
3844 `confirm-nonexistent-file-or-buffer'.
3845
3846 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3847
3848 * dired.el (dired-read-dir-and-switches):
3849 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3850 to `read-file-name'.
3851 (dired-file-name-at-point): New function.
3852 (dired-mode): Add hook `dired-file-name-at-point' to
3853 `file-name-at-point-functions'.
3854
04ae543a
SM
38552009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3856
3857 Really make the *Completions* window soft-dedicated (bug#5030).
3858 * window.el (window--display-buffer-2): Add `dedicated' argument.
3859 (display-buffer): Pass it when needed so the dedicated flag is set
3860 after calling set-window-buffer, which would otherwise reset it.
3861
eb708e66
SM
38622009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3863
d6b8d4e7
SM
3864 * progmodes/meta-mode.el (meta-complete-symbol):
3865 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
3866 * mail/mailabbrev.el (mail-abbrev-complete-alias):
3867 Use completion-in-region.
3868
5f24557b
SM
3869 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3870 (dabbrev-completion): Use completion-in-region.
3871 (dabbrev--abbrev-at-point): Simplify regexp.
3872
fe4346f0
SM
3873 * abbrev.el (abbrev--before-point): Use word-motion functions
3874 if :regexp is not specified (bug#5031).
3875
cb190d7d
SM
3876 * subr.el (string-prefix-p): New function.
3877
e2ec6dd5
SM
3878 * man.el (Man-completion-cache): New var.
3879 (Man-completion-table): Use it.
3880
eb708e66
SM
3881 * vc.el (vc-print-log-internal): Make `limit' optional for better
3882 compatibility (e.g. with vc-annotate.el).
3883
4cf8971b
KR
38842009-11-24 Kevin Ryde <user42@zip.com.au>
3885
eb708e66 3886 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 3887 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 3888
4cf8971b
KR
3889 * emacs-lisp/elint.el (elint-add-required-env): Better error message
3890 when .el source file not found or other error.
3891
d204c46c
SM
38922009-11-24 Markus Triska <markus.triska@gmx.at>
3893
3894 * linum.el (linum-update-window): Ignore intangible (bug#4996).
3895
bb301b9a
SM
38962009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3897
449c27f0
SM
3898 Handle the [back] button properly (bug#4979).
3899 * descr-text.el (describe-text-properties): Add a `buffer' argument.
3900 Use help-setup-xref, help-buffer, and with-help-window.
3901 (describe-char): Add `buffer' argument.
3902 Pass proper command to help-setup-xref. Don't meddle with
3903 help-xref-stack-item directly.
3904 (describe-text-category): Use with-help-window and help-buffer.
3905
32fe5377
SM
3906 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3907 for the displayed buffer (bug#4887).
3908
bb301b9a
SM
3909 * man.el (Man-completion-table): New function.
3910 (man): Use it.
3911
35179414
DR
39122009-11-24 David Reitter <david.reitter@gmail.com>
3913
bb301b9a 3914 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
3915 .git is) rather than the file's directory and a relative path spec
3916 to work around a bug in git.
3917
605a20a9
MA
39182009-11-24 Michael Albinus <michael.albinus@gmx.de>
3919
3920 Improve handling of processes on remote hosts.
3921
3922 * eshell/esh-util.el (eshell-path-env): New defvar.
3923 (eshell-parse-colon-path): New defun.
3924 (eshell-file-attributes): Use `eshell-parse-colon-path'.
3925
bb301b9a
SM
3926 * eshell/esh-ext.el (eshell-search-path):
3927 Use `eshell-parse-colon-path'.
605a20a9
MA
3928 (eshell-remote-command): Remove argument HANDLER.
3929 (eshell-external-command): Check for FTP remote connection.
3930
bb301b9a
SM
3931 * eshell/esh-proc.el (eshell-gather-process-output):
3932 Use `file-truename', in order to start also symlinked files.
3933 Apply `start-file-process' instead of `start-process'.
3934 Shorten `command' to the local file name part.
605a20a9 3935
bb301b9a
SM
3936 * eshell/em-cmpl.el (eshell-complete-commands-list):
3937 Use `eshell-parse-colon-path'.
605a20a9
MA
3938
3939 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3940
3941 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
3942 to `eshell-directory-change-hook'.
3943
d1d33062
TH
39442009-11-24 Tassilo Horn <tassilo@member.fsf.org>
3945
3946 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 3947 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 3948
a34d8565 39492009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 3950
a34d8565
MK
3951 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3952 made on 2009-11-22.
d1d33062 3953
c83b8d1b
GM
39542009-11-24 Glenn Morris <rgm@gnu.org>
3955
3956 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3957 deleted variable bookmark-bmenu-bookmark-column.
3958
65235b0a
GM
3959 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3960 Move after definition of global-semantic-idle-tag-highlight-mode.
3961
83505cfe
SM
39622009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3963
3964 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3965
5241b291
CY
39662009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
3967
3968 * net/browse-url.el (browse-url-filename-alist): On Windows, add
3969 two slashes to the "file:" prefix.
3970 (browse-url-file-url): De-munge Cygwin filenames before passing
3971 them to Windows browser.
3972 (browse-url-default-windows-browser): Use call-process.
3973
aefcadb6
JL
39742009-11-23 Juri Linkov <juri@jurta.org>
3975
3976 Implement DocView Continuous mode. (Bug#4896)
3977 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
3978 (doc-view-mode-map): Bind C-n/<down> to
3979 `doc-view-next-line-or-next-page', C-p/<up> to
3980 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
3981 (doc-view-next-line-or-next-page)
3982 (doc-view-previous-line-or-previous-page): New commands.
3983
0d62bcea
JL
39842009-11-23 Juri Linkov <juri@jurta.org>
3985
3986 Implement Isearch in comint input history. (Bug#3746)
3987 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3988 `isearch-mode-hook'.
3989 (comint-history-isearch): New defcustom.
3990 (comint-history-isearch-backward)
3991 (comint-history-isearch-backward-regexp): New commands.
3992 (comint-history-isearch-message-overlay): New buffer-local variable.
3993 (comint-history-isearch-setup, comint-history-isearch-end)
3994 (comint-goto-input, comint-history-isearch-search)
3995 (comint-history-isearch-message, comint-history-isearch-wrap)
3996 (comint-history-isearch-push-state)
3997 (comint-history-isearch-pop-state): New functions.
3998
b593f105
MA
39992009-11-23 Michael Albinus <michael.albinus@gmx.de>
4000
4001 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4002 return.
4003 (tramp-handle-make-symbolic-link)
4004 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4005 Quote file names.
4006 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4007 (tramp-handle-process-file): Use it.
4008
0f202d5d
SM
40092009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4010
4011 * window.el (move-to-window-line-last-op): Remove.
4012 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4013
216349f8
SM
40142009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4015
0f202d5d 4016 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
4017 * window.el (move-to-window-line-last-op): New var.
4018 (move-to-window-line-top-bottom): New command.
4019 (global-map): Bind M-r move-to-window-line-top-bottom.
4020
c10e0633
GM
40212009-11-23 Sven Joachim <svenjoac@gmx.de>
4022
4023 * dired-x.el (dired-guess-shell-alist-default):
4024 Support xz format. (Bug#4953)
4025
e96ec425
CY
40262009-11-22 Chong Yidong <cyd@stupidchicken.com>
4027
2054a44c
CY
4028 * cedet/srecode/map.el (srecode-get-maps):
4029 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
4030 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
4031 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
4032 (semantic-toggle-decoration-style):
4033 * cedet/semantic/decorate/include.el
4034 (semantic-decoration-include-describe)
4035 (semantic-decoration-unknown-include-describe)
4036 (semantic-decoration-unparsed-include-describe)
4037 (semantic-decoration-all-include-summary):
4038 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
4039 * cedet/semantic/analyze/complete.el
4040 (semantic-analyze-possible-completions):
4041 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
4042 (semantic-show-unmatched-syntax-mode)
4043 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
4044 (semantic-highlight-func-mode):
4045 * cedet/semantic/util.el (semantic-describe-buffer):
4046 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
4047 (semantic-symref-find-tags-by-name)
4048 (semantic-symref-find-tags-by-regexp)
4049 (semantic-symref-find-tags-by-completion)
4050 (semantic-symref-find-file-references-by-name)
4051 (semantic-symref-find-text):
4052 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
4053 (senator-yank-tag):
4054 * cedet/semantic/scope.el (semantic-calculate-scope):
4055 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
4056 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
4057 (define-semantic-idle-service):
4058 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
4059 (semantic-complete-analyze-inline-idle):
4060 * cedet/semantic/analyze.el (semantic-analyze-current-context):
4061 * cedet/mode-local.el (describe-mode-local-bindings)
4062 (describe-mode-local-bindings-in-mode):
4063 * cedet/ede/make.el (ede-make-check-version):
4064 * cedet/ede/locate.el (ede-enable-locate-on-project):
4065 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
4066 (cedet-idutils-version-check):
4067 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
4068 (cedet-gnu-global-version-check):
4069 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
4070 (cedet-cscope-version-check): Use called-interactively-p instead
4071 of interactive-p.
4072
e96ec425
CY
4073 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
4074 Use semantic-format-tag-prototype.
4075
953e0c1a
GM
40762009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4077
4078 * emulation/viper-cmd.el: Use viper-last-command-char instead of
4079 last-command-char/last-command-event.
4080 (viper-prefix-arg-value): Do correct conversion of event-char for
4081 XEmacs.
4082
83505cfe
SM
4083 * emulation/viper-util.el, emulation/viper.el:
4084 Use viper-last-command-char instead of
4085 last-command-char/last-command-event.
953e0c1a 4086
83505cfe
SM
4087 * ediff-init.el, ediff-mult.el, ediff-util.el:
4088 Replace last-command-char and last-command-event
4089 with (ediff-last-command-char) everywhere.
953e0c1a
GM
4090
4091 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4092 created in fundamental mode.
4093
4094 * ediff.el (ediff-version): Revert the change of interactive-p to
4095 called-interactively-p.
4096
9ee12eee
TH
40972009-11-22 Tassilo Horn <tassilo@member.fsf.org>
4098
4099 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4100 generation from word-movement command names.
4101
ab2c15d4
CY
41022009-11-21 Chong Yidong <cyd@stupidchicken.com>
4103
4104 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
83505cfe
SM
4105 (semantic-complete-jump-local, semantic-complete-jump):
4106 Improve prompt string.
ab2c15d4 4107
8b571bf3
JD
41082009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4109
4110 * cus-start.el (all): Add native condition for font-use-system-font.
4111
4121db47
AM
41122009-11-21 Nathaniel Flath <flat0103@gmail.com>
4113
83505cfe
SM
4114 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4115 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 4116
d71f5e0c
TH
41172009-11-21 Tassilo Horn <tassilo@member.fsf.org>
4118
4119 * progmodes/subword.el: Rename from lisp/subword.el.
4120
4121 * subword.el: Rename to progmodes/subword.el.
4122
4123 * Makefile.in (ELCFILES): Adapt to subword.el move.
4124
fc9d6ad6
SM
41252009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4126 Stefan Monnier <monnier@iro.umontreal.ca>
4127
4128 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4129 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4130 (bookmark-bmenu-show-filenames): Use push.
4131 (bookmark-bmenu-hide-filenames): Use local var instead of
4132 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
4133 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4134 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4135 filenames now that the bookmark names are always available.
4136
26d9285f
SM
41372009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4138
4139 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4140 (bookmark-search-pattern): Move and leave unbound.
4141 (bookmark-bmenu-mode-map): Change binding.
4142 (bookmark-read-search-input): Simplify.
4143 Don't use text-char-description. Don't error on non-char events.
4144 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4145 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4146 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4147 Use a local var for the timer.
4148 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4149 (i.e. bookmark-bmenu-search).
4150
d73a0317
GM
41512009-11-21 Glenn Morris <rgm@gnu.org>
4152
4153 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
4154
e572025f
CY
41552009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
4156
26d9285f
SM
4157 * net/browse-url.el (browse-url-default-windows-browser):
4158 Use cygstart for cygwin.
e572025f 4159
6aeaa3dc
KF
41602009-11-20 Karl Fogel <karl.fogel@red-bean.com>
4161
e4070cdc 4162 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
4163 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4164 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 4165 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
4166 (bookmark-read-search-input): Adjust to fit within 80 columns.
4167
a9b76eec
TH
41682009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4169
4170 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4171 (c-backward-into-nomenclature): Adapt to subword renaming.
4172
4173 * subword.el (subword-forward, subword-backward, subword-mark)
4174 (subword-kill, subword-backward-kill, subword-transpose)
4175 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
4176 (subword-forward-internal, subword-backward-internal):
4177 Rename from forward-subword, backward-subword, mark-subword,
4178 kill-subword, backward-kill-subword, transpose-subwords,
4179 downcase-subword, upcase-subword, capitalize-subword,
4180 forward-subword-internal, backward-subword-internal.
a9b76eec 4181
1e7d4475
SM
41822009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4183
26d9285f
SM
4184 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4185 New options.
1e7d4475
SM
4186 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4187 New vars.
4188 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4189 (bookmark-bmenu-filter-alist-by-regexp)
4190 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4191 (bookmark-bmenu-search): New command.
4192 (bookmark-bmenu-mode-map): Bind it.
4193
acfad775
CY
41942009-11-20 Chong Yidong <cyd@stupidchicken.com>
4195
1e7d4475 4196 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
acfad775
CY
4197
4198 * cedet/semantic/idle.el (define-semantic-idle-service)
4199 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
4200
653d1554
TH
42012009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4202
ab84bfa0
TH
4203 * progmodes/cc-cmds.el: declare-functioned forward-subword and
4204 backward-subword to quit the byte-compiler.
4205
1f35fda9
TH
4206 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4207
4208 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4209
653d1554 4210 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
4211 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4212 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
4213
4214 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4215 subword.el functions instead of cc-subword.el.
4216
1e7d4475
SM
4217 * progmodes/cc-subword.el: Rename to subword.el.
4218 * subword.el: Rename from progmodes/cc-subword.el.
4219 (subword-mode-map): Rename from c-subword-mode-map.
4220 (subword-mode): Rename from c-subword-mode.
653d1554 4221 (global-subword-mode): New global minor mode.
1e7d4475
SM
4222 (forward-subword): Rename from c-forward-subword.
4223 (backward-subword): Rename from c-backward-subword.
4224 (mark-subword): Rename from c-mark-subword.
4225 (kill-subword): Rename from c-kill-subword.
4226 (backward-kill-subword): Rename from c-backward-kill-subword.
4227 (transpose-subwords): Rename from c-tranpose-subword.
4228 (downcase-subword): Rename from c-downcase-subword.
4229 (capitalize-subword): Rename from c-capitalize-subword.
4230 (forward-subword-internal): Rename from c-forward-subword-internal.
4231 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 4232
9717f119
DN
42332009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4234
8de724f3
DN
4235 * vc.el (vc-deduce-fileset): Allow non-state changing operations
4236 from a dired buffer.
4237 (vc-dired-deduce-fileset): New function.
4238 (vc-root-diff, vc-print-root-log): Use it.
4239
9717f119
DN
4240 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4241 nil LIMIT argument to vc-print-log-internal.
4242
af4999b8
GM
42432009-11-20 Glenn Morris <rgm@gnu.org>
4244
4245 * Makefile.in (ELCFILES): Regenerate.
4246
725bff06
CY
42472009-11-20 Chong Yidong <cyd@stupidchicken.com>
4248
4249 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
4250
4251 * cedet/semantic.el: Enable idle-mode menu items only if
4252 global-semantic-idle-scheduler-mode is enabled.
4253 (semantic-default-submodes): Doc fix.
4254
4255 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4256 When turning off, disable other idle modes.
4257
b58edcb6
JB
42582009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
4259
02e1b488
SM
4260 * calc/calc.el (calc-set-mode-line):
4261 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
4262 (math-format-number): Rename `math-format-complement-signed' to
4263 `math-format-twos-complement'.
4264
02e1b488 4265 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
4266 math-format-complement-signed.
4267 (calc-radix): Rename `calc-complement-signed-mode' to
4268 `calc-twos-complement-mode'.
02e1b488
SM
4269 (calc-octal-radix, calc-hex-radix): Add an argument for
4270 two's complement.
b58edcb6 4271
02e1b488
SM
4272 * calc/calc-embed.el (calc-embedded-mode-vars):
4273 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 4274
02e1b488
SM
4275 * calc/calc-ext.el (calc-init-extensions):
4276 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
4277 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4278
02e1b488
SM
4279 * calc/calc-units.el (math-build-units-table-buffer):
4280 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
4281
4282 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4283 entries.
4284
4285 * calc/calc-vec.el (calcFunc-vunpack):
4286 * calc/calc-aent.el (calc-do-calc-eval):
4287 * calc/calc-forms.el (math-format-date):
4288 * calc/calc-graph.el (calc-graph-plot):
4289 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
4290 * calc/calccomp.el (math-compose-expr):
4291 Let `calc-twos-complement-mode' be nil.
4292
42932009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4294
4295 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4296 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
4297 * minibuffer.el (completion-in-region-functions): New hook.
4298 (completion-in-region): New function.
4299 * emacs-lisp/lisp.el (lisp-complete-symbol):
4300 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 4301
e3353a78
SM
43022009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4303
eff77808
SM
4304 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4305 (latex-complete-alist): New vars.
4306 (latex-string-prefix-p, latex-complete-bibtex-keys)
4307 (latex-complete-envnames, latex-complete-refkeys)
4308 (latex-complete-data): New functions.
4309 (latex-complete, latex-indent-or-complete): New commands.
4310
d2c9fc42
SM
4311 * window.el (display-buffer-mark-dedicated): New var.
4312 (display-buffer): Obey it.
4313 * minibuffer.el (minibuffer-completion-help): Use it.
4314
31a1c477
SM
4315 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4316
bed4c972
SM
4317 * filecache.el (file-cache-add-file): Use push and cons.
4318 (file-cache-delete-file-regexp): Use push.
4319 (file-cache-complete): Use completion-in-region.
4320
8c22699f
SM
4321 * simple.el (with-wrapper-hook): Fix thinko.
4322
e3353a78
SM
4323 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4324 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4325 Use with-current-buffer and string-to-number.
4326 (hfy-fallback-colour-values): Use assoc-string.
4327 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4328 (hfy-face-at): Remove unused var `found-face'.
4329 (hfy-compile-stylesheet): Remove unused var `css'.
4330 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4331 and `orig-buffer'.
4332 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4333 Use with-current-buffer.
4334 (hfy-text-p): Use expand-file-name and fewer setq.
4335
acca02b0
SM
43362009-11-19 Vivek Dasmohapatra <vivek@etla.org>
4337
4338 * htmlfontify.el, hfy-cmap.el: New files.
4339
042b7cc6
JL
43402009-11-19 Juri Linkov <juri@jurta.org>
4341
4342 * minibuffer.el (completions-format): New defcustom.
4343 (completion--insert-strings): Implement vertical format.
4344
4345 * simple.el (switch-to-completions): Move point to the first
4346 completion when point was at the beginning of the buffer.
4347
da205913
JL
43482009-11-19 Juri Linkov <juri@jurta.org>
4349
4350 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
4351
4352 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4353
0b8ee421
CY
43542009-11-19 Chong Yidong <cyd@stupidchicken.com>
4355
4356 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4357 (mail-signature): Change default to t.
4358 (mail-from-style): Deprecate `system-default' value.
4359 (mail-insert-from-field): For default value of mail-from-style,
4360 default to `angles' unless `angles' needs quoting and `parens'
4361 does not.
4362 (mail-citation-prefix-regexp): Use citation regexp from
4363 message-mode.
4364
4265deab
MA
43652009-11-19 Michael Albinus <michael.albinus@gmx.de>
4366
acca02b0
SM
4367 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4368 Set variables for computing the prompt for reading password.
4265deab 4369
27cacd2d
GM
43702009-11-19 Glenn Morris <rgm@gnu.org>
4371
470bce7d
GM
4372 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
4373
7e705a1d
GM
4374 * textmodes/flyspell.el (sgml-lexical-context): Declare.
4375
27cacd2d
GM
4376 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4377 (newsticker-treeview-listwindow-height): Fix custom type.
4378
b2f0be0f
KH
43792009-11-19 Kenichi Handa <handa@m17n.org>
4380
4381 * descr-text.el (describe-char-padded-string): Compose with TAB
4382 only if there's a font for CH.
02e1b488 4383 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 4384
03446045 43852009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
4386
4387 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 4388 more accurate version of the regexp. (Bug#3910)
b96337b0 4389
03446045 43902009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
4391
4392 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4393
e0620570
JB
43942009-11-18 Juanma Barranquero <lekktu@gmail.com>
4395
4396 * font-setting.el (font-use-system-font): Declare for byte-compiler.
4397 (font-setting-change-default-font): Fix typo in docstring.
4398
6cc6582e
AM
43992009-11-18 Alan Mackenzie <acm@muc.de>
4400
4401 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4402
dfb3c4c6
JD
44032009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4404
02e1b488 4405 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
4406
4407 * cus-start.el (all): ... to here.
4408
e268e987
MA
44092009-11-17 Michael Albinus <michael.albinus@gmx.de>
4410
4411 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4412 Don't set `ad-return-value' if `ad-do-it' doesn't.
4413
303ffde8
MA
4414 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4415 modification time.
4416
637fa988
JD
44172009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4418
4419 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 4420 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
4421
4422 * loadup.el: If feature system-font-setting or font-render-setting is
4423 there, load font-setting.
4424
02e1b488 4425 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
4426 * font-setting.el: New file.
4427
1d16a255
GM
44282009-11-17 Glenn Morris <rgm@gnu.org>
4429
4430 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4431
2d84f804
GM
4432 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4433 Preserve point in the list buffer. (Bug#4939)
4434 Use point-at-eol.
4435 (newsticker--treeview-list-update-highlight)
4436 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4437
14467b99
JB
44382009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4439
4440 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4441 Remove.
4442
4443 * calc/calc-ext.el (calc-init-extensions): Remove references to
4444 symclip.
4445
4446 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4447
4448 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 4449 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
4450 `calc-symclip'.
4451
e3c39c01
KR
44522009-11-16 Kevin Ryde <user42@zip.com.au>
4453
02e1b488 4454 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 4455 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 4456
497de631
KR
4457 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4458 (lm-keywords-list): Allow comma-only separator like "foo,bar".
4459 Ignore trailing spaces by omit-nulls to split-string (fixing
4460 regression from Emacs 21 due to the incompatible split-string
14467b99 4461 change). (Bug #4928.)
497de631 4462
48b27575
DN
44632009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
4464
5237d741 4465 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
4466 (vc-print-log-internal): Insert buttons to request more entries
4467 when limiting the output.
4468
4469 * vc-sccs.el (vc-sccs-print-log):
4470 * vc-rcs.el (vc-rcs-print-log):
4471 * vc-cvs.el (vc-cvs-print-log):
4472 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4473 LIMIT is non-nil.
4474
d3e97185
MA
44752009-11-16 Michael Albinus <michael.albinus@gmx.de>
4476
4477 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4478 error when `tramp-gvfs-dbus-event-vector' is set.
4479 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4480
68d87786
SM
44812009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4482
4483 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4484
c0a39702
MA
44852009-11-16 Michael Albinus <michael.albinus@gmx.de>
4486
4487 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 4488 (dbus-register-property): Register the handlers of
c0a39702
MA
4489 "org.freedesktop.DBus.Properties" for SERVICE.
4490 (dbus-property-handler): Fix docstring.
4491
1e857121
YM
44922009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4493
4494 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4495 Quote doc string reference in defvaralias as it is not in special form.
4496 (byte-compile-output-docform): Doc fix.
4497
887484c1
JB
44982009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4499
4500 * calc/calc.el (math-2-word-size, math-half-2-word-size)
4501 (calc-complement-signed-mode): New variables.
4502 (calc-set-mode-line): Add indicator for twos-complements.
4503 (math-format-number): Format twos-complement notation.
4504
4505 * calc/calc-bin.el (calc-word-size): Reset the variables
4506 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
4507 (math-format-complement-signed, math-symclip, calcFunc-symclip)
4508 (calc-symclip): New functions.
887484c1
JB
4509
4510 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4511
68d87786
SM
4512 * calc/calc-embed.el (calc-embedded-mode-vars):
4513 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
4514
4515 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 4516 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
4517
4518 * calc/calc-ext.el (math-read-number-fancy): Read complement
4519 signed numbers.
68d87786
SM
4520 (calc-init-extensions): Add binding for `calc-symclip'.
4521 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
4522
4523 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4524 `calc-symclip'.
68d87786 4525 (calc-modes-menu): Add item for twos complement mode.
887484c1 4526
5237d741 4527 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 4528
4cf1d7e3
CY
45292009-11-15 Chong Yidong <cyd@stupidchicken.com>
4530
4531 * register.el (jump-to-register, insert-register): Handle Semantic
4532 tags. From commented-out advice in semantic/senator.el.
4533
f8e65267
DN
45342009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
4535
6616006b
DN
4536 * vc.el (vc-log-show-limit): New variable.
4537 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
4538 when using a prefix argument.
4539 (vc-print-log-internal): Add new argument LIMIT.
4540
4541 * vc-svn.el (vc-svn-print-log):
4542 * vc-mtn.el (vc-mtn-print-log):
4543 * vc-hg.el (vc-hg-print-log):
4544 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 4545 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
4546 non-optional.
4547
4548 * vc-sccs.el (vc-sccs-print-log):
4549 * vc-rcs.el (vc-rcs-print-log):
4550 * vc-git.el (vc-git-print-log):
4551 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4552 ignore it. Make the BUFFER argument non-optional
4553
f8e65267
DN
4554 * bindings.el (mode-line-buffer-identification): Do not purecopy.
4555
0566c4bc
CY
45562009-11-15 Chong Yidong <cyd@stupidchicken.com>
4557
7cce3c91
CY
4558 * dired.el (dired-mode-map): Move encryption items to "Operate"
4559 menu (Bug#4703).
4560
d7063de9
CY
4561 * strokes.el (strokes-update-window-configuration): Make strokes
4562 buffer current before erasing (Bug#4906).
4563
0566c4bc
CY
4564 * cedet/semantic/idle.el (semantic-idle-summary-mode)
4565 (semantic-idle-summary-mode): Define using define-minor-mode
4566 instead of define-semantic-idle-service.
4567 (semantic-idle-summary-mode): New function.
4568 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
4569 that mouse motion does not reset the echo area.
4570
0fc10137
JL
45712009-11-15 Juri Linkov <juri@jurta.org>
4572
4573 * simple.el (set-mark-default-inactive): Add :type, :group
4574 and :version. (Bug#4876)
4575
f5fce4ec
MA
45762009-11-15 Michael Albinus <michael.albinus@gmx.de>
4577
4578 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4579 (archive-unique-fname): ... here. (Bug#4929)
4580
8d720a00
SM
45812009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4582
589888fe
SM
4583 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4584 with a real fix.
4585
8d720a00
SM
4586 * novice.el (disabled-command-function): Add useful args.
4587 Setup the help buffer so that [back] works.
4588 Remove redundant call to help-mode.
4589 (disabled-command-function): Use `case'.
4590 (en/disable-command): New function extracted from enable-command.
4591 (enable-command, disable-command): Use it.
4592
a61344d6
GM
45932009-11-14 Glenn Morris <rgm@gnu.org>
4594
497f0cdd
GM
4595 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4596 constants. (Bug#4913)
4597
a61344d6
GM
4598 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4599
d501801e
GM
46002009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4601
4602 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4603 defined in C that have no doc-strings. (Bug#1063)
4604
5af27ac2
GM
46052009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
4606
4607 * cus-edit.el (data, files):
4608 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
4609
aec5395b
CY
46102009-11-14 Chong Yidong <cyd@stupidchicken.com>
4611
e7791447
CY
4612 * simple.el (shell-command): Doc fix (Bug#4891).
4613
aec5395b
CY
4614 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4615
7a41cd7f
GM
46162009-11-14 Glenn Morris <rgm@gnu.org>
4617
c3583c94
GM
4618 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4619 statements for vc-diff, emerge-quit, and rmail-cease-edit.
4620 If they are already loaded, eval-after-load will do the right thing.
4621
73900d1f
GM
4622 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4623 compiling.
4624
0028351d
GM
4625 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4626
f6714ede
GM
4627 * simple.el (x-selection-owner-p): Declare.
4628 (read-mail-command): Use custom radio type rather than choice.
4629 (completion-no-auto-exit): Doc fix.
4630
7a41cd7f 4631 * custom.el (defgroup):
5af27ac2 4632 * epg-config.el (epg): Doc fixes.
7a41cd7f 4633
2d0659ec
DN
46342009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
4635
4636 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4637 * international/ccl.el (define-ccl-program): Do not purecopy the
4638 docstring, defconst does it anyway.
4639
7fdbcd83
SM
46402009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4641
d499c5b9
SM
4642 * add-log.el (add-change-log-entry): Avoid displaying the changelog
4643 a second time.
4644
7fdbcd83
SM
4645 * x-dnd.el (x-dnd-maybe-call-test-function):
4646 * window.el (split-window-vertically):
4647 * whitespace.el (whitespace-help-on):
4648 * vc-rcs.el (vc-rcs-consult-headers):
4649 * userlock.el (ask-user-about-lock-help)
4650 (ask-user-about-supersession-help):
4651 * type-break.el (type-break-force-mode-line-update):
4652 * time-stamp.el (time-stamp-conv-warn):
4653 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 4654 (te-sentinel, terminal-emulator):
7fdbcd83
SM
4655 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4656 (term-write-input-ring, term-check-source, term-start-output-log):
4657 (term-display-buffer-line, term-dynamic-list-completions):
4658 (term-ansi-make-term, serial-term):
4659 * subr.el (selective-display):
4660 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4661 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4662 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4663 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4664 (speedbar-remove-localized-speedbar-support)
4665 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4666 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4667 (speedbar-buffers-line-directory):
4668 * simple.el (shell-command-on-region, append-to-buffer)
4669 (prepend-to-buffer):
4670 * shadowfile.el (shadow-save-todo-file):
4671 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4672 (scroll-bar-maybe-set-window-start):
4673 * sb-image.el (speedbar-image-dump):
4674 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4675 (load-save-place-alist-from-file):
4676 * ps-samp.el (ps-print-message-from-summary):
4677 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4678 (ps-background-image, ps-begin-job, ps-do-despool):
4679 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4680 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4681 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4682 (pr-call-process, pr-file-list, pr-interface-save):
4683 * novice.el (disabled-command-function)
4684 (enable-command, disable-command):
4685 * mouse.el (mouse-buffer-menu-alist):
4686 * mouse-copy.el (mouse-kill-preserving-secondary):
4687 * macros.el (kbd-macro-query):
4688 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4689 * informat.el (batch-info-validate):
4690 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4691 * hippie-exp.el (try-expand-dabbrev-visible):
4692 * help-mode.el (help-make-xrefs):
4693 * help-fns.el (describe-variable):
4694 * generic-x.el (bat-generic-mode-run-as-comint):
4695 * finder.el (finder-mouse-select):
4696 * find-dired.el (find-dired-sentinel):
4697 * filesets.el (filesets-file-close):
4698 * files.el (list-directory):
4699 * faces.el (list-faces-display, describe-face):
4700 * facemenu.el (list-colors-display):
4701 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4702 * epg.el (epg--process-filter, epg-cancel):
4703 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4704 (epa--read-signature-type):
4705 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4706 (emerge-file-names):
4707 * ehelp.el (electric-helpify):
4708 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4709 * ediff-vers.el (rcs-ediff-view-revision):
4710 * ediff-util.el (ediff-setup):
4711 * ediff-mult.el (ediff-append-custom-diff):
4712 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4713 (ediff-wordify):
4714 * echistory.el (Electric-command-history-redo-expression):
4715 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4716 * disp-table.el (describe-display-table):
4717 * dired.el (dired-find-buffer-nocreate):
4718 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4719 * dabbrev.el (dabbrev--same-major-mode-p):
4720 * chistory.el (list-command-history):
4721 * apropos.el (apropos-documentation):
4722 * allout.el (allout-obtain-passphrase):
4723 (allout-copy-exposed-to-buffer):
4724 (allout-verify-passphrase): Use with-current-buffer.
4725
2ccbc060
GM
47262009-11-13 Glenn Morris <rgm@gnu.org>
4727
4728 * Makefile.in (ELCFILES): Regenerate.
4729
b172ed20
MA
47302009-11-13 Michael Albinus <michael.albinus@gmx.de>
4731
7fdbcd83
SM
4732 * net/dbus.el (dbus-registered-objects-table): Rename from
4733 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
4734 (dbus-unregister-object): Unregister also properties.
4735 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4736 Use a timeout of 500 msec, in order to not block.
4737 (dbus-register-property, dbus-property-handler): New defuns.
4738
e96d62cd
SM
47392009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4740
4741 * simple.el (minibuffer-default-add-completions): Drop deprecated
4742 4th arg.
4743
14bd267d
EZ
47442009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
4745
e96d62cd
SM
4746 * textmodes/artist.el (artist-mouse-choose-operation):
4747 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 4748 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
4749 (artist-compute-up-event-key): New function.
4750 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4751
bf89fd7b
KH
47522009-11-13 Kenichi Handa <handa@m17n.org>
4753
4754 * language/japan-util.el: Make sure that the value of jisx0208
4755 property is jisx0208 character.
4756
f70b8925
DN
47572009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
4758
4759 * international/mule.el (auto-coding-regexp-alist): Only purecopy
4760 car or each item, not the whole list.
4761
4d93a9e0
SM
47622009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4763
4764 * minibuffer.el (minibuffer-completion-help):
4765 Use minibuffer-hide-completions.
4766
05404988
SM
47672009-11-12 Per Starbäck <per@starback.se> (tiny change)
4768
4769 * dired.el (dired-save-positions, dired-restore-positions): New funs.
4770 (dired-revert): Use them (bug#4880).
4771
5297bc10
DN
47722009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4773
4774 * tooltip.el (tooltip-frame-parameters): Undo previous change.
4775
e2685eb7
JL
47762009-11-12 Juri Linkov <juri@jurta.org>
4777
4778 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4779 New functions.
4780 (find-file-literally-at-point): Alias of `ffap-literally'.
4781
76410c3e
DN
47822009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4783
6d341a2a
DN
4784 * textmodes/ispell.el (ispell-skip-region-alist):
4785 * textmodes/css-mode.el (auto-mode-alist):
4786 * progmodes/compile.el (auto-mode-alist):
4787 * international/mule.el (ctext-non-standard-encodings-alist)
4788 (ctext-non-standard-encodings-regexp):
4789 * simple.el (shell-command-switch, text-read-only):
4790 * replace.el (occur-mode-map):
4791 * paths.el (rmail-file-name):
4792 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4793 * find-file.el (ff-special-constructs):
4794 * files.el (file-name-handler-alist):
4795 * composite.el: Purecopy strings.
4796
76410c3e
DN
4797 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4798
aaa448c9
DN
47992009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4800
4801 * widget.el (define-widget): Purecopy the docstring.
4802 * international/mule-cmds.el (charset): Do not purecopy the
4803 docstring here, define-widget does it.
4804
4805 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4806 * textmodes/bibtex-style.el (auto-mode-alist):
4807 * progmodes/inf-lisp.el (inferior-lisp-prompt):
4808 * progmodes/compile.el (compile-command):
4809 * language/korea-util.el (default-korean-keyboard):
4810 * international/mule-conf.el (file-coding-system-alist):
4811 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4812 * tooltip.el (tooltip-frame-parameters):
4813 * newcomment.el (comment-end, comment-padding):
4814 * dired.el (dired-trivial-filenames):
4815 * comint.el (comint-file-name-prefix): Purecopy initial values.
4816
bbe650fd
MA
48172009-11-11 Michael Albinus <michael.albinus@gmx.de>
4818
4819 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4820 (tramp-advice-minibuffer-electric-tilde): Unload advices via
4821 `tramp-unload'.
4822 (tramp-advice-make-auto-save-file-name)
4823 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4824 after removing the advice.
4825
6bdad9ae
DN
48262009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4827
2f7f4bee
DN
4828 * progmodes/grep.el (grep-regexp-alist):
4829 * international/mule-cmds.el (iso-2022-control-alist):
4830 * emacs-lisp/timer.el (timer-duration-words):
4831 * subr.el (version-separator, version-regexp-alist):
4832 * minibuffer.el (completion-styles-alist):
4833 * faces.el (face-attribute-name-alist, list-faces-sample-text):
4834 Change defvars to defconsts.
4835
a042de45
DN
4836 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4837 * loadup.el ("international/mule-conf"): Load the byte compiled version.
4838 * international/mule-conf.el: Allow to be byte compiled.
4839
3b6acc72
DN
4840 * international/mule.el (define-charset): Purecopy props.
4841 (load-with-code-conversion): Purecopy doc string and file name.
4842 (put-charset-property): Purecopy strings.
4843 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4844
1c2efdfb 4845 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
4846 (define-char-code-property): Correctly purecopy the table.
4847
62591911
DN
4848 * international/ccl.el (define-ccl-program): Purecopy the docstring.
4849
8b908da6
DN
4850 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4851
ff917d63
DN
4852 * subr.el (add-hook): Purecopy strings.
4853 (eval-after-load): Purecopy load-history-regexp and the form.
4854
af89cf77
DN
4855 * custom.el (custom-declare-group): Purecopy load-file-name.
4856
a3c20c83 4857 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
4858 * net/eudc.el (eudc-tools-menu):
4859 * international/mule-cmds.el (set-coding-system-map)
4860 (mule-menu-keymap):
4861 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4862 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
4863 * replace.el (occur-mode-map):
4864 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 4865 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
4866 (menu-bar-custom-menu, menu-bar-showhide-menu)
4867 (menu-bar-options-menu, menu-bar-tools-menu)
4868 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4869 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4870 (menu-bar-help-menu):
4871 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4872 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4873
6bdad9ae
DN
4874 * term/x-win.el (x-gtk-stock-map):
4875 * progmodes/vera-mode.el (auto-mode-alist):
4876 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4877 (inferior-lisp-program, inferior-lisp-load-command):
4878 * progmodes/hideshow.el (hs-special-modes-alist):
4879 * progmodes/gud.el (same-window-regexps):
4880 * progmodes/grep.el (grep-program, find-program, xargs-program):
4881 * net/telnet.el (same-window-regexps):
4882 * net/rlogin.el (same-window-regexps):
4883 * language/ethiopic.el (font-ccl-encoder-alist):
4884 * vc-sccs.el (vc-sccs-master-templates):
4885 * vc-rcs.el (vc-rcs-master-templates):
4886 * subr.el (cl-assertion-failed):
4887 * simple.el (next-error-overlay-arrow-position):
4888 * lpr.el (lpr-command):
4889 * locate.el (locate-ls-subdir-switches):
4890 * info.el (same-window-regexps, info)
4891 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4892 * image-mode.el (image-mode, auto-mode-alist):
4893 * hippie-exp.el (hippie-expand-ignore-buffers):
4894 * format.el (format-alist):
4895 * find-dired.el (find-ls-subdir-switches, find-grep-options)
4896 (find-name-arg):
4897 * facemenu.el (facemenu-keybindings):
4898 * dired.el (dired-listing-switches, dired-chown-program):
4899 * diff.el (diff-switches, diff-command):
4900 * cus-edit.el (same-window-regexps):
4901 * bindings.el (mode-line-mule-info)
4902 (mode-line-buffer-identification): Purecopy strings.
4903
e0987650
JL
49042009-11-11 Juri Linkov <juri@jurta.org>
4905
3570691b 4906 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
4907 Tell the byte-compiler about dired-get-filename.
4908 (shell-command): In Dired mode, get filename from the current line
4909 as the default value.
4910
b16ff465
GM
49112009-11-10 Glenn Morris <rgm@gnu.org>
4912
e8a11b22
GM
4913 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4914 * calendar/holidays.el, progmodes/cperl-mode.el:
4915 Update x-popup-menu declarations.
4916
b16ff465
GM
4917 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4918 (list-load-path-shadows): Use dolist.
4919 (list-load-path-shadows): Use with-current-buffer.
4920
032c3399
JL
49212009-11-10 Juri Linkov <juri@jurta.org>
4922
4923 * minibuffer.el (read-file-name): Support a list of default values
4924 in `default-filename'. Use the first file name where only one
4925 element is required. Doc fix.
4926
8fb1629f
MA
49272009-11-09 Michael Albinus <michael.albinus@gmx.de>
4928
4929 * net/dbus.el (dbus-unregister-object): Release service, if no
4930 other method is registered for it.
4931
a51203ee 49322009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
4933
4934 * bookmark.el (bookmark-completing-read): Sort bookmark names if
4935 bookmark-sort-flag is non-nil (Bug#4653).
4936
9bf7dc8a
CY
49372009-11-08 Chong Yidong <cyd@stupidchicken.com>
4938
4939 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4940 the progress reporter entirely.
4941
15207e74
CY
4942 * emulation/cua-base.el: Add CUA property to some CC mode commands
4943 (Bug#4100).
4944
8bf7ed70
KR
49452009-11-08 Kevin Ryde <user42@zip.com.au>
4946
4947 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 4948 at end of sentence (Bug#4818).
8bf7ed70 4949
951802d0
CY
49502009-11-08 Jared Finder <jfinder@crypticstudios.com>
4951
4952 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4953 Handle "see declaration of" MSFT statements (Bug#4100).
4954
e8244310
MA
49552009-11-08 Michael Albinus <michael.albinus@gmx.de>
4956
4957 * net/tramp.el (tramp-advice-make-auto-save-file-name)
4958 (tramp-advice-file-expand-wildcards): Unload via
4959 `ad-remove-advice'.
4960
4961 * net/trampver.el: Update release number.
4962
a51203ee 49632009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
4964
4965 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4966 `ad-do-it'.
4967
a51203ee 49682009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
4969
4970 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4971 in order to keep context in SELinux.
4972
bedd8a58
CY
49732009-11-08 Chong Yidong <cyd@stupidchicken.com>
4974
4975 * dired-aux.el (dired-query): Place cursor in echo area and allow
4976 C-g.
4977
4978 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4979 menu item if not on a directory (Bug#4701).
4980
0484d600
MA
49812009-11-07 Michael Albinus <michael.albinus@gmx.de>
4982
4983 Sync with Tramp 2.1.17.
4984
4985 * net/tramp.el (tramp-handle-copy-directory): Don't use
4986 `file-remote-p' (due to compatibility).
4987
4988 * net/tramp-compat.el (tramp-compat-copy-directory)
4989 (tramp-compat-delete-directory): New defuns.
4990
4991 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4992 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4993 `tramp-compat-delete-directory'.
4994
4995 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5ce6e4f4 4996 (tramp-smb-handle-delete-directory): Use
0484d600
MA
4997 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4998
4999 * net/trampver.el: Update release number.
5000
b42b2189
CY
50012009-11-07 Chong Yidong <cyd@stupidchicken.com>
5002
6960d7b9
CY
5003 * tar-mode.el (tar-copy): Call write-region on the right buffer
5004 (Bug#4857).
5005
b42b2189
CY
5006 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5007 by hand, if necessary (Bug#4878).
5008
0ad57dfd
CY
50092009-11-06 Chong Yidong <cyd@stupidchicken.com>
5010
d19e23ae
CY
5011 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5012 align size column (Bug#4839).
5013
0ad57dfd
CY
5014 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5015 statement.
5016
0b7f397c
DN
50172009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5018
5019 * progmodes/ld-script.el (auto-mode-alist):
5020 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5021
5022 * cus-face.el (custom-declare-face): Purecopy face spec.
5023
495bd5ca
KH
50242009-11-06 Kenichi Handa <handa@m17n.org>
5025
5026 * international/uni-bidi.el: Re-generated.
5027 * international/uni-category.el: Re-generated.
5028 * international/uni-combining.el: Re-generated.
5029 * international/uni-mirrored.el: Re-generated.
5030
1e8780b1
DN
50312009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5032
5033 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5034 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5035 (tex-start-options, slitex-run-command, latex-run-command)
5036 (tex-run-command, tex-directory):
5037 * textmodes/ispell.el (ispell-html-skip-alists)
5038 (ispell-tex-skip-alists, ispell-tex-skip-alists):
5039 * textmodes/fill.el (adaptive-fill-first-line-regexp):
5040 (adaptive-fill-regexp):
5041 * textmodes/dns-mode.el (auto-mode-alist):
5042 * progmodes/python.el (interpreter-mode-alist):
5043 * progmodes/etags.el (tags-compression-info-list):
5044 * progmodes/etags.el (tags-file-name):
5045 * net/browse-url.el (browse-url-galeon-program)
5046 (browse-url-firefox-program):
5047 * mail/sendmail.el (mail-signature-file)
5048 (mail-citation-prefix-regexp):
5049 * international/mule-conf.el (eight-bit):
5050 * international/latexenc.el (latex-inputenc-coding-alist):
5051 * international/fontset.el (x-pixel-size-width-font-regexp):
5052 * emacs-lisp/warnings.el (warning-type-format):
5053 * emacs-lisp/trace.el (trace-buffer):
5054 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5055 (emacs-lisp-mode-map):
5056 * calendar/holidays.el (holiday-solar-holidays)
5057 (holiday-bahai-holidays, holiday-islamic-holidays)
5058 (holiday-christian-holidays, holiday-hebrew-holidays)
5059 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5060 (hebrew-holidays-1, holiday-oriental-holidays)
5061 (holiday-general-holidays):
5062 * x-dnd.el (x-dnd-known-types):
5063 * tool-bar.el (tool-bar):
5064 * startup.el (site-run-file):
5065 * shell.el (shell-dumb-shell-regexp):
5066 * rfn-eshadow.el (file-name-shadow-tty-properties)
5067 (file-name-shadow-properties):
5068 * paths.el (remote-shell-program, news-directory):
5069 * mouse.el ([C-down-mouse-3]):
5070 * menu-bar.el (menu-bar-tools-menu):
5071 * jka-cmpr-hook.el (jka-compr-load-suffixes)
5072 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5073 (jka-compr-compression-info-list):
5074 * isearch.el (search-whitespace-regexp):
5075 * image-file.el (image-file-name-extensions):
5076 * find-dired.el (find-ls-option):
5077 * files.el (directory-listing-before-filename-regexp)
5078 (directory-free-space-args, insert-directory-program)
5079 (list-directory-brief-switches, magic-fallback-mode-alist)
5080 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5081 (automount-dir-prefix):
5082 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5083 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5084 (face-font-registry-alternatives, face-font-registry-alternatives)
5085 (face-font-family-alternatives):
5086 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5087 (facemenu-foreground-menu, facemenu-face-menu):
5088 * epa-hook.el (epa-file-name-regexp):
5089 * dnd.el (dnd-protocol-alist):
5090 * textmodes/rst.el (auto-mode-alist):
a51203ee 5091 * button.el (default-button): Purecopy strings.
1e8780b1 5092
0adae11f
GM
50932009-11-06 Glenn Morris <rgm@gnu.org>
5094
5095 * Makefile.in (ELCFILES): Update.
5096
2adaf057
SM
50972009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5098
8f72f03c
SM
5099 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5100 * emacs-lisp/levents.el: Move to obsolete/levents.el.
5101
2adaf057
SM
5102 * nxml/xsd-regexp.el (xsdre-gen-categories):
5103 * nxml/xmltok.el (xmltok-parse-entity):
5104 * nxml/rng-parse.el (rng-parse-validate-file):
5105 * nxml/rng-maint.el (rng-format-manual)
5106 (rng-manual-output-force-new-line):
5107 * nxml/rng-loc.el (rng-save-schema-location-1):
5108 * nxml/rng-cmpct.el (rng-c-parse-file):
5109 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5110 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5111
14862301
SM
51122009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
5113
bf0b361c 5114 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
5115 Remove extra save-excursions and make-variable-buffer-local's.
5116 Suggested by Stefan Monnier.
5117
5118 (verilog-getopt-file, verilog-module-inside-filename-p)
5119 (verilog-set-define): Merge GNU 1.35 and repair changes from
5120 switching to using with-current-buffer.
5121
5122 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5123 being treated as a number and confusing AUTORESET.
5124 Reported by Dan Dever.
5125
5126 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5127 Add verilog-auto-ignore-concat to fix backward compatibility with
5128 older verilog-modes. Reported by Dan Katz.
5129
5130 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5131 containing closing anchors "...$".
5132
5133 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5134 Reported by Wade Smith.
5135
48c2d18a 5136 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
5137
51382009-11-05 Michael McNamara <mac@mail.brushroad.com>
5139
bf0b361c
JB
5140 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5141 for labels.
14862301
SM
5142
5143 (verilog-label-re, verilog-calc-1): Support proper indent of named
5144 asserts.
5145
5146 (verilog-backward-token, verilog-basic-complete-re)
5147 (verilog-beg-of-statement, verilog-indent-re): Support proper
5148 indent of the assert statement at the beginning of a block of text.
5149
5150 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5151 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5152 tokens as begins.
5153
4f8f657f
GM
51542009-11-05 Glenn Morris <rgm@gnu.org>
5155
775adc51
GM
5156 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5157 Emacs 19. (Bug#1531)
5158 (byte-compile-fix-header): Update for the above change.
5159 Drop test for epoch::version.
5160
4ad6a5e7 5161 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
5162 * cus-dep.el (custom-make-dependencies):
5163 * finder.el (finder-compile-keywords):
5164 Use autoload-rubric's feature argument.
4ad6a5e7 5165
4f8f657f
GM
5166 * calendar/diary-lib.el (top-level): Make load behave more like require.
5167
881e4184
GM
5168 * vc-git.el (vc-git-stash-map): Move definition before use.
5169
ba214964 51702009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 5171
b6f8ba09
DN
5172 * custom.el (custom-declare-group): Purecopy standard-value.
5173 (custom-declare-group): Purecopy custom-prefix.
5174
7fdbcd83
SM
5175 * international/mule.el (load-with-code-conversion):
5176 Call do-after-load-evaluation unconditionally.
eb6f577b 5177
f6195dfb
DN
5178 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5179
56f14120
SM
51802009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5181
5182 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5183
e5c89ce9
GM
51842009-11-04 Glenn Morris <rgm@gnu.org>
5185
5186 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5187 (byte-compile-compatibility): Remove option.
5188 (byte-compile-close-variables, byte-compile-fix-header)
5189 (byte-compile-insert-header, byte-compile-output-docform)
5190 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5191 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5192 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5193 (byte-compile-insert, byte-compile-defun):
5194 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
5195 (byte-defop-compiler19): Remove.
5196 Without byte-compile-compatibility, the 'emacs19-opcode property is not
5197 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 5198
e24f42ab
JL
51992009-11-04 Juri Linkov <juri@jurta.org>
5200
5201 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5202 (menu-bar-options-menu): Don't quote the `prop' arg of
5203 `menu-bar-make-mm-toggle'.
5204
d3d5f4f5
JB
52052009-11-04 Juanma Barranquero <lekktu@gmail.com>
5206
5207 * calendar/calendar.el (cal-loaddefs):
5208 * calendar/diary-lib.el (diary-loaddefs):
5209 * calendar/holidays.el (hol-loaddefs):
5210 * eshell/esh-module.el (esh-groups): Load rather than require.
5211
6e39d3b2
SM
52122009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5213
e96d62cd
SM
5214 * calendar/todo-mode.el (todo-add-category): Don't hardcode
5215 point-min==1.
7e83e8b4
SM
5216 (todo-top-priorities): Only display-buffer when called interactively.
5217 (todo-item-start): Don't save excursion point.
5218 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
5219 (todo-insert-item-here, todo-file-item, todo-remove-item):
5220 Adjust uses of todo-item-start and todo-item-end.
5221
fae4e5b9
SM
5222 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5223 (autoload-rubric): Don't use any more.
5224 * cedet/semantic/fw.el (semantic/loaddefs):
5225 * cedet/srecode.el (srecode/loaddefs):
5226 * cedet/ede.el (ede/loaddefs): Load rather than require.
a51203ee
JB
5227 * cedet/ede/cpp-root.el:
5228 * cedet/ede/emacs.el:
5229 * cedet/ede/files.el:
5230 * cedet/ede/linux.el:
5231 * cedet/ede/locate.el:
5232 * cedet/ede/make.el:
5233 * cedet/ede/shell.el:
5234 * cedet/ede/speedbar.el:
5235 * cedet/ede/system.el:
5236 * cedet/ede/util.el:
5237 * cedet/semantic/analyze.el:
5238 * cedet/semantic/bovine.el:
5239 * cedet/semantic/complete.el:
5240 * cedet/semantic/ctxt.el:
5241 * cedet/semantic/db-file.el:
5242 * cedet/semantic/db-find.el:
5243 * cedet/semantic/db-global.el:
5244 * cedet/semantic/db-mode.el:
5245 * cedet/semantic/db-typecache.el:
5246 * cedet/semantic/db.el:
5247 * cedet/semantic/debug.el:
5248 * cedet/semantic/dep.el:
5249 * cedet/semantic/doc.el:
5250 * cedet/semantic/edit.el:
5251 * cedet/semantic/find.el:
5252 * cedet/semantic/format.el:
5253 * cedet/semantic/html.el:
5254 * cedet/semantic/ia-sb.el:
5255 * cedet/semantic/ia.el:
5256 * cedet/semantic/idle.el:
5257 * cedet/semantic/lex-spp.el:
5258 * cedet/semantic/lex.el:
5259 * cedet/semantic/mru-bookmark.el:
5260 * cedet/semantic/scope.el:
5261 * cedet/semantic/senator.el:
5262 * cedet/semantic/sort.el:
5263 * cedet/semantic/symref.el:
5264 * cedet/semantic/tag-file.el:
5265 * cedet/semantic/tag-ls.el:
5266 * cedet/semantic/tag-write.el:
5267 * cedet/semantic/tag.el:
5268 * cedet/semantic/util-modes.el:
5269 * cedet/semantic/analyze/complete.el:
5270 * cedet/semantic/analyze/refs.el:
5271 * cedet/semantic/bovine/c.el:
5272 * cedet/semantic/bovine/gcc.el:
5273 * cedet/semantic/bovine/make.el:
5274 * cedet/semantic/bovine/scm.el:
5275 * cedet/semantic/decorate/include.el:
5276 * cedet/semantic/decorate/mode.el:
5277 * cedet/semantic/symref/cscope.el:
5278 * cedet/semantic/symref/global.el:
5279 * cedet/semantic/symref/grep.el:
5280 * cedet/semantic/symref/idutils.el:
5281 * cedet/semantic/symref/list.el:
5282 * cedet/semantic/wisent/java-tags.el:
5283 * cedet/semantic/wisent/javascript.el:
5284 * cedet/srecode/compile.el:
5285 * cedet/srecode/cpp.el:
5286 * cedet/srecode/document.el:
5287 * cedet/srecode/el.el:
5288 * cedet/srecode/expandproto.el:
5289 * cedet/srecode/getset.el:
5290 * cedet/srecode/insert.el:
5291 * cedet/srecode/java.el:
5292 * cedet/srecode/map.el:
5293 * cedet/srecode/mode.el:
5294 * cedet/srecode/template.el:
5295 * cedet/srecode/texi.el: Remove the file-local setting of
fae4e5b9
SM
5296 generated-autoload-feature.
5297
6e39d3b2
SM
5298 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5299 and only put a prop if it is non-nil.
5300
c9753fb4
JL
53012009-11-03 Juri Linkov <juri@jurta.org>
5302
5303 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5304 (menu-bar-options-menu): Fix list quoting (Bug#4429).
5305
5306 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5307 and "Menu" to make top-level menu item visually one unit (like
5308 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5309 multi-word menu items). Fix :help string for quit-window.
5310
db04f33f
GM
53112009-11-03 Glenn Morris <rgm@gnu.org>
5312
df8fff6c
GM
5313 * cedet/mode-local.el (with-mode-local): Doc fix.
5314
2aea6521
GM
5315 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5316 (byte-compile-file-form-define-abbrev-table)
5317 (byte-compile-file-form-custom-declare-variable)
5318 (byte-compile-variable-ref, byte-compile-defvar):
5319 Whether or not a warning is enabled should only affect whether we issue
5320 the warning, not whether or not we collect the relevant data.
5321 Eg warnings can be turned on and off throughout the course of a file.
5322
db04f33f
GM
5323 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5324 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5325
937e6a56
SM
53262009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5327
5328 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5329 * play/mpuz.el (mpuz-create-buffer):
5330 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5331 (lm-print-y,s,noise, lm-print-w0, lm-init):
5332 * play/gomoku.el (gomoku-prompt-for-move):
5333 * play/fortune.el (fortune-in-buffer):
5334 * play/dissociate.el (dissociated-press):
5335 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 5336 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
5337 * mail/supercite.el (sc-eref-show):
5338 * mail/smtpmail.el (smtpmail-send-it):
5339 * mail/rmailsum.el (rmail-summary-next-labeled-message)
5340 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5341 (rmail-summary-undelete-many, rmail-summary-rmail-update)
5342 (rmail-summary-goto-msg, rmail-summary-expunge)
5343 (rmail-summary-get-new-mail, rmail-summary-search-backward)
5344 (rmail-summary-add-label, rmail-summary-output-menu)
5345 (rmail-summary-output-body):
5346 * mail/rfc822.el (rfc822-addresses):
5347 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5348 * mail/mailpost.el (post-mail-send-it):
5349 * mail/hashcash.el (hashcash-generate-payment):
5350 * mail/feedmail.el (feedmail-run-the-queue)
5351 (feedmail-queue-send-edit-prompt-help-first)
5352 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5353 (feedmail-deduce-address-list):
5354 * eshell/esh-ext.el (eshell-remote-command):
5355 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5356 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5357 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5358 (viper-save-string-in-file, viper-valid-marker):
5359 * emulation/viper-keym.el (viper-toggle-key):
5360 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5361 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5362 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5363 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5364 (viper-exec-form-in-emacs, viper-brac-function):
5365 * emulation/viper.el (viper-delocalize-var):
5366 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5367 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5368 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5369 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5370 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5371 * emulation/edt.el (edt-electric-helpify):
5372 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5373 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5374 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5375 (cua-indent-to-global-mark-column):
5376 * calendar/diary-lib.el (calendar-mark-1):
5377 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5378 Use with-current-buffer.
5379 * emulation/viper.el (viper-delocalize-var): Use dolist.
5380
5b955562
CY
53812009-11-03 Chong Yidong <cyd@stupidchicken.com>
5382
5383 * comint.el (comint-replace-by-expanded-history-before-point):
5384 Replace !! with the previous input string literally (Bug#1795).
5385
6292c599
JB
53862009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
5387
5388 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5389 to be made up of whitespace.
5390
8368c14e
CY
53912009-11-02 Chong Yidong <cyd@stupidchicken.com>
5392
5393 * minibuffer.el (read-file-name): Don't use file dialogs for
5394 remote directories (Bug#99).
5395
6f750f0d
CY
53962009-11-01 Chong Yidong <cyd@stupidchicken.com>
5397
5398 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5399
97ab3f47
AS
54002009-11-01 Andreas Schwab <schwab@linux-m68k.org>
5401
5402 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5403 instead of deleting the window or frame.
5404
673c1168
CY
54052009-10-31 Chong Yidong <cyd@stupidchicken.com>
5406
5407 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5408 Support face colors.
5409
937e6a56
SM
5410 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5411 New function. Support face colors (Bug#1168).
673c1168
CY
5412 (tex-common-initialization): Use it.
5413
5414 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5415 mode allows it (Bug#1168).
5416
c9349f0a
CY
54172009-10-31 Juri Linkov <juri@jurta.org>
5418
5419 * facemenu.el (list-colors-display): Don't mark buffer as
5420 modified (Bug#3948).
5421
ebf5c4f5
CY
54222009-10-31 Chong Yidong <cyd@stupidchicken.com>
5423
5c2dce75
CY
5424 * international/mule-diag.el (list-character-sets-1): Minor
5425 message fix (Bug#3526).
5426
26581f0e
CY
5427 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5428 face property (Bug#4834).
5429 (etags-list-tags, etags-tags-apropos-additional)
5430 (etags-tags-apropos, tags-select-tags-table): Add follow-link
5431 property.
5432
ebf5c4f5
CY
5433 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5434 items.
5435
5436 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
5437 items.
5438
5439 * cedet/ede.el (ede-minor-mode):
5440 * cedet/semantic.el (semantic-mode): Toggle menu separators.
5441
9a529312
SM
54422009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5443
5444 * textmodes/two-column.el (2C-split):
5445 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5446 * textmodes/tex-mode.el (tex-set-buffer-directory):
5447 * textmodes/spell.el (spell-region, spell-string):
5448 * textmodes/reftex.el (reftex-erase-buffer):
5449 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5450 * textmodes/reftex-toc.el (reftex-toc-promote-action):
5451 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5452 (reftex-select-item):
5453 * textmodes/reftex-ref.el (reftex-label-info-update)
5454 (reftex-offer-label-menu):
5455 * textmodes/reftex-index.el (reftex-index-change-entry)
5456 (reftex-index-phrases-info):
5457 * textmodes/reftex-global.el (reftex-create-tags-file)
5458 (reftex-save-all-document-buffers, reftex-ensure-write-access):
5459 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5460 (reftex-view-crossref-from-bibtex):
5461 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5462 (reftex-extract-bib-entries-from-thebibliography)
5463 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5464 * textmodes/refbib.el (r2b-capitalize-title):
5465 (r2b-convert-buffer, r2b-help):
5466 * textmodes/page-ext.el (pages-directory)
5467 (pages-directory-goto-with-mouse):
5468 * textmodes/bibtex.el (bibtex-validate-globally):
5469 * textmodes/bib-mode.el (bib-capitalize-title):
5470 * textmodes/artist.el (artist-clear-buffer, artist-system):
5471 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5472 (local-set-scheme-interaction-buffer, xscheme-process-filter)
5473 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5474 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5475 (xscheme-send-control-g-interrupt, xscheme-start-process)
5476 (xscheme-process-sentinel, xscheme-cd):
5477 * progmodes/verilog-mode.el (verilog-read-always-signals)
5478 (verilog-set-define, verilog-getopt-file)
5479 (verilog-module-inside-filename-p):
5480 * progmodes/sh-script.el:
5481 * progmodes/python.el (python-pdbtrack-get-source-buffer)
5482 (python-pdbtrack-grub-for-buffer, python-execute-file):
5483 * progmodes/octave-inf.el (inferior-octave):
5484 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5485 (idlwave-shell-compile-helper-routines, idlwave-set-local)
5486 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5487 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5488 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5489 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5490 (idlwave-shell-filter, idlwave-shell-examine-highlight)
5491 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5492 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5493 (idlwave-shell-examine-display, idlwave-shell-run-region)
5494 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5495 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5496 * progmodes/idlw-help.el (idlwave-help-get-special-help)
5497 (idlwave-help-get-help-buffer):
5498 * progmodes/gud.el (gud-basic-call, gud-find-class)
5499 (gud-tooltip-activate-mouse-motions-if-enabled):
5500 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5501 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5502 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5503 (ebrowse-tags-next-file):
5504 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5505 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5506 (ebnf-eps-finish-and-write):
5507 * progmodes/cpp.el (cpp-edit-save):
5508 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5509 * progmodes/cc-defs.el (c-emacs-features):
5510 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5511 (antlr-directory-dependencies):
5512 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5513 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5514 (ada-find-any-references, ada-make-filename-from-adaname)
5515 (ada-make-body-gnatstub):
5516 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 5517 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
5518 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5519 * net/rcirc.el (rcirc-debug):
5520 * net/newst-treeview.el (newsticker--treeview-list-add-item)
5521 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5522 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5523 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 5524 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
5525 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5526 (newsticker--treeview-list-clear-highlight)
5527 (newsticker--treeview-list-update-highlight)
5528 (newsticker--treeview-list-highlight-start)
5529 (newsticker--treeview-tree-update-highlight)
5530 (newsticker--treeview-get-selected-item)
5531 (newsticker-treeview-mark-list-items-old)
5532 (newsticker--treeview-set-current-node):
5533 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5534 * net/newst-backend.el (newsticker--get-news-by-funcall)
5535 (newsticker--get-news-by-wget, newsticker--image-get)
5536 (newsticker--image-sentinel):
5537 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5538 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5539 (eudc-ph-close-session):
5540 * net/eudc.el (eudc-save-options):
5541 * language/thai-word.el (thai-update-word-table):
5542 * language/japan-util.el (japanese-string-conversion):
5543 * international/titdic-cnv.el (tsang-quick-converter)
5544 (ziranma-converter, ctlau-converter):
5545 * international/mule-cmds.el (describe-language-environment):
5546 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5547 (skkdic-convert-postfix, skkdic-convert-prefix):
5548 (skkdic-convert-okuri-nasi, skkdic-convert):
5549 * emacs-lisp/re-builder.el (reb-update-overlays):
5550 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5551 * emacs-lisp/gulp.el (gulp-send-requests):
5552 * emacs-lisp/find-gc.el (trace-call-tree):
5553 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5554 (eieio-describe-generic):
5555 * emacs-lisp/eieio-base.el (eieio-persistent-read):
5556 * emacs-lisp/edebug.el (edebug-outside-excursion):
5557 * emacs-lisp/debug.el (debugger-make-xrefs):
5558 * emacs-lisp/cust-print.el (custom-prin1-to-string):
5559 * emacs-lisp/chart.el (chart-new-buffer):
5560 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5561 Use with-current-buffer.
5562 * textmodes/artist.el (artist-system): Don't call
5563 copy-sequence on a fresh string.
5564 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5565
d566f228
GM
55662009-10-31 Stephen Berman <stephen.berman@gmx.net>
5567
5568 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 5569 is no item to edit. (Bug#4820)
d566f228 5570 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 5571 buffer. (Bug#4820)
d566f228 5572
f3628edd
GM
55732009-10-31 Glenn Morris <rgm@gnu.org>
5574
5cf3709c
GM
5575 * net/ange-ftp.el (top-level): Don't require dired when compiling.
5576 (comint-last-output-start, comint-last-input-start)
5577 (comint-last-input-end): Don't defvar when compiling.
5578 (ange-ftp-process-file): Use bound-and-true-p.
5579
4c814fd2
GM
5580 * pcmpl-rpm.el (top-level): Move provide statement to end.
5581 (pcmpl-rpm): Remove unused custom group.
5582
113b8dcc
GM
5583 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5584
31c615e4
GM
5585 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5586
416d3588
GM
5587 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5588 (byte-compile-warnings): Add `constants' as an option.
5589 (byte-compile-callargs-warn, byte-compile-arglist-warn)
5590 (display-call-tree): Update for byte-compile-fdefinition possibly
5591 returning `(macro lambda ...)'. (Bug#4778)
5592 (byte-compile-variable-ref, byte-compile-setq-default):
5593 Respect `constants' member of byte-compile-warnings.
5594
8aedfd3b
GM
5595 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
5596 Use mapc rather than mapcar because the return value is never used.
5597
f3628edd
GM
5598 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
5599 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
5600 * cedet/semantic/html.el:
5601 Suppress harmless warnings about setting up semantic-imenu (not
5602 part of Emacs) variables.
5603
00f71f39
SM
56042009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5605
5606 * vc-bzr.el (vc-bzr-revision-keywords): New var.
5607 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5608 to "submit:".
5609
4fa4a838
SM
5610 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5611 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5612 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5613 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5614 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5615 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5616 (semantic-analyzer-debug-global-symbol)
5617 (semantic-analyzer-debug-missing-innertype)
5618 (semantic-analyzer-debug-insert-include-summary):
5619 * cedet/semantic/util.el (semantic-file-tag-table):
5620 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5621 (semantic-recursive-find-nonterminal-by-name):
5622 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5623 * cedet/semantic/tag-file.el (semantic-prototype-file):
5624 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5625 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5626 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5627 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5628 (semantic-idle-summary-maybe-highlight):
5629 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5630 (semantic-ia-sb-tag-info):
5631 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5632 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5633 * cedet/semantic/ede-grammar.el (project-compile-target):
5634 (ede-proj-makefile-insert-variables):
5635 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5636 (semantic-debug-set-source-location, semantic-debug-interface-layout)
5637 (semantic-debug-mode, semantic-debug):
5638 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5639 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5640 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5641 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5642 (semanticdb-find-translate-path-includes--internal)
5643 (semanticdb-reset-log, semanticdb-find-log-activity):
5644 * cedet/semantic/db-file.el (object-write):
5645 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5646 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5647 (semanticdb-create-ebrowse-database):
5648 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5649 * cedet/semantic/complete.el (semantic-displayor-focus-request)
5650 (semantic-collector-calculate-completions-raw)
5651 (semantic-complete-read-tag-analyzer):
5652 * cedet/semantic/analyze.el (semantic-analyze-pulse):
5653 * cedet/ede/util.el (ede-update-version-in-source):
5654 * cedet/ede/proj.el (project-delete-target):
5655 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5656 (ede-proj-flush-autoconf):
5657 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5658 (ede-proj-configure-synchronize):
5659 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5660 * cedet/ede/linux.el (ede-linux-version):
5661 * cedet/ede/emacs.el (ede-emacs-version):
5662 * cedet/ede/dired.el (ede-dired-add-to-target):
5663 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5664 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5665 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5666 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5667 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5668 (cedet-idutils-version-check):
5669 * cedet/cedet-global.el (cedet-gnu-global-call):
5670 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5671 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5672 * cedet/cedet-cscope.el (cedet-cscope-call)
5673 (cedet-cscope-expand-filename, cedet-cscope-version-check):
5674 Use with-current-buffer.
5675 * cedet/ede.el (ede-make-project-local-variable)
5676 (ede-set-project-variables, ede-set): Use dolist.
5677
ca0a881a
DN
56782009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5679
5680 * textmodes/ispell.el (ispell-skip-region-alist):
5681 * international/mule-conf.el (eight-bit):
5682 * international/fontset.el (font-encoding-alist):
5683 * startup.el (pure-space-overflow-message):
5684 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5685 * paths.el (gnus-nntp-service, rmail-spool-directory)
5686 (term-file-prefix):
5687 * files.el (save-some-buffers-action-alist):
5688 * cmuscheme.el (same-window-buffer-names):
5689 * ielm.el (same-window-buffer-names):
5690 * shell.el (same-window-buffer-names):
5691 * mail/sendmail.el (same-window-buffer-names):
5692 * progmodes/inf-lisp.el (same-window-buffer-names):
5693 * bindings.el (mode-line-client)
5694 (mode-line-column-line-number-mode-map):
5695 * language/tibetan.el (tibetan-precomposition-rule-regexp)
5696 (tibetan-precomposed-regexp): Purecopy string arguments.
5697
b861e45e
SM
56982009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5699
6df9b6d7
SM
5700 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5701 (calcDigit-nondigit):
5702 * calc/calc-yank.el (calc-copy-to-buffer):
5703 * calc/calc-units.el (calc-invalidate-units-table):
5704 * calc/calc-trail.el (calc-trail-yank):
5705 * calc/calc-store.el (calc-insert-variables):
5706 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5707 * calc/calc-prog.el (calc-read-parse-table):
5708 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5709 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5710 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5711 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5712 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5713 (calc-graph-name, calc-graph-find-command, calc-graph-view)
5714 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5715 * calc/calc-ext.el (calc-realign):
5716 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5717 (calc-embedded-finish-edit, calc-embedded-make-info)
5718 (calc-embedded-finish-command, calc-embedded-stack-change):
5719 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5720
5a916e35
SM
5721 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5722 (overload-docstring-extension): Use that info.
5723 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5724 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5725 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5726 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5727 (semantic-nonterminal-full-name): Add the new `when' info.
5728 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5729 `assert'.
5730
70f44c65
SM
5731 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5732 shell-dynamic-complete-filename in preference to
5733 comint-dynamic-complete-filename.
5734
b861e45e
SM
5735 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5736 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5737 Don't consider whether the display supports colors.
5738 (bookmark-import-new-list): Use dolist.
5739 (bookmark-bmenu-mode-map): Move initialization into declaration.
5740 (bookmark-bmenu-list): Use dolist, simplify.
5741 (bookmark-show-all-annotations): Use save-selected-window and dolist.
5742 (menu-bar-final-items): Use push.
5743
8549241d 57442009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
5745
5746 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5747 it works on remote files.
5748 (vc-hg-diff): Don't pass any `--cwd' argument.
5749
30644573
KR
57502009-10-27 Kevin Ryde <user42@zip.com.au>
5751
cc63d28f
SM
5752 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5753 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
5754 (Further to Bug#3921).
5755
9be01a63
MA
57562009-10-27 Michael Albinus <michael.albinus@gmx.de>
5757
5758 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5759 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5760 calling `tramp-imap-put-file'. Add file size to the call.
5761 (tramp-imap-get-file-entries): Compute also user name, file size,
5762 and date.
5763 (tramp-imap-handle-insert-directory): Insert uid and gid.
5764 (tramp-imap-handle-file-attributes): Transform uid and gid
5765 according to `id-format'.
5766 (tramp-imap-put-file): New optional parameter SIZE. Encode file
5767 size in header X-Size.
5768
41849bf9
JB
57692009-10-26 Juanma Barranquero <lekktu@gmail.com>
5770
5771 * simple.el (transpose-subr): Give clearer error when the mark
5772 is not set. (Bug#4807)
5773
293c24f9
MA
57742009-10-26 Michael Albinus <michael.albinus@gmx.de>
5775
cc63d28f
SM
5776 * net/tramp.el (tramp-perl-file-truename): New defconst.
5777 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 5778 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
5779 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5780 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 5781
cc63d28f
SM
5782 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5783 Ignore `dired-call-process'.
293c24f9
MA
5784 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5785
57862009-10-26 Julian Scheid <julians37@gmail.com>
5787
cc63d28f 5788 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
5789 (tramp-get-remote-readlink): New defun.
5790 (tramp-handle-file-truename): Use it.
5791 (tramp-handle-file-exists-p): Check file-attributes cache, assume
5792 file exists if cache value present.
48c2d18a 5793 (tramp-check-cached-permissions): New defun.
293c24f9
MA
5794 (tramp-handle-file-readable-p): Use it.
5795 (tramp-handle-file-writable-p): Likewise.
5796 (tramp-handle-file-executable-p): Likewise.
5797 (tramp-handle-file-name-all-completions): Try using Perl to get
5798 partial completions. When perl not available, combine `cd' and
5799 `ls' into single remote operation and use shell expansion to get
5800 partial remote directory contents. Set `file-exists-p' cache for
5801 directory and any files returned by ls. Change cache handling to
5802 support partial directory contents. Use error message emitted by
5803 remote `cd' or Perl code for local tramp-error.
5804 (tramp-do-copy-or-rename-file-directly): Avoid separate
5805 tramp-send-command-and-check call.
cc63d28f
SM
5806 (tramp-handle-process-file): Merge three remote ops into one.
5807 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
5808 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5809 file-attributes shows uid/gid to be set already.
5810
a7610c52
DN
58112009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
5812
5813 * textmodes/tex-mode.el (tex-dvi-view-command)
5814 (tex-show-queue-command, tex-open-quote):
5815 * progmodes/ruby-mode.el (auto-mode-alist)
5816 (interpreter-mode-alist): Purecopy strings.
5817
5818 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5819
5820 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5821 string for the hook, keymap and abbrev table.
5822
5823 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5824
5825 * x-dnd.el (x-dnd-xdnd-to-action):
5826 * startup.el (fancy-startup-text, fancy-about-text): Change to
5827 defconst from defvar.
5828
5829 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5830
5831 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5832 Purecopy initialization strings.
5833
5834 * mail/sendmail.el (mail-header-separator)
5835 (mail-personal-alias-file):
5836 * mail/rmail.el (rmail-default-dont-reply-to-names)
5837 (rmail-ignored-headers, rmail-retry-ignored-headers)
5838 (rmail-highlighted-headers, rmail-secondary-file-directory)
5839 (rmail-secondary-file-regexp):
5840 * files.el (null-device, file-name-invalid-regexp)
5841 (locate-dominating-stop-dir-regexp)
cc63d28f 5842 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
5843 (interpreter-mode-alist): Use mapcar instead of mapc.
5844
5845 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5846
5847 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5848 (completion-ignored-extensions):
5849 (debug-ignored-errors): Purecopy strings.
5850
4fcc3d32
SM
58512009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5852
0667de21
SM
5853 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5854 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5855 (pcomplete--here): Use push.
5856
4fcc3d32
SM
5857 * subr.el (all-completions): Declare the 4th arg obsolete.
5858
955ef430
SM
58592009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5860
2d085307
SM
5861 * pcomplete.el (pcomplete-unquote-argument-function): New var.
5862 (pcomplete-unquote-argument): New function.
5863 (pcomplete--common-suffix): Always pay attention to case.
5864 (pcomplete--table-subvert): Quote and unquote the text.
5865 (pcomplete--common-quoted-suffix): New function.
5866 (pcomplete-std-complete): Use it and pcomplete-begin.
5867
955ef430
SM
5868 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5869 we're inside a dedicated or minibuffer window.
5870
4fcc3d32
SM
58712009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5872
5873 * cedet/semantic/fw.el (semantic-alias-obsolete)
5874 (semantic-varalias-obsolete): Make the `when' arg mandatory.
5875 (define-mode-overload-implementation):
5876 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5877 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5878 * cedet/semantic/util.el (semantic-file-token-stream)
5879 (semantic-something-to-stream):
5880 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5881 (semantic-expand-nonterminal):
5882 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5883 (semantic-find-dependency, semantic-find-nonterminal)
5884 (semantic-find-dependency):
5885 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5886 (semantic-flex-text, semantic-flex-make-keyword-table)
5887 (semantic-flex-keyword-p, semantic-flex-keyword-put)
5888 (semantic-flex-keyword-get, semantic-flex-map-keywords)
5889 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5890 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5891 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5892 (semantic-after-idle-scheduler-reparse-hooks):
5893 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5894 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5895 * cedet/semantic.el (semantic-toplevel-bovine-table)
5896 (semantic-toplevel-bovine-cache)
5897 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
5898 (semantic-init-mode-hooks, semantic-init-db-hooks)
5899 (semantic-bovination-working-type): Provide the `when' arg.
5900
7c85c02b
KF
59012009-10-24 Karl Fogel <kfogel@red-bean.com>
5902
5903 * bookmark.el: Update documentation, especially documentation
5904 of `bookmark-alist' and of the bookmark file format.
5905 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
5906
3e8ae8a6
CY
59072009-10-24 Chong Yidong <cyd@stupidchicken.com>
5908
3e425845
CY
5909 * mail/emacsbug.el (report-emacs-bug): Clarify that the
5910 keybindings apply to the mail buffer (Bug#4003). Shrink help
5911 window to buffer.
5912
cdd47d48
CY
5913 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5914 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
5915 (whitespace-toggle-options, global-whitespace-toggle-options):
5916 Doc fix (Bug#3660).
cdd47d48 5917
ba07c9ad
CY
5918 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5919 of xmltok-start before the end tag was inserted (Bug#2840).
5920
3e8ae8a6
CY
5921 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5922 patterns that are preceded by an open-paren (Bug#1320).
5923
ab276820
CY
59242009-10-24 Sven Joachim <svenjoac@gmx.de>
5925
5926 * files.el (delete-directory): Delete symlinks to directories with
5927 delete-file (Bug#4739).
5928
86f1602f
CY
59292009-10-24 Chong Yidong <cyd@stupidchicken.com>
5930
5931 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5932 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5933 argument to make-obsolete.
5934
5935 * cedet/semantic/fw.el (semantic-alias-obsolete)
5936 (semantic-varalias-obsolete): Add optional WHEN argument.
5937
905a9ed3
DN
59382009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5939
a9a2a6db
DN
5940 * vc.el (vc-backend-for-registration): Rename from
5941 vc-get-backend-for-registration. Update callers.
5942
cc63d28f
SM
5943 * international/mule-cmds.el (set-language-info-alist):
5944 Purecopy lang-env.
905a9ed3
DN
5945 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5946 (charset): Purecopy the name.
5947 (define-char-code-property): Purecopy string arguments.
5948
5949 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5950 Purecopy string arguments.
5951
5952 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5953 * ediff-hook.el (menu-bar-ediff-menu):
5954 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5955 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5956
d270305a
GM
59572009-10-24 Glenn Morris <rgm@gnu.org>
5958
6c74d523 5959 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
5960 * term.el (term-dynamic-list-completions): Use choose-completion rather
5961 than obsolete alias mouse-choose-completion.
5962
ae732337
GM
5963 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5964 file-cache-choose-completion.
5965 (file-cache-choose-completion): Handle an optional event argument.
5966 (file-cache-mouse-choose-completion): Make it an obsolete alias.
5967
cc63d28f
SM
5968 * progmodes/octave-mod.el (octave-complete-symbol):
5969 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 5970
9847dc91
GM
5971 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5972 use.
5973
e8f2a5d5
GM
5974 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5975 compiler.
5976
d270305a
GM
5977 * vc-hooks.el (vc-responsible-backend): Fix declaration.
5978
c6432f1e
SM
59792009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5980
5981 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5982 Ignore `pred' now that we receive one.
5983 Handle test-completion specially.
5984
6ab196f9
DN
59852009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5986
5987 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 5988 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
5989 REGISTER ...
5990 (vc-get-backend-for-registration): ... here. New function.
5991 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5992 of vc-responsible-backend, pass the file name instead of the
5993 directory name.
5994
48feed59
SM
59952009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5996
5997 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5998 New funs.
5999 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
6000 (pcomplete-comint-setup): Don't modify a global var via
6001 accidental side-effects.
6002 (pcomplete-shell-setup): Adjust call accordingly.
6003 (pcomplete-parse-comint-arguments): Use push.
6004
00006066
CY
60052009-10-23 Chong Yidong <cyd@stupidchicken.com>
6006
36bfa3af
CY
6007 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6008 Allow uncapitalized info node names (Bug#3921).
6009
00006066
CY
6010 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6011 to the DEBUG file (Bug#3781).
6012
aa311d6e
CY
60132009-10-23 Jari Aalto <jari.aalto@cante.net>
6014
6015 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6016 dictionary entry (Bug#4579).
6017
b88f2d0a
MA
60182009-10-23 Michael Albinus <michael.albinus@gmx.de>
6019
6020 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6021 from `rfn-eshadow-update-overlay-hook' when unloading.
6022 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6023 "rsyncc". Adjust doc string.
48c2d18a 6024 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
6025 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6026 Keep temporary file when indicated by method ("rsync" and
6027 "rsyncc").
6028 (tramp-handle-write-region): Handle APPEND.
6029 (tramp-delete-temp-file-function): New defun. Added to
6030 `kill-buffer-hook'.
6031
1becddbb
JB
60322009-10-23 Juanma Barranquero <lekktu@gmail.com>
6033
6034 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6035
8f43cbf3
DN
60362009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6037
6038 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6039 (color-name-rgb-alist, tty-standard-colors)
6040 (tty-color-mode-alist): Change to defconst.
6041
6042 * simple.el (mark-inactive): Purecopy message.
6043
6044 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6045 (global-map, yank-menu):
6046 * textmodes/ispell.el (ispell-menu-map):
6047 * net/eudc.el (eudc-tools-menu):
6048 * international/mule-cmds.el (describe-language-environment-map)
6049 (setup-language-environment-map, set-coding-system-map)
6050 (mule-menu-keymap):
6051 * vc-hooks.el (vc-menu-entry, vc-menu-map):
6052 * replace.el (occur-mode-map):
6053 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6054
1d228a31
JB
60552009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
6056
6057 * calc/calc.el (math-read-number, math-read-number-simple): Use
6058 `save-match-data'.
6059
3b067af1
SM
60602009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6061
28a90c44
SM
6062 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6063 rather than fiddling with global-map bindings, since it should only
6064 affect per-terminal settings.
6065 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6066
a452eee8
SM
6067 * minibuffer.el (completion-table-with-terminator): Allow to specify
6068 the terminator-regexp.
6069
ab14d7d5
SM
6070 * simple.el (switch-to-completions): Look for *Completions* in other
6071 frames as well.
6072
3b067af1
SM
6073 * pcomplete.el: Allow the use of completion-tables.
6074 (pcomplete-std-complete): New command.
6075 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6076 (pcomplete--here): Use a function for `form' rather than an expression,
6077 so it can be byte-compiled.
6078 (pcomplete-here, pcomplete-here*): Adjust accordingly.
6079 Add edebug declaration.
6080 (pcomplete-show-completions): Remove unused var `curbuf'.
6081 (pcomplete-do-complete, pcomplete-stub):
1becddbb 6082 Don't assume `completions' is a list of strings any more.
3b067af1 6083
5480359e
JB
60842009-10-22 Juanma Barranquero <lekktu@gmail.com>
6085
6086 * find-dired.el (find-name-arg): Fix typo in docstring.
6087
3170b794
SM
60882009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6089
48c23a25
SM
6090 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6091 (pcmpl-linux-fs-types): Same, and update to new modules layout.
6092
56b14058
SM
6093 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6094 pcomplete-entries.
6095
3170b794
SM
6096 * comint.el (comint-read-input-ring, comint-write-input-ring)
6097 (comint-substitute-in-file-name)
6098 (comint-dynamic-complete-as-filename)
6099 (comint-dynamic-simple-complete)
6100 (comint-dynamic-list-filename-completions)
6101 (comint-dynamic-list-completions)
6102 (comint-redirect-results-list-from-process): Minor simplifications.
6103
2affef34
KR
61042009-10-21 Kevin Ryde <user42@zip.com.au>
6105
3170b794
SM
6106 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6107 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 6108 the first form. And insert a blank line after ";;; Code" since
d8194864 6109 that's usual style. (Bug#4612)
2affef34 6110
e7b94bbb
KR
6111 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6112
528c56e2
SM
61132009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6114
6115 * minibuffer.el (completion-table-with-terminator): Properly implement
6116 boundaries, in case `terminator' appears in the suffix.
6117 (completion--embedded-envvar-table): Don't return boundaries if
6118 there's no valid completion. Simplify.
6119 (completion-file-name-table): New completion table extracted from
6120 completion--file-name-table.
6121 (completion--file-name-table): Use it.
6122 (read-file-name-predicate): Declare obsolete.
6123 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6124 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6125 completion-file-name-table, and use the `pred' argument.
6126 * files.el (locate-file-completion-table): Use the `pred' arg rather
6127 than read-file-name-predicate.
6128 (abbreviate-file-name): Use \` rather than ^ for BOS.
6129
f9ed9b4f
DN
61302009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6131
6132 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6133 vc-responsible-backend to register, it causes problems.
6134
5f2022a3
SM
61352009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6136
6137 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6138
8d106ea0
CY
61392009-10-21 Eric Ludlam <zappo@gnu.org>
6140
6141 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
6142 (semantic-c-debug-mode-init-pch): New functions.
6143 (semantic-c-debug-mode-init-last-mode): New var.
6144 (semantic-c-parse-lexical-token): Use them.
6145
6146 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
6147 When extracting the argument list, limit only by point-max.
6148
fc754ea1
MA
61492009-10-21 Michael Albinus <michael.albinus@gmx.de>
6150
6151 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6152 (tramp-smb-handle-file-attributes): Use it.
6153 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6154 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
6155 `mapcar'. Use `tramp-smb-get-stat-capability'.
6156 Add `dired-filename' text properties.
fc754ea1
MA
6157 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6158 (tramp-smb-maybe-open-connection): Simplify check for smbclient
6159 version.
6160
79bd5ba1
SM
61612009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6162
6163 * subr.el (read-key-delay): Reduce to 0.01.
6164 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6165 (bug#4751).
6166
3c13704d
SM
61672009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6168
554efd10
SM
6169 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6170
c2a37b78
SM
6171 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6172 (Info-menu): Remove unused vars `last' and `completions'.
6173 (Info-index-nodes): Remove unused var `node'.
6174
3c13704d
SM
6175 * info.el (Info-complete-menu-item): Use complete-with-action.
6176
d1e4c403
DN
61772009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6178
6179 Make vc-annotate work through copies and renames.
3c13704d
SM
6180 * vc-annotate.el (vc-annotate-extract-revision-at-line):
6181 Return the file name too.
d1e4c403
DN
6182 (vc-annotate-revision-at-line)
6183 (vc-annotate-find-revision-at-line)
6184 (vc-annotate-revision-previous-to-line)
6185 (vc-annotate-show-log-revision-at-line): Update to get the file
6186 name from vc-annotate-extract-revision-at-line.
6187 (vc-annotate-show-diff-revision-at-line-internal): Change the
6188 argument to mean whether to show a file diff or not. Get the file
6189 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
6190 (vc-annotate-show-diff-revision-at-line):
6191 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
6192 (vc-annotate-warp-revision): Add an optional file argument.
6193
6194 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6195 (vc-git-annotate-extract-revision-at-line): Also return the file
6196 name if found.
6197
6198 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6199 command. Remove unused code.
6200 (vc-hg-annotate-re): Update to match --follow output.
6201 (vc-hg-annotate-extract-revision-at-line): Also return the file
6202 name if found.
6203
6204 * vc.el: Update annotate-extract-revision-at-line documentation.
6205
b0b0ef98
KR
62062009-10-18 Kevin Ryde <user42@zip.com.au>
6207
6208 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6209 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6210
a9e7f03d
KR
6211 * net/browse-url.el (browse-url): Identify alist with "consp and
6212 not functionp" and let all other things go down the `apply' leg,
6213 as suggested by Stefan. (Further to bug#4531.)
6214
7346a407
CY
62152009-10-18 Chong Yidong <cyd@stupidchicken.com>
6216
6217 * minibuffer.el (read-file-name): Check for repeat before putting
6218 a default argument in file-name-history (Bug#4657).
6219
6220 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6221 read syntax (Bug#4737).
6222
3c13704d 6223 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 6224
1da94541
CY
62252009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6226
6227 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6228 (html-tag-alist, html-tag-help): Add descriptions for undocumented
6229 entries and make note of obsolete tags.
6230
2b93080a
SM
62312009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6232
6233 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6234
18b5ffb5
GM
62352009-10-18 Glenn Morris <rgm@gnu.org>
6236
6237 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6238 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 6239 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
6240 now, and in any case the file header format has changed.
6241
c2e161b2
GM
62422009-10-17 Glenn Morris <rgm@gnu.org>
6243
6244 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6245 (flyspell-get-word, flyspell-large-region)
6246 (flyspell-auto-correct-previous-word): Doc/error message fixes.
6247
a1eb44f5
CY
62482009-10-17 Chong Yidong <cyd@stupidchicken.com>
6249
6250 * Makefile.in (ELCFILES): Add ede/shell.
6251
4418646e
DN
62522009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6253
6254 * term/common-win.el (x-colors): Purecopy it.
6255
4062011e
SM
62562009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6257
6258 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6259 permissive for when the buffer is empty.
6260 (tar-header-block-tokenize): Decode the username and groupname.
6261 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6262
67d3ffe4
CY
62632009-10-17 Chong Yidong <cyd@stupidchicken.com>
6264
6265 * cedet/srecode/srt.el:
6266 * cedet/srecode/compile.el:
6267 * cedet/semantic/mru-bookmark.el:
6268 * cedet/semantic/debug.el:
6269 * cedet/semantic/complete.el:
6270 * cedet/semantic/analyze.el: Require CL when compiling.
6271
62722009-10-17 Eric Ludlam <zappo@gnu.org>
6273
6274 * cedet/semantic/scope.el
6275 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
6276 tmpscope so that the regular scope will continue to work.
6277
4062011e
SM
6278 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
6279 Use semantic-idle-summary-highlight-face as the highlighting.
67d3ffe4
CY
6280
6281 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
6282 contains multibyte characters, choose first applicable coding
6283 system automatically.
6284
6285 * cedet/ede/project-am.el (project-run-target): New method.
6286 (project-run-target): New method.
6287
6288 * cedet/ede.el (ede-target): Add run target menu item.
6289 (ede-project, ede-minor-keymap): Add ede-run-target binding.
6290 (ede-run-target): New function.
6291 (ede-target::project-run-target): New method.
6292
6293 * cedet/ede/proj.el (project-run-target): New method.
6294
6295 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
6296 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
6297 Add :rules.
6298 (ede-proj-target-makefile-shared-object): Only libtool compilers
6299 now available. Add linkers for libtool.
6300 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
6301 (ede-proj-makefile-target-name): Always use .la extension.
6302
6303 * cedet/ede/proj-prog.el (project-run-target): New method.
6304
4062011e 6305 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
67d3ffe4
CY
6306 (ede-g++-linker): Change Change link lines.
6307
4062011e
SM
6308 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
6309 When searching for old variables, go to the end of the buffer and
67d3ffe4
CY
6310 search backward from there.
6311 (ede-proj-makefile-automake-insert-subdirs)
6312 (ede-proj-makefile-automake-insert-extradist): New methods.
6313 (ede-proj-makefile-create): Use them.
6314
6315 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
6316 Force FILE to expand to the current target. Use file-exists-p to
6317 check that it exists.
6318
6319 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
4062011e
SM
6320 (ede-linux-load): Wrap dir in file-name-as-directory.
6321 Set :version slot.
67d3ffe4
CY
6322
6323 * cedet/ede/files.el (ede-get-locator-object): When enabling
6324 locate, do so on "top".
6325
6326 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
6327 file-name-as-directory during compare.
4062011e
SM
6328 (ede-emacs-version): Return Emacs/XEmacs differentiator.
6329 Get version number from different places. Don't call egrep.
67d3ffe4
CY
6330 (ede-emacs-load): Set :version slot. Call file-name-as-directory
6331 to set the directory.
6332
6333 * cedet/ede/shell.el: New file.
6334
6335 * cedet/inversion.el (inversion-decoders): Allow for stray . in
6336 alpha/beta variants.
6337
2df48a87
SM
63382009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6339
6340 * international/mule-cmds.el (select-safe-coding-system): If the file
6341 has a coding cookie, use it regardless of any other setting (bug#4712).
6342
fd7dd48c
GM
63432009-10-17 Glenn Morris <rgm@gnu.org>
6344
547776f9
GM
6345 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
6346 All errors should have messages.
6347
3ee0b477 6348 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
6349 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6350
2550e4b1
GM
6351 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6352 (dired-keep-marker-copy, dired-keep-marker-hardlink)
6353 (dired-keep-marker-symlink, dired-dwim-target)
6354 (dired-copy-preserve-time): Do not autoload these defcustoms.
6355
fd7dd48c
GM
6356 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6357 messages from messing up the file coding. (Bug#4623)
6358
f3e3a990
GM
63592009-10-17 Jari Aalto <jari.aalto@cante.net>
6360
6361 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6362 if no match is found for the current dictionary. (Bug#4578)
6363
6364 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6365 optional, since that is how it is documented, and this is often called
6366 with a nil argument. (Bug#4577)
6367 (flyspell-external-point-words, flyspell-auto-correct-word)
6368 (flyspell-correct-word-before-point, flyspell-word-search-forward)
6369 (flyspell-word-search-backward): Remove nil argument in calls to
6370 flyspell-get-word, since it is not needed now.
6371
63722009-10-17 Ulrich Mueller <ulm@gentoo.org>
6373
1becddbb 6374 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 6375
b61374ab
GM
63762009-10-16 Glenn Morris <rgm@gnu.org>
6377
6378 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6379
412707c2
SM
63802009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6381
6382 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6383 (ange-ftp-file-size): New function.
6384 (ange-ftp-file-attributes): Use it.
6385
0c6f436e
MA
63862009-10-16 Michael Albinus <michael.albinus@gmx.de>
6387
6388 * net/tramp-smb.el (tramp-smb-version): New defvar.
6389 (tramp-smb-maybe-open-connection): Use it, in order to avoid
6390 repeated checks.
6391
850bfd04
GM
63922009-10-16 Glenn Morris <rgm@gnu.org>
6393
6394 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6395 Maybe copy some custom properties from old to new name. (Bug#4706)
6396
f3ed9aca
JB
63972009-10-16 Juanma Barranquero <lekktu@gmail.com>
6398
6399 * subr.el (error, sit-for, start-process-shell-command)
6400 (start-file-process-shell-command): Set the calling convention
6401 after the function definition.
6402
fd6c5134
SM
64032009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6404
6405 * subr.el (error, sit-for, start-process-shell-command)
6406 (start-file-process-shell-command): Use the new
6407 set-advertised-calling-convention feature.
6408
73874eb7
KH
64092009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
6410
fd6c5134
SM
6411 * international/ucs-normalize.el (ucs-normalize-version):
6412 Change to 1.2.
6413 (check-range): Adjust for Unicode 5.2.
73874eb7 6414
03fb33cf
JL
64152009-10-15 Juri Linkov <juri@jurta.org>
6416
6417 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6418 to the `menu-item' format.
6419
4260b402
MA
64202009-10-15 Michael Albinus <michael.albinus@gmx.de>
6421
6422 * net/tramp.el (tramp-replace-environment-variables): Do not fail
6423 if the environment variable does not exist.
6424
6425 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6426 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6427 parameter.
6428 (tramp-smb-handle-add-name-to-file)
6429 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6430 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6431 (tramp-smb-handle-file-attributes)
6432 (tramp-smb-do-file-attributes-with-stat)
6433 (tramp-smb-handle-file-local-copy)
6434 (tramp-smb-handle-insert-directory)
6435 (tramp-smb-handle-make-directory)
6436 (tramp-smb-handle-make-directory-internal)
6437 (tramp-smb-handle-make-symbolic-link)
6438 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6439 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6440 (tramp-smb-maybe-open-connection): Apply the changed parameters.
6441 (tramp-smb-read-file-entry): Read Disk names in compressed format.
6442 Handle long file names.
6443 (tramp-smb-get-cifs-capabilities): Check, whether the connection
6444 process is running.
6445 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6446 Read share names with "-g" option.
6447
d7a0fd6f
GM
64482009-10-15 Ryan Yeske <rcyeske@gmail.com>
6449
6450 * net/rcirc.el (rcirc-view-log-file): New command.
6451 (rcirc-track-minor-mode-map): Remove C-c ` binding.
6452 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6453 specified.
6454
0b44494a
GM
64552009-10-15 Glenn Morris <rgm@gnu.org>
6456
af9fb32f
GM
6457 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6458 from the second command-line argument.
6459 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6460 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6461 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6462 w32-batch-update-autoloads.
6463 * emacs-lisp/autoload.el (autoload-make-program): New variable.
6464 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6465
0b44494a
GM
6466 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6467 the headers cannot be located. Simplify, subtracting superflous
6468 save-excursions.
6469
d5e63715
SM
64702009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6471
6472 Replace completion-base-size by completion-base-position to fix bugs
6473 such as (bug#4699).
6474 * simple.el (completion-base-position): New var.
6475 (completion-base-size): Mark as obsolete.
6476 (choose-completion): Make it work for mouse events as well.
6477 Pass the new base-position to choose-completion-string.
6478 (choose-completion-guess-base-position): New function, extracted from
6479 choose-completion-delete-max-match.
6480 (choose-completion-delete-max-match): Use it. Make obsolete.
6481 (choose-completion-string): Use the new base-position info.
6482 (completion-root-regexp): Delete.
6483 (completion-setup-function): Preserve completion-base-position.
6484 Eliminate obsolete base-size manipulation.
6485 * minibuffer.el (display-completion-list): Don't mess with base-size.
6486 (minibuffer-completion-help): Set completion-base-position instead.
6487 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6488 choose-completion.
6489 * textmodes/bibtex.el (bibtex-complete):
6490 * emacs-lisp/crm.el (crm--choose-completion-string):
6491 Adjust to new calling convention.
6492 * complete.el (partial-completion-mode): Use minibufferp to avoid
6493 bumping into incompatible change to choose-completion-string-functions.
6494 * ido.el (ido-choose-completion-string): Make its calling convention
6495 more permissive.
6496 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6497 base-size manipulation.
6498 (comint-dynamic-list-input-ring): Use dotimes and push.
6499 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6500 fundamental-mode. Use `or'.
6501
92f8bfc7
JL
65022009-10-14 Juri Linkov <juri@jurta.org>
6503
6504 * misearch.el (multi-isearch-next-buffer-from-list)
6505 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
6506
e78e280d
SM
65072009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6508
384ca163
SM
6509 * Makefile.in (compile-onefile): Load `bytecomp' rather than
6510 `bytecomp.el'.
6511
681e0e7c
SM
6512 * minibuffer.el (completion-pcm--merge-completions): Make sure the
6513 string we return is all made up of text from the completions rather
6514 than part from the completions and part from the input (bug#4219).
6515
e78e280d
SM
6516 * ido.el (ido-everywhere): Use define-minor-mode.
6517
6518 * buff-menu.el (list-buffers, ctl-x-map):
6519 Mark the entry points with ;;;###autoload cookies.
6520
b4e813ca
DN
65212009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6522
52964e54
DN
6523 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6524 correctly in the detached head case.
6525 (vc-git-print-log): Remove unused binding.
6526
b4e813ca
DN
6527 * vc.el (vc-responsible-backend): When a directory is passed for
6528 for registration create a VC repository if no backend is
6529 responsible for the directory argument.
6530 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
6531
6532 * vc.el: Move comments about RCS and SCCS ...
6533 * vc-rcs.el:
6534 * vc-sccs.el: ... here, respectively.
6535
40ba9882
SM
65362009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6537
6538 * minibuffer.el (completion--file-name-table): Return nil if there's
6539 no file completion, even if substitute-in-file-name changed
6540 the string (bug#4708).
6541
04e0f59b
JL
65422009-10-13 Juri Linkov <juri@jurta.org>
6543
6544 * files-x.el (read-file-local-variable-value): Don't filter out
6545 minor modes from mode name completion (bug#4664).
6546
314c8e25
JB
65472009-10-13 Juanma Barranquero <lekktu@gmail.com>
6548
6549 * international/mule-cmds.el (ucs-names): Remove exclusion of
6550 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6551
5c9b7d36
KH
65522009-10-13 Kenichi Handa <handa@m17n.org>
6553
6554 * international/uni-name.el: Regenerated.
6555
1e7a80f2
JB
65562009-10-13 Juanma Barranquero <lekktu@gmail.com>
6557
6558 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
6559 should be automatically buffer-local, but isn't.)
6560
cd29f88b
SS
65612009-10-12 Sam Steingold <sds@gnu.org>
6562
6563 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 6564 timestamps if the buffer has been visited before.
0cd16af4
SS
6565 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6566 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 6567
37493a98
GM
65682009-10-12 Glenn Morris <rgm@gnu.org>
6569
6570 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6571 Let-bind `size'.
6572
3b56b1e6
JB
65732009-10-12 Juanma Barranquero <lekktu@gmail.com>
6574
7422a4bb
JB
6575 * proced.el (proced-unload-function): New function.
6576
fa72d075
JB
6577 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6578 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6579 Doc fix.
6580
3b56b1e6
JB
6581 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6582
4d9b4323
JL
65832009-10-11 Juri Linkov <juri@jurta.org>
6584
6585 * files-x.el (read-file-local-variable-value):
6586 Provide default value only for bound variables (bug#4664).
6587
f6f7e059
MA
65882009-10-11 Michael Albinus <michael.albinus@gmx.de>
6589
6590 * net/tramp.el (tramp-local-host-p): Function shall return nil for
6591 connection methods like smb.
6592
6593 * net/tramp-cache.el (tramp-flush-connection-property): The hash
6594 can be empty.
6595
6596 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6597 (tramp-smb-file-name-handler-alist): Add handlers for
6598 `add-name-to-file', `make-symbolic-link'.
6599 (tramp-smb-handle-add-name-to-file)
2992485f 6600 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
6601 (tramp-smb-handle-make-symbolic-link)
6602 (tramp-smb-get-cifs-capabilities): New defuns.
6603 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6604 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6605 (tramp-smb-handle-file-local-copy)
6606 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
6607 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6608 The file name syntax depends on cifs capabilities.
6609 (tramp-smb-handle-file-attributes):
6610 Call `tramp-smb-do-file-attributes-with-stat' if possible.
6611 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6612 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 6613
67868d26
CY
66142009-10-11 Chong Yidong <cyd@stupidchicken.com>
6615
6616 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6617 (eieio-defclass): Apply deftype handler and setf-method properties
6618 directly.
6619 (eieio-add-new-slot): Avoid union function from cl library.
6620 (eieio--typep): New function.
6621 (eieio-perform-slot-validation): Use it.
6622
6d6a5b7e
KF
66232009-10-10 Karl Fogel <kfogel@red-bean.com>
6624
3b56b1e6 6625 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
6626 Update documentation to refer to the variables documented in r1.135.
6627 (Bug#4188)
6628
67b70de9
KF
66292009-10-10 Karl Fogel <kfogel@red-bean.com>
6630
6631 * bookmark.el (Info-suffix-list): Remove this unused variable.
6632 (bookmark-current-point): Remove this obsolete variable.
6633 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6634 Adjust for removal of bookmark-current-point.
6635
6636 (bookmarks-already-loaded, bookmark-current-buffer)
6637 (bookmark-yank-point): Document. (Bug#4188)
6638
58ae51ae
GM
66392009-10-10 Glenn Morris <rgm@gnu.org>
6640
4619ff5e
GM
6641 * frame.el (frame-height): Doc fix.
6642
58ae51ae
GM
6643 * calendar/calendar.el (calendar-split-width-threshold): New option.
6644 (calendar-basic-setup): Use calendar-split-width-threshold.
6645
3b56b1e6 66462009-10-10 Sascha Wilde <wilde@sha-bang.de>
d751f122 6647
3b56b1e6
JB
6648 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6649 Use .la for Automake.
d751f122 6650
fa63f49c
CY
66512009-10-09 Chong Yidong <cyd@stupidchicken.com>
6652
3b56b1e6
JB
6653 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6654 Use "autoreconf -i". Suggested by Andreas Schwab.
fa63f49c 6655
d364386c
JB
66562009-10-09 Juanma Barranquero <lekktu@gmail.com>
6657
6658 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6659 Ideographic Supplement" range (U+1F200..U+1F2FF).
6660
33e97a28
KF
66612009-10-09 Karl Fogel <kfogel@red-bean.com>
6662
02d0f051 6663 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 6664 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
6665
66662009-10-09 Karl Fogel <kfogel@red-bean.com>
6667
d364386c 6668 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
6669 (bookmark-bmenu-execute-deletions): Don't save here, as
6670 bookmark-delete will now do so if necessary.
d364386c 6671 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
6672 (Bug#4348)
6673
9656d87b
GM
66742009-10-09 Glenn Morris <rgm@gnu.org>
6675
6676 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6677
e6227f06
KF
66782009-10-09 Karl Fogel <kfogel@red-bean.com>
6679
6680 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6681 (bookmark-jump-other-window): Just invoke bookmark-jump with new
6682 argument now, so the two function's behaviors will match. (Bug#3645)
6683
35c7e413
CY
66842009-10-08 Chong Yidong <cyd@stupidchicken.com>
6685
4f54db4b
CY
6686 * cedet/ede/proj.el (project-make-dist, project-compile-project):
6687 Fix filename test.
35c7e413
CY
6688 (ede-proj-dist-makefile): Use expand-file-name instead of concat
6689 to expand file names.
6690
288f783b
MA
66912009-10-08 Michael Albinus <michael.albinus@gmx.de>
6692
6693 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 6694 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 6695 Apply `save-match-data'.
288f783b
MA
6696
6697 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6698 case both directories are remote.
6699 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 6700 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 6701
c2a81032
CY
67022009-10-08 Chong Yidong <cyd@stupidchicken.com>
6703
a6b98754
CY
6704 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6705 (ede-proj-target-makefile-objectcode): Use it.
6706
c2a81032 6707 * cedet/ede/source.el (ede-want-any-source-files-p)
e78e280d
SM
6708 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6709 Return search result. This error was introduced while merging.
c2a81032 6710
872a1ea4
JB
67112009-10-07 Juanma Barranquero <lekktu@gmail.com>
6712
6713 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6714
ab2baced
GM
67152009-10-07 Glenn Morris <rgm@gnu.org>
6716
e78e280d
SM
6717 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6718 of concat.
ab2baced 6719
5c4634c1
SM
67202009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6721
6722 * files-x.el (read-file-local-variable): Include some
6723 non-user-variables in the completion table (bug#4664).
6724
c2dc9732
MA
67252009-10-07 Michael Albinus <michael.albinus@gmx.de>
6726
6727 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6728 message.
6729
6730 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6731 (tramp-smb-file-name-handler-alist): Add handler for
6732 `copy-directory', `expand-file-name', `set-file-modes'.
6733 (tramp-smb-handle-copy-directory)
6734 (tramp-smb-handle-expand-file-name)
6735 (tramp-smb-handle-set-file-modes): New defuns.
6736 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6737 (tramp-smb-handle-file-attributes): Simplify check for retrieving
6738 entry.
6739 (tramp-smb-handle-insert-directory): Don't flush the cache.
6740 (tramp-smb-maybe-open-connection): Check for samba client and
6741 server versions.
6742
11be40a6
EZ
67432009-10-07 Eli Zaretskii <eliz@gnu.org>
6744
6745 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6746 to not error out of search for "^lisp=" fails.
6747
8c4afe20
JB
67482009-10-07 Juanma Barranquero <lekktu@gmail.com>
6749
6750 * makefile.w32-in (WINS_UPDATES): New macro.
6751 (custom-deps, finder-data, autoloads): Use it.
6752
429a1506
GM
67532009-10-07 Glenn Morris <rgm@gnu.org>
6754
ee2e93e2
GM
6755 * Makefile.in (autoloads): Revert previous change.
6756 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6757 the list of preloaded files passed on the command-line, get
6758 it from src/Makefile.
6759
429a1506
GM
6760 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6761 show the original buffer rather than a random one.
6762
a51203ee 67632009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
6764
6765 * help.el (describe-no-warranty): Place point in a slightly better
6766 position in the GPLv3 text.
6767
f58f7520
SS
67682009-10-06 Sam Steingold <sds@gnu.org>
6769
6770 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6771 the comm attribute is present before calling regexp-quote.
6772
bde79dc0
JB
67732009-10-06 Juanma Barranquero <lekktu@gmail.com>
6774
6775 * play/animate.el (animate-string): For good effect, make sure
6776 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6777
6778 * play/animate.el (animate-sequence, animate-birthday-present):
6779 * misc.el (butterfly): Don't set `indent-tabs-mode'.
6780
25ab0302
GM
67812009-10-06 Glenn Morris <rgm@gnu.org>
6782
73fe714a
GM
6783 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6784
3405d98c
GM
6785 * emacs-lisp/autoload.el (autoload-excludes): New variable.
6786 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6787 (batch-update-autoloads): Process a string value of autoload-excludes,
6788 set during the build process.
6789 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
6790
9fb2cdc5
GM
6791 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6792 inside with-parsed... macro so that `v' is defined.
6793
7938ab41
GM
6794 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6795 * progmodes/fortran.el (fortran-end-of-block)
6796 (fortran-beginning-of-block):
6797 Also push mark in the macro case.
6798
eaf9b564
GM
6799 * emerge.el (emerge-show-file-name):
6800 * calc/calc.el (calc-quit):
6801 * calc/calc-misc.el (calc-big-or-small):
6802 * calc/calc-graph.el (calc-graph-view):
6803 * calc/calc-ext.el (calc-reset):
6804 * calendar/calendar.el (calendar-basic-setup):
6805 Use window-full-height-p.
6806
25ab0302
GM
6807 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6808 header we don't understand, don't insert another. (Bug#4624)
6809 If changing mime charset, insert the new one in the right place.
6810
00169eb6
GM
68112009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
6812
6813 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6814 (cal-tex-cursor-month): Correctly increment the end date for diary and
6815 holiday listing. (Bug#4626)
6816
82882188
SM
68172009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6818
40ba9882 6819 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
6820 a symbol.
6821
a8f316ca
JB
68222009-10-05 Juanma Barranquero <lekktu@gmail.com>
6823
6824 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6825 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6826 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6827 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6828
6829 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6830 (eieio-default-superclass): Reflow docstrings.
6831 (this, class-option-assoc, defclass, eieio-class-un-autoload)
6832 (eieio-unbind-method-implementations, defmethod)
6833 (eieio-validate-slot-value, eieio-validate-class-slot-value)
6834 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6835 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6836 (eieio-slot-originating-class-p, eieio-slot-name-index)
6837 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6838 (constructor, initialize-instance, no-next-method, object-print)
6839 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6840 Fix typos in docstrings.
6841 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6842 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6843 (next-method-p): Doc fixes.
6844 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6845 Fix typos in error messages.
6846 (eieio-defmethod): Fix typo in description of generic method.
6847
6848 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6849 (eieio-persistent-save-interactive, slot-missing):
6850 Fix typos in docstrings.
6851 (eieio-instance-inheritor-slot-boundp): Doc fix.
6852
6853 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6854 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6855
6856 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6857 (eieio-custom-object-apply-reset):
6858 Fix typos in docstrings and error messages.
6859
6860 * emacs-lisp/eieio-datadebug.el (data-debug-show):
6861 Fix typo in docstring.
6862
6863 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6864 (eieio-browse-tree): Doc fix.
6865 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6866 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6867 Fix typos in docstrings.
6868
6869 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6870 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6871 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6872 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6873 Reflow docstrings.
6874
c66b7ac0
DN
68752009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
6876
4a827e0a 6877 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
6878 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6879 Set log-view-vc-backend so that diff can work.
4a827e0a 6880
c66b7ac0
DN
6881 * log-view.el (log-view-diff): Use vc-diff-internal instead of
6882 vc-version-diff.
6883 (vc-diff-internal): Autoload this instead of vc-version-diff.
6884
1902a98c
EZ
68852009-10-05 Eli Zaretskii <eliz@gnu.org>
6886
a7a8618b
EZ
6887 * simple.el (eval-expression): Doc fix.
6888
1902a98c
EZ
6889 * progmodes/cwarn.el (cwarn-mode): Doc fix.
6890
0e1f2ee6
MA
68912009-10-05 Michael Albinus <michael.albinus@gmx.de>
6892
6893 * files.el (directory-files-no-dot-files-regexp): New defconst.
6894 (delete-directory): Use it.
6895 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
6896
263c02ef 6897 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
6898 (tramp-methods): Add recursive option to `tramp-copy-args'.
6899 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 6900 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 6901 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
6902 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6903 Add handler for `copy-directory'.
6904 (tramp-handle-copy-directory): New defun.
6905 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
6906 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6907 Optimize sent command.
263c02ef 6908
72aa7df4
SM
69092009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6910
4a34f065
SM
6911 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6912 window if necessary.
6913
72aa7df4
SM
6914 * calendar/calendar.el (calendar-basic-setup): Don't call
6915 switch-to-buffer in a dedicated window.
6916
5feb1ba7
KF
69172009-10-05 Karl Fogel <kfogel@red-bean.com>
6918
6919 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 6920 don't do anything related to relocating, just return nil.
5feb1ba7
KF
6921 (bookmark-error-no-filename): New error.
6922 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
6923 bookmark has no file. Don't even attempt to handle things that
6924 are not files; the whole point of custom handlers is to keep that
6925 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
6926 (bookmark-file-or-variation-thereof): Remove now-unused function.
6927 (bookmark-location): Doc string fix.
6928 (Bug#4250)
6929
1bd49952
KF
69302009-10-04 Karl Fogel <kfogel@red-bean.com>
6931
6932 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6933 don't use a file dialog, because they usually don't know how to read
6934 a directory target from the user. (Bug#4230)
6935 Also, make sure the prompt can display directories as well as files.
6936
825382c0
KF
69372009-10-04 Karl Fogel <kfogel@red-bean.com>
6938
6939 * bookmark.el (bookmark-set, bookmark-buffer-name):
6940 Improve doc strings. (Bug#1193)
6941
13901bcb
KF
69422009-10-04 Karl Fogel <kfogel@red-bean.com>
6943
4a34f065
SM
6944 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6945 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6946 (bookmark-get-annotation, bookmark-set-annotation)
6947 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6948 (bookmark-set-position, bookmark-get-front-context-string)
6949 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6950 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6951 (bookmark-jump-other-window, bookmark-handle-bookmark)
6952 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6953 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6954 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
6955 Improve doc strings to say whether bookmark can be a string or
6956 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
6957 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6958 (bookmark-default-annotation-text, bookmark-yank-word)
6959 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6960 (bookmark-import-new-list, bookmark-maybe-rename)
6961 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6962 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 6963 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 6964 add a FIXME comment about how the function may be pointless.
13901bcb 6965 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
6966 parameter name, to clarify that this takes a bookmark record
6967 not a bookmark name.
13901bcb 6968 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 6969 and improve the doc string a bit.
13901bcb
KF
6970 (Bug#4188)
6971
5c1b3e94
KF
69722009-10-04 Karl Fogel <kfogel@red-bean.com>
6973
6974 * bookmark.el (bookmark-alist): Document the new `handler' element
6975 in the param alist.
6976 (bookmark-make-record-function): Adjust documentation for above.
6977 (Bug#4193)
6978
8559076d
KF
69792009-10-04 Karl Fogel <kfogel@red-bean.com>
6980
6981 * info.el (Info-bookmark-make-record): Document this function.
6982 (Info-bookmark-jump): Document with a doc string, not just a comment.
6983 (Bug#4203)
6984
82481502
CY
69852009-10-04 Chong Yidong <cyd@stupidchicken.com>
6986
4a34f065 6987 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
82481502
CY
6988 (semantic-new-buffer-fcn): Call parser setup functions here.
6989 (semantic-mode): Don't call parser setup functions here, it's done
6990 in semantic-new-buffer-fcn now.
d436f538 6991 (semantic-mode): Parse all existing buffers when enabled.
82481502 6992
4a34f065
SM
6993 * cedet/srecode/compile.el (srecode-compile-file):
6994 Call semantic-new-buffer-fcn if the buffer has not been parsed.
82481502 6995
2e7eba60
CY
69962009-10-04 Chong Yidong <cyd@stupidchicken.com>
6997
d91485a9
CY
6998 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6999
7000 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
7001 (proj-comp-insert-variable-once): New macro, renamed from
7002 ede-pmake-insert-variable-once in ede/pmake.edl.
7003 (ede-proj-makefile-insert-variables): Use it.
2e7eba60 7004
b4583b8c
MA
70052009-10-04 Michael Albinus <michael.albinus@gmx.de>
7006
7007 * files.el (copy-directory): New defun.
7008
7009 * dired-aux.el (dired-copy-file-recursive): Use it.
7010
04075952
JB
70112009-10-04 Juanma Barranquero <lekktu@gmail.com>
7012
7013 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7014 (makefile-end-of-command):
7015 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7016 (semantic-end-of-context): Fix previous change. Doc fixes.
7017
131ae8f2
JB
70182009-10-04 Juanma Barranquero <lekktu@gmail.com>
7019
a30e71ae
JB
7020 * files-x.el (modify-dir-local-variable)
7021 (copy-dir-locals-to-file-locals-prop-line):
7022 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7023 (makefile-end-of-command):
7024 * cedet/semantic/lex.el (semantic-lex-token):
7025 * cedet/semantic/analyze/fcn.el
7026 (semantic-analyze-dereference-metatype-1):
7027 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
7028 (semantic-lex-cpp-undef):
7029 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
7030 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7031 (semantic-end-of-context): Fix typos in docstrings.
7032
131ae8f2
JB
7033 * recentf.el (recentf-unload-function): New function.
7034
0fd9cb9c
CY
70352009-10-04 Chong Yidong <cyd@stupidchicken.com>
7036
a30e71ae 7037 * cedet/ede.el (ede-project-placeholder-cache-file):
0fd9cb9c
CY
7038 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
7039 * cedet/srecode/map.el (srecode-map-save-file):
a30e71ae 7040 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
0fd9cb9c 7041
ccafbf06
GM
70422009-10-04 Glenn Morris <rgm@gnu.org>
7043
7044 * window.el (window-full-height-p): Add doc string.
7045
02c6f098
GM
70462009-10-04 Martin Rudalics <rudalics@gmx.at>
7047
7048 * window.el (window-full-height-p): New function. (Bug#4543)
7049
e6e267fc
CY
70502009-10-03 Chong Yidong <cyd@stupidchicken.com>
7051
a70bfe61
CY
7052 * cedet/srecode/insert.el: Require srecode/args.
7053
7054 * cedet/srecode/args.el: Require srecode/dictionary instead of
7055 srecode/insert.
7056
e6e267fc
CY
7057 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
7058
7059 * files.el (auto-mode-alist): Add .srt and Project.ede.
7060
4a34f065
SM
7061 * cedet/semantic.el (semantic-mode):
7062 Handle srecode-template-mode-hook as well.
0b8cafba 7063 (semantic-mode): Use js-mode-hook for Javascript hook.
e6e267fc
CY
7064
7065 * cedet/srecode/template.el: Remove hook variable.
7066
7067 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
7068
7069 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
7070 projects exist.
8b440f71
CY
7071 (ede-project-placeholder-cache-file): Default to a file in
7072 user-emacs-directory.
e6e267fc
CY
7073
7074 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
7075 templates in data-directory.
4a34f065 7076 (srecode-map-save-file): Default to a file in user-emacs-directory.
e6e267fc
CY
7077
7078 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
7079 directory.
7080
70812009-09-30 Eric Ludlam <zappo@gnu.org>
7082
131ae8f2
JB
7083 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
7084 Doc fix.
e6e267fc
CY
7085
7086 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
7087 Only insert each variable once.
7088
7089 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
7090 (ede-pmake-insert-variable-shared): Use it.
7091
7092 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
7093 for lexical table iff table is nil.
7094
ed6b0195
DN
70952009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7096
7097 * vc.el: Remove commented out code.
7098 (vc-derived-from-dir-mode): Remove, unused.
7099 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7100
1b8d1cc7
MA
71012009-10-03 Michael Albinus <michael.albinus@gmx.de>
7102
4a34f065
SM
7103 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7104 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
7105 there could be recursive loading when `default-directory' is a
7106 remote file name. (Bug#4614)
7107
ac3c593c
GM
71082009-10-03 Glenn Morris <rgm@gnu.org>
7109
686ea556
GM
7110 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7111 the frame is wide.
7112 (calendar-generate-window): Test for shrinkability rather than width.
7113
619392fc
GM
7114 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
7115 declaration, currently false.
7116
ac3c593c
GM
7117 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7118 reusing existing buffers, in case we happen to visit two files with the
7119 same basename. (Bug#4593)
7120
573709fd
EZ
71212009-10-02 Eli Zaretskii <eliz@gnu.org>
7122
4a34f065 7123 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
7124 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7125 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7126 subdirs of cedet as well.
8f885d01 7127 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 7128
8d6c1239
SM
71292009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7130
7131 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7132 Obey advertised-signature-table.
7133
7134 * help-fns.el (help-function-arglist): Don't check
7135 advertised-signature-table.
7136 (describe-function-1): Do it here instead so it also applies to subrs.
7137
c4861de0
MA
71382009-10-02 Michael Albinus <michael.albinus@gmx.de>
7139
7140 * simple.el (start-file-process): Say in the doc-string, that file
7141 handlers might not support pty association, if PROGRAM is nil.
7142
7143 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7144 HOST and USER are strings. They are nil, when there are
7145 incomplete entries in ~/.netrc, for example.
7146 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
7147 root directory ("device busy" error otherwise).
7148
8d6c1239
SM
7149 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7150 Flush file properties of created directory.
c4861de0 7151
d2bda74f
EZ
71522009-10-02 Eli Zaretskii <eliz@gnu.org>
7153
7154 * makefile.w32-in (WINS_BASIC): Remove cedet.
7155 (WINS_CEDET): Add cedet.
7156 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7157
895d1904
GM
71582009-10-02 Kevin Ryde <user42@zip.com.au>
7159
7160 * net/browse-url.el (browse-url): Pass any symbol in
7161 browse-url-browser-function to `apply', since if you've mistakenly put
7162 an unbound symbol then the error is clearer. (Bug#4531)
7163
32226619
JB
71642009-10-02 Juanma Barranquero <lekktu@gmail.com>
7165
7166 * allout.el (allout-init, allout-back-to-current-heading)
7167 (allout-beginning-of-current-entry, allout-ascend-to-depth)
7168 (allout-ascend, allout-up-current-level, allout-end-of-level)
7169 (allout-previous-visible-heading, allout-forward-current-level)
7170 (allout-backward-current-level, allout-show-children):
7171 * apropos.el (apropos-describe-plist):
7172 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7173 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7174 * completion.el (add-completion, add-permanent-completion):
7175 * descr-text.el (describe-text-category, describe-char):
7176 * desktop.el (desktop-lazy-abort):
7177 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7178 * dired.el (dired-build-subdir-alist):
7179 * ediff.el (ediff-version):
7180 * elide-head.el (elide-head, elide-head-show):
7181 * emerge.el (emerge-version):
7182 * env.el (getenv):
7183 * face-remap.el (variable-pitch-mode):
7184 * faces.el (describe-face):
7185 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7186 (dired-at-point):
7187 * files.el (find-file-existing, auto-save-mode):
7188 * font-lock.el (font-lock-fontify-buffer):
7189 * help-fns.el (describe-function, describe-variable)
7190 (describe-syntax, describe-categories):
7191 * help.el (view-lossage, describe-bindings, describe-key)
7192 (describe-mode):
7193 * hexl.el (hexl-current-address):
7194 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7195 * info.el (Info-goto-emacs-key-command-node):
7196 * log-edit.el (log-edit-insert-cvs-template)
7197 (log-edit-insert-cvs-rcstemplate):
7198 * menu-bar.el (menu-bar-mode):
7199 * mouse.el (mouse-appearance-menu):
7200 * newcomment.el (comment-indent-new-line):
7201 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7202 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 7203 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
7204 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7205 * recentf.el (recentf-mode):
7206 * savehist.el (savehist-mode, savehist-save):
7207 * shadowfile.el (shadow-copy-files):
7208 * simple.el (kill-ring-save, next-line, previous-line)
7209 (normal-erase-is-backspace-mode):
7210 * strokes.el (strokes-update-window-configuration)
7211 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7212 (strokes-xpm-for-stroke):
7213 * time.el (emacs-uptime, emacs-init-time):
7214 * tutorial.el (tutorial--describe-nonstandard-key)
7215 (tutorial--detailed-help):
7216 * type-break.el (type-break-mode)
7217 (type-break-mode-line-message-mode, type-break-query-mode)
7218 (type-break-guesstimate-keystroke-threshold):
7219 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7220 * version.el (emacs-version):
7221 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7222 * winner.el (winner-mode):
7223 * calendar/timeclock.el (timeclock-in, timeclock-out)
7224 (timeclock-status-string, timeclock-change)
7225 (timeclock-workday-remaining-string)
7226 (timeclock-workday-elapsed-string)
7227 (timeclock-when-to-leave-string):
7228 * calendar/todo-mode.el (todo-add-category):
7229 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7230 * emacs-lisp/autoload.el (update-file-autoloads):
7231 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7232 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7233 (checkdoc-message-text, checkdoc-defun):
7234 * emacs-lisp/debug.el (debugger-list-functions):
7235 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7236 * emacs-lisp/eieio-opt.el (eieio-describe-class)
7237 (eieio-describe-generic):
7238 * emacs-lisp/lisp-mnt.el (lm-synopsis):
7239 * emacs-lisp/shadow.el (list-load-path-shadows):
7240 * emulation/cua-base.el (cua-mode):
7241 * emulation/edt.el (edt-set-scroll-margins):
7242 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7243 (tpu-toggle-regexp, tpu-toggle-search-direction)
7244 (tpu-toggle-rectangle, tpu-toggle-control-keys):
7245 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7246 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7247 (viper-set-parsing-style-toggling-macro)
7248 (viper-set-emacs-state-searchstyle-macros):
7249 * emulation/viper.el (viper-set-hooks):
7250 * eshell/esh-mode.el (eshell-truncate-buffer):
7251 * international/mule-cmds.el (prefer-coding-system)
7252 (describe-input-method, describe-language-environment):
7253 * international/mule-diag.el (list-character-sets)
7254 (describe-character-set, describe-coding-system)
7255 (describe-fontset, list-fontsets, list-input-methods):
7256 * mail/sendmail.el (mail-signature):
7257 * net/ange-ftp.el (ange-ftp-copy-file):
7258 * net/browse-url.el (browse-url):
7259 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7260 * net/quickurl.el (quickurl-add-url):
7261 * net/rcirc.el (names, topic):
7262 * net/xesam.el (xesam-mode):
7263 * play/5x5.el (5x5-new-game):
7264 * play/yow.el (apropos-zippy):
7265 * progmodes/ada-mode.el (ada-mode-version):
7266 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7267 (f90-end-of-block)
7268 (f90-beginning-of-block):
7269 * progmodes/fortran.el (fortran-end-of-block)
7270 (fortran-beginning-of-block):
7271 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7272 * progmodes/python.el (python-describe-symbol, python-shell):
7273 * term/ns-win.el (ns-print-buffer):
7274 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7275 * textmodes/flyspell.el (flyspell-mode-on):
7276 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7277 (pages-directory-for-addresses):
7278 * textmodes/table.el (table-recognize-cell)
7279 (table-query-dimension, table-generate-source)
7280 (table-insert-sequence, table--warn-incompatibility):
7281 * textmodes/tex-mode.el (tex-validate-buffer):
7282 * textmodes/texinfmt.el (texinfmt-version)
7283 (texinfo-format-buffer):
7284 Use `called-interactively-p' instead of `interactive-p'.
7285
12a3c28c
JB
72862009-10-02 Juanma Barranquero <lekktu@gmail.com>
7287
7288 * image-mode.el (image-toggle-display):
7289 * emacs-lisp/elp.el (elp-instrument-function):
7290 * emacs-lisp/advice.el (ad-make-advised-definition):
7291 * emacs-lisp/easy-mmode.el (define-minor-mode):
7292 * net/browse-url.el (browse-url-maybe-new-window):
7293 * progmodes/sh-script.el (sh-learn-buffer-indent):
7294 Pass new argument 'any to `called-interactively-p'.
7295
171fda8a
JB
72962009-10-01 Juanma Barranquero <lekktu@gmail.com>
7297
171fda8a
JB
7298 * international/uni-bidi.el:
7299 * international/uni-category.el:
7300 * international/uni-combining.el:
7301 * international/uni-comment.el:
7302 * international/uni-decimal.el:
9c3c9fdf 7303 * international/uni-decomposition.el:
171fda8a
JB
7304 * international/uni-digit.el:
7305 * international/uni-lowercase.el:
7306 * international/uni-mirrored.el:
7307 * international/uni-name.el:
7308 * international/uni-numeric.el:
7309 * international/uni-old-name.el:
7310 * international/uni-titlecase.el:
7311 * international/uni-uppercase.el:
7312 Regenerate from Unicode 5.2.0 data.
7313
dcb9734a
GM
73142009-10-01 Glenn Morris <rgm@gnu.org>
7315
7316 * Makefile.in (ELCFILES): Regenerate.
7317
ced10a4c
SM
73182009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7319
9d28c33e
SM
7320 * subr.el (interactive-p): Mark obsolete.
7321 (called-interactively-p): Make the optional-ness of `kind' obsolete.
7322 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7323 advertised-signature-table for subroutines as well.
7324
ced10a4c
SM
7325 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7326 (set-advertised-calling-convention): New function.
7327 (make-obsolete, define-obsolete-function-alias)
7328 (make-obsolete-variable, define-obsolete-variable-alias):
7329 Make the optional-ness of `when' obsolete.
7330 (define-obsolete-face-alias): Make `when' non-optional.
7331 * help-fns.el (help-function-arglist):
7332 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7333 Use advertised-signature-table.
7334
cc3dda16
MA
73352009-10-01 Michael Albinus <michael.albinus@gmx.de>
7336
7337 * files.el (delete-directory): New defun. The original function
7338 in fileio.c has been renamed to `delete-directory-internal'.
7339
7340 * dired.el (dired-delete-file): Call `delete-directory' with
7341 RECURSIVE parameter.
7342
5ce6e4f4 7343 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
7344 parameter RECURSIVE. Implementation is missing.
7345
7346 * net/tramp.el (tramp-handle-make-directory): Flush upper
7347 directory's file properties.
ced10a4c 7348 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
7349 (tramp-handle-dired-recursive-delete-directory): Flush directory
7350 properties after the remove command only.
7351
ced10a4c
SM
7352 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7353 Handle optional parameter RECURSIVE.
cc3dda16 7354
ced10a4c
SM
7355 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7356 Handle optional parameter RECURSIVE.
cc3dda16
MA
7357
7358 * net/tramp-smb.el (tramp-smb-errors): Add error message for
7359 connection timeout.
7360 (tramp-smb-handle-delete-directory): Handle optional parameter
7361 RECURSIVE.
7362
cf885595
SM
73632009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7364
e3a6b82f
SM
7365 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7366 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7367 (byte-compile-defmacro): Use backquotes.
7368
7201bfbb
SM
7369 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7370
cf885595
SM
7371 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7372 has no associated file.
7373 (vc-resynch-buffer): Use vc-dir-buffers.
7374
a4d2c321
GM
73752009-10-01 Glenn Morris <rgm@gnu.org>
7376
9ffe3f52
GM
7377 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7378 (chart-file-count):
7379 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7380 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7381 * emacs-lisp/eieio-opt.el (eieio-describe-class):
7382 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7383 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7384 (eieio-copy-parents-into-subclass, make-instance, class-children)
7385 (eieio-generic-form):
bd2afec2
GM
7386 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
7387 * cedet/cedet-idutils.el (cedet-idutils-search)
7388 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
7389 (cedet-idutils-version-check):
7390 * cedet/cedet.el (cedet-version):
7391 * cedet/data-debug.el (data-debug-insert-overlay-button)
7392 (data-debug-insert-overlay-list-button)
7393 (data-debug-insert-buffer-button)
7394 (data-debug-insert-buffer-list-button)
7395 (data-debug-insert-process-button, data-debug-insert-ring-button)
7396 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
7397 (data-debug-insert-stuff-vector-button)
7398 (data-debug-insert-symbol-button, data-debug-insert-string)
7399 (data-debug-insert-number, data-debug-insert-lambda-expression)
7400 (data-debug-insert-nil, data-debug-insert-simple-thing)
7401 (data-debug-insert-custom, data-debug-edebug-expr):
7402 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
7403 (global-ede-mode-map, ede-new, ede-debug-target)
7404 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
7405 * cedet/semantic.el (semantic-minimum-working-buffer-size)
7406 (semantic-fetch-tags, semantic-submode-list)
7407 (semantic-default-submodes):
a785b776
GM
7408 * cedet/ede/source.el (ede-source-match):
7409 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
7410 (project-am-package-info):
7411 * cedet/ede/proj.el (ede-proj-target, project-new-target):
7412 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
7413 * cedet/ede/proj-comp.el (ede-current-build-list):
7414 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
7415 * cedet/ede/files.el (ede-toplevel-project-or-nil):
7416 * cedet/ede/cpp-root.el (initialize-instance):
7417 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
7418 (autoconf-parameter-strip, autoconf-insert-new-macro):
9bf6c65c
GM
7419 * cedet/semantic/wisent.el (wisent-lex-eoi):
7420 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
7421 (semantic-show-parser-state-mode):
7422 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
7423 * cedet/semantic/tag.el (semantic-tag-new-variable)
7424 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
7425 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
7426 (semantic--tag-deep-copy-tag-list)
7427 (semantic-tag-components-with-overlays-default):
7428 * cedet/semantic/symref.el (semantic-symref-find-text):
7429 * cedet/semantic/senator.el (senator-yank-tag)
7430 (senator-transpose-tags-up):
7431 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
7432 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
7433 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
7434 * cedet/semantic/lex.el (semantic-lex-comment-regex)
7435 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
7436 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
7437 * cedet/semantic/lex-spp.el
7438 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
7439 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
7440 * cedet/semantic/idle.el
7441 (semantic-idle-summary-current-symbol-info-brutish)
7442 (semantic-idle-summary-current-symbol-info-default):
7443 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
7444 (semantic--grammar-macro-compl-dict):
7445 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
7446 * cedet/semantic/format.el (semantic-format-tag-custom-list)
7447 (semantic-format-tag-canonical-name-default):
7448 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
7449 (semantic-find-tags-for-completion)
7450 (semantic-find-tags-by-scope-protection-default)
7451 (semantic-deep-find-tags-for-completion):
7452 * cedet/semantic/edit.el
7453 (semantic-edits-incremental-reparse-failed-hook)
7454 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
7455 (semantic-edits-splice-remove, semantic-edits-splice-replace):
7456 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
7457 * cedet/semantic/dep.el (semantic-dependency-include-path):
7458 * cedet/semantic/db.el (semanticdb-default-find-index-class)
7459 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
7460 (semanticdb-project-roots):
7461 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
7462 (semanticdb-find-adebug-insert-scanned-tag-cons)
7463 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
7464 (semanticdb-brute-deep-find-tags-for-completion):
7465 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
7466 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
7467 (semantic-end-of-context-default)
7468 (semantic-ctxt-current-function-default)
7469 (semantic-ctxt-scoped-types-default):
7470 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7471 (semantic-complete-inline-tag-engine)
7472 (semantic-complete-inline-custom-type)
7473 (semantic-complete-read-tag-analyzer):
7474 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
7475 (semantic-chart-database-size):
7476 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
7477 (semantic-analyze-current-context):
7478 * cedet/semantic/symref/list.el (semantic-symref)
7479 (semantic-symref-hide-buffer, semantic-symref-symbol):
7480 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
7481 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
7482 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
7483 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
7484 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
7485 (semantic-c-dereference-template):
7486 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
7487 (semantic--analyze-refs-full-lookup-with-parents)
7488 (semantic--analyze-refs-full-lookup-simple):
7489 * cedet/semantic/analyze/complete.el
7490 (semantic-analyze-possible-completions):
2f10955c
GM
7491 * cedet/srecode/table.el (srecode-mode-table-new):
7492 * cedet/srecode/srt.el (srecode-read-variable-name):
7493 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
7494 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
7495 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
7496 * cedet/srecode/map.el (srecode-current-map):
7497 * cedet/srecode/insert.el (srecode-insert)
7498 (srecode-insert-variable-secondname-handler, srecode-insert-method)
7499 (srecode-template-inserter-point-override)
7500 (srecode-insert-include-lookup):
7501 * cedet/srecode/getset.el (srecode-auto-choose-class):
7502 * cedet/srecode/extract.el (srecode-inserter-extract):
7503 * cedet/srecode/document.el
7504 (srecode-document-autocomment-return-last-alist)
7505 (srecode-document-autocomment-param-type-alist)
7506 (srecode-document-insert-function-comment)
7507 (srecode-document-insert-variable-one-line-comment)
7508 (srecode-document-function-name-comment):
7509 * cedet/srecode/dictionary.el (srecode-create-dictionary)
7510 (srecode-compound-toString):
7511 * cedet/srecode/compile.el (srecode-flush-active-templates):
7512 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
bd2afec2
GM
7513 Doc/message fixes.
7514
9515cdcc
GM
7515 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7516 match-data. (Bug#4555).
7517
57b0083a
GM
7518 * cedet/semantic/bovine/gcc.el
7519 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
7520 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
7521
a4d2c321
GM
7522 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7523 rather than parsing it as a regexp. This relaxes the layout
7524 requirements and makes errors easier to detect.
7525 (check-declare-verify): Check file is regular.
7526 (check-declare-directory): Doc fix.
7527 * subr.el (declare-function): Doc fix.
7528
b15c31c7
GM
7529 * ibuffer.el (ibuffer-format-qualifier):
7530 * isearch.el (hi-lock-regexp-okay):
7531 * calc/calc.el (math-zerop):
7532 * mail/uce.el (rmail-msgbeg, rmail-msgend):
7533 * term/w32-win.el (setup-default-fontset, set-fontset-font):
7534 Remove unused declarations.
7535
0376249d
JB
75362009-10-01 Juanma Barranquero <lekktu@gmail.com>
7537
7538 * cedet/semantic/wisent/javat-wy.el
7539 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
7540
9a589407
JB
75412009-09-30 Juanma Barranquero <lekktu@gmail.com>
7542
7543 * cedet/srecode/expandproto.el: Fix provide statement.
7544
722ff82f
CY
75452009-09-30 Eric Ludlam <zappo@gnu.org>
7546
cf885595 7547 * emacs-lisp/eieio.el (boolean-p): Delete.
722ff82f
CY
7548
75492009-09-30 Sascha Wilde <wilde@sha-bang.de>
7550
7551 * cedet/ede/srecode.el: Fix provide statement.
7552
1fc28a2c
GM
75532009-09-30 Glenn Morris <rgm@gnu.org>
7554
8240628d 7555 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7ec19ac4 7556 * cedet/ede/proj-aux.el (ede-aux-source):
a1f1d102
GM
7557 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
7558 (ede-misc-source):
d16d4acd
GM
7559 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
7560 (semantic-mrub-switch-tags): Fix doc typos.
7561
40f9bf94
GM
7562 * cedet/semantic/db-global.el (data-debug-new-buffer)
7563 (data-debug-insert-thing): Remove unneeded declarations (one broken).
7564 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
7565
494f4fc7
GM
7566 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
7567
cf885595
SM
7568 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
7569 use of CL function `remove-if-not'.
1fc28a2c
GM
7570
7571 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7572
494f4fc7
GM
7573 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7574 filename is not a string.
7575
561580e9
CY
75762009-09-29 Chong Yidong <cyd@stupidchicken.com>
7577
7578 * files.el (safe-local-eval-forms): Fix typo.
7579
dcbbecd4
SM
75802009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7581
7582 * vc-hooks.el (vc-dir-buffers): New var.
7583 (vc-state-refresh): New function.
7584 (vc-state): Use it.
7585 (vc-after-save): Always ask the backend to recompute the new state.
7586 Always call vc-dir if necessary, using vc-dir-buffers.
7587 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7588 Use vc-dir-buffers.
7589 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7590 (vc-dir-prepare-status-buffer, vc-dir-update)
7591 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7592 Don't call expand-file-name on default-directory.
7593
d88444f2
JB
75942009-09-29 Juanma Barranquero <lekktu@gmail.com>
7595
7596 * speedbar.el (speedbar-item-delete):
7597 * calc/calc-prog.el (calc-kbd-if):
7598 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7599
7600 * epa.el (epa-key-list-mode-map):
7601 * hi-lock.el (hi-lock-menu): Fix typos in menus.
7602
7603 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7604 (hs-show-hook): Fix typo in docstring.
7605
5da62d41
GM
76062009-09-29 Glenn Morris <rgm@gnu.org>
7607
d037e45a
GM
7608 * cedet/semantic/symref/idutils.el:
7609 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7610
ae715515
GM
7611 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7612
7613 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7614 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7615 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7616 Mark declarations not understood by check-declare.
7617
8360fce0
GM
7618 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7619 file-name-nondirectory call preventing location of cedet files.
7620 (check-declare-verify): Use literal search rather than re-search.
ae715515 7621 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
7622
7623 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7624 Use tramp-compat-file-attributes rather than nonexistent
7625 tramp-compat-handle-file-attributes.
7626
5da62d41
GM
7627 * Makefile.in (lisptagsfiles4): New.
7628 (AUTOGENEL): Add cedet loaddefs files.
7629 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7630 (update-elclist, compile-always, backup-compiled-files)
7631 (bootstrap-clean): Add yet another directory level.
7632 (update-elclist): Use LC_COLLATE rather than COLLATE.
7633 (ELCFILES): Update, via `make update-elclist'.
7634
48267264
JB
76352009-09-29 Juanma Barranquero <lekktu@gmail.com>
7636
7637 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7638 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7639 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7640
2c4cd0b0
AS
76412009-09-28 Andreas Schwab <schwab@linux-m68k.org>
7642
7643 * Makefile.in (lisptagsfiles3): Define.
5da62d41 7644 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
7645 (update-elclist): Add third directory level to look for elc files.
7646 (compile-always): Likewise.
7647 (backup-compiled-files): Likewise.
7648 (bootstrap-clean): Likewise.
7649 (ELCFILES): Update.
7650
a2533e47
CY
76512009-09-28 Chong Yidong <cyd@stupidchicken.com>
7652
7653 * Makefile.in (ELCFILES): Add CEDET files.
7654
b90caf50 76552009-09-28 Eric Ludlam <zappo@gnu.org>
a2095e2e 7656
b90caf50 7657 CEDET (development tools) package merged.
a2095e2e 7658
b90caf50
CY
7659 * cedet/*.el:
7660 * cedet/ede/*.el:
7661 * cedet/semantic/*.el:
7662 * cedet/srecode/*.el: New files.
a2095e2e 7663
eefbedb1
MA
76642009-09-28 Michael Albinus <michael.albinus@gmx.de>
7665
7666 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7667
7668 * net/tramp.el (top): Require tramp-imap.
7669
7670 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7671 Use `tramp-compat-handle-file-attributes'.
7672
76732009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7674
7675 * net/tramp-imap.el: New package.
7676
66635e2f 76772009-09-28 Eric Ludlam <zappo@gnu.org>
6dd12ef2
CY
7678
7679 * emacs-lisp/chart.el:
7680 * emacs-lisp/eieio-base.el:
7681 * emacs-lisp/eieio-comp.el:
7682 * emacs-lisp/eieio-custom.el:
e608e7be 7683 * emacs-lisp/eieio-datadebug.el:
6dd12ef2
CY
7684 * emacs-lisp/eieio-opt.el:
7685 * emacs-lisp/eieio-speedbar.el:
7686 * emacs-lisp/eieio.el: New files.
7687
666fd2cc
CY
7688 * cedet/cedet-cscope.el:
7689 * cedet/cedet-files.el:
7690 * cedet/cedet-global.el:
7691 * cedet/cedet-idutils.el:
7692 * cedet/data-debug.el:
7693 * cedet/inversion.el:
7b232be9 7694 * cedet/mode-local.el:
666fd2cc
CY
7695 * cedet/pulse.el: New files.
7696
748e3d67
VJL
76972009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7698
7699 * whitespace.el (whitespace-trailing-regexp)
7700 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7701 Fix doc string.
7702
15120dec
CY
77032009-09-27 Chong Yidong <cyd@stupidchicken.com>
7704
7705 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7706 menu.
7707
7708 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7709 menu-bar-ediff-menu.
7710
7711 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7712 define-overloadable-function.
7713
7714 * progmodes/autoconf.el: Provide autoconf as well, so that this
7715 file can be `require'd.
7716
7717 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7718
7719 * emacs-lisp/autoload.el (generated-autoload-feature)
7720 (generated-autoload-load-name): New vars.
7721 (autoload-rubric, autoload-generate-file-autoloads): Use them.
7722 (make-autoload): Recognize define-overloadable-function and
7723 defclass forms (for EIEIO).
7724
7725 * Makefile.in (update-subdirs): Exclude cedet directory.
7726
135abf91
AR
77272009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7728
1becddbb 7729 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
7730
7731 * faces.el: Default light-background background for region face to
7732 ns_selection_color under NS.
7733
3d994264
TZ
77342009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7735
7736 * net/imap-hash.el: New library, see NEWS.
7737
7738 * Makefile.in (ELCFILES): Add imap-hash.el.
7739
ce9a0ccb
SM
77402009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7741
7742 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7743 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7744 * help-macro.el (make-help-screen): Avoid using an ambiguous function
7745 definition where the docstring could be taken for the return value.
7746
a92cdd49
GM
77472009-09-26 Glenn Morris <rgm@gnu.org>
7748
7749 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7750 Add option to only show images below a certain size.
7751 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7752 save-excursion calls.
7753
416ac2f1
EZ
77542009-09-26 Eli Zaretskii <eliz@gnu.org>
7755
7756 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7757 subdirectories) and eieio.
7758
d9a13f68
AM
77592009-09-26 Alan Mackenzie <acm@muc.de>
7760
9c3c9fdf 7761 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
550d95a0 7762 buggy bracketing. (Bug#4289)
d9a13f68
AM
7763
7764 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 7765 character constants (as case labels). (Bug#4289)
d9a13f68 7766
182b3bec
CY
77672009-09-25 Juri Linkov <juri@jurta.org>
7768
7769 * files.el (safe-local-eval-forms): Allow time-stamp in
7770 before-save-hook (Bug#4554).
7771
8f75f2da
JB
77722009-09-25 Drew Adams <drew.adams@oracle.com>
7773
7774 * menu-bar.el (list-buffers-directory): Doc fix.
7775
8390fb80
SM
77762009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
7777
7778 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7779 Try and avoid copying twice the same paragraph.
7780 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7781 Remove save-excursion.
7782 (log-edit-changelog-entry): Do it here instead.
7783
11ee8d90
JB
77842009-09-25 Juanma Barranquero <lekktu@gmail.com>
7785
027b1942
JB
7786 * bs.el (bs--get-file-name): Use `list-buffers-directory'
7787 when available, instead of hardcoding mode names. Doc fix.
7788
11ee8d90
JB
7789 * menu-bar.el (list-buffers-directory): Add docstring.
7790 Make automatically buffer-local.
7791
7792 * dired.el (dired-mode):
7793 * files.el (cd-absolute):
7794 * pcvs.el (cvs-temp-buffer):
7795 * pcvs-util.el (cvs-get-buffer-create):
7796 * shell.el (shell-mode):
7797 * vc-dir.el (vc-dir-mode):
7798 Don't make `list-buffers-directory' buffer local.
7799
21289c5d
CY
78002009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
7801
8390fb80
SM
7802 * comint.el (comint-exec, comint-run, make-comint):
7803 Doc fixes (Bug#4542).
21289c5d 7804
e8652dd9
GM
78052009-09-25 Glenn Morris <rgm@gnu.org>
7806
7807 * mail/rmailmm.el (rmail-mime): New custom group.
7808 Move all defcustoms in this file into this group.
7809 (rmail-mime-media-type-handlers-alist): Revert previous change.
7810 (rmail-mime-show-images): New option.
7811 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7812 references to it, since it wasn't actually used for anything.
7813 (rmail-mime-insert-image): New function.
7814 (rmail-mime-image): Use rmail-mime-insert-image.
7815 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
7816 obey the value of `rmail-mime-show-images' option. Print the size of
7817 attachments.
e8652dd9 7818
fb652bb5
JB
78192009-09-25 David Engster <deng@randomsample.de>
7820
7821 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
7822
32a9841c
VJL
78232009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7824
7825 * whitespace.el: Does not highlight trailing spaces While point is
7826 at end of line. Does not highligt spaces at beginning of buffer
7827 while point is at beginning of buffer. Does not highlight spaces
7828 at end of buffer while point is at end of buffer. (Bug#4177)
7829 New version 12.0.
7830 (whitespace-display-mappings): Adjust initialization.
7831 (whitespace-point, whitespace-font-lock-refontify): New vars.
7832 (whitespace-color-on, whitespace-color-off): Adjust code.
7833 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7834 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7835 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7836
e477ca84
CY
78372009-09-24 Chong Yidong <cyd@stupidchicken.com>
7838
7839 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7840
7841 * textmodes/sgml-mode.el: Remove xml-mode alias.
7842
7843 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 7844 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 7845
68712602
AM
78462009-09-24 Alan Mackenzie <acm@muc.de>
7847
7848 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7849 c-forward-conditionals, but it doesn't move point and doesn't set
7850 the mark.
7851 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7852 (c-down-conditional-with-else, c-backward-conditional)
7853 (c-forward-conditional): Refactor to use c-scan-conditionals.
7854
1659ada0
JB
78552009-09-24 Juanma Barranquero <lekktu@gmail.com>
7856
7857 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7858 (help-default-arg-highlight): Remove.
7859 (help-highlight-arg): New function.
7860 (help-do-arg-highlight): Use it.
7861 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
7862
b3f01e46
SM
78632009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7864
7865 * term.el (term-set-scroll-region, term-handle-ansi-escape):
7866 Undo last change, which didn't fix the problem and introduced others.
7867
107ef54a
NR
78682009-09-24 Nick Roberts <nickrob@snap.net.nz>
7869
7870 * progmodes/gdb-mi.el: Don't require speedbar.
7871 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7872
ffa1fed6
GM
78732009-09-24 Glenn Morris <rgm@gnu.org>
7874
2157a2be
GM
7875 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7876
6125167c
GM
7877 * term/ns-win.el (ns-reg-to-script): Define for compiler.
7878
ffa1fed6
GM
7879 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7880 there is no newline after the final mime boundary. (Bug#4539)
7881 Move markers on insertion so that any buttons inserted don't end up in
7882 the next part of a multipart message.
2e9075d3
GM
7883 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
7884 (rmail-mime-bulk-handler): Optionally handle images.
7885 (rmail-mime-image): New button action.
7886 (rmail-mime-image-handler): New function.
7887 (rmail-mime-mode): New mode.
7888 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 7889
4a814992
SM
78902009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7891
075518b5
SM
7892 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7893 than just dropping elements from it (bug#4504).
7894
8ad2defc
SM
7895 * term.el (term-set-scroll-region): Don't move cursor any more.
7896 (term-handle-ansi-escape): Call term-goto here instead.
7897 Suggested by Ivan Kanis <apple@kanis.eu>.
7898
4a814992
SM
7899 * term.el: Require CL.
7900 (term-ansi-reset): New function.
7901 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7902 (term-handle-colors-array): Simplify.
7903
5a0c3f56
JB
79042009-09-24 Juanma Barranquero <lekktu@gmail.com>
7905
7906 * allout.el (allout-overlay-interior-modification-handler)
7907 (allout-obtain-passphrase):
7908 * epa-file.el (epa-file-write-region):
7909 * ps-print.el (ps-begin-job):
7910 * vc-hooks.el (vc-toggle-read-only):
7911 * vc-rcs.el (vc-rcs-rollback):
7912 * vc-sccs.el (vc-sccs-rollback):
7913 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7914 (vc-version-diff, vc-revert, vc-rollback):
7915 * wdired.el (wdired-check-kill-buffer):
7916 * emacs-lisp/authors.el (authors):
7917 * net/socks.el (socks-open-connection):
7918 * net/zeroconf.el (zeroconf-service-add-hook):
7919 * obsolete/vc-mcvs.el (vc-mcvs-register):
7920 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7921 (gdb-select-frame):
7922 * progmodes/grep.el (lgrep, rgrep):
7923 * progmodes/idlw-help.el (idlwave-help-check-locations)
7924 (idlwave-help-html-link, idlwave-help-assistant-open-link):
7925 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7926 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7927 (reftex-toc-rename-label): Fix typos in error messages.
7928
7929 * dired-aux.el (dired-do-shell-command): Reflow docstring.
7930 (dired-copy-how-to-fn): Doc fix.
7931 (dired-files-attributes, dired-read-shell-command):
7932 Fix typos in docstrings.
7933
7934 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7935 (dired-x-find-file-other-window): Reflow docstrings.
7936 (dired-omit-marker-char, dired-read-shell-command)
7937 (dired-x-submit-report): Fix typos in docstrings.
7938
7939 * shell.el (shell-mode-hook):
7940 * view.el (View-scroll-line-forward):
7941 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7942 Fix typos in docstrings.
7943
7944 * net/dig.el (dig-invoke): Fix typo in docstring.
7945 (query-dig): Reflow docstring.
7946
7947 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7948 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7949 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7950 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7951 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7952 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7953 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7954 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7955 (idlwave-completion-map, idlwave-current-indent)
7956 (idlwave-custom-ampersand-surround, idlwave-customize)
7957 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7958 (idlwave-define-abbrev, idlwave-determine-class-special)
7959 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7960 (idlwave-end-block-reg, idlwave-end-of-statement)
7961 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7962 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7963 (idlwave-explicit-class-listed, idlwave-file-header)
7964 (idlwave-fill-paragraph, idlwave-find-class-definition)
7965 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7966 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7967 (idlwave-in-quote, idlwave-indent-action-table)
7968 (idlwave-indent-expand-table, idlwave-indent-line)
7969 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7970 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7971 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7972 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7973 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7974 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7975 (idlwave-outlawed-buffers, idlwave-popup-select)
7976 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7977 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7978 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7979 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7980 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7981 (idlwave-statement-type, idlwave-struct-skip)
7982 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7983 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7984 (idlwave-what-module-find-class): Fix typos in docstrings.
7985 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7986 (idlwave-calculate-cont-indent, idlwave-expand-equal)
7987 (idlwave-find-module, idlwave-find-structure-definition)
7988 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7989 (idlwave-list-load-path-shadows, idlwave-next-statement)
7990 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7991 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7992 (idlwave-template): Reflow docstrings.
7993
7994 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7995 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7996 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7997 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7998 (idlwave-shell-display-line, idlwave-shell-display-wframe)
7999 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8000 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8001 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8002 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8003 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8004 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8005 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8006 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8007 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8008 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8009 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8010 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8011 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8012 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8013 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8014 Fix typos in docstrings.
8015 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8016 (idlwave-shell-hide-output, idlwave-shell-mode)
8017 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8018 Reflow docstrings.
8019
8020 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8021
62136c5d
SM
80222009-09-24 Ivan Kanis <apple@kanis.eu>
8023
8024 * term.el (term-bold-attribute): New var.
8025 (term-handle-colors-array): Use it.
8026
9c1a45ed
NR
80272009-09-23 Nick Roberts <nickrob@snap.net.nz>
8028
8029 * progmodes/gdb-mi.el (gdb-version): New variable.
8030 (gdb-non-stop-handler): Set gdb-version.
8031 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8032 Condition "--thread" option on gdb-version.
8033 (gdb-invalidate-threads): Remove unused argument.
8034
03304f31
SM
80352009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8036
8037 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8038 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8039
4f02f0c9
GM
80402009-09-23 Glenn Morris <rgm@gnu.org>
8041
8042 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8043 replying to mail without References or Message-Id. (Bug#4525)
8044
a3b4b363
AR
80452009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8046
8047 * term/ns-win.el (ns-reg-to-script): New variable.
8048
7bda18cc
DU
80492009-09-23 Daiki Ueno <ueno@unixuser.org>
8050
8051 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8052
72169e55
SS
80532009-09-22 Sam Steingold <sds@gnu.org>
8054
8055 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
8056 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8057 to 1 because hg returns status 1 when nothing is found.
0aa4f295 8058 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 8059
905b7d38
SM
80602009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8061
b0459dec
SM
8062 * textmodes/fill.el: Convert to utf-8 encoding.
8063 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8064 pre-unicode days.
8065
905b7d38
SM
8066 * add-log.el (change-log-fill-forward-paragraph): New function.
8067 (change-log-mode): Use it so fill-region DTRT.
8068 Set fill-indent-according-to-mode here rather than in
8069 change-log-fill-paragraph.
8070 (change-log-fill-paragraph): Remove.
8071
baa7f3de
JB
80722009-09-22 Juanma Barranquero <lekktu@gmail.com>
8073
8074 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8075 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8076
a8d789f0
GM
80772009-09-22 Glenn Morris <rgm@gnu.org>
8078
daedbbc2
GM
8079 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8080 the scroll-bar scroll the calendar window rather than the buffer.
8081
d8899a74
GM
8082 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8083 commands that move point (as opposed to scrolling).
8084
a8d789f0
GM
8085 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8086
8087 * emacs-lisp/elint.el (elint): New custom group.
8088 (elint-log-buffer): Make it a defcustom.
8089 (elint-scan-preloaded, elint-ignored-warnings)
8090 (elint-directory-skip-re): New options.
8091 (elint-builtin-variables): Doc fix.
8092 (elint-preloaded-env): New variable.
8093 (elint-unknown-builtin-args): Add an entry for encode-time.
8094 (elint-extra-errors): Make it a variable rather than a constant.
8095 (elint-preloaded-skip-re): New constant.
8096 (elint-directory): Skip files matching elint-directory-skip-re.
8097 (elint-features): New variable, local to linted buffers.
8098 (elint-update-env): Initialize elint-features. Possibly add
8099 elint-preloaded-env to the buffer's environment.
8100 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8101 Skip quoted forms.
8102 (elint-init-form): New function, extracted from elint-init-env.
8103 Make non-list forms a warning rather than an error.
8104 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8105 easy-menu-define, put that adds an error-condition, and provide.
8106 When requiring cl, also require cl-macs. Really require cl, to handle
8107 some cl macros. Store required libraries in the list elint-features,
8108 so as not to re-load them. Treat cc-require like require.
8109 (elint-init-env): Call elint-init-form to do the work.
8110 Handle eval-and-compile and such like.
8111 (elint-add-required-env): Do not clear messages.
8112 (elint-special-forms): Add handlers for function, defalias, if, when,
8113 unless, and, or.
8114 (elint-form): Add optional argument to ignore elint-special-forms,
8115 useful to prevent recursive calls from handlers. Doc fix.
8116 Respect elint-ignored-warnings.
8117 (elint-form): Respect elint-ignored-warnings.
8118 (elint-bound-variable, elint-bound-function): New variables.
8119 (elint-unbound-variable): Respect elint-bound-variable.
8120 (elint-get-args): Respect elint-bound-function.
8121 (elint-check-cond-form): Add some simple handling for (f)boundp and
8122 featurep tests.
8123 (elint-check-defalias-form): New handler.
8124 (elint-check-let-form): Make an empty let a warning rather than an
8125 error.
8126 (elint-check-setq-form): Make an empty setq a warning rather than an
8127 error. Respect elint-ignored-warnings.
8128 (elint-check-defvar-form): Accept null doc-strings.
8129 (elint-check-conditional-form): New handler. Does some simple-minded
8130 checking of featurep and (f)boundp tests.
8131 (elint-put-function-args): New function.
8132 (elint-initialize): Use elint-scan-doc-file rather than
8133 elint-find-builtin-variables. Use elint-put-function-args.
8134 Possibly scan preloaded-file-list.
8135 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8136 extend to handle functions as well.
8137
245be23c
JB
81382009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8139
8140 * linum.el (linum-delete-overlays, linum-update-window):
8141 Do not modify the right margin. (Bug#3971)
8142
91fdbd6f
CY
81432009-09-21 Chong Yidong <cyd@stupidchicken.com>
8144
8145 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
8146 nxml-mode instead of xml-mode.
8147
7589d38e
JB
81482009-09-21 Kevin Ryde <user42@zip.com.au>
8149
8150 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8151
5ac42715
SM
81522009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8153
8154 * net/dig.el (dig-mode): Use define-derived-mode.
8155
09c01323
DN
81562009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8157
4096c5f2
DN
8158 * vc-dispatcher.el (vc-do-command): Return the process object in
8159 the asynchronous case. Use when instead of if. Do not run
5480359e 8160 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 8161
0e172cc2
DN
8162 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8163 properties to the stash strings.
8164 (vc-git-stash-list): Return a list of strings.
8165 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8166 (vc-git-stash-show-at-point): New functions.
8167 (vc-git-stash-map): New keymap.
8168
03304f31
SM
8169 * register.el (ctl-x-r-map): Define the keys here instead of
8170 using autoload.
09c01323 8171
03304f31 81722009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
8173
8174 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8175 list, to workaround performance problem (bug#4485).
8176
2f5fc4d7
NR
81772009-09-20 Nick Roberts <nickrob@snap.net.nz>
8178
8179 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8180
b0f5fd2e
DU
81812009-09-20 Daiki Ueno <ueno@unixuser.org>
8182
8183 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8184 Document that this option is not recommended to use.
8185
f3445fab
GM
81862009-09-19 Glenn Morris <rgm@gnu.org>
8187
547c6921
GM
8188 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8189 variable `var'.
8190
f3445fab
GM
8191 * calc/calc-alg.el (var):
8192 * calc/calcalg2.el (var): Define for compiler.
8193
946c009b
CY
81942009-09-19 Chong Yidong <cyd@stupidchicken.com>
8195
e3f36d03
SM
8196 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8197 Doc fix (Bug#3932).
e2045997 8198
24aedbca
CY
8199 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8200
327dd27a
CY
8201 * time-stamp.el (time-stamp-month-dd-yyyy)
8202 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8203 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8204 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
8205 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8206 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 8207
946c009b
CY
8208 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8209 indent buffer only if called interactively (Bug#4452).
8210
3e70541a
JB
82112009-09-19 Juanma Barranquero <lekktu@gmail.com>
8212 Eli Zaretskii <eliz@gnu.org>
8213
8214 This fixes bug#4197 (merged to bug#865, though not identical).
8215 * server.el (server-auth-dir): Add docstring note about FAT32.
8216 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8217 but warn against using them.
8218
9b94c32e
NR
82192009-09-19 Nick Roberts <nickrob@snap.net.nz>
8220
8221 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8222 older GDB where there is no has_more field.
8223
66590684
GM
82242009-09-19 Glenn Morris <rgm@gnu.org>
8225
8226 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8227
9a1337f9
CY
82282009-09-18 Chong Yidong <cyd@stupidchicken.com>
8229
8230 * files.el (auto-mode-alist): Change default for XML files to nXML
8231 mode (Bug#4169).
8232
d7554167
JB
82332009-09-18 Juanma Barranquero <lekktu@gmail.com>
8234
8235 * server.el (server-ensure-safe-dir): Pass 'integer
8236 to `file-attributes', as suggested.
8237
35a3f9a4
SM
82382009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8239
8240 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8241 (dired-query): Use read-key.
8242
044f9b05
AR
82432009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8244
8245 * cus-start.el (ns-use-qd-smoothing): Remove.
8246
6188ea49
GM
82472009-09-18 Glenn Morris <rgm@gnu.org>
8248
08cf18e4
GM
8249 * allout.el (top-level): Remove unnecessary progn.
8250
07eae5c5
GM
8251 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8252
6726c25e
GM
8253 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8254 definition of abbrev table.
8255
3f527154 8256 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
8257 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8258 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
8259 * net/newst-backend.el (newsticker--cache-read-feed):
8260 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
8261 condition-case handlers.
8262
ccb4c30c
NR
82632009-09-18 Nick Roberts <nickrob@snap.net.nz>
8264
8265 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8266 (gdb-var-list): Add an element for has_more field.
8267 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8268 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8269 (gdb-var-update-handler-1): Parse output of dynamic variable
8270 objects (STL containers).
8271 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8272 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8273
8274 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8275 gdb-var-list.
8276 (gud-speedbar-buttons): Make node expandable if expression "has more"
8277 children.
8278
8686ac71
JB
82792009-09-17 Juanma Barranquero <lekktu@gmail.com>
8280
8281 * startup.el (emacs-quick-startup): Remove variable and all uses.
8282 (command-line): Set `inhibit-x-resources' instead.
8283 (command-line-1): Use `inhibit-x-resources' instead.
8284
a69c67e8
CY
82852009-09-17 Chong Yidong <cyd@stupidchicken.com>
8286
8287 * subr.el: Fix last change to avoid using the `unless' macro,
8288 which breaks bootstrapping.
8289
354f0faf
SM
82902009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8291
8292 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8293 extended definitions, in case we reload subr.el after having
8294 loaded CL.
8295 (eval-next-after-load): Mark as obsolete.
8296
98b9bf40
JL
82972009-09-17 Juri Linkov <juri@jurta.org>
8298
8299 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8300 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8301 (menu-bar-showhide-menu, menu-bar-tools-menu)
8302 (menu-bar-describe-menu, menu-bar-help-menu)
8303 (minibuffer-local-completion-map, minibuffer-local-map):
8304 Fix list quoting.
8305
28fab7b5
GM
83062009-09-17 Glenn Morris <rgm@gnu.org>
8307
88d5190c
GM
8308 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8309 arguments, whether or not it has a handler.
8310
74f24ba7
GM
8311 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8312
28fab7b5
GM
8313 * simple.el (hard-newline): Give it a doc-string.
8314
a8106aec
GM
8315 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8316 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 8317
76251ad7
DN
83182009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8319
72033dbe
DN
8320 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8321 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8322 (menu-bar-options-menu, menu-bar-showhide-menu)
8323 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8324 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8325 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8326 (menu-bar-options-menu, menu-bar-tools-menu)
8327 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8328 (menu-bar-help-menu):
8329 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8330 string arguments.
8331
76251ad7
DN
8332 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8333 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8334 calls for the menu names and :help.
8335
97b952b7
SM
83362009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8337
8338 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8339 to :minor-mode-function (bug#4455).
8340
8f38189e
SM
83412009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8342
d2fd733e
SM
8343 * startup.el (command-line): Initialize the window-system after
8344 processing the command-line.
8345
8f38189e
SM
8346 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8347 page-delimiter matches the empty string.
8348
77564fa4
GM
83492009-09-16 Glenn Morris <rgm@gnu.org>
8350
8351 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8352 byte-compile-not-obsolete-var. It's a list now.
8353 (byte-compile-not-obsolete-funcs): New variable.
8354 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8355 byte-compile-not-obsolete-funcs.
8356 (byte-compile-variable-ref, byte-compile-defvar): Update for
8357 byte-compile-not-obsolete-vars name-change and list nature.
8358 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8359 and variables behind (f)boundp tests.
8360 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8361
79d316d3
DN
83622009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8363
8364 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8365
8fed6934
SM
83662009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8367
8368 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8369 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8370 Don't autoload.
8371
4078fd57
SE
83722009-09-15 Stephen Eglen <stephen@gnu.org>
8373
8374 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 8375 the virtual-buffers, use the name of the buffer specified by
4078fd57 8376 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 8377 problem if the target and the symlink had different names.)
4078fd57 8378
838ff458
SM
83792009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8380
b3c7c12d
SM
8381 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8382
13dc2bc2
SM
8383 * desktop.el (desktop-path): Check user-emacs-directory.
8384
49fec531
SM
8385 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8386
0e328d37
SM
8387 * loadup.el: Use after-load-functions to GC after loading each file.
8388 Remove the explicit GC calls that used to be sprinkled around.
8389
838ff458
SM
8390 * subr.el (after-load-functions): New hook.
8391 (do-after-load-evaluation): Run it. Use string-match-p to detect
8392 `obsolete' packages, rather than painfully extracting the relevant
8393 directory name.
8394
a62f564f
GM
83952009-09-15 Glenn Morris <rgm@gnu.org>
8396
8397 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8398 free variable `doc'.
8399
8400 * dired.el (dired-mode-map): Add menu entry for async shell command.
8401
8402 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8403 variables, also consider the .elc files, since the .el files are
8404 normally gzipped (subsequent code locates the .el.gz from the .elc).
8405
8406 * calc/calc-prog.el (arglist): Define for compiler.
8407
8408 * calendar/diary-lib.el (diary-display-function): Change the default to
8409 fancy display.
8410 (body): Define for compiler.
8411
8412 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8413 (byte-compile-file-form, byte-compile-lambda)
8414 (byte-compile-top-level-body, byte-compile-form)
8415 (byte-compile-variable-ref, byte-compile-setq)
8416 (byte-compile-setq-default, byte-compile-body)
8417 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8418 (batch-byte-compile): Give some more local variables with common names
8419 a "bytecomp-" prefix to avoid masking warnings about free variables.
8420
cd05fe7f
GM
8421 * startup.el (command-line-1): Give local variables with common names a
8422 distinguishing prefix, so as not to hide free variable warnings during
8423 bootstrap.
8424
a62f564f
GM
8425 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8426 clever and add a suffix to make a unique name, just let the user decide
8427 whether or not to overwrite it. If the input is a directory, write the
8428 default filename to that directory. (Bug#4388)
8429 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8430 is a filename-as-a-directory.
8431
fbc88440
SM
84322009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8433
8434 * textmodes/page.el (what-page): Don't move to beginning of line.
8435 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8436
60308853
DN
84372009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8438
8439 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8440
32ba3abc
DN
84412009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8442
9cd39aff
DN
8443 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8444 * help.el (help-for-help-internal): Add purecopy calls for text.
8445
32ba3abc
DN
8446 * vc.el (top): print-log method now takes an optional SHORTLOG
8447 argument. Add a new method: root.
32ba3abc
DN
8448 (vc-root-diff, vc-print-root-log): New functions.
8449 (vc-log-short-style): New variable.
8450 (vc-print-log-internal): Add support for showing short logs.
8451
8452 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8453 vc-print-root-log and vc-print-root-diff.
8454
8455 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8456 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8457 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8458 short logs.
8459
8460 * vc-cvs.el (vc-cvs-print-log):
8461 * vc-mtn.el (vc-mtn-print-log):
8462 * vc-rcs.el (vc-rcs-print-log):
8463 * vc-sccs.el (vc-sccs-print-log):
8464 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8465 that is ignored for now.
8466
837b0e99
DN
8467 * vc-mtn.el (vc-mtn-annotate-command):
8468 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8469
31cd2dd4
SM
84702009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8471
8472 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8473 to function-key-map, and give them ascii-character property.
8474 * term/x-win.el (x-alternatives-map):
8475 * term/ns-win.el (ns-alternatives-map):
8476 * term/internal.el (msdos-key-remapping-map):
8477 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8478
d62e5bf2
GM
84792009-09-14 Glenn Morris <rgm@gnu.org>
8480
8481 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8482 temp-buffers (2009-09-12).
8483
7d0105e5
SM
84842009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8485
8486 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8487 the new read-key function.
8488
e17ed9ad
CY
84892009-09-13 Chong Yidong <cyd@stupidchicken.com>
8490
8491 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8492 is defined (Bug#4405).
8493
1fc26e29
CY
84942009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
8495
8496 * recentf.el (recentf-cleanup): Use a hash table to find
8497 duplicates (Bug#4407).
8498
61dc96a2 84992009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
8500
8501 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8502 kp-0 to ascii equivalents (Bug#4325).
8503
42c3a9e3
CY
85042009-09-13 Chong Yidong <cyd@stupidchicken.com>
8505
1f5c1626
CY
8506 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8507
42c3a9e3 8508 * eshell/em-hist.el:
31cd2dd4
SM
8509 * eshell/em-dirs.el (eshell-complete-user-reference):
8510 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
8511
85122009-09-13 Leo <sdl.web@gmail.com> (tiny change)
8513
8514 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8515 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8516 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
8517 * eshell/em-hist.el (eshell-history-file-name):
8518 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 8519
1e2b6acf
GM
85202009-09-13 Glenn Morris <rgm@gnu.org>
8521
8522 * ediff-merg.el (ediff-do-merge):
8523 * filesets.el (filesets-run-cmd):
8524 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8525 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8526 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8527 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8528 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8529 Replace empty `let's with `progn'.
8530
adba8116
SM
85312009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8532
8533 * mail/sendmail.el (send-mail-function):
8534 * tooltip.el (tooltip-mode):
8535 * simple.el (transient-mark-mode):
8536 * rfn-eshadow.el (file-name-shadow-mode):
8537 * frame.el (blink-cursor-mode):
8538 * font-core.el (global-font-lock-mode):
8539 * files.el (temporary-file-directory)
8540 (small-temporary-file-directory, auto-save-file-name-transforms):
8541 * epa-hook.el (auto-encryption-mode):
8542 * composite.el (global-auto-composition-mode):
8543 Use custom-initialize-delay.
8544 * startup.el (command-line): Don't explicitly call
8545 custom-reevaluate-setting for all the above vars.
8546 * custom.el (custom-initialize-safe-set)
8547 (custom-initialize-safe-default): Delete.
8548
0a4afea9
SM
85492009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8550
9f94990d
SM
8551 * term/x-win.el (x-initialize-window-system):
8552 * term/w32-win.el (w32-initialize-window-system):
8553 * term/ns-win.el (ns-initialize-window-system): Don't call
8554 mouse-wheel-mode since it's enabled globally by default already.
8555
0a4afea9
SM
8556 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8557 actually define the variable, but only silences the byte-compiler.
8558 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8559 before looking it up.
8560 (mouse-wheel-scroll-amount): Also reset the bindings if this value
8561 is changed.
8562
bf01513f
GM
85632009-09-12 Glenn Morris <rgm@gnu.org>
8564
8565 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8566 1000.
8567 (elint-add-required-env): Don't beep on error.
8568 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
8569 (elint-init-env): Skip non-list forms.
8570 (elint-log): Handle unknown file positions.
bf01513f 8571
d85889e4
DU
85722009-09-12 Daiki Ueno <ueno@unixuser.org>
8573
8574 * epg.el (epg-make-context): Add autoload cookie.
8575 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8576 (epg-decrypt-string, epg-start-verify, epg-verify-file)
8577 (epg-verify-string, epg-start-sign, epg-sign-file)
8578 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8579 (epg-encrypt-string, epg-start-export-keys)
8580 (epg-export-keys-to-file, epg-export-keys-to-string)
8581 (epg-start-import-keys, epg-import-keys-from-file)
8582 (epg-import-keys-from-string, epg-start-receive-keys)
8583 (epg-receive-keys, epg-import-keys-from-server)
8584 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8585 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
8586 (epg-generate-key-from-file, epg-generate-key-from-string):
8587 Remove autoload cookie.
d85889e4 8588
8f825ee6
EZ
85892009-09-12 Eli Zaretskii <eliz@gnu.org>
8590
36b434ee
EZ
8591 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8592 reevaluation of trash-directory.
8593
8f825ee6
EZ
8594 * mwheel.el: Fix last change.
8595 (mouse-wheel-mode): New defvar.
8596 (mouse-wheel-mode): Remove autoload cookie.
8597
5766c380
SM
85982009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8599
ab5c0fcd
SM
8600 * mwheel.el (mwheel-installed-bindings): New var.
8601 (mouse-wheel-mode): Use it, so as to make sure we really remove all
8602 the bindings we set last time. Use custom-initialize-delay.
8603 * loadup.el: Load mwheel after term/*-win.el.
8604 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8605 and mouse-wheel-up-event now that their first evaluation is done
8606 sufficiently late to be correct.
8607
45448e64
SM
8608 * startup.el (tutorial-directory): Make it a defcustom.
8609 Use custom-initialize-delay rather than eval-at-startup to set it.
8610 * image.el (image-load-path): Make it a defcustom.
8611 Use custom-initialize-delay rather than eval-at-startup to set it.
8612 * subr.el (eval-at-startup): Remove.
8613 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8614
5766c380
SM
8615 * subr.el (do-after-load-evaluation): Warn the user after loading an
8616 obsolete package.
8617
d6549da4
GM
86182009-09-12 Glenn Morris <rgm@gnu.org>
8619
8620 * proced.el (proced-mark-alt): Remove alias.
8621 (proced-mode-map): Remove proced-mark-alt.
8622
8623 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8624 Elint file and directory. Remove initialization entry.
8625
8626 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8627 commands.
8628 (elint-current-buffer): Set mode-line-process.
8629 (elint-init-env): Handle define-derived-mode.
8630 Fix declare-function with unspecified arglist. Guard against odd
8631 defalias statements (eg iso-insert's 8859-1-map).
8632 (elint-add-required-env): Use a temp buffer.
8633 (elint-form): Just print the function/macro name, not the whole form.
8634 Return env unchanged if we fail to parse a macro.
8635 (elint-forms): Guard against parse errors.
8636 (elint-output): New function, to handle batch mode.
8637 (elint-log-message): Add optional argument. Use elint-output.
8638 (elint-set-mode-line): New function.
8639
30194d4d
CY
86402009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
8641
8642 * emacs-lisp/elp.el (elp-not-profilable): Add more
8643 functions (Bug#4233).
8644
a035f9b0
CY
86452009-09-12 Chong Yidong <cyd@stupidchicken.com>
8646
8647 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8648 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8649
dad61164
NR
86502009-09-11 Nick Roberts <nickrob@snap.net.nz>
8651
8652 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8653 (gdb-var-list-children): Use json parsing.
8654
9c3c9fdf 86552009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
8656
8657 * progmodes/js.el (js--proper-indentation): Handle the case where
8658 char-before is null. Reported by Deniz Dogan.
8659
b4587710
JB
86602009-09-11 Juanma Barranquero <lekktu@gmail.com>
8661
8662 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8663
13890796
DU
86642009-09-11 Daiki Ueno <ueno@unixuser.org>
8665
8666 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8667 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 8668 (epg-context-set-passphrase-callback)
97d4bdba 8669 (epg-context-set-progress-callback): Add description about
b18508dd 8670 callback function.
13890796 8671
2efb64a8
SM
86722009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8673
790d0270
SM
8674 * custom.el (custom-delayed-init-variables): New var.
8675 (custom-initialize-delay): New function.
8676 * startup.el (command-line): "Re"evaluate all vars in
8677 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
8678 explicitly any more.
8679 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8680 to avoid creating a ~/.emacs.d at build-time (bug#4347).
8681
8682 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 8683
ac243a40
NR
86842009-09-11 Nick Roberts <nickrob@snap.net.nz>
8685
8686 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8687 (gdb-var-update-handler): Use json parsing.
8688
657bc6fc
JB
86892009-09-11 Juanma Barranquero <lekktu@gmail.com>
8690
8691 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8692 decode annotated text, regardless of language environment. (Bug#2741)
8693
b6fe8102
SM
86942009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8695
8696 * Makefile.in (autoloads): Make rmail.el writable as well.
8697
5cc443fe
GM
86982009-09-11 Glenn Morris <rgm@gnu.org>
8699
5515c54e
GM
8700 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8701 loaddefs.el.
8702 * dired.el: Regenerate with extracted autoloads.
8703 * Makefile.in (autoloads): Make dired.el writable.
8704
15067158
GM
8705 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8706 * ibuffer.el: Regenerate with extracted autoloads.
8707 * Makefile.in (autoloads): Make ibuffer.el writable.
8708
d35d0238
GM
8709 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8710 * version.el (emacs-copyright, emacs-major-version)
8711 (emacs-minor-version): Reformat doc-strings for make-docfile.
8712
5cc443fe
GM
8713 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8714 functions and variables, since they must be stuff specific to some other
8715 platform.
8716 (apropos-print): Make mouse-click message less specific about button.
8717
8718 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8719 that records where a macro was defined.
8720 * help-fns.el (describe-function-1): Mention if a function has a
8721 compiler-macro.
8722 * help-mode.el (help-function-cmacro): New button.
8723
8724 * locate.el (top-level): Always require dired.
8725 (locate-mode-map): Initialize inside the defvar.
8726
8727 * net/ange-ftp.el (dired-compress-file): Declare.
8728 (ange-ftp-dired-compress-file): Add doc string.
8729
8730 * term/ns-win.el (x-display-name, x-setup-function-keys):
8731 Unify doc-strings with X versions.
8732
8cb95edf
SM
87332009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8734
726a4d09
SM
8735 * emulation/crisp.el (crisp-mode-map): Move initialization
8736 into declaration.
8737 (crisp-mode): Use define-minor-mode.
8738
8cb95edf
SM
8739 * progmodes/xscheme.el (xscheme-evaluation-commands):
8740 Put a :advertised-binding property rather than using
8741 advertised-xscheme-send-previous-expression.
8742 (advertised-xscheme-send-previous-expression): Declare obsolete.
8743 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8744 `advertised-undo'.
8745 (crisp-mode): Add corresponding bindings to
8746 undo's :advertised-binding instead.
8747 * dired.el (dired-mode-map): Put a :advertised-binding property rather
8748 than using dired-advertised-find-file.
8749 (dired-advertised-find-file):
8750 * simple.el (advertised-undo):
8751 * wid-edit.el (advertised-widget-backward): Declare obsolete.
8752 (widget-keymap): Put a :advertised-binding property rather
8753 than using advertised-widget-backward.
8754 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8755 than using advertised-undo.
8756 * tutorial.el (tutorial--default-keys): Adjust accordingly.
8757
07db5857
SS
87582009-09-10 Simon South <ssouth@slowcomputing.org>
8759
8760 * progmodes/delphi.el (delphi-tab): Indent region when Transient
8761 Mark mode is enabled and region is active; otherwise indent or
8762 insert TAB as usual.
8763 (delphi-mode): Update description of TAB-key binding.
8764
50d4ba39
SM
87652009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8766
8767 * subr.el (define-key-rebound-commands): Mark obsolete.
8768 * startup.el (precompute-menubar-bindings): Remove.
8769 (normal-top-level): Remove obsolete code that tried to precompute
8770 menubar bindings.
8771 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8772 define-key-rebound-commands and precompute-menubar-bindings.
8773
ffa894db
KY
87742009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8775
8776 * net/imap.el (imap-interactive-login): Better messages.
8777 (imap-open): Fix bug with renamed buffer on reconnect.
8778 (imap-authenticate): Add buffer-local imap-last-authenticator variable
8779 for easier debugging and cleaner code. On successful (guessed based on
8780 server capabilities) secondary authentication, set imap-state
8781 correctly.
8782 (imap-last-authenticator): Define imap-last-authenticator as a variable
8783 to avoid warnings.
8784
9477096c
GM
87852009-09-10 Glenn Morris <rgm@gnu.org>
8786
8787 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8788
8789 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8790 (byte-compile-file-form-autoload): Don't warn about unknown functions
8791 where the autoload statement comes after the use.
8792 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8793 that any handlers inside the body (eg require) are in turn respected.
8794
8795 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8796 effects.
8797
8798 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8799 and syntax and abbrev tables basic docs, if they don't have any.
8800
8801 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8802
8803 * international/mule-cmds.el (top-level): Require cl when compiling.
8804 (view-hello-file): Use default-value rather than
8805 default-enable-multibyte-characters.
8806
8807 * progmodes/fortran.el: Move all safe and risky properties into the
8808 defcustoms.
8809
8810 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8811 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8812 * mail/undigest.el:
8813 Put autoloads in rmail.el rather than loaddefs.el.
8814 * mail/rmail.el: Regenerate with extracted autoloads.
8815
8816 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8817 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8818
9f16c547
NR
88192009-09-10 Nick Roberts <nickrob@snap.net.nz>
8820
8821 Reported in thread for Bug#4375.
8822 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8823 "-data-evaluate-expression" instead of print.
8824 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8825 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
8826 (gdb): Revert 2009-08-11 change. User should detach inferior
8827 manually.
9f16c547
NR
8828
8829 Remove the word "separate" from IO functions as inferior
8830 output is now never displayed in the GUD buffer.
8831
50405cd0
JB
88322009-09-10 Juanma Barranquero <lekktu@gmail.com>
8833
8834 * startup.el (command-line-normalize-file-name): On Windows and
8835 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8836
7ae62430
JL
88372009-09-10 Juri Linkov <juri@jurta.org>
8838
8839 * isearch.el (isearch-text-char-description): Propertize escape
8840 character sequences with the `escape-glyph' face. (Bug#4344)
8841
8842 * simple.el (shell-command): Set asynchronous process filter to
8843 `comint-output-filter'. (Bug#4343)
8844
8845 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8846 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
8847 the list. Move "asm" to the bottom.
8848 (grep-find-ignored-directories): Add `choice' with nil value
8849 to empty the list easily.
8850 (grep-find-ignored-files): New option.
8851 (grep-files-history): Set to nil by default instead of '("ch" "el").
8852 (grep-compute-defaults): Add "<X>" to `grep-template'.
8853 (grep-read-files): Bind new local variables `default-alias' and
8854 `default-extension'. Use a list of default values for the file prompt.
8855 (lgrep): Add `--exclude=' command line options composed from
8856 `grep-find-ignored-files'.
8857 (rgrep): Add `-name' command line options composed from
8858 `grep-find-ignored-files'. (Bug#4301)
8859
cd875252
SM
88602009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8861
8862 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8863 (bug#4368).
8864
cdce0b33
KY
88652009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8866
8867 * calendar/time-date.el (autoload):
8868 Expand define-obsolete-function-alias into defalias and make-obsolete
8869 for old Emacsen that Gnus supports.
8870 (with-no-warnings): Define it for old Emacsen.
8871 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8872 is available.
8873 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8874 float-time is available; suppress compile warning for time-to-seconds.
8875
88762009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
8877
8878 * net/imap.el (imap-message-map): Docstring fix.
8879
2b2eb431
GM
88802009-09-09 Glenn Morris <rgm@gnu.org>
8881
8882 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8883 line numbers too. (Bug#4374)
8884
83a5aac5
SM
88852009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8886
755e0210
SM
8887 * smerge-mode.el (smerge-remove-props, smerge-refine):
8888 Use with-silent-modifications (bug#4342).
8889
83a5aac5
SM
8890 * subr.el (with-silent-modifications): New macro.
8891
79f01fa7
JB
88922009-09-07 Juanma Barranquero <lekktu@gmail.com>
8893
8894 * files.el (top-level): Require `cl' when compiling.
8895
448ecec3
GM
88962009-09-07 Glenn Morris <rgm@gnu.org>
8897
8898 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8899
8f09a02f
GM
8900 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8901 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
8902
76ff67bf
NR
89032009-09-06 Nick Roberts <nickrob@snap.net.nz>
8904
8905 * vc-git.el (vc-git-annotate-command): Use separator to parse
8906 arguments correctly.
8907
943c8b75
EZ
89082009-09-06 Eli Zaretskii <eliz@gnu.org>
8909
8910 * proced.el (proced-mode): Doc fix.
8911
680db9ac
MA
89122009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
8913
8914 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8915 lstat fails.
8916 (tramp-do-file-attributes-with-ls): Check for file existence at
8917 remote end.
8918 (tramp-do-file-attributes-with-stat): Likewise.
8919 (tramp-convert-file-attributes): Return nil when attr is nil.
8920
3f12e5bd
GM
89212009-09-05 Glenn Morris <rgm@gnu.org>
8922
c8dc27bf
GM
8923 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8924 properties to this button.
8925 (diary-fancy-display): Don't extend the button to the final newline.
8926 (diary-fancy-display-mode): Continue to define "q" as a local key.
8927
cca065d8
GM
8928 * calendar/cal-china.el (holiday-chinese): Make it slightly more
8929 efficient.
8930
cddaedb6
GM
8931 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8932
3f12e5bd
GM
8933 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8934 (byte-compile-dest-file-function): New option.
8935 (byte-compile-dest-file): Doc fix.
8936 Obey byte-compile-dest-file-function.
8937 (byte-compile-cl-file-p): New function.
8938 (byte-compile-eval): Only suppress noruntime warnings about cl functions
8939 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
8940 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8941 than for file being previously loaded.
8942 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8943 (byte-compile-file-form-require): Handle the case where requiring a file
8944 indirectly causes CL to be loaded.
8945
049a231b
KF
89462009-09-05 Karl Fogel <kfogel@red-bean.com>
8947
8948 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8949 before killing the old buffer, since by the time `kill-buffer' is
8950 run so many buffer variables have been set to nil that it may not
8951 behave as expected. (Bug#4061)
8952
ef7ef2a0
KF
89532009-09-05 Karl Fogel <kfogel@red-bean.com>
8954
8955 * files.el (find-alternate-file): If the old buffer is modified
8956 and visiting a file, behave similarly to `kill-buffer' when
8957 killing it, thus reverting to the pre-1.878 behavior; see
8958 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8959 for discussion. Also, consult `buffer-file-name' as a variable
8960 not as a function, for consistency with the rest of the code.
8961
73d854cd
MA
89622009-09-04 Michael Albinus <michael.albinus@gmx.de>
8963
8964 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8965 also when adding a new directory.
8966
8967 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8968 defun.
8969
df120481
SM
89702009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8971
8972 * files.el (locate-file-completion-table): Make it provide boundary
8973 information, so partial-completion works better.
8974
c0bc6d79
SM
89752009-09-04 Leo <sdl.web@gmail.com> (tiny change)
8976
8977 * mail/footnote.el (Footnote-text-under-cursor):
8978 Check footnote-text-marker-alist before using it (bug#4324).
8979
f76a9756
GM
89802009-09-04 Glenn Morris <rgm@gnu.org>
8981
67d110f1
GM
8982 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8983 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8984 * play/solitaire.el, play/tetris.el:
8985 Remove leading * from defcustom and defface docs.
8986
b42d4989
GM
8987 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8988 necessary.
8989 (diary-fancy-overriding-map): New variable.
8990 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8991 Use view-mode.
8992
f76a9756
GM
8993 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8994 goto-line.
8995
e605eeeb
GM
89962009-09-03 Glenn Morris <rgm@gnu.org>
8997
597e2240
GM
8998 * arc-mode.el (archive-mode):
8999 * dos-fns.el (set-default-process-coding-system):
9000 * man.el (Man-getpage-in-background):
9001 * menu-bar.el (menu-bar-describe-menu):
9002 * server.el (server-process-filter):
9003 * startup.el (command-line):
9004 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9005 * w32-fns.el (set-default-process-coding-system):
9006 * x-dnd.el (x-dnd-handle-file-name):
9007 * international/mule-cmds.el (mule-menu-keymap)
9008 (set-default-coding-systems, language-info-alist, set-language-info)
9009 (set-language-environment, standard-display-european-internal)
9010 (set-locale-environment):
9011 * international/mule-diag.el (mule-diag):
9012 * mail/emacsbug.el (report-emacs-bug):
9013 * mail/rmail.el (rmail-mode):
9014 * mail/sendmail.el (mail-setup):
9015 Use default-value rather than default-enable-multibyte-characters.
9016
f38184aa
GM
9017 * progmodes/f90.el: Move all safe properties into the defcustoms.
9018 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9019
e605eeeb
GM
9020 * calendar/appt.el (appt-check):
9021 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9022 (diary-check-diary-file, diary-list-entries)
9023 (diary-include-other-diary-files, diary-simple-display)
9024 (diary-fancy-display, diary-print-entries)
9025 (diary-mark-included-diary-files, diary-make-entry):
9026 Don't call substitute-in-file-name on diary-file.
9027
734db384
SM
90282009-09-03 Eduard Wiebe <usenet@pusto.de>
9029 Stefan Monnier <monnier@iro.umontreal.ca>
9030
9031 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9032 (footnote-mode-map): Move initialization into the declaration.
9033 (footnote-minor-mode-map): Define it rather than changing global-map.
9034 (footnote-mode): Use define-minor-mode.
9035
e5aa47f9
MA
90362009-09-02 Michael Albinus <michael.albinus@gmx.de>
9037
9038 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9039 (tramp-do-file-attributes-with-perl)
9040 (tramp-do-file-attributes-with-stat): Rename from
9041 `tramp-handle-file-attributes-with-*'.
9042 (tramp-handle-file-attributes): Use them.
9043 (tramp-do-directory-files-and-attributes-with-perl)
9044 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9045 `tramp-handle-directory-files-and-attributes-with-*'.
9046 (tramp-handle-directory-files-and-attributes): Use them.
9047 (tramp-method-out-of-band-p): Additional parameter SIZE.
9048 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9049 (tramp-handle-write-region): Use it.
734db384 9050 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
9051 (tramp-handle-vc-registered): Check, whether the first run did
9052 return files to be tested.
9053 (tramp-advice-make-auto-save-file-name): Do not call directly
9054 `tramp-handle-make-auto-save-file-name', because this would bypass
9055 the locking mechanism.
9056
734db384 9057 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
9058 (file-remote-p, process-file, start-file-process, set-file-times)
9059 (tramp-compat-file-attributes): Compatibility functions shall not
9060 call directly `tramp-handle-*', because this would bypass the
9061 locking mechanism.
9062 (tramp-compat-number-sequence): New defun.
9063
6e2ca895
GM
90642009-09-02 Glenn Morris <rgm@gnu.org>
9065
697c7714
GM
9066 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9067 alias for float-time.
9068 (time-to-number-of-days): In Emacs, use float-time.
9069 * net/newst-backend.el (time-add): Suppress warnings from compat
9070 function.
9071 * time.el (emacs-uptime, emacs-init-time):
9072 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9073 Use float-time rather than time-to-seconds.
9074
6e2ca895
GM
9075 * minibuffer.el (completion-initials-expand): Fix typo.
9076
9077 * faces.el (modeline, modeline-inactive, modeline-highlight)
9078 (modeline-buffer-id):
9079 * info.el (info-menu-5): Mark these face aliases as obsolete.
9080
ed17efec
NR
90812009-09-01 Nick Roberts <nickrob@snap.net.nz>
9082
9083 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9084 space ...
9085 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9086 no "--thread" option.
9087 (gdb-stopped): Don't print "Switched to thread" message when it is
9088 unchanged.
9089
fcb68f70
SM
90902009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9091
9092 * minibuffer.el (completion-try-completion)
9093 (completion-all-completions): Remove ill-defined (and
9094 mistakenly installed and luckily never used nor documented)
9095 `completion-styles' property.
9096 (completion-initials-expand, completion-initials-all-completions)
9097 (completion-initials-try-completion): New functions.
9098 (completion-styles-alist): Add doc to each entry.
9099 Add new `initials' entry.
9100
83318a6d
NR
91012009-09-01 Nick Roberts <nickrob@snap.net.nz>
9102
9103 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9104 MI command -var-evaluate-expression.
9105 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9106 and tweak for case of string child.
734db384 9107 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 9108
d63eb0e7
GM
91092009-09-01 Glenn Morris <rgm@gnu.org>
9110
c4f6e489
GM
9111 * add-log.el (change-log-date-face, change-log-name-face)
9112 (change-log-email-face, change-log-file-face, change-log-list-face)
9113 (change-log-conditionals-face, change-log-function-face)
9114 (change-log-acknowledgement-face):
9115 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9116 (custom-modified-face, custom-set-face, custom-changed-face)
9117 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9118 (custom-documentation-face, custom-state-face, custom-comment-face)
9119 (custom-comment-tag-face, custom-variable-tag-face)
9120 (custom-variable-button-face, custom-face-tag-face)
9121 (custom-group-tag-face-1, custom-group-tag-face):
9122 * diff-mode.el (diff-header-face, diff-file-header-face)
9123 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9124 (diff-added-face, diff-changed-face, diff-function-face)
9125 (diff-context-face, diff-nonexistent-face):
9126 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9127 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9128 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9129 (Info-title-4-face):
9130 * isearch.el (isearch-lazy-highlight-face):
9131 * log-view.el (log-view-file-face, log-view-message-face):
9132 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9133 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9134 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9135 (cvs-msg-face):
9136 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9137 (smerge-base-face, smerge-markers-face):
9138 * wid-edit.el (widget-documentation-face, widget-button-face)
9139 (widget-field-face, widget-single-line-field-face)
9140 (widget-inactive-face, widget-button-pressed-face):
9141 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9142 (woman-addition-face):
2fb1ec93
GM
9143 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9144 (eshell-ls-executable-face, eshell-ls-readonly-face)
9145 (eshell-ls-unreadable-face, eshell-ls-special-face)
9146 (eshell-ls-missing-face, eshell-ls-archive-face)
9147 (eshell-ls-backup-face, eshell-ls-product-face)
9148 (eshell-ls-clutter-face):
9149 * eshell/em-prompt.el (eshell-prompt-face):
9150 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 9151 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
9152 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9153 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9154 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9155 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9156 (antlr-font-lock-literal-face):
c4f6e489
GM
9157 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9158 (ebrowse-root-class-face, ebrowse-file-name-face)
9159 (ebrowse-default-face, ebrowse-member-attribute-face)
9160 (ebrowse-member-class-face, ebrowse-progress-face):
9161 * progmodes/make-mode.el (makefile-space-face):
9162 * progmodes/sh-script.el (sh-heredoc-face):
9163 * textmodes/flyspell.el (flyspell-incorrect-face)
9164 (flyspell-duplicate-face):
9165 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 9166 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
9167 Mark face aliases with "-face" suffix as obsolete.
9168
d80619fa
GM
9169 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9170 compiler.
9171
5f68c1b7
GM
9172 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9173 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9174 easy-menu-define wants to modify these.
9175
9176 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9177
9178 * net/browse-url.el (browse-url-file-url):
9179 * term/internal.el (dos-codepage-setup):
9180 Use default-value rather than default-enable-multibyte-characters.
9181
d80619fa 9182 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
9183 * progmodes/flymake.el (flymake-highlight-line)
9184 (flymake-goto-file-and-line, flymake-goto-line):
9185 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9186 (gdb-goto-breakpoint):
9187 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9188 * progmodes/python.el (python-find-function)
9189 (python-pdbtrack-track-stack-file):
9190 * progmodes/verilog-mode.el (verilog-surelint-off):
9191 * term/ns-win.el (ns-open-file-select-line):
9192 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9193 Use forward-line rather than goto-line.
9194
d63eb0e7
GM
9195 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9196 * textmodes/reftex-index.el (reftex-display-index):
9197 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9198 * textmodes/reftex-toc.el (reftex-toc):
9199 Remove unnecessary bindings of default-major-mode (all are followed by
9200 major-mode check and possible mode switch).
9201
0afad278
NR
92022009-08-31 Nick Roberts <nickrob@snap.net.nz>
9203
9204 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9205 Handle watchpoints (bug#4282).
9206 (def-gdb-thread-buffer-command): Enable thread to be selected by
9207 clicking without selecting threads buffer first.
9208 (gdb-current-context-command): Use selected frame so that "up",
9209 "down" etc work in the GUD buffer.
9210 (gdb-update): Find selected frame before rendering stack buffer.
9211 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9212
4e135dd2
SM
92132009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9214
9215 * progmodes/sym-comp.el (displayed-completions): Remove.
9216 (symbol-complete): Use minibuffer-complete.
9217
e61eba34
GM
92182009-08-31 Glenn Morris <rgm@gnu.org>
9219
9220 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9221
734db384
SM
9222 * apropos.el (apropos-symbols-internal):
9223 Handle (obsolete) face aliases.
e61eba34
GM
9224
9225 * faces.el (describe-face): Adjust the output format to be more like
9226 describe-variable, and to mention (obsolete) face aliases.
9227 Adjust the whitespace so that help-setup-xref works.
9228
9229 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9230 * calendar/diary-lib.el (diary-button-face):
9231 Mark these face aliases as obsolete.
9232
9233 * calendar/calendar.el (calendar-today): Doc fix.
9234
4cf71456
NR
92352009-08-31 Nick Roberts <nickrob@snap.net.nz>
9236
9237 * progmodes/gdb-mi.el (gdb-control-all-threads)
9238 (gdb-control-current-thread): Force tool bar update.
9239 (gdb-non-stop-handler): New function.
9240 (gdb-init-1): Use it to test if non-stop mode is supported.
9241 Remove unused gdbmi buffer type.
9242
e61eba34 92432009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
9244
9245 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 9246 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 9247
4324f7ca
NR
92482009-08-30 Nick Roberts <nickrob@snap.net.nz>
9249
9250 * comint.el (comint-exec-1): Check command is non-null first.
9251 Part of gdb-mi.el change (2009-08-28).
9252
a1bf889a
SM
92532009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9254
9255 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9256
060c08b5
JB
92572009-08-30 Juanma Barranquero <lekktu@gmail.com>
9258
9259 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9260 instead of `dolist' to avoid a recursive require when bootstrapping.
9261
ab22be48
SM
92622009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9263
73ebf88f
SM
9264 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9265
80629cfc
SM
9266 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9267
206d0387 9268 * net/imap.el (imap-send-command): Simplify.
734db384 9269 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 9270
844f7784
SM
9271 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9272
5ca4661e
SM
9273 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9274 with constant argument.
9275
c61dc887
SM
9276 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9277
7eb73deb
SM
9278 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9279
5fe443de
SM
9280 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9281 Change default, since most of our files don't have a history.
9282 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9283 the user.
9284
6444d64a
SM
9285 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9286 Add comint-run.
9287
5cb16bfc
SM
9288 * calc/calc.el: Improve commenting convention.
9289 (calc-digit-map, toplevel): Simplify.
9290
0aeb71a7
SM
9291 * comint.el (comint-insert-input): Be careful to only set point if we
9292 don't delegate to some other command.
9293
9a9af856
SM
9294 * proced.el (proced-signal-list): Make it an alist.
9295 (proced-grammar-alist): Capitalize names.
9296 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9297 Disable undo manually and make it read-only.
9298 Use completion-annotate-function.
9299
ab22be48
SM
9300 * minibuffer.el (minibuffer-message): If the current buffer is not
9301 a minibuffer, insert the message in the echo area rather than at the
9302 end of the buffer.
9303 (completion-annotate-function): New variable.
9304 (minibuffer-completion-help): Use it.
9305 (completion--embedded-envvar-table): Environment vars are
9306 always case-sensitive.
9307
4a948dbf
GM
93082009-08-30 Glenn Morris <rgm@gnu.org>
9309
9310 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9311 from fortran-current-defun.
9312 (fortran-beginning-of-subprogram): Be more precise about finding the
9313 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9314 (fortran-end-of-subprogram): Simplify.
9315 (fortran-current-defun): Use fortran-start-prog-re.
9316
486cf3b8
JB
93172009-08-29 Juanma Barranquero <lekktu@gmail.com>
9318
9319 * subr.el (do-after-load-evaluation): Simplify.
9320
db167d28
DN
93212009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9322
9323 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9324
9325 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9326 (vc-rcs-print-log): Use it.
9327
9328 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9329
efbc652a
SM
93302009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9331
2aa0e5bf
SM
9332 * paths.el (abbrev-file-name): Move to abbrev.el.
9333 * abbrev.el (abbrev-file-name): Move from paths.el.
9334 Obey user-emacs-directory.
9335 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9336 user-emacs-directory.
9337 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9338 abbrev-file-name and calc-settings-file any more.
9339 * startup.el (command-line): Recompute abbrev-file-name and
9340 abbreviated-home-dir.
9341 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9342 of the special code for when C-h bindings haven't been changed.
9343 (display-startup-echo-area-message): Use with-current-buffer.
9344 (command-line-1): Use a list of strings, rather than a list of lists
9345 of strings for longopts.
9346
51da8fe2
SM
9347 * files.el (get-free-disk-space): Use / for default-directory.
9348
0c3cc4dd
SM
9349 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9350 Use with-current-buffer.
9351
d988dbf6
SM
9352 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9353 Recognize immutable variables like most-positive-fixnum.
9354 (byte-compile-setq-default): Check and warn if trying to assign
9355 to an immutable variable, or a non-variable.
9356
efbc652a
SM
9357 * progmodes/cc-vars.el (c-comment-continuation-stars):
9358 * progmodes/cc-engine.el (c-looking-at-bos):
9359 * progmodes/cc-cmds.el (c-toggle-auto-state)
9360 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9361 (c-comment-line-break-function): Add version of obsolescence.
9362
d30a05d1
JL
93632009-08-28 Juri Linkov <juri@jurta.org>
9364
9365 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9366 associated with `archive-mode'.
9367
9368 * image.el (image-type-header-regexps): Use only JPEG magic number
9369 to determine JPEG images, and don't use `image-jpeg-p' because
9370 Emacs can display non-JFIF non-Exif JPEG images.
9371
1e8eecea
JB
93722009-08-28 Juanma Barranquero <lekktu@gmail.com>
9373
9374 * arc-mode.el (archive-mode):
9375 * emacs-lisp/re-builder.el (re-builder-unload-function):
9376 Protect against the default value of `major-mode' being nil.
9377
dd4fbf56
JB
93782009-08-28 Juanma Barranquero <lekktu@gmail.com>
9379
9380 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9381 Fix typos in docstrings.
9382
9383 * progmodes/js.el (js--macro-decl-re): Doc fix.
9384 (js--plain-method-re, js--split-name): Refloc docstring.
9385 (js--class-styles, js--make-merged-item, js--splice-into-items):
9386 Fix typos in docstrings; reflow docstrings.
9387 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9388 (js--variable-decl-matcher, js--inside-pitem-p)
9389 (js--parse-state-at-point, js--get-all-known-symbols)
9390 (js--symbol-history, js-find-symbol, js--js-references)
9391 (js--moz-interactor, js--js-encode-value, js--read-tab):
9392 Fix typos in docstrings.
9393
72f16325
SM
93942009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9395
14acf2f5
SM
9396 * textmodes/reftex.el (reftex-get-file-buffer-force):
9397 * progmodes/verilog-mode.el (verilog-batch-execute-func):
9398 * emulation/viper.el (viper-go-away, viper-set-hooks):
9399 * emacs-lisp/re-builder.el (re-builder-unload-function):
9400 * emacs-lisp/bytecomp.el (byte-compile-file):
9401 * ses.el (ses-unload-function):
9402 * hexl.el (hexl-find-file):
9403 * files.el (normal-mode):
9404 * ehelp.el (with-electric-help):
9405 * autoinsert.el (auto-insert-alist):
9406 * arc-mode.el (archive-mode):
9407 Use (default-value 'major-mode) instead of default-major-mode.
9408
72f16325
SM
9409 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9410 * international/mule.el (load-with-code-conversion):
9411 * emacs-lisp/debug.el (debug):
9412 * ediff-vers.el (ediff-rcs-get-output-buffer):
9413 * dired.el (dired-internal-noselect): Don't let-bind
9414 default-major-mode around code that doesn't use it.
9415 E.g. buffer creation via get-buffer-create doesn't use it.
9416
aa485f7c
MA
94172009-08-28 Michael Albinus <michael.albinus@gmx.de>
9418
9419 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9420 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9421 when writing the temp file. Otherwise, epa-file gets confused.
9422 (tramp-register-file-name-handlers): Make it a defun. Move also
9423 `epa-file-handler' to the front of `file-name-handler-alist'.
9424
94252009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9426
9427 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9428 start right after a ^M.
9429 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9430 (tramp-completion-file-name-regexp-separate)
9431 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
9432 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9433 Don't modify last-coding-system-used by accident.
aa485f7c
MA
9434 (tramp-completion-file-name-handler): Apply the checks here,
9435 instead during registration.
48c2d18a 9436 (tramp-register-file-name-handlers): Renamed from
aa485f7c
MA
9437 `tramp-register-file-name-handler'. Register both
9438 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 9439 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 9440
3f0c2b92
NR
94412009-08-28 Nick Roberts <nickrob@snap.net.nz>
9442
72f16325
SM
9443 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9444 Remove variable ...
3f0c2b92
NR
9445 (gdb-init-1, gdb-display-separate-io-buffer)
9446 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9447 references to it.
9448 (gdb-inferior-io-mode): Use make-comint-in-buffer.
9449 (gdb-inferior-filter): Use comint-output-filter to stop
9450 echoing and remove ^M characters.
9451
705e5bd9
SM
94522009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9453
009fdc2e
SM
9454 * emulation/viper-init.el (viper-restore-cursor-type):
9455 * emulation/cua-base.el (cua--update-indications):
9456 Replace default-cursor-type with (default-value 'cursor-type).
9457
b56a5ae0
SM
9458 * mail/sendmail.el (mail-recover-1):
9459 * international/mule-diag.el (describe-current-coding-system-briefly)
9460 (describe-current-coding-system):
9461 * international/mule-cmds.el (select-safe-coding-system)
9462 (select-message-coding-system)
9463 (set-language-environment-coding-systems, set-locale-environment):
9464 * hexl.el (hexl-insert-multibyte-char):
9465 * dos-w32.el (find-buffer-file-type-coding-system):
9466 * simple.el (what-cursor-position):
9467 Replace uses of default-buffer-file-coding-system
9468 with (default-value 'buffer-file-coding-system).
9469
de70529f
SM
9470 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9471 Replace uses of default-cursor-in-non-selected-windows
9472 with (default-value 'cursor-in-non-selected-windows).
9473 Use with-current-buffer.
9474
705e5bd9
SM
9475 * mail/feedmail.el: Use CL macros.
9476 (feedmail-run-the-queue, feedmail-send-it-immediately):
9477 * dos-w32.el (find-buffer-file-type): Replace uses of
9478 default-buffer-file-type with (default-value 'buffer-file-type).
9479
4d985ac2
GM
94802009-08-28 Glenn Morris <rgm@gnu.org>
9481
9482 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9483 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9484 Use default-value of major-mode rather than default-major-mode.
9485
17c15b81
SM
94862009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9487
3a68ab06
SM
9488 * Makefile.in (update-elcfiles): Report left over elc files.
9489
9421bdd1
SM
9490 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9491 expand-file-name and with-current-buffer.
9492 (mail-get-names, mail-directory): Use with-current-buffer.
9493
17c15b81
SM
9494 * vc.el (vc-read-revision): New function.
9495 (vc-version-diff, vc-merge): Use it.
9496
ba83a64e
SS
94972009-08-27 Sam Steingold <sds@gnu.org>
9498
9499 * simple.el (kill-do-not-save-duplicates): New user option.
9500 (kill-new): When it is non-nil, and the new string is the same as
9501 the latest kill, set replace to t to avoid duplicates in kill-ring.
9502
be3e598a 95032009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
9504
9505 * net/tramp.el (tramp-handle-process-file): Do not flush all
9506 caches when `process-file-side-effects' is set.
9507 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
9508 instead of `tramp-find-file-exists-command'.
9509 Unset `process-file-side-effects'.
d5b5c94a
MA
9510
95112009-08-27 Michael Albinus <michael.albinus@gmx.de>
9512
9513 * net/tramp.el (tramp-methods): New method "rsyncc".
9514 (top): Add completion function for "rsyncc".
9515 (tramp-message-show-message): New defvar.
9516 (tramp-message, tramp-error): Use it.
9517 (tramp-do-copy-or-rename-file-directly): Extend check for direct
9518 remote copying.
9519 (tramp-do-copy-or-rename-file-out-of-band): Handle new
9520 `tramp-methods' entry `copy-env' of "rsyncc".
9521 (tramp-vc-registered-read-file-names): New defconst.
9522 (tramp-vc-registered-file-names): New defvar.
9523 (tramp-handle-vc-registered): Implement optimization strategy.
9524 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9525 (tramp-vc-file-name-handler): New defun.
9526 (tramp-get-ls-command, tramp-get-test-command)
9527 (tramp-get-file-exists-command, tramp-get-remote-ln)
9528 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 9529 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
9530
9531 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9532 (tramp-cache-inhibit-cache): Extend doc string. It allows also
9533 timestamps.
9534 (tramp-get-file-property): Check for timestamps in
9535 `tramp-cache-inhibit-cache'.
9536 (tramp-set-file-property): Write timestamp.
9537
1339cf20
KH
95382009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9539
9540 * language/japan-util.el (japanese-symbol-table): Add entries for
9541 cp932-2-byte.
9542
9543 * international/characters.el: Add category `j' to cp932-2-byte.
9544
726e3f1d
KH
95452009-08-27 Kenichi Handa <handa@m17n.org>
9546
9547 * international/fontset.el (build-default-fontset-data): New macro.
9548 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 9549 tibetan, ethiopic, and ipa.
726e3f1d 9550
4e3b4528
SM
95512009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9552
9553 * cus-start.el (default-major-mode): Customize `major-mode' instead.
9554 (enable-multibyte-characters): Not customizable any more.
9555
9556 * subr.el (default-mode-line-format, default-header-line-format)
9557 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9558 (default-direction-reversed, default-truncate-lines)
9559 (default-left-margin, default-tab-width, default-case-fold-search)
9560 (default-left-margin-width, default-right-margin-width)
9561 (default-left-fringe-width, default-right-fringe-width)
9562 (default-fringes-outside-margins, default-scroll-bar-width)
9563 (default-vertical-scroll-bar, default-indicate-empty-lines)
9564 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9565 (default-fringe-cursor-alist, default-scroll-up-aggressively)
9566 (default-scroll-down-aggressively, default-fill-column)
9567 (default-cursor-type, default-buffer-file-type)
9568 (default-cursor-in-non-selected-windows)
9569 (default-buffer-file-coding-system, default-major-mode)
9570 (default-enable-multibyte-characters): Mark as obsolete.
9571
b3cca6a6
DN
95722009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
9573
652cc1a2
DN
9574 * vc-dir.el (vc-dir-update): Remove debug helper.
9575
b3cca6a6
DN
9576 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9577
4ed8c7aa
SS
95782009-08-26 Sam Steingold <sds@gnu.org>
9579
9580 * simple.el (save-interprogram-paste-before-kill): New user option.
9581 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9582 save the interprogram-paste into kill-ring before overriding it
9583 with the Emacs kill.
9584
3b64d86b
DN
95852009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9586
9587 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9588 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9589 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9590 and move to vc-rcs.el.
9591 (vc-default-next-revision): Rename to vc-rcs-next-revision and
9592 move to vc-rcs.el.
9593 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9594 (vc-rcs-update-changelog): Remove.
9595 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9596 and move to vc-rcs.el.
9597
9598 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9599 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9600 renaming.
9601 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 9602 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
9603 vc.el, renamed to be RCS specific.
9604
72f16325
SM
9605 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9606 New functions.
9607 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
9608
9609 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9610 New functions.
9611
636a36a0
SM
96122009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9613
9614 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9615
239b3340
DN
96162009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9617
b91f0762 9618 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
9619 (vc-git-stash, vc-git-stash-show): New functions.
9620 (vc-git-extra-menu-map): Bind them.
b91f0762 9621
b8e54362
DN
9622 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9623 directory correctly in case the item is a directory itself.
9624
239b3340
DN
9625 * vc.el: Document the desired behavior for reverted files in the
9626 `added' state.
dc810649
DN
9627 (vc-default-prettify-state-info): Remove function, unused.
9628
9629 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 9630
e49c0179
GM
96312009-08-26 Glenn Morris <rgm@gnu.org>
9632
9633 * bindings.el (standard-mode-line-format): Reposition dashes in
9634 which-func entry. (Bug#4217)
9635
3029e594
GM
9636 * files.el (enable-local-variables, enable-local-eval)
9637 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9638 the defcustoms.
9639 (auto-mode-alist, ignored-local-variables)
9640 (save-some-buffers-action-alist): Move risky declarations to the
9641 definitions.
9642 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9643 (font-lock-defaults, format-alist, imenu--index-alist)
9644 (imenu-generic-expression, input-method-alist, minor-mode-alist)
9645 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9646 (mode-line-modified, mode-line-mule-info, mode-line-position)
9647 (mode-line-process, mode-line-remote, outline-level)
9648 (parse-time-rules, rmail-output-file-alist)
9649 (special-display-buffer-names, vc-mode):
9650 Move risky declarations to the relevant files.
72f16325
SM
9651 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9652 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
9653 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9654 * font-core.el (font-lock-defaults):
9655 * format.el (format-alist):
9656 * vc-hooks.el (vc-mode):
9657 * window.el (special-display-buffer-names):
9658 * international/mule-cmds.el (input-method-alist):
9659 Define riskiness here (dumped file) rather than in files.el.
9660 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9661 * imenu.el (imenu-generic-expression, imenu--index-alist):
9662 * outline.el (outline-level):
9663 * time.el (display-time-string):
9664 * calendar/parse-time.el (parse-time-rules):
9665 * mail/rmailout.el (rmail-output-file-alist):
9666 Autoload riskiness here, rather than placing in files.el.
9667
8476cfaf
SM
96682009-08-26 Andreas Schwab <schwab@linux-m68k.org>
9669
9670 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9671
0b35b48e
MA
96722009-08-25 Michael Albinus <michael.albinus@gmx.de>
9673
9674 * simple.el (process-file-side-effects): New defvar.
9675
9676 * dired-aux.el (dired-show-file-type):
9677 * vc.el (vc-diff-internal):
9678 * vc-arch.el (vc-arch-diff):
9679 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9680 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9681 * vc-git.el (vc-git-registered, vc-git-working-revision)
9682 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9683 (vc-git--empty-db-p):
9684 * vc-hooks.el (vc-user-login-name):
9685 * vc-svn.el (vc-svn-registered, vc-svn-state)
9686 (vc-svn-dir-extra-headers, vc-svn-find-revision):
9687 * progmodes/grep.el (grep-probe): Let-bind
9688 `process-file-side-effects' with nil.
9689
9690 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9691
9692 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9693 daemon. Replace ping by checking for running service for bluez
9694 and zeroconf. (Bug#4239)
9695
d54cc599
GM
96962009-08-25 Kevin Ryde <user42@zip.com.au>
9697
9698 * net/dig.el (dig): Add autoload cookie.
9699
7bfd055d
GM
97002009-08-25 Glenn Morris <rgm@gnu.org>
9701
bac9c66c
GM
9702 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9703 load-history for absolute file-names.
9704 (byte-compile-file-form-require): Warn about use of the cl package.
9705
7bfd055d
GM
9706 * format.el (format-alist): Doc fix.
9707
5ac1f9e0
GM
9708 * play/bubbles.el (top-level): Don't require cl at run-time.
9709
af62aa88
GM
9710 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9711 run-time cl).
9712
71e036af
DD
97132009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
9714
9715 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9716 from cl package.
9717 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9718
42110eaf
JB
97192009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
9720
9721 * calc/calc-alg.el (math-trig-rewrite)
9722 (math-hyperbolic-trig-rewrite): New functions.
9723 (calc-simplify): Simplify trig functions when asked.
9724
88421f3e
SM
97252009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9726
9727 * diff-mode.el (diff-find-source-location): Avoid goto-line.
9728
dbd9624e
KH
97292009-08-24 Kenichi Handa <handa@m17n.org>
9730
9731 * language/ind-util.el (mapthread): Delete it.
9732 (combinatorial): New function.
9733 (indian--puthash-cv): Use combinatorial instead of mapthread.
9734
9b89e3ee
GM
97352009-08-22 Kevin Ryde <user42@zip.com.au>
9736
9737 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9738 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9739 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9740 Clarify docstring that the value is strings not symbols.
9741 (checkdoc-list-of-strings-p): New function.
9742
e6ce8c42
GM
97432009-08-22 Glenn Morris <rgm@gnu.org>
9744
2ddf2ea6 9745 * files.el (auto-mode-alist):
a3374680
GM
9746 * hippie-exp.el (he-concat-directory-file-name):
9747 * lpr.el (lpr-windows-system, printer-name):
9748 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9749 * ps-print.el (ps-windows-system):
9750 * startup.el (command-line):
9751 * emulation/viper-ex.el (viper-glob-function):
9752 * international/mule-cmds.el (set-language-environment-coding-systems):
9753 * net/ange-ftp.el (ange-ftp-write-region):
9754 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 9755 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
9756 unisoft-unix, vax-vms, win32, w32.
9757
977955fa
GM
9758 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9759 given name if the pattern is not more specific.
9760
b4deec2e
GM
9761 * calendar/lunar.el (lunar-phase-names): New option.
9762 (lunar-phase): Doc fix.
9763 (lunar-cycles-per-year): New constant.
9764 (lunar-index): New function.
9765 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9766 (lunar-phase-name): Use lunar-phase-names.
9767 (calendar-lunar-phases): Use format.
9768 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9769
47e83968
GM
9770 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9771 Copy imenu-example--name-and-position function here for own use.
9772 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9773
e6ce8c42
GM
9774 * bs.el (bs--redisplay):
9775 * cus-edit.el (custom-redraw):
9776 * ibuffer.el (ibuffer-bury-buffer):
9777 * server.el (server-goto-line-column):
9778 * startup.el (command-line-1):
9779 * strokes.el (strokes-xpm-for-stroke):
9780 * term.el (term-display-buffer-line):
9781 * view.el (View-goto-line):
9782 * calc/calc.el (calc-do, calc-trail-buffer):
9783 * play/gamegrid.el (gamegrid-add-score-insecure):
9784 * progmodes/ada-mode.el (ada-compile-goto-error):
9785 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9786 (ebrowse-select-1st-to-9nth):
47e83968 9787 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
9788 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9789 * progmodes/gud.el (gud-display-line):
9790 (idlwave-shell-display-line):
9791 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9792 * progmodes/make-mode.el (makefile-browser-toggle):
9793 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9794 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9795 * textmodes/picture.el (picture-draw-rectangle):
9796 * textmodes/reftex-index.el (reftex-index-goto-letter):
9797 (reftex-select-jump-to-previous):
9798 * textmodes/reftex-sel.el (reftex-find-start-point)
9799 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9800 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9801 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9802 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9803 * textmodes/two-column.el (2C-associated-buffer):
9804 Use forward-line rather than goto-line.
9805
9806 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9807 goto-line.
9808
4b18bdb3
GM
9809 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9810 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9811 (quick-check-list-to-regexp): Declare.
e6ce8c42 9812
72f16325
SM
9813 * progmodes/make-mode.el (makefile-browser-insert-selection):
9814 Use goto-char rather than goto-line.
e6ce8c42
GM
9815
9816 * progmodes/prolog.el (compilation-error-regexp-alist)
9817 (compilation-forget-errors): Declare.
9818
32a2cf25
JL
98192009-08-22 Juri Linkov <juri@jurta.org>
9820
9821 * progmodes/grep.el (lgrep, rgrep): At the beginning
9822 set `dir' to `default-directory' unless `dir' is a non-nil
9823 readable directory. (Bug#4052)
9824 (lgrep, rgrep): Change a weird way to report an error
9825 from using `read-string' to using `error'.
9826 Instead of using interactive arguments in the function body,
9827 add new argument `confirm'.
9828
5443c9b7
SM
98292009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9830
cb5b40ee
SM
9831 * textmodes/remember.el (remember-buffer):
9832 * progmodes/cperl-mode.el (cperl-vc-header-alist):
9833 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9834 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
9835 * net/newst-treeview.el (newsticker-groups-filename):
9836 * net/newst-backend.el (newsticker-cache-filename):
9837 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9838 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9839 (speedbar-add-ignored-path-regexp, speedbar-line-path)
9840 (speedbar-buffers-line-path, speedbar-path-line)
9841 (speedbar-buffers-line-path):
9842 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9843 (epg-sign-keys):
9844 * epa.el (epa-display-verify-result):
9845 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9846
d6261cc1
GM
98472009-08-21 Glenn Morris <rgm@gnu.org>
9848
3e1ea342
GM
9849 * progmodes/js.el (inferior-moz-process): Fix declaration.
9850
ce86eeb5
GM
9851 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9852
fff28970
GM
9853 * obsolete/rnewspost.el (news-mail-reply):
9854 Use goto-char rather than goto-line.
9855
d93e053b
GM
9856 * term/ns-win.el (ns-open-file-select-line):
9857 Use line-beginning-position rather than goto-line.
9858
d5d105e8
GM
9859 * apropos.el (apropos-command):
9860 * ehelp.el (electric-helpify):
9861 * printing.el (pr-show-setup):
9862 * strokes.el (strokes-help):
9863 * tutorial.el (tutorial--describe-nonstandard-key)
9864 (tutorial--detailed-help):
9865 * woman.el (woman-mini-help, woman-display-extended-fonts):
9866 * calc/calc-help.el (calc-describe-key):
9867 * emulation/edt.el (edt-electric-helpify):
9868 * international/mule-diag.el (mule-diag):
9869 * play/yow.el (apropos-zippy):
9870 * progmodes/python.el (python-describe-symbol):
9871 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9872 * textmodes/table.el (*table--cell-describe-mode)
9873 (*table--cell-describe-bindings):
9874 Use help-print-return-message rather than the now obsolete alias.
9875
a8ab722f 9876 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
9877 (calendar-cursor-to-visible-date):
9878 * play/5x5.el (5x5-position-cursor):
9879 * play/decipher.el (decipher):
9880 * play/gomoku.el (gomoku-goto-xy):
9881 * play/landmark.el (lm-goto-xy):
9882 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9883 (mpuz-paint-digit):
9884 Use forward-line, not goto-line.
a8ab722f 9885
d6261cc1
GM
9886 * mail/rmail.el (rmail-obsolete): Delete custom group.
9887 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9888 (rmail-remote-password, rmail-remote-password-required):
9889 Remove unneeded :set-after and :set properties.
9890
9e846523
MA
98912009-08-21 Michael Albinus <michael.albinus@gmx.de>
9892
9893 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9894
bbe1f502
DN
98952009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
9896
bcc5db24
DN
9897 * loadup.el: Remove leftover macos code.
9898
bbe1f502
DN
9899 * vc-git.el (vc-git-annotate-command): Run asynchronously.
9900 Explicitly pass the date format to git blame so that user local
9901 so that the output format can be parsed.
9902
6fd2d19a
MA
99032009-08-20 Michael Albinus <michael.albinus@gmx.de>
9904
9905 * net/dbus.el (top): Don't check for (getenv
9906 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
9907
31764e15
SM
99082009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
9909
9910 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 9911 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 9912
28930e39
SM
99132009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9914
4fd15622 9915 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 9916 Bug#3287
4fd15622 9917
b3d8e4a0
SM
9918 * help.el (help-print-return-message): Rename from
9919 print-help-return-message.
9920
c9829c70
SM
9921 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9922 cvs-mode-map parent hack.
9923 (log-view-mode): Derive from special-mode.
9924
b932657b
SM
9925 * linum.el (linum-mode): window-size-change-functions is redundant.
9926 Adapt to new window-configuration-change-hook behavior.
9927 (linum-after-size, linum-after-config): Remove.
9928
1b700bca
SM
9929 * imenu.el (imenu-example--name-and-position)
9930 (imenu-example--lisp-extract-index-name)
9931 (imenu-example--create-lisp-index, imenu-example--create-c-index):
9932 Mark as obsolete.
9933
28930e39
SM
9934 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9935 (inferior-prolog-mode): Use it.
9936 (inferior-prolog-load-file): Reset list of errors.
9937
c9af0b68
KH
99382009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9939
9940 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9941
9942 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9943
720c7cd6
MA
99442009-08-19 Michael Albinus <michael.albinus@gmx.de>
9945
9946 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9947 is running already.
9948
03a74b84
SM
99492009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9950
9951 * subr.el (listify-key-sequence-1): Use normal syntax since those
9952 integers are nowadays always represented by the same (positive) number
9953 on all platforms.
9954 (read-key-empty-map): New const.
9955 (read-key-delay): New var.
9956 (read-key): New function.
9957 (force-mode-line-update): Use with-current-buffer.
9958 (locate-user-emacs-file): Don't forget to abbreviate the file name.
9959 (start-process-shell-command, start-file-process-shell-command):
9960 Discourage the use of command-args.
9961
f43e88d4
GM
99622009-08-19 Glenn Morris <rgm@gnu.org>
9963
9964 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9965
890429cc
SM
99662009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9967
85be9ec4
SM
9968 * simple.el (choose-completion-string): Don't rely on
9969 minibuffer-completing-file-name and ad-hoc checks to decide whether
9970 to continue completion or not.
9971
890429cc
SM
9972 * minibuffer.el (minibuffer-hide-completions): New function.
9973 (completion--do-completion): Use it.
9974 (completions-annotations): New face.
9975 (completion--insert-strings): Use it.
9976 (completion-pcm--delim-wild-regex): Add docstring.
9977 (completion-pcm--string->pattern): Add support for 0-width delimiters
9978 in completion-pcm--delim-wild-regex.
9979
265d4549
SM
99802009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
9981
d440b941
SM
9982 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9983 Remove unused var `buffer-modified-p'.
9984
265d4549
SM
9985 * minibuffer.el (completion--do-completion): Move point for the #b001
9986 case as well (bug#4176).
9987 (minibuffer-complete, minibuffer-complete-word): Don't move point.
9988
ba6f7d86
MA
99892009-08-18 Michael Albinus <michael.albinus@gmx.de>
9990
9991 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
9992 and :session buses.
9993
98819490
KH
99942009-08-18 Kenichi Handa <handa@m17n.org>
9995
265d4549
SM
9996 * international/ucs-normalize.el (ucs-normalize-version):
9997 Change to 1.1.
58627cf0
KH
9998 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9999 (utf-8-hfs): Make it perform normalization on encoding too.
10000
98819490
KH
10001 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10002 (sentence-end-without-space): Delete duplicated chars.
10003 (sentence-end-base): Likewise.
e739cc85
KH
10004
10005 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10006 (html-mode): Delete duplicated chars from sentence-end-base.
10007
10008 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10009 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 10010
645b9326
CY
100112009-08-17 Chong Yidong <cyd@stupidchicken.com>
10012
10013 * files.el (hack-one-local-variable): If the mode function is for
10014 a minor mode, pass it an argument (Bug#4148).
10015
56c195af
MA
100162009-08-17 Michael Albinus <michael.albinus@gmx.de>
10017
10018 * net/tramp.el (tramp-register-completion-file-name-handler):
10019 Check also for (member 'partial-completion completion-styles).
10020
7a55c78b
CY
100212009-08-16 Chong Yidong <cyd@stupidchicken.com>
10022
10023 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10024 abbrev (Bug#3943).
10025
be3e598a 100262009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
10027
10028 * progmodes/cperl-mode.el: Merge upstream 6.2.
10029 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10030 (cperl-forward-re): Check cperl-brace-recursing.
10031 (cperl-highlight-charclass): New function.
10032 (cperl-find-pods-heres): Use it.
31cd2dd4 10033 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 10034 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 10035 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
10036 (cperl-beautify-level): Don't process entire regexp.
10037 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10038 calling man.
10039 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10040 (cperl-init-faces): Build a list in the normal way.
10041
81b1f9c9
CY
100422009-08-16 Chong Yidong <cyd@stupidchicken.com>
10043
10044 * calendar/parse-time.el (parse-time-string-chars): Save match
10045 data.
10046
c3732cb8
SM
100472009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10048
55659495
SM
10049 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10050 (sql-product): Use it.
10051 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10052 (sql-set-product): Add completion.
10053 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10054 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10055 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10056 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10057 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10058 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10059 (sql-highlight-db2-keywords): Remove.
10060 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10061 (sql-highlight-product): Use derived-mode-p.
10062 (sql-set-sqli-buffer): Use with-current-buffer.
10063 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10064 Simplify.
10065
1ae79427
SM
10066 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10067
c3732cb8
SM
10068 * term.el: Fix commenting convention, turn comments into docstrings.
10069
f24b8bf3
CY
100702009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10071
10072 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10073
7b6fefac 100742009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 10075
1200ac26 10076 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
10077 character classes, to handle non-ascii characters (Bug#3190).
10078
100792009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 10080
1abbe4e5
CY
10081 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10082 another heredoc if the user adds another < (Bug#3226).
10083
c3732cb8
SM
10084 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10085 Don't initialize based on window-system (Bug#4124).
19261da4 10086
daad00fc
CY
10087 * facemenu.el (facemenu-read-color): Use a completion function
10088 that accepts any defined color, such as RGB triplets (Bug#3677).
10089
e1bdde78
CY
10090 * files.el (get-free-disk-space): Change fallback default
10091 directory to /. Expand DIR argument before switching to fallback.
10092 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10093
9d73a99e
CY
100942009-08-15 Chong Yidong <cyd@stupidchicken.com>
10095
10096 * files.el (load-library): Doc fix.
10097
68b962d4 100982009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 10099
953e0c1a 10100 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 10101 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 10102 incremental search string.
9d73a99e 10103
c3732cb8 10104 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 10105 XEmacs.
9d73a99e 10106
c3732cb8
SM
10107 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10108 (ediff-merge-region-is-non-clash)
10109 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 10110 Also check if the job is really a merge job.
9d73a99e 10111
c3732cb8 10112 * ediff.el (ediff-current-file): New function.
9d73a99e 10113
2e330adc
CY
101142009-08-15 Chong Yidong <cyd@stupidchicken.com>
10115
10116 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10117 conventions.
c3732cb8 10118 (js-insert-and-indent): Delete function.
2e330adc
CY
10119 (js-mode-map): Don't bind keys to js-insert-and-indent.
10120 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10121 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 10122 (js-auto-indent-flag): Delete variable.
2e330adc 10123
17b5d0f7
CY
101242009-08-14 Chong Yidong <cyd@stupidchicken.com>
10125
c3732cb8
SM
10126 * progmodes/js.el: Remove proclaim statement.
10127 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 10128
ba2d8894
CY
10129 * files.el (auto-mode-alist): Use js-mode for .js files.
10130
c3732cb8 10131 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
10132
10133 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10134
10135 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10136
c3732cb8 10137 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
10138
101392009-08-14 Daniel Colascione <dan.colascione@gmail.com>
7b6fefac 10140 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
10141
10142 * progmodes/js.el: New file.
10143
b6377f1d
MH
101442009-08-14 Mark A. Hershberger <mah@everybody.org>
10145
10146 * timezone.el (timezone-parse-date): Add ability to understand ISO
10147 basic format (minimal separators) dates in addition to the
10148 already-supported extended format dates.
10149
bc0eef46
EZ
101502009-08-14 Eli Zaretskii <eliz@gnu.org>
10151
4e021e65
EZ
10152 * international/ucs-normalize.el: Add a `coding' file variable.
10153
bc0eef46
EZ
10154 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10155
53dab179
SS
101562009-08-14 Sam Steingold <sds@gnu.org>
10157
6801c38a 10158 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 10159
6c58c39c
CY
101602009-08-13 Chong Yidong <cyd@stupidchicken.com>
10161
10162 * faces.el (help-argument-name): Define it here instead of
10163 help-fns.el, because in daemon mode help-fns.el may be loaded when
10164 faces are still uninitialized (Bug#1078).
10165
10166 * help-fns.el (help-argument-name): Move defface to faces.el.
10167
c7baf7e9
NR
101682009-08-13 Nick Roberts <nickrob@snap.net.nz>
10169
10170 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10171 create buffer with a pty but no process so that GDB can make the
10172 inferior the controlling process.
10173
9c40e995 101742009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
10175
10176 * international/ucs-normalize.el: New file.
10177
8cdba32b
RS
101782009-08-13 Richard Stallman <rms@gnu.org>
10179
5c950923
RS
10180 * mail/rmail.el (rmail-get-attr-names):
10181 Accept an attribute header that is too short.
10182
76e1e40b
RS
10183 * mail/rmail.el (rmail-forget-messages):
10184 Ignore nil elt in rmail-message-vector. Use dotimes.
10185
1fc01b08
RS
10186 * progmodes/compile.el (compilation-goto-locus):
10187 Use next-error-move-function.
10188
8cdba32b
RS
10189 * simple.el (next-error-move-function): New variable.
10190
99910cf4
JL
101912009-08-12 Juri Linkov <juri@jurta.org>
10192
10193 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10194 always non-nil. (Bug#4052)
10195
10196 * replace.el (read-regexp): Return empty string when
10197 `default-value' is nil.
10198 (keep-lines-read-args): Don't use empty string as the
10199 default value for `read-regexp'. (Bug#2495)
10200
fc5bdf6c
JL
102012009-08-12 Juri Linkov <juri@jurta.org>
10202
10203 * international/mule-cmds.el (ucs-insert): Change arguments
10204 from `arg' to `character', `count', `inherit' to be the same
10205 as in `insert-char'. Doc fix. (Bug#4039)
10206
10207 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10208
77748848
JL
102092009-08-12 Juri Linkov <juri@jurta.org>
10210
10211 * files-x.el: New file.
10212
10213 * files.el: Move code that deals with adding/deleting
10214 file/directory-local variables to files-x.el.
10215
10216 * Makefile.in (ELCFILES): Add files-x.elc.
10217
c8a44c4e
DD
102182009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10219
27a9fd5a
DD
10220 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10221 to use `goto-line'.
10222 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10223 `goto-line'.
10224 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 10225 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 10226 threads list.
107ef54a 10227 (gdb): Send -target-detach when buffer is killed (Bug#3794).
cf6e27cf
DD
10228 (gdb-starting): Moved -data-list-register-names...
10229 (gdb-stopped): ...here so it's sent when first thread stops.
10230 (gdb-registers-handler-custom): Do nothing if register names are
10231 unknown yet.
27a9fd5a 10232
c8a44c4e
DD
10233 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10234 from `gdb-mi.el' to avoid extra tangling.
10235
10236 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 10237 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
10238 (gdb-update-gud-running): No extra fuss for updating frame number.
10239
dfd4e693
SM
102402009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10241
51c4341f
SM
10242 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10243 (describe-language-environment-map, setup-language-environment-map)
10244 (set-coding-system-map): Move initialization into declaration.
10245 (set-language-info-alist): Last arg to define-key-after can be skipped.
10246
10247 * international/quail.el (quail-completion-1): Simplify.
10248 (quail-define-rules): Use slightly more compact code.
10249 (quail-insert-decode-map): Propertize keys, compact columns.
10250
dfd4e693
SM
10251 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10252 Add goto-line.
10253
83326559
MB
102542009-08-10 Miles Bader <miles@gnu.org>
10255
10256 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10257 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10258 (js2-instance-member, js2-private-member, js2-private-function-call)
10259 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10260 (js2-magic-paren, js2-external-variable):
10261 Remove "-face" suffix from face names.
10262 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10263 (js2-highlight-undeclared-vars, js2-peek-token)
10264 (js2-parse-function-params, js2-mode-show-errors)
10265 (js2-mode-show-warnings, js2-make-magic-delimiter)
10266 (js2-mode-highlight-magic-parens): Update to use new face names.
10267
8e754ea2
MA
102682009-08-09 Michael Albinus <michael.albinus@gmx.de>
10269
10270 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10271 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10272
1c292fc7
CY
102732009-08-09 Chong Yidong <cyd@stupidchicken.com>
10274
18d433a7
CY
10275 * subr.el: Provide hashtable-print-readable.
10276
1c292fc7
CY
10277 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10278 hs-c-like-adjust-block-beginning.
10279 (hs-hide-block-at-point): Stop hiding at the beginning of
10280 hs-block-end-regexp (Bug#700).
10281
2db0ae07
DD
102822009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10283
10284 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10285 a macro.
10286 (gdb-registers-handler-custom): Do not fail when register names
10287 are unavailable.
10288
fe4740a6
DD
102892009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10290
10291 * progmodes/gdb-mi.el (gdb-control-all-threads)
10292 (gdb-control-current-thread): Interactive setters for
10293 `gdb-gud-control-all-threads' to use in menu.
10294 (gdb-show-run-p): Show «Go» when process is not active.
7b6fefac 10295 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
fe4740a6
DD
10296 gud/thread.xpm and gud/all.xpm.
10297
ce299d55
CY
102982009-08-08 Yoni Rabkin <yoni@rabkins.net>
10299
10300 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10301 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
10302 (net-utils-mode): New mode for viewing diagnostic network output.
10303 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10304 (net-utils-run-simple): New function.
10305 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 10306
7c4654ad
DD
103072009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10308
10309 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10310 (gdb-memory-set-address, def-gdb-set-positive-number)
10311 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10312 after changing settings.
10313 (gdb-invalidate-disassembly): Update when first shown.
10314 (gdb-edit-locals-value): Fixed.
10315 (gdb-registers-handler-custom): Print registers in right order and
10316 allow changing register values (only for current thread yet).
9cbac26b
DD
10317 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10318 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10319 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10320 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10321 info in mode name.
10322 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 10323
0f25a277
EZ
103242009-08-08 Eli Zaretskii <eliz@gnu.org>
10325
10326 * mail/rmail.el (rmail-add-mbox-headers)
10327 (rmail-set-message-counters-counter): Search for
10328 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10329
b971be60
GM
103302009-08-08 Glenn Morris <rgm@gnu.org>
10331
10332 * Makefile.in (ELCFILES): Update.
10333
a35d3ad8
EZ
103342009-08-07 Eli Zaretskii <eliz@gnu.org>
10335
60c2df40
EZ
10336 * mail/sendmail.el (mail-yank-original): Set
10337 buffer-file-coding-system from the one used by the message whose
10338 text is yanked.
10339
8b0bcc2e
EZ
10340 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10341 to "windows" when "pgnuplot" is used.
10342 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10343 call accept-process-output if "pgnuplot" is used.
10344 (calc-graph-init): Don't send -display and -geometry to
10345 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10346 running "pgnuplot -V" with shell-command-to-string.
10347
10348 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10349 the default.
10350
103512009-08-07 Eli Zaretskii <eliz@gnu.org>
10352
10353 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
10354 org/org-latex.elc.
10355
3bca7ca5
DN
103562009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10357
3c53763c
DN
10358 * vc-dispatcher.el (vc-resynch-window): Update comment.
10359
3bca7ca5
DN
10360 * term.el (term-handle-ansi-escape): Add comments with the
10361 terminfo capabilities implemented.
10362
7b217360
DD
103632009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10364
10365 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10366 (gdb-var-create-handler): Rewritten using JSON parser.
10367 (gdb-propertize-header): Moved earlier.
10368 (gdb-set-header): Removed to avoid duplication.
10369 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10370 Refresh disassembly buffers only after threads list have been
10371 update.
10372 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10373 variables.
10374
b4d84ecf
JL
103752009-08-04 Juri Linkov <juri@jurta.org>
10376
10377 * files.el: Commands to add/delete file/directory-local variables.
10378 (read-file-local-variable, read-file-local-variable-value)
10379 (read-file-local-variable-mode, modify-file-local-variable)
10380 (modify-file-local-variable-prop-line)
10381 (modify-dir-local-variable): New functions.
10382 (add-file-local-variable, delete-file-local-variable)
10383 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10384 (add-dir-local-variable, delete-dir-local-variable)
10385 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10386 (copy-dir-locals-to-file-locals-prop-line): New commands.
10387
42da39c1
CY
103882009-08-04 Chong Yidong <cyd@stupidchicken.com>
10389
10390 * abbrev.el (insert-abbrev-table-description): Prettify output.
10391 Suggested by Karl Chen.
10392
98bf8494
DD
103932009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
10394
78b9fb28 10395 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 10396 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
10397 (gdb-overlay-arrow-position, gdb-thread-position)
10398 (gdb-disassembly-position): Declare variables.
10399 (gdb-wait-for-pending): Function now.
10400 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10401 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10402 compilation goes smoothly.
10403 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10404 (gdb-non-stop-setting): New customization setting which replaces
10405 `gdb-non-stop' so changing it doesn't break active GDB session.
10406 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10407 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10408 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10409 (gdb-show-threads-by-default): New customization options.
10410 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10411 routines.
10412 (gdb-get-buffer-create): Send buffers update signal when they are
10413 created.
10414 (gdb-invalidate-locals, gdb-invalidate-registers)
10415 (gdb-invalidate-breakpoints)
10416 (gdb-invalidate-threads, gdb-invalidate-disassembly)
10417 (gdb-invalidate-memory): Accept update signal.
10418 (gdb-current-context-command): Use --frame option.
10419 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10420 Implement `gdb-frame-number' selection logic.
10421 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10422 whether to show GUD toolbar buttons.
10423 (gdb-thread-exited): Unselect current thread when it exits.
10424 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10425 (gdb-mark-line): Routine which sets overlay arrow or inverses
10426 video on fringeless displays.
10427 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10428 to build aligned columns of data in GDB buffers and set text
10429 properties line-by-line.
10430 (gdb-invalidate-breakpoints)
10431 (gdb-breakpoints-list-handler-custom)
10432 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10433 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10434 (gdb-registers-handler-custom): Align data columns.
10435 (gdb-locals-handler-custom): Now prints data like in variable
10436 declarations.
10437 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10438 Removed confusing buttons.
10439 (gdb-invalidate-threads): Append --frame.
10440 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10441 between breakpoints/threads buffers.
10442 (gdb-set-window-buffer): Now can ignore dedicated windows.
10443 (gdb-propertize-header): Use `gdb-set-window-buffer'.
10444 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10445 (def-gdb-thread-buffer-gud-command): Replaces
10446 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10447 for fine thread control.
10448 (gdb-preempt-existing-or-display-buffer): New function used to
10449 display bound buffers without breaking window layout.
10450 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10451 (gdb-select-frame): New version of `gdb-frames-select' which now
10452 sets `gdb-frame-number' so commands may use --frame option instead
10453 of inner debugger state.
10454 (gdb-frame-handler): Do not set `gdb-frame-number'.
10455 (gdb-threads-mode-map): Select threads with mouse.
10456
10457 * progmodes/gud.el (gdb-gud-context-call): Declare function to
10458 avoid compilation warning.
10459 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10460 `gdb-show-stop-p`.
10461
566f3909
DD
10462 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10463 Argument `key' renamed to `buffer-type'.
10464 (gdb-current-context-buffer-name): Do not add thread info to
10465 buffer name when no thread is selected.
10466 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10467 command (bug 3794).
10468 (gdb-thread-selected): Handle `=thread-selected' notification.
10469 (gdb-wait-for-pending): New macro to deal with congestion problems.
10470 (gdb-breakpoints-list-handler-custom): Don't fail on pending
10471 breakpoints.
7b6fefac
JB
10472 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10473 This fixes problem similar to one described in bug 3947.
566f3909
DD
10474 (gud-menu-map): More menu items.
10475 (gdb-init-1): Reset `gdb-thread-number' to nil.
10476
4a31122c
DD
10477 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10478 non-stop settings.
10479
10480 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10481 (gdb-current-context-command): Do not append --thread if
10482 `gdb-thread-number' is nil.
10483 (gdb-running-threads-count, gdb-stopped-threads-count): New
10484 variables.
10485 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10486 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10487 customization options.
10488 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10489 GUD commands.
7b6fefac 10490 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
10491 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10492 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10493 set `gdb-thread-number' and update `gud-running' properly.
10494 (gdb-running): Update threads list when new threads appear.
10495 (gdb-stopped): Support non-stop operation and new thread switching
10496 logic.
10497 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10498 (gdb-json-partial-output): New set of JSON routines.
10499 (def-gdb-auto-update-trigger): New `signal-list' optional
10500 argument.
10501 (gdb-thread-list-handler-custom): Update `gud-running',
10502 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10503 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10504 (gdb-continue-thread, gdb-step-thread): New commands for fine
10505 thread execution control.
10506 (gud-menu-map): New menu items to switch non-stop options.
10507 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 10508 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
10509
10510 * progmodes/gdb-mi.el (gdb-rules-name-maker)
10511 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10512 gdb-buffer-rules.
10513 (def-gdb-auto-update-handler): New nopreserve optional argument.
10514 (gdb-stack-list-frames-custom): Print stack from top to bottom.
10515
10516 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10517 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10518 (gdb-parent-mode): New mode to derive other GDB modes from.
10519 (gdb-display-disassembly-for-thread)
10520 (gdb-frame-disassembly-for-thread): New commands for threads
10521 buffer.
10522
10523 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10524 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
10525 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10526 (gdb-update): We now store all GDB buffers in a list so that they
10527 can be updated by traversing a list instead of calling invalidate
7b6fefac 10528 triggers explicitly.
a5c9f540
DD
10529 (def-gdb-trigger-and-handler): New macro to define trigger-handler
10530 pair for GDB buffer.
10531 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
10532 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10533 handle pending triggers.
10534 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10535 (def-gdb-thread-buffer-simple-command)
10536 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10537 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
10538 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10539 New commands which show buffers bound to thread.
e7086683 10540 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c 10541
7b6fefac
JB
10542 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10543 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
10544 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10545 to (gud-comint-buffer) in *-buffer-name functions
10546 because (gdb-get-target-string) already does that.
10547 (gdb-locals-handler-custom, gdb-registers-handler-custom)
10548 (gdb-changed-registers-handler): Rewritten without regexps.
10549
ba214964 10550 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
10551 (gdb-thread-number): New variable.
10552 (gdb-current-context-command): New macro which adds --thread
10553 option to command.
7b6fefac 10554 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 10555 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 10556 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
10557 (gdb-select-thread): New command which selects current thread.
10558 (gdb-invalidate-frames, gdb-invalidate-locals)
10559 (gdb-invalidate-registers): Use --thread option.
20f12ed8 10560
2ac33804
MA
105612009-08-04 Michael Albinus <michael.albinus@gmx.de>
10562
10563 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 10564 robust. (Bug#3977)
2ac33804
MA
10565 (tramp-handle-insert-file-contents): `unwind-protect' must be
10566 inside `with-parsed-tramp-file-name'.
10567
10568 * net/tramp-gvfs.el (top): Remove superfluous message when loading
10569 fails.
10570
39d0296f
NR
105712009-08-03 Nick Roberts <nickrob@snap.net.nz>
10572
10573 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10574 directory if CLASSPATH is not set.
10575
adcbca53
MA
105762009-08-03 Michael Albinus <michael.albinus@gmx.de>
10577
7b6fefac
JB
10578 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10579 New defconst.
7ef849b6 10580 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 10581
30924b0b
CY
105822009-08-02 Kevin Ryde <user42@zip.com.au>
10583
7b6fefac
JB
10584 * net/newst-backend.el (newsticker--raw-url-list-defaults):
10585 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 10586
b6ce92f1
CY
105872009-08-02 Chong Yidong <cyd@stupidchicken.com>
10588
d977a092
CY
10589 * select.el (x-set-selection): Doc fix (Bug#4021).
10590
10591 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10592
b6ce92f1
CY
10593 * help-fns.el (describe-variable): Treat list return values from
10594 dir-locals-find-file properly (Bug#4005).
10595
7b6fefac 105962009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
10597
10598 * net/tramp.el (tramp-debug-message): Print also microseconds.
10599
106002009-08-02 Michael Albinus <michael.albinus@gmx.de>
10601
10602 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10603 or END is non-nil.
10604 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10605 (tramp-get-debug-buffer): Change `outline-regexp' according to new
10606 format.
10607
5ce6e4f4 10608 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
10609 (tramp-get-file-property): Use it.
10610
10611 * autorevert.el (auto-revert-handler): Allow
10612 `auto-revert-tail-mode' for remote files.
10613
2aafe808
JR
106142009-08-02 Jason Rumney <jasonr@gnu.org>
10615
10616 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 10617 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 10618
e094097c
CY
106192009-08-02 Chong Yidong <cyd@stupidchicken.com>
10620
10621 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10622 (font-lock-variable-name-face, font-lock-constant-face): Darken
10623 the colors for light backgrounds.
10624
de94f281
EZ
106252009-08-01 Eli Zaretskii <eliz@gnu.org>
10626
10627 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10628 month names. (Bug#3987)
10629
54b99340
CY
106302009-07-31 Chong Yidong <cyd@stupidchicken.com>
10631
10632 * simple.el (line-move-finish): Pass whole number to
10633 line-move-to-column.
34be836c 10634 (line-move-visual): Perform hscroll to the recorded position.
54b99340 10635
38216c30
JB
106362009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
10637
10638 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10639
c779896d
CY
106402009-07-29 Alan Mackenzie <acm@muc.de>
10641
10642 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10643
592ccae0
DD
106442009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
10645
35edc6c6
DD
10646 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10647 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 10648
5a9e3ab7
JB
106492009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10650
10651 * calc/calc.el (calc-mode-map): Add keybinding for
10652 `calc-transpose-lines'.
10653
7b6fefac 106542009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
10655
10656 * calc/calc-misc.el (calc-transpose-lines): New function.
10657
905fb90e
MA
106582009-07-28 Michael Albinus <michael.albinus@gmx.de>
10659
10660 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10661 Simplify check for out-of-band methods.
10662 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10663 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
10664
76e14464
DN
106652009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10666
10667 * vc-git.el (vc-git-checkin): Fix typo.
10668
6088b51f 106692009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
10670
10671 * progmodes/js2-mode.el: New file.
10672
b85157fe
NR
106732009-07-28 Nick Roberts <nickrob@snap.net.nz>
10674
10675 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10676 (gud-menu-map): Adjust tooltip accordingly.
10677
d43c2b06
DN
106782009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10679
1c0f0c3b
DN
10680 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10681 (vc-bzr-log-view-mode): Adjust log-view-file-re.
10682
d43c2b06
DN
10683 * add-log.el (change-log-mode-map): Add a menu.
10684
3dec5c36
MA
106852009-07-27 Michael Albinus <michael.albinus@gmx.de>
10686
10687 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10688 function returns nil.
10689 (dbus-handle-event): Handle special return value :ignore.
10690 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10691
5704140c
CY
106922009-07-26 Chong Yidong <cyd@stupidchicken.com>
10693
10694 * view.el (view-mode-enable): Don't define Helper-return-blurb if
10695 it's not needed.
10696
3077d1f6
EZ
106972009-07-25 Eli Zaretskii <eliz@gnu.org>
10698
10699 Fix Bug#3888:
10700
10701 * w32-vars.el (x-select-enable-clipboard): Doc fix.
10702
10703 * term/pc-win.el (x-display-name, x-colors)
10704 (x-select-enable-clipboard, x-select-text): Doc fix.
10705
10706 * term/common-win.el (x-display-name, x-colors): Doc fix.
10707
10708 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10709 (xw-defined-colors): Doc fix.
10710
10711 * w32-fns.el (x-select-text, x-setup-function-keys)
10712 (x-get-selection, x-set-selection): Doc fix.
10713
10714 * term/x-win.el (x-select-text, x-setup-function-keys)
10715 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10716
10717 * select.el (x-set-selection): Doc fix.
10718
51768bc8
MA
107192009-07-25 Michael Albinus <michael.albinus@gmx.de>
10720
10721 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10722 instead of "IsNSSSupportAvailable". Avahi ought to work also when
10723 "IsNSSSupportAvailable" method is not available. Reported by
10724 Steve Youngs <steve@sxemacs.org>.
10725
b11c2874
KH
107262009-07-24 Kenichi Handa <handa@m17n.org>
10727
10728 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 10729 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
10730 (build-unicode-category-table): Fix range checks.
10731
ba83b7b6
DN
107322009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10733
10734 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10735 the buffer we try to sync is current when calling
10736 vc-resynch-buffer.
10737
10738 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10739 not show up to date files.
10740
7a8ae964
GM
107412009-07-24 Glenn Morris <rgm@gnu.org>
10742
10743 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10744 Add autoload cookies. If necessary, initialize.
10745 (elint-log): Handle non-file buffers.
10746 (elint-initialize): Add optional argument to reinitialize.
10747 (elint-find-builtin-variables): Save excursion.
10748
a707eb05
DN
107492009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10750
10751 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10752 for Lint.
10753
0a2ddfa6
DN
107542009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10755
d6a62b0d
DN
10756 * vc.el (vc-print-log-internal): New function, split out from ...
10757 (vc-print-log): ... here.
10b5dcad 10758 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 10759
0a2ddfa6
DN
10760 * vc-git.el (vc-git-add-signoff): New variable.
10761 (vc-git-checkin): Use it.
10762 (vc-git-toggle-signoff): New function.
10763 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
10764 (vc-git--run-command-string): Accept a nil FILE argument.
10765 (vc-git-stash-list): New function.
10766 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 10767
589a99f2
GM
107682009-07-23 Glenn Morris <rgm@gnu.org>
10769
10770 * help-fns.el (describe-variable): Describe ignored and risky local
10771 variables in a similar way to that in which we describe safe ones.
10772
10773 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10774 (byte-compile-output-file-form, byte-compile-output-docform)
10775 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10776 Give some more local variables with common names a "bytecomp-" prefix,
10777 so as not to shadow things during compilation.
10778 * emacs-lisp/cl-macs.el (load-time-value)
10779 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10780 `outbuffer' to `bytecomp-outbuffer'.
10781
10782 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10783 since the next two variables cover them automatically now.
10784 (elint-builtin-variables, elint-autoloaded-variables): New.
10785 (elint-unknown-builtin-args): Remove all members, since they can be
10786 parsed automatically now.
10787 (elint-extra-errors): New.
10788 (elint-env-add-env, elint-env-add-macro): Use cadr.
10789 (elint-current-buffer): Use or. Change final message.
10790 (elint-get-top-forms): Use line-end-position.
10791 (elint-init-env): Use cadr. Handle autoload, declare-function,
10792 and defalias.
10793 (elint-add-required-env): Doc fix. Use or. Standardize error.
10794 (regexp-assoc): Remove unused function.
10795 (elint-top-form): Set elint-current-pos, to record the start of the
10796 top-level form, for compilation-mode.
10797 (elint-form): Trap errors in macro expansion. Use dolist.
10798 (elint-unbound-variable): Use elint-builtin-variables and
10799 elint-autoloaded-variables.
10800 (elint-get-args): Use cadr, or.
10801 (elint-check-cond-form): Use dolist, cadr.
10802 (elint-check-condition-case-form): Doc fix. Use cadr.
10803 Use elint-extra-errors.
10804 (elint-log): New function.
10805 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10806 Distinguish errors and warnings.
10807 (elint-log-message): Use with-current-buffer. Inhibit read-only.
10808 Use a bytecomp-style format.
10809 (elint-clear-log): Preserve default-directory. Inhibit read-only.
10810 (elint-get-log-buffer): Use compilation mode. Disable undo.
10811 Don't truncate lines.
10812 (elint-initialize): Set builtin and autoloaded variable lists.
10813 Only process elint-unknown-builtin-args if non-nil.
10814 (elint-find-builtin-variables, elint-find-autoloaded-variables):
10815 New functions.
10816 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
10817
855b42a2
GM
108182009-07-22 Kevin Ryde <user42@zip.com.au>
10819
10820 * net/newst-backend.el (newsticker--parse-atom-1.0)
10821 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10822 (newsticker--parse-rss-1.0):
10823 * progmodes/idlwave.el (idlwave-mode):
10824 * progmodes/idlw-shell.el (idlwave-shell-mode):
10825 * progmodes/vera-mode.el (vera-mode):
10826 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10827 * progmodes/vhdl-mode.el (vhdl-mode):
10828 * textmodes/table.el (table-generate-source)
10829 (table--warn-incompatibility):
10830 Hyperlink urls in docstrings with URL `...'.
10831
fd413a37
GM
108322009-07-22 Glenn Morris <rgm@gnu.org>
10833
cb711556
GM
10834 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10835 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10836 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10837 Remove leading * from defcustom docs.
10838
fd413a37
GM
10839 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
10840
10841 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10842 defcustom doc.
10843 (list-load-path-shadows): Optionally, just return shadows as a string.
10844
10845 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10846
a4f69701
CY
108472009-07-21 Chong Yidong <cyd@stupidchicken.com>
10848
10849 * mail/rmailedit.el (rmail-edit-mode): Use
10850 auto-save-include-big-deletions.
10851
10852 * mail/rmail.el (rmail-variables): Use
10853 auto-save-include-big-deletions.
10854
10855 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10856 changes.
10857
ec06459c
JB
108582009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10859
10860 * calc/calc.el (calc-undo-length): New variable.
10861 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10862
b41b0976
RS
108632009-07-21 Richard Stallman <rms@gnu.org>
10864
10865 * files.el (auto-save-mode): Handle buffer-save-size = -2
10866 for toggling mode.
10867
4ed32706
GM
108682009-07-21 Glenn Morris <rgm@gnu.org>
10869
531b1264
GM
10870 * textmodes/ispell.el (ispell-looking-back): Update declaration.
10871
55d27f41
GM
10872 * calendar/todo-mode.el (calendar-current-date): Update declaration.
10873
02df3f4d
GM
10874 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10875 silence compiler. Instead...
10876 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10877 (ps-print-ensure-fontified): Update for above function name changes.
10878
fdd8417e
GM
10879 * printing.el (pr-mh-get-msg-num, pr-mh-show)
10880 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10881 silence compiler. Instead...
10882 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10883 (mh-show-buffer): Only define for compiler.
10884 (pr-mh-current-message): Update for above function name changes.
10885
4ed32706
GM
10886 * files.el (abort-if-file-too-large): Explicitly pass `filename'
10887 as an argument.
10888 (find-file-noselect, insert-file-1): Update for above change.
10889
10890 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10891
10892 * mail/mailclient.el (mailclient-send-it): Fix message.
10893
10894 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10895 (edebug-eval): Check cl-debug-env is bound.
10896 (print-level, print-circle): Don't redefine built-in variables.
10897
10898 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10899 (custom-print-vectors): Remove old comments from doc.
10900
10901 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10902 (emerge-version): Make the variable an obsolete alias for the
10903 emacs-version variable. Make the function obsolete.
10904 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10905 Emerge options, rather than merging in into the main Options menu.
10906 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
10907 and auto advance modes. Disable edit/fast items when not relevant.
10908
86812144
CY
109092009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10910
10911 * term/vt420.el (terminal-init-vt420): Fix typo.
10912
6bb90094
SS
109132009-07-20 Sam Steingold <sds@gnu.org>
10914
10915 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10916 variable (removed from compile.el on 2004-03-11).
10917
42e0a725
CY
109182009-07-20 Chong Yidong <cyd@stupidchicken.com>
10919
10920 * files.el (hack-local-variables-filter): Fix last change.
10921
2ee20f24
JL
109222009-07-19 Juri Linkov <juri@jurta.org>
10923
10924 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10925 (dir-local-variables-alist): New buffer-local variable.
10926 (hack-local-variables-filter): If variable is not dir-local,
10927 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10928 because file-local overrides dir-local.
3570691b 10929 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
10930 Remove obsolete declaration.
10931 (hack-dir-local-variables): Add dir-local variable/value pair to
10932 `dir-local-variables-alist' and remove duplicates. Doc fix.
10933
10934 * help-fns.el (describe-variable): Add information about
10935 file-local and dir-local variables.
10936
89bf83cd
CY
109372009-07-19 Chong Yidong <cyd@stupidchicken.com>
10938
10939 * files.el (hack-local-variables-filter): Rewrite.
10940
1a8d3541
GM
109412009-07-19 Glenn Morris <rgm@gnu.org>
10942
d9e8a018
GM
10943 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10944 Silence compiler by only defining on XEmacs.
10945
da332cfb
GM
10946 * international/mule.el (auto-coding-regexp-alist): Only match
10947 BABYL... at the start of buffer, not of lines. (Bug#3790)
10948
1a8d3541
GM
10949 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10950 non-calendar buffers (Bug#3862). Restore "not on a date" message.
10951 (cal-menu-context-mouse-menu): Doc fix.
10952
10953 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10954
10955 * simple.el (mail-user-agent): Doc fix. Set :version tag.
10956
d842b103
JL
109572009-07-18 Juri Linkov <juri@jurta.org>
10958
10959 * info.el: Virtual Info keyword finder.
3570691b 10960 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
10961 (Info-finder-file): New variable.
10962 (Info-finder-find-file): New function.
10963 (finder-known-keywords, finder-package-info)
10964 (find-library-name, lm-commentary): Use defvar and
10965 declare-function to silence compiler warnings.
10966 (Info-finder-find-node): New function.
10967 (info-finder): New command.
10968
10969 * subr.el (process-kill-buffer-query-function): New function.
10970 (add-hook)<kill-buffer-query-functions>: Add hook
10971 `process-kill-buffer-query-function'.
10972
10d37df7
AM
109732009-07-18 Alan Mackenzie <acm@muc.de>
10974
7b6fefac 10975 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
10976 (c-postprocess-file-styles): Give invocation of `c-set-style'
10977 DONT-OVERRIDE parameter of t. Already set style variables will
10978 thus not be overridden by style settings given by `c-file-syle'.
10979
10980 * files.el (hack-local-variables-filter): Remove entries with
10981 duplicate keys from `file-local-variables-alist'.
10982
102e1a41
EZ
109832009-07-18 Eli Zaretskii <eliz@gnu.org>
10984
10985 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10986 x-set-selection if display-selections-p returns nil for the
10987 current frame.
10988
16f2e9fc
CY
109892009-07-18 Chong Yidong <cyd@stupidchicken.com>
10990
10991 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10992
f22693fc
EZ
109932009-07-18 Eli Zaretskii <eliz@gnu.org>
10994
a6c2c80c
EZ
10995 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10996 Accept nil in addition to a regexp.
10997 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10998 Accept nil in addition to a regexp.
10999 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11000 buffers that have an associated file. Handle nil values of
11001 desktop-buffers-not-to-save and desktop-files-not-to-save.
11002 (Bug#3833)
11003
f22693fc
EZ
11004 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11005 (x-disown-selection-internal): New functions.
11006
e456379a
NR
110072009-07-18 Nick Roberts <nickrob@snap.net.nz>
11008
11009 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11010 warning.
11011 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11012 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11013
0013b70f
CY
110142009-07-18 David De La Harpe Golden <david@harpegolden.net>
11015
11016 * simple.el (set-mark): Revert last change.
11017
0855c2ca
CY
110182009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11019
11020 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11021 rendering of pngs is not possible instead of messaging a long
11022 description.
11023
3f5c9cad
CY
110242009-07-17 David De La Harpe Golden <david@harpegolden.net>
11025
11026 * w32-fns.el (x-selection-owner-p): New function.
11027
11028 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
11029 (mouse-yank-at-click, mouse-yank-primary): If
11030 select-active-regions is non-nil, deactivate the mark before
11031 insertion.
3f5c9cad
CY
11032
11033 * simple.el (deactivate-mark, set-mark): Only save selection if we
11034 own it.
11035
1fc87f9b
KH
110362009-07-17 Kenichi Handa <handa@m17n.org>
11037
11038 * case-table.el (describe-buffer-case-table): Fix for the case
11039 that KEY is a cons.
11040
d56fdcd2
DN
110412009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11042
11043 * vc-rcs.el (vc-rcs-find-file-hook):
11044 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11045
bede3e9f
MA
110462009-07-16 Michael Albinus <michael.albinus@gmx.de>
11047
11048 * net/tramp.el (tramp-wait-for-output): Handle the case when
11049 commands do not return a newline but a null byte before the shell
11050 prompt. (Bug#3858)
11051
7653ca1d
YM
110522009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11053
11054 * term/ns-win.el (ns-set-alpha): Don't declare.
11055 (ns-set-background-alpha): Remove function.
11056
ed2a52e9
SM
110572009-07-16 Kevin Ryde <user42@zip.com.au>
11058
11059 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11060 y-or-n-p, for safety.
11061
7a907299
RS
110622009-07-16 Richard Stallman <rms@gnu.org>
11063
11064 * files.el (auto-save-mode): If buffer-saved-size is -2,
11065 don't clobber it.
11066
11067 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11068 (rmail-retry-ignored-headers): Add more uninteresting fields.
11069
c0db3477
CY
110702009-07-15 Jari Aalto <jari.aalto@cante.net>
11071
11072 * net/rcirc.el (rcirc): Use history variables.
11073 (rcirc-server-name-history, rcirc-nick-name-history)
11074 (rcirc-server-port-history): New variables.
11075
6c875452
KH
110762009-07-15 Kenichi Handa <handa@m17n.org>
11077
bf974dc9
KH
11078 * international/mule-cmds.el (set-language-environment-charset):
11079 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11080 ignore them.
11081
6c875452
KH
11082 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11083 Delete unibyte-display.
11084
2066b4fe
CY
110852009-07-15 Chong Yidong <cyd@stupidchicken.com>
11086
11087 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11088
f9be2e35
CY
110892009-07-15 Chong Yidong <cyd@stupidchicken.com>
11090
11091 * simple.el (deactivate-mark): Optional argument FORCE.
11092 (set-mark): Use deactivate-mark.
11093
11094 * info.el (Info-search): No need to check transient-mark-mode
11095 before calling deactivate-mark.
11096
11097 * select.el (x-set-selection): Doc fix.
11098 (x-valid-simple-selection-p): Allow buffer values.
11099 (xselect--selection-bounds): Handle buffer values. Suggested by
11100 David De La Harpe Golden.
11101
11102 * mouse.el (mouse-set-region, mouse-drag-track): Call
11103 copy-region-as-kill before setting the mark, to let
11104 select-active-regions work.
11105
be3e598a 111062009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
11107
11108 * simple.el (deactivate-mark): If select-active-regions is
11109 non-nil, copy the selection data into a string.
11110 (activate-mark): If select-active-regions is non-nil, set the
11111 selection to the current buffer.
11112 (set-mark): Update selection if select-active-regions is non-nil.
11113
11114 * select.el (x-valid-simple-selection-p): Allow buffer values.
11115
cbd61418
SM
111162009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11117
11118 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11119 and more featureful message-mode.
11120
f470187f
CY
111212009-07-14 Chong Yidong <cyd@stupidchicken.com>
11122
11123 * select.el (x-set-selection): Doc fix.
11124 (x-valid-simple-selection-p): Disallow selection data consisting
11125 of a list or cons of integers, since that is not used.
11126 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11127 (xselect-convert-to-string, xselect-convert-to-length)
11128 (xselect-convert-to-filename, xselect-convert-to-charpos)
11129 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11130
bfc99364
DD
111312009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11132
11133 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11134 output in -break-info command (Emacs bug #3794).
11135
e32721f5
GM
111362009-07-14 Glenn Morris <rgm@gnu.org>
11137
1e46f9e4
GM
11138 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11139 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11140 (edebug-print-length, edebug-print-level, edebug-print-circle)
11141 (edebug-sit-for-seconds, edebug-view-outside)
11142 (edebug-bounce-point, edebug-set-global-break-condition)
11143 (edebug-Go-nonstop-mode, edebug-trace-mode)
11144 (edebug-Trace-fast-mode, edebug-continue-mode)
11145 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11146 (edebug-visit-eval-list): Doc fixes.
11147
e32721f5
GM
11148 * subr.el (def-edebug-spec): Doc fix.
11149
66a85e76
KH
111502009-07-14 Kenichi Handa <handa@m17n.org>
11151
11152 * international/characters.el: Fix setting of category ?C.
11153
28571246
JD
111542009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11155
7b6fefac 11156 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
11157 ns-popup-font-panel instead of generate-fontset-menu.
11158
5d74672c
EZ
111592009-07-12 Eli Zaretskii <eliz@gnu.org>
11160
7b6fefac 11161 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 11162
eb1727a4
CY
111632009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11164
11165 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11166 the PK\003\004 header (Bug#3770).
11167
208384c5
CY
111682009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11169
11170 * pcomplete.el (pcomplete-comint-setup): Check for
11171 shell-dynamic-complete-filename too.
11172
774409a1
CY
111732009-07-11 Chong Yidong <cyd@stupidchicken.com>
11174
11175 * simple.el (temporary-goal-column): Change the value for
11176 line-move-visual to a cons cell.
11177 (line-move-visual): Record or set the window hscroll, if
11178 necessary (Bug#3494).
11179 (line-move-1): Handle cons value of temporary-goal-column.
11180
1639ee1d
KH
111812009-07-11 Kenichi Handa <handa@m17n.org>
11182
11183 * international/mule-diag.el (describe-character-set): Don't show
11184 width.
11185
2b1d2412
SS
111862009-07-10 Sam Steingold <sds@gnu.org>
11187
11188 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11189 Omake sometimes indents the errors it prints, so allow all
11190 regexps to start with spaces.
11191
ed3a5691
EZ
111922009-07-10 Eli Zaretskii <eliz@gnu.org>
11193
ed2a52e9
SM
11194 * cus-edit.el (customize-changed-options-previous-release):
11195 Bump value to 22.1. (Bug#3804)
ed3a5691 11196
49405d0e
SS
111972009-07-08 Sam Steingold <sds@gnu.org>
11198
11199 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11200 to be a cons cell (test . ignored-directory) to selectively ignore
11201 some directories depending on the location of the search.
11202
93c3eb7c
MA
112032009-07-08 Michael Albinus <michael.albinus@gmx.de>
11204
11205 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11206 remote user is root, on the local host.
11207 (tramp-local-host-p): Either the local user or the remote user
11208 must be root. (Bug#3771)
11209
6f2a8484
NR
112102009-07-08 Nick Roberts <nickrob@snap.net.nz>
11211
11212 * progmodes/gdb-mi.el (gdb): Remove description of
11213 gdb-use-separate-io-buffer.
69cb8d82 11214 (menu): Don't allow toggling of or enable
6f2a8484
NR
11215 gdb-use-separate-io-buffer from menubar.
11216
88d03607
CY
112172009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11218
11219 * mail/unrmail.el (unrmail): Make sure the message ends with two
11220 newlines (Bug#3769).
11221
7ef5b8b2
GM
112222009-07-08 Glenn Morris <rgm@gnu.org>
11223
11224 * calendar/calendar.el (calendar-current-date): Rework previous change.
11225
3ce82f97
GM
112262009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11227
11228 * calendar/calendar.el (calendar-current-date):
11229 Add an optional argument giving an offset from today.
11230
f35fc841
GM
112312009-07-08 Glenn Morris <rgm@gnu.org>
11232
11233 * tutorial.el (tutorial--describe-nonstandard-key):
11234 Adjust the message for when a key has been unbound.
11235 (help-with-tutorial): Hide the arch-tag.
11236
40149292
KH
112372009-07-08 Kenichi Handa <handa@m17n.org>
11238
69cb8d82
KH
11239 * international/fontset.el (setup-default-fontset): For each
11240 script, append (not set) font-specs.
11241
40149292
KH
11242 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11243 docstring.
11244
ff0c4194
NR
112452009-07-08 Nick Roberts <nickrob@snap.net.nz>
11246
11247 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11248 -data-list-register-names to ...
11249 (gdb-starting): ... here because GDB 7.0 requires execution to
11250 have started when using this MI command.
11251 (gdb-set-header): New function to distinguish select and
11252 unselected tabs in gdb buffers.
11253 (gdb-propertize-header): New macro that uses gdb-set-header.
11254 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 11255 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 11256
8954c675
CY
112572009-07-07 Chong Yidong <cyd@stupidchicken.com>
11258
11259 * Makefile.in (ELCFILES): Remove fadr.elc.
11260
0996385d
DD
112612009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11262
dc6b4519
DD
11263 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11264 may contain frame information, so `string-match' should be used.
11265 (gdb-update): Disassembly is invalidated through
11266 `gdb-get-selected-frame'.
11267 (gdb-pad-string): New function to pad string with spaces.
11268 (gdb-invalidate-disassembly): Invalidate only if the buffer
11269 exists.
11270 (gdb-disassembly-handler-custom): Column alignment.
11271 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11272 placing new ones.
11273 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11274 end of line, too.
11275 (gdb-frame-handler): Match convention to for disassembly buffer
11276 mode name.
17c1380b 11277 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
11278 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11279 not highlight breakpoints without line information.
69a197a2 11280 (gdb-input): Add trailing newline to command.
dc6b4519 11281
14340b25
DD
11282 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11283 buffer properly.
11284 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 11285 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
11286 now.
11287 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11288 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11289 to place breakpoints.
14340b25
DD
11290 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11291 functions.
11292 (gdb-disassembly-handler-custom): Show overlay arrow.
11293 (gdb-disassembly-place-breakpoints): Show breakpoints in
11294 disassembly buffer.
11295 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 11296 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 11297 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 11298 in `gud-menu-map'.
14340b25 11299
38d4f316 11300 * fadr.el: Remove.
1f2a6224 11301
7b6fefac 11302 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 11303 (gdb-memory-address): New variable which holds top address of
7b6fefac 11304 memory page shown in memory buffer.
0996385d
DD
11305 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
11306 customization variables.
11307 New functions:
11308 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11309 display the memory buffer.
11310 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11311 buffer display parameters.
11312 (def-gdb-memory-format, gdb-memory-format-binary)
11313 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11314 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11315 Functions for setting memory buffer format.
11316 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11317 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11318 unit size used in memory buffer.
11319 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11320 to next/previous page of memory buffer.
28d67a53 11321 Now using (bindat-get-field) instead of fadr functions.
0996385d 11322
9ba562d3
SS
113232009-07-07 Sam Steingold <sds@gnu.org>
11324
11325 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11326 non-top-level files.
11327
a43977db
KH
113282009-07-07 Kenichi Handa <handa@m17n.org>
11329
11330 * international/mule-cmds.el (reset-language-environment): Put
11331 the highset priority to the charset iso-8859-1.
11332
d44d05e8
CY
113332009-07-06 Chong Yidong <cyd@stupidchicken.com>
11334
11335 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11336 to the end of the line when locating the block (Bug#700).
11337
3e2fa353
MA
113382009-07-06 Michael Albinus <michael.albinus@gmx.de>
11339
11340 * net/tramp.el (tramp-handle-write-region): Flush file properties
11341 in case of short track.
11342
be3e598a 113432009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 11344
bf0b361c
JB
11345 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11346 Coded custom representation of verilog error regular expressions
11347 to work with Emacs-22's new format.
d88782c3 11348 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 11349 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
11350 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11351 error recognition into XEmacs.
11352 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11353 error recognition into Emacs-22.
11354
25c6f63e
CY
113552009-07-06 Chong Yidong <cyd@stupidchicken.com>
11356
11357 * woman.el: Remove stand-alone closing parentheses.
11358 (woman-file-name, woman2-format-paragraphs)
11359 (woman-leave-blank-lines): Code cleanup.
11360 (woman-use-own-frame): Change default to nil.
11361 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11362 defaults to inherit from default faces.
11363 (woman2-process-escapes): Consume the newline after a stand-alone
11364 filler character (Bug#3651).
11365
f176290e
GM
113662009-07-06 Glenn Morris <rgm@gnu.org>
11367
11368 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11369 (top-level): Move provide to the end.
11370 (ffap): Remove defunct URL from custom group.
11371
11372 * subr.el (eval-after-load): Doc fix.
11373
7b6fefac 113742009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
11375
11376 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11377 `calc-embedded-word' is called twice.
11378
4b8b1ec5
SM
113792009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11380
11381 * files.el (find-alternate-file-other-window, find-alternate-file):
11382 Obey confirm-nonexistent-file-or-buffer.
11383
d6ceb380
MA
113842009-07-05 Michael Albinus <michael.albinus@gmx.de>
11385
11386 * dired-aux.el (dired-show-file-type): Handle remote files.
11387
be3e598a 113882009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 11389
4b8b1ec5
SM
11390 * desktop.el (desktop-globals-to-save):
11391 Add file-name-history (Bug#2750).
c760f19e 11392
6d00ce04
CY
113932009-07-05 Chong Yidong <cyd@stupidchicken.com>
11394
4b8b1ec5 11395 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 11396
6ee21b07
JB
113972009-07-04 Johan Bockgård <bojohan@gnu.org>
11398
11399 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11400 property on entire argument since this is what eshell-lisp-command
11401 expects.
11402
f0dbdc25
MA
114032009-07-03 Michael Albinus <michael.albinus@gmx.de>
11404
11405 * net/tramp-gvfs.el (tramp-gvfs-methods)
11406 (tramp-gvfs-zeroconf-domain)
11407 (tramp-bluez-discover-devices-timeout): Add version flag.
11408 (tramp-gvfs-handler-mounted-unmounted)
11409 (tramp-gvfs-connection-mounted-p): Polish handling of
11410 incompatibilities between GVFS 0.2 and 1.0.
11411
e044e4fc
JD
114122009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11413
4b8b1ec5 11414 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 11415
2e9b968b
JB
114162009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11417
bf0b361c 11418 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
11419 formatted correctly.
11420
baf1a55e
JL
114212009-07-02 Juri Linkov <juri@jurta.org>
11422
11423 * info.el: Virtual Info files and nodes.
11424 (Info-virtual-files, Info-virtual-nodes): New variables.
11425 (Info-current-node-virtual): New variable.
11426 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11427 New functions.
11428 (Info-file-supports-index-cookies): Use Info-virtual-file-p
11429 to check for a virtual file instead of checking a fixed list
11430 of node names.
11431 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11432 instead of ad-hoc processing of "dir" and (apropos history toc).
11433 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11434 instead of ad-hoc processing of "dir" and (apropos history toc).
11435 Reread a file when moving from a virtual node.
11436 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11437 (Info-directory-toc-nodes, Info-directory-find-file)
11438 (Info-directory-find-node): New functions.
11439 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11440 (Info-history): Move part of code to
11441 `Info-history-find-node'.
11442 (Info-history-toc-nodes, Info-history-find-file)
11443 (Info-history-find-node): New functions.
11444 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11445 (Info-toc): Move part of code to `Info-toc-find-node'.
11446 (Info-toc-find-node): New function.
4b8b1ec5 11447 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
11448 the current Info file name to references because now the node
11449 "*TOC*" belongs to the same Info manual.
4b8b1ec5 11450 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
11451 (Info-toc-nodes): Rename input argument `file' to `filename'.
11452 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11453 instead of ad-hoc processing of ("dir" apropos history toc).
11454 (Info-index-nodes): Use Info-virtual-file-p
11455 to check for a virtual file instead of checking a fixed list
11456 of node names.
11457 (Info-index-node): Add check for `Info-current-node-virtual'.
11458 Raise `save-match-data' higher up the tree to contain
11459 `search-forward' too (bug fix).
11460 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11461 (Info-virtual-index-nodes): New variable.
11462 (Info-virtual-index-find-node, Info-virtual-index): New functions.
11463 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11464 (Info-apropos-file, Info-apropos-nodes): New variables.
11465 (Info-apropos-toc-nodes, Info-apropos-find-file)
11466 (Info-apropos-find-node, Info-apropos-matches): New functions.
11467 (info-apropos): Move part of code to `Info-apropos-find-node' and
11468 `Info-apropos-matches'.
11469 (Info-mode-map): Bind "I" to `Info-virtual-index'.
11470 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11471 for a virtual file instead of checking a fixed list of node names.
11472
11473 * simple.el (async-shell-command): New command.
11474
11475 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11476
11477 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11478 instead of `mount-info'.
11479
d04bc496
MA
114802009-07-02 Michael Albinus <michael.albinus@gmx.de>
11481
11482 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 11483 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 11484
af0403e0
KH
114852009-07-02 Kenichi Handa <handa@m17n.org>
11486
11487 * international/mule.el (set-keyboard-coding-system): Force *-unix
11488 coding-system to avoid eol conversion.
11489
99278f8a
MA
114902009-07-01 Michael Albinus <michael.albinus@gmx.de>
11491
4b8b1ec5
SM
11492 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11493 Add handler for `process-file', `shell-command' and
99278f8a
MA
11494 `start-file-process'.
11495 (tramp-gvfs-handle-shell-command)
11496 (tramp-gvfs-handle-start-file-process)
11497 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 11498 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 11499
3f1c6666
JD
115002009-07-01 Jan Djärv <jan.h.d@swipnet.se>
11501
11502 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11503
3f396bac
KH
115042009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
11505
11506 * language/korean.el (set-language-info-alist): Add korean-cp949,
11507 cp949 to spec.
11508
c1185193
KH
115092009-07-01 Kenichi Handa <handa@m17n.org>
11510
11511 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11512
11513 * international/encoded-kb.el: Deleted.
11514
11515 * international/mule.el (set-keyboard-coding-system): Perform the
11516 necessary setup here instead of calling encoded-kbd-setup-display.
11517
3f150a60
GM
115182009-07-01 Glenn Morris <rgm@gnu.org>
11519
11520 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11521
b0d5b05b
GM
115222009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
11523
11524 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
11525
4f4126e6
MA
115262009-06-30 Michael Albinus <michael.albinus@gmx.de>
11527
4b8b1ec5
SM
11528 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11529 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 11530 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 11531
7ae3ea65 11532 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
11533 (top): Add a default for "synce" in `tramp-default-user-alist'.
11534 Add completion function for "synce" method.
11535 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
11536 (tramp-hal-interface-manager, tramp-hal-interface-device):
11537 New defconst.
11538 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11539 (tramp-synce-list-devices, tramp-synce-parse-device-names):
11540 New defuns.
d6ceb380
MA
11541
11542 * net/trampver.el: Update release number.
7ae3ea65 11543
0ad6626b
KH
115442009-06-30 Kenichi Handa <handa@m17n.org>
11545
11546 * international/fontset.el (setup-default-fontset): Add CJK fonts
11547 for symbols and the other miscellaneous characters.
11548
4b8b1ec5
SM
11549 * language/korea-util.el (setup-korean-environment-internal):
11550 Make char-width-table suitable for Korean environments.
0ad6626b
KH
11551 (exit-korean-environment): Cancel above.
11552
11553 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11554 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 11555 setup-function to make char-width-table suitable for respective
0ad6626b
KH
11556 environments, and an exit-function to cancel that.
11557
11558 * language/japan-util.el (setup-japanese-environment-internal):
11559 Call use-cjk-char-width-table with arg `ja_JP'.
11560
11561 * international/characters.el (cjk-char-width-table): Delete it.
11562 (cjk-char-width-table-list): New variable.
11563 (use-cjk-char-width-table): New arg local-name.
11564 (use-default-char-width-table): Fix for the case that Emacs is
11565 already using the default char-width-table.
11566
fd46e893
MA
115672009-06-29 Michael Albinus <michael.albinus@gmx.de>
11568
11569 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11570 modes mandatory. (Bug#3712)
11571
b87d9f96
AM
115722009-06-29 Alan Mackenzie <acm@muc.de>
11573
11574 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 11575 correction between the visible width of TABs and their number of bytes.
b87d9f96 11576
2d25aa5a
CY
115772009-06-29 Chong Yidong <cyd@stupidchicken.com>
11578
11579 * server.el (server-buffer-done): Prevent kill-buffer from
11580 prompting by clearing the buffer modification flag (Bug#3696).
11581
a3a8b002
DN
115822009-06-28 Michael McNamara <mac@mail.brushroad.com>
11583
bf0b361c 11584 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 11585 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
11586 (verilog-basic-complete-re): Support localparam lineup.
11587 (verilog-beg-of-statement-1): Fix for robustness, unique case.
11588 (verilog-set-auto-endcomments): Fix for unique case, always_comb
11589 commenting.
11590 (verilog-leap-to-case-head): Now support *nested* unique &
11591 priority case statements.
11592 (verilog-auto-lineup): Make just declarations the default (as it
11593 had been).
4b8b1ec5 11594 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 11595 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 11596 select the various styles of automatic lineup.
a3a8b002
DN
11597 (verilog-error-regexp-alist): Rework to support the XEmacs style
11598 of error regular expressions from compilers, lint tools &
11599 simulators. Note that GNU Emacs has made it impossible for a mode
11600 to load such things.
11601 (electric-verilog-terminate-line, verilog-indent-declaration)
11602 (verilog-auto-wiure): Rework for radio button selection of
11603 auto-lineup selection of specification of auto lineup.
11604 (verilog-beg-of-statement-1): Redesign to support proper operation
11605 in additional code, based on testing with auto-lineup.
11606 (verilog-calculate-indent, assignments & declarations)
11607 (verilog-backward-token): Enhance to support auto-lineup of
11608 assignments & declarations.
11609 (verilog-in-directive-p, verilog-at-struct-p): New function for
11610 easy test of whether we are.
11611 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11612 to support safe execution at almost anyline.
11613 (verilog-calc-1): Properly support indenting deep inside generate
11614 blocks.
48c2d18a 11615 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 11616 as it is redundant with font-lock-defaults.
a8f316ca 11617 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
11618 to avoid circular calls if syntax-ppss is a function (as is the
11619 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 11620 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
11621 (verilog-ovm-begin-re, verilog-ovm-end-re)
11622 (verilog-ovm-statement-re, verilog-leap-to-head)
11623 (verilog-backward-token): Add support for OVM macros. Some are
11624 complete statements, and others open and close scopes like begin
11625 and end.
11626 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11627 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 11628 compilation issue.
48c2d18a 11629 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 11630 coverpoint, constraint and cross statements.
a3a8b002
DN
11631 (verilog-defun-level-list, verilog-generate-defun-level-list)
11632 (verilog-all-defun-level-list): Redo these specifications - it is
11633 too hard to support eval-when compile aggregation of lists also
11634 built at when-compile time.
11635 (verilog-defun-level-list): Place defconsts of variables used in
11636 building regular expressions which are built in eval-when-compile
11637 bodies in the same eval-when-compile body to facilitate compile
11638 without load.
11639 (verilog-beg-block-re-ordered): Support indenting
11640 virtual/protected tasks and functions.
7b6fefac 11641 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
11642 (verilog-backward-ws&directives, verilog-calc-1): Speed up
11643 indentation of some module items (generate items).
11644 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11645 across virtual/protected tasks and functions.
11646
116472009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
11648
bf0b361c 11649 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 11650 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
11651 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11652 in concatenations. Reported by Yishay Belkind.
11653 (verilog-auto-ascii-enum): Support one-hot state machines in
11654 AUTOASCIIENUM. Suggested by Lloyd Gomez.
11655 (verilog-auto-inst, verilog-auto-inst-port): Include interface
11656 modport in AUTOINST and add vl-modport for users. Reported by
11657 David Rogoff.
11658 (verilog-auto-inout-module, verilog-auto-inst)
11659 (verilog-decls-get-interfaces, verilog-insert-definition)
11660 (verilog-insert-one-definition, verilog-read-decls)
11661 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11662 (verilog-sig-modport, verilog-signals-combine-bus)
11663 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11664 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11665 Suggested by David Rogoff.
11666 (verilog-repair-open-comma): Fix non-insertion of comma when
11667 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
11668 (verilog-make-width-expression): Simplify [A-1:0] expression
11669 widths to just {A{1'b0}}.
11670 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
11671 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11672 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
11673 inputs/outputs or data type. Suggested by Vasu Kandadi.
11674 (next-error-last-buffer): Fix byte-compiler warning.
11675 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11676 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 11677 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 11678 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
11679 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11680 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 11681 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
11682 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11683 causing use of <= assignments. Reported by Alex Reed.
11684 (verilog-read-decls): Fix triand, trior, wand, wor to be
11685 recognized by AUTOWIRE. Reported by Spencer Isaacson.
11686 (verilog-extended-complete-re): Support import "DPI-C" functions.
11687 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 11688 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
11689 (verilog-insert-date, verilog-insert-year)
11690 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11691 Windows systems. Reported by Michael Potts.
11692 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 11693 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 11694 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 11695 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
11696 (verilog-read-decls): Fix detecting "parameter int" when using
11697 AUTOINSTPARAM. Reported by Bruce T.
11698 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 11699 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 11700 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
11701 verilog-goto-defun will work. Reported by Lawrence Butcher.
11702 (verilog-getopt): Expand environment variables in -f file
11703 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 11704 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
11705 when reading enumerations.
11706 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11707 Suggested by Stephen Peltan.
4b8b1ec5 11708 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
11709 files. Reported by Steve Peltan.
11710
f7c0d931
CY
117112009-06-28 David De La Harpe Golden <david@harpegolden.net>
11712
11713 * files.el (trash-directory): Fix defcustom type.
11714
baf1a55e 117152009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
11716
11717 * help-fns.el (describe-function-1): Correctly locate adviced
11718 functions in hyperlink (Bug#2438).
11719
d63a01ef
CY
117202009-06-28 Chong Yidong <cyd@stupidchicken.com>
11721
11722 * files.el (trash-directory): Change default to nil.
11723 (move-file-to-trash): If trash-directory is nil and
11724 system-move-file-to-trash is unbound, perform freedesktop-style
11725 trashing.
11726
117272009-06-28 David De La Harpe Golden <david@harpegolden.net>
11728
11729 * files.el (move-file-to-trash): Add freedesktop trash
11730 support (Bug#973).
11731
fc2f6a26
GM
117322009-06-28 Glenn Morris <rgm@gnu.org>
11733
11734 * autorevert.el (global-auto-revert-non-file-buffers)
11735 (global-auto-revert-mode): Doc fixes.
11736
00242b07
JB
117372009-06-27 Johan Bockgård <bojohan@gnu.org>
11738
11739 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11740
f5594f03
CY
117412009-06-27 Chong Yidong <cyd@stupidchicken.com>
11742
e8a2b2da
CY
11743 * faces.el (x-handle-named-frame-geometry): Ensure that we have
11744 opened an X connection before calling x-get-resource (Bug#3194).
11745
f5594f03
CY
11746 * play/doctor.el: Remove reference to obsolete website.
11747 (make-doctor-variables): Correct grammar mistake (Bug#2633).
11748
3c3bf6ce
DN
117492009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11750
11751 Remove find-file-not-found-hook VC method. (Bug#2757)
11752 * vc-hooks.el (vc-file-not-found-hook)
11753 (vc-default-find-file-not-found-hook): Remove functions.
11754 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11755 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11756 * vc.el:
11757 * vc-hg.el:
11758 * vc-git.el: Do not mention find-file-not-found-hook VC method.
11759
e26a7bc0
AM
117602009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
11761
11762 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 11763 compatibility function for `looking-back'.
e26a7bc0 11764
4b8b1ec5 11765 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 11766 Use `ispell-looking-back'.
e26a7bc0 11767
d9848600
MA
117682009-06-24 Michael Albinus <michael.albinus@gmx.de>
11769
11770 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 11771 rather than `filename'.
d9848600 11772
05fbc4a9
MB
117732009-06-23 Miles Bader <miles@gnu.org>
11774
11775 * face-remap.el (text-scale-set): New function.
11776
f86ca715
GM
117772009-06-23 Glenn Morris <rgm@gnu.org>
11778
33e2c2e5
GM
11779 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11780
f529f302
GM
11781 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11782
34995333
GM
11783 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11784
cc80ccee
GM
11785 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11786
84cb770d
GM
11787 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11788 Simplify Persian conditionals.
11789
d916c965
GM
11790 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11791 variable `filename'.
11792
b6a44b27
GM
11793 * comint.el (comint-insert-input): Doc fix.
11794
f86ca715
GM
11795 * Makefile.in (ELCFILES): Fix typo in previous change.
11796
666e158e
MB
117972009-06-23 Miles Bader <miles@gnu.org>
11798
11799 * cus-start.el: Add entry for `recenter-redisplay'.
11800
be3e598a 118012009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
11802
11803 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11804 Add an optional argument for the backend, use it instead of
11805 calling vc-backend.
4b8b1ec5
SM
11806 (vc-mode-line): Add an optional argument for the backend.
11807 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
11808 special handling for vc-state being a buffer to ...
11809
11810 * vc-rcs.el (vc-rcs-find-file-hook):
11811 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
11812
11813 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11814 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11815 vc-stay-local-p and vc-mode-line calls.
11816
11817 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11818 (vc-cvs-diff, vc-cvs-annotate-command)
11819 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11820 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11821 vc-mode-line calls.
11822
11823 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11824 direct comparison.
11825 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11826 backend when calling vc-mode-line.
11827 (vc-register): Do not create a closure for calling the vc register
11828 function, call it directly.
11829
2764748c
DN
118302009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11831
11832 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11833 to make it obvious item can be clicked.
f5a0b281
DN
11834
11835 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11836
d4a885b2
KH
118372009-06-23 Kenichi Handa <handa@m17n.org>
11838
11839 * language/korea-util.el (korean-key-bindings): Change the binding
11840 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
11841 same command.
11842
e3610693
MA
118432009-06-22 Michael Albinus <michael.albinus@gmx.de>
11844
11845 Sync with Tramp 2.1.16.
11846
11847 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11848
11849 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
11850 when a loading of a package fails. Completion function for rsync
11851 is `tramp-completion-function-alist-ssh'.
11852 (all): Replace all calls of `split-string' and
11853 `tramp-split-string' by `tramp-compat-split-string'.
11854 (tramp-default-method): Use `tramp-compat-process-running-p'.
11855 (tramp-default-proxies-alist): Allow also Lisp forms.
11856 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 11857 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
11858 (tramp-domain-regexp): Allow also "-", "_" and ".".
11859 (tramp-end-of-output): Remove newlines, and add "$" at the end.
11860 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11861 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
11862 (tramp-handle-directory-files-and-attributes-with-stat):
11863 Care about filenames with spaces, or starting with "-".
e3610693
MA
11864 (tramp-handle-dired-uncache): New defun.
11865 (tramp-handle-insert-directory): Don't flush the directory from
11866 cache, this is handled by `dired-uncache' now.
11867 (tramp-handle-insert-file-contents): Improve error handling.
11868 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11869 Quote `tramp-end-of-output'.
11870 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
11871 (tramp-check-for-regexp): Both echoes must be present, before removing.
11872 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
11873 (tramp-compute-multi-hops): Eval cons cells of
11874 `tramp-default-proxies-alist'.
11875 (tramp-maybe-open-connection): Use the same command pattern for
11876 first hop and further hops.
11877 (tramp-wait-for-output): Remove handling of newlines.
11878 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11879 (tramp-split-string): Remove function. It is handled in
11880 tramp-compat now.
11881
4b8b1ec5
SM
11882 * net/tramp-cmds.el (tramp-bug):
11883 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
11884
11885 * net/tramp-compat.el (tramp-compat-split-string)
11886 (tramp-compat-process-running-p): New defuns.
11887
11888 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11889 for `dired-uncache'.
11890
11891 * net/tramp-gvfs.el: New package.
11892
4b8b1ec5
SM
11893 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11894 Add handler for `dired-uncache'.
e3610693
MA
11895 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11896
11897 * net/trampver.el: Update release number. Make version check fit
11898 for SXEmacs 22.
11899
13a3f374
JM
119002009-06-22 Jim Meyering <meyering@redhat.com>
11901
e0a28a3b 11902 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
11903 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11904 XZ is the successor to LZMA: <http://tukaani.org/xz/>
11905
5242671e 119062009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 11907 Nick Roberts <nickrob@snap.net.nz>
13a3f374 11908
e0a28a3b 11909 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
11910 repository (http://sphinx.net.ru/hg/gdb-mi/).
11911
3fde45af
GM
119122009-06-22 Glenn Morris <rgm@gnu.org>
11913
46253b34
GM
11914 * files.el (dir-locals-collect-mode-variables): Allow for any number of
11915 `mode' and `eval' entries. (Bug#3430)
11916
97e18192
GM
11917 * Makefile.in (ELCFILES): Add fadr.elc.
11918
731a00fb
GM
11919 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11920 differing behavior of \n and ^ in strings. (Bug#3385)
11921
c66cd0ff
GM
11922 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11923
3fde45af
GM
11924 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11925 property.
11926 (lisp-indent-function): Make it a defcustom.
11927
db2241a0
NR
119282009-06-21 Nick Roberts <nickrob@snap.net.nz>
11929
11930 * progmodes/gdb-ui.el: Replace with ...
5242671e 11931 * progmodes/gdb-mi.el: ... this file.
db2241a0 11932 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
11933
119342009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
11935
db2241a0
NR
11936 * fadr.el: New file.
11937
38d4f316 11938See ChangeLog.14 for earlier changes.
e3d51b27
MR
11939
11940;; Local Variables:
11941;; coding: utf-8
e3d51b27
MR
11942;; End:
11943
4e5617ee 11944 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
e3d51b27
MR
11945
11946 This file is part of GNU Emacs.
11947
11948 GNU Emacs is free software: you can redistribute it and/or modify
11949 it under the terms of the GNU General Public License as published by
11950 the Free Software Foundation, either version 3 of the License, or
11951 (at your option) any later version.
11952
11953 GNU Emacs is distributed in the hope that it will be useful,
11954 but WITHOUT ANY WARRANTY; without even the implied warranty of
11955 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11956 GNU General Public License for more details.
11957
11958 You should have received a copy of the GNU General Public License
11959 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11960
38d4f316 11961;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1