Bind `C-v' to `scroll-up-command' and `M-v' to `scroll-down-command'.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
32129746
JL
12010-04-14 Juri Linkov <juri@jurta.org>
2
3 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
4 `scroll-up-command' and `M-v' to `scroll-down-command'.
5
6 * emulation/cua-rect.el (cua--init-rectangles):
7 * forms.el (forms--change-commands):
8 * image-mode.el (image-mode-map):
9 Remap scroll-down-command and scroll-up-command
10 in addition to scroll-down and scroll-up.
11
9013a7f8
JL
122010-04-14 Juri Linkov <juri@jurta.org>
13
14 * mwheel.el (scroll-preserve-screen-position-commands):
15 Add mwheel-scroll to this list of commands.
16
17 * simple.el (scroll-preserve-screen-position-commands):
18 Add scroll-up-command, scroll-down-command, scroll-up-line,
19 scroll-down-line to this list of commands.
20
3b7e1d5f
SM
212010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
22
c1e25821
SM
23 * obsolete/complete.el: Move from lisp/complete.el.
24
5b31b787
SM
25 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
26
3b7e1d5f
SM
27 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
28 to the minor mode function now turns the mode ON unconditionally.
29
398a825b
SM
302010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
31
a544e7c1
SM
32 * vc-dir.el (vc-dir-kill-line): New command.
33 (vc-dir-mode-map): Bind it to C-k.
34
a1979d8e
SM
35 * bookmark.el (bookmark-insert-location): Handle a nil filename.
36
398a825b
SM
37 * woman.el: Add bookmark declarations to silence the compiler.
38 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
39 step to compatibility between man and woman bookmarks.
40 Adjust for Man-default-bookmark-title renaming.
41 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
42
43 * man.el: Add bookmark declarations to silence the compiler.
44 (Man-name-local-regexp): Make it match NAME as well.
45 (Man-getpage-in-background): Return the buffer.
46 (Man-notify-when-ready): Use `case'.
47 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
48 Don't hardcode "NAME". Simplify.
49 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
50 Rename from Man-bookmark-make-record.
51 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
52 we have the actual man-args. Use Man-getpage-in-background rather
53 than `man' since the arg is already processed. Let bookmark.el do the
54 window handling. Only wait for the relevant process.
55 Don't forget to autoload.
56
57 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
58
45be326a
TV
592010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
60
61 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
62 New functions.
63 (woman-mode): Setup bookmark support.
64
65 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
66 (man-bookmark-jump): New functions.
67 (Man-mode): Setup bookmark support.
68
3acb4c93
CY
692010-04-10 Jari Aalto <jari.aalto@cante.net>
70
71 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
72 recognize ssh-keygen prompt (Bug#2817).
73
b6bbb65e
MA
742010-04-10 Michael Albinus <michael.albinus@gmx.de>
75
76 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
77
b533bc97
MA
782010-04-10 Michael Albinus <michael.albinus@gmx.de>
79
80 Synchronize with Tramp repository.
81
82 * net/tramp.el (tramp-completion-function-alist)
83 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
84 (tramp-local-coding-commands, tramp-remote-coding-commands):
85 Fix docstring.
86 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
87 (tramp-handle-directory-files-and-attributes)
88 (tramp-get-remote-path): Use `copy-tree'.
89 (tramp-handle-file-name-all-completions): Backward/ XEmacs
90 compatibility: Use `completion-ignore-case' if
91 `read-file-name-completion-ignore-case' does not exist.
92 (tramp-do-copy-or-rename-file-directly): Do not use
93 `tramp-handle-file-remote-p'.
45be326a
TV
94 (tramp-do-copy-or-rename-file-out-of-band):
95 Use `tramp-compat-delete-directory'.
b533bc97 96 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
97 (tramp-compute-multi-hops, tramp-maybe-open-connection):
98 Use `format-spec-make'.
b533bc97
MA
99 (tramp-find-foreign-file-name-handler)
100 (tramp-advice-make-auto-save-file-name)
101 (tramp-set-auto-save-file-modes): Remove superfluous check for
102 `stringp'. This is done inside `tramp-tramp-file-p'.
103 (tramp-debug-outline-regexp): New defconst.
104 (tramp-get-debug-buffer): Use it.
105 (tramp-check-for-regexp): Use (forward-line 1).
106 (tramp-set-auto-save-file-modes): Adapt version check.
107
45be326a
TV
108 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
109 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
110 (tramp-compat-make-temp-file): Simplify fallback implementation.
111 (tramp-compat-copy-tree): Remove function.
112 (tramp-compat-delete-directory): Provide implementation for older
113 Emacsen.
114
115 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
116 Do not use `tramp-fish-handle-file-attributes.
117
118 * net/trampver.el: Update release number.
119
ba33df00
GM
1202010-04-10 Glenn Morris <rgm@gnu.org>
121
122 * progmodes/compile.el (compilation-save-buffers-predicate):
123 Add missing :version tag.
124
4a8ae76f
SS
1252010-04-09 Sam Steingold <sds@gnu.org>
126
127 * progmodes/compile.el (compilation-save-buffers-predicate):
128 Remove the "autoload" cookie.
129
0880716f
SS
130 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
131 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
132 and `bug-reference-prog-mode' can be used in hooks directly.
133
6aebd58c
DN
1342010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
135
136 Add --author support to git commit.
137 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
138 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
139 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
140 New declarations.
6aebd58c 141
f6d90772
ER
1422010-04-09 Eric Raymond <esr@snark.thyrsus.com>
143
144 * vc-hooks.el, vc-git.el: Improve documentation comments.
145
e754e83b
SM
1462010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
147
148 Fix some of the problems in defsubst* (bug#5728).
149 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
150 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
151
9e86ab0b
SS
1522010-04-07 Sam Steingold <sds@gnu.org>
153
e754e83b
SM
154 * progmodes/compile.el (compilation-save-buffers-predicate):
155 New custom variable.
9e86ab0b
SS
156 (compile, recompile): Pass it to `save-some-buffers'.
157
b0c8b840
JD
1582010-04-07 Jan Djärv <jan.h.d@swipnet.se>
159
160 * wid-edit.el (widget-choose): Move cursor to the second line of
161 the buffer (Bug#5695).
162
31527c56
DN
1632010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
164
165 Add new VC methods: vc-log-incoming and vc-log-outgoing.
166 * vc.el (vc-print-log-setup-buttons): New function split out from
167 vc-print-log-internal.
168 (vc-log-internal-common): New function, a parametrized version of
169 vc-print-log-internal.
170 (vc-print-log-internal): Just call vc-log-internal-common with the
171 right arguments.
172 (vc-incoming-outgoing-internal):
173 (vc-log-incoming, vc-log-outgoing): New functions.
174 (vc-log-view-type): New permanent local variable.
175
176 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
177
178 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
179 of the dynamic bound vc-short-log.
180 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
181
182 * vc-git.el (vc-git-log-outgoing): New function.
183 (vc-git-log-view-mode): Use vc-log-view-type instead
184 of the dynamic bound vc-short-log.
185
186 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
187 of the dynamic bound vc-short-log. Highlight the tag.
188 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
189 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
190 (vc-hg-incoming-mode): Remove.
191 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
192
7ec69e2b
DN
1932010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
194
195 Fix default-directory for vc-root-diff.
196 * vc.el (vc-root-diff): Bind default-directory to the root
197 directory for the diff command.
198
fd9ea9d3
WS
1992010-04-07 Michael McNamara <mac@mail.brushroad.com>
200
31527c56
DN
201 * progmodes/verilog-mode.el (verilog-forward-sexp):
202 (verilog-calc-1): Support "disable fork" and "fork wait" multi
203 word keywords, suggested by Steve Pearlmutter.
fd9ea9d3
WS
204 (verilog-pretty-declarations): Support lineup of declarations in
205 port lists.
206 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
207 fix bug for /* / comments
208 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
209 Speed up and simplfy as this is never called with a bound.
210 (verilog-pretty-declarations): Enhance to line up declarations
211 inside a parameter list, suggested by Alan Morgan.
212 (verilog-pretty-expr): Tune assignment regular expression match
213 string for corner cases; also use markers instead of character
214 number as indent changes the later.
215
2162010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
217
31527c56 218 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown as missing
fd9ea9d3
WS
219 keyword.
220 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
221 causing truncation of AUTOWIRE signals. Reported by Bruce
222 Tennant.
223 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
224 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
225 Tennant.
226 (verilog-keywords):
227 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
228 1800-2009 keywords, including "global.".
229
2a07afc5
JW
2302010-04-06 John Wiegley <jwiegley@gmail.com>
231
8b32731a 232 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 233 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 234 file basename). Should use uniquify to offer a real solution.
2a07afc5 235
f9a27d86
JW
2362010-04-06 John Wiegley <jwiegley@gmail.com>
237
8b32731a
JB
238 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
239 comment to code, and add a :version tag.
240 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 241
9caf8a8f
JB
2422010-04-06 Juanma Barranquero <lekktu@gmail.com>
243
244 Enable recentf-mode if using virtual buffers.
245 * ido.el (recentf-list): Declare for byte-compiler.
246 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
247 (ido-make-buffer-list): Simplify.
248 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
249
5a97d2da
JL
2502010-04-05 Juri Linkov <juri@jurta.org>
251
252 Scrolling commands which scroll a line instead of full screen.
253 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
254
255 * simple.el (scroll-up-line, scroll-down-line): New commands.
256 Put property isearch-scroll=t on them.
257
258 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
259 Remove commands.
260
79ce172a
JL
2612010-04-05 Juri Linkov <juri@jurta.org>
262
8b32731a 263 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
264 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
265
266 * simple.el (scroll-up-command, scroll-down-command): New commands.
267 Put property isearch-scroll=t on them.
268
269 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
270 `scroll-down-command' and [next] from `scroll-up' to
271 `scroll-up-command'.
272
273 * emulation/cua-base.el: Put property CUA=move on
274 `scroll-up-command' and `scroll-down-command'.
275 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
276 and `scroll-down-command' to `cua-scroll-down'.
277
309d5b43
JB
2782010-04-05 Juanma Barranquero <lekktu@gmail.com>
279
6460e534 280 * help.el (describe-mode): Return nil.
309d5b43 281
0523d117
JW
2822010-04-04 John Wiegley <jwiegley@gmail.com>
283
284 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 285 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
286 (ido-virtual): Face used to indicate virtual buffers in the list.
287 (ido-buffer-internal): If a buffer is chosen, and no such buffer
288 exists, but a virtual buffer of that name does (which would be why
289 it was in the list), recreate the buffer by reopening the file.
290 (ido-make-buffer-list): If virtual buffers are being used, call
291 `ido-add-virtual-buffers-to-list' before the make list hook.
292 (ido-virtual-buffers): New variable which contains a copy of the
293 current contents of the `recentf-list', albeit pared down for the
294 sake of speed, and with proper faces applied.
295 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
296 create a list of "virtual buffers" to present to the user in
297 addition to the currently open set. Note that this logic could
298 get rather slow if that list is too large. With the default
299 `recentf-max-saved-items' of 200, there is little speed penalty.
300
202ff0d6
SM
3012010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
302
303 * font-lock.el: Require CL when compiling.
304 (font-lock-turn-on-thing-lock): Use `case'.
305
ef43a0f4
EZ
3062010-04-03 Eli Zaretskii <eliz@gnu.org>
307
308 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
309 Zaretskii.
ef43a0f4 310
e4b204d7
JB
3112010-04-02 Juanma Barranquero <lekktu@gmail.com>
312
313 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
314 (semantic-create-imenu-directory-index): Fix typos in docstrings.
315 (semantic-imenu-goto-function): Reflow docstring.
316
9c13a46e
JL
3172010-04-02 Juri Linkov <juri@jurta.org>
318
319 * ehelp.el (electric-help-orig-major-mode):
320 New buffer-local variable.
321 (electric-help-mode): Set it to original major-mode. Doc fix.
322 (with-electric-help): Use `electric-help-orig-major-mode' instead
323 of (default-value 'major-mode). Doc fix.
324 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
325
3fb87bf5
SS
3262010-04-02 Sam Steingold <sds@gnu.org>
327
328 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
329 `vc-hg-command' with a list of flags.
330
202ff0d6
SM
331 * progmodes/bug-reference.el (bug-reference-bug-regexp):
332 Also accept "patch" and "RFE".
dbb5e44a
SS
333 (bug-reference-fontify): `bug-reference-url-format' can also be a
334 function to be able to handle the bug kind.
202ff0d6 335 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 336
d0b22876
JD
3372010-04-02 Jan Djärv <jan.h.d@swipnet.se>
338
339 * tmm.el (tmm-get-keymap): Check with symbolp before passing
340 value to fboundp, it may not be a symbol.
341
1625d379
CY
3422010-03-31 Chong Yidong <cyd@stupidchicken.com>
343
202ff0d6 344 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 345
1cd095c6
JL
3462010-03-31 Juri Linkov <juri@jurta.org>
347
348 * simple.el (next-line, previous-line): Re-throw a signal
349 with `signal' instead of using `ding'.
350 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
351
67189e62
JL
3522010-03-31 Juri Linkov <juri@jurta.org>
353
354 * simple.el (keyboard-escape-quit): Raise deselecting the active
355 region higher than exiting the minibuffer.
356 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
357
1546c559
JL
3582010-03-31 Juri Linkov <juri@jurta.org>
359
360 * image.el (image-animated-p): Use `image-metadata' instead of
361 `image-extension-data'. Get GIF extenstion data from metadata
362 property `extension-data'.
363
85626eef
SM
3642010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
365
366 * simple.el (append-to-buffer): Simplify.
367
85738751 3682010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
369
370 * textmodes/artist.el (artist-mode): Fix typo in docstring.
371 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
372
85738751 3732010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
374
375 * language/sinhala.el (composition-function-table): Fix regexp for
376 the new Unicode specification.
377
378 * language/indian.el (devanagari-composable-pattern)
379 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 380 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
381 specification.
382 (bengali-composable-pattern, gurmukhi-composable-pattern)
383 (gujarati-composable-pattern, oriya-composable-pattern)
384 (telugu-composable-pattern): New variables to cope with the new
385 Unicode specification. Use them in composition-function-table.
386
85738751 3872010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705
SM
388
389 Make tmm-menubar work for the Buffers menu again.
390 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
391 vectors rather than cons cells, as used in menu-bar-update-buffers.
392
85738751 3932010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 394
2a793f7f
CY
395 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
396 (js-insert-and-indent): Revert 2009-08-15 change, restoring
397 electric punctuation for "{}();,:" (Bug#5586).
398
03ffe8be
CY
399 * mail/sendmail.el (mail-default-directory): Doc fix.
400
85738751 4012010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
402
403 * mail/sendmail.el (mail-default-directory): Doc fix.
404
85738751 4052010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
406
407 * subr.el (version-regexp-alist, version-to-list)
408 (version-list-<, version-list-=, version-list-<=)
409 (version-list-not-zero, version<, version<=, version=): Doc fix.
410 (Bug#5744).
411
85738751 4122010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
413
414 * vc.el (vc-root-diff): Doc fix.
415
85738751 4162010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 417
9aa2c576
CY
418 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
419
9d30a9f4
CY
420 * simple.el (append-to-buffer): Fix last change.
421
85738751 4222010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
423
424 * simple.el (append-to-buffer): Ensure that point is preserved if
425 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
426 (Bug#5749)
427
2372f278
SM
4282010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
429
430 * files.el (auto-mode-case-fold): Change default to t.
431
2223a1b3
JL
4322010-03-30 Juri Linkov <juri@jurta.org>
433
434 * dired-x.el (dired-omit-mode): Doc fix.
435
0ef84fc8
JL
4362010-03-30 Juri Linkov <juri@jurta.org>
437
438 * replace.el (occur-accumulate-lines): Move occur-engine related
439 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
440 to be located after `occur-engine'.
441
dc2d2590
JL
4422010-03-30 Juri Linkov <juri@jurta.org>
443
444 Make occur handle multi-line matches cleanly with context.
445 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
446
447 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
448 (occur-engine): Add local variables `ret', `prev-after-lines',
449 `prev-lines'. Use more arguments for `occur-context-lines'.
450 Set first elem of its returned list to `data', and the second elem
451 to `prev-after-lines'. Don't print the separator line.
452 In the end, print remaining context after-lines.
453 (occur-context-lines): Add new arguments `begpt', `endpt',
454 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
455 after-lines of the previous match with before-lines of the
456 current match and not overlap them. Return a list with two
457 values: the output line and the list of context after-lines.
458
47c88c06
JL
4592010-03-30 Juri Linkov <juri@jurta.org>
460
461 * replace.el (occur-accumulate-lines): Fix a bug where the first
462 context line at the beginning of the buffer was missing.
463
a7b02820
EZ
4642010-03-30 Eli Zaretskii <eliz@gnu.org>
465
466 * files.el: Make bidi-display-reordering safe variable for boolean
467 values.
468
9326ba26
CY
4692010-03-29 Phil Hagelberg <phil@evri.com>
470 Chong Yidong <cyd@stupidchicken.com>
471
472 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
473 (progress-reporter-update, progress-reporter-do-update):
474 Handle non-numeric value arguments.
9326ba26
CY
475 (progress-reporter--pulse-characters): New var.
476
f6f8aa12
CY
4772010-03-28 Chong Yidong <cyd@stupidchicken.com>
478
479 * progmodes/compile.el (compilation-start): Fix regexp detection
480 of initial cd command (Bug#5771).
481
7ed287b5
CY
4822010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
483
484 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
485
146b8b16
NR
4862010-03-27 Nick Roberts <nickrob@snap.net.nz>
487
488 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
85626eef
SM
489 * lisp/progmodes/gdb-mi.el: Restore.
490 * lisp/progmodes/gdb-ui.el: Remove.
491 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 492
b23caf75
GM
4932010-03-25 Glenn Morris <rgm@gnu.org>
494
495 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
496 all dired buffers, even tramp ones. (Bug#5755)
497
18c812bd
SM
4982010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
499
500 Add "union tags" in mpc.el.
501 * mpc.el: Remove backward compatibility code.
502 (mpc-browser-tags): Change default.
503 (mpc--find-memoize-union-tags): New var.
504 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
505 (mpc-cmd-find): Handle the case where the playlist does not exist.
506 Handle union-tags.
507 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
508 (mpc-cmd-add): Use mpc-cmd-flush.
509 (mpc-tagbrowser-tag-name): New fun.
510 (mpc-tagbrowser-buf): Use it.
511 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
512
efee6a6d
SM
5132010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
514
9586c41a
SM
515 Misc cleanup.
516 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
517 Use replace-regexp-in-string.
518 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
519 (makefile-imake-mode-syntax-table): Move init into defvar.
520 (makefile-mode): Use define-derived-mode.
521
efee6a6d
SM
522 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
523 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
524 not be present any more.
525
c6f3804c
JB
5262010-03-24 Juanma Barranquero <lekktu@gmail.com>
527
528 * faces.el (set-face-attribute): Fix typo in docstring.
529 (face-valid-attribute-values): Reflow docstring.
530
531 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
532
e867cb5d 5332010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 534
efee6a6d 535 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 536
e867cb5d 5372010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
538
539 * indent.el (indent-for-tab-command): Doc fix.
540
e867cb5d 5412010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 542
efee6a6d
SM
543 * progmodes/cc-engine.el (c-remove-stale-state-cache):
544 Fix off-by-one error. Fixes bug #5747.
657071fc 545
e867cb5d 5462010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
547
548 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
549 (image-dired-read-comment): Doc fix.
550
efee6a6d
SM
551 * json.el (json-object-type, json-array-type, json-key-type)
552 (json-false, json-null, json-read-number):
c8de140b
JB
553 * minibuffer.el (completion-in-region-functions):
554 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
555 (cal-tex-cursor-week):
556 * emacs-lisp/trace.el (trace-function):
557 * eshell/em-basic.el (eshell/printnl):
558 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
559 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
560 * obsolete/levents.el (allocate-event, event-key, event-object)
561 (event-point, event-process, event-timestamp, event-to-character)
562 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
563 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
564 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
565 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
566 (reftex-highlight-selection): Fix typos in docstrings.
567
e867cb5d 5682010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
569
570 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
571
e867cb5d 5722010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
573
574 * mail/rmail.el (rmail-highlight-face): Restore option deleted
575 2008-02-13 without comment; mark it obsolete.
576 (rmail-highlight-headers): Use rmail-highlight-face once more.
577
e867cb5d 5782010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
579
580 * woman.el (woman2-process-escapes): Only consume the newline if
581 the filler character is on a line by itself (Bug#5729).
582
e867cb5d 5832010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
584
585 * language/indian.el (devanagari-composable-pattern): Add more
586 consonants.
587
e867cb5d 5882010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
589
590 * net/trampver.el: Update release number.
591
e867cb5d 5922010-03-24 Glenn Morris <rgm@gnu.org>
b4d16368
GM
593
594 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
595
e867cb5d 5962010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 597
efee6a6d
SM
598 * net/tramp.el (tramp-find-executable):
599 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
600 output of "wc -l" more robust.
601 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
602 (tramp-open-connection-setup-interactive-shell): Remove workaround
603 for OpenSolaris bug, it is not needed anymore.
604
e867cb5d 6052010-03-24 Eric M. Ludlam <zappo@gnu.org>
6408fd42
CY
606
607 * cedet/semantic/imenu.el: New file, from the CEDET repository
608 (Bug#5412).
609
e867cb5d 6102010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
611
612 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
613
e867cb5d 6142010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
615
616 * files.el (auto-mode-alist): Accept more verilog file patterns.
617
b2b8574b
SM
6182010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
619
620 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
621
1d94ebb0
GM
6222010-03-24 Glenn Morris <rgm@gnu.org>
623
7e263967
GM
624 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
625 log-edit-before-checkin-process.
626
5ac92c5f
GM
627 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
628
629 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 630
549f324a
GM
631 * vc-dispatcher.el (vc-start-logentry): Doc fix.
632 (log-view-process-buffer, log-edit-extra-flags): Declare.
633
495b517c
GM
634 * log-edit.el (log-edit-before-checkin-process): Doc fix.
635
1d94ebb0
GM
636 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
637 Consistently check ede-object is bound throughout.
638
7bbe8d5a
GM
639 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
640
f4087766
SS
6412010-03-23 Sam Steingold <sds@gnu.org>
642
643 Fix bug#5620: recalculate all markers on compilation buffer
644 modifications, not on file modifications.
645 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
646 the buffer modification time, for buffers not associated with files.
647 (compilation-mode): Create it.
648 (compilation-filter): Update it.
649 (compilation-next-error-function): Use it instead of
650 `visited-file-modtime' for timestamp.
651
774642e5
JL
6522010-03-23 Juri Linkov <juri@jurta.org>
653
654 Implement Occur multi-line matches.
655 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
656
657 * replace.el (occur): Doc fix.
658 (occur-engine): Set `begpt' to the beginning of the first line.
659 Set `endpt' to the end of the last match line. At first, count
660 line numbers between `origpt' and `begpt'. Split out code from
661 `out-line' variable to new let-bindings `match-prefix' and
662 `match-str'. In `out-line' add non-numeric prefix to all
663 non-first lines of multi-line matches. Finally, count lines
664 between `begpt' and `endpt' and add to `lines'.
665
f14d1172
JL
6662010-03-23 Juri Linkov <juri@jurta.org>
667
668 * replace.el (occur-accumulate-lines, occur-engine):
669 Use `occur-engine-line' instead of duplicate code.
670 (occur-engine-line): New function created from duplicate code
671 in `occur-accumulate-lines' and `occur-engine'.
672
53e87c57
JL
673 * replace.el (occur-engine-line): Add optional arg `keep-props'.
674 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
675
75a3ff20
JL
6762010-03-23 Juri Linkov <juri@jurta.org>
677
678 * finder.el: Remove TODO tasks.
679
680 * info.el (Info-finder-find-node): Add node "all"
681 with all package info. Handle a list of multiple keywords
682 separated by comma.
683 (info-finder): In interactive use with a prefix argument,
684 use `completing-read-multiple' to read a list of keywords
685 separated by comma.
686
00278747
SM
6872010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
688
689 Add a new completion style `substring'.
690 * minibuffer.el (completion-basic--pattern): New function.
691 (completion-basic-try-completion, completion-basic-all-completions):
692 Use it.
693 (completion-substring--all-completions)
694 (completion-substring-try-completion)
695 (completion-substring-all-completions): New functions.
696 (completion-styles-alist): New style `substring'.
697
64cb11cc
SM
6982010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
699
700 Get rid of .elc files after removal of the corresponding .el.
701 * Makefile.in (compile-clean): New target.
702 (compile-main): Use it.
703
835e2c65
JD
7042010-03-22 Jan Djärv <jan.h.d@swipnet.se>
705
706 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
707 don't do make there. When compiling with separate object dir, there
708 is no Makefile there.
709
111a9dff
SM
7102010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
711
712 Get rid of the ELCFILES abomination, again.
713 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
714 (all, compile): Don't call compile-last.
715 (compile-main): Build the "elcfiles" list dynamically.
716 (compile-targets): New (internal) target.
717
82c3d67a
AS
7182010-03-21 Andreas Schwab <schwab@linux-m68k.org>
719
720 * Makefile.in (top_srcdir): Define.
721 (abs_top_builddir): Define.
722 (srcdir): Don't append `/..'.
723 (EMACS): Use ${abs_top_builddir}.
724 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
725 (update-subdirs, update-authors): Use $(top_srcdir) instead of
726 $(srcdir).
82c3d67a
AS
727 (lisp): Use $(srcdir) instead of @srcdir@.
728
d66ecdbb
JL
7292010-03-21 Juri Linkov <juri@jurta.org>
730
731 Fix message of multi-line occur regexps and multi-buffer header lines.
732 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
733
734 * replace.el (occur-1): Don't display regexp if it is longer
735 than window-width. Use `query-replace-descr' to display regexp.
736 (occur-engine): Don't display regexp in the buffer header for
737 multi-buffer occur. Display a separate header line with total
738 match count and regexp for multi-buffer occur.
739 Use `query-replace-descr' to display regexp.
740
f05e1b94
TZ
7412010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
742
743 * net/secrets.el: Fix parenthesis.
744 (secrets-enabled): Fix parenthesis.
745
801ba3ba
SM
7462010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
747
3613edce
SM
748 Use more relative file and directory names.
749 * Makefile.in (EMACS): Arrange for it to work when we chdir.
750 (setwins, setwins_almost, setwins_for_subdirs):
751 Don't `cd'; output relative names.
752 (all, compile, compile-always, compile-last): Set emacswd.
753 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
754 Just cd to the lisp source dir so we can use relative file names.
755
801ba3ba
SM
756 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
757
2b1400b9
GM
7582010-03-20 Glenn Morris <rgm@gnu.org>
759
760 * textmodes/rst.el: Use faces for font-lock customization, and make the
761 old -face variables obsolete.
762 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
763 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
764 (rst-block-face, rst-external-face, rst-definition-face)
765 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
766 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
767 Make obsolete.
768 (rst-font-lock-keywords-function): Update for above changes.
769
5e418f17
JL
7702010-03-20 Juri Linkov <juri@jurta.org>
771
772 * s-region.el:
773 * obsolete/s-region.el: Move to obsolete.
774
b0287b39
JB
7752010-03-19 Juanma Barranquero <lekktu@gmail.com>
776
777 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
778
3c95bbb6
DN
7792010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
780
781 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
782
09158997
DN
7832010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
784
785 Add special markup processing for commit logs.
786 * log-edit.el (log-edit-extra-flags): New variable.
787 (log-edit): Add new argument MODE. Use that mode when non-nil
788 instead of the log-view-mode.
789 (log-view-process-buffer): New function.
790
791 * vc.el: Document that the checkin method takes optional
792 arguments. Document new backend specific method: log-view-mode.
793 (vc-default-log-edit-mode): New function.
794 (vc-checkin): Use a backend specific log-view-mode.
795 Pass extra arguments to the checkin method.
796 (vc-modify-change-comment): Pass a dummy extra argument.
797
798 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
799 log-edit.
800 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
801 (vc-finish-logentry): Process the log buffer before passing it
802 down. Pass log-edit-extra-flags.
803
804 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
805 command.
85626eef
SM
806 (log-edit-extra-flags, log-edit-before-checkin-process):
807 New declarations.
09158997
DN
808
809 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
810 command.
85626eef
SM
811 (log-edit-extra-flags, log-edit-before-checkin-process):
812 New declarations.
09158997
DN
813 (vc-hg-log-edit-mode): New derived mode.
814
815 * vc-arch.el (vc-arch-checkin):
816 * vc-cvs.el (vc-cvs-checkin):
817 * vc-git.el (vc-git-checkin):
818 * vc-mtn.el (vc-mtn-checkin):
819 * vc-rcs.el (vc-rcs-checkin):
820 * vc-sccs.el (vc-sccs-checkin):
821 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
822
f430423d
SM
8232010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
824
825 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
826 parent typo).
827
aa8f8277
GM
8282010-03-19 Glenn Morris <rgm@gnu.org>
829
f430423d 830 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 831
04525749
GM
8322010-03-18 Glenn Morris <rgm@gnu.org>
833
c70815f1
GM
834 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
835
84d0a5f8
GM
836 * replace.el (query-replace-history): Give it a doc string.
837 (map-query-replace-regexp): Use query-replace-from-history-variable
838 and query-replace-to-history-variable.
839
e3a15161
GM
840 * mail/hashcash.el (declare-function): Remove duplicate definition.
841
27be0364
GM
842 * mail/emacsbug.el (report-emacs-bug-pretest-address):
843 Make it an obsolete alias for report-emacs-bug-address.
844 (message-strip-special-text-properties): Declare.
845 (report-emacs-bug): Remove test for a pretest bug address.
846 Combine message-mode-specific code.
847
88b8d18e
GM
848 * mail/supercite.el: Don't require sendmail.
849 (mh-in-header-p): Declare rather than using with-no-warnings.
850 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
851 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
852
1a355d09
GM
853 * calendar/cal-french.el: Convert to utf-8.
854
04525749
GM
855 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
856 Emacs scripts.
857
ae84eb97
MA
8582010-03-16 Michael Albinus <michael.albinus@gmx.de>
859
860 * net/secrets.el (secrets-enabled): New variable. Use it instead
861 of a subfeature.
862
7c75524e
MA
8632010-03-15 Michael Albinus <michael.albinus@gmx.de>
864
865 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
866 service "org.freedesktop.secrets" can be pinged.
867 Provide subfeature `enabled'.
7c75524e 868
57938a79
JL
8692010-03-14 Juri Linkov <juri@jurta.org>
870
871 Add finder unknown keywords.
872
873 * finder.el (finder-unknown-keywords): New function.
874
875 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
876 to create a Finder node with unknown keywords.
877
88f4758e
JL
8782010-03-14 Juri Linkov <juri@jurta.org>
879
880 * finder.el (finder-compile-keywords): Replace `princ' with
881 `prin1' on a list of symbols interned from keyword strings.
882
883 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
884 a comma, then split keywords using a comma and optional whitespace.
885 Otherwise, split by whitespace.
886
887 * complete.el:
888 * face-remap.el:
889 * log-view.el:
890 * net/hmac-def.el:
891 * net/hmac-md5.el:
892 * net/netrc.el:
893 * progmodes/mixal-mode.el: Fix keywords.
894
7725ebb7
MA
8952010-03-13 Michael Albinus <michael.albinus@gmx.de>
896
897 * Makefile.in (ELCFILES): Add net/secrets.elc.
898
899 * net/secrets.el: New file.
900
6f320937
CY
9012010-03-12 Chong Yidong <cyd@stupidchicken.com>
902
903 * facemenu.el (list-colors-display, list-colors-print): New arg
904 callback. Use it to allow selecting colors.
905
906 * wid-edit.el (widget-image-insert): Insert image prop even if the
907 current display is non-graphic.
908 (widget-field-value-set): New fun.
909 (editable-field): Use it.
910 (widget-field-value-get): Clean up unused var.
85626eef
SM
911 (widget-color-value-create, widget-color--choose-action):
912 New funs. Allow using list-colors-display to choose color.
6f320937 913
647f9993
CY
9142010-03-12 Chong Yidong <cyd@stupidchicken.com>
915
916 * cus-edit.el: Resort topmost custom groups.
917 (custom-buffer-sort-alphabetically): Default to t.
918 (customize-apropos): Use apropos-parse-pattern.
919 (custom-search-field): New var.
920 (custom-buffer-create-internal): Add custom-apropos search field.
921 (custom-add-parent-links): Don't display parent doc.
922 (custom-group-value-create): Don't sort top-level custom group.
85626eef 923 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
924
925 (custom-variable-state): New fun, from custom-variable-state-set.
926 (custom-variable-state-set): Use it.
927 (custom-group-value-create): Hide options with standard values
928 using the :hidden-states property. Use progress reporter.
929
930 (custom-show): Simplify.
931 (custom-visibility): Disable images by default.
932 (custom-variable): New property :hidden-states.
933 (custom-variable-value-create): Enable images for
934 custom-visibility widgets. Use :hidden-states property to
935 determine initial visibility.
936
937 * wid-edit.el (widget-image-find): Give images center ascent.
938 (visibility): Add :on-image and :off-image properties.
939 (widget-visibility-value-create): Use them.
940
eba5b4dd
CY
9412010-03-12 Chong Yidong <cyd@stupidchicken.com>
942
943 * cus-edit.el (processes): Remove from development group.
944 (oop, hypermedia): Delete group.
26f4b8ab 945 (comm): Promote to top-level group.
eba5b4dd
CY
946
947 * net/browse-url.el (browse-url):
948 * net/xesam.el (xesam):
949 * net/tramp.el (tramp):
950 * net/goto-addr.el (goto-address):
26f4b8ab 951 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
952
953 * view.el (view): Remove from editing group.
954
955 * uniquify.el (uniquify): Put in files group.
956
957 * net/browse-url.el (browse-url):
958 * ps-print.el (postscript): Put in external group.
959
960 * cus-edit.el (outlines):
961 * textmodes/text-mode.el (text-mode-hook):
962 * textmodes/table.el (table):
963 * textmodes/picture.el (picture):
964 * outline.el (outlines): Put in wp group.
965
966 * nxml/nxml-mode.el (nxml): Remove from wp group.
967
968 * net/tramp-imap.el (tramp-imap): Put in tramp group.
969
970 * mail/metamail.el (metamail): Remove from hypermedia group.
971
972 * cus-edit.el (abbrev):
973 * whitespace.el (whitespace):
974 * vcursor.el (vcursor):
975 * reveal.el (reveal):
976 * hl-line.el (hl-line): Put in convenience group.
977
978 * epg-config.el (epg): Put in data group.
979
980 * emulation/pc-select.el (pc-select): Put in emulations group.
981
982 * calculator.el (calculator): Put in applications group.
983
8117868f
DN
9842010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
985
986 Add .dir-locals.el support for file-less buffers.
987 * files.el (hack-local-variables): Split out code to apply local
988 variable settings ...
989 (hack-local-variables-apply): ... here. New function.
990 (hack-dir-local-variables): Use the default directory for when the
991 buffer does not have an associated file.
992 (hack-dir-local-variables-non-file-buffer): New function.
993 * diff-mode.el (diff-mode):
994 * vc-annotate.el (vc-annotate-mode):
995 * vc-dir.el (vc-dir-mode):
996 * log-edit.el (log-edit-mode):
997 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
998
855a2294
DN
9992010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
1000
1001 Add support for shelving snapshots and for showing shelves.
1002 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
1003 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
1004 New functions.
1005 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1006 (vc-bzr-extra-menu-map): Map them.
1007
3e5b7009
GM
10082010-03-11 Glenn Morris <rgm@gnu.org>
1009
0dcf7d7e
GM
1010 * cus-edit.el (customize-changed-options-previous-release):
1011 Bump to 23.1.
1012
3e5b7009
GM
1013 * image.el (image-animate-max-time): Fix :version tag.
1014
288f9fc0
CY
10152010-03-10 Chong Yidong <cyd@stupidchicken.com>
1016
1017 * Branch for 23.2.
1018
53ef91b1
SM
10192010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1020
1021 * vc-git.el (vc-git-revision-table): Include remote branches.
1022
b41460ae 10232010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
1024
1025 Animated image API.
1026 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
1027
1028 * image.el (image-animate-max-time): New defcustom.
1029 (image-animated-types): New defconst.
1030 (create-animated-image, image-animate-timer)
1031 (image-animate-start, image-animate-stop, image-animate-timeout)
1032 (image-animated-p): New functions.
1033
1034 * image-mode.el (image-toggle-display-image):
1035 Replace `create-image' with `create-animated-image'.
1036
25344b05
MB
10372010-03-09 Miles Bader <Miles Bader <miles@gnu.org>>
1038
1039 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1040 instead of "format:"; this ensures that the output is
1041 newline-terminated.
1042
4e7cafbe
CY
10432010-03-08 Chong Yidong <cyd@stupidchicken.com>
1044
1045 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1046 that all errors are caught, and that the return value is always a
1047 list (Bug#5692).
1048
aec66319
KH
10492010-03-08 Kenichi Handa <handa@m17n.org>
1050
1051 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 1052 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 1053
b327c975
AS
10542010-03-07 Andreas Schwab <schwab@linux-m68k.org>
1055
1056 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1057 call to rfc822-bad-address. (Bug#5692)
1058
1c465a6a
CY
10592010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
1060
85626eef
SM
1061 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1062 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 1063
a4e32226
CY
10642010-03-06 Chong Yidong <cyd@stupidchicken.com>
1065
1066 * calculator.el (calculator): Don't bind split-window-keep-point
1067 (Bug#5674).
1068
4c83ed3d
SM
10692010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1070
1071 * vc-git.el: Re-flow to fit into 80 columns.
1072 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1073 Remove spurious `quote' element in each case alternative.
1074 (vc-git-show-log-entry): Use prog1.
1075 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1076
d40a7570
GM
10772010-03-06 Glenn Morris <rgm@gnu.org>
1078
1079 * cedet/semantic/grammar.el (semantic-grammar-header-template):
1080 Update template copyright to GPLv3+.
1081
e8defde3
SM
10822010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1083
1084 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1085
233f0c9f
CY
10862010-03-03 Chong Yidong <cyd@stupidchicken.com>
1087
1088 * macros.el (insert-kbd-macro): Look up keyboard macro using the
1089 definition, not the name (Bug#5481).
1090
254bedef 10912010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
1092
1093 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1094 argument with a local variable. (Bug#5670)
1095
7187cdae
JL
10962010-03-02 Juri Linkov <juri@jurta.org>
1097
1098 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
1099
9cf3544e
MA
11002010-03-02 Michael Albinus <michael.albinus@gmx.de>
1101
1102 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1103 error when FILENAME and NEWNAME are existing remote directories.
1104
1105 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1106 parameter DIR-FLAG.
1107
33f77982
GM
11082010-03-02 Glenn Morris <rgm@gnu.org>
1109
1110 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1111 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1112
eb2f6eeb
AM
11132010-03-01 Alan Mackenzie <acm@muc.de>
1114
e8defde3
SM
1115 * progmodes/cc-engine.el (c-remove-stale-state-cache):
1116 Correct previous patch.
eb2f6eeb 1117
d99ea08e
KH
11182010-03-01 Kenichi Handa <handa@m17n.org>
1119
e8defde3 1120 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
1121 myanmar-composable-pattern.
1122
e8defde3
SM
1123 * international/characters.el (script-list):
1124 * international/fontset.el (script-representative-chars):
1125 Change myanmar to burmese.
d99ea08e 1126 (otf-script-alist): Likewise.
4aa2c3b2
KH
1127 (setup-default-fontset): Likewise. Re-fix :otf spec.
1128
dd21b621
AM
11292010-03-01 Alan Mackenzie <bug-cc-mode@gnu.org>
1130
1131 * cc-engine.el (c-remove-stale-state-cache): Take account of when
f7e0618c 1132 `good-pos' is in the same macro as `here'. Fixes bug#5649.
dd21b621 1133
b374f54d
KY
11342010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
1135
1136 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1137
71572c03
JD
11382010-02-28 Jan Djärv <jan.h.d@swipnet.se>
1139
1140 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1141
00cffdeb
MA
11422010-02-28 Michael Albinus <michael.albinus@gmx.de>
1143
1144 * net/tramp.el (tramp-handle-write-region): START can be a string.
1145 Take care in the checks. Reported by Dan Davison
1146 <davison@stats.ox.ac.uk>.
1147
d4b06783
MA
11482010-02-28 Michael Albinus <michael.albinus@gmx.de>
1149
1150 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
1151 (dbus-set-property, dbus-get-all-properties):
1152 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 1153
8c3e96d2
CY
11542010-02-28 Chong Yidong <cyd@stupidchicken.com>
1155
de3a1fe9
CY
1156 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1157 * emacs-lisp/elint.el (elint-add-required-env):
1158 * cedet/semantic/db-find.el
1159 (semanticdb-find-translate-path-brutish-default):
1160 * cedet/ede/make.el (ede-make-check-version):
1161 * calendar/icalendar.el (icalendar--add-diary-entry):
1162 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
1163 * files.el (recover-session-finish): Use with-current-buffer
1164 instead of save-excursion.
1165
c53b9c3b
SM
11662010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
1167
1168 Fix in-buffer completion when after-change-functions modify the buffer.
1169 * minibuffer.el (completion--replace): New function.
1170 (completion--do-completion): Use it and use relative movement.
1171
4a16bdc6
CY
11722010-02-27 Chong Yidong <cyd@stupidchicken.com>
1173
1174 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 1175
b8280f39
CY
11762010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
1177
c53b9c3b
SM
1178 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1179 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 1180
f88cc4d6
KH
11812010-02-26 Kenichi Handa <handa@m17n.org>
1182
1183 * language/burmese.el: Fix entries in composition-function-table.
1184 (myanmar-composable-pattern): New variable.
1185
1186 * international/fontset.el (setup-default-fontset): Add an entry
1187 for myanmar.
1188
1189 * international/characters.el (script-list): Add Myanmar
1190 Extended-A.
1191
cdbf9100
GM
11922010-02-26 Glenn Morris <rgm@gnu.org>
1193
90a94603
GM
1194 * custom.el (custom-initialize-delay): Doc fix.
1195
cdbf9100
GM
1196 * mail/sendmail.el (send-mail-function): Autoload the call
1197 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
1198
8a249abc
AM
11992010-02-25 Alan Mackenzie <acm@muc.de>
1200
1201 * progmodes/cc-engine.el (c-clear-<-pair-props)
1202 (c-clear->-pair-props): Correct to wipe category text props, not
1203 syntax-table ones.
1204
1205 * progmodes/cc-mode.el (c-after-change): Remove any hard
1206 syntax-table properties for <, > which, e.g., C-y has
1207 inopportunely converted from category properties.
1208
f95a5fd0
CY
12092010-02-24 Chong Yidong <cyd@stupidchicken.com>
1210
1211 * files.el (hack-local-variables-filter): For eval forms, also
1212 check safe-local-variable-p (Bug#5636).
1213
6583ba0e
CY
12142010-02-24 Eduard Wiebe <usenet@pusto.de>
1215
1216 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
1217 and use c(ad)r of cddr (Bug#5640).
1218
459a5f4b
MA
12192010-02-22 Michael Albinus <michael.albinus@gmx.de>
1220
1221 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
1222 setting the modes by `ignore-errors'. It might fail, for example
1223 if the file is not owned by the user but the group.
1224 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
1225
bb23f6e8
CY
12262010-02-21 Chong Yidong <cyd@stupidchicken.com>
1227
50c58e27
CY
1228 * files.el (directory-listing-before-filename-regexp): Use
1229 stricter matching for iso-style dates, to avoid false matches with
1230 date-like filenames (Bug#5597).
1231
b660eb70
CY
1232 * htmlfontify.el (htmlfontify): Doc fix.
1233
1234 * eshell/eshell.el (eshell): Doc fix.
1235
bb23f6e8
CY
1236 * startup.el (fancy-about-screen): In mode-line, apply
1237 mode-line-buffer-id face only to the buffer name (Bug#5613).
1238
3e39928c
CY
12392010-02-20 Kevin Ryde <user42@zip.com.au>
1240
f7e0618c
JB
1241 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1242 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
1243 (Bug#5599).
1244
0f00e948
EZ
12452010-02-20 Eli Zaretskii <eliz@gnu.org>
1246
1247 * subr.el (remove-yank-excluded-properties): Explain in a comment
1248 why `category' property is removed.
1249
3513efb2
CY
12502010-02-19 Chong Yidong <cyd@stupidchicken.com>
1251
1252 * isearch.el (isearch-update-post-hook, isearch-update): Revert
1253 2010-02-17 change.
1254
b4340b3f
UJ
12552010-02-19 Ulf Jasper <ulf.jasper@web.de>
1256
1257 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
1258 (icalendar--convert-weekly-to-ical)
1259 (icalendar--convert-yearly-to-ical)
1260 (icalendar--convert-block-to-ical)
1261 (icalendar--convert-cyclic-to-ical)
1262 (icalendar--convert-anniversary-to-ical): Take care of time
1263 specifications where hour has 1-digit only (Bug#5549).
1264
8cfae03d
NR
12652010-02-19 Nick Roberts <nickrob@snap.net.nz>
1266
1267 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
1268 of disassemble output in GDB 7.1.
1269
055e4eea
GM
12702010-02-19 Glenn Morris <rgm@gnu.org>
1271
1272 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
1273 property. (Bug#5593)
1274
ff6b00de
SS
12752010-02-18 Sam Steingold <sds@gnu.org>
1276
1277 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1278
fe8c0b47
SM
12792010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1280
1281 Use abbreviated file names in bookmarks (bug#5591).
1282 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
1283 calls to expand-file-name.
1284 (bookmark-relocate): Use abbreviated file names in bookmarks.
1285 (bookmark-load): Use abbreviated file names in messages.
1286
73a37a69
MA
12872010-02-18 Michael Albinus <michael.albinus@gmx.de>
1288
1289 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
1290 expand "." and "..". Reported by Thierry Volpiatto
1291 <thierry.volpiatto@gmail.com>.
1292
6e4f5731
MA
12932010-02-18 Michael Albinus <michael.albinus@gmx.de>
1294
1295 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
1296 permissions of the temporary file to "0600". In case the remote
1297 file has no read permissions for the owner, there might be
1298 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
1299
130022010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
1301
1302 * emacs-lisp/authors.el (authors-renamed-files-alist):
1303 Add entries for INSTALL.CVS.
1304
ba5bf642
MH
13052010-02-17 Mark A. Hershberger <mah@everybody.org>
1306
f7e0618c 1307 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 1308
f7e0618c 1309 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
1310 (isearch-update): Use the new hook.
1311
aac0b0f2
MA
13122010-02-16 Michael Albinus <michael.albinus@gmx.de>
1313
fe8c0b47
SM
1314 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1315 Fix errors in copying directories.
aac0b0f2
MA
1316 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
1317 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
1318 (tramp-handle-delete-file)
1319 (tramp-handle-dired-recursive-delete-directory)
1320 (tramp-handle-write-region): Flush also the cache for the upper
1321 directory.
1322
05bbe066
CY
13232010-02-16 Chong Yidong <cyd@stupidchicken.com>
1324
e8ab3908
CY
1325 * simple.el (save-interprogram-paste-before-kill): Doc fix.
1326
ff90f4b0
CY
1327 * cus-edit.el (hardware): Doc fix.
1328
1329 * man.el (man): Add to external custom group.
1330
1331 * delim-col.el (columns): Move to wp custom group.
1332
1333 * doc-view.el (doc-view): Add to data custom group.
1334
1335 * cedet/data-debug.el (data-debug): Move to extensions group.
1336
1337 * cedet/ede.el (ede):
1338 * cedet/srecode.el (srecode):
1339 * cedet/semantic.el (semantic): Put in tools and extensions group.
1340
fe8c0b47 1341 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 1342
05bbe066
CY
1343 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
1344 by ispell-parse-output (Bug#5575).
1345
fa6ea913
KH
13462010-02-16 Kenichi Handa <handa@m17n.org>
1347
1348 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
1349 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
1350 (skkdic-convert): Use `euc-japan' coding system for writing.
1351
88fd78ae
GM
13522010-02-16 Glenn Morris <rgm@gnu.org>
1353
1354 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
1355 tex-main-file before using it. (Bug#5562)
1356
2b8c974a
SM
13572010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1358
1359 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
1360 warnings, since it is annoying for the user to see them each time he
1361 runs the code.
1362
7540f029
MA
13632010-02-15 Michael Albinus <michael.albinus@gmx.de>
1364
1365 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1366 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
1367 instead of PROC for caching "first-password-request". Otherwise,
1368 new processes would not profit from passwords already entered.
1369
2b8c974a
SM
1370 * net/tramp-cache.el (tramp-dump-connection-properties):
1371 Don't save "first-password-request" property.
7540f029 1372
fa5f7c5f
JB
13732010-02-14 Juanma Barranquero <lekktu@gmail.com>
1374
1375 * outline.el (outline-head-from-level):
1376 * simple.el (with-wrapper-hook):
1377 * cedet/ede.el (ede-run-target, project-delete-target)
1378 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
1379 (ede-adebug-project, ede-adebug-project-parent)
1380 (ede-adebug-project-root):
1381 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
1382 (elint-defun, elint-buffer-env, elint-top-form-logged)
1383 (elint-unbound-variable):
1384 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
1385 Fix typos in docstrings.
1386
ecbaeb7b
MA
13872010-02-14 Michael Albinus <michael.albinus@gmx.de>
1388
1389 * files.el (insert-directory): When WILDCARD-REGEXP and
1390 FULL-DIRECTORY-P are nil, insert the file entry instead of the
1391 whole directory. (Bug#5551)
1392
1393 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
1394 dired's alignment sanity. (Bug#5516)
1395
91e3333f
JL
13962010-02-14 Juri Linkov <juri@jurta.org>
1397
1398 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
1399 Remove remaining ^H with their preceding chars. (Bug#5566)
1400
36020642
GM
14012010-02-13 Glenn Morris <rgm@gnu.org>
1402
1403 * simple.el (transpose-subr): Give it a doc-string.
1404
1405 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
1406 Doc fixes.
1407
f5952338
JL
14082010-02-12 Juri Linkov <juri@jurta.org>
1409
1410 * arc-mode.el (archive-unique-fname): Make directories for nested
1411 archives. (Bug#5540)
1412
918fe50f
JL
14132010-02-12 Juri Linkov <juri@jurta.org>
1414
1415 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
1416
c07ff221
SM
14172010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1418
48b1e7cf
SM
1419 * subr.el (copy-overlay): Handle deleted overlays.
1420
c07ff221
SM
1421 * man.el (Man-completion-table): Don't signal an error if we can't run
1422 manual-program (bug#4056).
1423
0e374247
JB
14242010-02-10 Juanma Barranquero <lekktu@gmail.com>
1425
1426 * textmodes/artist.el (artist-mt): Fix typos in docstring.
1427
dbf8402b
SM
14282010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1429
348d1e60
SM
1430 * info.el (Info-bookmark-jump): Simplify.
1431
dbf8402b
SM
1432 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1433 (bookmark-default-handler): Accept new bookmark field `buffer'.
1434
e6d23bb5
CY
14352010-02-10 Chong Yidong <cyd@stupidchicken.com>
1436
1437 * iswitchb.el (iswitchb-completions): Revert last change.
1438
a8e4290b
MA
14392010-02-10 Michael Albinus <michael.albinus@gmx.de>
1440
2b23acde 1441 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
1442 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1443 This prevents file names like "~/" being listed literally.
a8e4290b 1444
c59d6fad
DN
14452010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1446
348d1e60
SM
1447 * term/xterm.el (xterm-maybe-set-dark-background-mode):
1448 Remove dead code. (Bug#5546)
c59d6fad 1449
3a66e78f
CY
14502010-02-09 Chong Yidong <cyd@stupidchicken.com>
1451
1452 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1453 correctly (Bug#5548).
1454
f29fd869
CY
14552010-02-08 Jose E. Marchesi <jemarch@gnu.org>
1456
1457 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 1458 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 1459
7fad1447
KH
14602010-02-08 Kenichi Handa <handa@m17n.org>
1461
1462 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 1463 cookie for putting `lisp-indent-function'.
7fad1447 1464
50e4518b
GM
14652010-02-07 Glenn Morris <rgm@gnu.org>
1466
1467 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1468 Move F2003 named interfaces from keywords-2 to keywords-1, and
1469 use function-name-face rather than constant-face.
1470 Simplify "abstract interface" regexp.
1471
a4cc44cf
CY
14722010-02-07 Chong Yidong <cyd@stupidchicken.com>
1473
1474 * eshell/esh-util.el (eshell-file-attributes): New optional arg
1475 ID-FORMAT. Pass it to `file-attributes'.
1476
1477 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1478
c917476d
CY
14792010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
1480
1481 * faces.el (set-face-attribute): Allow calling
1482 internal-set-lisp-face-attribute with 'unspecified family and
1483 foundry argument (Bug#5536).
1484
7cf3f3d6
GM
14852010-02-07 Glenn Morris <rgm@gnu.org>
1486
1487 * progmodes/f90.el (f90-font-lock-keywords-2)
1488 (f90-looking-at-type-like, f90-looking-at-program-block-end):
1489 Handle F2003 named interfaces.
1490
ffe87109
CY
14912010-02-06 Chong Yidong <cyd@stupidchicken.com>
1492
1493 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1494 beg and end before calling c-get-state-before-change-functions.
1495
4775ecad
DN
14962010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
1497
1498 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1499
0d17c4b9
JL
15002010-02-05 Juri Linkov <juri@jurta.org>
1501
1502 * doc-view.el (doc-view-mode):
1503 * image-mode.el (image-mode): Put property mode-class=special.
1504 (Bug#4896)
1505
8228a275
MH
15062010-02-05 Mark A. Hershberger <mah@everybody.org>
1507
1508 * vc-svn.el (vc-svn-revision-table): New function.
1509
d9320986
MA
15102010-02-05 Michael Albinus <michael.albinus@gmx.de>
1511
1512 * net/ange-ftp.el (ange-ftp-insert-directory):
1513 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1514 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1515 Handle also directories. (Bug#5478)
1516
f43d8ecc
GM
15172010-02-05 Glenn Morris <rgm@gnu.org>
1518
1519 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1520
ce3a988d
CY
15212010-02-05 Chong Yidong <cyd@stupidchicken.com>
1522
1523 * startup.el (command-line-1): Convert options beginning with a
1524 single dash as well (Bug#5519).
1525
bdd42899
SM
15262010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1527
51b23c44
SM
1528 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1529 * minibuffer.el (completion-initials-expand): Only check the presence
1530 of delims *within* the boundaries, since otherwise the / delim is
1531 always found for files.
1532
bdd42899
SM
1533 Fix up various corner case problems.
1534 * doc-view.el (doc-view-last-page-number): New function.
1535 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1536 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1537 (doc-view-kill-proc): Avoid inf-loop in freak cases.
1538 (doc-view-reconvert-doc): Use the new recursive delete-directory.
1539 (doc-view-convert-current-doc): Don't create the resolution.el file
1540 here any more.
1541 (doc-view-pdf/ps->png): Do it here instead.
1542 (doc-view-already-converted-p): Check that resolution.el is present.
1543 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1544 windows that are not yet showing images.
1545
dd969a56
AM
15462010-02-04 Alan Mackenzie <acm@muc.de>
1547
1548 Change strategy for marking < and > as template delimiters: mark
1549 them strictly in matching pairs.
1550
51b23c44
SM
1551 * cc-mode.el (c-before-change):
1552 Use c-get-state-before-change-functions.
dd969a56
AM
1553 (c-common-init): Adapt to use
1554 c-get-state-before-change-functions (note plural).
1555
1556 * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
1557 for searching syntactically for matching <s and >s.
1558 (c-get-state-before-change-functions): New language variable (note
1559 the plural) which supersedes c-get-state-before-change-function.
1560
1561 * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
1562 (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
1563 (c-clear->-pair-props-if-match-before)
51b23c44 1564 (c-before-change-check-<>-operators): New functions.
dd969a56
AM
1565 (c-after-change-check-<>-operators): Use macro
1566 c-unmark-<->-as-paren.
1567
1568 * cc-defs.el (c-search-backward-char-property): New macro.
1569
1570 * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
1571 and > any more. (These will be handled by font locking.)
1572
d5b3979c
MA
15732010-02-04 Michael Albinus <michael.albinus@gmx.de>
1574
1575 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1576 `dired-uncache' for every elemnt which is an absolute file name.
1577
1578 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1579 directory, handle its directory component.
1580 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1581 function is called permanently and creates noise, otherwise.
1582
1583 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1584 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1585 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
1586
b003beb1
DB
15872010-02-04 David Burger <dburger@google.com> (tiny change)
1588
1589 * macros.el (apply-macro-to-region-lines):
1590 Minor simplification. (Bug#5485)
1591
ea92f9f3
GM
15922010-02-04 Glenn Morris <rgm@gnu.org>
1593
a03ae20d
GM
1594 * mail/rmail.el (rmail-show-message-1): Handle malformed
1595 quoted-printable text. (Bug#5441)
1596
4d01b827
GM
1597 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1598
ea92f9f3
GM
1599 * simple.el (visual-line-mode): Capitalize lighter.
1600
82055bb7
JW
16012010-02-03 John Wiegley <jwiegley@gmail.com>
1602
1603 * iswitchb.el (iswitchb-completions): Add bookmark files to the
1604 list of files considered for "virtual buffer" completions.
1605
8214b6e4
MA
16062010-02-03 Michael Albinus <michael.albinus@gmx.de>
1607
1608 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1609 also in case of (and (not full) (not wildcard)). This is needed,
1610 when dired is called with a list of files, which are not in
1611 `default-directory'. (Bug#5478)
1612
1df9718f
SM
16132010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
1614
1615 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1616
02ba1267
JL
16172010-02-02 Juri Linkov <juri@jurta.org>
1618
1619 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1620 from unidiff to allow function-line after @@.
1621
a0c6a0fb
JL
16222010-02-02 Juri Linkov <juri@jurta.org>
1623
1624 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1625 '(RCS SCCS) with inverted condition.
1626
c35fcd52
MA
16272010-02-02 Michael Albinus <michael.albinus@gmx.de>
1628
1629 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1630 messages.
1631
6ba973c1
JL
16322010-02-01 Juri Linkov <juri@jurta.org>
1633
1634 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1635 compare with "pkunzip" and "pkzip" instead of only "pkzip".
1636 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1637 only when (car archive-zip-extract) is "unzip". (Bug#5475)
1638
0bca393f
SM
16392010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1640
1641 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1642 (doc-view-revert-buffer): New command.
1643 (doc-view-mode-map): Use it.
1644
7a444e2a
DN
16452010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
1646
1647 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1648 pending merge is detected.
1649
ad6fc8f4
JL
16502010-01-31 Juri Linkov <juri@jurta.org>
1651
1652 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1653 beginning of interactive spec like all other grep commands do.
1654 Put "all" in front of "gz". (Bug#5260)
1655
b9236874
DN
16562010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
1657
1658 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1659
1e868757
CY
16602010-01-29 Chong Yidong <cyd@stupidchicken.com>
1661
1662 * dirtrack.el (dirtrack): Warn instead of signalling error if the
1663 regexp is incorrect (Bug#5476).
1664
e5c70c41
MA
16652010-01-29 Michael Albinus <michael.albinus@gmx.de>
1666
1667 * net/tramp.el (tramp-handle-insert-directory): Handle also
1668 symlinks, when FILENAME is not in `default-directory'.
1669
0c0b61f1
MA
16702010-01-28 Michael Albinus <michael.albinus@gmx.de>
1671
1672 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 1673 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
1674
1675 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1676 of SWITCHES. Handle the case, FILENAME is not in
1677 `default-directory'. (Bug#5478)
1678 (tramp-register-file-name-handlers): Add safe-magic property.
1679
763f325e
CY
16802010-01-28 Chong Yidong <cyd@stupidchicken.com>
1681
1682 * arc-mode.el (archive-zip-extract): Quote the argument passed to
1683 unzip (Bug#5475).
1684
fd09a83f
CY
16852010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
1686
1687 * progmodes/flymake.el (flymake-allowed-file-name-masks)
1688 (flymake-master-make-header-init): Add other C++ filename masks.
1689 (flymake-find-possible-master-files)
1690 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1691
7e5686f0
MA
16922010-01-28 Michael Albinus <michael.albinus@gmx.de>
1693
1694 Fix some busybox annoyances.
1695
1696 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1697 not responding." string.
1698 (tramp-open-connection-setup-interactive-shell): Dump stty
1699 settings. Enable "neveropen" arg for all `tramp-send-command'
1700 calls. Handle "=" in variable values properly.
1701 (tramp-find-inline-encoding): Raise an error, when no encoding is
1702 found.
1703 (tramp-wait-for-output): Check, whether PROC buffer is available.
1704 Remove spurious " ^H" sequences, sent by busybox.
1705 (tramp-get-ls-command): Suppress coloring, if possible.
1706
c6265c10
GM
17072010-01-28 Glenn Morris <rgm@gnu.org>
1708
c85a168b
GM
1709 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
1710
c6265c10
GM
1711 * log-edit.el (log-edit-strip-single-file-name): Add missing
1712 :safe, :group, and :version tags.
1713
7d82a738
SB
17142010-01-27 Stephen Berman <stephen.berman@gmx.net>
1715
1716 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1717 buffers. (Bug#5477)
1718
8b0e68ea
CY
17192010-01-27 David De La Harpe Golden <david@harpegolden.net>
1720
1721 * files.el (delete-directory): Handle moving to trash without
1722 first doing recursion (Bug#5436).
1723
368d3208
DN
17242010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
1725
1726 * vc-hooks.el (vc-path): Mark as obsolete.
1727
755da7fa
DN
17282010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
1729
e2396d80
DN
1730 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1731 names too.
1732
755da7fa
DN
1733 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1734 for the short log.
1735 (vc-bzr-log-view-mode): Adjust regexp for the above change.
1736
6a6d15ab 17372010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 1738
ac9ffe99 1739 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 1740
48c2d18a 1741 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 1742
504dcc71
EH
17432010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
1744
1745 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1746 diff-index command. This requires at least git-1.5.5. (Bug#1589).
1747
51850286
DN
17482010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1749
c2f1d6d8
DN
1750 Remove support for adding --signoff on commit.
1751 Future support will use an incompatible generic mechanism.
1752 * vc-git.el (vc-git-add-signoff): Remove variable.
1753 (vc-git-toggle-signoff): Remove function.
1754 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1755
51850286
DN
1756 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1757 from xterm-set-background-mode. Return t if the background mode
1758 was set.
1759 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1760 earlier, call it again in case the background mode has changed.
1761
02c6d0d0
CY
17622010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
1763
1764 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1765 (Bug#3541).
1766
064eee03
CY
17672010-01-23 Chong Yidong <cyd@stupidchicken.com>
1768
02c6d0d0
CY
1769 * emacs-lisp/assoc.el (aelement): Doc fix.
1770 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 1771
5336c3ec 17722010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 1773
48c2d18a 1774 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
1775 is the same as subprogram call, not declaration. (Bug#5435).
1776
0536254e
MA
17772010-01-23 Michael Albinus <michael.albinus@gmx.de>
1778
1779 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1780 (tramp-smb-maybe-open-connection): Use it.
1781
411d06c2
MA
17822010-01-22 Michael Albinus <michael.albinus@gmx.de>
1783
0536254e 1784 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 1785
c893016b
SM
17862010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1787
1788 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1789 just because we see "encoding: 8bit".
1790 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1791
9425f8e1
CY
17922010-01-22 Chong Yidong <cyd@stupidchicken.com>
1793
1794 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1795
6a801864
EZ
17962010-01-22 Eli Zaretskii <eliz@gnu.org>
1797
1798 * jka-compr.el (jka-compr-load): If load-file is not in
1799 load-history, try its file-truename version. (bug#5447)
1800
3e8f7d91
AM
18012010-01-21 Alan Mackenzie <acm@muc.de>
1802
1803 Fix a situation where deletion of a cpp construct throws an error.
1804 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1805 invoking c-with-all-but-one-cpps-commented-out, check that the
1806 special cpp construct is still in the buffer.
1807 (c-parse-state): Record the special cpp with markers, not numbers.
1808
f0bd0ad5
CY
18092010-01-21 Kenichi Handa <handa@m17n.org>
1810
1811 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1812 process last-command-event, as it is now decoded first (Bug#5380).
1813
5189d95b
CY
18142010-01-20 Chong Yidong <cyd@stupidchicken.com>
1815
1816 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1817
e073d74a
GM
18182010-01-20 Glenn Morris <rgm@gnu.org>
1819
1820 * indent.el (tab-always-indent): Fix custom-type.
1821
8ee04f3a
AM
18222010-01-19 Alan Mackenzie <acm@muc.de>
1823
1824 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1825 buffer throws "args out of range".
1826 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1827 playing the role of delimiter.
1828
6a47c86a
SL
18292010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
1830
bf0b361c 1831 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
1832 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1833 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1834 changed. Delete RECURSIVE parameter; never used. Improve doc string.
1835 Improve comments in "is" portion. Handle null procedure declaration.
1836 (ada-move-to-end): Improve doc string.
1837
2acfb954
ÓF
18382010-01-18 Óscar Fuentes <ofv@wanadoo.es>
1839
e90d57c0 1840 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 1841 Remove obsolete information from commentary.
e90d57c0
JB
1842 (ido-choice-list): Initialize to nil.
1843 (ido-get-bufname): Reject minibuffers.
1844 (ido-make-buffer-list): If "default" is a nonexistent
1845 buffer, ignore it, as per the function's comment.
1846 (ido-kill-buffer-internal): New function.
1847 (ido-kill-buffer-at-head): Use it.
1848 (ido-visit-buffer): Likewise.
2acfb954 1849
244b023e
CY
18502010-01-18 Chong Yidong <cyd@stupidchicken.com>
1851
1852 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1853
db9e401b
JB
18542010-01-18 Juanma Barranquero <lekktu@gmail.com>
1855
1856 * cedet/ede/locate.el (ede-locate-file-in-project)
1857 (ede-locate-file-in-project-impl): Fix typos in docstrings.
1858 (ede-enable-locate-on-project): Fix typos in error messages.
1859
1860 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1861 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1862 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1863 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1864 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1865 Fix typos in menu help.
1866
1867 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1868 Fix typos in chart titles.
1869
1870 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1871 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1872 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1873 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1874 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1875 (semantic-parse-stream, semantic-parse-region)
1876 (semantic-parse-region-default, semantic--set-buffer-cache)
1877 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1878 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1879 (semantic-default-submodes):
1880 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1881 (semanticdb-create-ebrowse-database)
1882 (semanticdb-find-tags-for-completion-method)
1883 (semanticdb-find-tags-by-class-method)
1884 (semanticdb-deep-find-tags-by-name-method)
1885 (semanticdb-deep-find-tags-for-completion-method):
1886 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1887 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1888 (semanticdb-find-tags-for-completion-method)
1889 (semanticdb-find-tags-by-class-method)
1890 (semanticdb-deep-find-tags-for-completion-method):
1891 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1892 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1893 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1894 (semanticdb-find-tags-by-name-method)
1895 (semanticdb-find-tags-by-name-regexp-method)
1896 (semanticdb-find-tags-for-completion-method)
1897 (semanticdb-find-tags-by-class-method)
1898 (semanticdb-find-tags-external-children-of-type-method)
1899 (semanticdb-find-tags-subclasses-of-type-method)
1900 (semanticdb-deep-find-tags-by-name-method)
1901 (semanticdb-deep-find-tags-by-name-regexp-method)
1902 (semanticdb-deep-find-tags-for-completion-method):
1903 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1904 (semanticdb-enable-gnu-global-in-buffer)
1905 (semanticdb-find-tags-for-completion-method)
1906 (semanticdb-deep-find-tags-by-name-method)
1907 (semanticdb-deep-find-tags-for-completion-method):
1908 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1909 (javascript-mode, semanticdb-find-translate-path)
1910 (semanticdb-find-tags-for-completion-method)
1911 (semanticdb-find-tags-by-class-method)
1912 (semanticdb-deep-find-tags-by-name-method)
1913 (semanticdb-deep-find-tags-for-completion-method)
1914 (semanticdb-find-tags-external-children-of-type-method):
1915 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1916 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1917 (global-semantic-idle-scheduler-mode):
1918 * cedet/srecode/dictionary.el (srecode-field-value)
1919 (srecode-dictionary-add-section-dictionary):
1920 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1921 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1922 (describe-class, eieio-describe-generic, describe-generic):
1923 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1924 (eieio-speedbar-expand):
1925 * emulation/viper-cmd.el (viper-exec-form-in-vi)
1926 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1927 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1928 (viper-del-backward-char-in-replace, viper-backward-indent)
1929 (viper-brac-function, viper-register-to-point, viper-submit-report):
1930 * net/tramp.el (tramp-remote-coding-commands):
1931 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1932 Fix typos in docstrings.
1933
9295137d
CY
19342010-01-17 Chong Yidong <cyd@stupidchicken.com>
1935
1936 * mail/sendmail.el (mail-yank-original): Set the mark if the
1937 specified function for yanking does not do it.
1938
4d0bbcb6
DN
19392010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
1940
7902c120
DN
1941 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
1942
4d0bbcb6
DN
1943 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1944 resyncing a directory.
1945
0b702bc1
SL
19462010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
1947
6a47c86a 1948 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
1949 (ada-ident-re): Delete ., allow multibyte characters.
1950 (ada-goto-label-re): New; matches goto labels.
1951 (ada-block-label-re): New; matches block labels.
1952 (ada-label-re): New; matches both.
1953 (ada-named-block-re): Deleted; callers changed to use
1954 `ada-block-label-re' instead.
1955 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1956 Use `ada-block-label-re'.
1957 (ada-indent-on-previous-lines): Improve handling of goto labels.
1958 (ada-get-indent-block-start): Special-case block label.
1959 (ada-get-indent-label): Split into `ada-indent-block-label' and
1960 `ada-indent-goto-label'.
1961 (ada-goto-stmt-start, ada-goto-next-non-ws):
1962 Optionally ignore goto labels.
1963 (ada-goto-next-word): Simplify.
1964 (ada-indent-newline-indent-conditional): Insert newline before
1965 trying to fix indentation; doc fix.
1966
05287c49
JB
19672010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
1968
1969 * calc/calc.el (calc-command-flags): Give it an initial value.
1970
44e82a0b
GM
19712010-01-17 Glenn Morris <rgm@gnu.org>
1972
1973 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1974
4963739e
JB
19752010-01-17 Juanma Barranquero <lekktu@gmail.com>
1976
1977 * cedet/semantic.el (semantic-mode):
1978 * files.el (minibuffer-with-setup-hook):
1979 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
1980 (artist-key-draw-continously, artist-key-do-continously-continously)
1981 (artist-key-set-point-continously, artist-mouse-draw-continously):
1982 Fix typos in docstrings.
1983
116bd1ee
CY
19842010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
1985
1986 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
1987 return t (Bug#3898).
1988
2784cd7a 19892010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
1990
1991 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
1992 can parse the output of the external commands (Bug#5279).
1993
abd5cfe8
CY
19942010-01-16 Jari Aalto <jari.aalto@cante.net>
1995
1996 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
1997
4fe22cdf
CY
19982010-01-16 Chong Yidong <cyd@stupidchicken.com>
1999
bbdc98ef
CY
2000 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2001
c7dc1ac1
CY
2002 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2003
4fe22cdf
CY
2004 * startup.el (command-line): Remove unused --icon-type arg.
2005 Handle --display arg, passing it to command-line-1 (Bug#5392).
2006
045b9da7
ML
20072010-01-16 Mario Lang <mlang@delysid.org>
2008
2009 * cedet/ede/cpp-root.el (ede-cpp-root-project):
2010 * cedet/ede/files.el (ede-expand-filename):
2011 * cedet/ede/simple.el (ede-simple-project):
2012 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2013 (semantic-complete-inline-tag-engine):
2014 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2015 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
2016 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2017 * cedet/semantic/db.el (semanticdb-equivalent-mode):
2018 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
2019 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2020 * emacs-lisp/chart.el (chart-translate-namezone):
2021 * textmodes/artist.el (artist-compute-popup-menu-table):
2022 Remove duplicated words in doc-strings.
2023
6554a5df
CY
20242010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
2025
2026 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2027 to mairix-search to suppress threading (Bug#5342).
2028
ca4f0e9a
KH
20292010-01-15 Kenichi Handa <handa@m17n.org>
2030
2031 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 2032 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 2033
1db3226b
GM
20342010-01-15 Glenn Morris <rgm@gnu.org>
2035
56a03f46
GM
2036 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
2037
2038 * wid-edit.el (widget-keymap): Doc fix.
2039
1db3226b
GM
2040 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2041 former seems to be more widely accepted by various svn versions.
2042
80cd4bb4
JB
20432010-01-14 Juanma Barranquero <lekktu@gmail.com>
2044
d1f18ec0
JB
2045 * find-cmd.el (find-constituents):
2046 * vc-arch.el (vc-arch-root):
2047 * window.el (window-body-height, pop-up-frames):
2048 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
2049 (semantic-no-reparse-needed-change-hook):
2050 * cedet/srecode/insert.el (srecode-resolve-argument-list)
2051 (srecode-template-inserter-blank, srecode-template-inserter-variable)
2052 (srecode-template-inserter-ask, srecode-template-inserter-width)
2053 (srecode-template-inserter-section-start)
2054 (srecode-template-inserter-section-end, srecode-insert-method):
2055 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2056 * progmodes/ada-stmt.el (ada-if):
2057 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2058 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2059 (ispell-encoding8-command, ispell-aspell-supports-utf8)
2060 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2061
80cd4bb4
JB
2062 * progmodes/flymake.el (flymake-post-syntax-check):
2063 Fix typo in error message.
2064
9c23ca47
JB
20652010-01-14 Juanma Barranquero <lekktu@gmail.com>
2066
2067 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2068 which is always a string. (Bug#5313)
2069
8794c483
JB
20702010-01-14 Juanma Barranquero <lekktu@gmail.com>
2071
2072 * progmodes/ada-xref.el (ada-default-prj-properties):
2073 Simplify previous change.
2074
95005d39
SL
20752010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2076
2077 * progmodes/ada-xref.el (ada-default-prj-properties):
2078 Default ada_project_path to $ADA_PROJECT_PATH.
2079
20802010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
2081
2082 * progmodes/ada-mode.el (ada-create-keymap):
2083 Override `narrow-to-defun' with `ada-narrow-to-defun'.
2084
fb0d1545
SL
20852010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2086
2087 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2088 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2089 (ada-get-current-indent, ada-imenu-generic-expression)
2090 (ada-which-function): Check for it.
2091
5c9434d0
SL
20922010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2093
2094 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2095 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2096
3a4f3a3b
GM
20972010-01-14 Glenn Morris <rgm@gnu.org>
2098
2099 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
2100
d9a7c140
KH
21012010-01-14 Kenichi Handa <handa@m17n.org>
2102
2103 * composite.el (auto-composition-mode): Make it a buffer local
2104 variable (permanent-local).
2105 (auto-composition-function): Set the default value to
2106 auto-compose-chars.
49caf252 2107 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
2108 (global-auto-composition-mode): Likewise.
2109 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 2110
38bee102
KF
21112010-01-13 Karl Fogel <kfogel@red-bean.com>
2112
2113 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 2114
b8b45afc
MA
21152010-01-12 Michael Albinus <michael.albinus@gmx.de>
2116
2117 * files.el (copy-directory): Compute target for recursive
2118 directories with identical names. (Bug#5343)
2119
893db5bc
GM
21202010-01-12 Glenn Morris <rgm@gnu.org>
2121
2122 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2123 it to bug-gnu-emacs rather than emacs-pretest-bug.
2124
2f27e6d4
JB
21252010-01-12 Juanma Barranquero <lekktu@gmail.com>
2126
2127 * cedet/data-debug.el (data-debug): Fix customization group reference.
2128
91abaf51
JB
21292010-01-12 Juanma Barranquero <lekktu@gmail.com>
2130
2131 * cedet/semantic/analyze.el (semantic-analyze-push-error)
2132 (semantic-analyze-context, semantic-analyze-context-assignment)
2133 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
2134 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
2135 (semantic-java-doc-keywords-map):
2136 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
2137 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
2138 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
2139 (semantic-c-classname, semantic-format-tag-uml-prototype)
2140 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
2141 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
2142 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
2143 (semantic-get-local-variables, semantic-end-of-command)
2144 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
2145 (lisp-mode):
2146 * cedet/semantic/bovine/make.el (makefile-mode):
2147 * cedet/semantic/wisent/python.el (wisent-python-string-re)
2148 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
2149 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
2150 (semantic-lex, semantic-get-local-variables, python-mode):
2151 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
2152 * cedet/srecode/extract.el (srecode-extract-state-set)
2153 (srecode-extract-method): Fix typos in docstrings.
2154
d8b8451f
SS
21552010-01-11 Sam Steingold <sds@gnu.org>
2156
2157 * imenu.el (imenu-default-create-index-function): Detect infinite
2158 loops caused by imenu-prev-index-position-function.
2159
30afcdff
JB
21602010-01-11 Juanma Barranquero <lekktu@gmail.com>
2161
2162 * htmlfontify.el (htmlfontify-load-rgb-file)
2163 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2164 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2165 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2166 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2167 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2168 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2169 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2170 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2171 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2172 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2173 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2174 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2175 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2176 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2177 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2178 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2179 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2180 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2181 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2182 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2183 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2184 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2185 backslash-quoting from parentheses, etc.
2186
92b1c416
CY
21872010-01-11 Chong Yidong <cyd@stupidchicken.com>
2188
2189 * progmodes/js.el: Autoload javascript-mode alias.
2190
4454adab
JB
21912010-01-11 Juanma Barranquero <lekktu@gmail.com>
2192
2193 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2194 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2195 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2196 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2197 Fix typos in docstrings.
2198 (ffap-url-regexp): Doc fix.
2199 (ffap-at-mouse): Fix typo in message.
2200
6589a2f9
GM
22012010-01-11 Glenn Morris <rgm@gnu.org>
2202
2203 * version.el (emacs-copyright): Set copyright year to 2010.
2204
4e5617ee
SM
22052010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2206
2207 * format.el (format-annotate-function): Only set
2208 write-region-post-annotation-function after running to-fn so as not to
2209 affect nested write-region calls (bug#5273).
2210
52bee098
CY
22112010-01-10 Chong Yidong <cyd@stupidchicken.com>
2212
4e5617ee
SM
2213 * cedet/semantic.el (semantic-new-buffer-setup-functions):
2214 Add python parser.
52bee098 2215
a069f067
CY
2216 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2217 wisent/python.el.
2218
52bee098
CY
22192010-01-10 Richard Kim <emacs18@gmail.com>
2220
2221 * cedet/semantic/wisent/python-wy.el:
2222 * cedet/semantic/wisent/python.el: New files.
2223
e709e39d
CY
22242010-01-09 Chong Yidong <cyd@stupidchicken.com>
2225
2226 * man.el (Man-goto-section): Signal error if the section is not
2227 found (Bug#5317).
2228
6ee86780
JB
22292010-01-09 Juanma Barranquero <lekktu@gmail.com>
2230
2231 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2232 URLs with a leading triple slash in the file: scheme. (Bug#5345)
2233
fa7b5f7b
CY
22342010-01-09 Chong Yidong <cyd@stupidchicken.com>
2235
2236 * progmodes/compile.el: Don't treat compile-command as safe if
2237 compilation-read-command might be nil (Bug#4218).
2238
de62c4d9
JD
22392010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2240
2241 * startup.el (command-line-1): Use orig-argi to check for ignored X and
2242 NS options.
2243
e94be827
KH
22442010-01-08 Kenichi Handa <handa@m17n.org>
2245
4e5617ee
SM
2246 * international/fontset.el (build-default-fontset-data):
2247 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 2248
1dfae2a2
JB
22492010-01-07 Juanma Barranquero <lekktu@gmail.com>
2250
2251 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2252 to `create-file-buffer' as it expects, not just a buffer name.
2253 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2254 to help uniquify. (Bug#3224)
2255
d0cf45b7
JD
22562010-01-06 Jan Djärv <jan.h.d@swipnet.se>
2257
2258 * font-setting.el (font-setting-change-default-font): Use user-spec
2259 instead of name.
2260
7534fa5e
DN
22612010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2262
2263 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2264
fd579fdc
CY
22652010-01-05 Tom Tromey <tromey@redhat.com>
2266
4e5617ee
SM
2267 * progmodes/python.el (python-font-lock-keywords):
2268 Handle qualified decorators (Bug#881).
fd579fdc 2269
37860caf
DN
22702010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2271
2272 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2273 in a lightweight checkout.
2274
69db641d
KH
22752010-01-05 Kenichi Handa <handa@m17n.org>
2276
4e5617ee 2277 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 2278
b25d6a02
DN
22792010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2280
2281 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2282
137d88ca
DN
22832010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
2284
2285 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2286 checkouts. (Bug#618)
3d5d0aa9 2287 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
2288 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2289 (vc-bzr-shelve-menu-map):
2290 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2291 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 2292
da76998b
CY
22932010-01-02 Chong Yidong <cyd@stupidchicken.com>
2294
2295 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2296 They are valid characters in URL paths (rfc3986), and at least
2297 Firefox does not understand the encoded version (Bug#3166).
2298
b2ad70b6
CY
22992010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
2300
2301 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
2302 (octave-block-begin-or-end-regexp, octave-block-match-alist):
2303 Add "end" keyword (Bug#3061).
b2ad70b6
CY
2304 (octave-end-as-array-index-p): New function.
2305 (calculate-octave-indent): Use it.
2306
54136282
KF
23072010-01-02 Karl Fogel <kfogel@red-bean.com>
2308
2309 * bookmark.el: Consistently put the text property on the bookmark name.
2310 (bookmark-bmenu-marks-width): Bump back to 2, to include
2311 annotation marks.
2312 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2313 property on the bookmark name, instead of not putting it at all.
2314 (bookmark-bmenu-list): Fix where we put the text property.
2315
cc4d3cad
KF
23162010-01-02 Karl Fogel <kfogel@red-bean.com>
2317
2318 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2319 for showing buffer modified state (as added in the previous change).
2320
b894c439
KF
23212010-01-02 Karl Fogel <kfogel@red-bean.com>
2322
2323 * bookmark.el: Show modified state of bookmark buffer more accurately.
2324 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2325 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2326 (with-buffer-modified-unmodified): New macro.
2327 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2328 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 2329 Use new macro to preserve the buffer modified state.
b894c439 2330
3a69db53
KF
23312010-01-02 Karl Fogel <kfogel@red-bean.com>
2332
4e5617ee 2333 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
2334 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2335 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2336 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2337 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
2338 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2339 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 2340
af414f10
EZ
23412010-01-02 Eli Zaretskii <eliz@gnu.org>
2342
4e5617ee
SM
2343 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2344 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 2345
f2ec0e5e
CY
23462010-01-02 Ryan Yeske <rcyeske@gmail.com>
2347
2348 * net/rcirc.el: Add follow-link binding (Bug#4738).
2349
38c1ba62
EZ
23502010-01-02 Eli Zaretskii <eliz@gnu.org>
2351
4e5617ee 2352 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
2353 (cvs-update): New target for backward compatibility.
2354
4e5617ee 2355 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
2356 (cvs-update): New target for backward compatibility.
2357
ea2c0f5b
KF
23582010-01-02 Karl Fogel <kfogel@red-bean.com>
2359
2360 * bookmark.el: Remove gratuitous gratitude.
2361
5ae329f4
KF
23622010-01-02 Karl Fogel <kfogel@red-bean.com>
2363
47989945
KF
2364 * bookmark.el (bookmark-bmenu-any-marks): New function
2365 (bookmark-bmenu-save): Clear buffer modification if no marks.
2366
23672010-01-02 Karl Fogel <kfogel@red-bean.com>
2368
2369 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
2370 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2371 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2372 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2373
2374 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2375 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2376 To: emacs-devel {_AT_} gnu.org
2377 Subject: bookmark.el bug report
2378 Date: Mon, 28 Dec 2009 14:19:16 +0800
2379 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2380
aef053eb
KF
23812010-01-02 Karl Fogel <kfogel@red-bean.com>
2382
2383 * bookmark.el: Improvements suggested by Drew Adams:
2384 (bookmark-bmenu-ensure-position): New name for
2385 `bookmark-bmenu-check-position'. Just ensure the position,
2386 don't return any meaningful value.
2387 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2388 New constants.
2389
0472835f
JB
23902010-01-02 Juanma Barranquero <lekktu@gmail.com>
2391
2392 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
2393 (bookmark-yank-point, bookmark-bmenu-check-position):
2394 Fix typos in docstrings.
2395 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
2396 (bookmark-name-from-full-record, bookmark-get-position)
2397 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
2398 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
2399 Remove useless quoting of parenthesis, etc. in docstrings.
2400
2401 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
2402 (ediff-append-custom-diff): Fix typo in error message.
2403 (ediff-meta-mark-equal-files): Fix typos in messages.
2404
2405 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
2406
2407 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
2408 Fix typo in docstring.
2409
2410 * net/imap-hash.el (imap-hash-make): Doc fix.
2411 (imap-hash-test): Fix typo in error message; reflow docstring.
2412 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
2413 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
2414 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
2415 Fix typos in docstrings.
2416 (imap-hash-open-connection): Fix typo in error message.
2417
2418 * play/gomoku.el (gomoku): Fix typos in docstring.
2419
2420 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
2421 (gdb-jsonify-buffer): Fix typos in docstring.
2422 (gdb-goto-breakpoint): Fix typo in error message.
2423 ("Display Other Windows"): Fix typo in help message.
2424 (gdb-speedbar-expand-node): Fix typo in question.
2425
2426 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
2427 (idlwave-html-system-help-location, idlwave-html-help-location)
2428 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
2429 (idlwave-help-browser-generic-args, idlwave-help-directory)
2430 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
2431 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2432 (idlwave-online-help, idlwave-help-html-link)
2433 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2434 Fix typos in docstrings.
2435 (idlwave-help-with-source, idlwave-help-find-routine-definition):
2436 Reflow docstrings.
2437 (idlwave-help-assistant-start): Fix typo in error message.
2438
2439 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2440 (octave-electric-space): Fix typos in docstrings.
2441
9bbe0828
CY
24422010-01-01 Chong Yidong <cyd@stupidchicken.com>
2443
2444 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2445
a88c46c3
CY
24462010-01-01 Juri Linkov <juri@jurta.org>
2447
2448 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 2449 increase the default to 500 (Bug#5148).
a88c46c3 2450
7ee6c59b
NR
24512009-12-31 Nick Roberts <nickrob@snap.net.nz>
2452
2453 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2454 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2455 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2456
a9c8a2cd
NR
24572009-12-30 Nick Roberts <nickrob@snap.net.nz>
2458
2459 Show working revision correctly for mercurial.
2460 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 2461 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 2462
659e4408
JB
24632009-12-29 Juanma Barranquero <lekktu@gmail.com>
2464
2465 Declare some functions for the byte-compiler.
2466 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2467 (speedbar-timer-fn, speedbar-change-expand-button-char)
2468 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2469
7ee6c59b
NR
24702009-12-29 Nick Roberts <nickrob@snap.net.nz>
2471
2472 This changeset reverts GDB Graphical Interface to use annotations.
2473 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2474
460f6e7c
DN
24752009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2476
2477 Make vc-dir work on subdirectories of the bzr root.
2478 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
2479 file names relative to it.
2480 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2481 relative directory to vc-bzr-after-dir-status.
2482
543f553a
TH
24832009-12-28 Tassilo Horn <tassilo@member.fsf.org>
2484
2485 * font-lock.el (font-lock-refresh-defaults): New function, which
2486 can be used to let font-lock react to external changes in
2487 variables like font-lock-defaults and keywords.
2488 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2489
2592ab76
DN
24902009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
2491
ac859983
DN
2492 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2493
2592ab76
DN
2494 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2495
58941d03
JB
24962009-12-28 Juanma Barranquero <lekktu@gmail.com>
2497
2498 Supersede color.diff settings in git log (bug#5211).
2499
2500 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2501 escape chars in its output when the user has color.diff set to `always'.
2502 This fix works on git 1.4.2 and newer (released on 2006-08-13).
2503
39764e76
KR
25042009-12-26 Kevin Ryde <user42@zip.com.au>
2505
2506 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2507 node. Keep previous "Index" name to work with past coreutils too.
2508
91c4831e
KR
2509 * man.el (man): Revise docstring a bit to show -a and -l as
2510 examples. Add -k description since support for it has otherwise
2511 been a secret. (Further to bug#3717.)
651e932e
KR
2512 (Man-bgproc-sentinel): When "-k foo" produces no output show error
2513 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 2514 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 2515
7f4d4a97
MA
25162009-12-26 Michael Albinus <michael.albinus@gmx.de>
2517
2518 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2519 switches. Check also for //SUBDIRED// line.
2520
bcffff46
KH
25212009-12-25 Kenichi Handa <handa@m17n.org>
2522
2523 * language/indian.el (devanagari-composable-pattern): Fixed to
2524 handle ZWNJ and ZWJ. Use it in composition-function-table for
2525 Devanagari.
2526 (malayalam-composable-pattern): Fix previous change.
2527
dc1dcfa4
VJL
25282009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2529
2530 * ps-print.el (ps-face-attributes): It was not returning the
2531 attribute face for faces specified as string. Reported by harven
2532 <harven@free.fr>.
2533 (ps-print-version): New version 7.3.5.
2534
6fe539d2
UJ
25352009-12-18 Ulf Jasper <ulf.jasper@web.de>
2536
85626eef
SM
2537 * calendar/icalendar.el (icalendar--convert-tz-offset):
2538 Fix timezone names.
2539 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
2540 (icalendar--add-diary-entry): Remove the trailing blank that
2541 diary-make-entry inserts.
2542
1f3611c6
MA
25432009-12-17 Michael Albinus <michael.albinus@gmx.de>
2544
2545 Make `file-expand-wildcards' work for remote files.
2546
2547 * files.el (file-expand-wildcards): In case of remote files, check
2548 only local file name part for wildcards. Provide feature 'files
2549 and subfeature 'remote-wildcards. (Bug#5198)
2550
2551 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2552 if there is already an established connection.
2553 (tramp-advice-file-expand-wildcards): Remove it.
2554
2555 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 2556 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
2557 Activate advice for older GNU Emacs versions. (Bug#5237)
2558
9762b219
JB
25592009-12-17 Juanma Barranquero <lekktu@gmail.com>
2560
2561 Some doc fixes (more needed).
2562
2563 * find-cmd.el (find-constituents): Reflow docstring.
2564 (find-cmd, find-prune, find-command): Fix typos in docstrings.
2565 (find-generic): Doc fix.
2566
cfb54897
JL
25672009-12-17 Juri Linkov <juri@jurta.org>
2568
2569 Fix regression from 23.1 to allow multiple modes in Local Variables.
2570
2571 * files.el (hack-local-variables-filter): While ignoring duplicates,
2572 don't take `mode' into account.
85626eef
SM
2573 (hack-local-variables-filter, hack-dir-local-variables):
2574 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 2575
ad974e9e
JL
25762009-12-17 Juri Linkov <juri@jurta.org>
2577
85626eef 2578 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
2579
2580 * dired-aux.el (dired-diff): Signal an error when `file' equals to
2581 `current' or when `file' is a directory of the `current' file.
2582
3616e0b9
AS
25832009-12-17 Andreas Schwab <schwab@linux-m68k.org>
2584
2585 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2586 unconditionally preloaded files.
2587
72b57560
JL
25882009-12-16 Juri Linkov <juri@jurta.org>
2589
2590 Revert to old 23.1 logic of using the file at the mark as default.
2591 * dired-aux.el (dired-diff): Use the file at the mark as default
2592 if it's not the same as the current file, and the target dir is
2593 the current dir or the mark is active. Add the current file
2594 as the arg of `dired-dwim-target-defaults'. Use the default file
2595 in the prompt. (Bug#5225)
2596
68712eb6
MA
25972009-12-15 Michael Albinus <michael.albinus@gmx.de>
2598
2599 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2600 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2601 (tramp-check-for-regexp): Check also, when an echoing shell stops
2602 to echo sent commands.
2603
fd471993
CY
26042009-12-14 Chong Yidong <cyd@stupidchicken.com>
2605
2606 * Makefile.in: Revert last change (Bug#5191).
2607
86b5e14c
DN
26082009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
2609
2610 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
2611 (vc-hg-working-revision): Make sure the command is executed in a
2612 known environment so that we can parse the output. (Bug#4417)
86b5e14c 2613
8cffbb75
CY
26142009-12-14 Chong Yidong <cyd@stupidchicken.com>
2615
2616 * progmodes/python.el (python-symbol-completions): Remove text
2617 properties from symbol string before calling python-send-receive.
2618
6c2b67ad
NR
26192009-12-14 Nick Roberts <nickrob@snap.net.nz>
2620
2621 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 2622 when there are values for both file and line. (Bug#5060)
6c2b67ad 2623
ff6f4585
JL
26242009-12-14 Juri Linkov <juri@jurta.org>
2625
2626 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2627 whitespace after the file name of the first line of unified format,
2628 because git-diff doesn't output whitespace and file modification time
2629 after the file name.
2630
d3de1c8e
JL
26312009-12-14 David Kastrup <dak@gnu.org>
2632
2633 * info.el (Info-hide-cookies-node): Before hiding a cookie,
2634 check if it already has the `display' property added by
2635 `Info-display-images-node', and not put the `invisible' property
2636 in this case.
2637
f192624c
CY
26382009-12-14 Chong Yidong <cyd@stupidchicken.com>
2639
2640 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2641 (semantic-mru-bookmark-mode): Doc fixes.
2642
2643 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2644 of assert.
2645
2f1b7dc4
GM
26462009-12-13 Glenn Morris <rgm@gnu.org>
2647
a0cefee5
GM
2648 * mail/emacsbug.el (message-sort-headers): Define for compiler.
2649 (report-emacs-bug): In message-mode, sort manually before storing
2650 original report text. (Bug#5178)
2f1b7dc4
GM
2651 Remove superfluous save-excursion.
2652
31bb373f
MA
26532009-12-12 Michael Albinus <michael.albinus@gmx.de>
2654
2655 * net/dbus.el (dbus-property-handler): Filter lambda forms out
2656 when responding to "GetAll" properties.
2657
5e1d4968
CY
26582009-12-12 Chong Yidong <cyd@stupidchicken.com>
2659
2660 * simple.el (compose-mail): Remove mail-setup-with-from from
2661 customization checks.
2662
097d86f9
EZ
26632009-12-12 Eli Zaretskii <eliz@gnu.org>
2664
2665 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2666 RAR archives created on Unix systems.
2667
1d4adede
SM
26682009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2669
2670 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2671 the varalias that was accidentally removed by the 2009-11-19 change
2672 (bug#5186).
2673
3ff3655c
KH
26742009-12-12 Kenichi Handa <handa@m17n.org>
2675
2676 * language/indian.el (indian-compose-regexp): New function.
2677 (malayalam-composable-pattern): Fix the pattern.
2678 (composition-function-table): Set malayalam-composable-pattern for
2679 Malayalam characters.
2680
82d3343c
CY
26812009-12-11 Chong Yidong <cyd@stupidchicken.com>
2682
315eb96d
CY
2683 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2684 rather than down-mouse-1, based on follow-link conventions.
2685
82d3343c
CY
2686 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2687 are compiled.
2688
86a4c7ac
DN
26892009-12-11 Michael McNamara <mac@mail.brushroad.com>
2690
bf0b361c 2691 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
2692 (verilog-vmm-statement-re, verilog-ovm-statement-re)
2693 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2694 (verilog-leap-to-head, verilog-backward-token):
2695 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
2696
26972009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
2698
bf0b361c
JB
2699 * progmodes/verilog-mode.el (verilog-auto-lineup)
2700 (verilog-nameable-item-re): Cleanup user-visible spelling and
2701 documentation errors. One reported by Gary Delp.
1d4adede 2702 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
2703 (verilog-read-decls): Fix AUTOWIRE with types declared in a
2704 package, bug195. Reported by Pierre-David Pfister.
2705
fe03f49a
GM
27062009-12-11 Glenn Morris <rgm@gnu.org>
2707
47641aac
GM
2708 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2709
85094855
GM
2710 * mail/emacsbug.el: No longer require sendmail.
2711 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
2712 (report-emacs-bug-orig-text): Doc fix.
2713 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2714 New local variables, to adapt to different mail-user-agents.
2715 (report-emacs-bug): Fix test for a gnu.org address.
2716 Use overlays for emphasis, since font-lock defeats 'face property.
2717 Pretest bugs also end up at the newsgroup these days.
2718 Stop message-mode stripping text properties.
2719 Set and use the new buffer-local variables.
2720 (report-emacs-bug-hook): Add doc-string.
2721 Remove some unnecessary save-excursions and simplify.
2722 Use the appropriate hook and send-command.
2723
fe03f49a
GM
2724 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2725 capitalization of some menu entries.
2726
345427f0
VJL
27272009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2728
4e6a65b9 2729 * whitespace.el (whitespace-display-char-on): Ensure
345427f0
VJL
2730 `buffer-display-table' is unique when two or more windows are
2731 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2732 New version 12.1.
2733
c70ccbba
EZ
27342009-12-10 Eli Zaretskii <eliz@gnu.org>
2735
2736 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2737 characters in the Attribute field.
2738
f1943c1b
DN
27392009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2740
2741 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
2742
1c67aeaa
SM
27432009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2744
2745 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2746 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2747 Disregard autoload-excludes.
2748 (update-directory-autoloads): Obey autoload-excludes here instead.
2749 But don't store its contents in no-autoloads and remove entries that
2750 refer to excludes files.
2751
d8194864
GM
27522009-12-10 Glenn Morris <rgm@gnu.org>
2753
8c0171c0
GM
2754 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2755 (expand-mail-aliases): Define for compiler.
2756
dba372dd
GM
2757 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2758 Define for compiler.
2759
d8194864
GM
2760 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2761 appropriate for the mail-user-agent in use.
2762
fe5facd3
MA
27632009-12-09 Michael Albinus <michael.albinus@gmx.de>
2764
2765 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2766
99999a1d
DN
27672009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2768
2769 Fix short log parsing and fontification.
2770 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2771 Fix fontification for the [merge] label.
2772
2ea1c4aa
SM
27732009-12-09 Vivek Dasmohapatra <vivek@etla.org>
2774
85626eef 2775 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
2776 * htmlfontify.el (hfy-ignored-properties): New defcustom.
2777 (hfy-fontify-buffer): Use it.
2778
9840deb6
SM
27792009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2780
a0d1aadf
SM
2781 Minor cleanup.
2782 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2783 Adjust all callers.
2784 (ffap-locate-file): Remove unused arg `dir-ok' and make other
2785 args compulsory. Adjust callers.
2786 (ffap-gopher-at-point): Remove unused var `name'.
2787
9840deb6
SM
2788 Get rid of the ELCFILES abomination.
2789 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2790 (compile-elcfiles): New phony target.
2791 (compile-main): Compute ELCFILES dynamically.
2792 (compile-clean): New target to remove left-over elc files.
2793 (compile, all): Use it.
2794
7eb3f9a8
KH
27952009-12-09 Kenichi Handa <handa@etlken>
2796
2797 * international/mule-diag.el: Require help-mode instead of help-fns.
2798
ae63e572
KH
27992009-12-09 Kenichi Handa <handa@m17n.org>
2800
5ce6e4f4 2801 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
2802 fine ranges instead of pre-calculating accurate ranges.
2803 Iterate with bigger gc-cons-threshold.
ae63e572 2804
e2f3c692
DN
28052009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2806
2807 Add support for stashing a snapshot of the current tree.
2808 * vc-git.el (vc-git-stash-snapshot): New function.
2809 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2810
cf6d0352
JB
28112009-12-08 Jose E. Marchesi <jemarch@gnu.org>
2812
2813 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2814 instead of `(beginning|end)-of-line'.
2815
48e4acc9
GM
28162009-12-08 Glenn Morris <rgm@gnu.org>
2817
6e890faa
GM
2818 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2819
48e4acc9
GM
2820 * Makefile.in (ELCFILES): Regenerate.
2821
d2a1dc7b
JL
28222009-12-07 Juri Linkov <juri@jurta.org>
2823
2824 Don't lazy-highlight the comint output in history Isearch mode.
2825
2826 * comint.el (comint-history-isearch-search): Instead of
2827 `comint-line-beginning-position', use `comint-after-pmark-p'
2828 to check if point if before the process mark, and go to
2829 `process-mark' in this case.
2830
51ef56c4
SM
28312009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2832
fb10ee4a
SM
2833 * textmodes/tex-mode.el (latex-complete)
2834 (latex-indent-or-complete): Remove.
2835 (latex-mode): Set completion-at-point-functions instead.
2836
2837 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
2838 * minibuffer.el (completion-at-point-functions): New var.
2839 (completion-at-point): New command.
fb10ee4a 2840 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
2841 * progmodes/python.el (python-mode-map): Use completion-at-point.
2842 (python-completion-at-point): Rename from python-partial-symbol and
2843 adjust for use in completion-at-point-functions.
2844 (python-mode): Setup completion-at-point for Python completion.
2845 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2846 extracted from lisp-complete-symbol.
2847 (lisp-complete-symbol): Use it.
2848 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2849 setup completion-at-point for Elisp completion.
fb10ee4a
SM
2850 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2851 Use completion-at-point.
51ef56c4 2852 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 2853 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
2854 * progmodes/sym-comp.el: Move to...
2855 * obsolete/sym-comp.el: Move from progmodes.
2856
5e7a9022
EZ
28572009-12-07 Eli Zaretskii <eliz@gnu.org>
2858
2859 Prevent save-buffer in Rmail buffers from using the coding-system
2860 of the current message, and from clobbering the encoding mnemonics
2861 in the mode line (Bug#4623).
2862
2863 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2864 flag, too.
2865 (rmail-message-encoding): New variable.
2866 (rmail-write-region-annotate): Record the encoding of the current
2867 message in rmail-message-encoding.
2868 (rmail-after-save-hook): New function, restores the encoding of
2869 the current message after the message collection is saved.
2870
9136e895
JL
28712009-12-07 Juri Linkov <juri@jurta.org>
2872
2873 * progmodes/grep.el (grep-read-files): Use `completing-read'
2874 instead of `read-string'. Set its `collection' arg to
2875 `read-file-name-internal'. (Bug#4301)
2876
40637410
JL
28772009-12-07 Juri Linkov <juri@jurta.org>
2878
2879 Correctly restore original Isearch point. (Bug#4994)
2880
2881 * isearch.el (isearch-mode): Move `isearch-push-state' after
2882 `(run-hooks 'isearch-mode-hook)'.
2883 (isearch-cancel): When `isearch-push-state-function' is defined,
2884 let-bind `isearch-cmds' to the first state (the last element of
2885 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2886 function and restores the original point). Otherwise, move point
2887 to `isearch-opoint'.
2888
da10ce2b
SM
28892009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2890
2891 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2892 chars that don't have names, so the table can be built much faster at
2893 run-time.
2894
3d68fa99
CY
28952009-12-07 Chong Yidong <cyd@stupidchicken.com>
2896
f82b1493
CY
2897 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2898 change. Suggested by David Kastrup.
2899
3d68fa99
CY
2900 * simple.el (compose-mail): Check for incompatibilities and warn.
2901 (compose-mail-user-agent-warnings): New option.
2902
662c5698
DN
29032009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2904
2905 Support showing a single log entry from vc-annotate.
2906 * vc.el (print-log): Add a new argument: START-REVISION.
2907 (vc-print-log-internal): Add a new optional argument and
2908 pass it to the backend.
2909 (vc-print-log, vc-print-root-log): Adjust callers.
2910 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2911 buffer already displays the requested log entry, use it.
2912 Otherwise display only the log entry in question.
2913 * vc-svn.el (vc-svn-print-log):
e4070cdc 2914 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
2915 * vc-hg.el (vc-hg-state):
2916 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2917 (vc-git-show-log-entry): Return t on success.
2918 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2919 (vc-bzr-show-log-entry): Return t on success.
2920 * vc-rcs.el (vc-rcs-print-log):
2921 * vc-sccs.el (vc-sccs-print-log):
2922 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2923
e4070cdc
GM
29242009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2925
5ce6e4f4
JB
2926 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2927 Add menus to the meta mode. (Bug#5043)
e4070cdc 2928
5ce6e4f4 29292009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
2930
2931 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 2932 event-key.
662c5698 2933
662c5698
DN
2934 * ediff.el (ediff-buffers-internal): Add unwind-protect.
2935
dab816a9
MA
29362009-12-07 Michael Albinus <michael.albinus@gmx.de>
2937
2938 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
2939 Berbain <raphael.berbain@gmail.com>.
2940
2941 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
2942 characters.
2943 (tramp-initial-end-of-output): New defconst.
2944 (tramp-methods, tramp-find-shell)
2945 (tramp-open-connection-setup-interactive-shell)
2946 (tramp-maybe-open-connection): Use it.
2947 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2948 existence of `#' and `$'.
2949
2950 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2951 `tramp-initial-end-of-output'.
2952
a91e1f6b
DN
29532009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2954
2955 Get the background mode from the terminal for xterm, and set
2956 faces accordingly.
2957 * term/xterm.el (xterm-set-background-mode): New function.
2958 (terminal-init-xterm): Use it in case xterm supports background
2959 color queries. Recompute faces after getting the background
2960 color.
2961
5fa9d1ec
GM
29622009-12-07 Ulrich Mueller <ulm@gentoo.org>
2963
2964 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2965 number comment back on its own line, for easier parsing.
2966
5e9fde5e
SM
29672009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2968
2969 Make it work for non-file buffers (bug#5102).
2970 * doc-view.el (doc-view-current-cache-dir):
2971 Use doc-view-buffer-file-name rather than buffer-file-name.
2972 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2973
2f2f5242
CY
29742009-12-06 Óscar Fuentes <ofv@wanadoo.es>
2975
2976 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2977 author field is too short.
2978
cebf8ec6
DN
29792009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
2980
5e9fde5e
SM
2981 * vc-git.el (vc-git-print-log): Handle a limit argument.
2982 Display the short log in graph form and with labels.
0d3f8a78
DN
2983 (vc-git-log-view-mode): Handle labels.
2984
cebf8ec6
DN
2985 Make vc-revert change VC state from 'added to 'unregistered.
2986 * vc-git.el (vc-git-revert): Call git reset first.
2987
8e39154d
UJ
29882009-12-06 Ulf Jasper <ulf.jasper@web.de>
2989
d8194864
GM
2990 * net/newst-backend.el, net/newst-plainview.el:
2991 * net/newst-reader.el, net/newst-ticker.el:
2992 * net/newst-treeview.el, net/newsticker.el:
2993 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 2994
ef187c24
CY
29952009-12-06 Chong Yidong <cyd@stupidchicken.com>
2996
238a0f3a
CY
2997 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2998
2c6bb71a
CY
2999 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3000 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
3001 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3002 Update annotation regexp.
3003
ef187c24
CY
3004 * simple.el (beginning-of-visual-line): Constrain to field
3005 boundaries (Bug#5106).
3006
571855b6
UJ
30072009-12-06 Ulf Jasper <ulf.jasper@web.de>
3008
d8194864 3009 * xml.el (xml-substitute-numeric-entities): Move
571855b6 3010 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 3011 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
3012 * net/newst-backend.el (newsticker--parse-generic-feed)
3013 (newsticker--parse-generic-items)
d8194864 3014 (newsticker--decode-numeric-entities): Move
571855b6 3015 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 3016 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 3017
b857059c
CY
30182009-12-06 Daniel Colascione <dan.colascione@gmail.com>
3019
3020 * progmodes/js.el (js--js-not): Add null to the list of values.
3021
c2dae51b
CY
30222009-12-06 Chong Yidong <cyd@stupidchicken.com>
3023
d8194864 3024 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 3025
ed0f72d2
RW
30262009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3027
3028 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3029 delimiter if it is at the end of the current line.
3030 (bibtex-generate-url-list): Fix docstring.
3031
365b9a62
SM
30322009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3033
3034 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3035 minibuffer's content with itself.
3036 Fold the confirm-after-completion case into the `confirm' case.
3037 (completion-pcm-word-delimiters): Add : and / to the delimiters.
3038
990a9cb1
KR
30392009-12-06 Kevin Ryde <user42@zip.com.au>
3040
3041 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 3042 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 3043
8b5a10db 3044 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 3045 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 3046
065543e7
JL
30472009-12-05 Juri Linkov <juri@jurta.org>
3048
3049 Save and restore dired buffer's point positions too. (Bug#4880)
3050
3051 * dired.el (dired-save-positions): Return in the first element
3052 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3053 Doc fix.
3054 (dired-restore-positions): First restore buffer's position.
3055 While restoring window's positions, check if window still displays
3056 the original buffer.
3057
503edac9
CY
30582009-12-05 Chong Yidong <cyd@stupidchicken.com>
3059
9a594ee6
CY
3060 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3061 if possible.
3062
365b9a62
SM
3063 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
3064 Make argument optional.
9a594ee6 3065
925f8c70
CY
3066 * shell.el (shell): Require ansi-color (Bug#5113).
3067
3068 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3069
503edac9
CY
3070 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3071
8fea6b33
AM
30722009-12-05 Alan Mackenzie <acm@muc.de>
3073
3074 * progmodes/cc-mode.el (c-before-hack-hook)
3075 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3076 `c-file-style' to work again. This reversion restores the current
212c5aef 3077 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 3078
5d1fd962
CY
30792009-12-05 Kevin Ryde <user42@zip.com.au>
3080
3081 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3082 comment-start-skip to comment-end-skip as comment (Bug#4781).
3083
30760c8b
JL
30842009-12-05 Juri Linkov <juri@jurta.org>
3085
3086 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3087 for virtual nodes. (Bug#4147)
3088 (Info-find-node-2): Set `Info-current-node-virtual' to nil
3089 when moving from a virtual node.
3090 (Info-mode-menu): Add `Info-virtual-index' to the menu.
3091 (Info-mode): Add `Info-virtual-index' to the docstring.
3092
1dc5c6f3
CY
30932009-12-05 Eric Ludlam <zappo@gnu.org>
3094
3095 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3096 Describe project macro symbols.
3097
3098 * cedet/semantic/complete.el (semantic-complete-do-completion):
3099 Don't call semantic-collector-current-exact-match.
3100
3101 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
3102 ede-objects as targets.
3103
3104 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
3105 a target's object list even if compiler vars are already in the
3106 Makefile.
3107
3108 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
3109 list of headers producing necessary macros.
3110
403111a8
RW
31112009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3112
3113 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3114 track of the buffer position of the end of a BibTeX entry as this
3115 position may change during reformatting.
3116 (bibtex-format-entry): Remove whitespace before processing
3117 numerical fields so that we recognize the latter properly.
3118 (bibtex-reformat): Do not use push which changes the global value
3119 of bibtex-entry-format.
3120 (bibtex-field-braces-alist, bibtex-field-strings-alist)
3121 (bibtex-field-re-init): Replace only space characters by regexp
3122 for whitespace.
365b9a62 3123 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
3124 (bibtex-initialize): Also update bibtex-strings.
3125 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
3126 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3127 Update bibtex-reference-keys.
403111a8 3128
25b54627
SM
31292009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3130
3131 * minibuffer.el (completion-pcm--merge-try): Also consider placing
3132 point after a star, if that's the only place where modifications can
3133 make progress.
3134
35639eb4
DN
31352009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
3136
3137 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3138 in docstrings.
3139
8b78760b
JL
31402009-12-04 Juri Linkov <juri@jurta.org>
3141
3142 * proced.el (proced): Call `(proced-update t)' to update process
3143 information instead of only running proced-post-display-hook.
3144 (proced-send-signal): Add a leading space to the buffer name
3145 " *Marked Processes*" to make this buffer ephemeral.
3146
2b3489a7
JL
31472009-12-04 Juri Linkov <juri@jurta.org>
3148
3149 * dired.el (dired-auto-revert-buffer): New defcustom.
3150 (dired-internal-noselect): Use it.
3151
9b9debd1
JL
31522009-12-04 Juri Linkov <juri@jurta.org>
3153
3154 Change roles of modes and functions in image-mode.el (Bug#5062).
3155
3156 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3157 in `auto-mode-alist'.
3158 (image-mode-previous-major-mode): New variable.
3159 (image-minor-mode-map): Rename from `image-mode-text-map'.
3160 (image-mode): Move graceful error-handling code from
3161 `image-minor-mode' to here. On errors call `image-mode-as-text'.
3162 (image-minor-mode): Remove all image-handling code.
3163 Replace `image-mode-text-map' with `image-minor-mode-map'.
3164 Check for `image-type' in mode-line format string.
3165 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3166 (image-mode-as-text): New function with most code from
3167 `image-mode-maybe'.
3168 (image-toggle-display-text): Move code that removes image
3169 properties from `image-toggle-display' to here.
3170 (image-toggle-display-image): New function with code that adds
3171 image properties copied from `image-toggle-display'.
3172 (image-toggle-display): Remove most code with leaving only code
3173 that toggles between `image-mode-as-text' and `image-mode'.
3174
0c74a301
UJ
31752009-12-04 Ulf Jasper <ulf.jasper@web.de>
3176
3177 * net/newst-treeview.el
3178 (newsticker--treeview-list-highlight-start): Restored call to
3179 save-excursion: Selected item was stuck.
3180 (newsticker--treeview-list-select): New.
3181 (newsticker--treeview-item-show-text)
3182 (newsticker--treeview-item-show)
3183 (newsticker--treeview-item-update): Use new
3184 newsticker-treeview-item-mode.
3185 (newsticker-treeview-update): Keep current item.
3186 (newsticker-treeview-next-new-or-immortal-item): Doc change.
3187 (newsticker--treeview-first-feed): Doc change.
3188 (newsticker-treeview-list-menu)
3189 (newsticker-treeview-item-menu): Added menu entries.
3190 (newsticker-treeview-item-mode): New.
3191
5ce6e4f4 3192 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
3193 windows.
3194
9eaeec5b
SS
31952009-12-04 Sam Steingold <sds@gnu.org>
3196
3197 * log-view.el (log-view-mode-map): "q" calls quit-window,
3198 like in all the other non-self-insert buffers.
3199
b2bf5be5
SM
32002009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3201
3202 Minor cleanup.
3203 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3204 key decoding rather than do it manually via last-input-event +
3205 ascii-character.
3206 (term-exec): Use delete-and-extract-region.
3207 (term-handle-ansi-terminal-messages): Remove unused var `end'.
3208 (term-process-pager): Remove unused var `i'.
3209 (term-dynamic-simple-complete): Make obsolete.
3210 (serial-update-config-menu): Remove unused vars `y' and `str'.
3211 (term-update-mode-line): Remove unused var `temp'.
3212
46e5c897
DN
32132009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3214
3215 Limit the number of log entries displayed by default.
3216 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3217 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3218 using a prefix argument.
3219
627e0a14
GM
32202009-12-03 Glenn Morris <rgm@gnu.org>
3221
3222 * progmodes/idlwave.el (class): Restore still useful declaration.
3223
8578c224
AM
32242009-12-03 Alan Mackenzie <acm@muc.de>
3225
4abc318c 3226 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 3227
b2bf5be5
SM
3228 * progmodes/cc-mode.el (c-basic-common-init):
3229 Call c-state-cache-init.
9762b219 3230 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 3231 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 3232 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
3233
3234 * progmodes/cc-langs.el (c-before-font-lock-function):
3235 c-extend-and-neutralize-syntax-in-CPP has been renamed
3236 c-neutralize-syntax-in-and-mark-CPP.
3237
3238 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3239 with `category' properties now, not `syntax-table' ones.
3240
3241 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3242 enhanced (but slower) version of c-end-of-macro that won't land
3243 inside a literal or on another awkward character.
3244 (c-state-cache-too-far, c-state-cache-start)
3245 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3246 (c-state-nonlit-pos-cache-limit, c-state-point-min)
3247 (c-state-point-min-lit-type, c-state-point-min-lit-start)
3248 (c-state-min-scan-pos, c-state-brace-pair-desert)
3249 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3250 buffer local variables.
3251 (c-state-literal-at, c-state-lit-beg)
3252 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3253 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3254 (c-state-cache-top-paren, c-state-cache-after-top-paren)
3255 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3256 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3257 (c-renarrow-state-cache)
3258 (c-append-lower-brace-pair-to-state-cache)
3259 (c-state-push-any-brace-pair, c-append-to-state-cache)
3260 (c-remove-stale-state-cache)
3261 (c-remove-stale-state-cache-backwards, c-state-cache-init)
3262 (c-invalidate-state-cache-1, c-parse-state-1)
3263 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
3264 (c-parse-state): Enhance and refactor.
3265 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
3266
3267 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3268 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
3269 modify to use category text properties rather than syntax-table ones.
3270 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
3271 to switch off/on the syntactic paren property of C++ template
3272 delimiters using the category property.
3273 (c-with-<->-as-parens-suppressed): Macro to invoke code with
3274 template delims suppressed.
3275 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3276 New constant/macros which apply category properties to the start
3277 and end of preprocessor constructs.
b2bf5be5 3278 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
3279 "comment out" the syntactic value of characters in preprocessor
3280 constructs.
3281 (c-with-cpps-commented-out)
3282 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3283 with characters in all or all but one preprocessor constructs
3284 "commented out".
3285
0d4dc442
RW
32862009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3287
3288 * proced.el (proced-filter-alist): Use regexp-quote.
3289
a09dc9bf
MA
32902009-12-03 Michael Albinus <michael.albinus@gmx.de>
3291
3292 Cleanup.
3293 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3294 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
3295 arguments. Expand `default-directory'.
3296
3297 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3298 the benefit of returning an expanded localname.
3299 (tramp-tramp-file-p): Handle the case NAME is not a string.
3300
3f6bd790
DN
33012009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3302
4dfb3b9c
DN
3303 Add support for bzr shelve/unshelve.
3304 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3305 (vc-bzr-extra-menu-map): New variables.
3306 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3307 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3308 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3309 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3310 (vc-bzr-dir-extra-headers): Display shelves.
3311
3f6bd790
DN
3312 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3313
842d73a1
SM
33142009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3315
3316 * textmodes/bibtex.el (bibtex-complete-internal):
3317 Use completion-in-region.
3318 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3319
7fa4876f
DN
33202009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3321
3322 Support applying stashes. Improve UI.
3323 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3324 (vc-git-stash-apply, vc-git-stash-pop)
3325 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3326 (vc-git-stash-menu): New functions.
3327 (vc-git-stash-menu-map): New variable.
3328 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3329
d6e82452
GM
33302009-12-03 Glenn Morris <rgm@gnu.org>
3331
3332 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3333 (vc-print-log-internal): Fix previous change.
3334 (vc-revert): Correct pluralization.
3335
8d222148
SM
33362009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3337
ea52206b
SM
3338 * progmodes/make-mode.el (makefile-special-targets-list): No need for
3339 it to be an alist any more.
3340 (makefile-complete): Use completion-in-region.
3341
69a94a37
SM
3342 * progmodes/octave-mod.el (octave-complete-symbol):
3343 Use completion-in-region.
3344
8d222148
SM
3345 Misc cleanup.
3346 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3347 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3348 (idlwave-complete-class): Don't quote lambda.
3349 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3350 (idlwave-mode-map): Move initialization into declaration.
3351 (idlwave-action-and-binding): Use backquotes.
3352 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3353 Simplify.
3354 (idlwave-is-pointer-dereference): Remove unused var `pos'.
3355 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3356 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3357 `parts', and `all-parts'.
3358 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3359 (idlwave-convert-xml-system-routine-info): Remove unused string
3360 `version-string'.
3361 (idlwave-display-user-catalog-widget): Use dolist.
3362 (idlwave-scanning-lib): Declare dynamically-scoped var.
3363 (idlwave-scan-library-catalogs): Remove unused var `flags'.
3364 (completion-highlight-first-word-only): Declare to silence bytecomp.
3365 (idlwave-popup-select): Tighten scope of `resp'.
3366 (idlwave-find-struct-tag): Remove unused var `beg'.
3367 (idlwave-after-load-rinfo-hook): Declare.
3368 (idlwave-sintern-class-info): Remove unused var `taglist'.
3369 (idlwave-find-class-definition): Remove unused var `list'.
3370 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3371 (idlwave-what-module-find-class): Remove unused var `classes'.
3372
3bb8691b
JB
33732009-12-03 Juanma Barranquero <lekktu@gmail.com>
3374
3375 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3376
f72f0c23
SM
33772009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3378
3379 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3380 buffers visited. Remove redundant current-buffer-saving.
3381
601a9508
SM
33822009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3383
3384 Use completion-in-buffer and remove uses of dynamic scoping.
3385 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3386 (pascal-buffer-to-use, pascal-flag): Don't declare.
3387 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3388 (pascal-get-completion-decl, pascal-keyword-completion):
3389 Add `pascal-str' argument, save-excursion,
3390 return the found completions, and don't filter with pascal-pred.
3391 (pascal-completion-cache): New var.
3392 (pascal-completion): Don't switch buffer any more (it was never
3393 necessary). Don't save-excursion any more (it's done by the called
3394 subroutines). Use a cache to avoid redundant computations.
3395 Use complete-with-action rather than pascal-completion-response and
3396 let it apply the predicate as well.
3397 (pascal-complete-word): Use completion-in-buffer when
3398 pascal-toggle-completions is nil.
3399 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3400 not used any more.
3401 (pascal-comp-defun): Don't change buffer any more.
3402 Use complete-with-action rather than pascal-completion-response and
3403 let it apply the predicate as well.
3404 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3405 when neded.
3406
1ff4cb98
KH
34072009-12-02 Kenichi Handa <handa@m17n.org>
3408
3409 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3410 shape for all Indic scripts.
3411
bb12edf1
SM
34122009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3413
3414 Use completion-in-buffer.
3415 * wid-edit.el (widget-field-text-end): New function.
3416 (widget-field-value-get): Use it.
3417 (widget-string-complete, widget-file-complete)
3418 (widget-color-complete): Use it and completion-in-region.
3419 (widget-complete): Don't narrow the buffer.
3420
5813f6ef
GM
34212009-12-02 Glenn Morris <rgm@gnu.org>
3422
c920f222
GM
3423 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
3424 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
3425 * mail/rmailsum.el: Replace all pop-to-buffer calls with
3426 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 3427
5813f6ef
GM
3428 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
3429 save-excursion with save-current-buffer.
3430 Widen before searching. (Bug#5093)
3431 (diary-list-sexp-entries): Remove superfluous save-excursion.
3432
34b1d750
GM
34332009-12-02 Michael Welsh Duggan <mwd@cert.org>
3434
3435 * woman.el (woman-make-bufname): Handle man-pages with "." in the
3436 name. (Bug#5038)
3437
b2d5f31a
GM
34382009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
3439
3440 * ido.el (ido-file-internal): Handle filenames at point that do
3441 not have a directory part. (Bug#5049)
3442
c710ac3c
JB
34432009-12-02 Juanma Barranquero <lekktu@gmail.com>
3444
3445 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3446 (mpc-songs-jump-to, mpc-resume): Doc fixes.
3447
9946be46
SM
34482009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
3449
3450 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3451 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3452 any more.
3453
b08016f2
SM
34542009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3455
e7440df4
SM
3456 * comint.el (comint-insert-input): Ignore clicks to the right of
3457 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3458
3bb8691b 3459 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
3460 terminate before setting up the major mode.
3461
f3b757f5
SM
3462 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3463 in case.
3464
a2877f1d
SM
3465 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3466 the last element.
3467
b08016f2
SM
3468 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3469
782d6e30
GM
34702009-12-01 Glenn Morris <rgm@gnu.org>
3471
3472 * window.el (window--display-buffer-2): Fix previous changes.
3473
28f57f7e
CY
34742009-12-01 Chong Yidong <cyd@stupidchicken.com>
3475
3476 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3477
c31a2fdc
GM
34782009-12-01 Glenn Morris <rgm@gnu.org>
3479
3480 * Makefile.in (ELCFILES): Add mpc.elc.
3481
e1ada222
SM
34822009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3483
3484 * mpc.el: New file.
3485
0c9ff2c5
GM
34862009-12-01 Glenn Morris <rgm@gnu.org>
3487
3689984f
GM
3488 * window.el (window-to-use): Define for compiler.
3489
3ab4308b
GM
3490 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3491 consistent with others (no final period).
3492
0c9ff2c5
GM
3493 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3494 (rmail-mime-show): Downcase the encoding. (Bug#5070)
3495
fb0c18ff
DN
34962009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
3497
3498 Make vc-print-log buttons work.
045b9da7 3499 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 3500
2ac7e73e
JB
35012009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
3502
3503 * savehist.el (savehist-autosave-interval): Allow setting to nil
3504 through customize. (Bug#5056)
3505
5237d741
JB
35062009-11-30 Juanma Barranquero <lekktu@gmail.com>
3507
3508 Fix references to jit-lock properties.
3509 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3510 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3511 (perl-font-lock-special-syntactic-constructs):
3512 Quote jit-lock-defer-multiline property.
3513
379241fa
DN
35142009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
3515
3516 * vc-git.el (vc-git-registered): Call vc-git-root only once.
3517
054ae856
JL
35182009-11-30 Juri Linkov <juri@jurta.org>
3519
3520 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3521 value `buffer' of `multi-isearch-next-buffer-current-function'.
3522 Use `(current-buffer)' when `buffer' is nil.
3523 (multi-isearch-next-buffer-from-list): Don't fallback to
3524 `(current-buffer)' when `buffer' is nil. (Bug#4947)
3525
67296dda
JL
35262009-11-30 Juri Linkov <juri@jurta.org>
3527
3528 * misearch.el (multi-isearch-read-buffers): Move canonicalization
3529 of buffers with `get-buffer' to `multi-isearch-buffers'.
3530 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3531 Canonicalize BUFFERS with `get-buffer'. Doc fix.
3532 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3533 FILES with `expand-file-name' converting relative file names
3534 to absolute. Doc fix. (Bug#4727)
3535
c585bf32
JL
35362009-11-30 Juri Linkov <juri@jurta.org>
3537
3538 * misearch.el (multi-isearch-read-buffers)
3539 (multi-isearch-read-matching-buffers): New functions.
3540 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3541 Use them in the `interactive' spec. Doc fix.
3542 (multi-isearch-read-files, multi-isearch-read-matching-files):
3543 New functions.
3544 (multi-isearch-files, multi-isearch-files-regexp):
3545 Use them in the `interactive' spec. Doc fix. (Bug#4725)
3546
0a745733
JL
35472009-11-30 Juri Linkov <juri@jurta.org>
3548
3549 * doc-view.el (doc-view-continuous):
3550 Rename from `doc-view-continuous-mode'.
3551 (doc-view-menu): Move "Toggle display" to the top.
3552 Add submenu "Continuous" with radio buttons "Off"/"On"
3553 and "Save as Default".
3554 (doc-view-scroll-up-or-next-page)
3555 (doc-view-scroll-down-or-previous-page)
3556 (doc-view-next-line-or-next-page)
3557 (doc-view-previous-line-or-previous-page): Rename
3558 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
3559
1f9689eb
JL
35602009-11-30 Juri Linkov <juri@jurta.org>
3561
3562 * comint.el (comint-mode-map): Rebind `M-r' from
3563 `comint-previous-matching-input' to
3564 `comint-history-isearch-backward-regexp'.
3565 Unbind `M-s' to allow global key binding `M-s'.
3566 Add menu items for `comint-history-isearch-backward' and
3567 `comint-history-isearch-backward-regexp'. (Bug#3746)
3568
2952b1ae
JL
35692009-11-30 Juri Linkov <juri@jurta.org>
3570
3571 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3572 For def=recenter, replace `recenter' with `recenter-top-bottom'
3573 that is called with `this-command' and `last-command' let-bound
3574 to `recenter-top-bottom'. When the last `def' was not `recenter',
3575 set `recenter-last-op' to nil. (Bug#4981)
3576
7a9547ca
SM
35772009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3578
20565545
SM
3579 Minor cleanup and simplification.
3580 * filecache.el (file-cache-add-directory)
3581 (file-cache-add-directory-recursively)
3582 (file-cache-add-from-file-cache-buffer)
3583 (file-cache-delete-file-regexp, file-cache-delete-directory)
3584 (file-cache-files-matching-internal, file-cache-display): Use dolist.
3585 (file-cache-temp-minibuffer-message): Delete function.
3586 (file-cache-minibuffer-complete): Use minibuffer-message instead.
3587
7a9547ca
SM
3588 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3589 Don't signal an error when bumping into EOB in tr, s, or y.
3590
08e968f3
JL
35912009-11-29 Juri Linkov <juri@jurta.org>
3592
3593 * startup.el (fancy-about-text): Fix wording of Guided Tour.
3594 (Bug#4960)
3595
3596 * descr-text.el (describe-char-unidata-list): Use lowercase name
3597 for "Unicode name" like in other tags.
3598
f8d170a4
JL
35992009-11-29 Juri Linkov <juri@jurta.org>
3600
3601 * ediff-util.el (ediff-minibuffer-with-setup-hook):
3602 New compatibility macro.
7a9547ca 3603 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 3604
0116abbd
JL
36052009-11-29 Juri Linkov <juri@jurta.org>
3606
3607 Add defcustom to define the cycling order of `recenter-top-bottom'.
3608 (Bug#4981)
3609
3610 * window.el (recenter-last-op): Doc fix.
3611 (recenter-positions): New defcustom.
3612 (recenter-top-bottom): Rewrite to use `recenter-positions'.
3613 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3614
61eef560
MA
36152009-11-29 Michael Albinus <michael.albinus@gmx.de>
3616
3617 Improve integration of Tramp and ange-ftp in eshell.
3618
e4070cdc 3619 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
3620 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
3621 (eshell/sudo): Flatten args. Let-bind `default-directory'.
3622
3623 * eshell/esh-util.el (top): Require also Tramp when compiling.
3624 (eshell-directory-files-and-attributes): Check for FTP remote
3625 connection.
3626 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3627 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3628 (eshell-file-attributes): Handle ".". Return `entry'.
3629
3630 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3631 (ange-ftp-directory-files-and-attributes)
3632 (ange-ftp-real-directory-files-and-attributes): New defuns.
3633
3634 * net/tramp.el (tramp-maybe-open-connection): Open the remote
3635 shell with "exec" when possible. This prevents trailing prompts
3636 in `start-file-process'.
3637
f5467d3f
SM
36382009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3639
21f49db9
SM
3640 Try and remove assumptions about point-min==1.
3641 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3642 (rng-compute-mode-line-string): Show the validation percentage in
3643 terms of the narrowed text, not the widened text.
3644 (rng-do-some-validation): Don't catch internal errors when debugging.
3645 (rng-first-error): Simplify.
3646 (rng-after-change-function): Remove work around. AFAIK the bug has
3647 been fixed a while ago.
3648
26224faf
SM
3649 * image-mode.el (image-minor-mode): Exit more gracefully when the image
3650 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3651
d7117720
SM
3652 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3653
f5467d3f
SM
3654 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3655 `cd' doesn't always do it for us (bug#5067).
3656
3657 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3658 on 2009-10-25 as part of some other change (bug#5067).
3659
c5269f1c
SM
36602009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3661
62a258a7
SM
3662 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3663 `suspicious'.
3664 (byte-compile-warnings): Use byte-compile-warning-types.
3665 (byte-compile-save-excursion): Warn about use of set-buffer right
3666 after save-excursion.
3667
c5269f1c
SM
3668 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3669 the excursion as well.
3670
3ba30eb8
MA
36712009-11-27 Michael Albinus <michael.albinus@gmx.de>
3672
3673 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3674 providing a Tramp related implementation of "su" and "sudo".
3675 (eshell-unix-initialize): Add "su" and "sudo".
3676
6c6f788d
DU
36772009-11-27 Daiki Ueno <ueno@unixuser.org>
3678
3679 * net/socks.el (socks-send-command): Convert binary request to
3680 unibyte before sending. This fixes mishandling of some port
3681 numbers such as 129.
3682
10c877fe
SM
36832009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3684
6f06a171
SM
3685 * help.el (describe-bindings-internal): Remove `interactive'.
3686
10c877fe
SM
3687 * man.el (Man-completion-table): Trim a terminating "(".
3688 Remove the space between name page a section.
3689 Add the command's description on the `help-echo' property.
c5269f1c
SM
3690 Remove `process-connection-type' binding since it's unused by
3691 call-process.
10c877fe
SM
3692 Provide completion for the "<section> <name>" format as well.
3693 (Man-default-man-entry): Remove spurious var shadowing the argument.
3694
c44a4822
KR
36952009-11-26 Kevin Ryde <user42@zip.com.au>
3696
3697 * log-view.el: Add "Keywords: tools", since its other keywords
3698 aren't in finder-known-keywords, and following vc.el.
3699
9d58f081
KR
3700 * sha1.el (sha1-string-external): default-directory "/" in case
3701 otherwise non-existent. process-connection-type pipe for touch of
3702 efficiency recommended by elisp manual. (An aside in Bug#3911.)
3703
72fe6b25
SM
37042009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3705
3706 Misc coding convention cleanups.
3707 * htmlfontify.el (hfy-init-kludge-hook): Rename from
3708 hfy-init-kludge-hooks.
3709 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3710 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3711 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3712 and push.
3713 (hfy-slant, hfy-weight): Use tables rather than code.
3714 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3715 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3716 (hfy-face-attr-for-class): Initialize `face-spec' directly.
3717 (hfy-face-to-css): Remove `nconc' with single arg.
3718 (hfy-p-to-face-lennart): Use `or'.
3719 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
3720 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3721 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3722 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3723 (hfy-force-fontification): Use run-hooks.
3724
85e0a536
SM
37252009-11-26 Vivek Dasmohapatra <vivek@etla.org>
3726
3727 Various minor fixes.
3728 * htmlfontify.el (hfy-default-header): Add toggle_invis since
3729 Javascript belongs in the header, not the body.
3730 (hfy-javascript): Remove.
3731 (hfy-fontify-buffer): Don't insert it any more.
3732 (hfy-face-at): Handle (face0 face1 face2) style face properties.
3733 Fix bug in invis handling when there were no invis props in a chunk.
3734
62ccc42c
SM
37352009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3736
3737 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3738
2643c7aa
DN
37392009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3740
3741 * finder.el (finder-mode-map): Add a menu.
3742
0e5c8aed
DN
37432009-11-26 Michael McNamara <mac@mail.brushroad.com>
3744
bf0b361c 3745 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
3746 "unsigned" structs.
3747
3748 (verilog-leap-to-head, verilog-backward-token): Handle "disable
3749 fork" statement better.
3750
37512009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
3752
bf0b361c
JB
3753 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3754 (verilog-delete-auto, verilog-delete-empty-auto-pair)
3755 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3756 Reported by Clay Douglass.
0e5c8aed
DN
3757
3758 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c
SM
3759 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3760 Fix removing "// Interfaces" when saving .* expansions. Reported by
0e5c8aed
DN
3761 Pierre-David Pfister.
3762
7629c4e7
GM
37632009-11-26 Glenn Morris <rgm@gnu.org>
3764
62ccc42c
SM
3765 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3766 the scope.
7629c4e7 3767
a5d358f8
JB
37682009-11-25 Johan Bockgård <bojohan@gnu.org>
3769
3770 * vc-annotate.el (vc-annotate-revision-previous-to-line):
3771 Really use previous revision.
3772
002cbde5
KR
37732009-11-25 Kevin Ryde <user42@zip.com.au>
3774
3775 * man.el (Man-completion-table): default-directory "/" in case
3776 doesn't otherwise exist. process-environment COLUMNS=999 so as
3777 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
3778 any chance of hitting the pseudo-tty TIOCGWINSZ.
3779 (man): completion-ignore-case t for friendliness and since man
3780 itself is case-insensitive on the command line.
3781 Further to Bug#3717.
002cbde5 3782
8cb5ffe8
KR
3783 * arc-mode.el: Add "Keywords: files", so the details in its
3784 commentary can be reached from finder-by-keyword.
34607612
KR
3785 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
3786 editing mode, but it's comms related and sgml-mode.el has "comm"
3787 on that basis too.
b8dfcf54 3788 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
3789 * international/isearch-x.el, international/ja-dic-cnv.el:
3790 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 3791 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 3792
1e2d9ba1
JL
37932009-11-25 Juri Linkov <juri@jurta.org>
3794
3795 * man.el (Man-completion-table): Modify regexp to include
3796 section names to completion strings. (Bug#3717)
3797
a601d313
JL
37982009-11-25 Juri Linkov <juri@jurta.org>
3799
3800 Search recursively in gzipped files. (Bug#4982)
3801
3802 * progmodes/grep.el (grep-highlight-matches): Add new options
3803 `always' and `auto'. Doc fix.
3804 (grep-process-setup): Check `grep-highlight-matches' for
3805 `auto-detect' to determine the need to compute grep defaults.
3806 Move Windows/DOS specific --colors settings handling
3807 to `grep-compute-defaults'. Check `grep-highlight-matches'
3808 to get the value of "--color=".
3809 (grep-compute-defaults): Compute `grep-highlight-matches' when it
3810 has the value `auto-detect'. Move Windows/DOS specific settings
3811 from `grep-process-setup'.
3812 (zrgrep): New command with alias `rzgrep'.
3813
bde04ea9
JL
38142009-11-25 Juri Linkov <juri@jurta.org>
3815
3816 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3817 to nil instead of switching off view-mode. (Bug#4896)
3818
7d6b4d3c
JL
38192009-11-25 Juri Linkov <juri@jurta.org>
3820
3821 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
3822
3823 * mwheel.el (mwheel-scroll-up-function)
3824 (mwheel-scroll-down-function): New defvars.
3825 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3826 `scroll-up', and `mwheel-scroll-down-function' instead of
3827 `scroll-down'.
3828
3829 * doc-view.el (doc-view-scroll-up-or-next-page)
3830 (doc-view-scroll-down-or-previous-page): Add optional ARG.
3831 Use this ARG in the call to image-scroll-up/image-scroll-down.
3832 Change `interactive' spec to "P". Goto next/previous page only
3833 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3834 SPC/DEL case). Doc fix.
3835 (doc-view-next-line-or-next-page)
3836 (doc-view-previous-line-or-previous-page): Rename arg to ARG
3837 for consistency.
3838 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3839 `doc-view-scroll-up-or-next-page', and buffer-local
3840 `mwheel-scroll-down-function' to
3841 `doc-view-scroll-down-or-previous-page'.
3842
e237085f
JL
38432009-11-25 Juri Linkov <juri@jurta.org>
3844
3845 Provide additional default values (directories at other Dired
3846 windows) via M-n in the minibuffer of some Dired commands.
3847
3848 * dired-aux.el (dired-diff, dired-compare-directories)
3849 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3850 `minibuffer-default' in `minibuffer-with-setup-hook'.
3851 (dired-dwim-target-directory): Find a window that displays Dired
3852 buffer instead of failing when the next window is not Dired.
3853 Use `get-window-with-predicate' to find for the next Dired window.
3854 (dired-dwim-target-defaults): New function.
3855
3856 * ediff-util.el (ediff-read-file-name):
3857 Use `dired-dwim-target-defaults' to set `minibuffer-default'
3858 in `minibuffer-with-setup-hook'.
3859
7d371eac
JL
38602009-11-25 Juri Linkov <juri@jurta.org>
3861
3862 Provide additional default values (file name at point or at the
3863 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
3864
3865 * minibuffer.el (read-file-name-defaults): New function.
3866 (read-file-name): Reset `minibuffer-default' to nil when
3867 it duplicates initial input `insdef'.
3868 Bind `minibuffer-default-add-function' to lambda that
3869 calls `read-file-name-defaults' in `minibuffer-selected-window'.
3870 (minibuffer-insert-file-name-at-point): New command.
3871
3872 * files.el (file-name-at-point-functions): New defcustom.
3873 (find-file-default): Remove defvar.
3874 (find-file-read-args): Don't use `find-file-default'.
3875 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3876 to `read-file-name'.
3877 (find-file-literally): Use `read-file-name' with
3878 `confirm-nonexistent-file-or-buffer'.
3879
3880 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3881
3882 * dired.el (dired-read-dir-and-switches):
3883 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3884 to `read-file-name'.
3885 (dired-file-name-at-point): New function.
3886 (dired-mode): Add hook `dired-file-name-at-point' to
3887 `file-name-at-point-functions'.
3888
04ae543a
SM
38892009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3890
3891 Really make the *Completions* window soft-dedicated (bug#5030).
3892 * window.el (window--display-buffer-2): Add `dedicated' argument.
3893 (display-buffer): Pass it when needed so the dedicated flag is set
3894 after calling set-window-buffer, which would otherwise reset it.
3895
eb708e66
SM
38962009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3897
d6b8d4e7
SM
3898 * progmodes/meta-mode.el (meta-complete-symbol):
3899 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
3900 * mail/mailabbrev.el (mail-abbrev-complete-alias):
3901 Use completion-in-region.
3902
5f24557b
SM
3903 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3904 (dabbrev-completion): Use completion-in-region.
3905 (dabbrev--abbrev-at-point): Simplify regexp.
3906
fe4346f0
SM
3907 * abbrev.el (abbrev--before-point): Use word-motion functions
3908 if :regexp is not specified (bug#5031).
3909
cb190d7d
SM
3910 * subr.el (string-prefix-p): New function.
3911
e2ec6dd5
SM
3912 * man.el (Man-completion-cache): New var.
3913 (Man-completion-table): Use it.
3914
eb708e66
SM
3915 * vc.el (vc-print-log-internal): Make `limit' optional for better
3916 compatibility (e.g. with vc-annotate.el).
3917
4cf8971b
KR
39182009-11-24 Kevin Ryde <user42@zip.com.au>
3919
eb708e66 3920 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 3921 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 3922
4cf8971b
KR
3923 * emacs-lisp/elint.el (elint-add-required-env): Better error message
3924 when .el source file not found or other error.
3925
d204c46c
SM
39262009-11-24 Markus Triska <markus.triska@gmx.at>
3927
3928 * linum.el (linum-update-window): Ignore intangible (bug#4996).
3929
bb301b9a
SM
39302009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3931
449c27f0
SM
3932 Handle the [back] button properly (bug#4979).
3933 * descr-text.el (describe-text-properties): Add a `buffer' argument.
3934 Use help-setup-xref, help-buffer, and with-help-window.
3935 (describe-char): Add `buffer' argument.
3936 Pass proper command to help-setup-xref. Don't meddle with
3937 help-xref-stack-item directly.
3938 (describe-text-category): Use with-help-window and help-buffer.
3939
32fe5377
SM
3940 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3941 for the displayed buffer (bug#4887).
3942
bb301b9a
SM
3943 * man.el (Man-completion-table): New function.
3944 (man): Use it.
3945
35179414
DR
39462009-11-24 David Reitter <david.reitter@gmail.com>
3947
bb301b9a 3948 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
3949 .git is) rather than the file's directory and a relative path spec
3950 to work around a bug in git.
3951
605a20a9
MA
39522009-11-24 Michael Albinus <michael.albinus@gmx.de>
3953
3954 Improve handling of processes on remote hosts.
3955
3956 * eshell/esh-util.el (eshell-path-env): New defvar.
3957 (eshell-parse-colon-path): New defun.
3958 (eshell-file-attributes): Use `eshell-parse-colon-path'.
3959
bb301b9a
SM
3960 * eshell/esh-ext.el (eshell-search-path):
3961 Use `eshell-parse-colon-path'.
605a20a9
MA
3962 (eshell-remote-command): Remove argument HANDLER.
3963 (eshell-external-command): Check for FTP remote connection.
3964
bb301b9a
SM
3965 * eshell/esh-proc.el (eshell-gather-process-output):
3966 Use `file-truename', in order to start also symlinked files.
3967 Apply `start-file-process' instead of `start-process'.
3968 Shorten `command' to the local file name part.
605a20a9 3969
bb301b9a
SM
3970 * eshell/em-cmpl.el (eshell-complete-commands-list):
3971 Use `eshell-parse-colon-path'.
605a20a9
MA
3972
3973 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3974
3975 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
3976 to `eshell-directory-change-hook'.
3977
d1d33062
TH
39782009-11-24 Tassilo Horn <tassilo@member.fsf.org>
3979
3980 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 3981 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 3982
a34d8565 39832009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 3984
a34d8565
MK
3985 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3986 made on 2009-11-22.
d1d33062 3987
c83b8d1b
GM
39882009-11-24 Glenn Morris <rgm@gnu.org>
3989
3990 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3991 deleted variable bookmark-bmenu-bookmark-column.
3992
65235b0a
GM
3993 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3994 Move after definition of global-semantic-idle-tag-highlight-mode.
3995
83505cfe
SM
39962009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3997
3998 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3999
5241b291
CY
40002009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
4001
4002 * net/browse-url.el (browse-url-filename-alist): On Windows, add
4003 two slashes to the "file:" prefix.
4004 (browse-url-file-url): De-munge Cygwin filenames before passing
4005 them to Windows browser.
4006 (browse-url-default-windows-browser): Use call-process.
4007
aefcadb6
JL
40082009-11-23 Juri Linkov <juri@jurta.org>
4009
4010 Implement DocView Continuous mode. (Bug#4896)
4011 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
4012 (doc-view-mode-map): Bind C-n/<down> to
4013 `doc-view-next-line-or-next-page', C-p/<up> to
4014 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
4015 (doc-view-next-line-or-next-page)
4016 (doc-view-previous-line-or-previous-page): New commands.
4017
0d62bcea
JL
40182009-11-23 Juri Linkov <juri@jurta.org>
4019
4020 Implement Isearch in comint input history. (Bug#3746)
4021 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4022 `isearch-mode-hook'.
4023 (comint-history-isearch): New defcustom.
4024 (comint-history-isearch-backward)
4025 (comint-history-isearch-backward-regexp): New commands.
4026 (comint-history-isearch-message-overlay): New buffer-local variable.
4027 (comint-history-isearch-setup, comint-history-isearch-end)
4028 (comint-goto-input, comint-history-isearch-search)
4029 (comint-history-isearch-message, comint-history-isearch-wrap)
4030 (comint-history-isearch-push-state)
4031 (comint-history-isearch-pop-state): New functions.
4032
b593f105
MA
40332009-11-23 Michael Albinus <michael.albinus@gmx.de>
4034
4035 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4036 return.
4037 (tramp-handle-make-symbolic-link)
4038 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4039 Quote file names.
4040 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4041 (tramp-handle-process-file): Use it.
4042
0f202d5d
SM
40432009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4044
4045 * window.el (move-to-window-line-last-op): Remove.
4046 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4047
216349f8
SM
40482009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4049
0f202d5d 4050 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
4051 * window.el (move-to-window-line-last-op): New var.
4052 (move-to-window-line-top-bottom): New command.
4053 (global-map): Bind M-r move-to-window-line-top-bottom.
4054
c10e0633
GM
40552009-11-23 Sven Joachim <svenjoac@gmx.de>
4056
4057 * dired-x.el (dired-guess-shell-alist-default):
4058 Support xz format. (Bug#4953)
4059
e96ec425
CY
40602009-11-22 Chong Yidong <cyd@stupidchicken.com>
4061
2054a44c
CY
4062 * cedet/srecode/map.el (srecode-get-maps):
4063 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
4064 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
4065 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
4066 (semantic-toggle-decoration-style):
4067 * cedet/semantic/decorate/include.el
4068 (semantic-decoration-include-describe)
4069 (semantic-decoration-unknown-include-describe)
4070 (semantic-decoration-unparsed-include-describe)
4071 (semantic-decoration-all-include-summary):
4072 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
4073 * cedet/semantic/analyze/complete.el
4074 (semantic-analyze-possible-completions):
4075 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
4076 (semantic-show-unmatched-syntax-mode)
4077 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
4078 (semantic-highlight-func-mode):
4079 * cedet/semantic/util.el (semantic-describe-buffer):
4080 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
4081 (semantic-symref-find-tags-by-name)
4082 (semantic-symref-find-tags-by-regexp)
4083 (semantic-symref-find-tags-by-completion)
4084 (semantic-symref-find-file-references-by-name)
4085 (semantic-symref-find-text):
4086 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
4087 (senator-yank-tag):
4088 * cedet/semantic/scope.el (semantic-calculate-scope):
4089 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
4090 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
4091 (define-semantic-idle-service):
4092 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
4093 (semantic-complete-analyze-inline-idle):
4094 * cedet/semantic/analyze.el (semantic-analyze-current-context):
4095 * cedet/mode-local.el (describe-mode-local-bindings)
4096 (describe-mode-local-bindings-in-mode):
4097 * cedet/ede/make.el (ede-make-check-version):
4098 * cedet/ede/locate.el (ede-enable-locate-on-project):
4099 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
4100 (cedet-idutils-version-check):
4101 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
4102 (cedet-gnu-global-version-check):
4103 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
4104 (cedet-cscope-version-check): Use called-interactively-p instead
4105 of interactive-p.
4106
e96ec425
CY
4107 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
4108 Use semantic-format-tag-prototype.
4109
953e0c1a
GM
41102009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4111
4112 * emulation/viper-cmd.el: Use viper-last-command-char instead of
4113 last-command-char/last-command-event.
4114 (viper-prefix-arg-value): Do correct conversion of event-char for
4115 XEmacs.
4116
83505cfe
SM
4117 * emulation/viper-util.el, emulation/viper.el:
4118 Use viper-last-command-char instead of
4119 last-command-char/last-command-event.
953e0c1a 4120
83505cfe
SM
4121 * ediff-init.el, ediff-mult.el, ediff-util.el:
4122 Replace last-command-char and last-command-event
4123 with (ediff-last-command-char) everywhere.
953e0c1a
GM
4124
4125 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4126 created in fundamental mode.
4127
4128 * ediff.el (ediff-version): Revert the change of interactive-p to
4129 called-interactively-p.
4130
9ee12eee
TH
41312009-11-22 Tassilo Horn <tassilo@member.fsf.org>
4132
4133 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4134 generation from word-movement command names.
4135
ab2c15d4
CY
41362009-11-21 Chong Yidong <cyd@stupidchicken.com>
4137
4138 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
83505cfe
SM
4139 (semantic-complete-jump-local, semantic-complete-jump):
4140 Improve prompt string.
ab2c15d4 4141
8b571bf3
JD
41422009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4143
4144 * cus-start.el (all): Add native condition for font-use-system-font.
4145
4121db47
AM
41462009-11-21 Nathaniel Flath <flat0103@gmail.com>
4147
83505cfe
SM
4148 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4149 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 4150
d71f5e0c
TH
41512009-11-21 Tassilo Horn <tassilo@member.fsf.org>
4152
4153 * progmodes/subword.el: Rename from lisp/subword.el.
4154
4155 * subword.el: Rename to progmodes/subword.el.
4156
4157 * Makefile.in (ELCFILES): Adapt to subword.el move.
4158
fc9d6ad6
SM
41592009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4160 Stefan Monnier <monnier@iro.umontreal.ca>
4161
4162 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4163 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4164 (bookmark-bmenu-show-filenames): Use push.
4165 (bookmark-bmenu-hide-filenames): Use local var instead of
4166 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
4167 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4168 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4169 filenames now that the bookmark names are always available.
4170
26d9285f
SM
41712009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4172
4173 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4174 (bookmark-search-pattern): Move and leave unbound.
4175 (bookmark-bmenu-mode-map): Change binding.
4176 (bookmark-read-search-input): Simplify.
4177 Don't use text-char-description. Don't error on non-char events.
4178 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4179 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4180 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4181 Use a local var for the timer.
4182 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4183 (i.e. bookmark-bmenu-search).
4184
d73a0317
GM
41852009-11-21 Glenn Morris <rgm@gnu.org>
4186
4187 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
4188
e572025f
CY
41892009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
4190
26d9285f
SM
4191 * net/browse-url.el (browse-url-default-windows-browser):
4192 Use cygstart for cygwin.
e572025f 4193
6aeaa3dc
KF
41942009-11-20 Karl Fogel <karl.fogel@red-bean.com>
4195
e4070cdc 4196 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
4197 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4198 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 4199 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
4200 (bookmark-read-search-input): Adjust to fit within 80 columns.
4201
a9b76eec
TH
42022009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4203
4204 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4205 (c-backward-into-nomenclature): Adapt to subword renaming.
4206
4207 * subword.el (subword-forward, subword-backward, subword-mark)
4208 (subword-kill, subword-backward-kill, subword-transpose)
4209 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
4210 (subword-forward-internal, subword-backward-internal):
4211 Rename from forward-subword, backward-subword, mark-subword,
4212 kill-subword, backward-kill-subword, transpose-subwords,
4213 downcase-subword, upcase-subword, capitalize-subword,
4214 forward-subword-internal, backward-subword-internal.
a9b76eec 4215
1e7d4475
SM
42162009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4217
26d9285f
SM
4218 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4219 New options.
1e7d4475
SM
4220 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4221 New vars.
4222 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4223 (bookmark-bmenu-filter-alist-by-regexp)
4224 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4225 (bookmark-bmenu-search): New command.
4226 (bookmark-bmenu-mode-map): Bind it.
4227
acfad775
CY
42282009-11-20 Chong Yidong <cyd@stupidchicken.com>
4229
1e7d4475 4230 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
acfad775
CY
4231
4232 * cedet/semantic/idle.el (define-semantic-idle-service)
4233 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
4234
653d1554
TH
42352009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4236
ab84bfa0
TH
4237 * progmodes/cc-cmds.el: declare-functioned forward-subword and
4238 backward-subword to quit the byte-compiler.
4239
1f35fda9
TH
4240 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4241
4242 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4243
653d1554 4244 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
4245 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4246 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
4247
4248 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4249 subword.el functions instead of cc-subword.el.
4250
1e7d4475
SM
4251 * progmodes/cc-subword.el: Rename to subword.el.
4252 * subword.el: Rename from progmodes/cc-subword.el.
4253 (subword-mode-map): Rename from c-subword-mode-map.
4254 (subword-mode): Rename from c-subword-mode.
653d1554 4255 (global-subword-mode): New global minor mode.
1e7d4475
SM
4256 (forward-subword): Rename from c-forward-subword.
4257 (backward-subword): Rename from c-backward-subword.
4258 (mark-subword): Rename from c-mark-subword.
4259 (kill-subword): Rename from c-kill-subword.
4260 (backward-kill-subword): Rename from c-backward-kill-subword.
4261 (transpose-subwords): Rename from c-tranpose-subword.
4262 (downcase-subword): Rename from c-downcase-subword.
4263 (capitalize-subword): Rename from c-capitalize-subword.
4264 (forward-subword-internal): Rename from c-forward-subword-internal.
4265 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 4266
9717f119
DN
42672009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4268
8de724f3
DN
4269 * vc.el (vc-deduce-fileset): Allow non-state changing operations
4270 from a dired buffer.
4271 (vc-dired-deduce-fileset): New function.
4272 (vc-root-diff, vc-print-root-log): Use it.
4273
9717f119
DN
4274 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4275 nil LIMIT argument to vc-print-log-internal.
4276
af4999b8
GM
42772009-11-20 Glenn Morris <rgm@gnu.org>
4278
4279 * Makefile.in (ELCFILES): Regenerate.
4280
725bff06
CY
42812009-11-20 Chong Yidong <cyd@stupidchicken.com>
4282
4283 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
4284
4285 * cedet/semantic.el: Enable idle-mode menu items only if
4286 global-semantic-idle-scheduler-mode is enabled.
4287 (semantic-default-submodes): Doc fix.
4288
4289 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4290 When turning off, disable other idle modes.
4291
b58edcb6
JB
42922009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
4293
02e1b488
SM
4294 * calc/calc.el (calc-set-mode-line):
4295 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
4296 (math-format-number): Rename `math-format-complement-signed' to
4297 `math-format-twos-complement'.
4298
02e1b488 4299 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
4300 math-format-complement-signed.
4301 (calc-radix): Rename `calc-complement-signed-mode' to
4302 `calc-twos-complement-mode'.
02e1b488
SM
4303 (calc-octal-radix, calc-hex-radix): Add an argument for
4304 two's complement.
b58edcb6 4305
02e1b488
SM
4306 * calc/calc-embed.el (calc-embedded-mode-vars):
4307 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 4308
02e1b488
SM
4309 * calc/calc-ext.el (calc-init-extensions):
4310 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
4311 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4312
02e1b488
SM
4313 * calc/calc-units.el (math-build-units-table-buffer):
4314 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
4315
4316 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4317 entries.
4318
4319 * calc/calc-vec.el (calcFunc-vunpack):
4320 * calc/calc-aent.el (calc-do-calc-eval):
4321 * calc/calc-forms.el (math-format-date):
4322 * calc/calc-graph.el (calc-graph-plot):
4323 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
4324 * calc/calccomp.el (math-compose-expr):
4325 Let `calc-twos-complement-mode' be nil.
4326
43272009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4328
4329 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4330 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
4331 * minibuffer.el (completion-in-region-functions): New hook.
4332 (completion-in-region): New function.
4333 * emacs-lisp/lisp.el (lisp-complete-symbol):
4334 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 4335
e3353a78
SM
43362009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4337
eff77808
SM
4338 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4339 (latex-complete-alist): New vars.
4340 (latex-string-prefix-p, latex-complete-bibtex-keys)
4341 (latex-complete-envnames, latex-complete-refkeys)
4342 (latex-complete-data): New functions.
4343 (latex-complete, latex-indent-or-complete): New commands.
4344
d2c9fc42
SM
4345 * window.el (display-buffer-mark-dedicated): New var.
4346 (display-buffer): Obey it.
4347 * minibuffer.el (minibuffer-completion-help): Use it.
4348
31a1c477
SM
4349 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4350
bed4c972
SM
4351 * filecache.el (file-cache-add-file): Use push and cons.
4352 (file-cache-delete-file-regexp): Use push.
4353 (file-cache-complete): Use completion-in-region.
4354
8c22699f
SM
4355 * simple.el (with-wrapper-hook): Fix thinko.
4356
e3353a78
SM
4357 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4358 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4359 Use with-current-buffer and string-to-number.
4360 (hfy-fallback-colour-values): Use assoc-string.
4361 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4362 (hfy-face-at): Remove unused var `found-face'.
4363 (hfy-compile-stylesheet): Remove unused var `css'.
4364 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4365 and `orig-buffer'.
4366 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4367 Use with-current-buffer.
4368 (hfy-text-p): Use expand-file-name and fewer setq.
4369
acca02b0
SM
43702009-11-19 Vivek Dasmohapatra <vivek@etla.org>
4371
4372 * htmlfontify.el, hfy-cmap.el: New files.
4373
042b7cc6
JL
43742009-11-19 Juri Linkov <juri@jurta.org>
4375
4376 * minibuffer.el (completions-format): New defcustom.
4377 (completion--insert-strings): Implement vertical format.
4378
4379 * simple.el (switch-to-completions): Move point to the first
4380 completion when point was at the beginning of the buffer.
4381
da205913
JL
43822009-11-19 Juri Linkov <juri@jurta.org>
4383
4384 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
4385
4386 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4387
0b8ee421
CY
43882009-11-19 Chong Yidong <cyd@stupidchicken.com>
4389
4390 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4391 (mail-signature): Change default to t.
4392 (mail-from-style): Deprecate `system-default' value.
4393 (mail-insert-from-field): For default value of mail-from-style,
4394 default to `angles' unless `angles' needs quoting and `parens'
4395 does not.
4396 (mail-citation-prefix-regexp): Use citation regexp from
4397 message-mode.
4398
4265deab
MA
43992009-11-19 Michael Albinus <michael.albinus@gmx.de>
4400
acca02b0
SM
4401 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4402 Set variables for computing the prompt for reading password.
4265deab 4403
27cacd2d
GM
44042009-11-19 Glenn Morris <rgm@gnu.org>
4405
470bce7d
GM
4406 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
4407
7e705a1d
GM
4408 * textmodes/flyspell.el (sgml-lexical-context): Declare.
4409
27cacd2d
GM
4410 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4411 (newsticker-treeview-listwindow-height): Fix custom type.
4412
b2f0be0f
KH
44132009-11-19 Kenichi Handa <handa@m17n.org>
4414
4415 * descr-text.el (describe-char-padded-string): Compose with TAB
4416 only if there's a font for CH.
02e1b488 4417 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 4418
03446045 44192009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
4420
4421 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 4422 more accurate version of the regexp. (Bug#3910)
b96337b0 4423
03446045 44242009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
4425
4426 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4427
e0620570
JB
44282009-11-18 Juanma Barranquero <lekktu@gmail.com>
4429
4430 * font-setting.el (font-use-system-font): Declare for byte-compiler.
4431 (font-setting-change-default-font): Fix typo in docstring.
4432
6cc6582e
AM
44332009-11-18 Alan Mackenzie <acm@muc.de>
4434
4435 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4436
dfb3c4c6
JD
44372009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4438
02e1b488 4439 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
4440
4441 * cus-start.el (all): ... to here.
4442
e268e987
MA
44432009-11-17 Michael Albinus <michael.albinus@gmx.de>
4444
4445 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4446 Don't set `ad-return-value' if `ad-do-it' doesn't.
4447
303ffde8
MA
4448 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4449 modification time.
4450
637fa988
JD
44512009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4452
4453 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 4454 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
4455
4456 * loadup.el: If feature system-font-setting or font-render-setting is
4457 there, load font-setting.
4458
02e1b488 4459 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
4460 * font-setting.el: New file.
4461
1d16a255
GM
44622009-11-17 Glenn Morris <rgm@gnu.org>
4463
4464 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4465
2d84f804
GM
4466 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4467 Preserve point in the list buffer. (Bug#4939)
4468 Use point-at-eol.
4469 (newsticker--treeview-list-update-highlight)
4470 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4471
14467b99
JB
44722009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4473
4474 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4475 Remove.
4476
4477 * calc/calc-ext.el (calc-init-extensions): Remove references to
4478 symclip.
4479
4480 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4481
4482 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 4483 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
4484 `calc-symclip'.
4485
e3c39c01
KR
44862009-11-16 Kevin Ryde <user42@zip.com.au>
4487
02e1b488 4488 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 4489 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 4490
497de631
KR
4491 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4492 (lm-keywords-list): Allow comma-only separator like "foo,bar".
4493 Ignore trailing spaces by omit-nulls to split-string (fixing
4494 regression from Emacs 21 due to the incompatible split-string
14467b99 4495 change). (Bug #4928.)
497de631 4496
48b27575
DN
44972009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
4498
5237d741 4499 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
4500 (vc-print-log-internal): Insert buttons to request more entries
4501 when limiting the output.
4502
4503 * vc-sccs.el (vc-sccs-print-log):
4504 * vc-rcs.el (vc-rcs-print-log):
4505 * vc-cvs.el (vc-cvs-print-log):
4506 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4507 LIMIT is non-nil.
4508
d3e97185
MA
45092009-11-16 Michael Albinus <michael.albinus@gmx.de>
4510
4511 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4512 error when `tramp-gvfs-dbus-event-vector' is set.
4513 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4514
68d87786
SM
45152009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4516
4517 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4518
c0a39702
MA
45192009-11-16 Michael Albinus <michael.albinus@gmx.de>
4520
4521 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 4522 (dbus-register-property): Register the handlers of
c0a39702
MA
4523 "org.freedesktop.DBus.Properties" for SERVICE.
4524 (dbus-property-handler): Fix docstring.
4525
1e857121
YM
45262009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4527
4528 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4529 Quote doc string reference in defvaralias as it is not in special form.
4530 (byte-compile-output-docform): Doc fix.
4531
887484c1
JB
45322009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4533
4534 * calc/calc.el (math-2-word-size, math-half-2-word-size)
4535 (calc-complement-signed-mode): New variables.
4536 (calc-set-mode-line): Add indicator for twos-complements.
4537 (math-format-number): Format twos-complement notation.
4538
4539 * calc/calc-bin.el (calc-word-size): Reset the variables
4540 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
4541 (math-format-complement-signed, math-symclip, calcFunc-symclip)
4542 (calc-symclip): New functions.
887484c1
JB
4543
4544 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4545
68d87786
SM
4546 * calc/calc-embed.el (calc-embedded-mode-vars):
4547 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
4548
4549 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 4550 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
4551
4552 * calc/calc-ext.el (math-read-number-fancy): Read complement
4553 signed numbers.
68d87786
SM
4554 (calc-init-extensions): Add binding for `calc-symclip'.
4555 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
4556
4557 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4558 `calc-symclip'.
68d87786 4559 (calc-modes-menu): Add item for twos complement mode.
887484c1 4560
5237d741 4561 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 4562
4cf1d7e3
CY
45632009-11-15 Chong Yidong <cyd@stupidchicken.com>
4564
4565 * register.el (jump-to-register, insert-register): Handle Semantic
4566 tags. From commented-out advice in semantic/senator.el.
4567
f8e65267
DN
45682009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
4569
6616006b
DN
4570 * vc.el (vc-log-show-limit): New variable.
4571 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
4572 when using a prefix argument.
4573 (vc-print-log-internal): Add new argument LIMIT.
4574
4575 * vc-svn.el (vc-svn-print-log):
4576 * vc-mtn.el (vc-mtn-print-log):
4577 * vc-hg.el (vc-hg-print-log):
4578 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 4579 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
4580 non-optional.
4581
4582 * vc-sccs.el (vc-sccs-print-log):
4583 * vc-rcs.el (vc-rcs-print-log):
4584 * vc-git.el (vc-git-print-log):
4585 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4586 ignore it. Make the BUFFER argument non-optional
4587
f8e65267
DN
4588 * bindings.el (mode-line-buffer-identification): Do not purecopy.
4589
0566c4bc
CY
45902009-11-15 Chong Yidong <cyd@stupidchicken.com>
4591
7cce3c91
CY
4592 * dired.el (dired-mode-map): Move encryption items to "Operate"
4593 menu (Bug#4703).
4594
d7063de9
CY
4595 * strokes.el (strokes-update-window-configuration): Make strokes
4596 buffer current before erasing (Bug#4906).
4597
0566c4bc
CY
4598 * cedet/semantic/idle.el (semantic-idle-summary-mode)
4599 (semantic-idle-summary-mode): Define using define-minor-mode
4600 instead of define-semantic-idle-service.
4601 (semantic-idle-summary-mode): New function.
4602 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
4603 that mouse motion does not reset the echo area.
4604
0fc10137
JL
46052009-11-15 Juri Linkov <juri@jurta.org>
4606
4607 * simple.el (set-mark-default-inactive): Add :type, :group
4608 and :version. (Bug#4876)
4609
f5fce4ec
MA
46102009-11-15 Michael Albinus <michael.albinus@gmx.de>
4611
4612 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4613 (archive-unique-fname): ... here. (Bug#4929)
4614
8d720a00
SM
46152009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4616
589888fe
SM
4617 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4618 with a real fix.
4619
8d720a00
SM
4620 * novice.el (disabled-command-function): Add useful args.
4621 Setup the help buffer so that [back] works.
4622 Remove redundant call to help-mode.
4623 (disabled-command-function): Use `case'.
4624 (en/disable-command): New function extracted from enable-command.
4625 (enable-command, disable-command): Use it.
4626
a61344d6
GM
46272009-11-14 Glenn Morris <rgm@gnu.org>
4628
497f0cdd
GM
4629 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4630 constants. (Bug#4913)
4631
a61344d6
GM
4632 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4633
d501801e
GM
46342009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4635
4636 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4637 defined in C that have no doc-strings. (Bug#1063)
4638
5af27ac2
GM
46392009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
4640
4641 * cus-edit.el (data, files):
4642 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
4643
aec5395b
CY
46442009-11-14 Chong Yidong <cyd@stupidchicken.com>
4645
e7791447
CY
4646 * simple.el (shell-command): Doc fix (Bug#4891).
4647
aec5395b
CY
4648 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4649
7a41cd7f
GM
46502009-11-14 Glenn Morris <rgm@gnu.org>
4651
c3583c94
GM
4652 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4653 statements for vc-diff, emerge-quit, and rmail-cease-edit.
4654 If they are already loaded, eval-after-load will do the right thing.
4655
73900d1f
GM
4656 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4657 compiling.
4658
0028351d
GM
4659 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4660
f6714ede
GM
4661 * simple.el (x-selection-owner-p): Declare.
4662 (read-mail-command): Use custom radio type rather than choice.
4663 (completion-no-auto-exit): Doc fix.
4664
7a41cd7f 4665 * custom.el (defgroup):
5af27ac2 4666 * epg-config.el (epg): Doc fixes.
7a41cd7f 4667
2d0659ec
DN
46682009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
4669
4670 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4671 * international/ccl.el (define-ccl-program): Do not purecopy the
4672 docstring, defconst does it anyway.
4673
7fdbcd83
SM
46742009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4675
d499c5b9
SM
4676 * add-log.el (add-change-log-entry): Avoid displaying the changelog
4677 a second time.
4678
7fdbcd83
SM
4679 * x-dnd.el (x-dnd-maybe-call-test-function):
4680 * window.el (split-window-vertically):
4681 * whitespace.el (whitespace-help-on):
4682 * vc-rcs.el (vc-rcs-consult-headers):
4683 * userlock.el (ask-user-about-lock-help)
4684 (ask-user-about-supersession-help):
4685 * type-break.el (type-break-force-mode-line-update):
4686 * time-stamp.el (time-stamp-conv-warn):
4687 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 4688 (te-sentinel, terminal-emulator):
7fdbcd83
SM
4689 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4690 (term-write-input-ring, term-check-source, term-start-output-log):
4691 (term-display-buffer-line, term-dynamic-list-completions):
4692 (term-ansi-make-term, serial-term):
4693 * subr.el (selective-display):
4694 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4695 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4696 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4697 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4698 (speedbar-remove-localized-speedbar-support)
4699 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4700 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4701 (speedbar-buffers-line-directory):
4702 * simple.el (shell-command-on-region, append-to-buffer)
4703 (prepend-to-buffer):
4704 * shadowfile.el (shadow-save-todo-file):
4705 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4706 (scroll-bar-maybe-set-window-start):
4707 * sb-image.el (speedbar-image-dump):
4708 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4709 (load-save-place-alist-from-file):
4710 * ps-samp.el (ps-print-message-from-summary):
4711 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4712 (ps-background-image, ps-begin-job, ps-do-despool):
4713 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4714 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4715 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4716 (pr-call-process, pr-file-list, pr-interface-save):
4717 * novice.el (disabled-command-function)
4718 (enable-command, disable-command):
4719 * mouse.el (mouse-buffer-menu-alist):
4720 * mouse-copy.el (mouse-kill-preserving-secondary):
4721 * macros.el (kbd-macro-query):
4722 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4723 * informat.el (batch-info-validate):
4724 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4725 * hippie-exp.el (try-expand-dabbrev-visible):
4726 * help-mode.el (help-make-xrefs):
4727 * help-fns.el (describe-variable):
4728 * generic-x.el (bat-generic-mode-run-as-comint):
4729 * finder.el (finder-mouse-select):
4730 * find-dired.el (find-dired-sentinel):
4731 * filesets.el (filesets-file-close):
4732 * files.el (list-directory):
4733 * faces.el (list-faces-display, describe-face):
4734 * facemenu.el (list-colors-display):
4735 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4736 * epg.el (epg--process-filter, epg-cancel):
4737 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4738 (epa--read-signature-type):
4739 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4740 (emerge-file-names):
4741 * ehelp.el (electric-helpify):
4742 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4743 * ediff-vers.el (rcs-ediff-view-revision):
4744 * ediff-util.el (ediff-setup):
4745 * ediff-mult.el (ediff-append-custom-diff):
4746 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4747 (ediff-wordify):
4748 * echistory.el (Electric-command-history-redo-expression):
4749 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4750 * disp-table.el (describe-display-table):
4751 * dired.el (dired-find-buffer-nocreate):
4752 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4753 * dabbrev.el (dabbrev--same-major-mode-p):
4754 * chistory.el (list-command-history):
4755 * apropos.el (apropos-documentation):
4756 * allout.el (allout-obtain-passphrase):
4757 (allout-copy-exposed-to-buffer):
4758 (allout-verify-passphrase): Use with-current-buffer.
4759
2ccbc060
GM
47602009-11-13 Glenn Morris <rgm@gnu.org>
4761
4762 * Makefile.in (ELCFILES): Regenerate.
4763
b172ed20
MA
47642009-11-13 Michael Albinus <michael.albinus@gmx.de>
4765
7fdbcd83
SM
4766 * net/dbus.el (dbus-registered-objects-table): Rename from
4767 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
4768 (dbus-unregister-object): Unregister also properties.
4769 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4770 Use a timeout of 500 msec, in order to not block.
4771 (dbus-register-property, dbus-property-handler): New defuns.
4772
e96d62cd
SM
47732009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4774
4775 * simple.el (minibuffer-default-add-completions): Drop deprecated
4776 4th arg.
4777
14bd267d
EZ
47782009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
4779
e96d62cd
SM
4780 * textmodes/artist.el (artist-mouse-choose-operation):
4781 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 4782 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
4783 (artist-compute-up-event-key): New function.
4784 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4785
bf89fd7b
KH
47862009-11-13 Kenichi Handa <handa@m17n.org>
4787
4788 * language/japan-util.el: Make sure that the value of jisx0208
4789 property is jisx0208 character.
4790
f70b8925
DN
47912009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
4792
4793 * international/mule.el (auto-coding-regexp-alist): Only purecopy
4794 car or each item, not the whole list.
4795
4d93a9e0
SM
47962009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4797
4798 * minibuffer.el (minibuffer-completion-help):
4799 Use minibuffer-hide-completions.
4800
05404988
SM
48012009-11-12 Per Starbäck <per@starback.se> (tiny change)
4802
4803 * dired.el (dired-save-positions, dired-restore-positions): New funs.
4804 (dired-revert): Use them (bug#4880).
4805
5297bc10
DN
48062009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4807
4808 * tooltip.el (tooltip-frame-parameters): Undo previous change.
4809
e2685eb7
JL
48102009-11-12 Juri Linkov <juri@jurta.org>
4811
4812 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4813 New functions.
4814 (find-file-literally-at-point): Alias of `ffap-literally'.
4815
76410c3e
DN
48162009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4817
6d341a2a
DN
4818 * textmodes/ispell.el (ispell-skip-region-alist):
4819 * textmodes/css-mode.el (auto-mode-alist):
4820 * progmodes/compile.el (auto-mode-alist):
4821 * international/mule.el (ctext-non-standard-encodings-alist)
4822 (ctext-non-standard-encodings-regexp):
4823 * simple.el (shell-command-switch, text-read-only):
4824 * replace.el (occur-mode-map):
4825 * paths.el (rmail-file-name):
4826 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4827 * find-file.el (ff-special-constructs):
4828 * files.el (file-name-handler-alist):
4829 * composite.el: Purecopy strings.
4830
76410c3e
DN
4831 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4832
aaa448c9
DN
48332009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4834
4835 * widget.el (define-widget): Purecopy the docstring.
4836 * international/mule-cmds.el (charset): Do not purecopy the
4837 docstring here, define-widget does it.
4838
4839 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4840 * textmodes/bibtex-style.el (auto-mode-alist):
4841 * progmodes/inf-lisp.el (inferior-lisp-prompt):
4842 * progmodes/compile.el (compile-command):
4843 * language/korea-util.el (default-korean-keyboard):
4844 * international/mule-conf.el (file-coding-system-alist):
4845 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4846 * tooltip.el (tooltip-frame-parameters):
4847 * newcomment.el (comment-end, comment-padding):
4848 * dired.el (dired-trivial-filenames):
4849 * comint.el (comint-file-name-prefix): Purecopy initial values.
4850
bbe650fd
MA
48512009-11-11 Michael Albinus <michael.albinus@gmx.de>
4852
4853 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4854 (tramp-advice-minibuffer-electric-tilde): Unload advices via
4855 `tramp-unload'.
4856 (tramp-advice-make-auto-save-file-name)
4857 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4858 after removing the advice.
4859
6bdad9ae
DN
48602009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4861
2f7f4bee
DN
4862 * progmodes/grep.el (grep-regexp-alist):
4863 * international/mule-cmds.el (iso-2022-control-alist):
4864 * emacs-lisp/timer.el (timer-duration-words):
4865 * subr.el (version-separator, version-regexp-alist):
4866 * minibuffer.el (completion-styles-alist):
4867 * faces.el (face-attribute-name-alist, list-faces-sample-text):
4868 Change defvars to defconsts.
4869
a042de45
DN
4870 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4871 * loadup.el ("international/mule-conf"): Load the byte compiled version.
4872 * international/mule-conf.el: Allow to be byte compiled.
4873
3b6acc72
DN
4874 * international/mule.el (define-charset): Purecopy props.
4875 (load-with-code-conversion): Purecopy doc string and file name.
4876 (put-charset-property): Purecopy strings.
4877 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4878
1c2efdfb 4879 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
4880 (define-char-code-property): Correctly purecopy the table.
4881
62591911
DN
4882 * international/ccl.el (define-ccl-program): Purecopy the docstring.
4883
8b908da6
DN
4884 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4885
ff917d63
DN
4886 * subr.el (add-hook): Purecopy strings.
4887 (eval-after-load): Purecopy load-history-regexp and the form.
4888
af89cf77
DN
4889 * custom.el (custom-declare-group): Purecopy load-file-name.
4890
a3c20c83 4891 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
4892 * net/eudc.el (eudc-tools-menu):
4893 * international/mule-cmds.el (set-coding-system-map)
4894 (mule-menu-keymap):
4895 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4896 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
4897 * replace.el (occur-mode-map):
4898 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 4899 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
4900 (menu-bar-custom-menu, menu-bar-showhide-menu)
4901 (menu-bar-options-menu, menu-bar-tools-menu)
4902 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4903 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4904 (menu-bar-help-menu):
4905 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4906 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4907
6bdad9ae
DN
4908 * term/x-win.el (x-gtk-stock-map):
4909 * progmodes/vera-mode.el (auto-mode-alist):
4910 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4911 (inferior-lisp-program, inferior-lisp-load-command):
4912 * progmodes/hideshow.el (hs-special-modes-alist):
4913 * progmodes/gud.el (same-window-regexps):
4914 * progmodes/grep.el (grep-program, find-program, xargs-program):
4915 * net/telnet.el (same-window-regexps):
4916 * net/rlogin.el (same-window-regexps):
4917 * language/ethiopic.el (font-ccl-encoder-alist):
4918 * vc-sccs.el (vc-sccs-master-templates):
4919 * vc-rcs.el (vc-rcs-master-templates):
4920 * subr.el (cl-assertion-failed):
4921 * simple.el (next-error-overlay-arrow-position):
4922 * lpr.el (lpr-command):
4923 * locate.el (locate-ls-subdir-switches):
4924 * info.el (same-window-regexps, info)
4925 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4926 * image-mode.el (image-mode, auto-mode-alist):
4927 * hippie-exp.el (hippie-expand-ignore-buffers):
4928 * format.el (format-alist):
4929 * find-dired.el (find-ls-subdir-switches, find-grep-options)
4930 (find-name-arg):
4931 * facemenu.el (facemenu-keybindings):
4932 * dired.el (dired-listing-switches, dired-chown-program):
4933 * diff.el (diff-switches, diff-command):
4934 * cus-edit.el (same-window-regexps):
4935 * bindings.el (mode-line-mule-info)
4936 (mode-line-buffer-identification): Purecopy strings.
4937
e0987650
JL
49382009-11-11 Juri Linkov <juri@jurta.org>
4939
3570691b 4940 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
4941 Tell the byte-compiler about dired-get-filename.
4942 (shell-command): In Dired mode, get filename from the current line
4943 as the default value.
4944
b16ff465
GM
49452009-11-10 Glenn Morris <rgm@gnu.org>
4946
e8a11b22
GM
4947 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4948 * calendar/holidays.el, progmodes/cperl-mode.el:
4949 Update x-popup-menu declarations.
4950
b16ff465
GM
4951 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4952 (list-load-path-shadows): Use dolist.
4953 (list-load-path-shadows): Use with-current-buffer.
4954
032c3399
JL
49552009-11-10 Juri Linkov <juri@jurta.org>
4956
4957 * minibuffer.el (read-file-name): Support a list of default values
4958 in `default-filename'. Use the first file name where only one
4959 element is required. Doc fix.
4960
8fb1629f
MA
49612009-11-09 Michael Albinus <michael.albinus@gmx.de>
4962
4963 * net/dbus.el (dbus-unregister-object): Release service, if no
4964 other method is registered for it.
4965
a51203ee 49662009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
4967
4968 * bookmark.el (bookmark-completing-read): Sort bookmark names if
4969 bookmark-sort-flag is non-nil (Bug#4653).
4970
9bf7dc8a
CY
49712009-11-08 Chong Yidong <cyd@stupidchicken.com>
4972
4973 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4974 the progress reporter entirely.
4975
15207e74
CY
4976 * emulation/cua-base.el: Add CUA property to some CC mode commands
4977 (Bug#4100).
4978
8bf7ed70
KR
49792009-11-08 Kevin Ryde <user42@zip.com.au>
4980
4981 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 4982 at end of sentence (Bug#4818).
8bf7ed70 4983
951802d0
CY
49842009-11-08 Jared Finder <jfinder@crypticstudios.com>
4985
4986 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4987 Handle "see declaration of" MSFT statements (Bug#4100).
4988
e8244310
MA
49892009-11-08 Michael Albinus <michael.albinus@gmx.de>
4990
4991 * net/tramp.el (tramp-advice-make-auto-save-file-name)
4992 (tramp-advice-file-expand-wildcards): Unload via
4993 `ad-remove-advice'.
4994
4995 * net/trampver.el: Update release number.
4996
a51203ee 49972009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
4998
4999 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5000 `ad-do-it'.
5001
a51203ee 50022009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
5003
5004 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5005 in order to keep context in SELinux.
5006
bedd8a58
CY
50072009-11-08 Chong Yidong <cyd@stupidchicken.com>
5008
5009 * dired-aux.el (dired-query): Place cursor in echo area and allow
5010 C-g.
5011
5012 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5013 menu item if not on a directory (Bug#4701).
5014
0484d600
MA
50152009-11-07 Michael Albinus <michael.albinus@gmx.de>
5016
5017 Sync with Tramp 2.1.17.
5018
5019 * net/tramp.el (tramp-handle-copy-directory): Don't use
5020 `file-remote-p' (due to compatibility).
5021
5022 * net/tramp-compat.el (tramp-compat-copy-directory)
5023 (tramp-compat-delete-directory): New defuns.
5024
5025 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5026 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5027 `tramp-compat-delete-directory'.
5028
5029 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5ce6e4f4 5030 (tramp-smb-handle-delete-directory): Use
0484d600
MA
5031 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5032
5033 * net/trampver.el: Update release number.
5034
b42b2189
CY
50352009-11-07 Chong Yidong <cyd@stupidchicken.com>
5036
6960d7b9
CY
5037 * tar-mode.el (tar-copy): Call write-region on the right buffer
5038 (Bug#4857).
5039
b42b2189
CY
5040 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5041 by hand, if necessary (Bug#4878).
5042
0ad57dfd
CY
50432009-11-06 Chong Yidong <cyd@stupidchicken.com>
5044
d19e23ae
CY
5045 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5046 align size column (Bug#4839).
5047
0ad57dfd
CY
5048 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5049 statement.
5050
0b7f397c
DN
50512009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5052
5053 * progmodes/ld-script.el (auto-mode-alist):
5054 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5055
5056 * cus-face.el (custom-declare-face): Purecopy face spec.
5057
495bd5ca
KH
50582009-11-06 Kenichi Handa <handa@m17n.org>
5059
5060 * international/uni-bidi.el: Re-generated.
5061 * international/uni-category.el: Re-generated.
5062 * international/uni-combining.el: Re-generated.
5063 * international/uni-mirrored.el: Re-generated.
5064
1e8780b1
DN
50652009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5066
5067 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5068 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5069 (tex-start-options, slitex-run-command, latex-run-command)
5070 (tex-run-command, tex-directory):
5071 * textmodes/ispell.el (ispell-html-skip-alists)
5072 (ispell-tex-skip-alists, ispell-tex-skip-alists):
5073 * textmodes/fill.el (adaptive-fill-first-line-regexp):
5074 (adaptive-fill-regexp):
5075 * textmodes/dns-mode.el (auto-mode-alist):
5076 * progmodes/python.el (interpreter-mode-alist):
5077 * progmodes/etags.el (tags-compression-info-list):
5078 * progmodes/etags.el (tags-file-name):
5079 * net/browse-url.el (browse-url-galeon-program)
5080 (browse-url-firefox-program):
5081 * mail/sendmail.el (mail-signature-file)
5082 (mail-citation-prefix-regexp):
5083 * international/mule-conf.el (eight-bit):
5084 * international/latexenc.el (latex-inputenc-coding-alist):
5085 * international/fontset.el (x-pixel-size-width-font-regexp):
5086 * emacs-lisp/warnings.el (warning-type-format):
5087 * emacs-lisp/trace.el (trace-buffer):
5088 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5089 (emacs-lisp-mode-map):
5090 * calendar/holidays.el (holiday-solar-holidays)
5091 (holiday-bahai-holidays, holiday-islamic-holidays)
5092 (holiday-christian-holidays, holiday-hebrew-holidays)
5093 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5094 (hebrew-holidays-1, holiday-oriental-holidays)
5095 (holiday-general-holidays):
5096 * x-dnd.el (x-dnd-known-types):
5097 * tool-bar.el (tool-bar):
5098 * startup.el (site-run-file):
5099 * shell.el (shell-dumb-shell-regexp):
5100 * rfn-eshadow.el (file-name-shadow-tty-properties)
5101 (file-name-shadow-properties):
5102 * paths.el (remote-shell-program, news-directory):
5103 * mouse.el ([C-down-mouse-3]):
5104 * menu-bar.el (menu-bar-tools-menu):
5105 * jka-cmpr-hook.el (jka-compr-load-suffixes)
5106 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5107 (jka-compr-compression-info-list):
5108 * isearch.el (search-whitespace-regexp):
5109 * image-file.el (image-file-name-extensions):
5110 * find-dired.el (find-ls-option):
5111 * files.el (directory-listing-before-filename-regexp)
5112 (directory-free-space-args, insert-directory-program)
5113 (list-directory-brief-switches, magic-fallback-mode-alist)
5114 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5115 (automount-dir-prefix):
5116 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5117 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5118 (face-font-registry-alternatives, face-font-registry-alternatives)
5119 (face-font-family-alternatives):
5120 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5121 (facemenu-foreground-menu, facemenu-face-menu):
5122 * epa-hook.el (epa-file-name-regexp):
5123 * dnd.el (dnd-protocol-alist):
5124 * textmodes/rst.el (auto-mode-alist):
a51203ee 5125 * button.el (default-button): Purecopy strings.
1e8780b1 5126
0adae11f
GM
51272009-11-06 Glenn Morris <rgm@gnu.org>
5128
5129 * Makefile.in (ELCFILES): Update.
5130
2adaf057
SM
51312009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5132
8f72f03c
SM
5133 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5134 * emacs-lisp/levents.el: Move to obsolete/levents.el.
5135
2adaf057
SM
5136 * nxml/xsd-regexp.el (xsdre-gen-categories):
5137 * nxml/xmltok.el (xmltok-parse-entity):
5138 * nxml/rng-parse.el (rng-parse-validate-file):
5139 * nxml/rng-maint.el (rng-format-manual)
5140 (rng-manual-output-force-new-line):
5141 * nxml/rng-loc.el (rng-save-schema-location-1):
5142 * nxml/rng-cmpct.el (rng-c-parse-file):
5143 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5144 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5145
14862301
SM
51462009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
5147
bf0b361c 5148 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
5149 Remove extra save-excursions and make-variable-buffer-local's.
5150 Suggested by Stefan Monnier.
5151
5152 (verilog-getopt-file, verilog-module-inside-filename-p)
5153 (verilog-set-define): Merge GNU 1.35 and repair changes from
5154 switching to using with-current-buffer.
5155
5156 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5157 being treated as a number and confusing AUTORESET.
5158 Reported by Dan Dever.
5159
5160 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5161 Add verilog-auto-ignore-concat to fix backward compatibility with
5162 older verilog-modes. Reported by Dan Katz.
5163
5164 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5165 containing closing anchors "...$".
5166
5167 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5168 Reported by Wade Smith.
5169
48c2d18a 5170 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
5171
51722009-11-05 Michael McNamara <mac@mail.brushroad.com>
5173
bf0b361c
JB
5174 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5175 for labels.
14862301
SM
5176
5177 (verilog-label-re, verilog-calc-1): Support proper indent of named
5178 asserts.
5179
5180 (verilog-backward-token, verilog-basic-complete-re)
5181 (verilog-beg-of-statement, verilog-indent-re): Support proper
5182 indent of the assert statement at the beginning of a block of text.
5183
5184 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5185 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5186 tokens as begins.
5187
4f8f657f
GM
51882009-11-05 Glenn Morris <rgm@gnu.org>
5189
775adc51
GM
5190 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5191 Emacs 19. (Bug#1531)
5192 (byte-compile-fix-header): Update for the above change.
5193 Drop test for epoch::version.
5194
4ad6a5e7 5195 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
5196 * cus-dep.el (custom-make-dependencies):
5197 * finder.el (finder-compile-keywords):
5198 Use autoload-rubric's feature argument.
4ad6a5e7 5199
4f8f657f
GM
5200 * calendar/diary-lib.el (top-level): Make load behave more like require.
5201
881e4184
GM
5202 * vc-git.el (vc-git-stash-map): Move definition before use.
5203
ba214964 52042009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 5205
b6f8ba09
DN
5206 * custom.el (custom-declare-group): Purecopy standard-value.
5207 (custom-declare-group): Purecopy custom-prefix.
5208
7fdbcd83
SM
5209 * international/mule.el (load-with-code-conversion):
5210 Call do-after-load-evaluation unconditionally.
eb6f577b 5211
f6195dfb
DN
5212 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5213
56f14120
SM
52142009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5215
5216 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5217
e5c89ce9
GM
52182009-11-04 Glenn Morris <rgm@gnu.org>
5219
5220 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5221 (byte-compile-compatibility): Remove option.
5222 (byte-compile-close-variables, byte-compile-fix-header)
5223 (byte-compile-insert-header, byte-compile-output-docform)
5224 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5225 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5226 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5227 (byte-compile-insert, byte-compile-defun):
5228 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
5229 (byte-defop-compiler19): Remove.
5230 Without byte-compile-compatibility, the 'emacs19-opcode property is not
5231 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 5232
e24f42ab
JL
52332009-11-04 Juri Linkov <juri@jurta.org>
5234
5235 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5236 (menu-bar-options-menu): Don't quote the `prop' arg of
5237 `menu-bar-make-mm-toggle'.
5238
d3d5f4f5
JB
52392009-11-04 Juanma Barranquero <lekktu@gmail.com>
5240
5241 * calendar/calendar.el (cal-loaddefs):
5242 * calendar/diary-lib.el (diary-loaddefs):
5243 * calendar/holidays.el (hol-loaddefs):
5244 * eshell/esh-module.el (esh-groups): Load rather than require.
5245
6e39d3b2
SM
52462009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5247
e96d62cd
SM
5248 * calendar/todo-mode.el (todo-add-category): Don't hardcode
5249 point-min==1.
7e83e8b4
SM
5250 (todo-top-priorities): Only display-buffer when called interactively.
5251 (todo-item-start): Don't save excursion point.
5252 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
5253 (todo-insert-item-here, todo-file-item, todo-remove-item):
5254 Adjust uses of todo-item-start and todo-item-end.
5255
fae4e5b9
SM
5256 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5257 (autoload-rubric): Don't use any more.
5258 * cedet/semantic/fw.el (semantic/loaddefs):
5259 * cedet/srecode.el (srecode/loaddefs):
5260 * cedet/ede.el (ede/loaddefs): Load rather than require.
a51203ee
JB
5261 * cedet/ede/cpp-root.el:
5262 * cedet/ede/emacs.el:
5263 * cedet/ede/files.el:
5264 * cedet/ede/linux.el:
5265 * cedet/ede/locate.el:
5266 * cedet/ede/make.el:
5267 * cedet/ede/shell.el:
5268 * cedet/ede/speedbar.el:
5269 * cedet/ede/system.el:
5270 * cedet/ede/util.el:
5271 * cedet/semantic/analyze.el:
5272 * cedet/semantic/bovine.el:
5273 * cedet/semantic/complete.el:
5274 * cedet/semantic/ctxt.el:
5275 * cedet/semantic/db-file.el:
5276 * cedet/semantic/db-find.el:
5277 * cedet/semantic/db-global.el:
5278 * cedet/semantic/db-mode.el:
5279 * cedet/semantic/db-typecache.el:
5280 * cedet/semantic/db.el:
5281 * cedet/semantic/debug.el:
5282 * cedet/semantic/dep.el:
5283 * cedet/semantic/doc.el:
5284 * cedet/semantic/edit.el:
5285 * cedet/semantic/find.el:
5286 * cedet/semantic/format.el:
5287 * cedet/semantic/html.el:
5288 * cedet/semantic/ia-sb.el:
5289 * cedet/semantic/ia.el:
5290 * cedet/semantic/idle.el:
5291 * cedet/semantic/lex-spp.el:
5292 * cedet/semantic/lex.el:
5293 * cedet/semantic/mru-bookmark.el:
5294 * cedet/semantic/scope.el:
5295 * cedet/semantic/senator.el:
5296 * cedet/semantic/sort.el:
5297 * cedet/semantic/symref.el:
5298 * cedet/semantic/tag-file.el:
5299 * cedet/semantic/tag-ls.el:
5300 * cedet/semantic/tag-write.el:
5301 * cedet/semantic/tag.el:
5302 * cedet/semantic/util-modes.el:
5303 * cedet/semantic/analyze/complete.el:
5304 * cedet/semantic/analyze/refs.el:
5305 * cedet/semantic/bovine/c.el:
5306 * cedet/semantic/bovine/gcc.el:
5307 * cedet/semantic/bovine/make.el:
5308 * cedet/semantic/bovine/scm.el:
5309 * cedet/semantic/decorate/include.el:
5310 * cedet/semantic/decorate/mode.el:
5311 * cedet/semantic/symref/cscope.el:
5312 * cedet/semantic/symref/global.el:
5313 * cedet/semantic/symref/grep.el:
5314 * cedet/semantic/symref/idutils.el:
5315 * cedet/semantic/symref/list.el:
5316 * cedet/semantic/wisent/java-tags.el:
5317 * cedet/semantic/wisent/javascript.el:
5318 * cedet/srecode/compile.el:
5319 * cedet/srecode/cpp.el:
5320 * cedet/srecode/document.el:
5321 * cedet/srecode/el.el:
5322 * cedet/srecode/expandproto.el:
5323 * cedet/srecode/getset.el:
5324 * cedet/srecode/insert.el:
5325 * cedet/srecode/java.el:
5326 * cedet/srecode/map.el:
5327 * cedet/srecode/mode.el:
5328 * cedet/srecode/template.el:
5329 * cedet/srecode/texi.el: Remove the file-local setting of
fae4e5b9
SM
5330 generated-autoload-feature.
5331
6e39d3b2
SM
5332 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5333 and only put a prop if it is non-nil.
5334
c9753fb4
JL
53352009-11-03 Juri Linkov <juri@jurta.org>
5336
5337 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5338 (menu-bar-options-menu): Fix list quoting (Bug#4429).
5339
5340 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5341 and "Menu" to make top-level menu item visually one unit (like
5342 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5343 multi-word menu items). Fix :help string for quit-window.
5344
db04f33f
GM
53452009-11-03 Glenn Morris <rgm@gnu.org>
5346
df8fff6c
GM
5347 * cedet/mode-local.el (with-mode-local): Doc fix.
5348
2aea6521
GM
5349 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5350 (byte-compile-file-form-define-abbrev-table)
5351 (byte-compile-file-form-custom-declare-variable)
5352 (byte-compile-variable-ref, byte-compile-defvar):
5353 Whether or not a warning is enabled should only affect whether we issue
5354 the warning, not whether or not we collect the relevant data.
5355 Eg warnings can be turned on and off throughout the course of a file.
5356
db04f33f
GM
5357 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5358 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5359
937e6a56
SM
53602009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5361
5362 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5363 * play/mpuz.el (mpuz-create-buffer):
5364 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5365 (lm-print-y,s,noise, lm-print-w0, lm-init):
5366 * play/gomoku.el (gomoku-prompt-for-move):
5367 * play/fortune.el (fortune-in-buffer):
5368 * play/dissociate.el (dissociated-press):
5369 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 5370 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
5371 * mail/supercite.el (sc-eref-show):
5372 * mail/smtpmail.el (smtpmail-send-it):
5373 * mail/rmailsum.el (rmail-summary-next-labeled-message)
5374 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5375 (rmail-summary-undelete-many, rmail-summary-rmail-update)
5376 (rmail-summary-goto-msg, rmail-summary-expunge)
5377 (rmail-summary-get-new-mail, rmail-summary-search-backward)
5378 (rmail-summary-add-label, rmail-summary-output-menu)
5379 (rmail-summary-output-body):
5380 * mail/rfc822.el (rfc822-addresses):
5381 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5382 * mail/mailpost.el (post-mail-send-it):
5383 * mail/hashcash.el (hashcash-generate-payment):
5384 * mail/feedmail.el (feedmail-run-the-queue)
5385 (feedmail-queue-send-edit-prompt-help-first)
5386 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5387 (feedmail-deduce-address-list):
5388 * eshell/esh-ext.el (eshell-remote-command):
5389 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5390 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5391 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5392 (viper-save-string-in-file, viper-valid-marker):
5393 * emulation/viper-keym.el (viper-toggle-key):
5394 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5395 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5396 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5397 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5398 (viper-exec-form-in-emacs, viper-brac-function):
5399 * emulation/viper.el (viper-delocalize-var):
5400 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5401 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5402 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5403 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5404 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5405 * emulation/edt.el (edt-electric-helpify):
5406 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5407 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5408 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5409 (cua-indent-to-global-mark-column):
5410 * calendar/diary-lib.el (calendar-mark-1):
5411 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5412 Use with-current-buffer.
5413 * emulation/viper.el (viper-delocalize-var): Use dolist.
5414
5b955562
CY
54152009-11-03 Chong Yidong <cyd@stupidchicken.com>
5416
5417 * comint.el (comint-replace-by-expanded-history-before-point):
5418 Replace !! with the previous input string literally (Bug#1795).
5419
6292c599
JB
54202009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
5421
5422 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5423 to be made up of whitespace.
5424
8368c14e
CY
54252009-11-02 Chong Yidong <cyd@stupidchicken.com>
5426
5427 * minibuffer.el (read-file-name): Don't use file dialogs for
5428 remote directories (Bug#99).
5429
6f750f0d
CY
54302009-11-01 Chong Yidong <cyd@stupidchicken.com>
5431
5432 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5433
97ab3f47
AS
54342009-11-01 Andreas Schwab <schwab@linux-m68k.org>
5435
5436 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5437 instead of deleting the window or frame.
5438
673c1168
CY
54392009-10-31 Chong Yidong <cyd@stupidchicken.com>
5440
5441 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5442 Support face colors.
5443
937e6a56
SM
5444 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5445 New function. Support face colors (Bug#1168).
673c1168
CY
5446 (tex-common-initialization): Use it.
5447
5448 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5449 mode allows it (Bug#1168).
5450
c9349f0a
CY
54512009-10-31 Juri Linkov <juri@jurta.org>
5452
5453 * facemenu.el (list-colors-display): Don't mark buffer as
5454 modified (Bug#3948).
5455
ebf5c4f5
CY
54562009-10-31 Chong Yidong <cyd@stupidchicken.com>
5457
5c2dce75
CY
5458 * international/mule-diag.el (list-character-sets-1): Minor
5459 message fix (Bug#3526).
5460
26581f0e
CY
5461 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5462 face property (Bug#4834).
5463 (etags-list-tags, etags-tags-apropos-additional)
5464 (etags-tags-apropos, tags-select-tags-table): Add follow-link
5465 property.
5466
ebf5c4f5
CY
5467 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5468 items.
5469
5470 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
5471 items.
5472
5473 * cedet/ede.el (ede-minor-mode):
5474 * cedet/semantic.el (semantic-mode): Toggle menu separators.
5475
9a529312
SM
54762009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5477
5478 * textmodes/two-column.el (2C-split):
5479 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5480 * textmodes/tex-mode.el (tex-set-buffer-directory):
5481 * textmodes/spell.el (spell-region, spell-string):
5482 * textmodes/reftex.el (reftex-erase-buffer):
5483 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5484 * textmodes/reftex-toc.el (reftex-toc-promote-action):
5485 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5486 (reftex-select-item):
5487 * textmodes/reftex-ref.el (reftex-label-info-update)
5488 (reftex-offer-label-menu):
5489 * textmodes/reftex-index.el (reftex-index-change-entry)
5490 (reftex-index-phrases-info):
5491 * textmodes/reftex-global.el (reftex-create-tags-file)
5492 (reftex-save-all-document-buffers, reftex-ensure-write-access):
5493 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5494 (reftex-view-crossref-from-bibtex):
5495 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5496 (reftex-extract-bib-entries-from-thebibliography)
5497 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5498 * textmodes/refbib.el (r2b-capitalize-title):
5499 (r2b-convert-buffer, r2b-help):
5500 * textmodes/page-ext.el (pages-directory)
5501 (pages-directory-goto-with-mouse):
5502 * textmodes/bibtex.el (bibtex-validate-globally):
5503 * textmodes/bib-mode.el (bib-capitalize-title):
5504 * textmodes/artist.el (artist-clear-buffer, artist-system):
5505 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5506 (local-set-scheme-interaction-buffer, xscheme-process-filter)
5507 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5508 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5509 (xscheme-send-control-g-interrupt, xscheme-start-process)
5510 (xscheme-process-sentinel, xscheme-cd):
5511 * progmodes/verilog-mode.el (verilog-read-always-signals)
5512 (verilog-set-define, verilog-getopt-file)
5513 (verilog-module-inside-filename-p):
5514 * progmodes/sh-script.el:
5515 * progmodes/python.el (python-pdbtrack-get-source-buffer)
5516 (python-pdbtrack-grub-for-buffer, python-execute-file):
5517 * progmodes/octave-inf.el (inferior-octave):
5518 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5519 (idlwave-shell-compile-helper-routines, idlwave-set-local)
5520 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5521 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5522 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5523 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5524 (idlwave-shell-filter, idlwave-shell-examine-highlight)
5525 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5526 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5527 (idlwave-shell-examine-display, idlwave-shell-run-region)
5528 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5529 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5530 * progmodes/idlw-help.el (idlwave-help-get-special-help)
5531 (idlwave-help-get-help-buffer):
5532 * progmodes/gud.el (gud-basic-call, gud-find-class)
5533 (gud-tooltip-activate-mouse-motions-if-enabled):
5534 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5535 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5536 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5537 (ebrowse-tags-next-file):
5538 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5539 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5540 (ebnf-eps-finish-and-write):
5541 * progmodes/cpp.el (cpp-edit-save):
5542 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5543 * progmodes/cc-defs.el (c-emacs-features):
5544 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5545 (antlr-directory-dependencies):
5546 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5547 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5548 (ada-find-any-references, ada-make-filename-from-adaname)
5549 (ada-make-body-gnatstub):
5550 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 5551 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
5552 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5553 * net/rcirc.el (rcirc-debug):
5554 * net/newst-treeview.el (newsticker--treeview-list-add-item)
5555 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5556 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5557 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 5558 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
5559 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5560 (newsticker--treeview-list-clear-highlight)
5561 (newsticker--treeview-list-update-highlight)
5562 (newsticker--treeview-list-highlight-start)
5563 (newsticker--treeview-tree-update-highlight)
5564 (newsticker--treeview-get-selected-item)
5565 (newsticker-treeview-mark-list-items-old)
5566 (newsticker--treeview-set-current-node):
5567 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5568 * net/newst-backend.el (newsticker--get-news-by-funcall)
5569 (newsticker--get-news-by-wget, newsticker--image-get)
5570 (newsticker--image-sentinel):
5571 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5572 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5573 (eudc-ph-close-session):
5574 * net/eudc.el (eudc-save-options):
5575 * language/thai-word.el (thai-update-word-table):
5576 * language/japan-util.el (japanese-string-conversion):
5577 * international/titdic-cnv.el (tsang-quick-converter)
5578 (ziranma-converter, ctlau-converter):
5579 * international/mule-cmds.el (describe-language-environment):
5580 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5581 (skkdic-convert-postfix, skkdic-convert-prefix):
5582 (skkdic-convert-okuri-nasi, skkdic-convert):
5583 * emacs-lisp/re-builder.el (reb-update-overlays):
5584 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5585 * emacs-lisp/gulp.el (gulp-send-requests):
5586 * emacs-lisp/find-gc.el (trace-call-tree):
5587 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5588 (eieio-describe-generic):
5589 * emacs-lisp/eieio-base.el (eieio-persistent-read):
5590 * emacs-lisp/edebug.el (edebug-outside-excursion):
5591 * emacs-lisp/debug.el (debugger-make-xrefs):
5592 * emacs-lisp/cust-print.el (custom-prin1-to-string):
5593 * emacs-lisp/chart.el (chart-new-buffer):
5594 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5595 Use with-current-buffer.
5596 * textmodes/artist.el (artist-system): Don't call
5597 copy-sequence on a fresh string.
5598 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5599
d566f228
GM
56002009-10-31 Stephen Berman <stephen.berman@gmx.net>
5601
5602 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 5603 is no item to edit. (Bug#4820)
d566f228 5604 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 5605 buffer. (Bug#4820)
d566f228 5606
f3628edd
GM
56072009-10-31 Glenn Morris <rgm@gnu.org>
5608
5cf3709c
GM
5609 * net/ange-ftp.el (top-level): Don't require dired when compiling.
5610 (comint-last-output-start, comint-last-input-start)
5611 (comint-last-input-end): Don't defvar when compiling.
5612 (ange-ftp-process-file): Use bound-and-true-p.
5613
4c814fd2
GM
5614 * pcmpl-rpm.el (top-level): Move provide statement to end.
5615 (pcmpl-rpm): Remove unused custom group.
5616
113b8dcc
GM
5617 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5618
31c615e4
GM
5619 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5620
416d3588
GM
5621 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5622 (byte-compile-warnings): Add `constants' as an option.
5623 (byte-compile-callargs-warn, byte-compile-arglist-warn)
5624 (display-call-tree): Update for byte-compile-fdefinition possibly
5625 returning `(macro lambda ...)'. (Bug#4778)
5626 (byte-compile-variable-ref, byte-compile-setq-default):
5627 Respect `constants' member of byte-compile-warnings.
5628
8aedfd3b
GM
5629 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
5630 Use mapc rather than mapcar because the return value is never used.
5631
f3628edd
GM
5632 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
5633 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
5634 * cedet/semantic/html.el:
5635 Suppress harmless warnings about setting up semantic-imenu (not
5636 part of Emacs) variables.
5637
00f71f39
SM
56382009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5639
5640 * vc-bzr.el (vc-bzr-revision-keywords): New var.
5641 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5642 to "submit:".
5643
4fa4a838
SM
5644 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5645 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5646 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5647 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5648 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5649 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5650 (semantic-analyzer-debug-global-symbol)
5651 (semantic-analyzer-debug-missing-innertype)
5652 (semantic-analyzer-debug-insert-include-summary):
5653 * cedet/semantic/util.el (semantic-file-tag-table):
5654 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5655 (semantic-recursive-find-nonterminal-by-name):
5656 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5657 * cedet/semantic/tag-file.el (semantic-prototype-file):
5658 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5659 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5660 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5661 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5662 (semantic-idle-summary-maybe-highlight):
5663 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5664 (semantic-ia-sb-tag-info):
5665 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5666 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5667 * cedet/semantic/ede-grammar.el (project-compile-target):
5668 (ede-proj-makefile-insert-variables):
5669 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5670 (semantic-debug-set-source-location, semantic-debug-interface-layout)
5671 (semantic-debug-mode, semantic-debug):
5672 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5673 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5674 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5675 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5676 (semanticdb-find-translate-path-includes--internal)
5677 (semanticdb-reset-log, semanticdb-find-log-activity):
5678 * cedet/semantic/db-file.el (object-write):
5679 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5680 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5681 (semanticdb-create-ebrowse-database):
5682 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5683 * cedet/semantic/complete.el (semantic-displayor-focus-request)
5684 (semantic-collector-calculate-completions-raw)
5685 (semantic-complete-read-tag-analyzer):
5686 * cedet/semantic/analyze.el (semantic-analyze-pulse):
5687 * cedet/ede/util.el (ede-update-version-in-source):
5688 * cedet/ede/proj.el (project-delete-target):
5689 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5690 (ede-proj-flush-autoconf):
5691 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5692 (ede-proj-configure-synchronize):
5693 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5694 * cedet/ede/linux.el (ede-linux-version):
5695 * cedet/ede/emacs.el (ede-emacs-version):
5696 * cedet/ede/dired.el (ede-dired-add-to-target):
5697 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5698 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5699 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5700 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5701 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5702 (cedet-idutils-version-check):
5703 * cedet/cedet-global.el (cedet-gnu-global-call):
5704 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5705 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5706 * cedet/cedet-cscope.el (cedet-cscope-call)
5707 (cedet-cscope-expand-filename, cedet-cscope-version-check):
5708 Use with-current-buffer.
5709 * cedet/ede.el (ede-make-project-local-variable)
5710 (ede-set-project-variables, ede-set): Use dolist.
5711
ca0a881a
DN
57122009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5713
5714 * textmodes/ispell.el (ispell-skip-region-alist):
5715 * international/mule-conf.el (eight-bit):
5716 * international/fontset.el (font-encoding-alist):
5717 * startup.el (pure-space-overflow-message):
5718 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5719 * paths.el (gnus-nntp-service, rmail-spool-directory)
5720 (term-file-prefix):
5721 * files.el (save-some-buffers-action-alist):
5722 * cmuscheme.el (same-window-buffer-names):
5723 * ielm.el (same-window-buffer-names):
5724 * shell.el (same-window-buffer-names):
5725 * mail/sendmail.el (same-window-buffer-names):
5726 * progmodes/inf-lisp.el (same-window-buffer-names):
5727 * bindings.el (mode-line-client)
5728 (mode-line-column-line-number-mode-map):
5729 * language/tibetan.el (tibetan-precomposition-rule-regexp)
5730 (tibetan-precomposed-regexp): Purecopy string arguments.
5731
b861e45e
SM
57322009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5733
6df9b6d7
SM
5734 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5735 (calcDigit-nondigit):
5736 * calc/calc-yank.el (calc-copy-to-buffer):
5737 * calc/calc-units.el (calc-invalidate-units-table):
5738 * calc/calc-trail.el (calc-trail-yank):
5739 * calc/calc-store.el (calc-insert-variables):
5740 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5741 * calc/calc-prog.el (calc-read-parse-table):
5742 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5743 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5744 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5745 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5746 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5747 (calc-graph-name, calc-graph-find-command, calc-graph-view)
5748 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5749 * calc/calc-ext.el (calc-realign):
5750 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5751 (calc-embedded-finish-edit, calc-embedded-make-info)
5752 (calc-embedded-finish-command, calc-embedded-stack-change):
5753 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5754
5a916e35
SM
5755 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5756 (overload-docstring-extension): Use that info.
5757 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5758 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5759 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5760 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5761 (semantic-nonterminal-full-name): Add the new `when' info.
5762 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5763 `assert'.
5764
70f44c65
SM
5765 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5766 shell-dynamic-complete-filename in preference to
5767 comint-dynamic-complete-filename.
5768
b861e45e
SM
5769 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5770 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5771 Don't consider whether the display supports colors.
5772 (bookmark-import-new-list): Use dolist.
5773 (bookmark-bmenu-mode-map): Move initialization into declaration.
5774 (bookmark-bmenu-list): Use dolist, simplify.
5775 (bookmark-show-all-annotations): Use save-selected-window and dolist.
5776 (menu-bar-final-items): Use push.
5777
8549241d 57782009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
5779
5780 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5781 it works on remote files.
5782 (vc-hg-diff): Don't pass any `--cwd' argument.
5783
30644573
KR
57842009-10-27 Kevin Ryde <user42@zip.com.au>
5785
cc63d28f
SM
5786 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5787 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
5788 (Further to Bug#3921).
5789
9be01a63
MA
57902009-10-27 Michael Albinus <michael.albinus@gmx.de>
5791
5792 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5793 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5794 calling `tramp-imap-put-file'. Add file size to the call.
5795 (tramp-imap-get-file-entries): Compute also user name, file size,
5796 and date.
5797 (tramp-imap-handle-insert-directory): Insert uid and gid.
5798 (tramp-imap-handle-file-attributes): Transform uid and gid
5799 according to `id-format'.
5800 (tramp-imap-put-file): New optional parameter SIZE. Encode file
5801 size in header X-Size.
5802
41849bf9
JB
58032009-10-26 Juanma Barranquero <lekktu@gmail.com>
5804
5805 * simple.el (transpose-subr): Give clearer error when the mark
5806 is not set. (Bug#4807)
5807
293c24f9
MA
58082009-10-26 Michael Albinus <michael.albinus@gmx.de>
5809
cc63d28f
SM
5810 * net/tramp.el (tramp-perl-file-truename): New defconst.
5811 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 5812 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
5813 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5814 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 5815
cc63d28f
SM
5816 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5817 Ignore `dired-call-process'.
293c24f9
MA
5818 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5819
58202009-10-26 Julian Scheid <julians37@gmail.com>
5821
cc63d28f 5822 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
5823 (tramp-get-remote-readlink): New defun.
5824 (tramp-handle-file-truename): Use it.
5825 (tramp-handle-file-exists-p): Check file-attributes cache, assume
5826 file exists if cache value present.
48c2d18a 5827 (tramp-check-cached-permissions): New defun.
293c24f9
MA
5828 (tramp-handle-file-readable-p): Use it.
5829 (tramp-handle-file-writable-p): Likewise.
5830 (tramp-handle-file-executable-p): Likewise.
5831 (tramp-handle-file-name-all-completions): Try using Perl to get
5832 partial completions. When perl not available, combine `cd' and
5833 `ls' into single remote operation and use shell expansion to get
5834 partial remote directory contents. Set `file-exists-p' cache for
5835 directory and any files returned by ls. Change cache handling to
5836 support partial directory contents. Use error message emitted by
5837 remote `cd' or Perl code for local tramp-error.
5838 (tramp-do-copy-or-rename-file-directly): Avoid separate
5839 tramp-send-command-and-check call.
cc63d28f
SM
5840 (tramp-handle-process-file): Merge three remote ops into one.
5841 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
5842 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5843 file-attributes shows uid/gid to be set already.
5844
a7610c52
DN
58452009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
5846
5847 * textmodes/tex-mode.el (tex-dvi-view-command)
5848 (tex-show-queue-command, tex-open-quote):
5849 * progmodes/ruby-mode.el (auto-mode-alist)
5850 (interpreter-mode-alist): Purecopy strings.
5851
5852 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5853
5854 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5855 string for the hook, keymap and abbrev table.
5856
5857 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5858
5859 * x-dnd.el (x-dnd-xdnd-to-action):
5860 * startup.el (fancy-startup-text, fancy-about-text): Change to
5861 defconst from defvar.
5862
5863 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5864
5865 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5866 Purecopy initialization strings.
5867
5868 * mail/sendmail.el (mail-header-separator)
5869 (mail-personal-alias-file):
5870 * mail/rmail.el (rmail-default-dont-reply-to-names)
5871 (rmail-ignored-headers, rmail-retry-ignored-headers)
5872 (rmail-highlighted-headers, rmail-secondary-file-directory)
5873 (rmail-secondary-file-regexp):
5874 * files.el (null-device, file-name-invalid-regexp)
5875 (locate-dominating-stop-dir-regexp)
cc63d28f 5876 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
5877 (interpreter-mode-alist): Use mapcar instead of mapc.
5878
5879 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5880
5881 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5882 (completion-ignored-extensions):
5883 (debug-ignored-errors): Purecopy strings.
5884
4fcc3d32
SM
58852009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5886
0667de21
SM
5887 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5888 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5889 (pcomplete--here): Use push.
5890
4fcc3d32
SM
5891 * subr.el (all-completions): Declare the 4th arg obsolete.
5892
955ef430
SM
58932009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5894
2d085307
SM
5895 * pcomplete.el (pcomplete-unquote-argument-function): New var.
5896 (pcomplete-unquote-argument): New function.
5897 (pcomplete--common-suffix): Always pay attention to case.
5898 (pcomplete--table-subvert): Quote and unquote the text.
5899 (pcomplete--common-quoted-suffix): New function.
5900 (pcomplete-std-complete): Use it and pcomplete-begin.
5901
955ef430
SM
5902 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5903 we're inside a dedicated or minibuffer window.
5904
4fcc3d32
SM
59052009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5906
5907 * cedet/semantic/fw.el (semantic-alias-obsolete)
5908 (semantic-varalias-obsolete): Make the `when' arg mandatory.
5909 (define-mode-overload-implementation):
5910 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5911 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5912 * cedet/semantic/util.el (semantic-file-token-stream)
5913 (semantic-something-to-stream):
5914 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5915 (semantic-expand-nonterminal):
5916 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5917 (semantic-find-dependency, semantic-find-nonterminal)
5918 (semantic-find-dependency):
5919 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5920 (semantic-flex-text, semantic-flex-make-keyword-table)
5921 (semantic-flex-keyword-p, semantic-flex-keyword-put)
5922 (semantic-flex-keyword-get, semantic-flex-map-keywords)
5923 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5924 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5925 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5926 (semantic-after-idle-scheduler-reparse-hooks):
5927 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5928 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5929 * cedet/semantic.el (semantic-toplevel-bovine-table)
5930 (semantic-toplevel-bovine-cache)
5931 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
5932 (semantic-init-mode-hooks, semantic-init-db-hooks)
5933 (semantic-bovination-working-type): Provide the `when' arg.
5934
7c85c02b
KF
59352009-10-24 Karl Fogel <kfogel@red-bean.com>
5936
5937 * bookmark.el: Update documentation, especially documentation
5938 of `bookmark-alist' and of the bookmark file format.
5939 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
5940
3e8ae8a6
CY
59412009-10-24 Chong Yidong <cyd@stupidchicken.com>
5942
3e425845
CY
5943 * mail/emacsbug.el (report-emacs-bug): Clarify that the
5944 keybindings apply to the mail buffer (Bug#4003). Shrink help
5945 window to buffer.
5946
cdd47d48
CY
5947 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5948 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
5949 (whitespace-toggle-options, global-whitespace-toggle-options):
5950 Doc fix (Bug#3660).
cdd47d48 5951
ba07c9ad
CY
5952 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5953 of xmltok-start before the end tag was inserted (Bug#2840).
5954
3e8ae8a6
CY
5955 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5956 patterns that are preceded by an open-paren (Bug#1320).
5957
ab276820
CY
59582009-10-24 Sven Joachim <svenjoac@gmx.de>
5959
5960 * files.el (delete-directory): Delete symlinks to directories with
5961 delete-file (Bug#4739).
5962
86f1602f
CY
59632009-10-24 Chong Yidong <cyd@stupidchicken.com>
5964
5965 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5966 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5967 argument to make-obsolete.
5968
5969 * cedet/semantic/fw.el (semantic-alias-obsolete)
5970 (semantic-varalias-obsolete): Add optional WHEN argument.
5971
905a9ed3
DN
59722009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5973
a9a2a6db
DN
5974 * vc.el (vc-backend-for-registration): Rename from
5975 vc-get-backend-for-registration. Update callers.
5976
cc63d28f
SM
5977 * international/mule-cmds.el (set-language-info-alist):
5978 Purecopy lang-env.
905a9ed3
DN
5979 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5980 (charset): Purecopy the name.
5981 (define-char-code-property): Purecopy string arguments.
5982
5983 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5984 Purecopy string arguments.
5985
5986 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5987 * ediff-hook.el (menu-bar-ediff-menu):
5988 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5989 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5990
d270305a
GM
59912009-10-24 Glenn Morris <rgm@gnu.org>
5992
6c74d523 5993 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
5994 * term.el (term-dynamic-list-completions): Use choose-completion rather
5995 than obsolete alias mouse-choose-completion.
5996
ae732337
GM
5997 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5998 file-cache-choose-completion.
5999 (file-cache-choose-completion): Handle an optional event argument.
6000 (file-cache-mouse-choose-completion): Make it an obsolete alias.
6001
cc63d28f
SM
6002 * progmodes/octave-mod.el (octave-complete-symbol):
6003 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 6004
9847dc91
GM
6005 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6006 use.
6007
e8f2a5d5
GM
6008 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6009 compiler.
6010
d270305a
GM
6011 * vc-hooks.el (vc-responsible-backend): Fix declaration.
6012
c6432f1e
SM
60132009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6014
6015 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6016 Ignore `pred' now that we receive one.
6017 Handle test-completion specially.
6018
6ab196f9
DN
60192009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6020
6021 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 6022 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
6023 REGISTER ...
6024 (vc-get-backend-for-registration): ... here. New function.
6025 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6026 of vc-responsible-backend, pass the file name instead of the
6027 directory name.
6028
48feed59
SM
60292009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6030
6031 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6032 New funs.
6033 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
6034 (pcomplete-comint-setup): Don't modify a global var via
6035 accidental side-effects.
6036 (pcomplete-shell-setup): Adjust call accordingly.
6037 (pcomplete-parse-comint-arguments): Use push.
6038
00006066
CY
60392009-10-23 Chong Yidong <cyd@stupidchicken.com>
6040
36bfa3af
CY
6041 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6042 Allow uncapitalized info node names (Bug#3921).
6043
00006066
CY
6044 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6045 to the DEBUG file (Bug#3781).
6046
aa311d6e
CY
60472009-10-23 Jari Aalto <jari.aalto@cante.net>
6048
6049 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6050 dictionary entry (Bug#4579).
6051
b88f2d0a
MA
60522009-10-23 Michael Albinus <michael.albinus@gmx.de>
6053
6054 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6055 from `rfn-eshadow-update-overlay-hook' when unloading.
6056 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6057 "rsyncc". Adjust doc string.
48c2d18a 6058 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
6059 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6060 Keep temporary file when indicated by method ("rsync" and
6061 "rsyncc").
6062 (tramp-handle-write-region): Handle APPEND.
6063 (tramp-delete-temp-file-function): New defun. Added to
6064 `kill-buffer-hook'.
6065
1becddbb
JB
60662009-10-23 Juanma Barranquero <lekktu@gmail.com>
6067
6068 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6069
8f43cbf3
DN
60702009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6071
6072 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6073 (color-name-rgb-alist, tty-standard-colors)
6074 (tty-color-mode-alist): Change to defconst.
6075
6076 * simple.el (mark-inactive): Purecopy message.
6077
6078 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6079 (global-map, yank-menu):
6080 * textmodes/ispell.el (ispell-menu-map):
6081 * net/eudc.el (eudc-tools-menu):
6082 * international/mule-cmds.el (describe-language-environment-map)
6083 (setup-language-environment-map, set-coding-system-map)
6084 (mule-menu-keymap):
6085 * vc-hooks.el (vc-menu-entry, vc-menu-map):
6086 * replace.el (occur-mode-map):
6087 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6088
1d228a31
JB
60892009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
6090
6091 * calc/calc.el (math-read-number, math-read-number-simple): Use
6092 `save-match-data'.
6093
3b067af1
SM
60942009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6095
28a90c44
SM
6096 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6097 rather than fiddling with global-map bindings, since it should only
6098 affect per-terminal settings.
6099 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6100
a452eee8
SM
6101 * minibuffer.el (completion-table-with-terminator): Allow to specify
6102 the terminator-regexp.
6103
ab14d7d5
SM
6104 * simple.el (switch-to-completions): Look for *Completions* in other
6105 frames as well.
6106
3b067af1
SM
6107 * pcomplete.el: Allow the use of completion-tables.
6108 (pcomplete-std-complete): New command.
6109 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6110 (pcomplete--here): Use a function for `form' rather than an expression,
6111 so it can be byte-compiled.
6112 (pcomplete-here, pcomplete-here*): Adjust accordingly.
6113 Add edebug declaration.
6114 (pcomplete-show-completions): Remove unused var `curbuf'.
6115 (pcomplete-do-complete, pcomplete-stub):
1becddbb 6116 Don't assume `completions' is a list of strings any more.
3b067af1 6117
5480359e
JB
61182009-10-22 Juanma Barranquero <lekktu@gmail.com>
6119
6120 * find-dired.el (find-name-arg): Fix typo in docstring.
6121
3170b794
SM
61222009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6123
48c23a25
SM
6124 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6125 (pcmpl-linux-fs-types): Same, and update to new modules layout.
6126
56b14058
SM
6127 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6128 pcomplete-entries.
6129
3170b794
SM
6130 * comint.el (comint-read-input-ring, comint-write-input-ring)
6131 (comint-substitute-in-file-name)
6132 (comint-dynamic-complete-as-filename)
6133 (comint-dynamic-simple-complete)
6134 (comint-dynamic-list-filename-completions)
6135 (comint-dynamic-list-completions)
6136 (comint-redirect-results-list-from-process): Minor simplifications.
6137
2affef34
KR
61382009-10-21 Kevin Ryde <user42@zip.com.au>
6139
3170b794
SM
6140 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6141 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 6142 the first form. And insert a blank line after ";;; Code" since
d8194864 6143 that's usual style. (Bug#4612)
2affef34 6144
e7b94bbb
KR
6145 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6146
528c56e2
SM
61472009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6148
6149 * minibuffer.el (completion-table-with-terminator): Properly implement
6150 boundaries, in case `terminator' appears in the suffix.
6151 (completion--embedded-envvar-table): Don't return boundaries if
6152 there's no valid completion. Simplify.
6153 (completion-file-name-table): New completion table extracted from
6154 completion--file-name-table.
6155 (completion--file-name-table): Use it.
6156 (read-file-name-predicate): Declare obsolete.
6157 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6158 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6159 completion-file-name-table, and use the `pred' argument.
6160 * files.el (locate-file-completion-table): Use the `pred' arg rather
6161 than read-file-name-predicate.
6162 (abbreviate-file-name): Use \` rather than ^ for BOS.
6163
f9ed9b4f
DN
61642009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6165
6166 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6167 vc-responsible-backend to register, it causes problems.
6168
5f2022a3
SM
61692009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6170
6171 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6172
8d106ea0
CY
61732009-10-21 Eric Ludlam <zappo@gnu.org>
6174
6175 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
6176 (semantic-c-debug-mode-init-pch): New functions.
6177 (semantic-c-debug-mode-init-last-mode): New var.
6178 (semantic-c-parse-lexical-token): Use them.
6179
6180 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
6181 When extracting the argument list, limit only by point-max.
6182
fc754ea1
MA
61832009-10-21 Michael Albinus <michael.albinus@gmx.de>
6184
6185 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6186 (tramp-smb-handle-file-attributes): Use it.
6187 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6188 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
6189 `mapcar'. Use `tramp-smb-get-stat-capability'.
6190 Add `dired-filename' text properties.
fc754ea1
MA
6191 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6192 (tramp-smb-maybe-open-connection): Simplify check for smbclient
6193 version.
6194
79bd5ba1
SM
61952009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6196
6197 * subr.el (read-key-delay): Reduce to 0.01.
6198 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6199 (bug#4751).
6200
3c13704d
SM
62012009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6202
554efd10
SM
6203 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6204
c2a37b78
SM
6205 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6206 (Info-menu): Remove unused vars `last' and `completions'.
6207 (Info-index-nodes): Remove unused var `node'.
6208
3c13704d
SM
6209 * info.el (Info-complete-menu-item): Use complete-with-action.
6210
d1e4c403
DN
62112009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6212
6213 Make vc-annotate work through copies and renames.
3c13704d
SM
6214 * vc-annotate.el (vc-annotate-extract-revision-at-line):
6215 Return the file name too.
d1e4c403
DN
6216 (vc-annotate-revision-at-line)
6217 (vc-annotate-find-revision-at-line)
6218 (vc-annotate-revision-previous-to-line)
6219 (vc-annotate-show-log-revision-at-line): Update to get the file
6220 name from vc-annotate-extract-revision-at-line.
6221 (vc-annotate-show-diff-revision-at-line-internal): Change the
6222 argument to mean whether to show a file diff or not. Get the file
6223 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
6224 (vc-annotate-show-diff-revision-at-line):
6225 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
6226 (vc-annotate-warp-revision): Add an optional file argument.
6227
6228 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6229 (vc-git-annotate-extract-revision-at-line): Also return the file
6230 name if found.
6231
6232 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6233 command. Remove unused code.
6234 (vc-hg-annotate-re): Update to match --follow output.
6235 (vc-hg-annotate-extract-revision-at-line): Also return the file
6236 name if found.
6237
6238 * vc.el: Update annotate-extract-revision-at-line documentation.
6239
b0b0ef98
KR
62402009-10-18 Kevin Ryde <user42@zip.com.au>
6241
6242 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6243 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6244
a9e7f03d
KR
6245 * net/browse-url.el (browse-url): Identify alist with "consp and
6246 not functionp" and let all other things go down the `apply' leg,
6247 as suggested by Stefan. (Further to bug#4531.)
6248
7346a407
CY
62492009-10-18 Chong Yidong <cyd@stupidchicken.com>
6250
6251 * minibuffer.el (read-file-name): Check for repeat before putting
6252 a default argument in file-name-history (Bug#4657).
6253
6254 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6255 read syntax (Bug#4737).
6256
3c13704d 6257 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 6258
1da94541
CY
62592009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6260
6261 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6262 (html-tag-alist, html-tag-help): Add descriptions for undocumented
6263 entries and make note of obsolete tags.
6264
2b93080a
SM
62652009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6266
6267 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6268
18b5ffb5
GM
62692009-10-18 Glenn Morris <rgm@gnu.org>
6270
6271 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6272 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 6273 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
6274 now, and in any case the file header format has changed.
6275
c2e161b2
GM
62762009-10-17 Glenn Morris <rgm@gnu.org>
6277
6278 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6279 (flyspell-get-word, flyspell-large-region)
6280 (flyspell-auto-correct-previous-word): Doc/error message fixes.
6281
a1eb44f5
CY
62822009-10-17 Chong Yidong <cyd@stupidchicken.com>
6283
6284 * Makefile.in (ELCFILES): Add ede/shell.
6285
4418646e
DN
62862009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6287
6288 * term/common-win.el (x-colors): Purecopy it.
6289
4062011e
SM
62902009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6291
6292 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6293 permissive for when the buffer is empty.
6294 (tar-header-block-tokenize): Decode the username and groupname.
6295 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6296
67d3ffe4
CY
62972009-10-17 Chong Yidong <cyd@stupidchicken.com>
6298
6299 * cedet/srecode/srt.el:
6300 * cedet/srecode/compile.el:
6301 * cedet/semantic/mru-bookmark.el:
6302 * cedet/semantic/debug.el:
6303 * cedet/semantic/complete.el:
6304 * cedet/semantic/analyze.el: Require CL when compiling.
6305
63062009-10-17 Eric Ludlam <zappo@gnu.org>
6307
6308 * cedet/semantic/scope.el
6309 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
6310 tmpscope so that the regular scope will continue to work.
6311
4062011e
SM
6312 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
6313 Use semantic-idle-summary-highlight-face as the highlighting.
67d3ffe4
CY
6314
6315 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
6316 contains multibyte characters, choose first applicable coding
6317 system automatically.
6318
6319 * cedet/ede/project-am.el (project-run-target): New method.
6320 (project-run-target): New method.
6321
6322 * cedet/ede.el (ede-target): Add run target menu item.
6323 (ede-project, ede-minor-keymap): Add ede-run-target binding.
6324 (ede-run-target): New function.
6325 (ede-target::project-run-target): New method.
6326
6327 * cedet/ede/proj.el (project-run-target): New method.
6328
6329 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
6330 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
6331 Add :rules.
6332 (ede-proj-target-makefile-shared-object): Only libtool compilers
6333 now available. Add linkers for libtool.
6334 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
6335 (ede-proj-makefile-target-name): Always use .la extension.
6336
6337 * cedet/ede/proj-prog.el (project-run-target): New method.
6338
4062011e 6339 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
67d3ffe4
CY
6340 (ede-g++-linker): Change Change link lines.
6341
4062011e
SM
6342 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
6343 When searching for old variables, go to the end of the buffer and
67d3ffe4
CY
6344 search backward from there.
6345 (ede-proj-makefile-automake-insert-subdirs)
6346 (ede-proj-makefile-automake-insert-extradist): New methods.
6347 (ede-proj-makefile-create): Use them.
6348
6349 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
6350 Force FILE to expand to the current target. Use file-exists-p to
6351 check that it exists.
6352
6353 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
4062011e
SM
6354 (ede-linux-load): Wrap dir in file-name-as-directory.
6355 Set :version slot.
67d3ffe4
CY
6356
6357 * cedet/ede/files.el (ede-get-locator-object): When enabling
6358 locate, do so on "top".
6359
6360 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
6361 file-name-as-directory during compare.
4062011e
SM
6362 (ede-emacs-version): Return Emacs/XEmacs differentiator.
6363 Get version number from different places. Don't call egrep.
67d3ffe4
CY
6364 (ede-emacs-load): Set :version slot. Call file-name-as-directory
6365 to set the directory.
6366
6367 * cedet/ede/shell.el: New file.
6368
6369 * cedet/inversion.el (inversion-decoders): Allow for stray . in
6370 alpha/beta variants.
6371
2df48a87
SM
63722009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6373
6374 * international/mule-cmds.el (select-safe-coding-system): If the file
6375 has a coding cookie, use it regardless of any other setting (bug#4712).
6376
fd7dd48c
GM
63772009-10-17 Glenn Morris <rgm@gnu.org>
6378
547776f9
GM
6379 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
6380 All errors should have messages.
6381
3ee0b477 6382 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
6383 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6384
2550e4b1
GM
6385 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6386 (dired-keep-marker-copy, dired-keep-marker-hardlink)
6387 (dired-keep-marker-symlink, dired-dwim-target)
6388 (dired-copy-preserve-time): Do not autoload these defcustoms.
6389
fd7dd48c
GM
6390 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6391 messages from messing up the file coding. (Bug#4623)
6392
f3e3a990
GM
63932009-10-17 Jari Aalto <jari.aalto@cante.net>
6394
6395 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6396 if no match is found for the current dictionary. (Bug#4578)
6397
6398 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6399 optional, since that is how it is documented, and this is often called
6400 with a nil argument. (Bug#4577)
6401 (flyspell-external-point-words, flyspell-auto-correct-word)
6402 (flyspell-correct-word-before-point, flyspell-word-search-forward)
6403 (flyspell-word-search-backward): Remove nil argument in calls to
6404 flyspell-get-word, since it is not needed now.
6405
64062009-10-17 Ulrich Mueller <ulm@gentoo.org>
6407
1becddbb 6408 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 6409
b61374ab
GM
64102009-10-16 Glenn Morris <rgm@gnu.org>
6411
6412 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6413
412707c2
SM
64142009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6415
6416 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6417 (ange-ftp-file-size): New function.
6418 (ange-ftp-file-attributes): Use it.
6419
0c6f436e
MA
64202009-10-16 Michael Albinus <michael.albinus@gmx.de>
6421
6422 * net/tramp-smb.el (tramp-smb-version): New defvar.
6423 (tramp-smb-maybe-open-connection): Use it, in order to avoid
6424 repeated checks.
6425
850bfd04
GM
64262009-10-16 Glenn Morris <rgm@gnu.org>
6427
6428 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6429 Maybe copy some custom properties from old to new name. (Bug#4706)
6430
f3ed9aca
JB
64312009-10-16 Juanma Barranquero <lekktu@gmail.com>
6432
6433 * subr.el (error, sit-for, start-process-shell-command)
6434 (start-file-process-shell-command): Set the calling convention
6435 after the function definition.
6436
fd6c5134
SM
64372009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6438
6439 * subr.el (error, sit-for, start-process-shell-command)
6440 (start-file-process-shell-command): Use the new
6441 set-advertised-calling-convention feature.
6442
73874eb7
KH
64432009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
6444
fd6c5134
SM
6445 * international/ucs-normalize.el (ucs-normalize-version):
6446 Change to 1.2.
6447 (check-range): Adjust for Unicode 5.2.
73874eb7 6448
03fb33cf
JL
64492009-10-15 Juri Linkov <juri@jurta.org>
6450
6451 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6452 to the `menu-item' format.
6453
4260b402
MA
64542009-10-15 Michael Albinus <michael.albinus@gmx.de>
6455
6456 * net/tramp.el (tramp-replace-environment-variables): Do not fail
6457 if the environment variable does not exist.
6458
6459 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6460 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6461 parameter.
6462 (tramp-smb-handle-add-name-to-file)
6463 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6464 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6465 (tramp-smb-handle-file-attributes)
6466 (tramp-smb-do-file-attributes-with-stat)
6467 (tramp-smb-handle-file-local-copy)
6468 (tramp-smb-handle-insert-directory)
6469 (tramp-smb-handle-make-directory)
6470 (tramp-smb-handle-make-directory-internal)
6471 (tramp-smb-handle-make-symbolic-link)
6472 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6473 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6474 (tramp-smb-maybe-open-connection): Apply the changed parameters.
6475 (tramp-smb-read-file-entry): Read Disk names in compressed format.
6476 Handle long file names.
6477 (tramp-smb-get-cifs-capabilities): Check, whether the connection
6478 process is running.
6479 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6480 Read share names with "-g" option.
6481
d7a0fd6f
GM
64822009-10-15 Ryan Yeske <rcyeske@gmail.com>
6483
6484 * net/rcirc.el (rcirc-view-log-file): New command.
6485 (rcirc-track-minor-mode-map): Remove C-c ` binding.
6486 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6487 specified.
6488
0b44494a
GM
64892009-10-15 Glenn Morris <rgm@gnu.org>
6490
af9fb32f
GM
6491 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6492 from the second command-line argument.
6493 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6494 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6495 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6496 w32-batch-update-autoloads.
6497 * emacs-lisp/autoload.el (autoload-make-program): New variable.
6498 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6499
0b44494a
GM
6500 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6501 the headers cannot be located. Simplify, subtracting superflous
6502 save-excursions.
6503
d5e63715
SM
65042009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6505
6506 Replace completion-base-size by completion-base-position to fix bugs
6507 such as (bug#4699).
6508 * simple.el (completion-base-position): New var.
6509 (completion-base-size): Mark as obsolete.
6510 (choose-completion): Make it work for mouse events as well.
6511 Pass the new base-position to choose-completion-string.
6512 (choose-completion-guess-base-position): New function, extracted from
6513 choose-completion-delete-max-match.
6514 (choose-completion-delete-max-match): Use it. Make obsolete.
6515 (choose-completion-string): Use the new base-position info.
6516 (completion-root-regexp): Delete.
6517 (completion-setup-function): Preserve completion-base-position.
6518 Eliminate obsolete base-size manipulation.
6519 * minibuffer.el (display-completion-list): Don't mess with base-size.
6520 (minibuffer-completion-help): Set completion-base-position instead.
6521 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6522 choose-completion.
6523 * textmodes/bibtex.el (bibtex-complete):
6524 * emacs-lisp/crm.el (crm--choose-completion-string):
6525 Adjust to new calling convention.
6526 * complete.el (partial-completion-mode): Use minibufferp to avoid
6527 bumping into incompatible change to choose-completion-string-functions.
6528 * ido.el (ido-choose-completion-string): Make its calling convention
6529 more permissive.
6530 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6531 base-size manipulation.
6532 (comint-dynamic-list-input-ring): Use dotimes and push.
6533 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6534 fundamental-mode. Use `or'.
6535
92f8bfc7
JL
65362009-10-14 Juri Linkov <juri@jurta.org>
6537
6538 * misearch.el (multi-isearch-next-buffer-from-list)
6539 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
6540
e78e280d
SM
65412009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6542
384ca163
SM
6543 * Makefile.in (compile-onefile): Load `bytecomp' rather than
6544 `bytecomp.el'.
6545
681e0e7c
SM
6546 * minibuffer.el (completion-pcm--merge-completions): Make sure the
6547 string we return is all made up of text from the completions rather
6548 than part from the completions and part from the input (bug#4219).
6549
e78e280d
SM
6550 * ido.el (ido-everywhere): Use define-minor-mode.
6551
6552 * buff-menu.el (list-buffers, ctl-x-map):
6553 Mark the entry points with ;;;###autoload cookies.
6554
b4e813ca
DN
65552009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6556
52964e54
DN
6557 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6558 correctly in the detached head case.
6559 (vc-git-print-log): Remove unused binding.
6560
b4e813ca
DN
6561 * vc.el (vc-responsible-backend): When a directory is passed for
6562 for registration create a VC repository if no backend is
6563 responsible for the directory argument.
6564 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
6565
6566 * vc.el: Move comments about RCS and SCCS ...
6567 * vc-rcs.el:
6568 * vc-sccs.el: ... here, respectively.
6569
40ba9882
SM
65702009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6571
6572 * minibuffer.el (completion--file-name-table): Return nil if there's
6573 no file completion, even if substitute-in-file-name changed
6574 the string (bug#4708).
6575
04e0f59b
JL
65762009-10-13 Juri Linkov <juri@jurta.org>
6577
6578 * files-x.el (read-file-local-variable-value): Don't filter out
6579 minor modes from mode name completion (bug#4664).
6580
314c8e25
JB
65812009-10-13 Juanma Barranquero <lekktu@gmail.com>
6582
6583 * international/mule-cmds.el (ucs-names): Remove exclusion of
6584 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6585
5c9b7d36
KH
65862009-10-13 Kenichi Handa <handa@m17n.org>
6587
6588 * international/uni-name.el: Regenerated.
6589
1e7a80f2
JB
65902009-10-13 Juanma Barranquero <lekktu@gmail.com>
6591
6592 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
6593 should be automatically buffer-local, but isn't.)
6594
cd29f88b
SS
65952009-10-12 Sam Steingold <sds@gnu.org>
6596
6597 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 6598 timestamps if the buffer has been visited before.
0cd16af4
SS
6599 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6600 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 6601
37493a98
GM
66022009-10-12 Glenn Morris <rgm@gnu.org>
6603
6604 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6605 Let-bind `size'.
6606
3b56b1e6
JB
66072009-10-12 Juanma Barranquero <lekktu@gmail.com>
6608
7422a4bb
JB
6609 * proced.el (proced-unload-function): New function.
6610
fa72d075
JB
6611 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6612 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6613 Doc fix.
6614
3b56b1e6
JB
6615 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6616
4d9b4323
JL
66172009-10-11 Juri Linkov <juri@jurta.org>
6618
6619 * files-x.el (read-file-local-variable-value):
6620 Provide default value only for bound variables (bug#4664).
6621
f6f7e059
MA
66222009-10-11 Michael Albinus <michael.albinus@gmx.de>
6623
6624 * net/tramp.el (tramp-local-host-p): Function shall return nil for
6625 connection methods like smb.
6626
6627 * net/tramp-cache.el (tramp-flush-connection-property): The hash
6628 can be empty.
6629
6630 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6631 (tramp-smb-file-name-handler-alist): Add handlers for
6632 `add-name-to-file', `make-symbolic-link'.
6633 (tramp-smb-handle-add-name-to-file)
2992485f 6634 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
6635 (tramp-smb-handle-make-symbolic-link)
6636 (tramp-smb-get-cifs-capabilities): New defuns.
6637 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6638 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6639 (tramp-smb-handle-file-local-copy)
6640 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
6641 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6642 The file name syntax depends on cifs capabilities.
6643 (tramp-smb-handle-file-attributes):
6644 Call `tramp-smb-do-file-attributes-with-stat' if possible.
6645 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6646 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 6647
67868d26
CY
66482009-10-11 Chong Yidong <cyd@stupidchicken.com>
6649
6650 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6651 (eieio-defclass): Apply deftype handler and setf-method properties
6652 directly.
6653 (eieio-add-new-slot): Avoid union function from cl library.
6654 (eieio--typep): New function.
6655 (eieio-perform-slot-validation): Use it.
6656
6d6a5b7e
KF
66572009-10-10 Karl Fogel <kfogel@red-bean.com>
6658
3b56b1e6 6659 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
6660 Update documentation to refer to the variables documented in r1.135.
6661 (Bug#4188)
6662
67b70de9
KF
66632009-10-10 Karl Fogel <kfogel@red-bean.com>
6664
6665 * bookmark.el (Info-suffix-list): Remove this unused variable.
6666 (bookmark-current-point): Remove this obsolete variable.
6667 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6668 Adjust for removal of bookmark-current-point.
6669
6670 (bookmarks-already-loaded, bookmark-current-buffer)
6671 (bookmark-yank-point): Document. (Bug#4188)
6672
58ae51ae
GM
66732009-10-10 Glenn Morris <rgm@gnu.org>
6674
4619ff5e
GM
6675 * frame.el (frame-height): Doc fix.
6676
58ae51ae
GM
6677 * calendar/calendar.el (calendar-split-width-threshold): New option.
6678 (calendar-basic-setup): Use calendar-split-width-threshold.
6679
3b56b1e6 66802009-10-10 Sascha Wilde <wilde@sha-bang.de>
d751f122 6681
3b56b1e6
JB
6682 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6683 Use .la for Automake.
d751f122 6684
fa63f49c
CY
66852009-10-09 Chong Yidong <cyd@stupidchicken.com>
6686
3b56b1e6
JB
6687 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6688 Use "autoreconf -i". Suggested by Andreas Schwab.
fa63f49c 6689
d364386c
JB
66902009-10-09 Juanma Barranquero <lekktu@gmail.com>
6691
6692 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6693 Ideographic Supplement" range (U+1F200..U+1F2FF).
6694
33e97a28
KF
66952009-10-09 Karl Fogel <kfogel@red-bean.com>
6696
02d0f051 6697 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 6698 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
6699
67002009-10-09 Karl Fogel <kfogel@red-bean.com>
6701
d364386c 6702 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
6703 (bookmark-bmenu-execute-deletions): Don't save here, as
6704 bookmark-delete will now do so if necessary.
d364386c 6705 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
6706 (Bug#4348)
6707
9656d87b
GM
67082009-10-09 Glenn Morris <rgm@gnu.org>
6709
6710 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6711
e6227f06
KF
67122009-10-09 Karl Fogel <kfogel@red-bean.com>
6713
6714 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6715 (bookmark-jump-other-window): Just invoke bookmark-jump with new
6716 argument now, so the two function's behaviors will match. (Bug#3645)
6717
35c7e413
CY
67182009-10-08 Chong Yidong <cyd@stupidchicken.com>
6719
4f54db4b
CY
6720 * cedet/ede/proj.el (project-make-dist, project-compile-project):
6721 Fix filename test.
35c7e413
CY
6722 (ede-proj-dist-makefile): Use expand-file-name instead of concat
6723 to expand file names.
6724
288f783b
MA
67252009-10-08 Michael Albinus <michael.albinus@gmx.de>
6726
6727 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 6728 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 6729 Apply `save-match-data'.
288f783b
MA
6730
6731 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6732 case both directories are remote.
6733 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 6734 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 6735
c2a81032
CY
67362009-10-08 Chong Yidong <cyd@stupidchicken.com>
6737
a6b98754
CY
6738 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6739 (ede-proj-target-makefile-objectcode): Use it.
6740
c2a81032 6741 * cedet/ede/source.el (ede-want-any-source-files-p)
e78e280d
SM
6742 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6743 Return search result. This error was introduced while merging.
c2a81032 6744
872a1ea4
JB
67452009-10-07 Juanma Barranquero <lekktu@gmail.com>
6746
6747 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6748
ab2baced
GM
67492009-10-07 Glenn Morris <rgm@gnu.org>
6750
e78e280d
SM
6751 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6752 of concat.
ab2baced 6753
5c4634c1
SM
67542009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6755
6756 * files-x.el (read-file-local-variable): Include some
6757 non-user-variables in the completion table (bug#4664).
6758
c2dc9732
MA
67592009-10-07 Michael Albinus <michael.albinus@gmx.de>
6760
6761 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6762 message.
6763
6764 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6765 (tramp-smb-file-name-handler-alist): Add handler for
6766 `copy-directory', `expand-file-name', `set-file-modes'.
6767 (tramp-smb-handle-copy-directory)
6768 (tramp-smb-handle-expand-file-name)
6769 (tramp-smb-handle-set-file-modes): New defuns.
6770 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6771 (tramp-smb-handle-file-attributes): Simplify check for retrieving
6772 entry.
6773 (tramp-smb-handle-insert-directory): Don't flush the cache.
6774 (tramp-smb-maybe-open-connection): Check for samba client and
6775 server versions.
6776
11be40a6
EZ
67772009-10-07 Eli Zaretskii <eliz@gnu.org>
6778
6779 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6780 to not error out of search for "^lisp=" fails.
6781
8c4afe20
JB
67822009-10-07 Juanma Barranquero <lekktu@gmail.com>
6783
6784 * makefile.w32-in (WINS_UPDATES): New macro.
6785 (custom-deps, finder-data, autoloads): Use it.
6786
429a1506
GM
67872009-10-07 Glenn Morris <rgm@gnu.org>
6788
ee2e93e2
GM
6789 * Makefile.in (autoloads): Revert previous change.
6790 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6791 the list of preloaded files passed on the command-line, get
6792 it from src/Makefile.
6793
429a1506
GM
6794 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6795 show the original buffer rather than a random one.
6796
a51203ee 67972009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
6798
6799 * help.el (describe-no-warranty): Place point in a slightly better
6800 position in the GPLv3 text.
6801
f58f7520
SS
68022009-10-06 Sam Steingold <sds@gnu.org>
6803
6804 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6805 the comm attribute is present before calling regexp-quote.
6806
bde79dc0
JB
68072009-10-06 Juanma Barranquero <lekktu@gmail.com>
6808
6809 * play/animate.el (animate-string): For good effect, make sure
6810 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6811
6812 * play/animate.el (animate-sequence, animate-birthday-present):
6813 * misc.el (butterfly): Don't set `indent-tabs-mode'.
6814
25ab0302
GM
68152009-10-06 Glenn Morris <rgm@gnu.org>
6816
73fe714a
GM
6817 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6818
3405d98c
GM
6819 * emacs-lisp/autoload.el (autoload-excludes): New variable.
6820 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6821 (batch-update-autoloads): Process a string value of autoload-excludes,
6822 set during the build process.
6823 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
6824
9fb2cdc5
GM
6825 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6826 inside with-parsed... macro so that `v' is defined.
6827
7938ab41
GM
6828 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6829 * progmodes/fortran.el (fortran-end-of-block)
6830 (fortran-beginning-of-block):
6831 Also push mark in the macro case.
6832
eaf9b564
GM
6833 * emerge.el (emerge-show-file-name):
6834 * calc/calc.el (calc-quit):
6835 * calc/calc-misc.el (calc-big-or-small):
6836 * calc/calc-graph.el (calc-graph-view):
6837 * calc/calc-ext.el (calc-reset):
6838 * calendar/calendar.el (calendar-basic-setup):
6839 Use window-full-height-p.
6840
25ab0302
GM
6841 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6842 header we don't understand, don't insert another. (Bug#4624)
6843 If changing mime charset, insert the new one in the right place.
6844
00169eb6
GM
68452009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
6846
6847 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6848 (cal-tex-cursor-month): Correctly increment the end date for diary and
6849 holiday listing. (Bug#4626)
6850
82882188
SM
68512009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6852
40ba9882 6853 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
6854 a symbol.
6855
a8f316ca
JB
68562009-10-05 Juanma Barranquero <lekktu@gmail.com>
6857
6858 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6859 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6860 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6861 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6862
6863 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6864 (eieio-default-superclass): Reflow docstrings.
6865 (this, class-option-assoc, defclass, eieio-class-un-autoload)
6866 (eieio-unbind-method-implementations, defmethod)
6867 (eieio-validate-slot-value, eieio-validate-class-slot-value)
6868 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6869 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6870 (eieio-slot-originating-class-p, eieio-slot-name-index)
6871 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6872 (constructor, initialize-instance, no-next-method, object-print)
6873 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6874 Fix typos in docstrings.
6875 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6876 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6877 (next-method-p): Doc fixes.
6878 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6879 Fix typos in error messages.
6880 (eieio-defmethod): Fix typo in description of generic method.
6881
6882 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6883 (eieio-persistent-save-interactive, slot-missing):
6884 Fix typos in docstrings.
6885 (eieio-instance-inheritor-slot-boundp): Doc fix.
6886
6887 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6888 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6889
6890 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6891 (eieio-custom-object-apply-reset):
6892 Fix typos in docstrings and error messages.
6893
6894 * emacs-lisp/eieio-datadebug.el (data-debug-show):
6895 Fix typo in docstring.
6896
6897 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6898 (eieio-browse-tree): Doc fix.
6899 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6900 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6901 Fix typos in docstrings.
6902
6903 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6904 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6905 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6906 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6907 Reflow docstrings.
6908
c66b7ac0
DN
69092009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
6910
4a827e0a 6911 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
6912 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6913 Set log-view-vc-backend so that diff can work.
4a827e0a 6914
c66b7ac0
DN
6915 * log-view.el (log-view-diff): Use vc-diff-internal instead of
6916 vc-version-diff.
6917 (vc-diff-internal): Autoload this instead of vc-version-diff.
6918
1902a98c
EZ
69192009-10-05 Eli Zaretskii <eliz@gnu.org>
6920
a7a8618b
EZ
6921 * simple.el (eval-expression): Doc fix.
6922
1902a98c
EZ
6923 * progmodes/cwarn.el (cwarn-mode): Doc fix.
6924
0e1f2ee6
MA
69252009-10-05 Michael Albinus <michael.albinus@gmx.de>
6926
6927 * files.el (directory-files-no-dot-files-regexp): New defconst.
6928 (delete-directory): Use it.
6929 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
6930
263c02ef 6931 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
6932 (tramp-methods): Add recursive option to `tramp-copy-args'.
6933 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 6934 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 6935 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
6936 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6937 Add handler for `copy-directory'.
6938 (tramp-handle-copy-directory): New defun.
6939 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
6940 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6941 Optimize sent command.
263c02ef 6942
72aa7df4
SM
69432009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6944
4a34f065
SM
6945 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6946 window if necessary.
6947
72aa7df4
SM
6948 * calendar/calendar.el (calendar-basic-setup): Don't call
6949 switch-to-buffer in a dedicated window.
6950
5feb1ba7
KF
69512009-10-05 Karl Fogel <kfogel@red-bean.com>
6952
6953 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 6954 don't do anything related to relocating, just return nil.
5feb1ba7
KF
6955 (bookmark-error-no-filename): New error.
6956 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
6957 bookmark has no file. Don't even attempt to handle things that
6958 are not files; the whole point of custom handlers is to keep that
6959 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
6960 (bookmark-file-or-variation-thereof): Remove now-unused function.
6961 (bookmark-location): Doc string fix.
6962 (Bug#4250)
6963
1bd49952
KF
69642009-10-04 Karl Fogel <kfogel@red-bean.com>
6965
6966 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6967 don't use a file dialog, because they usually don't know how to read
6968 a directory target from the user. (Bug#4230)
6969 Also, make sure the prompt can display directories as well as files.
6970
825382c0
KF
69712009-10-04 Karl Fogel <kfogel@red-bean.com>
6972
6973 * bookmark.el (bookmark-set, bookmark-buffer-name):
6974 Improve doc strings. (Bug#1193)
6975
13901bcb
KF
69762009-10-04 Karl Fogel <kfogel@red-bean.com>
6977
4a34f065
SM
6978 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6979 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6980 (bookmark-get-annotation, bookmark-set-annotation)
6981 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6982 (bookmark-set-position, bookmark-get-front-context-string)
6983 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6984 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6985 (bookmark-jump-other-window, bookmark-handle-bookmark)
6986 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6987 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6988 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
6989 Improve doc strings to say whether bookmark can be a string or
6990 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
6991 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6992 (bookmark-default-annotation-text, bookmark-yank-word)
6993 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6994 (bookmark-import-new-list, bookmark-maybe-rename)
6995 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6996 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 6997 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 6998 add a FIXME comment about how the function may be pointless.
13901bcb 6999 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
7000 parameter name, to clarify that this takes a bookmark record
7001 not a bookmark name.
13901bcb 7002 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 7003 and improve the doc string a bit.
13901bcb
KF
7004 (Bug#4188)
7005
5c1b3e94
KF
70062009-10-04 Karl Fogel <kfogel@red-bean.com>
7007
7008 * bookmark.el (bookmark-alist): Document the new `handler' element
7009 in the param alist.
7010 (bookmark-make-record-function): Adjust documentation for above.
7011 (Bug#4193)
7012
8559076d
KF
70132009-10-04 Karl Fogel <kfogel@red-bean.com>
7014
7015 * info.el (Info-bookmark-make-record): Document this function.
7016 (Info-bookmark-jump): Document with a doc string, not just a comment.
7017 (Bug#4203)
7018
82481502
CY
70192009-10-04 Chong Yidong <cyd@stupidchicken.com>
7020
4a34f065 7021 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
82481502
CY
7022 (semantic-new-buffer-fcn): Call parser setup functions here.
7023 (semantic-mode): Don't call parser setup functions here, it's done
7024 in semantic-new-buffer-fcn now.
d436f538 7025 (semantic-mode): Parse all existing buffers when enabled.
82481502 7026
4a34f065
SM
7027 * cedet/srecode/compile.el (srecode-compile-file):
7028 Call semantic-new-buffer-fcn if the buffer has not been parsed.
82481502 7029
2e7eba60
CY
70302009-10-04 Chong Yidong <cyd@stupidchicken.com>
7031
d91485a9
CY
7032 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
7033
7034 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
7035 (proj-comp-insert-variable-once): New macro, renamed from
7036 ede-pmake-insert-variable-once in ede/pmake.edl.
7037 (ede-proj-makefile-insert-variables): Use it.
2e7eba60 7038
b4583b8c
MA
70392009-10-04 Michael Albinus <michael.albinus@gmx.de>
7040
7041 * files.el (copy-directory): New defun.
7042
7043 * dired-aux.el (dired-copy-file-recursive): Use it.
7044
04075952
JB
70452009-10-04 Juanma Barranquero <lekktu@gmail.com>
7046
7047 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7048 (makefile-end-of-command):
7049 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7050 (semantic-end-of-context): Fix previous change. Doc fixes.
7051
131ae8f2
JB
70522009-10-04 Juanma Barranquero <lekktu@gmail.com>
7053
a30e71ae
JB
7054 * files-x.el (modify-dir-local-variable)
7055 (copy-dir-locals-to-file-locals-prop-line):
7056 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
7057 (makefile-end-of-command):
7058 * cedet/semantic/lex.el (semantic-lex-token):
7059 * cedet/semantic/analyze/fcn.el
7060 (semantic-analyze-dereference-metatype-1):
7061 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
7062 (semantic-lex-cpp-undef):
7063 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
7064 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
7065 (semantic-end-of-context): Fix typos in docstrings.
7066
131ae8f2
JB
7067 * recentf.el (recentf-unload-function): New function.
7068
0fd9cb9c
CY
70692009-10-04 Chong Yidong <cyd@stupidchicken.com>
7070
a30e71ae 7071 * cedet/ede.el (ede-project-placeholder-cache-file):
0fd9cb9c
CY
7072 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
7073 * cedet/srecode/map.el (srecode-map-save-file):
a30e71ae 7074 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
0fd9cb9c 7075
ccafbf06
GM
70762009-10-04 Glenn Morris <rgm@gnu.org>
7077
7078 * window.el (window-full-height-p): Add doc string.
7079
02c6f098
GM
70802009-10-04 Martin Rudalics <rudalics@gmx.at>
7081
7082 * window.el (window-full-height-p): New function. (Bug#4543)
7083
e6e267fc
CY
70842009-10-03 Chong Yidong <cyd@stupidchicken.com>
7085
a70bfe61
CY
7086 * cedet/srecode/insert.el: Require srecode/args.
7087
7088 * cedet/srecode/args.el: Require srecode/dictionary instead of
7089 srecode/insert.
7090
e6e267fc
CY
7091 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
7092
7093 * files.el (auto-mode-alist): Add .srt and Project.ede.
7094
4a34f065
SM
7095 * cedet/semantic.el (semantic-mode):
7096 Handle srecode-template-mode-hook as well.
0b8cafba 7097 (semantic-mode): Use js-mode-hook for Javascript hook.
e6e267fc
CY
7098
7099 * cedet/srecode/template.el: Remove hook variable.
7100
7101 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
7102
7103 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
7104 projects exist.
8b440f71
CY
7105 (ede-project-placeholder-cache-file): Default to a file in
7106 user-emacs-directory.
e6e267fc
CY
7107
7108 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
7109 templates in data-directory.
4a34f065 7110 (srecode-map-save-file): Default to a file in user-emacs-directory.
e6e267fc
CY
7111
7112 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
7113 directory.
7114
71152009-09-30 Eric Ludlam <zappo@gnu.org>
7116
131ae8f2
JB
7117 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
7118 Doc fix.
e6e267fc
CY
7119
7120 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
7121 Only insert each variable once.
7122
7123 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
7124 (ede-pmake-insert-variable-shared): Use it.
7125
7126 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
7127 for lexical table iff table is nil.
7128
ed6b0195
DN
71292009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7130
7131 * vc.el: Remove commented out code.
7132 (vc-derived-from-dir-mode): Remove, unused.
7133 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7134
1b8d1cc7
MA
71352009-10-03 Michael Albinus <michael.albinus@gmx.de>
7136
4a34f065
SM
7137 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7138 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
7139 there could be recursive loading when `default-directory' is a
7140 remote file name. (Bug#4614)
7141
ac3c593c
GM
71422009-10-03 Glenn Morris <rgm@gnu.org>
7143
686ea556
GM
7144 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7145 the frame is wide.
7146 (calendar-generate-window): Test for shrinkability rather than width.
7147
619392fc
GM
7148 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
7149 declaration, currently false.
7150
ac3c593c
GM
7151 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7152 reusing existing buffers, in case we happen to visit two files with the
7153 same basename. (Bug#4593)
7154
573709fd
EZ
71552009-10-02 Eli Zaretskii <eliz@gnu.org>
7156
4a34f065 7157 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
7158 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7159 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7160 subdirs of cedet as well.
8f885d01 7161 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 7162
8d6c1239
SM
71632009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7164
7165 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7166 Obey advertised-signature-table.
7167
7168 * help-fns.el (help-function-arglist): Don't check
7169 advertised-signature-table.
7170 (describe-function-1): Do it here instead so it also applies to subrs.
7171
c4861de0
MA
71722009-10-02 Michael Albinus <michael.albinus@gmx.de>
7173
7174 * simple.el (start-file-process): Say in the doc-string, that file
7175 handlers might not support pty association, if PROGRAM is nil.
7176
7177 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7178 HOST and USER are strings. They are nil, when there are
7179 incomplete entries in ~/.netrc, for example.
7180 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
7181 root directory ("device busy" error otherwise).
7182
8d6c1239
SM
7183 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7184 Flush file properties of created directory.
c4861de0 7185
d2bda74f
EZ
71862009-10-02 Eli Zaretskii <eliz@gnu.org>
7187
7188 * makefile.w32-in (WINS_BASIC): Remove cedet.
7189 (WINS_CEDET): Add cedet.
7190 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7191
895d1904
GM
71922009-10-02 Kevin Ryde <user42@zip.com.au>
7193
7194 * net/browse-url.el (browse-url): Pass any symbol in
7195 browse-url-browser-function to `apply', since if you've mistakenly put
7196 an unbound symbol then the error is clearer. (Bug#4531)
7197
32226619
JB
71982009-10-02 Juanma Barranquero <lekktu@gmail.com>
7199
7200 * allout.el (allout-init, allout-back-to-current-heading)
7201 (allout-beginning-of-current-entry, allout-ascend-to-depth)
7202 (allout-ascend, allout-up-current-level, allout-end-of-level)
7203 (allout-previous-visible-heading, allout-forward-current-level)
7204 (allout-backward-current-level, allout-show-children):
7205 * apropos.el (apropos-describe-plist):
7206 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7207 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7208 * completion.el (add-completion, add-permanent-completion):
7209 * descr-text.el (describe-text-category, describe-char):
7210 * desktop.el (desktop-lazy-abort):
7211 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7212 * dired.el (dired-build-subdir-alist):
7213 * ediff.el (ediff-version):
7214 * elide-head.el (elide-head, elide-head-show):
7215 * emerge.el (emerge-version):
7216 * env.el (getenv):
7217 * face-remap.el (variable-pitch-mode):
7218 * faces.el (describe-face):
7219 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7220 (dired-at-point):
7221 * files.el (find-file-existing, auto-save-mode):
7222 * font-lock.el (font-lock-fontify-buffer):
7223 * help-fns.el (describe-function, describe-variable)
7224 (describe-syntax, describe-categories):
7225 * help.el (view-lossage, describe-bindings, describe-key)
7226 (describe-mode):
7227 * hexl.el (hexl-current-address):
7228 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7229 * info.el (Info-goto-emacs-key-command-node):
7230 * log-edit.el (log-edit-insert-cvs-template)
7231 (log-edit-insert-cvs-rcstemplate):
7232 * menu-bar.el (menu-bar-mode):
7233 * mouse.el (mouse-appearance-menu):
7234 * newcomment.el (comment-indent-new-line):
7235 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7236 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 7237 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
7238 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7239 * recentf.el (recentf-mode):
7240 * savehist.el (savehist-mode, savehist-save):
7241 * shadowfile.el (shadow-copy-files):
7242 * simple.el (kill-ring-save, next-line, previous-line)
7243 (normal-erase-is-backspace-mode):
7244 * strokes.el (strokes-update-window-configuration)
7245 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7246 (strokes-xpm-for-stroke):
7247 * time.el (emacs-uptime, emacs-init-time):
7248 * tutorial.el (tutorial--describe-nonstandard-key)
7249 (tutorial--detailed-help):
7250 * type-break.el (type-break-mode)
7251 (type-break-mode-line-message-mode, type-break-query-mode)
7252 (type-break-guesstimate-keystroke-threshold):
7253 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7254 * version.el (emacs-version):
7255 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7256 * winner.el (winner-mode):
7257 * calendar/timeclock.el (timeclock-in, timeclock-out)
7258 (timeclock-status-string, timeclock-change)
7259 (timeclock-workday-remaining-string)
7260 (timeclock-workday-elapsed-string)
7261 (timeclock-when-to-leave-string):
7262 * calendar/todo-mode.el (todo-add-category):
7263 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7264 * emacs-lisp/autoload.el (update-file-autoloads):
7265 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7266 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7267 (checkdoc-message-text, checkdoc-defun):
7268 * emacs-lisp/debug.el (debugger-list-functions):
7269 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7270 * emacs-lisp/eieio-opt.el (eieio-describe-class)
7271 (eieio-describe-generic):
7272 * emacs-lisp/lisp-mnt.el (lm-synopsis):
7273 * emacs-lisp/shadow.el (list-load-path-shadows):
7274 * emulation/cua-base.el (cua-mode):
7275 * emulation/edt.el (edt-set-scroll-margins):
7276 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7277 (tpu-toggle-regexp, tpu-toggle-search-direction)
7278 (tpu-toggle-rectangle, tpu-toggle-control-keys):
7279 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7280 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7281 (viper-set-parsing-style-toggling-macro)
7282 (viper-set-emacs-state-searchstyle-macros):
7283 * emulation/viper.el (viper-set-hooks):
7284 * eshell/esh-mode.el (eshell-truncate-buffer):
7285 * international/mule-cmds.el (prefer-coding-system)
7286 (describe-input-method, describe-language-environment):
7287 * international/mule-diag.el (list-character-sets)
7288 (describe-character-set, describe-coding-system)
7289 (describe-fontset, list-fontsets, list-input-methods):
7290 * mail/sendmail.el (mail-signature):
7291 * net/ange-ftp.el (ange-ftp-copy-file):
7292 * net/browse-url.el (browse-url):
7293 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7294 * net/quickurl.el (quickurl-add-url):
7295 * net/rcirc.el (names, topic):
7296 * net/xesam.el (xesam-mode):
7297 * play/5x5.el (5x5-new-game):
7298 * play/yow.el (apropos-zippy):
7299 * progmodes/ada-mode.el (ada-mode-version):
7300 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7301 (f90-end-of-block)
7302 (f90-beginning-of-block):
7303 * progmodes/fortran.el (fortran-end-of-block)
7304 (fortran-beginning-of-block):
7305 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7306 * progmodes/python.el (python-describe-symbol, python-shell):
7307 * term/ns-win.el (ns-print-buffer):
7308 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7309 * textmodes/flyspell.el (flyspell-mode-on):
7310 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7311 (pages-directory-for-addresses):
7312 * textmodes/table.el (table-recognize-cell)
7313 (table-query-dimension, table-generate-source)
7314 (table-insert-sequence, table--warn-incompatibility):
7315 * textmodes/tex-mode.el (tex-validate-buffer):
7316 * textmodes/texinfmt.el (texinfmt-version)
7317 (texinfo-format-buffer):
7318 Use `called-interactively-p' instead of `interactive-p'.
7319
12a3c28c
JB
73202009-10-02 Juanma Barranquero <lekktu@gmail.com>
7321
7322 * image-mode.el (image-toggle-display):
7323 * emacs-lisp/elp.el (elp-instrument-function):
7324 * emacs-lisp/advice.el (ad-make-advised-definition):
7325 * emacs-lisp/easy-mmode.el (define-minor-mode):
7326 * net/browse-url.el (browse-url-maybe-new-window):
7327 * progmodes/sh-script.el (sh-learn-buffer-indent):
7328 Pass new argument 'any to `called-interactively-p'.
7329
171fda8a
JB
73302009-10-01 Juanma Barranquero <lekktu@gmail.com>
7331
171fda8a
JB
7332 * international/uni-bidi.el:
7333 * international/uni-category.el:
7334 * international/uni-combining.el:
7335 * international/uni-comment.el:
7336 * international/uni-decimal.el:
9c3c9fdf 7337 * international/uni-decomposition.el:
171fda8a
JB
7338 * international/uni-digit.el:
7339 * international/uni-lowercase.el:
7340 * international/uni-mirrored.el:
7341 * international/uni-name.el:
7342 * international/uni-numeric.el:
7343 * international/uni-old-name.el:
7344 * international/uni-titlecase.el:
7345 * international/uni-uppercase.el:
7346 Regenerate from Unicode 5.2.0 data.
7347
dcb9734a
GM
73482009-10-01 Glenn Morris <rgm@gnu.org>
7349
7350 * Makefile.in (ELCFILES): Regenerate.
7351
ced10a4c
SM
73522009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7353
9d28c33e
SM
7354 * subr.el (interactive-p): Mark obsolete.
7355 (called-interactively-p): Make the optional-ness of `kind' obsolete.
7356 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7357 advertised-signature-table for subroutines as well.
7358
ced10a4c
SM
7359 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7360 (set-advertised-calling-convention): New function.
7361 (make-obsolete, define-obsolete-function-alias)
7362 (make-obsolete-variable, define-obsolete-variable-alias):
7363 Make the optional-ness of `when' obsolete.
7364 (define-obsolete-face-alias): Make `when' non-optional.
7365 * help-fns.el (help-function-arglist):
7366 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7367 Use advertised-signature-table.
7368
cc3dda16
MA
73692009-10-01 Michael Albinus <michael.albinus@gmx.de>
7370
7371 * files.el (delete-directory): New defun. The original function
7372 in fileio.c has been renamed to `delete-directory-internal'.
7373
7374 * dired.el (dired-delete-file): Call `delete-directory' with
7375 RECURSIVE parameter.
7376
5ce6e4f4 7377 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
7378 parameter RECURSIVE. Implementation is missing.
7379
7380 * net/tramp.el (tramp-handle-make-directory): Flush upper
7381 directory's file properties.
ced10a4c 7382 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
7383 (tramp-handle-dired-recursive-delete-directory): Flush directory
7384 properties after the remove command only.
7385
ced10a4c
SM
7386 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7387 Handle optional parameter RECURSIVE.
cc3dda16 7388
ced10a4c
SM
7389 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7390 Handle optional parameter RECURSIVE.
cc3dda16
MA
7391
7392 * net/tramp-smb.el (tramp-smb-errors): Add error message for
7393 connection timeout.
7394 (tramp-smb-handle-delete-directory): Handle optional parameter
7395 RECURSIVE.
7396
cf885595
SM
73972009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7398
e3a6b82f
SM
7399 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7400 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7401 (byte-compile-defmacro): Use backquotes.
7402
7201bfbb
SM
7403 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7404
cf885595
SM
7405 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7406 has no associated file.
7407 (vc-resynch-buffer): Use vc-dir-buffers.
7408
a4d2c321
GM
74092009-10-01 Glenn Morris <rgm@gnu.org>
7410
9ffe3f52
GM
7411 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7412 (chart-file-count):
7413 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7414 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7415 * emacs-lisp/eieio-opt.el (eieio-describe-class):
7416 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7417 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7418 (eieio-copy-parents-into-subclass, make-instance, class-children)
7419 (eieio-generic-form):
bd2afec2
GM
7420 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
7421 * cedet/cedet-idutils.el (cedet-idutils-search)
7422 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
7423 (cedet-idutils-version-check):
7424 * cedet/cedet.el (cedet-version):
7425 * cedet/data-debug.el (data-debug-insert-overlay-button)
7426 (data-debug-insert-overlay-list-button)
7427 (data-debug-insert-buffer-button)
7428 (data-debug-insert-buffer-list-button)
7429 (data-debug-insert-process-button, data-debug-insert-ring-button)
7430 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
7431 (data-debug-insert-stuff-vector-button)
7432 (data-debug-insert-symbol-button, data-debug-insert-string)
7433 (data-debug-insert-number, data-debug-insert-lambda-expression)
7434 (data-debug-insert-nil, data-debug-insert-simple-thing)
7435 (data-debug-insert-custom, data-debug-edebug-expr):
7436 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
7437 (global-ede-mode-map, ede-new, ede-debug-target)
7438 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
7439 * cedet/semantic.el (semantic-minimum-working-buffer-size)
7440 (semantic-fetch-tags, semantic-submode-list)
7441 (semantic-default-submodes):
a785b776
GM
7442 * cedet/ede/source.el (ede-source-match):
7443 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
7444 (project-am-package-info):
7445 * cedet/ede/proj.el (ede-proj-target, project-new-target):
7446 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
7447 * cedet/ede/proj-comp.el (ede-current-build-list):
7448 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
7449 * cedet/ede/files.el (ede-toplevel-project-or-nil):
7450 * cedet/ede/cpp-root.el (initialize-instance):
7451 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
7452 (autoconf-parameter-strip, autoconf-insert-new-macro):
9bf6c65c
GM
7453 * cedet/semantic/wisent.el (wisent-lex-eoi):
7454 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
7455 (semantic-show-parser-state-mode):
7456 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
7457 * cedet/semantic/tag.el (semantic-tag-new-variable)
7458 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
7459 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
7460 (semantic--tag-deep-copy-tag-list)
7461 (semantic-tag-components-with-overlays-default):
7462 * cedet/semantic/symref.el (semantic-symref-find-text):
7463 * cedet/semantic/senator.el (senator-yank-tag)
7464 (senator-transpose-tags-up):
7465 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
7466 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
7467 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
7468 * cedet/semantic/lex.el (semantic-lex-comment-regex)
7469 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
7470 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
7471 * cedet/semantic/lex-spp.el
7472 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
7473 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
7474 * cedet/semantic/idle.el
7475 (semantic-idle-summary-current-symbol-info-brutish)
7476 (semantic-idle-summary-current-symbol-info-default):
7477 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
7478 (semantic--grammar-macro-compl-dict):
7479 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
7480 * cedet/semantic/format.el (semantic-format-tag-custom-list)
7481 (semantic-format-tag-canonical-name-default):
7482 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
7483 (semantic-find-tags-for-completion)
7484 (semantic-find-tags-by-scope-protection-default)
7485 (semantic-deep-find-tags-for-completion):
7486 * cedet/semantic/edit.el
7487 (semantic-edits-incremental-reparse-failed-hook)
7488 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
7489 (semantic-edits-splice-remove, semantic-edits-splice-replace):
7490 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
7491 * cedet/semantic/dep.el (semantic-dependency-include-path):
7492 * cedet/semantic/db.el (semanticdb-default-find-index-class)
7493 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
7494 (semanticdb-project-roots):
7495 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
7496 (semanticdb-find-adebug-insert-scanned-tag-cons)
7497 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
7498 (semanticdb-brute-deep-find-tags-for-completion):
7499 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
7500 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
7501 (semantic-end-of-context-default)
7502 (semantic-ctxt-current-function-default)
7503 (semantic-ctxt-scoped-types-default):
7504 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7505 (semantic-complete-inline-tag-engine)
7506 (semantic-complete-inline-custom-type)
7507 (semantic-complete-read-tag-analyzer):
7508 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
7509 (semantic-chart-database-size):
7510 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
7511 (semantic-analyze-current-context):
7512 * cedet/semantic/symref/list.el (semantic-symref)
7513 (semantic-symref-hide-buffer, semantic-symref-symbol):
7514 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
7515 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
7516 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
7517 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
7518 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
7519 (semantic-c-dereference-template):
7520 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
7521 (semantic--analyze-refs-full-lookup-with-parents)
7522 (semantic--analyze-refs-full-lookup-simple):
7523 * cedet/semantic/analyze/complete.el
7524 (semantic-analyze-possible-completions):
2f10955c
GM
7525 * cedet/srecode/table.el (srecode-mode-table-new):
7526 * cedet/srecode/srt.el (srecode-read-variable-name):
7527 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
7528 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
7529 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
7530 * cedet/srecode/map.el (srecode-current-map):
7531 * cedet/srecode/insert.el (srecode-insert)
7532 (srecode-insert-variable-secondname-handler, srecode-insert-method)
7533 (srecode-template-inserter-point-override)
7534 (srecode-insert-include-lookup):
7535 * cedet/srecode/getset.el (srecode-auto-choose-class):
7536 * cedet/srecode/extract.el (srecode-inserter-extract):
7537 * cedet/srecode/document.el
7538 (srecode-document-autocomment-return-last-alist)
7539 (srecode-document-autocomment-param-type-alist)
7540 (srecode-document-insert-function-comment)
7541 (srecode-document-insert-variable-one-line-comment)
7542 (srecode-document-function-name-comment):
7543 * cedet/srecode/dictionary.el (srecode-create-dictionary)
7544 (srecode-compound-toString):
7545 * cedet/srecode/compile.el (srecode-flush-active-templates):
7546 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
bd2afec2
GM
7547 Doc/message fixes.
7548
9515cdcc
GM
7549 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7550 match-data. (Bug#4555).
7551
57b0083a
GM
7552 * cedet/semantic/bovine/gcc.el
7553 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
7554 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
7555
a4d2c321
GM
7556 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7557 rather than parsing it as a regexp. This relaxes the layout
7558 requirements and makes errors easier to detect.
7559 (check-declare-verify): Check file is regular.
7560 (check-declare-directory): Doc fix.
7561 * subr.el (declare-function): Doc fix.
7562
b15c31c7
GM
7563 * ibuffer.el (ibuffer-format-qualifier):
7564 * isearch.el (hi-lock-regexp-okay):
7565 * calc/calc.el (math-zerop):
7566 * mail/uce.el (rmail-msgbeg, rmail-msgend):
7567 * term/w32-win.el (setup-default-fontset, set-fontset-font):
7568 Remove unused declarations.
7569
0376249d
JB
75702009-10-01 Juanma Barranquero <lekktu@gmail.com>
7571
7572 * cedet/semantic/wisent/javat-wy.el
7573 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
7574
9a589407
JB
75752009-09-30 Juanma Barranquero <lekktu@gmail.com>
7576
7577 * cedet/srecode/expandproto.el: Fix provide statement.
7578
722ff82f
CY
75792009-09-30 Eric Ludlam <zappo@gnu.org>
7580
cf885595 7581 * emacs-lisp/eieio.el (boolean-p): Delete.
722ff82f
CY
7582
75832009-09-30 Sascha Wilde <wilde@sha-bang.de>
7584
7585 * cedet/ede/srecode.el: Fix provide statement.
7586
1fc28a2c
GM
75872009-09-30 Glenn Morris <rgm@gnu.org>
7588
8240628d 7589 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7ec19ac4 7590 * cedet/ede/proj-aux.el (ede-aux-source):
a1f1d102
GM
7591 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
7592 (ede-misc-source):
d16d4acd
GM
7593 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
7594 (semantic-mrub-switch-tags): Fix doc typos.
7595
40f9bf94
GM
7596 * cedet/semantic/db-global.el (data-debug-new-buffer)
7597 (data-debug-insert-thing): Remove unneeded declarations (one broken).
7598 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
7599
494f4fc7
GM
7600 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
7601
cf885595
SM
7602 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
7603 use of CL function `remove-if-not'.
1fc28a2c
GM
7604
7605 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7606
494f4fc7
GM
7607 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7608 filename is not a string.
7609
561580e9
CY
76102009-09-29 Chong Yidong <cyd@stupidchicken.com>
7611
7612 * files.el (safe-local-eval-forms): Fix typo.
7613
dcbbecd4
SM
76142009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7615
7616 * vc-hooks.el (vc-dir-buffers): New var.
7617 (vc-state-refresh): New function.
7618 (vc-state): Use it.
7619 (vc-after-save): Always ask the backend to recompute the new state.
7620 Always call vc-dir if necessary, using vc-dir-buffers.
7621 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7622 Use vc-dir-buffers.
7623 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7624 (vc-dir-prepare-status-buffer, vc-dir-update)
7625 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7626 Don't call expand-file-name on default-directory.
7627
d88444f2
JB
76282009-09-29 Juanma Barranquero <lekktu@gmail.com>
7629
7630 * speedbar.el (speedbar-item-delete):
7631 * calc/calc-prog.el (calc-kbd-if):
7632 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7633
7634 * epa.el (epa-key-list-mode-map):
7635 * hi-lock.el (hi-lock-menu): Fix typos in menus.
7636
7637 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7638 (hs-show-hook): Fix typo in docstring.
7639
5da62d41
GM
76402009-09-29 Glenn Morris <rgm@gnu.org>
7641
d037e45a
GM
7642 * cedet/semantic/symref/idutils.el:
7643 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7644
ae715515
GM
7645 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7646
7647 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7648 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7649 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7650 Mark declarations not understood by check-declare.
7651
8360fce0
GM
7652 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7653 file-name-nondirectory call preventing location of cedet files.
7654 (check-declare-verify): Use literal search rather than re-search.
ae715515 7655 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
7656
7657 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7658 Use tramp-compat-file-attributes rather than nonexistent
7659 tramp-compat-handle-file-attributes.
7660
5da62d41
GM
7661 * Makefile.in (lisptagsfiles4): New.
7662 (AUTOGENEL): Add cedet loaddefs files.
7663 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7664 (update-elclist, compile-always, backup-compiled-files)
7665 (bootstrap-clean): Add yet another directory level.
7666 (update-elclist): Use LC_COLLATE rather than COLLATE.
7667 (ELCFILES): Update, via `make update-elclist'.
7668
48267264
JB
76692009-09-29 Juanma Barranquero <lekktu@gmail.com>
7670
7671 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7672 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7673 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7674
2c4cd0b0
AS
76752009-09-28 Andreas Schwab <schwab@linux-m68k.org>
7676
7677 * Makefile.in (lisptagsfiles3): Define.
5da62d41 7678 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
7679 (update-elclist): Add third directory level to look for elc files.
7680 (compile-always): Likewise.
7681 (backup-compiled-files): Likewise.
7682 (bootstrap-clean): Likewise.
7683 (ELCFILES): Update.
7684
a2533e47
CY
76852009-09-28 Chong Yidong <cyd@stupidchicken.com>
7686
7687 * Makefile.in (ELCFILES): Add CEDET files.
7688
b90caf50 76892009-09-28 Eric Ludlam <zappo@gnu.org>
a2095e2e 7690
b90caf50 7691 CEDET (development tools) package merged.
a2095e2e 7692
b90caf50
CY
7693 * cedet/*.el:
7694 * cedet/ede/*.el:
7695 * cedet/semantic/*.el:
7696 * cedet/srecode/*.el: New files.
a2095e2e 7697
eefbedb1
MA
76982009-09-28 Michael Albinus <michael.albinus@gmx.de>
7699
7700 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7701
7702 * net/tramp.el (top): Require tramp-imap.
7703
7704 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7705 Use `tramp-compat-handle-file-attributes'.
7706
77072009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7708
7709 * net/tramp-imap.el: New package.
7710
66635e2f 77112009-09-28 Eric Ludlam <zappo@gnu.org>
6dd12ef2
CY
7712
7713 * emacs-lisp/chart.el:
7714 * emacs-lisp/eieio-base.el:
7715 * emacs-lisp/eieio-comp.el:
7716 * emacs-lisp/eieio-custom.el:
e608e7be 7717 * emacs-lisp/eieio-datadebug.el:
6dd12ef2
CY
7718 * emacs-lisp/eieio-opt.el:
7719 * emacs-lisp/eieio-speedbar.el:
7720 * emacs-lisp/eieio.el: New files.
7721
666fd2cc
CY
7722 * cedet/cedet-cscope.el:
7723 * cedet/cedet-files.el:
7724 * cedet/cedet-global.el:
7725 * cedet/cedet-idutils.el:
7726 * cedet/data-debug.el:
7727 * cedet/inversion.el:
7b232be9 7728 * cedet/mode-local.el:
666fd2cc
CY
7729 * cedet/pulse.el: New files.
7730
748e3d67
VJL
77312009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7732
7733 * whitespace.el (whitespace-trailing-regexp)
7734 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7735 Fix doc string.
7736
15120dec
CY
77372009-09-27 Chong Yidong <cyd@stupidchicken.com>
7738
7739 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7740 menu.
7741
7742 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7743 menu-bar-ediff-menu.
7744
7745 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7746 define-overloadable-function.
7747
7748 * progmodes/autoconf.el: Provide autoconf as well, so that this
7749 file can be `require'd.
7750
7751 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7752
7753 * emacs-lisp/autoload.el (generated-autoload-feature)
7754 (generated-autoload-load-name): New vars.
7755 (autoload-rubric, autoload-generate-file-autoloads): Use them.
7756 (make-autoload): Recognize define-overloadable-function and
7757 defclass forms (for EIEIO).
7758
7759 * Makefile.in (update-subdirs): Exclude cedet directory.
7760
135abf91
AR
77612009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7762
1becddbb 7763 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
7764
7765 * faces.el: Default light-background background for region face to
7766 ns_selection_color under NS.
7767
3d994264
TZ
77682009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7769
7770 * net/imap-hash.el: New library, see NEWS.
7771
7772 * Makefile.in (ELCFILES): Add imap-hash.el.
7773
ce9a0ccb
SM
77742009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7775
7776 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7777 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7778 * help-macro.el (make-help-screen): Avoid using an ambiguous function
7779 definition where the docstring could be taken for the return value.
7780
a92cdd49
GM
77812009-09-26 Glenn Morris <rgm@gnu.org>
7782
7783 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7784 Add option to only show images below a certain size.
7785 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7786 save-excursion calls.
7787
416ac2f1
EZ
77882009-09-26 Eli Zaretskii <eliz@gnu.org>
7789
7790 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7791 subdirectories) and eieio.
7792
d9a13f68
AM
77932009-09-26 Alan Mackenzie <acm@muc.de>
7794
9c3c9fdf 7795 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
550d95a0 7796 buggy bracketing. (Bug#4289)
d9a13f68
AM
7797
7798 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 7799 character constants (as case labels). (Bug#4289)
d9a13f68 7800
182b3bec
CY
78012009-09-25 Juri Linkov <juri@jurta.org>
7802
7803 * files.el (safe-local-eval-forms): Allow time-stamp in
7804 before-save-hook (Bug#4554).
7805
8f75f2da
JB
78062009-09-25 Drew Adams <drew.adams@oracle.com>
7807
7808 * menu-bar.el (list-buffers-directory): Doc fix.
7809
8390fb80
SM
78102009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
7811
7812 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7813 Try and avoid copying twice the same paragraph.
7814 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7815 Remove save-excursion.
7816 (log-edit-changelog-entry): Do it here instead.
7817
11ee8d90
JB
78182009-09-25 Juanma Barranquero <lekktu@gmail.com>
7819
027b1942
JB
7820 * bs.el (bs--get-file-name): Use `list-buffers-directory'
7821 when available, instead of hardcoding mode names. Doc fix.
7822
11ee8d90
JB
7823 * menu-bar.el (list-buffers-directory): Add docstring.
7824 Make automatically buffer-local.
7825
7826 * dired.el (dired-mode):
7827 * files.el (cd-absolute):
7828 * pcvs.el (cvs-temp-buffer):
7829 * pcvs-util.el (cvs-get-buffer-create):
7830 * shell.el (shell-mode):
7831 * vc-dir.el (vc-dir-mode):
7832 Don't make `list-buffers-directory' buffer local.
7833
21289c5d
CY
78342009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
7835
8390fb80
SM
7836 * comint.el (comint-exec, comint-run, make-comint):
7837 Doc fixes (Bug#4542).
21289c5d 7838
e8652dd9
GM
78392009-09-25 Glenn Morris <rgm@gnu.org>
7840
7841 * mail/rmailmm.el (rmail-mime): New custom group.
7842 Move all defcustoms in this file into this group.
7843 (rmail-mime-media-type-handlers-alist): Revert previous change.
7844 (rmail-mime-show-images): New option.
7845 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7846 references to it, since it wasn't actually used for anything.
7847 (rmail-mime-insert-image): New function.
7848 (rmail-mime-image): Use rmail-mime-insert-image.
7849 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
7850 obey the value of `rmail-mime-show-images' option. Print the size of
7851 attachments.
e8652dd9 7852
fb652bb5
JB
78532009-09-25 David Engster <deng@randomsample.de>
7854
7855 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
7856
32a9841c
VJL
78572009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7858
7859 * whitespace.el: Does not highlight trailing spaces While point is
7860 at end of line. Does not highligt spaces at beginning of buffer
7861 while point is at beginning of buffer. Does not highlight spaces
7862 at end of buffer while point is at end of buffer. (Bug#4177)
7863 New version 12.0.
7864 (whitespace-display-mappings): Adjust initialization.
7865 (whitespace-point, whitespace-font-lock-refontify): New vars.
7866 (whitespace-color-on, whitespace-color-off): Adjust code.
7867 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7868 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7869 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7870
e477ca84
CY
78712009-09-24 Chong Yidong <cyd@stupidchicken.com>
7872
7873 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7874
7875 * textmodes/sgml-mode.el: Remove xml-mode alias.
7876
7877 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 7878 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 7879
68712602
AM
78802009-09-24 Alan Mackenzie <acm@muc.de>
7881
7882 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7883 c-forward-conditionals, but it doesn't move point and doesn't set
7884 the mark.
7885 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7886 (c-down-conditional-with-else, c-backward-conditional)
7887 (c-forward-conditional): Refactor to use c-scan-conditionals.
7888
1659ada0
JB
78892009-09-24 Juanma Barranquero <lekktu@gmail.com>
7890
7891 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7892 (help-default-arg-highlight): Remove.
7893 (help-highlight-arg): New function.
7894 (help-do-arg-highlight): Use it.
7895 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
7896
b3f01e46
SM
78972009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7898
7899 * term.el (term-set-scroll-region, term-handle-ansi-escape):
7900 Undo last change, which didn't fix the problem and introduced others.
7901
107ef54a
NR
79022009-09-24 Nick Roberts <nickrob@snap.net.nz>
7903
7904 * progmodes/gdb-mi.el: Don't require speedbar.
7905 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7906
ffa1fed6
GM
79072009-09-24 Glenn Morris <rgm@gnu.org>
7908
2157a2be
GM
7909 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7910
6125167c
GM
7911 * term/ns-win.el (ns-reg-to-script): Define for compiler.
7912
ffa1fed6
GM
7913 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7914 there is no newline after the final mime boundary. (Bug#4539)
7915 Move markers on insertion so that any buttons inserted don't end up in
7916 the next part of a multipart message.
2e9075d3
GM
7917 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
7918 (rmail-mime-bulk-handler): Optionally handle images.
7919 (rmail-mime-image): New button action.
7920 (rmail-mime-image-handler): New function.
7921 (rmail-mime-mode): New mode.
7922 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 7923
4a814992
SM
79242009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7925
075518b5
SM
7926 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7927 than just dropping elements from it (bug#4504).
7928
8ad2defc
SM
7929 * term.el (term-set-scroll-region): Don't move cursor any more.
7930 (term-handle-ansi-escape): Call term-goto here instead.
7931 Suggested by Ivan Kanis <apple@kanis.eu>.
7932
4a814992
SM
7933 * term.el: Require CL.
7934 (term-ansi-reset): New function.
7935 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7936 (term-handle-colors-array): Simplify.
7937
5a0c3f56
JB
79382009-09-24 Juanma Barranquero <lekktu@gmail.com>
7939
7940 * allout.el (allout-overlay-interior-modification-handler)
7941 (allout-obtain-passphrase):
7942 * epa-file.el (epa-file-write-region):
7943 * ps-print.el (ps-begin-job):
7944 * vc-hooks.el (vc-toggle-read-only):
7945 * vc-rcs.el (vc-rcs-rollback):
7946 * vc-sccs.el (vc-sccs-rollback):
7947 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7948 (vc-version-diff, vc-revert, vc-rollback):
7949 * wdired.el (wdired-check-kill-buffer):
7950 * emacs-lisp/authors.el (authors):
7951 * net/socks.el (socks-open-connection):
7952 * net/zeroconf.el (zeroconf-service-add-hook):
7953 * obsolete/vc-mcvs.el (vc-mcvs-register):
7954 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7955 (gdb-select-frame):
7956 * progmodes/grep.el (lgrep, rgrep):
7957 * progmodes/idlw-help.el (idlwave-help-check-locations)
7958 (idlwave-help-html-link, idlwave-help-assistant-open-link):
7959 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7960 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7961 (reftex-toc-rename-label): Fix typos in error messages.
7962
7963 * dired-aux.el (dired-do-shell-command): Reflow docstring.
7964 (dired-copy-how-to-fn): Doc fix.
7965 (dired-files-attributes, dired-read-shell-command):
7966 Fix typos in docstrings.
7967
7968 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7969 (dired-x-find-file-other-window): Reflow docstrings.
7970 (dired-omit-marker-char, dired-read-shell-command)
7971 (dired-x-submit-report): Fix typos in docstrings.
7972
7973 * shell.el (shell-mode-hook):
7974 * view.el (View-scroll-line-forward):
7975 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7976 Fix typos in docstrings.
7977
7978 * net/dig.el (dig-invoke): Fix typo in docstring.
7979 (query-dig): Reflow docstring.
7980
7981 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7982 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7983 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7984 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7985 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7986 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7987 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7988 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7989 (idlwave-completion-map, idlwave-current-indent)
7990 (idlwave-custom-ampersand-surround, idlwave-customize)
7991 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7992 (idlwave-define-abbrev, idlwave-determine-class-special)
7993 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7994 (idlwave-end-block-reg, idlwave-end-of-statement)
7995 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7996 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7997 (idlwave-explicit-class-listed, idlwave-file-header)
7998 (idlwave-fill-paragraph, idlwave-find-class-definition)
7999 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
8000 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
8001 (idlwave-in-quote, idlwave-indent-action-table)
8002 (idlwave-indent-expand-table, idlwave-indent-line)
8003 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
8004 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
8005 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
8006 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
8007 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
8008 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
8009 (idlwave-outlawed-buffers, idlwave-popup-select)
8010 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
8011 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
8012 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
8013 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
8014 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
8015 (idlwave-statement-type, idlwave-struct-skip)
8016 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
8017 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
8018 (idlwave-what-module-find-class): Fix typos in docstrings.
8019 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
8020 (idlwave-calculate-cont-indent, idlwave-expand-equal)
8021 (idlwave-find-module, idlwave-find-structure-definition)
8022 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
8023 (idlwave-list-load-path-shadows, idlwave-next-statement)
8024 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
8025 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
8026 (idlwave-template): Reflow docstrings.
8027
8028 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
8029 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
8030 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
8031 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
8032 (idlwave-shell-display-line, idlwave-shell-display-wframe)
8033 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
8034 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
8035 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
8036 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
8037 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
8038 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8039 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8040 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8041 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8042 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8043 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8044 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8045 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8046 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8047 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8048 Fix typos in docstrings.
8049 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8050 (idlwave-shell-hide-output, idlwave-shell-mode)
8051 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8052 Reflow docstrings.
8053
8054 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8055
62136c5d
SM
80562009-09-24 Ivan Kanis <apple@kanis.eu>
8057
8058 * term.el (term-bold-attribute): New var.
8059 (term-handle-colors-array): Use it.
8060
9c1a45ed
NR
80612009-09-23 Nick Roberts <nickrob@snap.net.nz>
8062
8063 * progmodes/gdb-mi.el (gdb-version): New variable.
8064 (gdb-non-stop-handler): Set gdb-version.
8065 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8066 Condition "--thread" option on gdb-version.
8067 (gdb-invalidate-threads): Remove unused argument.
8068
03304f31
SM
80692009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8070
8071 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8072 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8073
4f02f0c9
GM
80742009-09-23 Glenn Morris <rgm@gnu.org>
8075
8076 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8077 replying to mail without References or Message-Id. (Bug#4525)
8078
a3b4b363
AR
80792009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8080
8081 * term/ns-win.el (ns-reg-to-script): New variable.
8082
7bda18cc
DU
80832009-09-23 Daiki Ueno <ueno@unixuser.org>
8084
8085 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8086
72169e55
SS
80872009-09-22 Sam Steingold <sds@gnu.org>
8088
8089 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
8090 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8091 to 1 because hg returns status 1 when nothing is found.
0aa4f295 8092 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 8093
905b7d38
SM
80942009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8095
b0459dec
SM
8096 * textmodes/fill.el: Convert to utf-8 encoding.
8097 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8098 pre-unicode days.
8099
905b7d38
SM
8100 * add-log.el (change-log-fill-forward-paragraph): New function.
8101 (change-log-mode): Use it so fill-region DTRT.
8102 Set fill-indent-according-to-mode here rather than in
8103 change-log-fill-paragraph.
8104 (change-log-fill-paragraph): Remove.
8105
baa7f3de
JB
81062009-09-22 Juanma Barranquero <lekktu@gmail.com>
8107
8108 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8109 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8110
a8d789f0
GM
81112009-09-22 Glenn Morris <rgm@gnu.org>
8112
daedbbc2
GM
8113 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8114 the scroll-bar scroll the calendar window rather than the buffer.
8115
d8899a74
GM
8116 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8117 commands that move point (as opposed to scrolling).
8118
a8d789f0
GM
8119 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8120
8121 * emacs-lisp/elint.el (elint): New custom group.
8122 (elint-log-buffer): Make it a defcustom.
8123 (elint-scan-preloaded, elint-ignored-warnings)
8124 (elint-directory-skip-re): New options.
8125 (elint-builtin-variables): Doc fix.
8126 (elint-preloaded-env): New variable.
8127 (elint-unknown-builtin-args): Add an entry for encode-time.
8128 (elint-extra-errors): Make it a variable rather than a constant.
8129 (elint-preloaded-skip-re): New constant.
8130 (elint-directory): Skip files matching elint-directory-skip-re.
8131 (elint-features): New variable, local to linted buffers.
8132 (elint-update-env): Initialize elint-features. Possibly add
8133 elint-preloaded-env to the buffer's environment.
8134 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8135 Skip quoted forms.
8136 (elint-init-form): New function, extracted from elint-init-env.
8137 Make non-list forms a warning rather than an error.
8138 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8139 easy-menu-define, put that adds an error-condition, and provide.
8140 When requiring cl, also require cl-macs. Really require cl, to handle
8141 some cl macros. Store required libraries in the list elint-features,
8142 so as not to re-load them. Treat cc-require like require.
8143 (elint-init-env): Call elint-init-form to do the work.
8144 Handle eval-and-compile and such like.
8145 (elint-add-required-env): Do not clear messages.
8146 (elint-special-forms): Add handlers for function, defalias, if, when,
8147 unless, and, or.
8148 (elint-form): Add optional argument to ignore elint-special-forms,
8149 useful to prevent recursive calls from handlers. Doc fix.
8150 Respect elint-ignored-warnings.
8151 (elint-form): Respect elint-ignored-warnings.
8152 (elint-bound-variable, elint-bound-function): New variables.
8153 (elint-unbound-variable): Respect elint-bound-variable.
8154 (elint-get-args): Respect elint-bound-function.
8155 (elint-check-cond-form): Add some simple handling for (f)boundp and
8156 featurep tests.
8157 (elint-check-defalias-form): New handler.
8158 (elint-check-let-form): Make an empty let a warning rather than an
8159 error.
8160 (elint-check-setq-form): Make an empty setq a warning rather than an
8161 error. Respect elint-ignored-warnings.
8162 (elint-check-defvar-form): Accept null doc-strings.
8163 (elint-check-conditional-form): New handler. Does some simple-minded
8164 checking of featurep and (f)boundp tests.
8165 (elint-put-function-args): New function.
8166 (elint-initialize): Use elint-scan-doc-file rather than
8167 elint-find-builtin-variables. Use elint-put-function-args.
8168 Possibly scan preloaded-file-list.
8169 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8170 extend to handle functions as well.
8171
245be23c
JB
81722009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8173
8174 * linum.el (linum-delete-overlays, linum-update-window):
8175 Do not modify the right margin. (Bug#3971)
8176
91fdbd6f
CY
81772009-09-21 Chong Yidong <cyd@stupidchicken.com>
8178
8179 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
8180 nxml-mode instead of xml-mode.
8181
7589d38e
JB
81822009-09-21 Kevin Ryde <user42@zip.com.au>
8183
8184 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8185
5ac42715
SM
81862009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8187
8188 * net/dig.el (dig-mode): Use define-derived-mode.
8189
09c01323
DN
81902009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8191
4096c5f2
DN
8192 * vc-dispatcher.el (vc-do-command): Return the process object in
8193 the asynchronous case. Use when instead of if. Do not run
5480359e 8194 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 8195
0e172cc2
DN
8196 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8197 properties to the stash strings.
8198 (vc-git-stash-list): Return a list of strings.
8199 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8200 (vc-git-stash-show-at-point): New functions.
8201 (vc-git-stash-map): New keymap.
8202
03304f31
SM
8203 * register.el (ctl-x-r-map): Define the keys here instead of
8204 using autoload.
09c01323 8205
03304f31 82062009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
8207
8208 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8209 list, to workaround performance problem (bug#4485).
8210
2f5fc4d7
NR
82112009-09-20 Nick Roberts <nickrob@snap.net.nz>
8212
8213 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8214
b0f5fd2e
DU
82152009-09-20 Daiki Ueno <ueno@unixuser.org>
8216
8217 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8218 Document that this option is not recommended to use.
8219
f3445fab
GM
82202009-09-19 Glenn Morris <rgm@gnu.org>
8221
547c6921
GM
8222 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8223 variable `var'.
8224
f3445fab
GM
8225 * calc/calc-alg.el (var):
8226 * calc/calcalg2.el (var): Define for compiler.
8227
946c009b
CY
82282009-09-19 Chong Yidong <cyd@stupidchicken.com>
8229
e3f36d03
SM
8230 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8231 Doc fix (Bug#3932).
e2045997 8232
24aedbca
CY
8233 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8234
327dd27a
CY
8235 * time-stamp.el (time-stamp-month-dd-yyyy)
8236 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8237 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8238 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
8239 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8240 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 8241
946c009b
CY
8242 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8243 indent buffer only if called interactively (Bug#4452).
8244
3e70541a
JB
82452009-09-19 Juanma Barranquero <lekktu@gmail.com>
8246 Eli Zaretskii <eliz@gnu.org>
8247
8248 This fixes bug#4197 (merged to bug#865, though not identical).
8249 * server.el (server-auth-dir): Add docstring note about FAT32.
8250 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8251 but warn against using them.
8252
9b94c32e
NR
82532009-09-19 Nick Roberts <nickrob@snap.net.nz>
8254
8255 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8256 older GDB where there is no has_more field.
8257
66590684
GM
82582009-09-19 Glenn Morris <rgm@gnu.org>
8259
8260 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8261
9a1337f9
CY
82622009-09-18 Chong Yidong <cyd@stupidchicken.com>
8263
8264 * files.el (auto-mode-alist): Change default for XML files to nXML
8265 mode (Bug#4169).
8266
d7554167
JB
82672009-09-18 Juanma Barranquero <lekktu@gmail.com>
8268
8269 * server.el (server-ensure-safe-dir): Pass 'integer
8270 to `file-attributes', as suggested.
8271
35a3f9a4
SM
82722009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8273
8274 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8275 (dired-query): Use read-key.
8276
044f9b05
AR
82772009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8278
8279 * cus-start.el (ns-use-qd-smoothing): Remove.
8280
6188ea49
GM
82812009-09-18 Glenn Morris <rgm@gnu.org>
8282
08cf18e4
GM
8283 * allout.el (top-level): Remove unnecessary progn.
8284
07eae5c5
GM
8285 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8286
6726c25e
GM
8287 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8288 definition of abbrev table.
8289
3f527154 8290 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
8291 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8292 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
8293 * net/newst-backend.el (newsticker--cache-read-feed):
8294 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
8295 condition-case handlers.
8296
ccb4c30c
NR
82972009-09-18 Nick Roberts <nickrob@snap.net.nz>
8298
8299 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8300 (gdb-var-list): Add an element for has_more field.
8301 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8302 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8303 (gdb-var-update-handler-1): Parse output of dynamic variable
8304 objects (STL containers).
8305 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8306 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8307
8308 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8309 gdb-var-list.
8310 (gud-speedbar-buttons): Make node expandable if expression "has more"
8311 children.
8312
8686ac71
JB
83132009-09-17 Juanma Barranquero <lekktu@gmail.com>
8314
8315 * startup.el (emacs-quick-startup): Remove variable and all uses.
8316 (command-line): Set `inhibit-x-resources' instead.
8317 (command-line-1): Use `inhibit-x-resources' instead.
8318
a69c67e8
CY
83192009-09-17 Chong Yidong <cyd@stupidchicken.com>
8320
8321 * subr.el: Fix last change to avoid using the `unless' macro,
8322 which breaks bootstrapping.
8323
354f0faf
SM
83242009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8325
8326 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8327 extended definitions, in case we reload subr.el after having
8328 loaded CL.
8329 (eval-next-after-load): Mark as obsolete.
8330
98b9bf40
JL
83312009-09-17 Juri Linkov <juri@jurta.org>
8332
8333 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8334 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8335 (menu-bar-showhide-menu, menu-bar-tools-menu)
8336 (menu-bar-describe-menu, menu-bar-help-menu)
8337 (minibuffer-local-completion-map, minibuffer-local-map):
8338 Fix list quoting.
8339
28fab7b5
GM
83402009-09-17 Glenn Morris <rgm@gnu.org>
8341
88d5190c
GM
8342 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8343 arguments, whether or not it has a handler.
8344
74f24ba7
GM
8345 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8346
28fab7b5
GM
8347 * simple.el (hard-newline): Give it a doc-string.
8348
a8106aec
GM
8349 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8350 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 8351
76251ad7
DN
83522009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8353
72033dbe
DN
8354 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8355 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8356 (menu-bar-options-menu, menu-bar-showhide-menu)
8357 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8358 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8359 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8360 (menu-bar-options-menu, menu-bar-tools-menu)
8361 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8362 (menu-bar-help-menu):
8363 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8364 string arguments.
8365
76251ad7
DN
8366 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8367 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8368 calls for the menu names and :help.
8369
97b952b7
SM
83702009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8371
8372 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8373 to :minor-mode-function (bug#4455).
8374
8f38189e
SM
83752009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8376
d2fd733e
SM
8377 * startup.el (command-line): Initialize the window-system after
8378 processing the command-line.
8379
8f38189e
SM
8380 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8381 page-delimiter matches the empty string.
8382
77564fa4
GM
83832009-09-16 Glenn Morris <rgm@gnu.org>
8384
8385 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8386 byte-compile-not-obsolete-var. It's a list now.
8387 (byte-compile-not-obsolete-funcs): New variable.
8388 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8389 byte-compile-not-obsolete-funcs.
8390 (byte-compile-variable-ref, byte-compile-defvar): Update for
8391 byte-compile-not-obsolete-vars name-change and list nature.
8392 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8393 and variables behind (f)boundp tests.
8394 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8395
79d316d3
DN
83962009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8397
8398 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8399
8fed6934
SM
84002009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8401
8402 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8403 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8404 Don't autoload.
8405
4078fd57
SE
84062009-09-15 Stephen Eglen <stephen@gnu.org>
8407
8408 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 8409 the virtual-buffers, use the name of the buffer specified by
4078fd57 8410 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 8411 problem if the target and the symlink had different names.)
4078fd57 8412
838ff458
SM
84132009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8414
b3c7c12d
SM
8415 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8416
13dc2bc2
SM
8417 * desktop.el (desktop-path): Check user-emacs-directory.
8418
49fec531
SM
8419 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8420
0e328d37
SM
8421 * loadup.el: Use after-load-functions to GC after loading each file.
8422 Remove the explicit GC calls that used to be sprinkled around.
8423
838ff458
SM
8424 * subr.el (after-load-functions): New hook.
8425 (do-after-load-evaluation): Run it. Use string-match-p to detect
8426 `obsolete' packages, rather than painfully extracting the relevant
8427 directory name.
8428
a62f564f
GM
84292009-09-15 Glenn Morris <rgm@gnu.org>
8430
8431 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8432 free variable `doc'.
8433
8434 * dired.el (dired-mode-map): Add menu entry for async shell command.
8435
8436 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8437 variables, also consider the .elc files, since the .el files are
8438 normally gzipped (subsequent code locates the .el.gz from the .elc).
8439
8440 * calc/calc-prog.el (arglist): Define for compiler.
8441
8442 * calendar/diary-lib.el (diary-display-function): Change the default to
8443 fancy display.
8444 (body): Define for compiler.
8445
8446 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8447 (byte-compile-file-form, byte-compile-lambda)
8448 (byte-compile-top-level-body, byte-compile-form)
8449 (byte-compile-variable-ref, byte-compile-setq)
8450 (byte-compile-setq-default, byte-compile-body)
8451 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8452 (batch-byte-compile): Give some more local variables with common names
8453 a "bytecomp-" prefix to avoid masking warnings about free variables.
8454
cd05fe7f
GM
8455 * startup.el (command-line-1): Give local variables with common names a
8456 distinguishing prefix, so as not to hide free variable warnings during
8457 bootstrap.
8458
a62f564f
GM
8459 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8460 clever and add a suffix to make a unique name, just let the user decide
8461 whether or not to overwrite it. If the input is a directory, write the
8462 default filename to that directory. (Bug#4388)
8463 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8464 is a filename-as-a-directory.
8465
fbc88440
SM
84662009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8467
8468 * textmodes/page.el (what-page): Don't move to beginning of line.
8469 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8470
60308853
DN
84712009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8472
8473 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8474
32ba3abc
DN
84752009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8476
9cd39aff
DN
8477 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8478 * help.el (help-for-help-internal): Add purecopy calls for text.
8479
32ba3abc
DN
8480 * vc.el (top): print-log method now takes an optional SHORTLOG
8481 argument. Add a new method: root.
32ba3abc
DN
8482 (vc-root-diff, vc-print-root-log): New functions.
8483 (vc-log-short-style): New variable.
8484 (vc-print-log-internal): Add support for showing short logs.
8485
8486 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8487 vc-print-root-log and vc-print-root-diff.
8488
8489 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8490 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8491 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8492 short logs.
8493
8494 * vc-cvs.el (vc-cvs-print-log):
8495 * vc-mtn.el (vc-mtn-print-log):
8496 * vc-rcs.el (vc-rcs-print-log):
8497 * vc-sccs.el (vc-sccs-print-log):
8498 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8499 that is ignored for now.
8500
837b0e99
DN
8501 * vc-mtn.el (vc-mtn-annotate-command):
8502 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8503
31cd2dd4
SM
85042009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8505
8506 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8507 to function-key-map, and give them ascii-character property.
8508 * term/x-win.el (x-alternatives-map):
8509 * term/ns-win.el (ns-alternatives-map):
8510 * term/internal.el (msdos-key-remapping-map):
8511 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8512
d62e5bf2
GM
85132009-09-14 Glenn Morris <rgm@gnu.org>
8514
8515 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8516 temp-buffers (2009-09-12).
8517
7d0105e5
SM
85182009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8519
8520 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8521 the new read-key function.
8522
e17ed9ad
CY
85232009-09-13 Chong Yidong <cyd@stupidchicken.com>
8524
8525 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8526 is defined (Bug#4405).
8527
1fc26e29
CY
85282009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
8529
8530 * recentf.el (recentf-cleanup): Use a hash table to find
8531 duplicates (Bug#4407).
8532
61dc96a2 85332009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
8534
8535 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8536 kp-0 to ascii equivalents (Bug#4325).
8537
42c3a9e3
CY
85382009-09-13 Chong Yidong <cyd@stupidchicken.com>
8539
1f5c1626
CY
8540 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8541
42c3a9e3 8542 * eshell/em-hist.el:
31cd2dd4
SM
8543 * eshell/em-dirs.el (eshell-complete-user-reference):
8544 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
8545
85462009-09-13 Leo <sdl.web@gmail.com> (tiny change)
8547
8548 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8549 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8550 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
8551 * eshell/em-hist.el (eshell-history-file-name):
8552 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 8553
1e2b6acf
GM
85542009-09-13 Glenn Morris <rgm@gnu.org>
8555
8556 * ediff-merg.el (ediff-do-merge):
8557 * filesets.el (filesets-run-cmd):
8558 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8559 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8560 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8561 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8562 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8563 Replace empty `let's with `progn'.
8564
adba8116
SM
85652009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8566
8567 * mail/sendmail.el (send-mail-function):
8568 * tooltip.el (tooltip-mode):
8569 * simple.el (transient-mark-mode):
8570 * rfn-eshadow.el (file-name-shadow-mode):
8571 * frame.el (blink-cursor-mode):
8572 * font-core.el (global-font-lock-mode):
8573 * files.el (temporary-file-directory)
8574 (small-temporary-file-directory, auto-save-file-name-transforms):
8575 * epa-hook.el (auto-encryption-mode):
8576 * composite.el (global-auto-composition-mode):
8577 Use custom-initialize-delay.
8578 * startup.el (command-line): Don't explicitly call
8579 custom-reevaluate-setting for all the above vars.
8580 * custom.el (custom-initialize-safe-set)
8581 (custom-initialize-safe-default): Delete.
8582
0a4afea9
SM
85832009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8584
9f94990d
SM
8585 * term/x-win.el (x-initialize-window-system):
8586 * term/w32-win.el (w32-initialize-window-system):
8587 * term/ns-win.el (ns-initialize-window-system): Don't call
8588 mouse-wheel-mode since it's enabled globally by default already.
8589
0a4afea9
SM
8590 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8591 actually define the variable, but only silences the byte-compiler.
8592 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8593 before looking it up.
8594 (mouse-wheel-scroll-amount): Also reset the bindings if this value
8595 is changed.
8596
bf01513f
GM
85972009-09-12 Glenn Morris <rgm@gnu.org>
8598
8599 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8600 1000.
8601 (elint-add-required-env): Don't beep on error.
8602 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
8603 (elint-init-env): Skip non-list forms.
8604 (elint-log): Handle unknown file positions.
bf01513f 8605
d85889e4
DU
86062009-09-12 Daiki Ueno <ueno@unixuser.org>
8607
8608 * epg.el (epg-make-context): Add autoload cookie.
8609 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8610 (epg-decrypt-string, epg-start-verify, epg-verify-file)
8611 (epg-verify-string, epg-start-sign, epg-sign-file)
8612 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8613 (epg-encrypt-string, epg-start-export-keys)
8614 (epg-export-keys-to-file, epg-export-keys-to-string)
8615 (epg-start-import-keys, epg-import-keys-from-file)
8616 (epg-import-keys-from-string, epg-start-receive-keys)
8617 (epg-receive-keys, epg-import-keys-from-server)
8618 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8619 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
8620 (epg-generate-key-from-file, epg-generate-key-from-string):
8621 Remove autoload cookie.
d85889e4 8622
8f825ee6
EZ
86232009-09-12 Eli Zaretskii <eliz@gnu.org>
8624
36b434ee
EZ
8625 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8626 reevaluation of trash-directory.
8627
8f825ee6
EZ
8628 * mwheel.el: Fix last change.
8629 (mouse-wheel-mode): New defvar.
8630 (mouse-wheel-mode): Remove autoload cookie.
8631
5766c380
SM
86322009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8633
ab5c0fcd
SM
8634 * mwheel.el (mwheel-installed-bindings): New var.
8635 (mouse-wheel-mode): Use it, so as to make sure we really remove all
8636 the bindings we set last time. Use custom-initialize-delay.
8637 * loadup.el: Load mwheel after term/*-win.el.
8638 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8639 and mouse-wheel-up-event now that their first evaluation is done
8640 sufficiently late to be correct.
8641
45448e64
SM
8642 * startup.el (tutorial-directory): Make it a defcustom.
8643 Use custom-initialize-delay rather than eval-at-startup to set it.
8644 * image.el (image-load-path): Make it a defcustom.
8645 Use custom-initialize-delay rather than eval-at-startup to set it.
8646 * subr.el (eval-at-startup): Remove.
8647 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8648
5766c380
SM
8649 * subr.el (do-after-load-evaluation): Warn the user after loading an
8650 obsolete package.
8651
d6549da4
GM
86522009-09-12 Glenn Morris <rgm@gnu.org>
8653
8654 * proced.el (proced-mark-alt): Remove alias.
8655 (proced-mode-map): Remove proced-mark-alt.
8656
8657 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8658 Elint file and directory. Remove initialization entry.
8659
8660 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8661 commands.
8662 (elint-current-buffer): Set mode-line-process.
8663 (elint-init-env): Handle define-derived-mode.
8664 Fix declare-function with unspecified arglist. Guard against odd
8665 defalias statements (eg iso-insert's 8859-1-map).
8666 (elint-add-required-env): Use a temp buffer.
8667 (elint-form): Just print the function/macro name, not the whole form.
8668 Return env unchanged if we fail to parse a macro.
8669 (elint-forms): Guard against parse errors.
8670 (elint-output): New function, to handle batch mode.
8671 (elint-log-message): Add optional argument. Use elint-output.
8672 (elint-set-mode-line): New function.
8673
30194d4d
CY
86742009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
8675
8676 * emacs-lisp/elp.el (elp-not-profilable): Add more
8677 functions (Bug#4233).
8678
a035f9b0
CY
86792009-09-12 Chong Yidong <cyd@stupidchicken.com>
8680
8681 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8682 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8683
dad61164
NR
86842009-09-11 Nick Roberts <nickrob@snap.net.nz>
8685
8686 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8687 (gdb-var-list-children): Use json parsing.
8688
9c3c9fdf 86892009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
8690
8691 * progmodes/js.el (js--proper-indentation): Handle the case where
8692 char-before is null. Reported by Deniz Dogan.
8693
b4587710
JB
86942009-09-11 Juanma Barranquero <lekktu@gmail.com>
8695
8696 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8697
13890796
DU
86982009-09-11 Daiki Ueno <ueno@unixuser.org>
8699
8700 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8701 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 8702 (epg-context-set-passphrase-callback)
97d4bdba 8703 (epg-context-set-progress-callback): Add description about
b18508dd 8704 callback function.
13890796 8705
2efb64a8
SM
87062009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8707
790d0270
SM
8708 * custom.el (custom-delayed-init-variables): New var.
8709 (custom-initialize-delay): New function.
8710 * startup.el (command-line): "Re"evaluate all vars in
8711 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
8712 explicitly any more.
8713 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8714 to avoid creating a ~/.emacs.d at build-time (bug#4347).
8715
8716 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 8717
ac243a40
NR
87182009-09-11 Nick Roberts <nickrob@snap.net.nz>
8719
8720 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8721 (gdb-var-update-handler): Use json parsing.
8722
657bc6fc
JB
87232009-09-11 Juanma Barranquero <lekktu@gmail.com>
8724
8725 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8726 decode annotated text, regardless of language environment. (Bug#2741)
8727
b6fe8102
SM
87282009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8729
8730 * Makefile.in (autoloads): Make rmail.el writable as well.
8731
5cc443fe
GM
87322009-09-11 Glenn Morris <rgm@gnu.org>
8733
5515c54e
GM
8734 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8735 loaddefs.el.
8736 * dired.el: Regenerate with extracted autoloads.
8737 * Makefile.in (autoloads): Make dired.el writable.
8738
15067158
GM
8739 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8740 * ibuffer.el: Regenerate with extracted autoloads.
8741 * Makefile.in (autoloads): Make ibuffer.el writable.
8742
d35d0238
GM
8743 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8744 * version.el (emacs-copyright, emacs-major-version)
8745 (emacs-minor-version): Reformat doc-strings for make-docfile.
8746
5cc443fe
GM
8747 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8748 functions and variables, since they must be stuff specific to some other
8749 platform.
8750 (apropos-print): Make mouse-click message less specific about button.
8751
8752 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8753 that records where a macro was defined.
8754 * help-fns.el (describe-function-1): Mention if a function has a
8755 compiler-macro.
8756 * help-mode.el (help-function-cmacro): New button.
8757
8758 * locate.el (top-level): Always require dired.
8759 (locate-mode-map): Initialize inside the defvar.
8760
8761 * net/ange-ftp.el (dired-compress-file): Declare.
8762 (ange-ftp-dired-compress-file): Add doc string.
8763
8764 * term/ns-win.el (x-display-name, x-setup-function-keys):
8765 Unify doc-strings with X versions.
8766
8cb95edf
SM
87672009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8768
726a4d09
SM
8769 * emulation/crisp.el (crisp-mode-map): Move initialization
8770 into declaration.
8771 (crisp-mode): Use define-minor-mode.
8772
8cb95edf
SM
8773 * progmodes/xscheme.el (xscheme-evaluation-commands):
8774 Put a :advertised-binding property rather than using
8775 advertised-xscheme-send-previous-expression.
8776 (advertised-xscheme-send-previous-expression): Declare obsolete.
8777 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8778 `advertised-undo'.
8779 (crisp-mode): Add corresponding bindings to
8780 undo's :advertised-binding instead.
8781 * dired.el (dired-mode-map): Put a :advertised-binding property rather
8782 than using dired-advertised-find-file.
8783 (dired-advertised-find-file):
8784 * simple.el (advertised-undo):
8785 * wid-edit.el (advertised-widget-backward): Declare obsolete.
8786 (widget-keymap): Put a :advertised-binding property rather
8787 than using advertised-widget-backward.
8788 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8789 than using advertised-undo.
8790 * tutorial.el (tutorial--default-keys): Adjust accordingly.
8791
07db5857
SS
87922009-09-10 Simon South <ssouth@slowcomputing.org>
8793
8794 * progmodes/delphi.el (delphi-tab): Indent region when Transient
8795 Mark mode is enabled and region is active; otherwise indent or
8796 insert TAB as usual.
8797 (delphi-mode): Update description of TAB-key binding.
8798
50d4ba39
SM
87992009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8800
8801 * subr.el (define-key-rebound-commands): Mark obsolete.
8802 * startup.el (precompute-menubar-bindings): Remove.
8803 (normal-top-level): Remove obsolete code that tried to precompute
8804 menubar bindings.
8805 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8806 define-key-rebound-commands and precompute-menubar-bindings.
8807
ffa894db
KY
88082009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8809
8810 * net/imap.el (imap-interactive-login): Better messages.
8811 (imap-open): Fix bug with renamed buffer on reconnect.
8812 (imap-authenticate): Add buffer-local imap-last-authenticator variable
8813 for easier debugging and cleaner code. On successful (guessed based on
8814 server capabilities) secondary authentication, set imap-state
8815 correctly.
8816 (imap-last-authenticator): Define imap-last-authenticator as a variable
8817 to avoid warnings.
8818
9477096c
GM
88192009-09-10 Glenn Morris <rgm@gnu.org>
8820
8821 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8822
8823 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8824 (byte-compile-file-form-autoload): Don't warn about unknown functions
8825 where the autoload statement comes after the use.
8826 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8827 that any handlers inside the body (eg require) are in turn respected.
8828
8829 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8830 effects.
8831
8832 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8833 and syntax and abbrev tables basic docs, if they don't have any.
8834
8835 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8836
8837 * international/mule-cmds.el (top-level): Require cl when compiling.
8838 (view-hello-file): Use default-value rather than
8839 default-enable-multibyte-characters.
8840
8841 * progmodes/fortran.el: Move all safe and risky properties into the
8842 defcustoms.
8843
8844 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8845 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8846 * mail/undigest.el:
8847 Put autoloads in rmail.el rather than loaddefs.el.
8848 * mail/rmail.el: Regenerate with extracted autoloads.
8849
8850 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8851 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8852
9f16c547
NR
88532009-09-10 Nick Roberts <nickrob@snap.net.nz>
8854
8855 Reported in thread for Bug#4375.
8856 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8857 "-data-evaluate-expression" instead of print.
8858 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8859 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
8860 (gdb): Revert 2009-08-11 change. User should detach inferior
8861 manually.
9f16c547
NR
8862
8863 Remove the word "separate" from IO functions as inferior
8864 output is now never displayed in the GUD buffer.
8865
50405cd0
JB
88662009-09-10 Juanma Barranquero <lekktu@gmail.com>
8867
8868 * startup.el (command-line-normalize-file-name): On Windows and
8869 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8870
7ae62430
JL
88712009-09-10 Juri Linkov <juri@jurta.org>
8872
8873 * isearch.el (isearch-text-char-description): Propertize escape
8874 character sequences with the `escape-glyph' face. (Bug#4344)
8875
8876 * simple.el (shell-command): Set asynchronous process filter to
8877 `comint-output-filter'. (Bug#4343)
8878
8879 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8880 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
8881 the list. Move "asm" to the bottom.
8882 (grep-find-ignored-directories): Add `choice' with nil value
8883 to empty the list easily.
8884 (grep-find-ignored-files): New option.
8885 (grep-files-history): Set to nil by default instead of '("ch" "el").
8886 (grep-compute-defaults): Add "<X>" to `grep-template'.
8887 (grep-read-files): Bind new local variables `default-alias' and
8888 `default-extension'. Use a list of default values for the file prompt.
8889 (lgrep): Add `--exclude=' command line options composed from
8890 `grep-find-ignored-files'.
8891 (rgrep): Add `-name' command line options composed from
8892 `grep-find-ignored-files'. (Bug#4301)
8893
cd875252
SM
88942009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8895
8896 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8897 (bug#4368).
8898
cdce0b33
KY
88992009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8900
8901 * calendar/time-date.el (autoload):
8902 Expand define-obsolete-function-alias into defalias and make-obsolete
8903 for old Emacsen that Gnus supports.
8904 (with-no-warnings): Define it for old Emacsen.
8905 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8906 is available.
8907 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8908 float-time is available; suppress compile warning for time-to-seconds.
8909
89102009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
8911
8912 * net/imap.el (imap-message-map): Docstring fix.
8913
2b2eb431
GM
89142009-09-09 Glenn Morris <rgm@gnu.org>
8915
8916 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8917 line numbers too. (Bug#4374)
8918
83a5aac5
SM
89192009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8920
755e0210
SM
8921 * smerge-mode.el (smerge-remove-props, smerge-refine):
8922 Use with-silent-modifications (bug#4342).
8923
83a5aac5
SM
8924 * subr.el (with-silent-modifications): New macro.
8925
79f01fa7
JB
89262009-09-07 Juanma Barranquero <lekktu@gmail.com>
8927
8928 * files.el (top-level): Require `cl' when compiling.
8929
448ecec3
GM
89302009-09-07 Glenn Morris <rgm@gnu.org>
8931
8932 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8933
8f09a02f
GM
8934 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8935 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
8936
76ff67bf
NR
89372009-09-06 Nick Roberts <nickrob@snap.net.nz>
8938
8939 * vc-git.el (vc-git-annotate-command): Use separator to parse
8940 arguments correctly.
8941
943c8b75
EZ
89422009-09-06 Eli Zaretskii <eliz@gnu.org>
8943
8944 * proced.el (proced-mode): Doc fix.
8945
680db9ac
MA
89462009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
8947
8948 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8949 lstat fails.
8950 (tramp-do-file-attributes-with-ls): Check for file existence at
8951 remote end.
8952 (tramp-do-file-attributes-with-stat): Likewise.
8953 (tramp-convert-file-attributes): Return nil when attr is nil.
8954
3f12e5bd
GM
89552009-09-05 Glenn Morris <rgm@gnu.org>
8956
c8dc27bf
GM
8957 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8958 properties to this button.
8959 (diary-fancy-display): Don't extend the button to the final newline.
8960 (diary-fancy-display-mode): Continue to define "q" as a local key.
8961
cca065d8
GM
8962 * calendar/cal-china.el (holiday-chinese): Make it slightly more
8963 efficient.
8964
cddaedb6
GM
8965 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8966
3f12e5bd
GM
8967 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8968 (byte-compile-dest-file-function): New option.
8969 (byte-compile-dest-file): Doc fix.
8970 Obey byte-compile-dest-file-function.
8971 (byte-compile-cl-file-p): New function.
8972 (byte-compile-eval): Only suppress noruntime warnings about cl functions
8973 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
8974 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8975 than for file being previously loaded.
8976 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8977 (byte-compile-file-form-require): Handle the case where requiring a file
8978 indirectly causes CL to be loaded.
8979
049a231b
KF
89802009-09-05 Karl Fogel <kfogel@red-bean.com>
8981
8982 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8983 before killing the old buffer, since by the time `kill-buffer' is
8984 run so many buffer variables have been set to nil that it may not
8985 behave as expected. (Bug#4061)
8986
ef7ef2a0
KF
89872009-09-05 Karl Fogel <kfogel@red-bean.com>
8988
8989 * files.el (find-alternate-file): If the old buffer is modified
8990 and visiting a file, behave similarly to `kill-buffer' when
8991 killing it, thus reverting to the pre-1.878 behavior; see
8992 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8993 for discussion. Also, consult `buffer-file-name' as a variable
8994 not as a function, for consistency with the rest of the code.
8995
73d854cd
MA
89962009-09-04 Michael Albinus <michael.albinus@gmx.de>
8997
8998 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8999 also when adding a new directory.
9000
9001 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
9002 defun.
9003
df120481
SM
90042009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9005
9006 * files.el (locate-file-completion-table): Make it provide boundary
9007 information, so partial-completion works better.
9008
c0bc6d79
SM
90092009-09-04 Leo <sdl.web@gmail.com> (tiny change)
9010
9011 * mail/footnote.el (Footnote-text-under-cursor):
9012 Check footnote-text-marker-alist before using it (bug#4324).
9013
f76a9756
GM
90142009-09-04 Glenn Morris <rgm@gnu.org>
9015
67d110f1
GM
9016 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
9017 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
9018 * play/solitaire.el, play/tetris.el:
9019 Remove leading * from defcustom and defface docs.
9020
b42d4989
GM
9021 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
9022 necessary.
9023 (diary-fancy-overriding-map): New variable.
9024 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
9025 Use view-mode.
9026
f76a9756
GM
9027 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
9028 goto-line.
9029
e605eeeb
GM
90302009-09-03 Glenn Morris <rgm@gnu.org>
9031
597e2240
GM
9032 * arc-mode.el (archive-mode):
9033 * dos-fns.el (set-default-process-coding-system):
9034 * man.el (Man-getpage-in-background):
9035 * menu-bar.el (menu-bar-describe-menu):
9036 * server.el (server-process-filter):
9037 * startup.el (command-line):
9038 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9039 * w32-fns.el (set-default-process-coding-system):
9040 * x-dnd.el (x-dnd-handle-file-name):
9041 * international/mule-cmds.el (mule-menu-keymap)
9042 (set-default-coding-systems, language-info-alist, set-language-info)
9043 (set-language-environment, standard-display-european-internal)
9044 (set-locale-environment):
9045 * international/mule-diag.el (mule-diag):
9046 * mail/emacsbug.el (report-emacs-bug):
9047 * mail/rmail.el (rmail-mode):
9048 * mail/sendmail.el (mail-setup):
9049 Use default-value rather than default-enable-multibyte-characters.
9050
f38184aa
GM
9051 * progmodes/f90.el: Move all safe properties into the defcustoms.
9052 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9053
e605eeeb
GM
9054 * calendar/appt.el (appt-check):
9055 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9056 (diary-check-diary-file, diary-list-entries)
9057 (diary-include-other-diary-files, diary-simple-display)
9058 (diary-fancy-display, diary-print-entries)
9059 (diary-mark-included-diary-files, diary-make-entry):
9060 Don't call substitute-in-file-name on diary-file.
9061
734db384
SM
90622009-09-03 Eduard Wiebe <usenet@pusto.de>
9063 Stefan Monnier <monnier@iro.umontreal.ca>
9064
9065 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9066 (footnote-mode-map): Move initialization into the declaration.
9067 (footnote-minor-mode-map): Define it rather than changing global-map.
9068 (footnote-mode): Use define-minor-mode.
9069
e5aa47f9
MA
90702009-09-02 Michael Albinus <michael.albinus@gmx.de>
9071
9072 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9073 (tramp-do-file-attributes-with-perl)
9074 (tramp-do-file-attributes-with-stat): Rename from
9075 `tramp-handle-file-attributes-with-*'.
9076 (tramp-handle-file-attributes): Use them.
9077 (tramp-do-directory-files-and-attributes-with-perl)
9078 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9079 `tramp-handle-directory-files-and-attributes-with-*'.
9080 (tramp-handle-directory-files-and-attributes): Use them.
9081 (tramp-method-out-of-band-p): Additional parameter SIZE.
9082 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9083 (tramp-handle-write-region): Use it.
734db384 9084 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
9085 (tramp-handle-vc-registered): Check, whether the first run did
9086 return files to be tested.
9087 (tramp-advice-make-auto-save-file-name): Do not call directly
9088 `tramp-handle-make-auto-save-file-name', because this would bypass
9089 the locking mechanism.
9090
734db384 9091 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
9092 (file-remote-p, process-file, start-file-process, set-file-times)
9093 (tramp-compat-file-attributes): Compatibility functions shall not
9094 call directly `tramp-handle-*', because this would bypass the
9095 locking mechanism.
9096 (tramp-compat-number-sequence): New defun.
9097
6e2ca895
GM
90982009-09-02 Glenn Morris <rgm@gnu.org>
9099
697c7714
GM
9100 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9101 alias for float-time.
9102 (time-to-number-of-days): In Emacs, use float-time.
9103 * net/newst-backend.el (time-add): Suppress warnings from compat
9104 function.
9105 * time.el (emacs-uptime, emacs-init-time):
9106 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9107 Use float-time rather than time-to-seconds.
9108
6e2ca895
GM
9109 * minibuffer.el (completion-initials-expand): Fix typo.
9110
9111 * faces.el (modeline, modeline-inactive, modeline-highlight)
9112 (modeline-buffer-id):
9113 * info.el (info-menu-5): Mark these face aliases as obsolete.
9114
ed17efec
NR
91152009-09-01 Nick Roberts <nickrob@snap.net.nz>
9116
9117 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9118 space ...
9119 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9120 no "--thread" option.
9121 (gdb-stopped): Don't print "Switched to thread" message when it is
9122 unchanged.
9123
fcb68f70
SM
91242009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9125
9126 * minibuffer.el (completion-try-completion)
9127 (completion-all-completions): Remove ill-defined (and
9128 mistakenly installed and luckily never used nor documented)
9129 `completion-styles' property.
9130 (completion-initials-expand, completion-initials-all-completions)
9131 (completion-initials-try-completion): New functions.
9132 (completion-styles-alist): Add doc to each entry.
9133 Add new `initials' entry.
9134
83318a6d
NR
91352009-09-01 Nick Roberts <nickrob@snap.net.nz>
9136
9137 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9138 MI command -var-evaluate-expression.
9139 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9140 and tweak for case of string child.
734db384 9141 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 9142
d63eb0e7
GM
91432009-09-01 Glenn Morris <rgm@gnu.org>
9144
c4f6e489
GM
9145 * add-log.el (change-log-date-face, change-log-name-face)
9146 (change-log-email-face, change-log-file-face, change-log-list-face)
9147 (change-log-conditionals-face, change-log-function-face)
9148 (change-log-acknowledgement-face):
9149 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9150 (custom-modified-face, custom-set-face, custom-changed-face)
9151 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9152 (custom-documentation-face, custom-state-face, custom-comment-face)
9153 (custom-comment-tag-face, custom-variable-tag-face)
9154 (custom-variable-button-face, custom-face-tag-face)
9155 (custom-group-tag-face-1, custom-group-tag-face):
9156 * diff-mode.el (diff-header-face, diff-file-header-face)
9157 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9158 (diff-added-face, diff-changed-face, diff-function-face)
9159 (diff-context-face, diff-nonexistent-face):
9160 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9161 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9162 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9163 (Info-title-4-face):
9164 * isearch.el (isearch-lazy-highlight-face):
9165 * log-view.el (log-view-file-face, log-view-message-face):
9166 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9167 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9168 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9169 (cvs-msg-face):
9170 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9171 (smerge-base-face, smerge-markers-face):
9172 * wid-edit.el (widget-documentation-face, widget-button-face)
9173 (widget-field-face, widget-single-line-field-face)
9174 (widget-inactive-face, widget-button-pressed-face):
9175 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9176 (woman-addition-face):
2fb1ec93
GM
9177 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9178 (eshell-ls-executable-face, eshell-ls-readonly-face)
9179 (eshell-ls-unreadable-face, eshell-ls-special-face)
9180 (eshell-ls-missing-face, eshell-ls-archive-face)
9181 (eshell-ls-backup-face, eshell-ls-product-face)
9182 (eshell-ls-clutter-face):
9183 * eshell/em-prompt.el (eshell-prompt-face):
9184 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 9185 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
9186 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9187 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9188 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9189 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9190 (antlr-font-lock-literal-face):
c4f6e489
GM
9191 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9192 (ebrowse-root-class-face, ebrowse-file-name-face)
9193 (ebrowse-default-face, ebrowse-member-attribute-face)
9194 (ebrowse-member-class-face, ebrowse-progress-face):
9195 * progmodes/make-mode.el (makefile-space-face):
9196 * progmodes/sh-script.el (sh-heredoc-face):
9197 * textmodes/flyspell.el (flyspell-incorrect-face)
9198 (flyspell-duplicate-face):
9199 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 9200 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
9201 Mark face aliases with "-face" suffix as obsolete.
9202
d80619fa
GM
9203 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9204 compiler.
9205
5f68c1b7
GM
9206 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9207 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9208 easy-menu-define wants to modify these.
9209
9210 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9211
9212 * net/browse-url.el (browse-url-file-url):
9213 * term/internal.el (dos-codepage-setup):
9214 Use default-value rather than default-enable-multibyte-characters.
9215
d80619fa 9216 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
9217 * progmodes/flymake.el (flymake-highlight-line)
9218 (flymake-goto-file-and-line, flymake-goto-line):
9219 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9220 (gdb-goto-breakpoint):
9221 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9222 * progmodes/python.el (python-find-function)
9223 (python-pdbtrack-track-stack-file):
9224 * progmodes/verilog-mode.el (verilog-surelint-off):
9225 * term/ns-win.el (ns-open-file-select-line):
9226 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9227 Use forward-line rather than goto-line.
9228
d63eb0e7
GM
9229 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9230 * textmodes/reftex-index.el (reftex-display-index):
9231 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9232 * textmodes/reftex-toc.el (reftex-toc):
9233 Remove unnecessary bindings of default-major-mode (all are followed by
9234 major-mode check and possible mode switch).
9235
0afad278
NR
92362009-08-31 Nick Roberts <nickrob@snap.net.nz>
9237
9238 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9239 Handle watchpoints (bug#4282).
9240 (def-gdb-thread-buffer-command): Enable thread to be selected by
9241 clicking without selecting threads buffer first.
9242 (gdb-current-context-command): Use selected frame so that "up",
9243 "down" etc work in the GUD buffer.
9244 (gdb-update): Find selected frame before rendering stack buffer.
9245 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9246
4e135dd2
SM
92472009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9248
9249 * progmodes/sym-comp.el (displayed-completions): Remove.
9250 (symbol-complete): Use minibuffer-complete.
9251
e61eba34
GM
92522009-08-31 Glenn Morris <rgm@gnu.org>
9253
9254 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9255
734db384
SM
9256 * apropos.el (apropos-symbols-internal):
9257 Handle (obsolete) face aliases.
e61eba34
GM
9258
9259 * faces.el (describe-face): Adjust the output format to be more like
9260 describe-variable, and to mention (obsolete) face aliases.
9261 Adjust the whitespace so that help-setup-xref works.
9262
9263 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9264 * calendar/diary-lib.el (diary-button-face):
9265 Mark these face aliases as obsolete.
9266
9267 * calendar/calendar.el (calendar-today): Doc fix.
9268
4cf71456
NR
92692009-08-31 Nick Roberts <nickrob@snap.net.nz>
9270
9271 * progmodes/gdb-mi.el (gdb-control-all-threads)
9272 (gdb-control-current-thread): Force tool bar update.
9273 (gdb-non-stop-handler): New function.
9274 (gdb-init-1): Use it to test if non-stop mode is supported.
9275 Remove unused gdbmi buffer type.
9276
e61eba34 92772009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
9278
9279 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 9280 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 9281
4324f7ca
NR
92822009-08-30 Nick Roberts <nickrob@snap.net.nz>
9283
9284 * comint.el (comint-exec-1): Check command is non-null first.
9285 Part of gdb-mi.el change (2009-08-28).
9286
a1bf889a
SM
92872009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9288
9289 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9290
060c08b5
JB
92912009-08-30 Juanma Barranquero <lekktu@gmail.com>
9292
9293 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9294 instead of `dolist' to avoid a recursive require when bootstrapping.
9295
ab22be48
SM
92962009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9297
73ebf88f
SM
9298 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9299
80629cfc
SM
9300 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9301
206d0387 9302 * net/imap.el (imap-send-command): Simplify.
734db384 9303 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 9304
844f7784
SM
9305 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9306
5ca4661e
SM
9307 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9308 with constant argument.
9309
c61dc887
SM
9310 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9311
7eb73deb
SM
9312 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9313
5fe443de
SM
9314 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9315 Change default, since most of our files don't have a history.
9316 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9317 the user.
9318
6444d64a
SM
9319 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9320 Add comint-run.
9321
5cb16bfc
SM
9322 * calc/calc.el: Improve commenting convention.
9323 (calc-digit-map, toplevel): Simplify.
9324
0aeb71a7
SM
9325 * comint.el (comint-insert-input): Be careful to only set point if we
9326 don't delegate to some other command.
9327
9a9af856
SM
9328 * proced.el (proced-signal-list): Make it an alist.
9329 (proced-grammar-alist): Capitalize names.
9330 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9331 Disable undo manually and make it read-only.
9332 Use completion-annotate-function.
9333
ab22be48
SM
9334 * minibuffer.el (minibuffer-message): If the current buffer is not
9335 a minibuffer, insert the message in the echo area rather than at the
9336 end of the buffer.
9337 (completion-annotate-function): New variable.
9338 (minibuffer-completion-help): Use it.
9339 (completion--embedded-envvar-table): Environment vars are
9340 always case-sensitive.
9341
4a948dbf
GM
93422009-08-30 Glenn Morris <rgm@gnu.org>
9343
9344 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9345 from fortran-current-defun.
9346 (fortran-beginning-of-subprogram): Be more precise about finding the
9347 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9348 (fortran-end-of-subprogram): Simplify.
9349 (fortran-current-defun): Use fortran-start-prog-re.
9350
486cf3b8
JB
93512009-08-29 Juanma Barranquero <lekktu@gmail.com>
9352
9353 * subr.el (do-after-load-evaluation): Simplify.
9354
db167d28
DN
93552009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9356
9357 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9358
9359 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9360 (vc-rcs-print-log): Use it.
9361
9362 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9363
efbc652a
SM
93642009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9365
2aa0e5bf
SM
9366 * paths.el (abbrev-file-name): Move to abbrev.el.
9367 * abbrev.el (abbrev-file-name): Move from paths.el.
9368 Obey user-emacs-directory.
9369 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9370 user-emacs-directory.
9371 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9372 abbrev-file-name and calc-settings-file any more.
9373 * startup.el (command-line): Recompute abbrev-file-name and
9374 abbreviated-home-dir.
9375 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9376 of the special code for when C-h bindings haven't been changed.
9377 (display-startup-echo-area-message): Use with-current-buffer.
9378 (command-line-1): Use a list of strings, rather than a list of lists
9379 of strings for longopts.
9380
51da8fe2
SM
9381 * files.el (get-free-disk-space): Use / for default-directory.
9382
0c3cc4dd
SM
9383 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9384 Use with-current-buffer.
9385
d988dbf6
SM
9386 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9387 Recognize immutable variables like most-positive-fixnum.
9388 (byte-compile-setq-default): Check and warn if trying to assign
9389 to an immutable variable, or a non-variable.
9390
efbc652a
SM
9391 * progmodes/cc-vars.el (c-comment-continuation-stars):
9392 * progmodes/cc-engine.el (c-looking-at-bos):
9393 * progmodes/cc-cmds.el (c-toggle-auto-state)
9394 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9395 (c-comment-line-break-function): Add version of obsolescence.
9396
d30a05d1
JL
93972009-08-28 Juri Linkov <juri@jurta.org>
9398
9399 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9400 associated with `archive-mode'.
9401
9402 * image.el (image-type-header-regexps): Use only JPEG magic number
9403 to determine JPEG images, and don't use `image-jpeg-p' because
9404 Emacs can display non-JFIF non-Exif JPEG images.
9405
1e8eecea
JB
94062009-08-28 Juanma Barranquero <lekktu@gmail.com>
9407
9408 * arc-mode.el (archive-mode):
9409 * emacs-lisp/re-builder.el (re-builder-unload-function):
9410 Protect against the default value of `major-mode' being nil.
9411
dd4fbf56
JB
94122009-08-28 Juanma Barranquero <lekktu@gmail.com>
9413
9414 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9415 Fix typos in docstrings.
9416
9417 * progmodes/js.el (js--macro-decl-re): Doc fix.
9418 (js--plain-method-re, js--split-name): Refloc docstring.
9419 (js--class-styles, js--make-merged-item, js--splice-into-items):
9420 Fix typos in docstrings; reflow docstrings.
9421 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9422 (js--variable-decl-matcher, js--inside-pitem-p)
9423 (js--parse-state-at-point, js--get-all-known-symbols)
9424 (js--symbol-history, js-find-symbol, js--js-references)
9425 (js--moz-interactor, js--js-encode-value, js--read-tab):
9426 Fix typos in docstrings.
9427
72f16325
SM
94282009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9429
14acf2f5
SM
9430 * textmodes/reftex.el (reftex-get-file-buffer-force):
9431 * progmodes/verilog-mode.el (verilog-batch-execute-func):
9432 * emulation/viper.el (viper-go-away, viper-set-hooks):
9433 * emacs-lisp/re-builder.el (re-builder-unload-function):
9434 * emacs-lisp/bytecomp.el (byte-compile-file):
9435 * ses.el (ses-unload-function):
9436 * hexl.el (hexl-find-file):
9437 * files.el (normal-mode):
9438 * ehelp.el (with-electric-help):
9439 * autoinsert.el (auto-insert-alist):
9440 * arc-mode.el (archive-mode):
9441 Use (default-value 'major-mode) instead of default-major-mode.
9442
72f16325
SM
9443 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9444 * international/mule.el (load-with-code-conversion):
9445 * emacs-lisp/debug.el (debug):
9446 * ediff-vers.el (ediff-rcs-get-output-buffer):
9447 * dired.el (dired-internal-noselect): Don't let-bind
9448 default-major-mode around code that doesn't use it.
9449 E.g. buffer creation via get-buffer-create doesn't use it.
9450
aa485f7c
MA
94512009-08-28 Michael Albinus <michael.albinus@gmx.de>
9452
9453 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9454 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9455 when writing the temp file. Otherwise, epa-file gets confused.
9456 (tramp-register-file-name-handlers): Make it a defun. Move also
9457 `epa-file-handler' to the front of `file-name-handler-alist'.
9458
94592009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9460
9461 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9462 start right after a ^M.
9463 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9464 (tramp-completion-file-name-regexp-separate)
9465 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
9466 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9467 Don't modify last-coding-system-used by accident.
aa485f7c
MA
9468 (tramp-completion-file-name-handler): Apply the checks here,
9469 instead during registration.
48c2d18a 9470 (tramp-register-file-name-handlers): Renamed from
aa485f7c
MA
9471 `tramp-register-file-name-handler'. Register both
9472 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 9473 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 9474
3f0c2b92
NR
94752009-08-28 Nick Roberts <nickrob@snap.net.nz>
9476
72f16325
SM
9477 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9478 Remove variable ...
3f0c2b92
NR
9479 (gdb-init-1, gdb-display-separate-io-buffer)
9480 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9481 references to it.
9482 (gdb-inferior-io-mode): Use make-comint-in-buffer.
9483 (gdb-inferior-filter): Use comint-output-filter to stop
9484 echoing and remove ^M characters.
9485
705e5bd9
SM
94862009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9487
009fdc2e
SM
9488 * emulation/viper-init.el (viper-restore-cursor-type):
9489 * emulation/cua-base.el (cua--update-indications):
9490 Replace default-cursor-type with (default-value 'cursor-type).
9491
b56a5ae0
SM
9492 * mail/sendmail.el (mail-recover-1):
9493 * international/mule-diag.el (describe-current-coding-system-briefly)
9494 (describe-current-coding-system):
9495 * international/mule-cmds.el (select-safe-coding-system)
9496 (select-message-coding-system)
9497 (set-language-environment-coding-systems, set-locale-environment):
9498 * hexl.el (hexl-insert-multibyte-char):
9499 * dos-w32.el (find-buffer-file-type-coding-system):
9500 * simple.el (what-cursor-position):
9501 Replace uses of default-buffer-file-coding-system
9502 with (default-value 'buffer-file-coding-system).
9503
de70529f
SM
9504 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9505 Replace uses of default-cursor-in-non-selected-windows
9506 with (default-value 'cursor-in-non-selected-windows).
9507 Use with-current-buffer.
9508
705e5bd9
SM
9509 * mail/feedmail.el: Use CL macros.
9510 (feedmail-run-the-queue, feedmail-send-it-immediately):
9511 * dos-w32.el (find-buffer-file-type): Replace uses of
9512 default-buffer-file-type with (default-value 'buffer-file-type).
9513
4d985ac2
GM
95142009-08-28 Glenn Morris <rgm@gnu.org>
9515
9516 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9517 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9518 Use default-value of major-mode rather than default-major-mode.
9519
17c15b81
SM
95202009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9521
3a68ab06
SM
9522 * Makefile.in (update-elcfiles): Report left over elc files.
9523
9421bdd1
SM
9524 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9525 expand-file-name and with-current-buffer.
9526 (mail-get-names, mail-directory): Use with-current-buffer.
9527
17c15b81
SM
9528 * vc.el (vc-read-revision): New function.
9529 (vc-version-diff, vc-merge): Use it.
9530
ba83a64e
SS
95312009-08-27 Sam Steingold <sds@gnu.org>
9532
9533 * simple.el (kill-do-not-save-duplicates): New user option.
9534 (kill-new): When it is non-nil, and the new string is the same as
9535 the latest kill, set replace to t to avoid duplicates in kill-ring.
9536
be3e598a 95372009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
9538
9539 * net/tramp.el (tramp-handle-process-file): Do not flush all
9540 caches when `process-file-side-effects' is set.
9541 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
9542 instead of `tramp-find-file-exists-command'.
9543 Unset `process-file-side-effects'.
d5b5c94a
MA
9544
95452009-08-27 Michael Albinus <michael.albinus@gmx.de>
9546
9547 * net/tramp.el (tramp-methods): New method "rsyncc".
9548 (top): Add completion function for "rsyncc".
9549 (tramp-message-show-message): New defvar.
9550 (tramp-message, tramp-error): Use it.
9551 (tramp-do-copy-or-rename-file-directly): Extend check for direct
9552 remote copying.
9553 (tramp-do-copy-or-rename-file-out-of-band): Handle new
9554 `tramp-methods' entry `copy-env' of "rsyncc".
9555 (tramp-vc-registered-read-file-names): New defconst.
9556 (tramp-vc-registered-file-names): New defvar.
9557 (tramp-handle-vc-registered): Implement optimization strategy.
9558 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9559 (tramp-vc-file-name-handler): New defun.
9560 (tramp-get-ls-command, tramp-get-test-command)
9561 (tramp-get-file-exists-command, tramp-get-remote-ln)
9562 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 9563 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
9564
9565 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9566 (tramp-cache-inhibit-cache): Extend doc string. It allows also
9567 timestamps.
9568 (tramp-get-file-property): Check for timestamps in
9569 `tramp-cache-inhibit-cache'.
9570 (tramp-set-file-property): Write timestamp.
9571
1339cf20
KH
95722009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9573
9574 * language/japan-util.el (japanese-symbol-table): Add entries for
9575 cp932-2-byte.
9576
9577 * international/characters.el: Add category `j' to cp932-2-byte.
9578
726e3f1d
KH
95792009-08-27 Kenichi Handa <handa@m17n.org>
9580
9581 * international/fontset.el (build-default-fontset-data): New macro.
9582 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 9583 tibetan, ethiopic, and ipa.
726e3f1d 9584
4e3b4528
SM
95852009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9586
9587 * cus-start.el (default-major-mode): Customize `major-mode' instead.
9588 (enable-multibyte-characters): Not customizable any more.
9589
9590 * subr.el (default-mode-line-format, default-header-line-format)
9591 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9592 (default-direction-reversed, default-truncate-lines)
9593 (default-left-margin, default-tab-width, default-case-fold-search)
9594 (default-left-margin-width, default-right-margin-width)
9595 (default-left-fringe-width, default-right-fringe-width)
9596 (default-fringes-outside-margins, default-scroll-bar-width)
9597 (default-vertical-scroll-bar, default-indicate-empty-lines)
9598 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9599 (default-fringe-cursor-alist, default-scroll-up-aggressively)
9600 (default-scroll-down-aggressively, default-fill-column)
9601 (default-cursor-type, default-buffer-file-type)
9602 (default-cursor-in-non-selected-windows)
9603 (default-buffer-file-coding-system, default-major-mode)
9604 (default-enable-multibyte-characters): Mark as obsolete.
9605
b3cca6a6
DN
96062009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
9607
652cc1a2
DN
9608 * vc-dir.el (vc-dir-update): Remove debug helper.
9609
b3cca6a6
DN
9610 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9611
4ed8c7aa
SS
96122009-08-26 Sam Steingold <sds@gnu.org>
9613
9614 * simple.el (save-interprogram-paste-before-kill): New user option.
9615 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9616 save the interprogram-paste into kill-ring before overriding it
9617 with the Emacs kill.
9618
3b64d86b
DN
96192009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9620
9621 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9622 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9623 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9624 and move to vc-rcs.el.
9625 (vc-default-next-revision): Rename to vc-rcs-next-revision and
9626 move to vc-rcs.el.
9627 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9628 (vc-rcs-update-changelog): Remove.
9629 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9630 and move to vc-rcs.el.
9631
9632 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9633 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9634 renaming.
9635 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 9636 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
9637 vc.el, renamed to be RCS specific.
9638
72f16325
SM
9639 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9640 New functions.
9641 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
9642
9643 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9644 New functions.
9645
636a36a0
SM
96462009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9647
9648 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9649
239b3340
DN
96502009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9651
b91f0762 9652 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
9653 (vc-git-stash, vc-git-stash-show): New functions.
9654 (vc-git-extra-menu-map): Bind them.
b91f0762 9655
b8e54362
DN
9656 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9657 directory correctly in case the item is a directory itself.
9658
239b3340
DN
9659 * vc.el: Document the desired behavior for reverted files in the
9660 `added' state.
dc810649
DN
9661 (vc-default-prettify-state-info): Remove function, unused.
9662
9663 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 9664
e49c0179
GM
96652009-08-26 Glenn Morris <rgm@gnu.org>
9666
9667 * bindings.el (standard-mode-line-format): Reposition dashes in
9668 which-func entry. (Bug#4217)
9669
3029e594
GM
9670 * files.el (enable-local-variables, enable-local-eval)
9671 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9672 the defcustoms.
9673 (auto-mode-alist, ignored-local-variables)
9674 (save-some-buffers-action-alist): Move risky declarations to the
9675 definitions.
9676 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9677 (font-lock-defaults, format-alist, imenu--index-alist)
9678 (imenu-generic-expression, input-method-alist, minor-mode-alist)
9679 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9680 (mode-line-modified, mode-line-mule-info, mode-line-position)
9681 (mode-line-process, mode-line-remote, outline-level)
9682 (parse-time-rules, rmail-output-file-alist)
9683 (special-display-buffer-names, vc-mode):
9684 Move risky declarations to the relevant files.
72f16325
SM
9685 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9686 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
9687 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9688 * font-core.el (font-lock-defaults):
9689 * format.el (format-alist):
9690 * vc-hooks.el (vc-mode):
9691 * window.el (special-display-buffer-names):
9692 * international/mule-cmds.el (input-method-alist):
9693 Define riskiness here (dumped file) rather than in files.el.
9694 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9695 * imenu.el (imenu-generic-expression, imenu--index-alist):
9696 * outline.el (outline-level):
9697 * time.el (display-time-string):
9698 * calendar/parse-time.el (parse-time-rules):
9699 * mail/rmailout.el (rmail-output-file-alist):
9700 Autoload riskiness here, rather than placing in files.el.
9701
8476cfaf
SM
97022009-08-26 Andreas Schwab <schwab@linux-m68k.org>
9703
9704 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9705
0b35b48e
MA
97062009-08-25 Michael Albinus <michael.albinus@gmx.de>
9707
9708 * simple.el (process-file-side-effects): New defvar.
9709
9710 * dired-aux.el (dired-show-file-type):
9711 * vc.el (vc-diff-internal):
9712 * vc-arch.el (vc-arch-diff):
9713 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9714 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9715 * vc-git.el (vc-git-registered, vc-git-working-revision)
9716 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9717 (vc-git--empty-db-p):
9718 * vc-hooks.el (vc-user-login-name):
9719 * vc-svn.el (vc-svn-registered, vc-svn-state)
9720 (vc-svn-dir-extra-headers, vc-svn-find-revision):
9721 * progmodes/grep.el (grep-probe): Let-bind
9722 `process-file-side-effects' with nil.
9723
9724 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9725
9726 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9727 daemon. Replace ping by checking for running service for bluez
9728 and zeroconf. (Bug#4239)
9729
d54cc599
GM
97302009-08-25 Kevin Ryde <user42@zip.com.au>
9731
9732 * net/dig.el (dig): Add autoload cookie.
9733
7bfd055d
GM
97342009-08-25 Glenn Morris <rgm@gnu.org>
9735
bac9c66c
GM
9736 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9737 load-history for absolute file-names.
9738 (byte-compile-file-form-require): Warn about use of the cl package.
9739
7bfd055d
GM
9740 * format.el (format-alist): Doc fix.
9741
5ac1f9e0
GM
9742 * play/bubbles.el (top-level): Don't require cl at run-time.
9743
af62aa88
GM
9744 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9745 run-time cl).
9746
71e036af
DD
97472009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
9748
9749 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9750 from cl package.
9751 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9752
42110eaf
JB
97532009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
9754
9755 * calc/calc-alg.el (math-trig-rewrite)
9756 (math-hyperbolic-trig-rewrite): New functions.
9757 (calc-simplify): Simplify trig functions when asked.
9758
88421f3e
SM
97592009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9760
9761 * diff-mode.el (diff-find-source-location): Avoid goto-line.
9762
dbd9624e
KH
97632009-08-24 Kenichi Handa <handa@m17n.org>
9764
9765 * language/ind-util.el (mapthread): Delete it.
9766 (combinatorial): New function.
9767 (indian--puthash-cv): Use combinatorial instead of mapthread.
9768
9b89e3ee
GM
97692009-08-22 Kevin Ryde <user42@zip.com.au>
9770
9771 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9772 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9773 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9774 Clarify docstring that the value is strings not symbols.
9775 (checkdoc-list-of-strings-p): New function.
9776
e6ce8c42
GM
97772009-08-22 Glenn Morris <rgm@gnu.org>
9778
2ddf2ea6 9779 * files.el (auto-mode-alist):
a3374680
GM
9780 * hippie-exp.el (he-concat-directory-file-name):
9781 * lpr.el (lpr-windows-system, printer-name):
9782 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9783 * ps-print.el (ps-windows-system):
9784 * startup.el (command-line):
9785 * emulation/viper-ex.el (viper-glob-function):
9786 * international/mule-cmds.el (set-language-environment-coding-systems):
9787 * net/ange-ftp.el (ange-ftp-write-region):
9788 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 9789 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
9790 unisoft-unix, vax-vms, win32, w32.
9791
977955fa
GM
9792 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9793 given name if the pattern is not more specific.
9794
b4deec2e
GM
9795 * calendar/lunar.el (lunar-phase-names): New option.
9796 (lunar-phase): Doc fix.
9797 (lunar-cycles-per-year): New constant.
9798 (lunar-index): New function.
9799 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9800 (lunar-phase-name): Use lunar-phase-names.
9801 (calendar-lunar-phases): Use format.
9802 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9803
47e83968
GM
9804 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9805 Copy imenu-example--name-and-position function here for own use.
9806 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9807
e6ce8c42
GM
9808 * bs.el (bs--redisplay):
9809 * cus-edit.el (custom-redraw):
9810 * ibuffer.el (ibuffer-bury-buffer):
9811 * server.el (server-goto-line-column):
9812 * startup.el (command-line-1):
9813 * strokes.el (strokes-xpm-for-stroke):
9814 * term.el (term-display-buffer-line):
9815 * view.el (View-goto-line):
9816 * calc/calc.el (calc-do, calc-trail-buffer):
9817 * play/gamegrid.el (gamegrid-add-score-insecure):
9818 * progmodes/ada-mode.el (ada-compile-goto-error):
9819 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9820 (ebrowse-select-1st-to-9nth):
47e83968 9821 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
9822 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9823 * progmodes/gud.el (gud-display-line):
9824 (idlwave-shell-display-line):
9825 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9826 * progmodes/make-mode.el (makefile-browser-toggle):
9827 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9828 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9829 * textmodes/picture.el (picture-draw-rectangle):
9830 * textmodes/reftex-index.el (reftex-index-goto-letter):
9831 (reftex-select-jump-to-previous):
9832 * textmodes/reftex-sel.el (reftex-find-start-point)
9833 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9834 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9835 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9836 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9837 * textmodes/two-column.el (2C-associated-buffer):
9838 Use forward-line rather than goto-line.
9839
9840 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9841 goto-line.
9842
4b18bdb3
GM
9843 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9844 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9845 (quick-check-list-to-regexp): Declare.
e6ce8c42 9846
72f16325
SM
9847 * progmodes/make-mode.el (makefile-browser-insert-selection):
9848 Use goto-char rather than goto-line.
e6ce8c42
GM
9849
9850 * progmodes/prolog.el (compilation-error-regexp-alist)
9851 (compilation-forget-errors): Declare.
9852
32a2cf25
JL
98532009-08-22 Juri Linkov <juri@jurta.org>
9854
9855 * progmodes/grep.el (lgrep, rgrep): At the beginning
9856 set `dir' to `default-directory' unless `dir' is a non-nil
9857 readable directory. (Bug#4052)
9858 (lgrep, rgrep): Change a weird way to report an error
9859 from using `read-string' to using `error'.
9860 Instead of using interactive arguments in the function body,
9861 add new argument `confirm'.
9862
5443c9b7
SM
98632009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9864
cb5b40ee
SM
9865 * textmodes/remember.el (remember-buffer):
9866 * progmodes/cperl-mode.el (cperl-vc-header-alist):
9867 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9868 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
9869 * net/newst-treeview.el (newsticker-groups-filename):
9870 * net/newst-backend.el (newsticker-cache-filename):
9871 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9872 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9873 (speedbar-add-ignored-path-regexp, speedbar-line-path)
9874 (speedbar-buffers-line-path, speedbar-path-line)
9875 (speedbar-buffers-line-path):
9876 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9877 (epg-sign-keys):
9878 * epa.el (epa-display-verify-result):
9879 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9880
d6261cc1
GM
98812009-08-21 Glenn Morris <rgm@gnu.org>
9882
3e1ea342
GM
9883 * progmodes/js.el (inferior-moz-process): Fix declaration.
9884
ce86eeb5
GM
9885 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9886
fff28970
GM
9887 * obsolete/rnewspost.el (news-mail-reply):
9888 Use goto-char rather than goto-line.
9889
d93e053b
GM
9890 * term/ns-win.el (ns-open-file-select-line):
9891 Use line-beginning-position rather than goto-line.
9892
d5d105e8
GM
9893 * apropos.el (apropos-command):
9894 * ehelp.el (electric-helpify):
9895 * printing.el (pr-show-setup):
9896 * strokes.el (strokes-help):
9897 * tutorial.el (tutorial--describe-nonstandard-key)
9898 (tutorial--detailed-help):
9899 * woman.el (woman-mini-help, woman-display-extended-fonts):
9900 * calc/calc-help.el (calc-describe-key):
9901 * emulation/edt.el (edt-electric-helpify):
9902 * international/mule-diag.el (mule-diag):
9903 * play/yow.el (apropos-zippy):
9904 * progmodes/python.el (python-describe-symbol):
9905 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9906 * textmodes/table.el (*table--cell-describe-mode)
9907 (*table--cell-describe-bindings):
9908 Use help-print-return-message rather than the now obsolete alias.
9909
a8ab722f 9910 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
9911 (calendar-cursor-to-visible-date):
9912 * play/5x5.el (5x5-position-cursor):
9913 * play/decipher.el (decipher):
9914 * play/gomoku.el (gomoku-goto-xy):
9915 * play/landmark.el (lm-goto-xy):
9916 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9917 (mpuz-paint-digit):
9918 Use forward-line, not goto-line.
a8ab722f 9919
d6261cc1
GM
9920 * mail/rmail.el (rmail-obsolete): Delete custom group.
9921 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9922 (rmail-remote-password, rmail-remote-password-required):
9923 Remove unneeded :set-after and :set properties.
9924
9e846523
MA
99252009-08-21 Michael Albinus <michael.albinus@gmx.de>
9926
9927 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9928
bbe1f502
DN
99292009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
9930
bcc5db24
DN
9931 * loadup.el: Remove leftover macos code.
9932
bbe1f502
DN
9933 * vc-git.el (vc-git-annotate-command): Run asynchronously.
9934 Explicitly pass the date format to git blame so that user local
9935 so that the output format can be parsed.
9936
6fd2d19a
MA
99372009-08-20 Michael Albinus <michael.albinus@gmx.de>
9938
9939 * net/dbus.el (top): Don't check for (getenv
9940 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
9941
31764e15
SM
99422009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
9943
9944 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 9945 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 9946
28930e39
SM
99472009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9948
4fd15622 9949 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 9950 Bug#3287
4fd15622 9951
b3d8e4a0
SM
9952 * help.el (help-print-return-message): Rename from
9953 print-help-return-message.
9954
c9829c70
SM
9955 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9956 cvs-mode-map parent hack.
9957 (log-view-mode): Derive from special-mode.
9958
b932657b
SM
9959 * linum.el (linum-mode): window-size-change-functions is redundant.
9960 Adapt to new window-configuration-change-hook behavior.
9961 (linum-after-size, linum-after-config): Remove.
9962
1b700bca
SM
9963 * imenu.el (imenu-example--name-and-position)
9964 (imenu-example--lisp-extract-index-name)
9965 (imenu-example--create-lisp-index, imenu-example--create-c-index):
9966 Mark as obsolete.
9967
28930e39
SM
9968 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9969 (inferior-prolog-mode): Use it.
9970 (inferior-prolog-load-file): Reset list of errors.
9971
c9af0b68
KH
99722009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9973
9974 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9975
9976 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9977
720c7cd6
MA
99782009-08-19 Michael Albinus <michael.albinus@gmx.de>
9979
9980 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9981 is running already.
9982
03a74b84
SM
99832009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9984
9985 * subr.el (listify-key-sequence-1): Use normal syntax since those
9986 integers are nowadays always represented by the same (positive) number
9987 on all platforms.
9988 (read-key-empty-map): New const.
9989 (read-key-delay): New var.
9990 (read-key): New function.
9991 (force-mode-line-update): Use with-current-buffer.
9992 (locate-user-emacs-file): Don't forget to abbreviate the file name.
9993 (start-process-shell-command, start-file-process-shell-command):
9994 Discourage the use of command-args.
9995
f43e88d4
GM
99962009-08-19 Glenn Morris <rgm@gnu.org>
9997
9998 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9999
890429cc
SM
100002009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
10001
85be9ec4
SM
10002 * simple.el (choose-completion-string): Don't rely on
10003 minibuffer-completing-file-name and ad-hoc checks to decide whether
10004 to continue completion or not.
10005
890429cc
SM
10006 * minibuffer.el (minibuffer-hide-completions): New function.
10007 (completion--do-completion): Use it.
10008 (completions-annotations): New face.
10009 (completion--insert-strings): Use it.
10010 (completion-pcm--delim-wild-regex): Add docstring.
10011 (completion-pcm--string->pattern): Add support for 0-width delimiters
10012 in completion-pcm--delim-wild-regex.
10013
265d4549
SM
100142009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
10015
d440b941
SM
10016 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
10017 Remove unused var `buffer-modified-p'.
10018
265d4549
SM
10019 * minibuffer.el (completion--do-completion): Move point for the #b001
10020 case as well (bug#4176).
10021 (minibuffer-complete, minibuffer-complete-word): Don't move point.
10022
ba6f7d86
MA
100232009-08-18 Michael Albinus <michael.albinus@gmx.de>
10024
10025 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
10026 and :session buses.
10027
98819490
KH
100282009-08-18 Kenichi Handa <handa@m17n.org>
10029
265d4549
SM
10030 * international/ucs-normalize.el (ucs-normalize-version):
10031 Change to 1.1.
58627cf0
KH
10032 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
10033 (utf-8-hfs): Make it perform normalization on encoding too.
10034
98819490
KH
10035 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
10036 (sentence-end-without-space): Delete duplicated chars.
10037 (sentence-end-base): Likewise.
e739cc85
KH
10038
10039 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10040 (html-mode): Delete duplicated chars from sentence-end-base.
10041
10042 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10043 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 10044
645b9326
CY
100452009-08-17 Chong Yidong <cyd@stupidchicken.com>
10046
10047 * files.el (hack-one-local-variable): If the mode function is for
10048 a minor mode, pass it an argument (Bug#4148).
10049
56c195af
MA
100502009-08-17 Michael Albinus <michael.albinus@gmx.de>
10051
10052 * net/tramp.el (tramp-register-completion-file-name-handler):
10053 Check also for (member 'partial-completion completion-styles).
10054
7a55c78b
CY
100552009-08-16 Chong Yidong <cyd@stupidchicken.com>
10056
10057 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10058 abbrev (Bug#3943).
10059
be3e598a 100602009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
10061
10062 * progmodes/cperl-mode.el: Merge upstream 6.2.
10063 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10064 (cperl-forward-re): Check cperl-brace-recursing.
10065 (cperl-highlight-charclass): New function.
10066 (cperl-find-pods-heres): Use it.
31cd2dd4 10067 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 10068 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 10069 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
10070 (cperl-beautify-level): Don't process entire regexp.
10071 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10072 calling man.
10073 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10074 (cperl-init-faces): Build a list in the normal way.
10075
81b1f9c9
CY
100762009-08-16 Chong Yidong <cyd@stupidchicken.com>
10077
10078 * calendar/parse-time.el (parse-time-string-chars): Save match
10079 data.
10080
c3732cb8
SM
100812009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10082
55659495
SM
10083 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10084 (sql-product): Use it.
10085 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10086 (sql-set-product): Add completion.
10087 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10088 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10089 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10090 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10091 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10092 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10093 (sql-highlight-db2-keywords): Remove.
10094 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10095 (sql-highlight-product): Use derived-mode-p.
10096 (sql-set-sqli-buffer): Use with-current-buffer.
10097 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10098 Simplify.
10099
1ae79427
SM
10100 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10101
c3732cb8
SM
10102 * term.el: Fix commenting convention, turn comments into docstrings.
10103
f24b8bf3
CY
101042009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10105
10106 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10107
7b6fefac 101082009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 10109
1200ac26 10110 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
10111 character classes, to handle non-ascii characters (Bug#3190).
10112
101132009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 10114
1abbe4e5
CY
10115 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10116 another heredoc if the user adds another < (Bug#3226).
10117
c3732cb8
SM
10118 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10119 Don't initialize based on window-system (Bug#4124).
19261da4 10120
daad00fc
CY
10121 * facemenu.el (facemenu-read-color): Use a completion function
10122 that accepts any defined color, such as RGB triplets (Bug#3677).
10123
e1bdde78
CY
10124 * files.el (get-free-disk-space): Change fallback default
10125 directory to /. Expand DIR argument before switching to fallback.
10126 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10127
9d73a99e
CY
101282009-08-15 Chong Yidong <cyd@stupidchicken.com>
10129
10130 * files.el (load-library): Doc fix.
10131
68b962d4 101322009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 10133
953e0c1a 10134 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 10135 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 10136 incremental search string.
9d73a99e 10137
c3732cb8 10138 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 10139 XEmacs.
9d73a99e 10140
c3732cb8
SM
10141 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10142 (ediff-merge-region-is-non-clash)
10143 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 10144 Also check if the job is really a merge job.
9d73a99e 10145
c3732cb8 10146 * ediff.el (ediff-current-file): New function.
9d73a99e 10147
2e330adc
CY
101482009-08-15 Chong Yidong <cyd@stupidchicken.com>
10149
10150 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10151 conventions.
c3732cb8 10152 (js-insert-and-indent): Delete function.
2e330adc
CY
10153 (js-mode-map): Don't bind keys to js-insert-and-indent.
10154 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10155 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 10156 (js-auto-indent-flag): Delete variable.
2e330adc 10157
17b5d0f7
CY
101582009-08-14 Chong Yidong <cyd@stupidchicken.com>
10159
c3732cb8
SM
10160 * progmodes/js.el: Remove proclaim statement.
10161 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 10162
ba2d8894
CY
10163 * files.el (auto-mode-alist): Use js-mode for .js files.
10164
c3732cb8 10165 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
10166
10167 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10168
10169 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10170
c3732cb8 10171 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
10172
101732009-08-14 Daniel Colascione <dan.colascione@gmail.com>
7b6fefac 10174 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
10175
10176 * progmodes/js.el: New file.
10177
b6377f1d
MH
101782009-08-14 Mark A. Hershberger <mah@everybody.org>
10179
10180 * timezone.el (timezone-parse-date): Add ability to understand ISO
10181 basic format (minimal separators) dates in addition to the
10182 already-supported extended format dates.
10183
bc0eef46
EZ
101842009-08-14 Eli Zaretskii <eliz@gnu.org>
10185
4e021e65
EZ
10186 * international/ucs-normalize.el: Add a `coding' file variable.
10187
bc0eef46
EZ
10188 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10189
53dab179
SS
101902009-08-14 Sam Steingold <sds@gnu.org>
10191
6801c38a 10192 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 10193
6c58c39c
CY
101942009-08-13 Chong Yidong <cyd@stupidchicken.com>
10195
10196 * faces.el (help-argument-name): Define it here instead of
10197 help-fns.el, because in daemon mode help-fns.el may be loaded when
10198 faces are still uninitialized (Bug#1078).
10199
10200 * help-fns.el (help-argument-name): Move defface to faces.el.
10201
c7baf7e9
NR
102022009-08-13 Nick Roberts <nickrob@snap.net.nz>
10203
10204 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10205 create buffer with a pty but no process so that GDB can make the
10206 inferior the controlling process.
10207
9c40e995 102082009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
10209
10210 * international/ucs-normalize.el: New file.
10211
8cdba32b
RS
102122009-08-13 Richard Stallman <rms@gnu.org>
10213
5c950923
RS
10214 * mail/rmail.el (rmail-get-attr-names):
10215 Accept an attribute header that is too short.
10216
76e1e40b
RS
10217 * mail/rmail.el (rmail-forget-messages):
10218 Ignore nil elt in rmail-message-vector. Use dotimes.
10219
1fc01b08
RS
10220 * progmodes/compile.el (compilation-goto-locus):
10221 Use next-error-move-function.
10222
8cdba32b
RS
10223 * simple.el (next-error-move-function): New variable.
10224
99910cf4
JL
102252009-08-12 Juri Linkov <juri@jurta.org>
10226
10227 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10228 always non-nil. (Bug#4052)
10229
10230 * replace.el (read-regexp): Return empty string when
10231 `default-value' is nil.
10232 (keep-lines-read-args): Don't use empty string as the
10233 default value for `read-regexp'. (Bug#2495)
10234
fc5bdf6c
JL
102352009-08-12 Juri Linkov <juri@jurta.org>
10236
10237 * international/mule-cmds.el (ucs-insert): Change arguments
10238 from `arg' to `character', `count', `inherit' to be the same
10239 as in `insert-char'. Doc fix. (Bug#4039)
10240
10241 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10242
77748848
JL
102432009-08-12 Juri Linkov <juri@jurta.org>
10244
10245 * files-x.el: New file.
10246
10247 * files.el: Move code that deals with adding/deleting
10248 file/directory-local variables to files-x.el.
10249
10250 * Makefile.in (ELCFILES): Add files-x.elc.
10251
c8a44c4e
DD
102522009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10253
27a9fd5a
DD
10254 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10255 to use `goto-line'.
10256 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10257 `goto-line'.
10258 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 10259 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 10260 threads list.
107ef54a 10261 (gdb): Send -target-detach when buffer is killed (Bug#3794).
cf6e27cf
DD
10262 (gdb-starting): Moved -data-list-register-names...
10263 (gdb-stopped): ...here so it's sent when first thread stops.
10264 (gdb-registers-handler-custom): Do nothing if register names are
10265 unknown yet.
27a9fd5a 10266
c8a44c4e
DD
10267 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10268 from `gdb-mi.el' to avoid extra tangling.
10269
10270 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 10271 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
10272 (gdb-update-gud-running): No extra fuss for updating frame number.
10273
dfd4e693
SM
102742009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10275
51c4341f
SM
10276 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10277 (describe-language-environment-map, setup-language-environment-map)
10278 (set-coding-system-map): Move initialization into declaration.
10279 (set-language-info-alist): Last arg to define-key-after can be skipped.
10280
10281 * international/quail.el (quail-completion-1): Simplify.
10282 (quail-define-rules): Use slightly more compact code.
10283 (quail-insert-decode-map): Propertize keys, compact columns.
10284
dfd4e693
SM
10285 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10286 Add goto-line.
10287
83326559
MB
102882009-08-10 Miles Bader <miles@gnu.org>
10289
10290 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10291 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10292 (js2-instance-member, js2-private-member, js2-private-function-call)
10293 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10294 (js2-magic-paren, js2-external-variable):
10295 Remove "-face" suffix from face names.
10296 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10297 (js2-highlight-undeclared-vars, js2-peek-token)
10298 (js2-parse-function-params, js2-mode-show-errors)
10299 (js2-mode-show-warnings, js2-make-magic-delimiter)
10300 (js2-mode-highlight-magic-parens): Update to use new face names.
10301
8e754ea2
MA
103022009-08-09 Michael Albinus <michael.albinus@gmx.de>
10303
10304 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10305 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10306
1c292fc7
CY
103072009-08-09 Chong Yidong <cyd@stupidchicken.com>
10308
18d433a7
CY
10309 * subr.el: Provide hashtable-print-readable.
10310
1c292fc7
CY
10311 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10312 hs-c-like-adjust-block-beginning.
10313 (hs-hide-block-at-point): Stop hiding at the beginning of
10314 hs-block-end-regexp (Bug#700).
10315
2db0ae07
DD
103162009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10317
10318 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10319 a macro.
10320 (gdb-registers-handler-custom): Do not fail when register names
10321 are unavailable.
10322
fe4740a6
DD
103232009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10324
10325 * progmodes/gdb-mi.el (gdb-control-all-threads)
10326 (gdb-control-current-thread): Interactive setters for
10327 `gdb-gud-control-all-threads' to use in menu.
10328 (gdb-show-run-p): Show «Go» when process is not active.
7b6fefac 10329 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
fe4740a6
DD
10330 gud/thread.xpm and gud/all.xpm.
10331
ce299d55
CY
103322009-08-08 Yoni Rabkin <yoni@rabkins.net>
10333
10334 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10335 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
10336 (net-utils-mode): New mode for viewing diagnostic network output.
10337 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10338 (net-utils-run-simple): New function.
10339 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 10340
7c4654ad
DD
103412009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10342
10343 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10344 (gdb-memory-set-address, def-gdb-set-positive-number)
10345 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10346 after changing settings.
10347 (gdb-invalidate-disassembly): Update when first shown.
10348 (gdb-edit-locals-value): Fixed.
10349 (gdb-registers-handler-custom): Print registers in right order and
10350 allow changing register values (only for current thread yet).
9cbac26b
DD
10351 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10352 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10353 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10354 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10355 info in mode name.
10356 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 10357
0f25a277
EZ
103582009-08-08 Eli Zaretskii <eliz@gnu.org>
10359
10360 * mail/rmail.el (rmail-add-mbox-headers)
10361 (rmail-set-message-counters-counter): Search for
10362 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10363
b971be60
GM
103642009-08-08 Glenn Morris <rgm@gnu.org>
10365
10366 * Makefile.in (ELCFILES): Update.
10367
a35d3ad8
EZ
103682009-08-07 Eli Zaretskii <eliz@gnu.org>
10369
60c2df40
EZ
10370 * mail/sendmail.el (mail-yank-original): Set
10371 buffer-file-coding-system from the one used by the message whose
10372 text is yanked.
10373
8b0bcc2e
EZ
10374 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10375 to "windows" when "pgnuplot" is used.
10376 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10377 call accept-process-output if "pgnuplot" is used.
10378 (calc-graph-init): Don't send -display and -geometry to
10379 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10380 running "pgnuplot -V" with shell-command-to-string.
10381
10382 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10383 the default.
10384
103852009-08-07 Eli Zaretskii <eliz@gnu.org>
10386
10387 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
10388 org/org-latex.elc.
10389
3bca7ca5
DN
103902009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10391
3c53763c
DN
10392 * vc-dispatcher.el (vc-resynch-window): Update comment.
10393
3bca7ca5
DN
10394 * term.el (term-handle-ansi-escape): Add comments with the
10395 terminfo capabilities implemented.
10396
7b217360
DD
103972009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10398
10399 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10400 (gdb-var-create-handler): Rewritten using JSON parser.
10401 (gdb-propertize-header): Moved earlier.
10402 (gdb-set-header): Removed to avoid duplication.
10403 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10404 Refresh disassembly buffers only after threads list have been
10405 update.
10406 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10407 variables.
10408
b4d84ecf
JL
104092009-08-04 Juri Linkov <juri@jurta.org>
10410
10411 * files.el: Commands to add/delete file/directory-local variables.
10412 (read-file-local-variable, read-file-local-variable-value)
10413 (read-file-local-variable-mode, modify-file-local-variable)
10414 (modify-file-local-variable-prop-line)
10415 (modify-dir-local-variable): New functions.
10416 (add-file-local-variable, delete-file-local-variable)
10417 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10418 (add-dir-local-variable, delete-dir-local-variable)
10419 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10420 (copy-dir-locals-to-file-locals-prop-line): New commands.
10421
42da39c1
CY
104222009-08-04 Chong Yidong <cyd@stupidchicken.com>
10423
10424 * abbrev.el (insert-abbrev-table-description): Prettify output.
10425 Suggested by Karl Chen.
10426
98bf8494
DD
104272009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
10428
78b9fb28 10429 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 10430 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
10431 (gdb-overlay-arrow-position, gdb-thread-position)
10432 (gdb-disassembly-position): Declare variables.
10433 (gdb-wait-for-pending): Function now.
10434 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10435 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10436 compilation goes smoothly.
10437 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10438 (gdb-non-stop-setting): New customization setting which replaces
10439 `gdb-non-stop' so changing it doesn't break active GDB session.
10440 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10441 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10442 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10443 (gdb-show-threads-by-default): New customization options.
10444 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10445 routines.
10446 (gdb-get-buffer-create): Send buffers update signal when they are
10447 created.
10448 (gdb-invalidate-locals, gdb-invalidate-registers)
10449 (gdb-invalidate-breakpoints)
10450 (gdb-invalidate-threads, gdb-invalidate-disassembly)
10451 (gdb-invalidate-memory): Accept update signal.
10452 (gdb-current-context-command): Use --frame option.
10453 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10454 Implement `gdb-frame-number' selection logic.
10455 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10456 whether to show GUD toolbar buttons.
10457 (gdb-thread-exited): Unselect current thread when it exits.
10458 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10459 (gdb-mark-line): Routine which sets overlay arrow or inverses
10460 video on fringeless displays.
10461 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10462 to build aligned columns of data in GDB buffers and set text
10463 properties line-by-line.
10464 (gdb-invalidate-breakpoints)
10465 (gdb-breakpoints-list-handler-custom)
10466 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10467 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10468 (gdb-registers-handler-custom): Align data columns.
10469 (gdb-locals-handler-custom): Now prints data like in variable
10470 declarations.
10471 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10472 Removed confusing buttons.
10473 (gdb-invalidate-threads): Append --frame.
10474 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10475 between breakpoints/threads buffers.
10476 (gdb-set-window-buffer): Now can ignore dedicated windows.
10477 (gdb-propertize-header): Use `gdb-set-window-buffer'.
10478 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10479 (def-gdb-thread-buffer-gud-command): Replaces
10480 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10481 for fine thread control.
10482 (gdb-preempt-existing-or-display-buffer): New function used to
10483 display bound buffers without breaking window layout.
10484 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10485 (gdb-select-frame): New version of `gdb-frames-select' which now
10486 sets `gdb-frame-number' so commands may use --frame option instead
10487 of inner debugger state.
10488 (gdb-frame-handler): Do not set `gdb-frame-number'.
10489 (gdb-threads-mode-map): Select threads with mouse.
10490
10491 * progmodes/gud.el (gdb-gud-context-call): Declare function to
10492 avoid compilation warning.
10493 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10494 `gdb-show-stop-p`.
10495
566f3909
DD
10496 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10497 Argument `key' renamed to `buffer-type'.
10498 (gdb-current-context-buffer-name): Do not add thread info to
10499 buffer name when no thread is selected.
10500 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10501 command (bug 3794).
10502 (gdb-thread-selected): Handle `=thread-selected' notification.
10503 (gdb-wait-for-pending): New macro to deal with congestion problems.
10504 (gdb-breakpoints-list-handler-custom): Don't fail on pending
10505 breakpoints.
7b6fefac
JB
10506 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10507 This fixes problem similar to one described in bug 3947.
566f3909
DD
10508 (gud-menu-map): More menu items.
10509 (gdb-init-1): Reset `gdb-thread-number' to nil.
10510
4a31122c
DD
10511 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10512 non-stop settings.
10513
10514 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10515 (gdb-current-context-command): Do not append --thread if
10516 `gdb-thread-number' is nil.
10517 (gdb-running-threads-count, gdb-stopped-threads-count): New
10518 variables.
10519 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10520 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10521 customization options.
10522 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10523 GUD commands.
7b6fefac 10524 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
10525 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10526 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10527 set `gdb-thread-number' and update `gud-running' properly.
10528 (gdb-running): Update threads list when new threads appear.
10529 (gdb-stopped): Support non-stop operation and new thread switching
10530 logic.
10531 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10532 (gdb-json-partial-output): New set of JSON routines.
10533 (def-gdb-auto-update-trigger): New `signal-list' optional
10534 argument.
10535 (gdb-thread-list-handler-custom): Update `gud-running',
10536 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10537 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10538 (gdb-continue-thread, gdb-step-thread): New commands for fine
10539 thread execution control.
10540 (gud-menu-map): New menu items to switch non-stop options.
10541 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 10542 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
10543
10544 * progmodes/gdb-mi.el (gdb-rules-name-maker)
10545 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10546 gdb-buffer-rules.
10547 (def-gdb-auto-update-handler): New nopreserve optional argument.
10548 (gdb-stack-list-frames-custom): Print stack from top to bottom.
10549
10550 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10551 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10552 (gdb-parent-mode): New mode to derive other GDB modes from.
10553 (gdb-display-disassembly-for-thread)
10554 (gdb-frame-disassembly-for-thread): New commands for threads
10555 buffer.
10556
10557 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10558 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
10559 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10560 (gdb-update): We now store all GDB buffers in a list so that they
10561 can be updated by traversing a list instead of calling invalidate
7b6fefac 10562 triggers explicitly.
a5c9f540
DD
10563 (def-gdb-trigger-and-handler): New macro to define trigger-handler
10564 pair for GDB buffer.
10565 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
10566 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10567 handle pending triggers.
10568 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10569 (def-gdb-thread-buffer-simple-command)
10570 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10571 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
10572 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10573 New commands which show buffers bound to thread.
e7086683 10574 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c 10575
7b6fefac
JB
10576 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10577 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
10578 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10579 to (gud-comint-buffer) in *-buffer-name functions
10580 because (gdb-get-target-string) already does that.
10581 (gdb-locals-handler-custom, gdb-registers-handler-custom)
10582 (gdb-changed-registers-handler): Rewritten without regexps.
10583
ba214964 10584 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
10585 (gdb-thread-number): New variable.
10586 (gdb-current-context-command): New macro which adds --thread
10587 option to command.
7b6fefac 10588 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 10589 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 10590 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
10591 (gdb-select-thread): New command which selects current thread.
10592 (gdb-invalidate-frames, gdb-invalidate-locals)
10593 (gdb-invalidate-registers): Use --thread option.
20f12ed8 10594
2ac33804
MA
105952009-08-04 Michael Albinus <michael.albinus@gmx.de>
10596
10597 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 10598 robust. (Bug#3977)
2ac33804
MA
10599 (tramp-handle-insert-file-contents): `unwind-protect' must be
10600 inside `with-parsed-tramp-file-name'.
10601
10602 * net/tramp-gvfs.el (top): Remove superfluous message when loading
10603 fails.
10604
39d0296f
NR
106052009-08-03 Nick Roberts <nickrob@snap.net.nz>
10606
10607 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10608 directory if CLASSPATH is not set.
10609
adcbca53
MA
106102009-08-03 Michael Albinus <michael.albinus@gmx.de>
10611
7b6fefac
JB
10612 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10613 New defconst.
7ef849b6 10614 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 10615
30924b0b
CY
106162009-08-02 Kevin Ryde <user42@zip.com.au>
10617
7b6fefac
JB
10618 * net/newst-backend.el (newsticker--raw-url-list-defaults):
10619 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 10620
b6ce92f1
CY
106212009-08-02 Chong Yidong <cyd@stupidchicken.com>
10622
d977a092
CY
10623 * select.el (x-set-selection): Doc fix (Bug#4021).
10624
10625 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10626
b6ce92f1
CY
10627 * help-fns.el (describe-variable): Treat list return values from
10628 dir-locals-find-file properly (Bug#4005).
10629
7b6fefac 106302009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
10631
10632 * net/tramp.el (tramp-debug-message): Print also microseconds.
10633
106342009-08-02 Michael Albinus <michael.albinus@gmx.de>
10635
10636 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10637 or END is non-nil.
10638 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10639 (tramp-get-debug-buffer): Change `outline-regexp' according to new
10640 format.
10641
5ce6e4f4 10642 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
10643 (tramp-get-file-property): Use it.
10644
10645 * autorevert.el (auto-revert-handler): Allow
10646 `auto-revert-tail-mode' for remote files.
10647
2aafe808
JR
106482009-08-02 Jason Rumney <jasonr@gnu.org>
10649
10650 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 10651 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 10652
e094097c
CY
106532009-08-02 Chong Yidong <cyd@stupidchicken.com>
10654
10655 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10656 (font-lock-variable-name-face, font-lock-constant-face): Darken
10657 the colors for light backgrounds.
10658
de94f281
EZ
106592009-08-01 Eli Zaretskii <eliz@gnu.org>
10660
10661 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10662 month names. (Bug#3987)
10663
54b99340
CY
106642009-07-31 Chong Yidong <cyd@stupidchicken.com>
10665
10666 * simple.el (line-move-finish): Pass whole number to
10667 line-move-to-column.
34be836c 10668 (line-move-visual): Perform hscroll to the recorded position.
54b99340 10669
38216c30
JB
106702009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
10671
10672 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10673
c779896d
CY
106742009-07-29 Alan Mackenzie <acm@muc.de>
10675
10676 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10677
592ccae0
DD
106782009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
10679
35edc6c6
DD
10680 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10681 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 10682
5a9e3ab7
JB
106832009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10684
10685 * calc/calc.el (calc-mode-map): Add keybinding for
10686 `calc-transpose-lines'.
10687
7b6fefac 106882009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
10689
10690 * calc/calc-misc.el (calc-transpose-lines): New function.
10691
905fb90e
MA
106922009-07-28 Michael Albinus <michael.albinus@gmx.de>
10693
10694 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10695 Simplify check for out-of-band methods.
10696 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10697 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
10698
76e14464
DN
106992009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10700
10701 * vc-git.el (vc-git-checkin): Fix typo.
10702
6088b51f 107032009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
10704
10705 * progmodes/js2-mode.el: New file.
10706
b85157fe
NR
107072009-07-28 Nick Roberts <nickrob@snap.net.nz>
10708
10709 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10710 (gud-menu-map): Adjust tooltip accordingly.
10711
d43c2b06
DN
107122009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10713
1c0f0c3b
DN
10714 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10715 (vc-bzr-log-view-mode): Adjust log-view-file-re.
10716
d43c2b06
DN
10717 * add-log.el (change-log-mode-map): Add a menu.
10718
3dec5c36
MA
107192009-07-27 Michael Albinus <michael.albinus@gmx.de>
10720
10721 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10722 function returns nil.
10723 (dbus-handle-event): Handle special return value :ignore.
10724 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10725
5704140c
CY
107262009-07-26 Chong Yidong <cyd@stupidchicken.com>
10727
10728 * view.el (view-mode-enable): Don't define Helper-return-blurb if
10729 it's not needed.
10730
3077d1f6
EZ
107312009-07-25 Eli Zaretskii <eliz@gnu.org>
10732
10733 Fix Bug#3888:
10734
10735 * w32-vars.el (x-select-enable-clipboard): Doc fix.
10736
10737 * term/pc-win.el (x-display-name, x-colors)
10738 (x-select-enable-clipboard, x-select-text): Doc fix.
10739
10740 * term/common-win.el (x-display-name, x-colors): Doc fix.
10741
10742 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10743 (xw-defined-colors): Doc fix.
10744
10745 * w32-fns.el (x-select-text, x-setup-function-keys)
10746 (x-get-selection, x-set-selection): Doc fix.
10747
10748 * term/x-win.el (x-select-text, x-setup-function-keys)
10749 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10750
10751 * select.el (x-set-selection): Doc fix.
10752
51768bc8
MA
107532009-07-25 Michael Albinus <michael.albinus@gmx.de>
10754
10755 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10756 instead of "IsNSSSupportAvailable". Avahi ought to work also when
10757 "IsNSSSupportAvailable" method is not available. Reported by
10758 Steve Youngs <steve@sxemacs.org>.
10759
b11c2874
KH
107602009-07-24 Kenichi Handa <handa@m17n.org>
10761
10762 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 10763 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
10764 (build-unicode-category-table): Fix range checks.
10765
ba83b7b6
DN
107662009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10767
10768 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10769 the buffer we try to sync is current when calling
10770 vc-resynch-buffer.
10771
10772 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10773 not show up to date files.
10774
7a8ae964
GM
107752009-07-24 Glenn Morris <rgm@gnu.org>
10776
10777 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10778 Add autoload cookies. If necessary, initialize.
10779 (elint-log): Handle non-file buffers.
10780 (elint-initialize): Add optional argument to reinitialize.
10781 (elint-find-builtin-variables): Save excursion.
10782
a707eb05
DN
107832009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10784
10785 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10786 for Lint.
10787
0a2ddfa6
DN
107882009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10789
d6a62b0d
DN
10790 * vc.el (vc-print-log-internal): New function, split out from ...
10791 (vc-print-log): ... here.
10b5dcad 10792 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 10793
0a2ddfa6
DN
10794 * vc-git.el (vc-git-add-signoff): New variable.
10795 (vc-git-checkin): Use it.
10796 (vc-git-toggle-signoff): New function.
10797 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
10798 (vc-git--run-command-string): Accept a nil FILE argument.
10799 (vc-git-stash-list): New function.
10800 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 10801
589a99f2
GM
108022009-07-23 Glenn Morris <rgm@gnu.org>
10803
10804 * help-fns.el (describe-variable): Describe ignored and risky local
10805 variables in a similar way to that in which we describe safe ones.
10806
10807 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10808 (byte-compile-output-file-form, byte-compile-output-docform)
10809 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10810 Give some more local variables with common names a "bytecomp-" prefix,
10811 so as not to shadow things during compilation.
10812 * emacs-lisp/cl-macs.el (load-time-value)
10813 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10814 `outbuffer' to `bytecomp-outbuffer'.
10815
10816 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10817 since the next two variables cover them automatically now.
10818 (elint-builtin-variables, elint-autoloaded-variables): New.
10819 (elint-unknown-builtin-args): Remove all members, since they can be
10820 parsed automatically now.
10821 (elint-extra-errors): New.
10822 (elint-env-add-env, elint-env-add-macro): Use cadr.
10823 (elint-current-buffer): Use or. Change final message.
10824 (elint-get-top-forms): Use line-end-position.
10825 (elint-init-env): Use cadr. Handle autoload, declare-function,
10826 and defalias.
10827 (elint-add-required-env): Doc fix. Use or. Standardize error.
10828 (regexp-assoc): Remove unused function.
10829 (elint-top-form): Set elint-current-pos, to record the start of the
10830 top-level form, for compilation-mode.
10831 (elint-form): Trap errors in macro expansion. Use dolist.
10832 (elint-unbound-variable): Use elint-builtin-variables and
10833 elint-autoloaded-variables.
10834 (elint-get-args): Use cadr, or.
10835 (elint-check-cond-form): Use dolist, cadr.
10836 (elint-check-condition-case-form): Doc fix. Use cadr.
10837 Use elint-extra-errors.
10838 (elint-log): New function.
10839 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10840 Distinguish errors and warnings.
10841 (elint-log-message): Use with-current-buffer. Inhibit read-only.
10842 Use a bytecomp-style format.
10843 (elint-clear-log): Preserve default-directory. Inhibit read-only.
10844 (elint-get-log-buffer): Use compilation mode. Disable undo.
10845 Don't truncate lines.
10846 (elint-initialize): Set builtin and autoloaded variable lists.
10847 Only process elint-unknown-builtin-args if non-nil.
10848 (elint-find-builtin-variables, elint-find-autoloaded-variables):
10849 New functions.
10850 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
10851
855b42a2
GM
108522009-07-22 Kevin Ryde <user42@zip.com.au>
10853
10854 * net/newst-backend.el (newsticker--parse-atom-1.0)
10855 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10856 (newsticker--parse-rss-1.0):
10857 * progmodes/idlwave.el (idlwave-mode):
10858 * progmodes/idlw-shell.el (idlwave-shell-mode):
10859 * progmodes/vera-mode.el (vera-mode):
10860 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10861 * progmodes/vhdl-mode.el (vhdl-mode):
10862 * textmodes/table.el (table-generate-source)
10863 (table--warn-incompatibility):
10864 Hyperlink urls in docstrings with URL `...'.
10865
fd413a37
GM
108662009-07-22 Glenn Morris <rgm@gnu.org>
10867
cb711556
GM
10868 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10869 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10870 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10871 Remove leading * from defcustom docs.
10872
fd413a37
GM
10873 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
10874
10875 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10876 defcustom doc.
10877 (list-load-path-shadows): Optionally, just return shadows as a string.
10878
10879 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10880
a4f69701
CY
108812009-07-21 Chong Yidong <cyd@stupidchicken.com>
10882
10883 * mail/rmailedit.el (rmail-edit-mode): Use
10884 auto-save-include-big-deletions.
10885
10886 * mail/rmail.el (rmail-variables): Use
10887 auto-save-include-big-deletions.
10888
10889 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10890 changes.
10891
ec06459c
JB
108922009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10893
10894 * calc/calc.el (calc-undo-length): New variable.
10895 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10896
b41b0976
RS
108972009-07-21 Richard Stallman <rms@gnu.org>
10898
10899 * files.el (auto-save-mode): Handle buffer-save-size = -2
10900 for toggling mode.
10901
4ed32706
GM
109022009-07-21 Glenn Morris <rgm@gnu.org>
10903
531b1264
GM
10904 * textmodes/ispell.el (ispell-looking-back): Update declaration.
10905
55d27f41
GM
10906 * calendar/todo-mode.el (calendar-current-date): Update declaration.
10907
02df3f4d
GM
10908 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10909 silence compiler. Instead...
10910 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10911 (ps-print-ensure-fontified): Update for above function name changes.
10912
fdd8417e
GM
10913 * printing.el (pr-mh-get-msg-num, pr-mh-show)
10914 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10915 silence compiler. Instead...
10916 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10917 (mh-show-buffer): Only define for compiler.
10918 (pr-mh-current-message): Update for above function name changes.
10919
4ed32706
GM
10920 * files.el (abort-if-file-too-large): Explicitly pass `filename'
10921 as an argument.
10922 (find-file-noselect, insert-file-1): Update for above change.
10923
10924 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10925
10926 * mail/mailclient.el (mailclient-send-it): Fix message.
10927
10928 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10929 (edebug-eval): Check cl-debug-env is bound.
10930 (print-level, print-circle): Don't redefine built-in variables.
10931
10932 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10933 (custom-print-vectors): Remove old comments from doc.
10934
10935 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10936 (emerge-version): Make the variable an obsolete alias for the
10937 emacs-version variable. Make the function obsolete.
10938 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10939 Emerge options, rather than merging in into the main Options menu.
10940 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
10941 and auto advance modes. Disable edit/fast items when not relevant.
10942
86812144
CY
109432009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10944
10945 * term/vt420.el (terminal-init-vt420): Fix typo.
10946
6bb90094
SS
109472009-07-20 Sam Steingold <sds@gnu.org>
10948
10949 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10950 variable (removed from compile.el on 2004-03-11).
10951
42e0a725
CY
109522009-07-20 Chong Yidong <cyd@stupidchicken.com>
10953
10954 * files.el (hack-local-variables-filter): Fix last change.
10955
2ee20f24
JL
109562009-07-19 Juri Linkov <juri@jurta.org>
10957
10958 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10959 (dir-local-variables-alist): New buffer-local variable.
10960 (hack-local-variables-filter): If variable is not dir-local,
10961 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10962 because file-local overrides dir-local.
3570691b 10963 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
10964 Remove obsolete declaration.
10965 (hack-dir-local-variables): Add dir-local variable/value pair to
10966 `dir-local-variables-alist' and remove duplicates. Doc fix.
10967
10968 * help-fns.el (describe-variable): Add information about
10969 file-local and dir-local variables.
10970
89bf83cd
CY
109712009-07-19 Chong Yidong <cyd@stupidchicken.com>
10972
10973 * files.el (hack-local-variables-filter): Rewrite.
10974
1a8d3541
GM
109752009-07-19 Glenn Morris <rgm@gnu.org>
10976
d9e8a018
GM
10977 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10978 Silence compiler by only defining on XEmacs.
10979
da332cfb
GM
10980 * international/mule.el (auto-coding-regexp-alist): Only match
10981 BABYL... at the start of buffer, not of lines. (Bug#3790)
10982
1a8d3541
GM
10983 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10984 non-calendar buffers (Bug#3862). Restore "not on a date" message.
10985 (cal-menu-context-mouse-menu): Doc fix.
10986
10987 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10988
10989 * simple.el (mail-user-agent): Doc fix. Set :version tag.
10990
d842b103
JL
109912009-07-18 Juri Linkov <juri@jurta.org>
10992
10993 * info.el: Virtual Info keyword finder.
3570691b 10994 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
10995 (Info-finder-file): New variable.
10996 (Info-finder-find-file): New function.
10997 (finder-known-keywords, finder-package-info)
10998 (find-library-name, lm-commentary): Use defvar and
10999 declare-function to silence compiler warnings.
11000 (Info-finder-find-node): New function.
11001 (info-finder): New command.
11002
11003 * subr.el (process-kill-buffer-query-function): New function.
11004 (add-hook)<kill-buffer-query-functions>: Add hook
11005 `process-kill-buffer-query-function'.
11006
10d37df7
AM
110072009-07-18 Alan Mackenzie <acm@muc.de>
11008
7b6fefac 11009 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
11010 (c-postprocess-file-styles): Give invocation of `c-set-style'
11011 DONT-OVERRIDE parameter of t. Already set style variables will
11012 thus not be overridden by style settings given by `c-file-syle'.
11013
11014 * files.el (hack-local-variables-filter): Remove entries with
11015 duplicate keys from `file-local-variables-alist'.
11016
102e1a41
EZ
110172009-07-18 Eli Zaretskii <eliz@gnu.org>
11018
11019 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
11020 x-set-selection if display-selections-p returns nil for the
11021 current frame.
11022
16f2e9fc
CY
110232009-07-18 Chong Yidong <cyd@stupidchicken.com>
11024
11025 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
11026
f22693fc
EZ
110272009-07-18 Eli Zaretskii <eliz@gnu.org>
11028
a6c2c80c
EZ
11029 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
11030 Accept nil in addition to a regexp.
11031 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
11032 Accept nil in addition to a regexp.
11033 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
11034 buffers that have an associated file. Handle nil values of
11035 desktop-buffers-not-to-save and desktop-files-not-to-save.
11036 (Bug#3833)
11037
f22693fc
EZ
11038 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11039 (x-disown-selection-internal): New functions.
11040
e456379a
NR
110412009-07-18 Nick Roberts <nickrob@snap.net.nz>
11042
11043 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11044 warning.
11045 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11046 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11047
0013b70f
CY
110482009-07-18 David De La Harpe Golden <david@harpegolden.net>
11049
11050 * simple.el (set-mark): Revert last change.
11051
0855c2ca
CY
110522009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11053
11054 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11055 rendering of pngs is not possible instead of messaging a long
11056 description.
11057
3f5c9cad
CY
110582009-07-17 David De La Harpe Golden <david@harpegolden.net>
11059
11060 * w32-fns.el (x-selection-owner-p): New function.
11061
11062 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
11063 (mouse-yank-at-click, mouse-yank-primary): If
11064 select-active-regions is non-nil, deactivate the mark before
11065 insertion.
3f5c9cad
CY
11066
11067 * simple.el (deactivate-mark, set-mark): Only save selection if we
11068 own it.
11069
1fc87f9b
KH
110702009-07-17 Kenichi Handa <handa@m17n.org>
11071
11072 * case-table.el (describe-buffer-case-table): Fix for the case
11073 that KEY is a cons.
11074
d56fdcd2
DN
110752009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11076
11077 * vc-rcs.el (vc-rcs-find-file-hook):
11078 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11079
bede3e9f
MA
110802009-07-16 Michael Albinus <michael.albinus@gmx.de>
11081
11082 * net/tramp.el (tramp-wait-for-output): Handle the case when
11083 commands do not return a newline but a null byte before the shell
11084 prompt. (Bug#3858)
11085
7653ca1d
YM
110862009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11087
11088 * term/ns-win.el (ns-set-alpha): Don't declare.
11089 (ns-set-background-alpha): Remove function.
11090
ed2a52e9
SM
110912009-07-16 Kevin Ryde <user42@zip.com.au>
11092
11093 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11094 y-or-n-p, for safety.
11095
7a907299
RS
110962009-07-16 Richard Stallman <rms@gnu.org>
11097
11098 * files.el (auto-save-mode): If buffer-saved-size is -2,
11099 don't clobber it.
11100
11101 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11102 (rmail-retry-ignored-headers): Add more uninteresting fields.
11103
c0db3477
CY
111042009-07-15 Jari Aalto <jari.aalto@cante.net>
11105
11106 * net/rcirc.el (rcirc): Use history variables.
11107 (rcirc-server-name-history, rcirc-nick-name-history)
11108 (rcirc-server-port-history): New variables.
11109
6c875452
KH
111102009-07-15 Kenichi Handa <handa@m17n.org>
11111
bf974dc9
KH
11112 * international/mule-cmds.el (set-language-environment-charset):
11113 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11114 ignore them.
11115
6c875452
KH
11116 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11117 Delete unibyte-display.
11118
2066b4fe
CY
111192009-07-15 Chong Yidong <cyd@stupidchicken.com>
11120
11121 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11122
f9be2e35
CY
111232009-07-15 Chong Yidong <cyd@stupidchicken.com>
11124
11125 * simple.el (deactivate-mark): Optional argument FORCE.
11126 (set-mark): Use deactivate-mark.
11127
11128 * info.el (Info-search): No need to check transient-mark-mode
11129 before calling deactivate-mark.
11130
11131 * select.el (x-set-selection): Doc fix.
11132 (x-valid-simple-selection-p): Allow buffer values.
11133 (xselect--selection-bounds): Handle buffer values. Suggested by
11134 David De La Harpe Golden.
11135
11136 * mouse.el (mouse-set-region, mouse-drag-track): Call
11137 copy-region-as-kill before setting the mark, to let
11138 select-active-regions work.
11139
be3e598a 111402009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
11141
11142 * simple.el (deactivate-mark): If select-active-regions is
11143 non-nil, copy the selection data into a string.
11144 (activate-mark): If select-active-regions is non-nil, set the
11145 selection to the current buffer.
11146 (set-mark): Update selection if select-active-regions is non-nil.
11147
11148 * select.el (x-valid-simple-selection-p): Allow buffer values.
11149
cbd61418
SM
111502009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11151
11152 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11153 and more featureful message-mode.
11154
f470187f
CY
111552009-07-14 Chong Yidong <cyd@stupidchicken.com>
11156
11157 * select.el (x-set-selection): Doc fix.
11158 (x-valid-simple-selection-p): Disallow selection data consisting
11159 of a list or cons of integers, since that is not used.
11160 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11161 (xselect-convert-to-string, xselect-convert-to-length)
11162 (xselect-convert-to-filename, xselect-convert-to-charpos)
11163 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11164
bfc99364
DD
111652009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11166
11167 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11168 output in -break-info command (Emacs bug #3794).
11169
e32721f5
GM
111702009-07-14 Glenn Morris <rgm@gnu.org>
11171
1e46f9e4
GM
11172 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11173 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11174 (edebug-print-length, edebug-print-level, edebug-print-circle)
11175 (edebug-sit-for-seconds, edebug-view-outside)
11176 (edebug-bounce-point, edebug-set-global-break-condition)
11177 (edebug-Go-nonstop-mode, edebug-trace-mode)
11178 (edebug-Trace-fast-mode, edebug-continue-mode)
11179 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11180 (edebug-visit-eval-list): Doc fixes.
11181
e32721f5
GM
11182 * subr.el (def-edebug-spec): Doc fix.
11183
66a85e76
KH
111842009-07-14 Kenichi Handa <handa@m17n.org>
11185
11186 * international/characters.el: Fix setting of category ?C.
11187
28571246
JD
111882009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11189
7b6fefac 11190 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
11191 ns-popup-font-panel instead of generate-fontset-menu.
11192
5d74672c
EZ
111932009-07-12 Eli Zaretskii <eliz@gnu.org>
11194
7b6fefac 11195 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 11196
eb1727a4
CY
111972009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11198
11199 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11200 the PK\003\004 header (Bug#3770).
11201
208384c5
CY
112022009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11203
11204 * pcomplete.el (pcomplete-comint-setup): Check for
11205 shell-dynamic-complete-filename too.
11206
774409a1
CY
112072009-07-11 Chong Yidong <cyd@stupidchicken.com>
11208
11209 * simple.el (temporary-goal-column): Change the value for
11210 line-move-visual to a cons cell.
11211 (line-move-visual): Record or set the window hscroll, if
11212 necessary (Bug#3494).
11213 (line-move-1): Handle cons value of temporary-goal-column.
11214
1639ee1d
KH
112152009-07-11 Kenichi Handa <handa@m17n.org>
11216
11217 * international/mule-diag.el (describe-character-set): Don't show
11218 width.
11219
2b1d2412
SS
112202009-07-10 Sam Steingold <sds@gnu.org>
11221
11222 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11223 Omake sometimes indents the errors it prints, so allow all
11224 regexps to start with spaces.
11225
ed3a5691
EZ
112262009-07-10 Eli Zaretskii <eliz@gnu.org>
11227
ed2a52e9
SM
11228 * cus-edit.el (customize-changed-options-previous-release):
11229 Bump value to 22.1. (Bug#3804)
ed3a5691 11230
49405d0e
SS
112312009-07-08 Sam Steingold <sds@gnu.org>
11232
11233 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11234 to be a cons cell (test . ignored-directory) to selectively ignore
11235 some directories depending on the location of the search.
11236
93c3eb7c
MA
112372009-07-08 Michael Albinus <michael.albinus@gmx.de>
11238
11239 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11240 remote user is root, on the local host.
11241 (tramp-local-host-p): Either the local user or the remote user
11242 must be root. (Bug#3771)
11243
6f2a8484
NR
112442009-07-08 Nick Roberts <nickrob@snap.net.nz>
11245
11246 * progmodes/gdb-mi.el (gdb): Remove description of
11247 gdb-use-separate-io-buffer.
69cb8d82 11248 (menu): Don't allow toggling of or enable
6f2a8484
NR
11249 gdb-use-separate-io-buffer from menubar.
11250
88d03607
CY
112512009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11252
11253 * mail/unrmail.el (unrmail): Make sure the message ends with two
11254 newlines (Bug#3769).
11255
7ef5b8b2
GM
112562009-07-08 Glenn Morris <rgm@gnu.org>
11257
11258 * calendar/calendar.el (calendar-current-date): Rework previous change.
11259
3ce82f97
GM
112602009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11261
11262 * calendar/calendar.el (calendar-current-date):
11263 Add an optional argument giving an offset from today.
11264
f35fc841
GM
112652009-07-08 Glenn Morris <rgm@gnu.org>
11266
11267 * tutorial.el (tutorial--describe-nonstandard-key):
11268 Adjust the message for when a key has been unbound.
11269 (help-with-tutorial): Hide the arch-tag.
11270
40149292
KH
112712009-07-08 Kenichi Handa <handa@m17n.org>
11272
69cb8d82
KH
11273 * international/fontset.el (setup-default-fontset): For each
11274 script, append (not set) font-specs.
11275
40149292
KH
11276 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11277 docstring.
11278
ff0c4194
NR
112792009-07-08 Nick Roberts <nickrob@snap.net.nz>
11280
11281 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11282 -data-list-register-names to ...
11283 (gdb-starting): ... here because GDB 7.0 requires execution to
11284 have started when using this MI command.
11285 (gdb-set-header): New function to distinguish select and
11286 unselected tabs in gdb buffers.
11287 (gdb-propertize-header): New macro that uses gdb-set-header.
11288 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 11289 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 11290
8954c675
CY
112912009-07-07 Chong Yidong <cyd@stupidchicken.com>
11292
11293 * Makefile.in (ELCFILES): Remove fadr.elc.
11294
0996385d
DD
112952009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11296
dc6b4519
DD
11297 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11298 may contain frame information, so `string-match' should be used.
11299 (gdb-update): Disassembly is invalidated through
11300 `gdb-get-selected-frame'.
11301 (gdb-pad-string): New function to pad string with spaces.
11302 (gdb-invalidate-disassembly): Invalidate only if the buffer
11303 exists.
11304 (gdb-disassembly-handler-custom): Column alignment.
11305 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11306 placing new ones.
11307 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11308 end of line, too.
11309 (gdb-frame-handler): Match convention to for disassembly buffer
11310 mode name.
17c1380b 11311 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
11312 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11313 not highlight breakpoints without line information.
69a197a2 11314 (gdb-input): Add trailing newline to command.
dc6b4519 11315
14340b25
DD
11316 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11317 buffer properly.
11318 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 11319 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
11320 now.
11321 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11322 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11323 to place breakpoints.
14340b25
DD
11324 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11325 functions.
11326 (gdb-disassembly-handler-custom): Show overlay arrow.
11327 (gdb-disassembly-place-breakpoints): Show breakpoints in
11328 disassembly buffer.
11329 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 11330 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 11331 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 11332 in `gud-menu-map'.
14340b25 11333
38d4f316 11334 * fadr.el: Remove.
1f2a6224 11335
7b6fefac 11336 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 11337 (gdb-memory-address): New variable which holds top address of
7b6fefac 11338 memory page shown in memory buffer.
0996385d
DD
11339 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
11340 customization variables.
11341 New functions:
11342 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11343 display the memory buffer.
11344 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11345 buffer display parameters.
11346 (def-gdb-memory-format, gdb-memory-format-binary)
11347 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11348 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11349 Functions for setting memory buffer format.
11350 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11351 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11352 unit size used in memory buffer.
11353 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11354 to next/previous page of memory buffer.
28d67a53 11355 Now using (bindat-get-field) instead of fadr functions.
0996385d 11356
9ba562d3
SS
113572009-07-07 Sam Steingold <sds@gnu.org>
11358
11359 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11360 non-top-level files.
11361
a43977db
KH
113622009-07-07 Kenichi Handa <handa@m17n.org>
11363
11364 * international/mule-cmds.el (reset-language-environment): Put
11365 the highset priority to the charset iso-8859-1.
11366
d44d05e8
CY
113672009-07-06 Chong Yidong <cyd@stupidchicken.com>
11368
11369 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11370 to the end of the line when locating the block (Bug#700).
11371
3e2fa353
MA
113722009-07-06 Michael Albinus <michael.albinus@gmx.de>
11373
11374 * net/tramp.el (tramp-handle-write-region): Flush file properties
11375 in case of short track.
11376
be3e598a 113772009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 11378
bf0b361c
JB
11379 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11380 Coded custom representation of verilog error regular expressions
11381 to work with Emacs-22's new format.
d88782c3 11382 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 11383 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
11384 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11385 error recognition into XEmacs.
11386 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11387 error recognition into Emacs-22.
11388
25c6f63e
CY
113892009-07-06 Chong Yidong <cyd@stupidchicken.com>
11390
11391 * woman.el: Remove stand-alone closing parentheses.
11392 (woman-file-name, woman2-format-paragraphs)
11393 (woman-leave-blank-lines): Code cleanup.
11394 (woman-use-own-frame): Change default to nil.
11395 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11396 defaults to inherit from default faces.
11397 (woman2-process-escapes): Consume the newline after a stand-alone
11398 filler character (Bug#3651).
11399
f176290e
GM
114002009-07-06 Glenn Morris <rgm@gnu.org>
11401
11402 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11403 (top-level): Move provide to the end.
11404 (ffap): Remove defunct URL from custom group.
11405
11406 * subr.el (eval-after-load): Doc fix.
11407
7b6fefac 114082009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
11409
11410 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11411 `calc-embedded-word' is called twice.
11412
4b8b1ec5
SM
114132009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11414
11415 * files.el (find-alternate-file-other-window, find-alternate-file):
11416 Obey confirm-nonexistent-file-or-buffer.
11417
d6ceb380
MA
114182009-07-05 Michael Albinus <michael.albinus@gmx.de>
11419
11420 * dired-aux.el (dired-show-file-type): Handle remote files.
11421
be3e598a 114222009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 11423
4b8b1ec5
SM
11424 * desktop.el (desktop-globals-to-save):
11425 Add file-name-history (Bug#2750).
c760f19e 11426
6d00ce04
CY
114272009-07-05 Chong Yidong <cyd@stupidchicken.com>
11428
4b8b1ec5 11429 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 11430
6ee21b07
JB
114312009-07-04 Johan Bockgård <bojohan@gnu.org>
11432
11433 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11434 property on entire argument since this is what eshell-lisp-command
11435 expects.
11436
f0dbdc25
MA
114372009-07-03 Michael Albinus <michael.albinus@gmx.de>
11438
11439 * net/tramp-gvfs.el (tramp-gvfs-methods)
11440 (tramp-gvfs-zeroconf-domain)
11441 (tramp-bluez-discover-devices-timeout): Add version flag.
11442 (tramp-gvfs-handler-mounted-unmounted)
11443 (tramp-gvfs-connection-mounted-p): Polish handling of
11444 incompatibilities between GVFS 0.2 and 1.0.
11445
e044e4fc
JD
114462009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11447
4b8b1ec5 11448 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 11449
2e9b968b
JB
114502009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11451
bf0b361c 11452 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
11453 formatted correctly.
11454
baf1a55e
JL
114552009-07-02 Juri Linkov <juri@jurta.org>
11456
11457 * info.el: Virtual Info files and nodes.
11458 (Info-virtual-files, Info-virtual-nodes): New variables.
11459 (Info-current-node-virtual): New variable.
11460 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11461 New functions.
11462 (Info-file-supports-index-cookies): Use Info-virtual-file-p
11463 to check for a virtual file instead of checking a fixed list
11464 of node names.
11465 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11466 instead of ad-hoc processing of "dir" and (apropos history toc).
11467 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11468 instead of ad-hoc processing of "dir" and (apropos history toc).
11469 Reread a file when moving from a virtual node.
11470 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11471 (Info-directory-toc-nodes, Info-directory-find-file)
11472 (Info-directory-find-node): New functions.
11473 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11474 (Info-history): Move part of code to
11475 `Info-history-find-node'.
11476 (Info-history-toc-nodes, Info-history-find-file)
11477 (Info-history-find-node): New functions.
11478 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11479 (Info-toc): Move part of code to `Info-toc-find-node'.
11480 (Info-toc-find-node): New function.
4b8b1ec5 11481 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
11482 the current Info file name to references because now the node
11483 "*TOC*" belongs to the same Info manual.
4b8b1ec5 11484 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
11485 (Info-toc-nodes): Rename input argument `file' to `filename'.
11486 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11487 instead of ad-hoc processing of ("dir" apropos history toc).
11488 (Info-index-nodes): Use Info-virtual-file-p
11489 to check for a virtual file instead of checking a fixed list
11490 of node names.
11491 (Info-index-node): Add check for `Info-current-node-virtual'.
11492 Raise `save-match-data' higher up the tree to contain
11493 `search-forward' too (bug fix).
11494 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11495 (Info-virtual-index-nodes): New variable.
11496 (Info-virtual-index-find-node, Info-virtual-index): New functions.
11497 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11498 (Info-apropos-file, Info-apropos-nodes): New variables.
11499 (Info-apropos-toc-nodes, Info-apropos-find-file)
11500 (Info-apropos-find-node, Info-apropos-matches): New functions.
11501 (info-apropos): Move part of code to `Info-apropos-find-node' and
11502 `Info-apropos-matches'.
11503 (Info-mode-map): Bind "I" to `Info-virtual-index'.
11504 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11505 for a virtual file instead of checking a fixed list of node names.
11506
11507 * simple.el (async-shell-command): New command.
11508
11509 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11510
11511 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11512 instead of `mount-info'.
11513
d04bc496
MA
115142009-07-02 Michael Albinus <michael.albinus@gmx.de>
11515
11516 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 11517 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 11518
af0403e0
KH
115192009-07-02 Kenichi Handa <handa@m17n.org>
11520
11521 * international/mule.el (set-keyboard-coding-system): Force *-unix
11522 coding-system to avoid eol conversion.
11523
99278f8a
MA
115242009-07-01 Michael Albinus <michael.albinus@gmx.de>
11525
4b8b1ec5
SM
11526 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11527 Add handler for `process-file', `shell-command' and
99278f8a
MA
11528 `start-file-process'.
11529 (tramp-gvfs-handle-shell-command)
11530 (tramp-gvfs-handle-start-file-process)
11531 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 11532 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 11533
3f1c6666
JD
115342009-07-01 Jan Djärv <jan.h.d@swipnet.se>
11535
11536 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11537
3f396bac
KH
115382009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
11539
11540 * language/korean.el (set-language-info-alist): Add korean-cp949,
11541 cp949 to spec.
11542
c1185193
KH
115432009-07-01 Kenichi Handa <handa@m17n.org>
11544
11545 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11546
11547 * international/encoded-kb.el: Deleted.
11548
11549 * international/mule.el (set-keyboard-coding-system): Perform the
11550 necessary setup here instead of calling encoded-kbd-setup-display.
11551
3f150a60
GM
115522009-07-01 Glenn Morris <rgm@gnu.org>
11553
11554 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11555
b0d5b05b
GM
115562009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
11557
11558 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
11559
4f4126e6
MA
115602009-06-30 Michael Albinus <michael.albinus@gmx.de>
11561
4b8b1ec5
SM
11562 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11563 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 11564 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 11565
7ae3ea65 11566 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
11567 (top): Add a default for "synce" in `tramp-default-user-alist'.
11568 Add completion function for "synce" method.
11569 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
11570 (tramp-hal-interface-manager, tramp-hal-interface-device):
11571 New defconst.
11572 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11573 (tramp-synce-list-devices, tramp-synce-parse-device-names):
11574 New defuns.
d6ceb380
MA
11575
11576 * net/trampver.el: Update release number.
7ae3ea65 11577
0ad6626b
KH
115782009-06-30 Kenichi Handa <handa@m17n.org>
11579
11580 * international/fontset.el (setup-default-fontset): Add CJK fonts
11581 for symbols and the other miscellaneous characters.
11582
4b8b1ec5
SM
11583 * language/korea-util.el (setup-korean-environment-internal):
11584 Make char-width-table suitable for Korean environments.
0ad6626b
KH
11585 (exit-korean-environment): Cancel above.
11586
11587 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11588 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 11589 setup-function to make char-width-table suitable for respective
0ad6626b
KH
11590 environments, and an exit-function to cancel that.
11591
11592 * language/japan-util.el (setup-japanese-environment-internal):
11593 Call use-cjk-char-width-table with arg `ja_JP'.
11594
11595 * international/characters.el (cjk-char-width-table): Delete it.
11596 (cjk-char-width-table-list): New variable.
11597 (use-cjk-char-width-table): New arg local-name.
11598 (use-default-char-width-table): Fix for the case that Emacs is
11599 already using the default char-width-table.
11600
fd46e893
MA
116012009-06-29 Michael Albinus <michael.albinus@gmx.de>
11602
11603 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11604 modes mandatory. (Bug#3712)
11605
b87d9f96
AM
116062009-06-29 Alan Mackenzie <acm@muc.de>
11607
11608 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 11609 correction between the visible width of TABs and their number of bytes.
b87d9f96 11610
2d25aa5a
CY
116112009-06-29 Chong Yidong <cyd@stupidchicken.com>
11612
11613 * server.el (server-buffer-done): Prevent kill-buffer from
11614 prompting by clearing the buffer modification flag (Bug#3696).
11615
a3a8b002
DN
116162009-06-28 Michael McNamara <mac@mail.brushroad.com>
11617
bf0b361c 11618 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 11619 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
11620 (verilog-basic-complete-re): Support localparam lineup.
11621 (verilog-beg-of-statement-1): Fix for robustness, unique case.
11622 (verilog-set-auto-endcomments): Fix for unique case, always_comb
11623 commenting.
11624 (verilog-leap-to-case-head): Now support *nested* unique &
11625 priority case statements.
11626 (verilog-auto-lineup): Make just declarations the default (as it
11627 had been).
4b8b1ec5 11628 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 11629 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 11630 select the various styles of automatic lineup.
a3a8b002
DN
11631 (verilog-error-regexp-alist): Rework to support the XEmacs style
11632 of error regular expressions from compilers, lint tools &
11633 simulators. Note that GNU Emacs has made it impossible for a mode
11634 to load such things.
11635 (electric-verilog-terminate-line, verilog-indent-declaration)
11636 (verilog-auto-wiure): Rework for radio button selection of
11637 auto-lineup selection of specification of auto lineup.
11638 (verilog-beg-of-statement-1): Redesign to support proper operation
11639 in additional code, based on testing with auto-lineup.
11640 (verilog-calculate-indent, assignments & declarations)
11641 (verilog-backward-token): Enhance to support auto-lineup of
11642 assignments & declarations.
11643 (verilog-in-directive-p, verilog-at-struct-p): New function for
11644 easy test of whether we are.
11645 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11646 to support safe execution at almost anyline.
11647 (verilog-calc-1): Properly support indenting deep inside generate
11648 blocks.
48c2d18a 11649 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 11650 as it is redundant with font-lock-defaults.
a8f316ca 11651 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
11652 to avoid circular calls if syntax-ppss is a function (as is the
11653 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 11654 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
11655 (verilog-ovm-begin-re, verilog-ovm-end-re)
11656 (verilog-ovm-statement-re, verilog-leap-to-head)
11657 (verilog-backward-token): Add support for OVM macros. Some are
11658 complete statements, and others open and close scopes like begin
11659 and end.
11660 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11661 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 11662 compilation issue.
48c2d18a 11663 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 11664 coverpoint, constraint and cross statements.
a3a8b002
DN
11665 (verilog-defun-level-list, verilog-generate-defun-level-list)
11666 (verilog-all-defun-level-list): Redo these specifications - it is
11667 too hard to support eval-when compile aggregation of lists also
11668 built at when-compile time.
11669 (verilog-defun-level-list): Place defconsts of variables used in
11670 building regular expressions which are built in eval-when-compile
11671 bodies in the same eval-when-compile body to facilitate compile
11672 without load.
11673 (verilog-beg-block-re-ordered): Support indenting
11674 virtual/protected tasks and functions.
7b6fefac 11675 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
11676 (verilog-backward-ws&directives, verilog-calc-1): Speed up
11677 indentation of some module items (generate items).
11678 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11679 across virtual/protected tasks and functions.
11680
116812009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
11682
bf0b361c 11683 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 11684 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
11685 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11686 in concatenations. Reported by Yishay Belkind.
11687 (verilog-auto-ascii-enum): Support one-hot state machines in
11688 AUTOASCIIENUM. Suggested by Lloyd Gomez.
11689 (verilog-auto-inst, verilog-auto-inst-port): Include interface
11690 modport in AUTOINST and add vl-modport for users. Reported by
11691 David Rogoff.
11692 (verilog-auto-inout-module, verilog-auto-inst)
11693 (verilog-decls-get-interfaces, verilog-insert-definition)
11694 (verilog-insert-one-definition, verilog-read-decls)
11695 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11696 (verilog-sig-modport, verilog-signals-combine-bus)
11697 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11698 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11699 Suggested by David Rogoff.
11700 (verilog-repair-open-comma): Fix non-insertion of comma when
11701 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
11702 (verilog-make-width-expression): Simplify [A-1:0] expression
11703 widths to just {A{1'b0}}.
11704 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
11705 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11706 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
11707 inputs/outputs or data type. Suggested by Vasu Kandadi.
11708 (next-error-last-buffer): Fix byte-compiler warning.
11709 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11710 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 11711 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 11712 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
11713 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11714 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 11715 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
11716 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11717 causing use of <= assignments. Reported by Alex Reed.
11718 (verilog-read-decls): Fix triand, trior, wand, wor to be
11719 recognized by AUTOWIRE. Reported by Spencer Isaacson.
11720 (verilog-extended-complete-re): Support import "DPI-C" functions.
11721 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 11722 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
11723 (verilog-insert-date, verilog-insert-year)
11724 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11725 Windows systems. Reported by Michael Potts.
11726 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 11727 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 11728 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 11729 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
11730 (verilog-read-decls): Fix detecting "parameter int" when using
11731 AUTOINSTPARAM. Reported by Bruce T.
11732 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 11733 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 11734 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
11735 verilog-goto-defun will work. Reported by Lawrence Butcher.
11736 (verilog-getopt): Expand environment variables in -f file
11737 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 11738 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
11739 when reading enumerations.
11740 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11741 Suggested by Stephen Peltan.
4b8b1ec5 11742 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
11743 files. Reported by Steve Peltan.
11744
f7c0d931
CY
117452009-06-28 David De La Harpe Golden <david@harpegolden.net>
11746
11747 * files.el (trash-directory): Fix defcustom type.
11748
baf1a55e 117492009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
11750
11751 * help-fns.el (describe-function-1): Correctly locate adviced
11752 functions in hyperlink (Bug#2438).
11753
d63a01ef
CY
117542009-06-28 Chong Yidong <cyd@stupidchicken.com>
11755
11756 * files.el (trash-directory): Change default to nil.
11757 (move-file-to-trash): If trash-directory is nil and
11758 system-move-file-to-trash is unbound, perform freedesktop-style
11759 trashing.
11760
117612009-06-28 David De La Harpe Golden <david@harpegolden.net>
11762
11763 * files.el (move-file-to-trash): Add freedesktop trash
11764 support (Bug#973).
11765
fc2f6a26
GM
117662009-06-28 Glenn Morris <rgm@gnu.org>
11767
11768 * autorevert.el (global-auto-revert-non-file-buffers)
11769 (global-auto-revert-mode): Doc fixes.
11770
00242b07
JB
117712009-06-27 Johan Bockgård <bojohan@gnu.org>
11772
11773 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11774
f5594f03
CY
117752009-06-27 Chong Yidong <cyd@stupidchicken.com>
11776
e8a2b2da
CY
11777 * faces.el (x-handle-named-frame-geometry): Ensure that we have
11778 opened an X connection before calling x-get-resource (Bug#3194).
11779
f5594f03
CY
11780 * play/doctor.el: Remove reference to obsolete website.
11781 (make-doctor-variables): Correct grammar mistake (Bug#2633).
11782
3c3bf6ce
DN
117832009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11784
11785 Remove find-file-not-found-hook VC method. (Bug#2757)
11786 * vc-hooks.el (vc-file-not-found-hook)
11787 (vc-default-find-file-not-found-hook): Remove functions.
11788 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11789 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11790 * vc.el:
11791 * vc-hg.el:
11792 * vc-git.el: Do not mention find-file-not-found-hook VC method.
11793
e26a7bc0
AM
117942009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
11795
11796 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 11797 compatibility function for `looking-back'.
e26a7bc0 11798
4b8b1ec5 11799 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 11800 Use `ispell-looking-back'.
e26a7bc0 11801
d9848600
MA
118022009-06-24 Michael Albinus <michael.albinus@gmx.de>
11803
11804 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 11805 rather than `filename'.
d9848600 11806
05fbc4a9
MB
118072009-06-23 Miles Bader <miles@gnu.org>
11808
11809 * face-remap.el (text-scale-set): New function.
11810
f86ca715
GM
118112009-06-23 Glenn Morris <rgm@gnu.org>
11812
33e2c2e5
GM
11813 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11814
f529f302
GM
11815 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11816
34995333
GM
11817 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11818
cc80ccee
GM
11819 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11820
84cb770d
GM
11821 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11822 Simplify Persian conditionals.
11823
d916c965
GM
11824 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11825 variable `filename'.
11826
b6a44b27
GM
11827 * comint.el (comint-insert-input): Doc fix.
11828
f86ca715
GM
11829 * Makefile.in (ELCFILES): Fix typo in previous change.
11830
666e158e
MB
118312009-06-23 Miles Bader <miles@gnu.org>
11832
11833 * cus-start.el: Add entry for `recenter-redisplay'.
11834
be3e598a 118352009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
11836
11837 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11838 Add an optional argument for the backend, use it instead of
11839 calling vc-backend.
4b8b1ec5
SM
11840 (vc-mode-line): Add an optional argument for the backend.
11841 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
11842 special handling for vc-state being a buffer to ...
11843
11844 * vc-rcs.el (vc-rcs-find-file-hook):
11845 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
11846
11847 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11848 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11849 vc-stay-local-p and vc-mode-line calls.
11850
11851 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11852 (vc-cvs-diff, vc-cvs-annotate-command)
11853 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11854 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11855 vc-mode-line calls.
11856
11857 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11858 direct comparison.
11859 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11860 backend when calling vc-mode-line.
11861 (vc-register): Do not create a closure for calling the vc register
11862 function, call it directly.
11863
2764748c
DN
118642009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11865
11866 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11867 to make it obvious item can be clicked.
f5a0b281
DN
11868
11869 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11870
d4a885b2
KH
118712009-06-23 Kenichi Handa <handa@m17n.org>
11872
11873 * language/korea-util.el (korean-key-bindings): Change the binding
11874 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
11875 same command.
11876
e3610693
MA
118772009-06-22 Michael Albinus <michael.albinus@gmx.de>
11878
11879 Sync with Tramp 2.1.16.
11880
11881 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11882
11883 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
11884 when a loading of a package fails. Completion function for rsync
11885 is `tramp-completion-function-alist-ssh'.
11886 (all): Replace all calls of `split-string' and
11887 `tramp-split-string' by `tramp-compat-split-string'.
11888 (tramp-default-method): Use `tramp-compat-process-running-p'.
11889 (tramp-default-proxies-alist): Allow also Lisp forms.
11890 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 11891 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
11892 (tramp-domain-regexp): Allow also "-", "_" and ".".
11893 (tramp-end-of-output): Remove newlines, and add "$" at the end.
11894 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11895 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
11896 (tramp-handle-directory-files-and-attributes-with-stat):
11897 Care about filenames with spaces, or starting with "-".
e3610693
MA
11898 (tramp-handle-dired-uncache): New defun.
11899 (tramp-handle-insert-directory): Don't flush the directory from
11900 cache, this is handled by `dired-uncache' now.
11901 (tramp-handle-insert-file-contents): Improve error handling.
11902 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11903 Quote `tramp-end-of-output'.
11904 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
11905 (tramp-check-for-regexp): Both echoes must be present, before removing.
11906 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
11907 (tramp-compute-multi-hops): Eval cons cells of
11908 `tramp-default-proxies-alist'.
11909 (tramp-maybe-open-connection): Use the same command pattern for
11910 first hop and further hops.
11911 (tramp-wait-for-output): Remove handling of newlines.
11912 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11913 (tramp-split-string): Remove function. It is handled in
11914 tramp-compat now.
11915
4b8b1ec5
SM
11916 * net/tramp-cmds.el (tramp-bug):
11917 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
11918
11919 * net/tramp-compat.el (tramp-compat-split-string)
11920 (tramp-compat-process-running-p): New defuns.
11921
11922 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11923 for `dired-uncache'.
11924
11925 * net/tramp-gvfs.el: New package.
11926
4b8b1ec5
SM
11927 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11928 Add handler for `dired-uncache'.
e3610693
MA
11929 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11930
11931 * net/trampver.el: Update release number. Make version check fit
11932 for SXEmacs 22.
11933
13a3f374
JM
119342009-06-22 Jim Meyering <meyering@redhat.com>
11935
e0a28a3b 11936 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
11937 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11938 XZ is the successor to LZMA: <http://tukaani.org/xz/>
11939
5242671e 119402009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 11941 Nick Roberts <nickrob@snap.net.nz>
13a3f374 11942
e0a28a3b 11943 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
11944 repository (http://sphinx.net.ru/hg/gdb-mi/).
11945
3fde45af
GM
119462009-06-22 Glenn Morris <rgm@gnu.org>
11947
46253b34
GM
11948 * files.el (dir-locals-collect-mode-variables): Allow for any number of
11949 `mode' and `eval' entries. (Bug#3430)
11950
97e18192
GM
11951 * Makefile.in (ELCFILES): Add fadr.elc.
11952
731a00fb
GM
11953 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11954 differing behavior of \n and ^ in strings. (Bug#3385)
11955
c66cd0ff
GM
11956 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11957
3fde45af
GM
11958 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11959 property.
11960 (lisp-indent-function): Make it a defcustom.
11961
db2241a0
NR
119622009-06-21 Nick Roberts <nickrob@snap.net.nz>
11963
11964 * progmodes/gdb-ui.el: Replace with ...
5242671e 11965 * progmodes/gdb-mi.el: ... this file.
db2241a0 11966 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
11967
119682009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
11969
db2241a0
NR
11970 * fadr.el: New file.
11971
38d4f316 11972See ChangeLog.14 for earlier changes.
e3d51b27
MR
11973
11974;; Local Variables:
11975;; coding: utf-8
e3d51b27
MR
11976;; End:
11977
4e5617ee 11978 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
e3d51b27
MR
11979
11980 This file is part of GNU Emacs.
11981
11982 GNU Emacs is free software: you can redistribute it and/or modify
11983 it under the terms of the GNU General Public License as published by
11984 the Free Software Foundation, either version 3 of the License, or
11985 (at your option) any later version.
11986
11987 GNU Emacs is distributed in the hope that it will be useful,
11988 but WITHOUT ANY WARRANTY; without even the implied warranty of
11989 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11990 GNU General Public License for more details.
11991
11992 You should have received a copy of the GNU General Public License
11993 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11994
38d4f316 11995;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1