* lisp/speedbar.el (speedbar-toggle-images): Doc fix.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
c790cad4
GM
12010-11-10 Glenn Morris <rgm@gnu.org>
2
32b636de
GM
3 * speedbar.el (speedbar-toggle-images): Doc fix.
4
bc1d5cdf
GM
5 * progmodes/python.el (python-shell): Doc fix.
6
c790cad4
GM
7 * wid-edit.el (widget-field-use-before-change)
8 (widget-use-overlay-change): Doc fixes.
9
14121c52
GM
102010-11-09 Glenn Morris <rgm@gnu.org>
11
12 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
13
73525e72
SM
142010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15
9bdba5f5
SM
16 * minibuffer.el (minibuffer-completion-help): Specify the end of the
17 completion field (bug#7211).
18
73525e72
SM
19 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
20 Fix handling of backslash escapes.
21 (python-quote-syntax): Adjust accordingly.
22
aef8d045 232010-11-08 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
24
25 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
26 (vc-mtn-workfile-branch): Adjust to new output format.
27
cc4d2366
SM
282010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
29
30 * international/mule-cmds.el (princ-list): Mark as obsolete.
31
7f925a67
SM
322010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
33
34 * emacs-lisp/smie.el: New package.
35
6ce78fdc
MA
362010-11-06 Michael Albinus <michael.albinus@gmx.de>
37
7f925a67
SM
38 * files.el (backup-by-copying-when-mismatch):
39 Set `permanent-local' property.
6ce78fdc
MA
40
41 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 42 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 43
21620882
EZ
442010-11-06 Eli Zaretskii <eliz@gnu.org>
45
46 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
169759a0
EZ
47 (ls-lisp-classify-file): New function.
48 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
49 (ls-lisp-classify): Call ls-lisp-classify-file.
50 (insert-directory): Remove blanks from switches.
21620882 51
8468f78b
WS
522010-11-07 Wilson Snyder <wsnyder@wsnyder.org>
53
7f925a67 54 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 55 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
56 AUTOINOUT for SV style multidimensional arrays, bug294.
57 Reported by Eric Mastromarchi.
58 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
59 font-lock-fontify-buffer to cleanup style issues.
60
fe9c5521
MA
612010-11-05 Michael Albinus <michael.albinus@gmx.de>
62
63 * net/trampver.el: Update release number.
64
00d9e115
YM
652010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
66
67 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
68 beginning of the string. Use `string-match-p'. (Bug#6765)
69
cb5e49a3
GM
702010-11-01 Glenn Morris <rgm@gnu.org>
71
72 * locate.el (locate, locate-mode): Doc fixes.
73
381d186f
CY
742010-11-01 Chong Yidong <cyd@stupidchicken.com>
75
76 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
77 user for confirmation.
78 (server-force-stop): Use it.
79 (server-start): Use server-force-stop for kill-emacs-hook, to
80 avoid user interaction while killing Emacs.
81
98cfec0d
CY
822010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
83
84 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
85 (log-edit-author): New dynamic var.
86 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
87 Use it to return the author if different from committer.
88 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
89
902010-10-31 Eli Zaretskii <eliz@gnu.org>
91
92 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
93
942010-10-31 Chong Yidong <cyd@stupidchicken.com>
95
96 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
97 (vc-root-diff, vc-print-root-log, vc-log-incoming)
98 (vc-log-outgoing): Use it.
99 (vc-diff-internal): Set diff-vc-backend.
100
101 * vc/diff-mode.el (diff-vc-backend): New var.
102
1032010-10-31 Juri Linkov <juri@jurta.org>
104
105 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
106 buffer-locally to lambda that re-runs the vc diff command.
107 (Bug#6447)
108
1092010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
110
111 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
112
113 Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
114 log-outgoing commands.
115 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
116 to create a buffer local revert-buffer-function variable.
117 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
118 revert-buffer-function lambda.
119
120 Improve VC create/retrieve tag/branch.
121 * vc.el (vc-create-tag): Do not read the directory name for VCs
122 with repository revision granularity. Adjust the tag/branch
123 prompt. Reset VC properties.
124 (vc-retrieve-tag): Do not read the directory name for VCs
125 with repository revision granularity. Reset VC properties.
126
127 Add optional support for resetting VC properties.
128 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
129 call vc-file-clearprops when true.
130 (vc-resynch-buffer): Add new optional argument, pass it down.
131 (vc-resynch-buffers-in-directory): Likewise.
132
133 Improve support for special markup in the VC commit message.
134 * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
135 * vc-hg.el (vc-hg-checkin): Add support for Date:.
136 * vc-git.el (vc-git-checkin):
137 * vc-bzr.el (vc-bzr-checkin): Likewise.
138
139 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
140 * vc-git.el (vc-git-log-view-mode): Fix font lock for
141 incoming/outgoing logs.
142 (vc-git-log-outgoing, vc-git-log-incoming): New functions.
143
144 * vc-git.el (vc-git-log-outgoing): Use the same format as the
145 short log.
146 (vc-git-log-incoming): Likewise. Run "git fetch" before the log
147 command
148
149 Add bindings for vc-log-incoming and vc-log-outgoing.
150 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
151 and vc-log-outgoing.
152 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
153 and vc-log-outgoing.
154
155 Improve state updating for VC tag commands.
156 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
157 to update the state of all buffers in the directory.
158
1592010-05-19 Glenn Morris <rgm@gnu.org>
160
161 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
162
1632010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
164
165 * vc.el (vc-checkin, vc-modify-change-comment):
166 Adjust to new vc-start/finish-logentry.
167 (vc-find-conflicted-file): New command.
168 (vc-transfer-file): Adjust to new vc-checkin.
169 (vc-next-action): Improve scoping.
170
171 * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
172 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
173
174 * vc-dispatcher.el (vc-log-edit): Shorten names for
175 log-edit-show-files.
176
177 * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
178 (vc-bzr-conflicted-files): New function.
179
180 * log-edit.el (log-edit-summary, log-edit-header)
181 (log-edit-unknown-header): New faces.
182 (log-edit-headers-alist): New var.
183 (log-edit-header-contents-regexp): New const.
184 (log-edit-match-to-eoh): New function.
185 (log-edit-font-lock-keywords): Use them.
186 (log-edit): Insert a "Summary:" header as default.
187 (log-edit-mode): Mark font-lock rules as case-insensitive.
188 (log-edit-done): Cleanup headers.
189 (log-edit-extract-headers): New function to replace it.
190
191 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
192 the windows/frames.
193
194 * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
195
196 * vc-dir.el (vc-dir-kill-line): New command.
197 (vc-dir-mode-map): Bind it to C-k.
198 (vc-dir-headers): Abbreviate the working dir.
199
200 * vc-git.el (vc-git-revision-table): Include remote branches.
201
2022010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
203
204 New VC methods: vc-log-incoming and vc-log-outgoing.
205 * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
206 (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
207 New functions.
208 (vc-print-log-internal): Just call vc-log-internal-common.
209 (vc-log-view-type): New permanent local variable.
210
211 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
212
213 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
214 of the dynamic bound vc-short-log.
215 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
216
217 * vc-git.el (vc-git-log-outgoing): New function.
218 (vc-git-log-view-mode): Use vc-log-view-type instead
219 of the dynamic bound vc-short-log.
220
221 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
222 the dynamic bound vc-short-log. Highlight the tag.
223 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
224 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
225 (vc-hg-incoming-mode): Remove.
226 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
227
228 Fix default-directory for vc-root-diff.
229 * vc.el (vc-root-diff): Bind default-directory to the root
230 directory for the diff command.
231
2322010-10-31 Sam Steingold <sds@gnu.org>
233
234 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
235 `vc-hg-command' with a list of flags.
236
2372010-10-31 Glenn Morris <rgm@gnu.org>
238
239 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
240 log-edit-before-checkin-process.
241
242 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
243
244 * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
245
246 * vc-dispatcher.el (vc-start-logentry): Doc fix.
247 (log-view-process-buffer, log-edit-extra-flags): Declare.
248
2492010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
250
251 Add special markup processing for commit logs.
252 * log-edit.el (log-edit): Add new argument MODE. Use that mode
253 when non-nil instead of the log-view-mode.
254
255 * vc.el (vc-default-log-edit-mode): New function.
256
257 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
258 log-edit.
259
260 Support for shelving snapshots and for showing shelves.
261 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
262 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
263 New functions.
264 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
265 (vc-bzr-extra-menu-map): Map them.
266
a057950d
MA
2672010-10-30 Michael Albinus <michael.albinus@gmx.de>
268
269 * net/tramp.el (tramp-handle-insert-file-contents): For root,
270 preserve owner and group when editing files. (Bug#7289)
271
d2ce10d2
GM
2722010-10-29 Glenn Morris <rgm@gnu.org>
273
274 * speedbar.el (speedbar-mode):
275 * play/fortune.el (fortune-in-buffer, fortune):
276 * play/gomoku.el (gomoku-mode):
277 * play/landmark.el (lm-mode):
278 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
279 Replace inappropriate uses of toggle-read-only. (Bug#7292)
280
82f7efc3
GM
2812010-10-28 Glenn Morris <rgm@gnu.org>
282
283 * select.el (x-selection): Mark it as an obsolete alias.
284
ca39416c
AH
2852010-10-27 Aaron S. Hawley <aaron.s.hawley@gmail.com>
286
287 * add-log.el (find-change-log): Use derived-mode-p rather than
288 major-mode (bug#7284).
289
aab705a2
GM
2902010-10-27 Glenn Morris <rgm@gnu.org>
291
292 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
293 rather than just an unused variable that inherits from the real one.
294
a03c2342
WS
2952010-10-23 Michael McNamara <mac@mail.brushroad.com>
296
297 * verilog-mode.el (verilog-directive-re): Make this variable
298 auto-built for efficiency of execution and updating.
299 (verilog-extended-complete-re): Support 'pure' fucntion & task
300 declarations (these have no bodies).
ca39416c
AH
301 (verilog-beg-of-statement): General cleanup to enable support of
302 'pure' fucntion & task declarations (these have no bodies).
303 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
304 noticed by Steve Pearlmutter.
305 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
306 (verilog-directive-nest-re, verilog-set-auto-endcomments):
307 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
308 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
309 attribute handling for lining up declarations and assignments.
310 (verilog-beg-of-statement-1): Fix issue where continued declaration
311 is indented differently if it is after a begin..end clock.
312 (verilog-in-attribute-p, verilog-skip-backward-comments)
313 (verilog-skip-forward-comment-p): Support proper treatment of
314 attributes by indent code. Reported by Jeff Steele.
ca39416c 315 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
316 (verilog-backward-up-list, verilog-in-struct-region-p)
317 (verilog-backward-token, verilog-in-struct-p)
318 (verilog-in-coverage-p, verilog-do-indent)
319 (verilog-pretty-declarations): Use verilog-backward-up-list as
320 wrapper around backward-up-list inorder to properly skip comments.
321 Reported by David Rogoff.
322 (verilog-property-re, verilog-endcomment-reason-re)
323 (verilog-beg-of-statement, verilog-set-auto-endcomments)
324 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
325 of if). Reported by Max Bjurling and
326 (verilog-calc-1): Fix for clocking block in modport
327 declaration. Reported by Brian Hunter.
328
3292010-10-23 Wilson Snyder <wsnyder@wsnyder.org>
330
331 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
332 (verilog-gate-keywords, verilog-read-sub-decls)
333 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
334 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
335 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
336 (verilog-read-decls): Fix spaces in V2K module parameters causing
337 mis-identification as interfaces, bug287.
338 (verilog-read-decls): Fix not treating "parameter string" as a
339 parameter in AUTOINSTPARAM.
340 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
341 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 342 (verilog-do-indent): Implement correct automatic or static task or
a03c2342
WS
343 function end comment highlight. Reported by Steve Pearlmutter.
344 (verilog-font-lock-keywords-2): Fix highlighting of single
345 character pins, bug264. Reported by Michael Laajanen.
346 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
347 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
348 (verilog-subdecls-get-interfaced, verilog-subdecls-new): Support
349 interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
350 (verilog-pretty-expr): Fix interactive arguments, bug272.
351 Reported by Mark Johnson.
352 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
353 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
a03c2342
WS
354 bug269. Suggested by Gary Delp.
355 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
356 (verilog-preprocessor, verilog-set-compile-command):
357 Create verilog-preprocess and verilog-preprocessor to show
358 preprocessed output.
a03c2342
WS
359 (verilog-get-beg-of-line, verilog-get-end-of-line)
360 (verilog-modi-file-or-buffer, verilog-modi-name)
361 (verilog-modi-point, verilog-within-string): Move defmacro's
362 before first use to avoid warning. Reported by Steve Pearlmutter.
363 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
364 (verilog-colorize-region, verilog-highlight-buffer)
365 (verilog-highlight-includes, verilog-highlight-modules)
366 (verilog-highlight-region, verilog-mode): Rename colorize to
367 highlight to match other packages. Disable module highlighting,
368 as received speed complaints, reenable for experimentation only
369 using new verilog-highlight-modules.
370 (verilog-read-decls): Fix regexp stack overflow in very large
371 AUTO_TEMPLATEs, bug250.
372 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
373 (verilog-scan): Create verilog-save-buffer-state to standardize
374 making insignificant changes that shouldn't call hooks.
375 (verilog-save-no-change-functions, verilog-save-scan-cache)
376 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
377 Create verilog-save-no-change-functions to wrap verilog-scan
378 preservation, and fix to work with nested preserved calls.
379 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
380 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
381 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
382 (verilog-submit-bug-report): Update variable list to be complete.
383 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
384 breaking on-the-fly font-locking.
385 (verilog-colorize-buffer, verilog-colorize-include-files)
386 (verilog-colorize-include-files-buffer, verilog-colorize-region)
387 (verilog-load-file-at-mouse, verilog-load-file-at-point)
388 (verilog-mode, verilog-read-inst-module-matcher): With point on a
389 AUTOINST cell instance name, middle mouse button now finds-file on
390 it. Suggested by Brad Dobbie.
391 (verilog-alw-get-temps, verilog-auto-reset)
392 (verilog-auto-sense-sigs, verilog-read-always-signals)
393 (verilog-read-always-signals-recurse): Fix loop indexes being
394 AUTORESET. AUTORESET now assumes any variables in the
395 initialization section of a for() should be ignored. Reported by
396 Dan Dever.
397 (verilog-error-font-lock-keywords)
398 (verilog-error-regexp-emacs-alist)
399 (verilog-error-regexp-xemacs-alist): Fix error detection of
400 Cadence HAL, reported by David Asher. Repair drift between the
401 three similar error variables.
402 (verilog-modi-lookup, verilog-modi-lookup-cache)
403 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
404 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
405 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
406 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
407 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
408 "{1*2{...". Broke in last revision.
409 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
410 submodule connections with replications "{#{a},#{b}}".
411
0d0d9424
GM
4122010-10-23 Glenn Morris <rgm@gnu.org>
413
ca39416c
AH
414 * comint.el (comint-password-prompt-regexp):
415 Match "enter the password". (Bug#7224)
0d0d9424 416
88dbda51
JB
4172010-10-22 Juanma Barranquero <lekktu@gmail.com>
418
419 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
420 Fix typo in docstring.
421
efd49885
MA
4222010-10-21 Michael Albinus <michael.albinus@gmx.de>
423
424 * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
425 errors.
426
427 * net/trampver.el: Update release number.
428
52ce2890
KH
4292010-10-20 Kenichi Handa <handa@m17n.org>
430
431 * face-remap.el (text-scale-adjust): Call read-event with a proper
432 prompt.
433
bca0f839
MA
4342010-10-19 Michael Albinus <michael.albinus@gmx.de>
435
436 * net/tramp.el (tramp-do-file-attributes-with-stat)
437 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
438 order to make stat results a float. Patch by Andreas Schwab
439 <schwab@linux-m68k.org>.
440
e8b69dc2
SM
4412010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
442
443 * repeat.el (repeat): Use read-key (bug#6256).
444
a8c41b4c
CY
4452010-10-18 Chong Yidong <cyd@stupidchicken.com>
446
447 * emacs-lisp/unsafep.el: Don't mark functions that display
448 messages as safe. Suggested by Johan Bockgård.
449
8348910a
SM
4502010-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
451
7c3f6228
JB
452 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
453 Turn comments into docstrings.
454
8348910a
SM
455 * minibuffer.el (completion--replace): Move point where it belongs
456 when there's a common suffix (bug#7215).
457
e499c64d
MA
4582010-10-15 Michael Albinus <michael.albinus@gmx.de>
459
460 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
bca0f839
MA
461 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
462 <dale@codefu.org>.
e499c64d 463
c4186f9c
KH
4642010-10-15 Kenichi Handa <handa@m17n.org>
465
466 * international/characters.el: Add category '|' (word breakable)
467 to fullwidth characters.
468
7ca9cfda
KH
4692010-10-14 Kenichi Handa <handa@m17n.org>
470
9650fc61
KH
471 * mail/rmail.el (rmail-show-message-1): Catch an error of
472 base64-decode-region and just show an error message (bug#7165).
473
7c3f6228 474 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
475 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
476 a font-spec (bug#7197).
477
7163badd
GM
4782010-10-13 Glenn Morris <rgm@gnu.org>
479
480 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
481
51e4f4a8
JB
4822010-10-12 Juanma Barranquero <lekktu@gmail.com>
483
c0943d3d
JB
484 * international/mule.el (define-coding-system):
485 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
486 * composite.el (compose-region): Fix typo in docstring.
487
4882010-10-10 Jan Djärv <jan.h.d@swipnet.se>
489
490 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
491 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
492 (mac-right-option-modifier): New alias for ns-right-option-modifier.
493
494 * cus-start.el (all): ns-right-alternate-modifier is new.
495
9386ae12
AS
4962010-10-10 Andreas Schwab <schwab@linux-m68k.org>
497
498 * Makefile.in (ELCFILES): Update.
499
4c528197
SM
5002010-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
501
502 * emacs-lisp/lisp.el (lisp-completion-at-point):
503 Use emacs-lisp-mode-syntax-table for the whole function.
504
4897601e
NR
5052010-10-09 Richard Sharman <richard_sharman@mitel.com> (tiny change)
506
507 * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
c0943d3d 508 (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
4897601e
NR
509 work when breakpoint number exceeds nine.
510
c58059f2
DK
5112010-10-05 David Koppelman <koppel@ece.lsu.edu>
512
513 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
514 instead of font-lock-mode before adding keywords.
515 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
516 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
517 non-nil; removed hook inhibit hack.
518
c7d6d8a1
GM
5192010-10-09 Glenn Morris <rgm@gnu.org>
520
d15f9a2b
GM
521 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
522 (load-path-shadows-find): ... to this.
523 (list-load-path-shadows): Update for above change.
524
c7d6d8a1
GM
525 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
526
e5d49589
GM
5272010-10-08 Glenn Morris <rgm@gnu.org>
528
5823f53f
GM
529 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
530
e5d49589
GM
531 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
532 (shadows-compare-text-p): Make it an obsolete alias for...
533 (load-path-shadows-compare-text): ... new name.
534 (find-emacs-lisp-shadows): Update for above name change.
535 (load-path-shadows-same-file-or-nonexistent): New name for the old
536 shadow-same-file-or-nonexistent.
537
397ae226
CY
5382010-10-03 Chong Yidong <cyd@stupidchicken.com>
539
540 * minibuffer.el (completion--some, completion--do-completion)
541 (minibuffer-complete-and-exit, minibuffer-completion-help)
542 (completion-basic-try-completion)
543 (completion-basic-all-completions)
544 (completion-pcm--find-all-completions): Use lexical-let to
545 avoid some false matches in variable completion (Bug#7056)
546
8686a5ea
OOS
5472010-10-03 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
548
549 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
550
83b8ea28
LL
5512010-10-03 Leo <sdl.web@gmail.com>
552
553 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
554 return non-nil if the file exists (Bug#7090).
555
55586d2a
SM
5562010-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
557
558 * minibuffer.el (completion--replace):
559 Better preserve markers (bug#7138).
560
2b7ba565
JB
5612010-09-29 Juanma Barranquero <lekktu@gmail.com>
562
563 * server.el (server-process-filter): Doc fix.
564
53ad04fc
DA
5652010-09-27 Drew Adams <drew.adams@oracle.com>
566
567 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
568
c19f76a1
AS
5692010-09-27 Andreas Schwab <schwab@linux-m68k.org>
570
0cceab3d
AS
571 * Makefile.in (ELCFILES): Update.
572
55586d2a
SM
573 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
574 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 575
fd057fd2
KH
5762010-09-27 Kenichi Handa <handa@m17n.org>
577
578 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
579 "ustar" format.
580
368b3544
KH
5812010-09-27 Kenichi Handa <handa@m17n.org>
582
583 * international/mule.el (define-coding-system): Docstring fixed.
584
585 * international/mule-diag.el (describe-character-set): Use princ
586 with proper print-length and print-level instead of insert.
587
fb5f3a23
JB
5882010-09-26 Juanma Barranquero <lekktu@gmail.com>
589
590 * window.el (walk-windows): Doc fix (bug#7105).
591
af3ccb5c
GM
5922010-09-23 Glenn Morris <rgm@gnu.org>
593
594 * isearch.el (isearch-lazy-highlight-cleanup)
595 (isearch-lazy-highlight-initial-delay)
596 (isearch-lazy-highlight-interval)
597 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
598 * net/net-utils.el (ipconfig-program-options):
599 Move aliases to options before the associated definitions.
600
c9805d23
SM
6012010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
602
603 * newcomment.el (comment-normalize-vars): Better test validity of
604 comment-end-skip.
605
9e0d4f9e
SM
6062010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
607
608 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
609 (float-e): New name for `e'.
610 (degrees-to-radians, radians-to-degrees):
611 * calendar/solar.el (solar-longitude):
612 * calculator.el (calculator-registers, calculator-funcall):
613 * textmodes/artist.el (artist-spray-random-points):
614 * play/bubbles.el (bubbles--initialize-images): Use new names.
615
a2930e43
EL
6162010-09-19 Eric M. Ludlam <zappo@gnu.org>
617
618 Update to CEDET 1.0's version of EIEIO.
619
9e0d4f9e
SM
620 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
621 New function.
a2930e43
EL
622 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
623 (eieio-default-eval-maybe): Eval val instead of unquoting only.
624 (class-precedence-list): If class is nil, return nil.
625 (eieio-generic-call): If class of first input arg is nil, don't
626 look up static methods, and do check for primary methods.
627 (initialize-instance): See if the default needs to be evaluated
628 during the constructor.
629 (eieio-perform-slot-validation-for-default): Don't do the check
630 for values that will eventually be evaluated.
631 (eieio-eval-default-p): New function.
632 (eieio-default-eval-maybe): Use it.
633
6342010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
635
636 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
637 method-invocation-order.
638 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
639 (eieio-class-precedence-dfs): Compute class precedence list using
640 dfs algorithm.
641 (eieio-class-precedence-bfs): Compute class precedence list using
642 bfs algorithm.
9e0d4f9e 643 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
644 c3 algorithm.
645 (class-precedence-list): New function.
646 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
647 (inconsistent-class-hierarchy): New error symbol.
648 (call-next-method): Stow the replacement argument list for future
649 call-next-method invocations.
650
87e798a7
GM
6512010-09-15 Glenn Morris <rgm@gnu.org>
652
ea7f9ebf
GM
653 * calendar/appt.el (appt-check): If not displaying the diary,
654 use (diary 1) to only get the entries we need.
655 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
656 that it is in day order. (Bug#7019)
657
1bf6d075
GM
658 * calendar/appt.el (appt-check): Rather than showing the diary,
659 just turn off invisible display, and only if needed.
660
87e798a7
GM
661 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
662
f3a30a50
SM
6632010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
664
665 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
666 Add `when' argument. Update callers.
667
668 * subr.el (unintern): Declare the obarray arg mandatory.
669
92b99a01
GM
6702010-09-14 Glenn Morris <rgm@gnu.org>
671
67ae9766
GM
672 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
673 Doc fixes.
674
92b99a01
GM
675 * calendar/diary-lib.el (diary-included-files): New variable.
676 (diary-list-entries): Maybe initialize diary-included-files.
677 (diary-include-other-diary-files): Append to diary-included-files.
678 * calendar/appt.el (appt-update-list): Also check the members of
679 diary-included-files. (Bug#6999)
08151ec5 680 (appt-check): Doc fix.
92b99a01 681
5a66ed0f
DR
6822010-09-12 David Reitter <david.reitter@gmail.com>
683
684 * simple.el (line-move-visual): Do not truncate goal column to
685 integer size. (Bug#7020)
686
dba28758
SM
6872010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
688
689 * repeat.el (repeat): Allow repeating when the last event is a click.
690 Suggested by Drew Adams (bug#6256).
691
681b88dd
SM
6922010-09-11 Sascha Wilde <wilde@sha-bang.de>
693
694 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
695 Replace setting HGRCPATH to "" by some less invasive --config options.
696
71e657fc
SM
6972010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
698
699 * font-lock.el (font-lock-beginning-of-syntax-function):
700 Mark as obsolete.
701
639b9d87
GM
7022010-09-10 Glenn Morris <rgm@gnu.org>
703
704 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
705 and tool-bar modes. (Bug#6211)
706 (menu-bar-mode): Move setting of standard-value after the
707 minor-mode definition, otherwise it seems to have no effect.
708
33bd47be
MY
7092010-09-08 Masatake YAMATO <yamato@redhat.com>
710
711 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
712 Fix typo. (Bug#6976)
713
9c405a86
CY
7142010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
715
716 * whitespace.el: Allow cleaning up blanks without blank
717 visualization (Bug#6651). Adjust help window for
718 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
719 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
720 (whitespace-style): Add new value 'face. Adjust docstring.
721 (whitespace-space, whitespace-hspace, whitespace-tab):
722 Adjust foreground property face.
9c405a86
CY
723 (whitespace-line-column): Adjust docstring and type declaration.
724 (whitespace-style-value-list, whitespace-toggle-option-alist)
725 (whitespace-help-text): Adjust const initialization.
726 (whitespace-toggle-options, global-whitespace-toggle-options):
727 Adjust docstring.
728 (whitespace-display-window, whitespace-interactive-char)
729 (whitespace-style-face-p, whitespace-color-on): Adjust code.
730 (whitespace-help-scroll): New fun.
731
3fa0dc8f
AK
7322010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
733
734 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
735
736 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
737 chars like - or ] (bug#6984).
738 (rx-any-condense-range): Explode 2-char ranges.
739
1e05f387
SM
7402010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
741
742 * textmodes/bibtex.el:
743 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
744
a3b337cd
GM
7452010-09-02 Glenn Morris <rgm@gnu.org>
746
747 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
748
d419e1d9
KH
7492010-08-31 Kenichi Handa <handa@m17n.org>
750
751 * international/mule-cmds.el (standard-display-european-internal):
752 Setup standard-display-table for 8-bit characters by storing 8-bit
753 characters in the element vector.
754
1e05f387
SM
755 * disp-table.el (standard-display-8bit):
756 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
757 characters in the element vector.
758 (standard-display-european): Likewise.
759
20b8ac83
MA
7602010-08-26 Michael Albinus <michael.albinus@gmx.de>
761
762 Sync with Tramp 2.1.19.
763
764 * net/tramp-cmds.el (tramp-cleanup-all-connections)
765 (tramp-reporter-dump-variable, tramp-load-report-modules)
766 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
767 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
768
769 * net/tramp-compat.el (top): Do not autoload
770 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
771 only when `start-file-process' is not bound.
772 (byte-compile-not-obsolete-vars): Define if not bound.
773 (tramp-compat-funcall): New defmacro.
774 (tramp-compat-line-beginning-position)
775 (tramp-compat-line-end-position)
776 (tramp-compat-temporary-file-directory)
777 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
778 (tramp-compat-copy-file, tramp-compat-copy-directory)
779 (tramp-compat-delete-file, tramp-compat-delete-directory)
780 (tramp-compat-number-sequence, tramp-compat-process-running-p):
781 Use it.
782 (tramp-advice-file-expand-wildcards): Do not use
783 `tramp-handle-file-remote-p'.
784 (tramp-compat-make-temp-file): Simplify fallback implementation.
785 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
786 (tramp-compat-copy-tree): Remove function.
787 (tramp-compat-delete-file): New defun.
788 (tramp-compat-delete-directory): Provide implementation for older
789 Emacsen.
790 (tramp-compat-file-attributes): Handle only
791 `wrong-number-of-arguments' error.
792
1e05f387
SM
793 * net/tramp-fish.el (tramp-fish-handle-copy-file):
794 Add PRESERVE_SELINUX_CONTEXT.
20b8ac83
MA
795 (tramp-fish-handle-delete-file): Add TRASH arg.
796 (tramp-fish-handle-directory-files-and-attributes):
797 Do not use `tramp-fish-handle-file-attributes.
798 (tramp-fish-handle-file-local-copy)
799 (tramp-fish-handle-insert-file-contents)
800 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
801
802 * net/tramp-gvfs.el (top): Require url-util.
803 (tramp-gvfs-mount-point): Remove.
804 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
805 and `set-file-selinux-context'.
806 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
807 (tramp-gvfs-handle-file-selinux-context)
808 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
809 (with-tramp-dbus-call-method): Format trace message.
810 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
811 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1e05f387
SM
812 Implement backup call, when operation on local files fails.
813 Use progress reporter. Flush properties of changed files.
814 (tramp-gvfs-handle-delete-file): Add TRASH arg.
815 Use `tramp-compat-delete-file'.
20b8ac83
MA
816 (tramp-gvfs-handle-expand-file-name): Expand "~/".
817 (tramp-gvfs-handle-make-directory): Make more traces.
818 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
819 (tramp-gvfs-url-file-name): Hexify file name in url.
820 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
821 into account for the resulting file name.
822 (tramp-gvfs-handler-askquestion): Preserve current message, in
823 order to let progress reporter continue afterwards. (Bug#6257)
1e05f387
SM
824 Return dummy mountpoint, when the answer is "no".
825 See `tramp-gvfs-maybe-open-connection'.
20b8ac83
MA
826 (tramp-gvfs-handler-mounted-unmounted)
827 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1e05f387
SM
828 attribute "default_location". Set "prefix" property.
829 Handle default-location.
20b8ac83
MA
830 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
831 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
832 exists. Raise an error, if not (due to a corresponding answer
1e05f387
SM
833 "no" in interactive questions, for example).
834 Use `tramp-compat-funcall'.
20b8ac83
MA
835
836 * net/tramp-imap.el (top): Autoload `epg-make-context'.
837 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
838 (tramp-imap-do-copy-or-rename-file)
839 (tramp-imap-handle-insert-file-contents)
840 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
841 (tramp-imap-handle-delete-file): Add TRASH arg.
842
1e05f387
SM
843 * net/tramp-smb.el (tramp-smb-handle-copy-file):
844 Add PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
845 (tramp-smb-handle-copy-file)
846 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
847 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
848 Use `with-progress-reporter'.
849 (tramp-smb-handle-delete-file): Add TRASH arg.
850
851 * net/tramp.el (tramp-methods): Move hostname to the end in all
852 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
853 appropriate.
854 (tramp-verbose): Describe verbose level 9.
855 (tramp-completion-function-alist)
856 (tramp-file-name-regexp, tramp-chunksize)
857 (tramp-local-coding-commands, tramp-remote-coding-commands)
858 (with-connection-property, tramp-completion-mode-p)
859 (tramp-action-process-alive, tramp-action-out-of-band)
860 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
861 (tramp-exists-file-name-handler): Fix docstring.
862 (tramp-remote-process-environment): Use `format' instead of
863 `concat'. Protect version string by apostroph.
864 (tramp-shell-prompt-pattern): Do not use a shy group in case of
865 XEmacs.
866 (tramp-file-name-regexp-unified)
867 (tramp-completion-file-name-regexp-unified): On W32 systems, do
868 not regard the volume letter as remote filename. (Bug#5447)
869 (tramp-perl-file-attributes)
870 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
871 (tramp-vc-registered-read-file-names): Read input as
872 here-document, otherwise the command could exceed maximum length
873 of command line.
874 (tramp-file-name-handler-alist): Add `file-selinux-context' and
875 `set-file-selinux-context'.
876 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
877 backtrace functions.
878 (tramp-error-with-buffer): Don't show the connection buffer when
879 we are in completion mode.
880 (tramp-progress-reporter-update, tramp-remote-selinux-p)
881 (tramp-handle-file-selinux-context)
882 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
883 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
884 New defuns.
885 (with-progress-reporter): New defmacro.
886 (tramp-debug-outline-regexp): New defconst.
887 (top, tramp-rfn-eshadow-setup-minibuffer)
888 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
889 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
890 (tramp-completion-mode-p, tramp-check-for-regexp)
891 (tramp-open-connection-setup-interactive-shell)
892 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
893 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
894 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
895 Use `tramp-compat-funcall'.
896 (tramp-handle-make-symbolic-link): Flush file properties.
897 (tramp-handle-load, tramp-handle-file-local-copy)
898 (tramp-handle-insert-file-contents, tramp-handle-write-region)
899 (tramp-handle-vc-registered, tramp-maybe-send-script)
900 (tramp-find-shell): Use `with-progress-reporter'.
901 (tramp-do-file-attributes-with-stat): Add space in format string,
902 in order to work around a bug in pdksh. Reported by Gilles Pion
903 <gpion@lfdj.com>.
904 (tramp-handle-verify-visited-file-modtime): Do not send a command
905 when the connection is not established.
906 (tramp-handle-set-file-times): Simplify the check for utc.
907 (tramp-handle-directory-files-and-attributes)
908 (tramp-get-remote-path): Use `copy-tree'.
909 (tramp-completion-handle-file-name-all-completions): Ensure, that
910 non remote files are still checked. Oops.
1e05f387
SM
911 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
912 Handle PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
913 (tramp-do-copy-or-rename-file): Add progress reporter.
914 (tramp-do-copy-or-rename-file-directly): Do not use
915 `tramp-handle-file-remote-p'.
916 (tramp-do-copy-or-rename-file-out-of-band):
917 Use `tramp-compat-delete-directory'.
918 (tramp-do-copy-or-rename-file-out-of-band)
919 (tramp-compute-multi-hops, tramp-maybe-open-connection):
920 Use `format-spec-make'.
921 (tramp-handle-delete-file): Add TRASH arg.
922 (tramp-handle-dired-uncache): Flush directory cache, not only file
923 cache.
924 (tramp-handle-expand-file-name)
925 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
926 (tramp-completion-handle-file-name-completion):
927 Use `tramp-connectable-p'.
20b8ac83
MA
928 (tramp-handle-start-file-process): Set connection property "vec".
929 Use it, in order to invalidate file caches. Check only for
930 `remote-tty' process property.
931 Implement tty setting. (Bug#4604, Bug#6360)
932 (tramp-file-name-for-operation): Add `call-process-region' and
933 `set-file-selinux-context'.
934 (tramp-find-foreign-file-name-handler)
935 (tramp-advice-make-auto-save-file-name)
936 (tramp-set-auto-save-file-modes): Remove superfluous check for
937 `stringp'. This is done inside `tramp-tramp-file-p'.
938 (tramp-file-name-handler): Trace 'quit. Catch the error for some
939 operations when we are in completion mode. This gives the user
940 the chance to correct the file name in the minibuffer.
941 (tramp-completion-mode-p): Use `non-essential'.
942 (tramp-handle-file-name-all-completions): Backward/ XEmacs
943 compatibility: Use `completion-ignore-case' if
944 `read-file-name-completion-ignore-case' does not exist.
945 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
946 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
947 `tramp-open-shell'.
948 (tramp-action-password): Hide password prompt before next run.
949 (tramp-process-actions): Widen connection buffer for the trace.
950 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
951 process property. Trace stty settings if `tramp-verbose' >= 9.
952 Apply workaround for IRIX64 bug. Move argument of last
953 `tramp-send-command' where it belongs to.
954 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
955 front of `login-args'.
956 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
957 on "/dev/null" instead of "/".
958 (tramp-get-ls-command-with-dired): Make test for "--dired"
959 stronger.
960 (tramp-set-auto-save-file-modes): Adapt version check.
961 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
962 (tramp-handle-process-file): Call the program in a subshell, in
963 order to preserve working directory.
964 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
965 `tramp-remote-sh' from `tramp-methods'.
966 (tramp-get-ls-command): Make test for "--color=never" stronger.
967 (tramp-check-for-regexp): Use (forward-line 1).
968
969 * net/trampver.el: Update release number.
970
9712010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
972
973 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
974 empty argument to gvfs-copy.
975
9762010-08-26 Chong Yidong <cyd@stupidchicken.com>
977
978 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
979 handle new TRASH arg of `delete-file'.
980
9812010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
982
983 * net/tramp.el (tramp-handle-insert-directory): Don't use
984 `forward-word', its default syntax could be changed.
985
9862010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
987 Michael Albinus <michael.albinus@gmx.de>
988
989 Implement compression for inline methods.
990
991 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
992 (tramp-copy-size-limit): Allow also nil.
993 (tramp-inline-compress-commands): New defconst.
994 (tramp-find-inline-compress, tramp-get-inline-compress)
995 (tramp-get-inline-coding): New defuns.
996 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
997 replaced by `tramp-get-inline-coding'.
998 (tramp-handle-file-local-copy, tramp-handle-write-region)
999 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1000
10012010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
1002
1003 Detect ssh 'ControlMaster' argument automatically in some cases.
1004
1005 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1006 (tramp-default-method): Use it.
1007
10082010-08-26 Karel Klíč <kklic@redhat.com>
1009
1010 * net/tramp.el (tramp-file-name-for-operation):
1011 Add file-selinux-context.
1012
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200" rowspan="4">d5720b4c
S
10132010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1014
1015 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1016
8d9f4291
CY
10172010-08-26 Chong Yidong <cyd@stupidchicken.com>
1018
1019 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1020 (Bug#6907).
1021
9027027d
CF
10222010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
1023
1024 * progmodes/python.el (python-block-pairs): Allow use of "finally"
1025 with "else" (Bug#3991).
1026
c00725d7
LL
10272010-08-22 Leo <sdl.web@gmail.com>
1028
1029 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1030 (ignore, bright, dim, keyword): Split list of nicknames before
1031 passing to rcirc-add-or-remove (Bug#6894).
1032
bc7d7ea6
CY
10332010-08-22 Chong Yidong <cyd@stupidchicken.com>
1034
1035 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1036
41a20de9
CY
10372010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1038
1039 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
1040 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1041 New version 13.0.
1042 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1043 Adjust initialization.
1044 (whitespace-bob-marker, whitespace-eob-marker)
1045 (whitespace-buffer-changed): New vars.
1046 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1047 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1048 (whitespace-post-command-hook, whitespace-display-char-on):
1049 Adjust code.
1050 (whitespace-looking-back, whitespace-buffer-changed): New funs.
1051 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
1052
e0143335
LL
10532010-08-21 Leo <sdl.web@gmail.com>
1054
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 1055 Fix buffer-list rename&refresh after killing a buffer in ido.
e0143335
LL
1056 * lisp/ido.el: Revert Óscar's.
1057 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1058 Remember the buffers at head, rather than their name.
1059 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1060
8f081e96
SM
10612010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
1062 Stefan Monnier <monnier@iro.umontreal.ca>
1063
1064 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1065 extra backslash added to each line (bug#6890).
1066
3ff78624
SM
10672010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1068
1069 * subr.el (read-key): Don't echo keystrokes (bug#6883).
1070
635f7282
GM
10712010-08-21 Glenn Morris <rgm@gnu.org>
1072
1073 * menu-bar.el (menu-bar-games-menu): Add landmark.
1074
fb89a654
GM
10752010-08-20 Glenn Morris <rgm@gnu.org>
1076
9130a2d6
GM
1077 * align.el (align-regexp): Make group and spacing arguments
1078 use the interactive defaults when non-interactive. (Bug#6698)
1079
fb89a654
GM
1080 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1081 expansion, so as not to need sendmail.
1082 (mail-text-start): Remove declaration.
1083 (rmail-retry-failure): Require sendmail.
1084
186e86db
SM
10852010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1086
1087 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1088
a67e6f13
MA
10892010-08-18 Michael Albinus <michael.albinus@gmx.de>
1090
186e86db
SM
1091 * progmodes/flymake.el (flymake-start-syntax-check-process):
1092 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 1093
f3cc64f8
KH
10942010-08-18 Kenichi Handa <handa@m17n.org>
1095
1096 * files.el: Add `word-wrap' as safe local variable.
1097
bb25c8d7
GM
10982010-08-18 Glenn Morris <rgm@gnu.org>
1099
1100 * woman.el (woman-translate): Case matters. (Bug#6849)
1101
a4aae1a5
CY
11022010-08-14 Chong Yidong <cyd@stupidchicken.com>
1103
1104 * simple.el (kill-region): Doc fix (Bug#6787).
1105
721dce17
GM
11062010-08-14 Glenn Morris <rgm@gnu.org>
1107
1108 * calendar/diary-lib.el (diary-header-line-format):
1109 Fit it to the window, not the frame.
1110
7467d0a8
AS
11112010-08-11 Andreas Schwab <schwab@linux-m68k.org>
1112
1113 * subr.el (ignore-errors): Add debug declaration.
1114
1fcf76af
GG
11152010-08-09 Geoff Gole <geoffgole@gmail.com> (tiny change)
1116
1117 * whitespace.el (whitespace-color-off): Remove post-command-hook
1118 locally.
1119
e54a1075
JB
11202010-08-08 Johan Bockgård <bojohan@gnu.org>
1121
1122 * replace.el (replace-highlight): Bind isearch-forward and
1123 isearch-error, ensuring that highlighting is updated if the user
1124 switches the search direction (Bug#6808).
1125
1126 * isearch.el (isearch-lazy-highlight-forward): New var.
1127 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1128 (isearch-lazy-highlight-update): Use it.
1129
7a84eee5
KH
11302010-08-06 Kenichi Handa <handa@m17n.org>
1131
186e86db
SM
1132 * international/mule.el (define-charset): Store NAME as :base property.
1133 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
1134 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1135 current priority. Force using the designation of the specific
1136 charset by adding `charset' text property. Improve the whole
1137 algorithm.
1138
f6b55526
JB
11392010-08-05 Juanma Barranquero <lekktu@gmail.com>
1140
1141 * emulation/pc-select.el (pc-selection-mode-hook)
1142 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1143 (pc-selection-mode): Fix typos in docstrings.
1144
6b4d96c2
KH
11452010-08-04 Kenichi Handa <handa@m17n.org>
1146
1147 * language/cyrillic.el: Don't add "microsoft-cp1251" to
1148 ctext-non-standard-encodings-alist here.
1149
186e86db
SM
1150 * international/mule.el (ctext-non-standard-encodings-alist):
1151 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
1152 (ctext-standard-encodings): New variable.
1153 (ctext-non-standard-encodings-table): List only elements for
1154 non-standard encodings.
186e86db 1155 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
1156 Check ctext-standard-encodings.
1157
1158 * international/mule-conf.el (compound-text): Doc fix.
1159 (ctext-no-compositions): Doc fix.
1160 (compound-text-with-extensions): Doc fix.
1161
c613687b
SM
11622010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1163
1164 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1165
d5b8058f
JB
11662010-08-03 Juanma Barranquero <lekktu@gmail.com>
1167
9ebc731b
JB
1168 * progmodes/which-func.el (which-func-format): Split help-echo text
1169 into lines, like other mode-line tooltips.
1170
d5b8058f
JB
1171 * server.el (server-start): When using TCP sockets, force IPv4
1172 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
1173
a2077b7f
SM
11742010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1175
1176 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1177
f63a7652
JB
11782010-08-02 Juanma Barranquero <lekktu@gmail.com>
1179
1180 * term.el (term-delimiter-argument-list): Reflow docstring.
1181 (term-read-input-ring, term-write-input-ring, term-send-input)
1182 (term-bol, term-erase-in-display, serial-supported-or-barf):
1183 Fix typos in docstrings.
1184
a7e26d8b
SM
11852010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1186
1187 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1188
bbc4e17c
JB
11892010-08-01 Juanma Barranquero <lekktu@gmail.com>
1190
1191 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1192
9aea20c9
MK
11932010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
1194
1195 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
1196 Fix typo in docstring (bug#6747).
1197
16b0b347
LL
11982010-07-30 Leo <sdl.web@gmail.com>
1199
1200 * eshell/esh-io.el (eshell-get-target): Better detection of
1201 read-only file (Bug#6762).
1202
ad9ae065
JB
12032010-07-30 Juanma Barranquero <lekktu@gmail.com>
1204
1205 * align.el (align-default-spacing): Doc fix.
1206 (align-region-heuristic, align-regexp): Fix typos in docstrings.
1207
fe4be04c
JB
12082010-07-23 Juanma Barranquero <lekktu@gmail.com>
1209
1210 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
1211
7c7c04c0
JB
12122010-07-19 Juanma Barranquero <lekktu@gmail.com>
1213
1214 * time.el (display-time-day-and-date): Remove spurious * in docstring.
1215 (display-time-world-buffer-name, display-time-world-mode-map):
1216 Fix typos in docstrings.
1217
c9088194
SK
12182010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
1219
1220 * image-mode.el (image-display-size): New function.
1221 (image-forward-hscroll, image-next-line, image-eol, image-eob)
1222 (image-mode-fit-frame): Use it (Bug#6639).
1223
dad7c716
CY
12242010-07-17 Chong Yidong <cyd@stupidchicken.com>
1225
1226 * dired.el (dired-buffers-for-dir): Handle list values of
1227 dired-directory (Bug#6636).
1228
f253ef6a
RS
12292010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
1230
1231 * vc.el (vc-coding-system-inherit-eol): New defvar.
1232 (vc-coding-system-for-diff): Use it to decide whether to inherit
1233 from the file the EOL format for reading the diffs of that file.
1234 (Bug#4451)
1235
134a027f
EZ
12362010-07-16 Eli Zaretskii <eliz@gnu.org>
1237
1238 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
1239 unibyte, so compressed attachments are not compressed again.
1240
243881ed
J
12412010-07-14 Jan Djärv <jan.h.d@swipnet.se>
1242
1243 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
1244 now that unicode is used (Bug#6594).
1245
5cbce271
CY
12462010-07-14 Chong Yidong <cyd@stupidchicken.com>
1247
1248 * simple.el (push-mark-command): Set the selection if
1249 select-active-regions is non-nil.
1250
3260caf8
GM
12512010-07-10 Glenn Morris <rgm@gnu.org>
1252
1253 * calendar/calendar.el (calendar-week-end-day): New function.
1254 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1255 Respect calendar-week-start-day. (Bug#6606)
1256 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1257 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1258 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1259 respect calendar-week-start-day.
1260
c876b263
CY
12612010-07-10 Chong Yidong <cyd@stupidchicken.com>
1262
1263 * simple.el (use-region-p): Doc fix (Bug#6607).
1264
4565b08e
CS
12652010-07-07 Christoph Scholtes <cschol2112@gmail.com>
1266
1267 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1268 builtins (BufferError, BytesWarning, WindowsError; callables
1269 bin, bytearray, bytes, format, memoryview, next, print; __package__).
1270
49554388
GM
12712010-07-07 Glenn Morris <rgm@gnu.org>
1272
1273 * play/zone.el (zone-fall-through-ws): Fix next-line ->
1274 forward-line fallout.
1275
e8579ebc
CY
12762010-07-06 Chong Yidong <cyd@stupidchicken.com>
1277
1278 * mouse.el (mouse-appearance-menu): Add docstring.
1279
1280 * help.el (describe-key): Print up-event using key-description.
1281
5d1cd8bd
MA
12822010-07-03 Michael Albinus <michael.albinus@gmx.de>
1283
1284 * net/zeroconf.el (zeroconf-resolve-service)
1e05f387 1285 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
1286 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1287
112dbc0e
MA
12882010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1289
1290 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1291
d0cb23ca
DN
12922010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
1293
1294 Avoid displaying files with a nil state in vc-dir.
1295 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1296 cases that cause insertion.
1297 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1298 with a nil state.
1299
01b229d1
CY
13002010-06-30 Chong Yidong <cyd@stupidchicken.com>
1301
1302 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1303
8bf1c786 13042010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
1305
1306 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
1307
dfc6544c
CY
13082010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
1309
1310 * generic-x.el (bat-generic-mode): Fix regexp for command line
1311 switches (Bug#5719).
1312
b7d4de51
CY
13132010-06-27 Masatake YAMATO <yamato@redhat.com>
1314
dfc6544c
CY
1315 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1316 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 1317
3726248f
CY
13182010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
1319
8bf1c786 1320 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
1321 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1322 bindings of bookmark-automatically-show-annotations (Bug#6515).
1323
aca54191
EZ
13242010-06-25 Eli Zaretskii <eliz@gnu.org>
1325
1326 * arc-mode.el (archive-zip-extract): Don't quote the file name on
1327 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
1328
2330fa87
ŠN
13292010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
1330
1331 * comint.el (make-comint, make-comint-in-buffer): Mention return
1332 value in the docstrings. (Bug#6498)
1333
29115ca9
YR
13342010-06-24 Yoni Rabkin <yoni@rabkins.net>
1335
1336 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
1337 since it is not present when using some non-default switches.
1338
2c79f053
KF
13392010-06-23 Karl Fogel <kfogel@red-bean.com>
1340
1341 * simple.el (compose-mail): Fix doc string to refer to
1342 `compose-mail-user-agent-warnings', instead of to the
1343 nonexistent `compose-mail-check-user-agent'.
1344
50d76a9f
DN
13452010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1346
1347 Fix vc-annotate for renamed files when using Git.
1348 * vc-git.el (vc-git-find-revision): Deal with empty results from
1349 ls-files. Doe not pass the object as a file name to cat-file, it
1350 is not a file name.
1351 (vc-git-annotate-command): Pass the file name using -- to avoid
1352 ambiguity with the revision.
1353 (vc-git-previous-revision): Pass a relative file name.
1354
6095a05b
GM
13552010-06-22 Glenn Morris <rgm@gnu.org>
1356
943375a6
GM
1357 * progmodes/js.el (js-mode-map): Use standard capitalization and
1358 ellipses for menu entries.
1359
6095a05b
GM
1360 * wid-edit.el (widget-complete): Doc fix.
1361
4514199e
JH
13622010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
1363
1364 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1365
c4786d60
DN
13662010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1367
11c46b39
DN
1368 Fix annotating other revisions for renamed files in vc-annotate.
1369 * vc-annotate.el (vc-annotate): Add an optional argument for the
1370 VC backend. Use it when non-nil.
1371 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate. (Bug#6487)
1372
c4786d60
DN
1373 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1374 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1375 Do not pass the file name to the 'previous-revision call when we
1376 don't want a file diff. (Bug#6489)
1377
04ec0963
DN
13782010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1379
11c46b39 1380 Fix finding revisions for renamed files in vc-annotate.
04ec0963
DN
1381 * vc.el (vc-find-revision): Add an optional argument for
1382 the VC backend. Use it when non-nil.
1383 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1384 backend to vc-find-revision. (Bug#6487)
1385
c036381c
DN
13862010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1387
1388 Fix reading file names in Git annotate buffers.
1e05f387
SM
1389 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1390 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 1391
05c123e6
AM
13922010-06-20 Alan Mackenzie <acm@muc.de>
1393
1394 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1395 in file local variables, set it first.
1396
4111f0c7
GM
13972010-06-19 Glenn Morris <rgm@gnu.org>
1398
74739ffd
GM
1399 * descr-text.el (describe-char-unicode-data): Insert separating
1400 space when needed. (Bug#6422)
1401
4111f0c7
GM
1402 * progmodes/idlwave.el (idlwave-action-and-binding):
1403 Fix typo in 2009-12-03 change. (Bug#6450)
1404
b8add347
SM
14052010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1406
1407 * subr.el (read-quoted-char): Fix up last change (bug#6290).
1408
36901266
SM
14092010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1410
1411 * font-lock.el (font-lock-major-mode): Rename from
1412 font-lock-mode-major-mode to distinguish it from
1413 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1414 (font-lock-set-defaults):
1415 * font-core.el (font-lock-default-function): Adjust users.
1416 (font-lock-mode): Don't set it at all.
1417
12755d08
SM
14182010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1419
1420 * vc-annotate.el (vc-annotate): Use vc-read-revision.
1421
d7cd4abb
GM
14222010-06-15 Glenn Morris <rgm@gnu.org>
1423
1424 * calendar/appt.el (appt-time-msg-list): Doc fix.
1425 (appt-check): Let-bind appt-warn-time.
1426 (appt-add): Make the 3rd argument optional.
1427 Simplify argument names. Doc fix. Check for integer WARNTIME.
1428 Only add WARNTIME to the output list if non-nil.
1429
a675c749
IK
14302010-06-15 Ivan Kanis <apple@kanis.eu>
1431
1432 * calendar/appt.el (appt-check): Let the 3rd element of
1433 appt-time-msg-list specify the warning time.
1434 (appt-add): Add new argument with the warning time. (Bug#5176)
1435
a9de35fe
BR
14362010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1437
1438 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1439 older than version 1.6. (Bug#6361)
1440
37a7e764
HE
14412010-06-12 Helmut Eller <eller.helmut@gmail.com>
1442
1443 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1444 used by cl-do-arglist. (Bug#6408)
1445
8c6eab5a
SM
14462010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1447
989bc97f
SM
1448 * emacs-lisp/advice.el (ad-compile-function):
1449 Define warning-suppress-types before we let-bind it (bug#6275).
1450
8c6eab5a
SM
1451 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1452 declare it, make it buffer-local and permanent-local (bug#6324).
1453 (vc-resynch-window): Adjust name.
1454 * vc-hooks.el (vc-find-file-hook): Adjust name.
1455
2d9a4946
JR
14562010-06-07 Jonathan Rockway <jon@jrock.us>
1457
1458 * net/rcirc.el: Add support for password authentication.
1459 (rcirc-server-alist): Add :password keyword.
1460 (rcirc): Ask for a password, or get it from the server's alist.
1461 (rcirc-connect): Add password argument. Pass it to server.
1462
35b148ee
JB
14632010-06-05 Juanma Barranquero <lekktu@gmail.com>
1464
1465 * net/dbus.el (dbus-register-method): Declare function.
1466 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1467 (dbus-introspect): Doc fix.
1468 (dbus-event-bus-name, dbus-introspect-get-interface)
1469 (dbus-introspect-get-argument): Reflow docstrings.
1470
86253dc0
CY
14712010-06-04 Chong Yidong <cyd@stupidchicken.com>
1472
1473 * term/common-win.el (x-colors): Add "dark green" and "dark
1474 turquoise" (Bug#6332).
1475
3845c322
GM
14762010-06-03 Glenn Morris <rgm@gnu.org>
1477
1478 * desktop.el (desktop-clear-preserve-buffers):
1479 Add "*Warnings*" buffer. (Bug#6336)
1480
dbe82b27
DN
14812010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
1482
1483 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1484
feceda26
SM
14852010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1486
1487 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1488 `file-directory-p' to the filename part rather than to the whole text.
1489
896114cf
SM
14902010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1491
1492 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1493
949544ed
DA
14942010-05-31 Drew Adams <drew.adams@oracle.com>
1495
1496 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1497
450439d5
JB
14982010-05-31 Juanma Barranquero <lekktu@gmail.com>
1499
1500 * subr.el (momentary-string-display): Just use read-event to read
1501 the exit event (Bug#6238).
1502
fcb52808
CY
15032010-05-29 Chong Yidong <cyd@stupidchicken.com>
1504
1505 * ansi-color.el: Delete unused escape sequences (Bug#6085).
1506 (ansi-color-drop-regexp): New constant.
1507 (ansi-color-apply, ansi-color-filter-region)
896114cf 1508 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
1509 (ansi-color-apply): Build string list before calling concat.
1510
4da3541b
CY
15112010-05-27 Chong Yidong <cyd@stupidchicken.com>
1512
896114cf
SM
1513 * progmodes/verilog-mode.el (verilog-type-font-keywords):
1514 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
1515
15162010-05-27 Masatake YAMATO <yamato@redhat.com>
1517
1518 * htmlfontify.el (hfy-face-resolve-face): New function.
1519 (hfy-face-to-style): Use it (Bug#6279).
1520
397eb3f3
SM
15212010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1522
1523 * epa.el (epa--select-keys): Don't explicitly delete the window since
1524 that can fail (e.g. sole window in frame). Use dedication instead.
1525
ab0c07c0
SM
15262010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
1527
1528 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1529
29031d52
CY
15302010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1531
1532 * subr.el (read-quoted-char): Resolve modifiers after key
1533 remapping (bug#6212).
1534
dc9ed794
SM
15352010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1536
1537 * tmm.el (tmm-prompt): Don't try to precompute bindings.
1538 (tmm-get-keymap): Compute shortcuts (bug#6171).
1539
e1cb2c13
GM
15402010-05-10 Glenn Morris <rgm@gnu.org>
1541
1542 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
1543 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
1544
61a808e8
CY
15452010-05-07 Chong Yidong <cyd@stupidchicken.com>
1546
1547 * Version 23.2 released.
1548
f034e176
CY
15492010-05-03 Chong Yidong <cyd@stupidchicken.com>
1550
c0943d3d 1551 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 1552 car of each item, not the whole list (Bug#6083).
f034e176 1553
f5d6ff44
CY
15542010-05-02 Chong Yidong <cyd@stupidchicken.com>
1555
1556 * progmodes/js.el (js-mode): Make paragraph variables local before
1557 calling c-setup-paragraph-variables (Bug#6071).
1558
aa4d4e4a
EZ
15592010-05-01 Eli Zaretskii <eliz@gnu.org>
1560
1561 * composite.el (compose-region, reference-point-alist): Fix typos
1562 in the doc strings.
1563
78edd3b7 15642010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
1565
1566 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1567 gnuplot's "set" command.
1568
29c48340
JB
15692010-04-26 Juanma Barranquero <lekktu@gmail.com>
1570
1571 * abbrev.el (last-abbrev-text): Doc fix.
1572 (abbrev-prefix-mark): Don't escape parenthesis.
1573
8ed6fc47
AS
15742010-04-24 Andreas Schwab <schwab@linux-m68k.org>
1575
1576 * composite.el (find-composition): Doc fix.
1577
063c6324
JB
15782010-04-24 Juanma Barranquero <lekktu@gmail.com>
1579
1580 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
1581 (sql-oracle-program, sql-sqlite-options)
1582 (sql-query-placeholders-and-send): Doc fixes.
1583 (sql-set-product, sql-interactive-mode): Reflow docstrings.
1584 (sql-imenu-generic-expression, sql-buffer)
1585 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
1586 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
1587 (sql-mode-sybase-font-lock-keywords)
1588 (sql-mode-informix-font-lock-keywords)
1589 (sql-mode-interbase-font-lock-keywords)
1590 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
1591 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
1592 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
1593 (sql-product-feature, sql-highlight-product)
1594 (comint-line-beginning-position, sql-rename-buffer)
1595 (sql-toggle-pop-to-buffer-after-send-region)
1596 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
1597 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
1598 Fix typos in docstrings.
1599
e89dee79
JL
16002010-04-23 Juri Linkov <juri@jurta.org>
1601
1602 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
1603 property instead of `invisible' and `after-string' (bug#5998).
1604
316d12fb
JL
16052010-04-23 Juri Linkov <juri@jurta.org>
1606
1607 * image-mode.el (image-mode-as-text): Fix typo in docstring.
1608
770255e9
JB
16092010-04-23 Juanma Barranquero <lekktu@gmail.com>
1610
1611 * filecache.el (file-cache-add-directory-list)
1612 (file-cache-add-directory-recursively): Fix typos in docstrings.
1613
ece33a6e
KH
16142010-04-22 Kenichi Handa <handa@m17n.org>
1615
1616 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 1617 (gujarati-composable-pattern): Fix typo.
ece33a6e 1618
771533aa
KH
16192010-04-20 Kenichi Handa <handa@m17n.org>
1620
1621 * language/indian.el (oriya-composable-pattern)
1e05f387
SM
1622 (tamil-composable-pattern, malayalam-composable-pattern):
1623 Add two-part vowels to "v" (vowel sign).
771533aa 1624
790c2e44
CY
16252010-04-20 Chong Yidong <cyd@stupidchicken.com>
1626
99833607
CY
1627 * files.el (copy-directory): Handle symlinks (Bug#5982).
1628
1e05f387
SM
1629 * progmodes/compile.el (compilation-next-error-function):
1630 Revert 2009-10-12 change (Bug#5983).
790c2e44 1631
808ecc4e
CY
16322010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
1633
1634 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
1635 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
1636 (Bug#5846).
1637
d2c7b917
GM
16382010-04-20 Glenn Morris <rgm@gnu.org>
1639
0ca12598
GM
1640 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
1641
d2c7b917
GM
1642 * minibuffer.el (completion-at-point): Doc fix.
1643
bce31830
DN
16442010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
1645
1646 Fix the version number for added files.
1647 * vc-hg.el (vc-hg-working-revision): Check if the file is
1648 registered after hg parent fails (Bug#5961).
1649
0433ffa6
GM
16502010-04-17 Glenn Morris <rgm@gnu.org>
1651
1652 * htmlfontify.el (htmlfontify-buffer)
1653 (htmlfontify-copy-and-link-dir): Autoload entry points.
1654
8507c65c
CY
16552010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
1656
1657 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1658 name relative to the project root (Bug#5960).
1659
e9ef9777
GM
16602010-04-16 Glenn Morris <rgm@gnu.org>
1661
1662 * vc-git.el (vc-git-print-log): Doc fix.
1663
3808c51f
CY
16642010-04-14 Óscar Fuentes <ofv@wanadoo.es>
1665
1666 * ido.el (ido-file-internal): Fix 2009-12-02 change.
1667
7860d2e3
CY
16682010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
1669
1670 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1671 default settings (Bug#5928).
1672
119850e9
GM
16732010-04-10 Glenn Morris <rgm@gnu.org>
1674
1675 * progmodes/fortran.el (fortran-match-and-skip-declaration):
1676 New function.
0a23b2c3 1677 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 1678
86a366f4
KH
16792010-04-07 Kenichi Handa <handa@m17n.org>
1680
1681 * language/indian.el (malayalam-composable-pattern): Fix previous
1682 change (add U+0D4D "SIGN VIRAMA").
1683 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1684 (tamil-composable-pattern): Fix typo in the regexp.
1685 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1686 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1687 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1688
8afe2ec6
CY
16892010-04-06 Chong Yidong <cyd@stupidchicken.com>
1690
1691 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1692 paragraph-separate (Bug#5821).
1693
3c5d6dfb
JL
16942010-04-05 Juri Linkov <juri@jurta.org>
1695
1696 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1697
1698 * info.el (Info-find-node-2): Comment out code that skips
1699 breadcrumbs line.
1700 (Info-mouse-follow-link): New command.
1701 (Info-link-keymap): New keymap.
1702 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1703 Return a string with links instead of inserting breadcrumbs
1704 to the Info buffer.
1705 (Info-fontify-node): Comment out code that inserts breadcrumbs.
1706 Instead of putting the `invisible' text property over the Info
1707 header, make an overlay over the Info header with the `invisible'
1708 property and `after-string' set to the string returned by
1709 `Info-breadcrumbs'.
1710
6baa27a2
CY
17112010-04-03 Chong Yidong <cyd@stupidchicken.com>
1712
1713 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1714 Reported by monkey@sandpframing.com.
1715
b42da387
TA
17162010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
1717
1718 * textmodes/artist.el (artist-mode): Fix typo in docstring.
1719 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
1720
42763dda
KH
17212010-03-30 Kenichi Handa <handa@m17n.org>
1722
1723 * language/sinhala.el (composition-function-table): Fix regexp for
1724 the new Unicode specification.
1725
1726 * language/indian.el (devanagari-composable-pattern)
1727 (tamil-composable-pattern, kannada-composable-pattern)
194d44e7 1728 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
1729 specification.
1730 (bengali-composable-pattern, gurmukhi-composable-pattern)
1731 (gujarati-composable-pattern, oriya-composable-pattern)
1732 (telugu-composable-pattern): New variables to cope with the new
1733 Unicode specification. Use them in composition-function-table.
1734
fe59d705
SM
17352010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1736
79d74ac5 1737 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
1738 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1739 vectors rather than cons cells, as used in menu-bar-update-buffers.
1740
03ffe8be
CY
17412010-03-28 Chong Yidong <cyd@stupidchicken.com>
1742
2a793f7f
CY
1743 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1744 (js-insert-and-indent): Revert 2009-08-15 change, restoring
1745 electric punctuation for "{}();,:" (Bug#5586).
1746
03ffe8be
CY
1747 * mail/sendmail.el (mail-default-directory): Doc fix.
1748
17492010-03-27 Chong Yidong <cyd@stupidchicken.com>
1750
1751 * mail/sendmail.el (mail-default-directory): Doc fix.
1752
94785022
EZ
17532010-03-27 Eli Zaretskii <eliz@gnu.org>
1754
1755 * subr.el (version-regexp-alist, version-to-list)
1756 (version-list-<, version-list-=, version-list-<=)
1757 (version-list-not-zero, version<, version<=, version=): Doc fix.
1758 (Bug#5744).
1759
eca16aa7
NR
17602010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1761 Nick Roberts <nickrob@snap.net.nz>
1762
1763 * progmodes/gdb-ui.el (gdb-apple-test): New function.
1764 (gdb-init-1): Use it.
1765
431af6a4
DN
17662010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1767
1768 * vc.el (vc-root-diff): Doc fix.
1769
9d30a9f4
CY
17702010-03-25 Chong Yidong <cyd@stupidchicken.com>
1771
9aa2c576
CY
1772 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1773
9d30a9f4
CY
1774 * simple.el (append-to-buffer): Fix last change.
1775
d0fba174
CY
17762010-03-24 Chong Yidong <cyd@stupidchicken.com>
1777
1778 * simple.el (append-to-buffer): Ensure that point is preserved if
1779 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
1780 (Bug#5749)
1781
efee6a6d
SM
17822010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1783
1784 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1785 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1786 not be present any more.
1787
c6f3804c
JB
17882010-03-24 Juanma Barranquero <lekktu@gmail.com>
1789
1790 * faces.el (set-face-attribute): Fix typo in docstring.
1791 (face-valid-attribute-values): Reflow docstring.
1792
4c3a215a
GM
17932010-03-23 Glenn Morris <rgm@gnu.org>
1794
efee6a6d 1795 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 1796
e9ba3e26
CY
17972010-03-21 Chong Yidong <cyd@stupidchicken.com>
1798
1799 * indent.el (indent-for-tab-command): Doc fix.
1800
c8de140b
JB
18012010-03-22 Juanma Barranquero <lekktu@gmail.com>
1802
1803 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1804 (image-dired-read-comment): Doc fix.
1805
efee6a6d
SM
1806 * json.el (json-object-type, json-array-type, json-key-type)
1807 (json-false, json-null, json-read-number):
c8de140b
JB
1808 * minibuffer.el (completion-in-region-functions):
1809 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1810 (cal-tex-cursor-week):
1811 * emacs-lisp/trace.el (trace-function):
1812 * eshell/em-basic.el (eshell/printnl):
1813 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1814 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1815 * obsolete/levents.el (allocate-event, event-key, event-object)
1816 (event-point, event-process, event-timestamp, event-to-character)
1817 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1818 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1819 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1820 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1821 (reftex-highlight-selection): Fix typos in docstrings.
1822
d1200087
JB
18232010-03-19 Juanma Barranquero <lekktu@gmail.com>
1824
1825 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1826
f454672b
GM
18272010-03-18 Glenn Morris <rgm@gnu.org>
1828
1829 * mail/rmail.el (rmail-highlight-face): Restore option deleted
1830 2008-02-13 without comment; mark it obsolete.
1831 (rmail-highlight-headers): Use rmail-highlight-face once more.
1832
d5704d66
CY
18332010-03-16 Chong Yidong <cyd@stupidchicken.com>
1834
1835 * woman.el (woman2-process-escapes): Only consume the newline if
1836 the filler character is on a line by itself (Bug#5729).
1837
fade35dd
KH
18382010-03-16 Kenichi Handa <handa@m17n.org>
1839
1840 * language/indian.el (devanagari-composable-pattern): Add more
1841 consonants.
1842
c8215db1
MA
18432010-03-14 Michael Albinus <michael.albinus@gmx.de>
1844
1845 * net/trampver.el: Update release number.
1846
b4d16368
GM
18472010-03-13 Glenn Morris <rgm@gnu.org>
1848
1849 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1850
c0e17ff2
MA
18512010-03-13 Michael Albinus <michael.albinus@gmx.de>
1852
efee6a6d
SM
1853 * net/tramp.el (tramp-find-executable):
1854 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
1855 output of "wc -l" more robust.
1856 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1857 (tramp-open-connection-setup-interactive-shell): Remove workaround
1858 for OpenSolaris bug, it is not needed anymore.
1859
eb123b12
GM
18602010-03-12 Glenn Morris <rgm@gnu.org>
1861
1862 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
1863
5f8d2ce0
WS
18642010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
1865
1866 * files.el (auto-mode-alist): Accept more verilog file patterns.
1867
35b148ee 18682010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
1869
1870 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1871 instead of "format:"; this ensures that the output is
1872 newline-terminated.
1873
4e7cafbe
CY
18742010-03-08 Chong Yidong <cyd@stupidchicken.com>
1875
1876 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1877 that all errors are caught, and that the return value is always a
1878 list (Bug#5692).
1879
aec66319
KH
18802010-03-08 Kenichi Handa <handa@m17n.org>
1881
1882 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 1883 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 1884
b327c975
AS
18852010-03-07 Andreas Schwab <schwab@linux-m68k.org>
1886
1887 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1888 call to rfc822-bad-address. (Bug#5692)
1889
1c465a6a
CY
18902010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
1891
1e05f387
SM
1892 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1893 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 1894
a4e32226
CY
18952010-03-06 Chong Yidong <cyd@stupidchicken.com>
1896
1897 * calculator.el (calculator): Don't bind split-window-keep-point
1898 (Bug#5674).
1899
4c83ed3d
SM
19002010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1901
1902 * vc-git.el: Re-flow to fit into 80 columns.
1903 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1904 Remove spurious `quote' element in each case alternative.
1905 (vc-git-show-log-entry): Use prog1.
1906 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1907
e8defde3
SM
19082010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1909
1910 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1911
233f0c9f
CY
19122010-03-03 Chong Yidong <cyd@stupidchicken.com>
1913
1914 * macros.el (insert-kbd-macro): Look up keyboard macro using the
1915 definition, not the name (Bug#5481).
1916
254bedef 19172010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
1918
1919 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1920 argument with a local variable. (Bug#5670)
1921
7187cdae
JL
19222010-03-02 Juri Linkov <juri@jurta.org>
1923
1924 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
1925
9cf3544e
MA
19262010-03-02 Michael Albinus <michael.albinus@gmx.de>
1927
1928 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1929 error when FILENAME and NEWNAME are existing remote directories.
1930
1931 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1932 parameter DIR-FLAG.
1933
33f77982
GM
19342010-03-02 Glenn Morris <rgm@gnu.org>
1935
1936 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1937 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1938
d99ea08e
KH
19392010-03-01 Kenichi Handa <handa@m17n.org>
1940
e8defde3 1941 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
1942 myanmar-composable-pattern.
1943
e8defde3
SM
1944 * international/characters.el (script-list):
1945 * international/fontset.el (script-representative-chars):
1946 Change myanmar to burmese.
d99ea08e 1947 (otf-script-alist): Likewise.
4aa2c3b2
KH
1948 (setup-default-fontset): Likewise. Re-fix :otf spec.
1949
b374f54d
KY
19502010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
1951
1952 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1953
71572c03
JD
19542010-02-28 Jan Djärv <jan.h.d@swipnet.se>
1955
1956 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1957
00cffdeb
MA
19582010-02-28 Michael Albinus <michael.albinus@gmx.de>
1959
1960 * net/tramp.el (tramp-handle-write-region): START can be a string.
1961 Take care in the checks. Reported by Dan Davison
1962 <davison@stats.ox.ac.uk>.
1963
d4b06783
MA
19642010-02-28 Michael Albinus <michael.albinus@gmx.de>
1965
1966 * net/dbus.el (dbus-introspect, dbus-get-property)
1967 (dbus-set-property, dbus-get-all-properties): Use
1968 `dbus-call-method' when noninteractive. (Bug#5645)
1969
8c3e96d2
CY
19702010-02-28 Chong Yidong <cyd@stupidchicken.com>
1971
de3a1fe9
CY
1972 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1973 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
1974 * calendar/icalendar.el (icalendar--add-diary-entry):
1975 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
1976 * files.el (recover-session-finish): Use with-current-buffer
1977 instead of save-excursion.
1978
c53b9c3b
SM
19792010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
1980
1981 Fix in-buffer completion when after-change-functions modify the buffer.
1982 * minibuffer.el (completion--replace): New function.
1983 (completion--do-completion): Use it and use relative movement.
1984
4a16bdc6
CY
19852010-02-27 Chong Yidong <cyd@stupidchicken.com>
1986
1987 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 1988
b8280f39
CY
19892010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
1990
c53b9c3b
SM
1991 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1992 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 1993
f88cc4d6
KH
19942010-02-26 Kenichi Handa <handa@m17n.org>
1995
1996 * language/burmese.el: Fix entries in composition-function-table.
1997 (myanmar-composable-pattern): New variable.
1998
1999 * international/fontset.el (setup-default-fontset): Add an entry
2000 for myanmar.
2001
2002 * international/characters.el (script-list): Add Myanmar
2003 Extended-A.
2004
cdbf9100
GM
20052010-02-26 Glenn Morris <rgm@gnu.org>
2006
90a94603
GM
2007 * custom.el (custom-initialize-delay): Doc fix.
2008
cdbf9100
GM
2009 * mail/sendmail.el (send-mail-function): Autoload the call
2010 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2011
f95a5fd0
CY
20122010-02-24 Chong Yidong <cyd@stupidchicken.com>
2013
2014 * files.el (hack-local-variables-filter): For eval forms, also
2015 check safe-local-variable-p (Bug#5636).
2016
6583ba0e
CY
20172010-02-24 Eduard Wiebe <usenet@pusto.de>
2018
2019 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2020 and use c(ad)r of cddr (Bug#5640).
2021
459a5f4b
MA
20222010-02-22 Michael Albinus <michael.albinus@gmx.de>
2023
2024 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2025 setting the modes by `ignore-errors'. It might fail, for example
2026 if the file is not owned by the user but the group.
2027 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2028
bb23f6e8
CY
20292010-02-21 Chong Yidong <cyd@stupidchicken.com>
2030
50c58e27
CY
2031 * files.el (directory-listing-before-filename-regexp): Use
2032 stricter matching for iso-style dates, to avoid false matches with
2033 date-like filenames (Bug#5597).
2034
b660eb70
CY
2035 * htmlfontify.el (htmlfontify): Doc fix.
2036
2037 * eshell/eshell.el (eshell): Doc fix.
2038
bb23f6e8
CY
2039 * startup.el (fancy-about-screen): In mode-line, apply
2040 mode-line-buffer-id face only to the buffer name (Bug#5613).
2041
3e39928c
CY
20422010-02-20 Kevin Ryde <user42@zip.com.au>
2043
f7e0618c
JB
2044 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2045 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
2046 (Bug#5599).
2047
0f00e948
EZ
20482010-02-20 Eli Zaretskii <eliz@gnu.org>
2049
2050 * subr.el (remove-yank-excluded-properties): Explain in a comment
2051 why `category' property is removed.
2052
3513efb2
CY
20532010-02-19 Chong Yidong <cyd@stupidchicken.com>
2054
2055 * isearch.el (isearch-update-post-hook, isearch-update): Revert
2056 2010-02-17 change.
2057
b4340b3f
UJ
20582010-02-19 Ulf Jasper <ulf.jasper@web.de>
2059
2060 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2061 (icalendar--convert-weekly-to-ical)
2062 (icalendar--convert-yearly-to-ical)
2063 (icalendar--convert-block-to-ical)
2064 (icalendar--convert-cyclic-to-ical)
2065 (icalendar--convert-anniversary-to-ical): Take care of time
2066 specifications where hour has 1-digit only (Bug#5549).
2067
8cfae03d
NR
20682010-02-19 Nick Roberts <nickrob@snap.net.nz>
2069
2070 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2071 of disassemble output in GDB 7.1.
2072
055e4eea
GM
20732010-02-19 Glenn Morris <rgm@gnu.org>
2074
2075 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2076 property. (Bug#5593)
2077
ff6b00de
SS
20782010-02-18 Sam Steingold <sds@gnu.org>
2079
2080 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2081
fe8c0b47
SM
20822010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2083
2084 Use abbreviated file names in bookmarks (bug#5591).
2085 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2086 calls to expand-file-name.
2087 (bookmark-relocate): Use abbreviated file names in bookmarks.
2088 (bookmark-load): Use abbreviated file names in messages.
2089
73a37a69
MA
20902010-02-18 Michael Albinus <michael.albinus@gmx.de>
2091
2092 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2093 expand "." and "..". Reported by Thierry Volpiatto
2094 <thierry.volpiatto@gmail.com>.
2095
6e4f5731
MA
20962010-02-18 Michael Albinus <michael.albinus@gmx.de>
2097
2098 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2099 permissions of the temporary file to "0600". In case the remote
2100 file has no read permissions for the owner, there might be
2101 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
2102
210322010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
2104
2105 * emacs-lisp/authors.el (authors-renamed-files-alist):
2106 Add entries for INSTALL.CVS.
2107
ba5bf642
MH
21082010-02-17 Mark A. Hershberger <mah@everybody.org>
2109
f7e0618c 2110 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 2111
f7e0618c 2112 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
2113 (isearch-update): Use the new hook.
2114
aac0b0f2
MA
21152010-02-16 Michael Albinus <michael.albinus@gmx.de>
2116
fe8c0b47
SM
2117 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2118 Fix errors in copying directories.
aac0b0f2
MA
2119 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2120 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2121 (tramp-handle-delete-file)
2122 (tramp-handle-dired-recursive-delete-directory)
2123 (tramp-handle-write-region): Flush also the cache for the upper
2124 directory.
2125
05bbe066
CY
21262010-02-16 Chong Yidong <cyd@stupidchicken.com>
2127
e8ab3908
CY
2128 * simple.el (save-interprogram-paste-before-kill): Doc fix.
2129
ff90f4b0
CY
2130 * cus-edit.el (hardware): Doc fix.
2131
2132 * man.el (man): Add to external custom group.
2133
2134 * delim-col.el (columns): Move to wp custom group.
2135
2136 * doc-view.el (doc-view): Add to data custom group.
2137
fe8c0b47 2138 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 2139
05bbe066
CY
2140 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2141 by ispell-parse-output (Bug#5575).
2142
fa6ea913
KH
21432010-02-16 Kenichi Handa <handa@m17n.org>
2144
2145 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2146 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2147 (skkdic-convert): Use `euc-japan' coding system for writing.
2148
88fd78ae
GM
21492010-02-16 Glenn Morris <rgm@gnu.org>
2150
2151 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2152 tex-main-file before using it. (Bug#5562)
2153
2b8c974a
SM
21542010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2155
2156 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2157 warnings, since it is annoying for the user to see them each time he
2158 runs the code.
2159
7540f029
MA
21602010-02-15 Michael Albinus <michael.albinus@gmx.de>
2161
2162 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2163 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2164 instead of PROC for caching "first-password-request". Otherwise,
2165 new processes would not profit from passwords already entered.
2166
2b8c974a
SM
2167 * net/tramp-cache.el (tramp-dump-connection-properties):
2168 Don't save "first-password-request" property.
7540f029 2169
fa5f7c5f
JB
21702010-02-14 Juanma Barranquero <lekktu@gmail.com>
2171
2172 * outline.el (outline-head-from-level):
2173 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
2174 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2175 (elint-defun, elint-buffer-env, elint-top-form-logged)
2176 (elint-unbound-variable):
2177 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2178 Fix typos in docstrings.
2179
ecbaeb7b
MA
21802010-02-14 Michael Albinus <michael.albinus@gmx.de>
2181
2182 * files.el (insert-directory): When WILDCARD-REGEXP and
2183 FULL-DIRECTORY-P are nil, insert the file entry instead of the
2184 whole directory. (Bug#5551)
2185
2186 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
2187 dired's alignment sanity. (Bug#5516)
2188
91e3333f
JL
21892010-02-14 Juri Linkov <juri@jurta.org>
2190
2191 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2192 Remove remaining ^H with their preceding chars. (Bug#5566)
2193
36020642
GM
21942010-02-13 Glenn Morris <rgm@gnu.org>
2195
2196 * simple.el (transpose-subr): Give it a doc-string.
2197
2198 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2199 Doc fixes.
2200
f5952338
JL
22012010-02-12 Juri Linkov <juri@jurta.org>
2202
2203 * arc-mode.el (archive-unique-fname): Make directories for nested
2204 archives. (Bug#5540)
2205
918fe50f
JL
22062010-02-12 Juri Linkov <juri@jurta.org>
2207
2208 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
2209
c07ff221
SM
22102010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2211
48b1e7cf
SM
2212 * subr.el (copy-overlay): Handle deleted overlays.
2213
c07ff221
SM
2214 * man.el (Man-completion-table): Don't signal an error if we can't run
2215 manual-program (bug#4056).
2216
0e374247
JB
22172010-02-10 Juanma Barranquero <lekktu@gmail.com>
2218
2219 * textmodes/artist.el (artist-mt): Fix typos in docstring.
2220
dbf8402b
SM
22212010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2222
348d1e60
SM
2223 * info.el (Info-bookmark-jump): Simplify.
2224
dbf8402b
SM
2225 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2226 (bookmark-default-handler): Accept new bookmark field `buffer'.
2227
e6d23bb5
CY
22282010-02-10 Chong Yidong <cyd@stupidchicken.com>
2229
2230 * iswitchb.el (iswitchb-completions): Revert last change.
2231
a8e4290b
MA
22322010-02-10 Michael Albinus <michael.albinus@gmx.de>
2233
2b23acde 2234 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
2235 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2236 This prevents file names like "~/" being listed literally.
a8e4290b 2237
c59d6fad
DN
22382010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2239
348d1e60
SM
2240 * term/xterm.el (xterm-maybe-set-dark-background-mode):
2241 Remove dead code. (Bug#5546)
c59d6fad 2242
3a66e78f
CY
22432010-02-09 Chong Yidong <cyd@stupidchicken.com>
2244
2245 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2246 correctly (Bug#5548).
2247
f29fd869
CY
22482010-02-08 Jose E. Marchesi <jemarch@gnu.org>
2249
2250 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 2251 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 2252
7fad1447
KH
22532010-02-08 Kenichi Handa <handa@m17n.org>
2254
2255 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 2256 cookie for putting `lisp-indent-function'.
7fad1447 2257
50e4518b
GM
22582010-02-07 Glenn Morris <rgm@gnu.org>
2259
2260 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2261 Move F2003 named interfaces from keywords-2 to keywords-1, and
2262 use function-name-face rather than constant-face.
2263 Simplify "abstract interface" regexp.
2264
a4cc44cf
CY
22652010-02-07 Chong Yidong <cyd@stupidchicken.com>
2266
2267 * eshell/esh-util.el (eshell-file-attributes): New optional arg
2268 ID-FORMAT. Pass it to `file-attributes'.
2269
2270 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2271
c917476d
CY
22722010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
2273
2274 * faces.el (set-face-attribute): Allow calling
2275 internal-set-lisp-face-attribute with 'unspecified family and
2276 foundry argument (Bug#5536).
2277
7cf3f3d6
GM
22782010-02-07 Glenn Morris <rgm@gnu.org>
2279
2280 * progmodes/f90.el (f90-font-lock-keywords-2)
2281 (f90-looking-at-type-like, f90-looking-at-program-block-end):
2282 Handle F2003 named interfaces.
2283
ffe87109
CY
22842010-02-06 Chong Yidong <cyd@stupidchicken.com>
2285
2286 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2287 beg and end before calling c-get-state-before-change-functions.
2288
4775ecad
DN
22892010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
2290
2291 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
2292
0d17c4b9
JL
22932010-02-05 Juri Linkov <juri@jurta.org>
2294
2295 * doc-view.el (doc-view-mode):
2296 * image-mode.el (image-mode): Put property mode-class=special.
2297 (Bug#4896)
2298
8228a275
MH
22992010-02-05 Mark A. Hershberger <mah@everybody.org>
2300
2301 * vc-svn.el (vc-svn-revision-table): New function.
2302
d9320986
MA
23032010-02-05 Michael Albinus <michael.albinus@gmx.de>
2304
2305 * net/ange-ftp.el (ange-ftp-insert-directory):
2306 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2307 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2308 Handle also directories. (Bug#5478)
2309
f43d8ecc
GM
23102010-02-05 Glenn Morris <rgm@gnu.org>
2311
2312 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2313
ce3a988d
CY
23142010-02-05 Chong Yidong <cyd@stupidchicken.com>
2315
2316 * startup.el (command-line-1): Convert options beginning with a
2317 single dash as well (Bug#5519).
2318
bdd42899
SM
23192010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
2320
51b23c44
SM
2321 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2322 * minibuffer.el (completion-initials-expand): Only check the presence
2323 of delims *within* the boundaries, since otherwise the / delim is
2324 always found for files.
2325
bdd42899
SM
2326 Fix up various corner case problems.
2327 * doc-view.el (doc-view-last-page-number): New function.
2328 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2329 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2330 (doc-view-kill-proc): Avoid inf-loop in freak cases.
2331 (doc-view-reconvert-doc): Use the new recursive delete-directory.
2332 (doc-view-convert-current-doc): Don't create the resolution.el file
2333 here any more.
2334 (doc-view-pdf/ps->png): Do it here instead.
2335 (doc-view-already-converted-p): Check that resolution.el is present.
2336 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2337 windows that are not yet showing images.
2338
d5b3979c
MA
23392010-02-04 Michael Albinus <michael.albinus@gmx.de>
2340
2341 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
2342 `dired-uncache' for every elemnt which is an absolute file name.
2343
2344 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
2345 directory, handle its directory component.
2346 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
2347 function is called permanently and creates noise, otherwise.
2348
2349 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2350 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2351 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
2352
b003beb1
DB
23532010-02-04 David Burger <dburger@google.com> (tiny change)
2354
2355 * macros.el (apply-macro-to-region-lines):
2356 Minor simplification. (Bug#5485)
2357
ea92f9f3
GM
23582010-02-04 Glenn Morris <rgm@gnu.org>
2359
a03ae20d
GM
2360 * mail/rmail.el (rmail-show-message-1): Handle malformed
2361 quoted-printable text. (Bug#5441)
2362
4d01b827
GM
2363 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2364
ea92f9f3
GM
2365 * simple.el (visual-line-mode): Capitalize lighter.
2366
82055bb7
JW
23672010-02-03 John Wiegley <jwiegley@gmail.com>
2368
2369 * iswitchb.el (iswitchb-completions): Add bookmark files to the
2370 list of files considered for "virtual buffer" completions.
2371
8214b6e4
MA
23722010-02-03 Michael Albinus <michael.albinus@gmx.de>
2373
2374 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
2375 also in case of (and (not full) (not wildcard)). This is needed,
2376 when dired is called with a list of files, which are not in
2377 `default-directory'. (Bug#5478)
2378
1df9718f
SM
23792010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2380
2381 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
2382
02ba1267
JL
23832010-02-02 Juri Linkov <juri@jurta.org>
2384
2385 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
2386 from unidiff to allow function-line after @@.
2387
a0c6a0fb
JL
23882010-02-02 Juri Linkov <juri@jurta.org>
2389
2390 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
2391 '(RCS SCCS) with inverted condition.
2392
c35fcd52
MA
23932010-02-02 Michael Albinus <michael.albinus@gmx.de>
2394
2395 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
2396 messages.
2397
6ba973c1
JL
23982010-02-01 Juri Linkov <juri@jurta.org>
2399
2400 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
2401 compare with "pkunzip" and "pkzip" instead of only "pkzip".
2402 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
2403 only when (car archive-zip-extract) is "unzip". (Bug#5475)
2404
0bca393f
SM
24052010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2406
2407 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
2408 (doc-view-revert-buffer): New command.
2409 (doc-view-mode-map): Use it.
2410
7a444e2a
DN
24112010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
2412
2413 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
2414 pending merge is detected.
2415
ad6fc8f4
JL
24162010-01-31 Juri Linkov <juri@jurta.org>
2417
2418 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
2419 beginning of interactive spec like all other grep commands do.
2420 Put "all" in front of "gz". (Bug#5260)
2421
b9236874
DN
24222010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
2423
2424 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
2425
1e868757
CY
24262010-01-29 Chong Yidong <cyd@stupidchicken.com>
2427
2428 * dirtrack.el (dirtrack): Warn instead of signalling error if the
2429 regexp is incorrect (Bug#5476).
2430
e5c70c41
MA
24312010-01-29 Michael Albinus <michael.albinus@gmx.de>
2432
2433 * net/tramp.el (tramp-handle-insert-directory): Handle also
2434 symlinks, when FILENAME is not in `default-directory'.
2435
0c0b61f1
MA
24362010-01-28 Michael Albinus <michael.albinus@gmx.de>
2437
2438 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 2439 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
2440
2441 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
2442 of SWITCHES. Handle the case, FILENAME is not in
2443 `default-directory'. (Bug#5478)
2444 (tramp-register-file-name-handlers): Add safe-magic property.
2445
763f325e
CY
24462010-01-28 Chong Yidong <cyd@stupidchicken.com>
2447
2448 * arc-mode.el (archive-zip-extract): Quote the argument passed to
2449 unzip (Bug#5475).
2450
fd09a83f
CY
24512010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
2452
2453 * progmodes/flymake.el (flymake-allowed-file-name-masks)
2454 (flymake-master-make-header-init): Add other C++ filename masks.
2455 (flymake-find-possible-master-files)
2456 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
2457
7e5686f0
MA
24582010-01-28 Michael Albinus <michael.albinus@gmx.de>
2459
2460 Fix some busybox annoyances.
2461
2462 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
2463 not responding." string.
2464 (tramp-open-connection-setup-interactive-shell): Dump stty
2465 settings. Enable "neveropen" arg for all `tramp-send-command'
2466 calls. Handle "=" in variable values properly.
2467 (tramp-find-inline-encoding): Raise an error, when no encoding is
2468 found.
2469 (tramp-wait-for-output): Check, whether PROC buffer is available.
2470 Remove spurious " ^H" sequences, sent by busybox.
2471 (tramp-get-ls-command): Suppress coloring, if possible.
2472
c6265c10
GM
24732010-01-28 Glenn Morris <rgm@gnu.org>
2474
c85a168b
GM
2475 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
2476
c6265c10
GM
2477 * log-edit.el (log-edit-strip-single-file-name): Add missing
2478 :safe, :group, and :version tags.
2479
7d82a738
SB
24802010-01-27 Stephen Berman <stephen.berman@gmx.net>
2481
2482 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
2483 buffers. (Bug#5477)
2484
8b0e68ea
CY
24852010-01-27 David De La Harpe Golden <david@harpegolden.net>
2486
2487 * files.el (delete-directory): Handle moving to trash without
2488 first doing recursion (Bug#5436).
2489
368d3208
DN
24902010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
2491
2492 * vc-hooks.el (vc-path): Mark as obsolete.
2493
755da7fa
DN
24942010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
2495
e2396d80
DN
2496 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
2497 names too.
2498
755da7fa
DN
2499 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
2500 for the short log.
2501 (vc-bzr-log-view-mode): Adjust regexp for the above change.
2502
6a6d15ab 25032010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 2504
ac9ffe99 2505 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 2506
48c2d18a 2507 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 2508
504dcc71
EH
25092010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
2510
2511 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
2512 diff-index command. This requires at least git-1.5.5. (Bug#1589).
2513
51850286
DN
25142010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2515
c2f1d6d8
DN
2516 Remove support for adding --signoff on commit.
2517 Future support will use an incompatible generic mechanism.
2518 * vc-git.el (vc-git-add-signoff): Remove variable.
2519 (vc-git-toggle-signoff): Remove function.
2520 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
2521
51850286
DN
2522 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
2523 from xterm-set-background-mode. Return t if the background mode
2524 was set.
2525 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
2526 earlier, call it again in case the background mode has changed.
2527
02c6d0d0
CY
25282010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
2529
2530 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
2531 (Bug#3541).
2532
064eee03
CY
25332010-01-23 Chong Yidong <cyd@stupidchicken.com>
2534
02c6d0d0
CY
2535 * emacs-lisp/assoc.el (aelement): Doc fix.
2536 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 2537
5336c3ec 25382010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 2539
48c2d18a 2540 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
2541 is the same as subprogram call, not declaration. (Bug#5435).
2542
0536254e
MA
25432010-01-23 Michael Albinus <michael.albinus@gmx.de>
2544
2545 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
2546 (tramp-smb-maybe-open-connection): Use it.
2547
411d06c2
MA
25482010-01-22 Michael Albinus <michael.albinus@gmx.de>
2549
0536254e 2550 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 2551
c893016b
SM
25522010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2553
2554 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
2555 just because we see "encoding: 8bit".
2556 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
2557
9425f8e1
CY
25582010-01-22 Chong Yidong <cyd@stupidchicken.com>
2559
2560 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
2561
6a801864
EZ
25622010-01-22 Eli Zaretskii <eliz@gnu.org>
2563
2564 * jka-compr.el (jka-compr-load): If load-file is not in
2565 load-history, try its file-truename version. (bug#5447)
2566
3e8f7d91
AM
25672010-01-21 Alan Mackenzie <acm@muc.de>
2568
2569 Fix a situation where deletion of a cpp construct throws an error.
2570 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
2571 invoking c-with-all-but-one-cpps-commented-out, check that the
2572 special cpp construct is still in the buffer.
2573 (c-parse-state): Record the special cpp with markers, not numbers.
2574
f0bd0ad5
CY
25752010-01-21 Kenichi Handa <handa@m17n.org>
2576
2577 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
2578 process last-command-event, as it is now decoded first (Bug#5380).
2579
5189d95b
CY
25802010-01-20 Chong Yidong <cyd@stupidchicken.com>
2581
2582 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
2583
e073d74a
GM
25842010-01-20 Glenn Morris <rgm@gnu.org>
2585
2586 * indent.el (tab-always-indent): Fix custom-type.
2587
8ee04f3a
AM
25882010-01-19 Alan Mackenzie <acm@muc.de>
2589
2590 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
2591 buffer throws "args out of range".
2592 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
2593 playing the role of delimiter.
2594
6a47c86a
SL
25952010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
2596
bf0b361c 2597 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
2598 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
2599 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
2600 changed. Delete RECURSIVE parameter; never used. Improve doc string.
2601 Improve comments in "is" portion. Handle null procedure declaration.
2602 (ada-move-to-end): Improve doc string.
2603
2acfb954
ÓF
26042010-01-18 Óscar Fuentes <ofv@wanadoo.es>
2605
e90d57c0 2606 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 2607 Remove obsolete information from commentary.
e90d57c0
JB
2608 (ido-choice-list): Initialize to nil.
2609 (ido-get-bufname): Reject minibuffers.
2610 (ido-make-buffer-list): If "default" is a nonexistent
2611 buffer, ignore it, as per the function's comment.
2612 (ido-kill-buffer-internal): New function.
2613 (ido-kill-buffer-at-head): Use it.
2614 (ido-visit-buffer): Likewise.
2acfb954 2615
244b023e
CY
26162010-01-18 Chong Yidong <cyd@stupidchicken.com>
2617
2618 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
2619
db9e401b
JB
26202010-01-18 Juanma Barranquero <lekktu@gmail.com>
2621
db9e401b
JB
2622 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
2623 Fix typos in chart titles.
2624
2625 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
2626 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2627 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2628 (describe-class, eieio-describe-generic, describe-generic):
2629 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2630 (eieio-speedbar-expand):
2631 * emulation/viper-cmd.el (viper-exec-form-in-vi)
2632 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2633 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2634 (viper-del-backward-char-in-replace, viper-backward-indent)
2635 (viper-brac-function, viper-register-to-point, viper-submit-report):
2636 * net/tramp.el (tramp-remote-coding-commands):
2637 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2638 Fix typos in docstrings.
2639
9295137d
CY
26402010-01-17 Chong Yidong <cyd@stupidchicken.com>
2641
2642 * mail/sendmail.el (mail-yank-original): Set the mark if the
2643 specified function for yanking does not do it.
2644
4d0bbcb6
DN
26452010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
2646
7902c120
DN
2647 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
2648
4d0bbcb6
DN
2649 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2650 resyncing a directory.
2651
0b702bc1
SL
26522010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
2653
6a47c86a 2654 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
2655 (ada-ident-re): Delete ., allow multibyte characters.
2656 (ada-goto-label-re): New; matches goto labels.
2657 (ada-block-label-re): New; matches block labels.
2658 (ada-label-re): New; matches both.
2659 (ada-named-block-re): Deleted; callers changed to use
2660 `ada-block-label-re' instead.
2661 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2662 Use `ada-block-label-re'.
2663 (ada-indent-on-previous-lines): Improve handling of goto labels.
2664 (ada-get-indent-block-start): Special-case block label.
2665 (ada-get-indent-label): Split into `ada-indent-block-label' and
2666 `ada-indent-goto-label'.
2667 (ada-goto-stmt-start, ada-goto-next-non-ws):
2668 Optionally ignore goto labels.
2669 (ada-goto-next-word): Simplify.
2670 (ada-indent-newline-indent-conditional): Insert newline before
2671 trying to fix indentation; doc fix.
2672
05287c49
JB
26732010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
2674
2675 * calc/calc.el (calc-command-flags): Give it an initial value.
2676
4963739e
JB
26772010-01-17 Juanma Barranquero <lekktu@gmail.com>
2678
4963739e
JB
2679 * files.el (minibuffer-with-setup-hook):
2680 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2681 (artist-key-draw-continously, artist-key-do-continously-continously)
2682 (artist-key-set-point-continously, artist-mouse-draw-continously):
2683 Fix typos in docstrings.
2684
116bd1ee
CY
26852010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
2686
2687 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2688 return t (Bug#3898).
2689
2784cd7a 26902010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
2691
2692 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2693 can parse the output of the external commands (Bug#5279).
2694
abd5cfe8
CY
26952010-01-16 Jari Aalto <jari.aalto@cante.net>
2696
2697 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2698
4fe22cdf
CY
26992010-01-16 Chong Yidong <cyd@stupidchicken.com>
2700
bbdc98ef
CY
2701 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2702
c7dc1ac1
CY
2703 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2704
4fe22cdf
CY
2705 * startup.el (command-line): Remove unused --icon-type arg.
2706 Handle --display arg, passing it to command-line-1 (Bug#5392).
2707
045b9da7
ML
27082010-01-16 Mario Lang <mlang@delysid.org>
2709
045b9da7
ML
2710 * emacs-lisp/chart.el (chart-translate-namezone):
2711 * textmodes/artist.el (artist-compute-popup-menu-table):
2712 Remove duplicated words in doc-strings.
2713
6554a5df
CY
27142010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
2715
2716 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2717 to mairix-search to suppress threading (Bug#5342).
2718
ca4f0e9a
KH
27192010-01-15 Kenichi Handa <handa@m17n.org>
2720
2721 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 2722 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 2723
1db3226b
GM
27242010-01-15 Glenn Morris <rgm@gnu.org>
2725
56a03f46
GM
2726 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
2727
2728 * wid-edit.el (widget-keymap): Doc fix.
2729
1db3226b
GM
2730 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2731 former seems to be more widely accepted by various svn versions.
2732
80cd4bb4
JB
27332010-01-14 Juanma Barranquero <lekktu@gmail.com>
2734
d1f18ec0
JB
2735 * find-cmd.el (find-constituents):
2736 * vc-arch.el (vc-arch-root):
2737 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
2738 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2739 * progmodes/ada-stmt.el (ada-if):
2740 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2741 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2742 (ispell-encoding8-command, ispell-aspell-supports-utf8)
2743 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2744
80cd4bb4
JB
2745 * progmodes/flymake.el (flymake-post-syntax-check):
2746 Fix typo in error message.
2747
9c23ca47
JB
27482010-01-14 Juanma Barranquero <lekktu@gmail.com>
2749
2750 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2751 which is always a string. (Bug#5313)
2752
8794c483
JB
27532010-01-14 Juanma Barranquero <lekktu@gmail.com>
2754
2755 * progmodes/ada-xref.el (ada-default-prj-properties):
2756 Simplify previous change.
2757
95005d39
SL
27582010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2759
2760 * progmodes/ada-xref.el (ada-default-prj-properties):
2761 Default ada_project_path to $ADA_PROJECT_PATH.
2762
27632010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
2764
2765 * progmodes/ada-mode.el (ada-create-keymap):
2766 Override `narrow-to-defun' with `ada-narrow-to-defun'.
2767
fb0d1545
SL
27682010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2769
2770 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2771 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2772 (ada-get-current-indent, ada-imenu-generic-expression)
2773 (ada-which-function): Check for it.
2774
5c9434d0
SL
27752010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2776
2777 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2778 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2779
3a4f3a3b
GM
27802010-01-14 Glenn Morris <rgm@gnu.org>
2781
2782 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
2783
d9a7c140
KH
27842010-01-14 Kenichi Handa <handa@m17n.org>
2785
2786 * composite.el (auto-composition-mode): Make it a buffer local
2787 variable (permanent-local).
2788 (auto-composition-function): Set the default value to
2789 auto-compose-chars.
49caf252 2790 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
2791 (global-auto-composition-mode): Likewise.
2792 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 2793
38bee102
KF
27942010-01-13 Karl Fogel <kfogel@red-bean.com>
2795
2796 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 2797
b8b45afc
MA
27982010-01-12 Michael Albinus <michael.albinus@gmx.de>
2799
2800 * files.el (copy-directory): Compute target for recursive
2801 directories with identical names. (Bug#5343)
2802
893db5bc
GM
28032010-01-12 Glenn Morris <rgm@gnu.org>
2804
2805 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2806 it to bug-gnu-emacs rather than emacs-pretest-bug.
2807
d8b8451f
SS
28082010-01-11 Sam Steingold <sds@gnu.org>
2809
2810 * imenu.el (imenu-default-create-index-function): Detect infinite
2811 loops caused by imenu-prev-index-position-function.
2812
30afcdff
JB
28132010-01-11 Juanma Barranquero <lekktu@gmail.com>
2814
2815 * htmlfontify.el (htmlfontify-load-rgb-file)
2816 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2817 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2818 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2819 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2820 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2821 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2822 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2823 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2824 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2825 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2826 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2827 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2828 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2829 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2830 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2831 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2832 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2833 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2834 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2835 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2836 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2837 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2838 backslash-quoting from parentheses, etc.
2839
92b1c416
CY
28402010-01-11 Chong Yidong <cyd@stupidchicken.com>
2841
2842 * progmodes/js.el: Autoload javascript-mode alias.
2843
4454adab
JB
28442010-01-11 Juanma Barranquero <lekktu@gmail.com>
2845
2846 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2847 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2848 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2849 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2850 Fix typos in docstrings.
2851 (ffap-url-regexp): Doc fix.
2852 (ffap-at-mouse): Fix typo in message.
2853
6589a2f9
GM
28542010-01-11 Glenn Morris <rgm@gnu.org>
2855
2856 * version.el (emacs-copyright): Set copyright year to 2010.
2857
4e5617ee
SM
28582010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2859
2860 * format.el (format-annotate-function): Only set
2861 write-region-post-annotation-function after running to-fn so as not to
2862 affect nested write-region calls (bug#5273).
2863
52bee098
CY
28642010-01-10 Chong Yidong <cyd@stupidchicken.com>
2865
a069f067
CY
2866 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2867 wisent/python.el.
2868
e709e39d
CY
28692010-01-09 Chong Yidong <cyd@stupidchicken.com>
2870
2871 * man.el (Man-goto-section): Signal error if the section is not
2872 found (Bug#5317).
2873
6ee86780
JB
28742010-01-09 Juanma Barranquero <lekktu@gmail.com>
2875
2876 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2877 URLs with a leading triple slash in the file: scheme. (Bug#5345)
2878
fa7b5f7b
CY
28792010-01-09 Chong Yidong <cyd@stupidchicken.com>
2880
2881 * progmodes/compile.el: Don't treat compile-command as safe if
2882 compilation-read-command might be nil (Bug#4218).
2883
de62c4d9
JD
28842010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2885
2886 * startup.el (command-line-1): Use orig-argi to check for ignored X and
2887 NS options.
2888
e94be827
KH
28892010-01-08 Kenichi Handa <handa@m17n.org>
2890
4e5617ee
SM
2891 * international/fontset.el (build-default-fontset-data):
2892 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 2893
1dfae2a2
JB
28942010-01-07 Juanma Barranquero <lekktu@gmail.com>
2895
2896 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2897 to `create-file-buffer' as it expects, not just a buffer name.
2898 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2899 to help uniquify. (Bug#3224)
2900
d0cf45b7
JD
29012010-01-06 Jan Djärv <jan.h.d@swipnet.se>
2902
2903 * font-setting.el (font-setting-change-default-font): Use user-spec
2904 instead of name.
2905
7534fa5e
DN
29062010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2907
2908 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2909
fd579fdc
CY
29102010-01-05 Tom Tromey <tromey@redhat.com>
2911
4e5617ee
SM
2912 * progmodes/python.el (python-font-lock-keywords):
2913 Handle qualified decorators (Bug#881).
fd579fdc 2914
37860caf
DN
29152010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2916
2917 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2918 in a lightweight checkout.
2919
69db641d
KH
29202010-01-05 Kenichi Handa <handa@m17n.org>
2921
4e5617ee 2922 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 2923
b25d6a02
DN
29242010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2925
2926 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2927
137d88ca
DN
29282010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
2929
2930 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2931 checkouts. (Bug#618)
3d5d0aa9 2932 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
2933 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2934 (vc-bzr-shelve-menu-map):
2935 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2936 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 2937
da76998b
CY
29382010-01-02 Chong Yidong <cyd@stupidchicken.com>
2939
2940 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2941 They are valid characters in URL paths (rfc3986), and at least
2942 Firefox does not understand the encoded version (Bug#3166).
2943
b2ad70b6
CY
29442010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
2945
2946 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
2947 (octave-block-begin-or-end-regexp, octave-block-match-alist):
2948 Add "end" keyword (Bug#3061).
b2ad70b6
CY
2949 (octave-end-as-array-index-p): New function.
2950 (calculate-octave-indent): Use it.
2951
54136282
KF
29522010-01-02 Karl Fogel <kfogel@red-bean.com>
2953
2954 * bookmark.el: Consistently put the text property on the bookmark name.
2955 (bookmark-bmenu-marks-width): Bump back to 2, to include
2956 annotation marks.
2957 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2958 property on the bookmark name, instead of not putting it at all.
2959 (bookmark-bmenu-list): Fix where we put the text property.
2960
cc4d3cad
KF
29612010-01-02 Karl Fogel <kfogel@red-bean.com>
2962
2963 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2964 for showing buffer modified state (as added in the previous change).
2965
b894c439
KF
29662010-01-02 Karl Fogel <kfogel@red-bean.com>
2967
2968 * bookmark.el: Show modified state of bookmark buffer more accurately.
2969 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2970 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2971 (with-buffer-modified-unmodified): New macro.
2972 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2973 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 2974 Use new macro to preserve the buffer modified state.
b894c439 2975
3a69db53
KF
29762010-01-02 Karl Fogel <kfogel@red-bean.com>
2977
4e5617ee 2978 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
2979 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2980 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2981 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2982 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
2983 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2984 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 2985
af414f10
EZ
29862010-01-02 Eli Zaretskii <eliz@gnu.org>
2987
4e5617ee
SM
2988 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2989 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 2990
f2ec0e5e
CY
29912010-01-02 Ryan Yeske <rcyeske@gmail.com>
2992
2993 * net/rcirc.el: Add follow-link binding (Bug#4738).
2994
38c1ba62
EZ
29952010-01-02 Eli Zaretskii <eliz@gnu.org>
2996
4e5617ee 2997 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
2998 (cvs-update): New target for backward compatibility.
2999
4e5617ee 3000 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
3001 (cvs-update): New target for backward compatibility.
3002
ea2c0f5b
KF
30032010-01-02 Karl Fogel <kfogel@red-bean.com>
3004
3005 * bookmark.el: Remove gratuitous gratitude.
3006
5ae329f4
KF
30072010-01-02 Karl Fogel <kfogel@red-bean.com>
3008
47989945
KF
3009 * bookmark.el (bookmark-bmenu-any-marks): New function
3010 (bookmark-bmenu-save): Clear buffer modification if no marks.
3011
30122010-01-02 Karl Fogel <kfogel@red-bean.com>
3013
3014 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
3015 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3016 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3017 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3018
3019 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3020 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3021 To: emacs-devel {_AT_} gnu.org
3022 Subject: bookmark.el bug report
3023 Date: Mon, 28 Dec 2009 14:19:16 +0800
3024 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3025
aef053eb
KF
30262010-01-02 Karl Fogel <kfogel@red-bean.com>
3027
3028 * bookmark.el: Improvements suggested by Drew Adams:
3029 (bookmark-bmenu-ensure-position): New name for
3030 `bookmark-bmenu-check-position'. Just ensure the position,
3031 don't return any meaningful value.
3032 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3033 New constants.
3034
0472835f
JB
30352010-01-02 Juanma Barranquero <lekktu@gmail.com>
3036
3037 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3038 (bookmark-yank-point, bookmark-bmenu-check-position):
3039 Fix typos in docstrings.
3040 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3041 (bookmark-name-from-full-record, bookmark-get-position)
3042 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3043 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3044 Remove useless quoting of parenthesis, etc. in docstrings.
3045
3046 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3047 (ediff-append-custom-diff): Fix typo in error message.
3048 (ediff-meta-mark-equal-files): Fix typos in messages.
3049
3050 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3051
0472835f
JB
3052 * net/imap-hash.el (imap-hash-make): Doc fix.
3053 (imap-hash-test): Fix typo in error message; reflow docstring.
3054 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3055 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3056 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3057 Fix typos in docstrings.
3058 (imap-hash-open-connection): Fix typo in error message.
3059
3060 * play/gomoku.el (gomoku): Fix typos in docstring.
3061
3062 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3063 (gdb-jsonify-buffer): Fix typos in docstring.
3064 (gdb-goto-breakpoint): Fix typo in error message.
3065 ("Display Other Windows"): Fix typo in help message.
3066 (gdb-speedbar-expand-node): Fix typo in question.
3067
3068 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3069 (idlwave-html-system-help-location, idlwave-html-help-location)
3070 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3071 (idlwave-help-browser-generic-args, idlwave-help-directory)
3072 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3073 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3074 (idlwave-online-help, idlwave-help-html-link)
3075 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3076 Fix typos in docstrings.
3077 (idlwave-help-with-source, idlwave-help-find-routine-definition):
3078 Reflow docstrings.
3079 (idlwave-help-assistant-start): Fix typo in error message.
3080
3081 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3082 (octave-electric-space): Fix typos in docstrings.
3083
9bbe0828
CY
30842010-01-01 Chong Yidong <cyd@stupidchicken.com>
3085
3086 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3087
a88c46c3
CY
30882010-01-01 Juri Linkov <juri@jurta.org>
3089
3090 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 3091 increase the default to 500 (Bug#5148).
a88c46c3 3092
7ee6c59b
NR
30932009-12-31 Nick Roberts <nickrob@snap.net.nz>
3094
3095 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3096 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3097 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3098
a9c8a2cd
NR
30992009-12-30 Nick Roberts <nickrob@snap.net.nz>
3100
3101 Show working revision correctly for mercurial.
3102 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 3103 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 3104
659e4408
JB
31052009-12-29 Juanma Barranquero <lekktu@gmail.com>
3106
3107 Declare some functions for the byte-compiler.
3108 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3109 (speedbar-timer-fn, speedbar-change-expand-button-char)
3110 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3111
7ee6c59b
NR
31122009-12-29 Nick Roberts <nickrob@snap.net.nz>
3113
3114 This changeset reverts GDB Graphical Interface to use annotations.
3115 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3116
460f6e7c
DN
31172009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
3118
3119 Make vc-dir work on subdirectories of the bzr root.
3120 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
3121 file names relative to it.
3122 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3123 relative directory to vc-bzr-after-dir-status.
3124
543f553a
TH
31252009-12-28 Tassilo Horn <tassilo@member.fsf.org>
3126
3127 * font-lock.el (font-lock-refresh-defaults): New function, which
3128 can be used to let font-lock react to external changes in
3129 variables like font-lock-defaults and keywords.
3130 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3131
2592ab76
DN
31322009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
3133
ac859983
DN
3134 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3135
2592ab76
DN
3136 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3137
58941d03
JB
31382009-12-28 Juanma Barranquero <lekktu@gmail.com>
3139
3140 Supersede color.diff settings in git log (bug#5211).
3141
3142 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3143 escape chars in its output when the user has color.diff set to `always'.
3144 This fix works on git 1.4.2 and newer (released on 2006-08-13).
3145
39764e76
KR
31462009-12-26 Kevin Ryde <user42@zip.com.au>
3147
3148 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3149 node. Keep previous "Index" name to work with past coreutils too.
3150
91c4831e
KR
3151 * man.el (man): Revise docstring a bit to show -a and -l as
3152 examples. Add -k description since support for it has otherwise
3153 been a secret. (Further to bug#3717.)
651e932e
KR
3154 (Man-bgproc-sentinel): When "-k foo" produces no output show error
3155 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 3156 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 3157
7f4d4a97
MA
31582009-12-26 Michael Albinus <michael.albinus@gmx.de>
3159
3160 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3161 switches. Check also for //SUBDIRED// line.
3162
bcffff46
KH
31632009-12-25 Kenichi Handa <handa@m17n.org>
3164
3165 * language/indian.el (devanagari-composable-pattern): Fixed to
3166 handle ZWNJ and ZWJ. Use it in composition-function-table for
3167 Devanagari.
3168 (malayalam-composable-pattern): Fix previous change.
3169
dc1dcfa4
VJL
31702009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3171
3172 * ps-print.el (ps-face-attributes): It was not returning the
3173 attribute face for faces specified as string. Reported by harven
41a20de9 3174 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
3175 (ps-print-version): New version 7.3.5.
3176
6fe539d2
UJ
31772009-12-18 Ulf Jasper <ulf.jasper@web.de>
3178
3179 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
3180 timezone names.
3181 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
3182 (icalendar--add-diary-entry): Remove the trailing blank that
3183 diary-make-entry inserts.
3184
1f3611c6
MA
31852009-12-17 Michael Albinus <michael.albinus@gmx.de>
3186
3187 Make `file-expand-wildcards' work for remote files.
3188
3189 * files.el (file-expand-wildcards): In case of remote files, check
3190 only local file name part for wildcards. Provide feature 'files
3191 and subfeature 'remote-wildcards. (Bug#5198)
3192
3193 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3194 if there is already an established connection.
3195 (tramp-advice-file-expand-wildcards): Remove it.
3196
3197 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3198 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
3199 Activate advice for older GNU Emacs versions. (Bug#5237)
3200
9762b219
JB
32012009-12-17 Juanma Barranquero <lekktu@gmail.com>
3202
3203 Some doc fixes (more needed).
3204
3205 * find-cmd.el (find-constituents): Reflow docstring.
3206 (find-cmd, find-prune, find-command): Fix typos in docstrings.
3207 (find-generic): Doc fix.
3208
cfb54897
JL
32092009-12-17 Juri Linkov <juri@jurta.org>
3210
3211 Fix regression from 23.1 to allow multiple modes in Local Variables.
3212
3213 * files.el (hack-local-variables-filter): While ignoring duplicates,
3214 don't take `mode' into account.
3215 (hack-local-variables-filter, hack-dir-local-variables): Don't
3216 remove duplicate `mode' from local-variables-alist (like `eval').
3217
ad974e9e
JL
32182009-12-17 Juri Linkov <juri@jurta.org>
3219
3220 Make `dired-diff' more safe. (Bug#5225)
3221
3222 * dired-aux.el (dired-diff): Signal an error when `file' equals to
3223 `current' or when `file' is a directory of the `current' file.
3224
3616e0b9
AS
32252009-12-17 Andreas Schwab <schwab@linux-m68k.org>
3226
3227 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3228 unconditionally preloaded files.
3229
72b57560
JL
32302009-12-16 Juri Linkov <juri@jurta.org>
3231
3232 Revert to old 23.1 logic of using the file at the mark as default.
3233 * dired-aux.el (dired-diff): Use the file at the mark as default
3234 if it's not the same as the current file, and the target dir is
3235 the current dir or the mark is active. Add the current file
3236 as the arg of `dired-dwim-target-defaults'. Use the default file
3237 in the prompt. (Bug#5225)
3238
68712eb6
MA
32392009-12-15 Michael Albinus <michael.albinus@gmx.de>
3240
3241 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3242 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3243 (tramp-check-for-regexp): Check also, when an echoing shell stops
3244 to echo sent commands.
3245
fd471993
CY
32462009-12-14 Chong Yidong <cyd@stupidchicken.com>
3247
3248 * Makefile.in: Revert last change (Bug#5191).
3249
86b5e14c
DN
32502009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
3251
3252 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
3253 (vc-hg-working-revision): Make sure the command is executed in a
3254 known environment so that we can parse the output. (Bug#4417)
86b5e14c 3255
8cffbb75
CY
32562009-12-14 Chong Yidong <cyd@stupidchicken.com>
3257
3258 * progmodes/python.el (python-symbol-completions): Remove text
3259 properties from symbol string before calling python-send-receive.
3260
6c2b67ad
NR
32612009-12-14 Nick Roberts <nickrob@snap.net.nz>
3262
3263 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 3264 when there are values for both file and line. (Bug#5060)
6c2b67ad 3265
ff6f4585
JL
32662009-12-14 Juri Linkov <juri@jurta.org>
3267
3268 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3269 whitespace after the file name of the first line of unified format,
3270 because git-diff doesn't output whitespace and file modification time
3271 after the file name.
3272
d3de1c8e
JL
32732009-12-14 David Kastrup <dak@gnu.org>
3274
3275 * info.el (Info-hide-cookies-node): Before hiding a cookie,
3276 check if it already has the `display' property added by
3277 `Info-display-images-node', and not put the `invisible' property
3278 in this case.
3279
2f1b7dc4
GM
32802009-12-13 Glenn Morris <rgm@gnu.org>
3281
a0cefee5
GM
3282 * mail/emacsbug.el (message-sort-headers): Define for compiler.
3283 (report-emacs-bug): In message-mode, sort manually before storing
3284 original report text. (Bug#5178)
2f1b7dc4
GM
3285 Remove superfluous save-excursion.
3286
31bb373f
MA
32872009-12-12 Michael Albinus <michael.albinus@gmx.de>
3288
3289 * net/dbus.el (dbus-property-handler): Filter lambda forms out
3290 when responding to "GetAll" properties.
3291
5e1d4968
CY
32922009-12-12 Chong Yidong <cyd@stupidchicken.com>
3293
3294 * simple.el (compose-mail): Remove mail-setup-with-from from
3295 customization checks.
3296
097d86f9
EZ
32972009-12-12 Eli Zaretskii <eliz@gnu.org>
3298
3299 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3300 RAR archives created on Unix systems.
3301
1d4adede
SM
33022009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3303
3304 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3305 the varalias that was accidentally removed by the 2009-11-19 change
3306 (bug#5186).
3307
3ff3655c
KH
33082009-12-12 Kenichi Handa <handa@m17n.org>
3309
3310 * language/indian.el (indian-compose-regexp): New function.
3311 (malayalam-composable-pattern): Fix the pattern.
3312 (composition-function-table): Set malayalam-composable-pattern for
3313 Malayalam characters.
3314
82d3343c
CY
33152009-12-11 Chong Yidong <cyd@stupidchicken.com>
3316
315eb96d
CY
3317 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3318 rather than down-mouse-1, based on follow-link conventions.
3319
82d3343c
CY
3320 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3321 are compiled.
3322
86a4c7ac
DN
33232009-12-11 Michael McNamara <mac@mail.brushroad.com>
3324
bf0b361c 3325 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
3326 (verilog-vmm-statement-re, verilog-ovm-statement-re)
3327 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
3328 (verilog-leap-to-head, verilog-backward-token):
3329 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
3330
33312009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
3332
bf0b361c
JB
3333 * progmodes/verilog-mode.el (verilog-auto-lineup)
3334 (verilog-nameable-item-re): Cleanup user-visible spelling and
3335 documentation errors. One reported by Gary Delp.
1d4adede 3336 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
3337 (verilog-read-decls): Fix AUTOWIRE with types declared in a
3338 package, bug195. Reported by Pierre-David Pfister.
3339
fe03f49a
GM
33402009-12-11 Glenn Morris <rgm@gnu.org>
3341
47641aac
GM
3342 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
3343
85094855
GM
3344 * mail/emacsbug.el: No longer require sendmail.
3345 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
3346 (report-emacs-bug-orig-text): Doc fix.
3347 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
3348 New local variables, to adapt to different mail-user-agents.
3349 (report-emacs-bug): Fix test for a gnu.org address.
3350 Use overlays for emphasis, since font-lock defeats 'face property.
3351 Pretest bugs also end up at the newsgroup these days.
3352 Stop message-mode stripping text properties.
3353 Set and use the new buffer-local variables.
3354 (report-emacs-bug-hook): Add doc-string.
3355 Remove some unnecessary save-excursions and simplify.
3356 Use the appropriate hook and send-command.
3357
fe03f49a
GM
3358 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
3359 capitalization of some menu entries.
3360
345427f0
VJL
33612009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3362
4e6a65b9 3363 * whitespace.el (whitespace-display-char-on): Ensure
345427f0
VJL
3364 `buffer-display-table' is unique when two or more windows are
3365 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
3366 New version 12.1.
3367
c70ccbba
EZ
33682009-12-10 Eli Zaretskii <eliz@gnu.org>
3369
3370 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
3371 characters in the Attribute field.
3372
f1943c1b
DN
33732009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3374
3375 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
3376
1c67aeaa
SM
33772009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3378
3379 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
3380 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3381 Disregard autoload-excludes.
3382 (update-directory-autoloads): Obey autoload-excludes here instead.
3383 But don't store its contents in no-autoloads and remove entries that
3384 refer to excludes files.
3385
d8194864
GM
33862009-12-10 Glenn Morris <rgm@gnu.org>
3387
8c0171c0
GM
3388 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
3389 (expand-mail-aliases): Define for compiler.
3390
dba372dd
GM
3391 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
3392 Define for compiler.
3393
d8194864
GM
3394 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
3395 appropriate for the mail-user-agent in use.
3396
fe5facd3
MA
33972009-12-09 Michael Albinus <michael.albinus@gmx.de>
3398
3399 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
3400
99999a1d
DN
34012009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
3402
3403 Fix short log parsing and fontification.
3404 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
3405 Fix fontification for the [merge] label.
3406
2ea1c4aa
SM
34072009-12-09 Vivek Dasmohapatra <vivek@etla.org>
3408
3409 Drop some properties to avoid surprises.
3410 * htmlfontify.el (hfy-ignored-properties): New defcustom.
3411 (hfy-fontify-buffer): Use it.
3412
9840deb6
SM
34132009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
3414
a0d1aadf
SM
3415 Minor cleanup.
3416 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
3417 Adjust all callers.
3418 (ffap-locate-file): Remove unused arg `dir-ok' and make other
3419 args compulsory. Adjust callers.
3420 (ffap-gopher-at-point): Remove unused var `name'.
3421
9840deb6
SM
3422 Get rid of the ELCFILES abomination.
3423 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3424 (compile-elcfiles): New phony target.
3425 (compile-main): Compute ELCFILES dynamically.
3426 (compile-clean): New target to remove left-over elc files.
3427 (compile, all): Use it.
3428
7eb3f9a8
KH
34292009-12-09 Kenichi Handa <handa@etlken>
3430
3431 * international/mule-diag.el: Require help-mode instead of help-fns.
3432
ae63e572
KH
34332009-12-09 Kenichi Handa <handa@m17n.org>
3434
5ce6e4f4 3435 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
3436 fine ranges instead of pre-calculating accurate ranges.
3437 Iterate with bigger gc-cons-threshold.
ae63e572 3438
e2f3c692
DN
34392009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
3440
3441 Add support for stashing a snapshot of the current tree.
3442 * vc-git.el (vc-git-stash-snapshot): New function.
3443 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
3444
cf6d0352
JB
34452009-12-08 Jose E. Marchesi <jemarch@gnu.org>
3446
3447 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
3448 instead of `(beginning|end)-of-line'.
3449
48e4acc9
GM
34502009-12-08 Glenn Morris <rgm@gnu.org>
3451
6e890faa
GM
3452 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
3453
48e4acc9
GM
3454 * Makefile.in (ELCFILES): Regenerate.
3455
d2a1dc7b
JL
34562009-12-07 Juri Linkov <juri@jurta.org>
3457
3458 Don't lazy-highlight the comint output in history Isearch mode.
3459
3460 * comint.el (comint-history-isearch-search): Instead of
3461 `comint-line-beginning-position', use `comint-after-pmark-p'
3462 to check if point if before the process mark, and go to
3463 `process-mark' in this case.
3464
51ef56c4
SM
34652009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3466
fb10ee4a
SM
3467 * textmodes/tex-mode.el (latex-complete)
3468 (latex-indent-or-complete): Remove.
3469 (latex-mode): Set completion-at-point-functions instead.
3470
3471 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
3472 * minibuffer.el (completion-at-point-functions): New var.
3473 (completion-at-point): New command.
fb10ee4a 3474 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
3475 * progmodes/python.el (python-mode-map): Use completion-at-point.
3476 (python-completion-at-point): Rename from python-partial-symbol and
3477 adjust for use in completion-at-point-functions.
3478 (python-mode): Setup completion-at-point for Python completion.
3479 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
3480 extracted from lisp-complete-symbol.
3481 (lisp-complete-symbol): Use it.
3482 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
3483 setup completion-at-point for Elisp completion.
fb10ee4a
SM
3484 (emacs-lisp-mode-map, lisp-interaction-mode-map):
3485 Use completion-at-point.
51ef56c4 3486 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 3487 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
3488 * progmodes/sym-comp.el: Move to...
3489 * obsolete/sym-comp.el: Move from progmodes.
3490
5e7a9022
EZ
34912009-12-07 Eli Zaretskii <eliz@gnu.org>
3492
3493 Prevent save-buffer in Rmail buffers from using the coding-system
3494 of the current message, and from clobbering the encoding mnemonics
3495 in the mode line (Bug#4623).
3496
3497 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
3498 flag, too.
3499 (rmail-message-encoding): New variable.
3500 (rmail-write-region-annotate): Record the encoding of the current
3501 message in rmail-message-encoding.
3502 (rmail-after-save-hook): New function, restores the encoding of
3503 the current message after the message collection is saved.
3504
9136e895
JL
35052009-12-07 Juri Linkov <juri@jurta.org>
3506
3507 * progmodes/grep.el (grep-read-files): Use `completing-read'
3508 instead of `read-string'. Set its `collection' arg to
3509 `read-file-name-internal'. (Bug#4301)
3510
40637410
JL
35112009-12-07 Juri Linkov <juri@jurta.org>
3512
3513 Correctly restore original Isearch point. (Bug#4994)
3514
3515 * isearch.el (isearch-mode): Move `isearch-push-state' after
3516 `(run-hooks 'isearch-mode-hook)'.
3517 (isearch-cancel): When `isearch-push-state-function' is defined,
3518 let-bind `isearch-cmds' to the first state (the last element of
3519 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
3520 function and restores the original point). Otherwise, move point
3521 to `isearch-opoint'.
3522
da10ce2b
SM
35232009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3524
3525 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
3526 chars that don't have names, so the table can be built much faster at
3527 run-time.
3528
3d68fa99
CY
35292009-12-07 Chong Yidong <cyd@stupidchicken.com>
3530
f82b1493
CY
3531 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3532 change. Suggested by David Kastrup.
3533
3d68fa99
CY
3534 * simple.el (compose-mail): Check for incompatibilities and warn.
3535 (compose-mail-user-agent-warnings): New option.
3536
662c5698
DN
35372009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3538
3539 Support showing a single log entry from vc-annotate.
3540 * vc.el (print-log): Add a new argument: START-REVISION.
3541 (vc-print-log-internal): Add a new optional argument and
3542 pass it to the backend.
3543 (vc-print-log, vc-print-root-log): Adjust callers.
3544 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3545 buffer already displays the requested log entry, use it.
3546 Otherwise display only the log entry in question.
3547 * vc-svn.el (vc-svn-print-log):
e4070cdc 3548 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
3549 * vc-hg.el (vc-hg-state):
3550 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3551 (vc-git-show-log-entry): Return t on success.
3552 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3553 (vc-bzr-show-log-entry): Return t on success.
3554 * vc-rcs.el (vc-rcs-print-log):
3555 * vc-sccs.el (vc-sccs-print-log):
3556 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3557
e4070cdc
GM
35582009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3559
5ce6e4f4
JB
3560 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3561 Add menus to the meta mode. (Bug#5043)
e4070cdc 3562
5ce6e4f4 35632009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
3564
3565 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 3566 event-key.
662c5698 3567
662c5698
DN
3568 * ediff.el (ediff-buffers-internal): Add unwind-protect.
3569
dab816a9
MA
35702009-12-07 Michael Albinus <michael.albinus@gmx.de>
3571
3572 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
3573 Berbain <raphael.berbain@gmail.com>.
3574
3575 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
3576 characters.
3577 (tramp-initial-end-of-output): New defconst.
3578 (tramp-methods, tramp-find-shell)
3579 (tramp-open-connection-setup-interactive-shell)
3580 (tramp-maybe-open-connection): Use it.
3581 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3582 existence of `#' and `$'.
3583
3584 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3585 `tramp-initial-end-of-output'.
3586
a91e1f6b
DN
35872009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3588
3589 Get the background mode from the terminal for xterm, and set
3590 faces accordingly.
3591 * term/xterm.el (xterm-set-background-mode): New function.
3592 (terminal-init-xterm): Use it in case xterm supports background
3593 color queries. Recompute faces after getting the background
3594 color.
3595
5fa9d1ec
GM
35962009-12-07 Ulrich Mueller <ulm@gentoo.org>
3597
3598 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3599 number comment back on its own line, for easier parsing.
3600
5e9fde5e
SM
36012009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3602
3603 Make it work for non-file buffers (bug#5102).
3604 * doc-view.el (doc-view-current-cache-dir):
3605 Use doc-view-buffer-file-name rather than buffer-file-name.
3606 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3607
2f2f5242
CY
36082009-12-06 Óscar Fuentes <ofv@wanadoo.es>
3609
3610 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3611 author field is too short.
3612
cebf8ec6
DN
36132009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
3614
5e9fde5e
SM
3615 * vc-git.el (vc-git-print-log): Handle a limit argument.
3616 Display the short log in graph form and with labels.
0d3f8a78
DN
3617 (vc-git-log-view-mode): Handle labels.
3618
cebf8ec6
DN
3619 Make vc-revert change VC state from 'added to 'unregistered.
3620 * vc-git.el (vc-git-revert): Call git reset first.
3621
8e39154d
UJ
36222009-12-06 Ulf Jasper <ulf.jasper@web.de>
3623
d8194864
GM
3624 * net/newst-backend.el, net/newst-plainview.el:
3625 * net/newst-reader.el, net/newst-ticker.el:
3626 * net/newst-treeview.el, net/newsticker.el:
3627 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 3628
ef187c24
CY
36292009-12-06 Chong Yidong <cyd@stupidchicken.com>
3630
238a0f3a
CY
3631 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3632
2c6bb71a
CY
3633 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3634 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
3635 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3636 Update annotation regexp.
3637
ef187c24
CY
3638 * simple.el (beginning-of-visual-line): Constrain to field
3639 boundaries (Bug#5106).
3640
571855b6
UJ
36412009-12-06 Ulf Jasper <ulf.jasper@web.de>
3642
d8194864 3643 * xml.el (xml-substitute-numeric-entities): Move
571855b6 3644 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 3645 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
3646 * net/newst-backend.el (newsticker--parse-generic-feed)
3647 (newsticker--parse-generic-items)
d8194864 3648 (newsticker--decode-numeric-entities): Move
571855b6 3649 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 3650 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 3651
b857059c
CY
36522009-12-06 Daniel Colascione <dan.colascione@gmail.com>
3653
3654 * progmodes/js.el (js--js-not): Add null to the list of values.
3655
c2dae51b
CY
36562009-12-06 Chong Yidong <cyd@stupidchicken.com>
3657
d8194864 3658 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 3659
ed0f72d2
RW
36602009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3661
3662 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3663 delimiter if it is at the end of the current line.
3664 (bibtex-generate-url-list): Fix docstring.
3665
365b9a62
SM
36662009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3667
3668 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3669 minibuffer's content with itself.
3670 Fold the confirm-after-completion case into the `confirm' case.
3671 (completion-pcm-word-delimiters): Add : and / to the delimiters.
3672
990a9cb1
KR
36732009-12-06 Kevin Ryde <user42@zip.com.au>
3674
3675 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 3676 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 3677
8b5a10db 3678 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 3679 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 3680
065543e7
JL
36812009-12-05 Juri Linkov <juri@jurta.org>
3682
3683 Save and restore dired buffer's point positions too. (Bug#4880)
3684
3685 * dired.el (dired-save-positions): Return in the first element
3686 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3687 Doc fix.
3688 (dired-restore-positions): First restore buffer's position.
3689 While restoring window's positions, check if window still displays
3690 the original buffer.
3691
503edac9
CY
36922009-12-05 Chong Yidong <cyd@stupidchicken.com>
3693
9a594ee6
CY
3694 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3695 if possible.
3696
925f8c70
CY
3697 * shell.el (shell): Require ansi-color (Bug#5113).
3698
3699 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3700
503edac9
CY
3701 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3702
8fea6b33
AM
37032009-12-05 Alan Mackenzie <acm@muc.de>
3704
3705 * progmodes/cc-mode.el (c-before-hack-hook)
3706 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3707 `c-file-style' to work again. This reversion restores the current
212c5aef 3708 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 3709
5d1fd962
CY
37102009-12-05 Kevin Ryde <user42@zip.com.au>
3711
3712 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3713 comment-start-skip to comment-end-skip as comment (Bug#4781).
3714
30760c8b
JL
37152009-12-05 Juri Linkov <juri@jurta.org>
3716
3717 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3718 for virtual nodes. (Bug#4147)
3719 (Info-find-node-2): Set `Info-current-node-virtual' to nil
3720 when moving from a virtual node.
3721 (Info-mode-menu): Add `Info-virtual-index' to the menu.
3722 (Info-mode): Add `Info-virtual-index' to the docstring.
3723
403111a8
RW
37242009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3725
3726 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3727 track of the buffer position of the end of a BibTeX entry as this
3728 position may change during reformatting.
3729 (bibtex-format-entry): Remove whitespace before processing
3730 numerical fields so that we recognize the latter properly.
3731 (bibtex-reformat): Do not use push which changes the global value
3732 of bibtex-entry-format.
3733 (bibtex-field-braces-alist, bibtex-field-strings-alist)
3734 (bibtex-field-re-init): Replace only space characters by regexp
3735 for whitespace.
365b9a62 3736 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
3737 (bibtex-initialize): Also update bibtex-strings.
3738 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
3739 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3740 Update bibtex-reference-keys.
403111a8 3741
25b54627
SM
37422009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3743
3744 * minibuffer.el (completion-pcm--merge-try): Also consider placing
3745 point after a star, if that's the only place where modifications can
3746 make progress.
3747
35639eb4
DN
37482009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
3749
3750 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3751 in docstrings.
3752
8b78760b
JL
37532009-12-04 Juri Linkov <juri@jurta.org>
3754
3755 * proced.el (proced): Call `(proced-update t)' to update process
3756 information instead of only running proced-post-display-hook.
3757 (proced-send-signal): Add a leading space to the buffer name
3758 " *Marked Processes*" to make this buffer ephemeral.
3759
2b3489a7
JL
37602009-12-04 Juri Linkov <juri@jurta.org>
3761
3762 * dired.el (dired-auto-revert-buffer): New defcustom.
3763 (dired-internal-noselect): Use it.
3764
9b9debd1
JL
37652009-12-04 Juri Linkov <juri@jurta.org>
3766
3767 Change roles of modes and functions in image-mode.el (Bug#5062).
3768
3769 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3770 in `auto-mode-alist'.
3771 (image-mode-previous-major-mode): New variable.
3772 (image-minor-mode-map): Rename from `image-mode-text-map'.
3773 (image-mode): Move graceful error-handling code from
3774 `image-minor-mode' to here. On errors call `image-mode-as-text'.
3775 (image-minor-mode): Remove all image-handling code.
3776 Replace `image-mode-text-map' with `image-minor-mode-map'.
3777 Check for `image-type' in mode-line format string.
3778 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3779 (image-mode-as-text): New function with most code from
3780 `image-mode-maybe'.
3781 (image-toggle-display-text): Move code that removes image
3782 properties from `image-toggle-display' to here.
3783 (image-toggle-display-image): New function with code that adds
3784 image properties copied from `image-toggle-display'.
3785 (image-toggle-display): Remove most code with leaving only code
3786 that toggles between `image-mode-as-text' and `image-mode'.
3787
0c74a301
UJ
37882009-12-04 Ulf Jasper <ulf.jasper@web.de>
3789
3790 * net/newst-treeview.el
3791 (newsticker--treeview-list-highlight-start): Restored call to
3792 save-excursion: Selected item was stuck.
3793 (newsticker--treeview-list-select): New.
3794 (newsticker--treeview-item-show-text)
3795 (newsticker--treeview-item-show)
3796 (newsticker--treeview-item-update): Use new
3797 newsticker-treeview-item-mode.
3798 (newsticker-treeview-update): Keep current item.
3799 (newsticker-treeview-next-new-or-immortal-item): Doc change.
3800 (newsticker--treeview-first-feed): Doc change.
3801 (newsticker-treeview-list-menu)
3802 (newsticker-treeview-item-menu): Added menu entries.
3803 (newsticker-treeview-item-mode): New.
3804
5ce6e4f4 3805 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
3806 windows.
3807
9eaeec5b
SS
38082009-12-04 Sam Steingold <sds@gnu.org>
3809
3810 * log-view.el (log-view-mode-map): "q" calls quit-window,
3811 like in all the other non-self-insert buffers.
3812
b2bf5be5
SM
38132009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3814
3815 Minor cleanup.
3816 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3817 key decoding rather than do it manually via last-input-event +
3818 ascii-character.
3819 (term-exec): Use delete-and-extract-region.
3820 (term-handle-ansi-terminal-messages): Remove unused var `end'.
3821 (term-process-pager): Remove unused var `i'.
3822 (term-dynamic-simple-complete): Make obsolete.
3823 (serial-update-config-menu): Remove unused vars `y' and `str'.
3824 (term-update-mode-line): Remove unused var `temp'.
3825
46e5c897
DN
38262009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3827
3828 Limit the number of log entries displayed by default.
3829 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3830 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3831 using a prefix argument.
3832
627e0a14
GM
38332009-12-03 Glenn Morris <rgm@gnu.org>
3834
3835 * progmodes/idlwave.el (class): Restore still useful declaration.
3836
8578c224
AM
38372009-12-03 Alan Mackenzie <acm@muc.de>
3838
4abc318c 3839 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 3840
b2bf5be5
SM
3841 * progmodes/cc-mode.el (c-basic-common-init):
3842 Call c-state-cache-init.
9762b219 3843 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 3844 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 3845 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
3846
3847 * progmodes/cc-langs.el (c-before-font-lock-function):
3848 c-extend-and-neutralize-syntax-in-CPP has been renamed
3849 c-neutralize-syntax-in-and-mark-CPP.
3850
3851 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3852 with `category' properties now, not `syntax-table' ones.
3853
3854 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3855 enhanced (but slower) version of c-end-of-macro that won't land
3856 inside a literal or on another awkward character.
3857 (c-state-cache-too-far, c-state-cache-start)
3858 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3859 (c-state-nonlit-pos-cache-limit, c-state-point-min)
3860 (c-state-point-min-lit-type, c-state-point-min-lit-start)
3861 (c-state-min-scan-pos, c-state-brace-pair-desert)
3862 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3863 buffer local variables.
3864 (c-state-literal-at, c-state-lit-beg)
3865 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3866 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3867 (c-state-cache-top-paren, c-state-cache-after-top-paren)
3868 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3869 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3870 (c-renarrow-state-cache)
3871 (c-append-lower-brace-pair-to-state-cache)
3872 (c-state-push-any-brace-pair, c-append-to-state-cache)
3873 (c-remove-stale-state-cache)
3874 (c-remove-stale-state-cache-backwards, c-state-cache-init)
3875 (c-invalidate-state-cache-1, c-parse-state-1)
3876 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
3877 (c-parse-state): Enhance and refactor.
3878 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
3879
3880 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3881 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
3882 modify to use category text properties rather than syntax-table ones.
3883 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
3884 to switch off/on the syntactic paren property of C++ template
3885 delimiters using the category property.
3886 (c-with-<->-as-parens-suppressed): Macro to invoke code with
3887 template delims suppressed.
3888 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3889 New constant/macros which apply category properties to the start
3890 and end of preprocessor constructs.
b2bf5be5 3891 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
3892 "comment out" the syntactic value of characters in preprocessor
3893 constructs.
3894 (c-with-cpps-commented-out)
3895 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3896 with characters in all or all but one preprocessor constructs
3897 "commented out".
3898
0d4dc442
RW
38992009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3900
3901 * proced.el (proced-filter-alist): Use regexp-quote.
3902
a09dc9bf
MA
39032009-12-03 Michael Albinus <michael.albinus@gmx.de>
3904
3905 Cleanup.
3906 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3907 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
3908 arguments. Expand `default-directory'.
3909
3910 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3911 the benefit of returning an expanded localname.
3912 (tramp-tramp-file-p): Handle the case NAME is not a string.
3913
3f6bd790
DN
39142009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3915
4dfb3b9c
DN
3916 Add support for bzr shelve/unshelve.
3917 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3918 (vc-bzr-extra-menu-map): New variables.
3919 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3920 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3921 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3922 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3923 (vc-bzr-dir-extra-headers): Display shelves.
3924
3f6bd790
DN
3925 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3926
842d73a1
SM
39272009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3928
3929 * textmodes/bibtex.el (bibtex-complete-internal):
3930 Use completion-in-region.
3931 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3932
7fa4876f
DN
39332009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3934
3935 Support applying stashes. Improve UI.
3936 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3937 (vc-git-stash-apply, vc-git-stash-pop)
3938 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3939 (vc-git-stash-menu): New functions.
3940 (vc-git-stash-menu-map): New variable.
3941 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3942
d6e82452
GM
39432009-12-03 Glenn Morris <rgm@gnu.org>
3944
3945 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3946 (vc-print-log-internal): Fix previous change.
3947 (vc-revert): Correct pluralization.
3948
8d222148
SM
39492009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3950
ea52206b
SM
3951 * progmodes/make-mode.el (makefile-special-targets-list): No need for
3952 it to be an alist any more.
3953 (makefile-complete): Use completion-in-region.
3954
69a94a37
SM
3955 * progmodes/octave-mod.el (octave-complete-symbol):
3956 Use completion-in-region.
3957
8d222148
SM
3958 Misc cleanup.
3959 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3960 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3961 (idlwave-complete-class): Don't quote lambda.
3962 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3963 (idlwave-mode-map): Move initialization into declaration.
3964 (idlwave-action-and-binding): Use backquotes.
3965 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3966 Simplify.
3967 (idlwave-is-pointer-dereference): Remove unused var `pos'.
3968 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3969 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3970 `parts', and `all-parts'.
3971 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3972 (idlwave-convert-xml-system-routine-info): Remove unused string
3973 `version-string'.
3974 (idlwave-display-user-catalog-widget): Use dolist.
3975 (idlwave-scanning-lib): Declare dynamically-scoped var.
3976 (idlwave-scan-library-catalogs): Remove unused var `flags'.
3977 (completion-highlight-first-word-only): Declare to silence bytecomp.
3978 (idlwave-popup-select): Tighten scope of `resp'.
3979 (idlwave-find-struct-tag): Remove unused var `beg'.
3980 (idlwave-after-load-rinfo-hook): Declare.
3981 (idlwave-sintern-class-info): Remove unused var `taglist'.
3982 (idlwave-find-class-definition): Remove unused var `list'.
3983 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3984 (idlwave-what-module-find-class): Remove unused var `classes'.
3985
3bb8691b
JB
39862009-12-03 Juanma Barranquero <lekktu@gmail.com>
3987
3988 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3989
f72f0c23
SM
39902009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3991
3992 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3993 buffers visited. Remove redundant current-buffer-saving.
3994
601a9508
SM
39952009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3996
3997 Use completion-in-buffer and remove uses of dynamic scoping.
3998 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3999 (pascal-buffer-to-use, pascal-flag): Don't declare.
4000 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4001 (pascal-get-completion-decl, pascal-keyword-completion):
4002 Add `pascal-str' argument, save-excursion,
4003 return the found completions, and don't filter with pascal-pred.
4004 (pascal-completion-cache): New var.
4005 (pascal-completion): Don't switch buffer any more (it was never
4006 necessary). Don't save-excursion any more (it's done by the called
4007 subroutines). Use a cache to avoid redundant computations.
4008 Use complete-with-action rather than pascal-completion-response and
4009 let it apply the predicate as well.
4010 (pascal-complete-word): Use completion-in-buffer when
4011 pascal-toggle-completions is nil.
4012 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4013 not used any more.
4014 (pascal-comp-defun): Don't change buffer any more.
4015 Use complete-with-action rather than pascal-completion-response and
4016 let it apply the predicate as well.
4017 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4018 when neded.
4019
1ff4cb98
KH
40202009-12-02 Kenichi Handa <handa@m17n.org>
4021
4022 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4023 shape for all Indic scripts.
4024
bb12edf1
SM
40252009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4026
4027 Use completion-in-buffer.
4028 * wid-edit.el (widget-field-text-end): New function.
4029 (widget-field-value-get): Use it.
4030 (widget-string-complete, widget-file-complete)
4031 (widget-color-complete): Use it and completion-in-region.
4032 (widget-complete): Don't narrow the buffer.
4033
5813f6ef
GM
40342009-12-02 Glenn Morris <rgm@gnu.org>
4035
c920f222
GM
4036 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
4037 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
4038 * mail/rmailsum.el: Replace all pop-to-buffer calls with
4039 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 4040
5813f6ef
GM
4041 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4042 save-excursion with save-current-buffer.
4043 Widen before searching. (Bug#5093)
4044 (diary-list-sexp-entries): Remove superfluous save-excursion.
4045
34b1d750
GM
40462009-12-02 Michael Welsh Duggan <mwd@cert.org>
4047
4048 * woman.el (woman-make-bufname): Handle man-pages with "." in the
4049 name. (Bug#5038)
4050
b2d5f31a
GM
40512009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
4052
4053 * ido.el (ido-file-internal): Handle filenames at point that do
4054 not have a directory part. (Bug#5049)
4055
c710ac3c
JB
40562009-12-02 Juanma Barranquero <lekktu@gmail.com>
4057
4058 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4059 (mpc-songs-jump-to, mpc-resume): Doc fixes.
4060
9946be46
SM
40612009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
4062
4063 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4064 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4065 any more.
4066
b08016f2
SM
40672009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4068
e7440df4
SM
4069 * comint.el (comint-insert-input): Ignore clicks to the right of
4070 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4071
3bb8691b 4072 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
4073 terminate before setting up the major mode.
4074
f3b757f5
SM
4075 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4076 in case.
4077
a2877f1d
SM
4078 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4079 the last element.
4080
b08016f2
SM
4081 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4082
782d6e30
GM
40832009-12-01 Glenn Morris <rgm@gnu.org>
4084
4085 * window.el (window--display-buffer-2): Fix previous changes.
4086
28f57f7e
CY
40872009-12-01 Chong Yidong <cyd@stupidchicken.com>
4088
4089 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4090
c31a2fdc
GM
40912009-12-01 Glenn Morris <rgm@gnu.org>
4092
4093 * Makefile.in (ELCFILES): Add mpc.elc.
4094
e1ada222
SM
40952009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4096
4097 * mpc.el: New file.
4098
0c9ff2c5
GM
40992009-12-01 Glenn Morris <rgm@gnu.org>
4100
3689984f
GM
4101 * window.el (window-to-use): Define for compiler.
4102
3ab4308b
GM
4103 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4104 consistent with others (no final period).
4105
0c9ff2c5
GM
4106 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4107 (rmail-mime-show): Downcase the encoding. (Bug#5070)
4108
fb0c18ff
DN
41092009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
4110
4111 Make vc-print-log buttons work.
045b9da7 4112 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 4113
2ac7e73e
JB
41142009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
4115
4116 * savehist.el (savehist-autosave-interval): Allow setting to nil
4117 through customize. (Bug#5056)
4118
5237d741
JB
41192009-11-30 Juanma Barranquero <lekktu@gmail.com>
4120
4121 Fix references to jit-lock properties.
4122 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4123 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4124 (perl-font-lock-special-syntactic-constructs):
4125 Quote jit-lock-defer-multiline property.
4126
379241fa
DN
41272009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
4128
4129 * vc-git.el (vc-git-registered): Call vc-git-root only once.
4130
054ae856
JL
41312009-11-30 Juri Linkov <juri@jurta.org>
4132
4133 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4134 value `buffer' of `multi-isearch-next-buffer-current-function'.
4135 Use `(current-buffer)' when `buffer' is nil.
4136 (multi-isearch-next-buffer-from-list): Don't fallback to
4137 `(current-buffer)' when `buffer' is nil. (Bug#4947)
4138
67296dda
JL
41392009-11-30 Juri Linkov <juri@jurta.org>
4140
4141 * misearch.el (multi-isearch-read-buffers): Move canonicalization
4142 of buffers with `get-buffer' to `multi-isearch-buffers'.
4143 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4144 Canonicalize BUFFERS with `get-buffer'. Doc fix.
4145 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4146 FILES with `expand-file-name' converting relative file names
4147 to absolute. Doc fix. (Bug#4727)
4148
c585bf32
JL
41492009-11-30 Juri Linkov <juri@jurta.org>
4150
4151 * misearch.el (multi-isearch-read-buffers)
4152 (multi-isearch-read-matching-buffers): New functions.
4153 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4154 Use them in the `interactive' spec. Doc fix.
4155 (multi-isearch-read-files, multi-isearch-read-matching-files):
4156 New functions.
4157 (multi-isearch-files, multi-isearch-files-regexp):
4158 Use them in the `interactive' spec. Doc fix. (Bug#4725)
4159
0a745733
JL
41602009-11-30 Juri Linkov <juri@jurta.org>
4161
4162 * doc-view.el (doc-view-continuous):
4163 Rename from `doc-view-continuous-mode'.
4164 (doc-view-menu): Move "Toggle display" to the top.
4165 Add submenu "Continuous" with radio buttons "Off"/"On"
4166 and "Save as Default".
4167 (doc-view-scroll-up-or-next-page)
4168 (doc-view-scroll-down-or-previous-page)
4169 (doc-view-next-line-or-next-page)
4170 (doc-view-previous-line-or-previous-page): Rename
4171 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
4172
1f9689eb
JL
41732009-11-30 Juri Linkov <juri@jurta.org>
4174
4175 * comint.el (comint-mode-map): Rebind `M-r' from
4176 `comint-previous-matching-input' to
4177 `comint-history-isearch-backward-regexp'.
4178 Unbind `M-s' to allow global key binding `M-s'.
4179 Add menu items for `comint-history-isearch-backward' and
4180 `comint-history-isearch-backward-regexp'. (Bug#3746)
4181
2952b1ae
JL
41822009-11-30 Juri Linkov <juri@jurta.org>
4183
4184 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4185 For def=recenter, replace `recenter' with `recenter-top-bottom'
4186 that is called with `this-command' and `last-command' let-bound
4187 to `recenter-top-bottom'. When the last `def' was not `recenter',
4188 set `recenter-last-op' to nil. (Bug#4981)
4189
7a9547ca
SM
41902009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4191
20565545
SM
4192 Minor cleanup and simplification.
4193 * filecache.el (file-cache-add-directory)
4194 (file-cache-add-directory-recursively)
4195 (file-cache-add-from-file-cache-buffer)
4196 (file-cache-delete-file-regexp, file-cache-delete-directory)
4197 (file-cache-files-matching-internal, file-cache-display): Use dolist.
4198 (file-cache-temp-minibuffer-message): Delete function.
4199 (file-cache-minibuffer-complete): Use minibuffer-message instead.
4200
7a9547ca
SM
4201 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4202 Don't signal an error when bumping into EOB in tr, s, or y.
4203
08e968f3
JL
42042009-11-29 Juri Linkov <juri@jurta.org>
4205
4206 * startup.el (fancy-about-text): Fix wording of Guided Tour.
4207 (Bug#4960)
4208
4209 * descr-text.el (describe-char-unidata-list): Use lowercase name
4210 for "Unicode name" like in other tags.
4211
f8d170a4
JL
42122009-11-29 Juri Linkov <juri@jurta.org>
4213
4214 * ediff-util.el (ediff-minibuffer-with-setup-hook):
4215 New compatibility macro.
7a9547ca 4216 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 4217
0116abbd
JL
42182009-11-29 Juri Linkov <juri@jurta.org>
4219
4220 Add defcustom to define the cycling order of `recenter-top-bottom'.
4221 (Bug#4981)
4222
4223 * window.el (recenter-last-op): Doc fix.
4224 (recenter-positions): New defcustom.
4225 (recenter-top-bottom): Rewrite to use `recenter-positions'.
4226 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4227
61eef560
MA
42282009-11-29 Michael Albinus <michael.albinus@gmx.de>
4229
4230 Improve integration of Tramp and ange-ftp in eshell.
4231
e4070cdc 4232 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
4233 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
4234 (eshell/sudo): Flatten args. Let-bind `default-directory'.
4235
4236 * eshell/esh-util.el (top): Require also Tramp when compiling.
4237 (eshell-directory-files-and-attributes): Check for FTP remote
4238 connection.
4239 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4240 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4241 (eshell-file-attributes): Handle ".". Return `entry'.
4242
4243 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4244 (ange-ftp-directory-files-and-attributes)
4245 (ange-ftp-real-directory-files-and-attributes): New defuns.
4246
4247 * net/tramp.el (tramp-maybe-open-connection): Open the remote
4248 shell with "exec" when possible. This prevents trailing prompts
4249 in `start-file-process'.
4250
f5467d3f
SM
42512009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4252
21f49db9
SM
4253 Try and remove assumptions about point-min==1.
4254 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4255 (rng-compute-mode-line-string): Show the validation percentage in
4256 terms of the narrowed text, not the widened text.
4257 (rng-do-some-validation): Don't catch internal errors when debugging.
4258 (rng-first-error): Simplify.
4259 (rng-after-change-function): Remove work around. AFAIK the bug has
4260 been fixed a while ago.
4261
26224faf
SM
4262 * image-mode.el (image-minor-mode): Exit more gracefully when the image
4263 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4264
d7117720
SM
4265 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4266
f5467d3f
SM
4267 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4268 `cd' doesn't always do it for us (bug#5067).
4269
4270 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4271 on 2009-10-25 as part of some other change (bug#5067).
4272
c5269f1c
SM
42732009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4274
62a258a7
SM
4275 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4276 `suspicious'.
4277 (byte-compile-warnings): Use byte-compile-warning-types.
4278 (byte-compile-save-excursion): Warn about use of set-buffer right
4279 after save-excursion.
4280
c5269f1c
SM
4281 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4282 the excursion as well.
4283
3ba30eb8
MA
42842009-11-27 Michael Albinus <michael.albinus@gmx.de>
4285
4286 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4287 providing a Tramp related implementation of "su" and "sudo".
4288 (eshell-unix-initialize): Add "su" and "sudo".
4289
6c6f788d
DU
42902009-11-27 Daiki Ueno <ueno@unixuser.org>
4291
4292 * net/socks.el (socks-send-command): Convert binary request to
4293 unibyte before sending. This fixes mishandling of some port
4294 numbers such as 129.
4295
10c877fe
SM
42962009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4297
6f06a171
SM
4298 * help.el (describe-bindings-internal): Remove `interactive'.
4299
10c877fe
SM
4300 * man.el (Man-completion-table): Trim a terminating "(".
4301 Remove the space between name page a section.
4302 Add the command's description on the `help-echo' property.
c5269f1c
SM
4303 Remove `process-connection-type' binding since it's unused by
4304 call-process.
10c877fe
SM
4305 Provide completion for the "<section> <name>" format as well.
4306 (Man-default-man-entry): Remove spurious var shadowing the argument.
4307
c44a4822
KR
43082009-11-26 Kevin Ryde <user42@zip.com.au>
4309
4310 * log-view.el: Add "Keywords: tools", since its other keywords
4311 aren't in finder-known-keywords, and following vc.el.
4312
9d58f081
KR
4313 * sha1.el (sha1-string-external): default-directory "/" in case
4314 otherwise non-existent. process-connection-type pipe for touch of
4315 efficiency recommended by elisp manual. (An aside in Bug#3911.)
4316
72fe6b25
SM
43172009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4318
4319 Misc coding convention cleanups.
4320 * htmlfontify.el (hfy-init-kludge-hook): Rename from
4321 hfy-init-kludge-hooks.
4322 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
4323 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
4324 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
4325 and push.
4326 (hfy-slant, hfy-weight): Use tables rather than code.
4327 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
4328 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
4329 (hfy-face-attr-for-class): Initialize `face-spec' directly.
4330 (hfy-face-to-css): Remove `nconc' with single arg.
4331 (hfy-p-to-face-lennart): Use `or'.
4332 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
4333 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
4334 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
4335 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
4336 (hfy-force-fontification): Use run-hooks.
4337
85e0a536
SM
43382009-11-26 Vivek Dasmohapatra <vivek@etla.org>
4339
4340 Various minor fixes.
4341 * htmlfontify.el (hfy-default-header): Add toggle_invis since
4342 Javascript belongs in the header, not the body.
4343 (hfy-javascript): Remove.
4344 (hfy-fontify-buffer): Don't insert it any more.
4345 (hfy-face-at): Handle (face0 face1 face2) style face properties.
4346 Fix bug in invis handling when there were no invis props in a chunk.
4347
62ccc42c
SM
43482009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4349
4350 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
4351
2643c7aa
DN
43522009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
4353
4354 * finder.el (finder-mode-map): Add a menu.
4355
0e5c8aed
DN
43562009-11-26 Michael McNamara <mac@mail.brushroad.com>
4357
bf0b361c 4358 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
4359 "unsigned" structs.
4360
4361 (verilog-leap-to-head, verilog-backward-token): Handle "disable
4362 fork" statement better.
4363
43642009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
4365
bf0b361c
JB
4366 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
4367 (verilog-delete-auto, verilog-delete-empty-auto-pair)
4368 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
4369 Reported by Clay Douglass.
0e5c8aed
DN
4370
4371 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c
SM
4372 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
4373 Fix removing "// Interfaces" when saving .* expansions. Reported by
0e5c8aed
DN
4374 Pierre-David Pfister.
4375
7629c4e7
GM
43762009-11-26 Glenn Morris <rgm@gnu.org>
4377
62ccc42c
SM
4378 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
4379 the scope.
7629c4e7 4380
a5d358f8
JB
43812009-11-25 Johan Bockgård <bojohan@gnu.org>
4382
4383 * vc-annotate.el (vc-annotate-revision-previous-to-line):
4384 Really use previous revision.
4385
002cbde5
KR
43862009-11-25 Kevin Ryde <user42@zip.com.au>
4387
4388 * man.el (Man-completion-table): default-directory "/" in case
4389 doesn't otherwise exist. process-environment COLUMNS=999 so as
4390 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
4391 any chance of hitting the pseudo-tty TIOCGWINSZ.
4392 (man): completion-ignore-case t for friendliness and since man
4393 itself is case-insensitive on the command line.
4394 Further to Bug#3717.
002cbde5 4395
8cb5ffe8
KR
4396 * arc-mode.el: Add "Keywords: files", so the details in its
4397 commentary can be reached from finder-by-keyword.
34607612
KR
4398 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
4399 editing mode, but it's comms related and sgml-mode.el has "comm"
4400 on that basis too.
b8dfcf54 4401 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
4402 * international/isearch-x.el, international/ja-dic-cnv.el:
4403 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 4404 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 4405
1e2d9ba1
JL
44062009-11-25 Juri Linkov <juri@jurta.org>
4407
4408 * man.el (Man-completion-table): Modify regexp to include
4409 section names to completion strings. (Bug#3717)
4410
a601d313
JL
44112009-11-25 Juri Linkov <juri@jurta.org>
4412
4413 Search recursively in gzipped files. (Bug#4982)
4414
4415 * progmodes/grep.el (grep-highlight-matches): Add new options
4416 `always' and `auto'. Doc fix.
4417 (grep-process-setup): Check `grep-highlight-matches' for
4418 `auto-detect' to determine the need to compute grep defaults.
4419 Move Windows/DOS specific --colors settings handling
4420 to `grep-compute-defaults'. Check `grep-highlight-matches'
4421 to get the value of "--color=".
4422 (grep-compute-defaults): Compute `grep-highlight-matches' when it
4423 has the value `auto-detect'. Move Windows/DOS specific settings
4424 from `grep-process-setup'.
4425 (zrgrep): New command with alias `rzgrep'.
4426
bde04ea9
JL
44272009-11-25 Juri Linkov <juri@jurta.org>
4428
4429 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
4430 to nil instead of switching off view-mode. (Bug#4896)
4431
7d6b4d3c
JL
44322009-11-25 Juri Linkov <juri@jurta.org>
4433
4434 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
4435
4436 * mwheel.el (mwheel-scroll-up-function)
4437 (mwheel-scroll-down-function): New defvars.
4438 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
4439 `scroll-up', and `mwheel-scroll-down-function' instead of
4440 `scroll-down'.
4441
4442 * doc-view.el (doc-view-scroll-up-or-next-page)
4443 (doc-view-scroll-down-or-previous-page): Add optional ARG.
4444 Use this ARG in the call to image-scroll-up/image-scroll-down.
4445 Change `interactive' spec to "P". Goto next/previous page only
4446 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
4447 SPC/DEL case). Doc fix.
4448 (doc-view-next-line-or-next-page)
4449 (doc-view-previous-line-or-previous-page): Rename arg to ARG
4450 for consistency.
4451 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
4452 `doc-view-scroll-up-or-next-page', and buffer-local
4453 `mwheel-scroll-down-function' to
4454 `doc-view-scroll-down-or-previous-page'.
4455
e237085f
JL
44562009-11-25 Juri Linkov <juri@jurta.org>
4457
4458 Provide additional default values (directories at other Dired
4459 windows) via M-n in the minibuffer of some Dired commands.
4460
4461 * dired-aux.el (dired-diff, dired-compare-directories)
4462 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
4463 `minibuffer-default' in `minibuffer-with-setup-hook'.
4464 (dired-dwim-target-directory): Find a window that displays Dired
4465 buffer instead of failing when the next window is not Dired.
4466 Use `get-window-with-predicate' to find for the next Dired window.
4467 (dired-dwim-target-defaults): New function.
4468
4469 * ediff-util.el (ediff-read-file-name):
4470 Use `dired-dwim-target-defaults' to set `minibuffer-default'
4471 in `minibuffer-with-setup-hook'.
4472
7d371eac
JL
44732009-11-25 Juri Linkov <juri@jurta.org>
4474
4475 Provide additional default values (file name at point or at the
4476 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
4477
4478 * minibuffer.el (read-file-name-defaults): New function.
4479 (read-file-name): Reset `minibuffer-default' to nil when
4480 it duplicates initial input `insdef'.
4481 Bind `minibuffer-default-add-function' to lambda that
4482 calls `read-file-name-defaults' in `minibuffer-selected-window'.
4483 (minibuffer-insert-file-name-at-point): New command.
4484
4485 * files.el (file-name-at-point-functions): New defcustom.
4486 (find-file-default): Remove defvar.
4487 (find-file-read-args): Don't use `find-file-default'.
4488 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4489 to `read-file-name'.
4490 (find-file-literally): Use `read-file-name' with
4491 `confirm-nonexistent-file-or-buffer'.
4492
4493 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
4494
4495 * dired.el (dired-read-dir-and-switches):
4496 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4497 to `read-file-name'.
4498 (dired-file-name-at-point): New function.
4499 (dired-mode): Add hook `dired-file-name-at-point' to
4500 `file-name-at-point-functions'.
4501
04ae543a
SM
45022009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4503
4504 Really make the *Completions* window soft-dedicated (bug#5030).
4505 * window.el (window--display-buffer-2): Add `dedicated' argument.
4506 (display-buffer): Pass it when needed so the dedicated flag is set
4507 after calling set-window-buffer, which would otherwise reset it.
4508
eb708e66
SM
45092009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4510
d6b8d4e7
SM
4511 * progmodes/meta-mode.el (meta-complete-symbol):
4512 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
4513 * mail/mailabbrev.el (mail-abbrev-complete-alias):
4514 Use completion-in-region.
4515
5f24557b
SM
4516 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4517 (dabbrev-completion): Use completion-in-region.
4518 (dabbrev--abbrev-at-point): Simplify regexp.
4519
fe4346f0
SM
4520 * abbrev.el (abbrev--before-point): Use word-motion functions
4521 if :regexp is not specified (bug#5031).
4522
cb190d7d
SM
4523 * subr.el (string-prefix-p): New function.
4524
e2ec6dd5
SM
4525 * man.el (Man-completion-cache): New var.
4526 (Man-completion-table): Use it.
4527
eb708e66
SM
4528 * vc.el (vc-print-log-internal): Make `limit' optional for better
4529 compatibility (e.g. with vc-annotate.el).
4530
4cf8971b
KR
45312009-11-24 Kevin Ryde <user42@zip.com.au>
4532
eb708e66 4533 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 4534 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 4535
4cf8971b
KR
4536 * emacs-lisp/elint.el (elint-add-required-env): Better error message
4537 when .el source file not found or other error.
4538
d204c46c
SM
45392009-11-24 Markus Triska <markus.triska@gmx.at>
4540
4541 * linum.el (linum-update-window): Ignore intangible (bug#4996).
4542
bb301b9a
SM
45432009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4544
449c27f0
SM
4545 Handle the [back] button properly (bug#4979).
4546 * descr-text.el (describe-text-properties): Add a `buffer' argument.
4547 Use help-setup-xref, help-buffer, and with-help-window.
4548 (describe-char): Add `buffer' argument.
4549 Pass proper command to help-setup-xref. Don't meddle with
4550 help-xref-stack-item directly.
4551 (describe-text-category): Use with-help-window and help-buffer.
4552
32fe5377
SM
4553 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4554 for the displayed buffer (bug#4887).
4555
bb301b9a
SM
4556 * man.el (Man-completion-table): New function.
4557 (man): Use it.
4558
35179414
DR
45592009-11-24 David Reitter <david.reitter@gmail.com>
4560
bb301b9a 4561 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
4562 .git is) rather than the file's directory and a relative path spec
4563 to work around a bug in git.
4564
605a20a9
MA
45652009-11-24 Michael Albinus <michael.albinus@gmx.de>
4566
4567 Improve handling of processes on remote hosts.
4568
4569 * eshell/esh-util.el (eshell-path-env): New defvar.
4570 (eshell-parse-colon-path): New defun.
4571 (eshell-file-attributes): Use `eshell-parse-colon-path'.
4572
bb301b9a
SM
4573 * eshell/esh-ext.el (eshell-search-path):
4574 Use `eshell-parse-colon-path'.
605a20a9
MA
4575 (eshell-remote-command): Remove argument HANDLER.
4576 (eshell-external-command): Check for FTP remote connection.
4577
bb301b9a
SM
4578 * eshell/esh-proc.el (eshell-gather-process-output):
4579 Use `file-truename', in order to start also symlinked files.
4580 Apply `start-file-process' instead of `start-process'.
4581 Shorten `command' to the local file name part.
605a20a9 4582
bb301b9a
SM
4583 * eshell/em-cmpl.el (eshell-complete-commands-list):
4584 Use `eshell-parse-colon-path'.
605a20a9
MA
4585
4586 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4587
4588 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
4589 to `eshell-directory-change-hook'.
4590
d1d33062
TH
45912009-11-24 Tassilo Horn <tassilo@member.fsf.org>
4592
4593 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 4594 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 4595
a34d8565 45962009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 4597
a34d8565
MK
4598 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4599 made on 2009-11-22.
d1d33062 4600
c83b8d1b
GM
46012009-11-24 Glenn Morris <rgm@gnu.org>
4602
4603 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4604 deleted variable bookmark-bmenu-bookmark-column.
4605
83505cfe
SM
46062009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4607
4608 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4609
5241b291
CY
46102009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
4611
4612 * net/browse-url.el (browse-url-filename-alist): On Windows, add
4613 two slashes to the "file:" prefix.
4614 (browse-url-file-url): De-munge Cygwin filenames before passing
4615 them to Windows browser.
4616 (browse-url-default-windows-browser): Use call-process.
4617
aefcadb6
JL
46182009-11-23 Juri Linkov <juri@jurta.org>
4619
4620 Implement DocView Continuous mode. (Bug#4896)
4621 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
4622 (doc-view-mode-map): Bind C-n/<down> to
4623 `doc-view-next-line-or-next-page', C-p/<up> to
4624 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
4625 (doc-view-next-line-or-next-page)
4626 (doc-view-previous-line-or-previous-page): New commands.
4627
0d62bcea
JL
46282009-11-23 Juri Linkov <juri@jurta.org>
4629
4630 Implement Isearch in comint input history. (Bug#3746)
4631 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4632 `isearch-mode-hook'.
4633 (comint-history-isearch): New defcustom.
4634 (comint-history-isearch-backward)
4635 (comint-history-isearch-backward-regexp): New commands.
4636 (comint-history-isearch-message-overlay): New buffer-local variable.
4637 (comint-history-isearch-setup, comint-history-isearch-end)
4638 (comint-goto-input, comint-history-isearch-search)
4639 (comint-history-isearch-message, comint-history-isearch-wrap)
4640 (comint-history-isearch-push-state)
4641 (comint-history-isearch-pop-state): New functions.
4642
b593f105
MA
46432009-11-23 Michael Albinus <michael.albinus@gmx.de>
4644
4645 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4646 return.
4647 (tramp-handle-make-symbolic-link)
4648 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4649 Quote file names.
4650 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4651 (tramp-handle-process-file): Use it.
4652
0f202d5d
SM
46532009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4654
4655 * window.el (move-to-window-line-last-op): Remove.
4656 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4657
216349f8
SM
46582009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4659
0f202d5d 4660 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
4661 * window.el (move-to-window-line-last-op): New var.
4662 (move-to-window-line-top-bottom): New command.
4663 (global-map): Bind M-r move-to-window-line-top-bottom.
4664
c10e0633
GM
46652009-11-23 Sven Joachim <svenjoac@gmx.de>
4666
4667 * dired-x.el (dired-guess-shell-alist-default):
4668 Support xz format. (Bug#4953)
4669
953e0c1a
GM
46702009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4671
4672 * emulation/viper-cmd.el: Use viper-last-command-char instead of
4673 last-command-char/last-command-event.
4674 (viper-prefix-arg-value): Do correct conversion of event-char for
4675 XEmacs.
4676
83505cfe
SM
4677 * emulation/viper-util.el, emulation/viper.el:
4678 Use viper-last-command-char instead of
4679 last-command-char/last-command-event.
953e0c1a 4680
83505cfe
SM
4681 * ediff-init.el, ediff-mult.el, ediff-util.el:
4682 Replace last-command-char and last-command-event
4683 with (ediff-last-command-char) everywhere.
953e0c1a
GM
4684
4685 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4686 created in fundamental mode.
4687
4688 * ediff.el (ediff-version): Revert the change of interactive-p to
4689 called-interactively-p.
4690
9ee12eee
TH
46912009-11-22 Tassilo Horn <tassilo@member.fsf.org>
4692
4693 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4694 generation from word-movement command names.
4695
8b571bf3
JD
46962009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4697
4698 * cus-start.el (all): Add native condition for font-use-system-font.
4699
4121db47
AM
47002009-11-21 Nathaniel Flath <flat0103@gmail.com>
4701
83505cfe
SM
4702 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4703 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 4704
d71f5e0c
TH
47052009-11-21 Tassilo Horn <tassilo@member.fsf.org>
4706
4707 * progmodes/subword.el: Rename from lisp/subword.el.
4708
4709 * subword.el: Rename to progmodes/subword.el.
4710
4711 * Makefile.in (ELCFILES): Adapt to subword.el move.
4712
fc9d6ad6
SM
47132009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4714 Stefan Monnier <monnier@iro.umontreal.ca>
4715
4716 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4717 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4718 (bookmark-bmenu-show-filenames): Use push.
4719 (bookmark-bmenu-hide-filenames): Use local var instead of
4720 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
4721 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4722 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4723 filenames now that the bookmark names are always available.
4724
26d9285f
SM
47252009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4726
4727 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4728 (bookmark-search-pattern): Move and leave unbound.
4729 (bookmark-bmenu-mode-map): Change binding.
4730 (bookmark-read-search-input): Simplify.
4731 Don't use text-char-description. Don't error on non-char events.
4732 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4733 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4734 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4735 Use a local var for the timer.
4736 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4737 (i.e. bookmark-bmenu-search).
4738
d73a0317
GM
47392009-11-21 Glenn Morris <rgm@gnu.org>
4740
4741 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
4742
e572025f
CY
47432009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
4744
26d9285f
SM
4745 * net/browse-url.el (browse-url-default-windows-browser):
4746 Use cygstart for cygwin.
e572025f 4747
6aeaa3dc
KF
47482009-11-20 Karl Fogel <karl.fogel@red-bean.com>
4749
e4070cdc 4750 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
4751 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4752 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 4753 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
4754 (bookmark-read-search-input): Adjust to fit within 80 columns.
4755
a9b76eec
TH
47562009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4757
4758 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4759 (c-backward-into-nomenclature): Adapt to subword renaming.
4760
4761 * subword.el (subword-forward, subword-backward, subword-mark)
4762 (subword-kill, subword-backward-kill, subword-transpose)
4763 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
4764 (subword-forward-internal, subword-backward-internal):
4765 Rename from forward-subword, backward-subword, mark-subword,
4766 kill-subword, backward-kill-subword, transpose-subwords,
4767 downcase-subword, upcase-subword, capitalize-subword,
4768 forward-subword-internal, backward-subword-internal.
a9b76eec 4769
1e7d4475
SM
47702009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4771
26d9285f
SM
4772 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4773 New options.
1e7d4475
SM
4774 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4775 New vars.
4776 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4777 (bookmark-bmenu-filter-alist-by-regexp)
4778 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4779 (bookmark-bmenu-search): New command.
4780 (bookmark-bmenu-mode-map): Bind it.
4781
653d1554
TH
47822009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4783
ab84bfa0
TH
4784 * progmodes/cc-cmds.el: declare-functioned forward-subword and
4785 backward-subword to quit the byte-compiler.
4786
1f35fda9
TH
4787 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4788
4789 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4790
653d1554 4791 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
4792 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4793 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
4794
4795 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4796 subword.el functions instead of cc-subword.el.
4797
1e7d4475
SM
4798 * progmodes/cc-subword.el: Rename to subword.el.
4799 * subword.el: Rename from progmodes/cc-subword.el.
4800 (subword-mode-map): Rename from c-subword-mode-map.
4801 (subword-mode): Rename from c-subword-mode.
653d1554 4802 (global-subword-mode): New global minor mode.
1e7d4475
SM
4803 (forward-subword): Rename from c-forward-subword.
4804 (backward-subword): Rename from c-backward-subword.
4805 (mark-subword): Rename from c-mark-subword.
4806 (kill-subword): Rename from c-kill-subword.
4807 (backward-kill-subword): Rename from c-backward-kill-subword.
4808 (transpose-subwords): Rename from c-tranpose-subword.
4809 (downcase-subword): Rename from c-downcase-subword.
4810 (capitalize-subword): Rename from c-capitalize-subword.
4811 (forward-subword-internal): Rename from c-forward-subword-internal.
4812 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 4813
9717f119
DN
48142009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4815
8de724f3
DN
4816 * vc.el (vc-deduce-fileset): Allow non-state changing operations
4817 from a dired buffer.
4818 (vc-dired-deduce-fileset): New function.
4819 (vc-root-diff, vc-print-root-log): Use it.
4820
9717f119
DN
4821 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4822 nil LIMIT argument to vc-print-log-internal.
4823
af4999b8
GM
48242009-11-20 Glenn Morris <rgm@gnu.org>
4825
4826 * Makefile.in (ELCFILES): Regenerate.
4827
b58edcb6
JB
48282009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
4829
02e1b488
SM
4830 * calc/calc.el (calc-set-mode-line):
4831 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
4832 (math-format-number): Rename `math-format-complement-signed' to
4833 `math-format-twos-complement'.
4834
02e1b488 4835 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
4836 math-format-complement-signed.
4837 (calc-radix): Rename `calc-complement-signed-mode' to
4838 `calc-twos-complement-mode'.
02e1b488
SM
4839 (calc-octal-radix, calc-hex-radix): Add an argument for
4840 two's complement.
b58edcb6 4841
02e1b488
SM
4842 * calc/calc-embed.el (calc-embedded-mode-vars):
4843 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 4844
02e1b488
SM
4845 * calc/calc-ext.el (calc-init-extensions):
4846 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
4847 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4848
02e1b488
SM
4849 * calc/calc-units.el (math-build-units-table-buffer):
4850 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
4851
4852 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4853 entries.
4854
4855 * calc/calc-vec.el (calcFunc-vunpack):
4856 * calc/calc-aent.el (calc-do-calc-eval):
4857 * calc/calc-forms.el (math-format-date):
4858 * calc/calc-graph.el (calc-graph-plot):
4859 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
4860 * calc/calccomp.el (math-compose-expr):
4861 Let `calc-twos-complement-mode' be nil.
4862
48632009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4864
4865 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4866 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
4867 * minibuffer.el (completion-in-region-functions): New hook.
4868 (completion-in-region): New function.
4869 * emacs-lisp/lisp.el (lisp-complete-symbol):
4870 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 4871
e3353a78
SM
48722009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4873
eff77808
SM
4874 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4875 (latex-complete-alist): New vars.
4876 (latex-string-prefix-p, latex-complete-bibtex-keys)
4877 (latex-complete-envnames, latex-complete-refkeys)
4878 (latex-complete-data): New functions.
4879 (latex-complete, latex-indent-or-complete): New commands.
4880
d2c9fc42
SM
4881 * window.el (display-buffer-mark-dedicated): New var.
4882 (display-buffer): Obey it.
4883 * minibuffer.el (minibuffer-completion-help): Use it.
4884
31a1c477
SM
4885 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4886
bed4c972
SM
4887 * filecache.el (file-cache-add-file): Use push and cons.
4888 (file-cache-delete-file-regexp): Use push.
4889 (file-cache-complete): Use completion-in-region.
4890
8c22699f
SM
4891 * simple.el (with-wrapper-hook): Fix thinko.
4892
e3353a78
SM
4893 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4894 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4895 Use with-current-buffer and string-to-number.
4896 (hfy-fallback-colour-values): Use assoc-string.
4897 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4898 (hfy-face-at): Remove unused var `found-face'.
4899 (hfy-compile-stylesheet): Remove unused var `css'.
4900 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4901 and `orig-buffer'.
4902 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4903 Use with-current-buffer.
4904 (hfy-text-p): Use expand-file-name and fewer setq.
4905
acca02b0
SM
49062009-11-19 Vivek Dasmohapatra <vivek@etla.org>
4907
4908 * htmlfontify.el, hfy-cmap.el: New files.
4909
042b7cc6
JL
49102009-11-19 Juri Linkov <juri@jurta.org>
4911
4912 * minibuffer.el (completions-format): New defcustom.
4913 (completion--insert-strings): Implement vertical format.
4914
4915 * simple.el (switch-to-completions): Move point to the first
4916 completion when point was at the beginning of the buffer.
4917
da205913
JL
49182009-11-19 Juri Linkov <juri@jurta.org>
4919
4920 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
4921
4922 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4923
0b8ee421
CY
49242009-11-19 Chong Yidong <cyd@stupidchicken.com>
4925
4926 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4927 (mail-signature): Change default to t.
4928 (mail-from-style): Deprecate `system-default' value.
4929 (mail-insert-from-field): For default value of mail-from-style,
4930 default to `angles' unless `angles' needs quoting and `parens'
4931 does not.
4932 (mail-citation-prefix-regexp): Use citation regexp from
4933 message-mode.
4934
4265deab
MA
49352009-11-19 Michael Albinus <michael.albinus@gmx.de>
4936
acca02b0
SM
4937 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4938 Set variables for computing the prompt for reading password.
4265deab 4939
27cacd2d
GM
49402009-11-19 Glenn Morris <rgm@gnu.org>
4941
470bce7d
GM
4942 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
4943
7e705a1d
GM
4944 * textmodes/flyspell.el (sgml-lexical-context): Declare.
4945
27cacd2d
GM
4946 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4947 (newsticker-treeview-listwindow-height): Fix custom type.
4948
b2f0be0f
KH
49492009-11-19 Kenichi Handa <handa@m17n.org>
4950
4951 * descr-text.el (describe-char-padded-string): Compose with TAB
4952 only if there's a font for CH.
02e1b488 4953 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 4954
03446045 49552009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
4956
4957 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 4958 more accurate version of the regexp. (Bug#3910)
b96337b0 4959
03446045 49602009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
4961
4962 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4963
e0620570
JB
49642009-11-18 Juanma Barranquero <lekktu@gmail.com>
4965
4966 * font-setting.el (font-use-system-font): Declare for byte-compiler.
4967 (font-setting-change-default-font): Fix typo in docstring.
4968
6cc6582e
AM
49692009-11-18 Alan Mackenzie <acm@muc.de>
4970
4971 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4972
dfb3c4c6
JD
49732009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4974
02e1b488 4975 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
4976
4977 * cus-start.el (all): ... to here.
4978
e268e987
MA
49792009-11-17 Michael Albinus <michael.albinus@gmx.de>
4980
4981 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4982 Don't set `ad-return-value' if `ad-do-it' doesn't.
4983
303ffde8
MA
4984 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4985 modification time.
4986
637fa988
JD
49872009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4988
4989 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 4990 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
4991
4992 * loadup.el: If feature system-font-setting or font-render-setting is
4993 there, load font-setting.
4994
02e1b488 4995 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
4996 * font-setting.el: New file.
4997
1d16a255
GM
49982009-11-17 Glenn Morris <rgm@gnu.org>
4999
5000 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5001
2d84f804
GM
5002 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5003 Preserve point in the list buffer. (Bug#4939)
5004 Use point-at-eol.
5005 (newsticker--treeview-list-update-highlight)
5006 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5007
14467b99
JB
50082009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5009
5010 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5011 Remove.
5012
5013 * calc/calc-ext.el (calc-init-extensions): Remove references to
5014 symclip.
5015
5016 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5017
5018 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 5019 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
5020 `calc-symclip'.
5021
e3c39c01
KR
50222009-11-16 Kevin Ryde <user42@zip.com.au>
5023
02e1b488 5024 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 5025 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 5026
497de631
KR
5027 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5028 (lm-keywords-list): Allow comma-only separator like "foo,bar".
5029 Ignore trailing spaces by omit-nulls to split-string (fixing
5030 regression from Emacs 21 due to the incompatible split-string
14467b99 5031 change). (Bug #4928.)
497de631 5032
48b27575
DN
50332009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
5034
5237d741 5035 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
5036 (vc-print-log-internal): Insert buttons to request more entries
5037 when limiting the output.
5038
5039 * vc-sccs.el (vc-sccs-print-log):
5040 * vc-rcs.el (vc-rcs-print-log):
5041 * vc-cvs.el (vc-cvs-print-log):
5042 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5043 LIMIT is non-nil.
5044
d3e97185
MA
50452009-11-16 Michael Albinus <michael.albinus@gmx.de>
5046
5047 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5048 error when `tramp-gvfs-dbus-event-vector' is set.
5049 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5050
68d87786
SM
50512009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5052
5053 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5054
c0a39702
MA
50552009-11-16 Michael Albinus <michael.albinus@gmx.de>
5056
5057 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 5058 (dbus-register-property): Register the handlers of
c0a39702
MA
5059 "org.freedesktop.DBus.Properties" for SERVICE.
5060 (dbus-property-handler): Fix docstring.
5061
1e857121
YM
50622009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5063
5064 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5065 Quote doc string reference in defvaralias as it is not in special form.
5066 (byte-compile-output-docform): Doc fix.
5067
887484c1
JB
50682009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5069
5070 * calc/calc.el (math-2-word-size, math-half-2-word-size)
5071 (calc-complement-signed-mode): New variables.
5072 (calc-set-mode-line): Add indicator for twos-complements.
5073 (math-format-number): Format twos-complement notation.
5074
5075 * calc/calc-bin.el (calc-word-size): Reset the variables
5076 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
5077 (math-format-complement-signed, math-symclip, calcFunc-symclip)
5078 (calc-symclip): New functions.
887484c1
JB
5079
5080 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5081
68d87786
SM
5082 * calc/calc-embed.el (calc-embedded-mode-vars):
5083 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
5084
5085 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 5086 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
5087
5088 * calc/calc-ext.el (math-read-number-fancy): Read complement
5089 signed numbers.
68d87786
SM
5090 (calc-init-extensions): Add binding for `calc-symclip'.
5091 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
5092
5093 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5094 `calc-symclip'.
68d87786 5095 (calc-modes-menu): Add item for twos complement mode.
887484c1 5096
5237d741 5097 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 5098
4cf1d7e3
CY
50992009-11-15 Chong Yidong <cyd@stupidchicken.com>
5100
5101 * register.el (jump-to-register, insert-register): Handle Semantic
5102 tags. From commented-out advice in semantic/senator.el.
5103
f8e65267
DN
51042009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5105
6616006b
DN
5106 * vc.el (vc-log-show-limit): New variable.
5107 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
5108 when using a prefix argument.
5109 (vc-print-log-internal): Add new argument LIMIT.
5110
5111 * vc-svn.el (vc-svn-print-log):
5112 * vc-mtn.el (vc-mtn-print-log):
5113 * vc-hg.el (vc-hg-print-log):
5114 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 5115 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
5116 non-optional.
5117
5118 * vc-sccs.el (vc-sccs-print-log):
5119 * vc-rcs.el (vc-rcs-print-log):
5120 * vc-git.el (vc-git-print-log):
5121 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5122 ignore it. Make the BUFFER argument non-optional
5123
f8e65267
DN
5124 * bindings.el (mode-line-buffer-identification): Do not purecopy.
5125
0566c4bc
CY
51262009-11-15 Chong Yidong <cyd@stupidchicken.com>
5127
7cce3c91
CY
5128 * dired.el (dired-mode-map): Move encryption items to "Operate"
5129 menu (Bug#4703).
5130
d7063de9
CY
5131 * strokes.el (strokes-update-window-configuration): Make strokes
5132 buffer current before erasing (Bug#4906).
5133
0fc10137
JL
51342009-11-15 Juri Linkov <juri@jurta.org>
5135
5136 * simple.el (set-mark-default-inactive): Add :type, :group
5137 and :version. (Bug#4876)
5138
f5fce4ec
MA
51392009-11-15 Michael Albinus <michael.albinus@gmx.de>
5140
5141 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5142 (archive-unique-fname): ... here. (Bug#4929)
5143
8d720a00
SM
51442009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5145
589888fe
SM
5146 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5147 with a real fix.
5148
8d720a00
SM
5149 * novice.el (disabled-command-function): Add useful args.
5150 Setup the help buffer so that [back] works.
5151 Remove redundant call to help-mode.
5152 (disabled-command-function): Use `case'.
5153 (en/disable-command): New function extracted from enable-command.
5154 (enable-command, disable-command): Use it.
5155
a61344d6
GM
51562009-11-14 Glenn Morris <rgm@gnu.org>
5157
497f0cdd
GM
5158 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5159 constants. (Bug#4913)
5160
a61344d6
GM
5161 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5162
d501801e
GM
51632009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5164
5165 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5166 defined in C that have no doc-strings. (Bug#1063)
5167
5af27ac2
GM
51682009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
5169
5170 * cus-edit.el (data, files):
5171 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
5172
aec5395b
CY
51732009-11-14 Chong Yidong <cyd@stupidchicken.com>
5174
e7791447
CY
5175 * simple.el (shell-command): Doc fix (Bug#4891).
5176
aec5395b
CY
5177 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5178
7a41cd7f
GM
51792009-11-14 Glenn Morris <rgm@gnu.org>
5180
c3583c94
GM
5181 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5182 statements for vc-diff, emerge-quit, and rmail-cease-edit.
5183 If they are already loaded, eval-after-load will do the right thing.
5184
73900d1f
GM
5185 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5186 compiling.
5187
0028351d
GM
5188 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5189
f6714ede
GM
5190 * simple.el (x-selection-owner-p): Declare.
5191 (read-mail-command): Use custom radio type rather than choice.
5192 (completion-no-auto-exit): Doc fix.
5193
7a41cd7f 5194 * custom.el (defgroup):
5af27ac2 5195 * epg-config.el (epg): Doc fixes.
7a41cd7f 5196
2d0659ec
DN
51972009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
5198
5199 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5200 * international/ccl.el (define-ccl-program): Do not purecopy the
5201 docstring, defconst does it anyway.
5202
7fdbcd83
SM
52032009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5204
d499c5b9
SM
5205 * add-log.el (add-change-log-entry): Avoid displaying the changelog
5206 a second time.
5207
7fdbcd83
SM
5208 * x-dnd.el (x-dnd-maybe-call-test-function):
5209 * window.el (split-window-vertically):
5210 * whitespace.el (whitespace-help-on):
5211 * vc-rcs.el (vc-rcs-consult-headers):
5212 * userlock.el (ask-user-about-lock-help)
5213 (ask-user-about-supersession-help):
5214 * type-break.el (type-break-force-mode-line-update):
5215 * time-stamp.el (time-stamp-conv-warn):
5216 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 5217 (te-sentinel, terminal-emulator):
7fdbcd83
SM
5218 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5219 (term-write-input-ring, term-check-source, term-start-output-log):
5220 (term-display-buffer-line, term-dynamic-list-completions):
5221 (term-ansi-make-term, serial-term):
5222 * subr.el (selective-display):
5223 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5224 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5225 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5226 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5227 (speedbar-remove-localized-speedbar-support)
5228 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5229 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5230 (speedbar-buffers-line-directory):
5231 * simple.el (shell-command-on-region, append-to-buffer)
5232 (prepend-to-buffer):
5233 * shadowfile.el (shadow-save-todo-file):
5234 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5235 (scroll-bar-maybe-set-window-start):
5236 * sb-image.el (speedbar-image-dump):
5237 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5238 (load-save-place-alist-from-file):
5239 * ps-samp.el (ps-print-message-from-summary):
5240 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5241 (ps-background-image, ps-begin-job, ps-do-despool):
5242 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5243 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5244 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5245 (pr-call-process, pr-file-list, pr-interface-save):
5246 * novice.el (disabled-command-function)
5247 (enable-command, disable-command):
5248 * mouse.el (mouse-buffer-menu-alist):
5249 * mouse-copy.el (mouse-kill-preserving-secondary):
5250 * macros.el (kbd-macro-query):
5251 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5252 * informat.el (batch-info-validate):
5253 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5254 * hippie-exp.el (try-expand-dabbrev-visible):
5255 * help-mode.el (help-make-xrefs):
5256 * help-fns.el (describe-variable):
5257 * generic-x.el (bat-generic-mode-run-as-comint):
5258 * finder.el (finder-mouse-select):
5259 * find-dired.el (find-dired-sentinel):
5260 * filesets.el (filesets-file-close):
5261 * files.el (list-directory):
5262 * faces.el (list-faces-display, describe-face):
5263 * facemenu.el (list-colors-display):
5264 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5265 * epg.el (epg--process-filter, epg-cancel):
5266 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5267 (epa--read-signature-type):
5268 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5269 (emerge-file-names):
5270 * ehelp.el (electric-helpify):
5271 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5272 * ediff-vers.el (rcs-ediff-view-revision):
5273 * ediff-util.el (ediff-setup):
5274 * ediff-mult.el (ediff-append-custom-diff):
5275 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5276 (ediff-wordify):
5277 * echistory.el (Electric-command-history-redo-expression):
5278 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5279 * disp-table.el (describe-display-table):
5280 * dired.el (dired-find-buffer-nocreate):
5281 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5282 * dabbrev.el (dabbrev--same-major-mode-p):
5283 * chistory.el (list-command-history):
5284 * apropos.el (apropos-documentation):
5285 * allout.el (allout-obtain-passphrase):
5286 (allout-copy-exposed-to-buffer):
5287 (allout-verify-passphrase): Use with-current-buffer.
5288
2ccbc060
GM
52892009-11-13 Glenn Morris <rgm@gnu.org>
5290
5291 * Makefile.in (ELCFILES): Regenerate.
5292
b172ed20
MA
52932009-11-13 Michael Albinus <michael.albinus@gmx.de>
5294
7fdbcd83
SM
5295 * net/dbus.el (dbus-registered-objects-table): Rename from
5296 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
5297 (dbus-unregister-object): Unregister also properties.
5298 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
5299 Use a timeout of 500 msec, in order to not block.
5300 (dbus-register-property, dbus-property-handler): New defuns.
5301
e96d62cd
SM
53022009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5303
5304 * simple.el (minibuffer-default-add-completions): Drop deprecated
5305 4th arg.
5306
14bd267d
EZ
53072009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
5308
e96d62cd
SM
5309 * textmodes/artist.el (artist-mouse-choose-operation):
5310 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 5311 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
5312 (artist-compute-up-event-key): New function.
5313 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
5314
bf89fd7b
KH
53152009-11-13 Kenichi Handa <handa@m17n.org>
5316
5317 * language/japan-util.el: Make sure that the value of jisx0208
5318 property is jisx0208 character.
5319
f70b8925
DN
53202009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
5321
5322 * international/mule.el (auto-coding-regexp-alist): Only purecopy
5323 car or each item, not the whole list.
5324
4d93a9e0
SM
53252009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5326
5327 * minibuffer.el (minibuffer-completion-help):
5328 Use minibuffer-hide-completions.
5329
05404988
SM
53302009-11-12 Per Starbäck <per@starback.se> (tiny change)
5331
5332 * dired.el (dired-save-positions, dired-restore-positions): New funs.
5333 (dired-revert): Use them (bug#4880).
5334
5297bc10
DN
53352009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5336
5337 * tooltip.el (tooltip-frame-parameters): Undo previous change.
5338
e2685eb7
JL
53392009-11-12 Juri Linkov <juri@jurta.org>
5340
5341 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
5342 New functions.
5343 (find-file-literally-at-point): Alias of `ffap-literally'.
5344
76410c3e
DN
53452009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5346
6d341a2a
DN
5347 * textmodes/ispell.el (ispell-skip-region-alist):
5348 * textmodes/css-mode.el (auto-mode-alist):
5349 * progmodes/compile.el (auto-mode-alist):
5350 * international/mule.el (ctext-non-standard-encodings-alist)
5351 (ctext-non-standard-encodings-regexp):
5352 * simple.el (shell-command-switch, text-read-only):
5353 * replace.el (occur-mode-map):
5354 * paths.el (rmail-file-name):
5355 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
5356 * find-file.el (ff-special-constructs):
5357 * files.el (file-name-handler-alist):
5358 * composite.el: Purecopy strings.
5359
76410c3e
DN
5360 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
5361
aaa448c9
DN
53622009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5363
5364 * widget.el (define-widget): Purecopy the docstring.
5365 * international/mule-cmds.el (charset): Do not purecopy the
5366 docstring here, define-widget does it.
5367
5368 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5369 * textmodes/bibtex-style.el (auto-mode-alist):
5370 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5371 * progmodes/compile.el (compile-command):
5372 * language/korea-util.el (default-korean-keyboard):
5373 * international/mule-conf.el (file-coding-system-alist):
5374 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
5375 * tooltip.el (tooltip-frame-parameters):
5376 * newcomment.el (comment-end, comment-padding):
5377 * dired.el (dired-trivial-filenames):
5378 * comint.el (comint-file-name-prefix): Purecopy initial values.
5379
bbe650fd
MA
53802009-11-11 Michael Albinus <michael.albinus@gmx.de>
5381
5382 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
5383 (tramp-advice-minibuffer-electric-tilde): Unload advices via
5384 `tramp-unload'.
5385 (tramp-advice-make-auto-save-file-name)
5386 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
5387 after removing the advice.
5388
6bdad9ae
DN
53892009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5390
2f7f4bee
DN
5391 * progmodes/grep.el (grep-regexp-alist):
5392 * international/mule-cmds.el (iso-2022-control-alist):
5393 * emacs-lisp/timer.el (timer-duration-words):
5394 * subr.el (version-separator, version-regexp-alist):
5395 * minibuffer.el (completion-styles-alist):
5396 * faces.el (face-attribute-name-alist, list-faces-sample-text):
5397 Change defvars to defconsts.
5398
a042de45
DN
5399 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
5400 * loadup.el ("international/mule-conf"): Load the byte compiled version.
5401 * international/mule-conf.el: Allow to be byte compiled.
5402
3b6acc72
DN
5403 * international/mule.el (define-charset): Purecopy props.
5404 (load-with-code-conversion): Purecopy doc string and file name.
5405 (put-charset-property): Purecopy strings.
5406 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
5407
1c2efdfb 5408 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
5409 (define-char-code-property): Correctly purecopy the table.
5410
62591911
DN
5411 * international/ccl.el (define-ccl-program): Purecopy the docstring.
5412
8b908da6
DN
5413 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
5414
ff917d63
DN
5415 * subr.el (add-hook): Purecopy strings.
5416 (eval-after-load): Purecopy load-history-regexp and the form.
5417
af89cf77
DN
5418 * custom.el (custom-declare-group): Purecopy load-file-name.
5419
a3c20c83 5420 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
5421 * net/eudc.el (eudc-tools-menu):
5422 * international/mule-cmds.el (set-coding-system-map)
5423 (mule-menu-keymap):
5424 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5425 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
5426 * replace.el (occur-mode-map):
5427 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 5428 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
5429 (menu-bar-custom-menu, menu-bar-showhide-menu)
5430 (menu-bar-options-menu, menu-bar-tools-menu)
5431 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
5432 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
5433 (menu-bar-help-menu):
5434 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
5435 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
5436
6bdad9ae
DN
5437 * term/x-win.el (x-gtk-stock-map):
5438 * progmodes/vera-mode.el (auto-mode-alist):
5439 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5440 (inferior-lisp-program, inferior-lisp-load-command):
5441 * progmodes/hideshow.el (hs-special-modes-alist):
5442 * progmodes/gud.el (same-window-regexps):
5443 * progmodes/grep.el (grep-program, find-program, xargs-program):
5444 * net/telnet.el (same-window-regexps):
5445 * net/rlogin.el (same-window-regexps):
5446 * language/ethiopic.el (font-ccl-encoder-alist):
5447 * vc-sccs.el (vc-sccs-master-templates):
5448 * vc-rcs.el (vc-rcs-master-templates):
5449 * subr.el (cl-assertion-failed):
5450 * simple.el (next-error-overlay-arrow-position):
5451 * lpr.el (lpr-command):
5452 * locate.el (locate-ls-subdir-switches):
5453 * info.el (same-window-regexps, info)
5454 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5455 * image-mode.el (image-mode, auto-mode-alist):
5456 * hippie-exp.el (hippie-expand-ignore-buffers):
5457 * format.el (format-alist):
5458 * find-dired.el (find-ls-subdir-switches, find-grep-options)
5459 (find-name-arg):
5460 * facemenu.el (facemenu-keybindings):
5461 * dired.el (dired-listing-switches, dired-chown-program):
5462 * diff.el (diff-switches, diff-command):
5463 * cus-edit.el (same-window-regexps):
5464 * bindings.el (mode-line-mule-info)
5465 (mode-line-buffer-identification): Purecopy strings.
5466
e0987650
JL
54672009-11-11 Juri Linkov <juri@jurta.org>
5468
3570691b 5469 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
5470 Tell the byte-compiler about dired-get-filename.
5471 (shell-command): In Dired mode, get filename from the current line
5472 as the default value.
5473
b16ff465
GM
54742009-11-10 Glenn Morris <rgm@gnu.org>
5475
e8a11b22
GM
5476 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5477 * calendar/holidays.el, progmodes/cperl-mode.el:
5478 Update x-popup-menu declarations.
5479
b16ff465
GM
5480 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5481 (list-load-path-shadows): Use dolist.
5482 (list-load-path-shadows): Use with-current-buffer.
5483
032c3399
JL
54842009-11-10 Juri Linkov <juri@jurta.org>
5485
5486 * minibuffer.el (read-file-name): Support a list of default values
5487 in `default-filename'. Use the first file name where only one
5488 element is required. Doc fix.
5489
8fb1629f
MA
54902009-11-09 Michael Albinus <michael.albinus@gmx.de>
5491
5492 * net/dbus.el (dbus-unregister-object): Release service, if no
5493 other method is registered for it.
5494
a51203ee 54952009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
5496
5497 * bookmark.el (bookmark-completing-read): Sort bookmark names if
5498 bookmark-sort-flag is non-nil (Bug#4653).
5499
9bf7dc8a
CY
55002009-11-08 Chong Yidong <cyd@stupidchicken.com>
5501
15207e74
CY
5502 * emulation/cua-base.el: Add CUA property to some CC mode commands
5503 (Bug#4100).
5504
8bf7ed70
KR
55052009-11-08 Kevin Ryde <user42@zip.com.au>
5506
5507 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 5508 at end of sentence (Bug#4818).
8bf7ed70 5509
951802d0
CY
55102009-11-08 Jared Finder <jfinder@crypticstudios.com>
5511
5512 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5513 Handle "see declaration of" MSFT statements (Bug#4100).
5514
e8244310
MA
55152009-11-08 Michael Albinus <michael.albinus@gmx.de>
5516
5517 * net/tramp.el (tramp-advice-make-auto-save-file-name)
5518 (tramp-advice-file-expand-wildcards): Unload via
5519 `ad-remove-advice'.
5520
5521 * net/trampver.el: Update release number.
5522
a51203ee 55232009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
5524
5525 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5526 `ad-do-it'.
5527
a51203ee 55282009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
5529
5530 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5531 in order to keep context in SELinux.
5532
bedd8a58
CY
55332009-11-08 Chong Yidong <cyd@stupidchicken.com>
5534
5535 * dired-aux.el (dired-query): Place cursor in echo area and allow
5536 C-g.
5537
5538 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5539 menu item if not on a directory (Bug#4701).
5540
0484d600
MA
55412009-11-07 Michael Albinus <michael.albinus@gmx.de>
5542
5543 Sync with Tramp 2.1.17.
5544
5545 * net/tramp.el (tramp-handle-copy-directory): Don't use
5546 `file-remote-p' (due to compatibility).
5547
5548 * net/tramp-compat.el (tramp-compat-copy-directory)
5549 (tramp-compat-delete-directory): New defuns.
5550
5551 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5552 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5553 `tramp-compat-delete-directory'.
5554
5555 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5ce6e4f4 5556 (tramp-smb-handle-delete-directory): Use
0484d600
MA
5557 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5558
5559 * net/trampver.el: Update release number.
5560
b42b2189
CY
55612009-11-07 Chong Yidong <cyd@stupidchicken.com>
5562
6960d7b9
CY
5563 * tar-mode.el (tar-copy): Call write-region on the right buffer
5564 (Bug#4857).
5565
b42b2189
CY
5566 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5567 by hand, if necessary (Bug#4878).
5568
0ad57dfd
CY
55692009-11-06 Chong Yidong <cyd@stupidchicken.com>
5570
d19e23ae
CY
5571 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5572 align size column (Bug#4839).
5573
0ad57dfd
CY
5574 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5575 statement.
5576
0b7f397c
DN
55772009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5578
5579 * progmodes/ld-script.el (auto-mode-alist):
5580 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5581
5582 * cus-face.el (custom-declare-face): Purecopy face spec.
5583
495bd5ca
KH
55842009-11-06 Kenichi Handa <handa@m17n.org>
5585
5586 * international/uni-bidi.el: Re-generated.
5587 * international/uni-category.el: Re-generated.
5588 * international/uni-combining.el: Re-generated.
5589 * international/uni-mirrored.el: Re-generated.
5590
1e8780b1
DN
55912009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5592
5593 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5594 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5595 (tex-start-options, slitex-run-command, latex-run-command)
5596 (tex-run-command, tex-directory):
5597 * textmodes/ispell.el (ispell-html-skip-alists)
5598 (ispell-tex-skip-alists, ispell-tex-skip-alists):
5599 * textmodes/fill.el (adaptive-fill-first-line-regexp):
5600 (adaptive-fill-regexp):
5601 * textmodes/dns-mode.el (auto-mode-alist):
5602 * progmodes/python.el (interpreter-mode-alist):
5603 * progmodes/etags.el (tags-compression-info-list):
5604 * progmodes/etags.el (tags-file-name):
5605 * net/browse-url.el (browse-url-galeon-program)
5606 (browse-url-firefox-program):
5607 * mail/sendmail.el (mail-signature-file)
5608 (mail-citation-prefix-regexp):
5609 * international/mule-conf.el (eight-bit):
5610 * international/latexenc.el (latex-inputenc-coding-alist):
5611 * international/fontset.el (x-pixel-size-width-font-regexp):
5612 * emacs-lisp/warnings.el (warning-type-format):
5613 * emacs-lisp/trace.el (trace-buffer):
5614 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5615 (emacs-lisp-mode-map):
5616 * calendar/holidays.el (holiday-solar-holidays)
5617 (holiday-bahai-holidays, holiday-islamic-holidays)
5618 (holiday-christian-holidays, holiday-hebrew-holidays)
5619 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5620 (hebrew-holidays-1, holiday-oriental-holidays)
5621 (holiday-general-holidays):
5622 * x-dnd.el (x-dnd-known-types):
5623 * tool-bar.el (tool-bar):
5624 * startup.el (site-run-file):
5625 * shell.el (shell-dumb-shell-regexp):
5626 * rfn-eshadow.el (file-name-shadow-tty-properties)
5627 (file-name-shadow-properties):
5628 * paths.el (remote-shell-program, news-directory):
5629 * mouse.el ([C-down-mouse-3]):
5630 * menu-bar.el (menu-bar-tools-menu):
5631 * jka-cmpr-hook.el (jka-compr-load-suffixes)
5632 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5633 (jka-compr-compression-info-list):
5634 * isearch.el (search-whitespace-regexp):
5635 * image-file.el (image-file-name-extensions):
5636 * find-dired.el (find-ls-option):
5637 * files.el (directory-listing-before-filename-regexp)
5638 (directory-free-space-args, insert-directory-program)
5639 (list-directory-brief-switches, magic-fallback-mode-alist)
5640 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5641 (automount-dir-prefix):
5642 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5643 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5644 (face-font-registry-alternatives, face-font-registry-alternatives)
5645 (face-font-family-alternatives):
5646 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5647 (facemenu-foreground-menu, facemenu-face-menu):
5648 * epa-hook.el (epa-file-name-regexp):
5649 * dnd.el (dnd-protocol-alist):
5650 * textmodes/rst.el (auto-mode-alist):
a51203ee 5651 * button.el (default-button): Purecopy strings.
1e8780b1 5652
0adae11f
GM
56532009-11-06 Glenn Morris <rgm@gnu.org>
5654
5655 * Makefile.in (ELCFILES): Update.
5656
2adaf057
SM
56572009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5658
8f72f03c
SM
5659 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5660 * emacs-lisp/levents.el: Move to obsolete/levents.el.
5661
2adaf057
SM
5662 * nxml/xsd-regexp.el (xsdre-gen-categories):
5663 * nxml/xmltok.el (xmltok-parse-entity):
5664 * nxml/rng-parse.el (rng-parse-validate-file):
5665 * nxml/rng-maint.el (rng-format-manual)
5666 (rng-manual-output-force-new-line):
5667 * nxml/rng-loc.el (rng-save-schema-location-1):
5668 * nxml/rng-cmpct.el (rng-c-parse-file):
5669 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5670 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5671
14862301
SM
56722009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
5673
bf0b361c 5674 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
5675 Remove extra save-excursions and make-variable-buffer-local's.
5676 Suggested by Stefan Monnier.
5677
5678 (verilog-getopt-file, verilog-module-inside-filename-p)
5679 (verilog-set-define): Merge GNU 1.35 and repair changes from
5680 switching to using with-current-buffer.
5681
5682 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5683 being treated as a number and confusing AUTORESET.
5684 Reported by Dan Dever.
5685
5686 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5687 Add verilog-auto-ignore-concat to fix backward compatibility with
5688 older verilog-modes. Reported by Dan Katz.
5689
5690 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5691 containing closing anchors "...$".
5692
5693 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5694 Reported by Wade Smith.
5695
48c2d18a 5696 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
5697
56982009-11-05 Michael McNamara <mac@mail.brushroad.com>
5699
bf0b361c
JB
5700 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5701 for labels.
14862301
SM
5702
5703 (verilog-label-re, verilog-calc-1): Support proper indent of named
5704 asserts.
5705
5706 (verilog-backward-token, verilog-basic-complete-re)
5707 (verilog-beg-of-statement, verilog-indent-re): Support proper
5708 indent of the assert statement at the beginning of a block of text.
5709
5710 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5711 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5712 tokens as begins.
5713
4f8f657f
GM
57142009-11-05 Glenn Morris <rgm@gnu.org>
5715
775adc51
GM
5716 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5717 Emacs 19. (Bug#1531)
5718 (byte-compile-fix-header): Update for the above change.
5719 Drop test for epoch::version.
5720
4ad6a5e7 5721 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
5722 * cus-dep.el (custom-make-dependencies):
5723 * finder.el (finder-compile-keywords):
5724 Use autoload-rubric's feature argument.
4ad6a5e7 5725
4f8f657f
GM
5726 * calendar/diary-lib.el (top-level): Make load behave more like require.
5727
881e4184
GM
5728 * vc-git.el (vc-git-stash-map): Move definition before use.
5729
ba214964 57302009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 5731
b6f8ba09
DN
5732 * custom.el (custom-declare-group): Purecopy standard-value.
5733 (custom-declare-group): Purecopy custom-prefix.
5734
7fdbcd83
SM
5735 * international/mule.el (load-with-code-conversion):
5736 Call do-after-load-evaluation unconditionally.
eb6f577b 5737
f6195dfb
DN
5738 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5739
56f14120
SM
57402009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5741
5742 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5743
e5c89ce9
GM
57442009-11-04 Glenn Morris <rgm@gnu.org>
5745
5746 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5747 (byte-compile-compatibility): Remove option.
5748 (byte-compile-close-variables, byte-compile-fix-header)
5749 (byte-compile-insert-header, byte-compile-output-docform)
5750 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5751 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5752 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5753 (byte-compile-insert, byte-compile-defun):
5754 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
5755 (byte-defop-compiler19): Remove.
5756 Without byte-compile-compatibility, the 'emacs19-opcode property is not
5757 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 5758
e24f42ab
JL
57592009-11-04 Juri Linkov <juri@jurta.org>
5760
5761 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5762 (menu-bar-options-menu): Don't quote the `prop' arg of
5763 `menu-bar-make-mm-toggle'.
5764
d3d5f4f5
JB
57652009-11-04 Juanma Barranquero <lekktu@gmail.com>
5766
5767 * calendar/calendar.el (cal-loaddefs):
5768 * calendar/diary-lib.el (diary-loaddefs):
5769 * calendar/holidays.el (hol-loaddefs):
5770 * eshell/esh-module.el (esh-groups): Load rather than require.
5771
6e39d3b2
SM
57722009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5773
e96d62cd
SM
5774 * calendar/todo-mode.el (todo-add-category): Don't hardcode
5775 point-min==1.
7e83e8b4
SM
5776 (todo-top-priorities): Only display-buffer when called interactively.
5777 (todo-item-start): Don't save excursion point.
5778 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
5779 (todo-insert-item-here, todo-file-item, todo-remove-item):
5780 Adjust uses of todo-item-start and todo-item-end.
5781
fae4e5b9
SM
5782 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5783 (autoload-rubric): Don't use any more.
fae4e5b9 5784
6e39d3b2
SM
5785 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5786 and only put a prop if it is non-nil.
5787
c9753fb4
JL
57882009-11-03 Juri Linkov <juri@jurta.org>
5789
5790 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5791 (menu-bar-options-menu): Fix list quoting (Bug#4429).
5792
5793 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5794 and "Menu" to make top-level menu item visually one unit (like
5795 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5796 multi-word menu items). Fix :help string for quit-window.
5797
db04f33f
GM
57982009-11-03 Glenn Morris <rgm@gnu.org>
5799
2aea6521
GM
5800 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5801 (byte-compile-file-form-define-abbrev-table)
5802 (byte-compile-file-form-custom-declare-variable)
5803 (byte-compile-variable-ref, byte-compile-defvar):
5804 Whether or not a warning is enabled should only affect whether we issue
5805 the warning, not whether or not we collect the relevant data.
5806 Eg warnings can be turned on and off throughout the course of a file.
5807
db04f33f
GM
5808 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5809 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5810
937e6a56
SM
58112009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5812
5813 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5814 * play/mpuz.el (mpuz-create-buffer):
5815 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5816 (lm-print-y,s,noise, lm-print-w0, lm-init):
5817 * play/gomoku.el (gomoku-prompt-for-move):
5818 * play/fortune.el (fortune-in-buffer):
5819 * play/dissociate.el (dissociated-press):
5820 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 5821 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
5822 * mail/supercite.el (sc-eref-show):
5823 * mail/smtpmail.el (smtpmail-send-it):
5824 * mail/rmailsum.el (rmail-summary-next-labeled-message)
5825 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5826 (rmail-summary-undelete-many, rmail-summary-rmail-update)
5827 (rmail-summary-goto-msg, rmail-summary-expunge)
5828 (rmail-summary-get-new-mail, rmail-summary-search-backward)
5829 (rmail-summary-add-label, rmail-summary-output-menu)
5830 (rmail-summary-output-body):
5831 * mail/rfc822.el (rfc822-addresses):
5832 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5833 * mail/mailpost.el (post-mail-send-it):
5834 * mail/hashcash.el (hashcash-generate-payment):
5835 * mail/feedmail.el (feedmail-run-the-queue)
5836 (feedmail-queue-send-edit-prompt-help-first)
5837 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5838 (feedmail-deduce-address-list):
5839 * eshell/esh-ext.el (eshell-remote-command):
5840 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5841 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5842 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5843 (viper-save-string-in-file, viper-valid-marker):
5844 * emulation/viper-keym.el (viper-toggle-key):
5845 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5846 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5847 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5848 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5849 (viper-exec-form-in-emacs, viper-brac-function):
5850 * emulation/viper.el (viper-delocalize-var):
5851 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5852 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5853 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5854 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5855 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5856 * emulation/edt.el (edt-electric-helpify):
5857 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5858 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5859 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5860 (cua-indent-to-global-mark-column):
5861 * calendar/diary-lib.el (calendar-mark-1):
5862 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5863 Use with-current-buffer.
5864 * emulation/viper.el (viper-delocalize-var): Use dolist.
5865
5b955562
CY
58662009-11-03 Chong Yidong <cyd@stupidchicken.com>
5867
5868 * comint.el (comint-replace-by-expanded-history-before-point):
5869 Replace !! with the previous input string literally (Bug#1795).
5870
6292c599
JB
58712009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
5872
5873 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5874 to be made up of whitespace.
5875
8368c14e
CY
58762009-11-02 Chong Yidong <cyd@stupidchicken.com>
5877
5878 * minibuffer.el (read-file-name): Don't use file dialogs for
5879 remote directories (Bug#99).
5880
6f750f0d
CY
58812009-11-01 Chong Yidong <cyd@stupidchicken.com>
5882
5883 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5884
97ab3f47
AS
58852009-11-01 Andreas Schwab <schwab@linux-m68k.org>
5886
5887 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5888 instead of deleting the window or frame.
5889
673c1168
CY
58902009-10-31 Chong Yidong <cyd@stupidchicken.com>
5891
5892 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5893 Support face colors.
5894
937e6a56
SM
5895 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5896 New function. Support face colors (Bug#1168).
673c1168
CY
5897 (tex-common-initialization): Use it.
5898
5899 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5900 mode allows it (Bug#1168).
5901
c9349f0a
CY
59022009-10-31 Juri Linkov <juri@jurta.org>
5903
5904 * facemenu.el (list-colors-display): Don't mark buffer as
5905 modified (Bug#3948).
5906
ebf5c4f5
CY
59072009-10-31 Chong Yidong <cyd@stupidchicken.com>
5908
5c2dce75
CY
5909 * international/mule-diag.el (list-character-sets-1): Minor
5910 message fix (Bug#3526).
5911
26581f0e
CY
5912 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5913 face property (Bug#4834).
5914 (etags-list-tags, etags-tags-apropos-additional)
5915 (etags-tags-apropos, tags-select-tags-table): Add follow-link
5916 property.
5917
ebf5c4f5
CY
5918 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5919 items.
5920
9a529312
SM
59212009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5922
5923 * textmodes/two-column.el (2C-split):
5924 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5925 * textmodes/tex-mode.el (tex-set-buffer-directory):
5926 * textmodes/spell.el (spell-region, spell-string):
5927 * textmodes/reftex.el (reftex-erase-buffer):
5928 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5929 * textmodes/reftex-toc.el (reftex-toc-promote-action):
5930 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5931 (reftex-select-item):
5932 * textmodes/reftex-ref.el (reftex-label-info-update)
5933 (reftex-offer-label-menu):
5934 * textmodes/reftex-index.el (reftex-index-change-entry)
5935 (reftex-index-phrases-info):
5936 * textmodes/reftex-global.el (reftex-create-tags-file)
5937 (reftex-save-all-document-buffers, reftex-ensure-write-access):
5938 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5939 (reftex-view-crossref-from-bibtex):
5940 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5941 (reftex-extract-bib-entries-from-thebibliography)
5942 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5943 * textmodes/refbib.el (r2b-capitalize-title):
5944 (r2b-convert-buffer, r2b-help):
5945 * textmodes/page-ext.el (pages-directory)
5946 (pages-directory-goto-with-mouse):
5947 * textmodes/bibtex.el (bibtex-validate-globally):
5948 * textmodes/bib-mode.el (bib-capitalize-title):
5949 * textmodes/artist.el (artist-clear-buffer, artist-system):
5950 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5951 (local-set-scheme-interaction-buffer, xscheme-process-filter)
5952 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5953 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5954 (xscheme-send-control-g-interrupt, xscheme-start-process)
5955 (xscheme-process-sentinel, xscheme-cd):
5956 * progmodes/verilog-mode.el (verilog-read-always-signals)
5957 (verilog-set-define, verilog-getopt-file)
5958 (verilog-module-inside-filename-p):
5959 * progmodes/sh-script.el:
5960 * progmodes/python.el (python-pdbtrack-get-source-buffer)
5961 (python-pdbtrack-grub-for-buffer, python-execute-file):
5962 * progmodes/octave-inf.el (inferior-octave):
5963 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5964 (idlwave-shell-compile-helper-routines, idlwave-set-local)
5965 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5966 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5967 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5968 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5969 (idlwave-shell-filter, idlwave-shell-examine-highlight)
5970 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5971 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5972 (idlwave-shell-examine-display, idlwave-shell-run-region)
5973 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5974 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5975 * progmodes/idlw-help.el (idlwave-help-get-special-help)
5976 (idlwave-help-get-help-buffer):
5977 * progmodes/gud.el (gud-basic-call, gud-find-class)
5978 (gud-tooltip-activate-mouse-motions-if-enabled):
5979 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5980 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5981 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5982 (ebrowse-tags-next-file):
5983 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5984 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5985 (ebnf-eps-finish-and-write):
5986 * progmodes/cpp.el (cpp-edit-save):
5987 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5988 * progmodes/cc-defs.el (c-emacs-features):
5989 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5990 (antlr-directory-dependencies):
5991 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5992 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5993 (ada-find-any-references, ada-make-filename-from-adaname)
5994 (ada-make-body-gnatstub):
5995 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 5996 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
5997 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5998 * net/rcirc.el (rcirc-debug):
5999 * net/newst-treeview.el (newsticker--treeview-list-add-item)
6000 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6001 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6002 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 6003 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
6004 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6005 (newsticker--treeview-list-clear-highlight)
6006 (newsticker--treeview-list-update-highlight)
6007 (newsticker--treeview-list-highlight-start)
6008 (newsticker--treeview-tree-update-highlight)
6009 (newsticker--treeview-get-selected-item)
6010 (newsticker-treeview-mark-list-items-old)
6011 (newsticker--treeview-set-current-node):
6012 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6013 * net/newst-backend.el (newsticker--get-news-by-funcall)
6014 (newsticker--get-news-by-wget, newsticker--image-get)
6015 (newsticker--image-sentinel):
6016 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6017 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6018 (eudc-ph-close-session):
6019 * net/eudc.el (eudc-save-options):
6020 * language/thai-word.el (thai-update-word-table):
6021 * language/japan-util.el (japanese-string-conversion):
6022 * international/titdic-cnv.el (tsang-quick-converter)
6023 (ziranma-converter, ctlau-converter):
6024 * international/mule-cmds.el (describe-language-environment):
6025 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6026 (skkdic-convert-postfix, skkdic-convert-prefix):
6027 (skkdic-convert-okuri-nasi, skkdic-convert):
6028 * emacs-lisp/re-builder.el (reb-update-overlays):
6029 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6030 * emacs-lisp/gulp.el (gulp-send-requests):
6031 * emacs-lisp/find-gc.el (trace-call-tree):
6032 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6033 (eieio-describe-generic):
6034 * emacs-lisp/eieio-base.el (eieio-persistent-read):
6035 * emacs-lisp/edebug.el (edebug-outside-excursion):
6036 * emacs-lisp/debug.el (debugger-make-xrefs):
6037 * emacs-lisp/cust-print.el (custom-prin1-to-string):
6038 * emacs-lisp/chart.el (chart-new-buffer):
6039 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6040 Use with-current-buffer.
6041 * textmodes/artist.el (artist-system): Don't call
6042 copy-sequence on a fresh string.
6043 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6044
d566f228
GM
60452009-10-31 Stephen Berman <stephen.berman@gmx.net>
6046
6047 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 6048 is no item to edit. (Bug#4820)
d566f228 6049 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 6050 buffer. (Bug#4820)
d566f228 6051
f3628edd
GM
60522009-10-31 Glenn Morris <rgm@gnu.org>
6053
5cf3709c
GM
6054 * net/ange-ftp.el (top-level): Don't require dired when compiling.
6055 (comint-last-output-start, comint-last-input-start)
6056 (comint-last-input-end): Don't defvar when compiling.
6057 (ange-ftp-process-file): Use bound-and-true-p.
6058
4c814fd2
GM
6059 * pcmpl-rpm.el (top-level): Move provide statement to end.
6060 (pcmpl-rpm): Remove unused custom group.
6061
113b8dcc
GM
6062 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6063
31c615e4
GM
6064 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6065
416d3588
GM
6066 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6067 (byte-compile-warnings): Add `constants' as an option.
6068 (byte-compile-callargs-warn, byte-compile-arglist-warn)
6069 (display-call-tree): Update for byte-compile-fdefinition possibly
6070 returning `(macro lambda ...)'. (Bug#4778)
6071 (byte-compile-variable-ref, byte-compile-setq-default):
6072 Respect `constants' member of byte-compile-warnings.
6073
00f71f39
SM
60742009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6075
6076 * vc-bzr.el (vc-bzr-revision-keywords): New var.
6077 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6078 to "submit:".
6079
ca0a881a
DN
60802009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6081
6082 * textmodes/ispell.el (ispell-skip-region-alist):
6083 * international/mule-conf.el (eight-bit):
6084 * international/fontset.el (font-encoding-alist):
6085 * startup.el (pure-space-overflow-message):
6086 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6087 * paths.el (gnus-nntp-service, rmail-spool-directory)
6088 (term-file-prefix):
6089 * files.el (save-some-buffers-action-alist):
6090 * cmuscheme.el (same-window-buffer-names):
6091 * ielm.el (same-window-buffer-names):
6092 * shell.el (same-window-buffer-names):
6093 * mail/sendmail.el (same-window-buffer-names):
6094 * progmodes/inf-lisp.el (same-window-buffer-names):
6095 * bindings.el (mode-line-client)
6096 (mode-line-column-line-number-mode-map):
6097 * language/tibetan.el (tibetan-precomposition-rule-regexp)
6098 (tibetan-precomposed-regexp): Purecopy string arguments.
6099
b861e45e
SM
61002009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6101
6df9b6d7
SM
6102 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6103 (calcDigit-nondigit):
6104 * calc/calc-yank.el (calc-copy-to-buffer):
6105 * calc/calc-units.el (calc-invalidate-units-table):
6106 * calc/calc-trail.el (calc-trail-yank):
6107 * calc/calc-store.el (calc-insert-variables):
6108 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6109 * calc/calc-prog.el (calc-read-parse-table):
6110 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6111 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6112 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6113 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6114 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6115 (calc-graph-name, calc-graph-find-command, calc-graph-view)
6116 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6117 * calc/calc-ext.el (calc-realign):
6118 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6119 (calc-embedded-finish-edit, calc-embedded-make-info)
6120 (calc-embedded-finish-command, calc-embedded-stack-change):
6121 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6122
70f44c65
SM
6123 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6124 shell-dynamic-complete-filename in preference to
6125 comint-dynamic-complete-filename.
6126
b861e45e
SM
6127 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6128 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6129 Don't consider whether the display supports colors.
6130 (bookmark-import-new-list): Use dolist.
6131 (bookmark-bmenu-mode-map): Move initialization into declaration.
6132 (bookmark-bmenu-list): Use dolist, simplify.
6133 (bookmark-show-all-annotations): Use save-selected-window and dolist.
6134 (menu-bar-final-items): Use push.
6135
8549241d 61362009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
6137
6138 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6139 it works on remote files.
6140 (vc-hg-diff): Don't pass any `--cwd' argument.
6141
30644573
KR
61422009-10-27 Kevin Ryde <user42@zip.com.au>
6143
cc63d28f
SM
6144 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6145 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
6146 (Further to Bug#3921).
6147
9be01a63
MA
61482009-10-27 Michael Albinus <michael.albinus@gmx.de>
6149
6150 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6151 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6152 calling `tramp-imap-put-file'. Add file size to the call.
6153 (tramp-imap-get-file-entries): Compute also user name, file size,
6154 and date.
6155 (tramp-imap-handle-insert-directory): Insert uid and gid.
6156 (tramp-imap-handle-file-attributes): Transform uid and gid
6157 according to `id-format'.
6158 (tramp-imap-put-file): New optional parameter SIZE. Encode file
6159 size in header X-Size.
6160
41849bf9
JB
61612009-10-26 Juanma Barranquero <lekktu@gmail.com>
6162
6163 * simple.el (transpose-subr): Give clearer error when the mark
6164 is not set. (Bug#4807)
6165
293c24f9
MA
61662009-10-26 Michael Albinus <michael.albinus@gmx.de>
6167
cc63d28f
SM
6168 * net/tramp.el (tramp-perl-file-truename): New defconst.
6169 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 6170 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
6171 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6172 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 6173
cc63d28f
SM
6174 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6175 Ignore `dired-call-process'.
293c24f9
MA
6176 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6177
61782009-10-26 Julian Scheid <julians37@gmail.com>
6179
cc63d28f 6180 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
6181 (tramp-get-remote-readlink): New defun.
6182 (tramp-handle-file-truename): Use it.
6183 (tramp-handle-file-exists-p): Check file-attributes cache, assume
6184 file exists if cache value present.
48c2d18a 6185 (tramp-check-cached-permissions): New defun.
293c24f9
MA
6186 (tramp-handle-file-readable-p): Use it.
6187 (tramp-handle-file-writable-p): Likewise.
6188 (tramp-handle-file-executable-p): Likewise.
6189 (tramp-handle-file-name-all-completions): Try using Perl to get
6190 partial completions. When perl not available, combine `cd' and
6191 `ls' into single remote operation and use shell expansion to get
6192 partial remote directory contents. Set `file-exists-p' cache for
6193 directory and any files returned by ls. Change cache handling to
6194 support partial directory contents. Use error message emitted by
6195 remote `cd' or Perl code for local tramp-error.
6196 (tramp-do-copy-or-rename-file-directly): Avoid separate
6197 tramp-send-command-and-check call.
cc63d28f
SM
6198 (tramp-handle-process-file): Merge three remote ops into one.
6199 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
6200 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6201 file-attributes shows uid/gid to be set already.
6202
a7610c52
DN
62032009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6204
6205 * textmodes/tex-mode.el (tex-dvi-view-command)
6206 (tex-show-queue-command, tex-open-quote):
6207 * progmodes/ruby-mode.el (auto-mode-alist)
6208 (interpreter-mode-alist): Purecopy strings.
6209
6210 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6211
6212 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6213 string for the hook, keymap and abbrev table.
6214
6215 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6216
6217 * x-dnd.el (x-dnd-xdnd-to-action):
6218 * startup.el (fancy-startup-text, fancy-about-text): Change to
6219 defconst from defvar.
6220
6221 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6222
6223 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6224 Purecopy initialization strings.
6225
6226 * mail/sendmail.el (mail-header-separator)
6227 (mail-personal-alias-file):
6228 * mail/rmail.el (rmail-default-dont-reply-to-names)
6229 (rmail-ignored-headers, rmail-retry-ignored-headers)
6230 (rmail-highlighted-headers, rmail-secondary-file-directory)
6231 (rmail-secondary-file-regexp):
6232 * files.el (null-device, file-name-invalid-regexp)
6233 (locate-dominating-stop-dir-regexp)
cc63d28f 6234 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
6235 (interpreter-mode-alist): Use mapcar instead of mapc.
6236
6237 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6238
6239 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6240 (completion-ignored-extensions):
6241 (debug-ignored-errors): Purecopy strings.
6242
4fcc3d32
SM
62432009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6244
0667de21
SM
6245 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6246 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6247 (pcomplete--here): Use push.
6248
4fcc3d32
SM
6249 * subr.el (all-completions): Declare the 4th arg obsolete.
6250
955ef430
SM
62512009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6252
2d085307
SM
6253 * pcomplete.el (pcomplete-unquote-argument-function): New var.
6254 (pcomplete-unquote-argument): New function.
6255 (pcomplete--common-suffix): Always pay attention to case.
6256 (pcomplete--table-subvert): Quote and unquote the text.
6257 (pcomplete--common-quoted-suffix): New function.
6258 (pcomplete-std-complete): Use it and pcomplete-begin.
6259
955ef430
SM
6260 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6261 we're inside a dedicated or minibuffer window.
6262
7c85c02b
KF
62632009-10-24 Karl Fogel <kfogel@red-bean.com>
6264
6265 * bookmark.el: Update documentation, especially documentation
6266 of `bookmark-alist' and of the bookmark file format.
6267 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
6268
3e8ae8a6
CY
62692009-10-24 Chong Yidong <cyd@stupidchicken.com>
6270
3e425845
CY
6271 * mail/emacsbug.el (report-emacs-bug): Clarify that the
6272 keybindings apply to the mail buffer (Bug#4003). Shrink help
6273 window to buffer.
6274
cdd47d48
CY
6275 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6276 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
6277 (whitespace-toggle-options, global-whitespace-toggle-options):
6278 Doc fix (Bug#3660).
cdd47d48 6279
ba07c9ad
CY
6280 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6281 of xmltok-start before the end tag was inserted (Bug#2840).
6282
3e8ae8a6
CY
6283 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6284 patterns that are preceded by an open-paren (Bug#1320).
6285
ab276820
CY
62862009-10-24 Sven Joachim <svenjoac@gmx.de>
6287
6288 * files.el (delete-directory): Delete symlinks to directories with
6289 delete-file (Bug#4739).
6290
905a9ed3
DN
62912009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6292
a9a2a6db
DN
6293 * vc.el (vc-backend-for-registration): Rename from
6294 vc-get-backend-for-registration. Update callers.
6295
cc63d28f
SM
6296 * international/mule-cmds.el (set-language-info-alist):
6297 Purecopy lang-env.
905a9ed3
DN
6298 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6299 (charset): Purecopy the name.
6300 (define-char-code-property): Purecopy string arguments.
6301
6302 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6303 Purecopy string arguments.
6304
6305 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6306 * ediff-hook.el (menu-bar-ediff-menu):
6307 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6308 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6309
d270305a
GM
63102009-10-24 Glenn Morris <rgm@gnu.org>
6311
6c74d523 6312 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
6313 * term.el (term-dynamic-list-completions): Use choose-completion rather
6314 than obsolete alias mouse-choose-completion.
6315
ae732337
GM
6316 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6317 file-cache-choose-completion.
6318 (file-cache-choose-completion): Handle an optional event argument.
6319 (file-cache-mouse-choose-completion): Make it an obsolete alias.
6320
cc63d28f
SM
6321 * progmodes/octave-mod.el (octave-complete-symbol):
6322 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 6323
9847dc91
GM
6324 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6325 use.
6326
e8f2a5d5
GM
6327 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6328 compiler.
6329
d270305a
GM
6330 * vc-hooks.el (vc-responsible-backend): Fix declaration.
6331
c6432f1e
SM
63322009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6333
6334 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6335 Ignore `pred' now that we receive one.
6336 Handle test-completion specially.
6337
6ab196f9
DN
63382009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6339
6340 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 6341 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
6342 REGISTER ...
6343 (vc-get-backend-for-registration): ... here. New function.
6344 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6345 of vc-responsible-backend, pass the file name instead of the
6346 directory name.
6347
48feed59
SM
63482009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6349
6350 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6351 New funs.
6352 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
6353 (pcomplete-comint-setup): Don't modify a global var via
6354 accidental side-effects.
6355 (pcomplete-shell-setup): Adjust call accordingly.
6356 (pcomplete-parse-comint-arguments): Use push.
6357
00006066
CY
63582009-10-23 Chong Yidong <cyd@stupidchicken.com>
6359
36bfa3af
CY
6360 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6361 Allow uncapitalized info node names (Bug#3921).
6362
00006066
CY
6363 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6364 to the DEBUG file (Bug#3781).
6365
aa311d6e
CY
63662009-10-23 Jari Aalto <jari.aalto@cante.net>
6367
6368 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6369 dictionary entry (Bug#4579).
6370
b88f2d0a
MA
63712009-10-23 Michael Albinus <michael.albinus@gmx.de>
6372
6373 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6374 from `rfn-eshadow-update-overlay-hook' when unloading.
6375 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6376 "rsyncc". Adjust doc string.
48c2d18a 6377 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
6378 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6379 Keep temporary file when indicated by method ("rsync" and
6380 "rsyncc").
6381 (tramp-handle-write-region): Handle APPEND.
6382 (tramp-delete-temp-file-function): New defun. Added to
6383 `kill-buffer-hook'.
6384
1becddbb
JB
63852009-10-23 Juanma Barranquero <lekktu@gmail.com>
6386
6387 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6388
8f43cbf3
DN
63892009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6390
6391 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6392 (color-name-rgb-alist, tty-standard-colors)
6393 (tty-color-mode-alist): Change to defconst.
6394
6395 * simple.el (mark-inactive): Purecopy message.
6396
6397 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6398 (global-map, yank-menu):
6399 * textmodes/ispell.el (ispell-menu-map):
6400 * net/eudc.el (eudc-tools-menu):
6401 * international/mule-cmds.el (describe-language-environment-map)
6402 (setup-language-environment-map, set-coding-system-map)
6403 (mule-menu-keymap):
6404 * vc-hooks.el (vc-menu-entry, vc-menu-map):
6405 * replace.el (occur-mode-map):
6406 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6407
1d228a31
JB
64082009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
6409
6410 * calc/calc.el (math-read-number, math-read-number-simple): Use
6411 `save-match-data'.
6412
3b067af1
SM
64132009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6414
28a90c44
SM
6415 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6416 rather than fiddling with global-map bindings, since it should only
6417 affect per-terminal settings.
6418 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6419
a452eee8
SM
6420 * minibuffer.el (completion-table-with-terminator): Allow to specify
6421 the terminator-regexp.
6422
ab14d7d5
SM
6423 * simple.el (switch-to-completions): Look for *Completions* in other
6424 frames as well.
6425
3b067af1
SM
6426 * pcomplete.el: Allow the use of completion-tables.
6427 (pcomplete-std-complete): New command.
6428 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6429 (pcomplete--here): Use a function for `form' rather than an expression,
6430 so it can be byte-compiled.
6431 (pcomplete-here, pcomplete-here*): Adjust accordingly.
6432 Add edebug declaration.
6433 (pcomplete-show-completions): Remove unused var `curbuf'.
6434 (pcomplete-do-complete, pcomplete-stub):
1becddbb 6435 Don't assume `completions' is a list of strings any more.
3b067af1 6436
5480359e
JB
64372009-10-22 Juanma Barranquero <lekktu@gmail.com>
6438
6439 * find-dired.el (find-name-arg): Fix typo in docstring.
6440
3170b794
SM
64412009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6442
48c23a25
SM
6443 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6444 (pcmpl-linux-fs-types): Same, and update to new modules layout.
6445
56b14058
SM
6446 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6447 pcomplete-entries.
6448
3170b794
SM
6449 * comint.el (comint-read-input-ring, comint-write-input-ring)
6450 (comint-substitute-in-file-name)
6451 (comint-dynamic-complete-as-filename)
6452 (comint-dynamic-simple-complete)
6453 (comint-dynamic-list-filename-completions)
6454 (comint-dynamic-list-completions)
6455 (comint-redirect-results-list-from-process): Minor simplifications.
6456
2affef34
KR
64572009-10-21 Kevin Ryde <user42@zip.com.au>
6458
3170b794
SM
6459 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6460 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 6461 the first form. And insert a blank line after ";;; Code" since
d8194864 6462 that's usual style. (Bug#4612)
2affef34 6463
e7b94bbb
KR
6464 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6465
528c56e2
SM
64662009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6467
6468 * minibuffer.el (completion-table-with-terminator): Properly implement
6469 boundaries, in case `terminator' appears in the suffix.
6470 (completion--embedded-envvar-table): Don't return boundaries if
6471 there's no valid completion. Simplify.
6472 (completion-file-name-table): New completion table extracted from
6473 completion--file-name-table.
6474 (completion--file-name-table): Use it.
6475 (read-file-name-predicate): Declare obsolete.
6476 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6477 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6478 completion-file-name-table, and use the `pred' argument.
6479 * files.el (locate-file-completion-table): Use the `pred' arg rather
6480 than read-file-name-predicate.
6481 (abbreviate-file-name): Use \` rather than ^ for BOS.
6482
f9ed9b4f
DN
64832009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6484
6485 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6486 vc-responsible-backend to register, it causes problems.
6487
5f2022a3
SM
64882009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6489
6490 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6491
fc754ea1
MA
64922009-10-21 Michael Albinus <michael.albinus@gmx.de>
6493
6494 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6495 (tramp-smb-handle-file-attributes): Use it.
6496 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6497 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
6498 `mapcar'. Use `tramp-smb-get-stat-capability'.
6499 Add `dired-filename' text properties.
fc754ea1
MA
6500 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6501 (tramp-smb-maybe-open-connection): Simplify check for smbclient
6502 version.
6503
79bd5ba1
SM
65042009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6505
6506 * subr.el (read-key-delay): Reduce to 0.01.
6507 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6508 (bug#4751).
6509
3c13704d
SM
65102009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6511
554efd10
SM
6512 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6513
c2a37b78
SM
6514 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6515 (Info-menu): Remove unused vars `last' and `completions'.
6516 (Info-index-nodes): Remove unused var `node'.
6517
3c13704d
SM
6518 * info.el (Info-complete-menu-item): Use complete-with-action.
6519
d1e4c403
DN
65202009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6521
6522 Make vc-annotate work through copies and renames.
3c13704d
SM
6523 * vc-annotate.el (vc-annotate-extract-revision-at-line):
6524 Return the file name too.
d1e4c403
DN
6525 (vc-annotate-revision-at-line)
6526 (vc-annotate-find-revision-at-line)
6527 (vc-annotate-revision-previous-to-line)
6528 (vc-annotate-show-log-revision-at-line): Update to get the file
6529 name from vc-annotate-extract-revision-at-line.
6530 (vc-annotate-show-diff-revision-at-line-internal): Change the
6531 argument to mean whether to show a file diff or not. Get the file
6532 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
6533 (vc-annotate-show-diff-revision-at-line):
6534 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
6535 (vc-annotate-warp-revision): Add an optional file argument.
6536
6537 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6538 (vc-git-annotate-extract-revision-at-line): Also return the file
6539 name if found.
6540
6541 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6542 command. Remove unused code.
6543 (vc-hg-annotate-re): Update to match --follow output.
6544 (vc-hg-annotate-extract-revision-at-line): Also return the file
6545 name if found.
6546
6547 * vc.el: Update annotate-extract-revision-at-line documentation.
6548
b0b0ef98
KR
65492009-10-18 Kevin Ryde <user42@zip.com.au>
6550
6551 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6552 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6553
a9e7f03d
KR
6554 * net/browse-url.el (browse-url): Identify alist with "consp and
6555 not functionp" and let all other things go down the `apply' leg,
6556 as suggested by Stefan. (Further to bug#4531.)
6557
7346a407
CY
65582009-10-18 Chong Yidong <cyd@stupidchicken.com>
6559
6560 * minibuffer.el (read-file-name): Check for repeat before putting
6561 a default argument in file-name-history (Bug#4657).
6562
6563 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6564 read syntax (Bug#4737).
6565
3c13704d 6566 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 6567
1da94541
CY
65682009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6569
6570 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6571 (html-tag-alist, html-tag-help): Add descriptions for undocumented
6572 entries and make note of obsolete tags.
6573
2b93080a
SM
65742009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6575
6576 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6577
18b5ffb5
GM
65782009-10-18 Glenn Morris <rgm@gnu.org>
6579
6580 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6581 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 6582 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
6583 now, and in any case the file header format has changed.
6584
c2e161b2
GM
65852009-10-17 Glenn Morris <rgm@gnu.org>
6586
6587 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6588 (flyspell-get-word, flyspell-large-region)
6589 (flyspell-auto-correct-previous-word): Doc/error message fixes.
6590
a1eb44f5
CY
65912009-10-17 Chong Yidong <cyd@stupidchicken.com>
6592
6593 * Makefile.in (ELCFILES): Add ede/shell.
6594
4418646e
DN
65952009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6596
6597 * term/common-win.el (x-colors): Purecopy it.
6598
4062011e
SM
65992009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6600
6601 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6602 permissive for when the buffer is empty.
6603 (tar-header-block-tokenize): Decode the username and groupname.
6604 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6605
2df48a87
SM
66062009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6607
6608 * international/mule-cmds.el (select-safe-coding-system): If the file
6609 has a coding cookie, use it regardless of any other setting (bug#4712).
6610
fd7dd48c
GM
66112009-10-17 Glenn Morris <rgm@gnu.org>
6612
3ee0b477 6613 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
6614 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6615
2550e4b1
GM
6616 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6617 (dired-keep-marker-copy, dired-keep-marker-hardlink)
6618 (dired-keep-marker-symlink, dired-dwim-target)
6619 (dired-copy-preserve-time): Do not autoload these defcustoms.
6620
fd7dd48c
GM
6621 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6622 messages from messing up the file coding. (Bug#4623)
6623
f3e3a990
GM
66242009-10-17 Jari Aalto <jari.aalto@cante.net>
6625
6626 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6627 if no match is found for the current dictionary. (Bug#4578)
6628
6629 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6630 optional, since that is how it is documented, and this is often called
6631 with a nil argument. (Bug#4577)
6632 (flyspell-external-point-words, flyspell-auto-correct-word)
6633 (flyspell-correct-word-before-point, flyspell-word-search-forward)
6634 (flyspell-word-search-backward): Remove nil argument in calls to
6635 flyspell-get-word, since it is not needed now.
6636
66372009-10-17 Ulrich Mueller <ulm@gentoo.org>
6638
1becddbb 6639 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 6640
b61374ab
GM
66412009-10-16 Glenn Morris <rgm@gnu.org>
6642
6643 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6644
412707c2
SM
66452009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6646
6647 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6648 (ange-ftp-file-size): New function.
6649 (ange-ftp-file-attributes): Use it.
6650
0c6f436e
MA
66512009-10-16 Michael Albinus <michael.albinus@gmx.de>
6652
6653 * net/tramp-smb.el (tramp-smb-version): New defvar.
6654 (tramp-smb-maybe-open-connection): Use it, in order to avoid
6655 repeated checks.
6656
850bfd04
GM
66572009-10-16 Glenn Morris <rgm@gnu.org>
6658
6659 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6660 Maybe copy some custom properties from old to new name. (Bug#4706)
6661
f3ed9aca
JB
66622009-10-16 Juanma Barranquero <lekktu@gmail.com>
6663
6664 * subr.el (error, sit-for, start-process-shell-command)
6665 (start-file-process-shell-command): Set the calling convention
6666 after the function definition.
6667
fd6c5134
SM
66682009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6669
6670 * subr.el (error, sit-for, start-process-shell-command)
6671 (start-file-process-shell-command): Use the new
6672 set-advertised-calling-convention feature.
6673
73874eb7
KH
66742009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
6675
fd6c5134
SM
6676 * international/ucs-normalize.el (ucs-normalize-version):
6677 Change to 1.2.
6678 (check-range): Adjust for Unicode 5.2.
73874eb7 6679
03fb33cf
JL
66802009-10-15 Juri Linkov <juri@jurta.org>
6681
6682 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6683 to the `menu-item' format.
6684
4260b402
MA
66852009-10-15 Michael Albinus <michael.albinus@gmx.de>
6686
6687 * net/tramp.el (tramp-replace-environment-variables): Do not fail
6688 if the environment variable does not exist.
6689
6690 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6691 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6692 parameter.
6693 (tramp-smb-handle-add-name-to-file)
6694 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6695 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6696 (tramp-smb-handle-file-attributes)
6697 (tramp-smb-do-file-attributes-with-stat)
6698 (tramp-smb-handle-file-local-copy)
6699 (tramp-smb-handle-insert-directory)
6700 (tramp-smb-handle-make-directory)
6701 (tramp-smb-handle-make-directory-internal)
6702 (tramp-smb-handle-make-symbolic-link)
6703 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6704 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6705 (tramp-smb-maybe-open-connection): Apply the changed parameters.
6706 (tramp-smb-read-file-entry): Read Disk names in compressed format.
6707 Handle long file names.
6708 (tramp-smb-get-cifs-capabilities): Check, whether the connection
6709 process is running.
6710 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6711 Read share names with "-g" option.
6712
d7a0fd6f
GM
67132009-10-15 Ryan Yeske <rcyeske@gmail.com>
6714
6715 * net/rcirc.el (rcirc-view-log-file): New command.
6716 (rcirc-track-minor-mode-map): Remove C-c ` binding.
6717 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6718 specified.
6719
0b44494a
GM
67202009-10-15 Glenn Morris <rgm@gnu.org>
6721
af9fb32f
GM
6722 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6723 from the second command-line argument.
6724 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6725 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6726 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6727 w32-batch-update-autoloads.
6728 * emacs-lisp/autoload.el (autoload-make-program): New variable.
6729 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6730
0b44494a
GM
6731 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6732 the headers cannot be located. Simplify, subtracting superflous
6733 save-excursions.
6734
d5e63715
SM
67352009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6736
6737 Replace completion-base-size by completion-base-position to fix bugs
6738 such as (bug#4699).
6739 * simple.el (completion-base-position): New var.
6740 (completion-base-size): Mark as obsolete.
6741 (choose-completion): Make it work for mouse events as well.
6742 Pass the new base-position to choose-completion-string.
6743 (choose-completion-guess-base-position): New function, extracted from
6744 choose-completion-delete-max-match.
6745 (choose-completion-delete-max-match): Use it. Make obsolete.
6746 (choose-completion-string): Use the new base-position info.
6747 (completion-root-regexp): Delete.
6748 (completion-setup-function): Preserve completion-base-position.
6749 Eliminate obsolete base-size manipulation.
6750 * minibuffer.el (display-completion-list): Don't mess with base-size.
6751 (minibuffer-completion-help): Set completion-base-position instead.
6752 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6753 choose-completion.
6754 * textmodes/bibtex.el (bibtex-complete):
6755 * emacs-lisp/crm.el (crm--choose-completion-string):
6756 Adjust to new calling convention.
6757 * complete.el (partial-completion-mode): Use minibufferp to avoid
6758 bumping into incompatible change to choose-completion-string-functions.
6759 * ido.el (ido-choose-completion-string): Make its calling convention
6760 more permissive.
6761 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6762 base-size manipulation.
6763 (comint-dynamic-list-input-ring): Use dotimes and push.
6764 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6765 fundamental-mode. Use `or'.
6766
92f8bfc7
JL
67672009-10-14 Juri Linkov <juri@jurta.org>
6768
6769 * misearch.el (multi-isearch-next-buffer-from-list)
6770 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
6771
e78e280d
SM
67722009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6773
384ca163
SM
6774 * Makefile.in (compile-onefile): Load `bytecomp' rather than
6775 `bytecomp.el'.
6776
681e0e7c
SM
6777 * minibuffer.el (completion-pcm--merge-completions): Make sure the
6778 string we return is all made up of text from the completions rather
6779 than part from the completions and part from the input (bug#4219).
6780
e78e280d
SM
6781 * ido.el (ido-everywhere): Use define-minor-mode.
6782
6783 * buff-menu.el (list-buffers, ctl-x-map):
6784 Mark the entry points with ;;;###autoload cookies.
6785
b4e813ca
DN
67862009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6787
52964e54
DN
6788 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6789 correctly in the detached head case.
6790 (vc-git-print-log): Remove unused binding.
6791
b4e813ca
DN
6792 * vc.el (vc-responsible-backend): When a directory is passed for
6793 for registration create a VC repository if no backend is
6794 responsible for the directory argument.
6795 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
6796
6797 * vc.el: Move comments about RCS and SCCS ...
6798 * vc-rcs.el:
6799 * vc-sccs.el: ... here, respectively.
6800
40ba9882
SM
68012009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6802
6803 * minibuffer.el (completion--file-name-table): Return nil if there's
6804 no file completion, even if substitute-in-file-name changed
6805 the string (bug#4708).
6806
04e0f59b
JL
68072009-10-13 Juri Linkov <juri@jurta.org>
6808
6809 * files-x.el (read-file-local-variable-value): Don't filter out
6810 minor modes from mode name completion (bug#4664).
6811
314c8e25
JB
68122009-10-13 Juanma Barranquero <lekktu@gmail.com>
6813
6814 * international/mule-cmds.el (ucs-names): Remove exclusion of
6815 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6816
5c9b7d36
KH
68172009-10-13 Kenichi Handa <handa@m17n.org>
6818
6819 * international/uni-name.el: Regenerated.
6820
1e7a80f2
JB
68212009-10-13 Juanma Barranquero <lekktu@gmail.com>
6822
6823 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
6824 should be automatically buffer-local, but isn't.)
6825
cd29f88b
SS
68262009-10-12 Sam Steingold <sds@gnu.org>
6827
6828 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 6829 timestamps if the buffer has been visited before.
0cd16af4
SS
6830 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6831 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 6832
37493a98
GM
68332009-10-12 Glenn Morris <rgm@gnu.org>
6834
6835 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6836 Let-bind `size'.
6837
3b56b1e6
JB
68382009-10-12 Juanma Barranquero <lekktu@gmail.com>
6839
7422a4bb
JB
6840 * proced.el (proced-unload-function): New function.
6841
fa72d075
JB
6842 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6843 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6844 Doc fix.
6845
3b56b1e6
JB
6846 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6847
4d9b4323
JL
68482009-10-11 Juri Linkov <juri@jurta.org>
6849
6850 * files-x.el (read-file-local-variable-value):
6851 Provide default value only for bound variables (bug#4664).
6852
f6f7e059
MA
68532009-10-11 Michael Albinus <michael.albinus@gmx.de>
6854
6855 * net/tramp.el (tramp-local-host-p): Function shall return nil for
6856 connection methods like smb.
6857
6858 * net/tramp-cache.el (tramp-flush-connection-property): The hash
6859 can be empty.
6860
6861 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6862 (tramp-smb-file-name-handler-alist): Add handlers for
6863 `add-name-to-file', `make-symbolic-link'.
6864 (tramp-smb-handle-add-name-to-file)
2992485f 6865 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
6866 (tramp-smb-handle-make-symbolic-link)
6867 (tramp-smb-get-cifs-capabilities): New defuns.
6868 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6869 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6870 (tramp-smb-handle-file-local-copy)
6871 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
6872 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6873 The file name syntax depends on cifs capabilities.
6874 (tramp-smb-handle-file-attributes):
6875 Call `tramp-smb-do-file-attributes-with-stat' if possible.
6876 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6877 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 6878
67868d26
CY
68792009-10-11 Chong Yidong <cyd@stupidchicken.com>
6880
6881 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6882 (eieio-defclass): Apply deftype handler and setf-method properties
6883 directly.
6884 (eieio-add-new-slot): Avoid union function from cl library.
6885 (eieio--typep): New function.
6886 (eieio-perform-slot-validation): Use it.
6887
6d6a5b7e
KF
68882009-10-10 Karl Fogel <kfogel@red-bean.com>
6889
3b56b1e6 6890 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
6891 Update documentation to refer to the variables documented in r1.135.
6892 (Bug#4188)
6893
67b70de9
KF
68942009-10-10 Karl Fogel <kfogel@red-bean.com>
6895
6896 * bookmark.el (Info-suffix-list): Remove this unused variable.
6897 (bookmark-current-point): Remove this obsolete variable.
6898 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6899 Adjust for removal of bookmark-current-point.
6900
6901 (bookmarks-already-loaded, bookmark-current-buffer)
6902 (bookmark-yank-point): Document. (Bug#4188)
6903
58ae51ae
GM
69042009-10-10 Glenn Morris <rgm@gnu.org>
6905
4619ff5e
GM
6906 * frame.el (frame-height): Doc fix.
6907
58ae51ae
GM
6908 * calendar/calendar.el (calendar-split-width-threshold): New option.
6909 (calendar-basic-setup): Use calendar-split-width-threshold.
6910
d364386c
JB
69112009-10-09 Juanma Barranquero <lekktu@gmail.com>
6912
6913 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6914 Ideographic Supplement" range (U+1F200..U+1F2FF).
6915
33e97a28
KF
69162009-10-09 Karl Fogel <kfogel@red-bean.com>
6917
02d0f051 6918 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 6919 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
6920
69212009-10-09 Karl Fogel <kfogel@red-bean.com>
6922
d364386c 6923 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
6924 (bookmark-bmenu-execute-deletions): Don't save here, as
6925 bookmark-delete will now do so if necessary.
d364386c 6926 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
6927 (Bug#4348)
6928
9656d87b
GM
69292009-10-09 Glenn Morris <rgm@gnu.org>
6930
6931 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6932
e6227f06
KF
69332009-10-09 Karl Fogel <kfogel@red-bean.com>
6934
6935 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6936 (bookmark-jump-other-window): Just invoke bookmark-jump with new
6937 argument now, so the two function's behaviors will match. (Bug#3645)
6938
288f783b
MA
69392009-10-08 Michael Albinus <michael.albinus@gmx.de>
6940
6941 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 6942 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 6943 Apply `save-match-data'.
288f783b
MA
6944
6945 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6946 case both directories are remote.
6947 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 6948 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 6949
872a1ea4
JB
69502009-10-07 Juanma Barranquero <lekktu@gmail.com>
6951
6952 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6953
ab2baced
GM
69542009-10-07 Glenn Morris <rgm@gnu.org>
6955
e78e280d
SM
6956 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6957 of concat.
ab2baced 6958
5c4634c1
SM
69592009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6960
6961 * files-x.el (read-file-local-variable): Include some
6962 non-user-variables in the completion table (bug#4664).
6963
c2dc9732
MA
69642009-10-07 Michael Albinus <michael.albinus@gmx.de>
6965
6966 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6967 message.
6968
6969 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6970 (tramp-smb-file-name-handler-alist): Add handler for
6971 `copy-directory', `expand-file-name', `set-file-modes'.
6972 (tramp-smb-handle-copy-directory)
6973 (tramp-smb-handle-expand-file-name)
6974 (tramp-smb-handle-set-file-modes): New defuns.
6975 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6976 (tramp-smb-handle-file-attributes): Simplify check for retrieving
6977 entry.
6978 (tramp-smb-handle-insert-directory): Don't flush the cache.
6979 (tramp-smb-maybe-open-connection): Check for samba client and
6980 server versions.
6981
11be40a6
EZ
69822009-10-07 Eli Zaretskii <eliz@gnu.org>
6983
6984 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6985 to not error out of search for "^lisp=" fails.
6986
8c4afe20
JB
69872009-10-07 Juanma Barranquero <lekktu@gmail.com>
6988
6989 * makefile.w32-in (WINS_UPDATES): New macro.
6990 (custom-deps, finder-data, autoloads): Use it.
6991
429a1506
GM
69922009-10-07 Glenn Morris <rgm@gnu.org>
6993
ee2e93e2
GM
6994 * Makefile.in (autoloads): Revert previous change.
6995 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6996 the list of preloaded files passed on the command-line, get
6997 it from src/Makefile.
6998
429a1506
GM
6999 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7000 show the original buffer rather than a random one.
7001
a51203ee 70022009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
7003
7004 * help.el (describe-no-warranty): Place point in a slightly better
7005 position in the GPLv3 text.
7006
f58f7520
SS
70072009-10-06 Sam Steingold <sds@gnu.org>
7008
7009 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7010 the comm attribute is present before calling regexp-quote.
7011
bde79dc0
JB
70122009-10-06 Juanma Barranquero <lekktu@gmail.com>
7013
7014 * play/animate.el (animate-string): For good effect, make sure
7015 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7016
7017 * play/animate.el (animate-sequence, animate-birthday-present):
7018 * misc.el (butterfly): Don't set `indent-tabs-mode'.
7019
25ab0302
GM
70202009-10-06 Glenn Morris <rgm@gnu.org>
7021
73fe714a
GM
7022 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7023
3405d98c
GM
7024 * emacs-lisp/autoload.el (autoload-excludes): New variable.
7025 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7026 (batch-update-autoloads): Process a string value of autoload-excludes,
7027 set during the build process.
7028 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
7029
9fb2cdc5
GM
7030 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7031 inside with-parsed... macro so that `v' is defined.
7032
7938ab41
GM
7033 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7034 * progmodes/fortran.el (fortran-end-of-block)
7035 (fortran-beginning-of-block):
7036 Also push mark in the macro case.
7037
eaf9b564
GM
7038 * emerge.el (emerge-show-file-name):
7039 * calc/calc.el (calc-quit):
7040 * calc/calc-misc.el (calc-big-or-small):
7041 * calc/calc-graph.el (calc-graph-view):
7042 * calc/calc-ext.el (calc-reset):
7043 * calendar/calendar.el (calendar-basic-setup):
7044 Use window-full-height-p.
7045
25ab0302
GM
7046 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7047 header we don't understand, don't insert another. (Bug#4624)
7048 If changing mime charset, insert the new one in the right place.
7049
00169eb6
GM
70502009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
7051
7052 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7053 (cal-tex-cursor-month): Correctly increment the end date for diary and
7054 holiday listing. (Bug#4626)
7055
82882188
SM
70562009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7057
40ba9882 7058 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
7059 a symbol.
7060
a8f316ca
JB
70612009-10-05 Juanma Barranquero <lekktu@gmail.com>
7062
7063 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7064 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7065 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7066 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7067
7068 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7069 (eieio-default-superclass): Reflow docstrings.
7070 (this, class-option-assoc, defclass, eieio-class-un-autoload)
7071 (eieio-unbind-method-implementations, defmethod)
7072 (eieio-validate-slot-value, eieio-validate-class-slot-value)
7073 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7074 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7075 (eieio-slot-originating-class-p, eieio-slot-name-index)
7076 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7077 (constructor, initialize-instance, no-next-method, object-print)
7078 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7079 Fix typos in docstrings.
7080 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7081 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7082 (next-method-p): Doc fixes.
7083 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7084 Fix typos in error messages.
7085 (eieio-defmethod): Fix typo in description of generic method.
7086
7087 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7088 (eieio-persistent-save-interactive, slot-missing):
7089 Fix typos in docstrings.
7090 (eieio-instance-inheritor-slot-boundp): Doc fix.
7091
7092 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7093 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7094
7095 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7096 (eieio-custom-object-apply-reset):
7097 Fix typos in docstrings and error messages.
7098
7099 * emacs-lisp/eieio-datadebug.el (data-debug-show):
7100 Fix typo in docstring.
7101
7102 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7103 (eieio-browse-tree): Doc fix.
7104 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7105 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7106 Fix typos in docstrings.
7107
7108 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7109 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7110 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7111 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7112 Reflow docstrings.
7113
c66b7ac0
DN
71142009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7115
4a827e0a 7116 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
7117 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7118 Set log-view-vc-backend so that diff can work.
4a827e0a 7119
c66b7ac0
DN
7120 * log-view.el (log-view-diff): Use vc-diff-internal instead of
7121 vc-version-diff.
7122 (vc-diff-internal): Autoload this instead of vc-version-diff.
7123
1902a98c
EZ
71242009-10-05 Eli Zaretskii <eliz@gnu.org>
7125
a7a8618b
EZ
7126 * simple.el (eval-expression): Doc fix.
7127
1902a98c
EZ
7128 * progmodes/cwarn.el (cwarn-mode): Doc fix.
7129
0e1f2ee6
MA
71302009-10-05 Michael Albinus <michael.albinus@gmx.de>
7131
7132 * files.el (directory-files-no-dot-files-regexp): New defconst.
7133 (delete-directory): Use it.
7134 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
7135
263c02ef 7136 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
7137 (tramp-methods): Add recursive option to `tramp-copy-args'.
7138 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 7139 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 7140 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
7141 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7142 Add handler for `copy-directory'.
7143 (tramp-handle-copy-directory): New defun.
7144 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
7145 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7146 Optimize sent command.
263c02ef 7147
72aa7df4
SM
71482009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7149
4a34f065
SM
7150 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7151 window if necessary.
7152
72aa7df4
SM
7153 * calendar/calendar.el (calendar-basic-setup): Don't call
7154 switch-to-buffer in a dedicated window.
7155
5feb1ba7
KF
71562009-10-05 Karl Fogel <kfogel@red-bean.com>
7157
7158 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 7159 don't do anything related to relocating, just return nil.
5feb1ba7
KF
7160 (bookmark-error-no-filename): New error.
7161 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
7162 bookmark has no file. Don't even attempt to handle things that
7163 are not files; the whole point of custom handlers is to keep that
7164 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
7165 (bookmark-file-or-variation-thereof): Remove now-unused function.
7166 (bookmark-location): Doc string fix.
7167 (Bug#4250)
7168
1bd49952
KF
71692009-10-04 Karl Fogel <kfogel@red-bean.com>
7170
7171 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7172 don't use a file dialog, because they usually don't know how to read
7173 a directory target from the user. (Bug#4230)
7174 Also, make sure the prompt can display directories as well as files.
7175
825382c0
KF
71762009-10-04 Karl Fogel <kfogel@red-bean.com>
7177
7178 * bookmark.el (bookmark-set, bookmark-buffer-name):
7179 Improve doc strings. (Bug#1193)
7180
13901bcb
KF
71812009-10-04 Karl Fogel <kfogel@red-bean.com>
7182
4a34f065
SM
7183 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7184 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7185 (bookmark-get-annotation, bookmark-set-annotation)
7186 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7187 (bookmark-set-position, bookmark-get-front-context-string)
7188 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7189 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7190 (bookmark-jump-other-window, bookmark-handle-bookmark)
7191 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7192 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7193 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
7194 Improve doc strings to say whether bookmark can be a string or
7195 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
7196 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7197 (bookmark-default-annotation-text, bookmark-yank-word)
7198 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7199 (bookmark-import-new-list, bookmark-maybe-rename)
7200 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7201 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 7202 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 7203 add a FIXME comment about how the function may be pointless.
13901bcb 7204 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
7205 parameter name, to clarify that this takes a bookmark record
7206 not a bookmark name.
13901bcb 7207 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 7208 and improve the doc string a bit.
13901bcb
KF
7209 (Bug#4188)
7210
5c1b3e94
KF
72112009-10-04 Karl Fogel <kfogel@red-bean.com>
7212
7213 * bookmark.el (bookmark-alist): Document the new `handler' element
7214 in the param alist.
7215 (bookmark-make-record-function): Adjust documentation for above.
7216 (Bug#4193)
7217
8559076d
KF
72182009-10-04 Karl Fogel <kfogel@red-bean.com>
7219
7220 * info.el (Info-bookmark-make-record): Document this function.
7221 (Info-bookmark-jump): Document with a doc string, not just a comment.
7222 (Bug#4203)
7223
b4583b8c
MA
72242009-10-04 Michael Albinus <michael.albinus@gmx.de>
7225
7226 * files.el (copy-directory): New defun.
7227
7228 * dired-aux.el (dired-copy-file-recursive): Use it.
7229
131ae8f2
JB
72302009-10-04 Juanma Barranquero <lekktu@gmail.com>
7231
a30e71ae 7232 * files-x.el (modify-dir-local-variable)
dd9af436
CY
7233 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
7234 docstrings.
a30e71ae 7235
131ae8f2
JB
7236 * recentf.el (recentf-unload-function): New function.
7237
ccafbf06
GM
72382009-10-04 Glenn Morris <rgm@gnu.org>
7239
7240 * window.el (window-full-height-p): Add doc string.
7241
02c6f098
GM
72422009-10-04 Martin Rudalics <rudalics@gmx.at>
7243
7244 * window.el (window-full-height-p): New function. (Bug#4543)
7245
ed6b0195
DN
72462009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7247
7248 * vc.el: Remove commented out code.
7249 (vc-derived-from-dir-mode): Remove, unused.
7250 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7251
1b8d1cc7
MA
72522009-10-03 Michael Albinus <michael.albinus@gmx.de>
7253
4a34f065
SM
7254 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7255 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
7256 there could be recursive loading when `default-directory' is a
7257 remote file name. (Bug#4614)
7258
ac3c593c
GM
72592009-10-03 Glenn Morris <rgm@gnu.org>
7260
686ea556
GM
7261 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7262 the frame is wide.
7263 (calendar-generate-window): Test for shrinkability rather than width.
7264
ac3c593c
GM
7265 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7266 reusing existing buffers, in case we happen to visit two files with the
7267 same basename. (Bug#4593)
7268
573709fd
EZ
72692009-10-02 Eli Zaretskii <eliz@gnu.org>
7270
4a34f065 7271 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
7272 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7273 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7274 subdirs of cedet as well.
8f885d01 7275 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 7276
8d6c1239
SM
72772009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7278
7279 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7280 Obey advertised-signature-table.
7281
7282 * help-fns.el (help-function-arglist): Don't check
7283 advertised-signature-table.
7284 (describe-function-1): Do it here instead so it also applies to subrs.
7285
c4861de0
MA
72862009-10-02 Michael Albinus <michael.albinus@gmx.de>
7287
7288 * simple.el (start-file-process): Say in the doc-string, that file
7289 handlers might not support pty association, if PROGRAM is nil.
7290
7291 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7292 HOST and USER are strings. They are nil, when there are
7293 incomplete entries in ~/.netrc, for example.
7294 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
7295 root directory ("device busy" error otherwise).
7296
8d6c1239
SM
7297 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7298 Flush file properties of created directory.
c4861de0 7299
d2bda74f
EZ
73002009-10-02 Eli Zaretskii <eliz@gnu.org>
7301
7302 * makefile.w32-in (WINS_BASIC): Remove cedet.
7303 (WINS_CEDET): Add cedet.
7304 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7305
895d1904
GM
73062009-10-02 Kevin Ryde <user42@zip.com.au>
7307
7308 * net/browse-url.el (browse-url): Pass any symbol in
7309 browse-url-browser-function to `apply', since if you've mistakenly put
7310 an unbound symbol then the error is clearer. (Bug#4531)
7311
32226619
JB
73122009-10-02 Juanma Barranquero <lekktu@gmail.com>
7313
7314 * allout.el (allout-init, allout-back-to-current-heading)
7315 (allout-beginning-of-current-entry, allout-ascend-to-depth)
7316 (allout-ascend, allout-up-current-level, allout-end-of-level)
7317 (allout-previous-visible-heading, allout-forward-current-level)
7318 (allout-backward-current-level, allout-show-children):
7319 * apropos.el (apropos-describe-plist):
7320 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7321 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7322 * completion.el (add-completion, add-permanent-completion):
7323 * descr-text.el (describe-text-category, describe-char):
7324 * desktop.el (desktop-lazy-abort):
7325 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7326 * dired.el (dired-build-subdir-alist):
7327 * ediff.el (ediff-version):
7328 * elide-head.el (elide-head, elide-head-show):
7329 * emerge.el (emerge-version):
7330 * env.el (getenv):
7331 * face-remap.el (variable-pitch-mode):
7332 * faces.el (describe-face):
7333 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7334 (dired-at-point):
7335 * files.el (find-file-existing, auto-save-mode):
7336 * font-lock.el (font-lock-fontify-buffer):
7337 * help-fns.el (describe-function, describe-variable)
7338 (describe-syntax, describe-categories):
7339 * help.el (view-lossage, describe-bindings, describe-key)
7340 (describe-mode):
7341 * hexl.el (hexl-current-address):
7342 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7343 * info.el (Info-goto-emacs-key-command-node):
7344 * log-edit.el (log-edit-insert-cvs-template)
7345 (log-edit-insert-cvs-rcstemplate):
7346 * menu-bar.el (menu-bar-mode):
7347 * mouse.el (mouse-appearance-menu):
7348 * newcomment.el (comment-indent-new-line):
7349 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7350 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 7351 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
7352 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7353 * recentf.el (recentf-mode):
7354 * savehist.el (savehist-mode, savehist-save):
7355 * shadowfile.el (shadow-copy-files):
7356 * simple.el (kill-ring-save, next-line, previous-line)
7357 (normal-erase-is-backspace-mode):
7358 * strokes.el (strokes-update-window-configuration)
7359 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7360 (strokes-xpm-for-stroke):
7361 * time.el (emacs-uptime, emacs-init-time):
7362 * tutorial.el (tutorial--describe-nonstandard-key)
7363 (tutorial--detailed-help):
7364 * type-break.el (type-break-mode)
7365 (type-break-mode-line-message-mode, type-break-query-mode)
7366 (type-break-guesstimate-keystroke-threshold):
7367 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7368 * version.el (emacs-version):
7369 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7370 * winner.el (winner-mode):
7371 * calendar/timeclock.el (timeclock-in, timeclock-out)
7372 (timeclock-status-string, timeclock-change)
7373 (timeclock-workday-remaining-string)
7374 (timeclock-workday-elapsed-string)
7375 (timeclock-when-to-leave-string):
7376 * calendar/todo-mode.el (todo-add-category):
7377 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7378 * emacs-lisp/autoload.el (update-file-autoloads):
7379 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7380 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7381 (checkdoc-message-text, checkdoc-defun):
7382 * emacs-lisp/debug.el (debugger-list-functions):
7383 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7384 * emacs-lisp/eieio-opt.el (eieio-describe-class)
7385 (eieio-describe-generic):
7386 * emacs-lisp/lisp-mnt.el (lm-synopsis):
7387 * emacs-lisp/shadow.el (list-load-path-shadows):
7388 * emulation/cua-base.el (cua-mode):
7389 * emulation/edt.el (edt-set-scroll-margins):
7390 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7391 (tpu-toggle-regexp, tpu-toggle-search-direction)
7392 (tpu-toggle-rectangle, tpu-toggle-control-keys):
7393 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7394 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7395 (viper-set-parsing-style-toggling-macro)
7396 (viper-set-emacs-state-searchstyle-macros):
7397 * emulation/viper.el (viper-set-hooks):
7398 * eshell/esh-mode.el (eshell-truncate-buffer):
7399 * international/mule-cmds.el (prefer-coding-system)
7400 (describe-input-method, describe-language-environment):
7401 * international/mule-diag.el (list-character-sets)
7402 (describe-character-set, describe-coding-system)
7403 (describe-fontset, list-fontsets, list-input-methods):
7404 * mail/sendmail.el (mail-signature):
7405 * net/ange-ftp.el (ange-ftp-copy-file):
7406 * net/browse-url.el (browse-url):
7407 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7408 * net/quickurl.el (quickurl-add-url):
7409 * net/rcirc.el (names, topic):
7410 * net/xesam.el (xesam-mode):
7411 * play/5x5.el (5x5-new-game):
7412 * play/yow.el (apropos-zippy):
7413 * progmodes/ada-mode.el (ada-mode-version):
7414 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7415 (f90-end-of-block)
7416 (f90-beginning-of-block):
7417 * progmodes/fortran.el (fortran-end-of-block)
7418 (fortran-beginning-of-block):
7419 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7420 * progmodes/python.el (python-describe-symbol, python-shell):
7421 * term/ns-win.el (ns-print-buffer):
7422 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7423 * textmodes/flyspell.el (flyspell-mode-on):
7424 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7425 (pages-directory-for-addresses):
7426 * textmodes/table.el (table-recognize-cell)
7427 (table-query-dimension, table-generate-source)
7428 (table-insert-sequence, table--warn-incompatibility):
7429 * textmodes/tex-mode.el (tex-validate-buffer):
7430 * textmodes/texinfmt.el (texinfmt-version)
7431 (texinfo-format-buffer):
7432 Use `called-interactively-p' instead of `interactive-p'.
7433
12a3c28c
JB
74342009-10-02 Juanma Barranquero <lekktu@gmail.com>
7435
7436 * image-mode.el (image-toggle-display):
7437 * emacs-lisp/elp.el (elp-instrument-function):
7438 * emacs-lisp/advice.el (ad-make-advised-definition):
7439 * emacs-lisp/easy-mmode.el (define-minor-mode):
7440 * net/browse-url.el (browse-url-maybe-new-window):
7441 * progmodes/sh-script.el (sh-learn-buffer-indent):
7442 Pass new argument 'any to `called-interactively-p'.
7443
171fda8a
JB
74442009-10-01 Juanma Barranquero <lekktu@gmail.com>
7445
171fda8a
JB
7446 * international/uni-bidi.el:
7447 * international/uni-category.el:
7448 * international/uni-combining.el:
7449 * international/uni-comment.el:
7450 * international/uni-decimal.el:
9c3c9fdf 7451 * international/uni-decomposition.el:
171fda8a
JB
7452 * international/uni-digit.el:
7453 * international/uni-lowercase.el:
7454 * international/uni-mirrored.el:
7455 * international/uni-name.el:
7456 * international/uni-numeric.el:
7457 * international/uni-old-name.el:
7458 * international/uni-titlecase.el:
7459 * international/uni-uppercase.el:
7460 Regenerate from Unicode 5.2.0 data.
7461
dcb9734a
GM
74622009-10-01 Glenn Morris <rgm@gnu.org>
7463
7464 * Makefile.in (ELCFILES): Regenerate.
7465
ced10a4c
SM
74662009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7467
9d28c33e
SM
7468 * subr.el (interactive-p): Mark obsolete.
7469 (called-interactively-p): Make the optional-ness of `kind' obsolete.
7470 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7471 advertised-signature-table for subroutines as well.
7472
ced10a4c
SM
7473 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7474 (set-advertised-calling-convention): New function.
7475 (make-obsolete, define-obsolete-function-alias)
7476 (make-obsolete-variable, define-obsolete-variable-alias):
7477 Make the optional-ness of `when' obsolete.
7478 (define-obsolete-face-alias): Make `when' non-optional.
7479 * help-fns.el (help-function-arglist):
7480 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7481 Use advertised-signature-table.
7482
cc3dda16
MA
74832009-10-01 Michael Albinus <michael.albinus@gmx.de>
7484
7485 * files.el (delete-directory): New defun. The original function
7486 in fileio.c has been renamed to `delete-directory-internal'.
7487
7488 * dired.el (dired-delete-file): Call `delete-directory' with
7489 RECURSIVE parameter.
7490
5ce6e4f4 7491 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
7492 parameter RECURSIVE. Implementation is missing.
7493
7494 * net/tramp.el (tramp-handle-make-directory): Flush upper
7495 directory's file properties.
ced10a4c 7496 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
7497 (tramp-handle-dired-recursive-delete-directory): Flush directory
7498 properties after the remove command only.
7499
ced10a4c
SM
7500 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7501 Handle optional parameter RECURSIVE.
cc3dda16 7502
ced10a4c
SM
7503 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7504 Handle optional parameter RECURSIVE.
cc3dda16
MA
7505
7506 * net/tramp-smb.el (tramp-smb-errors): Add error message for
7507 connection timeout.
7508 (tramp-smb-handle-delete-directory): Handle optional parameter
7509 RECURSIVE.
7510
cf885595
SM
75112009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7512
e3a6b82f
SM
7513 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7514 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7515 (byte-compile-defmacro): Use backquotes.
7516
7201bfbb
SM
7517 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7518
cf885595
SM
7519 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7520 has no associated file.
7521 (vc-resynch-buffer): Use vc-dir-buffers.
7522
a4d2c321
GM
75232009-10-01 Glenn Morris <rgm@gnu.org>
7524
9ffe3f52
GM
7525 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7526 (chart-file-count):
7527 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7528 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7529 * emacs-lisp/eieio-opt.el (eieio-describe-class):
7530 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7531 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7532 (eieio-copy-parents-into-subclass, make-instance, class-children)
7533 (eieio-generic-form):
bd2afec2 7534
9515cdcc
GM
7535 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7536 match-data. (Bug#4555).
7537
a4d2c321
GM
7538 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7539 rather than parsing it as a regexp. This relaxes the layout
7540 requirements and makes errors easier to detect.
7541 (check-declare-verify): Check file is regular.
7542 (check-declare-directory): Doc fix.
7543 * subr.el (declare-function): Doc fix.
7544
b15c31c7
GM
7545 * ibuffer.el (ibuffer-format-qualifier):
7546 * isearch.el (hi-lock-regexp-okay):
7547 * calc/calc.el (math-zerop):
7548 * mail/uce.el (rmail-msgbeg, rmail-msgend):
7549 * term/w32-win.el (setup-default-fontset, set-fontset-font):
7550 Remove unused declarations.
7551
1fc28a2c
GM
75522009-09-30 Glenn Morris <rgm@gnu.org>
7553
1fc28a2c
GM
7554 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7555
494f4fc7
GM
7556 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7557 filename is not a string.
7558
561580e9
CY
75592009-09-29 Chong Yidong <cyd@stupidchicken.com>
7560
7561 * files.el (safe-local-eval-forms): Fix typo.
7562
dcbbecd4
SM
75632009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7564
7565 * vc-hooks.el (vc-dir-buffers): New var.
7566 (vc-state-refresh): New function.
7567 (vc-state): Use it.
7568 (vc-after-save): Always ask the backend to recompute the new state.
7569 Always call vc-dir if necessary, using vc-dir-buffers.
7570 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7571 Use vc-dir-buffers.
7572 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7573 (vc-dir-prepare-status-buffer, vc-dir-update)
7574 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7575 Don't call expand-file-name on default-directory.
7576
d88444f2
JB
75772009-09-29 Juanma Barranquero <lekktu@gmail.com>
7578
7579 * speedbar.el (speedbar-item-delete):
7580 * calc/calc-prog.el (calc-kbd-if):
7581 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7582
7583 * epa.el (epa-key-list-mode-map):
7584 * hi-lock.el (hi-lock-menu): Fix typos in menus.
7585
7586 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7587 (hs-show-hook): Fix typo in docstring.
7588
5da62d41
GM
75892009-09-29 Glenn Morris <rgm@gnu.org>
7590
8360fce0
GM
7591 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7592 file-name-nondirectory call preventing location of cedet files.
7593 (check-declare-verify): Use literal search rather than re-search.
ae715515 7594 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
7595
7596 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7597 Use tramp-compat-file-attributes rather than nonexistent
7598 tramp-compat-handle-file-attributes.
7599
5da62d41
GM
7600 * Makefile.in (lisptagsfiles4): New.
7601 (AUTOGENEL): Add cedet loaddefs files.
7602 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7603 (update-elclist, compile-always, backup-compiled-files)
7604 (bootstrap-clean): Add yet another directory level.
7605 (update-elclist): Use LC_COLLATE rather than COLLATE.
7606 (ELCFILES): Update, via `make update-elclist'.
7607
48267264
JB
76082009-09-29 Juanma Barranquero <lekktu@gmail.com>
7609
7610 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7611 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7612 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7613
2c4cd0b0
AS
76142009-09-28 Andreas Schwab <schwab@linux-m68k.org>
7615
7616 * Makefile.in (lisptagsfiles3): Define.
5da62d41 7617 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
7618 (update-elclist): Add third directory level to look for elc files.
7619 (compile-always): Likewise.
7620 (backup-compiled-files): Likewise.
7621 (bootstrap-clean): Likewise.
7622 (ELCFILES): Update.
7623
a2533e47
CY
76242009-09-28 Chong Yidong <cyd@stupidchicken.com>
7625
7626 * Makefile.in (ELCFILES): Add CEDET files.
7627
eefbedb1
MA
76282009-09-28 Michael Albinus <michael.albinus@gmx.de>
7629
7630 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7631
7632 * net/tramp.el (top): Require tramp-imap.
7633
7634 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7635 Use `tramp-compat-handle-file-attributes'.
7636
76372009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7638
7639 * net/tramp-imap.el: New package.
7640
748e3d67
VJL
76412009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7642
7643 * whitespace.el (whitespace-trailing-regexp)
7644 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7645 Fix doc string.
7646
15120dec
CY
76472009-09-27 Chong Yidong <cyd@stupidchicken.com>
7648
7649 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7650 menu.
7651
7652 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7653 menu-bar-ediff-menu.
7654
7655 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7656 define-overloadable-function.
7657
7658 * progmodes/autoconf.el: Provide autoconf as well, so that this
7659 file can be `require'd.
7660
7661 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7662
7663 * emacs-lisp/autoload.el (generated-autoload-feature)
7664 (generated-autoload-load-name): New vars.
7665 (autoload-rubric, autoload-generate-file-autoloads): Use them.
7666 (make-autoload): Recognize define-overloadable-function and
7667 defclass forms (for EIEIO).
7668
7669 * Makefile.in (update-subdirs): Exclude cedet directory.
7670
135abf91
AR
76712009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7672
1becddbb 7673 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
7674
7675 * faces.el: Default light-background background for region face to
7676 ns_selection_color under NS.
7677
3d994264
TZ
76782009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7679
7680 * net/imap-hash.el: New library, see NEWS.
7681
7682 * Makefile.in (ELCFILES): Add imap-hash.el.
7683
ce9a0ccb
SM
76842009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7685
7686 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7687 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7688 * help-macro.el (make-help-screen): Avoid using an ambiguous function
7689 definition where the docstring could be taken for the return value.
7690
a92cdd49
GM
76912009-09-26 Glenn Morris <rgm@gnu.org>
7692
7693 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7694 Add option to only show images below a certain size.
7695 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7696 save-excursion calls.
7697
416ac2f1
EZ
76982009-09-26 Eli Zaretskii <eliz@gnu.org>
7699
7700 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7701 subdirectories) and eieio.
7702
d9a13f68
AM
77032009-09-26 Alan Mackenzie <acm@muc.de>
7704
9c3c9fdf 7705 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
550d95a0 7706 buggy bracketing. (Bug#4289)
d9a13f68
AM
7707
7708 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 7709 character constants (as case labels). (Bug#4289)
d9a13f68 7710
182b3bec
CY
77112009-09-25 Juri Linkov <juri@jurta.org>
7712
7713 * files.el (safe-local-eval-forms): Allow time-stamp in
7714 before-save-hook (Bug#4554).
7715
8f75f2da
JB
77162009-09-25 Drew Adams <drew.adams@oracle.com>
7717
7718 * menu-bar.el (list-buffers-directory): Doc fix.
7719
8390fb80
SM
77202009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
7721
7722 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7723 Try and avoid copying twice the same paragraph.
7724 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7725 Remove save-excursion.
7726 (log-edit-changelog-entry): Do it here instead.
7727
11ee8d90
JB
77282009-09-25 Juanma Barranquero <lekktu@gmail.com>
7729
027b1942
JB
7730 * bs.el (bs--get-file-name): Use `list-buffers-directory'
7731 when available, instead of hardcoding mode names. Doc fix.
7732
11ee8d90
JB
7733 * menu-bar.el (list-buffers-directory): Add docstring.
7734 Make automatically buffer-local.
7735
7736 * dired.el (dired-mode):
7737 * files.el (cd-absolute):
7738 * pcvs.el (cvs-temp-buffer):
7739 * pcvs-util.el (cvs-get-buffer-create):
7740 * shell.el (shell-mode):
7741 * vc-dir.el (vc-dir-mode):
7742 Don't make `list-buffers-directory' buffer local.
7743
21289c5d
CY
77442009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
7745
8390fb80
SM
7746 * comint.el (comint-exec, comint-run, make-comint):
7747 Doc fixes (Bug#4542).
21289c5d 7748
e8652dd9
GM
77492009-09-25 Glenn Morris <rgm@gnu.org>
7750
7751 * mail/rmailmm.el (rmail-mime): New custom group.
7752 Move all defcustoms in this file into this group.
7753 (rmail-mime-media-type-handlers-alist): Revert previous change.
7754 (rmail-mime-show-images): New option.
7755 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7756 references to it, since it wasn't actually used for anything.
7757 (rmail-mime-insert-image): New function.
7758 (rmail-mime-image): Use rmail-mime-insert-image.
7759 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
7760 obey the value of `rmail-mime-show-images' option. Print the size of
7761 attachments.
e8652dd9 7762
fb652bb5
JB
77632009-09-25 David Engster <deng@randomsample.de>
7764
7765 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
7766
32a9841c
VJL
77672009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7768
7769 * whitespace.el: Does not highlight trailing spaces While point is
7770 at end of line. Does not highligt spaces at beginning of buffer
7771 while point is at beginning of buffer. Does not highlight spaces
7772 at end of buffer while point is at end of buffer. (Bug#4177)
7773 New version 12.0.
7774 (whitespace-display-mappings): Adjust initialization.
7775 (whitespace-point, whitespace-font-lock-refontify): New vars.
7776 (whitespace-color-on, whitespace-color-off): Adjust code.
7777 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7778 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7779 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7780
e477ca84
CY
77812009-09-24 Chong Yidong <cyd@stupidchicken.com>
7782
7783 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7784
7785 * textmodes/sgml-mode.el: Remove xml-mode alias.
7786
7787 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 7788 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 7789
68712602
AM
77902009-09-24 Alan Mackenzie <acm@muc.de>
7791
7792 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7793 c-forward-conditionals, but it doesn't move point and doesn't set
7794 the mark.
7795 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7796 (c-down-conditional-with-else, c-backward-conditional)
7797 (c-forward-conditional): Refactor to use c-scan-conditionals.
7798
1659ada0
JB
77992009-09-24 Juanma Barranquero <lekktu@gmail.com>
7800
7801 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7802 (help-default-arg-highlight): Remove.
7803 (help-highlight-arg): New function.
7804 (help-do-arg-highlight): Use it.
7805 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
7806
b3f01e46
SM
78072009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7808
7809 * term.el (term-set-scroll-region, term-handle-ansi-escape):
7810 Undo last change, which didn't fix the problem and introduced others.
7811
107ef54a
NR
78122009-09-24 Nick Roberts <nickrob@snap.net.nz>
7813
7814 * progmodes/gdb-mi.el: Don't require speedbar.
7815 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7816
ffa1fed6
GM
78172009-09-24 Glenn Morris <rgm@gnu.org>
7818
2157a2be
GM
7819 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7820
6125167c
GM
7821 * term/ns-win.el (ns-reg-to-script): Define for compiler.
7822
ffa1fed6
GM
7823 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7824 there is no newline after the final mime boundary. (Bug#4539)
7825 Move markers on insertion so that any buttons inserted don't end up in
7826 the next part of a multipart message.
2e9075d3
GM
7827 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
7828 (rmail-mime-bulk-handler): Optionally handle images.
7829 (rmail-mime-image): New button action.
7830 (rmail-mime-image-handler): New function.
7831 (rmail-mime-mode): New mode.
7832 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 7833
4a814992
SM
78342009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7835
075518b5
SM
7836 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7837 than just dropping elements from it (bug#4504).
7838
8ad2defc
SM
7839 * term.el (term-set-scroll-region): Don't move cursor any more.
7840 (term-handle-ansi-escape): Call term-goto here instead.
7841 Suggested by Ivan Kanis <apple@kanis.eu>.
7842
4a814992
SM
7843 * term.el: Require CL.
7844 (term-ansi-reset): New function.
7845 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7846 (term-handle-colors-array): Simplify.
7847
5a0c3f56
JB
78482009-09-24 Juanma Barranquero <lekktu@gmail.com>
7849
7850 * allout.el (allout-overlay-interior-modification-handler)
7851 (allout-obtain-passphrase):
7852 * epa-file.el (epa-file-write-region):
7853 * ps-print.el (ps-begin-job):
7854 * vc-hooks.el (vc-toggle-read-only):
7855 * vc-rcs.el (vc-rcs-rollback):
7856 * vc-sccs.el (vc-sccs-rollback):
7857 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7858 (vc-version-diff, vc-revert, vc-rollback):
7859 * wdired.el (wdired-check-kill-buffer):
7860 * emacs-lisp/authors.el (authors):
7861 * net/socks.el (socks-open-connection):
7862 * net/zeroconf.el (zeroconf-service-add-hook):
7863 * obsolete/vc-mcvs.el (vc-mcvs-register):
7864 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7865 (gdb-select-frame):
7866 * progmodes/grep.el (lgrep, rgrep):
7867 * progmodes/idlw-help.el (idlwave-help-check-locations)
7868 (idlwave-help-html-link, idlwave-help-assistant-open-link):
7869 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7870 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7871 (reftex-toc-rename-label): Fix typos in error messages.
7872
7873 * dired-aux.el (dired-do-shell-command): Reflow docstring.
7874 (dired-copy-how-to-fn): Doc fix.
7875 (dired-files-attributes, dired-read-shell-command):
7876 Fix typos in docstrings.
7877
7878 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7879 (dired-x-find-file-other-window): Reflow docstrings.
7880 (dired-omit-marker-char, dired-read-shell-command)
7881 (dired-x-submit-report): Fix typos in docstrings.
7882
7883 * shell.el (shell-mode-hook):
7884 * view.el (View-scroll-line-forward):
7885 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7886 Fix typos in docstrings.
7887
7888 * net/dig.el (dig-invoke): Fix typo in docstring.
7889 (query-dig): Reflow docstring.
7890
7891 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7892 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7893 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7894 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7895 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7896 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7897 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7898 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7899 (idlwave-completion-map, idlwave-current-indent)
7900 (idlwave-custom-ampersand-surround, idlwave-customize)
7901 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7902 (idlwave-define-abbrev, idlwave-determine-class-special)
7903 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7904 (idlwave-end-block-reg, idlwave-end-of-statement)
7905 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7906 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7907 (idlwave-explicit-class-listed, idlwave-file-header)
7908 (idlwave-fill-paragraph, idlwave-find-class-definition)
7909 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7910 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7911 (idlwave-in-quote, idlwave-indent-action-table)
7912 (idlwave-indent-expand-table, idlwave-indent-line)
7913 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7914 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7915 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7916 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7917 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7918 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7919 (idlwave-outlawed-buffers, idlwave-popup-select)
7920 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7921 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7922 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7923 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7924 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7925 (idlwave-statement-type, idlwave-struct-skip)
7926 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7927 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7928 (idlwave-what-module-find-class): Fix typos in docstrings.
7929 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7930 (idlwave-calculate-cont-indent, idlwave-expand-equal)
7931 (idlwave-find-module, idlwave-find-structure-definition)
7932 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7933 (idlwave-list-load-path-shadows, idlwave-next-statement)
7934 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7935 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7936 (idlwave-template): Reflow docstrings.
7937
7938 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7939 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7940 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7941 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7942 (idlwave-shell-display-line, idlwave-shell-display-wframe)
7943 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7944 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7945 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7946 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7947 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7948 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7949 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7950 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7951 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7952 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7953 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7954 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7955 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7956 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7957 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7958 Fix typos in docstrings.
7959 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7960 (idlwave-shell-hide-output, idlwave-shell-mode)
7961 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7962 Reflow docstrings.
7963
7964 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7965
62136c5d
SM
79662009-09-24 Ivan Kanis <apple@kanis.eu>
7967
7968 * term.el (term-bold-attribute): New var.
7969 (term-handle-colors-array): Use it.
7970
9c1a45ed
NR
79712009-09-23 Nick Roberts <nickrob@snap.net.nz>
7972
7973 * progmodes/gdb-mi.el (gdb-version): New variable.
7974 (gdb-non-stop-handler): Set gdb-version.
7975 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7976 Condition "--thread" option on gdb-version.
7977 (gdb-invalidate-threads): Remove unused argument.
7978
03304f31
SM
79792009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7980
7981 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7982 to looking-back to avoid ridiculous slow down in large files (bug#4511).
7983
4f02f0c9
GM
79842009-09-23 Glenn Morris <rgm@gnu.org>
7985
7986 * mail/rmail.el (rmail-reply): Don't try to add a References header when
7987 replying to mail without References or Message-Id. (Bug#4525)
7988
a3b4b363
AR
79892009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7990
7991 * term/ns-win.el (ns-reg-to-script): New variable.
7992
7bda18cc
DU
79932009-09-23 Daiki Ueno <ueno@unixuser.org>
7994
7995 * epg.el (epg-wait-for-status): Preserve existing 'error results.
7996
72169e55
SS
79972009-09-22 Sam Steingold <sds@gnu.org>
7998
7999 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
8000 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8001 to 1 because hg returns status 1 when nothing is found.
0aa4f295 8002 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 8003
905b7d38
SM
80042009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8005
b0459dec
SM
8006 * textmodes/fill.el: Convert to utf-8 encoding.
8007 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8008 pre-unicode days.
8009
905b7d38
SM
8010 * add-log.el (change-log-fill-forward-paragraph): New function.
8011 (change-log-mode): Use it so fill-region DTRT.
8012 Set fill-indent-according-to-mode here rather than in
8013 change-log-fill-paragraph.
8014 (change-log-fill-paragraph): Remove.
8015
baa7f3de
JB
80162009-09-22 Juanma Barranquero <lekktu@gmail.com>
8017
8018 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8019 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8020
a8d789f0
GM
80212009-09-22 Glenn Morris <rgm@gnu.org>
8022
daedbbc2
GM
8023 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8024 the scroll-bar scroll the calendar window rather than the buffer.
8025
d8899a74
GM
8026 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8027 commands that move point (as opposed to scrolling).
8028
a8d789f0
GM
8029 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8030
8031 * emacs-lisp/elint.el (elint): New custom group.
8032 (elint-log-buffer): Make it a defcustom.
8033 (elint-scan-preloaded, elint-ignored-warnings)
8034 (elint-directory-skip-re): New options.
8035 (elint-builtin-variables): Doc fix.
8036 (elint-preloaded-env): New variable.
8037 (elint-unknown-builtin-args): Add an entry for encode-time.
8038 (elint-extra-errors): Make it a variable rather than a constant.
8039 (elint-preloaded-skip-re): New constant.
8040 (elint-directory): Skip files matching elint-directory-skip-re.
8041 (elint-features): New variable, local to linted buffers.
8042 (elint-update-env): Initialize elint-features. Possibly add
8043 elint-preloaded-env to the buffer's environment.
8044 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8045 Skip quoted forms.
8046 (elint-init-form): New function, extracted from elint-init-env.
8047 Make non-list forms a warning rather than an error.
8048 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8049 easy-menu-define, put that adds an error-condition, and provide.
8050 When requiring cl, also require cl-macs. Really require cl, to handle
8051 some cl macros. Store required libraries in the list elint-features,
8052 so as not to re-load them. Treat cc-require like require.
8053 (elint-init-env): Call elint-init-form to do the work.
8054 Handle eval-and-compile and such like.
8055 (elint-add-required-env): Do not clear messages.
8056 (elint-special-forms): Add handlers for function, defalias, if, when,
8057 unless, and, or.
8058 (elint-form): Add optional argument to ignore elint-special-forms,
8059 useful to prevent recursive calls from handlers. Doc fix.
8060 Respect elint-ignored-warnings.
8061 (elint-form): Respect elint-ignored-warnings.
8062 (elint-bound-variable, elint-bound-function): New variables.
8063 (elint-unbound-variable): Respect elint-bound-variable.
8064 (elint-get-args): Respect elint-bound-function.
8065 (elint-check-cond-form): Add some simple handling for (f)boundp and
8066 featurep tests.
8067 (elint-check-defalias-form): New handler.
8068 (elint-check-let-form): Make an empty let a warning rather than an
8069 error.
8070 (elint-check-setq-form): Make an empty setq a warning rather than an
8071 error. Respect elint-ignored-warnings.
8072 (elint-check-defvar-form): Accept null doc-strings.
8073 (elint-check-conditional-form): New handler. Does some simple-minded
8074 checking of featurep and (f)boundp tests.
8075 (elint-put-function-args): New function.
8076 (elint-initialize): Use elint-scan-doc-file rather than
8077 elint-find-builtin-variables. Use elint-put-function-args.
8078 Possibly scan preloaded-file-list.
8079 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8080 extend to handle functions as well.
8081
245be23c
JB
80822009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8083
8084 * linum.el (linum-delete-overlays, linum-update-window):
8085 Do not modify the right margin. (Bug#3971)
8086
91fdbd6f
CY
80872009-09-21 Chong Yidong <cyd@stupidchicken.com>
8088
8089 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
8090 nxml-mode instead of xml-mode.
8091
7589d38e
JB
80922009-09-21 Kevin Ryde <user42@zip.com.au>
8093
8094 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8095
5ac42715
SM
80962009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8097
8098 * net/dig.el (dig-mode): Use define-derived-mode.
8099
09c01323
DN
81002009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8101
4096c5f2
DN
8102 * vc-dispatcher.el (vc-do-command): Return the process object in
8103 the asynchronous case. Use when instead of if. Do not run
5480359e 8104 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 8105
0e172cc2
DN
8106 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8107 properties to the stash strings.
8108 (vc-git-stash-list): Return a list of strings.
8109 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8110 (vc-git-stash-show-at-point): New functions.
8111 (vc-git-stash-map): New keymap.
8112
03304f31
SM
8113 * register.el (ctl-x-r-map): Define the keys here instead of
8114 using autoload.
09c01323 8115
03304f31 81162009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
8117
8118 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8119 list, to workaround performance problem (bug#4485).
8120
2f5fc4d7
NR
81212009-09-20 Nick Roberts <nickrob@snap.net.nz>
8122
8123 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8124
b0f5fd2e
DU
81252009-09-20 Daiki Ueno <ueno@unixuser.org>
8126
8127 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8128 Document that this option is not recommended to use.
8129
f3445fab
GM
81302009-09-19 Glenn Morris <rgm@gnu.org>
8131
547c6921
GM
8132 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8133 variable `var'.
8134
f3445fab
GM
8135 * calc/calc-alg.el (var):
8136 * calc/calcalg2.el (var): Define for compiler.
8137
946c009b
CY
81382009-09-19 Chong Yidong <cyd@stupidchicken.com>
8139
e3f36d03
SM
8140 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8141 Doc fix (Bug#3932).
e2045997 8142
24aedbca
CY
8143 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8144
327dd27a
CY
8145 * time-stamp.el (time-stamp-month-dd-yyyy)
8146 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8147 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8148 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
8149 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8150 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 8151
946c009b
CY
8152 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8153 indent buffer only if called interactively (Bug#4452).
8154
3e70541a
JB
81552009-09-19 Juanma Barranquero <lekktu@gmail.com>
8156 Eli Zaretskii <eliz@gnu.org>
8157
8158 This fixes bug#4197 (merged to bug#865, though not identical).
8159 * server.el (server-auth-dir): Add docstring note about FAT32.
8160 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8161 but warn against using them.
8162
9b94c32e
NR
81632009-09-19 Nick Roberts <nickrob@snap.net.nz>
8164
8165 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8166 older GDB where there is no has_more field.
8167
66590684
GM
81682009-09-19 Glenn Morris <rgm@gnu.org>
8169
8170 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8171
9a1337f9
CY
81722009-09-18 Chong Yidong <cyd@stupidchicken.com>
8173
8174 * files.el (auto-mode-alist): Change default for XML files to nXML
8175 mode (Bug#4169).
8176
d7554167
JB
81772009-09-18 Juanma Barranquero <lekktu@gmail.com>
8178
8179 * server.el (server-ensure-safe-dir): Pass 'integer
8180 to `file-attributes', as suggested.
8181
35a3f9a4
SM
81822009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8183
8184 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8185 (dired-query): Use read-key.
8186
044f9b05
AR
81872009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8188
8189 * cus-start.el (ns-use-qd-smoothing): Remove.
8190
6188ea49
GM
81912009-09-18 Glenn Morris <rgm@gnu.org>
8192
08cf18e4
GM
8193 * allout.el (top-level): Remove unnecessary progn.
8194
07eae5c5
GM
8195 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8196
6726c25e
GM
8197 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8198 definition of abbrev table.
8199
3f527154 8200 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
8201 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8202 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
8203 * net/newst-backend.el (newsticker--cache-read-feed):
8204 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
8205 condition-case handlers.
8206
ccb4c30c
NR
82072009-09-18 Nick Roberts <nickrob@snap.net.nz>
8208
8209 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8210 (gdb-var-list): Add an element for has_more field.
8211 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8212 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8213 (gdb-var-update-handler-1): Parse output of dynamic variable
8214 objects (STL containers).
8215 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8216 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8217
8218 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8219 gdb-var-list.
8220 (gud-speedbar-buttons): Make node expandable if expression "has more"
8221 children.
8222
8686ac71
JB
82232009-09-17 Juanma Barranquero <lekktu@gmail.com>
8224
8225 * startup.el (emacs-quick-startup): Remove variable and all uses.
8226 (command-line): Set `inhibit-x-resources' instead.
8227 (command-line-1): Use `inhibit-x-resources' instead.
8228
a69c67e8
CY
82292009-09-17 Chong Yidong <cyd@stupidchicken.com>
8230
8231 * subr.el: Fix last change to avoid using the `unless' macro,
8232 which breaks bootstrapping.
8233
354f0faf
SM
82342009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8235
8236 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8237 extended definitions, in case we reload subr.el after having
8238 loaded CL.
8239 (eval-next-after-load): Mark as obsolete.
8240
98b9bf40
JL
82412009-09-17 Juri Linkov <juri@jurta.org>
8242
8243 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8244 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8245 (menu-bar-showhide-menu, menu-bar-tools-menu)
8246 (menu-bar-describe-menu, menu-bar-help-menu)
8247 (minibuffer-local-completion-map, minibuffer-local-map):
8248 Fix list quoting.
8249
28fab7b5
GM
82502009-09-17 Glenn Morris <rgm@gnu.org>
8251
88d5190c
GM
8252 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8253 arguments, whether or not it has a handler.
8254
74f24ba7
GM
8255 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8256
28fab7b5
GM
8257 * simple.el (hard-newline): Give it a doc-string.
8258
a8106aec
GM
8259 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8260 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 8261
76251ad7
DN
82622009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8263
72033dbe
DN
8264 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8265 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8266 (menu-bar-options-menu, menu-bar-showhide-menu)
8267 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8268 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8269 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8270 (menu-bar-options-menu, menu-bar-tools-menu)
8271 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8272 (menu-bar-help-menu):
8273 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8274 string arguments.
8275
76251ad7
DN
8276 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8277 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8278 calls for the menu names and :help.
8279
97b952b7
SM
82802009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8281
8282 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8283 to :minor-mode-function (bug#4455).
8284
8f38189e
SM
82852009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8286
d2fd733e
SM
8287 * startup.el (command-line): Initialize the window-system after
8288 processing the command-line.
8289
8f38189e
SM
8290 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8291 page-delimiter matches the empty string.
8292
77564fa4
GM
82932009-09-16 Glenn Morris <rgm@gnu.org>
8294
8295 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8296 byte-compile-not-obsolete-var. It's a list now.
8297 (byte-compile-not-obsolete-funcs): New variable.
8298 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8299 byte-compile-not-obsolete-funcs.
8300 (byte-compile-variable-ref, byte-compile-defvar): Update for
8301 byte-compile-not-obsolete-vars name-change and list nature.
8302 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8303 and variables behind (f)boundp tests.
8304 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8305
79d316d3
DN
83062009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8307
8308 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8309
8fed6934
SM
83102009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8311
8312 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8313 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8314 Don't autoload.
8315
4078fd57
SE
83162009-09-15 Stephen Eglen <stephen@gnu.org>
8317
8318 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 8319 the virtual-buffers, use the name of the buffer specified by
4078fd57 8320 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 8321 problem if the target and the symlink had different names.)
4078fd57 8322
838ff458
SM
83232009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8324
b3c7c12d
SM
8325 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8326
13dc2bc2
SM
8327 * desktop.el (desktop-path): Check user-emacs-directory.
8328
49fec531
SM
8329 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8330
0e328d37
SM
8331 * loadup.el: Use after-load-functions to GC after loading each file.
8332 Remove the explicit GC calls that used to be sprinkled around.
8333
838ff458
SM
8334 * subr.el (after-load-functions): New hook.
8335 (do-after-load-evaluation): Run it. Use string-match-p to detect
8336 `obsolete' packages, rather than painfully extracting the relevant
8337 directory name.
8338
a62f564f
GM
83392009-09-15 Glenn Morris <rgm@gnu.org>
8340
8341 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8342 free variable `doc'.
8343
8344 * dired.el (dired-mode-map): Add menu entry for async shell command.
8345
8346 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8347 variables, also consider the .elc files, since the .el files are
8348 normally gzipped (subsequent code locates the .el.gz from the .elc).
8349
8350 * calc/calc-prog.el (arglist): Define for compiler.
8351
8352 * calendar/diary-lib.el (diary-display-function): Change the default to
8353 fancy display.
8354 (body): Define for compiler.
8355
8356 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8357 (byte-compile-file-form, byte-compile-lambda)
8358 (byte-compile-top-level-body, byte-compile-form)
8359 (byte-compile-variable-ref, byte-compile-setq)
8360 (byte-compile-setq-default, byte-compile-body)
8361 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8362 (batch-byte-compile): Give some more local variables with common names
8363 a "bytecomp-" prefix to avoid masking warnings about free variables.
8364
cd05fe7f
GM
8365 * startup.el (command-line-1): Give local variables with common names a
8366 distinguishing prefix, so as not to hide free variable warnings during
8367 bootstrap.
8368
a62f564f
GM
8369 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8370 clever and add a suffix to make a unique name, just let the user decide
8371 whether or not to overwrite it. If the input is a directory, write the
8372 default filename to that directory. (Bug#4388)
8373 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8374 is a filename-as-a-directory.
8375
fbc88440
SM
83762009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8377
8378 * textmodes/page.el (what-page): Don't move to beginning of line.
8379 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8380
60308853
DN
83812009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8382
8383 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8384
32ba3abc
DN
83852009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8386
9cd39aff
DN
8387 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8388 * help.el (help-for-help-internal): Add purecopy calls for text.
8389
32ba3abc
DN
8390 * vc.el (top): print-log method now takes an optional SHORTLOG
8391 argument. Add a new method: root.
32ba3abc
DN
8392 (vc-root-diff, vc-print-root-log): New functions.
8393 (vc-log-short-style): New variable.
8394 (vc-print-log-internal): Add support for showing short logs.
8395
8396 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8397 vc-print-root-log and vc-print-root-diff.
8398
8399 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8400 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8401 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8402 short logs.
8403
8404 * vc-cvs.el (vc-cvs-print-log):
8405 * vc-mtn.el (vc-mtn-print-log):
8406 * vc-rcs.el (vc-rcs-print-log):
8407 * vc-sccs.el (vc-sccs-print-log):
8408 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8409 that is ignored for now.
8410
837b0e99
DN
8411 * vc-mtn.el (vc-mtn-annotate-command):
8412 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8413
31cd2dd4
SM
84142009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8415
8416 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8417 to function-key-map, and give them ascii-character property.
8418 * term/x-win.el (x-alternatives-map):
8419 * term/ns-win.el (ns-alternatives-map):
8420 * term/internal.el (msdos-key-remapping-map):
8421 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8422
d62e5bf2
GM
84232009-09-14 Glenn Morris <rgm@gnu.org>
8424
8425 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8426 temp-buffers (2009-09-12).
8427
7d0105e5
SM
84282009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8429
8430 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8431 the new read-key function.
8432
e17ed9ad
CY
84332009-09-13 Chong Yidong <cyd@stupidchicken.com>
8434
8435 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8436 is defined (Bug#4405).
8437
1fc26e29
CY
84382009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
8439
8440 * recentf.el (recentf-cleanup): Use a hash table to find
8441 duplicates (Bug#4407).
8442
61dc96a2 84432009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
8444
8445 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8446 kp-0 to ascii equivalents (Bug#4325).
8447
42c3a9e3
CY
84482009-09-13 Chong Yidong <cyd@stupidchicken.com>
8449
1f5c1626
CY
8450 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8451
42c3a9e3 8452 * eshell/em-hist.el:
31cd2dd4
SM
8453 * eshell/em-dirs.el (eshell-complete-user-reference):
8454 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
8455
84562009-09-13 Leo <sdl.web@gmail.com> (tiny change)
8457
8458 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8459 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8460 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
8461 * eshell/em-hist.el (eshell-history-file-name):
8462 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 8463
1e2b6acf
GM
84642009-09-13 Glenn Morris <rgm@gnu.org>
8465
8466 * ediff-merg.el (ediff-do-merge):
8467 * filesets.el (filesets-run-cmd):
8468 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8469 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8470 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8471 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8472 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8473 Replace empty `let's with `progn'.
8474
adba8116
SM
84752009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8476
8477 * mail/sendmail.el (send-mail-function):
8478 * tooltip.el (tooltip-mode):
8479 * simple.el (transient-mark-mode):
8480 * rfn-eshadow.el (file-name-shadow-mode):
8481 * frame.el (blink-cursor-mode):
8482 * font-core.el (global-font-lock-mode):
8483 * files.el (temporary-file-directory)
8484 (small-temporary-file-directory, auto-save-file-name-transforms):
8485 * epa-hook.el (auto-encryption-mode):
8486 * composite.el (global-auto-composition-mode):
8487 Use custom-initialize-delay.
8488 * startup.el (command-line): Don't explicitly call
8489 custom-reevaluate-setting for all the above vars.
8490 * custom.el (custom-initialize-safe-set)
8491 (custom-initialize-safe-default): Delete.
8492
0a4afea9
SM
84932009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8494
9f94990d
SM
8495 * term/x-win.el (x-initialize-window-system):
8496 * term/w32-win.el (w32-initialize-window-system):
8497 * term/ns-win.el (ns-initialize-window-system): Don't call
8498 mouse-wheel-mode since it's enabled globally by default already.
8499
0a4afea9
SM
8500 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8501 actually define the variable, but only silences the byte-compiler.
8502 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8503 before looking it up.
8504 (mouse-wheel-scroll-amount): Also reset the bindings if this value
8505 is changed.
8506
bf01513f
GM
85072009-09-12 Glenn Morris <rgm@gnu.org>
8508
8509 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8510 1000.
8511 (elint-add-required-env): Don't beep on error.
8512 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
8513 (elint-init-env): Skip non-list forms.
8514 (elint-log): Handle unknown file positions.
bf01513f 8515
d85889e4
DU
85162009-09-12 Daiki Ueno <ueno@unixuser.org>
8517
8518 * epg.el (epg-make-context): Add autoload cookie.
8519 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8520 (epg-decrypt-string, epg-start-verify, epg-verify-file)
8521 (epg-verify-string, epg-start-sign, epg-sign-file)
8522 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8523 (epg-encrypt-string, epg-start-export-keys)
8524 (epg-export-keys-to-file, epg-export-keys-to-string)
8525 (epg-start-import-keys, epg-import-keys-from-file)
8526 (epg-import-keys-from-string, epg-start-receive-keys)
8527 (epg-receive-keys, epg-import-keys-from-server)
8528 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8529 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
8530 (epg-generate-key-from-file, epg-generate-key-from-string):
8531 Remove autoload cookie.
d85889e4 8532
8f825ee6
EZ
85332009-09-12 Eli Zaretskii <eliz@gnu.org>
8534
36b434ee
EZ
8535 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8536 reevaluation of trash-directory.
8537
8f825ee6
EZ
8538 * mwheel.el: Fix last change.
8539 (mouse-wheel-mode): New defvar.
8540 (mouse-wheel-mode): Remove autoload cookie.
8541
5766c380
SM
85422009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8543
ab5c0fcd
SM
8544 * mwheel.el (mwheel-installed-bindings): New var.
8545 (mouse-wheel-mode): Use it, so as to make sure we really remove all
8546 the bindings we set last time. Use custom-initialize-delay.
8547 * loadup.el: Load mwheel after term/*-win.el.
8548 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8549 and mouse-wheel-up-event now that their first evaluation is done
8550 sufficiently late to be correct.
8551
45448e64
SM
8552 * startup.el (tutorial-directory): Make it a defcustom.
8553 Use custom-initialize-delay rather than eval-at-startup to set it.
8554 * image.el (image-load-path): Make it a defcustom.
8555 Use custom-initialize-delay rather than eval-at-startup to set it.
8556 * subr.el (eval-at-startup): Remove.
8557 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8558
5766c380
SM
8559 * subr.el (do-after-load-evaluation): Warn the user after loading an
8560 obsolete package.
8561
d6549da4
GM
85622009-09-12 Glenn Morris <rgm@gnu.org>
8563
8564 * proced.el (proced-mark-alt): Remove alias.
8565 (proced-mode-map): Remove proced-mark-alt.
8566
8567 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8568 Elint file and directory. Remove initialization entry.
8569
8570 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8571 commands.
8572 (elint-current-buffer): Set mode-line-process.
8573 (elint-init-env): Handle define-derived-mode.
8574 Fix declare-function with unspecified arglist. Guard against odd
8575 defalias statements (eg iso-insert's 8859-1-map).
8576 (elint-add-required-env): Use a temp buffer.
8577 (elint-form): Just print the function/macro name, not the whole form.
8578 Return env unchanged if we fail to parse a macro.
8579 (elint-forms): Guard against parse errors.
8580 (elint-output): New function, to handle batch mode.
8581 (elint-log-message): Add optional argument. Use elint-output.
8582 (elint-set-mode-line): New function.
8583
30194d4d
CY
85842009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
8585
8586 * emacs-lisp/elp.el (elp-not-profilable): Add more
8587 functions (Bug#4233).
8588
a035f9b0
CY
85892009-09-12 Chong Yidong <cyd@stupidchicken.com>
8590
8591 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8592 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8593
dad61164
NR
85942009-09-11 Nick Roberts <nickrob@snap.net.nz>
8595
8596 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8597 (gdb-var-list-children): Use json parsing.
8598
9c3c9fdf 85992009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
8600
8601 * progmodes/js.el (js--proper-indentation): Handle the case where
8602 char-before is null. Reported by Deniz Dogan.
8603
b4587710
JB
86042009-09-11 Juanma Barranquero <lekktu@gmail.com>
8605
8606 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8607
13890796
DU
86082009-09-11 Daiki Ueno <ueno@unixuser.org>
8609
8610 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8611 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 8612 (epg-context-set-passphrase-callback)
97d4bdba 8613 (epg-context-set-progress-callback): Add description about
b18508dd 8614 callback function.
13890796 8615
2efb64a8
SM
86162009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8617
790d0270
SM
8618 * custom.el (custom-delayed-init-variables): New var.
8619 (custom-initialize-delay): New function.
8620 * startup.el (command-line): "Re"evaluate all vars in
8621 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
8622 explicitly any more.
8623 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8624 to avoid creating a ~/.emacs.d at build-time (bug#4347).
8625
8626 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 8627
ac243a40
NR
86282009-09-11 Nick Roberts <nickrob@snap.net.nz>
8629
8630 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8631 (gdb-var-update-handler): Use json parsing.
8632
657bc6fc
JB
86332009-09-11 Juanma Barranquero <lekktu@gmail.com>
8634
8635 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8636 decode annotated text, regardless of language environment. (Bug#2741)
8637
b6fe8102
SM
86382009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8639
8640 * Makefile.in (autoloads): Make rmail.el writable as well.
8641
5cc443fe
GM
86422009-09-11 Glenn Morris <rgm@gnu.org>
8643
5515c54e
GM
8644 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8645 loaddefs.el.
8646 * dired.el: Regenerate with extracted autoloads.
8647 * Makefile.in (autoloads): Make dired.el writable.
8648
15067158
GM
8649 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8650 * ibuffer.el: Regenerate with extracted autoloads.
8651 * Makefile.in (autoloads): Make ibuffer.el writable.
8652
d35d0238
GM
8653 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8654 * version.el (emacs-copyright, emacs-major-version)
8655 (emacs-minor-version): Reformat doc-strings for make-docfile.
8656
5cc443fe
GM
8657 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8658 functions and variables, since they must be stuff specific to some other
8659 platform.
8660 (apropos-print): Make mouse-click message less specific about button.
8661
8662 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8663 that records where a macro was defined.
8664 * help-fns.el (describe-function-1): Mention if a function has a
8665 compiler-macro.
8666 * help-mode.el (help-function-cmacro): New button.
8667
8668 * locate.el (top-level): Always require dired.
8669 (locate-mode-map): Initialize inside the defvar.
8670
8671 * net/ange-ftp.el (dired-compress-file): Declare.
8672 (ange-ftp-dired-compress-file): Add doc string.
8673
8674 * term/ns-win.el (x-display-name, x-setup-function-keys):
8675 Unify doc-strings with X versions.
8676
8cb95edf
SM
86772009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8678
726a4d09
SM
8679 * emulation/crisp.el (crisp-mode-map): Move initialization
8680 into declaration.
8681 (crisp-mode): Use define-minor-mode.
8682
8cb95edf
SM
8683 * progmodes/xscheme.el (xscheme-evaluation-commands):
8684 Put a :advertised-binding property rather than using
8685 advertised-xscheme-send-previous-expression.
8686 (advertised-xscheme-send-previous-expression): Declare obsolete.
8687 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8688 `advertised-undo'.
8689 (crisp-mode): Add corresponding bindings to
8690 undo's :advertised-binding instead.
8691 * dired.el (dired-mode-map): Put a :advertised-binding property rather
8692 than using dired-advertised-find-file.
8693 (dired-advertised-find-file):
8694 * simple.el (advertised-undo):
8695 * wid-edit.el (advertised-widget-backward): Declare obsolete.
8696 (widget-keymap): Put a :advertised-binding property rather
8697 than using advertised-widget-backward.
8698 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8699 than using advertised-undo.
8700 * tutorial.el (tutorial--default-keys): Adjust accordingly.
8701
07db5857
SS
87022009-09-10 Simon South <ssouth@slowcomputing.org>
8703
8704 * progmodes/delphi.el (delphi-tab): Indent region when Transient
8705 Mark mode is enabled and region is active; otherwise indent or
8706 insert TAB as usual.
8707 (delphi-mode): Update description of TAB-key binding.
8708
50d4ba39
SM
87092009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8710
8711 * subr.el (define-key-rebound-commands): Mark obsolete.
8712 * startup.el (precompute-menubar-bindings): Remove.
8713 (normal-top-level): Remove obsolete code that tried to precompute
8714 menubar bindings.
8715 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8716 define-key-rebound-commands and precompute-menubar-bindings.
8717
ffa894db
KY
87182009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8719
8720 * net/imap.el (imap-interactive-login): Better messages.
8721 (imap-open): Fix bug with renamed buffer on reconnect.
8722 (imap-authenticate): Add buffer-local imap-last-authenticator variable
8723 for easier debugging and cleaner code. On successful (guessed based on
8724 server capabilities) secondary authentication, set imap-state
8725 correctly.
8726 (imap-last-authenticator): Define imap-last-authenticator as a variable
8727 to avoid warnings.
8728
9477096c
GM
87292009-09-10 Glenn Morris <rgm@gnu.org>
8730
8731 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8732
8733 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8734 (byte-compile-file-form-autoload): Don't warn about unknown functions
8735 where the autoload statement comes after the use.
8736 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8737 that any handlers inside the body (eg require) are in turn respected.
8738
8739 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8740 effects.
8741
8742 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8743 and syntax and abbrev tables basic docs, if they don't have any.
8744
8745 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8746
8747 * international/mule-cmds.el (top-level): Require cl when compiling.
8748 (view-hello-file): Use default-value rather than
8749 default-enable-multibyte-characters.
8750
8751 * progmodes/fortran.el: Move all safe and risky properties into the
8752 defcustoms.
8753
8754 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8755 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8756 * mail/undigest.el:
8757 Put autoloads in rmail.el rather than loaddefs.el.
8758 * mail/rmail.el: Regenerate with extracted autoloads.
8759
8760 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8761 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8762
9f16c547
NR
87632009-09-10 Nick Roberts <nickrob@snap.net.nz>
8764
8765 Reported in thread for Bug#4375.
8766 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8767 "-data-evaluate-expression" instead of print.
8768 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8769 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
8770 (gdb): Revert 2009-08-11 change. User should detach inferior
8771 manually.
9f16c547
NR
8772
8773 Remove the word "separate" from IO functions as inferior
8774 output is now never displayed in the GUD buffer.
8775
50405cd0
JB
87762009-09-10 Juanma Barranquero <lekktu@gmail.com>
8777
8778 * startup.el (command-line-normalize-file-name): On Windows and
8779 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8780
7ae62430
JL
87812009-09-10 Juri Linkov <juri@jurta.org>
8782
8783 * isearch.el (isearch-text-char-description): Propertize escape
8784 character sequences with the `escape-glyph' face. (Bug#4344)
8785
8786 * simple.el (shell-command): Set asynchronous process filter to
8787 `comint-output-filter'. (Bug#4343)
8788
8789 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8790 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
8791 the list. Move "asm" to the bottom.
8792 (grep-find-ignored-directories): Add `choice' with nil value
8793 to empty the list easily.
8794 (grep-find-ignored-files): New option.
8795 (grep-files-history): Set to nil by default instead of '("ch" "el").
8796 (grep-compute-defaults): Add "<X>" to `grep-template'.
8797 (grep-read-files): Bind new local variables `default-alias' and
8798 `default-extension'. Use a list of default values for the file prompt.
8799 (lgrep): Add `--exclude=' command line options composed from
8800 `grep-find-ignored-files'.
8801 (rgrep): Add `-name' command line options composed from
8802 `grep-find-ignored-files'. (Bug#4301)
8803
cd875252
SM
88042009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8805
8806 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8807 (bug#4368).
8808
cdce0b33
KY
88092009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8810
8811 * calendar/time-date.el (autoload):
8812 Expand define-obsolete-function-alias into defalias and make-obsolete
8813 for old Emacsen that Gnus supports.
8814 (with-no-warnings): Define it for old Emacsen.
8815 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8816 is available.
8817 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8818 float-time is available; suppress compile warning for time-to-seconds.
8819
88202009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
8821
8822 * net/imap.el (imap-message-map): Docstring fix.
8823
2b2eb431
GM
88242009-09-09 Glenn Morris <rgm@gnu.org>
8825
8826 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8827 line numbers too. (Bug#4374)
8828
83a5aac5
SM
88292009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8830
755e0210
SM
8831 * smerge-mode.el (smerge-remove-props, smerge-refine):
8832 Use with-silent-modifications (bug#4342).
8833
83a5aac5
SM
8834 * subr.el (with-silent-modifications): New macro.
8835
79f01fa7
JB
88362009-09-07 Juanma Barranquero <lekktu@gmail.com>
8837
8838 * files.el (top-level): Require `cl' when compiling.
8839
448ecec3
GM
88402009-09-07 Glenn Morris <rgm@gnu.org>
8841
8842 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8843
8f09a02f
GM
8844 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8845 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
8846
76ff67bf
NR
88472009-09-06 Nick Roberts <nickrob@snap.net.nz>
8848
8849 * vc-git.el (vc-git-annotate-command): Use separator to parse
8850 arguments correctly.
8851
943c8b75
EZ
88522009-09-06 Eli Zaretskii <eliz@gnu.org>
8853
8854 * proced.el (proced-mode): Doc fix.
8855
680db9ac
MA
88562009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
8857
8858 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8859 lstat fails.
8860 (tramp-do-file-attributes-with-ls): Check for file existence at
8861 remote end.
8862 (tramp-do-file-attributes-with-stat): Likewise.
8863 (tramp-convert-file-attributes): Return nil when attr is nil.
8864
3f12e5bd
GM
88652009-09-05 Glenn Morris <rgm@gnu.org>
8866
c8dc27bf
GM
8867 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8868 properties to this button.
8869 (diary-fancy-display): Don't extend the button to the final newline.
8870 (diary-fancy-display-mode): Continue to define "q" as a local key.
8871
cca065d8
GM
8872 * calendar/cal-china.el (holiday-chinese): Make it slightly more
8873 efficient.
8874
cddaedb6
GM
8875 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8876
3f12e5bd
GM
8877 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8878 (byte-compile-dest-file-function): New option.
8879 (byte-compile-dest-file): Doc fix.
8880 Obey byte-compile-dest-file-function.
8881 (byte-compile-cl-file-p): New function.
8882 (byte-compile-eval): Only suppress noruntime warnings about cl functions
8883 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
8884 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8885 than for file being previously loaded.
8886 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8887 (byte-compile-file-form-require): Handle the case where requiring a file
8888 indirectly causes CL to be loaded.
8889
049a231b
KF
88902009-09-05 Karl Fogel <kfogel@red-bean.com>
8891
8892 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8893 before killing the old buffer, since by the time `kill-buffer' is
8894 run so many buffer variables have been set to nil that it may not
8895 behave as expected. (Bug#4061)
8896
ef7ef2a0
KF
88972009-09-05 Karl Fogel <kfogel@red-bean.com>
8898
8899 * files.el (find-alternate-file): If the old buffer is modified
8900 and visiting a file, behave similarly to `kill-buffer' when
8901 killing it, thus reverting to the pre-1.878 behavior; see
8902 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8903 for discussion. Also, consult `buffer-file-name' as a variable
8904 not as a function, for consistency with the rest of the code.
8905
73d854cd
MA
89062009-09-04 Michael Albinus <michael.albinus@gmx.de>
8907
8908 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8909 also when adding a new directory.
8910
8911 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8912 defun.
8913
df120481
SM
89142009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8915
8916 * files.el (locate-file-completion-table): Make it provide boundary
8917 information, so partial-completion works better.
8918
c0bc6d79
SM
89192009-09-04 Leo <sdl.web@gmail.com> (tiny change)
8920
8921 * mail/footnote.el (Footnote-text-under-cursor):
8922 Check footnote-text-marker-alist before using it (bug#4324).
8923
f76a9756
GM
89242009-09-04 Glenn Morris <rgm@gnu.org>
8925
67d110f1
GM
8926 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8927 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8928 * play/solitaire.el, play/tetris.el:
8929 Remove leading * from defcustom and defface docs.
8930
b42d4989
GM
8931 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8932 necessary.
8933 (diary-fancy-overriding-map): New variable.
8934 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8935 Use view-mode.
8936
f76a9756
GM
8937 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8938 goto-line.
8939
e605eeeb
GM
89402009-09-03 Glenn Morris <rgm@gnu.org>
8941
597e2240
GM
8942 * arc-mode.el (archive-mode):
8943 * dos-fns.el (set-default-process-coding-system):
8944 * man.el (Man-getpage-in-background):
8945 * menu-bar.el (menu-bar-describe-menu):
8946 * server.el (server-process-filter):
8947 * startup.el (command-line):
8948 * tar-mode.el (tar-header-block-tokenize, tar-extract):
8949 * w32-fns.el (set-default-process-coding-system):
8950 * x-dnd.el (x-dnd-handle-file-name):
8951 * international/mule-cmds.el (mule-menu-keymap)
8952 (set-default-coding-systems, language-info-alist, set-language-info)
8953 (set-language-environment, standard-display-european-internal)
8954 (set-locale-environment):
8955 * international/mule-diag.el (mule-diag):
8956 * mail/emacsbug.el (report-emacs-bug):
8957 * mail/rmail.el (rmail-mode):
8958 * mail/sendmail.el (mail-setup):
8959 Use default-value rather than default-enable-multibyte-characters.
8960
f38184aa
GM
8961 * progmodes/f90.el: Move all safe properties into the defcustoms.
8962 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8963
e605eeeb
GM
8964 * calendar/appt.el (appt-check):
8965 * calendar/diary-lib.el (diary-set-header, diary-live-p)
8966 (diary-check-diary-file, diary-list-entries)
8967 (diary-include-other-diary-files, diary-simple-display)
8968 (diary-fancy-display, diary-print-entries)
8969 (diary-mark-included-diary-files, diary-make-entry):
8970 Don't call substitute-in-file-name on diary-file.
8971
734db384
SM
89722009-09-03 Eduard Wiebe <usenet@pusto.de>
8973 Stefan Monnier <monnier@iro.umontreal.ca>
8974
8975 * mail/footnote.el (footnote-prefix): Make it a defcustom.
8976 (footnote-mode-map): Move initialization into the declaration.
8977 (footnote-minor-mode-map): Define it rather than changing global-map.
8978 (footnote-mode): Use define-minor-mode.
8979
e5aa47f9
MA
89802009-09-02 Michael Albinus <michael.albinus@gmx.de>
8981
8982 * net/tramp.el (tramp-handle-file-attributes-with-ls)
8983 (tramp-do-file-attributes-with-perl)
8984 (tramp-do-file-attributes-with-stat): Rename from
8985 `tramp-handle-file-attributes-with-*'.
8986 (tramp-handle-file-attributes): Use them.
8987 (tramp-do-directory-files-and-attributes-with-perl)
8988 (tramp-do-directory-files-and-attributes-with-stat): Rename from
8989 `tramp-handle-directory-files-and-attributes-with-*'.
8990 (tramp-handle-directory-files-and-attributes): Use them.
8991 (tramp-method-out-of-band-p): Additional parameter SIZE.
8992 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8993 (tramp-handle-write-region): Use it.
734db384 8994 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
8995 (tramp-handle-vc-registered): Check, whether the first run did
8996 return files to be tested.
8997 (tramp-advice-make-auto-save-file-name): Do not call directly
8998 `tramp-handle-make-auto-save-file-name', because this would bypass
8999 the locking mechanism.
9000
734db384 9001 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
9002 (file-remote-p, process-file, start-file-process, set-file-times)
9003 (tramp-compat-file-attributes): Compatibility functions shall not
9004 call directly `tramp-handle-*', because this would bypass the
9005 locking mechanism.
9006 (tramp-compat-number-sequence): New defun.
9007
6e2ca895
GM
90082009-09-02 Glenn Morris <rgm@gnu.org>
9009
697c7714
GM
9010 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9011 alias for float-time.
9012 (time-to-number-of-days): In Emacs, use float-time.
9013 * net/newst-backend.el (time-add): Suppress warnings from compat
9014 function.
9015 * time.el (emacs-uptime, emacs-init-time):
9016 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9017 Use float-time rather than time-to-seconds.
9018
6e2ca895
GM
9019 * minibuffer.el (completion-initials-expand): Fix typo.
9020
9021 * faces.el (modeline, modeline-inactive, modeline-highlight)
9022 (modeline-buffer-id):
9023 * info.el (info-menu-5): Mark these face aliases as obsolete.
9024
ed17efec
NR
90252009-09-01 Nick Roberts <nickrob@snap.net.nz>
9026
9027 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9028 space ...
9029 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9030 no "--thread" option.
9031 (gdb-stopped): Don't print "Switched to thread" message when it is
9032 unchanged.
9033
fcb68f70
SM
90342009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9035
9036 * minibuffer.el (completion-try-completion)
9037 (completion-all-completions): Remove ill-defined (and
9038 mistakenly installed and luckily never used nor documented)
9039 `completion-styles' property.
9040 (completion-initials-expand, completion-initials-all-completions)
9041 (completion-initials-try-completion): New functions.
9042 (completion-styles-alist): Add doc to each entry.
9043 Add new `initials' entry.
9044
83318a6d
NR
90452009-09-01 Nick Roberts <nickrob@snap.net.nz>
9046
9047 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9048 MI command -var-evaluate-expression.
9049 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9050 and tweak for case of string child.
734db384 9051 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 9052
d63eb0e7
GM
90532009-09-01 Glenn Morris <rgm@gnu.org>
9054
c4f6e489
GM
9055 * add-log.el (change-log-date-face, change-log-name-face)
9056 (change-log-email-face, change-log-file-face, change-log-list-face)
9057 (change-log-conditionals-face, change-log-function-face)
9058 (change-log-acknowledgement-face):
9059 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9060 (custom-modified-face, custom-set-face, custom-changed-face)
9061 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9062 (custom-documentation-face, custom-state-face, custom-comment-face)
9063 (custom-comment-tag-face, custom-variable-tag-face)
9064 (custom-variable-button-face, custom-face-tag-face)
9065 (custom-group-tag-face-1, custom-group-tag-face):
9066 * diff-mode.el (diff-header-face, diff-file-header-face)
9067 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9068 (diff-added-face, diff-changed-face, diff-function-face)
9069 (diff-context-face, diff-nonexistent-face):
9070 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9071 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9072 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9073 (Info-title-4-face):
9074 * isearch.el (isearch-lazy-highlight-face):
9075 * log-view.el (log-view-file-face, log-view-message-face):
9076 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9077 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9078 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9079 (cvs-msg-face):
9080 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9081 (smerge-base-face, smerge-markers-face):
9082 * wid-edit.el (widget-documentation-face, widget-button-face)
9083 (widget-field-face, widget-single-line-field-face)
9084 (widget-inactive-face, widget-button-pressed-face):
9085 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9086 (woman-addition-face):
2fb1ec93
GM
9087 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9088 (eshell-ls-executable-face, eshell-ls-readonly-face)
9089 (eshell-ls-unreadable-face, eshell-ls-special-face)
9090 (eshell-ls-missing-face, eshell-ls-archive-face)
9091 (eshell-ls-backup-face, eshell-ls-product-face)
9092 (eshell-ls-clutter-face):
9093 * eshell/em-prompt.el (eshell-prompt-face):
9094 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 9095 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
9096 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9097 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9098 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9099 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9100 (antlr-font-lock-literal-face):
c4f6e489
GM
9101 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9102 (ebrowse-root-class-face, ebrowse-file-name-face)
9103 (ebrowse-default-face, ebrowse-member-attribute-face)
9104 (ebrowse-member-class-face, ebrowse-progress-face):
9105 * progmodes/make-mode.el (makefile-space-face):
9106 * progmodes/sh-script.el (sh-heredoc-face):
9107 * textmodes/flyspell.el (flyspell-incorrect-face)
9108 (flyspell-duplicate-face):
9109 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 9110 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
9111 Mark face aliases with "-face" suffix as obsolete.
9112
d80619fa
GM
9113 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9114 compiler.
9115
5f68c1b7
GM
9116 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9117 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9118 easy-menu-define wants to modify these.
9119
9120 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9121
9122 * net/browse-url.el (browse-url-file-url):
9123 * term/internal.el (dos-codepage-setup):
9124 Use default-value rather than default-enable-multibyte-characters.
9125
d80619fa 9126 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
9127 * progmodes/flymake.el (flymake-highlight-line)
9128 (flymake-goto-file-and-line, flymake-goto-line):
9129 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9130 (gdb-goto-breakpoint):
9131 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9132 * progmodes/python.el (python-find-function)
9133 (python-pdbtrack-track-stack-file):
9134 * progmodes/verilog-mode.el (verilog-surelint-off):
9135 * term/ns-win.el (ns-open-file-select-line):
9136 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9137 Use forward-line rather than goto-line.
9138
d63eb0e7
GM
9139 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9140 * textmodes/reftex-index.el (reftex-display-index):
9141 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9142 * textmodes/reftex-toc.el (reftex-toc):
9143 Remove unnecessary bindings of default-major-mode (all are followed by
9144 major-mode check and possible mode switch).
9145
0afad278
NR
91462009-08-31 Nick Roberts <nickrob@snap.net.nz>
9147
9148 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9149 Handle watchpoints (bug#4282).
9150 (def-gdb-thread-buffer-command): Enable thread to be selected by
9151 clicking without selecting threads buffer first.
9152 (gdb-current-context-command): Use selected frame so that "up",
9153 "down" etc work in the GUD buffer.
9154 (gdb-update): Find selected frame before rendering stack buffer.
9155 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9156
4e135dd2
SM
91572009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9158
9159 * progmodes/sym-comp.el (displayed-completions): Remove.
9160 (symbol-complete): Use minibuffer-complete.
9161
e61eba34
GM
91622009-08-31 Glenn Morris <rgm@gnu.org>
9163
9164 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9165
734db384
SM
9166 * apropos.el (apropos-symbols-internal):
9167 Handle (obsolete) face aliases.
e61eba34
GM
9168
9169 * faces.el (describe-face): Adjust the output format to be more like
9170 describe-variable, and to mention (obsolete) face aliases.
9171 Adjust the whitespace so that help-setup-xref works.
9172
9173 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9174 * calendar/diary-lib.el (diary-button-face):
9175 Mark these face aliases as obsolete.
9176
9177 * calendar/calendar.el (calendar-today): Doc fix.
9178
4cf71456
NR
91792009-08-31 Nick Roberts <nickrob@snap.net.nz>
9180
9181 * progmodes/gdb-mi.el (gdb-control-all-threads)
9182 (gdb-control-current-thread): Force tool bar update.
9183 (gdb-non-stop-handler): New function.
9184 (gdb-init-1): Use it to test if non-stop mode is supported.
9185 Remove unused gdbmi buffer type.
9186
e61eba34 91872009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
9188
9189 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 9190 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 9191
4324f7ca
NR
91922009-08-30 Nick Roberts <nickrob@snap.net.nz>
9193
9194 * comint.el (comint-exec-1): Check command is non-null first.
9195 Part of gdb-mi.el change (2009-08-28).
9196
a1bf889a
SM
91972009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9198
9199 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9200
060c08b5
JB
92012009-08-30 Juanma Barranquero <lekktu@gmail.com>
9202
9203 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9204 instead of `dolist' to avoid a recursive require when bootstrapping.
9205
ab22be48
SM
92062009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9207
73ebf88f
SM
9208 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9209
80629cfc
SM
9210 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9211
206d0387 9212 * net/imap.el (imap-send-command): Simplify.
734db384 9213 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 9214
844f7784
SM
9215 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9216
5ca4661e
SM
9217 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9218 with constant argument.
9219
c61dc887
SM
9220 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9221
7eb73deb
SM
9222 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9223
5fe443de
SM
9224 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9225 Change default, since most of our files don't have a history.
9226 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9227 the user.
9228
6444d64a
SM
9229 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9230 Add comint-run.
9231
5cb16bfc
SM
9232 * calc/calc.el: Improve commenting convention.
9233 (calc-digit-map, toplevel): Simplify.
9234
0aeb71a7
SM
9235 * comint.el (comint-insert-input): Be careful to only set point if we
9236 don't delegate to some other command.
9237
9a9af856
SM
9238 * proced.el (proced-signal-list): Make it an alist.
9239 (proced-grammar-alist): Capitalize names.
9240 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9241 Disable undo manually and make it read-only.
9242 Use completion-annotate-function.
9243
ab22be48
SM
9244 * minibuffer.el (minibuffer-message): If the current buffer is not
9245 a minibuffer, insert the message in the echo area rather than at the
9246 end of the buffer.
9247 (completion-annotate-function): New variable.
9248 (minibuffer-completion-help): Use it.
9249 (completion--embedded-envvar-table): Environment vars are
9250 always case-sensitive.
9251
4a948dbf
GM
92522009-08-30 Glenn Morris <rgm@gnu.org>
9253
9254 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9255 from fortran-current-defun.
9256 (fortran-beginning-of-subprogram): Be more precise about finding the
9257 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9258 (fortran-end-of-subprogram): Simplify.
9259 (fortran-current-defun): Use fortran-start-prog-re.
9260
486cf3b8
JB
92612009-08-29 Juanma Barranquero <lekktu@gmail.com>
9262
9263 * subr.el (do-after-load-evaluation): Simplify.
9264
db167d28
DN
92652009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9266
9267 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9268
9269 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9270 (vc-rcs-print-log): Use it.
9271
9272 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9273
efbc652a
SM
92742009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9275
2aa0e5bf
SM
9276 * paths.el (abbrev-file-name): Move to abbrev.el.
9277 * abbrev.el (abbrev-file-name): Move from paths.el.
9278 Obey user-emacs-directory.
9279 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9280 user-emacs-directory.
9281 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9282 abbrev-file-name and calc-settings-file any more.
9283 * startup.el (command-line): Recompute abbrev-file-name and
9284 abbreviated-home-dir.
9285 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9286 of the special code for when C-h bindings haven't been changed.
9287 (display-startup-echo-area-message): Use with-current-buffer.
9288 (command-line-1): Use a list of strings, rather than a list of lists
9289 of strings for longopts.
9290
51da8fe2
SM
9291 * files.el (get-free-disk-space): Use / for default-directory.
9292
0c3cc4dd
SM
9293 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9294 Use with-current-buffer.
9295
d988dbf6
SM
9296 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9297 Recognize immutable variables like most-positive-fixnum.
9298 (byte-compile-setq-default): Check and warn if trying to assign
9299 to an immutable variable, or a non-variable.
9300
efbc652a
SM
9301 * progmodes/cc-vars.el (c-comment-continuation-stars):
9302 * progmodes/cc-engine.el (c-looking-at-bos):
9303 * progmodes/cc-cmds.el (c-toggle-auto-state)
9304 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9305 (c-comment-line-break-function): Add version of obsolescence.
9306
d30a05d1
JL
93072009-08-28 Juri Linkov <juri@jurta.org>
9308
9309 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9310 associated with `archive-mode'.
9311
9312 * image.el (image-type-header-regexps): Use only JPEG magic number
9313 to determine JPEG images, and don't use `image-jpeg-p' because
9314 Emacs can display non-JFIF non-Exif JPEG images.
9315
1e8eecea
JB
93162009-08-28 Juanma Barranquero <lekktu@gmail.com>
9317
9318 * arc-mode.el (archive-mode):
9319 * emacs-lisp/re-builder.el (re-builder-unload-function):
9320 Protect against the default value of `major-mode' being nil.
9321
dd4fbf56
JB
93222009-08-28 Juanma Barranquero <lekktu@gmail.com>
9323
9324 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9325 Fix typos in docstrings.
9326
9327 * progmodes/js.el (js--macro-decl-re): Doc fix.
9328 (js--plain-method-re, js--split-name): Refloc docstring.
9329 (js--class-styles, js--make-merged-item, js--splice-into-items):
9330 Fix typos in docstrings; reflow docstrings.
9331 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9332 (js--variable-decl-matcher, js--inside-pitem-p)
9333 (js--parse-state-at-point, js--get-all-known-symbols)
9334 (js--symbol-history, js-find-symbol, js--js-references)
9335 (js--moz-interactor, js--js-encode-value, js--read-tab):
9336 Fix typos in docstrings.
9337
72f16325
SM
93382009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9339
14acf2f5
SM
9340 * textmodes/reftex.el (reftex-get-file-buffer-force):
9341 * progmodes/verilog-mode.el (verilog-batch-execute-func):
9342 * emulation/viper.el (viper-go-away, viper-set-hooks):
9343 * emacs-lisp/re-builder.el (re-builder-unload-function):
9344 * emacs-lisp/bytecomp.el (byte-compile-file):
9345 * ses.el (ses-unload-function):
9346 * hexl.el (hexl-find-file):
9347 * files.el (normal-mode):
9348 * ehelp.el (with-electric-help):
9349 * autoinsert.el (auto-insert-alist):
9350 * arc-mode.el (archive-mode):
9351 Use (default-value 'major-mode) instead of default-major-mode.
9352
72f16325
SM
9353 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9354 * international/mule.el (load-with-code-conversion):
9355 * emacs-lisp/debug.el (debug):
9356 * ediff-vers.el (ediff-rcs-get-output-buffer):
9357 * dired.el (dired-internal-noselect): Don't let-bind
9358 default-major-mode around code that doesn't use it.
9359 E.g. buffer creation via get-buffer-create doesn't use it.
9360
aa485f7c
MA
93612009-08-28 Michael Albinus <michael.albinus@gmx.de>
9362
9363 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9364 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9365 when writing the temp file. Otherwise, epa-file gets confused.
9366 (tramp-register-file-name-handlers): Make it a defun. Move also
9367 `epa-file-handler' to the front of `file-name-handler-alist'.
9368
93692009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9370
9371 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9372 start right after a ^M.
9373 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9374 (tramp-completion-file-name-regexp-separate)
9375 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
9376 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9377 Don't modify last-coding-system-used by accident.
aa485f7c
MA
9378 (tramp-completion-file-name-handler): Apply the checks here,
9379 instead during registration.
48c2d18a 9380 (tramp-register-file-name-handlers): Renamed from
aa485f7c
MA
9381 `tramp-register-file-name-handler'. Register both
9382 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 9383 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 9384
3f0c2b92
NR
93852009-08-28 Nick Roberts <nickrob@snap.net.nz>
9386
72f16325
SM
9387 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9388 Remove variable ...
3f0c2b92
NR
9389 (gdb-init-1, gdb-display-separate-io-buffer)
9390 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9391 references to it.
9392 (gdb-inferior-io-mode): Use make-comint-in-buffer.
9393 (gdb-inferior-filter): Use comint-output-filter to stop
9394 echoing and remove ^M characters.
9395
705e5bd9
SM
93962009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9397
009fdc2e
SM
9398 * emulation/viper-init.el (viper-restore-cursor-type):
9399 * emulation/cua-base.el (cua--update-indications):
9400 Replace default-cursor-type with (default-value 'cursor-type).
9401
b56a5ae0
SM
9402 * mail/sendmail.el (mail-recover-1):
9403 * international/mule-diag.el (describe-current-coding-system-briefly)
9404 (describe-current-coding-system):
9405 * international/mule-cmds.el (select-safe-coding-system)
9406 (select-message-coding-system)
9407 (set-language-environment-coding-systems, set-locale-environment):
9408 * hexl.el (hexl-insert-multibyte-char):
9409 * dos-w32.el (find-buffer-file-type-coding-system):
9410 * simple.el (what-cursor-position):
9411 Replace uses of default-buffer-file-coding-system
9412 with (default-value 'buffer-file-coding-system).
9413
de70529f
SM
9414 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9415 Replace uses of default-cursor-in-non-selected-windows
9416 with (default-value 'cursor-in-non-selected-windows).
9417 Use with-current-buffer.
9418
705e5bd9
SM
9419 * mail/feedmail.el: Use CL macros.
9420 (feedmail-run-the-queue, feedmail-send-it-immediately):
9421 * dos-w32.el (find-buffer-file-type): Replace uses of
9422 default-buffer-file-type with (default-value 'buffer-file-type).
9423
4d985ac2
GM
94242009-08-28 Glenn Morris <rgm@gnu.org>
9425
9426 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9427 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9428 Use default-value of major-mode rather than default-major-mode.
9429
17c15b81
SM
94302009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9431
3a68ab06
SM
9432 * Makefile.in (update-elcfiles): Report left over elc files.
9433
9421bdd1
SM
9434 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9435 expand-file-name and with-current-buffer.
9436 (mail-get-names, mail-directory): Use with-current-buffer.
9437
17c15b81
SM
9438 * vc.el (vc-read-revision): New function.
9439 (vc-version-diff, vc-merge): Use it.
9440
ba83a64e
SS
94412009-08-27 Sam Steingold <sds@gnu.org>
9442
9443 * simple.el (kill-do-not-save-duplicates): New user option.
9444 (kill-new): When it is non-nil, and the new string is the same as
9445 the latest kill, set replace to t to avoid duplicates in kill-ring.
9446
be3e598a 94472009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
9448
9449 * net/tramp.el (tramp-handle-process-file): Do not flush all
9450 caches when `process-file-side-effects' is set.
9451 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
9452 instead of `tramp-find-file-exists-command'.
9453 Unset `process-file-side-effects'.
d5b5c94a
MA
9454
94552009-08-27 Michael Albinus <michael.albinus@gmx.de>
9456
9457 * net/tramp.el (tramp-methods): New method "rsyncc".
9458 (top): Add completion function for "rsyncc".
9459 (tramp-message-show-message): New defvar.
9460 (tramp-message, tramp-error): Use it.
9461 (tramp-do-copy-or-rename-file-directly): Extend check for direct
9462 remote copying.
9463 (tramp-do-copy-or-rename-file-out-of-band): Handle new
9464 `tramp-methods' entry `copy-env' of "rsyncc".
9465 (tramp-vc-registered-read-file-names): New defconst.
9466 (tramp-vc-registered-file-names): New defvar.
9467 (tramp-handle-vc-registered): Implement optimization strategy.
9468 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9469 (tramp-vc-file-name-handler): New defun.
9470 (tramp-get-ls-command, tramp-get-test-command)
9471 (tramp-get-file-exists-command, tramp-get-remote-ln)
9472 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 9473 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
9474
9475 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9476 (tramp-cache-inhibit-cache): Extend doc string. It allows also
9477 timestamps.
9478 (tramp-get-file-property): Check for timestamps in
9479 `tramp-cache-inhibit-cache'.
9480 (tramp-set-file-property): Write timestamp.
9481
1339cf20
KH
94822009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9483
9484 * language/japan-util.el (japanese-symbol-table): Add entries for
9485 cp932-2-byte.
9486
9487 * international/characters.el: Add category `j' to cp932-2-byte.
9488
726e3f1d
KH
94892009-08-27 Kenichi Handa <handa@m17n.org>
9490
9491 * international/fontset.el (build-default-fontset-data): New macro.
9492 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 9493 tibetan, ethiopic, and ipa.
726e3f1d 9494
4e3b4528
SM
94952009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9496
9497 * cus-start.el (default-major-mode): Customize `major-mode' instead.
9498 (enable-multibyte-characters): Not customizable any more.
9499
9500 * subr.el (default-mode-line-format, default-header-line-format)
9501 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9502 (default-direction-reversed, default-truncate-lines)
9503 (default-left-margin, default-tab-width, default-case-fold-search)
9504 (default-left-margin-width, default-right-margin-width)
9505 (default-left-fringe-width, default-right-fringe-width)
9506 (default-fringes-outside-margins, default-scroll-bar-width)
9507 (default-vertical-scroll-bar, default-indicate-empty-lines)
9508 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9509 (default-fringe-cursor-alist, default-scroll-up-aggressively)
9510 (default-scroll-down-aggressively, default-fill-column)
9511 (default-cursor-type, default-buffer-file-type)
9512 (default-cursor-in-non-selected-windows)
9513 (default-buffer-file-coding-system, default-major-mode)
9514 (default-enable-multibyte-characters): Mark as obsolete.
9515
b3cca6a6
DN
95162009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
9517
652cc1a2
DN
9518 * vc-dir.el (vc-dir-update): Remove debug helper.
9519
b3cca6a6
DN
9520 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9521
4ed8c7aa
SS
95222009-08-26 Sam Steingold <sds@gnu.org>
9523
9524 * simple.el (save-interprogram-paste-before-kill): New user option.
9525 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9526 save the interprogram-paste into kill-ring before overriding it
9527 with the Emacs kill.
9528
3b64d86b
DN
95292009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9530
9531 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9532 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9533 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9534 and move to vc-rcs.el.
9535 (vc-default-next-revision): Rename to vc-rcs-next-revision and
9536 move to vc-rcs.el.
9537 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9538 (vc-rcs-update-changelog): Remove.
9539 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9540 and move to vc-rcs.el.
9541
9542 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9543 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9544 renaming.
9545 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 9546 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
9547 vc.el, renamed to be RCS specific.
9548
72f16325
SM
9549 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9550 New functions.
9551 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
9552
9553 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9554 New functions.
9555
636a36a0
SM
95562009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9557
9558 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9559
239b3340
DN
95602009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9561
b91f0762 9562 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
9563 (vc-git-stash, vc-git-stash-show): New functions.
9564 (vc-git-extra-menu-map): Bind them.
b91f0762 9565
b8e54362
DN
9566 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9567 directory correctly in case the item is a directory itself.
9568
239b3340
DN
9569 * vc.el: Document the desired behavior for reverted files in the
9570 `added' state.
dc810649
DN
9571 (vc-default-prettify-state-info): Remove function, unused.
9572
9573 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 9574
e49c0179
GM
95752009-08-26 Glenn Morris <rgm@gnu.org>
9576
9577 * bindings.el (standard-mode-line-format): Reposition dashes in
9578 which-func entry. (Bug#4217)
9579
3029e594
GM
9580 * files.el (enable-local-variables, enable-local-eval)
9581 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9582 the defcustoms.
9583 (auto-mode-alist, ignored-local-variables)
9584 (save-some-buffers-action-alist): Move risky declarations to the
9585 definitions.
9586 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9587 (font-lock-defaults, format-alist, imenu--index-alist)
9588 (imenu-generic-expression, input-method-alist, minor-mode-alist)
9589 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9590 (mode-line-modified, mode-line-mule-info, mode-line-position)
9591 (mode-line-process, mode-line-remote, outline-level)
9592 (parse-time-rules, rmail-output-file-alist)
9593 (special-display-buffer-names, vc-mode):
9594 Move risky declarations to the relevant files.
72f16325
SM
9595 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9596 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
9597 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9598 * font-core.el (font-lock-defaults):
9599 * format.el (format-alist):
9600 * vc-hooks.el (vc-mode):
9601 * window.el (special-display-buffer-names):
9602 * international/mule-cmds.el (input-method-alist):
9603 Define riskiness here (dumped file) rather than in files.el.
9604 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9605 * imenu.el (imenu-generic-expression, imenu--index-alist):
9606 * outline.el (outline-level):
9607 * time.el (display-time-string):
9608 * calendar/parse-time.el (parse-time-rules):
9609 * mail/rmailout.el (rmail-output-file-alist):
9610 Autoload riskiness here, rather than placing in files.el.
9611
8476cfaf
SM
96122009-08-26 Andreas Schwab <schwab@linux-m68k.org>
9613
9614 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9615
0b35b48e
MA
96162009-08-25 Michael Albinus <michael.albinus@gmx.de>
9617
9618 * simple.el (process-file-side-effects): New defvar.
9619
9620 * dired-aux.el (dired-show-file-type):
9621 * vc.el (vc-diff-internal):
9622 * vc-arch.el (vc-arch-diff):
9623 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9624 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9625 * vc-git.el (vc-git-registered, vc-git-working-revision)
9626 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9627 (vc-git--empty-db-p):
9628 * vc-hooks.el (vc-user-login-name):
9629 * vc-svn.el (vc-svn-registered, vc-svn-state)
9630 (vc-svn-dir-extra-headers, vc-svn-find-revision):
9631 * progmodes/grep.el (grep-probe): Let-bind
9632 `process-file-side-effects' with nil.
9633
9634 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9635
9636 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9637 daemon. Replace ping by checking for running service for bluez
9638 and zeroconf. (Bug#4239)
9639
d54cc599
GM
96402009-08-25 Kevin Ryde <user42@zip.com.au>
9641
9642 * net/dig.el (dig): Add autoload cookie.
9643
7bfd055d
GM
96442009-08-25 Glenn Morris <rgm@gnu.org>
9645
bac9c66c
GM
9646 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9647 load-history for absolute file-names.
9648 (byte-compile-file-form-require): Warn about use of the cl package.
9649
7bfd055d
GM
9650 * format.el (format-alist): Doc fix.
9651
5ac1f9e0
GM
9652 * play/bubbles.el (top-level): Don't require cl at run-time.
9653
af62aa88
GM
9654 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9655 run-time cl).
9656
71e036af
DD
96572009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
9658
9659 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9660 from cl package.
9661 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9662
42110eaf
JB
96632009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
9664
9665 * calc/calc-alg.el (math-trig-rewrite)
9666 (math-hyperbolic-trig-rewrite): New functions.
9667 (calc-simplify): Simplify trig functions when asked.
9668
88421f3e
SM
96692009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9670
9671 * diff-mode.el (diff-find-source-location): Avoid goto-line.
9672
dbd9624e
KH
96732009-08-24 Kenichi Handa <handa@m17n.org>
9674
9675 * language/ind-util.el (mapthread): Delete it.
9676 (combinatorial): New function.
9677 (indian--puthash-cv): Use combinatorial instead of mapthread.
9678
9b89e3ee
GM
96792009-08-22 Kevin Ryde <user42@zip.com.au>
9680
9681 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9682 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9683 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9684 Clarify docstring that the value is strings not symbols.
9685 (checkdoc-list-of-strings-p): New function.
9686
e6ce8c42
GM
96872009-08-22 Glenn Morris <rgm@gnu.org>
9688
2ddf2ea6 9689 * files.el (auto-mode-alist):
a3374680
GM
9690 * hippie-exp.el (he-concat-directory-file-name):
9691 * lpr.el (lpr-windows-system, printer-name):
9692 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9693 * ps-print.el (ps-windows-system):
9694 * startup.el (command-line):
9695 * emulation/viper-ex.el (viper-glob-function):
9696 * international/mule-cmds.el (set-language-environment-coding-systems):
9697 * net/ange-ftp.el (ange-ftp-write-region):
9698 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 9699 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
9700 unisoft-unix, vax-vms, win32, w32.
9701
977955fa
GM
9702 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9703 given name if the pattern is not more specific.
9704
b4deec2e
GM
9705 * calendar/lunar.el (lunar-phase-names): New option.
9706 (lunar-phase): Doc fix.
9707 (lunar-cycles-per-year): New constant.
9708 (lunar-index): New function.
9709 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9710 (lunar-phase-name): Use lunar-phase-names.
9711 (calendar-lunar-phases): Use format.
9712 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9713
47e83968
GM
9714 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9715 Copy imenu-example--name-and-position function here for own use.
9716 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9717
e6ce8c42
GM
9718 * bs.el (bs--redisplay):
9719 * cus-edit.el (custom-redraw):
9720 * ibuffer.el (ibuffer-bury-buffer):
9721 * server.el (server-goto-line-column):
9722 * startup.el (command-line-1):
9723 * strokes.el (strokes-xpm-for-stroke):
9724 * term.el (term-display-buffer-line):
9725 * view.el (View-goto-line):
9726 * calc/calc.el (calc-do, calc-trail-buffer):
9727 * play/gamegrid.el (gamegrid-add-score-insecure):
9728 * progmodes/ada-mode.el (ada-compile-goto-error):
9729 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9730 (ebrowse-select-1st-to-9nth):
47e83968 9731 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
9732 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9733 * progmodes/gud.el (gud-display-line):
9734 (idlwave-shell-display-line):
9735 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9736 * progmodes/make-mode.el (makefile-browser-toggle):
9737 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9738 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9739 * textmodes/picture.el (picture-draw-rectangle):
9740 * textmodes/reftex-index.el (reftex-index-goto-letter):
9741 (reftex-select-jump-to-previous):
9742 * textmodes/reftex-sel.el (reftex-find-start-point)
9743 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9744 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9745 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9746 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9747 * textmodes/two-column.el (2C-associated-buffer):
9748 Use forward-line rather than goto-line.
9749
9750 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9751 goto-line.
9752
4b18bdb3
GM
9753 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9754 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9755 (quick-check-list-to-regexp): Declare.
e6ce8c42 9756
72f16325
SM
9757 * progmodes/make-mode.el (makefile-browser-insert-selection):
9758 Use goto-char rather than goto-line.
e6ce8c42
GM
9759
9760 * progmodes/prolog.el (compilation-error-regexp-alist)
9761 (compilation-forget-errors): Declare.
9762
32a2cf25
JL
97632009-08-22 Juri Linkov <juri@jurta.org>
9764
9765 * progmodes/grep.el (lgrep, rgrep): At the beginning
9766 set `dir' to `default-directory' unless `dir' is a non-nil
9767 readable directory. (Bug#4052)
9768 (lgrep, rgrep): Change a weird way to report an error
9769 from using `read-string' to using `error'.
9770 Instead of using interactive arguments in the function body,
9771 add new argument `confirm'.
9772
5443c9b7
SM
97732009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9774
cb5b40ee
SM
9775 * textmodes/remember.el (remember-buffer):
9776 * progmodes/cperl-mode.el (cperl-vc-header-alist):
9777 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9778 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
9779 * net/newst-treeview.el (newsticker-groups-filename):
9780 * net/newst-backend.el (newsticker-cache-filename):
9781 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9782 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9783 (speedbar-add-ignored-path-regexp, speedbar-line-path)
9784 (speedbar-buffers-line-path, speedbar-path-line)
9785 (speedbar-buffers-line-path):
9786 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9787 (epg-sign-keys):
9788 * epa.el (epa-display-verify-result):
9789 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9790
d6261cc1
GM
97912009-08-21 Glenn Morris <rgm@gnu.org>
9792
3e1ea342
GM
9793 * progmodes/js.el (inferior-moz-process): Fix declaration.
9794
ce86eeb5
GM
9795 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9796
fff28970
GM
9797 * obsolete/rnewspost.el (news-mail-reply):
9798 Use goto-char rather than goto-line.
9799
d93e053b
GM
9800 * term/ns-win.el (ns-open-file-select-line):
9801 Use line-beginning-position rather than goto-line.
9802
d5d105e8
GM
9803 * apropos.el (apropos-command):
9804 * ehelp.el (electric-helpify):
9805 * printing.el (pr-show-setup):
9806 * strokes.el (strokes-help):
9807 * tutorial.el (tutorial--describe-nonstandard-key)
9808 (tutorial--detailed-help):
9809 * woman.el (woman-mini-help, woman-display-extended-fonts):
9810 * calc/calc-help.el (calc-describe-key):
9811 * emulation/edt.el (edt-electric-helpify):
9812 * international/mule-diag.el (mule-diag):
9813 * play/yow.el (apropos-zippy):
9814 * progmodes/python.el (python-describe-symbol):
9815 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9816 * textmodes/table.el (*table--cell-describe-mode)
9817 (*table--cell-describe-bindings):
9818 Use help-print-return-message rather than the now obsolete alias.
9819
a8ab722f 9820 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
9821 (calendar-cursor-to-visible-date):
9822 * play/5x5.el (5x5-position-cursor):
9823 * play/decipher.el (decipher):
9824 * play/gomoku.el (gomoku-goto-xy):
9825 * play/landmark.el (lm-goto-xy):
9826 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9827 (mpuz-paint-digit):
9828 Use forward-line, not goto-line.
a8ab722f 9829
d6261cc1
GM
9830 * mail/rmail.el (rmail-obsolete): Delete custom group.
9831 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9832 (rmail-remote-password, rmail-remote-password-required):
9833 Remove unneeded :set-after and :set properties.
9834
9e846523
MA
98352009-08-21 Michael Albinus <michael.albinus@gmx.de>
9836
9837 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9838
bbe1f502
DN
98392009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
9840
bcc5db24
DN
9841 * loadup.el: Remove leftover macos code.
9842
bbe1f502
DN
9843 * vc-git.el (vc-git-annotate-command): Run asynchronously.
9844 Explicitly pass the date format to git blame so that user local
9845 so that the output format can be parsed.
9846
6fd2d19a
MA
98472009-08-20 Michael Albinus <michael.albinus@gmx.de>
9848
9849 * net/dbus.el (top): Don't check for (getenv
9850 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
9851
31764e15
SM
98522009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
9853
9854 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 9855 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 9856
28930e39
SM
98572009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9858
4fd15622 9859 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 9860 Bug#3287
4fd15622 9861
b3d8e4a0
SM
9862 * help.el (help-print-return-message): Rename from
9863 print-help-return-message.
9864
c9829c70
SM
9865 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9866 cvs-mode-map parent hack.
9867 (log-view-mode): Derive from special-mode.
9868
b932657b
SM
9869 * linum.el (linum-mode): window-size-change-functions is redundant.
9870 Adapt to new window-configuration-change-hook behavior.
9871 (linum-after-size, linum-after-config): Remove.
9872
1b700bca
SM
9873 * imenu.el (imenu-example--name-and-position)
9874 (imenu-example--lisp-extract-index-name)
9875 (imenu-example--create-lisp-index, imenu-example--create-c-index):
9876 Mark as obsolete.
9877
28930e39
SM
9878 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9879 (inferior-prolog-mode): Use it.
9880 (inferior-prolog-load-file): Reset list of errors.
9881
c9af0b68
KH
98822009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9883
9884 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9885
9886 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9887
720c7cd6
MA
98882009-08-19 Michael Albinus <michael.albinus@gmx.de>
9889
9890 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9891 is running already.
9892
03a74b84
SM
98932009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9894
9895 * subr.el (listify-key-sequence-1): Use normal syntax since those
9896 integers are nowadays always represented by the same (positive) number
9897 on all platforms.
9898 (read-key-empty-map): New const.
9899 (read-key-delay): New var.
9900 (read-key): New function.
9901 (force-mode-line-update): Use with-current-buffer.
9902 (locate-user-emacs-file): Don't forget to abbreviate the file name.
9903 (start-process-shell-command, start-file-process-shell-command):
9904 Discourage the use of command-args.
9905
f43e88d4
GM
99062009-08-19 Glenn Morris <rgm@gnu.org>
9907
9908 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9909
890429cc
SM
99102009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9911
85be9ec4
SM
9912 * simple.el (choose-completion-string): Don't rely on
9913 minibuffer-completing-file-name and ad-hoc checks to decide whether
9914 to continue completion or not.
9915
890429cc
SM
9916 * minibuffer.el (minibuffer-hide-completions): New function.
9917 (completion--do-completion): Use it.
9918 (completions-annotations): New face.
9919 (completion--insert-strings): Use it.
9920 (completion-pcm--delim-wild-regex): Add docstring.
9921 (completion-pcm--string->pattern): Add support for 0-width delimiters
9922 in completion-pcm--delim-wild-regex.
9923
265d4549
SM
99242009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
9925
d440b941
SM
9926 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9927 Remove unused var `buffer-modified-p'.
9928
265d4549
SM
9929 * minibuffer.el (completion--do-completion): Move point for the #b001
9930 case as well (bug#4176).
9931 (minibuffer-complete, minibuffer-complete-word): Don't move point.
9932
ba6f7d86
MA
99332009-08-18 Michael Albinus <michael.albinus@gmx.de>
9934
9935 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
9936 and :session buses.
9937
98819490
KH
99382009-08-18 Kenichi Handa <handa@m17n.org>
9939
265d4549
SM
9940 * international/ucs-normalize.el (ucs-normalize-version):
9941 Change to 1.1.
58627cf0
KH
9942 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9943 (utf-8-hfs): Make it perform normalization on encoding too.
9944
98819490
KH
9945 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
9946 (sentence-end-without-space): Delete duplicated chars.
9947 (sentence-end-base): Likewise.
e739cc85
KH
9948
9949 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
9950 (html-mode): Delete duplicated chars from sentence-end-base.
9951
9952 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
9953 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 9954
645b9326
CY
99552009-08-17 Chong Yidong <cyd@stupidchicken.com>
9956
9957 * files.el (hack-one-local-variable): If the mode function is for
9958 a minor mode, pass it an argument (Bug#4148).
9959
56c195af
MA
99602009-08-17 Michael Albinus <michael.albinus@gmx.de>
9961
9962 * net/tramp.el (tramp-register-completion-file-name-handler):
9963 Check also for (member 'partial-completion completion-styles).
9964
7a55c78b
CY
99652009-08-16 Chong Yidong <cyd@stupidchicken.com>
9966
9967 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9968 abbrev (Bug#3943).
9969
be3e598a 99702009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
9971
9972 * progmodes/cperl-mode.el: Merge upstream 6.2.
9973 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9974 (cperl-forward-re): Check cperl-brace-recursing.
9975 (cperl-highlight-charclass): New function.
9976 (cperl-find-pods-heres): Use it.
31cd2dd4 9977 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 9978 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 9979 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
9980 (cperl-beautify-level): Don't process entire regexp.
9981 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9982 calling man.
9983 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9984 (cperl-init-faces): Build a list in the normal way.
9985
81b1f9c9
CY
99862009-08-16 Chong Yidong <cyd@stupidchicken.com>
9987
9988 * calendar/parse-time.el (parse-time-string-chars): Save match
9989 data.
9990
c3732cb8
SM
99912009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9992
55659495
SM
9993 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9994 (sql-product): Use it.
9995 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9996 (sql-set-product): Add completion.
9997 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9998 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9999 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10000 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10001 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10002 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10003 (sql-highlight-db2-keywords): Remove.
10004 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10005 (sql-highlight-product): Use derived-mode-p.
10006 (sql-set-sqli-buffer): Use with-current-buffer.
10007 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10008 Simplify.
10009
1ae79427
SM
10010 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10011
c3732cb8
SM
10012 * term.el: Fix commenting convention, turn comments into docstrings.
10013
f24b8bf3
CY
100142009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10015
10016 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10017
7b6fefac 100182009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 10019
1200ac26 10020 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
10021 character classes, to handle non-ascii characters (Bug#3190).
10022
100232009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 10024
1abbe4e5
CY
10025 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10026 another heredoc if the user adds another < (Bug#3226).
10027
c3732cb8
SM
10028 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10029 Don't initialize based on window-system (Bug#4124).
19261da4 10030
daad00fc
CY
10031 * facemenu.el (facemenu-read-color): Use a completion function
10032 that accepts any defined color, such as RGB triplets (Bug#3677).
10033
e1bdde78
CY
10034 * files.el (get-free-disk-space): Change fallback default
10035 directory to /. Expand DIR argument before switching to fallback.
10036 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10037
9d73a99e
CY
100382009-08-15 Chong Yidong <cyd@stupidchicken.com>
10039
10040 * files.el (load-library): Doc fix.
10041
68b962d4 100422009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 10043
953e0c1a 10044 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 10045 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 10046 incremental search string.
9d73a99e 10047
c3732cb8 10048 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 10049 XEmacs.
9d73a99e 10050
c3732cb8
SM
10051 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10052 (ediff-merge-region-is-non-clash)
10053 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 10054 Also check if the job is really a merge job.
9d73a99e 10055
c3732cb8 10056 * ediff.el (ediff-current-file): New function.
9d73a99e 10057
2e330adc
CY
100582009-08-15 Chong Yidong <cyd@stupidchicken.com>
10059
10060 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10061 conventions.
c3732cb8 10062 (js-insert-and-indent): Delete function.
2e330adc
CY
10063 (js-mode-map): Don't bind keys to js-insert-and-indent.
10064 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10065 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 10066 (js-auto-indent-flag): Delete variable.
2e330adc 10067
17b5d0f7
CY
100682009-08-14 Chong Yidong <cyd@stupidchicken.com>
10069
c3732cb8
SM
10070 * progmodes/js.el: Remove proclaim statement.
10071 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 10072
ba2d8894
CY
10073 * files.el (auto-mode-alist): Use js-mode for .js files.
10074
c3732cb8 10075 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
10076
10077 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10078
10079 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10080
c3732cb8 10081 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
10082
100832009-08-14 Daniel Colascione <dan.colascione@gmail.com>
7b6fefac 10084 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
10085
10086 * progmodes/js.el: New file.
10087
b6377f1d
MH
100882009-08-14 Mark A. Hershberger <mah@everybody.org>
10089
10090 * timezone.el (timezone-parse-date): Add ability to understand ISO
10091 basic format (minimal separators) dates in addition to the
10092 already-supported extended format dates.
10093
bc0eef46
EZ
100942009-08-14 Eli Zaretskii <eliz@gnu.org>
10095
4e021e65
EZ
10096 * international/ucs-normalize.el: Add a `coding' file variable.
10097
bc0eef46
EZ
10098 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10099
53dab179
SS
101002009-08-14 Sam Steingold <sds@gnu.org>
10101
6801c38a 10102 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 10103
6c58c39c
CY
101042009-08-13 Chong Yidong <cyd@stupidchicken.com>
10105
10106 * faces.el (help-argument-name): Define it here instead of
10107 help-fns.el, because in daemon mode help-fns.el may be loaded when
10108 faces are still uninitialized (Bug#1078).
10109
10110 * help-fns.el (help-argument-name): Move defface to faces.el.
10111
c7baf7e9
NR
101122009-08-13 Nick Roberts <nickrob@snap.net.nz>
10113
10114 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10115 create buffer with a pty but no process so that GDB can make the
10116 inferior the controlling process.
10117
9c40e995 101182009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
10119
10120 * international/ucs-normalize.el: New file.
10121
8cdba32b
RS
101222009-08-13 Richard Stallman <rms@gnu.org>
10123
5c950923
RS
10124 * mail/rmail.el (rmail-get-attr-names):
10125 Accept an attribute header that is too short.
10126
76e1e40b
RS
10127 * mail/rmail.el (rmail-forget-messages):
10128 Ignore nil elt in rmail-message-vector. Use dotimes.
10129
1fc01b08
RS
10130 * progmodes/compile.el (compilation-goto-locus):
10131 Use next-error-move-function.
10132
8cdba32b
RS
10133 * simple.el (next-error-move-function): New variable.
10134
99910cf4
JL
101352009-08-12 Juri Linkov <juri@jurta.org>
10136
10137 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10138 always non-nil. (Bug#4052)
10139
10140 * replace.el (read-regexp): Return empty string when
10141 `default-value' is nil.
10142 (keep-lines-read-args): Don't use empty string as the
10143 default value for `read-regexp'. (Bug#2495)
10144
fc5bdf6c
JL
101452009-08-12 Juri Linkov <juri@jurta.org>
10146
10147 * international/mule-cmds.el (ucs-insert): Change arguments
10148 from `arg' to `character', `count', `inherit' to be the same
10149 as in `insert-char'. Doc fix. (Bug#4039)
10150
10151 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10152
77748848
JL
101532009-08-12 Juri Linkov <juri@jurta.org>
10154
10155 * files-x.el: New file.
10156
10157 * files.el: Move code that deals with adding/deleting
10158 file/directory-local variables to files-x.el.
10159
10160 * Makefile.in (ELCFILES): Add files-x.elc.
10161
c8a44c4e
DD
101622009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10163
27a9fd5a
DD
10164 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10165 to use `goto-line'.
10166 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10167 `goto-line'.
10168 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 10169 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 10170 threads list.
107ef54a 10171 (gdb): Send -target-detach when buffer is killed (Bug#3794).
cf6e27cf
DD
10172 (gdb-starting): Moved -data-list-register-names...
10173 (gdb-stopped): ...here so it's sent when first thread stops.
10174 (gdb-registers-handler-custom): Do nothing if register names are
10175 unknown yet.
27a9fd5a 10176
c8a44c4e
DD
10177 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10178 from `gdb-mi.el' to avoid extra tangling.
10179
10180 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 10181 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
10182 (gdb-update-gud-running): No extra fuss for updating frame number.
10183
dfd4e693
SM
101842009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10185
51c4341f
SM
10186 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10187 (describe-language-environment-map, setup-language-environment-map)
10188 (set-coding-system-map): Move initialization into declaration.
10189 (set-language-info-alist): Last arg to define-key-after can be skipped.
10190
10191 * international/quail.el (quail-completion-1): Simplify.
10192 (quail-define-rules): Use slightly more compact code.
10193 (quail-insert-decode-map): Propertize keys, compact columns.
10194
dfd4e693
SM
10195 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10196 Add goto-line.
10197
83326559
MB
101982009-08-10 Miles Bader <miles@gnu.org>
10199
10200 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10201 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10202 (js2-instance-member, js2-private-member, js2-private-function-call)
10203 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10204 (js2-magic-paren, js2-external-variable):
10205 Remove "-face" suffix from face names.
10206 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10207 (js2-highlight-undeclared-vars, js2-peek-token)
10208 (js2-parse-function-params, js2-mode-show-errors)
10209 (js2-mode-show-warnings, js2-make-magic-delimiter)
10210 (js2-mode-highlight-magic-parens): Update to use new face names.
10211
8e754ea2
MA
102122009-08-09 Michael Albinus <michael.albinus@gmx.de>
10213
10214 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10215 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10216
1c292fc7
CY
102172009-08-09 Chong Yidong <cyd@stupidchicken.com>
10218
18d433a7
CY
10219 * subr.el: Provide hashtable-print-readable.
10220
1c292fc7
CY
10221 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10222 hs-c-like-adjust-block-beginning.
10223 (hs-hide-block-at-point): Stop hiding at the beginning of
10224 hs-block-end-regexp (Bug#700).
10225
2db0ae07
DD
102262009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10227
10228 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10229 a macro.
10230 (gdb-registers-handler-custom): Do not fail when register names
10231 are unavailable.
10232
fe4740a6
DD
102332009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10234
10235 * progmodes/gdb-mi.el (gdb-control-all-threads)
10236 (gdb-control-current-thread): Interactive setters for
10237 `gdb-gud-control-all-threads' to use in menu.
10238 (gdb-show-run-p): Show «Go» when process is not active.
7b6fefac 10239 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
fe4740a6
DD
10240 gud/thread.xpm and gud/all.xpm.
10241
ce299d55
CY
102422009-08-08 Yoni Rabkin <yoni@rabkins.net>
10243
10244 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10245 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
10246 (net-utils-mode): New mode for viewing diagnostic network output.
10247 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10248 (net-utils-run-simple): New function.
10249 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 10250
7c4654ad
DD
102512009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10252
10253 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10254 (gdb-memory-set-address, def-gdb-set-positive-number)
10255 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10256 after changing settings.
10257 (gdb-invalidate-disassembly): Update when first shown.
10258 (gdb-edit-locals-value): Fixed.
10259 (gdb-registers-handler-custom): Print registers in right order and
10260 allow changing register values (only for current thread yet).
9cbac26b
DD
10261 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10262 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10263 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10264 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10265 info in mode name.
10266 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 10267
0f25a277
EZ
102682009-08-08 Eli Zaretskii <eliz@gnu.org>
10269
10270 * mail/rmail.el (rmail-add-mbox-headers)
10271 (rmail-set-message-counters-counter): Search for
10272 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10273
b971be60
GM
102742009-08-08 Glenn Morris <rgm@gnu.org>
10275
10276 * Makefile.in (ELCFILES): Update.
10277
a35d3ad8
EZ
102782009-08-07 Eli Zaretskii <eliz@gnu.org>
10279
60c2df40
EZ
10280 * mail/sendmail.el (mail-yank-original): Set
10281 buffer-file-coding-system from the one used by the message whose
10282 text is yanked.
10283
8b0bcc2e
EZ
10284 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10285 to "windows" when "pgnuplot" is used.
10286 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10287 call accept-process-output if "pgnuplot" is used.
10288 (calc-graph-init): Don't send -display and -geometry to
10289 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10290 running "pgnuplot -V" with shell-command-to-string.
10291
10292 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10293 the default.
10294
102952009-08-07 Eli Zaretskii <eliz@gnu.org>
10296
10297 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
10298 org/org-latex.elc.
10299
3bca7ca5
DN
103002009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10301
3c53763c
DN
10302 * vc-dispatcher.el (vc-resynch-window): Update comment.
10303
3bca7ca5
DN
10304 * term.el (term-handle-ansi-escape): Add comments with the
10305 terminfo capabilities implemented.
10306
7b217360
DD
103072009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10308
10309 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10310 (gdb-var-create-handler): Rewritten using JSON parser.
10311 (gdb-propertize-header): Moved earlier.
10312 (gdb-set-header): Removed to avoid duplication.
10313 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10314 Refresh disassembly buffers only after threads list have been
10315 update.
10316 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10317 variables.
10318
b4d84ecf
JL
103192009-08-04 Juri Linkov <juri@jurta.org>
10320
10321 * files.el: Commands to add/delete file/directory-local variables.
10322 (read-file-local-variable, read-file-local-variable-value)
10323 (read-file-local-variable-mode, modify-file-local-variable)
10324 (modify-file-local-variable-prop-line)
10325 (modify-dir-local-variable): New functions.
10326 (add-file-local-variable, delete-file-local-variable)
10327 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10328 (add-dir-local-variable, delete-dir-local-variable)
10329 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10330 (copy-dir-locals-to-file-locals-prop-line): New commands.
10331
42da39c1
CY
103322009-08-04 Chong Yidong <cyd@stupidchicken.com>
10333
10334 * abbrev.el (insert-abbrev-table-description): Prettify output.
10335 Suggested by Karl Chen.
10336
98bf8494
DD
103372009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
10338
78b9fb28 10339 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 10340 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
10341 (gdb-overlay-arrow-position, gdb-thread-position)
10342 (gdb-disassembly-position): Declare variables.
10343 (gdb-wait-for-pending): Function now.
10344 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10345 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10346 compilation goes smoothly.
10347 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10348 (gdb-non-stop-setting): New customization setting which replaces
10349 `gdb-non-stop' so changing it doesn't break active GDB session.
10350 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10351 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10352 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10353 (gdb-show-threads-by-default): New customization options.
10354 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10355 routines.
10356 (gdb-get-buffer-create): Send buffers update signal when they are
10357 created.
10358 (gdb-invalidate-locals, gdb-invalidate-registers)
10359 (gdb-invalidate-breakpoints)
10360 (gdb-invalidate-threads, gdb-invalidate-disassembly)
10361 (gdb-invalidate-memory): Accept update signal.
10362 (gdb-current-context-command): Use --frame option.
10363 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10364 Implement `gdb-frame-number' selection logic.
10365 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10366 whether to show GUD toolbar buttons.
10367 (gdb-thread-exited): Unselect current thread when it exits.
10368 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10369 (gdb-mark-line): Routine which sets overlay arrow or inverses
10370 video on fringeless displays.
10371 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10372 to build aligned columns of data in GDB buffers and set text
10373 properties line-by-line.
10374 (gdb-invalidate-breakpoints)
10375 (gdb-breakpoints-list-handler-custom)
10376 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10377 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10378 (gdb-registers-handler-custom): Align data columns.
10379 (gdb-locals-handler-custom): Now prints data like in variable
10380 declarations.
10381 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10382 Removed confusing buttons.
10383 (gdb-invalidate-threads): Append --frame.
10384 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10385 between breakpoints/threads buffers.
10386 (gdb-set-window-buffer): Now can ignore dedicated windows.
10387 (gdb-propertize-header): Use `gdb-set-window-buffer'.
10388 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10389 (def-gdb-thread-buffer-gud-command): Replaces
10390 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10391 for fine thread control.
10392 (gdb-preempt-existing-or-display-buffer): New function used to
10393 display bound buffers without breaking window layout.
10394 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10395 (gdb-select-frame): New version of `gdb-frames-select' which now
10396 sets `gdb-frame-number' so commands may use --frame option instead
10397 of inner debugger state.
10398 (gdb-frame-handler): Do not set `gdb-frame-number'.
10399 (gdb-threads-mode-map): Select threads with mouse.
10400
10401 * progmodes/gud.el (gdb-gud-context-call): Declare function to
10402 avoid compilation warning.
10403 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10404 `gdb-show-stop-p`.
10405
566f3909
DD
10406 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10407 Argument `key' renamed to `buffer-type'.
10408 (gdb-current-context-buffer-name): Do not add thread info to
10409 buffer name when no thread is selected.
10410 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10411 command (bug 3794).
10412 (gdb-thread-selected): Handle `=thread-selected' notification.
10413 (gdb-wait-for-pending): New macro to deal with congestion problems.
10414 (gdb-breakpoints-list-handler-custom): Don't fail on pending
10415 breakpoints.
7b6fefac
JB
10416 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10417 This fixes problem similar to one described in bug 3947.
566f3909
DD
10418 (gud-menu-map): More menu items.
10419 (gdb-init-1): Reset `gdb-thread-number' to nil.
10420
4a31122c
DD
10421 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10422 non-stop settings.
10423
10424 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10425 (gdb-current-context-command): Do not append --thread if
10426 `gdb-thread-number' is nil.
10427 (gdb-running-threads-count, gdb-stopped-threads-count): New
10428 variables.
10429 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10430 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10431 customization options.
10432 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10433 GUD commands.
7b6fefac 10434 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
10435 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10436 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10437 set `gdb-thread-number' and update `gud-running' properly.
10438 (gdb-running): Update threads list when new threads appear.
10439 (gdb-stopped): Support non-stop operation and new thread switching
10440 logic.
10441 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10442 (gdb-json-partial-output): New set of JSON routines.
10443 (def-gdb-auto-update-trigger): New `signal-list' optional
10444 argument.
10445 (gdb-thread-list-handler-custom): Update `gud-running',
10446 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10447 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10448 (gdb-continue-thread, gdb-step-thread): New commands for fine
10449 thread execution control.
10450 (gud-menu-map): New menu items to switch non-stop options.
10451 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 10452 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
10453
10454 * progmodes/gdb-mi.el (gdb-rules-name-maker)
10455 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10456 gdb-buffer-rules.
10457 (def-gdb-auto-update-handler): New nopreserve optional argument.
10458 (gdb-stack-list-frames-custom): Print stack from top to bottom.
10459
10460 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10461 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10462 (gdb-parent-mode): New mode to derive other GDB modes from.
10463 (gdb-display-disassembly-for-thread)
10464 (gdb-frame-disassembly-for-thread): New commands for threads
10465 buffer.
10466
10467 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10468 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
10469 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10470 (gdb-update): We now store all GDB buffers in a list so that they
10471 can be updated by traversing a list instead of calling invalidate
7b6fefac 10472 triggers explicitly.
a5c9f540
DD
10473 (def-gdb-trigger-and-handler): New macro to define trigger-handler
10474 pair for GDB buffer.
10475 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
10476 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10477 handle pending triggers.
10478 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10479 (def-gdb-thread-buffer-simple-command)
10480 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10481 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
10482 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10483 New commands which show buffers bound to thread.
e7086683 10484 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c 10485
7b6fefac
JB
10486 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10487 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
10488 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10489 to (gud-comint-buffer) in *-buffer-name functions
10490 because (gdb-get-target-string) already does that.
10491 (gdb-locals-handler-custom, gdb-registers-handler-custom)
10492 (gdb-changed-registers-handler): Rewritten without regexps.
10493
ba214964 10494 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
10495 (gdb-thread-number): New variable.
10496 (gdb-current-context-command): New macro which adds --thread
10497 option to command.
7b6fefac 10498 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 10499 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 10500 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
10501 (gdb-select-thread): New command which selects current thread.
10502 (gdb-invalidate-frames, gdb-invalidate-locals)
10503 (gdb-invalidate-registers): Use --thread option.
20f12ed8 10504
2ac33804
MA
105052009-08-04 Michael Albinus <michael.albinus@gmx.de>
10506
10507 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 10508 robust. (Bug#3977)
2ac33804
MA
10509 (tramp-handle-insert-file-contents): `unwind-protect' must be
10510 inside `with-parsed-tramp-file-name'.
10511
10512 * net/tramp-gvfs.el (top): Remove superfluous message when loading
10513 fails.
10514
39d0296f
NR
105152009-08-03 Nick Roberts <nickrob@snap.net.nz>
10516
10517 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10518 directory if CLASSPATH is not set.
10519
adcbca53
MA
105202009-08-03 Michael Albinus <michael.albinus@gmx.de>
10521
7b6fefac
JB
10522 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10523 New defconst.
7ef849b6 10524 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 10525
30924b0b
CY
105262009-08-02 Kevin Ryde <user42@zip.com.au>
10527
7b6fefac
JB
10528 * net/newst-backend.el (newsticker--raw-url-list-defaults):
10529 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 10530
b6ce92f1
CY
105312009-08-02 Chong Yidong <cyd@stupidchicken.com>
10532
d977a092
CY
10533 * select.el (x-set-selection): Doc fix (Bug#4021).
10534
10535 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10536
b6ce92f1
CY
10537 * help-fns.el (describe-variable): Treat list return values from
10538 dir-locals-find-file properly (Bug#4005).
10539
7b6fefac 105402009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
10541
10542 * net/tramp.el (tramp-debug-message): Print also microseconds.
10543
105442009-08-02 Michael Albinus <michael.albinus@gmx.de>
10545
10546 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10547 or END is non-nil.
10548 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10549 (tramp-get-debug-buffer): Change `outline-regexp' according to new
10550 format.
10551
5ce6e4f4 10552 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
10553 (tramp-get-file-property): Use it.
10554
10555 * autorevert.el (auto-revert-handler): Allow
10556 `auto-revert-tail-mode' for remote files.
10557
2aafe808
JR
105582009-08-02 Jason Rumney <jasonr@gnu.org>
10559
10560 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 10561 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 10562
e094097c
CY
105632009-08-02 Chong Yidong <cyd@stupidchicken.com>
10564
10565 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10566 (font-lock-variable-name-face, font-lock-constant-face): Darken
10567 the colors for light backgrounds.
10568
de94f281
EZ
105692009-08-01 Eli Zaretskii <eliz@gnu.org>
10570
10571 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10572 month names. (Bug#3987)
10573
54b99340
CY
105742009-07-31 Chong Yidong <cyd@stupidchicken.com>
10575
10576 * simple.el (line-move-finish): Pass whole number to
10577 line-move-to-column.
34be836c 10578 (line-move-visual): Perform hscroll to the recorded position.
54b99340 10579
38216c30
JB
105802009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
10581
10582 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10583
c779896d
CY
105842009-07-29 Alan Mackenzie <acm@muc.de>
10585
10586 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10587
592ccae0
DD
105882009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
10589
35edc6c6
DD
10590 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10591 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 10592
5a9e3ab7
JB
105932009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10594
10595 * calc/calc.el (calc-mode-map): Add keybinding for
10596 `calc-transpose-lines'.
10597
7b6fefac 105982009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
10599
10600 * calc/calc-misc.el (calc-transpose-lines): New function.
10601
905fb90e
MA
106022009-07-28 Michael Albinus <michael.albinus@gmx.de>
10603
10604 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10605 Simplify check for out-of-band methods.
10606 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10607 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
10608
76e14464
DN
106092009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10610
10611 * vc-git.el (vc-git-checkin): Fix typo.
10612
6088b51f 106132009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
10614
10615 * progmodes/js2-mode.el: New file.
10616
b85157fe
NR
106172009-07-28 Nick Roberts <nickrob@snap.net.nz>
10618
10619 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10620 (gud-menu-map): Adjust tooltip accordingly.
10621
d43c2b06
DN
106222009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10623
1c0f0c3b
DN
10624 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10625 (vc-bzr-log-view-mode): Adjust log-view-file-re.
10626
d43c2b06
DN
10627 * add-log.el (change-log-mode-map): Add a menu.
10628
3dec5c36
MA
106292009-07-27 Michael Albinus <michael.albinus@gmx.de>
10630
10631 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10632 function returns nil.
10633 (dbus-handle-event): Handle special return value :ignore.
10634 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10635
5704140c
CY
106362009-07-26 Chong Yidong <cyd@stupidchicken.com>
10637
10638 * view.el (view-mode-enable): Don't define Helper-return-blurb if
10639 it's not needed.
10640
3077d1f6
EZ
106412009-07-25 Eli Zaretskii <eliz@gnu.org>
10642
10643 Fix Bug#3888:
10644
10645 * w32-vars.el (x-select-enable-clipboard): Doc fix.
10646
10647 * term/pc-win.el (x-display-name, x-colors)
10648 (x-select-enable-clipboard, x-select-text): Doc fix.
10649
10650 * term/common-win.el (x-display-name, x-colors): Doc fix.
10651
10652 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10653 (xw-defined-colors): Doc fix.
10654
10655 * w32-fns.el (x-select-text, x-setup-function-keys)
10656 (x-get-selection, x-set-selection): Doc fix.
10657
10658 * term/x-win.el (x-select-text, x-setup-function-keys)
10659 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10660
10661 * select.el (x-set-selection): Doc fix.
10662
51768bc8
MA
106632009-07-25 Michael Albinus <michael.albinus@gmx.de>
10664
10665 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10666 instead of "IsNSSSupportAvailable". Avahi ought to work also when
10667 "IsNSSSupportAvailable" method is not available. Reported by
10668 Steve Youngs <steve@sxemacs.org>.
10669
b11c2874
KH
106702009-07-24 Kenichi Handa <handa@m17n.org>
10671
10672 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 10673 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
10674 (build-unicode-category-table): Fix range checks.
10675
ba83b7b6
DN
106762009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10677
10678 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10679 the buffer we try to sync is current when calling
10680 vc-resynch-buffer.
10681
10682 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10683 not show up to date files.
10684
7a8ae964
GM
106852009-07-24 Glenn Morris <rgm@gnu.org>
10686
10687 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10688 Add autoload cookies. If necessary, initialize.
10689 (elint-log): Handle non-file buffers.
10690 (elint-initialize): Add optional argument to reinitialize.
10691 (elint-find-builtin-variables): Save excursion.
10692
a707eb05
DN
106932009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10694
10695 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10696 for Lint.
10697
0a2ddfa6
DN
106982009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10699
d6a62b0d
DN
10700 * vc.el (vc-print-log-internal): New function, split out from ...
10701 (vc-print-log): ... here.
10b5dcad 10702 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 10703
0a2ddfa6
DN
10704 * vc-git.el (vc-git-add-signoff): New variable.
10705 (vc-git-checkin): Use it.
10706 (vc-git-toggle-signoff): New function.
10707 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
10708 (vc-git--run-command-string): Accept a nil FILE argument.
10709 (vc-git-stash-list): New function.
10710 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 10711
589a99f2
GM
107122009-07-23 Glenn Morris <rgm@gnu.org>
10713
10714 * help-fns.el (describe-variable): Describe ignored and risky local
10715 variables in a similar way to that in which we describe safe ones.
10716
10717 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10718 (byte-compile-output-file-form, byte-compile-output-docform)
10719 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10720 Give some more local variables with common names a "bytecomp-" prefix,
10721 so as not to shadow things during compilation.
10722 * emacs-lisp/cl-macs.el (load-time-value)
10723 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10724 `outbuffer' to `bytecomp-outbuffer'.
10725
10726 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10727 since the next two variables cover them automatically now.
10728 (elint-builtin-variables, elint-autoloaded-variables): New.
10729 (elint-unknown-builtin-args): Remove all members, since they can be
10730 parsed automatically now.
10731 (elint-extra-errors): New.
10732 (elint-env-add-env, elint-env-add-macro): Use cadr.
10733 (elint-current-buffer): Use or. Change final message.
10734 (elint-get-top-forms): Use line-end-position.
10735 (elint-init-env): Use cadr. Handle autoload, declare-function,
10736 and defalias.
10737 (elint-add-required-env): Doc fix. Use or. Standardize error.
10738 (regexp-assoc): Remove unused function.
10739 (elint-top-form): Set elint-current-pos, to record the start of the
10740 top-level form, for compilation-mode.
10741 (elint-form): Trap errors in macro expansion. Use dolist.
10742 (elint-unbound-variable): Use elint-builtin-variables and
10743 elint-autoloaded-variables.
10744 (elint-get-args): Use cadr, or.
10745 (elint-check-cond-form): Use dolist, cadr.
10746 (elint-check-condition-case-form): Doc fix. Use cadr.
10747 Use elint-extra-errors.
10748 (elint-log): New function.
10749 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10750 Distinguish errors and warnings.
10751 (elint-log-message): Use with-current-buffer. Inhibit read-only.
10752 Use a bytecomp-style format.
10753 (elint-clear-log): Preserve default-directory. Inhibit read-only.
10754 (elint-get-log-buffer): Use compilation mode. Disable undo.
10755 Don't truncate lines.
10756 (elint-initialize): Set builtin and autoloaded variable lists.
10757 Only process elint-unknown-builtin-args if non-nil.
10758 (elint-find-builtin-variables, elint-find-autoloaded-variables):
10759 New functions.
10760 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
10761
855b42a2
GM
107622009-07-22 Kevin Ryde <user42@zip.com.au>
10763
10764 * net/newst-backend.el (newsticker--parse-atom-1.0)
10765 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10766 (newsticker--parse-rss-1.0):
10767 * progmodes/idlwave.el (idlwave-mode):
10768 * progmodes/idlw-shell.el (idlwave-shell-mode):
10769 * progmodes/vera-mode.el (vera-mode):
10770 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10771 * progmodes/vhdl-mode.el (vhdl-mode):
10772 * textmodes/table.el (table-generate-source)
10773 (table--warn-incompatibility):
10774 Hyperlink urls in docstrings with URL `...'.
10775
fd413a37
GM
107762009-07-22 Glenn Morris <rgm@gnu.org>
10777
cb711556
GM
10778 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10779 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10780 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10781 Remove leading * from defcustom docs.
10782
fd413a37
GM
10783 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
10784
10785 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10786 defcustom doc.
10787 (list-load-path-shadows): Optionally, just return shadows as a string.
10788
10789 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10790
a4f69701
CY
107912009-07-21 Chong Yidong <cyd@stupidchicken.com>
10792
10793 * mail/rmailedit.el (rmail-edit-mode): Use
10794 auto-save-include-big-deletions.
10795
10796 * mail/rmail.el (rmail-variables): Use
10797 auto-save-include-big-deletions.
10798
10799 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10800 changes.
10801
ec06459c
JB
108022009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10803
10804 * calc/calc.el (calc-undo-length): New variable.
10805 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10806
b41b0976
RS
108072009-07-21 Richard Stallman <rms@gnu.org>
10808
10809 * files.el (auto-save-mode): Handle buffer-save-size = -2
10810 for toggling mode.
10811
4ed32706
GM
108122009-07-21 Glenn Morris <rgm@gnu.org>
10813
531b1264
GM
10814 * textmodes/ispell.el (ispell-looking-back): Update declaration.
10815
55d27f41
GM
10816 * calendar/todo-mode.el (calendar-current-date): Update declaration.
10817
02df3f4d
GM
10818 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10819 silence compiler. Instead...
10820 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10821 (ps-print-ensure-fontified): Update for above function name changes.
10822
fdd8417e
GM
10823 * printing.el (pr-mh-get-msg-num, pr-mh-show)
10824 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10825 silence compiler. Instead...
10826 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10827 (mh-show-buffer): Only define for compiler.
10828 (pr-mh-current-message): Update for above function name changes.
10829
4ed32706
GM
10830 * files.el (abort-if-file-too-large): Explicitly pass `filename'
10831 as an argument.
10832 (find-file-noselect, insert-file-1): Update for above change.
10833
10834 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10835
10836 * mail/mailclient.el (mailclient-send-it): Fix message.
10837
10838 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10839 (edebug-eval): Check cl-debug-env is bound.
10840 (print-level, print-circle): Don't redefine built-in variables.
10841
10842 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10843 (custom-print-vectors): Remove old comments from doc.
10844
10845 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10846 (emerge-version): Make the variable an obsolete alias for the
10847 emacs-version variable. Make the function obsolete.
10848 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10849 Emerge options, rather than merging in into the main Options menu.
10850 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
10851 and auto advance modes. Disable edit/fast items when not relevant.
10852
86812144
CY
108532009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10854
10855 * term/vt420.el (terminal-init-vt420): Fix typo.
10856
6bb90094
SS
108572009-07-20 Sam Steingold <sds@gnu.org>
10858
10859 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10860 variable (removed from compile.el on 2004-03-11).
10861
42e0a725
CY
108622009-07-20 Chong Yidong <cyd@stupidchicken.com>
10863
10864 * files.el (hack-local-variables-filter): Fix last change.
10865
2ee20f24
JL
108662009-07-19 Juri Linkov <juri@jurta.org>
10867
10868 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10869 (dir-local-variables-alist): New buffer-local variable.
10870 (hack-local-variables-filter): If variable is not dir-local,
10871 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10872 because file-local overrides dir-local.
3570691b 10873 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
10874 Remove obsolete declaration.
10875 (hack-dir-local-variables): Add dir-local variable/value pair to
10876 `dir-local-variables-alist' and remove duplicates. Doc fix.
10877
10878 * help-fns.el (describe-variable): Add information about
10879 file-local and dir-local variables.
10880
89bf83cd
CY
108812009-07-19 Chong Yidong <cyd@stupidchicken.com>
10882
10883 * files.el (hack-local-variables-filter): Rewrite.
10884
1a8d3541
GM
108852009-07-19 Glenn Morris <rgm@gnu.org>
10886
d9e8a018
GM
10887 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10888 Silence compiler by only defining on XEmacs.
10889
da332cfb
GM
10890 * international/mule.el (auto-coding-regexp-alist): Only match
10891 BABYL... at the start of buffer, not of lines. (Bug#3790)
10892
1a8d3541
GM
10893 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10894 non-calendar buffers (Bug#3862). Restore "not on a date" message.
10895 (cal-menu-context-mouse-menu): Doc fix.
10896
10897 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10898
10899 * simple.el (mail-user-agent): Doc fix. Set :version tag.
10900
d842b103
JL
109012009-07-18 Juri Linkov <juri@jurta.org>
10902
10903 * info.el: Virtual Info keyword finder.
3570691b 10904 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
10905 (Info-finder-file): New variable.
10906 (Info-finder-find-file): New function.
10907 (finder-known-keywords, finder-package-info)
10908 (find-library-name, lm-commentary): Use defvar and
10909 declare-function to silence compiler warnings.
10910 (Info-finder-find-node): New function.
10911 (info-finder): New command.
10912
10913 * subr.el (process-kill-buffer-query-function): New function.
10914 (add-hook)<kill-buffer-query-functions>: Add hook
10915 `process-kill-buffer-query-function'.
10916
10d37df7
AM
109172009-07-18 Alan Mackenzie <acm@muc.de>
10918
7b6fefac 10919 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
10920 (c-postprocess-file-styles): Give invocation of `c-set-style'
10921 DONT-OVERRIDE parameter of t. Already set style variables will
10922 thus not be overridden by style settings given by `c-file-syle'.
10923
10924 * files.el (hack-local-variables-filter): Remove entries with
10925 duplicate keys from `file-local-variables-alist'.
10926
102e1a41
EZ
109272009-07-18 Eli Zaretskii <eliz@gnu.org>
10928
10929 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10930 x-set-selection if display-selections-p returns nil for the
10931 current frame.
10932
16f2e9fc
CY
109332009-07-18 Chong Yidong <cyd@stupidchicken.com>
10934
10935 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10936
f22693fc
EZ
109372009-07-18 Eli Zaretskii <eliz@gnu.org>
10938
a6c2c80c
EZ
10939 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10940 Accept nil in addition to a regexp.
10941 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10942 Accept nil in addition to a regexp.
10943 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10944 buffers that have an associated file. Handle nil values of
10945 desktop-buffers-not-to-save and desktop-files-not-to-save.
10946 (Bug#3833)
10947
f22693fc
EZ
10948 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10949 (x-disown-selection-internal): New functions.
10950
e456379a
NR
109512009-07-18 Nick Roberts <nickrob@snap.net.nz>
10952
10953 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10954 warning.
10955 (gdb-breakpoints-header): Move forward to avoid compiler warning.
10956 (gdb-make-header-line-mouse-map): Remove duplicate definition.
10957
0013b70f
CY
109582009-07-18 David De La Harpe Golden <david@harpegolden.net>
10959
10960 * simple.el (set-mark): Revert last change.
10961
0855c2ca
CY
109622009-07-17 Tassilo Horn <tassilo@member.fsf.org>
10963
10964 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10965 rendering of pngs is not possible instead of messaging a long
10966 description.
10967
3f5c9cad
CY
109682009-07-17 David De La Harpe Golden <david@harpegolden.net>
10969
10970 * w32-fns.el (x-selection-owner-p): New function.
10971
10972 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
10973 (mouse-yank-at-click, mouse-yank-primary): If
10974 select-active-regions is non-nil, deactivate the mark before
10975 insertion.
3f5c9cad
CY
10976
10977 * simple.el (deactivate-mark, set-mark): Only save selection if we
10978 own it.
10979
1fc87f9b
KH
109802009-07-17 Kenichi Handa <handa@m17n.org>
10981
10982 * case-table.el (describe-buffer-case-table): Fix for the case
10983 that KEY is a cons.
10984
d56fdcd2
DN
109852009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10986
10987 * vc-rcs.el (vc-rcs-find-file-hook):
10988 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10989
bede3e9f
MA
109902009-07-16 Michael Albinus <michael.albinus@gmx.de>
10991
10992 * net/tramp.el (tramp-wait-for-output): Handle the case when
10993 commands do not return a newline but a null byte before the shell
10994 prompt. (Bug#3858)
10995
7653ca1d
YM
109962009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10997
10998 * term/ns-win.el (ns-set-alpha): Don't declare.
10999 (ns-set-background-alpha): Remove function.
11000
ed2a52e9
SM
110012009-07-16 Kevin Ryde <user42@zip.com.au>
11002
11003 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11004 y-or-n-p, for safety.
11005
7a907299
RS
110062009-07-16 Richard Stallman <rms@gnu.org>
11007
11008 * files.el (auto-save-mode): If buffer-saved-size is -2,
11009 don't clobber it.
11010
11011 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11012 (rmail-retry-ignored-headers): Add more uninteresting fields.
11013
c0db3477
CY
110142009-07-15 Jari Aalto <jari.aalto@cante.net>
11015
11016 * net/rcirc.el (rcirc): Use history variables.
11017 (rcirc-server-name-history, rcirc-nick-name-history)
11018 (rcirc-server-port-history): New variables.
11019
6c875452
KH
110202009-07-15 Kenichi Handa <handa@m17n.org>
11021
bf974dc9
KH
11022 * international/mule-cmds.el (set-language-environment-charset):
11023 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11024 ignore them.
11025
6c875452
KH
11026 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11027 Delete unibyte-display.
11028
2066b4fe
CY
110292009-07-15 Chong Yidong <cyd@stupidchicken.com>
11030
11031 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11032
f9be2e35
CY
110332009-07-15 Chong Yidong <cyd@stupidchicken.com>
11034
11035 * simple.el (deactivate-mark): Optional argument FORCE.
11036 (set-mark): Use deactivate-mark.
11037
11038 * info.el (Info-search): No need to check transient-mark-mode
11039 before calling deactivate-mark.
11040
11041 * select.el (x-set-selection): Doc fix.
11042 (x-valid-simple-selection-p): Allow buffer values.
11043 (xselect--selection-bounds): Handle buffer values. Suggested by
11044 David De La Harpe Golden.
11045
11046 * mouse.el (mouse-set-region, mouse-drag-track): Call
11047 copy-region-as-kill before setting the mark, to let
11048 select-active-regions work.
11049
be3e598a 110502009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
11051
11052 * simple.el (deactivate-mark): If select-active-regions is
11053 non-nil, copy the selection data into a string.
11054 (activate-mark): If select-active-regions is non-nil, set the
11055 selection to the current buffer.
11056 (set-mark): Update selection if select-active-regions is non-nil.
11057
11058 * select.el (x-valid-simple-selection-p): Allow buffer values.
11059
cbd61418
SM
110602009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11061
11062 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11063 and more featureful message-mode.
11064
f470187f
CY
110652009-07-14 Chong Yidong <cyd@stupidchicken.com>
11066
11067 * select.el (x-set-selection): Doc fix.
11068 (x-valid-simple-selection-p): Disallow selection data consisting
11069 of a list or cons of integers, since that is not used.
11070 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11071 (xselect-convert-to-string, xselect-convert-to-length)
11072 (xselect-convert-to-filename, xselect-convert-to-charpos)
11073 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11074
bfc99364
DD
110752009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11076
11077 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11078 output in -break-info command (Emacs bug #3794).
11079
e32721f5
GM
110802009-07-14 Glenn Morris <rgm@gnu.org>
11081
1e46f9e4
GM
11082 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11083 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11084 (edebug-print-length, edebug-print-level, edebug-print-circle)
11085 (edebug-sit-for-seconds, edebug-view-outside)
11086 (edebug-bounce-point, edebug-set-global-break-condition)
11087 (edebug-Go-nonstop-mode, edebug-trace-mode)
11088 (edebug-Trace-fast-mode, edebug-continue-mode)
11089 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11090 (edebug-visit-eval-list): Doc fixes.
11091
e32721f5
GM
11092 * subr.el (def-edebug-spec): Doc fix.
11093
66a85e76
KH
110942009-07-14 Kenichi Handa <handa@m17n.org>
11095
11096 * international/characters.el: Fix setting of category ?C.
11097
28571246
JD
110982009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11099
7b6fefac 11100 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
11101 ns-popup-font-panel instead of generate-fontset-menu.
11102
5d74672c
EZ
111032009-07-12 Eli Zaretskii <eliz@gnu.org>
11104
7b6fefac 11105 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 11106
eb1727a4
CY
111072009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11108
11109 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11110 the PK\003\004 header (Bug#3770).
11111
208384c5
CY
111122009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11113
11114 * pcomplete.el (pcomplete-comint-setup): Check for
11115 shell-dynamic-complete-filename too.
11116
774409a1
CY
111172009-07-11 Chong Yidong <cyd@stupidchicken.com>
11118
11119 * simple.el (temporary-goal-column): Change the value for
11120 line-move-visual to a cons cell.
11121 (line-move-visual): Record or set the window hscroll, if
11122 necessary (Bug#3494).
11123 (line-move-1): Handle cons value of temporary-goal-column.
11124
1639ee1d
KH
111252009-07-11 Kenichi Handa <handa@m17n.org>
11126
11127 * international/mule-diag.el (describe-character-set): Don't show
11128 width.
11129
2b1d2412
SS
111302009-07-10 Sam Steingold <sds@gnu.org>
11131
11132 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11133 Omake sometimes indents the errors it prints, so allow all
11134 regexps to start with spaces.
11135
ed3a5691
EZ
111362009-07-10 Eli Zaretskii <eliz@gnu.org>
11137
ed2a52e9
SM
11138 * cus-edit.el (customize-changed-options-previous-release):
11139 Bump value to 22.1. (Bug#3804)
ed3a5691 11140
49405d0e
SS
111412009-07-08 Sam Steingold <sds@gnu.org>
11142
11143 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11144 to be a cons cell (test . ignored-directory) to selectively ignore
11145 some directories depending on the location of the search.
11146
93c3eb7c
MA
111472009-07-08 Michael Albinus <michael.albinus@gmx.de>
11148
11149 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11150 remote user is root, on the local host.
11151 (tramp-local-host-p): Either the local user or the remote user
11152 must be root. (Bug#3771)
11153
6f2a8484
NR
111542009-07-08 Nick Roberts <nickrob@snap.net.nz>
11155
11156 * progmodes/gdb-mi.el (gdb): Remove description of
11157 gdb-use-separate-io-buffer.
69cb8d82 11158 (menu): Don't allow toggling of or enable
6f2a8484
NR
11159 gdb-use-separate-io-buffer from menubar.
11160
88d03607
CY
111612009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11162
11163 * mail/unrmail.el (unrmail): Make sure the message ends with two
11164 newlines (Bug#3769).
11165
7ef5b8b2
GM
111662009-07-08 Glenn Morris <rgm@gnu.org>
11167
11168 * calendar/calendar.el (calendar-current-date): Rework previous change.
11169
3ce82f97
GM
111702009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11171
11172 * calendar/calendar.el (calendar-current-date):
11173 Add an optional argument giving an offset from today.
11174
f35fc841
GM
111752009-07-08 Glenn Morris <rgm@gnu.org>
11176
11177 * tutorial.el (tutorial--describe-nonstandard-key):
11178 Adjust the message for when a key has been unbound.
11179 (help-with-tutorial): Hide the arch-tag.
11180
40149292
KH
111812009-07-08 Kenichi Handa <handa@m17n.org>
11182
69cb8d82
KH
11183 * international/fontset.el (setup-default-fontset): For each
11184 script, append (not set) font-specs.
11185
40149292
KH
11186 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11187 docstring.
11188
ff0c4194
NR
111892009-07-08 Nick Roberts <nickrob@snap.net.nz>
11190
11191 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11192 -data-list-register-names to ...
11193 (gdb-starting): ... here because GDB 7.0 requires execution to
11194 have started when using this MI command.
11195 (gdb-set-header): New function to distinguish select and
11196 unselected tabs in gdb buffers.
11197 (gdb-propertize-header): New macro that uses gdb-set-header.
11198 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 11199 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 11200
8954c675
CY
112012009-07-07 Chong Yidong <cyd@stupidchicken.com>
11202
11203 * Makefile.in (ELCFILES): Remove fadr.elc.
11204
0996385d
DD
112052009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11206
dc6b4519
DD
11207 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11208 may contain frame information, so `string-match' should be used.
11209 (gdb-update): Disassembly is invalidated through
11210 `gdb-get-selected-frame'.
11211 (gdb-pad-string): New function to pad string with spaces.
11212 (gdb-invalidate-disassembly): Invalidate only if the buffer
11213 exists.
11214 (gdb-disassembly-handler-custom): Column alignment.
11215 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11216 placing new ones.
11217 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11218 end of line, too.
11219 (gdb-frame-handler): Match convention to for disassembly buffer
11220 mode name.
17c1380b 11221 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
11222 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11223 not highlight breakpoints without line information.
69a197a2 11224 (gdb-input): Add trailing newline to command.
dc6b4519 11225
14340b25
DD
11226 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11227 buffer properly.
11228 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 11229 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
11230 now.
11231 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11232 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11233 to place breakpoints.
14340b25
DD
11234 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11235 functions.
11236 (gdb-disassembly-handler-custom): Show overlay arrow.
11237 (gdb-disassembly-place-breakpoints): Show breakpoints in
11238 disassembly buffer.
11239 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 11240 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 11241 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 11242 in `gud-menu-map'.
14340b25 11243
38d4f316 11244 * fadr.el: Remove.
1f2a6224 11245
7b6fefac 11246 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 11247 (gdb-memory-address): New variable which holds top address of
7b6fefac 11248 memory page shown in memory buffer.
0996385d
DD
11249 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
11250 customization variables.
11251 New functions:
11252 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11253 display the memory buffer.
11254 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11255 buffer display parameters.
11256 (def-gdb-memory-format, gdb-memory-format-binary)
11257 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11258 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11259 Functions for setting memory buffer format.
11260 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11261 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11262 unit size used in memory buffer.
11263 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11264 to next/previous page of memory buffer.
28d67a53 11265 Now using (bindat-get-field) instead of fadr functions.
0996385d 11266
9ba562d3
SS
112672009-07-07 Sam Steingold <sds@gnu.org>
11268
11269 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11270 non-top-level files.
11271
a43977db
KH
112722009-07-07 Kenichi Handa <handa@m17n.org>
11273
11274 * international/mule-cmds.el (reset-language-environment): Put
11275 the highset priority to the charset iso-8859-1.
11276
d44d05e8
CY
112772009-07-06 Chong Yidong <cyd@stupidchicken.com>
11278
11279 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11280 to the end of the line when locating the block (Bug#700).
11281
3e2fa353
MA
112822009-07-06 Michael Albinus <michael.albinus@gmx.de>
11283
11284 * net/tramp.el (tramp-handle-write-region): Flush file properties
11285 in case of short track.
11286
be3e598a 112872009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 11288
bf0b361c
JB
11289 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11290 Coded custom representation of verilog error regular expressions
11291 to work with Emacs-22's new format.
d88782c3 11292 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 11293 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
11294 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11295 error recognition into XEmacs.
11296 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11297 error recognition into Emacs-22.
11298
25c6f63e
CY
112992009-07-06 Chong Yidong <cyd@stupidchicken.com>
11300
11301 * woman.el: Remove stand-alone closing parentheses.
11302 (woman-file-name, woman2-format-paragraphs)
11303 (woman-leave-blank-lines): Code cleanup.
11304 (woman-use-own-frame): Change default to nil.
11305 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11306 defaults to inherit from default faces.
11307 (woman2-process-escapes): Consume the newline after a stand-alone
11308 filler character (Bug#3651).
11309
f176290e
GM
113102009-07-06 Glenn Morris <rgm@gnu.org>
11311
11312 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11313 (top-level): Move provide to the end.
11314 (ffap): Remove defunct URL from custom group.
11315
11316 * subr.el (eval-after-load): Doc fix.
11317
7b6fefac 113182009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
11319
11320 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11321 `calc-embedded-word' is called twice.
11322
4b8b1ec5
SM
113232009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11324
11325 * files.el (find-alternate-file-other-window, find-alternate-file):
11326 Obey confirm-nonexistent-file-or-buffer.
11327
d6ceb380
MA
113282009-07-05 Michael Albinus <michael.albinus@gmx.de>
11329
11330 * dired-aux.el (dired-show-file-type): Handle remote files.
11331
be3e598a 113322009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 11333
4b8b1ec5
SM
11334 * desktop.el (desktop-globals-to-save):
11335 Add file-name-history (Bug#2750).
c760f19e 11336
6d00ce04
CY
113372009-07-05 Chong Yidong <cyd@stupidchicken.com>
11338
4b8b1ec5 11339 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 11340
6ee21b07
JB
113412009-07-04 Johan Bockgård <bojohan@gnu.org>
11342
11343 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11344 property on entire argument since this is what eshell-lisp-command
11345 expects.
11346
f0dbdc25
MA
113472009-07-03 Michael Albinus <michael.albinus@gmx.de>
11348
11349 * net/tramp-gvfs.el (tramp-gvfs-methods)
11350 (tramp-gvfs-zeroconf-domain)
11351 (tramp-bluez-discover-devices-timeout): Add version flag.
11352 (tramp-gvfs-handler-mounted-unmounted)
11353 (tramp-gvfs-connection-mounted-p): Polish handling of
11354 incompatibilities between GVFS 0.2 and 1.0.
11355
e044e4fc
JD
113562009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11357
4b8b1ec5 11358 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 11359
2e9b968b
JB
113602009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11361
bf0b361c 11362 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
11363 formatted correctly.
11364
baf1a55e
JL
113652009-07-02 Juri Linkov <juri@jurta.org>
11366
11367 * info.el: Virtual Info files and nodes.
11368 (Info-virtual-files, Info-virtual-nodes): New variables.
11369 (Info-current-node-virtual): New variable.
11370 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11371 New functions.
11372 (Info-file-supports-index-cookies): Use Info-virtual-file-p
11373 to check for a virtual file instead of checking a fixed list
11374 of node names.
11375 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11376 instead of ad-hoc processing of "dir" and (apropos history toc).
11377 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11378 instead of ad-hoc processing of "dir" and (apropos history toc).
11379 Reread a file when moving from a virtual node.
11380 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11381 (Info-directory-toc-nodes, Info-directory-find-file)
11382 (Info-directory-find-node): New functions.
11383 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11384 (Info-history): Move part of code to
11385 `Info-history-find-node'.
11386 (Info-history-toc-nodes, Info-history-find-file)
11387 (Info-history-find-node): New functions.
11388 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11389 (Info-toc): Move part of code to `Info-toc-find-node'.
11390 (Info-toc-find-node): New function.
4b8b1ec5 11391 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
11392 the current Info file name to references because now the node
11393 "*TOC*" belongs to the same Info manual.
4b8b1ec5 11394 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
11395 (Info-toc-nodes): Rename input argument `file' to `filename'.
11396 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11397 instead of ad-hoc processing of ("dir" apropos history toc).
11398 (Info-index-nodes): Use Info-virtual-file-p
11399 to check for a virtual file instead of checking a fixed list
11400 of node names.
11401 (Info-index-node): Add check for `Info-current-node-virtual'.
11402 Raise `save-match-data' higher up the tree to contain
11403 `search-forward' too (bug fix).
11404 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11405 (Info-virtual-index-nodes): New variable.
11406 (Info-virtual-index-find-node, Info-virtual-index): New functions.
11407 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11408 (Info-apropos-file, Info-apropos-nodes): New variables.
11409 (Info-apropos-toc-nodes, Info-apropos-find-file)
11410 (Info-apropos-find-node, Info-apropos-matches): New functions.
11411 (info-apropos): Move part of code to `Info-apropos-find-node' and
11412 `Info-apropos-matches'.
11413 (Info-mode-map): Bind "I" to `Info-virtual-index'.
11414 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11415 for a virtual file instead of checking a fixed list of node names.
11416
11417 * simple.el (async-shell-command): New command.
11418
11419 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11420
11421 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11422 instead of `mount-info'.
11423
d04bc496
MA
114242009-07-02 Michael Albinus <michael.albinus@gmx.de>
11425
11426 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 11427 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 11428
af0403e0
KH
114292009-07-02 Kenichi Handa <handa@m17n.org>
11430
11431 * international/mule.el (set-keyboard-coding-system): Force *-unix
11432 coding-system to avoid eol conversion.
11433
99278f8a
MA
114342009-07-01 Michael Albinus <michael.albinus@gmx.de>
11435
4b8b1ec5
SM
11436 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11437 Add handler for `process-file', `shell-command' and
99278f8a
MA
11438 `start-file-process'.
11439 (tramp-gvfs-handle-shell-command)
11440 (tramp-gvfs-handle-start-file-process)
11441 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 11442 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 11443
3f1c6666
JD
114442009-07-01 Jan Djärv <jan.h.d@swipnet.se>
11445
11446 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11447
3f396bac
KH
114482009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
11449
11450 * language/korean.el (set-language-info-alist): Add korean-cp949,
11451 cp949 to spec.
11452
c1185193
KH
114532009-07-01 Kenichi Handa <handa@m17n.org>
11454
11455 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11456
11457 * international/encoded-kb.el: Deleted.
11458
11459 * international/mule.el (set-keyboard-coding-system): Perform the
11460 necessary setup here instead of calling encoded-kbd-setup-display.
11461
3f150a60
GM
114622009-07-01 Glenn Morris <rgm@gnu.org>
11463
11464 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11465
b0d5b05b
GM
114662009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
11467
11468 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
11469
4f4126e6
MA
114702009-06-30 Michael Albinus <michael.albinus@gmx.de>
11471
4b8b1ec5
SM
11472 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11473 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 11474 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 11475
7ae3ea65 11476 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
11477 (top): Add a default for "synce" in `tramp-default-user-alist'.
11478 Add completion function for "synce" method.
11479 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
11480 (tramp-hal-interface-manager, tramp-hal-interface-device):
11481 New defconst.
11482 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11483 (tramp-synce-list-devices, tramp-synce-parse-device-names):
11484 New defuns.
d6ceb380
MA
11485
11486 * net/trampver.el: Update release number.
7ae3ea65 11487
0ad6626b
KH
114882009-06-30 Kenichi Handa <handa@m17n.org>
11489
11490 * international/fontset.el (setup-default-fontset): Add CJK fonts
11491 for symbols and the other miscellaneous characters.
11492
4b8b1ec5
SM
11493 * language/korea-util.el (setup-korean-environment-internal):
11494 Make char-width-table suitable for Korean environments.
0ad6626b
KH
11495 (exit-korean-environment): Cancel above.
11496
11497 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11498 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 11499 setup-function to make char-width-table suitable for respective
0ad6626b
KH
11500 environments, and an exit-function to cancel that.
11501
11502 * language/japan-util.el (setup-japanese-environment-internal):
11503 Call use-cjk-char-width-table with arg `ja_JP'.
11504
11505 * international/characters.el (cjk-char-width-table): Delete it.
11506 (cjk-char-width-table-list): New variable.
11507 (use-cjk-char-width-table): New arg local-name.
11508 (use-default-char-width-table): Fix for the case that Emacs is
11509 already using the default char-width-table.
11510
fd46e893
MA
115112009-06-29 Michael Albinus <michael.albinus@gmx.de>
11512
11513 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11514 modes mandatory. (Bug#3712)
11515
b87d9f96
AM
115162009-06-29 Alan Mackenzie <acm@muc.de>
11517
11518 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 11519 correction between the visible width of TABs and their number of bytes.
b87d9f96 11520
2d25aa5a
CY
115212009-06-29 Chong Yidong <cyd@stupidchicken.com>
11522
11523 * server.el (server-buffer-done): Prevent kill-buffer from
11524 prompting by clearing the buffer modification flag (Bug#3696).
11525
a3a8b002
DN
115262009-06-28 Michael McNamara <mac@mail.brushroad.com>
11527
bf0b361c 11528 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 11529 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
11530 (verilog-basic-complete-re): Support localparam lineup.
11531 (verilog-beg-of-statement-1): Fix for robustness, unique case.
11532 (verilog-set-auto-endcomments): Fix for unique case, always_comb
11533 commenting.
11534 (verilog-leap-to-case-head): Now support *nested* unique &
11535 priority case statements.
11536 (verilog-auto-lineup): Make just declarations the default (as it
11537 had been).
4b8b1ec5 11538 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 11539 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 11540 select the various styles of automatic lineup.
a3a8b002
DN
11541 (verilog-error-regexp-alist): Rework to support the XEmacs style
11542 of error regular expressions from compilers, lint tools &
11543 simulators. Note that GNU Emacs has made it impossible for a mode
11544 to load such things.
11545 (electric-verilog-terminate-line, verilog-indent-declaration)
11546 (verilog-auto-wiure): Rework for radio button selection of
11547 auto-lineup selection of specification of auto lineup.
11548 (verilog-beg-of-statement-1): Redesign to support proper operation
11549 in additional code, based on testing with auto-lineup.
11550 (verilog-calculate-indent, assignments & declarations)
11551 (verilog-backward-token): Enhance to support auto-lineup of
11552 assignments & declarations.
11553 (verilog-in-directive-p, verilog-at-struct-p): New function for
11554 easy test of whether we are.
11555 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11556 to support safe execution at almost anyline.
11557 (verilog-calc-1): Properly support indenting deep inside generate
11558 blocks.
48c2d18a 11559 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 11560 as it is redundant with font-lock-defaults.
a8f316ca 11561 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
11562 to avoid circular calls if syntax-ppss is a function (as is the
11563 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 11564 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
11565 (verilog-ovm-begin-re, verilog-ovm-end-re)
11566 (verilog-ovm-statement-re, verilog-leap-to-head)
11567 (verilog-backward-token): Add support for OVM macros. Some are
11568 complete statements, and others open and close scopes like begin
11569 and end.
11570 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11571 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 11572 compilation issue.
48c2d18a 11573 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 11574 coverpoint, constraint and cross statements.
a3a8b002
DN
11575 (verilog-defun-level-list, verilog-generate-defun-level-list)
11576 (verilog-all-defun-level-list): Redo these specifications - it is
11577 too hard to support eval-when compile aggregation of lists also
11578 built at when-compile time.
11579 (verilog-defun-level-list): Place defconsts of variables used in
11580 building regular expressions which are built in eval-when-compile
11581 bodies in the same eval-when-compile body to facilitate compile
11582 without load.
11583 (verilog-beg-block-re-ordered): Support indenting
11584 virtual/protected tasks and functions.
7b6fefac 11585 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
11586 (verilog-backward-ws&directives, verilog-calc-1): Speed up
11587 indentation of some module items (generate items).
11588 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11589 across virtual/protected tasks and functions.
11590
115912009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
11592
bf0b361c 11593 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 11594 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
11595 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11596 in concatenations. Reported by Yishay Belkind.
11597 (verilog-auto-ascii-enum): Support one-hot state machines in
11598 AUTOASCIIENUM. Suggested by Lloyd Gomez.
11599 (verilog-auto-inst, verilog-auto-inst-port): Include interface
11600 modport in AUTOINST and add vl-modport for users. Reported by
11601 David Rogoff.
11602 (verilog-auto-inout-module, verilog-auto-inst)
11603 (verilog-decls-get-interfaces, verilog-insert-definition)
11604 (verilog-insert-one-definition, verilog-read-decls)
11605 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11606 (verilog-sig-modport, verilog-signals-combine-bus)
11607 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11608 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11609 Suggested by David Rogoff.
11610 (verilog-repair-open-comma): Fix non-insertion of comma when
11611 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
11612 (verilog-make-width-expression): Simplify [A-1:0] expression
11613 widths to just {A{1'b0}}.
11614 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
11615 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11616 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
11617 inputs/outputs or data type. Suggested by Vasu Kandadi.
11618 (next-error-last-buffer): Fix byte-compiler warning.
11619 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11620 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 11621 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 11622 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
11623 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11624 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 11625 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
11626 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11627 causing use of <= assignments. Reported by Alex Reed.
11628 (verilog-read-decls): Fix triand, trior, wand, wor to be
11629 recognized by AUTOWIRE. Reported by Spencer Isaacson.
11630 (verilog-extended-complete-re): Support import "DPI-C" functions.
11631 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 11632 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
11633 (verilog-insert-date, verilog-insert-year)
11634 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11635 Windows systems. Reported by Michael Potts.
11636 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 11637 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 11638 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 11639 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
11640 (verilog-read-decls): Fix detecting "parameter int" when using
11641 AUTOINSTPARAM. Reported by Bruce T.
11642 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 11643 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 11644 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
11645 verilog-goto-defun will work. Reported by Lawrence Butcher.
11646 (verilog-getopt): Expand environment variables in -f file
11647 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 11648 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
11649 when reading enumerations.
11650 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11651 Suggested by Stephen Peltan.
4b8b1ec5 11652 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
11653 files. Reported by Steve Peltan.
11654
f7c0d931
CY
116552009-06-28 David De La Harpe Golden <david@harpegolden.net>
11656
11657 * files.el (trash-directory): Fix defcustom type.
11658
baf1a55e 116592009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
11660
11661 * help-fns.el (describe-function-1): Correctly locate adviced
11662 functions in hyperlink (Bug#2438).
11663
d63a01ef
CY
116642009-06-28 Chong Yidong <cyd@stupidchicken.com>
11665
11666 * files.el (trash-directory): Change default to nil.
11667 (move-file-to-trash): If trash-directory is nil and
11668 system-move-file-to-trash is unbound, perform freedesktop-style
11669 trashing.
11670
116712009-06-28 David De La Harpe Golden <david@harpegolden.net>
11672
11673 * files.el (move-file-to-trash): Add freedesktop trash
11674 support (Bug#973).
11675
fc2f6a26
GM
116762009-06-28 Glenn Morris <rgm@gnu.org>
11677
11678 * autorevert.el (global-auto-revert-non-file-buffers)
11679 (global-auto-revert-mode): Doc fixes.
11680
00242b07
JB
116812009-06-27 Johan Bockgård <bojohan@gnu.org>
11682
11683 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11684
f5594f03
CY
116852009-06-27 Chong Yidong <cyd@stupidchicken.com>
11686
e8a2b2da
CY
11687 * faces.el (x-handle-named-frame-geometry): Ensure that we have
11688 opened an X connection before calling x-get-resource (Bug#3194).
11689
f5594f03
CY
11690 * play/doctor.el: Remove reference to obsolete website.
11691 (make-doctor-variables): Correct grammar mistake (Bug#2633).
11692
3c3bf6ce
DN
116932009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11694
11695 Remove find-file-not-found-hook VC method. (Bug#2757)
11696 * vc-hooks.el (vc-file-not-found-hook)
11697 (vc-default-find-file-not-found-hook): Remove functions.
11698 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11699 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11700 * vc.el:
11701 * vc-hg.el:
11702 * vc-git.el: Do not mention find-file-not-found-hook VC method.
11703
e26a7bc0
AM
117042009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
11705
11706 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 11707 compatibility function for `looking-back'.
e26a7bc0 11708
4b8b1ec5 11709 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 11710 Use `ispell-looking-back'.
e26a7bc0 11711
d9848600
MA
117122009-06-24 Michael Albinus <michael.albinus@gmx.de>
11713
11714 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 11715 rather than `filename'.
d9848600 11716
05fbc4a9
MB
117172009-06-23 Miles Bader <miles@gnu.org>
11718
11719 * face-remap.el (text-scale-set): New function.
11720
f86ca715
GM
117212009-06-23 Glenn Morris <rgm@gnu.org>
11722
33e2c2e5
GM
11723 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11724
f529f302
GM
11725 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11726
34995333
GM
11727 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11728
cc80ccee
GM
11729 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11730
84cb770d
GM
11731 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11732 Simplify Persian conditionals.
11733
d916c965
GM
11734 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11735 variable `filename'.
11736
b6a44b27
GM
11737 * comint.el (comint-insert-input): Doc fix.
11738
f86ca715
GM
11739 * Makefile.in (ELCFILES): Fix typo in previous change.
11740
666e158e
MB
117412009-06-23 Miles Bader <miles@gnu.org>
11742
11743 * cus-start.el: Add entry for `recenter-redisplay'.
11744
be3e598a 117452009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
11746
11747 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11748 Add an optional argument for the backend, use it instead of
11749 calling vc-backend.
4b8b1ec5
SM
11750 (vc-mode-line): Add an optional argument for the backend.
11751 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
11752 special handling for vc-state being a buffer to ...
11753
11754 * vc-rcs.el (vc-rcs-find-file-hook):
11755 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
11756
11757 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11758 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11759 vc-stay-local-p and vc-mode-line calls.
11760
11761 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11762 (vc-cvs-diff, vc-cvs-annotate-command)
11763 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11764 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11765 vc-mode-line calls.
11766
11767 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11768 direct comparison.
11769 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11770 backend when calling vc-mode-line.
11771 (vc-register): Do not create a closure for calling the vc register
11772 function, call it directly.
11773
2764748c
DN
117742009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11775
11776 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11777 to make it obvious item can be clicked.
f5a0b281
DN
11778
11779 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11780
d4a885b2
KH
117812009-06-23 Kenichi Handa <handa@m17n.org>
11782
11783 * language/korea-util.el (korean-key-bindings): Change the binding
11784 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
11785 same command.
11786
e3610693
MA
117872009-06-22 Michael Albinus <michael.albinus@gmx.de>
11788
11789 Sync with Tramp 2.1.16.
11790
11791 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11792
11793 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
11794 when a loading of a package fails. Completion function for rsync
11795 is `tramp-completion-function-alist-ssh'.
11796 (all): Replace all calls of `split-string' and
11797 `tramp-split-string' by `tramp-compat-split-string'.
11798 (tramp-default-method): Use `tramp-compat-process-running-p'.
11799 (tramp-default-proxies-alist): Allow also Lisp forms.
11800 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 11801 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
11802 (tramp-domain-regexp): Allow also "-", "_" and ".".
11803 (tramp-end-of-output): Remove newlines, and add "$" at the end.
11804 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11805 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
11806 (tramp-handle-directory-files-and-attributes-with-stat):
11807 Care about filenames with spaces, or starting with "-".
e3610693
MA
11808 (tramp-handle-dired-uncache): New defun.
11809 (tramp-handle-insert-directory): Don't flush the directory from
11810 cache, this is handled by `dired-uncache' now.
11811 (tramp-handle-insert-file-contents): Improve error handling.
11812 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11813 Quote `tramp-end-of-output'.
11814 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
11815 (tramp-check-for-regexp): Both echoes must be present, before removing.
11816 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
11817 (tramp-compute-multi-hops): Eval cons cells of
11818 `tramp-default-proxies-alist'.
11819 (tramp-maybe-open-connection): Use the same command pattern for
11820 first hop and further hops.
11821 (tramp-wait-for-output): Remove handling of newlines.
11822 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11823 (tramp-split-string): Remove function. It is handled in
11824 tramp-compat now.
11825
4b8b1ec5
SM
11826 * net/tramp-cmds.el (tramp-bug):
11827 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
11828
11829 * net/tramp-compat.el (tramp-compat-split-string)
11830 (tramp-compat-process-running-p): New defuns.
11831
11832 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11833 for `dired-uncache'.
11834
11835 * net/tramp-gvfs.el: New package.
11836
4b8b1ec5
SM
11837 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11838 Add handler for `dired-uncache'.
e3610693
MA
11839 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11840
11841 * net/trampver.el: Update release number. Make version check fit
11842 for SXEmacs 22.
11843
13a3f374
JM
118442009-06-22 Jim Meyering <meyering@redhat.com>
11845
e0a28a3b 11846 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
11847 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11848 XZ is the successor to LZMA: <http://tukaani.org/xz/>
11849
5242671e 118502009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 11851 Nick Roberts <nickrob@snap.net.nz>
13a3f374 11852
e0a28a3b 11853 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
11854 repository (http://sphinx.net.ru/hg/gdb-mi/).
11855
3fde45af
GM
118562009-06-22 Glenn Morris <rgm@gnu.org>
11857
46253b34
GM
11858 * files.el (dir-locals-collect-mode-variables): Allow for any number of
11859 `mode' and `eval' entries. (Bug#3430)
11860
97e18192
GM
11861 * Makefile.in (ELCFILES): Add fadr.elc.
11862
731a00fb
GM
11863 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11864 differing behavior of \n and ^ in strings. (Bug#3385)
11865
c66cd0ff
GM
11866 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11867
3fde45af
GM
11868 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11869 property.
11870 (lisp-indent-function): Make it a defcustom.
11871
db2241a0
NR
118722009-06-21 Nick Roberts <nickrob@snap.net.nz>
11873
11874 * progmodes/gdb-ui.el: Replace with ...
5242671e 11875 * progmodes/gdb-mi.el: ... this file.
db2241a0 11876 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
11877
118782009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
11879
db2241a0
NR
11880 * fadr.el: New file.
11881
38d4f316 11882See ChangeLog.14 for earlier changes.
e3d51b27
MR
11883
11884;; Local Variables:
11885;; coding: utf-8
e3d51b27
MR
11886;; End:
11887
4e5617ee 11888 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
e3d51b27
MR
11889
11890 This file is part of GNU Emacs.
11891
11892 GNU Emacs is free software: you can redistribute it and/or modify
11893 it under the terms of the GNU General Public License as published by
11894 the Free Software Foundation, either version 3 of the License, or
11895 (at your option) any later version.
11896
11897 GNU Emacs is distributed in the hope that it will be useful,
11898 but WITHOUT ANY WARRANTY; without even the implied warranty of
11899 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11900 GNU General Public License for more details.
11901
11902 You should have received a copy of the GNU General Public License
11903 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11904
38d4f316 11905;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1