subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
e68afd74
EZ
12010-11-13 Eli Zaretskii <eliz@gnu.org>
2
3 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
4
de02effd
CY
52010-11-13 Chong Yidong <cyd@stupidchicken.com>
6
7 * textmodes/picture.el (picture-mouse-set-point): Don't use
8 posn-col-row; explicitly compute the motion based on the posn at
9 the window-start (Bug#7390).
10
cdf015b1
MA
112010-11-13 Michael Albinus <michael.albinus@gmx.de>
12
13 * net/tramp.el (tramp-remote-coding-commands): Add an alternative
14 using "base64 -d -i". This is needed for older base64 versions
15 from GNU coreutils. Reported by Klaus Reichl
16 <Klaus.Reichl@thalesgroup.com>.
17
f0a698ab
GM
182010-11-13 Glenn Morris <rgm@gnu.org>
19
20 * novice.el (disabled-command-function):
21 Fix 2009-11-15 change. (Bug#7384)
22
29f30ab7
GM
232010-11-12 Glenn Morris <rgm@gnu.org>
24
25 * calendar/calendar.el (diary-iso-date-forms): Make elements
26 mutually exclusive. (Bug#7377)
27
10b40d2e
SM
282010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
29
30 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
31 when filling the remaining "unconstrained" values.
32
7bea8c7a
SM
332010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
34
acef0722
SM
35 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
36 safety predicate.
37
38 * files.el (safe-local-variable-p): Gracefully handle errors.
39
7bea8c7a
SM
40 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
41 Use smie-indent-virtual when indenting relative to an opener.
42 (smie-rule-separator): Use smie-rule-parent.
43 (smie-indent-keyword): Consult rules, even for openers at bol.
44 (smie-indent-comment-close): Try to align closer's content.
45
b010e1ba
GM
462010-11-11 Glenn Morris <rgm@gnu.org>
47
48 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
49
c790cad4
GM
502010-11-10 Glenn Morris <rgm@gnu.org>
51
aa514451
GM
52 * printing.el (pr-menu-bind): Doc fix.
53
32b636de
GM
54 * speedbar.el (speedbar-toggle-images): Doc fix.
55
bc1d5cdf
GM
56 * progmodes/python.el (python-shell): Doc fix.
57
c790cad4
GM
58 * wid-edit.el (widget-field-use-before-change)
59 (widget-use-overlay-change): Doc fixes.
60
14121c52
GM
612010-11-09 Glenn Morris <rgm@gnu.org>
62
63 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
64
73525e72
SM
652010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
66
9bdba5f5
SM
67 * minibuffer.el (minibuffer-completion-help): Specify the end of the
68 completion field (bug#7211).
69
73525e72
SM
70 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
71 Fix handling of backslash escapes.
72 (python-quote-syntax): Adjust accordingly.
73
aef8d045 742010-11-08 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
75
76 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
77 (vc-mtn-workfile-branch): Adjust to new output format.
78
cc4d2366
SM
792010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
80
81 * international/mule-cmds.el (princ-list): Mark as obsolete.
82
7f925a67
SM
832010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
84
85 * emacs-lisp/smie.el: New package.
86
6ce78fdc
MA
872010-11-06 Michael Albinus <michael.albinus@gmx.de>
88
7f925a67
SM
89 * files.el (backup-by-copying-when-mismatch):
90 Set `permanent-local' property.
6ce78fdc
MA
91
92 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 93 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 94
21620882
EZ
952010-11-06 Eli Zaretskii <eliz@gnu.org>
96
97 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
169759a0
EZ
98 (ls-lisp-classify-file): New function.
99 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
100 (ls-lisp-classify): Call ls-lisp-classify-file.
101 (insert-directory): Remove blanks from switches.
21620882 102
8468f78b
WS
1032010-11-07 Wilson Snyder <wsnyder@wsnyder.org>
104
7f925a67 105 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 106 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
107 AUTOINOUT for SV style multidimensional arrays, bug294.
108 Reported by Eric Mastromarchi.
109 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
110 font-lock-fontify-buffer to cleanup style issues.
111
fe9c5521
MA
1122010-11-05 Michael Albinus <michael.albinus@gmx.de>
113
114 * net/trampver.el: Update release number.
115
00d9e115
YM
1162010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
117
118 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
119 beginning of the string. Use `string-match-p'. (Bug#6765)
120
cb5e49a3
GM
1212010-11-01 Glenn Morris <rgm@gnu.org>
122
123 * locate.el (locate, locate-mode): Doc fixes.
124
381d186f
CY
1252010-11-01 Chong Yidong <cyd@stupidchicken.com>
126
127 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
128 user for confirmation.
129 (server-force-stop): Use it.
130 (server-start): Use server-force-stop for kill-emacs-hook, to
131 avoid user interaction while killing Emacs.
132
98cfec0d
CY
1332010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
134
135 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
136 (log-edit-author): New dynamic var.
137 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
138 Use it to return the author if different from committer.
139 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
140
1412010-10-31 Eli Zaretskii <eliz@gnu.org>
142
143 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
144
1452010-10-31 Chong Yidong <cyd@stupidchicken.com>
146
147 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
148 (vc-root-diff, vc-print-root-log, vc-log-incoming)
149 (vc-log-outgoing): Use it.
150 (vc-diff-internal): Set diff-vc-backend.
151
152 * vc/diff-mode.el (diff-vc-backend): New var.
153
1542010-10-31 Juri Linkov <juri@jurta.org>
155
156 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
157 buffer-locally to lambda that re-runs the vc diff command.
158 (Bug#6447)
159
1602010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
161
162 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
163
164 Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
165 log-outgoing commands.
166 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
167 to create a buffer local revert-buffer-function variable.
168 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
169 revert-buffer-function lambda.
170
171 Improve VC create/retrieve tag/branch.
172 * vc.el (vc-create-tag): Do not read the directory name for VCs
173 with repository revision granularity. Adjust the tag/branch
174 prompt. Reset VC properties.
175 (vc-retrieve-tag): Do not read the directory name for VCs
176 with repository revision granularity. Reset VC properties.
177
178 Add optional support for resetting VC properties.
179 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
180 call vc-file-clearprops when true.
181 (vc-resynch-buffer): Add new optional argument, pass it down.
182 (vc-resynch-buffers-in-directory): Likewise.
183
184 Improve support for special markup in the VC commit message.
185 * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
186 * vc-hg.el (vc-hg-checkin): Add support for Date:.
187 * vc-git.el (vc-git-checkin):
188 * vc-bzr.el (vc-bzr-checkin): Likewise.
189
190 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
191 * vc-git.el (vc-git-log-view-mode): Fix font lock for
192 incoming/outgoing logs.
193 (vc-git-log-outgoing, vc-git-log-incoming): New functions.
194
195 * vc-git.el (vc-git-log-outgoing): Use the same format as the
196 short log.
197 (vc-git-log-incoming): Likewise. Run "git fetch" before the log
198 command
199
200 Add bindings for vc-log-incoming and vc-log-outgoing.
201 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
202 and vc-log-outgoing.
203 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
204 and vc-log-outgoing.
205
206 Improve state updating for VC tag commands.
207 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
208 to update the state of all buffers in the directory.
209
2102010-05-19 Glenn Morris <rgm@gnu.org>
211
212 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
213
2142010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
215
216 * vc.el (vc-checkin, vc-modify-change-comment):
217 Adjust to new vc-start/finish-logentry.
218 (vc-find-conflicted-file): New command.
219 (vc-transfer-file): Adjust to new vc-checkin.
220 (vc-next-action): Improve scoping.
221
222 * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
223 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
224
225 * vc-dispatcher.el (vc-log-edit): Shorten names for
226 log-edit-show-files.
227
228 * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
229 (vc-bzr-conflicted-files): New function.
230
231 * log-edit.el (log-edit-summary, log-edit-header)
232 (log-edit-unknown-header): New faces.
233 (log-edit-headers-alist): New var.
234 (log-edit-header-contents-regexp): New const.
235 (log-edit-match-to-eoh): New function.
236 (log-edit-font-lock-keywords): Use them.
237 (log-edit): Insert a "Summary:" header as default.
238 (log-edit-mode): Mark font-lock rules as case-insensitive.
239 (log-edit-done): Cleanup headers.
240 (log-edit-extract-headers): New function to replace it.
241
242 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
243 the windows/frames.
244
245 * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
246
247 * vc-dir.el (vc-dir-kill-line): New command.
248 (vc-dir-mode-map): Bind it to C-k.
249 (vc-dir-headers): Abbreviate the working dir.
250
251 * vc-git.el (vc-git-revision-table): Include remote branches.
252
2532010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
254
255 New VC methods: vc-log-incoming and vc-log-outgoing.
256 * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
257 (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
258 New functions.
259 (vc-print-log-internal): Just call vc-log-internal-common.
260 (vc-log-view-type): New permanent local variable.
261
262 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
263
264 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
265 of the dynamic bound vc-short-log.
266 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
267
268 * vc-git.el (vc-git-log-outgoing): New function.
269 (vc-git-log-view-mode): Use vc-log-view-type instead
270 of the dynamic bound vc-short-log.
271
272 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
273 the dynamic bound vc-short-log. Highlight the tag.
274 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
275 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
276 (vc-hg-incoming-mode): Remove.
277 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
278
279 Fix default-directory for vc-root-diff.
280 * vc.el (vc-root-diff): Bind default-directory to the root
281 directory for the diff command.
282
2832010-10-31 Sam Steingold <sds@gnu.org>
284
285 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
286 `vc-hg-command' with a list of flags.
287
2882010-10-31 Glenn Morris <rgm@gnu.org>
289
290 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
291 log-edit-before-checkin-process.
292
293 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
294
295 * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
296
297 * vc-dispatcher.el (vc-start-logentry): Doc fix.
298 (log-view-process-buffer, log-edit-extra-flags): Declare.
299
3002010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
301
302 Add special markup processing for commit logs.
303 * log-edit.el (log-edit): Add new argument MODE. Use that mode
304 when non-nil instead of the log-view-mode.
305
306 * vc.el (vc-default-log-edit-mode): New function.
307
308 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
309 log-edit.
310
311 Support for shelving snapshots and for showing shelves.
312 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
313 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
314 New functions.
315 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
316 (vc-bzr-extra-menu-map): Map them.
317
a057950d
MA
3182010-10-30 Michael Albinus <michael.albinus@gmx.de>
319
320 * net/tramp.el (tramp-handle-insert-file-contents): For root,
321 preserve owner and group when editing files. (Bug#7289)
322
d2ce10d2
GM
3232010-10-29 Glenn Morris <rgm@gnu.org>
324
325 * speedbar.el (speedbar-mode):
326 * play/fortune.el (fortune-in-buffer, fortune):
327 * play/gomoku.el (gomoku-mode):
328 * play/landmark.el (lm-mode):
329 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
330 Replace inappropriate uses of toggle-read-only. (Bug#7292)
331
82f7efc3
GM
3322010-10-28 Glenn Morris <rgm@gnu.org>
333
334 * select.el (x-selection): Mark it as an obsolete alias.
335
ca39416c
AH
3362010-10-27 Aaron S. Hawley <aaron.s.hawley@gmail.com>
337
338 * add-log.el (find-change-log): Use derived-mode-p rather than
339 major-mode (bug#7284).
340
aab705a2
GM
3412010-10-27 Glenn Morris <rgm@gnu.org>
342
343 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
344 rather than just an unused variable that inherits from the real one.
345
a03c2342
WS
3462010-10-23 Michael McNamara <mac@mail.brushroad.com>
347
348 * verilog-mode.el (verilog-directive-re): Make this variable
349 auto-built for efficiency of execution and updating.
350 (verilog-extended-complete-re): Support 'pure' fucntion & task
351 declarations (these have no bodies).
ca39416c
AH
352 (verilog-beg-of-statement): General cleanup to enable support of
353 'pure' fucntion & task declarations (these have no bodies).
354 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
355 noticed by Steve Pearlmutter.
356 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
357 (verilog-directive-nest-re, verilog-set-auto-endcomments):
358 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
359 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
360 attribute handling for lining up declarations and assignments.
361 (verilog-beg-of-statement-1): Fix issue where continued declaration
362 is indented differently if it is after a begin..end clock.
363 (verilog-in-attribute-p, verilog-skip-backward-comments)
364 (verilog-skip-forward-comment-p): Support proper treatment of
365 attributes by indent code. Reported by Jeff Steele.
ca39416c 366 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
367 (verilog-backward-up-list, verilog-in-struct-region-p)
368 (verilog-backward-token, verilog-in-struct-p)
369 (verilog-in-coverage-p, verilog-do-indent)
370 (verilog-pretty-declarations): Use verilog-backward-up-list as
371 wrapper around backward-up-list inorder to properly skip comments.
372 Reported by David Rogoff.
373 (verilog-property-re, verilog-endcomment-reason-re)
374 (verilog-beg-of-statement, verilog-set-auto-endcomments)
375 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
376 of if). Reported by Max Bjurling and
377 (verilog-calc-1): Fix for clocking block in modport
378 declaration. Reported by Brian Hunter.
379
3802010-10-23 Wilson Snyder <wsnyder@wsnyder.org>
381
382 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
383 (verilog-gate-keywords, verilog-read-sub-decls)
384 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
385 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
386 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
387 (verilog-read-decls): Fix spaces in V2K module parameters causing
388 mis-identification as interfaces, bug287.
389 (verilog-read-decls): Fix not treating "parameter string" as a
390 parameter in AUTOINSTPARAM.
391 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
392 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 393 (verilog-do-indent): Implement correct automatic or static task or
a03c2342
WS
394 function end comment highlight. Reported by Steve Pearlmutter.
395 (verilog-font-lock-keywords-2): Fix highlighting of single
396 character pins, bug264. Reported by Michael Laajanen.
397 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
398 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
399 (verilog-subdecls-get-interfaced, verilog-subdecls-new): Support
400 interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
401 (verilog-pretty-expr): Fix interactive arguments, bug272.
402 Reported by Mark Johnson.
403 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
404 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
a03c2342
WS
405 bug269. Suggested by Gary Delp.
406 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
407 (verilog-preprocessor, verilog-set-compile-command):
408 Create verilog-preprocess and verilog-preprocessor to show
409 preprocessed output.
a03c2342
WS
410 (verilog-get-beg-of-line, verilog-get-end-of-line)
411 (verilog-modi-file-or-buffer, verilog-modi-name)
412 (verilog-modi-point, verilog-within-string): Move defmacro's
413 before first use to avoid warning. Reported by Steve Pearlmutter.
414 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
415 (verilog-colorize-region, verilog-highlight-buffer)
416 (verilog-highlight-includes, verilog-highlight-modules)
417 (verilog-highlight-region, verilog-mode): Rename colorize to
418 highlight to match other packages. Disable module highlighting,
419 as received speed complaints, reenable for experimentation only
420 using new verilog-highlight-modules.
421 (verilog-read-decls): Fix regexp stack overflow in very large
422 AUTO_TEMPLATEs, bug250.
423 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
424 (verilog-scan): Create verilog-save-buffer-state to standardize
425 making insignificant changes that shouldn't call hooks.
426 (verilog-save-no-change-functions, verilog-save-scan-cache)
427 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
428 Create verilog-save-no-change-functions to wrap verilog-scan
429 preservation, and fix to work with nested preserved calls.
430 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
431 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
432 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
433 (verilog-submit-bug-report): Update variable list to be complete.
434 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
435 breaking on-the-fly font-locking.
436 (verilog-colorize-buffer, verilog-colorize-include-files)
437 (verilog-colorize-include-files-buffer, verilog-colorize-region)
438 (verilog-load-file-at-mouse, verilog-load-file-at-point)
439 (verilog-mode, verilog-read-inst-module-matcher): With point on a
440 AUTOINST cell instance name, middle mouse button now finds-file on
441 it. Suggested by Brad Dobbie.
442 (verilog-alw-get-temps, verilog-auto-reset)
443 (verilog-auto-sense-sigs, verilog-read-always-signals)
444 (verilog-read-always-signals-recurse): Fix loop indexes being
445 AUTORESET. AUTORESET now assumes any variables in the
446 initialization section of a for() should be ignored. Reported by
447 Dan Dever.
448 (verilog-error-font-lock-keywords)
449 (verilog-error-regexp-emacs-alist)
450 (verilog-error-regexp-xemacs-alist): Fix error detection of
451 Cadence HAL, reported by David Asher. Repair drift between the
452 three similar error variables.
453 (verilog-modi-lookup, verilog-modi-lookup-cache)
454 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
455 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
456 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
457 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
458 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
459 "{1*2{...". Broke in last revision.
460 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
461 submodule connections with replications "{#{a},#{b}}".
462
0d0d9424
GM
4632010-10-23 Glenn Morris <rgm@gnu.org>
464
ca39416c
AH
465 * comint.el (comint-password-prompt-regexp):
466 Match "enter the password". (Bug#7224)
0d0d9424 467
88dbda51
JB
4682010-10-22 Juanma Barranquero <lekktu@gmail.com>
469
470 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
471 Fix typo in docstring.
472
efd49885
MA
4732010-10-21 Michael Albinus <michael.albinus@gmx.de>
474
475 * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
476 errors.
477
478 * net/trampver.el: Update release number.
479
52ce2890
KH
4802010-10-20 Kenichi Handa <handa@m17n.org>
481
482 * face-remap.el (text-scale-adjust): Call read-event with a proper
483 prompt.
484
bca0f839
MA
4852010-10-19 Michael Albinus <michael.albinus@gmx.de>
486
487 * net/tramp.el (tramp-do-file-attributes-with-stat)
488 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
489 order to make stat results a float. Patch by Andreas Schwab
490 <schwab@linux-m68k.org>.
491
e8b69dc2
SM
4922010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
493
494 * repeat.el (repeat): Use read-key (bug#6256).
495
a8c41b4c
CY
4962010-10-18 Chong Yidong <cyd@stupidchicken.com>
497
498 * emacs-lisp/unsafep.el: Don't mark functions that display
499 messages as safe. Suggested by Johan Bockgård.
500
8348910a
SM
5012010-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
502
7c3f6228
JB
503 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
504 Turn comments into docstrings.
505
8348910a
SM
506 * minibuffer.el (completion--replace): Move point where it belongs
507 when there's a common suffix (bug#7215).
508
e499c64d
MA
5092010-10-15 Michael Albinus <michael.albinus@gmx.de>
510
511 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
bca0f839
MA
512 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
513 <dale@codefu.org>.
e499c64d 514
c4186f9c
KH
5152010-10-15 Kenichi Handa <handa@m17n.org>
516
517 * international/characters.el: Add category '|' (word breakable)
518 to fullwidth characters.
519
7ca9cfda
KH
5202010-10-14 Kenichi Handa <handa@m17n.org>
521
9650fc61
KH
522 * mail/rmail.el (rmail-show-message-1): Catch an error of
523 base64-decode-region and just show an error message (bug#7165).
524
7c3f6228 525 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
526 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
527 a font-spec (bug#7197).
528
7163badd
GM
5292010-10-13 Glenn Morris <rgm@gnu.org>
530
531 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
532
51e4f4a8
JB
5332010-10-12 Juanma Barranquero <lekktu@gmail.com>
534
c0943d3d
JB
535 * international/mule.el (define-coding-system):
536 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
537 * composite.el (compose-region): Fix typo in docstring.
538
5392010-10-10 Jan Djärv <jan.h.d@swipnet.se>
540
541 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
542 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
543 (mac-right-option-modifier): New alias for ns-right-option-modifier.
544
545 * cus-start.el (all): ns-right-alternate-modifier is new.
546
9386ae12
AS
5472010-10-10 Andreas Schwab <schwab@linux-m68k.org>
548
549 * Makefile.in (ELCFILES): Update.
550
4c528197
SM
5512010-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
552
553 * emacs-lisp/lisp.el (lisp-completion-at-point):
554 Use emacs-lisp-mode-syntax-table for the whole function.
555
4897601e
NR
5562010-10-09 Richard Sharman <richard_sharman@mitel.com> (tiny change)
557
558 * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
c0943d3d 559 (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
4897601e
NR
560 work when breakpoint number exceeds nine.
561
c58059f2
DK
5622010-10-05 David Koppelman <koppel@ece.lsu.edu>
563
564 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
565 instead of font-lock-mode before adding keywords.
566 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
567 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
568 non-nil; removed hook inhibit hack.
569
c7d6d8a1
GM
5702010-10-09 Glenn Morris <rgm@gnu.org>
571
d15f9a2b
GM
572 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
573 (load-path-shadows-find): ... to this.
574 (list-load-path-shadows): Update for above change.
575
c7d6d8a1
GM
576 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
577
e5d49589
GM
5782010-10-08 Glenn Morris <rgm@gnu.org>
579
5823f53f
GM
580 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
581
e5d49589
GM
582 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
583 (shadows-compare-text-p): Make it an obsolete alias for...
584 (load-path-shadows-compare-text): ... new name.
585 (find-emacs-lisp-shadows): Update for above name change.
586 (load-path-shadows-same-file-or-nonexistent): New name for the old
587 shadow-same-file-or-nonexistent.
588
397ae226
CY
5892010-10-03 Chong Yidong <cyd@stupidchicken.com>
590
591 * minibuffer.el (completion--some, completion--do-completion)
592 (minibuffer-complete-and-exit, minibuffer-completion-help)
593 (completion-basic-try-completion)
594 (completion-basic-all-completions)
595 (completion-pcm--find-all-completions): Use lexical-let to
596 avoid some false matches in variable completion (Bug#7056)
597
8686a5ea
OOS
5982010-10-03 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
599
600 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
601
83b8ea28
LL
6022010-10-03 Leo <sdl.web@gmail.com>
603
604 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
605 return non-nil if the file exists (Bug#7090).
606
55586d2a
SM
6072010-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
608
609 * minibuffer.el (completion--replace):
610 Better preserve markers (bug#7138).
611
2b7ba565
JB
6122010-09-29 Juanma Barranquero <lekktu@gmail.com>
613
614 * server.el (server-process-filter): Doc fix.
615
53ad04fc
DA
6162010-09-27 Drew Adams <drew.adams@oracle.com>
617
618 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
619
c19f76a1
AS
6202010-09-27 Andreas Schwab <schwab@linux-m68k.org>
621
0cceab3d
AS
622 * Makefile.in (ELCFILES): Update.
623
55586d2a
SM
624 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
625 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 626
fd057fd2
KH
6272010-09-27 Kenichi Handa <handa@m17n.org>
628
629 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
630 "ustar" format.
631
368b3544
KH
6322010-09-27 Kenichi Handa <handa@m17n.org>
633
634 * international/mule.el (define-coding-system): Docstring fixed.
635
636 * international/mule-diag.el (describe-character-set): Use princ
637 with proper print-length and print-level instead of insert.
638
fb5f3a23
JB
6392010-09-26 Juanma Barranquero <lekktu@gmail.com>
640
641 * window.el (walk-windows): Doc fix (bug#7105).
642
af3ccb5c
GM
6432010-09-23 Glenn Morris <rgm@gnu.org>
644
645 * isearch.el (isearch-lazy-highlight-cleanup)
646 (isearch-lazy-highlight-initial-delay)
647 (isearch-lazy-highlight-interval)
648 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
649 * net/net-utils.el (ipconfig-program-options):
650 Move aliases to options before the associated definitions.
651
c9805d23
SM
6522010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
653
654 * newcomment.el (comment-normalize-vars): Better test validity of
655 comment-end-skip.
656
9e0d4f9e
SM
6572010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
658
659 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
660 (float-e): New name for `e'.
661 (degrees-to-radians, radians-to-degrees):
662 * calendar/solar.el (solar-longitude):
663 * calculator.el (calculator-registers, calculator-funcall):
664 * textmodes/artist.el (artist-spray-random-points):
665 * play/bubbles.el (bubbles--initialize-images): Use new names.
666
a2930e43
EL
6672010-09-19 Eric M. Ludlam <zappo@gnu.org>
668
669 Update to CEDET 1.0's version of EIEIO.
670
9e0d4f9e
SM
671 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
672 New function.
a2930e43
EL
673 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
674 (eieio-default-eval-maybe): Eval val instead of unquoting only.
675 (class-precedence-list): If class is nil, return nil.
676 (eieio-generic-call): If class of first input arg is nil, don't
677 look up static methods, and do check for primary methods.
678 (initialize-instance): See if the default needs to be evaluated
679 during the constructor.
680 (eieio-perform-slot-validation-for-default): Don't do the check
681 for values that will eventually be evaluated.
682 (eieio-eval-default-p): New function.
683 (eieio-default-eval-maybe): Use it.
684
6852010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
686
687 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
688 method-invocation-order.
689 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
690 (eieio-class-precedence-dfs): Compute class precedence list using
691 dfs algorithm.
692 (eieio-class-precedence-bfs): Compute class precedence list using
693 bfs algorithm.
9e0d4f9e 694 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
695 c3 algorithm.
696 (class-precedence-list): New function.
697 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
698 (inconsistent-class-hierarchy): New error symbol.
699 (call-next-method): Stow the replacement argument list for future
700 call-next-method invocations.
701
87e798a7
GM
7022010-09-15 Glenn Morris <rgm@gnu.org>
703
ea7f9ebf
GM
704 * calendar/appt.el (appt-check): If not displaying the diary,
705 use (diary 1) to only get the entries we need.
706 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
707 that it is in day order. (Bug#7019)
708
1bf6d075
GM
709 * calendar/appt.el (appt-check): Rather than showing the diary,
710 just turn off invisible display, and only if needed.
711
87e798a7
GM
712 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
713
f3a30a50
SM
7142010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
715
716 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
717 Add `when' argument. Update callers.
718
719 * subr.el (unintern): Declare the obarray arg mandatory.
720
92b99a01
GM
7212010-09-14 Glenn Morris <rgm@gnu.org>
722
67ae9766
GM
723 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
724 Doc fixes.
725
92b99a01
GM
726 * calendar/diary-lib.el (diary-included-files): New variable.
727 (diary-list-entries): Maybe initialize diary-included-files.
728 (diary-include-other-diary-files): Append to diary-included-files.
729 * calendar/appt.el (appt-update-list): Also check the members of
730 diary-included-files. (Bug#6999)
08151ec5 731 (appt-check): Doc fix.
92b99a01 732
5a66ed0f
DR
7332010-09-12 David Reitter <david.reitter@gmail.com>
734
735 * simple.el (line-move-visual): Do not truncate goal column to
736 integer size. (Bug#7020)
737
dba28758
SM
7382010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
739
740 * repeat.el (repeat): Allow repeating when the last event is a click.
741 Suggested by Drew Adams (bug#6256).
742
681b88dd
SM
7432010-09-11 Sascha Wilde <wilde@sha-bang.de>
744
745 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
746 Replace setting HGRCPATH to "" by some less invasive --config options.
747
71e657fc
SM
7482010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
749
750 * font-lock.el (font-lock-beginning-of-syntax-function):
751 Mark as obsolete.
752
639b9d87
GM
7532010-09-10 Glenn Morris <rgm@gnu.org>
754
755 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
756 and tool-bar modes. (Bug#6211)
757 (menu-bar-mode): Move setting of standard-value after the
758 minor-mode definition, otherwise it seems to have no effect.
759
33bd47be
MY
7602010-09-08 Masatake YAMATO <yamato@redhat.com>
761
762 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
763 Fix typo. (Bug#6976)
764
9c405a86
CY
7652010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
766
767 * whitespace.el: Allow cleaning up blanks without blank
768 visualization (Bug#6651). Adjust help window for
769 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
770 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
771 (whitespace-style): Add new value 'face. Adjust docstring.
772 (whitespace-space, whitespace-hspace, whitespace-tab):
773 Adjust foreground property face.
9c405a86
CY
774 (whitespace-line-column): Adjust docstring and type declaration.
775 (whitespace-style-value-list, whitespace-toggle-option-alist)
776 (whitespace-help-text): Adjust const initialization.
777 (whitespace-toggle-options, global-whitespace-toggle-options):
778 Adjust docstring.
779 (whitespace-display-window, whitespace-interactive-char)
780 (whitespace-style-face-p, whitespace-color-on): Adjust code.
781 (whitespace-help-scroll): New fun.
782
3fa0dc8f
AK
7832010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
784
785 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
786
787 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
788 chars like - or ] (bug#6984).
789 (rx-any-condense-range): Explode 2-char ranges.
790
1e05f387
SM
7912010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
792
793 * textmodes/bibtex.el:
794 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
795
a3b337cd
GM
7962010-09-02 Glenn Morris <rgm@gnu.org>
797
798 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
799
d419e1d9
KH
8002010-08-31 Kenichi Handa <handa@m17n.org>
801
802 * international/mule-cmds.el (standard-display-european-internal):
803 Setup standard-display-table for 8-bit characters by storing 8-bit
804 characters in the element vector.
805
1e05f387
SM
806 * disp-table.el (standard-display-8bit):
807 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
808 characters in the element vector.
809 (standard-display-european): Likewise.
810
20b8ac83
MA
8112010-08-26 Michael Albinus <michael.albinus@gmx.de>
812
813 Sync with Tramp 2.1.19.
814
815 * net/tramp-cmds.el (tramp-cleanup-all-connections)
816 (tramp-reporter-dump-variable, tramp-load-report-modules)
817 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
818 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
819
820 * net/tramp-compat.el (top): Do not autoload
821 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
822 only when `start-file-process' is not bound.
823 (byte-compile-not-obsolete-vars): Define if not bound.
824 (tramp-compat-funcall): New defmacro.
825 (tramp-compat-line-beginning-position)
826 (tramp-compat-line-end-position)
827 (tramp-compat-temporary-file-directory)
828 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
829 (tramp-compat-copy-file, tramp-compat-copy-directory)
830 (tramp-compat-delete-file, tramp-compat-delete-directory)
831 (tramp-compat-number-sequence, tramp-compat-process-running-p):
832 Use it.
833 (tramp-advice-file-expand-wildcards): Do not use
834 `tramp-handle-file-remote-p'.
835 (tramp-compat-make-temp-file): Simplify fallback implementation.
836 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
837 (tramp-compat-copy-tree): Remove function.
838 (tramp-compat-delete-file): New defun.
839 (tramp-compat-delete-directory): Provide implementation for older
840 Emacsen.
841 (tramp-compat-file-attributes): Handle only
842 `wrong-number-of-arguments' error.
843
1e05f387
SM
844 * net/tramp-fish.el (tramp-fish-handle-copy-file):
845 Add PRESERVE_SELINUX_CONTEXT.
20b8ac83
MA
846 (tramp-fish-handle-delete-file): Add TRASH arg.
847 (tramp-fish-handle-directory-files-and-attributes):
848 Do not use `tramp-fish-handle-file-attributes.
849 (tramp-fish-handle-file-local-copy)
850 (tramp-fish-handle-insert-file-contents)
851 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
852
853 * net/tramp-gvfs.el (top): Require url-util.
854 (tramp-gvfs-mount-point): Remove.
855 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
856 and `set-file-selinux-context'.
857 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
858 (tramp-gvfs-handle-file-selinux-context)
859 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
860 (with-tramp-dbus-call-method): Format trace message.
861 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
862 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
1e05f387
SM
863 Implement backup call, when operation on local files fails.
864 Use progress reporter. Flush properties of changed files.
865 (tramp-gvfs-handle-delete-file): Add TRASH arg.
866 Use `tramp-compat-delete-file'.
20b8ac83
MA
867 (tramp-gvfs-handle-expand-file-name): Expand "~/".
868 (tramp-gvfs-handle-make-directory): Make more traces.
869 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
870 (tramp-gvfs-url-file-name): Hexify file name in url.
871 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
872 into account for the resulting file name.
873 (tramp-gvfs-handler-askquestion): Preserve current message, in
874 order to let progress reporter continue afterwards. (Bug#6257)
1e05f387
SM
875 Return dummy mountpoint, when the answer is "no".
876 See `tramp-gvfs-maybe-open-connection'.
20b8ac83
MA
877 (tramp-gvfs-handler-mounted-unmounted)
878 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
1e05f387
SM
879 attribute "default_location". Set "prefix" property.
880 Handle default-location.
20b8ac83
MA
881 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
882 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
883 exists. Raise an error, if not (due to a corresponding answer
1e05f387
SM
884 "no" in interactive questions, for example).
885 Use `tramp-compat-funcall'.
20b8ac83
MA
886
887 * net/tramp-imap.el (top): Autoload `epg-make-context'.
888 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
889 (tramp-imap-do-copy-or-rename-file)
890 (tramp-imap-handle-insert-file-contents)
891 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
892 (tramp-imap-handle-delete-file): Add TRASH arg.
893
1e05f387
SM
894 * net/tramp-smb.el (tramp-smb-handle-copy-file):
895 Add PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
896 (tramp-smb-handle-copy-file)
897 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
898 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
899 Use `with-progress-reporter'.
900 (tramp-smb-handle-delete-file): Add TRASH arg.
901
902 * net/tramp.el (tramp-methods): Move hostname to the end in all
903 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
904 appropriate.
905 (tramp-verbose): Describe verbose level 9.
906 (tramp-completion-function-alist)
907 (tramp-file-name-regexp, tramp-chunksize)
908 (tramp-local-coding-commands, tramp-remote-coding-commands)
909 (with-connection-property, tramp-completion-mode-p)
910 (tramp-action-process-alive, tramp-action-out-of-band)
911 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
912 (tramp-exists-file-name-handler): Fix docstring.
913 (tramp-remote-process-environment): Use `format' instead of
914 `concat'. Protect version string by apostroph.
915 (tramp-shell-prompt-pattern): Do not use a shy group in case of
916 XEmacs.
917 (tramp-file-name-regexp-unified)
918 (tramp-completion-file-name-regexp-unified): On W32 systems, do
919 not regard the volume letter as remote filename. (Bug#5447)
920 (tramp-perl-file-attributes)
921 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
922 (tramp-vc-registered-read-file-names): Read input as
923 here-document, otherwise the command could exceed maximum length
924 of command line.
925 (tramp-file-name-handler-alist): Add `file-selinux-context' and
926 `set-file-selinux-context'.
927 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
928 backtrace functions.
929 (tramp-error-with-buffer): Don't show the connection buffer when
930 we are in completion mode.
931 (tramp-progress-reporter-update, tramp-remote-selinux-p)
932 (tramp-handle-file-selinux-context)
933 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
934 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
935 New defuns.
936 (with-progress-reporter): New defmacro.
937 (tramp-debug-outline-regexp): New defconst.
938 (top, tramp-rfn-eshadow-setup-minibuffer)
939 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
940 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
941 (tramp-completion-mode-p, tramp-check-for-regexp)
942 (tramp-open-connection-setup-interactive-shell)
943 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
944 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
945 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
946 Use `tramp-compat-funcall'.
947 (tramp-handle-make-symbolic-link): Flush file properties.
948 (tramp-handle-load, tramp-handle-file-local-copy)
949 (tramp-handle-insert-file-contents, tramp-handle-write-region)
950 (tramp-handle-vc-registered, tramp-maybe-send-script)
951 (tramp-find-shell): Use `with-progress-reporter'.
952 (tramp-do-file-attributes-with-stat): Add space in format string,
953 in order to work around a bug in pdksh. Reported by Gilles Pion
954 <gpion@lfdj.com>.
955 (tramp-handle-verify-visited-file-modtime): Do not send a command
956 when the connection is not established.
957 (tramp-handle-set-file-times): Simplify the check for utc.
958 (tramp-handle-directory-files-and-attributes)
959 (tramp-get-remote-path): Use `copy-tree'.
960 (tramp-completion-handle-file-name-all-completions): Ensure, that
961 non remote files are still checked. Oops.
1e05f387
SM
962 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
963 Handle PRESERVE-SELINUX-CONTEXT.
20b8ac83
MA
964 (tramp-do-copy-or-rename-file): Add progress reporter.
965 (tramp-do-copy-or-rename-file-directly): Do not use
966 `tramp-handle-file-remote-p'.
967 (tramp-do-copy-or-rename-file-out-of-band):
968 Use `tramp-compat-delete-directory'.
969 (tramp-do-copy-or-rename-file-out-of-band)
970 (tramp-compute-multi-hops, tramp-maybe-open-connection):
971 Use `format-spec-make'.
972 (tramp-handle-delete-file): Add TRASH arg.
973 (tramp-handle-dired-uncache): Flush directory cache, not only file
974 cache.
975 (tramp-handle-expand-file-name)
976 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
977 (tramp-completion-handle-file-name-completion):
978 Use `tramp-connectable-p'.
20b8ac83
MA
979 (tramp-handle-start-file-process): Set connection property "vec".
980 Use it, in order to invalidate file caches. Check only for
981 `remote-tty' process property.
982 Implement tty setting. (Bug#4604, Bug#6360)
983 (tramp-file-name-for-operation): Add `call-process-region' and
984 `set-file-selinux-context'.
985 (tramp-find-foreign-file-name-handler)
986 (tramp-advice-make-auto-save-file-name)
987 (tramp-set-auto-save-file-modes): Remove superfluous check for
988 `stringp'. This is done inside `tramp-tramp-file-p'.
989 (tramp-file-name-handler): Trace 'quit. Catch the error for some
990 operations when we are in completion mode. This gives the user
991 the chance to correct the file name in the minibuffer.
992 (tramp-completion-mode-p): Use `non-essential'.
993 (tramp-handle-file-name-all-completions): Backward/ XEmacs
994 compatibility: Use `completion-ignore-case' if
995 `read-file-name-completion-ignore-case' does not exist.
996 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
997 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
998 `tramp-open-shell'.
999 (tramp-action-password): Hide password prompt before next run.
1000 (tramp-process-actions): Widen connection buffer for the trace.
1001 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1002 process property. Trace stty settings if `tramp-verbose' >= 9.
1003 Apply workaround for IRIX64 bug. Move argument of last
1004 `tramp-send-command' where it belongs to.
1005 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1006 front of `login-args'.
1007 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1008 on "/dev/null" instead of "/".
1009 (tramp-get-ls-command-with-dired): Make test for "--dired"
1010 stronger.
1011 (tramp-set-auto-save-file-modes): Adapt version check.
1012 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1013 (tramp-handle-process-file): Call the program in a subshell, in
1014 order to preserve working directory.
1015 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1016 `tramp-remote-sh' from `tramp-methods'.
1017 (tramp-get-ls-command): Make test for "--color=never" stronger.
1018 (tramp-check-for-regexp): Use (forward-line 1).
1019
1020 * net/trampver.el: Update release number.
1021
10222010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
1023
1024 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1025 empty argument to gvfs-copy.
1026
10272010-08-26 Chong Yidong <cyd@stupidchicken.com>
1028
1029 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1030 handle new TRASH arg of `delete-file'.
1031
10322010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1033
1034 * net/tramp.el (tramp-handle-insert-directory): Don't use
1035 `forward-word', its default syntax could be changed.
1036
10372010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1038 Michael Albinus <michael.albinus@gmx.de>
1039
1040 Implement compression for inline methods.
1041
1042 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1043 (tramp-copy-size-limit): Allow also nil.
1044 (tramp-inline-compress-commands): New defconst.
1045 (tramp-find-inline-compress, tramp-get-inline-compress)
1046 (tramp-get-inline-coding): New defuns.
1047 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1048 replaced by `tramp-get-inline-coding'.
1049 (tramp-handle-file-local-copy, tramp-handle-write-region)
1050 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1051
10522010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
1053
1054 Detect ssh 'ControlMaster' argument automatically in some cases.
1055
1056 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1057 (tramp-default-method): Use it.
1058
10592010-08-26 Karel Klíč <kklic@redhat.com>
1060
1061 * net/tramp.el (tramp-file-name-for-operation):
1062 Add file-selinux-context.
1063
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200" rowspan="4">d5720b4c
S
10642010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1065
1066 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1067
8d9f4291
CY
10682010-08-26 Chong Yidong <cyd@stupidchicken.com>
1069
1070 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1071 (Bug#6907).
1072
9027027d
CF
10732010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
1074
1075 * progmodes/python.el (python-block-pairs): Allow use of "finally"
1076 with "else" (Bug#3991).
1077
c00725d7
LL
10782010-08-22 Leo <sdl.web@gmail.com>
1079
1080 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1081 (ignore, bright, dim, keyword): Split list of nicknames before
1082 passing to rcirc-add-or-remove (Bug#6894).
1083
bc7d7ea6
CY
10842010-08-22 Chong Yidong <cyd@stupidchicken.com>
1085
1086 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1087
41a20de9
CY
10882010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1089
1090 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
1091 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1092 New version 13.0.
1093 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1094 Adjust initialization.
1095 (whitespace-bob-marker, whitespace-eob-marker)
1096 (whitespace-buffer-changed): New vars.
1097 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1098 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1099 (whitespace-post-command-hook, whitespace-display-char-on):
1100 Adjust code.
1101 (whitespace-looking-back, whitespace-buffer-changed): New funs.
1102 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
1103
e0143335
LL
11042010-08-21 Leo <sdl.web@gmail.com>
1105
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 1106 Fix buffer-list rename&refresh after killing a buffer in ido.
e0143335
LL
1107 * lisp/ido.el: Revert Óscar's.
1108 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1109 Remember the buffers at head, rather than their name.
1110 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1111
8f081e96
SM
11122010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
1113 Stefan Monnier <monnier@iro.umontreal.ca>
1114
1115 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1116 extra backslash added to each line (bug#6890).
1117
3ff78624
SM
11182010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1119
1120 * subr.el (read-key): Don't echo keystrokes (bug#6883).
1121
635f7282
GM
11222010-08-21 Glenn Morris <rgm@gnu.org>
1123
1124 * menu-bar.el (menu-bar-games-menu): Add landmark.
1125
fb89a654
GM
11262010-08-20 Glenn Morris <rgm@gnu.org>
1127
9130a2d6
GM
1128 * align.el (align-regexp): Make group and spacing arguments
1129 use the interactive defaults when non-interactive. (Bug#6698)
1130
fb89a654
GM
1131 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1132 expansion, so as not to need sendmail.
1133 (mail-text-start): Remove declaration.
1134 (rmail-retry-failure): Require sendmail.
1135
186e86db
SM
11362010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1137
1138 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1139
a67e6f13
MA
11402010-08-18 Michael Albinus <michael.albinus@gmx.de>
1141
186e86db
SM
1142 * progmodes/flymake.el (flymake-start-syntax-check-process):
1143 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 1144
f3cc64f8
KH
11452010-08-18 Kenichi Handa <handa@m17n.org>
1146
1147 * files.el: Add `word-wrap' as safe local variable.
1148
bb25c8d7
GM
11492010-08-18 Glenn Morris <rgm@gnu.org>
1150
1151 * woman.el (woman-translate): Case matters. (Bug#6849)
1152
a4aae1a5
CY
11532010-08-14 Chong Yidong <cyd@stupidchicken.com>
1154
1155 * simple.el (kill-region): Doc fix (Bug#6787).
1156
721dce17
GM
11572010-08-14 Glenn Morris <rgm@gnu.org>
1158
1159 * calendar/diary-lib.el (diary-header-line-format):
1160 Fit it to the window, not the frame.
1161
7467d0a8
AS
11622010-08-11 Andreas Schwab <schwab@linux-m68k.org>
1163
1164 * subr.el (ignore-errors): Add debug declaration.
1165
1fcf76af
GG
11662010-08-09 Geoff Gole <geoffgole@gmail.com> (tiny change)
1167
1168 * whitespace.el (whitespace-color-off): Remove post-command-hook
1169 locally.
1170
e54a1075
JB
11712010-08-08 Johan Bockgård <bojohan@gnu.org>
1172
1173 * replace.el (replace-highlight): Bind isearch-forward and
1174 isearch-error, ensuring that highlighting is updated if the user
1175 switches the search direction (Bug#6808).
1176
1177 * isearch.el (isearch-lazy-highlight-forward): New var.
1178 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1179 (isearch-lazy-highlight-update): Use it.
1180
7a84eee5
KH
11812010-08-06 Kenichi Handa <handa@m17n.org>
1182
186e86db
SM
1183 * international/mule.el (define-charset): Store NAME as :base property.
1184 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
1185 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1186 current priority. Force using the designation of the specific
1187 charset by adding `charset' text property. Improve the whole
1188 algorithm.
1189
f6b55526
JB
11902010-08-05 Juanma Barranquero <lekktu@gmail.com>
1191
1192 * emulation/pc-select.el (pc-selection-mode-hook)
1193 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1194 (pc-selection-mode): Fix typos in docstrings.
1195
6b4d96c2
KH
11962010-08-04 Kenichi Handa <handa@m17n.org>
1197
1198 * language/cyrillic.el: Don't add "microsoft-cp1251" to
1199 ctext-non-standard-encodings-alist here.
1200
186e86db
SM
1201 * international/mule.el (ctext-non-standard-encodings-alist):
1202 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
1203 (ctext-standard-encodings): New variable.
1204 (ctext-non-standard-encodings-table): List only elements for
1205 non-standard encodings.
186e86db 1206 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
1207 Check ctext-standard-encodings.
1208
1209 * international/mule-conf.el (compound-text): Doc fix.
1210 (ctext-no-compositions): Doc fix.
1211 (compound-text-with-extensions): Doc fix.
1212
c613687b
SM
12132010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1214
1215 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1216
d5b8058f
JB
12172010-08-03 Juanma Barranquero <lekktu@gmail.com>
1218
9ebc731b
JB
1219 * progmodes/which-func.el (which-func-format): Split help-echo text
1220 into lines, like other mode-line tooltips.
1221
d5b8058f
JB
1222 * server.el (server-start): When using TCP sockets, force IPv4
1223 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
1224
a2077b7f
SM
12252010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1226
1227 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1228
f63a7652
JB
12292010-08-02 Juanma Barranquero <lekktu@gmail.com>
1230
1231 * term.el (term-delimiter-argument-list): Reflow docstring.
1232 (term-read-input-ring, term-write-input-ring, term-send-input)
1233 (term-bol, term-erase-in-display, serial-supported-or-barf):
1234 Fix typos in docstrings.
1235
a7e26d8b
SM
12362010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1237
1238 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1239
bbc4e17c
JB
12402010-08-01 Juanma Barranquero <lekktu@gmail.com>
1241
1242 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1243
9aea20c9
MK
12442010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
1245
1246 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
1247 Fix typo in docstring (bug#6747).
1248
16b0b347
LL
12492010-07-30 Leo <sdl.web@gmail.com>
1250
1251 * eshell/esh-io.el (eshell-get-target): Better detection of
1252 read-only file (Bug#6762).
1253
ad9ae065
JB
12542010-07-30 Juanma Barranquero <lekktu@gmail.com>
1255
1256 * align.el (align-default-spacing): Doc fix.
1257 (align-region-heuristic, align-regexp): Fix typos in docstrings.
1258
fe4be04c
JB
12592010-07-23 Juanma Barranquero <lekktu@gmail.com>
1260
1261 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
1262
7c7c04c0
JB
12632010-07-19 Juanma Barranquero <lekktu@gmail.com>
1264
1265 * time.el (display-time-day-and-date): Remove spurious * in docstring.
1266 (display-time-world-buffer-name, display-time-world-mode-map):
1267 Fix typos in docstrings.
1268
c9088194
SK
12692010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
1270
1271 * image-mode.el (image-display-size): New function.
1272 (image-forward-hscroll, image-next-line, image-eol, image-eob)
1273 (image-mode-fit-frame): Use it (Bug#6639).
1274
dad7c716
CY
12752010-07-17 Chong Yidong <cyd@stupidchicken.com>
1276
1277 * dired.el (dired-buffers-for-dir): Handle list values of
1278 dired-directory (Bug#6636).
1279
f253ef6a
RS
12802010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
1281
1282 * vc.el (vc-coding-system-inherit-eol): New defvar.
1283 (vc-coding-system-for-diff): Use it to decide whether to inherit
1284 from the file the EOL format for reading the diffs of that file.
1285 (Bug#4451)
1286
134a027f
EZ
12872010-07-16 Eli Zaretskii <eliz@gnu.org>
1288
1289 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
1290 unibyte, so compressed attachments are not compressed again.
1291
243881ed
J
12922010-07-14 Jan Djärv <jan.h.d@swipnet.se>
1293
1294 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
1295 now that unicode is used (Bug#6594).
1296
5cbce271
CY
12972010-07-14 Chong Yidong <cyd@stupidchicken.com>
1298
1299 * simple.el (push-mark-command): Set the selection if
1300 select-active-regions is non-nil.
1301
3260caf8
GM
13022010-07-10 Glenn Morris <rgm@gnu.org>
1303
1304 * calendar/calendar.el (calendar-week-end-day): New function.
1305 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1306 Respect calendar-week-start-day. (Bug#6606)
1307 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1308 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1309 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1310 respect calendar-week-start-day.
1311
c876b263
CY
13122010-07-10 Chong Yidong <cyd@stupidchicken.com>
1313
1314 * simple.el (use-region-p): Doc fix (Bug#6607).
1315
4565b08e
CS
13162010-07-07 Christoph Scholtes <cschol2112@gmail.com>
1317
1318 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1319 builtins (BufferError, BytesWarning, WindowsError; callables
1320 bin, bytearray, bytes, format, memoryview, next, print; __package__).
1321
49554388
GM
13222010-07-07 Glenn Morris <rgm@gnu.org>
1323
1324 * play/zone.el (zone-fall-through-ws): Fix next-line ->
1325 forward-line fallout.
1326
e8579ebc
CY
13272010-07-06 Chong Yidong <cyd@stupidchicken.com>
1328
1329 * mouse.el (mouse-appearance-menu): Add docstring.
1330
1331 * help.el (describe-key): Print up-event using key-description.
1332
5d1cd8bd
MA
13332010-07-03 Michael Albinus <michael.albinus@gmx.de>
1334
1335 * net/zeroconf.el (zeroconf-resolve-service)
1e05f387 1336 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
1337 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1338
112dbc0e
MA
13392010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1340
1341 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1342
d0cb23ca
DN
13432010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
1344
1345 Avoid displaying files with a nil state in vc-dir.
1346 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1347 cases that cause insertion.
1348 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1349 with a nil state.
1350
01b229d1
CY
13512010-06-30 Chong Yidong <cyd@stupidchicken.com>
1352
1353 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1354
8bf1c786 13552010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
1356
1357 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
1358
dfc6544c
CY
13592010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
1360
1361 * generic-x.el (bat-generic-mode): Fix regexp for command line
1362 switches (Bug#5719).
1363
b7d4de51
CY
13642010-06-27 Masatake YAMATO <yamato@redhat.com>
1365
dfc6544c
CY
1366 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1367 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 1368
3726248f
CY
13692010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
1370
8bf1c786 1371 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
1372 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1373 bindings of bookmark-automatically-show-annotations (Bug#6515).
1374
aca54191
EZ
13752010-06-25 Eli Zaretskii <eliz@gnu.org>
1376
1377 * arc-mode.el (archive-zip-extract): Don't quote the file name on
1378 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
1379
2330fa87
ŠN
13802010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
1381
1382 * comint.el (make-comint, make-comint-in-buffer): Mention return
1383 value in the docstrings. (Bug#6498)
1384
29115ca9
YR
13852010-06-24 Yoni Rabkin <yoni@rabkins.net>
1386
1387 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
1388 since it is not present when using some non-default switches.
1389
2c79f053
KF
13902010-06-23 Karl Fogel <kfogel@red-bean.com>
1391
1392 * simple.el (compose-mail): Fix doc string to refer to
1393 `compose-mail-user-agent-warnings', instead of to the
1394 nonexistent `compose-mail-check-user-agent'.
1395
50d76a9f
DN
13962010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1397
1398 Fix vc-annotate for renamed files when using Git.
1399 * vc-git.el (vc-git-find-revision): Deal with empty results from
1400 ls-files. Doe not pass the object as a file name to cat-file, it
1401 is not a file name.
1402 (vc-git-annotate-command): Pass the file name using -- to avoid
1403 ambiguity with the revision.
1404 (vc-git-previous-revision): Pass a relative file name.
1405
6095a05b
GM
14062010-06-22 Glenn Morris <rgm@gnu.org>
1407
943375a6
GM
1408 * progmodes/js.el (js-mode-map): Use standard capitalization and
1409 ellipses for menu entries.
1410
6095a05b
GM
1411 * wid-edit.el (widget-complete): Doc fix.
1412
4514199e
JH
14132010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
1414
1415 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1416
c4786d60
DN
14172010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1418
11c46b39
DN
1419 Fix annotating other revisions for renamed files in vc-annotate.
1420 * vc-annotate.el (vc-annotate): Add an optional argument for the
1421 VC backend. Use it when non-nil.
1422 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate. (Bug#6487)
1423
c4786d60
DN
1424 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1425 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1426 Do not pass the file name to the 'previous-revision call when we
1427 don't want a file diff. (Bug#6489)
1428
04ec0963
DN
14292010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1430
11c46b39 1431 Fix finding revisions for renamed files in vc-annotate.
04ec0963
DN
1432 * vc.el (vc-find-revision): Add an optional argument for
1433 the VC backend. Use it when non-nil.
1434 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1435 backend to vc-find-revision. (Bug#6487)
1436
c036381c
DN
14372010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1438
1439 Fix reading file names in Git annotate buffers.
1e05f387
SM
1440 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1441 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 1442
05c123e6
AM
14432010-06-20 Alan Mackenzie <acm@muc.de>
1444
1445 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1446 in file local variables, set it first.
1447
4111f0c7
GM
14482010-06-19 Glenn Morris <rgm@gnu.org>
1449
74739ffd
GM
1450 * descr-text.el (describe-char-unicode-data): Insert separating
1451 space when needed. (Bug#6422)
1452
4111f0c7
GM
1453 * progmodes/idlwave.el (idlwave-action-and-binding):
1454 Fix typo in 2009-12-03 change. (Bug#6450)
1455
b8add347
SM
14562010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1457
1458 * subr.el (read-quoted-char): Fix up last change (bug#6290).
1459
36901266
SM
14602010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1461
1462 * font-lock.el (font-lock-major-mode): Rename from
1463 font-lock-mode-major-mode to distinguish it from
1464 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1465 (font-lock-set-defaults):
1466 * font-core.el (font-lock-default-function): Adjust users.
1467 (font-lock-mode): Don't set it at all.
1468
12755d08
SM
14692010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1470
1471 * vc-annotate.el (vc-annotate): Use vc-read-revision.
1472
d7cd4abb
GM
14732010-06-15 Glenn Morris <rgm@gnu.org>
1474
1475 * calendar/appt.el (appt-time-msg-list): Doc fix.
1476 (appt-check): Let-bind appt-warn-time.
1477 (appt-add): Make the 3rd argument optional.
1478 Simplify argument names. Doc fix. Check for integer WARNTIME.
1479 Only add WARNTIME to the output list if non-nil.
1480
a675c749
IK
14812010-06-15 Ivan Kanis <apple@kanis.eu>
1482
1483 * calendar/appt.el (appt-check): Let the 3rd element of
1484 appt-time-msg-list specify the warning time.
1485 (appt-add): Add new argument with the warning time. (Bug#5176)
1486
a9de35fe
BR
14872010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1488
1489 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1490 older than version 1.6. (Bug#6361)
1491
37a7e764
HE
14922010-06-12 Helmut Eller <eller.helmut@gmail.com>
1493
1494 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1495 used by cl-do-arglist. (Bug#6408)
1496
8c6eab5a
SM
14972010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1498
989bc97f
SM
1499 * emacs-lisp/advice.el (ad-compile-function):
1500 Define warning-suppress-types before we let-bind it (bug#6275).
1501
8c6eab5a
SM
1502 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1503 declare it, make it buffer-local and permanent-local (bug#6324).
1504 (vc-resynch-window): Adjust name.
1505 * vc-hooks.el (vc-find-file-hook): Adjust name.
1506
2d9a4946
JR
15072010-06-07 Jonathan Rockway <jon@jrock.us>
1508
1509 * net/rcirc.el: Add support for password authentication.
1510 (rcirc-server-alist): Add :password keyword.
1511 (rcirc): Ask for a password, or get it from the server's alist.
1512 (rcirc-connect): Add password argument. Pass it to server.
1513
35b148ee
JB
15142010-06-05 Juanma Barranquero <lekktu@gmail.com>
1515
1516 * net/dbus.el (dbus-register-method): Declare function.
1517 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1518 (dbus-introspect): Doc fix.
1519 (dbus-event-bus-name, dbus-introspect-get-interface)
1520 (dbus-introspect-get-argument): Reflow docstrings.
1521
86253dc0
CY
15222010-06-04 Chong Yidong <cyd@stupidchicken.com>
1523
1524 * term/common-win.el (x-colors): Add "dark green" and "dark
1525 turquoise" (Bug#6332).
1526
3845c322
GM
15272010-06-03 Glenn Morris <rgm@gnu.org>
1528
1529 * desktop.el (desktop-clear-preserve-buffers):
1530 Add "*Warnings*" buffer. (Bug#6336)
1531
dbe82b27
DN
15322010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
1533
1534 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1535
feceda26
SM
15362010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1537
1538 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1539 `file-directory-p' to the filename part rather than to the whole text.
1540
896114cf
SM
15412010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1542
1543 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1544
949544ed
DA
15452010-05-31 Drew Adams <drew.adams@oracle.com>
1546
1547 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1548
450439d5
JB
15492010-05-31 Juanma Barranquero <lekktu@gmail.com>
1550
1551 * subr.el (momentary-string-display): Just use read-event to read
1552 the exit event (Bug#6238).
1553
fcb52808
CY
15542010-05-29 Chong Yidong <cyd@stupidchicken.com>
1555
1556 * ansi-color.el: Delete unused escape sequences (Bug#6085).
1557 (ansi-color-drop-regexp): New constant.
1558 (ansi-color-apply, ansi-color-filter-region)
896114cf 1559 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
1560 (ansi-color-apply): Build string list before calling concat.
1561
4da3541b
CY
15622010-05-27 Chong Yidong <cyd@stupidchicken.com>
1563
896114cf
SM
1564 * progmodes/verilog-mode.el (verilog-type-font-keywords):
1565 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
1566
15672010-05-27 Masatake YAMATO <yamato@redhat.com>
1568
1569 * htmlfontify.el (hfy-face-resolve-face): New function.
1570 (hfy-face-to-style): Use it (Bug#6279).
1571
397eb3f3
SM
15722010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1573
1574 * epa.el (epa--select-keys): Don't explicitly delete the window since
1575 that can fail (e.g. sole window in frame). Use dedication instead.
1576
ab0c07c0
SM
15772010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
1578
1579 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1580
29031d52
CY
15812010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1582
1583 * subr.el (read-quoted-char): Resolve modifiers after key
1584 remapping (bug#6212).
1585
dc9ed794
SM
15862010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1587
1588 * tmm.el (tmm-prompt): Don't try to precompute bindings.
1589 (tmm-get-keymap): Compute shortcuts (bug#6171).
1590
e1cb2c13
GM
15912010-05-10 Glenn Morris <rgm@gnu.org>
1592
1593 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
1594 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
1595
61a808e8
CY
15962010-05-07 Chong Yidong <cyd@stupidchicken.com>
1597
1598 * Version 23.2 released.
1599
f034e176
CY
16002010-05-03 Chong Yidong <cyd@stupidchicken.com>
1601
c0943d3d 1602 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 1603 car of each item, not the whole list (Bug#6083).
f034e176 1604
f5d6ff44
CY
16052010-05-02 Chong Yidong <cyd@stupidchicken.com>
1606
1607 * progmodes/js.el (js-mode): Make paragraph variables local before
1608 calling c-setup-paragraph-variables (Bug#6071).
1609
aa4d4e4a
EZ
16102010-05-01 Eli Zaretskii <eliz@gnu.org>
1611
1612 * composite.el (compose-region, reference-point-alist): Fix typos
1613 in the doc strings.
1614
78edd3b7 16152010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
1616
1617 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1618 gnuplot's "set" command.
1619
29c48340
JB
16202010-04-26 Juanma Barranquero <lekktu@gmail.com>
1621
1622 * abbrev.el (last-abbrev-text): Doc fix.
1623 (abbrev-prefix-mark): Don't escape parenthesis.
1624
8ed6fc47
AS
16252010-04-24 Andreas Schwab <schwab@linux-m68k.org>
1626
1627 * composite.el (find-composition): Doc fix.
1628
063c6324
JB
16292010-04-24 Juanma Barranquero <lekktu@gmail.com>
1630
1631 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
1632 (sql-oracle-program, sql-sqlite-options)
1633 (sql-query-placeholders-and-send): Doc fixes.
1634 (sql-set-product, sql-interactive-mode): Reflow docstrings.
1635 (sql-imenu-generic-expression, sql-buffer)
1636 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
1637 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
1638 (sql-mode-sybase-font-lock-keywords)
1639 (sql-mode-informix-font-lock-keywords)
1640 (sql-mode-interbase-font-lock-keywords)
1641 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
1642 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
1643 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
1644 (sql-product-feature, sql-highlight-product)
1645 (comint-line-beginning-position, sql-rename-buffer)
1646 (sql-toggle-pop-to-buffer-after-send-region)
1647 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
1648 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
1649 Fix typos in docstrings.
1650
e89dee79
JL
16512010-04-23 Juri Linkov <juri@jurta.org>
1652
1653 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
1654 property instead of `invisible' and `after-string' (bug#5998).
1655
316d12fb
JL
16562010-04-23 Juri Linkov <juri@jurta.org>
1657
1658 * image-mode.el (image-mode-as-text): Fix typo in docstring.
1659
770255e9
JB
16602010-04-23 Juanma Barranquero <lekktu@gmail.com>
1661
1662 * filecache.el (file-cache-add-directory-list)
1663 (file-cache-add-directory-recursively): Fix typos in docstrings.
1664
ece33a6e
KH
16652010-04-22 Kenichi Handa <handa@m17n.org>
1666
1667 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 1668 (gujarati-composable-pattern): Fix typo.
ece33a6e 1669
771533aa
KH
16702010-04-20 Kenichi Handa <handa@m17n.org>
1671
1672 * language/indian.el (oriya-composable-pattern)
1e05f387
SM
1673 (tamil-composable-pattern, malayalam-composable-pattern):
1674 Add two-part vowels to "v" (vowel sign).
771533aa 1675
790c2e44
CY
16762010-04-20 Chong Yidong <cyd@stupidchicken.com>
1677
99833607
CY
1678 * files.el (copy-directory): Handle symlinks (Bug#5982).
1679
1e05f387
SM
1680 * progmodes/compile.el (compilation-next-error-function):
1681 Revert 2009-10-12 change (Bug#5983).
790c2e44 1682
808ecc4e
CY
16832010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
1684
1685 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
1686 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
1687 (Bug#5846).
1688
d2c7b917
GM
16892010-04-20 Glenn Morris <rgm@gnu.org>
1690
0ca12598
GM
1691 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
1692
d2c7b917
GM
1693 * minibuffer.el (completion-at-point): Doc fix.
1694
bce31830
DN
16952010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
1696
1697 Fix the version number for added files.
1698 * vc-hg.el (vc-hg-working-revision): Check if the file is
1699 registered after hg parent fails (Bug#5961).
1700
0433ffa6
GM
17012010-04-17 Glenn Morris <rgm@gnu.org>
1702
1703 * htmlfontify.el (htmlfontify-buffer)
1704 (htmlfontify-copy-and-link-dir): Autoload entry points.
1705
8507c65c
CY
17062010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
1707
1708 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1709 name relative to the project root (Bug#5960).
1710
e9ef9777
GM
17112010-04-16 Glenn Morris <rgm@gnu.org>
1712
1713 * vc-git.el (vc-git-print-log): Doc fix.
1714
3808c51f
CY
17152010-04-14 Óscar Fuentes <ofv@wanadoo.es>
1716
1717 * ido.el (ido-file-internal): Fix 2009-12-02 change.
1718
7860d2e3
CY
17192010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
1720
1721 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1722 default settings (Bug#5928).
1723
119850e9
GM
17242010-04-10 Glenn Morris <rgm@gnu.org>
1725
1726 * progmodes/fortran.el (fortran-match-and-skip-declaration):
1727 New function.
0a23b2c3 1728 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 1729
86a366f4
KH
17302010-04-07 Kenichi Handa <handa@m17n.org>
1731
1732 * language/indian.el (malayalam-composable-pattern): Fix previous
1733 change (add U+0D4D "SIGN VIRAMA").
1734 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1735 (tamil-composable-pattern): Fix typo in the regexp.
1736 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1737 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1738 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1739
8afe2ec6
CY
17402010-04-06 Chong Yidong <cyd@stupidchicken.com>
1741
1742 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1743 paragraph-separate (Bug#5821).
1744
3c5d6dfb
JL
17452010-04-05 Juri Linkov <juri@jurta.org>
1746
1747 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1748
1749 * info.el (Info-find-node-2): Comment out code that skips
1750 breadcrumbs line.
1751 (Info-mouse-follow-link): New command.
1752 (Info-link-keymap): New keymap.
1753 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1754 Return a string with links instead of inserting breadcrumbs
1755 to the Info buffer.
1756 (Info-fontify-node): Comment out code that inserts breadcrumbs.
1757 Instead of putting the `invisible' text property over the Info
1758 header, make an overlay over the Info header with the `invisible'
1759 property and `after-string' set to the string returned by
1760 `Info-breadcrumbs'.
1761
6baa27a2
CY
17622010-04-03 Chong Yidong <cyd@stupidchicken.com>
1763
1764 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1765 Reported by monkey@sandpframing.com.
1766
b42da387
TA
17672010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
1768
1769 * textmodes/artist.el (artist-mode): Fix typo in docstring.
1770 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
1771
42763dda
KH
17722010-03-30 Kenichi Handa <handa@m17n.org>
1773
1774 * language/sinhala.el (composition-function-table): Fix regexp for
1775 the new Unicode specification.
1776
1777 * language/indian.el (devanagari-composable-pattern)
1778 (tamil-composable-pattern, kannada-composable-pattern)
194d44e7 1779 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
1780 specification.
1781 (bengali-composable-pattern, gurmukhi-composable-pattern)
1782 (gujarati-composable-pattern, oriya-composable-pattern)
1783 (telugu-composable-pattern): New variables to cope with the new
1784 Unicode specification. Use them in composition-function-table.
1785
fe59d705
SM
17862010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1787
79d74ac5 1788 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
1789 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1790 vectors rather than cons cells, as used in menu-bar-update-buffers.
1791
03ffe8be
CY
17922010-03-28 Chong Yidong <cyd@stupidchicken.com>
1793
2a793f7f
CY
1794 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1795 (js-insert-and-indent): Revert 2009-08-15 change, restoring
1796 electric punctuation for "{}();,:" (Bug#5586).
1797
03ffe8be
CY
1798 * mail/sendmail.el (mail-default-directory): Doc fix.
1799
18002010-03-27 Chong Yidong <cyd@stupidchicken.com>
1801
1802 * mail/sendmail.el (mail-default-directory): Doc fix.
1803
94785022
EZ
18042010-03-27 Eli Zaretskii <eliz@gnu.org>
1805
1806 * subr.el (version-regexp-alist, version-to-list)
1807 (version-list-<, version-list-=, version-list-<=)
1808 (version-list-not-zero, version<, version<=, version=): Doc fix.
1809 (Bug#5744).
1810
eca16aa7
NR
18112010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1812 Nick Roberts <nickrob@snap.net.nz>
1813
1814 * progmodes/gdb-ui.el (gdb-apple-test): New function.
1815 (gdb-init-1): Use it.
1816
431af6a4
DN
18172010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1818
1819 * vc.el (vc-root-diff): Doc fix.
1820
9d30a9f4
CY
18212010-03-25 Chong Yidong <cyd@stupidchicken.com>
1822
9aa2c576
CY
1823 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1824
9d30a9f4
CY
1825 * simple.el (append-to-buffer): Fix last change.
1826
d0fba174
CY
18272010-03-24 Chong Yidong <cyd@stupidchicken.com>
1828
1829 * simple.el (append-to-buffer): Ensure that point is preserved if
1830 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
1831 (Bug#5749)
1832
efee6a6d
SM
18332010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1834
1835 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1836 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1837 not be present any more.
1838
c6f3804c
JB
18392010-03-24 Juanma Barranquero <lekktu@gmail.com>
1840
1841 * faces.el (set-face-attribute): Fix typo in docstring.
1842 (face-valid-attribute-values): Reflow docstring.
1843
4c3a215a
GM
18442010-03-23 Glenn Morris <rgm@gnu.org>
1845
efee6a6d 1846 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 1847
e9ba3e26
CY
18482010-03-21 Chong Yidong <cyd@stupidchicken.com>
1849
1850 * indent.el (indent-for-tab-command): Doc fix.
1851
c8de140b
JB
18522010-03-22 Juanma Barranquero <lekktu@gmail.com>
1853
1854 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1855 (image-dired-read-comment): Doc fix.
1856
efee6a6d
SM
1857 * json.el (json-object-type, json-array-type, json-key-type)
1858 (json-false, json-null, json-read-number):
c8de140b
JB
1859 * minibuffer.el (completion-in-region-functions):
1860 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1861 (cal-tex-cursor-week):
1862 * emacs-lisp/trace.el (trace-function):
1863 * eshell/em-basic.el (eshell/printnl):
1864 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1865 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1866 * obsolete/levents.el (allocate-event, event-key, event-object)
1867 (event-point, event-process, event-timestamp, event-to-character)
1868 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1869 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1870 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1871 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1872 (reftex-highlight-selection): Fix typos in docstrings.
1873
d1200087
JB
18742010-03-19 Juanma Barranquero <lekktu@gmail.com>
1875
1876 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1877
f454672b
GM
18782010-03-18 Glenn Morris <rgm@gnu.org>
1879
1880 * mail/rmail.el (rmail-highlight-face): Restore option deleted
1881 2008-02-13 without comment; mark it obsolete.
1882 (rmail-highlight-headers): Use rmail-highlight-face once more.
1883
d5704d66
CY
18842010-03-16 Chong Yidong <cyd@stupidchicken.com>
1885
1886 * woman.el (woman2-process-escapes): Only consume the newline if
1887 the filler character is on a line by itself (Bug#5729).
1888
fade35dd
KH
18892010-03-16 Kenichi Handa <handa@m17n.org>
1890
1891 * language/indian.el (devanagari-composable-pattern): Add more
1892 consonants.
1893
c8215db1
MA
18942010-03-14 Michael Albinus <michael.albinus@gmx.de>
1895
1896 * net/trampver.el: Update release number.
1897
b4d16368
GM
18982010-03-13 Glenn Morris <rgm@gnu.org>
1899
1900 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1901
c0e17ff2
MA
19022010-03-13 Michael Albinus <michael.albinus@gmx.de>
1903
efee6a6d
SM
1904 * net/tramp.el (tramp-find-executable):
1905 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
1906 output of "wc -l" more robust.
1907 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1908 (tramp-open-connection-setup-interactive-shell): Remove workaround
1909 for OpenSolaris bug, it is not needed anymore.
1910
eb123b12
GM
19112010-03-12 Glenn Morris <rgm@gnu.org>
1912
1913 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
1914
5f8d2ce0
WS
19152010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
1916
1917 * files.el (auto-mode-alist): Accept more verilog file patterns.
1918
35b148ee 19192010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
1920
1921 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1922 instead of "format:"; this ensures that the output is
1923 newline-terminated.
1924
4e7cafbe
CY
19252010-03-08 Chong Yidong <cyd@stupidchicken.com>
1926
1927 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1928 that all errors are caught, and that the return value is always a
1929 list (Bug#5692).
1930
aec66319
KH
19312010-03-08 Kenichi Handa <handa@m17n.org>
1932
1933 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 1934 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 1935
b327c975
AS
19362010-03-07 Andreas Schwab <schwab@linux-m68k.org>
1937
1938 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1939 call to rfc822-bad-address. (Bug#5692)
1940
1c465a6a
CY
19412010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
1942
1e05f387
SM
1943 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1944 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 1945
a4e32226
CY
19462010-03-06 Chong Yidong <cyd@stupidchicken.com>
1947
1948 * calculator.el (calculator): Don't bind split-window-keep-point
1949 (Bug#5674).
1950
4c83ed3d
SM
19512010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1952
1953 * vc-git.el: Re-flow to fit into 80 columns.
1954 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1955 Remove spurious `quote' element in each case alternative.
1956 (vc-git-show-log-entry): Use prog1.
1957 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1958
e8defde3
SM
19592010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1960
1961 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1962
233f0c9f
CY
19632010-03-03 Chong Yidong <cyd@stupidchicken.com>
1964
1965 * macros.el (insert-kbd-macro): Look up keyboard macro using the
1966 definition, not the name (Bug#5481).
1967
254bedef 19682010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
1969
1970 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1971 argument with a local variable. (Bug#5670)
1972
7187cdae
JL
19732010-03-02 Juri Linkov <juri@jurta.org>
1974
1975 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
1976
9cf3544e
MA
19772010-03-02 Michael Albinus <michael.albinus@gmx.de>
1978
1979 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1980 error when FILENAME and NEWNAME are existing remote directories.
1981
1982 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1983 parameter DIR-FLAG.
1984
33f77982
GM
19852010-03-02 Glenn Morris <rgm@gnu.org>
1986
1987 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1988 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1989
d99ea08e
KH
19902010-03-01 Kenichi Handa <handa@m17n.org>
1991
e8defde3 1992 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
1993 myanmar-composable-pattern.
1994
e8defde3
SM
1995 * international/characters.el (script-list):
1996 * international/fontset.el (script-representative-chars):
1997 Change myanmar to burmese.
d99ea08e 1998 (otf-script-alist): Likewise.
4aa2c3b2
KH
1999 (setup-default-fontset): Likewise. Re-fix :otf spec.
2000
b374f54d
KY
20012010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2002
2003 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2004
71572c03
JD
20052010-02-28 Jan Djärv <jan.h.d@swipnet.se>
2006
2007 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2008
00cffdeb
MA
20092010-02-28 Michael Albinus <michael.albinus@gmx.de>
2010
2011 * net/tramp.el (tramp-handle-write-region): START can be a string.
2012 Take care in the checks. Reported by Dan Davison
2013 <davison@stats.ox.ac.uk>.
2014
d4b06783
MA
20152010-02-28 Michael Albinus <michael.albinus@gmx.de>
2016
2017 * net/dbus.el (dbus-introspect, dbus-get-property)
2018 (dbus-set-property, dbus-get-all-properties): Use
2019 `dbus-call-method' when noninteractive. (Bug#5645)
2020
8c3e96d2
CY
20212010-02-28 Chong Yidong <cyd@stupidchicken.com>
2022
de3a1fe9
CY
2023 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2024 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
2025 * calendar/icalendar.el (icalendar--add-diary-entry):
2026 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
2027 * files.el (recover-session-finish): Use with-current-buffer
2028 instead of save-excursion.
2029
c53b9c3b
SM
20302010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
2031
2032 Fix in-buffer completion when after-change-functions modify the buffer.
2033 * minibuffer.el (completion--replace): New function.
2034 (completion--do-completion): Use it and use relative movement.
2035
4a16bdc6
CY
20362010-02-27 Chong Yidong <cyd@stupidchicken.com>
2037
2038 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 2039
b8280f39
CY
20402010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
2041
c53b9c3b
SM
2042 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2043 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 2044
f88cc4d6
KH
20452010-02-26 Kenichi Handa <handa@m17n.org>
2046
2047 * language/burmese.el: Fix entries in composition-function-table.
2048 (myanmar-composable-pattern): New variable.
2049
2050 * international/fontset.el (setup-default-fontset): Add an entry
2051 for myanmar.
2052
2053 * international/characters.el (script-list): Add Myanmar
2054 Extended-A.
2055
cdbf9100
GM
20562010-02-26 Glenn Morris <rgm@gnu.org>
2057
90a94603
GM
2058 * custom.el (custom-initialize-delay): Doc fix.
2059
cdbf9100
GM
2060 * mail/sendmail.el (send-mail-function): Autoload the call
2061 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2062
f95a5fd0
CY
20632010-02-24 Chong Yidong <cyd@stupidchicken.com>
2064
2065 * files.el (hack-local-variables-filter): For eval forms, also
2066 check safe-local-variable-p (Bug#5636).
2067
6583ba0e
CY
20682010-02-24 Eduard Wiebe <usenet@pusto.de>
2069
2070 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2071 and use c(ad)r of cddr (Bug#5640).
2072
459a5f4b
MA
20732010-02-22 Michael Albinus <michael.albinus@gmx.de>
2074
2075 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2076 setting the modes by `ignore-errors'. It might fail, for example
2077 if the file is not owned by the user but the group.
2078 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2079
bb23f6e8
CY
20802010-02-21 Chong Yidong <cyd@stupidchicken.com>
2081
50c58e27
CY
2082 * files.el (directory-listing-before-filename-regexp): Use
2083 stricter matching for iso-style dates, to avoid false matches with
2084 date-like filenames (Bug#5597).
2085
b660eb70
CY
2086 * htmlfontify.el (htmlfontify): Doc fix.
2087
2088 * eshell/eshell.el (eshell): Doc fix.
2089
bb23f6e8
CY
2090 * startup.el (fancy-about-screen): In mode-line, apply
2091 mode-line-buffer-id face only to the buffer name (Bug#5613).
2092
3e39928c
CY
20932010-02-20 Kevin Ryde <user42@zip.com.au>
2094
f7e0618c
JB
2095 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2096 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
2097 (Bug#5599).
2098
0f00e948
EZ
20992010-02-20 Eli Zaretskii <eliz@gnu.org>
2100
2101 * subr.el (remove-yank-excluded-properties): Explain in a comment
2102 why `category' property is removed.
2103
3513efb2
CY
21042010-02-19 Chong Yidong <cyd@stupidchicken.com>
2105
2106 * isearch.el (isearch-update-post-hook, isearch-update): Revert
2107 2010-02-17 change.
2108
b4340b3f
UJ
21092010-02-19 Ulf Jasper <ulf.jasper@web.de>
2110
2111 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2112 (icalendar--convert-weekly-to-ical)
2113 (icalendar--convert-yearly-to-ical)
2114 (icalendar--convert-block-to-ical)
2115 (icalendar--convert-cyclic-to-ical)
2116 (icalendar--convert-anniversary-to-ical): Take care of time
2117 specifications where hour has 1-digit only (Bug#5549).
2118
8cfae03d
NR
21192010-02-19 Nick Roberts <nickrob@snap.net.nz>
2120
2121 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2122 of disassemble output in GDB 7.1.
2123
055e4eea
GM
21242010-02-19 Glenn Morris <rgm@gnu.org>
2125
2126 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2127 property. (Bug#5593)
2128
ff6b00de
SS
21292010-02-18 Sam Steingold <sds@gnu.org>
2130
2131 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2132
fe8c0b47
SM
21332010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2134
2135 Use abbreviated file names in bookmarks (bug#5591).
2136 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2137 calls to expand-file-name.
2138 (bookmark-relocate): Use abbreviated file names in bookmarks.
2139 (bookmark-load): Use abbreviated file names in messages.
2140
73a37a69
MA
21412010-02-18 Michael Albinus <michael.albinus@gmx.de>
2142
2143 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2144 expand "." and "..". Reported by Thierry Volpiatto
2145 <thierry.volpiatto@gmail.com>.
2146
6e4f5731
MA
21472010-02-18 Michael Albinus <michael.albinus@gmx.de>
2148
2149 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2150 permissions of the temporary file to "0600". In case the remote
2151 file has no read permissions for the owner, there might be
2152 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
2153
215422010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
2155
2156 * emacs-lisp/authors.el (authors-renamed-files-alist):
2157 Add entries for INSTALL.CVS.
2158
ba5bf642
MH
21592010-02-17 Mark A. Hershberger <mah@everybody.org>
2160
f7e0618c 2161 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 2162
f7e0618c 2163 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
2164 (isearch-update): Use the new hook.
2165
aac0b0f2
MA
21662010-02-16 Michael Albinus <michael.albinus@gmx.de>
2167
fe8c0b47
SM
2168 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2169 Fix errors in copying directories.
aac0b0f2
MA
2170 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2171 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2172 (tramp-handle-delete-file)
2173 (tramp-handle-dired-recursive-delete-directory)
2174 (tramp-handle-write-region): Flush also the cache for the upper
2175 directory.
2176
05bbe066
CY
21772010-02-16 Chong Yidong <cyd@stupidchicken.com>
2178
e8ab3908
CY
2179 * simple.el (save-interprogram-paste-before-kill): Doc fix.
2180
ff90f4b0
CY
2181 * cus-edit.el (hardware): Doc fix.
2182
2183 * man.el (man): Add to external custom group.
2184
2185 * delim-col.el (columns): Move to wp custom group.
2186
2187 * doc-view.el (doc-view): Add to data custom group.
2188
fe8c0b47 2189 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 2190
05bbe066
CY
2191 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2192 by ispell-parse-output (Bug#5575).
2193
fa6ea913
KH
21942010-02-16 Kenichi Handa <handa@m17n.org>
2195
2196 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2197 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2198 (skkdic-convert): Use `euc-japan' coding system for writing.
2199
88fd78ae
GM
22002010-02-16 Glenn Morris <rgm@gnu.org>
2201
2202 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2203 tex-main-file before using it. (Bug#5562)
2204
2b8c974a
SM
22052010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2206
2207 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2208 warnings, since it is annoying for the user to see them each time he
2209 runs the code.
2210
7540f029
MA
22112010-02-15 Michael Albinus <michael.albinus@gmx.de>
2212
2213 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2214 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2215 instead of PROC for caching "first-password-request". Otherwise,
2216 new processes would not profit from passwords already entered.
2217
2b8c974a
SM
2218 * net/tramp-cache.el (tramp-dump-connection-properties):
2219 Don't save "first-password-request" property.
7540f029 2220
fa5f7c5f
JB
22212010-02-14 Juanma Barranquero <lekktu@gmail.com>
2222
2223 * outline.el (outline-head-from-level):
2224 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
2225 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2226 (elint-defun, elint-buffer-env, elint-top-form-logged)
2227 (elint-unbound-variable):
2228 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2229 Fix typos in docstrings.
2230
ecbaeb7b
MA
22312010-02-14 Michael Albinus <michael.albinus@gmx.de>
2232
2233 * files.el (insert-directory): When WILDCARD-REGEXP and
2234 FULL-DIRECTORY-P are nil, insert the file entry instead of the
2235 whole directory. (Bug#5551)
2236
2237 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
2238 dired's alignment sanity. (Bug#5516)
2239
91e3333f
JL
22402010-02-14 Juri Linkov <juri@jurta.org>
2241
2242 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2243 Remove remaining ^H with their preceding chars. (Bug#5566)
2244
36020642
GM
22452010-02-13 Glenn Morris <rgm@gnu.org>
2246
2247 * simple.el (transpose-subr): Give it a doc-string.
2248
2249 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2250 Doc fixes.
2251
f5952338
JL
22522010-02-12 Juri Linkov <juri@jurta.org>
2253
2254 * arc-mode.el (archive-unique-fname): Make directories for nested
2255 archives. (Bug#5540)
2256
918fe50f
JL
22572010-02-12 Juri Linkov <juri@jurta.org>
2258
2259 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
2260
c07ff221
SM
22612010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2262
48b1e7cf
SM
2263 * subr.el (copy-overlay): Handle deleted overlays.
2264
c07ff221
SM
2265 * man.el (Man-completion-table): Don't signal an error if we can't run
2266 manual-program (bug#4056).
2267
0e374247
JB
22682010-02-10 Juanma Barranquero <lekktu@gmail.com>
2269
2270 * textmodes/artist.el (artist-mt): Fix typos in docstring.
2271
dbf8402b
SM
22722010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2273
348d1e60
SM
2274 * info.el (Info-bookmark-jump): Simplify.
2275
dbf8402b
SM
2276 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2277 (bookmark-default-handler): Accept new bookmark field `buffer'.
2278
e6d23bb5
CY
22792010-02-10 Chong Yidong <cyd@stupidchicken.com>
2280
2281 * iswitchb.el (iswitchb-completions): Revert last change.
2282
a8e4290b
MA
22832010-02-10 Michael Albinus <michael.albinus@gmx.de>
2284
2b23acde 2285 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
2286 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2287 This prevents file names like "~/" being listed literally.
a8e4290b 2288
c59d6fad
DN
22892010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2290
348d1e60
SM
2291 * term/xterm.el (xterm-maybe-set-dark-background-mode):
2292 Remove dead code. (Bug#5546)
c59d6fad 2293
3a66e78f
CY
22942010-02-09 Chong Yidong <cyd@stupidchicken.com>
2295
2296 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2297 correctly (Bug#5548).
2298
f29fd869
CY
22992010-02-08 Jose E. Marchesi <jemarch@gnu.org>
2300
2301 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 2302 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 2303
7fad1447
KH
23042010-02-08 Kenichi Handa <handa@m17n.org>
2305
2306 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 2307 cookie for putting `lisp-indent-function'.
7fad1447 2308
50e4518b
GM
23092010-02-07 Glenn Morris <rgm@gnu.org>
2310
2311 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2312 Move F2003 named interfaces from keywords-2 to keywords-1, and
2313 use function-name-face rather than constant-face.
2314 Simplify "abstract interface" regexp.
2315
a4cc44cf
CY
23162010-02-07 Chong Yidong <cyd@stupidchicken.com>
2317
2318 * eshell/esh-util.el (eshell-file-attributes): New optional arg
2319 ID-FORMAT. Pass it to `file-attributes'.
2320
2321 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2322
c917476d
CY
23232010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
2324
2325 * faces.el (set-face-attribute): Allow calling
2326 internal-set-lisp-face-attribute with 'unspecified family and
2327 foundry argument (Bug#5536).
2328
7cf3f3d6
GM
23292010-02-07 Glenn Morris <rgm@gnu.org>
2330
2331 * progmodes/f90.el (f90-font-lock-keywords-2)
2332 (f90-looking-at-type-like, f90-looking-at-program-block-end):
2333 Handle F2003 named interfaces.
2334
ffe87109
CY
23352010-02-06 Chong Yidong <cyd@stupidchicken.com>
2336
2337 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2338 beg and end before calling c-get-state-before-change-functions.
2339
4775ecad
DN
23402010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
2341
2342 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
2343
0d17c4b9
JL
23442010-02-05 Juri Linkov <juri@jurta.org>
2345
2346 * doc-view.el (doc-view-mode):
2347 * image-mode.el (image-mode): Put property mode-class=special.
2348 (Bug#4896)
2349
8228a275
MH
23502010-02-05 Mark A. Hershberger <mah@everybody.org>
2351
2352 * vc-svn.el (vc-svn-revision-table): New function.
2353
d9320986
MA
23542010-02-05 Michael Albinus <michael.albinus@gmx.de>
2355
2356 * net/ange-ftp.el (ange-ftp-insert-directory):
2357 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2358 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2359 Handle also directories. (Bug#5478)
2360
f43d8ecc
GM
23612010-02-05 Glenn Morris <rgm@gnu.org>
2362
2363 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2364
ce3a988d
CY
23652010-02-05 Chong Yidong <cyd@stupidchicken.com>
2366
2367 * startup.el (command-line-1): Convert options beginning with a
2368 single dash as well (Bug#5519).
2369
bdd42899
SM
23702010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
2371
51b23c44
SM
2372 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2373 * minibuffer.el (completion-initials-expand): Only check the presence
2374 of delims *within* the boundaries, since otherwise the / delim is
2375 always found for files.
2376
bdd42899
SM
2377 Fix up various corner case problems.
2378 * doc-view.el (doc-view-last-page-number): New function.
2379 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2380 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2381 (doc-view-kill-proc): Avoid inf-loop in freak cases.
2382 (doc-view-reconvert-doc): Use the new recursive delete-directory.
2383 (doc-view-convert-current-doc): Don't create the resolution.el file
2384 here any more.
2385 (doc-view-pdf/ps->png): Do it here instead.
2386 (doc-view-already-converted-p): Check that resolution.el is present.
2387 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2388 windows that are not yet showing images.
2389
d5b3979c
MA
23902010-02-04 Michael Albinus <michael.albinus@gmx.de>
2391
2392 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
2393 `dired-uncache' for every elemnt which is an absolute file name.
2394
2395 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
2396 directory, handle its directory component.
2397 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
2398 function is called permanently and creates noise, otherwise.
2399
2400 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2401 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2402 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
2403
b003beb1
DB
24042010-02-04 David Burger <dburger@google.com> (tiny change)
2405
2406 * macros.el (apply-macro-to-region-lines):
2407 Minor simplification. (Bug#5485)
2408
ea92f9f3
GM
24092010-02-04 Glenn Morris <rgm@gnu.org>
2410
a03ae20d
GM
2411 * mail/rmail.el (rmail-show-message-1): Handle malformed
2412 quoted-printable text. (Bug#5441)
2413
4d01b827
GM
2414 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2415
ea92f9f3
GM
2416 * simple.el (visual-line-mode): Capitalize lighter.
2417
82055bb7
JW
24182010-02-03 John Wiegley <jwiegley@gmail.com>
2419
2420 * iswitchb.el (iswitchb-completions): Add bookmark files to the
2421 list of files considered for "virtual buffer" completions.
2422
8214b6e4
MA
24232010-02-03 Michael Albinus <michael.albinus@gmx.de>
2424
2425 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
2426 also in case of (and (not full) (not wildcard)). This is needed,
2427 when dired is called with a list of files, which are not in
2428 `default-directory'. (Bug#5478)
2429
1df9718f
SM
24302010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2431
2432 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
2433
02ba1267
JL
24342010-02-02 Juri Linkov <juri@jurta.org>
2435
2436 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
2437 from unidiff to allow function-line after @@.
2438
a0c6a0fb
JL
24392010-02-02 Juri Linkov <juri@jurta.org>
2440
2441 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
2442 '(RCS SCCS) with inverted condition.
2443
c35fcd52
MA
24442010-02-02 Michael Albinus <michael.albinus@gmx.de>
2445
2446 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
2447 messages.
2448
6ba973c1
JL
24492010-02-01 Juri Linkov <juri@jurta.org>
2450
2451 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
2452 compare with "pkunzip" and "pkzip" instead of only "pkzip".
2453 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
2454 only when (car archive-zip-extract) is "unzip". (Bug#5475)
2455
0bca393f
SM
24562010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2457
2458 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
2459 (doc-view-revert-buffer): New command.
2460 (doc-view-mode-map): Use it.
2461
7a444e2a
DN
24622010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
2463
2464 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
2465 pending merge is detected.
2466
ad6fc8f4
JL
24672010-01-31 Juri Linkov <juri@jurta.org>
2468
2469 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
2470 beginning of interactive spec like all other grep commands do.
2471 Put "all" in front of "gz". (Bug#5260)
2472
b9236874
DN
24732010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
2474
2475 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
2476
1e868757
CY
24772010-01-29 Chong Yidong <cyd@stupidchicken.com>
2478
2479 * dirtrack.el (dirtrack): Warn instead of signalling error if the
2480 regexp is incorrect (Bug#5476).
2481
e5c70c41
MA
24822010-01-29 Michael Albinus <michael.albinus@gmx.de>
2483
2484 * net/tramp.el (tramp-handle-insert-directory): Handle also
2485 symlinks, when FILENAME is not in `default-directory'.
2486
0c0b61f1
MA
24872010-01-28 Michael Albinus <michael.albinus@gmx.de>
2488
2489 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 2490 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
2491
2492 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
2493 of SWITCHES. Handle the case, FILENAME is not in
2494 `default-directory'. (Bug#5478)
2495 (tramp-register-file-name-handlers): Add safe-magic property.
2496
763f325e
CY
24972010-01-28 Chong Yidong <cyd@stupidchicken.com>
2498
2499 * arc-mode.el (archive-zip-extract): Quote the argument passed to
2500 unzip (Bug#5475).
2501
fd09a83f
CY
25022010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
2503
2504 * progmodes/flymake.el (flymake-allowed-file-name-masks)
2505 (flymake-master-make-header-init): Add other C++ filename masks.
2506 (flymake-find-possible-master-files)
2507 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
2508
7e5686f0
MA
25092010-01-28 Michael Albinus <michael.albinus@gmx.de>
2510
2511 Fix some busybox annoyances.
2512
2513 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
2514 not responding." string.
2515 (tramp-open-connection-setup-interactive-shell): Dump stty
2516 settings. Enable "neveropen" arg for all `tramp-send-command'
2517 calls. Handle "=" in variable values properly.
2518 (tramp-find-inline-encoding): Raise an error, when no encoding is
2519 found.
2520 (tramp-wait-for-output): Check, whether PROC buffer is available.
2521 Remove spurious " ^H" sequences, sent by busybox.
2522 (tramp-get-ls-command): Suppress coloring, if possible.
2523
c6265c10
GM
25242010-01-28 Glenn Morris <rgm@gnu.org>
2525
c85a168b
GM
2526 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
2527
c6265c10
GM
2528 * log-edit.el (log-edit-strip-single-file-name): Add missing
2529 :safe, :group, and :version tags.
2530
7d82a738
SB
25312010-01-27 Stephen Berman <stephen.berman@gmx.net>
2532
2533 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
2534 buffers. (Bug#5477)
2535
8b0e68ea
CY
25362010-01-27 David De La Harpe Golden <david@harpegolden.net>
2537
2538 * files.el (delete-directory): Handle moving to trash without
2539 first doing recursion (Bug#5436).
2540
368d3208
DN
25412010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
2542
2543 * vc-hooks.el (vc-path): Mark as obsolete.
2544
755da7fa
DN
25452010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
2546
e2396d80
DN
2547 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
2548 names too.
2549
755da7fa
DN
2550 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
2551 for the short log.
2552 (vc-bzr-log-view-mode): Adjust regexp for the above change.
2553
6a6d15ab 25542010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 2555
ac9ffe99 2556 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 2557
48c2d18a 2558 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 2559
504dcc71
EH
25602010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
2561
2562 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
2563 diff-index command. This requires at least git-1.5.5. (Bug#1589).
2564
51850286
DN
25652010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2566
c2f1d6d8
DN
2567 Remove support for adding --signoff on commit.
2568 Future support will use an incompatible generic mechanism.
2569 * vc-git.el (vc-git-add-signoff): Remove variable.
2570 (vc-git-toggle-signoff): Remove function.
2571 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
2572
51850286
DN
2573 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
2574 from xterm-set-background-mode. Return t if the background mode
2575 was set.
2576 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
2577 earlier, call it again in case the background mode has changed.
2578
02c6d0d0
CY
25792010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
2580
2581 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
2582 (Bug#3541).
2583
064eee03
CY
25842010-01-23 Chong Yidong <cyd@stupidchicken.com>
2585
02c6d0d0
CY
2586 * emacs-lisp/assoc.el (aelement): Doc fix.
2587 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 2588
5336c3ec 25892010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 2590
48c2d18a 2591 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
2592 is the same as subprogram call, not declaration. (Bug#5435).
2593
0536254e
MA
25942010-01-23 Michael Albinus <michael.albinus@gmx.de>
2595
2596 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
2597 (tramp-smb-maybe-open-connection): Use it.
2598
411d06c2
MA
25992010-01-22 Michael Albinus <michael.albinus@gmx.de>
2600
0536254e 2601 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 2602
c893016b
SM
26032010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2604
2605 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
2606 just because we see "encoding: 8bit".
2607 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
2608
9425f8e1
CY
26092010-01-22 Chong Yidong <cyd@stupidchicken.com>
2610
2611 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
2612
6a801864
EZ
26132010-01-22 Eli Zaretskii <eliz@gnu.org>
2614
2615 * jka-compr.el (jka-compr-load): If load-file is not in
2616 load-history, try its file-truename version. (bug#5447)
2617
3e8f7d91
AM
26182010-01-21 Alan Mackenzie <acm@muc.de>
2619
2620 Fix a situation where deletion of a cpp construct throws an error.
2621 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
2622 invoking c-with-all-but-one-cpps-commented-out, check that the
2623 special cpp construct is still in the buffer.
2624 (c-parse-state): Record the special cpp with markers, not numbers.
2625
f0bd0ad5
CY
26262010-01-21 Kenichi Handa <handa@m17n.org>
2627
2628 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
2629 process last-command-event, as it is now decoded first (Bug#5380).
2630
5189d95b
CY
26312010-01-20 Chong Yidong <cyd@stupidchicken.com>
2632
2633 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
2634
e073d74a
GM
26352010-01-20 Glenn Morris <rgm@gnu.org>
2636
2637 * indent.el (tab-always-indent): Fix custom-type.
2638
8ee04f3a
AM
26392010-01-19 Alan Mackenzie <acm@muc.de>
2640
2641 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
2642 buffer throws "args out of range".
2643 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
2644 playing the role of delimiter.
2645
6a47c86a
SL
26462010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
2647
bf0b361c 2648 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
2649 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
2650 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
2651 changed. Delete RECURSIVE parameter; never used. Improve doc string.
2652 Improve comments in "is" portion. Handle null procedure declaration.
2653 (ada-move-to-end): Improve doc string.
2654
2acfb954
ÓF
26552010-01-18 Óscar Fuentes <ofv@wanadoo.es>
2656
e90d57c0 2657 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 2658 Remove obsolete information from commentary.
e90d57c0
JB
2659 (ido-choice-list): Initialize to nil.
2660 (ido-get-bufname): Reject minibuffers.
2661 (ido-make-buffer-list): If "default" is a nonexistent
2662 buffer, ignore it, as per the function's comment.
2663 (ido-kill-buffer-internal): New function.
2664 (ido-kill-buffer-at-head): Use it.
2665 (ido-visit-buffer): Likewise.
2acfb954 2666
244b023e
CY
26672010-01-18 Chong Yidong <cyd@stupidchicken.com>
2668
2669 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
2670
db9e401b
JB
26712010-01-18 Juanma Barranquero <lekktu@gmail.com>
2672
db9e401b
JB
2673 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
2674 Fix typos in chart titles.
2675
2676 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
2677 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2678 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2679 (describe-class, eieio-describe-generic, describe-generic):
2680 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2681 (eieio-speedbar-expand):
2682 * emulation/viper-cmd.el (viper-exec-form-in-vi)
2683 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2684 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2685 (viper-del-backward-char-in-replace, viper-backward-indent)
2686 (viper-brac-function, viper-register-to-point, viper-submit-report):
2687 * net/tramp.el (tramp-remote-coding-commands):
2688 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2689 Fix typos in docstrings.
2690
9295137d
CY
26912010-01-17 Chong Yidong <cyd@stupidchicken.com>
2692
2693 * mail/sendmail.el (mail-yank-original): Set the mark if the
2694 specified function for yanking does not do it.
2695
4d0bbcb6
DN
26962010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
2697
7902c120
DN
2698 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
2699
4d0bbcb6
DN
2700 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2701 resyncing a directory.
2702
0b702bc1
SL
27032010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
2704
6a47c86a 2705 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
2706 (ada-ident-re): Delete ., allow multibyte characters.
2707 (ada-goto-label-re): New; matches goto labels.
2708 (ada-block-label-re): New; matches block labels.
2709 (ada-label-re): New; matches both.
2710 (ada-named-block-re): Deleted; callers changed to use
2711 `ada-block-label-re' instead.
2712 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2713 Use `ada-block-label-re'.
2714 (ada-indent-on-previous-lines): Improve handling of goto labels.
2715 (ada-get-indent-block-start): Special-case block label.
2716 (ada-get-indent-label): Split into `ada-indent-block-label' and
2717 `ada-indent-goto-label'.
2718 (ada-goto-stmt-start, ada-goto-next-non-ws):
2719 Optionally ignore goto labels.
2720 (ada-goto-next-word): Simplify.
2721 (ada-indent-newline-indent-conditional): Insert newline before
2722 trying to fix indentation; doc fix.
2723
05287c49
JB
27242010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
2725
2726 * calc/calc.el (calc-command-flags): Give it an initial value.
2727
4963739e
JB
27282010-01-17 Juanma Barranquero <lekktu@gmail.com>
2729
4963739e
JB
2730 * files.el (minibuffer-with-setup-hook):
2731 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2732 (artist-key-draw-continously, artist-key-do-continously-continously)
2733 (artist-key-set-point-continously, artist-mouse-draw-continously):
2734 Fix typos in docstrings.
2735
116bd1ee
CY
27362010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
2737
2738 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2739 return t (Bug#3898).
2740
2784cd7a 27412010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
2742
2743 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2744 can parse the output of the external commands (Bug#5279).
2745
abd5cfe8
CY
27462010-01-16 Jari Aalto <jari.aalto@cante.net>
2747
2748 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2749
4fe22cdf
CY
27502010-01-16 Chong Yidong <cyd@stupidchicken.com>
2751
bbdc98ef
CY
2752 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2753
c7dc1ac1
CY
2754 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2755
4fe22cdf
CY
2756 * startup.el (command-line): Remove unused --icon-type arg.
2757 Handle --display arg, passing it to command-line-1 (Bug#5392).
2758
045b9da7
ML
27592010-01-16 Mario Lang <mlang@delysid.org>
2760
045b9da7
ML
2761 * emacs-lisp/chart.el (chart-translate-namezone):
2762 * textmodes/artist.el (artist-compute-popup-menu-table):
2763 Remove duplicated words in doc-strings.
2764
6554a5df
CY
27652010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
2766
2767 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2768 to mairix-search to suppress threading (Bug#5342).
2769
ca4f0e9a
KH
27702010-01-15 Kenichi Handa <handa@m17n.org>
2771
2772 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 2773 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 2774
1db3226b
GM
27752010-01-15 Glenn Morris <rgm@gnu.org>
2776
56a03f46
GM
2777 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
2778
2779 * wid-edit.el (widget-keymap): Doc fix.
2780
1db3226b
GM
2781 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2782 former seems to be more widely accepted by various svn versions.
2783
80cd4bb4
JB
27842010-01-14 Juanma Barranquero <lekktu@gmail.com>
2785
d1f18ec0
JB
2786 * find-cmd.el (find-constituents):
2787 * vc-arch.el (vc-arch-root):
2788 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
2789 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2790 * progmodes/ada-stmt.el (ada-if):
2791 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2792 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2793 (ispell-encoding8-command, ispell-aspell-supports-utf8)
2794 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2795
80cd4bb4
JB
2796 * progmodes/flymake.el (flymake-post-syntax-check):
2797 Fix typo in error message.
2798
9c23ca47
JB
27992010-01-14 Juanma Barranquero <lekktu@gmail.com>
2800
2801 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2802 which is always a string. (Bug#5313)
2803
8794c483
JB
28042010-01-14 Juanma Barranquero <lekktu@gmail.com>
2805
2806 * progmodes/ada-xref.el (ada-default-prj-properties):
2807 Simplify previous change.
2808
95005d39
SL
28092010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2810
2811 * progmodes/ada-xref.el (ada-default-prj-properties):
2812 Default ada_project_path to $ADA_PROJECT_PATH.
2813
28142010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
2815
2816 * progmodes/ada-mode.el (ada-create-keymap):
2817 Override `narrow-to-defun' with `ada-narrow-to-defun'.
2818
fb0d1545
SL
28192010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2820
2821 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2822 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2823 (ada-get-current-indent, ada-imenu-generic-expression)
2824 (ada-which-function): Check for it.
2825
5c9434d0
SL
28262010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2827
2828 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2829 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2830
3a4f3a3b
GM
28312010-01-14 Glenn Morris <rgm@gnu.org>
2832
2833 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
2834
d9a7c140
KH
28352010-01-14 Kenichi Handa <handa@m17n.org>
2836
2837 * composite.el (auto-composition-mode): Make it a buffer local
2838 variable (permanent-local).
2839 (auto-composition-function): Set the default value to
2840 auto-compose-chars.
49caf252 2841 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
2842 (global-auto-composition-mode): Likewise.
2843 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 2844
38bee102
KF
28452010-01-13 Karl Fogel <kfogel@red-bean.com>
2846
2847 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 2848
b8b45afc
MA
28492010-01-12 Michael Albinus <michael.albinus@gmx.de>
2850
2851 * files.el (copy-directory): Compute target for recursive
2852 directories with identical names. (Bug#5343)
2853
893db5bc
GM
28542010-01-12 Glenn Morris <rgm@gnu.org>
2855
2856 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2857 it to bug-gnu-emacs rather than emacs-pretest-bug.
2858
d8b8451f
SS
28592010-01-11 Sam Steingold <sds@gnu.org>
2860
2861 * imenu.el (imenu-default-create-index-function): Detect infinite
2862 loops caused by imenu-prev-index-position-function.
2863
30afcdff
JB
28642010-01-11 Juanma Barranquero <lekktu@gmail.com>
2865
2866 * htmlfontify.el (htmlfontify-load-rgb-file)
2867 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2868 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2869 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2870 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2871 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2872 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2873 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2874 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2875 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2876 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2877 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2878 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2879 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2880 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2881 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2882 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2883 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2884 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2885 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2886 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2887 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2888 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2889 backslash-quoting from parentheses, etc.
2890
92b1c416
CY
28912010-01-11 Chong Yidong <cyd@stupidchicken.com>
2892
2893 * progmodes/js.el: Autoload javascript-mode alias.
2894
4454adab
JB
28952010-01-11 Juanma Barranquero <lekktu@gmail.com>
2896
2897 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2898 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2899 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2900 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2901 Fix typos in docstrings.
2902 (ffap-url-regexp): Doc fix.
2903 (ffap-at-mouse): Fix typo in message.
2904
6589a2f9
GM
29052010-01-11 Glenn Morris <rgm@gnu.org>
2906
2907 * version.el (emacs-copyright): Set copyright year to 2010.
2908
4e5617ee
SM
29092010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2910
2911 * format.el (format-annotate-function): Only set
2912 write-region-post-annotation-function after running to-fn so as not to
2913 affect nested write-region calls (bug#5273).
2914
52bee098
CY
29152010-01-10 Chong Yidong <cyd@stupidchicken.com>
2916
a069f067
CY
2917 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2918 wisent/python.el.
2919
e709e39d
CY
29202010-01-09 Chong Yidong <cyd@stupidchicken.com>
2921
2922 * man.el (Man-goto-section): Signal error if the section is not
2923 found (Bug#5317).
2924
6ee86780
JB
29252010-01-09 Juanma Barranquero <lekktu@gmail.com>
2926
2927 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2928 URLs with a leading triple slash in the file: scheme. (Bug#5345)
2929
fa7b5f7b
CY
29302010-01-09 Chong Yidong <cyd@stupidchicken.com>
2931
2932 * progmodes/compile.el: Don't treat compile-command as safe if
2933 compilation-read-command might be nil (Bug#4218).
2934
de62c4d9
JD
29352010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2936
2937 * startup.el (command-line-1): Use orig-argi to check for ignored X and
2938 NS options.
2939
e94be827
KH
29402010-01-08 Kenichi Handa <handa@m17n.org>
2941
4e5617ee
SM
2942 * international/fontset.el (build-default-fontset-data):
2943 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 2944
1dfae2a2
JB
29452010-01-07 Juanma Barranquero <lekktu@gmail.com>
2946
2947 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2948 to `create-file-buffer' as it expects, not just a buffer name.
2949 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2950 to help uniquify. (Bug#3224)
2951
d0cf45b7
JD
29522010-01-06 Jan Djärv <jan.h.d@swipnet.se>
2953
2954 * font-setting.el (font-setting-change-default-font): Use user-spec
2955 instead of name.
2956
7534fa5e
DN
29572010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2958
2959 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2960
fd579fdc
CY
29612010-01-05 Tom Tromey <tromey@redhat.com>
2962
4e5617ee
SM
2963 * progmodes/python.el (python-font-lock-keywords):
2964 Handle qualified decorators (Bug#881).
fd579fdc 2965
37860caf
DN
29662010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2967
2968 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2969 in a lightweight checkout.
2970
69db641d
KH
29712010-01-05 Kenichi Handa <handa@m17n.org>
2972
4e5617ee 2973 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 2974
b25d6a02
DN
29752010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2976
2977 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2978
137d88ca
DN
29792010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
2980
2981 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2982 checkouts. (Bug#618)
3d5d0aa9 2983 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
2984 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2985 (vc-bzr-shelve-menu-map):
2986 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2987 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 2988
da76998b
CY
29892010-01-02 Chong Yidong <cyd@stupidchicken.com>
2990
2991 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2992 They are valid characters in URL paths (rfc3986), and at least
2993 Firefox does not understand the encoded version (Bug#3166).
2994
b2ad70b6
CY
29952010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
2996
2997 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
2998 (octave-block-begin-or-end-regexp, octave-block-match-alist):
2999 Add "end" keyword (Bug#3061).
b2ad70b6
CY
3000 (octave-end-as-array-index-p): New function.
3001 (calculate-octave-indent): Use it.
3002
54136282
KF
30032010-01-02 Karl Fogel <kfogel@red-bean.com>
3004
3005 * bookmark.el: Consistently put the text property on the bookmark name.
3006 (bookmark-bmenu-marks-width): Bump back to 2, to include
3007 annotation marks.
3008 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3009 property on the bookmark name, instead of not putting it at all.
3010 (bookmark-bmenu-list): Fix where we put the text property.
3011
cc4d3cad
KF
30122010-01-02 Karl Fogel <kfogel@red-bean.com>
3013
3014 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3015 for showing buffer modified state (as added in the previous change).
3016
b894c439
KF
30172010-01-02 Karl Fogel <kfogel@red-bean.com>
3018
3019 * bookmark.el: Show modified state of bookmark buffer more accurately.
3020 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3021 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3022 (with-buffer-modified-unmodified): New macro.
3023 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3024 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 3025 Use new macro to preserve the buffer modified state.
b894c439 3026
3a69db53
KF
30272010-01-02 Karl Fogel <kfogel@red-bean.com>
3028
4e5617ee 3029 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
3030 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3031 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3032 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3033 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
3034 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3035 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 3036
af414f10
EZ
30372010-01-02 Eli Zaretskii <eliz@gnu.org>
3038
4e5617ee
SM
3039 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3040 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 3041
f2ec0e5e
CY
30422010-01-02 Ryan Yeske <rcyeske@gmail.com>
3043
3044 * net/rcirc.el: Add follow-link binding (Bug#4738).
3045
38c1ba62
EZ
30462010-01-02 Eli Zaretskii <eliz@gnu.org>
3047
4e5617ee 3048 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
3049 (cvs-update): New target for backward compatibility.
3050
4e5617ee 3051 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
3052 (cvs-update): New target for backward compatibility.
3053
ea2c0f5b
KF
30542010-01-02 Karl Fogel <kfogel@red-bean.com>
3055
3056 * bookmark.el: Remove gratuitous gratitude.
3057
5ae329f4
KF
30582010-01-02 Karl Fogel <kfogel@red-bean.com>
3059
47989945
KF
3060 * bookmark.el (bookmark-bmenu-any-marks): New function
3061 (bookmark-bmenu-save): Clear buffer modification if no marks.
3062
30632010-01-02 Karl Fogel <kfogel@red-bean.com>
3064
3065 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
3066 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3067 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3068 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3069
3070 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3071 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3072 To: emacs-devel {_AT_} gnu.org
3073 Subject: bookmark.el bug report
3074 Date: Mon, 28 Dec 2009 14:19:16 +0800
3075 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3076
aef053eb
KF
30772010-01-02 Karl Fogel <kfogel@red-bean.com>
3078
3079 * bookmark.el: Improvements suggested by Drew Adams:
3080 (bookmark-bmenu-ensure-position): New name for
3081 `bookmark-bmenu-check-position'. Just ensure the position,
3082 don't return any meaningful value.
3083 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3084 New constants.
3085
0472835f
JB
30862010-01-02 Juanma Barranquero <lekktu@gmail.com>
3087
3088 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3089 (bookmark-yank-point, bookmark-bmenu-check-position):
3090 Fix typos in docstrings.
3091 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3092 (bookmark-name-from-full-record, bookmark-get-position)
3093 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3094 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3095 Remove useless quoting of parenthesis, etc. in docstrings.
3096
3097 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3098 (ediff-append-custom-diff): Fix typo in error message.
3099 (ediff-meta-mark-equal-files): Fix typos in messages.
3100
3101 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3102
0472835f
JB
3103 * net/imap-hash.el (imap-hash-make): Doc fix.
3104 (imap-hash-test): Fix typo in error message; reflow docstring.
3105 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3106 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3107 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3108 Fix typos in docstrings.
3109 (imap-hash-open-connection): Fix typo in error message.
3110
3111 * play/gomoku.el (gomoku): Fix typos in docstring.
3112
3113 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3114 (gdb-jsonify-buffer): Fix typos in docstring.
3115 (gdb-goto-breakpoint): Fix typo in error message.
3116 ("Display Other Windows"): Fix typo in help message.
3117 (gdb-speedbar-expand-node): Fix typo in question.
3118
3119 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3120 (idlwave-html-system-help-location, idlwave-html-help-location)
3121 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3122 (idlwave-help-browser-generic-args, idlwave-help-directory)
3123 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3124 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3125 (idlwave-online-help, idlwave-help-html-link)
3126 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3127 Fix typos in docstrings.
3128 (idlwave-help-with-source, idlwave-help-find-routine-definition):
3129 Reflow docstrings.
3130 (idlwave-help-assistant-start): Fix typo in error message.
3131
3132 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3133 (octave-electric-space): Fix typos in docstrings.
3134
9bbe0828
CY
31352010-01-01 Chong Yidong <cyd@stupidchicken.com>
3136
3137 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3138
a88c46c3
CY
31392010-01-01 Juri Linkov <juri@jurta.org>
3140
3141 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 3142 increase the default to 500 (Bug#5148).
a88c46c3 3143
7ee6c59b
NR
31442009-12-31 Nick Roberts <nickrob@snap.net.nz>
3145
3146 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3147 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3148 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3149
a9c8a2cd
NR
31502009-12-30 Nick Roberts <nickrob@snap.net.nz>
3151
3152 Show working revision correctly for mercurial.
3153 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 3154 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 3155
659e4408
JB
31562009-12-29 Juanma Barranquero <lekktu@gmail.com>
3157
3158 Declare some functions for the byte-compiler.
3159 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3160 (speedbar-timer-fn, speedbar-change-expand-button-char)
3161 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3162
7ee6c59b
NR
31632009-12-29 Nick Roberts <nickrob@snap.net.nz>
3164
3165 This changeset reverts GDB Graphical Interface to use annotations.
3166 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3167
460f6e7c
DN
31682009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
3169
3170 Make vc-dir work on subdirectories of the bzr root.
3171 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
3172 file names relative to it.
3173 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3174 relative directory to vc-bzr-after-dir-status.
3175
543f553a
TH
31762009-12-28 Tassilo Horn <tassilo@member.fsf.org>
3177
3178 * font-lock.el (font-lock-refresh-defaults): New function, which
3179 can be used to let font-lock react to external changes in
3180 variables like font-lock-defaults and keywords.
3181 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3182
2592ab76
DN
31832009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
3184
ac859983
DN
3185 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3186
2592ab76
DN
3187 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3188
58941d03
JB
31892009-12-28 Juanma Barranquero <lekktu@gmail.com>
3190
3191 Supersede color.diff settings in git log (bug#5211).
3192
3193 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3194 escape chars in its output when the user has color.diff set to `always'.
3195 This fix works on git 1.4.2 and newer (released on 2006-08-13).
3196
39764e76
KR
31972009-12-26 Kevin Ryde <user42@zip.com.au>
3198
3199 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3200 node. Keep previous "Index" name to work with past coreutils too.
3201
91c4831e
KR
3202 * man.el (man): Revise docstring a bit to show -a and -l as
3203 examples. Add -k description since support for it has otherwise
3204 been a secret. (Further to bug#3717.)
651e932e
KR
3205 (Man-bgproc-sentinel): When "-k foo" produces no output show error
3206 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 3207 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 3208
7f4d4a97
MA
32092009-12-26 Michael Albinus <michael.albinus@gmx.de>
3210
3211 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3212 switches. Check also for //SUBDIRED// line.
3213
bcffff46
KH
32142009-12-25 Kenichi Handa <handa@m17n.org>
3215
3216 * language/indian.el (devanagari-composable-pattern): Fixed to
3217 handle ZWNJ and ZWJ. Use it in composition-function-table for
3218 Devanagari.
3219 (malayalam-composable-pattern): Fix previous change.
3220
dc1dcfa4
VJL
32212009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3222
3223 * ps-print.el (ps-face-attributes): It was not returning the
3224 attribute face for faces specified as string. Reported by harven
41a20de9 3225 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
3226 (ps-print-version): New version 7.3.5.
3227
6fe539d2
UJ
32282009-12-18 Ulf Jasper <ulf.jasper@web.de>
3229
3230 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
3231 timezone names.
3232 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
3233 (icalendar--add-diary-entry): Remove the trailing blank that
3234 diary-make-entry inserts.
3235
1f3611c6
MA
32362009-12-17 Michael Albinus <michael.albinus@gmx.de>
3237
3238 Make `file-expand-wildcards' work for remote files.
3239
3240 * files.el (file-expand-wildcards): In case of remote files, check
3241 only local file name part for wildcards. Provide feature 'files
3242 and subfeature 'remote-wildcards. (Bug#5198)
3243
3244 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3245 if there is already an established connection.
3246 (tramp-advice-file-expand-wildcards): Remove it.
3247
3248 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3249 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
3250 Activate advice for older GNU Emacs versions. (Bug#5237)
3251
9762b219
JB
32522009-12-17 Juanma Barranquero <lekktu@gmail.com>
3253
3254 Some doc fixes (more needed).
3255
3256 * find-cmd.el (find-constituents): Reflow docstring.
3257 (find-cmd, find-prune, find-command): Fix typos in docstrings.
3258 (find-generic): Doc fix.
3259
cfb54897
JL
32602009-12-17 Juri Linkov <juri@jurta.org>
3261
3262 Fix regression from 23.1 to allow multiple modes in Local Variables.
3263
3264 * files.el (hack-local-variables-filter): While ignoring duplicates,
3265 don't take `mode' into account.
3266 (hack-local-variables-filter, hack-dir-local-variables): Don't
3267 remove duplicate `mode' from local-variables-alist (like `eval').
3268
ad974e9e
JL
32692009-12-17 Juri Linkov <juri@jurta.org>
3270
3271 Make `dired-diff' more safe. (Bug#5225)
3272
3273 * dired-aux.el (dired-diff): Signal an error when `file' equals to
3274 `current' or when `file' is a directory of the `current' file.
3275
3616e0b9
AS
32762009-12-17 Andreas Schwab <schwab@linux-m68k.org>
3277
3278 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3279 unconditionally preloaded files.
3280
72b57560
JL
32812009-12-16 Juri Linkov <juri@jurta.org>
3282
3283 Revert to old 23.1 logic of using the file at the mark as default.
3284 * dired-aux.el (dired-diff): Use the file at the mark as default
3285 if it's not the same as the current file, and the target dir is
3286 the current dir or the mark is active. Add the current file
3287 as the arg of `dired-dwim-target-defaults'. Use the default file
3288 in the prompt. (Bug#5225)
3289
68712eb6
MA
32902009-12-15 Michael Albinus <michael.albinus@gmx.de>
3291
3292 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3293 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3294 (tramp-check-for-regexp): Check also, when an echoing shell stops
3295 to echo sent commands.
3296
fd471993
CY
32972009-12-14 Chong Yidong <cyd@stupidchicken.com>
3298
3299 * Makefile.in: Revert last change (Bug#5191).
3300
86b5e14c
DN
33012009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
3302
3303 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
3304 (vc-hg-working-revision): Make sure the command is executed in a
3305 known environment so that we can parse the output. (Bug#4417)
86b5e14c 3306
8cffbb75
CY
33072009-12-14 Chong Yidong <cyd@stupidchicken.com>
3308
3309 * progmodes/python.el (python-symbol-completions): Remove text
3310 properties from symbol string before calling python-send-receive.
3311
6c2b67ad
NR
33122009-12-14 Nick Roberts <nickrob@snap.net.nz>
3313
3314 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 3315 when there are values for both file and line. (Bug#5060)
6c2b67ad 3316
ff6f4585
JL
33172009-12-14 Juri Linkov <juri@jurta.org>
3318
3319 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3320 whitespace after the file name of the first line of unified format,
3321 because git-diff doesn't output whitespace and file modification time
3322 after the file name.
3323
d3de1c8e
JL
33242009-12-14 David Kastrup <dak@gnu.org>
3325
3326 * info.el (Info-hide-cookies-node): Before hiding a cookie,
3327 check if it already has the `display' property added by
3328 `Info-display-images-node', and not put the `invisible' property
3329 in this case.
3330
2f1b7dc4
GM
33312009-12-13 Glenn Morris <rgm@gnu.org>
3332
a0cefee5
GM
3333 * mail/emacsbug.el (message-sort-headers): Define for compiler.
3334 (report-emacs-bug): In message-mode, sort manually before storing
3335 original report text. (Bug#5178)
2f1b7dc4
GM
3336 Remove superfluous save-excursion.
3337
31bb373f
MA
33382009-12-12 Michael Albinus <michael.albinus@gmx.de>
3339
3340 * net/dbus.el (dbus-property-handler): Filter lambda forms out
3341 when responding to "GetAll" properties.
3342
5e1d4968
CY
33432009-12-12 Chong Yidong <cyd@stupidchicken.com>
3344
3345 * simple.el (compose-mail): Remove mail-setup-with-from from
3346 customization checks.
3347
097d86f9
EZ
33482009-12-12 Eli Zaretskii <eliz@gnu.org>
3349
3350 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3351 RAR archives created on Unix systems.
3352
1d4adede
SM
33532009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3354
3355 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3356 the varalias that was accidentally removed by the 2009-11-19 change
3357 (bug#5186).
3358
3ff3655c
KH
33592009-12-12 Kenichi Handa <handa@m17n.org>
3360
3361 * language/indian.el (indian-compose-regexp): New function.
3362 (malayalam-composable-pattern): Fix the pattern.
3363 (composition-function-table): Set malayalam-composable-pattern for
3364 Malayalam characters.
3365
82d3343c
CY
33662009-12-11 Chong Yidong <cyd@stupidchicken.com>
3367
315eb96d
CY
3368 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3369 rather than down-mouse-1, based on follow-link conventions.
3370
82d3343c
CY
3371 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3372 are compiled.
3373
86a4c7ac
DN
33742009-12-11 Michael McNamara <mac@mail.brushroad.com>
3375
bf0b361c 3376 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
3377 (verilog-vmm-statement-re, verilog-ovm-statement-re)
3378 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
3379 (verilog-leap-to-head, verilog-backward-token):
3380 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
3381
33822009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
3383
bf0b361c
JB
3384 * progmodes/verilog-mode.el (verilog-auto-lineup)
3385 (verilog-nameable-item-re): Cleanup user-visible spelling and
3386 documentation errors. One reported by Gary Delp.
1d4adede 3387 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
3388 (verilog-read-decls): Fix AUTOWIRE with types declared in a
3389 package, bug195. Reported by Pierre-David Pfister.
3390
fe03f49a
GM
33912009-12-11 Glenn Morris <rgm@gnu.org>
3392
47641aac
GM
3393 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
3394
85094855
GM
3395 * mail/emacsbug.el: No longer require sendmail.
3396 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
3397 (report-emacs-bug-orig-text): Doc fix.
3398 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
3399 New local variables, to adapt to different mail-user-agents.
3400 (report-emacs-bug): Fix test for a gnu.org address.
3401 Use overlays for emphasis, since font-lock defeats 'face property.
3402 Pretest bugs also end up at the newsgroup these days.
3403 Stop message-mode stripping text properties.
3404 Set and use the new buffer-local variables.
3405 (report-emacs-bug-hook): Add doc-string.
3406 Remove some unnecessary save-excursions and simplify.
3407 Use the appropriate hook and send-command.
3408
fe03f49a
GM
3409 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
3410 capitalization of some menu entries.
3411
345427f0
VJL
34122009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3413
4e6a65b9 3414 * whitespace.el (whitespace-display-char-on): Ensure
345427f0
VJL
3415 `buffer-display-table' is unique when two or more windows are
3416 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
3417 New version 12.1.
3418
c70ccbba
EZ
34192009-12-10 Eli Zaretskii <eliz@gnu.org>
3420
3421 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
3422 characters in the Attribute field.
3423
f1943c1b
DN
34242009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3425
3426 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
3427
1c67aeaa
SM
34282009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3429
3430 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
3431 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3432 Disregard autoload-excludes.
3433 (update-directory-autoloads): Obey autoload-excludes here instead.
3434 But don't store its contents in no-autoloads and remove entries that
3435 refer to excludes files.
3436
d8194864
GM
34372009-12-10 Glenn Morris <rgm@gnu.org>
3438
8c0171c0
GM
3439 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
3440 (expand-mail-aliases): Define for compiler.
3441
dba372dd
GM
3442 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
3443 Define for compiler.
3444
d8194864
GM
3445 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
3446 appropriate for the mail-user-agent in use.
3447
fe5facd3
MA
34482009-12-09 Michael Albinus <michael.albinus@gmx.de>
3449
3450 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
3451
99999a1d
DN
34522009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
3453
3454 Fix short log parsing and fontification.
3455 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
3456 Fix fontification for the [merge] label.
3457
2ea1c4aa
SM
34582009-12-09 Vivek Dasmohapatra <vivek@etla.org>
3459
3460 Drop some properties to avoid surprises.
3461 * htmlfontify.el (hfy-ignored-properties): New defcustom.
3462 (hfy-fontify-buffer): Use it.
3463
9840deb6
SM
34642009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
3465
a0d1aadf
SM
3466 Minor cleanup.
3467 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
3468 Adjust all callers.
3469 (ffap-locate-file): Remove unused arg `dir-ok' and make other
3470 args compulsory. Adjust callers.
3471 (ffap-gopher-at-point): Remove unused var `name'.
3472
9840deb6
SM
3473 Get rid of the ELCFILES abomination.
3474 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3475 (compile-elcfiles): New phony target.
3476 (compile-main): Compute ELCFILES dynamically.
3477 (compile-clean): New target to remove left-over elc files.
3478 (compile, all): Use it.
3479
7eb3f9a8
KH
34802009-12-09 Kenichi Handa <handa@etlken>
3481
3482 * international/mule-diag.el: Require help-mode instead of help-fns.
3483
ae63e572
KH
34842009-12-09 Kenichi Handa <handa@m17n.org>
3485
5ce6e4f4 3486 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
3487 fine ranges instead of pre-calculating accurate ranges.
3488 Iterate with bigger gc-cons-threshold.
ae63e572 3489
e2f3c692
DN
34902009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
3491
3492 Add support for stashing a snapshot of the current tree.
3493 * vc-git.el (vc-git-stash-snapshot): New function.
3494 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
3495
cf6d0352
JB
34962009-12-08 Jose E. Marchesi <jemarch@gnu.org>
3497
3498 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
3499 instead of `(beginning|end)-of-line'.
3500
48e4acc9
GM
35012009-12-08 Glenn Morris <rgm@gnu.org>
3502
6e890faa
GM
3503 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
3504
48e4acc9
GM
3505 * Makefile.in (ELCFILES): Regenerate.
3506
d2a1dc7b
JL
35072009-12-07 Juri Linkov <juri@jurta.org>
3508
3509 Don't lazy-highlight the comint output in history Isearch mode.
3510
3511 * comint.el (comint-history-isearch-search): Instead of
3512 `comint-line-beginning-position', use `comint-after-pmark-p'
3513 to check if point if before the process mark, and go to
3514 `process-mark' in this case.
3515
51ef56c4
SM
35162009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3517
fb10ee4a
SM
3518 * textmodes/tex-mode.el (latex-complete)
3519 (latex-indent-or-complete): Remove.
3520 (latex-mode): Set completion-at-point-functions instead.
3521
3522 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
3523 * minibuffer.el (completion-at-point-functions): New var.
3524 (completion-at-point): New command.
fb10ee4a 3525 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
3526 * progmodes/python.el (python-mode-map): Use completion-at-point.
3527 (python-completion-at-point): Rename from python-partial-symbol and
3528 adjust for use in completion-at-point-functions.
3529 (python-mode): Setup completion-at-point for Python completion.
3530 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
3531 extracted from lisp-complete-symbol.
3532 (lisp-complete-symbol): Use it.
3533 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
3534 setup completion-at-point for Elisp completion.
fb10ee4a
SM
3535 (emacs-lisp-mode-map, lisp-interaction-mode-map):
3536 Use completion-at-point.
51ef56c4 3537 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 3538 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
3539 * progmodes/sym-comp.el: Move to...
3540 * obsolete/sym-comp.el: Move from progmodes.
3541
5e7a9022
EZ
35422009-12-07 Eli Zaretskii <eliz@gnu.org>
3543
3544 Prevent save-buffer in Rmail buffers from using the coding-system
3545 of the current message, and from clobbering the encoding mnemonics
3546 in the mode line (Bug#4623).
3547
3548 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
3549 flag, too.
3550 (rmail-message-encoding): New variable.
3551 (rmail-write-region-annotate): Record the encoding of the current
3552 message in rmail-message-encoding.
3553 (rmail-after-save-hook): New function, restores the encoding of
3554 the current message after the message collection is saved.
3555
9136e895
JL
35562009-12-07 Juri Linkov <juri@jurta.org>
3557
3558 * progmodes/grep.el (grep-read-files): Use `completing-read'
3559 instead of `read-string'. Set its `collection' arg to
3560 `read-file-name-internal'. (Bug#4301)
3561
40637410
JL
35622009-12-07 Juri Linkov <juri@jurta.org>
3563
3564 Correctly restore original Isearch point. (Bug#4994)
3565
3566 * isearch.el (isearch-mode): Move `isearch-push-state' after
3567 `(run-hooks 'isearch-mode-hook)'.
3568 (isearch-cancel): When `isearch-push-state-function' is defined,
3569 let-bind `isearch-cmds' to the first state (the last element of
3570 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
3571 function and restores the original point). Otherwise, move point
3572 to `isearch-opoint'.
3573
da10ce2b
SM
35742009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3575
3576 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
3577 chars that don't have names, so the table can be built much faster at
3578 run-time.
3579
3d68fa99
CY
35802009-12-07 Chong Yidong <cyd@stupidchicken.com>
3581
f82b1493
CY
3582 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3583 change. Suggested by David Kastrup.
3584
3d68fa99
CY
3585 * simple.el (compose-mail): Check for incompatibilities and warn.
3586 (compose-mail-user-agent-warnings): New option.
3587
662c5698
DN
35882009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3589
3590 Support showing a single log entry from vc-annotate.
3591 * vc.el (print-log): Add a new argument: START-REVISION.
3592 (vc-print-log-internal): Add a new optional argument and
3593 pass it to the backend.
3594 (vc-print-log, vc-print-root-log): Adjust callers.
3595 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3596 buffer already displays the requested log entry, use it.
3597 Otherwise display only the log entry in question.
3598 * vc-svn.el (vc-svn-print-log):
e4070cdc 3599 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
3600 * vc-hg.el (vc-hg-state):
3601 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3602 (vc-git-show-log-entry): Return t on success.
3603 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3604 (vc-bzr-show-log-entry): Return t on success.
3605 * vc-rcs.el (vc-rcs-print-log):
3606 * vc-sccs.el (vc-sccs-print-log):
3607 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3608
e4070cdc
GM
36092009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3610
5ce6e4f4
JB
3611 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3612 Add menus to the meta mode. (Bug#5043)
e4070cdc 3613
5ce6e4f4 36142009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
3615
3616 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 3617 event-key.
662c5698 3618
662c5698
DN
3619 * ediff.el (ediff-buffers-internal): Add unwind-protect.
3620
dab816a9
MA
36212009-12-07 Michael Albinus <michael.albinus@gmx.de>
3622
3623 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
3624 Berbain <raphael.berbain@gmail.com>.
3625
3626 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
3627 characters.
3628 (tramp-initial-end-of-output): New defconst.
3629 (tramp-methods, tramp-find-shell)
3630 (tramp-open-connection-setup-interactive-shell)
3631 (tramp-maybe-open-connection): Use it.
3632 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3633 existence of `#' and `$'.
3634
3635 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3636 `tramp-initial-end-of-output'.
3637
a91e1f6b
DN
36382009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3639
3640 Get the background mode from the terminal for xterm, and set
3641 faces accordingly.
3642 * term/xterm.el (xterm-set-background-mode): New function.
3643 (terminal-init-xterm): Use it in case xterm supports background
3644 color queries. Recompute faces after getting the background
3645 color.
3646
5fa9d1ec
GM
36472009-12-07 Ulrich Mueller <ulm@gentoo.org>
3648
3649 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3650 number comment back on its own line, for easier parsing.
3651
5e9fde5e
SM
36522009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3653
3654 Make it work for non-file buffers (bug#5102).
3655 * doc-view.el (doc-view-current-cache-dir):
3656 Use doc-view-buffer-file-name rather than buffer-file-name.
3657 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3658
2f2f5242
CY
36592009-12-06 Óscar Fuentes <ofv@wanadoo.es>
3660
3661 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3662 author field is too short.
3663
cebf8ec6
DN
36642009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
3665
5e9fde5e
SM
3666 * vc-git.el (vc-git-print-log): Handle a limit argument.
3667 Display the short log in graph form and with labels.
0d3f8a78
DN
3668 (vc-git-log-view-mode): Handle labels.
3669
cebf8ec6
DN
3670 Make vc-revert change VC state from 'added to 'unregistered.
3671 * vc-git.el (vc-git-revert): Call git reset first.
3672
8e39154d
UJ
36732009-12-06 Ulf Jasper <ulf.jasper@web.de>
3674
d8194864
GM
3675 * net/newst-backend.el, net/newst-plainview.el:
3676 * net/newst-reader.el, net/newst-ticker.el:
3677 * net/newst-treeview.el, net/newsticker.el:
3678 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 3679
ef187c24
CY
36802009-12-06 Chong Yidong <cyd@stupidchicken.com>
3681
238a0f3a
CY
3682 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3683
2c6bb71a
CY
3684 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3685 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
3686 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3687 Update annotation regexp.
3688
ef187c24
CY
3689 * simple.el (beginning-of-visual-line): Constrain to field
3690 boundaries (Bug#5106).
3691
571855b6
UJ
36922009-12-06 Ulf Jasper <ulf.jasper@web.de>
3693
d8194864 3694 * xml.el (xml-substitute-numeric-entities): Move
571855b6 3695 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 3696 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
3697 * net/newst-backend.el (newsticker--parse-generic-feed)
3698 (newsticker--parse-generic-items)
d8194864 3699 (newsticker--decode-numeric-entities): Move
571855b6 3700 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 3701 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 3702
b857059c
CY
37032009-12-06 Daniel Colascione <dan.colascione@gmail.com>
3704
3705 * progmodes/js.el (js--js-not): Add null to the list of values.
3706
c2dae51b
CY
37072009-12-06 Chong Yidong <cyd@stupidchicken.com>
3708
d8194864 3709 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 3710
ed0f72d2
RW
37112009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3712
3713 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3714 delimiter if it is at the end of the current line.
3715 (bibtex-generate-url-list): Fix docstring.
3716
365b9a62
SM
37172009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3718
3719 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3720 minibuffer's content with itself.
3721 Fold the confirm-after-completion case into the `confirm' case.
3722 (completion-pcm-word-delimiters): Add : and / to the delimiters.
3723
990a9cb1
KR
37242009-12-06 Kevin Ryde <user42@zip.com.au>
3725
3726 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 3727 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 3728
8b5a10db 3729 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 3730 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 3731
065543e7
JL
37322009-12-05 Juri Linkov <juri@jurta.org>
3733
3734 Save and restore dired buffer's point positions too. (Bug#4880)
3735
3736 * dired.el (dired-save-positions): Return in the first element
3737 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3738 Doc fix.
3739 (dired-restore-positions): First restore buffer's position.
3740 While restoring window's positions, check if window still displays
3741 the original buffer.
3742
503edac9
CY
37432009-12-05 Chong Yidong <cyd@stupidchicken.com>
3744
9a594ee6
CY
3745 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3746 if possible.
3747
925f8c70
CY
3748 * shell.el (shell): Require ansi-color (Bug#5113).
3749
3750 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3751
503edac9
CY
3752 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3753
8fea6b33
AM
37542009-12-05 Alan Mackenzie <acm@muc.de>
3755
3756 * progmodes/cc-mode.el (c-before-hack-hook)
3757 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3758 `c-file-style' to work again. This reversion restores the current
212c5aef 3759 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 3760
5d1fd962
CY
37612009-12-05 Kevin Ryde <user42@zip.com.au>
3762
3763 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3764 comment-start-skip to comment-end-skip as comment (Bug#4781).
3765
30760c8b
JL
37662009-12-05 Juri Linkov <juri@jurta.org>
3767
3768 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3769 for virtual nodes. (Bug#4147)
3770 (Info-find-node-2): Set `Info-current-node-virtual' to nil
3771 when moving from a virtual node.
3772 (Info-mode-menu): Add `Info-virtual-index' to the menu.
3773 (Info-mode): Add `Info-virtual-index' to the docstring.
3774
403111a8
RW
37752009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3776
3777 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3778 track of the buffer position of the end of a BibTeX entry as this
3779 position may change during reformatting.
3780 (bibtex-format-entry): Remove whitespace before processing
3781 numerical fields so that we recognize the latter properly.
3782 (bibtex-reformat): Do not use push which changes the global value
3783 of bibtex-entry-format.
3784 (bibtex-field-braces-alist, bibtex-field-strings-alist)
3785 (bibtex-field-re-init): Replace only space characters by regexp
3786 for whitespace.
365b9a62 3787 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
3788 (bibtex-initialize): Also update bibtex-strings.
3789 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
3790 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3791 Update bibtex-reference-keys.
403111a8 3792
25b54627
SM
37932009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3794
3795 * minibuffer.el (completion-pcm--merge-try): Also consider placing
3796 point after a star, if that's the only place where modifications can
3797 make progress.
3798
35639eb4
DN
37992009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
3800
3801 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3802 in docstrings.
3803
8b78760b
JL
38042009-12-04 Juri Linkov <juri@jurta.org>
3805
3806 * proced.el (proced): Call `(proced-update t)' to update process
3807 information instead of only running proced-post-display-hook.
3808 (proced-send-signal): Add a leading space to the buffer name
3809 " *Marked Processes*" to make this buffer ephemeral.
3810
2b3489a7
JL
38112009-12-04 Juri Linkov <juri@jurta.org>
3812
3813 * dired.el (dired-auto-revert-buffer): New defcustom.
3814 (dired-internal-noselect): Use it.
3815
9b9debd1
JL
38162009-12-04 Juri Linkov <juri@jurta.org>
3817
3818 Change roles of modes and functions in image-mode.el (Bug#5062).
3819
3820 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3821 in `auto-mode-alist'.
3822 (image-mode-previous-major-mode): New variable.
3823 (image-minor-mode-map): Rename from `image-mode-text-map'.
3824 (image-mode): Move graceful error-handling code from
3825 `image-minor-mode' to here. On errors call `image-mode-as-text'.
3826 (image-minor-mode): Remove all image-handling code.
3827 Replace `image-mode-text-map' with `image-minor-mode-map'.
3828 Check for `image-type' in mode-line format string.
3829 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3830 (image-mode-as-text): New function with most code from
3831 `image-mode-maybe'.
3832 (image-toggle-display-text): Move code that removes image
3833 properties from `image-toggle-display' to here.
3834 (image-toggle-display-image): New function with code that adds
3835 image properties copied from `image-toggle-display'.
3836 (image-toggle-display): Remove most code with leaving only code
3837 that toggles between `image-mode-as-text' and `image-mode'.
3838
0c74a301
UJ
38392009-12-04 Ulf Jasper <ulf.jasper@web.de>
3840
3841 * net/newst-treeview.el
3842 (newsticker--treeview-list-highlight-start): Restored call to
3843 save-excursion: Selected item was stuck.
3844 (newsticker--treeview-list-select): New.
3845 (newsticker--treeview-item-show-text)
3846 (newsticker--treeview-item-show)
3847 (newsticker--treeview-item-update): Use new
3848 newsticker-treeview-item-mode.
3849 (newsticker-treeview-update): Keep current item.
3850 (newsticker-treeview-next-new-or-immortal-item): Doc change.
3851 (newsticker--treeview-first-feed): Doc change.
3852 (newsticker-treeview-list-menu)
3853 (newsticker-treeview-item-menu): Added menu entries.
3854 (newsticker-treeview-item-mode): New.
3855
5ce6e4f4 3856 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
3857 windows.
3858
9eaeec5b
SS
38592009-12-04 Sam Steingold <sds@gnu.org>
3860
3861 * log-view.el (log-view-mode-map): "q" calls quit-window,
3862 like in all the other non-self-insert buffers.
3863
b2bf5be5
SM
38642009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3865
3866 Minor cleanup.
3867 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3868 key decoding rather than do it manually via last-input-event +
3869 ascii-character.
3870 (term-exec): Use delete-and-extract-region.
3871 (term-handle-ansi-terminal-messages): Remove unused var `end'.
3872 (term-process-pager): Remove unused var `i'.
3873 (term-dynamic-simple-complete): Make obsolete.
3874 (serial-update-config-menu): Remove unused vars `y' and `str'.
3875 (term-update-mode-line): Remove unused var `temp'.
3876
46e5c897
DN
38772009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3878
3879 Limit the number of log entries displayed by default.
3880 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3881 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3882 using a prefix argument.
3883
627e0a14
GM
38842009-12-03 Glenn Morris <rgm@gnu.org>
3885
3886 * progmodes/idlwave.el (class): Restore still useful declaration.
3887
8578c224
AM
38882009-12-03 Alan Mackenzie <acm@muc.de>
3889
4abc318c 3890 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 3891
b2bf5be5
SM
3892 * progmodes/cc-mode.el (c-basic-common-init):
3893 Call c-state-cache-init.
9762b219 3894 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 3895 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 3896 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
3897
3898 * progmodes/cc-langs.el (c-before-font-lock-function):
3899 c-extend-and-neutralize-syntax-in-CPP has been renamed
3900 c-neutralize-syntax-in-and-mark-CPP.
3901
3902 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3903 with `category' properties now, not `syntax-table' ones.
3904
3905 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3906 enhanced (but slower) version of c-end-of-macro that won't land
3907 inside a literal or on another awkward character.
3908 (c-state-cache-too-far, c-state-cache-start)
3909 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3910 (c-state-nonlit-pos-cache-limit, c-state-point-min)
3911 (c-state-point-min-lit-type, c-state-point-min-lit-start)
3912 (c-state-min-scan-pos, c-state-brace-pair-desert)
3913 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3914 buffer local variables.
3915 (c-state-literal-at, c-state-lit-beg)
3916 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3917 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3918 (c-state-cache-top-paren, c-state-cache-after-top-paren)
3919 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3920 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3921 (c-renarrow-state-cache)
3922 (c-append-lower-brace-pair-to-state-cache)
3923 (c-state-push-any-brace-pair, c-append-to-state-cache)
3924 (c-remove-stale-state-cache)
3925 (c-remove-stale-state-cache-backwards, c-state-cache-init)
3926 (c-invalidate-state-cache-1, c-parse-state-1)
3927 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
3928 (c-parse-state): Enhance and refactor.
3929 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
3930
3931 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3932 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
3933 modify to use category text properties rather than syntax-table ones.
3934 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
3935 to switch off/on the syntactic paren property of C++ template
3936 delimiters using the category property.
3937 (c-with-<->-as-parens-suppressed): Macro to invoke code with
3938 template delims suppressed.
3939 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3940 New constant/macros which apply category properties to the start
3941 and end of preprocessor constructs.
b2bf5be5 3942 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
3943 "comment out" the syntactic value of characters in preprocessor
3944 constructs.
3945 (c-with-cpps-commented-out)
3946 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3947 with characters in all or all but one preprocessor constructs
3948 "commented out".
3949
0d4dc442
RW
39502009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3951
3952 * proced.el (proced-filter-alist): Use regexp-quote.
3953
a09dc9bf
MA
39542009-12-03 Michael Albinus <michael.albinus@gmx.de>
3955
3956 Cleanup.
3957 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3958 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
3959 arguments. Expand `default-directory'.
3960
3961 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3962 the benefit of returning an expanded localname.
3963 (tramp-tramp-file-p): Handle the case NAME is not a string.
3964
3f6bd790
DN
39652009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3966
4dfb3b9c
DN
3967 Add support for bzr shelve/unshelve.
3968 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3969 (vc-bzr-extra-menu-map): New variables.
3970 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3971 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3972 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3973 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3974 (vc-bzr-dir-extra-headers): Display shelves.
3975
3f6bd790
DN
3976 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3977
842d73a1
SM
39782009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3979
3980 * textmodes/bibtex.el (bibtex-complete-internal):
3981 Use completion-in-region.
3982 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3983
7fa4876f
DN
39842009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3985
3986 Support applying stashes. Improve UI.
3987 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3988 (vc-git-stash-apply, vc-git-stash-pop)
3989 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3990 (vc-git-stash-menu): New functions.
3991 (vc-git-stash-menu-map): New variable.
3992 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3993
d6e82452
GM
39942009-12-03 Glenn Morris <rgm@gnu.org>
3995
3996 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3997 (vc-print-log-internal): Fix previous change.
3998 (vc-revert): Correct pluralization.
3999
8d222148
SM
40002009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4001
ea52206b
SM
4002 * progmodes/make-mode.el (makefile-special-targets-list): No need for
4003 it to be an alist any more.
4004 (makefile-complete): Use completion-in-region.
4005
69a94a37
SM
4006 * progmodes/octave-mod.el (octave-complete-symbol):
4007 Use completion-in-region.
4008
8d222148
SM
4009 Misc cleanup.
4010 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4011 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4012 (idlwave-complete-class): Don't quote lambda.
4013 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4014 (idlwave-mode-map): Move initialization into declaration.
4015 (idlwave-action-and-binding): Use backquotes.
4016 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4017 Simplify.
4018 (idlwave-is-pointer-dereference): Remove unused var `pos'.
4019 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4020 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4021 `parts', and `all-parts'.
4022 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4023 (idlwave-convert-xml-system-routine-info): Remove unused string
4024 `version-string'.
4025 (idlwave-display-user-catalog-widget): Use dolist.
4026 (idlwave-scanning-lib): Declare dynamically-scoped var.
4027 (idlwave-scan-library-catalogs): Remove unused var `flags'.
4028 (completion-highlight-first-word-only): Declare to silence bytecomp.
4029 (idlwave-popup-select): Tighten scope of `resp'.
4030 (idlwave-find-struct-tag): Remove unused var `beg'.
4031 (idlwave-after-load-rinfo-hook): Declare.
4032 (idlwave-sintern-class-info): Remove unused var `taglist'.
4033 (idlwave-find-class-definition): Remove unused var `list'.
4034 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4035 (idlwave-what-module-find-class): Remove unused var `classes'.
4036
3bb8691b
JB
40372009-12-03 Juanma Barranquero <lekktu@gmail.com>
4038
4039 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4040
f72f0c23
SM
40412009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4042
4043 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4044 buffers visited. Remove redundant current-buffer-saving.
4045
601a9508
SM
40462009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4047
4048 Use completion-in-buffer and remove uses of dynamic scoping.
4049 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4050 (pascal-buffer-to-use, pascal-flag): Don't declare.
4051 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4052 (pascal-get-completion-decl, pascal-keyword-completion):
4053 Add `pascal-str' argument, save-excursion,
4054 return the found completions, and don't filter with pascal-pred.
4055 (pascal-completion-cache): New var.
4056 (pascal-completion): Don't switch buffer any more (it was never
4057 necessary). Don't save-excursion any more (it's done by the called
4058 subroutines). Use a cache to avoid redundant computations.
4059 Use complete-with-action rather than pascal-completion-response and
4060 let it apply the predicate as well.
4061 (pascal-complete-word): Use completion-in-buffer when
4062 pascal-toggle-completions is nil.
4063 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4064 not used any more.
4065 (pascal-comp-defun): Don't change buffer any more.
4066 Use complete-with-action rather than pascal-completion-response and
4067 let it apply the predicate as well.
4068 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4069 when neded.
4070
1ff4cb98
KH
40712009-12-02 Kenichi Handa <handa@m17n.org>
4072
4073 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4074 shape for all Indic scripts.
4075
bb12edf1
SM
40762009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4077
4078 Use completion-in-buffer.
4079 * wid-edit.el (widget-field-text-end): New function.
4080 (widget-field-value-get): Use it.
4081 (widget-string-complete, widget-file-complete)
4082 (widget-color-complete): Use it and completion-in-region.
4083 (widget-complete): Don't narrow the buffer.
4084
5813f6ef
GM
40852009-12-02 Glenn Morris <rgm@gnu.org>
4086
c920f222
GM
4087 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
4088 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
4089 * mail/rmailsum.el: Replace all pop-to-buffer calls with
4090 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 4091
5813f6ef
GM
4092 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4093 save-excursion with save-current-buffer.
4094 Widen before searching. (Bug#5093)
4095 (diary-list-sexp-entries): Remove superfluous save-excursion.
4096
34b1d750
GM
40972009-12-02 Michael Welsh Duggan <mwd@cert.org>
4098
4099 * woman.el (woman-make-bufname): Handle man-pages with "." in the
4100 name. (Bug#5038)
4101
b2d5f31a
GM
41022009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
4103
4104 * ido.el (ido-file-internal): Handle filenames at point that do
4105 not have a directory part. (Bug#5049)
4106
c710ac3c
JB
41072009-12-02 Juanma Barranquero <lekktu@gmail.com>
4108
4109 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4110 (mpc-songs-jump-to, mpc-resume): Doc fixes.
4111
9946be46
SM
41122009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
4113
4114 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4115 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4116 any more.
4117
b08016f2
SM
41182009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4119
e7440df4
SM
4120 * comint.el (comint-insert-input): Ignore clicks to the right of
4121 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4122
3bb8691b 4123 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
4124 terminate before setting up the major mode.
4125
f3b757f5
SM
4126 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4127 in case.
4128
a2877f1d
SM
4129 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4130 the last element.
4131
b08016f2
SM
4132 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4133
782d6e30
GM
41342009-12-01 Glenn Morris <rgm@gnu.org>
4135
4136 * window.el (window--display-buffer-2): Fix previous changes.
4137
28f57f7e
CY
41382009-12-01 Chong Yidong <cyd@stupidchicken.com>
4139
4140 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4141
c31a2fdc
GM
41422009-12-01 Glenn Morris <rgm@gnu.org>
4143
4144 * Makefile.in (ELCFILES): Add mpc.elc.
4145
e1ada222
SM
41462009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4147
4148 * mpc.el: New file.
4149
0c9ff2c5
GM
41502009-12-01 Glenn Morris <rgm@gnu.org>
4151
3689984f
GM
4152 * window.el (window-to-use): Define for compiler.
4153
3ab4308b
GM
4154 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4155 consistent with others (no final period).
4156
0c9ff2c5
GM
4157 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4158 (rmail-mime-show): Downcase the encoding. (Bug#5070)
4159
fb0c18ff
DN
41602009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
4161
4162 Make vc-print-log buttons work.
045b9da7 4163 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 4164
2ac7e73e
JB
41652009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
4166
4167 * savehist.el (savehist-autosave-interval): Allow setting to nil
4168 through customize. (Bug#5056)
4169
5237d741
JB
41702009-11-30 Juanma Barranquero <lekktu@gmail.com>
4171
4172 Fix references to jit-lock properties.
4173 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4174 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4175 (perl-font-lock-special-syntactic-constructs):
4176 Quote jit-lock-defer-multiline property.
4177
379241fa
DN
41782009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
4179
4180 * vc-git.el (vc-git-registered): Call vc-git-root only once.
4181
054ae856
JL
41822009-11-30 Juri Linkov <juri@jurta.org>
4183
4184 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4185 value `buffer' of `multi-isearch-next-buffer-current-function'.
4186 Use `(current-buffer)' when `buffer' is nil.
4187 (multi-isearch-next-buffer-from-list): Don't fallback to
4188 `(current-buffer)' when `buffer' is nil. (Bug#4947)
4189
67296dda
JL
41902009-11-30 Juri Linkov <juri@jurta.org>
4191
4192 * misearch.el (multi-isearch-read-buffers): Move canonicalization
4193 of buffers with `get-buffer' to `multi-isearch-buffers'.
4194 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4195 Canonicalize BUFFERS with `get-buffer'. Doc fix.
4196 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4197 FILES with `expand-file-name' converting relative file names
4198 to absolute. Doc fix. (Bug#4727)
4199
c585bf32
JL
42002009-11-30 Juri Linkov <juri@jurta.org>
4201
4202 * misearch.el (multi-isearch-read-buffers)
4203 (multi-isearch-read-matching-buffers): New functions.
4204 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4205 Use them in the `interactive' spec. Doc fix.
4206 (multi-isearch-read-files, multi-isearch-read-matching-files):
4207 New functions.
4208 (multi-isearch-files, multi-isearch-files-regexp):
4209 Use them in the `interactive' spec. Doc fix. (Bug#4725)
4210
0a745733
JL
42112009-11-30 Juri Linkov <juri@jurta.org>
4212
4213 * doc-view.el (doc-view-continuous):
4214 Rename from `doc-view-continuous-mode'.
4215 (doc-view-menu): Move "Toggle display" to the top.
4216 Add submenu "Continuous" with radio buttons "Off"/"On"
4217 and "Save as Default".
4218 (doc-view-scroll-up-or-next-page)
4219 (doc-view-scroll-down-or-previous-page)
4220 (doc-view-next-line-or-next-page)
4221 (doc-view-previous-line-or-previous-page): Rename
4222 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
4223
1f9689eb
JL
42242009-11-30 Juri Linkov <juri@jurta.org>
4225
4226 * comint.el (comint-mode-map): Rebind `M-r' from
4227 `comint-previous-matching-input' to
4228 `comint-history-isearch-backward-regexp'.
4229 Unbind `M-s' to allow global key binding `M-s'.
4230 Add menu items for `comint-history-isearch-backward' and
4231 `comint-history-isearch-backward-regexp'. (Bug#3746)
4232
2952b1ae
JL
42332009-11-30 Juri Linkov <juri@jurta.org>
4234
4235 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4236 For def=recenter, replace `recenter' with `recenter-top-bottom'
4237 that is called with `this-command' and `last-command' let-bound
4238 to `recenter-top-bottom'. When the last `def' was not `recenter',
4239 set `recenter-last-op' to nil. (Bug#4981)
4240
7a9547ca
SM
42412009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4242
20565545
SM
4243 Minor cleanup and simplification.
4244 * filecache.el (file-cache-add-directory)
4245 (file-cache-add-directory-recursively)
4246 (file-cache-add-from-file-cache-buffer)
4247 (file-cache-delete-file-regexp, file-cache-delete-directory)
4248 (file-cache-files-matching-internal, file-cache-display): Use dolist.
4249 (file-cache-temp-minibuffer-message): Delete function.
4250 (file-cache-minibuffer-complete): Use minibuffer-message instead.
4251
7a9547ca
SM
4252 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4253 Don't signal an error when bumping into EOB in tr, s, or y.
4254
08e968f3
JL
42552009-11-29 Juri Linkov <juri@jurta.org>
4256
4257 * startup.el (fancy-about-text): Fix wording of Guided Tour.
4258 (Bug#4960)
4259
4260 * descr-text.el (describe-char-unidata-list): Use lowercase name
4261 for "Unicode name" like in other tags.
4262
f8d170a4
JL
42632009-11-29 Juri Linkov <juri@jurta.org>
4264
4265 * ediff-util.el (ediff-minibuffer-with-setup-hook):
4266 New compatibility macro.
7a9547ca 4267 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 4268
0116abbd
JL
42692009-11-29 Juri Linkov <juri@jurta.org>
4270
4271 Add defcustom to define the cycling order of `recenter-top-bottom'.
4272 (Bug#4981)
4273
4274 * window.el (recenter-last-op): Doc fix.
4275 (recenter-positions): New defcustom.
4276 (recenter-top-bottom): Rewrite to use `recenter-positions'.
4277 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4278
61eef560
MA
42792009-11-29 Michael Albinus <michael.albinus@gmx.de>
4280
4281 Improve integration of Tramp and ange-ftp in eshell.
4282
e4070cdc 4283 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
4284 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
4285 (eshell/sudo): Flatten args. Let-bind `default-directory'.
4286
4287 * eshell/esh-util.el (top): Require also Tramp when compiling.
4288 (eshell-directory-files-and-attributes): Check for FTP remote
4289 connection.
4290 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4291 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4292 (eshell-file-attributes): Handle ".". Return `entry'.
4293
4294 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4295 (ange-ftp-directory-files-and-attributes)
4296 (ange-ftp-real-directory-files-and-attributes): New defuns.
4297
4298 * net/tramp.el (tramp-maybe-open-connection): Open the remote
4299 shell with "exec" when possible. This prevents trailing prompts
4300 in `start-file-process'.
4301
f5467d3f
SM
43022009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4303
21f49db9
SM
4304 Try and remove assumptions about point-min==1.
4305 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4306 (rng-compute-mode-line-string): Show the validation percentage in
4307 terms of the narrowed text, not the widened text.
4308 (rng-do-some-validation): Don't catch internal errors when debugging.
4309 (rng-first-error): Simplify.
4310 (rng-after-change-function): Remove work around. AFAIK the bug has
4311 been fixed a while ago.
4312
26224faf
SM
4313 * image-mode.el (image-minor-mode): Exit more gracefully when the image
4314 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4315
d7117720
SM
4316 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4317
f5467d3f
SM
4318 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4319 `cd' doesn't always do it for us (bug#5067).
4320
4321 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4322 on 2009-10-25 as part of some other change (bug#5067).
4323
c5269f1c
SM
43242009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4325
62a258a7
SM
4326 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4327 `suspicious'.
4328 (byte-compile-warnings): Use byte-compile-warning-types.
4329 (byte-compile-save-excursion): Warn about use of set-buffer right
4330 after save-excursion.
4331
c5269f1c
SM
4332 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4333 the excursion as well.
4334
3ba30eb8
MA
43352009-11-27 Michael Albinus <michael.albinus@gmx.de>
4336
4337 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4338 providing a Tramp related implementation of "su" and "sudo".
4339 (eshell-unix-initialize): Add "su" and "sudo".
4340
6c6f788d
DU
43412009-11-27 Daiki Ueno <ueno@unixuser.org>
4342
4343 * net/socks.el (socks-send-command): Convert binary request to
4344 unibyte before sending. This fixes mishandling of some port
4345 numbers such as 129.
4346
10c877fe
SM
43472009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4348
6f06a171
SM
4349 * help.el (describe-bindings-internal): Remove `interactive'.
4350
10c877fe
SM
4351 * man.el (Man-completion-table): Trim a terminating "(".
4352 Remove the space between name page a section.
4353 Add the command's description on the `help-echo' property.
c5269f1c
SM
4354 Remove `process-connection-type' binding since it's unused by
4355 call-process.
10c877fe
SM
4356 Provide completion for the "<section> <name>" format as well.
4357 (Man-default-man-entry): Remove spurious var shadowing the argument.
4358
c44a4822
KR
43592009-11-26 Kevin Ryde <user42@zip.com.au>
4360
4361 * log-view.el: Add "Keywords: tools", since its other keywords
4362 aren't in finder-known-keywords, and following vc.el.
4363
9d58f081
KR
4364 * sha1.el (sha1-string-external): default-directory "/" in case
4365 otherwise non-existent. process-connection-type pipe for touch of
4366 efficiency recommended by elisp manual. (An aside in Bug#3911.)
4367
72fe6b25
SM
43682009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4369
4370 Misc coding convention cleanups.
4371 * htmlfontify.el (hfy-init-kludge-hook): Rename from
4372 hfy-init-kludge-hooks.
4373 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
4374 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
4375 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
4376 and push.
4377 (hfy-slant, hfy-weight): Use tables rather than code.
4378 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
4379 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
4380 (hfy-face-attr-for-class): Initialize `face-spec' directly.
4381 (hfy-face-to-css): Remove `nconc' with single arg.
4382 (hfy-p-to-face-lennart): Use `or'.
4383 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
4384 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
4385 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
4386 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
4387 (hfy-force-fontification): Use run-hooks.
4388
85e0a536
SM
43892009-11-26 Vivek Dasmohapatra <vivek@etla.org>
4390
4391 Various minor fixes.
4392 * htmlfontify.el (hfy-default-header): Add toggle_invis since
4393 Javascript belongs in the header, not the body.
4394 (hfy-javascript): Remove.
4395 (hfy-fontify-buffer): Don't insert it any more.
4396 (hfy-face-at): Handle (face0 face1 face2) style face properties.
4397 Fix bug in invis handling when there were no invis props in a chunk.
4398
62ccc42c
SM
43992009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4400
4401 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
4402
2643c7aa
DN
44032009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
4404
4405 * finder.el (finder-mode-map): Add a menu.
4406
0e5c8aed
DN
44072009-11-26 Michael McNamara <mac@mail.brushroad.com>
4408
bf0b361c 4409 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
4410 "unsigned" structs.
4411
4412 (verilog-leap-to-head, verilog-backward-token): Handle "disable
4413 fork" statement better.
4414
44152009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
4416
bf0b361c
JB
4417 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
4418 (verilog-delete-auto, verilog-delete-empty-auto-pair)
4419 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
4420 Reported by Clay Douglass.
0e5c8aed
DN
4421
4422 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c
SM
4423 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
4424 Fix removing "// Interfaces" when saving .* expansions. Reported by
0e5c8aed
DN
4425 Pierre-David Pfister.
4426
7629c4e7
GM
44272009-11-26 Glenn Morris <rgm@gnu.org>
4428
62ccc42c
SM
4429 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
4430 the scope.
7629c4e7 4431
a5d358f8
JB
44322009-11-25 Johan Bockgård <bojohan@gnu.org>
4433
4434 * vc-annotate.el (vc-annotate-revision-previous-to-line):
4435 Really use previous revision.
4436
002cbde5
KR
44372009-11-25 Kevin Ryde <user42@zip.com.au>
4438
4439 * man.el (Man-completion-table): default-directory "/" in case
4440 doesn't otherwise exist. process-environment COLUMNS=999 so as
4441 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
4442 any chance of hitting the pseudo-tty TIOCGWINSZ.
4443 (man): completion-ignore-case t for friendliness and since man
4444 itself is case-insensitive on the command line.
4445 Further to Bug#3717.
002cbde5 4446
8cb5ffe8
KR
4447 * arc-mode.el: Add "Keywords: files", so the details in its
4448 commentary can be reached from finder-by-keyword.
34607612
KR
4449 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
4450 editing mode, but it's comms related and sgml-mode.el has "comm"
4451 on that basis too.
b8dfcf54 4452 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
4453 * international/isearch-x.el, international/ja-dic-cnv.el:
4454 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 4455 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 4456
1e2d9ba1
JL
44572009-11-25 Juri Linkov <juri@jurta.org>
4458
4459 * man.el (Man-completion-table): Modify regexp to include
4460 section names to completion strings. (Bug#3717)
4461
a601d313
JL
44622009-11-25 Juri Linkov <juri@jurta.org>
4463
4464 Search recursively in gzipped files. (Bug#4982)
4465
4466 * progmodes/grep.el (grep-highlight-matches): Add new options
4467 `always' and `auto'. Doc fix.
4468 (grep-process-setup): Check `grep-highlight-matches' for
4469 `auto-detect' to determine the need to compute grep defaults.
4470 Move Windows/DOS specific --colors settings handling
4471 to `grep-compute-defaults'. Check `grep-highlight-matches'
4472 to get the value of "--color=".
4473 (grep-compute-defaults): Compute `grep-highlight-matches' when it
4474 has the value `auto-detect'. Move Windows/DOS specific settings
4475 from `grep-process-setup'.
4476 (zrgrep): New command with alias `rzgrep'.
4477
bde04ea9
JL
44782009-11-25 Juri Linkov <juri@jurta.org>
4479
4480 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
4481 to nil instead of switching off view-mode. (Bug#4896)
4482
7d6b4d3c
JL
44832009-11-25 Juri Linkov <juri@jurta.org>
4484
4485 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
4486
4487 * mwheel.el (mwheel-scroll-up-function)
4488 (mwheel-scroll-down-function): New defvars.
4489 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
4490 `scroll-up', and `mwheel-scroll-down-function' instead of
4491 `scroll-down'.
4492
4493 * doc-view.el (doc-view-scroll-up-or-next-page)
4494 (doc-view-scroll-down-or-previous-page): Add optional ARG.
4495 Use this ARG in the call to image-scroll-up/image-scroll-down.
4496 Change `interactive' spec to "P". Goto next/previous page only
4497 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
4498 SPC/DEL case). Doc fix.
4499 (doc-view-next-line-or-next-page)
4500 (doc-view-previous-line-or-previous-page): Rename arg to ARG
4501 for consistency.
4502 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
4503 `doc-view-scroll-up-or-next-page', and buffer-local
4504 `mwheel-scroll-down-function' to
4505 `doc-view-scroll-down-or-previous-page'.
4506
e237085f
JL
45072009-11-25 Juri Linkov <juri@jurta.org>
4508
4509 Provide additional default values (directories at other Dired
4510 windows) via M-n in the minibuffer of some Dired commands.
4511
4512 * dired-aux.el (dired-diff, dired-compare-directories)
4513 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
4514 `minibuffer-default' in `minibuffer-with-setup-hook'.
4515 (dired-dwim-target-directory): Find a window that displays Dired
4516 buffer instead of failing when the next window is not Dired.
4517 Use `get-window-with-predicate' to find for the next Dired window.
4518 (dired-dwim-target-defaults): New function.
4519
4520 * ediff-util.el (ediff-read-file-name):
4521 Use `dired-dwim-target-defaults' to set `minibuffer-default'
4522 in `minibuffer-with-setup-hook'.
4523
7d371eac
JL
45242009-11-25 Juri Linkov <juri@jurta.org>
4525
4526 Provide additional default values (file name at point or at the
4527 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
4528
4529 * minibuffer.el (read-file-name-defaults): New function.
4530 (read-file-name): Reset `minibuffer-default' to nil when
4531 it duplicates initial input `insdef'.
4532 Bind `minibuffer-default-add-function' to lambda that
4533 calls `read-file-name-defaults' in `minibuffer-selected-window'.
4534 (minibuffer-insert-file-name-at-point): New command.
4535
4536 * files.el (file-name-at-point-functions): New defcustom.
4537 (find-file-default): Remove defvar.
4538 (find-file-read-args): Don't use `find-file-default'.
4539 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4540 to `read-file-name'.
4541 (find-file-literally): Use `read-file-name' with
4542 `confirm-nonexistent-file-or-buffer'.
4543
4544 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
4545
4546 * dired.el (dired-read-dir-and-switches):
4547 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4548 to `read-file-name'.
4549 (dired-file-name-at-point): New function.
4550 (dired-mode): Add hook `dired-file-name-at-point' to
4551 `file-name-at-point-functions'.
4552
04ae543a
SM
45532009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4554
4555 Really make the *Completions* window soft-dedicated (bug#5030).
4556 * window.el (window--display-buffer-2): Add `dedicated' argument.
4557 (display-buffer): Pass it when needed so the dedicated flag is set
4558 after calling set-window-buffer, which would otherwise reset it.
4559
eb708e66
SM
45602009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4561
d6b8d4e7
SM
4562 * progmodes/meta-mode.el (meta-complete-symbol):
4563 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
4564 * mail/mailabbrev.el (mail-abbrev-complete-alias):
4565 Use completion-in-region.
4566
5f24557b
SM
4567 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4568 (dabbrev-completion): Use completion-in-region.
4569 (dabbrev--abbrev-at-point): Simplify regexp.
4570
fe4346f0
SM
4571 * abbrev.el (abbrev--before-point): Use word-motion functions
4572 if :regexp is not specified (bug#5031).
4573
cb190d7d
SM
4574 * subr.el (string-prefix-p): New function.
4575
e2ec6dd5
SM
4576 * man.el (Man-completion-cache): New var.
4577 (Man-completion-table): Use it.
4578
eb708e66
SM
4579 * vc.el (vc-print-log-internal): Make `limit' optional for better
4580 compatibility (e.g. with vc-annotate.el).
4581
4cf8971b
KR
45822009-11-24 Kevin Ryde <user42@zip.com.au>
4583
eb708e66 4584 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 4585 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 4586
4cf8971b
KR
4587 * emacs-lisp/elint.el (elint-add-required-env): Better error message
4588 when .el source file not found or other error.
4589
d204c46c
SM
45902009-11-24 Markus Triska <markus.triska@gmx.at>
4591
4592 * linum.el (linum-update-window): Ignore intangible (bug#4996).
4593
bb301b9a
SM
45942009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4595
449c27f0
SM
4596 Handle the [back] button properly (bug#4979).
4597 * descr-text.el (describe-text-properties): Add a `buffer' argument.
4598 Use help-setup-xref, help-buffer, and with-help-window.
4599 (describe-char): Add `buffer' argument.
4600 Pass proper command to help-setup-xref. Don't meddle with
4601 help-xref-stack-item directly.
4602 (describe-text-category): Use with-help-window and help-buffer.
4603
32fe5377
SM
4604 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4605 for the displayed buffer (bug#4887).
4606
bb301b9a
SM
4607 * man.el (Man-completion-table): New function.
4608 (man): Use it.
4609
35179414
DR
46102009-11-24 David Reitter <david.reitter@gmail.com>
4611
bb301b9a 4612 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
4613 .git is) rather than the file's directory and a relative path spec
4614 to work around a bug in git.
4615
605a20a9
MA
46162009-11-24 Michael Albinus <michael.albinus@gmx.de>
4617
4618 Improve handling of processes on remote hosts.
4619
4620 * eshell/esh-util.el (eshell-path-env): New defvar.
4621 (eshell-parse-colon-path): New defun.
4622 (eshell-file-attributes): Use `eshell-parse-colon-path'.
4623
bb301b9a
SM
4624 * eshell/esh-ext.el (eshell-search-path):
4625 Use `eshell-parse-colon-path'.
605a20a9
MA
4626 (eshell-remote-command): Remove argument HANDLER.
4627 (eshell-external-command): Check for FTP remote connection.
4628
bb301b9a
SM
4629 * eshell/esh-proc.el (eshell-gather-process-output):
4630 Use `file-truename', in order to start also symlinked files.
4631 Apply `start-file-process' instead of `start-process'.
4632 Shorten `command' to the local file name part.
605a20a9 4633
bb301b9a
SM
4634 * eshell/em-cmpl.el (eshell-complete-commands-list):
4635 Use `eshell-parse-colon-path'.
605a20a9
MA
4636
4637 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4638
4639 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
4640 to `eshell-directory-change-hook'.
4641
d1d33062
TH
46422009-11-24 Tassilo Horn <tassilo@member.fsf.org>
4643
4644 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 4645 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 4646
a34d8565 46472009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 4648
a34d8565
MK
4649 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4650 made on 2009-11-22.
d1d33062 4651
c83b8d1b
GM
46522009-11-24 Glenn Morris <rgm@gnu.org>
4653
4654 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4655 deleted variable bookmark-bmenu-bookmark-column.
4656
83505cfe
SM
46572009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4658
4659 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4660
5241b291
CY
46612009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
4662
4663 * net/browse-url.el (browse-url-filename-alist): On Windows, add
4664 two slashes to the "file:" prefix.
4665 (browse-url-file-url): De-munge Cygwin filenames before passing
4666 them to Windows browser.
4667 (browse-url-default-windows-browser): Use call-process.
4668
aefcadb6
JL
46692009-11-23 Juri Linkov <juri@jurta.org>
4670
4671 Implement DocView Continuous mode. (Bug#4896)
4672 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
4673 (doc-view-mode-map): Bind C-n/<down> to
4674 `doc-view-next-line-or-next-page', C-p/<up> to
4675 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
4676 (doc-view-next-line-or-next-page)
4677 (doc-view-previous-line-or-previous-page): New commands.
4678
0d62bcea
JL
46792009-11-23 Juri Linkov <juri@jurta.org>
4680
4681 Implement Isearch in comint input history. (Bug#3746)
4682 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4683 `isearch-mode-hook'.
4684 (comint-history-isearch): New defcustom.
4685 (comint-history-isearch-backward)
4686 (comint-history-isearch-backward-regexp): New commands.
4687 (comint-history-isearch-message-overlay): New buffer-local variable.
4688 (comint-history-isearch-setup, comint-history-isearch-end)
4689 (comint-goto-input, comint-history-isearch-search)
4690 (comint-history-isearch-message, comint-history-isearch-wrap)
4691 (comint-history-isearch-push-state)
4692 (comint-history-isearch-pop-state): New functions.
4693
b593f105
MA
46942009-11-23 Michael Albinus <michael.albinus@gmx.de>
4695
4696 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4697 return.
4698 (tramp-handle-make-symbolic-link)
4699 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4700 Quote file names.
4701 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4702 (tramp-handle-process-file): Use it.
4703
0f202d5d
SM
47042009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4705
4706 * window.el (move-to-window-line-last-op): Remove.
4707 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4708
216349f8
SM
47092009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4710
0f202d5d 4711 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
4712 * window.el (move-to-window-line-last-op): New var.
4713 (move-to-window-line-top-bottom): New command.
4714 (global-map): Bind M-r move-to-window-line-top-bottom.
4715
c10e0633
GM
47162009-11-23 Sven Joachim <svenjoac@gmx.de>
4717
4718 * dired-x.el (dired-guess-shell-alist-default):
4719 Support xz format. (Bug#4953)
4720
953e0c1a
GM
47212009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4722
4723 * emulation/viper-cmd.el: Use viper-last-command-char instead of
4724 last-command-char/last-command-event.
4725 (viper-prefix-arg-value): Do correct conversion of event-char for
4726 XEmacs.
4727
83505cfe
SM
4728 * emulation/viper-util.el, emulation/viper.el:
4729 Use viper-last-command-char instead of
4730 last-command-char/last-command-event.
953e0c1a 4731
83505cfe
SM
4732 * ediff-init.el, ediff-mult.el, ediff-util.el:
4733 Replace last-command-char and last-command-event
4734 with (ediff-last-command-char) everywhere.
953e0c1a
GM
4735
4736 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4737 created in fundamental mode.
4738
4739 * ediff.el (ediff-version): Revert the change of interactive-p to
4740 called-interactively-p.
4741
9ee12eee
TH
47422009-11-22 Tassilo Horn <tassilo@member.fsf.org>
4743
4744 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4745 generation from word-movement command names.
4746
8b571bf3
JD
47472009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4748
4749 * cus-start.el (all): Add native condition for font-use-system-font.
4750
4121db47
AM
47512009-11-21 Nathaniel Flath <flat0103@gmail.com>
4752
83505cfe
SM
4753 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4754 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 4755
d71f5e0c
TH
47562009-11-21 Tassilo Horn <tassilo@member.fsf.org>
4757
4758 * progmodes/subword.el: Rename from lisp/subword.el.
4759
4760 * subword.el: Rename to progmodes/subword.el.
4761
4762 * Makefile.in (ELCFILES): Adapt to subword.el move.
4763
fc9d6ad6
SM
47642009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4765 Stefan Monnier <monnier@iro.umontreal.ca>
4766
4767 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4768 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4769 (bookmark-bmenu-show-filenames): Use push.
4770 (bookmark-bmenu-hide-filenames): Use local var instead of
4771 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
4772 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4773 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4774 filenames now that the bookmark names are always available.
4775
26d9285f
SM
47762009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4777
4778 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4779 (bookmark-search-pattern): Move and leave unbound.
4780 (bookmark-bmenu-mode-map): Change binding.
4781 (bookmark-read-search-input): Simplify.
4782 Don't use text-char-description. Don't error on non-char events.
4783 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4784 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4785 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4786 Use a local var for the timer.
4787 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4788 (i.e. bookmark-bmenu-search).
4789
d73a0317
GM
47902009-11-21 Glenn Morris <rgm@gnu.org>
4791
4792 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
4793
e572025f
CY
47942009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
4795
26d9285f
SM
4796 * net/browse-url.el (browse-url-default-windows-browser):
4797 Use cygstart for cygwin.
e572025f 4798
6aeaa3dc
KF
47992009-11-20 Karl Fogel <karl.fogel@red-bean.com>
4800
e4070cdc 4801 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
4802 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4803 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 4804 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
4805 (bookmark-read-search-input): Adjust to fit within 80 columns.
4806
a9b76eec
TH
48072009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4808
4809 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4810 (c-backward-into-nomenclature): Adapt to subword renaming.
4811
4812 * subword.el (subword-forward, subword-backward, subword-mark)
4813 (subword-kill, subword-backward-kill, subword-transpose)
4814 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
4815 (subword-forward-internal, subword-backward-internal):
4816 Rename from forward-subword, backward-subword, mark-subword,
4817 kill-subword, backward-kill-subword, transpose-subwords,
4818 downcase-subword, upcase-subword, capitalize-subword,
4819 forward-subword-internal, backward-subword-internal.
a9b76eec 4820
1e7d4475
SM
48212009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4822
26d9285f
SM
4823 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4824 New options.
1e7d4475
SM
4825 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4826 New vars.
4827 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4828 (bookmark-bmenu-filter-alist-by-regexp)
4829 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4830 (bookmark-bmenu-search): New command.
4831 (bookmark-bmenu-mode-map): Bind it.
4832
653d1554
TH
48332009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4834
ab84bfa0
TH
4835 * progmodes/cc-cmds.el: declare-functioned forward-subword and
4836 backward-subword to quit the byte-compiler.
4837
1f35fda9
TH
4838 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4839
4840 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4841
653d1554 4842 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
4843 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4844 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
4845
4846 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4847 subword.el functions instead of cc-subword.el.
4848
1e7d4475
SM
4849 * progmodes/cc-subword.el: Rename to subword.el.
4850 * subword.el: Rename from progmodes/cc-subword.el.
4851 (subword-mode-map): Rename from c-subword-mode-map.
4852 (subword-mode): Rename from c-subword-mode.
653d1554 4853 (global-subword-mode): New global minor mode.
1e7d4475
SM
4854 (forward-subword): Rename from c-forward-subword.
4855 (backward-subword): Rename from c-backward-subword.
4856 (mark-subword): Rename from c-mark-subword.
4857 (kill-subword): Rename from c-kill-subword.
4858 (backward-kill-subword): Rename from c-backward-kill-subword.
4859 (transpose-subwords): Rename from c-tranpose-subword.
4860 (downcase-subword): Rename from c-downcase-subword.
4861 (capitalize-subword): Rename from c-capitalize-subword.
4862 (forward-subword-internal): Rename from c-forward-subword-internal.
4863 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 4864
9717f119
DN
48652009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4866
8de724f3
DN
4867 * vc.el (vc-deduce-fileset): Allow non-state changing operations
4868 from a dired buffer.
4869 (vc-dired-deduce-fileset): New function.
4870 (vc-root-diff, vc-print-root-log): Use it.
4871
9717f119
DN
4872 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4873 nil LIMIT argument to vc-print-log-internal.
4874
af4999b8
GM
48752009-11-20 Glenn Morris <rgm@gnu.org>
4876
4877 * Makefile.in (ELCFILES): Regenerate.
4878
b58edcb6
JB
48792009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
4880
02e1b488
SM
4881 * calc/calc.el (calc-set-mode-line):
4882 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
4883 (math-format-number): Rename `math-format-complement-signed' to
4884 `math-format-twos-complement'.
4885
02e1b488 4886 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
4887 math-format-complement-signed.
4888 (calc-radix): Rename `calc-complement-signed-mode' to
4889 `calc-twos-complement-mode'.
02e1b488
SM
4890 (calc-octal-radix, calc-hex-radix): Add an argument for
4891 two's complement.
b58edcb6 4892
02e1b488
SM
4893 * calc/calc-embed.el (calc-embedded-mode-vars):
4894 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 4895
02e1b488
SM
4896 * calc/calc-ext.el (calc-init-extensions):
4897 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
4898 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4899
02e1b488
SM
4900 * calc/calc-units.el (math-build-units-table-buffer):
4901 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
4902
4903 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4904 entries.
4905
4906 * calc/calc-vec.el (calcFunc-vunpack):
4907 * calc/calc-aent.el (calc-do-calc-eval):
4908 * calc/calc-forms.el (math-format-date):
4909 * calc/calc-graph.el (calc-graph-plot):
4910 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
4911 * calc/calccomp.el (math-compose-expr):
4912 Let `calc-twos-complement-mode' be nil.
4913
49142009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4915
4916 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4917 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
4918 * minibuffer.el (completion-in-region-functions): New hook.
4919 (completion-in-region): New function.
4920 * emacs-lisp/lisp.el (lisp-complete-symbol):
4921 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 4922
e3353a78
SM
49232009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4924
eff77808
SM
4925 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4926 (latex-complete-alist): New vars.
4927 (latex-string-prefix-p, latex-complete-bibtex-keys)
4928 (latex-complete-envnames, latex-complete-refkeys)
4929 (latex-complete-data): New functions.
4930 (latex-complete, latex-indent-or-complete): New commands.
4931
d2c9fc42
SM
4932 * window.el (display-buffer-mark-dedicated): New var.
4933 (display-buffer): Obey it.
4934 * minibuffer.el (minibuffer-completion-help): Use it.
4935
31a1c477
SM
4936 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4937
bed4c972
SM
4938 * filecache.el (file-cache-add-file): Use push and cons.
4939 (file-cache-delete-file-regexp): Use push.
4940 (file-cache-complete): Use completion-in-region.
4941
8c22699f
SM
4942 * simple.el (with-wrapper-hook): Fix thinko.
4943
e3353a78
SM
4944 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4945 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4946 Use with-current-buffer and string-to-number.
4947 (hfy-fallback-colour-values): Use assoc-string.
4948 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4949 (hfy-face-at): Remove unused var `found-face'.
4950 (hfy-compile-stylesheet): Remove unused var `css'.
4951 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4952 and `orig-buffer'.
4953 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4954 Use with-current-buffer.
4955 (hfy-text-p): Use expand-file-name and fewer setq.
4956
acca02b0
SM
49572009-11-19 Vivek Dasmohapatra <vivek@etla.org>
4958
4959 * htmlfontify.el, hfy-cmap.el: New files.
4960
042b7cc6
JL
49612009-11-19 Juri Linkov <juri@jurta.org>
4962
4963 * minibuffer.el (completions-format): New defcustom.
4964 (completion--insert-strings): Implement vertical format.
4965
4966 * simple.el (switch-to-completions): Move point to the first
4967 completion when point was at the beginning of the buffer.
4968
da205913
JL
49692009-11-19 Juri Linkov <juri@jurta.org>
4970
4971 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
4972
4973 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4974
0b8ee421
CY
49752009-11-19 Chong Yidong <cyd@stupidchicken.com>
4976
4977 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4978 (mail-signature): Change default to t.
4979 (mail-from-style): Deprecate `system-default' value.
4980 (mail-insert-from-field): For default value of mail-from-style,
4981 default to `angles' unless `angles' needs quoting and `parens'
4982 does not.
4983 (mail-citation-prefix-regexp): Use citation regexp from
4984 message-mode.
4985
4265deab
MA
49862009-11-19 Michael Albinus <michael.albinus@gmx.de>
4987
acca02b0
SM
4988 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4989 Set variables for computing the prompt for reading password.
4265deab 4990
27cacd2d
GM
49912009-11-19 Glenn Morris <rgm@gnu.org>
4992
470bce7d
GM
4993 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
4994
7e705a1d
GM
4995 * textmodes/flyspell.el (sgml-lexical-context): Declare.
4996
27cacd2d
GM
4997 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4998 (newsticker-treeview-listwindow-height): Fix custom type.
4999
b2f0be0f
KH
50002009-11-19 Kenichi Handa <handa@m17n.org>
5001
5002 * descr-text.el (describe-char-padded-string): Compose with TAB
5003 only if there's a font for CH.
02e1b488 5004 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 5005
03446045 50062009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
5007
5008 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 5009 more accurate version of the regexp. (Bug#3910)
b96337b0 5010
03446045 50112009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
5012
5013 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5014
e0620570
JB
50152009-11-18 Juanma Barranquero <lekktu@gmail.com>
5016
5017 * font-setting.el (font-use-system-font): Declare for byte-compiler.
5018 (font-setting-change-default-font): Fix typo in docstring.
5019
6cc6582e
AM
50202009-11-18 Alan Mackenzie <acm@muc.de>
5021
5022 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5023
dfb3c4c6
JD
50242009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5025
02e1b488 5026 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
5027
5028 * cus-start.el (all): ... to here.
5029
e268e987
MA
50302009-11-17 Michael Albinus <michael.albinus@gmx.de>
5031
5032 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5033 Don't set `ad-return-value' if `ad-do-it' doesn't.
5034
303ffde8
MA
5035 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5036 modification time.
5037
637fa988
JD
50382009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5039
5040 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 5041 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
5042
5043 * loadup.el: If feature system-font-setting or font-render-setting is
5044 there, load font-setting.
5045
02e1b488 5046 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
5047 * font-setting.el: New file.
5048
1d16a255
GM
50492009-11-17 Glenn Morris <rgm@gnu.org>
5050
5051 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5052
2d84f804
GM
5053 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5054 Preserve point in the list buffer. (Bug#4939)
5055 Use point-at-eol.
5056 (newsticker--treeview-list-update-highlight)
5057 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5058
14467b99
JB
50592009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5060
5061 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5062 Remove.
5063
5064 * calc/calc-ext.el (calc-init-extensions): Remove references to
5065 symclip.
5066
5067 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5068
5069 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 5070 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
5071 `calc-symclip'.
5072
e3c39c01
KR
50732009-11-16 Kevin Ryde <user42@zip.com.au>
5074
02e1b488 5075 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 5076 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 5077
497de631
KR
5078 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5079 (lm-keywords-list): Allow comma-only separator like "foo,bar".
5080 Ignore trailing spaces by omit-nulls to split-string (fixing
5081 regression from Emacs 21 due to the incompatible split-string
14467b99 5082 change). (Bug #4928.)
497de631 5083
48b27575
DN
50842009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
5085
5237d741 5086 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
5087 (vc-print-log-internal): Insert buttons to request more entries
5088 when limiting the output.
5089
5090 * vc-sccs.el (vc-sccs-print-log):
5091 * vc-rcs.el (vc-rcs-print-log):
5092 * vc-cvs.el (vc-cvs-print-log):
5093 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5094 LIMIT is non-nil.
5095
d3e97185
MA
50962009-11-16 Michael Albinus <michael.albinus@gmx.de>
5097
5098 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5099 error when `tramp-gvfs-dbus-event-vector' is set.
5100 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5101
68d87786
SM
51022009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5103
5104 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5105
c0a39702
MA
51062009-11-16 Michael Albinus <michael.albinus@gmx.de>
5107
5108 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 5109 (dbus-register-property): Register the handlers of
c0a39702
MA
5110 "org.freedesktop.DBus.Properties" for SERVICE.
5111 (dbus-property-handler): Fix docstring.
5112
1e857121
YM
51132009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5114
5115 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5116 Quote doc string reference in defvaralias as it is not in special form.
5117 (byte-compile-output-docform): Doc fix.
5118
887484c1
JB
51192009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5120
5121 * calc/calc.el (math-2-word-size, math-half-2-word-size)
5122 (calc-complement-signed-mode): New variables.
5123 (calc-set-mode-line): Add indicator for twos-complements.
5124 (math-format-number): Format twos-complement notation.
5125
5126 * calc/calc-bin.el (calc-word-size): Reset the variables
5127 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
5128 (math-format-complement-signed, math-symclip, calcFunc-symclip)
5129 (calc-symclip): New functions.
887484c1
JB
5130
5131 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5132
68d87786
SM
5133 * calc/calc-embed.el (calc-embedded-mode-vars):
5134 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
5135
5136 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 5137 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
5138
5139 * calc/calc-ext.el (math-read-number-fancy): Read complement
5140 signed numbers.
68d87786
SM
5141 (calc-init-extensions): Add binding for `calc-symclip'.
5142 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
5143
5144 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5145 `calc-symclip'.
68d87786 5146 (calc-modes-menu): Add item for twos complement mode.
887484c1 5147
5237d741 5148 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 5149
4cf1d7e3
CY
51502009-11-15 Chong Yidong <cyd@stupidchicken.com>
5151
5152 * register.el (jump-to-register, insert-register): Handle Semantic
5153 tags. From commented-out advice in semantic/senator.el.
5154
f8e65267
DN
51552009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5156
6616006b
DN
5157 * vc.el (vc-log-show-limit): New variable.
5158 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
5159 when using a prefix argument.
5160 (vc-print-log-internal): Add new argument LIMIT.
5161
5162 * vc-svn.el (vc-svn-print-log):
5163 * vc-mtn.el (vc-mtn-print-log):
5164 * vc-hg.el (vc-hg-print-log):
5165 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 5166 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
5167 non-optional.
5168
5169 * vc-sccs.el (vc-sccs-print-log):
5170 * vc-rcs.el (vc-rcs-print-log):
5171 * vc-git.el (vc-git-print-log):
5172 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5173 ignore it. Make the BUFFER argument non-optional
5174
f8e65267
DN
5175 * bindings.el (mode-line-buffer-identification): Do not purecopy.
5176
0566c4bc
CY
51772009-11-15 Chong Yidong <cyd@stupidchicken.com>
5178
7cce3c91
CY
5179 * dired.el (dired-mode-map): Move encryption items to "Operate"
5180 menu (Bug#4703).
5181
d7063de9
CY
5182 * strokes.el (strokes-update-window-configuration): Make strokes
5183 buffer current before erasing (Bug#4906).
5184
0fc10137
JL
51852009-11-15 Juri Linkov <juri@jurta.org>
5186
5187 * simple.el (set-mark-default-inactive): Add :type, :group
5188 and :version. (Bug#4876)
5189
f5fce4ec
MA
51902009-11-15 Michael Albinus <michael.albinus@gmx.de>
5191
5192 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5193 (archive-unique-fname): ... here. (Bug#4929)
5194
8d720a00
SM
51952009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5196
589888fe
SM
5197 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5198 with a real fix.
5199
8d720a00
SM
5200 * novice.el (disabled-command-function): Add useful args.
5201 Setup the help buffer so that [back] works.
5202 Remove redundant call to help-mode.
5203 (disabled-command-function): Use `case'.
5204 (en/disable-command): New function extracted from enable-command.
5205 (enable-command, disable-command): Use it.
5206
a61344d6
GM
52072009-11-14 Glenn Morris <rgm@gnu.org>
5208
497f0cdd
GM
5209 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5210 constants. (Bug#4913)
5211
a61344d6
GM
5212 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5213
d501801e
GM
52142009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5215
5216 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5217 defined in C that have no doc-strings. (Bug#1063)
5218
5af27ac2
GM
52192009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
5220
5221 * cus-edit.el (data, files):
5222 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
5223
aec5395b
CY
52242009-11-14 Chong Yidong <cyd@stupidchicken.com>
5225
e7791447
CY
5226 * simple.el (shell-command): Doc fix (Bug#4891).
5227
aec5395b
CY
5228 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5229
7a41cd7f
GM
52302009-11-14 Glenn Morris <rgm@gnu.org>
5231
c3583c94
GM
5232 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5233 statements for vc-diff, emerge-quit, and rmail-cease-edit.
5234 If they are already loaded, eval-after-load will do the right thing.
5235
73900d1f
GM
5236 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5237 compiling.
5238
0028351d
GM
5239 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5240
f6714ede
GM
5241 * simple.el (x-selection-owner-p): Declare.
5242 (read-mail-command): Use custom radio type rather than choice.
5243 (completion-no-auto-exit): Doc fix.
5244
7a41cd7f 5245 * custom.el (defgroup):
5af27ac2 5246 * epg-config.el (epg): Doc fixes.
7a41cd7f 5247
2d0659ec
DN
52482009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
5249
5250 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5251 * international/ccl.el (define-ccl-program): Do not purecopy the
5252 docstring, defconst does it anyway.
5253
7fdbcd83
SM
52542009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5255
d499c5b9
SM
5256 * add-log.el (add-change-log-entry): Avoid displaying the changelog
5257 a second time.
5258
7fdbcd83
SM
5259 * x-dnd.el (x-dnd-maybe-call-test-function):
5260 * window.el (split-window-vertically):
5261 * whitespace.el (whitespace-help-on):
5262 * vc-rcs.el (vc-rcs-consult-headers):
5263 * userlock.el (ask-user-about-lock-help)
5264 (ask-user-about-supersession-help):
5265 * type-break.el (type-break-force-mode-line-update):
5266 * time-stamp.el (time-stamp-conv-warn):
5267 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 5268 (te-sentinel, terminal-emulator):
7fdbcd83
SM
5269 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5270 (term-write-input-ring, term-check-source, term-start-output-log):
5271 (term-display-buffer-line, term-dynamic-list-completions):
5272 (term-ansi-make-term, serial-term):
5273 * subr.el (selective-display):
5274 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5275 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5276 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5277 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5278 (speedbar-remove-localized-speedbar-support)
5279 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5280 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5281 (speedbar-buffers-line-directory):
5282 * simple.el (shell-command-on-region, append-to-buffer)
5283 (prepend-to-buffer):
5284 * shadowfile.el (shadow-save-todo-file):
5285 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5286 (scroll-bar-maybe-set-window-start):
5287 * sb-image.el (speedbar-image-dump):
5288 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5289 (load-save-place-alist-from-file):
5290 * ps-samp.el (ps-print-message-from-summary):
5291 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5292 (ps-background-image, ps-begin-job, ps-do-despool):
5293 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5294 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5295 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5296 (pr-call-process, pr-file-list, pr-interface-save):
5297 * novice.el (disabled-command-function)
5298 (enable-command, disable-command):
5299 * mouse.el (mouse-buffer-menu-alist):
5300 * mouse-copy.el (mouse-kill-preserving-secondary):
5301 * macros.el (kbd-macro-query):
5302 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5303 * informat.el (batch-info-validate):
5304 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5305 * hippie-exp.el (try-expand-dabbrev-visible):
5306 * help-mode.el (help-make-xrefs):
5307 * help-fns.el (describe-variable):
5308 * generic-x.el (bat-generic-mode-run-as-comint):
5309 * finder.el (finder-mouse-select):
5310 * find-dired.el (find-dired-sentinel):
5311 * filesets.el (filesets-file-close):
5312 * files.el (list-directory):
5313 * faces.el (list-faces-display, describe-face):
5314 * facemenu.el (list-colors-display):
5315 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5316 * epg.el (epg--process-filter, epg-cancel):
5317 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5318 (epa--read-signature-type):
5319 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5320 (emerge-file-names):
5321 * ehelp.el (electric-helpify):
5322 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5323 * ediff-vers.el (rcs-ediff-view-revision):
5324 * ediff-util.el (ediff-setup):
5325 * ediff-mult.el (ediff-append-custom-diff):
5326 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5327 (ediff-wordify):
5328 * echistory.el (Electric-command-history-redo-expression):
5329 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5330 * disp-table.el (describe-display-table):
5331 * dired.el (dired-find-buffer-nocreate):
5332 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5333 * dabbrev.el (dabbrev--same-major-mode-p):
5334 * chistory.el (list-command-history):
5335 * apropos.el (apropos-documentation):
5336 * allout.el (allout-obtain-passphrase):
5337 (allout-copy-exposed-to-buffer):
5338 (allout-verify-passphrase): Use with-current-buffer.
5339
2ccbc060
GM
53402009-11-13 Glenn Morris <rgm@gnu.org>
5341
5342 * Makefile.in (ELCFILES): Regenerate.
5343
b172ed20
MA
53442009-11-13 Michael Albinus <michael.albinus@gmx.de>
5345
7fdbcd83
SM
5346 * net/dbus.el (dbus-registered-objects-table): Rename from
5347 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
5348 (dbus-unregister-object): Unregister also properties.
5349 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
5350 Use a timeout of 500 msec, in order to not block.
5351 (dbus-register-property, dbus-property-handler): New defuns.
5352
e96d62cd
SM
53532009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5354
5355 * simple.el (minibuffer-default-add-completions): Drop deprecated
5356 4th arg.
5357
14bd267d
EZ
53582009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
5359
e96d62cd
SM
5360 * textmodes/artist.el (artist-mouse-choose-operation):
5361 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 5362 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
5363 (artist-compute-up-event-key): New function.
5364 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
5365
bf89fd7b
KH
53662009-11-13 Kenichi Handa <handa@m17n.org>
5367
5368 * language/japan-util.el: Make sure that the value of jisx0208
5369 property is jisx0208 character.
5370
f70b8925
DN
53712009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
5372
5373 * international/mule.el (auto-coding-regexp-alist): Only purecopy
5374 car or each item, not the whole list.
5375
4d93a9e0
SM
53762009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5377
5378 * minibuffer.el (minibuffer-completion-help):
5379 Use minibuffer-hide-completions.
5380
05404988
SM
53812009-11-12 Per Starbäck <per@starback.se> (tiny change)
5382
5383 * dired.el (dired-save-positions, dired-restore-positions): New funs.
5384 (dired-revert): Use them (bug#4880).
5385
5297bc10
DN
53862009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5387
5388 * tooltip.el (tooltip-frame-parameters): Undo previous change.
5389
e2685eb7
JL
53902009-11-12 Juri Linkov <juri@jurta.org>
5391
5392 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
5393 New functions.
5394 (find-file-literally-at-point): Alias of `ffap-literally'.
5395
76410c3e
DN
53962009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5397
6d341a2a
DN
5398 * textmodes/ispell.el (ispell-skip-region-alist):
5399 * textmodes/css-mode.el (auto-mode-alist):
5400 * progmodes/compile.el (auto-mode-alist):
5401 * international/mule.el (ctext-non-standard-encodings-alist)
5402 (ctext-non-standard-encodings-regexp):
5403 * simple.el (shell-command-switch, text-read-only):
5404 * replace.el (occur-mode-map):
5405 * paths.el (rmail-file-name):
5406 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
5407 * find-file.el (ff-special-constructs):
5408 * files.el (file-name-handler-alist):
5409 * composite.el: Purecopy strings.
5410
76410c3e
DN
5411 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
5412
aaa448c9
DN
54132009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5414
5415 * widget.el (define-widget): Purecopy the docstring.
5416 * international/mule-cmds.el (charset): Do not purecopy the
5417 docstring here, define-widget does it.
5418
5419 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5420 * textmodes/bibtex-style.el (auto-mode-alist):
5421 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5422 * progmodes/compile.el (compile-command):
5423 * language/korea-util.el (default-korean-keyboard):
5424 * international/mule-conf.el (file-coding-system-alist):
5425 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
5426 * tooltip.el (tooltip-frame-parameters):
5427 * newcomment.el (comment-end, comment-padding):
5428 * dired.el (dired-trivial-filenames):
5429 * comint.el (comint-file-name-prefix): Purecopy initial values.
5430
bbe650fd
MA
54312009-11-11 Michael Albinus <michael.albinus@gmx.de>
5432
5433 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
5434 (tramp-advice-minibuffer-electric-tilde): Unload advices via
5435 `tramp-unload'.
5436 (tramp-advice-make-auto-save-file-name)
5437 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
5438 after removing the advice.
5439
6bdad9ae
DN
54402009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5441
2f7f4bee
DN
5442 * progmodes/grep.el (grep-regexp-alist):
5443 * international/mule-cmds.el (iso-2022-control-alist):
5444 * emacs-lisp/timer.el (timer-duration-words):
5445 * subr.el (version-separator, version-regexp-alist):
5446 * minibuffer.el (completion-styles-alist):
5447 * faces.el (face-attribute-name-alist, list-faces-sample-text):
5448 Change defvars to defconsts.
5449
a042de45
DN
5450 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
5451 * loadup.el ("international/mule-conf"): Load the byte compiled version.
5452 * international/mule-conf.el: Allow to be byte compiled.
5453
3b6acc72
DN
5454 * international/mule.el (define-charset): Purecopy props.
5455 (load-with-code-conversion): Purecopy doc string and file name.
5456 (put-charset-property): Purecopy strings.
5457 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
5458
1c2efdfb 5459 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
5460 (define-char-code-property): Correctly purecopy the table.
5461
62591911
DN
5462 * international/ccl.el (define-ccl-program): Purecopy the docstring.
5463
8b908da6
DN
5464 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
5465
ff917d63
DN
5466 * subr.el (add-hook): Purecopy strings.
5467 (eval-after-load): Purecopy load-history-regexp and the form.
5468
af89cf77
DN
5469 * custom.el (custom-declare-group): Purecopy load-file-name.
5470
a3c20c83 5471 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
5472 * net/eudc.el (eudc-tools-menu):
5473 * international/mule-cmds.el (set-coding-system-map)
5474 (mule-menu-keymap):
5475 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5476 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
5477 * replace.el (occur-mode-map):
5478 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 5479 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
5480 (menu-bar-custom-menu, menu-bar-showhide-menu)
5481 (menu-bar-options-menu, menu-bar-tools-menu)
5482 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
5483 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
5484 (menu-bar-help-menu):
5485 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
5486 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
5487
6bdad9ae
DN
5488 * term/x-win.el (x-gtk-stock-map):
5489 * progmodes/vera-mode.el (auto-mode-alist):
5490 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5491 (inferior-lisp-program, inferior-lisp-load-command):
5492 * progmodes/hideshow.el (hs-special-modes-alist):
5493 * progmodes/gud.el (same-window-regexps):
5494 * progmodes/grep.el (grep-program, find-program, xargs-program):
5495 * net/telnet.el (same-window-regexps):
5496 * net/rlogin.el (same-window-regexps):
5497 * language/ethiopic.el (font-ccl-encoder-alist):
5498 * vc-sccs.el (vc-sccs-master-templates):
5499 * vc-rcs.el (vc-rcs-master-templates):
5500 * subr.el (cl-assertion-failed):
5501 * simple.el (next-error-overlay-arrow-position):
5502 * lpr.el (lpr-command):
5503 * locate.el (locate-ls-subdir-switches):
5504 * info.el (same-window-regexps, info)
5505 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5506 * image-mode.el (image-mode, auto-mode-alist):
5507 * hippie-exp.el (hippie-expand-ignore-buffers):
5508 * format.el (format-alist):
5509 * find-dired.el (find-ls-subdir-switches, find-grep-options)
5510 (find-name-arg):
5511 * facemenu.el (facemenu-keybindings):
5512 * dired.el (dired-listing-switches, dired-chown-program):
5513 * diff.el (diff-switches, diff-command):
5514 * cus-edit.el (same-window-regexps):
5515 * bindings.el (mode-line-mule-info)
5516 (mode-line-buffer-identification): Purecopy strings.
5517
e0987650
JL
55182009-11-11 Juri Linkov <juri@jurta.org>
5519
3570691b 5520 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
5521 Tell the byte-compiler about dired-get-filename.
5522 (shell-command): In Dired mode, get filename from the current line
5523 as the default value.
5524
b16ff465
GM
55252009-11-10 Glenn Morris <rgm@gnu.org>
5526
e8a11b22
GM
5527 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5528 * calendar/holidays.el, progmodes/cperl-mode.el:
5529 Update x-popup-menu declarations.
5530
b16ff465
GM
5531 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5532 (list-load-path-shadows): Use dolist.
5533 (list-load-path-shadows): Use with-current-buffer.
5534
032c3399
JL
55352009-11-10 Juri Linkov <juri@jurta.org>
5536
5537 * minibuffer.el (read-file-name): Support a list of default values
5538 in `default-filename'. Use the first file name where only one
5539 element is required. Doc fix.
5540
8fb1629f
MA
55412009-11-09 Michael Albinus <michael.albinus@gmx.de>
5542
5543 * net/dbus.el (dbus-unregister-object): Release service, if no
5544 other method is registered for it.
5545
a51203ee 55462009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
5547
5548 * bookmark.el (bookmark-completing-read): Sort bookmark names if
5549 bookmark-sort-flag is non-nil (Bug#4653).
5550
9bf7dc8a
CY
55512009-11-08 Chong Yidong <cyd@stupidchicken.com>
5552
15207e74
CY
5553 * emulation/cua-base.el: Add CUA property to some CC mode commands
5554 (Bug#4100).
5555
8bf7ed70
KR
55562009-11-08 Kevin Ryde <user42@zip.com.au>
5557
5558 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 5559 at end of sentence (Bug#4818).
8bf7ed70 5560
951802d0
CY
55612009-11-08 Jared Finder <jfinder@crypticstudios.com>
5562
5563 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5564 Handle "see declaration of" MSFT statements (Bug#4100).
5565
e8244310
MA
55662009-11-08 Michael Albinus <michael.albinus@gmx.de>
5567
5568 * net/tramp.el (tramp-advice-make-auto-save-file-name)
5569 (tramp-advice-file-expand-wildcards): Unload via
5570 `ad-remove-advice'.
5571
5572 * net/trampver.el: Update release number.
5573
a51203ee 55742009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
5575
5576 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5577 `ad-do-it'.
5578
a51203ee 55792009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
5580
5581 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5582 in order to keep context in SELinux.
5583
bedd8a58
CY
55842009-11-08 Chong Yidong <cyd@stupidchicken.com>
5585
5586 * dired-aux.el (dired-query): Place cursor in echo area and allow
5587 C-g.
5588
5589 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5590 menu item if not on a directory (Bug#4701).
5591
0484d600
MA
55922009-11-07 Michael Albinus <michael.albinus@gmx.de>
5593
5594 Sync with Tramp 2.1.17.
5595
5596 * net/tramp.el (tramp-handle-copy-directory): Don't use
5597 `file-remote-p' (due to compatibility).
5598
5599 * net/tramp-compat.el (tramp-compat-copy-directory)
5600 (tramp-compat-delete-directory): New defuns.
5601
5602 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5603 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5604 `tramp-compat-delete-directory'.
5605
5606 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5ce6e4f4 5607 (tramp-smb-handle-delete-directory): Use
0484d600
MA
5608 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5609
5610 * net/trampver.el: Update release number.
5611
b42b2189
CY
56122009-11-07 Chong Yidong <cyd@stupidchicken.com>
5613
6960d7b9
CY
5614 * tar-mode.el (tar-copy): Call write-region on the right buffer
5615 (Bug#4857).
5616
b42b2189
CY
5617 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5618 by hand, if necessary (Bug#4878).
5619
0ad57dfd
CY
56202009-11-06 Chong Yidong <cyd@stupidchicken.com>
5621
d19e23ae
CY
5622 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5623 align size column (Bug#4839).
5624
0ad57dfd
CY
5625 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5626 statement.
5627
0b7f397c
DN
56282009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5629
5630 * progmodes/ld-script.el (auto-mode-alist):
5631 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5632
5633 * cus-face.el (custom-declare-face): Purecopy face spec.
5634
495bd5ca
KH
56352009-11-06 Kenichi Handa <handa@m17n.org>
5636
5637 * international/uni-bidi.el: Re-generated.
5638 * international/uni-category.el: Re-generated.
5639 * international/uni-combining.el: Re-generated.
5640 * international/uni-mirrored.el: Re-generated.
5641
1e8780b1
DN
56422009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5643
5644 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5645 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5646 (tex-start-options, slitex-run-command, latex-run-command)
5647 (tex-run-command, tex-directory):
5648 * textmodes/ispell.el (ispell-html-skip-alists)
5649 (ispell-tex-skip-alists, ispell-tex-skip-alists):
5650 * textmodes/fill.el (adaptive-fill-first-line-regexp):
5651 (adaptive-fill-regexp):
5652 * textmodes/dns-mode.el (auto-mode-alist):
5653 * progmodes/python.el (interpreter-mode-alist):
5654 * progmodes/etags.el (tags-compression-info-list):
5655 * progmodes/etags.el (tags-file-name):
5656 * net/browse-url.el (browse-url-galeon-program)
5657 (browse-url-firefox-program):
5658 * mail/sendmail.el (mail-signature-file)
5659 (mail-citation-prefix-regexp):
5660 * international/mule-conf.el (eight-bit):
5661 * international/latexenc.el (latex-inputenc-coding-alist):
5662 * international/fontset.el (x-pixel-size-width-font-regexp):
5663 * emacs-lisp/warnings.el (warning-type-format):
5664 * emacs-lisp/trace.el (trace-buffer):
5665 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5666 (emacs-lisp-mode-map):
5667 * calendar/holidays.el (holiday-solar-holidays)
5668 (holiday-bahai-holidays, holiday-islamic-holidays)
5669 (holiday-christian-holidays, holiday-hebrew-holidays)
5670 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5671 (hebrew-holidays-1, holiday-oriental-holidays)
5672 (holiday-general-holidays):
5673 * x-dnd.el (x-dnd-known-types):
5674 * tool-bar.el (tool-bar):
5675 * startup.el (site-run-file):
5676 * shell.el (shell-dumb-shell-regexp):
5677 * rfn-eshadow.el (file-name-shadow-tty-properties)
5678 (file-name-shadow-properties):
5679 * paths.el (remote-shell-program, news-directory):
5680 * mouse.el ([C-down-mouse-3]):
5681 * menu-bar.el (menu-bar-tools-menu):
5682 * jka-cmpr-hook.el (jka-compr-load-suffixes)
5683 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5684 (jka-compr-compression-info-list):
5685 * isearch.el (search-whitespace-regexp):
5686 * image-file.el (image-file-name-extensions):
5687 * find-dired.el (find-ls-option):
5688 * files.el (directory-listing-before-filename-regexp)
5689 (directory-free-space-args, insert-directory-program)
5690 (list-directory-brief-switches, magic-fallback-mode-alist)
5691 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5692 (automount-dir-prefix):
5693 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5694 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5695 (face-font-registry-alternatives, face-font-registry-alternatives)
5696 (face-font-family-alternatives):
5697 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5698 (facemenu-foreground-menu, facemenu-face-menu):
5699 * epa-hook.el (epa-file-name-regexp):
5700 * dnd.el (dnd-protocol-alist):
5701 * textmodes/rst.el (auto-mode-alist):
a51203ee 5702 * button.el (default-button): Purecopy strings.
1e8780b1 5703
0adae11f
GM
57042009-11-06 Glenn Morris <rgm@gnu.org>
5705
5706 * Makefile.in (ELCFILES): Update.
5707
2adaf057
SM
57082009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5709
8f72f03c
SM
5710 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5711 * emacs-lisp/levents.el: Move to obsolete/levents.el.
5712
2adaf057
SM
5713 * nxml/xsd-regexp.el (xsdre-gen-categories):
5714 * nxml/xmltok.el (xmltok-parse-entity):
5715 * nxml/rng-parse.el (rng-parse-validate-file):
5716 * nxml/rng-maint.el (rng-format-manual)
5717 (rng-manual-output-force-new-line):
5718 * nxml/rng-loc.el (rng-save-schema-location-1):
5719 * nxml/rng-cmpct.el (rng-c-parse-file):
5720 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5721 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5722
14862301
SM
57232009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
5724
bf0b361c 5725 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
5726 Remove extra save-excursions and make-variable-buffer-local's.
5727 Suggested by Stefan Monnier.
5728
5729 (verilog-getopt-file, verilog-module-inside-filename-p)
5730 (verilog-set-define): Merge GNU 1.35 and repair changes from
5731 switching to using with-current-buffer.
5732
5733 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5734 being treated as a number and confusing AUTORESET.
5735 Reported by Dan Dever.
5736
5737 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5738 Add verilog-auto-ignore-concat to fix backward compatibility with
5739 older verilog-modes. Reported by Dan Katz.
5740
5741 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5742 containing closing anchors "...$".
5743
5744 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5745 Reported by Wade Smith.
5746
48c2d18a 5747 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
5748
57492009-11-05 Michael McNamara <mac@mail.brushroad.com>
5750
bf0b361c
JB
5751 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5752 for labels.
14862301
SM
5753
5754 (verilog-label-re, verilog-calc-1): Support proper indent of named
5755 asserts.
5756
5757 (verilog-backward-token, verilog-basic-complete-re)
5758 (verilog-beg-of-statement, verilog-indent-re): Support proper
5759 indent of the assert statement at the beginning of a block of text.
5760
5761 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5762 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5763 tokens as begins.
5764
4f8f657f
GM
57652009-11-05 Glenn Morris <rgm@gnu.org>
5766
775adc51
GM
5767 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5768 Emacs 19. (Bug#1531)
5769 (byte-compile-fix-header): Update for the above change.
5770 Drop test for epoch::version.
5771
4ad6a5e7 5772 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
5773 * cus-dep.el (custom-make-dependencies):
5774 * finder.el (finder-compile-keywords):
5775 Use autoload-rubric's feature argument.
4ad6a5e7 5776
4f8f657f
GM
5777 * calendar/diary-lib.el (top-level): Make load behave more like require.
5778
881e4184
GM
5779 * vc-git.el (vc-git-stash-map): Move definition before use.
5780
ba214964 57812009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 5782
b6f8ba09
DN
5783 * custom.el (custom-declare-group): Purecopy standard-value.
5784 (custom-declare-group): Purecopy custom-prefix.
5785
7fdbcd83
SM
5786 * international/mule.el (load-with-code-conversion):
5787 Call do-after-load-evaluation unconditionally.
eb6f577b 5788
f6195dfb
DN
5789 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5790
56f14120
SM
57912009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5792
5793 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5794
e5c89ce9
GM
57952009-11-04 Glenn Morris <rgm@gnu.org>
5796
5797 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5798 (byte-compile-compatibility): Remove option.
5799 (byte-compile-close-variables, byte-compile-fix-header)
5800 (byte-compile-insert-header, byte-compile-output-docform)
5801 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5802 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5803 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5804 (byte-compile-insert, byte-compile-defun):
5805 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
5806 (byte-defop-compiler19): Remove.
5807 Without byte-compile-compatibility, the 'emacs19-opcode property is not
5808 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 5809
e24f42ab
JL
58102009-11-04 Juri Linkov <juri@jurta.org>
5811
5812 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5813 (menu-bar-options-menu): Don't quote the `prop' arg of
5814 `menu-bar-make-mm-toggle'.
5815
d3d5f4f5
JB
58162009-11-04 Juanma Barranquero <lekktu@gmail.com>
5817
5818 * calendar/calendar.el (cal-loaddefs):
5819 * calendar/diary-lib.el (diary-loaddefs):
5820 * calendar/holidays.el (hol-loaddefs):
5821 * eshell/esh-module.el (esh-groups): Load rather than require.
5822
6e39d3b2
SM
58232009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5824
e96d62cd
SM
5825 * calendar/todo-mode.el (todo-add-category): Don't hardcode
5826 point-min==1.
7e83e8b4
SM
5827 (todo-top-priorities): Only display-buffer when called interactively.
5828 (todo-item-start): Don't save excursion point.
5829 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
5830 (todo-insert-item-here, todo-file-item, todo-remove-item):
5831 Adjust uses of todo-item-start and todo-item-end.
5832
fae4e5b9
SM
5833 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5834 (autoload-rubric): Don't use any more.
fae4e5b9 5835
6e39d3b2
SM
5836 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5837 and only put a prop if it is non-nil.
5838
c9753fb4
JL
58392009-11-03 Juri Linkov <juri@jurta.org>
5840
5841 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5842 (menu-bar-options-menu): Fix list quoting (Bug#4429).
5843
5844 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5845 and "Menu" to make top-level menu item visually one unit (like
5846 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5847 multi-word menu items). Fix :help string for quit-window.
5848
db04f33f
GM
58492009-11-03 Glenn Morris <rgm@gnu.org>
5850
2aea6521
GM
5851 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5852 (byte-compile-file-form-define-abbrev-table)
5853 (byte-compile-file-form-custom-declare-variable)
5854 (byte-compile-variable-ref, byte-compile-defvar):
5855 Whether or not a warning is enabled should only affect whether we issue
5856 the warning, not whether or not we collect the relevant data.
5857 Eg warnings can be turned on and off throughout the course of a file.
5858
db04f33f
GM
5859 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5860 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5861
937e6a56
SM
58622009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5863
5864 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5865 * play/mpuz.el (mpuz-create-buffer):
5866 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5867 (lm-print-y,s,noise, lm-print-w0, lm-init):
5868 * play/gomoku.el (gomoku-prompt-for-move):
5869 * play/fortune.el (fortune-in-buffer):
5870 * play/dissociate.el (dissociated-press):
5871 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 5872 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
5873 * mail/supercite.el (sc-eref-show):
5874 * mail/smtpmail.el (smtpmail-send-it):
5875 * mail/rmailsum.el (rmail-summary-next-labeled-message)
5876 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5877 (rmail-summary-undelete-many, rmail-summary-rmail-update)
5878 (rmail-summary-goto-msg, rmail-summary-expunge)
5879 (rmail-summary-get-new-mail, rmail-summary-search-backward)
5880 (rmail-summary-add-label, rmail-summary-output-menu)
5881 (rmail-summary-output-body):
5882 * mail/rfc822.el (rfc822-addresses):
5883 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5884 * mail/mailpost.el (post-mail-send-it):
5885 * mail/hashcash.el (hashcash-generate-payment):
5886 * mail/feedmail.el (feedmail-run-the-queue)
5887 (feedmail-queue-send-edit-prompt-help-first)
5888 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5889 (feedmail-deduce-address-list):
5890 * eshell/esh-ext.el (eshell-remote-command):
5891 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5892 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5893 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5894 (viper-save-string-in-file, viper-valid-marker):
5895 * emulation/viper-keym.el (viper-toggle-key):
5896 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5897 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5898 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5899 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5900 (viper-exec-form-in-emacs, viper-brac-function):
5901 * emulation/viper.el (viper-delocalize-var):
5902 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5903 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5904 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5905 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5906 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5907 * emulation/edt.el (edt-electric-helpify):
5908 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5909 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5910 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5911 (cua-indent-to-global-mark-column):
5912 * calendar/diary-lib.el (calendar-mark-1):
5913 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5914 Use with-current-buffer.
5915 * emulation/viper.el (viper-delocalize-var): Use dolist.
5916
5b955562
CY
59172009-11-03 Chong Yidong <cyd@stupidchicken.com>
5918
5919 * comint.el (comint-replace-by-expanded-history-before-point):
5920 Replace !! with the previous input string literally (Bug#1795).
5921
6292c599
JB
59222009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
5923
5924 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5925 to be made up of whitespace.
5926
8368c14e
CY
59272009-11-02 Chong Yidong <cyd@stupidchicken.com>
5928
5929 * minibuffer.el (read-file-name): Don't use file dialogs for
5930 remote directories (Bug#99).
5931
6f750f0d
CY
59322009-11-01 Chong Yidong <cyd@stupidchicken.com>
5933
5934 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5935
97ab3f47
AS
59362009-11-01 Andreas Schwab <schwab@linux-m68k.org>
5937
5938 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5939 instead of deleting the window or frame.
5940
673c1168
CY
59412009-10-31 Chong Yidong <cyd@stupidchicken.com>
5942
5943 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5944 Support face colors.
5945
937e6a56
SM
5946 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5947 New function. Support face colors (Bug#1168).
673c1168
CY
5948 (tex-common-initialization): Use it.
5949
5950 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5951 mode allows it (Bug#1168).
5952
c9349f0a
CY
59532009-10-31 Juri Linkov <juri@jurta.org>
5954
5955 * facemenu.el (list-colors-display): Don't mark buffer as
5956 modified (Bug#3948).
5957
ebf5c4f5
CY
59582009-10-31 Chong Yidong <cyd@stupidchicken.com>
5959
5c2dce75
CY
5960 * international/mule-diag.el (list-character-sets-1): Minor
5961 message fix (Bug#3526).
5962
26581f0e
CY
5963 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5964 face property (Bug#4834).
5965 (etags-list-tags, etags-tags-apropos-additional)
5966 (etags-tags-apropos, tags-select-tags-table): Add follow-link
5967 property.
5968
ebf5c4f5
CY
5969 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5970 items.
5971
9a529312
SM
59722009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5973
5974 * textmodes/two-column.el (2C-split):
5975 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5976 * textmodes/tex-mode.el (tex-set-buffer-directory):
5977 * textmodes/spell.el (spell-region, spell-string):
5978 * textmodes/reftex.el (reftex-erase-buffer):
5979 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5980 * textmodes/reftex-toc.el (reftex-toc-promote-action):
5981 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5982 (reftex-select-item):
5983 * textmodes/reftex-ref.el (reftex-label-info-update)
5984 (reftex-offer-label-menu):
5985 * textmodes/reftex-index.el (reftex-index-change-entry)
5986 (reftex-index-phrases-info):
5987 * textmodes/reftex-global.el (reftex-create-tags-file)
5988 (reftex-save-all-document-buffers, reftex-ensure-write-access):
5989 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5990 (reftex-view-crossref-from-bibtex):
5991 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5992 (reftex-extract-bib-entries-from-thebibliography)
5993 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5994 * textmodes/refbib.el (r2b-capitalize-title):
5995 (r2b-convert-buffer, r2b-help):
5996 * textmodes/page-ext.el (pages-directory)
5997 (pages-directory-goto-with-mouse):
5998 * textmodes/bibtex.el (bibtex-validate-globally):
5999 * textmodes/bib-mode.el (bib-capitalize-title):
6000 * textmodes/artist.el (artist-clear-buffer, artist-system):
6001 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6002 (local-set-scheme-interaction-buffer, xscheme-process-filter)
6003 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6004 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6005 (xscheme-send-control-g-interrupt, xscheme-start-process)
6006 (xscheme-process-sentinel, xscheme-cd):
6007 * progmodes/verilog-mode.el (verilog-read-always-signals)
6008 (verilog-set-define, verilog-getopt-file)
6009 (verilog-module-inside-filename-p):
6010 * progmodes/sh-script.el:
6011 * progmodes/python.el (python-pdbtrack-get-source-buffer)
6012 (python-pdbtrack-grub-for-buffer, python-execute-file):
6013 * progmodes/octave-inf.el (inferior-octave):
6014 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6015 (idlwave-shell-compile-helper-routines, idlwave-set-local)
6016 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6017 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6018 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6019 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6020 (idlwave-shell-filter, idlwave-shell-examine-highlight)
6021 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6022 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6023 (idlwave-shell-examine-display, idlwave-shell-run-region)
6024 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6025 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6026 * progmodes/idlw-help.el (idlwave-help-get-special-help)
6027 (idlwave-help-get-help-buffer):
6028 * progmodes/gud.el (gud-basic-call, gud-find-class)
6029 (gud-tooltip-activate-mouse-motions-if-enabled):
6030 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6031 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6032 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6033 (ebrowse-tags-next-file):
6034 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6035 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6036 (ebnf-eps-finish-and-write):
6037 * progmodes/cpp.el (cpp-edit-save):
6038 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6039 * progmodes/cc-defs.el (c-emacs-features):
6040 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6041 (antlr-directory-dependencies):
6042 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6043 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6044 (ada-find-any-references, ada-make-filename-from-adaname)
6045 (ada-make-body-gnatstub):
6046 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 6047 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
6048 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6049 * net/rcirc.el (rcirc-debug):
6050 * net/newst-treeview.el (newsticker--treeview-list-add-item)
6051 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6052 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6053 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 6054 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
6055 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6056 (newsticker--treeview-list-clear-highlight)
6057 (newsticker--treeview-list-update-highlight)
6058 (newsticker--treeview-list-highlight-start)
6059 (newsticker--treeview-tree-update-highlight)
6060 (newsticker--treeview-get-selected-item)
6061 (newsticker-treeview-mark-list-items-old)
6062 (newsticker--treeview-set-current-node):
6063 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6064 * net/newst-backend.el (newsticker--get-news-by-funcall)
6065 (newsticker--get-news-by-wget, newsticker--image-get)
6066 (newsticker--image-sentinel):
6067 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6068 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6069 (eudc-ph-close-session):
6070 * net/eudc.el (eudc-save-options):
6071 * language/thai-word.el (thai-update-word-table):
6072 * language/japan-util.el (japanese-string-conversion):
6073 * international/titdic-cnv.el (tsang-quick-converter)
6074 (ziranma-converter, ctlau-converter):
6075 * international/mule-cmds.el (describe-language-environment):
6076 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6077 (skkdic-convert-postfix, skkdic-convert-prefix):
6078 (skkdic-convert-okuri-nasi, skkdic-convert):
6079 * emacs-lisp/re-builder.el (reb-update-overlays):
6080 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6081 * emacs-lisp/gulp.el (gulp-send-requests):
6082 * emacs-lisp/find-gc.el (trace-call-tree):
6083 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6084 (eieio-describe-generic):
6085 * emacs-lisp/eieio-base.el (eieio-persistent-read):
6086 * emacs-lisp/edebug.el (edebug-outside-excursion):
6087 * emacs-lisp/debug.el (debugger-make-xrefs):
6088 * emacs-lisp/cust-print.el (custom-prin1-to-string):
6089 * emacs-lisp/chart.el (chart-new-buffer):
6090 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6091 Use with-current-buffer.
6092 * textmodes/artist.el (artist-system): Don't call
6093 copy-sequence on a fresh string.
6094 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6095
d566f228
GM
60962009-10-31 Stephen Berman <stephen.berman@gmx.net>
6097
6098 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 6099 is no item to edit. (Bug#4820)
d566f228 6100 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 6101 buffer. (Bug#4820)
d566f228 6102
f3628edd
GM
61032009-10-31 Glenn Morris <rgm@gnu.org>
6104
5cf3709c
GM
6105 * net/ange-ftp.el (top-level): Don't require dired when compiling.
6106 (comint-last-output-start, comint-last-input-start)
6107 (comint-last-input-end): Don't defvar when compiling.
6108 (ange-ftp-process-file): Use bound-and-true-p.
6109
4c814fd2
GM
6110 * pcmpl-rpm.el (top-level): Move provide statement to end.
6111 (pcmpl-rpm): Remove unused custom group.
6112
113b8dcc
GM
6113 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6114
31c615e4
GM
6115 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6116
416d3588
GM
6117 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6118 (byte-compile-warnings): Add `constants' as an option.
6119 (byte-compile-callargs-warn, byte-compile-arglist-warn)
6120 (display-call-tree): Update for byte-compile-fdefinition possibly
6121 returning `(macro lambda ...)'. (Bug#4778)
6122 (byte-compile-variable-ref, byte-compile-setq-default):
6123 Respect `constants' member of byte-compile-warnings.
6124
00f71f39
SM
61252009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6126
6127 * vc-bzr.el (vc-bzr-revision-keywords): New var.
6128 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6129 to "submit:".
6130
ca0a881a
DN
61312009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6132
6133 * textmodes/ispell.el (ispell-skip-region-alist):
6134 * international/mule-conf.el (eight-bit):
6135 * international/fontset.el (font-encoding-alist):
6136 * startup.el (pure-space-overflow-message):
6137 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6138 * paths.el (gnus-nntp-service, rmail-spool-directory)
6139 (term-file-prefix):
6140 * files.el (save-some-buffers-action-alist):
6141 * cmuscheme.el (same-window-buffer-names):
6142 * ielm.el (same-window-buffer-names):
6143 * shell.el (same-window-buffer-names):
6144 * mail/sendmail.el (same-window-buffer-names):
6145 * progmodes/inf-lisp.el (same-window-buffer-names):
6146 * bindings.el (mode-line-client)
6147 (mode-line-column-line-number-mode-map):
6148 * language/tibetan.el (tibetan-precomposition-rule-regexp)
6149 (tibetan-precomposed-regexp): Purecopy string arguments.
6150
b861e45e
SM
61512009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6152
6df9b6d7
SM
6153 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6154 (calcDigit-nondigit):
6155 * calc/calc-yank.el (calc-copy-to-buffer):
6156 * calc/calc-units.el (calc-invalidate-units-table):
6157 * calc/calc-trail.el (calc-trail-yank):
6158 * calc/calc-store.el (calc-insert-variables):
6159 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6160 * calc/calc-prog.el (calc-read-parse-table):
6161 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6162 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6163 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6164 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6165 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6166 (calc-graph-name, calc-graph-find-command, calc-graph-view)
6167 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6168 * calc/calc-ext.el (calc-realign):
6169 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6170 (calc-embedded-finish-edit, calc-embedded-make-info)
6171 (calc-embedded-finish-command, calc-embedded-stack-change):
6172 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6173
70f44c65
SM
6174 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6175 shell-dynamic-complete-filename in preference to
6176 comint-dynamic-complete-filename.
6177
b861e45e
SM
6178 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6179 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6180 Don't consider whether the display supports colors.
6181 (bookmark-import-new-list): Use dolist.
6182 (bookmark-bmenu-mode-map): Move initialization into declaration.
6183 (bookmark-bmenu-list): Use dolist, simplify.
6184 (bookmark-show-all-annotations): Use save-selected-window and dolist.
6185 (menu-bar-final-items): Use push.
6186
8549241d 61872009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
6188
6189 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6190 it works on remote files.
6191 (vc-hg-diff): Don't pass any `--cwd' argument.
6192
30644573
KR
61932009-10-27 Kevin Ryde <user42@zip.com.au>
6194
cc63d28f
SM
6195 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6196 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
6197 (Further to Bug#3921).
6198
9be01a63
MA
61992009-10-27 Michael Albinus <michael.albinus@gmx.de>
6200
6201 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6202 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6203 calling `tramp-imap-put-file'. Add file size to the call.
6204 (tramp-imap-get-file-entries): Compute also user name, file size,
6205 and date.
6206 (tramp-imap-handle-insert-directory): Insert uid and gid.
6207 (tramp-imap-handle-file-attributes): Transform uid and gid
6208 according to `id-format'.
6209 (tramp-imap-put-file): New optional parameter SIZE. Encode file
6210 size in header X-Size.
6211
41849bf9
JB
62122009-10-26 Juanma Barranquero <lekktu@gmail.com>
6213
6214 * simple.el (transpose-subr): Give clearer error when the mark
6215 is not set. (Bug#4807)
6216
293c24f9
MA
62172009-10-26 Michael Albinus <michael.albinus@gmx.de>
6218
cc63d28f
SM
6219 * net/tramp.el (tramp-perl-file-truename): New defconst.
6220 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 6221 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
6222 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6223 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 6224
cc63d28f
SM
6225 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6226 Ignore `dired-call-process'.
293c24f9
MA
6227 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6228
62292009-10-26 Julian Scheid <julians37@gmail.com>
6230
cc63d28f 6231 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
6232 (tramp-get-remote-readlink): New defun.
6233 (tramp-handle-file-truename): Use it.
6234 (tramp-handle-file-exists-p): Check file-attributes cache, assume
6235 file exists if cache value present.
48c2d18a 6236 (tramp-check-cached-permissions): New defun.
293c24f9
MA
6237 (tramp-handle-file-readable-p): Use it.
6238 (tramp-handle-file-writable-p): Likewise.
6239 (tramp-handle-file-executable-p): Likewise.
6240 (tramp-handle-file-name-all-completions): Try using Perl to get
6241 partial completions. When perl not available, combine `cd' and
6242 `ls' into single remote operation and use shell expansion to get
6243 partial remote directory contents. Set `file-exists-p' cache for
6244 directory and any files returned by ls. Change cache handling to
6245 support partial directory contents. Use error message emitted by
6246 remote `cd' or Perl code for local tramp-error.
6247 (tramp-do-copy-or-rename-file-directly): Avoid separate
6248 tramp-send-command-and-check call.
cc63d28f
SM
6249 (tramp-handle-process-file): Merge three remote ops into one.
6250 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
6251 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6252 file-attributes shows uid/gid to be set already.
6253
a7610c52
DN
62542009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6255
6256 * textmodes/tex-mode.el (tex-dvi-view-command)
6257 (tex-show-queue-command, tex-open-quote):
6258 * progmodes/ruby-mode.el (auto-mode-alist)
6259 (interpreter-mode-alist): Purecopy strings.
6260
6261 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6262
6263 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6264 string for the hook, keymap and abbrev table.
6265
6266 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6267
6268 * x-dnd.el (x-dnd-xdnd-to-action):
6269 * startup.el (fancy-startup-text, fancy-about-text): Change to
6270 defconst from defvar.
6271
6272 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6273
6274 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6275 Purecopy initialization strings.
6276
6277 * mail/sendmail.el (mail-header-separator)
6278 (mail-personal-alias-file):
6279 * mail/rmail.el (rmail-default-dont-reply-to-names)
6280 (rmail-ignored-headers, rmail-retry-ignored-headers)
6281 (rmail-highlighted-headers, rmail-secondary-file-directory)
6282 (rmail-secondary-file-regexp):
6283 * files.el (null-device, file-name-invalid-regexp)
6284 (locate-dominating-stop-dir-regexp)
cc63d28f 6285 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
6286 (interpreter-mode-alist): Use mapcar instead of mapc.
6287
6288 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6289
6290 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6291 (completion-ignored-extensions):
6292 (debug-ignored-errors): Purecopy strings.
6293
4fcc3d32
SM
62942009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6295
0667de21
SM
6296 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6297 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6298 (pcomplete--here): Use push.
6299
4fcc3d32
SM
6300 * subr.el (all-completions): Declare the 4th arg obsolete.
6301
955ef430
SM
63022009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6303
2d085307
SM
6304 * pcomplete.el (pcomplete-unquote-argument-function): New var.
6305 (pcomplete-unquote-argument): New function.
6306 (pcomplete--common-suffix): Always pay attention to case.
6307 (pcomplete--table-subvert): Quote and unquote the text.
6308 (pcomplete--common-quoted-suffix): New function.
6309 (pcomplete-std-complete): Use it and pcomplete-begin.
6310
955ef430
SM
6311 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6312 we're inside a dedicated or minibuffer window.
6313
7c85c02b
KF
63142009-10-24 Karl Fogel <kfogel@red-bean.com>
6315
6316 * bookmark.el: Update documentation, especially documentation
6317 of `bookmark-alist' and of the bookmark file format.
6318 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
6319
3e8ae8a6
CY
63202009-10-24 Chong Yidong <cyd@stupidchicken.com>
6321
3e425845
CY
6322 * mail/emacsbug.el (report-emacs-bug): Clarify that the
6323 keybindings apply to the mail buffer (Bug#4003). Shrink help
6324 window to buffer.
6325
cdd47d48
CY
6326 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6327 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
6328 (whitespace-toggle-options, global-whitespace-toggle-options):
6329 Doc fix (Bug#3660).
cdd47d48 6330
ba07c9ad
CY
6331 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6332 of xmltok-start before the end tag was inserted (Bug#2840).
6333
3e8ae8a6
CY
6334 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6335 patterns that are preceded by an open-paren (Bug#1320).
6336
ab276820
CY
63372009-10-24 Sven Joachim <svenjoac@gmx.de>
6338
6339 * files.el (delete-directory): Delete symlinks to directories with
6340 delete-file (Bug#4739).
6341
905a9ed3
DN
63422009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6343
a9a2a6db
DN
6344 * vc.el (vc-backend-for-registration): Rename from
6345 vc-get-backend-for-registration. Update callers.
6346
cc63d28f
SM
6347 * international/mule-cmds.el (set-language-info-alist):
6348 Purecopy lang-env.
905a9ed3
DN
6349 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6350 (charset): Purecopy the name.
6351 (define-char-code-property): Purecopy string arguments.
6352
6353 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6354 Purecopy string arguments.
6355
6356 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6357 * ediff-hook.el (menu-bar-ediff-menu):
6358 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6359 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6360
d270305a
GM
63612009-10-24 Glenn Morris <rgm@gnu.org>
6362
6c74d523 6363 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
6364 * term.el (term-dynamic-list-completions): Use choose-completion rather
6365 than obsolete alias mouse-choose-completion.
6366
ae732337
GM
6367 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6368 file-cache-choose-completion.
6369 (file-cache-choose-completion): Handle an optional event argument.
6370 (file-cache-mouse-choose-completion): Make it an obsolete alias.
6371
cc63d28f
SM
6372 * progmodes/octave-mod.el (octave-complete-symbol):
6373 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 6374
9847dc91
GM
6375 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6376 use.
6377
e8f2a5d5
GM
6378 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6379 compiler.
6380
d270305a
GM
6381 * vc-hooks.el (vc-responsible-backend): Fix declaration.
6382
c6432f1e
SM
63832009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6384
6385 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6386 Ignore `pred' now that we receive one.
6387 Handle test-completion specially.
6388
6ab196f9
DN
63892009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6390
6391 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 6392 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
6393 REGISTER ...
6394 (vc-get-backend-for-registration): ... here. New function.
6395 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6396 of vc-responsible-backend, pass the file name instead of the
6397 directory name.
6398
48feed59
SM
63992009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6400
6401 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6402 New funs.
6403 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
6404 (pcomplete-comint-setup): Don't modify a global var via
6405 accidental side-effects.
6406 (pcomplete-shell-setup): Adjust call accordingly.
6407 (pcomplete-parse-comint-arguments): Use push.
6408
00006066
CY
64092009-10-23 Chong Yidong <cyd@stupidchicken.com>
6410
36bfa3af
CY
6411 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6412 Allow uncapitalized info node names (Bug#3921).
6413
00006066
CY
6414 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6415 to the DEBUG file (Bug#3781).
6416
aa311d6e
CY
64172009-10-23 Jari Aalto <jari.aalto@cante.net>
6418
6419 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6420 dictionary entry (Bug#4579).
6421
b88f2d0a
MA
64222009-10-23 Michael Albinus <michael.albinus@gmx.de>
6423
6424 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6425 from `rfn-eshadow-update-overlay-hook' when unloading.
6426 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6427 "rsyncc". Adjust doc string.
48c2d18a 6428 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
6429 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6430 Keep temporary file when indicated by method ("rsync" and
6431 "rsyncc").
6432 (tramp-handle-write-region): Handle APPEND.
6433 (tramp-delete-temp-file-function): New defun. Added to
6434 `kill-buffer-hook'.
6435
1becddbb
JB
64362009-10-23 Juanma Barranquero <lekktu@gmail.com>
6437
6438 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6439
8f43cbf3
DN
64402009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6441
6442 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6443 (color-name-rgb-alist, tty-standard-colors)
6444 (tty-color-mode-alist): Change to defconst.
6445
6446 * simple.el (mark-inactive): Purecopy message.
6447
6448 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6449 (global-map, yank-menu):
6450 * textmodes/ispell.el (ispell-menu-map):
6451 * net/eudc.el (eudc-tools-menu):
6452 * international/mule-cmds.el (describe-language-environment-map)
6453 (setup-language-environment-map, set-coding-system-map)
6454 (mule-menu-keymap):
6455 * vc-hooks.el (vc-menu-entry, vc-menu-map):
6456 * replace.el (occur-mode-map):
6457 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6458
1d228a31
JB
64592009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
6460
6461 * calc/calc.el (math-read-number, math-read-number-simple): Use
6462 `save-match-data'.
6463
3b067af1
SM
64642009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6465
28a90c44
SM
6466 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6467 rather than fiddling with global-map bindings, since it should only
6468 affect per-terminal settings.
6469 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6470
a452eee8
SM
6471 * minibuffer.el (completion-table-with-terminator): Allow to specify
6472 the terminator-regexp.
6473
ab14d7d5
SM
6474 * simple.el (switch-to-completions): Look for *Completions* in other
6475 frames as well.
6476
3b067af1
SM
6477 * pcomplete.el: Allow the use of completion-tables.
6478 (pcomplete-std-complete): New command.
6479 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6480 (pcomplete--here): Use a function for `form' rather than an expression,
6481 so it can be byte-compiled.
6482 (pcomplete-here, pcomplete-here*): Adjust accordingly.
6483 Add edebug declaration.
6484 (pcomplete-show-completions): Remove unused var `curbuf'.
6485 (pcomplete-do-complete, pcomplete-stub):
1becddbb 6486 Don't assume `completions' is a list of strings any more.
3b067af1 6487
5480359e
JB
64882009-10-22 Juanma Barranquero <lekktu@gmail.com>
6489
6490 * find-dired.el (find-name-arg): Fix typo in docstring.
6491
3170b794
SM
64922009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6493
48c23a25
SM
6494 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6495 (pcmpl-linux-fs-types): Same, and update to new modules layout.
6496
56b14058
SM
6497 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6498 pcomplete-entries.
6499
3170b794
SM
6500 * comint.el (comint-read-input-ring, comint-write-input-ring)
6501 (comint-substitute-in-file-name)
6502 (comint-dynamic-complete-as-filename)
6503 (comint-dynamic-simple-complete)
6504 (comint-dynamic-list-filename-completions)
6505 (comint-dynamic-list-completions)
6506 (comint-redirect-results-list-from-process): Minor simplifications.
6507
2affef34
KR
65082009-10-21 Kevin Ryde <user42@zip.com.au>
6509
3170b794
SM
6510 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6511 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 6512 the first form. And insert a blank line after ";;; Code" since
d8194864 6513 that's usual style. (Bug#4612)
2affef34 6514
e7b94bbb
KR
6515 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6516
528c56e2
SM
65172009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6518
6519 * minibuffer.el (completion-table-with-terminator): Properly implement
6520 boundaries, in case `terminator' appears in the suffix.
6521 (completion--embedded-envvar-table): Don't return boundaries if
6522 there's no valid completion. Simplify.
6523 (completion-file-name-table): New completion table extracted from
6524 completion--file-name-table.
6525 (completion--file-name-table): Use it.
6526 (read-file-name-predicate): Declare obsolete.
6527 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6528 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6529 completion-file-name-table, and use the `pred' argument.
6530 * files.el (locate-file-completion-table): Use the `pred' arg rather
6531 than read-file-name-predicate.
6532 (abbreviate-file-name): Use \` rather than ^ for BOS.
6533
f9ed9b4f
DN
65342009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6535
6536 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6537 vc-responsible-backend to register, it causes problems.
6538
5f2022a3
SM
65392009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6540
6541 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6542
fc754ea1
MA
65432009-10-21 Michael Albinus <michael.albinus@gmx.de>
6544
6545 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6546 (tramp-smb-handle-file-attributes): Use it.
6547 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6548 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
6549 `mapcar'. Use `tramp-smb-get-stat-capability'.
6550 Add `dired-filename' text properties.
fc754ea1
MA
6551 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6552 (tramp-smb-maybe-open-connection): Simplify check for smbclient
6553 version.
6554
79bd5ba1
SM
65552009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6556
6557 * subr.el (read-key-delay): Reduce to 0.01.
6558 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6559 (bug#4751).
6560
3c13704d
SM
65612009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6562
554efd10
SM
6563 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6564
c2a37b78
SM
6565 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6566 (Info-menu): Remove unused vars `last' and `completions'.
6567 (Info-index-nodes): Remove unused var `node'.
6568
3c13704d
SM
6569 * info.el (Info-complete-menu-item): Use complete-with-action.
6570
d1e4c403
DN
65712009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6572
6573 Make vc-annotate work through copies and renames.
3c13704d
SM
6574 * vc-annotate.el (vc-annotate-extract-revision-at-line):
6575 Return the file name too.
d1e4c403
DN
6576 (vc-annotate-revision-at-line)
6577 (vc-annotate-find-revision-at-line)
6578 (vc-annotate-revision-previous-to-line)
6579 (vc-annotate-show-log-revision-at-line): Update to get the file
6580 name from vc-annotate-extract-revision-at-line.
6581 (vc-annotate-show-diff-revision-at-line-internal): Change the
6582 argument to mean whether to show a file diff or not. Get the file
6583 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
6584 (vc-annotate-show-diff-revision-at-line):
6585 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
6586 (vc-annotate-warp-revision): Add an optional file argument.
6587
6588 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6589 (vc-git-annotate-extract-revision-at-line): Also return the file
6590 name if found.
6591
6592 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6593 command. Remove unused code.
6594 (vc-hg-annotate-re): Update to match --follow output.
6595 (vc-hg-annotate-extract-revision-at-line): Also return the file
6596 name if found.
6597
6598 * vc.el: Update annotate-extract-revision-at-line documentation.
6599
b0b0ef98
KR
66002009-10-18 Kevin Ryde <user42@zip.com.au>
6601
6602 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6603 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6604
a9e7f03d
KR
6605 * net/browse-url.el (browse-url): Identify alist with "consp and
6606 not functionp" and let all other things go down the `apply' leg,
6607 as suggested by Stefan. (Further to bug#4531.)
6608
7346a407
CY
66092009-10-18 Chong Yidong <cyd@stupidchicken.com>
6610
6611 * minibuffer.el (read-file-name): Check for repeat before putting
6612 a default argument in file-name-history (Bug#4657).
6613
6614 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6615 read syntax (Bug#4737).
6616
3c13704d 6617 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 6618
1da94541
CY
66192009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6620
6621 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6622 (html-tag-alist, html-tag-help): Add descriptions for undocumented
6623 entries and make note of obsolete tags.
6624
2b93080a
SM
66252009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6626
6627 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6628
18b5ffb5
GM
66292009-10-18 Glenn Morris <rgm@gnu.org>
6630
6631 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6632 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 6633 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
6634 now, and in any case the file header format has changed.
6635
c2e161b2
GM
66362009-10-17 Glenn Morris <rgm@gnu.org>
6637
6638 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6639 (flyspell-get-word, flyspell-large-region)
6640 (flyspell-auto-correct-previous-word): Doc/error message fixes.
6641
a1eb44f5
CY
66422009-10-17 Chong Yidong <cyd@stupidchicken.com>
6643
6644 * Makefile.in (ELCFILES): Add ede/shell.
6645
4418646e
DN
66462009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6647
6648 * term/common-win.el (x-colors): Purecopy it.
6649
4062011e
SM
66502009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6651
6652 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6653 permissive for when the buffer is empty.
6654 (tar-header-block-tokenize): Decode the username and groupname.
6655 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6656
2df48a87
SM
66572009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6658
6659 * international/mule-cmds.el (select-safe-coding-system): If the file
6660 has a coding cookie, use it regardless of any other setting (bug#4712).
6661
fd7dd48c
GM
66622009-10-17 Glenn Morris <rgm@gnu.org>
6663
3ee0b477 6664 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
6665 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6666
2550e4b1
GM
6667 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6668 (dired-keep-marker-copy, dired-keep-marker-hardlink)
6669 (dired-keep-marker-symlink, dired-dwim-target)
6670 (dired-copy-preserve-time): Do not autoload these defcustoms.
6671
fd7dd48c
GM
6672 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6673 messages from messing up the file coding. (Bug#4623)
6674
f3e3a990
GM
66752009-10-17 Jari Aalto <jari.aalto@cante.net>
6676
6677 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6678 if no match is found for the current dictionary. (Bug#4578)
6679
6680 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6681 optional, since that is how it is documented, and this is often called
6682 with a nil argument. (Bug#4577)
6683 (flyspell-external-point-words, flyspell-auto-correct-word)
6684 (flyspell-correct-word-before-point, flyspell-word-search-forward)
6685 (flyspell-word-search-backward): Remove nil argument in calls to
6686 flyspell-get-word, since it is not needed now.
6687
66882009-10-17 Ulrich Mueller <ulm@gentoo.org>
6689
1becddbb 6690 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 6691
b61374ab
GM
66922009-10-16 Glenn Morris <rgm@gnu.org>
6693
6694 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6695
412707c2
SM
66962009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6697
6698 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6699 (ange-ftp-file-size): New function.
6700 (ange-ftp-file-attributes): Use it.
6701
0c6f436e
MA
67022009-10-16 Michael Albinus <michael.albinus@gmx.de>
6703
6704 * net/tramp-smb.el (tramp-smb-version): New defvar.
6705 (tramp-smb-maybe-open-connection): Use it, in order to avoid
6706 repeated checks.
6707
850bfd04
GM
67082009-10-16 Glenn Morris <rgm@gnu.org>
6709
6710 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6711 Maybe copy some custom properties from old to new name. (Bug#4706)
6712
f3ed9aca
JB
67132009-10-16 Juanma Barranquero <lekktu@gmail.com>
6714
6715 * subr.el (error, sit-for, start-process-shell-command)
6716 (start-file-process-shell-command): Set the calling convention
6717 after the function definition.
6718
fd6c5134
SM
67192009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6720
6721 * subr.el (error, sit-for, start-process-shell-command)
6722 (start-file-process-shell-command): Use the new
6723 set-advertised-calling-convention feature.
6724
73874eb7
KH
67252009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
6726
fd6c5134
SM
6727 * international/ucs-normalize.el (ucs-normalize-version):
6728 Change to 1.2.
6729 (check-range): Adjust for Unicode 5.2.
73874eb7 6730
03fb33cf
JL
67312009-10-15 Juri Linkov <juri@jurta.org>
6732
6733 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6734 to the `menu-item' format.
6735
4260b402
MA
67362009-10-15 Michael Albinus <michael.albinus@gmx.de>
6737
6738 * net/tramp.el (tramp-replace-environment-variables): Do not fail
6739 if the environment variable does not exist.
6740
6741 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6742 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6743 parameter.
6744 (tramp-smb-handle-add-name-to-file)
6745 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6746 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6747 (tramp-smb-handle-file-attributes)
6748 (tramp-smb-do-file-attributes-with-stat)
6749 (tramp-smb-handle-file-local-copy)
6750 (tramp-smb-handle-insert-directory)
6751 (tramp-smb-handle-make-directory)
6752 (tramp-smb-handle-make-directory-internal)
6753 (tramp-smb-handle-make-symbolic-link)
6754 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6755 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6756 (tramp-smb-maybe-open-connection): Apply the changed parameters.
6757 (tramp-smb-read-file-entry): Read Disk names in compressed format.
6758 Handle long file names.
6759 (tramp-smb-get-cifs-capabilities): Check, whether the connection
6760 process is running.
6761 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6762 Read share names with "-g" option.
6763
d7a0fd6f
GM
67642009-10-15 Ryan Yeske <rcyeske@gmail.com>
6765
6766 * net/rcirc.el (rcirc-view-log-file): New command.
6767 (rcirc-track-minor-mode-map): Remove C-c ` binding.
6768 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6769 specified.
6770
0b44494a
GM
67712009-10-15 Glenn Morris <rgm@gnu.org>
6772
af9fb32f
GM
6773 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6774 from the second command-line argument.
6775 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6776 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6777 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6778 w32-batch-update-autoloads.
6779 * emacs-lisp/autoload.el (autoload-make-program): New variable.
6780 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6781
0b44494a
GM
6782 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6783 the headers cannot be located. Simplify, subtracting superflous
6784 save-excursions.
6785
d5e63715
SM
67862009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6787
6788 Replace completion-base-size by completion-base-position to fix bugs
6789 such as (bug#4699).
6790 * simple.el (completion-base-position): New var.
6791 (completion-base-size): Mark as obsolete.
6792 (choose-completion): Make it work for mouse events as well.
6793 Pass the new base-position to choose-completion-string.
6794 (choose-completion-guess-base-position): New function, extracted from
6795 choose-completion-delete-max-match.
6796 (choose-completion-delete-max-match): Use it. Make obsolete.
6797 (choose-completion-string): Use the new base-position info.
6798 (completion-root-regexp): Delete.
6799 (completion-setup-function): Preserve completion-base-position.
6800 Eliminate obsolete base-size manipulation.
6801 * minibuffer.el (display-completion-list): Don't mess with base-size.
6802 (minibuffer-completion-help): Set completion-base-position instead.
6803 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6804 choose-completion.
6805 * textmodes/bibtex.el (bibtex-complete):
6806 * emacs-lisp/crm.el (crm--choose-completion-string):
6807 Adjust to new calling convention.
6808 * complete.el (partial-completion-mode): Use minibufferp to avoid
6809 bumping into incompatible change to choose-completion-string-functions.
6810 * ido.el (ido-choose-completion-string): Make its calling convention
6811 more permissive.
6812 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6813 base-size manipulation.
6814 (comint-dynamic-list-input-ring): Use dotimes and push.
6815 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6816 fundamental-mode. Use `or'.
6817
92f8bfc7
JL
68182009-10-14 Juri Linkov <juri@jurta.org>
6819
6820 * misearch.el (multi-isearch-next-buffer-from-list)
6821 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
6822
e78e280d
SM
68232009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6824
384ca163
SM
6825 * Makefile.in (compile-onefile): Load `bytecomp' rather than
6826 `bytecomp.el'.
6827
681e0e7c
SM
6828 * minibuffer.el (completion-pcm--merge-completions): Make sure the
6829 string we return is all made up of text from the completions rather
6830 than part from the completions and part from the input (bug#4219).
6831
e78e280d
SM
6832 * ido.el (ido-everywhere): Use define-minor-mode.
6833
6834 * buff-menu.el (list-buffers, ctl-x-map):
6835 Mark the entry points with ;;;###autoload cookies.
6836
b4e813ca
DN
68372009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6838
52964e54
DN
6839 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6840 correctly in the detached head case.
6841 (vc-git-print-log): Remove unused binding.
6842
b4e813ca
DN
6843 * vc.el (vc-responsible-backend): When a directory is passed for
6844 for registration create a VC repository if no backend is
6845 responsible for the directory argument.
6846 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
6847
6848 * vc.el: Move comments about RCS and SCCS ...
6849 * vc-rcs.el:
6850 * vc-sccs.el: ... here, respectively.
6851
40ba9882
SM
68522009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6853
6854 * minibuffer.el (completion--file-name-table): Return nil if there's
6855 no file completion, even if substitute-in-file-name changed
6856 the string (bug#4708).
6857
04e0f59b
JL
68582009-10-13 Juri Linkov <juri@jurta.org>
6859
6860 * files-x.el (read-file-local-variable-value): Don't filter out
6861 minor modes from mode name completion (bug#4664).
6862
314c8e25
JB
68632009-10-13 Juanma Barranquero <lekktu@gmail.com>
6864
6865 * international/mule-cmds.el (ucs-names): Remove exclusion of
6866 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6867
5c9b7d36
KH
68682009-10-13 Kenichi Handa <handa@m17n.org>
6869
6870 * international/uni-name.el: Regenerated.
6871
1e7a80f2
JB
68722009-10-13 Juanma Barranquero <lekktu@gmail.com>
6873
6874 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
6875 should be automatically buffer-local, but isn't.)
6876
cd29f88b
SS
68772009-10-12 Sam Steingold <sds@gnu.org>
6878
6879 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 6880 timestamps if the buffer has been visited before.
0cd16af4
SS
6881 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6882 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 6883
37493a98
GM
68842009-10-12 Glenn Morris <rgm@gnu.org>
6885
6886 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6887 Let-bind `size'.
6888
3b56b1e6
JB
68892009-10-12 Juanma Barranquero <lekktu@gmail.com>
6890
7422a4bb
JB
6891 * proced.el (proced-unload-function): New function.
6892
fa72d075
JB
6893 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6894 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6895 Doc fix.
6896
3b56b1e6
JB
6897 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6898
4d9b4323
JL
68992009-10-11 Juri Linkov <juri@jurta.org>
6900
6901 * files-x.el (read-file-local-variable-value):
6902 Provide default value only for bound variables (bug#4664).
6903
f6f7e059
MA
69042009-10-11 Michael Albinus <michael.albinus@gmx.de>
6905
6906 * net/tramp.el (tramp-local-host-p): Function shall return nil for
6907 connection methods like smb.
6908
6909 * net/tramp-cache.el (tramp-flush-connection-property): The hash
6910 can be empty.
6911
6912 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6913 (tramp-smb-file-name-handler-alist): Add handlers for
6914 `add-name-to-file', `make-symbolic-link'.
6915 (tramp-smb-handle-add-name-to-file)
2992485f 6916 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
6917 (tramp-smb-handle-make-symbolic-link)
6918 (tramp-smb-get-cifs-capabilities): New defuns.
6919 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6920 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6921 (tramp-smb-handle-file-local-copy)
6922 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
6923 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6924 The file name syntax depends on cifs capabilities.
6925 (tramp-smb-handle-file-attributes):
6926 Call `tramp-smb-do-file-attributes-with-stat' if possible.
6927 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6928 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 6929
67868d26
CY
69302009-10-11 Chong Yidong <cyd@stupidchicken.com>
6931
6932 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6933 (eieio-defclass): Apply deftype handler and setf-method properties
6934 directly.
6935 (eieio-add-new-slot): Avoid union function from cl library.
6936 (eieio--typep): New function.
6937 (eieio-perform-slot-validation): Use it.
6938
6d6a5b7e
KF
69392009-10-10 Karl Fogel <kfogel@red-bean.com>
6940
3b56b1e6 6941 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
6942 Update documentation to refer to the variables documented in r1.135.
6943 (Bug#4188)
6944
67b70de9
KF
69452009-10-10 Karl Fogel <kfogel@red-bean.com>
6946
6947 * bookmark.el (Info-suffix-list): Remove this unused variable.
6948 (bookmark-current-point): Remove this obsolete variable.
6949 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6950 Adjust for removal of bookmark-current-point.
6951
6952 (bookmarks-already-loaded, bookmark-current-buffer)
6953 (bookmark-yank-point): Document. (Bug#4188)
6954
58ae51ae
GM
69552009-10-10 Glenn Morris <rgm@gnu.org>
6956
4619ff5e
GM
6957 * frame.el (frame-height): Doc fix.
6958
58ae51ae
GM
6959 * calendar/calendar.el (calendar-split-width-threshold): New option.
6960 (calendar-basic-setup): Use calendar-split-width-threshold.
6961
d364386c
JB
69622009-10-09 Juanma Barranquero <lekktu@gmail.com>
6963
6964 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6965 Ideographic Supplement" range (U+1F200..U+1F2FF).
6966
33e97a28
KF
69672009-10-09 Karl Fogel <kfogel@red-bean.com>
6968
02d0f051 6969 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 6970 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
6971
69722009-10-09 Karl Fogel <kfogel@red-bean.com>
6973
d364386c 6974 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
6975 (bookmark-bmenu-execute-deletions): Don't save here, as
6976 bookmark-delete will now do so if necessary.
d364386c 6977 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
6978 (Bug#4348)
6979
9656d87b
GM
69802009-10-09 Glenn Morris <rgm@gnu.org>
6981
6982 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6983
e6227f06
KF
69842009-10-09 Karl Fogel <kfogel@red-bean.com>
6985
6986 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6987 (bookmark-jump-other-window): Just invoke bookmark-jump with new
6988 argument now, so the two function's behaviors will match. (Bug#3645)
6989
288f783b
MA
69902009-10-08 Michael Albinus <michael.albinus@gmx.de>
6991
6992 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 6993 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 6994 Apply `save-match-data'.
288f783b
MA
6995
6996 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6997 case both directories are remote.
6998 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 6999 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 7000
872a1ea4
JB
70012009-10-07 Juanma Barranquero <lekktu@gmail.com>
7002
7003 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7004
ab2baced
GM
70052009-10-07 Glenn Morris <rgm@gnu.org>
7006
e78e280d
SM
7007 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7008 of concat.
ab2baced 7009
5c4634c1
SM
70102009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7011
7012 * files-x.el (read-file-local-variable): Include some
7013 non-user-variables in the completion table (bug#4664).
7014
c2dc9732
MA
70152009-10-07 Michael Albinus <michael.albinus@gmx.de>
7016
7017 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7018 message.
7019
7020 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7021 (tramp-smb-file-name-handler-alist): Add handler for
7022 `copy-directory', `expand-file-name', `set-file-modes'.
7023 (tramp-smb-handle-copy-directory)
7024 (tramp-smb-handle-expand-file-name)
7025 (tramp-smb-handle-set-file-modes): New defuns.
7026 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7027 (tramp-smb-handle-file-attributes): Simplify check for retrieving
7028 entry.
7029 (tramp-smb-handle-insert-directory): Don't flush the cache.
7030 (tramp-smb-maybe-open-connection): Check for samba client and
7031 server versions.
7032
11be40a6
EZ
70332009-10-07 Eli Zaretskii <eliz@gnu.org>
7034
7035 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7036 to not error out of search for "^lisp=" fails.
7037
8c4afe20
JB
70382009-10-07 Juanma Barranquero <lekktu@gmail.com>
7039
7040 * makefile.w32-in (WINS_UPDATES): New macro.
7041 (custom-deps, finder-data, autoloads): Use it.
7042
429a1506
GM
70432009-10-07 Glenn Morris <rgm@gnu.org>
7044
ee2e93e2
GM
7045 * Makefile.in (autoloads): Revert previous change.
7046 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
7047 the list of preloaded files passed on the command-line, get
7048 it from src/Makefile.
7049
429a1506
GM
7050 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7051 show the original buffer rather than a random one.
7052
a51203ee 70532009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
7054
7055 * help.el (describe-no-warranty): Place point in a slightly better
7056 position in the GPLv3 text.
7057
f58f7520
SS
70582009-10-06 Sam Steingold <sds@gnu.org>
7059
7060 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7061 the comm attribute is present before calling regexp-quote.
7062
bde79dc0
JB
70632009-10-06 Juanma Barranquero <lekktu@gmail.com>
7064
7065 * play/animate.el (animate-string): For good effect, make sure
7066 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7067
7068 * play/animate.el (animate-sequence, animate-birthday-present):
7069 * misc.el (butterfly): Don't set `indent-tabs-mode'.
7070
25ab0302
GM
70712009-10-06 Glenn Morris <rgm@gnu.org>
7072
73fe714a
GM
7073 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7074
3405d98c
GM
7075 * emacs-lisp/autoload.el (autoload-excludes): New variable.
7076 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7077 (batch-update-autoloads): Process a string value of autoload-excludes,
7078 set during the build process.
7079 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
7080
9fb2cdc5
GM
7081 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7082 inside with-parsed... macro so that `v' is defined.
7083
7938ab41
GM
7084 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7085 * progmodes/fortran.el (fortran-end-of-block)
7086 (fortran-beginning-of-block):
7087 Also push mark in the macro case.
7088
eaf9b564
GM
7089 * emerge.el (emerge-show-file-name):
7090 * calc/calc.el (calc-quit):
7091 * calc/calc-misc.el (calc-big-or-small):
7092 * calc/calc-graph.el (calc-graph-view):
7093 * calc/calc-ext.el (calc-reset):
7094 * calendar/calendar.el (calendar-basic-setup):
7095 Use window-full-height-p.
7096
25ab0302
GM
7097 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7098 header we don't understand, don't insert another. (Bug#4624)
7099 If changing mime charset, insert the new one in the right place.
7100
00169eb6
GM
71012009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
7102
7103 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7104 (cal-tex-cursor-month): Correctly increment the end date for diary and
7105 holiday listing. (Bug#4626)
7106
82882188
SM
71072009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7108
40ba9882 7109 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
7110 a symbol.
7111
a8f316ca
JB
71122009-10-05 Juanma Barranquero <lekktu@gmail.com>
7113
7114 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7115 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7116 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7117 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7118
7119 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7120 (eieio-default-superclass): Reflow docstrings.
7121 (this, class-option-assoc, defclass, eieio-class-un-autoload)
7122 (eieio-unbind-method-implementations, defmethod)
7123 (eieio-validate-slot-value, eieio-validate-class-slot-value)
7124 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7125 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7126 (eieio-slot-originating-class-p, eieio-slot-name-index)
7127 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7128 (constructor, initialize-instance, no-next-method, object-print)
7129 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7130 Fix typos in docstrings.
7131 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7132 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7133 (next-method-p): Doc fixes.
7134 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7135 Fix typos in error messages.
7136 (eieio-defmethod): Fix typo in description of generic method.
7137
7138 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7139 (eieio-persistent-save-interactive, slot-missing):
7140 Fix typos in docstrings.
7141 (eieio-instance-inheritor-slot-boundp): Doc fix.
7142
7143 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7144 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7145
7146 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7147 (eieio-custom-object-apply-reset):
7148 Fix typos in docstrings and error messages.
7149
7150 * emacs-lisp/eieio-datadebug.el (data-debug-show):
7151 Fix typo in docstring.
7152
7153 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7154 (eieio-browse-tree): Doc fix.
7155 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7156 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7157 Fix typos in docstrings.
7158
7159 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7160 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7161 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7162 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7163 Reflow docstrings.
7164
c66b7ac0
DN
71652009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7166
4a827e0a 7167 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
7168 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7169 Set log-view-vc-backend so that diff can work.
4a827e0a 7170
c66b7ac0
DN
7171 * log-view.el (log-view-diff): Use vc-diff-internal instead of
7172 vc-version-diff.
7173 (vc-diff-internal): Autoload this instead of vc-version-diff.
7174
1902a98c
EZ
71752009-10-05 Eli Zaretskii <eliz@gnu.org>
7176
a7a8618b
EZ
7177 * simple.el (eval-expression): Doc fix.
7178
1902a98c
EZ
7179 * progmodes/cwarn.el (cwarn-mode): Doc fix.
7180
0e1f2ee6
MA
71812009-10-05 Michael Albinus <michael.albinus@gmx.de>
7182
7183 * files.el (directory-files-no-dot-files-regexp): New defconst.
7184 (delete-directory): Use it.
7185 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
7186
263c02ef 7187 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
7188 (tramp-methods): Add recursive option to `tramp-copy-args'.
7189 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 7190 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 7191 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
7192 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7193 Add handler for `copy-directory'.
7194 (tramp-handle-copy-directory): New defun.
7195 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
7196 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7197 Optimize sent command.
263c02ef 7198
72aa7df4
SM
71992009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7200
4a34f065
SM
7201 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7202 window if necessary.
7203
72aa7df4
SM
7204 * calendar/calendar.el (calendar-basic-setup): Don't call
7205 switch-to-buffer in a dedicated window.
7206
5feb1ba7
KF
72072009-10-05 Karl Fogel <kfogel@red-bean.com>
7208
7209 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 7210 don't do anything related to relocating, just return nil.
5feb1ba7
KF
7211 (bookmark-error-no-filename): New error.
7212 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
7213 bookmark has no file. Don't even attempt to handle things that
7214 are not files; the whole point of custom handlers is to keep that
7215 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
7216 (bookmark-file-or-variation-thereof): Remove now-unused function.
7217 (bookmark-location): Doc string fix.
7218 (Bug#4250)
7219
1bd49952
KF
72202009-10-04 Karl Fogel <kfogel@red-bean.com>
7221
7222 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7223 don't use a file dialog, because they usually don't know how to read
7224 a directory target from the user. (Bug#4230)
7225 Also, make sure the prompt can display directories as well as files.
7226
825382c0
KF
72272009-10-04 Karl Fogel <kfogel@red-bean.com>
7228
7229 * bookmark.el (bookmark-set, bookmark-buffer-name):
7230 Improve doc strings. (Bug#1193)
7231
13901bcb
KF
72322009-10-04 Karl Fogel <kfogel@red-bean.com>
7233
4a34f065
SM
7234 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7235 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7236 (bookmark-get-annotation, bookmark-set-annotation)
7237 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7238 (bookmark-set-position, bookmark-get-front-context-string)
7239 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7240 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7241 (bookmark-jump-other-window, bookmark-handle-bookmark)
7242 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7243 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7244 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
7245 Improve doc strings to say whether bookmark can be a string or
7246 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
7247 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7248 (bookmark-default-annotation-text, bookmark-yank-word)
7249 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7250 (bookmark-import-new-list, bookmark-maybe-rename)
7251 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7252 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 7253 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 7254 add a FIXME comment about how the function may be pointless.
13901bcb 7255 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
7256 parameter name, to clarify that this takes a bookmark record
7257 not a bookmark name.
13901bcb 7258 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 7259 and improve the doc string a bit.
13901bcb
KF
7260 (Bug#4188)
7261
5c1b3e94
KF
72622009-10-04 Karl Fogel <kfogel@red-bean.com>
7263
7264 * bookmark.el (bookmark-alist): Document the new `handler' element
7265 in the param alist.
7266 (bookmark-make-record-function): Adjust documentation for above.
7267 (Bug#4193)
7268
8559076d
KF
72692009-10-04 Karl Fogel <kfogel@red-bean.com>
7270
7271 * info.el (Info-bookmark-make-record): Document this function.
7272 (Info-bookmark-jump): Document with a doc string, not just a comment.
7273 (Bug#4203)
7274
b4583b8c
MA
72752009-10-04 Michael Albinus <michael.albinus@gmx.de>
7276
7277 * files.el (copy-directory): New defun.
7278
7279 * dired-aux.el (dired-copy-file-recursive): Use it.
7280
131ae8f2
JB
72812009-10-04 Juanma Barranquero <lekktu@gmail.com>
7282
a30e71ae 7283 * files-x.el (modify-dir-local-variable)
dd9af436
CY
7284 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
7285 docstrings.
a30e71ae 7286
131ae8f2
JB
7287 * recentf.el (recentf-unload-function): New function.
7288
ccafbf06
GM
72892009-10-04 Glenn Morris <rgm@gnu.org>
7290
7291 * window.el (window-full-height-p): Add doc string.
7292
02c6f098
GM
72932009-10-04 Martin Rudalics <rudalics@gmx.at>
7294
7295 * window.el (window-full-height-p): New function. (Bug#4543)
7296
ed6b0195
DN
72972009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7298
7299 * vc.el: Remove commented out code.
7300 (vc-derived-from-dir-mode): Remove, unused.
7301 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7302
1b8d1cc7
MA
73032009-10-03 Michael Albinus <michael.albinus@gmx.de>
7304
4a34f065
SM
7305 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7306 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
7307 there could be recursive loading when `default-directory' is a
7308 remote file name. (Bug#4614)
7309
ac3c593c
GM
73102009-10-03 Glenn Morris <rgm@gnu.org>
7311
686ea556
GM
7312 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7313 the frame is wide.
7314 (calendar-generate-window): Test for shrinkability rather than width.
7315
ac3c593c
GM
7316 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7317 reusing existing buffers, in case we happen to visit two files with the
7318 same basename. (Bug#4593)
7319
573709fd
EZ
73202009-10-02 Eli Zaretskii <eliz@gnu.org>
7321
4a34f065 7322 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
7323 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7324 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7325 subdirs of cedet as well.
8f885d01 7326 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 7327
8d6c1239
SM
73282009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7329
7330 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7331 Obey advertised-signature-table.
7332
7333 * help-fns.el (help-function-arglist): Don't check
7334 advertised-signature-table.
7335 (describe-function-1): Do it here instead so it also applies to subrs.
7336
c4861de0
MA
73372009-10-02 Michael Albinus <michael.albinus@gmx.de>
7338
7339 * simple.el (start-file-process): Say in the doc-string, that file
7340 handlers might not support pty association, if PROGRAM is nil.
7341
7342 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7343 HOST and USER are strings. They are nil, when there are
7344 incomplete entries in ~/.netrc, for example.
7345 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
7346 root directory ("device busy" error otherwise).
7347
8d6c1239
SM
7348 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7349 Flush file properties of created directory.
c4861de0 7350
d2bda74f
EZ
73512009-10-02 Eli Zaretskii <eliz@gnu.org>
7352
7353 * makefile.w32-in (WINS_BASIC): Remove cedet.
7354 (WINS_CEDET): Add cedet.
7355 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7356
895d1904
GM
73572009-10-02 Kevin Ryde <user42@zip.com.au>
7358
7359 * net/browse-url.el (browse-url): Pass any symbol in
7360 browse-url-browser-function to `apply', since if you've mistakenly put
7361 an unbound symbol then the error is clearer. (Bug#4531)
7362
32226619
JB
73632009-10-02 Juanma Barranquero <lekktu@gmail.com>
7364
7365 * allout.el (allout-init, allout-back-to-current-heading)
7366 (allout-beginning-of-current-entry, allout-ascend-to-depth)
7367 (allout-ascend, allout-up-current-level, allout-end-of-level)
7368 (allout-previous-visible-heading, allout-forward-current-level)
7369 (allout-backward-current-level, allout-show-children):
7370 * apropos.el (apropos-describe-plist):
7371 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7372 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7373 * completion.el (add-completion, add-permanent-completion):
7374 * descr-text.el (describe-text-category, describe-char):
7375 * desktop.el (desktop-lazy-abort):
7376 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7377 * dired.el (dired-build-subdir-alist):
7378 * ediff.el (ediff-version):
7379 * elide-head.el (elide-head, elide-head-show):
7380 * emerge.el (emerge-version):
7381 * env.el (getenv):
7382 * face-remap.el (variable-pitch-mode):
7383 * faces.el (describe-face):
7384 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7385 (dired-at-point):
7386 * files.el (find-file-existing, auto-save-mode):
7387 * font-lock.el (font-lock-fontify-buffer):
7388 * help-fns.el (describe-function, describe-variable)
7389 (describe-syntax, describe-categories):
7390 * help.el (view-lossage, describe-bindings, describe-key)
7391 (describe-mode):
7392 * hexl.el (hexl-current-address):
7393 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7394 * info.el (Info-goto-emacs-key-command-node):
7395 * log-edit.el (log-edit-insert-cvs-template)
7396 (log-edit-insert-cvs-rcstemplate):
7397 * menu-bar.el (menu-bar-mode):
7398 * mouse.el (mouse-appearance-menu):
7399 * newcomment.el (comment-indent-new-line):
7400 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7401 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 7402 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
7403 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7404 * recentf.el (recentf-mode):
7405 * savehist.el (savehist-mode, savehist-save):
7406 * shadowfile.el (shadow-copy-files):
7407 * simple.el (kill-ring-save, next-line, previous-line)
7408 (normal-erase-is-backspace-mode):
7409 * strokes.el (strokes-update-window-configuration)
7410 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7411 (strokes-xpm-for-stroke):
7412 * time.el (emacs-uptime, emacs-init-time):
7413 * tutorial.el (tutorial--describe-nonstandard-key)
7414 (tutorial--detailed-help):
7415 * type-break.el (type-break-mode)
7416 (type-break-mode-line-message-mode, type-break-query-mode)
7417 (type-break-guesstimate-keystroke-threshold):
7418 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7419 * version.el (emacs-version):
7420 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7421 * winner.el (winner-mode):
7422 * calendar/timeclock.el (timeclock-in, timeclock-out)
7423 (timeclock-status-string, timeclock-change)
7424 (timeclock-workday-remaining-string)
7425 (timeclock-workday-elapsed-string)
7426 (timeclock-when-to-leave-string):
7427 * calendar/todo-mode.el (todo-add-category):
7428 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7429 * emacs-lisp/autoload.el (update-file-autoloads):
7430 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7431 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7432 (checkdoc-message-text, checkdoc-defun):
7433 * emacs-lisp/debug.el (debugger-list-functions):
7434 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7435 * emacs-lisp/eieio-opt.el (eieio-describe-class)
7436 (eieio-describe-generic):
7437 * emacs-lisp/lisp-mnt.el (lm-synopsis):
7438 * emacs-lisp/shadow.el (list-load-path-shadows):
7439 * emulation/cua-base.el (cua-mode):
7440 * emulation/edt.el (edt-set-scroll-margins):
7441 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7442 (tpu-toggle-regexp, tpu-toggle-search-direction)
7443 (tpu-toggle-rectangle, tpu-toggle-control-keys):
7444 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7445 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7446 (viper-set-parsing-style-toggling-macro)
7447 (viper-set-emacs-state-searchstyle-macros):
7448 * emulation/viper.el (viper-set-hooks):
7449 * eshell/esh-mode.el (eshell-truncate-buffer):
7450 * international/mule-cmds.el (prefer-coding-system)
7451 (describe-input-method, describe-language-environment):
7452 * international/mule-diag.el (list-character-sets)
7453 (describe-character-set, describe-coding-system)
7454 (describe-fontset, list-fontsets, list-input-methods):
7455 * mail/sendmail.el (mail-signature):
7456 * net/ange-ftp.el (ange-ftp-copy-file):
7457 * net/browse-url.el (browse-url):
7458 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7459 * net/quickurl.el (quickurl-add-url):
7460 * net/rcirc.el (names, topic):
7461 * net/xesam.el (xesam-mode):
7462 * play/5x5.el (5x5-new-game):
7463 * play/yow.el (apropos-zippy):
7464 * progmodes/ada-mode.el (ada-mode-version):
7465 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7466 (f90-end-of-block)
7467 (f90-beginning-of-block):
7468 * progmodes/fortran.el (fortran-end-of-block)
7469 (fortran-beginning-of-block):
7470 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7471 * progmodes/python.el (python-describe-symbol, python-shell):
7472 * term/ns-win.el (ns-print-buffer):
7473 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7474 * textmodes/flyspell.el (flyspell-mode-on):
7475 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7476 (pages-directory-for-addresses):
7477 * textmodes/table.el (table-recognize-cell)
7478 (table-query-dimension, table-generate-source)
7479 (table-insert-sequence, table--warn-incompatibility):
7480 * textmodes/tex-mode.el (tex-validate-buffer):
7481 * textmodes/texinfmt.el (texinfmt-version)
7482 (texinfo-format-buffer):
7483 Use `called-interactively-p' instead of `interactive-p'.
7484
12a3c28c
JB
74852009-10-02 Juanma Barranquero <lekktu@gmail.com>
7486
7487 * image-mode.el (image-toggle-display):
7488 * emacs-lisp/elp.el (elp-instrument-function):
7489 * emacs-lisp/advice.el (ad-make-advised-definition):
7490 * emacs-lisp/easy-mmode.el (define-minor-mode):
7491 * net/browse-url.el (browse-url-maybe-new-window):
7492 * progmodes/sh-script.el (sh-learn-buffer-indent):
7493 Pass new argument 'any to `called-interactively-p'.
7494
171fda8a
JB
74952009-10-01 Juanma Barranquero <lekktu@gmail.com>
7496
171fda8a
JB
7497 * international/uni-bidi.el:
7498 * international/uni-category.el:
7499 * international/uni-combining.el:
7500 * international/uni-comment.el:
7501 * international/uni-decimal.el:
9c3c9fdf 7502 * international/uni-decomposition.el:
171fda8a
JB
7503 * international/uni-digit.el:
7504 * international/uni-lowercase.el:
7505 * international/uni-mirrored.el:
7506 * international/uni-name.el:
7507 * international/uni-numeric.el:
7508 * international/uni-old-name.el:
7509 * international/uni-titlecase.el:
7510 * international/uni-uppercase.el:
7511 Regenerate from Unicode 5.2.0 data.
7512
dcb9734a
GM
75132009-10-01 Glenn Morris <rgm@gnu.org>
7514
7515 * Makefile.in (ELCFILES): Regenerate.
7516
ced10a4c
SM
75172009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7518
9d28c33e
SM
7519 * subr.el (interactive-p): Mark obsolete.
7520 (called-interactively-p): Make the optional-ness of `kind' obsolete.
7521 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7522 advertised-signature-table for subroutines as well.
7523
ced10a4c
SM
7524 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7525 (set-advertised-calling-convention): New function.
7526 (make-obsolete, define-obsolete-function-alias)
7527 (make-obsolete-variable, define-obsolete-variable-alias):
7528 Make the optional-ness of `when' obsolete.
7529 (define-obsolete-face-alias): Make `when' non-optional.
7530 * help-fns.el (help-function-arglist):
7531 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7532 Use advertised-signature-table.
7533
cc3dda16
MA
75342009-10-01 Michael Albinus <michael.albinus@gmx.de>
7535
7536 * files.el (delete-directory): New defun. The original function
7537 in fileio.c has been renamed to `delete-directory-internal'.
7538
7539 * dired.el (dired-delete-file): Call `delete-directory' with
7540 RECURSIVE parameter.
7541
5ce6e4f4 7542 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
7543 parameter RECURSIVE. Implementation is missing.
7544
7545 * net/tramp.el (tramp-handle-make-directory): Flush upper
7546 directory's file properties.
ced10a4c 7547 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
7548 (tramp-handle-dired-recursive-delete-directory): Flush directory
7549 properties after the remove command only.
7550
ced10a4c
SM
7551 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7552 Handle optional parameter RECURSIVE.
cc3dda16 7553
ced10a4c
SM
7554 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7555 Handle optional parameter RECURSIVE.
cc3dda16
MA
7556
7557 * net/tramp-smb.el (tramp-smb-errors): Add error message for
7558 connection timeout.
7559 (tramp-smb-handle-delete-directory): Handle optional parameter
7560 RECURSIVE.
7561
cf885595
SM
75622009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7563
e3a6b82f
SM
7564 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7565 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7566 (byte-compile-defmacro): Use backquotes.
7567
7201bfbb
SM
7568 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7569
cf885595
SM
7570 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7571 has no associated file.
7572 (vc-resynch-buffer): Use vc-dir-buffers.
7573
a4d2c321
GM
75742009-10-01 Glenn Morris <rgm@gnu.org>
7575
9ffe3f52
GM
7576 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7577 (chart-file-count):
7578 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7579 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7580 * emacs-lisp/eieio-opt.el (eieio-describe-class):
7581 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7582 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7583 (eieio-copy-parents-into-subclass, make-instance, class-children)
7584 (eieio-generic-form):
bd2afec2 7585
9515cdcc
GM
7586 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7587 match-data. (Bug#4555).
7588
a4d2c321
GM
7589 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7590 rather than parsing it as a regexp. This relaxes the layout
7591 requirements and makes errors easier to detect.
7592 (check-declare-verify): Check file is regular.
7593 (check-declare-directory): Doc fix.
7594 * subr.el (declare-function): Doc fix.
7595
b15c31c7
GM
7596 * ibuffer.el (ibuffer-format-qualifier):
7597 * isearch.el (hi-lock-regexp-okay):
7598 * calc/calc.el (math-zerop):
7599 * mail/uce.el (rmail-msgbeg, rmail-msgend):
7600 * term/w32-win.el (setup-default-fontset, set-fontset-font):
7601 Remove unused declarations.
7602
1fc28a2c
GM
76032009-09-30 Glenn Morris <rgm@gnu.org>
7604
1fc28a2c
GM
7605 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7606
494f4fc7
GM
7607 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7608 filename is not a string.
7609
561580e9
CY
76102009-09-29 Chong Yidong <cyd@stupidchicken.com>
7611
7612 * files.el (safe-local-eval-forms): Fix typo.
7613
dcbbecd4
SM
76142009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7615
7616 * vc-hooks.el (vc-dir-buffers): New var.
7617 (vc-state-refresh): New function.
7618 (vc-state): Use it.
7619 (vc-after-save): Always ask the backend to recompute the new state.
7620 Always call vc-dir if necessary, using vc-dir-buffers.
7621 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7622 Use vc-dir-buffers.
7623 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7624 (vc-dir-prepare-status-buffer, vc-dir-update)
7625 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7626 Don't call expand-file-name on default-directory.
7627
d88444f2
JB
76282009-09-29 Juanma Barranquero <lekktu@gmail.com>
7629
7630 * speedbar.el (speedbar-item-delete):
7631 * calc/calc-prog.el (calc-kbd-if):
7632 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7633
7634 * epa.el (epa-key-list-mode-map):
7635 * hi-lock.el (hi-lock-menu): Fix typos in menus.
7636
7637 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7638 (hs-show-hook): Fix typo in docstring.
7639
5da62d41
GM
76402009-09-29 Glenn Morris <rgm@gnu.org>
7641
8360fce0
GM
7642 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7643 file-name-nondirectory call preventing location of cedet files.
7644 (check-declare-verify): Use literal search rather than re-search.
ae715515 7645 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
7646
7647 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7648 Use tramp-compat-file-attributes rather than nonexistent
7649 tramp-compat-handle-file-attributes.
7650
5da62d41
GM
7651 * Makefile.in (lisptagsfiles4): New.
7652 (AUTOGENEL): Add cedet loaddefs files.
7653 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7654 (update-elclist, compile-always, backup-compiled-files)
7655 (bootstrap-clean): Add yet another directory level.
7656 (update-elclist): Use LC_COLLATE rather than COLLATE.
7657 (ELCFILES): Update, via `make update-elclist'.
7658
48267264
JB
76592009-09-29 Juanma Barranquero <lekktu@gmail.com>
7660
7661 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7662 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7663 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7664
2c4cd0b0
AS
76652009-09-28 Andreas Schwab <schwab@linux-m68k.org>
7666
7667 * Makefile.in (lisptagsfiles3): Define.
5da62d41 7668 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
7669 (update-elclist): Add third directory level to look for elc files.
7670 (compile-always): Likewise.
7671 (backup-compiled-files): Likewise.
7672 (bootstrap-clean): Likewise.
7673 (ELCFILES): Update.
7674
a2533e47
CY
76752009-09-28 Chong Yidong <cyd@stupidchicken.com>
7676
7677 * Makefile.in (ELCFILES): Add CEDET files.
7678
eefbedb1
MA
76792009-09-28 Michael Albinus <michael.albinus@gmx.de>
7680
7681 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7682
7683 * net/tramp.el (top): Require tramp-imap.
7684
7685 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7686 Use `tramp-compat-handle-file-attributes'.
7687
76882009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7689
7690 * net/tramp-imap.el: New package.
7691
748e3d67
VJL
76922009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7693
7694 * whitespace.el (whitespace-trailing-regexp)
7695 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7696 Fix doc string.
7697
15120dec
CY
76982009-09-27 Chong Yidong <cyd@stupidchicken.com>
7699
7700 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7701 menu.
7702
7703 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7704 menu-bar-ediff-menu.
7705
7706 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7707 define-overloadable-function.
7708
7709 * progmodes/autoconf.el: Provide autoconf as well, so that this
7710 file can be `require'd.
7711
7712 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7713
7714 * emacs-lisp/autoload.el (generated-autoload-feature)
7715 (generated-autoload-load-name): New vars.
7716 (autoload-rubric, autoload-generate-file-autoloads): Use them.
7717 (make-autoload): Recognize define-overloadable-function and
7718 defclass forms (for EIEIO).
7719
7720 * Makefile.in (update-subdirs): Exclude cedet directory.
7721
135abf91
AR
77222009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7723
1becddbb 7724 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
7725
7726 * faces.el: Default light-background background for region face to
7727 ns_selection_color under NS.
7728
3d994264
TZ
77292009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7730
7731 * net/imap-hash.el: New library, see NEWS.
7732
7733 * Makefile.in (ELCFILES): Add imap-hash.el.
7734
ce9a0ccb
SM
77352009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7736
7737 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7738 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7739 * help-macro.el (make-help-screen): Avoid using an ambiguous function
7740 definition where the docstring could be taken for the return value.
7741
a92cdd49
GM
77422009-09-26 Glenn Morris <rgm@gnu.org>
7743
7744 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7745 Add option to only show images below a certain size.
7746 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7747 save-excursion calls.
7748
416ac2f1
EZ
77492009-09-26 Eli Zaretskii <eliz@gnu.org>
7750
7751 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7752 subdirectories) and eieio.
7753
d9a13f68
AM
77542009-09-26 Alan Mackenzie <acm@muc.de>
7755
9c3c9fdf 7756 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
550d95a0 7757 buggy bracketing. (Bug#4289)
d9a13f68
AM
7758
7759 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 7760 character constants (as case labels). (Bug#4289)
d9a13f68 7761
182b3bec
CY
77622009-09-25 Juri Linkov <juri@jurta.org>
7763
7764 * files.el (safe-local-eval-forms): Allow time-stamp in
7765 before-save-hook (Bug#4554).
7766
8f75f2da
JB
77672009-09-25 Drew Adams <drew.adams@oracle.com>
7768
7769 * menu-bar.el (list-buffers-directory): Doc fix.
7770
8390fb80
SM
77712009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
7772
7773 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7774 Try and avoid copying twice the same paragraph.
7775 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7776 Remove save-excursion.
7777 (log-edit-changelog-entry): Do it here instead.
7778
11ee8d90
JB
77792009-09-25 Juanma Barranquero <lekktu@gmail.com>
7780
027b1942
JB
7781 * bs.el (bs--get-file-name): Use `list-buffers-directory'
7782 when available, instead of hardcoding mode names. Doc fix.
7783
11ee8d90
JB
7784 * menu-bar.el (list-buffers-directory): Add docstring.
7785 Make automatically buffer-local.
7786
7787 * dired.el (dired-mode):
7788 * files.el (cd-absolute):
7789 * pcvs.el (cvs-temp-buffer):
7790 * pcvs-util.el (cvs-get-buffer-create):
7791 * shell.el (shell-mode):
7792 * vc-dir.el (vc-dir-mode):
7793 Don't make `list-buffers-directory' buffer local.
7794
21289c5d
CY
77952009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
7796
8390fb80
SM
7797 * comint.el (comint-exec, comint-run, make-comint):
7798 Doc fixes (Bug#4542).
21289c5d 7799
e8652dd9
GM
78002009-09-25 Glenn Morris <rgm@gnu.org>
7801
7802 * mail/rmailmm.el (rmail-mime): New custom group.
7803 Move all defcustoms in this file into this group.
7804 (rmail-mime-media-type-handlers-alist): Revert previous change.
7805 (rmail-mime-show-images): New option.
7806 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7807 references to it, since it wasn't actually used for anything.
7808 (rmail-mime-insert-image): New function.
7809 (rmail-mime-image): Use rmail-mime-insert-image.
7810 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
7811 obey the value of `rmail-mime-show-images' option. Print the size of
7812 attachments.
e8652dd9 7813
fb652bb5
JB
78142009-09-25 David Engster <deng@randomsample.de>
7815
7816 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
7817
32a9841c
VJL
78182009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7819
7820 * whitespace.el: Does not highlight trailing spaces While point is
7821 at end of line. Does not highligt spaces at beginning of buffer
7822 while point is at beginning of buffer. Does not highlight spaces
7823 at end of buffer while point is at end of buffer. (Bug#4177)
7824 New version 12.0.
7825 (whitespace-display-mappings): Adjust initialization.
7826 (whitespace-point, whitespace-font-lock-refontify): New vars.
7827 (whitespace-color-on, whitespace-color-off): Adjust code.
7828 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7829 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7830 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7831
e477ca84
CY
78322009-09-24 Chong Yidong <cyd@stupidchicken.com>
7833
7834 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7835
7836 * textmodes/sgml-mode.el: Remove xml-mode alias.
7837
7838 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 7839 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 7840
68712602
AM
78412009-09-24 Alan Mackenzie <acm@muc.de>
7842
7843 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7844 c-forward-conditionals, but it doesn't move point and doesn't set
7845 the mark.
7846 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7847 (c-down-conditional-with-else, c-backward-conditional)
7848 (c-forward-conditional): Refactor to use c-scan-conditionals.
7849
1659ada0
JB
78502009-09-24 Juanma Barranquero <lekktu@gmail.com>
7851
7852 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7853 (help-default-arg-highlight): Remove.
7854 (help-highlight-arg): New function.
7855 (help-do-arg-highlight): Use it.
7856 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
7857
b3f01e46
SM
78582009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7859
7860 * term.el (term-set-scroll-region, term-handle-ansi-escape):
7861 Undo last change, which didn't fix the problem and introduced others.
7862
107ef54a
NR
78632009-09-24 Nick Roberts <nickrob@snap.net.nz>
7864
7865 * progmodes/gdb-mi.el: Don't require speedbar.
7866 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7867
ffa1fed6
GM
78682009-09-24 Glenn Morris <rgm@gnu.org>
7869
2157a2be
GM
7870 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7871
6125167c
GM
7872 * term/ns-win.el (ns-reg-to-script): Define for compiler.
7873
ffa1fed6
GM
7874 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7875 there is no newline after the final mime boundary. (Bug#4539)
7876 Move markers on insertion so that any buttons inserted don't end up in
7877 the next part of a multipart message.
2e9075d3
GM
7878 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
7879 (rmail-mime-bulk-handler): Optionally handle images.
7880 (rmail-mime-image): New button action.
7881 (rmail-mime-image-handler): New function.
7882 (rmail-mime-mode): New mode.
7883 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 7884
4a814992
SM
78852009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7886
075518b5
SM
7887 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7888 than just dropping elements from it (bug#4504).
7889
8ad2defc
SM
7890 * term.el (term-set-scroll-region): Don't move cursor any more.
7891 (term-handle-ansi-escape): Call term-goto here instead.
7892 Suggested by Ivan Kanis <apple@kanis.eu>.
7893
4a814992
SM
7894 * term.el: Require CL.
7895 (term-ansi-reset): New function.
7896 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7897 (term-handle-colors-array): Simplify.
7898
5a0c3f56
JB
78992009-09-24 Juanma Barranquero <lekktu@gmail.com>
7900
7901 * allout.el (allout-overlay-interior-modification-handler)
7902 (allout-obtain-passphrase):
7903 * epa-file.el (epa-file-write-region):
7904 * ps-print.el (ps-begin-job):
7905 * vc-hooks.el (vc-toggle-read-only):
7906 * vc-rcs.el (vc-rcs-rollback):
7907 * vc-sccs.el (vc-sccs-rollback):
7908 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7909 (vc-version-diff, vc-revert, vc-rollback):
7910 * wdired.el (wdired-check-kill-buffer):
7911 * emacs-lisp/authors.el (authors):
7912 * net/socks.el (socks-open-connection):
7913 * net/zeroconf.el (zeroconf-service-add-hook):
7914 * obsolete/vc-mcvs.el (vc-mcvs-register):
7915 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7916 (gdb-select-frame):
7917 * progmodes/grep.el (lgrep, rgrep):
7918 * progmodes/idlw-help.el (idlwave-help-check-locations)
7919 (idlwave-help-html-link, idlwave-help-assistant-open-link):
7920 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7921 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7922 (reftex-toc-rename-label): Fix typos in error messages.
7923
7924 * dired-aux.el (dired-do-shell-command): Reflow docstring.
7925 (dired-copy-how-to-fn): Doc fix.
7926 (dired-files-attributes, dired-read-shell-command):
7927 Fix typos in docstrings.
7928
7929 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7930 (dired-x-find-file-other-window): Reflow docstrings.
7931 (dired-omit-marker-char, dired-read-shell-command)
7932 (dired-x-submit-report): Fix typos in docstrings.
7933
7934 * shell.el (shell-mode-hook):
7935 * view.el (View-scroll-line-forward):
7936 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7937 Fix typos in docstrings.
7938
7939 * net/dig.el (dig-invoke): Fix typo in docstring.
7940 (query-dig): Reflow docstring.
7941
7942 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7943 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7944 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7945 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7946 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7947 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7948 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7949 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7950 (idlwave-completion-map, idlwave-current-indent)
7951 (idlwave-custom-ampersand-surround, idlwave-customize)
7952 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7953 (idlwave-define-abbrev, idlwave-determine-class-special)
7954 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7955 (idlwave-end-block-reg, idlwave-end-of-statement)
7956 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7957 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7958 (idlwave-explicit-class-listed, idlwave-file-header)
7959 (idlwave-fill-paragraph, idlwave-find-class-definition)
7960 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7961 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7962 (idlwave-in-quote, idlwave-indent-action-table)
7963 (idlwave-indent-expand-table, idlwave-indent-line)
7964 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7965 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7966 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7967 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7968 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7969 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7970 (idlwave-outlawed-buffers, idlwave-popup-select)
7971 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7972 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7973 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7974 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7975 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7976 (idlwave-statement-type, idlwave-struct-skip)
7977 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7978 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7979 (idlwave-what-module-find-class): Fix typos in docstrings.
7980 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7981 (idlwave-calculate-cont-indent, idlwave-expand-equal)
7982 (idlwave-find-module, idlwave-find-structure-definition)
7983 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7984 (idlwave-list-load-path-shadows, idlwave-next-statement)
7985 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7986 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7987 (idlwave-template): Reflow docstrings.
7988
7989 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7990 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7991 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7992 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7993 (idlwave-shell-display-line, idlwave-shell-display-wframe)
7994 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7995 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7996 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7997 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7998 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7999 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
8000 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
8001 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
8002 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
8003 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
8004 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
8005 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
8006 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
8007 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
8008 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
8009 Fix typos in docstrings.
8010 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
8011 (idlwave-shell-hide-output, idlwave-shell-mode)
8012 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
8013 Reflow docstrings.
8014
8015 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
8016
62136c5d
SM
80172009-09-24 Ivan Kanis <apple@kanis.eu>
8018
8019 * term.el (term-bold-attribute): New var.
8020 (term-handle-colors-array): Use it.
8021
9c1a45ed
NR
80222009-09-23 Nick Roberts <nickrob@snap.net.nz>
8023
8024 * progmodes/gdb-mi.el (gdb-version): New variable.
8025 (gdb-non-stop-handler): Set gdb-version.
8026 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
8027 Condition "--thread" option on gdb-version.
8028 (gdb-invalidate-threads): Remove unused argument.
8029
03304f31
SM
80302009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8031
8032 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
8033 to looking-back to avoid ridiculous slow down in large files (bug#4511).
8034
4f02f0c9
GM
80352009-09-23 Glenn Morris <rgm@gnu.org>
8036
8037 * mail/rmail.el (rmail-reply): Don't try to add a References header when
8038 replying to mail without References or Message-Id. (Bug#4525)
8039
a3b4b363
AR
80402009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
8041
8042 * term/ns-win.el (ns-reg-to-script): New variable.
8043
7bda18cc
DU
80442009-09-23 Daiki Ueno <ueno@unixuser.org>
8045
8046 * epg.el (epg-wait-for-status): Preserve existing 'error results.
8047
72169e55
SS
80482009-09-22 Sam Steingold <sds@gnu.org>
8049
8050 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
8051 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8052 to 1 because hg returns status 1 when nothing is found.
0aa4f295 8053 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 8054
905b7d38
SM
80552009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8056
b0459dec
SM
8057 * textmodes/fill.el: Convert to utf-8 encoding.
8058 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8059 pre-unicode days.
8060
905b7d38
SM
8061 * add-log.el (change-log-fill-forward-paragraph): New function.
8062 (change-log-mode): Use it so fill-region DTRT.
8063 Set fill-indent-according-to-mode here rather than in
8064 change-log-fill-paragraph.
8065 (change-log-fill-paragraph): Remove.
8066
baa7f3de
JB
80672009-09-22 Juanma Barranquero <lekktu@gmail.com>
8068
8069 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8070 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8071
a8d789f0
GM
80722009-09-22 Glenn Morris <rgm@gnu.org>
8073
daedbbc2
GM
8074 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8075 the scroll-bar scroll the calendar window rather than the buffer.
8076
d8899a74
GM
8077 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8078 commands that move point (as opposed to scrolling).
8079
a8d789f0
GM
8080 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8081
8082 * emacs-lisp/elint.el (elint): New custom group.
8083 (elint-log-buffer): Make it a defcustom.
8084 (elint-scan-preloaded, elint-ignored-warnings)
8085 (elint-directory-skip-re): New options.
8086 (elint-builtin-variables): Doc fix.
8087 (elint-preloaded-env): New variable.
8088 (elint-unknown-builtin-args): Add an entry for encode-time.
8089 (elint-extra-errors): Make it a variable rather than a constant.
8090 (elint-preloaded-skip-re): New constant.
8091 (elint-directory): Skip files matching elint-directory-skip-re.
8092 (elint-features): New variable, local to linted buffers.
8093 (elint-update-env): Initialize elint-features. Possibly add
8094 elint-preloaded-env to the buffer's environment.
8095 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8096 Skip quoted forms.
8097 (elint-init-form): New function, extracted from elint-init-env.
8098 Make non-list forms a warning rather than an error.
8099 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8100 easy-menu-define, put that adds an error-condition, and provide.
8101 When requiring cl, also require cl-macs. Really require cl, to handle
8102 some cl macros. Store required libraries in the list elint-features,
8103 so as not to re-load them. Treat cc-require like require.
8104 (elint-init-env): Call elint-init-form to do the work.
8105 Handle eval-and-compile and such like.
8106 (elint-add-required-env): Do not clear messages.
8107 (elint-special-forms): Add handlers for function, defalias, if, when,
8108 unless, and, or.
8109 (elint-form): Add optional argument to ignore elint-special-forms,
8110 useful to prevent recursive calls from handlers. Doc fix.
8111 Respect elint-ignored-warnings.
8112 (elint-form): Respect elint-ignored-warnings.
8113 (elint-bound-variable, elint-bound-function): New variables.
8114 (elint-unbound-variable): Respect elint-bound-variable.
8115 (elint-get-args): Respect elint-bound-function.
8116 (elint-check-cond-form): Add some simple handling for (f)boundp and
8117 featurep tests.
8118 (elint-check-defalias-form): New handler.
8119 (elint-check-let-form): Make an empty let a warning rather than an
8120 error.
8121 (elint-check-setq-form): Make an empty setq a warning rather than an
8122 error. Respect elint-ignored-warnings.
8123 (elint-check-defvar-form): Accept null doc-strings.
8124 (elint-check-conditional-form): New handler. Does some simple-minded
8125 checking of featurep and (f)boundp tests.
8126 (elint-put-function-args): New function.
8127 (elint-initialize): Use elint-scan-doc-file rather than
8128 elint-find-builtin-variables. Use elint-put-function-args.
8129 Possibly scan preloaded-file-list.
8130 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8131 extend to handle functions as well.
8132
245be23c
JB
81332009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8134
8135 * linum.el (linum-delete-overlays, linum-update-window):
8136 Do not modify the right margin. (Bug#3971)
8137
91fdbd6f
CY
81382009-09-21 Chong Yidong <cyd@stupidchicken.com>
8139
8140 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
8141 nxml-mode instead of xml-mode.
8142
7589d38e
JB
81432009-09-21 Kevin Ryde <user42@zip.com.au>
8144
8145 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8146
5ac42715
SM
81472009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8148
8149 * net/dig.el (dig-mode): Use define-derived-mode.
8150
09c01323
DN
81512009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8152
4096c5f2
DN
8153 * vc-dispatcher.el (vc-do-command): Return the process object in
8154 the asynchronous case. Use when instead of if. Do not run
5480359e 8155 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 8156
0e172cc2
DN
8157 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8158 properties to the stash strings.
8159 (vc-git-stash-list): Return a list of strings.
8160 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8161 (vc-git-stash-show-at-point): New functions.
8162 (vc-git-stash-map): New keymap.
8163
03304f31
SM
8164 * register.el (ctl-x-r-map): Define the keys here instead of
8165 using autoload.
09c01323 8166
03304f31 81672009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
8168
8169 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8170 list, to workaround performance problem (bug#4485).
8171
2f5fc4d7
NR
81722009-09-20 Nick Roberts <nickrob@snap.net.nz>
8173
8174 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8175
b0f5fd2e
DU
81762009-09-20 Daiki Ueno <ueno@unixuser.org>
8177
8178 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8179 Document that this option is not recommended to use.
8180
f3445fab
GM
81812009-09-19 Glenn Morris <rgm@gnu.org>
8182
547c6921
GM
8183 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8184 variable `var'.
8185
f3445fab
GM
8186 * calc/calc-alg.el (var):
8187 * calc/calcalg2.el (var): Define for compiler.
8188
946c009b
CY
81892009-09-19 Chong Yidong <cyd@stupidchicken.com>
8190
e3f36d03
SM
8191 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8192 Doc fix (Bug#3932).
e2045997 8193
24aedbca
CY
8194 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8195
327dd27a
CY
8196 * time-stamp.el (time-stamp-month-dd-yyyy)
8197 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8198 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8199 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
8200 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8201 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 8202
946c009b
CY
8203 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8204 indent buffer only if called interactively (Bug#4452).
8205
3e70541a
JB
82062009-09-19 Juanma Barranquero <lekktu@gmail.com>
8207 Eli Zaretskii <eliz@gnu.org>
8208
8209 This fixes bug#4197 (merged to bug#865, though not identical).
8210 * server.el (server-auth-dir): Add docstring note about FAT32.
8211 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8212 but warn against using them.
8213
9b94c32e
NR
82142009-09-19 Nick Roberts <nickrob@snap.net.nz>
8215
8216 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8217 older GDB where there is no has_more field.
8218
66590684
GM
82192009-09-19 Glenn Morris <rgm@gnu.org>
8220
8221 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8222
9a1337f9
CY
82232009-09-18 Chong Yidong <cyd@stupidchicken.com>
8224
8225 * files.el (auto-mode-alist): Change default for XML files to nXML
8226 mode (Bug#4169).
8227
d7554167
JB
82282009-09-18 Juanma Barranquero <lekktu@gmail.com>
8229
8230 * server.el (server-ensure-safe-dir): Pass 'integer
8231 to `file-attributes', as suggested.
8232
35a3f9a4
SM
82332009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8234
8235 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8236 (dired-query): Use read-key.
8237
044f9b05
AR
82382009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8239
8240 * cus-start.el (ns-use-qd-smoothing): Remove.
8241
6188ea49
GM
82422009-09-18 Glenn Morris <rgm@gnu.org>
8243
08cf18e4
GM
8244 * allout.el (top-level): Remove unnecessary progn.
8245
07eae5c5
GM
8246 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8247
6726c25e
GM
8248 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8249 definition of abbrev table.
8250
3f527154 8251 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
8252 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8253 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
8254 * net/newst-backend.el (newsticker--cache-read-feed):
8255 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
8256 condition-case handlers.
8257
ccb4c30c
NR
82582009-09-18 Nick Roberts <nickrob@snap.net.nz>
8259
8260 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8261 (gdb-var-list): Add an element for has_more field.
8262 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8263 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8264 (gdb-var-update-handler-1): Parse output of dynamic variable
8265 objects (STL containers).
8266 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8267 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8268
8269 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8270 gdb-var-list.
8271 (gud-speedbar-buttons): Make node expandable if expression "has more"
8272 children.
8273
8686ac71
JB
82742009-09-17 Juanma Barranquero <lekktu@gmail.com>
8275
8276 * startup.el (emacs-quick-startup): Remove variable and all uses.
8277 (command-line): Set `inhibit-x-resources' instead.
8278 (command-line-1): Use `inhibit-x-resources' instead.
8279
a69c67e8
CY
82802009-09-17 Chong Yidong <cyd@stupidchicken.com>
8281
8282 * subr.el: Fix last change to avoid using the `unless' macro,
8283 which breaks bootstrapping.
8284
354f0faf
SM
82852009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8286
8287 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8288 extended definitions, in case we reload subr.el after having
8289 loaded CL.
8290 (eval-next-after-load): Mark as obsolete.
8291
98b9bf40
JL
82922009-09-17 Juri Linkov <juri@jurta.org>
8293
8294 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8295 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8296 (menu-bar-showhide-menu, menu-bar-tools-menu)
8297 (menu-bar-describe-menu, menu-bar-help-menu)
8298 (minibuffer-local-completion-map, minibuffer-local-map):
8299 Fix list quoting.
8300
28fab7b5
GM
83012009-09-17 Glenn Morris <rgm@gnu.org>
8302
88d5190c
GM
8303 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8304 arguments, whether or not it has a handler.
8305
74f24ba7
GM
8306 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8307
28fab7b5
GM
8308 * simple.el (hard-newline): Give it a doc-string.
8309
a8106aec
GM
8310 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8311 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 8312
76251ad7
DN
83132009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8314
72033dbe
DN
8315 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8316 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8317 (menu-bar-options-menu, menu-bar-showhide-menu)
8318 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8319 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8320 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8321 (menu-bar-options-menu, menu-bar-tools-menu)
8322 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8323 (menu-bar-help-menu):
8324 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8325 string arguments.
8326
76251ad7
DN
8327 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8328 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8329 calls for the menu names and :help.
8330
97b952b7
SM
83312009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8332
8333 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8334 to :minor-mode-function (bug#4455).
8335
8f38189e
SM
83362009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8337
d2fd733e
SM
8338 * startup.el (command-line): Initialize the window-system after
8339 processing the command-line.
8340
8f38189e
SM
8341 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8342 page-delimiter matches the empty string.
8343
77564fa4
GM
83442009-09-16 Glenn Morris <rgm@gnu.org>
8345
8346 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8347 byte-compile-not-obsolete-var. It's a list now.
8348 (byte-compile-not-obsolete-funcs): New variable.
8349 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8350 byte-compile-not-obsolete-funcs.
8351 (byte-compile-variable-ref, byte-compile-defvar): Update for
8352 byte-compile-not-obsolete-vars name-change and list nature.
8353 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8354 and variables behind (f)boundp tests.
8355 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8356
79d316d3
DN
83572009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8358
8359 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8360
8fed6934
SM
83612009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8362
8363 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8364 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8365 Don't autoload.
8366
4078fd57
SE
83672009-09-15 Stephen Eglen <stephen@gnu.org>
8368
8369 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 8370 the virtual-buffers, use the name of the buffer specified by
4078fd57 8371 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 8372 problem if the target and the symlink had different names.)
4078fd57 8373
838ff458
SM
83742009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8375
b3c7c12d
SM
8376 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8377
13dc2bc2
SM
8378 * desktop.el (desktop-path): Check user-emacs-directory.
8379
49fec531
SM
8380 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8381
0e328d37
SM
8382 * loadup.el: Use after-load-functions to GC after loading each file.
8383 Remove the explicit GC calls that used to be sprinkled around.
8384
838ff458
SM
8385 * subr.el (after-load-functions): New hook.
8386 (do-after-load-evaluation): Run it. Use string-match-p to detect
8387 `obsolete' packages, rather than painfully extracting the relevant
8388 directory name.
8389
a62f564f
GM
83902009-09-15 Glenn Morris <rgm@gnu.org>
8391
8392 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8393 free variable `doc'.
8394
8395 * dired.el (dired-mode-map): Add menu entry for async shell command.
8396
8397 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8398 variables, also consider the .elc files, since the .el files are
8399 normally gzipped (subsequent code locates the .el.gz from the .elc).
8400
8401 * calc/calc-prog.el (arglist): Define for compiler.
8402
8403 * calendar/diary-lib.el (diary-display-function): Change the default to
8404 fancy display.
8405 (body): Define for compiler.
8406
8407 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8408 (byte-compile-file-form, byte-compile-lambda)
8409 (byte-compile-top-level-body, byte-compile-form)
8410 (byte-compile-variable-ref, byte-compile-setq)
8411 (byte-compile-setq-default, byte-compile-body)
8412 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8413 (batch-byte-compile): Give some more local variables with common names
8414 a "bytecomp-" prefix to avoid masking warnings about free variables.
8415
cd05fe7f
GM
8416 * startup.el (command-line-1): Give local variables with common names a
8417 distinguishing prefix, so as not to hide free variable warnings during
8418 bootstrap.
8419
a62f564f
GM
8420 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8421 clever and add a suffix to make a unique name, just let the user decide
8422 whether or not to overwrite it. If the input is a directory, write the
8423 default filename to that directory. (Bug#4388)
8424 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8425 is a filename-as-a-directory.
8426
fbc88440
SM
84272009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8428
8429 * textmodes/page.el (what-page): Don't move to beginning of line.
8430 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8431
60308853
DN
84322009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8433
8434 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8435
32ba3abc
DN
84362009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8437
9cd39aff
DN
8438 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8439 * help.el (help-for-help-internal): Add purecopy calls for text.
8440
32ba3abc
DN
8441 * vc.el (top): print-log method now takes an optional SHORTLOG
8442 argument. Add a new method: root.
32ba3abc
DN
8443 (vc-root-diff, vc-print-root-log): New functions.
8444 (vc-log-short-style): New variable.
8445 (vc-print-log-internal): Add support for showing short logs.
8446
8447 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8448 vc-print-root-log and vc-print-root-diff.
8449
8450 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8451 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8452 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8453 short logs.
8454
8455 * vc-cvs.el (vc-cvs-print-log):
8456 * vc-mtn.el (vc-mtn-print-log):
8457 * vc-rcs.el (vc-rcs-print-log):
8458 * vc-sccs.el (vc-sccs-print-log):
8459 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8460 that is ignored for now.
8461
837b0e99
DN
8462 * vc-mtn.el (vc-mtn-annotate-command):
8463 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8464
31cd2dd4
SM
84652009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8466
8467 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8468 to function-key-map, and give them ascii-character property.
8469 * term/x-win.el (x-alternatives-map):
8470 * term/ns-win.el (ns-alternatives-map):
8471 * term/internal.el (msdos-key-remapping-map):
8472 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8473
d62e5bf2
GM
84742009-09-14 Glenn Morris <rgm@gnu.org>
8475
8476 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8477 temp-buffers (2009-09-12).
8478
7d0105e5
SM
84792009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8480
8481 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8482 the new read-key function.
8483
e17ed9ad
CY
84842009-09-13 Chong Yidong <cyd@stupidchicken.com>
8485
8486 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8487 is defined (Bug#4405).
8488
1fc26e29
CY
84892009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
8490
8491 * recentf.el (recentf-cleanup): Use a hash table to find
8492 duplicates (Bug#4407).
8493
61dc96a2 84942009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
8495
8496 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8497 kp-0 to ascii equivalents (Bug#4325).
8498
42c3a9e3
CY
84992009-09-13 Chong Yidong <cyd@stupidchicken.com>
8500
1f5c1626
CY
8501 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8502
42c3a9e3 8503 * eshell/em-hist.el:
31cd2dd4
SM
8504 * eshell/em-dirs.el (eshell-complete-user-reference):
8505 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
8506
85072009-09-13 Leo <sdl.web@gmail.com> (tiny change)
8508
8509 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8510 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8511 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
8512 * eshell/em-hist.el (eshell-history-file-name):
8513 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 8514
1e2b6acf
GM
85152009-09-13 Glenn Morris <rgm@gnu.org>
8516
8517 * ediff-merg.el (ediff-do-merge):
8518 * filesets.el (filesets-run-cmd):
8519 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8520 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8521 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8522 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8523 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8524 Replace empty `let's with `progn'.
8525
adba8116
SM
85262009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8527
8528 * mail/sendmail.el (send-mail-function):
8529 * tooltip.el (tooltip-mode):
8530 * simple.el (transient-mark-mode):
8531 * rfn-eshadow.el (file-name-shadow-mode):
8532 * frame.el (blink-cursor-mode):
8533 * font-core.el (global-font-lock-mode):
8534 * files.el (temporary-file-directory)
8535 (small-temporary-file-directory, auto-save-file-name-transforms):
8536 * epa-hook.el (auto-encryption-mode):
8537 * composite.el (global-auto-composition-mode):
8538 Use custom-initialize-delay.
8539 * startup.el (command-line): Don't explicitly call
8540 custom-reevaluate-setting for all the above vars.
8541 * custom.el (custom-initialize-safe-set)
8542 (custom-initialize-safe-default): Delete.
8543
0a4afea9
SM
85442009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8545
9f94990d
SM
8546 * term/x-win.el (x-initialize-window-system):
8547 * term/w32-win.el (w32-initialize-window-system):
8548 * term/ns-win.el (ns-initialize-window-system): Don't call
8549 mouse-wheel-mode since it's enabled globally by default already.
8550
0a4afea9
SM
8551 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8552 actually define the variable, but only silences the byte-compiler.
8553 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8554 before looking it up.
8555 (mouse-wheel-scroll-amount): Also reset the bindings if this value
8556 is changed.
8557
bf01513f
GM
85582009-09-12 Glenn Morris <rgm@gnu.org>
8559
8560 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8561 1000.
8562 (elint-add-required-env): Don't beep on error.
8563 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
8564 (elint-init-env): Skip non-list forms.
8565 (elint-log): Handle unknown file positions.
bf01513f 8566
d85889e4
DU
85672009-09-12 Daiki Ueno <ueno@unixuser.org>
8568
8569 * epg.el (epg-make-context): Add autoload cookie.
8570 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8571 (epg-decrypt-string, epg-start-verify, epg-verify-file)
8572 (epg-verify-string, epg-start-sign, epg-sign-file)
8573 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8574 (epg-encrypt-string, epg-start-export-keys)
8575 (epg-export-keys-to-file, epg-export-keys-to-string)
8576 (epg-start-import-keys, epg-import-keys-from-file)
8577 (epg-import-keys-from-string, epg-start-receive-keys)
8578 (epg-receive-keys, epg-import-keys-from-server)
8579 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8580 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
8581 (epg-generate-key-from-file, epg-generate-key-from-string):
8582 Remove autoload cookie.
d85889e4 8583
8f825ee6
EZ
85842009-09-12 Eli Zaretskii <eliz@gnu.org>
8585
36b434ee
EZ
8586 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8587 reevaluation of trash-directory.
8588
8f825ee6
EZ
8589 * mwheel.el: Fix last change.
8590 (mouse-wheel-mode): New defvar.
8591 (mouse-wheel-mode): Remove autoload cookie.
8592
5766c380
SM
85932009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8594
ab5c0fcd
SM
8595 * mwheel.el (mwheel-installed-bindings): New var.
8596 (mouse-wheel-mode): Use it, so as to make sure we really remove all
8597 the bindings we set last time. Use custom-initialize-delay.
8598 * loadup.el: Load mwheel after term/*-win.el.
8599 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8600 and mouse-wheel-up-event now that their first evaluation is done
8601 sufficiently late to be correct.
8602
45448e64
SM
8603 * startup.el (tutorial-directory): Make it a defcustom.
8604 Use custom-initialize-delay rather than eval-at-startup to set it.
8605 * image.el (image-load-path): Make it a defcustom.
8606 Use custom-initialize-delay rather than eval-at-startup to set it.
8607 * subr.el (eval-at-startup): Remove.
8608 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8609
5766c380
SM
8610 * subr.el (do-after-load-evaluation): Warn the user after loading an
8611 obsolete package.
8612
d6549da4
GM
86132009-09-12 Glenn Morris <rgm@gnu.org>
8614
8615 * proced.el (proced-mark-alt): Remove alias.
8616 (proced-mode-map): Remove proced-mark-alt.
8617
8618 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8619 Elint file and directory. Remove initialization entry.
8620
8621 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8622 commands.
8623 (elint-current-buffer): Set mode-line-process.
8624 (elint-init-env): Handle define-derived-mode.
8625 Fix declare-function with unspecified arglist. Guard against odd
8626 defalias statements (eg iso-insert's 8859-1-map).
8627 (elint-add-required-env): Use a temp buffer.
8628 (elint-form): Just print the function/macro name, not the whole form.
8629 Return env unchanged if we fail to parse a macro.
8630 (elint-forms): Guard against parse errors.
8631 (elint-output): New function, to handle batch mode.
8632 (elint-log-message): Add optional argument. Use elint-output.
8633 (elint-set-mode-line): New function.
8634
30194d4d
CY
86352009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
8636
8637 * emacs-lisp/elp.el (elp-not-profilable): Add more
8638 functions (Bug#4233).
8639
a035f9b0
CY
86402009-09-12 Chong Yidong <cyd@stupidchicken.com>
8641
8642 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8643 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8644
dad61164
NR
86452009-09-11 Nick Roberts <nickrob@snap.net.nz>
8646
8647 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8648 (gdb-var-list-children): Use json parsing.
8649
9c3c9fdf 86502009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
8651
8652 * progmodes/js.el (js--proper-indentation): Handle the case where
8653 char-before is null. Reported by Deniz Dogan.
8654
b4587710
JB
86552009-09-11 Juanma Barranquero <lekktu@gmail.com>
8656
8657 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8658
13890796
DU
86592009-09-11 Daiki Ueno <ueno@unixuser.org>
8660
8661 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8662 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 8663 (epg-context-set-passphrase-callback)
97d4bdba 8664 (epg-context-set-progress-callback): Add description about
b18508dd 8665 callback function.
13890796 8666
2efb64a8
SM
86672009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8668
790d0270
SM
8669 * custom.el (custom-delayed-init-variables): New var.
8670 (custom-initialize-delay): New function.
8671 * startup.el (command-line): "Re"evaluate all vars in
8672 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
8673 explicitly any more.
8674 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8675 to avoid creating a ~/.emacs.d at build-time (bug#4347).
8676
8677 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 8678
ac243a40
NR
86792009-09-11 Nick Roberts <nickrob@snap.net.nz>
8680
8681 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8682 (gdb-var-update-handler): Use json parsing.
8683
657bc6fc
JB
86842009-09-11 Juanma Barranquero <lekktu@gmail.com>
8685
8686 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8687 decode annotated text, regardless of language environment. (Bug#2741)
8688
b6fe8102
SM
86892009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8690
8691 * Makefile.in (autoloads): Make rmail.el writable as well.
8692
5cc443fe
GM
86932009-09-11 Glenn Morris <rgm@gnu.org>
8694
5515c54e
GM
8695 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8696 loaddefs.el.
8697 * dired.el: Regenerate with extracted autoloads.
8698 * Makefile.in (autoloads): Make dired.el writable.
8699
15067158
GM
8700 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8701 * ibuffer.el: Regenerate with extracted autoloads.
8702 * Makefile.in (autoloads): Make ibuffer.el writable.
8703
d35d0238
GM
8704 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8705 * version.el (emacs-copyright, emacs-major-version)
8706 (emacs-minor-version): Reformat doc-strings for make-docfile.
8707
5cc443fe
GM
8708 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8709 functions and variables, since they must be stuff specific to some other
8710 platform.
8711 (apropos-print): Make mouse-click message less specific about button.
8712
8713 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8714 that records where a macro was defined.
8715 * help-fns.el (describe-function-1): Mention if a function has a
8716 compiler-macro.
8717 * help-mode.el (help-function-cmacro): New button.
8718
8719 * locate.el (top-level): Always require dired.
8720 (locate-mode-map): Initialize inside the defvar.
8721
8722 * net/ange-ftp.el (dired-compress-file): Declare.
8723 (ange-ftp-dired-compress-file): Add doc string.
8724
8725 * term/ns-win.el (x-display-name, x-setup-function-keys):
8726 Unify doc-strings with X versions.
8727
8cb95edf
SM
87282009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8729
726a4d09
SM
8730 * emulation/crisp.el (crisp-mode-map): Move initialization
8731 into declaration.
8732 (crisp-mode): Use define-minor-mode.
8733
8cb95edf
SM
8734 * progmodes/xscheme.el (xscheme-evaluation-commands):
8735 Put a :advertised-binding property rather than using
8736 advertised-xscheme-send-previous-expression.
8737 (advertised-xscheme-send-previous-expression): Declare obsolete.
8738 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8739 `advertised-undo'.
8740 (crisp-mode): Add corresponding bindings to
8741 undo's :advertised-binding instead.
8742 * dired.el (dired-mode-map): Put a :advertised-binding property rather
8743 than using dired-advertised-find-file.
8744 (dired-advertised-find-file):
8745 * simple.el (advertised-undo):
8746 * wid-edit.el (advertised-widget-backward): Declare obsolete.
8747 (widget-keymap): Put a :advertised-binding property rather
8748 than using advertised-widget-backward.
8749 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8750 than using advertised-undo.
8751 * tutorial.el (tutorial--default-keys): Adjust accordingly.
8752
07db5857
SS
87532009-09-10 Simon South <ssouth@slowcomputing.org>
8754
8755 * progmodes/delphi.el (delphi-tab): Indent region when Transient
8756 Mark mode is enabled and region is active; otherwise indent or
8757 insert TAB as usual.
8758 (delphi-mode): Update description of TAB-key binding.
8759
50d4ba39
SM
87602009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8761
8762 * subr.el (define-key-rebound-commands): Mark obsolete.
8763 * startup.el (precompute-menubar-bindings): Remove.
8764 (normal-top-level): Remove obsolete code that tried to precompute
8765 menubar bindings.
8766 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8767 define-key-rebound-commands and precompute-menubar-bindings.
8768
ffa894db
KY
87692009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8770
8771 * net/imap.el (imap-interactive-login): Better messages.
8772 (imap-open): Fix bug with renamed buffer on reconnect.
8773 (imap-authenticate): Add buffer-local imap-last-authenticator variable
8774 for easier debugging and cleaner code. On successful (guessed based on
8775 server capabilities) secondary authentication, set imap-state
8776 correctly.
8777 (imap-last-authenticator): Define imap-last-authenticator as a variable
8778 to avoid warnings.
8779
9477096c
GM
87802009-09-10 Glenn Morris <rgm@gnu.org>
8781
8782 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8783
8784 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8785 (byte-compile-file-form-autoload): Don't warn about unknown functions
8786 where the autoload statement comes after the use.
8787 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8788 that any handlers inside the body (eg require) are in turn respected.
8789
8790 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8791 effects.
8792
8793 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8794 and syntax and abbrev tables basic docs, if they don't have any.
8795
8796 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8797
8798 * international/mule-cmds.el (top-level): Require cl when compiling.
8799 (view-hello-file): Use default-value rather than
8800 default-enable-multibyte-characters.
8801
8802 * progmodes/fortran.el: Move all safe and risky properties into the
8803 defcustoms.
8804
8805 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8806 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8807 * mail/undigest.el:
8808 Put autoloads in rmail.el rather than loaddefs.el.
8809 * mail/rmail.el: Regenerate with extracted autoloads.
8810
8811 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8812 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8813
9f16c547
NR
88142009-09-10 Nick Roberts <nickrob@snap.net.nz>
8815
8816 Reported in thread for Bug#4375.
8817 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8818 "-data-evaluate-expression" instead of print.
8819 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8820 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
8821 (gdb): Revert 2009-08-11 change. User should detach inferior
8822 manually.
9f16c547
NR
8823
8824 Remove the word "separate" from IO functions as inferior
8825 output is now never displayed in the GUD buffer.
8826
50405cd0
JB
88272009-09-10 Juanma Barranquero <lekktu@gmail.com>
8828
8829 * startup.el (command-line-normalize-file-name): On Windows and
8830 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8831
7ae62430
JL
88322009-09-10 Juri Linkov <juri@jurta.org>
8833
8834 * isearch.el (isearch-text-char-description): Propertize escape
8835 character sequences with the `escape-glyph' face. (Bug#4344)
8836
8837 * simple.el (shell-command): Set asynchronous process filter to
8838 `comint-output-filter'. (Bug#4343)
8839
8840 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8841 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
8842 the list. Move "asm" to the bottom.
8843 (grep-find-ignored-directories): Add `choice' with nil value
8844 to empty the list easily.
8845 (grep-find-ignored-files): New option.
8846 (grep-files-history): Set to nil by default instead of '("ch" "el").
8847 (grep-compute-defaults): Add "<X>" to `grep-template'.
8848 (grep-read-files): Bind new local variables `default-alias' and
8849 `default-extension'. Use a list of default values for the file prompt.
8850 (lgrep): Add `--exclude=' command line options composed from
8851 `grep-find-ignored-files'.
8852 (rgrep): Add `-name' command line options composed from
8853 `grep-find-ignored-files'. (Bug#4301)
8854
cd875252
SM
88552009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8856
8857 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8858 (bug#4368).
8859
cdce0b33
KY
88602009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8861
8862 * calendar/time-date.el (autoload):
8863 Expand define-obsolete-function-alias into defalias and make-obsolete
8864 for old Emacsen that Gnus supports.
8865 (with-no-warnings): Define it for old Emacsen.
8866 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8867 is available.
8868 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8869 float-time is available; suppress compile warning for time-to-seconds.
8870
88712009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
8872
8873 * net/imap.el (imap-message-map): Docstring fix.
8874
2b2eb431
GM
88752009-09-09 Glenn Morris <rgm@gnu.org>
8876
8877 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8878 line numbers too. (Bug#4374)
8879
83a5aac5
SM
88802009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8881
755e0210
SM
8882 * smerge-mode.el (smerge-remove-props, smerge-refine):
8883 Use with-silent-modifications (bug#4342).
8884
83a5aac5
SM
8885 * subr.el (with-silent-modifications): New macro.
8886
79f01fa7
JB
88872009-09-07 Juanma Barranquero <lekktu@gmail.com>
8888
8889 * files.el (top-level): Require `cl' when compiling.
8890
448ecec3
GM
88912009-09-07 Glenn Morris <rgm@gnu.org>
8892
8893 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8894
8f09a02f
GM
8895 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8896 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
8897
76ff67bf
NR
88982009-09-06 Nick Roberts <nickrob@snap.net.nz>
8899
8900 * vc-git.el (vc-git-annotate-command): Use separator to parse
8901 arguments correctly.
8902
943c8b75
EZ
89032009-09-06 Eli Zaretskii <eliz@gnu.org>
8904
8905 * proced.el (proced-mode): Doc fix.
8906
680db9ac
MA
89072009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
8908
8909 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8910 lstat fails.
8911 (tramp-do-file-attributes-with-ls): Check for file existence at
8912 remote end.
8913 (tramp-do-file-attributes-with-stat): Likewise.
8914 (tramp-convert-file-attributes): Return nil when attr is nil.
8915
3f12e5bd
GM
89162009-09-05 Glenn Morris <rgm@gnu.org>
8917
c8dc27bf
GM
8918 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8919 properties to this button.
8920 (diary-fancy-display): Don't extend the button to the final newline.
8921 (diary-fancy-display-mode): Continue to define "q" as a local key.
8922
cca065d8
GM
8923 * calendar/cal-china.el (holiday-chinese): Make it slightly more
8924 efficient.
8925
cddaedb6
GM
8926 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8927
3f12e5bd
GM
8928 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8929 (byte-compile-dest-file-function): New option.
8930 (byte-compile-dest-file): Doc fix.
8931 Obey byte-compile-dest-file-function.
8932 (byte-compile-cl-file-p): New function.
8933 (byte-compile-eval): Only suppress noruntime warnings about cl functions
8934 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
8935 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8936 than for file being previously loaded.
8937 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8938 (byte-compile-file-form-require): Handle the case where requiring a file
8939 indirectly causes CL to be loaded.
8940
049a231b
KF
89412009-09-05 Karl Fogel <kfogel@red-bean.com>
8942
8943 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8944 before killing the old buffer, since by the time `kill-buffer' is
8945 run so many buffer variables have been set to nil that it may not
8946 behave as expected. (Bug#4061)
8947
ef7ef2a0
KF
89482009-09-05 Karl Fogel <kfogel@red-bean.com>
8949
8950 * files.el (find-alternate-file): If the old buffer is modified
8951 and visiting a file, behave similarly to `kill-buffer' when
8952 killing it, thus reverting to the pre-1.878 behavior; see
8953 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8954 for discussion. Also, consult `buffer-file-name' as a variable
8955 not as a function, for consistency with the rest of the code.
8956
73d854cd
MA
89572009-09-04 Michael Albinus <michael.albinus@gmx.de>
8958
8959 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8960 also when adding a new directory.
8961
8962 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8963 defun.
8964
df120481
SM
89652009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8966
8967 * files.el (locate-file-completion-table): Make it provide boundary
8968 information, so partial-completion works better.
8969
c0bc6d79
SM
89702009-09-04 Leo <sdl.web@gmail.com> (tiny change)
8971
8972 * mail/footnote.el (Footnote-text-under-cursor):
8973 Check footnote-text-marker-alist before using it (bug#4324).
8974
f76a9756
GM
89752009-09-04 Glenn Morris <rgm@gnu.org>
8976
67d110f1
GM
8977 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8978 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8979 * play/solitaire.el, play/tetris.el:
8980 Remove leading * from defcustom and defface docs.
8981
b42d4989
GM
8982 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8983 necessary.
8984 (diary-fancy-overriding-map): New variable.
8985 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8986 Use view-mode.
8987
f76a9756
GM
8988 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8989 goto-line.
8990
e605eeeb
GM
89912009-09-03 Glenn Morris <rgm@gnu.org>
8992
597e2240
GM
8993 * arc-mode.el (archive-mode):
8994 * dos-fns.el (set-default-process-coding-system):
8995 * man.el (Man-getpage-in-background):
8996 * menu-bar.el (menu-bar-describe-menu):
8997 * server.el (server-process-filter):
8998 * startup.el (command-line):
8999 * tar-mode.el (tar-header-block-tokenize, tar-extract):
9000 * w32-fns.el (set-default-process-coding-system):
9001 * x-dnd.el (x-dnd-handle-file-name):
9002 * international/mule-cmds.el (mule-menu-keymap)
9003 (set-default-coding-systems, language-info-alist, set-language-info)
9004 (set-language-environment, standard-display-european-internal)
9005 (set-locale-environment):
9006 * international/mule-diag.el (mule-diag):
9007 * mail/emacsbug.el (report-emacs-bug):
9008 * mail/rmail.el (rmail-mode):
9009 * mail/sendmail.el (mail-setup):
9010 Use default-value rather than default-enable-multibyte-characters.
9011
f38184aa
GM
9012 * progmodes/f90.el: Move all safe properties into the defcustoms.
9013 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
9014
e605eeeb
GM
9015 * calendar/appt.el (appt-check):
9016 * calendar/diary-lib.el (diary-set-header, diary-live-p)
9017 (diary-check-diary-file, diary-list-entries)
9018 (diary-include-other-diary-files, diary-simple-display)
9019 (diary-fancy-display, diary-print-entries)
9020 (diary-mark-included-diary-files, diary-make-entry):
9021 Don't call substitute-in-file-name on diary-file.
9022
734db384
SM
90232009-09-03 Eduard Wiebe <usenet@pusto.de>
9024 Stefan Monnier <monnier@iro.umontreal.ca>
9025
9026 * mail/footnote.el (footnote-prefix): Make it a defcustom.
9027 (footnote-mode-map): Move initialization into the declaration.
9028 (footnote-minor-mode-map): Define it rather than changing global-map.
9029 (footnote-mode): Use define-minor-mode.
9030
e5aa47f9
MA
90312009-09-02 Michael Albinus <michael.albinus@gmx.de>
9032
9033 * net/tramp.el (tramp-handle-file-attributes-with-ls)
9034 (tramp-do-file-attributes-with-perl)
9035 (tramp-do-file-attributes-with-stat): Rename from
9036 `tramp-handle-file-attributes-with-*'.
9037 (tramp-handle-file-attributes): Use them.
9038 (tramp-do-directory-files-and-attributes-with-perl)
9039 (tramp-do-directory-files-and-attributes-with-stat): Rename from
9040 `tramp-handle-directory-files-and-attributes-with-*'.
9041 (tramp-handle-directory-files-and-attributes): Use them.
9042 (tramp-method-out-of-band-p): Additional parameter SIZE.
9043 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
9044 (tramp-handle-write-region): Use it.
734db384 9045 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
9046 (tramp-handle-vc-registered): Check, whether the first run did
9047 return files to be tested.
9048 (tramp-advice-make-auto-save-file-name): Do not call directly
9049 `tramp-handle-make-auto-save-file-name', because this would bypass
9050 the locking mechanism.
9051
734db384 9052 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
9053 (file-remote-p, process-file, start-file-process, set-file-times)
9054 (tramp-compat-file-attributes): Compatibility functions shall not
9055 call directly `tramp-handle-*', because this would bypass the
9056 locking mechanism.
9057 (tramp-compat-number-sequence): New defun.
9058
6e2ca895
GM
90592009-09-02 Glenn Morris <rgm@gnu.org>
9060
697c7714
GM
9061 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9062 alias for float-time.
9063 (time-to-number-of-days): In Emacs, use float-time.
9064 * net/newst-backend.el (time-add): Suppress warnings from compat
9065 function.
9066 * time.el (emacs-uptime, emacs-init-time):
9067 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9068 Use float-time rather than time-to-seconds.
9069
6e2ca895
GM
9070 * minibuffer.el (completion-initials-expand): Fix typo.
9071
9072 * faces.el (modeline, modeline-inactive, modeline-highlight)
9073 (modeline-buffer-id):
9074 * info.el (info-menu-5): Mark these face aliases as obsolete.
9075
ed17efec
NR
90762009-09-01 Nick Roberts <nickrob@snap.net.nz>
9077
9078 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9079 space ...
9080 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9081 no "--thread" option.
9082 (gdb-stopped): Don't print "Switched to thread" message when it is
9083 unchanged.
9084
fcb68f70
SM
90852009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9086
9087 * minibuffer.el (completion-try-completion)
9088 (completion-all-completions): Remove ill-defined (and
9089 mistakenly installed and luckily never used nor documented)
9090 `completion-styles' property.
9091 (completion-initials-expand, completion-initials-all-completions)
9092 (completion-initials-try-completion): New functions.
9093 (completion-styles-alist): Add doc to each entry.
9094 Add new `initials' entry.
9095
83318a6d
NR
90962009-09-01 Nick Roberts <nickrob@snap.net.nz>
9097
9098 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9099 MI command -var-evaluate-expression.
9100 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9101 and tweak for case of string child.
734db384 9102 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 9103
d63eb0e7
GM
91042009-09-01 Glenn Morris <rgm@gnu.org>
9105
c4f6e489
GM
9106 * add-log.el (change-log-date-face, change-log-name-face)
9107 (change-log-email-face, change-log-file-face, change-log-list-face)
9108 (change-log-conditionals-face, change-log-function-face)
9109 (change-log-acknowledgement-face):
9110 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9111 (custom-modified-face, custom-set-face, custom-changed-face)
9112 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9113 (custom-documentation-face, custom-state-face, custom-comment-face)
9114 (custom-comment-tag-face, custom-variable-tag-face)
9115 (custom-variable-button-face, custom-face-tag-face)
9116 (custom-group-tag-face-1, custom-group-tag-face):
9117 * diff-mode.el (diff-header-face, diff-file-header-face)
9118 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9119 (diff-added-face, diff-changed-face, diff-function-face)
9120 (diff-context-face, diff-nonexistent-face):
9121 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9122 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9123 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9124 (Info-title-4-face):
9125 * isearch.el (isearch-lazy-highlight-face):
9126 * log-view.el (log-view-file-face, log-view-message-face):
9127 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9128 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9129 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9130 (cvs-msg-face):
9131 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9132 (smerge-base-face, smerge-markers-face):
9133 * wid-edit.el (widget-documentation-face, widget-button-face)
9134 (widget-field-face, widget-single-line-field-face)
9135 (widget-inactive-face, widget-button-pressed-face):
9136 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9137 (woman-addition-face):
2fb1ec93
GM
9138 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9139 (eshell-ls-executable-face, eshell-ls-readonly-face)
9140 (eshell-ls-unreadable-face, eshell-ls-special-face)
9141 (eshell-ls-missing-face, eshell-ls-archive-face)
9142 (eshell-ls-backup-face, eshell-ls-product-face)
9143 (eshell-ls-clutter-face):
9144 * eshell/em-prompt.el (eshell-prompt-face):
9145 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 9146 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
9147 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9148 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9149 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9150 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9151 (antlr-font-lock-literal-face):
c4f6e489
GM
9152 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9153 (ebrowse-root-class-face, ebrowse-file-name-face)
9154 (ebrowse-default-face, ebrowse-member-attribute-face)
9155 (ebrowse-member-class-face, ebrowse-progress-face):
9156 * progmodes/make-mode.el (makefile-space-face):
9157 * progmodes/sh-script.el (sh-heredoc-face):
9158 * textmodes/flyspell.el (flyspell-incorrect-face)
9159 (flyspell-duplicate-face):
9160 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 9161 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
9162 Mark face aliases with "-face" suffix as obsolete.
9163
d80619fa
GM
9164 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9165 compiler.
9166
5f68c1b7
GM
9167 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9168 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9169 easy-menu-define wants to modify these.
9170
9171 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9172
9173 * net/browse-url.el (browse-url-file-url):
9174 * term/internal.el (dos-codepage-setup):
9175 Use default-value rather than default-enable-multibyte-characters.
9176
d80619fa 9177 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
9178 * progmodes/flymake.el (flymake-highlight-line)
9179 (flymake-goto-file-and-line, flymake-goto-line):
9180 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9181 (gdb-goto-breakpoint):
9182 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9183 * progmodes/python.el (python-find-function)
9184 (python-pdbtrack-track-stack-file):
9185 * progmodes/verilog-mode.el (verilog-surelint-off):
9186 * term/ns-win.el (ns-open-file-select-line):
9187 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9188 Use forward-line rather than goto-line.
9189
d63eb0e7
GM
9190 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9191 * textmodes/reftex-index.el (reftex-display-index):
9192 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9193 * textmodes/reftex-toc.el (reftex-toc):
9194 Remove unnecessary bindings of default-major-mode (all are followed by
9195 major-mode check and possible mode switch).
9196
0afad278
NR
91972009-08-31 Nick Roberts <nickrob@snap.net.nz>
9198
9199 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9200 Handle watchpoints (bug#4282).
9201 (def-gdb-thread-buffer-command): Enable thread to be selected by
9202 clicking without selecting threads buffer first.
9203 (gdb-current-context-command): Use selected frame so that "up",
9204 "down" etc work in the GUD buffer.
9205 (gdb-update): Find selected frame before rendering stack buffer.
9206 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9207
4e135dd2
SM
92082009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9209
9210 * progmodes/sym-comp.el (displayed-completions): Remove.
9211 (symbol-complete): Use minibuffer-complete.
9212
e61eba34
GM
92132009-08-31 Glenn Morris <rgm@gnu.org>
9214
9215 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9216
734db384
SM
9217 * apropos.el (apropos-symbols-internal):
9218 Handle (obsolete) face aliases.
e61eba34
GM
9219
9220 * faces.el (describe-face): Adjust the output format to be more like
9221 describe-variable, and to mention (obsolete) face aliases.
9222 Adjust the whitespace so that help-setup-xref works.
9223
9224 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9225 * calendar/diary-lib.el (diary-button-face):
9226 Mark these face aliases as obsolete.
9227
9228 * calendar/calendar.el (calendar-today): Doc fix.
9229
4cf71456
NR
92302009-08-31 Nick Roberts <nickrob@snap.net.nz>
9231
9232 * progmodes/gdb-mi.el (gdb-control-all-threads)
9233 (gdb-control-current-thread): Force tool bar update.
9234 (gdb-non-stop-handler): New function.
9235 (gdb-init-1): Use it to test if non-stop mode is supported.
9236 Remove unused gdbmi buffer type.
9237
e61eba34 92382009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
9239
9240 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 9241 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 9242
4324f7ca
NR
92432009-08-30 Nick Roberts <nickrob@snap.net.nz>
9244
9245 * comint.el (comint-exec-1): Check command is non-null first.
9246 Part of gdb-mi.el change (2009-08-28).
9247
a1bf889a
SM
92482009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9249
9250 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9251
060c08b5
JB
92522009-08-30 Juanma Barranquero <lekktu@gmail.com>
9253
9254 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9255 instead of `dolist' to avoid a recursive require when bootstrapping.
9256
ab22be48
SM
92572009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9258
73ebf88f
SM
9259 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9260
80629cfc
SM
9261 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9262
206d0387 9263 * net/imap.el (imap-send-command): Simplify.
734db384 9264 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 9265
844f7784
SM
9266 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9267
5ca4661e
SM
9268 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9269 with constant argument.
9270
c61dc887
SM
9271 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9272
7eb73deb
SM
9273 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9274
5fe443de
SM
9275 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9276 Change default, since most of our files don't have a history.
9277 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9278 the user.
9279
6444d64a
SM
9280 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9281 Add comint-run.
9282
5cb16bfc
SM
9283 * calc/calc.el: Improve commenting convention.
9284 (calc-digit-map, toplevel): Simplify.
9285
0aeb71a7
SM
9286 * comint.el (comint-insert-input): Be careful to only set point if we
9287 don't delegate to some other command.
9288
9a9af856
SM
9289 * proced.el (proced-signal-list): Make it an alist.
9290 (proced-grammar-alist): Capitalize names.
9291 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9292 Disable undo manually and make it read-only.
9293 Use completion-annotate-function.
9294
ab22be48
SM
9295 * minibuffer.el (minibuffer-message): If the current buffer is not
9296 a minibuffer, insert the message in the echo area rather than at the
9297 end of the buffer.
9298 (completion-annotate-function): New variable.
9299 (minibuffer-completion-help): Use it.
9300 (completion--embedded-envvar-table): Environment vars are
9301 always case-sensitive.
9302
4a948dbf
GM
93032009-08-30 Glenn Morris <rgm@gnu.org>
9304
9305 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9306 from fortran-current-defun.
9307 (fortran-beginning-of-subprogram): Be more precise about finding the
9308 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9309 (fortran-end-of-subprogram): Simplify.
9310 (fortran-current-defun): Use fortran-start-prog-re.
9311
486cf3b8
JB
93122009-08-29 Juanma Barranquero <lekktu@gmail.com>
9313
9314 * subr.el (do-after-load-evaluation): Simplify.
9315
db167d28
DN
93162009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9317
9318 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9319
9320 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9321 (vc-rcs-print-log): Use it.
9322
9323 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9324
efbc652a
SM
93252009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9326
2aa0e5bf
SM
9327 * paths.el (abbrev-file-name): Move to abbrev.el.
9328 * abbrev.el (abbrev-file-name): Move from paths.el.
9329 Obey user-emacs-directory.
9330 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9331 user-emacs-directory.
9332 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9333 abbrev-file-name and calc-settings-file any more.
9334 * startup.el (command-line): Recompute abbrev-file-name and
9335 abbreviated-home-dir.
9336 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9337 of the special code for when C-h bindings haven't been changed.
9338 (display-startup-echo-area-message): Use with-current-buffer.
9339 (command-line-1): Use a list of strings, rather than a list of lists
9340 of strings for longopts.
9341
51da8fe2
SM
9342 * files.el (get-free-disk-space): Use / for default-directory.
9343
0c3cc4dd
SM
9344 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9345 Use with-current-buffer.
9346
d988dbf6
SM
9347 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9348 Recognize immutable variables like most-positive-fixnum.
9349 (byte-compile-setq-default): Check and warn if trying to assign
9350 to an immutable variable, or a non-variable.
9351
efbc652a
SM
9352 * progmodes/cc-vars.el (c-comment-continuation-stars):
9353 * progmodes/cc-engine.el (c-looking-at-bos):
9354 * progmodes/cc-cmds.el (c-toggle-auto-state)
9355 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9356 (c-comment-line-break-function): Add version of obsolescence.
9357
d30a05d1
JL
93582009-08-28 Juri Linkov <juri@jurta.org>
9359
9360 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9361 associated with `archive-mode'.
9362
9363 * image.el (image-type-header-regexps): Use only JPEG magic number
9364 to determine JPEG images, and don't use `image-jpeg-p' because
9365 Emacs can display non-JFIF non-Exif JPEG images.
9366
1e8eecea
JB
93672009-08-28 Juanma Barranquero <lekktu@gmail.com>
9368
9369 * arc-mode.el (archive-mode):
9370 * emacs-lisp/re-builder.el (re-builder-unload-function):
9371 Protect against the default value of `major-mode' being nil.
9372
dd4fbf56
JB
93732009-08-28 Juanma Barranquero <lekktu@gmail.com>
9374
9375 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9376 Fix typos in docstrings.
9377
9378 * progmodes/js.el (js--macro-decl-re): Doc fix.
9379 (js--plain-method-re, js--split-name): Refloc docstring.
9380 (js--class-styles, js--make-merged-item, js--splice-into-items):
9381 Fix typos in docstrings; reflow docstrings.
9382 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9383 (js--variable-decl-matcher, js--inside-pitem-p)
9384 (js--parse-state-at-point, js--get-all-known-symbols)
9385 (js--symbol-history, js-find-symbol, js--js-references)
9386 (js--moz-interactor, js--js-encode-value, js--read-tab):
9387 Fix typos in docstrings.
9388
72f16325
SM
93892009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9390
14acf2f5
SM
9391 * textmodes/reftex.el (reftex-get-file-buffer-force):
9392 * progmodes/verilog-mode.el (verilog-batch-execute-func):
9393 * emulation/viper.el (viper-go-away, viper-set-hooks):
9394 * emacs-lisp/re-builder.el (re-builder-unload-function):
9395 * emacs-lisp/bytecomp.el (byte-compile-file):
9396 * ses.el (ses-unload-function):
9397 * hexl.el (hexl-find-file):
9398 * files.el (normal-mode):
9399 * ehelp.el (with-electric-help):
9400 * autoinsert.el (auto-insert-alist):
9401 * arc-mode.el (archive-mode):
9402 Use (default-value 'major-mode) instead of default-major-mode.
9403
72f16325
SM
9404 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9405 * international/mule.el (load-with-code-conversion):
9406 * emacs-lisp/debug.el (debug):
9407 * ediff-vers.el (ediff-rcs-get-output-buffer):
9408 * dired.el (dired-internal-noselect): Don't let-bind
9409 default-major-mode around code that doesn't use it.
9410 E.g. buffer creation via get-buffer-create doesn't use it.
9411
aa485f7c
MA
94122009-08-28 Michael Albinus <michael.albinus@gmx.de>
9413
9414 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9415 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9416 when writing the temp file. Otherwise, epa-file gets confused.
9417 (tramp-register-file-name-handlers): Make it a defun. Move also
9418 `epa-file-handler' to the front of `file-name-handler-alist'.
9419
94202009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9421
9422 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9423 start right after a ^M.
9424 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9425 (tramp-completion-file-name-regexp-separate)
9426 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
9427 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9428 Don't modify last-coding-system-used by accident.
aa485f7c
MA
9429 (tramp-completion-file-name-handler): Apply the checks here,
9430 instead during registration.
48c2d18a 9431 (tramp-register-file-name-handlers): Renamed from
aa485f7c
MA
9432 `tramp-register-file-name-handler'. Register both
9433 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 9434 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 9435
3f0c2b92
NR
94362009-08-28 Nick Roberts <nickrob@snap.net.nz>
9437
72f16325
SM
9438 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9439 Remove variable ...
3f0c2b92
NR
9440 (gdb-init-1, gdb-display-separate-io-buffer)
9441 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9442 references to it.
9443 (gdb-inferior-io-mode): Use make-comint-in-buffer.
9444 (gdb-inferior-filter): Use comint-output-filter to stop
9445 echoing and remove ^M characters.
9446
705e5bd9
SM
94472009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9448
009fdc2e
SM
9449 * emulation/viper-init.el (viper-restore-cursor-type):
9450 * emulation/cua-base.el (cua--update-indications):
9451 Replace default-cursor-type with (default-value 'cursor-type).
9452
b56a5ae0
SM
9453 * mail/sendmail.el (mail-recover-1):
9454 * international/mule-diag.el (describe-current-coding-system-briefly)
9455 (describe-current-coding-system):
9456 * international/mule-cmds.el (select-safe-coding-system)
9457 (select-message-coding-system)
9458 (set-language-environment-coding-systems, set-locale-environment):
9459 * hexl.el (hexl-insert-multibyte-char):
9460 * dos-w32.el (find-buffer-file-type-coding-system):
9461 * simple.el (what-cursor-position):
9462 Replace uses of default-buffer-file-coding-system
9463 with (default-value 'buffer-file-coding-system).
9464
de70529f
SM
9465 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9466 Replace uses of default-cursor-in-non-selected-windows
9467 with (default-value 'cursor-in-non-selected-windows).
9468 Use with-current-buffer.
9469
705e5bd9
SM
9470 * mail/feedmail.el: Use CL macros.
9471 (feedmail-run-the-queue, feedmail-send-it-immediately):
9472 * dos-w32.el (find-buffer-file-type): Replace uses of
9473 default-buffer-file-type with (default-value 'buffer-file-type).
9474
4d985ac2
GM
94752009-08-28 Glenn Morris <rgm@gnu.org>
9476
9477 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9478 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9479 Use default-value of major-mode rather than default-major-mode.
9480
17c15b81
SM
94812009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9482
3a68ab06
SM
9483 * Makefile.in (update-elcfiles): Report left over elc files.
9484
9421bdd1
SM
9485 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9486 expand-file-name and with-current-buffer.
9487 (mail-get-names, mail-directory): Use with-current-buffer.
9488
17c15b81
SM
9489 * vc.el (vc-read-revision): New function.
9490 (vc-version-diff, vc-merge): Use it.
9491
ba83a64e
SS
94922009-08-27 Sam Steingold <sds@gnu.org>
9493
9494 * simple.el (kill-do-not-save-duplicates): New user option.
9495 (kill-new): When it is non-nil, and the new string is the same as
9496 the latest kill, set replace to t to avoid duplicates in kill-ring.
9497
be3e598a 94982009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
9499
9500 * net/tramp.el (tramp-handle-process-file): Do not flush all
9501 caches when `process-file-side-effects' is set.
9502 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
9503 instead of `tramp-find-file-exists-command'.
9504 Unset `process-file-side-effects'.
d5b5c94a
MA
9505
95062009-08-27 Michael Albinus <michael.albinus@gmx.de>
9507
9508 * net/tramp.el (tramp-methods): New method "rsyncc".
9509 (top): Add completion function for "rsyncc".
9510 (tramp-message-show-message): New defvar.
9511 (tramp-message, tramp-error): Use it.
9512 (tramp-do-copy-or-rename-file-directly): Extend check for direct
9513 remote copying.
9514 (tramp-do-copy-or-rename-file-out-of-band): Handle new
9515 `tramp-methods' entry `copy-env' of "rsyncc".
9516 (tramp-vc-registered-read-file-names): New defconst.
9517 (tramp-vc-registered-file-names): New defvar.
9518 (tramp-handle-vc-registered): Implement optimization strategy.
9519 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9520 (tramp-vc-file-name-handler): New defun.
9521 (tramp-get-ls-command, tramp-get-test-command)
9522 (tramp-get-file-exists-command, tramp-get-remote-ln)
9523 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 9524 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
9525
9526 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9527 (tramp-cache-inhibit-cache): Extend doc string. It allows also
9528 timestamps.
9529 (tramp-get-file-property): Check for timestamps in
9530 `tramp-cache-inhibit-cache'.
9531 (tramp-set-file-property): Write timestamp.
9532
1339cf20
KH
95332009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9534
9535 * language/japan-util.el (japanese-symbol-table): Add entries for
9536 cp932-2-byte.
9537
9538 * international/characters.el: Add category `j' to cp932-2-byte.
9539
726e3f1d
KH
95402009-08-27 Kenichi Handa <handa@m17n.org>
9541
9542 * international/fontset.el (build-default-fontset-data): New macro.
9543 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 9544 tibetan, ethiopic, and ipa.
726e3f1d 9545
4e3b4528
SM
95462009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9547
9548 * cus-start.el (default-major-mode): Customize `major-mode' instead.
9549 (enable-multibyte-characters): Not customizable any more.
9550
9551 * subr.el (default-mode-line-format, default-header-line-format)
9552 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9553 (default-direction-reversed, default-truncate-lines)
9554 (default-left-margin, default-tab-width, default-case-fold-search)
9555 (default-left-margin-width, default-right-margin-width)
9556 (default-left-fringe-width, default-right-fringe-width)
9557 (default-fringes-outside-margins, default-scroll-bar-width)
9558 (default-vertical-scroll-bar, default-indicate-empty-lines)
9559 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9560 (default-fringe-cursor-alist, default-scroll-up-aggressively)
9561 (default-scroll-down-aggressively, default-fill-column)
9562 (default-cursor-type, default-buffer-file-type)
9563 (default-cursor-in-non-selected-windows)
9564 (default-buffer-file-coding-system, default-major-mode)
9565 (default-enable-multibyte-characters): Mark as obsolete.
9566
b3cca6a6
DN
95672009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
9568
652cc1a2
DN
9569 * vc-dir.el (vc-dir-update): Remove debug helper.
9570
b3cca6a6
DN
9571 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9572
4ed8c7aa
SS
95732009-08-26 Sam Steingold <sds@gnu.org>
9574
9575 * simple.el (save-interprogram-paste-before-kill): New user option.
9576 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9577 save the interprogram-paste into kill-ring before overriding it
9578 with the Emacs kill.
9579
3b64d86b
DN
95802009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9581
9582 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9583 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9584 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9585 and move to vc-rcs.el.
9586 (vc-default-next-revision): Rename to vc-rcs-next-revision and
9587 move to vc-rcs.el.
9588 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9589 (vc-rcs-update-changelog): Remove.
9590 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9591 and move to vc-rcs.el.
9592
9593 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9594 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9595 renaming.
9596 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 9597 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
9598 vc.el, renamed to be RCS specific.
9599
72f16325
SM
9600 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9601 New functions.
9602 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
9603
9604 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9605 New functions.
9606
636a36a0
SM
96072009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9608
9609 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9610
239b3340
DN
96112009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9612
b91f0762 9613 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
9614 (vc-git-stash, vc-git-stash-show): New functions.
9615 (vc-git-extra-menu-map): Bind them.
b91f0762 9616
b8e54362
DN
9617 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9618 directory correctly in case the item is a directory itself.
9619
239b3340
DN
9620 * vc.el: Document the desired behavior for reverted files in the
9621 `added' state.
dc810649
DN
9622 (vc-default-prettify-state-info): Remove function, unused.
9623
9624 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 9625
e49c0179
GM
96262009-08-26 Glenn Morris <rgm@gnu.org>
9627
9628 * bindings.el (standard-mode-line-format): Reposition dashes in
9629 which-func entry. (Bug#4217)
9630
3029e594
GM
9631 * files.el (enable-local-variables, enable-local-eval)
9632 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9633 the defcustoms.
9634 (auto-mode-alist, ignored-local-variables)
9635 (save-some-buffers-action-alist): Move risky declarations to the
9636 definitions.
9637 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9638 (font-lock-defaults, format-alist, imenu--index-alist)
9639 (imenu-generic-expression, input-method-alist, minor-mode-alist)
9640 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9641 (mode-line-modified, mode-line-mule-info, mode-line-position)
9642 (mode-line-process, mode-line-remote, outline-level)
9643 (parse-time-rules, rmail-output-file-alist)
9644 (special-display-buffer-names, vc-mode):
9645 Move risky declarations to the relevant files.
72f16325
SM
9646 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9647 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
9648 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9649 * font-core.el (font-lock-defaults):
9650 * format.el (format-alist):
9651 * vc-hooks.el (vc-mode):
9652 * window.el (special-display-buffer-names):
9653 * international/mule-cmds.el (input-method-alist):
9654 Define riskiness here (dumped file) rather than in files.el.
9655 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9656 * imenu.el (imenu-generic-expression, imenu--index-alist):
9657 * outline.el (outline-level):
9658 * time.el (display-time-string):
9659 * calendar/parse-time.el (parse-time-rules):
9660 * mail/rmailout.el (rmail-output-file-alist):
9661 Autoload riskiness here, rather than placing in files.el.
9662
8476cfaf
SM
96632009-08-26 Andreas Schwab <schwab@linux-m68k.org>
9664
9665 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9666
0b35b48e
MA
96672009-08-25 Michael Albinus <michael.albinus@gmx.de>
9668
9669 * simple.el (process-file-side-effects): New defvar.
9670
9671 * dired-aux.el (dired-show-file-type):
9672 * vc.el (vc-diff-internal):
9673 * vc-arch.el (vc-arch-diff):
9674 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9675 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9676 * vc-git.el (vc-git-registered, vc-git-working-revision)
9677 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9678 (vc-git--empty-db-p):
9679 * vc-hooks.el (vc-user-login-name):
9680 * vc-svn.el (vc-svn-registered, vc-svn-state)
9681 (vc-svn-dir-extra-headers, vc-svn-find-revision):
9682 * progmodes/grep.el (grep-probe): Let-bind
9683 `process-file-side-effects' with nil.
9684
9685 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9686
9687 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9688 daemon. Replace ping by checking for running service for bluez
9689 and zeroconf. (Bug#4239)
9690
d54cc599
GM
96912009-08-25 Kevin Ryde <user42@zip.com.au>
9692
9693 * net/dig.el (dig): Add autoload cookie.
9694
7bfd055d
GM
96952009-08-25 Glenn Morris <rgm@gnu.org>
9696
bac9c66c
GM
9697 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9698 load-history for absolute file-names.
9699 (byte-compile-file-form-require): Warn about use of the cl package.
9700
7bfd055d
GM
9701 * format.el (format-alist): Doc fix.
9702
5ac1f9e0
GM
9703 * play/bubbles.el (top-level): Don't require cl at run-time.
9704
af62aa88
GM
9705 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9706 run-time cl).
9707
71e036af
DD
97082009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
9709
9710 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9711 from cl package.
9712 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9713
42110eaf
JB
97142009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
9715
9716 * calc/calc-alg.el (math-trig-rewrite)
9717 (math-hyperbolic-trig-rewrite): New functions.
9718 (calc-simplify): Simplify trig functions when asked.
9719
88421f3e
SM
97202009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9721
9722 * diff-mode.el (diff-find-source-location): Avoid goto-line.
9723
dbd9624e
KH
97242009-08-24 Kenichi Handa <handa@m17n.org>
9725
9726 * language/ind-util.el (mapthread): Delete it.
9727 (combinatorial): New function.
9728 (indian--puthash-cv): Use combinatorial instead of mapthread.
9729
9b89e3ee
GM
97302009-08-22 Kevin Ryde <user42@zip.com.au>
9731
9732 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9733 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9734 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9735 Clarify docstring that the value is strings not symbols.
9736 (checkdoc-list-of-strings-p): New function.
9737
e6ce8c42
GM
97382009-08-22 Glenn Morris <rgm@gnu.org>
9739
2ddf2ea6 9740 * files.el (auto-mode-alist):
a3374680
GM
9741 * hippie-exp.el (he-concat-directory-file-name):
9742 * lpr.el (lpr-windows-system, printer-name):
9743 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9744 * ps-print.el (ps-windows-system):
9745 * startup.el (command-line):
9746 * emulation/viper-ex.el (viper-glob-function):
9747 * international/mule-cmds.el (set-language-environment-coding-systems):
9748 * net/ange-ftp.el (ange-ftp-write-region):
9749 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 9750 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
9751 unisoft-unix, vax-vms, win32, w32.
9752
977955fa
GM
9753 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9754 given name if the pattern is not more specific.
9755
b4deec2e
GM
9756 * calendar/lunar.el (lunar-phase-names): New option.
9757 (lunar-phase): Doc fix.
9758 (lunar-cycles-per-year): New constant.
9759 (lunar-index): New function.
9760 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9761 (lunar-phase-name): Use lunar-phase-names.
9762 (calendar-lunar-phases): Use format.
9763 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9764
47e83968
GM
9765 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9766 Copy imenu-example--name-and-position function here for own use.
9767 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9768
e6ce8c42
GM
9769 * bs.el (bs--redisplay):
9770 * cus-edit.el (custom-redraw):
9771 * ibuffer.el (ibuffer-bury-buffer):
9772 * server.el (server-goto-line-column):
9773 * startup.el (command-line-1):
9774 * strokes.el (strokes-xpm-for-stroke):
9775 * term.el (term-display-buffer-line):
9776 * view.el (View-goto-line):
9777 * calc/calc.el (calc-do, calc-trail-buffer):
9778 * play/gamegrid.el (gamegrid-add-score-insecure):
9779 * progmodes/ada-mode.el (ada-compile-goto-error):
9780 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9781 (ebrowse-select-1st-to-9nth):
47e83968 9782 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
9783 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9784 * progmodes/gud.el (gud-display-line):
9785 (idlwave-shell-display-line):
9786 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9787 * progmodes/make-mode.el (makefile-browser-toggle):
9788 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9789 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9790 * textmodes/picture.el (picture-draw-rectangle):
9791 * textmodes/reftex-index.el (reftex-index-goto-letter):
9792 (reftex-select-jump-to-previous):
9793 * textmodes/reftex-sel.el (reftex-find-start-point)
9794 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9795 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9796 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9797 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9798 * textmodes/two-column.el (2C-associated-buffer):
9799 Use forward-line rather than goto-line.
9800
9801 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9802 goto-line.
9803
4b18bdb3
GM
9804 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9805 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9806 (quick-check-list-to-regexp): Declare.
e6ce8c42 9807
72f16325
SM
9808 * progmodes/make-mode.el (makefile-browser-insert-selection):
9809 Use goto-char rather than goto-line.
e6ce8c42
GM
9810
9811 * progmodes/prolog.el (compilation-error-regexp-alist)
9812 (compilation-forget-errors): Declare.
9813
32a2cf25
JL
98142009-08-22 Juri Linkov <juri@jurta.org>
9815
9816 * progmodes/grep.el (lgrep, rgrep): At the beginning
9817 set `dir' to `default-directory' unless `dir' is a non-nil
9818 readable directory. (Bug#4052)
9819 (lgrep, rgrep): Change a weird way to report an error
9820 from using `read-string' to using `error'.
9821 Instead of using interactive arguments in the function body,
9822 add new argument `confirm'.
9823
5443c9b7
SM
98242009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9825
cb5b40ee
SM
9826 * textmodes/remember.el (remember-buffer):
9827 * progmodes/cperl-mode.el (cperl-vc-header-alist):
9828 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9829 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
9830 * net/newst-treeview.el (newsticker-groups-filename):
9831 * net/newst-backend.el (newsticker-cache-filename):
9832 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9833 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9834 (speedbar-add-ignored-path-regexp, speedbar-line-path)
9835 (speedbar-buffers-line-path, speedbar-path-line)
9836 (speedbar-buffers-line-path):
9837 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9838 (epg-sign-keys):
9839 * epa.el (epa-display-verify-result):
9840 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9841
d6261cc1
GM
98422009-08-21 Glenn Morris <rgm@gnu.org>
9843
3e1ea342
GM
9844 * progmodes/js.el (inferior-moz-process): Fix declaration.
9845
ce86eeb5
GM
9846 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9847
fff28970
GM
9848 * obsolete/rnewspost.el (news-mail-reply):
9849 Use goto-char rather than goto-line.
9850
d93e053b
GM
9851 * term/ns-win.el (ns-open-file-select-line):
9852 Use line-beginning-position rather than goto-line.
9853
d5d105e8
GM
9854 * apropos.el (apropos-command):
9855 * ehelp.el (electric-helpify):
9856 * printing.el (pr-show-setup):
9857 * strokes.el (strokes-help):
9858 * tutorial.el (tutorial--describe-nonstandard-key)
9859 (tutorial--detailed-help):
9860 * woman.el (woman-mini-help, woman-display-extended-fonts):
9861 * calc/calc-help.el (calc-describe-key):
9862 * emulation/edt.el (edt-electric-helpify):
9863 * international/mule-diag.el (mule-diag):
9864 * play/yow.el (apropos-zippy):
9865 * progmodes/python.el (python-describe-symbol):
9866 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9867 * textmodes/table.el (*table--cell-describe-mode)
9868 (*table--cell-describe-bindings):
9869 Use help-print-return-message rather than the now obsolete alias.
9870
a8ab722f 9871 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
9872 (calendar-cursor-to-visible-date):
9873 * play/5x5.el (5x5-position-cursor):
9874 * play/decipher.el (decipher):
9875 * play/gomoku.el (gomoku-goto-xy):
9876 * play/landmark.el (lm-goto-xy):
9877 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9878 (mpuz-paint-digit):
9879 Use forward-line, not goto-line.
a8ab722f 9880
d6261cc1
GM
9881 * mail/rmail.el (rmail-obsolete): Delete custom group.
9882 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9883 (rmail-remote-password, rmail-remote-password-required):
9884 Remove unneeded :set-after and :set properties.
9885
9e846523
MA
98862009-08-21 Michael Albinus <michael.albinus@gmx.de>
9887
9888 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9889
bbe1f502
DN
98902009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
9891
bcc5db24
DN
9892 * loadup.el: Remove leftover macos code.
9893
bbe1f502
DN
9894 * vc-git.el (vc-git-annotate-command): Run asynchronously.
9895 Explicitly pass the date format to git blame so that user local
9896 so that the output format can be parsed.
9897
6fd2d19a
MA
98982009-08-20 Michael Albinus <michael.albinus@gmx.de>
9899
9900 * net/dbus.el (top): Don't check for (getenv
9901 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
9902
31764e15
SM
99032009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
9904
9905 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 9906 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 9907
28930e39
SM
99082009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9909
4fd15622 9910 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 9911 Bug#3287
4fd15622 9912
b3d8e4a0
SM
9913 * help.el (help-print-return-message): Rename from
9914 print-help-return-message.
9915
c9829c70
SM
9916 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9917 cvs-mode-map parent hack.
9918 (log-view-mode): Derive from special-mode.
9919
b932657b
SM
9920 * linum.el (linum-mode): window-size-change-functions is redundant.
9921 Adapt to new window-configuration-change-hook behavior.
9922 (linum-after-size, linum-after-config): Remove.
9923
1b700bca
SM
9924 * imenu.el (imenu-example--name-and-position)
9925 (imenu-example--lisp-extract-index-name)
9926 (imenu-example--create-lisp-index, imenu-example--create-c-index):
9927 Mark as obsolete.
9928
28930e39
SM
9929 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9930 (inferior-prolog-mode): Use it.
9931 (inferior-prolog-load-file): Reset list of errors.
9932
c9af0b68
KH
99332009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9934
9935 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9936
9937 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9938
720c7cd6
MA
99392009-08-19 Michael Albinus <michael.albinus@gmx.de>
9940
9941 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9942 is running already.
9943
03a74b84
SM
99442009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9945
9946 * subr.el (listify-key-sequence-1): Use normal syntax since those
9947 integers are nowadays always represented by the same (positive) number
9948 on all platforms.
9949 (read-key-empty-map): New const.
9950 (read-key-delay): New var.
9951 (read-key): New function.
9952 (force-mode-line-update): Use with-current-buffer.
9953 (locate-user-emacs-file): Don't forget to abbreviate the file name.
9954 (start-process-shell-command, start-file-process-shell-command):
9955 Discourage the use of command-args.
9956
f43e88d4
GM
99572009-08-19 Glenn Morris <rgm@gnu.org>
9958
9959 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9960
890429cc
SM
99612009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9962
85be9ec4
SM
9963 * simple.el (choose-completion-string): Don't rely on
9964 minibuffer-completing-file-name and ad-hoc checks to decide whether
9965 to continue completion or not.
9966
890429cc
SM
9967 * minibuffer.el (minibuffer-hide-completions): New function.
9968 (completion--do-completion): Use it.
9969 (completions-annotations): New face.
9970 (completion--insert-strings): Use it.
9971 (completion-pcm--delim-wild-regex): Add docstring.
9972 (completion-pcm--string->pattern): Add support for 0-width delimiters
9973 in completion-pcm--delim-wild-regex.
9974
265d4549
SM
99752009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
9976
d440b941
SM
9977 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9978 Remove unused var `buffer-modified-p'.
9979
265d4549
SM
9980 * minibuffer.el (completion--do-completion): Move point for the #b001
9981 case as well (bug#4176).
9982 (minibuffer-complete, minibuffer-complete-word): Don't move point.
9983
ba6f7d86
MA
99842009-08-18 Michael Albinus <michael.albinus@gmx.de>
9985
9986 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
9987 and :session buses.
9988
98819490
KH
99892009-08-18 Kenichi Handa <handa@m17n.org>
9990
265d4549
SM
9991 * international/ucs-normalize.el (ucs-normalize-version):
9992 Change to 1.1.
58627cf0
KH
9993 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9994 (utf-8-hfs): Make it perform normalization on encoding too.
9995
98819490
KH
9996 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
9997 (sentence-end-without-space): Delete duplicated chars.
9998 (sentence-end-base): Likewise.
e739cc85
KH
9999
10000 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
10001 (html-mode): Delete duplicated chars from sentence-end-base.
10002
10003 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
10004 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 10005
645b9326
CY
100062009-08-17 Chong Yidong <cyd@stupidchicken.com>
10007
10008 * files.el (hack-one-local-variable): If the mode function is for
10009 a minor mode, pass it an argument (Bug#4148).
10010
56c195af
MA
100112009-08-17 Michael Albinus <michael.albinus@gmx.de>
10012
10013 * net/tramp.el (tramp-register-completion-file-name-handler):
10014 Check also for (member 'partial-completion completion-styles).
10015
7a55c78b
CY
100162009-08-16 Chong Yidong <cyd@stupidchicken.com>
10017
10018 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
10019 abbrev (Bug#3943).
10020
be3e598a 100212009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
10022
10023 * progmodes/cperl-mode.el: Merge upstream 6.2.
10024 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
10025 (cperl-forward-re): Check cperl-brace-recursing.
10026 (cperl-highlight-charclass): New function.
10027 (cperl-find-pods-heres): Use it.
31cd2dd4 10028 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 10029 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 10030 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
10031 (cperl-beautify-level): Don't process entire regexp.
10032 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
10033 calling man.
10034 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
10035 (cperl-init-faces): Build a list in the normal way.
10036
81b1f9c9
CY
100372009-08-16 Chong Yidong <cyd@stupidchicken.com>
10038
10039 * calendar/parse-time.el (parse-time-string-chars): Save match
10040 data.
10041
c3732cb8
SM
100422009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10043
55659495
SM
10044 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
10045 (sql-product): Use it.
10046 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
10047 (sql-set-product): Add completion.
10048 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10049 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10050 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10051 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10052 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10053 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10054 (sql-highlight-db2-keywords): Remove.
10055 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10056 (sql-highlight-product): Use derived-mode-p.
10057 (sql-set-sqli-buffer): Use with-current-buffer.
10058 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10059 Simplify.
10060
1ae79427
SM
10061 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10062
c3732cb8
SM
10063 * term.el: Fix commenting convention, turn comments into docstrings.
10064
f24b8bf3
CY
100652009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10066
10067 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10068
7b6fefac 100692009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 10070
1200ac26 10071 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
10072 character classes, to handle non-ascii characters (Bug#3190).
10073
100742009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 10075
1abbe4e5
CY
10076 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10077 another heredoc if the user adds another < (Bug#3226).
10078
c3732cb8
SM
10079 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10080 Don't initialize based on window-system (Bug#4124).
19261da4 10081
daad00fc
CY
10082 * facemenu.el (facemenu-read-color): Use a completion function
10083 that accepts any defined color, such as RGB triplets (Bug#3677).
10084
e1bdde78
CY
10085 * files.el (get-free-disk-space): Change fallback default
10086 directory to /. Expand DIR argument before switching to fallback.
10087 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10088
9d73a99e
CY
100892009-08-15 Chong Yidong <cyd@stupidchicken.com>
10090
10091 * files.el (load-library): Doc fix.
10092
68b962d4 100932009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 10094
953e0c1a 10095 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 10096 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 10097 incremental search string.
9d73a99e 10098
c3732cb8 10099 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 10100 XEmacs.
9d73a99e 10101
c3732cb8
SM
10102 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10103 (ediff-merge-region-is-non-clash)
10104 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 10105 Also check if the job is really a merge job.
9d73a99e 10106
c3732cb8 10107 * ediff.el (ediff-current-file): New function.
9d73a99e 10108
2e330adc
CY
101092009-08-15 Chong Yidong <cyd@stupidchicken.com>
10110
10111 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10112 conventions.
c3732cb8 10113 (js-insert-and-indent): Delete function.
2e330adc
CY
10114 (js-mode-map): Don't bind keys to js-insert-and-indent.
10115 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10116 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 10117 (js-auto-indent-flag): Delete variable.
2e330adc 10118
17b5d0f7
CY
101192009-08-14 Chong Yidong <cyd@stupidchicken.com>
10120
c3732cb8
SM
10121 * progmodes/js.el: Remove proclaim statement.
10122 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 10123
ba2d8894
CY
10124 * files.el (auto-mode-alist): Use js-mode for .js files.
10125
c3732cb8 10126 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
10127
10128 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10129
10130 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10131
c3732cb8 10132 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
10133
101342009-08-14 Daniel Colascione <dan.colascione@gmail.com>
7b6fefac 10135 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
10136
10137 * progmodes/js.el: New file.
10138
b6377f1d
MH
101392009-08-14 Mark A. Hershberger <mah@everybody.org>
10140
10141 * timezone.el (timezone-parse-date): Add ability to understand ISO
10142 basic format (minimal separators) dates in addition to the
10143 already-supported extended format dates.
10144
bc0eef46
EZ
101452009-08-14 Eli Zaretskii <eliz@gnu.org>
10146
4e021e65
EZ
10147 * international/ucs-normalize.el: Add a `coding' file variable.
10148
bc0eef46
EZ
10149 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10150
53dab179
SS
101512009-08-14 Sam Steingold <sds@gnu.org>
10152
6801c38a 10153 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 10154
6c58c39c
CY
101552009-08-13 Chong Yidong <cyd@stupidchicken.com>
10156
10157 * faces.el (help-argument-name): Define it here instead of
10158 help-fns.el, because in daemon mode help-fns.el may be loaded when
10159 faces are still uninitialized (Bug#1078).
10160
10161 * help-fns.el (help-argument-name): Move defface to faces.el.
10162
c7baf7e9
NR
101632009-08-13 Nick Roberts <nickrob@snap.net.nz>
10164
10165 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10166 create buffer with a pty but no process so that GDB can make the
10167 inferior the controlling process.
10168
9c40e995 101692009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
10170
10171 * international/ucs-normalize.el: New file.
10172
8cdba32b
RS
101732009-08-13 Richard Stallman <rms@gnu.org>
10174
5c950923
RS
10175 * mail/rmail.el (rmail-get-attr-names):
10176 Accept an attribute header that is too short.
10177
76e1e40b
RS
10178 * mail/rmail.el (rmail-forget-messages):
10179 Ignore nil elt in rmail-message-vector. Use dotimes.
10180
1fc01b08
RS
10181 * progmodes/compile.el (compilation-goto-locus):
10182 Use next-error-move-function.
10183
8cdba32b
RS
10184 * simple.el (next-error-move-function): New variable.
10185
99910cf4
JL
101862009-08-12 Juri Linkov <juri@jurta.org>
10187
10188 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10189 always non-nil. (Bug#4052)
10190
10191 * replace.el (read-regexp): Return empty string when
10192 `default-value' is nil.
10193 (keep-lines-read-args): Don't use empty string as the
10194 default value for `read-regexp'. (Bug#2495)
10195
fc5bdf6c
JL
101962009-08-12 Juri Linkov <juri@jurta.org>
10197
10198 * international/mule-cmds.el (ucs-insert): Change arguments
10199 from `arg' to `character', `count', `inherit' to be the same
10200 as in `insert-char'. Doc fix. (Bug#4039)
10201
10202 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10203
77748848
JL
102042009-08-12 Juri Linkov <juri@jurta.org>
10205
10206 * files-x.el: New file.
10207
10208 * files.el: Move code that deals with adding/deleting
10209 file/directory-local variables to files-x.el.
10210
10211 * Makefile.in (ELCFILES): Add files-x.elc.
10212
c8a44c4e
DD
102132009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10214
27a9fd5a
DD
10215 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10216 to use `goto-line'.
10217 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10218 `goto-line'.
10219 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 10220 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 10221 threads list.
107ef54a 10222 (gdb): Send -target-detach when buffer is killed (Bug#3794).
cf6e27cf
DD
10223 (gdb-starting): Moved -data-list-register-names...
10224 (gdb-stopped): ...here so it's sent when first thread stops.
10225 (gdb-registers-handler-custom): Do nothing if register names are
10226 unknown yet.
27a9fd5a 10227
c8a44c4e
DD
10228 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10229 from `gdb-mi.el' to avoid extra tangling.
10230
10231 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 10232 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
10233 (gdb-update-gud-running): No extra fuss for updating frame number.
10234
dfd4e693
SM
102352009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10236
51c4341f
SM
10237 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10238 (describe-language-environment-map, setup-language-environment-map)
10239 (set-coding-system-map): Move initialization into declaration.
10240 (set-language-info-alist): Last arg to define-key-after can be skipped.
10241
10242 * international/quail.el (quail-completion-1): Simplify.
10243 (quail-define-rules): Use slightly more compact code.
10244 (quail-insert-decode-map): Propertize keys, compact columns.
10245
dfd4e693
SM
10246 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10247 Add goto-line.
10248
83326559
MB
102492009-08-10 Miles Bader <miles@gnu.org>
10250
10251 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10252 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10253 (js2-instance-member, js2-private-member, js2-private-function-call)
10254 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10255 (js2-magic-paren, js2-external-variable):
10256 Remove "-face" suffix from face names.
10257 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10258 (js2-highlight-undeclared-vars, js2-peek-token)
10259 (js2-parse-function-params, js2-mode-show-errors)
10260 (js2-mode-show-warnings, js2-make-magic-delimiter)
10261 (js2-mode-highlight-magic-parens): Update to use new face names.
10262
8e754ea2
MA
102632009-08-09 Michael Albinus <michael.albinus@gmx.de>
10264
10265 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10266 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10267
1c292fc7
CY
102682009-08-09 Chong Yidong <cyd@stupidchicken.com>
10269
18d433a7
CY
10270 * subr.el: Provide hashtable-print-readable.
10271
1c292fc7
CY
10272 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10273 hs-c-like-adjust-block-beginning.
10274 (hs-hide-block-at-point): Stop hiding at the beginning of
10275 hs-block-end-regexp (Bug#700).
10276
2db0ae07
DD
102772009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10278
10279 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10280 a macro.
10281 (gdb-registers-handler-custom): Do not fail when register names
10282 are unavailable.
10283
fe4740a6
DD
102842009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10285
10286 * progmodes/gdb-mi.el (gdb-control-all-threads)
10287 (gdb-control-current-thread): Interactive setters for
10288 `gdb-gud-control-all-threads' to use in menu.
10289 (gdb-show-run-p): Show «Go» when process is not active.
7b6fefac 10290 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
fe4740a6
DD
10291 gud/thread.xpm and gud/all.xpm.
10292
ce299d55
CY
102932009-08-08 Yoni Rabkin <yoni@rabkins.net>
10294
10295 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10296 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
10297 (net-utils-mode): New mode for viewing diagnostic network output.
10298 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10299 (net-utils-run-simple): New function.
10300 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 10301
7c4654ad
DD
103022009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10303
10304 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10305 (gdb-memory-set-address, def-gdb-set-positive-number)
10306 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10307 after changing settings.
10308 (gdb-invalidate-disassembly): Update when first shown.
10309 (gdb-edit-locals-value): Fixed.
10310 (gdb-registers-handler-custom): Print registers in right order and
10311 allow changing register values (only for current thread yet).
9cbac26b
DD
10312 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10313 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10314 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10315 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10316 info in mode name.
10317 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 10318
0f25a277
EZ
103192009-08-08 Eli Zaretskii <eliz@gnu.org>
10320
10321 * mail/rmail.el (rmail-add-mbox-headers)
10322 (rmail-set-message-counters-counter): Search for
10323 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10324
b971be60
GM
103252009-08-08 Glenn Morris <rgm@gnu.org>
10326
10327 * Makefile.in (ELCFILES): Update.
10328
a35d3ad8
EZ
103292009-08-07 Eli Zaretskii <eliz@gnu.org>
10330
60c2df40
EZ
10331 * mail/sendmail.el (mail-yank-original): Set
10332 buffer-file-coding-system from the one used by the message whose
10333 text is yanked.
10334
8b0bcc2e
EZ
10335 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10336 to "windows" when "pgnuplot" is used.
10337 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10338 call accept-process-output if "pgnuplot" is used.
10339 (calc-graph-init): Don't send -display and -geometry to
10340 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10341 running "pgnuplot -V" with shell-command-to-string.
10342
10343 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10344 the default.
10345
103462009-08-07 Eli Zaretskii <eliz@gnu.org>
10347
10348 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
10349 org/org-latex.elc.
10350
3bca7ca5
DN
103512009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10352
3c53763c
DN
10353 * vc-dispatcher.el (vc-resynch-window): Update comment.
10354
3bca7ca5
DN
10355 * term.el (term-handle-ansi-escape): Add comments with the
10356 terminfo capabilities implemented.
10357
7b217360
DD
103582009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10359
10360 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10361 (gdb-var-create-handler): Rewritten using JSON parser.
10362 (gdb-propertize-header): Moved earlier.
10363 (gdb-set-header): Removed to avoid duplication.
10364 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10365 Refresh disassembly buffers only after threads list have been
10366 update.
10367 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10368 variables.
10369
b4d84ecf
JL
103702009-08-04 Juri Linkov <juri@jurta.org>
10371
10372 * files.el: Commands to add/delete file/directory-local variables.
10373 (read-file-local-variable, read-file-local-variable-value)
10374 (read-file-local-variable-mode, modify-file-local-variable)
10375 (modify-file-local-variable-prop-line)
10376 (modify-dir-local-variable): New functions.
10377 (add-file-local-variable, delete-file-local-variable)
10378 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10379 (add-dir-local-variable, delete-dir-local-variable)
10380 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10381 (copy-dir-locals-to-file-locals-prop-line): New commands.
10382
42da39c1
CY
103832009-08-04 Chong Yidong <cyd@stupidchicken.com>
10384
10385 * abbrev.el (insert-abbrev-table-description): Prettify output.
10386 Suggested by Karl Chen.
10387
98bf8494
DD
103882009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
10389
78b9fb28 10390 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 10391 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
10392 (gdb-overlay-arrow-position, gdb-thread-position)
10393 (gdb-disassembly-position): Declare variables.
10394 (gdb-wait-for-pending): Function now.
10395 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10396 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10397 compilation goes smoothly.
10398 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10399 (gdb-non-stop-setting): New customization setting which replaces
10400 `gdb-non-stop' so changing it doesn't break active GDB session.
10401 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10402 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10403 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10404 (gdb-show-threads-by-default): New customization options.
10405 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10406 routines.
10407 (gdb-get-buffer-create): Send buffers update signal when they are
10408 created.
10409 (gdb-invalidate-locals, gdb-invalidate-registers)
10410 (gdb-invalidate-breakpoints)
10411 (gdb-invalidate-threads, gdb-invalidate-disassembly)
10412 (gdb-invalidate-memory): Accept update signal.
10413 (gdb-current-context-command): Use --frame option.
10414 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10415 Implement `gdb-frame-number' selection logic.
10416 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10417 whether to show GUD toolbar buttons.
10418 (gdb-thread-exited): Unselect current thread when it exits.
10419 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10420 (gdb-mark-line): Routine which sets overlay arrow or inverses
10421 video on fringeless displays.
10422 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10423 to build aligned columns of data in GDB buffers and set text
10424 properties line-by-line.
10425 (gdb-invalidate-breakpoints)
10426 (gdb-breakpoints-list-handler-custom)
10427 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10428 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10429 (gdb-registers-handler-custom): Align data columns.
10430 (gdb-locals-handler-custom): Now prints data like in variable
10431 declarations.
10432 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10433 Removed confusing buttons.
10434 (gdb-invalidate-threads): Append --frame.
10435 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10436 between breakpoints/threads buffers.
10437 (gdb-set-window-buffer): Now can ignore dedicated windows.
10438 (gdb-propertize-header): Use `gdb-set-window-buffer'.
10439 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10440 (def-gdb-thread-buffer-gud-command): Replaces
10441 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10442 for fine thread control.
10443 (gdb-preempt-existing-or-display-buffer): New function used to
10444 display bound buffers without breaking window layout.
10445 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10446 (gdb-select-frame): New version of `gdb-frames-select' which now
10447 sets `gdb-frame-number' so commands may use --frame option instead
10448 of inner debugger state.
10449 (gdb-frame-handler): Do not set `gdb-frame-number'.
10450 (gdb-threads-mode-map): Select threads with mouse.
10451
10452 * progmodes/gud.el (gdb-gud-context-call): Declare function to
10453 avoid compilation warning.
10454 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10455 `gdb-show-stop-p`.
10456
566f3909
DD
10457 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10458 Argument `key' renamed to `buffer-type'.
10459 (gdb-current-context-buffer-name): Do not add thread info to
10460 buffer name when no thread is selected.
10461 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10462 command (bug 3794).
10463 (gdb-thread-selected): Handle `=thread-selected' notification.
10464 (gdb-wait-for-pending): New macro to deal with congestion problems.
10465 (gdb-breakpoints-list-handler-custom): Don't fail on pending
10466 breakpoints.
7b6fefac
JB
10467 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10468 This fixes problem similar to one described in bug 3947.
566f3909
DD
10469 (gud-menu-map): More menu items.
10470 (gdb-init-1): Reset `gdb-thread-number' to nil.
10471
4a31122c
DD
10472 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10473 non-stop settings.
10474
10475 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10476 (gdb-current-context-command): Do not append --thread if
10477 `gdb-thread-number' is nil.
10478 (gdb-running-threads-count, gdb-stopped-threads-count): New
10479 variables.
10480 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10481 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10482 customization options.
10483 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10484 GUD commands.
7b6fefac 10485 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
10486 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10487 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10488 set `gdb-thread-number' and update `gud-running' properly.
10489 (gdb-running): Update threads list when new threads appear.
10490 (gdb-stopped): Support non-stop operation and new thread switching
10491 logic.
10492 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10493 (gdb-json-partial-output): New set of JSON routines.
10494 (def-gdb-auto-update-trigger): New `signal-list' optional
10495 argument.
10496 (gdb-thread-list-handler-custom): Update `gud-running',
10497 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10498 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10499 (gdb-continue-thread, gdb-step-thread): New commands for fine
10500 thread execution control.
10501 (gud-menu-map): New menu items to switch non-stop options.
10502 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 10503 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
10504
10505 * progmodes/gdb-mi.el (gdb-rules-name-maker)
10506 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10507 gdb-buffer-rules.
10508 (def-gdb-auto-update-handler): New nopreserve optional argument.
10509 (gdb-stack-list-frames-custom): Print stack from top to bottom.
10510
10511 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10512 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10513 (gdb-parent-mode): New mode to derive other GDB modes from.
10514 (gdb-display-disassembly-for-thread)
10515 (gdb-frame-disassembly-for-thread): New commands for threads
10516 buffer.
10517
10518 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10519 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
10520 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10521 (gdb-update): We now store all GDB buffers in a list so that they
10522 can be updated by traversing a list instead of calling invalidate
7b6fefac 10523 triggers explicitly.
a5c9f540
DD
10524 (def-gdb-trigger-and-handler): New macro to define trigger-handler
10525 pair for GDB buffer.
10526 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
10527 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10528 handle pending triggers.
10529 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10530 (def-gdb-thread-buffer-simple-command)
10531 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10532 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
10533 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10534 New commands which show buffers bound to thread.
e7086683 10535 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c 10536
7b6fefac
JB
10537 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10538 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
10539 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10540 to (gud-comint-buffer) in *-buffer-name functions
10541 because (gdb-get-target-string) already does that.
10542 (gdb-locals-handler-custom, gdb-registers-handler-custom)
10543 (gdb-changed-registers-handler): Rewritten without regexps.
10544
ba214964 10545 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
10546 (gdb-thread-number): New variable.
10547 (gdb-current-context-command): New macro which adds --thread
10548 option to command.
7b6fefac 10549 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 10550 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 10551 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
10552 (gdb-select-thread): New command which selects current thread.
10553 (gdb-invalidate-frames, gdb-invalidate-locals)
10554 (gdb-invalidate-registers): Use --thread option.
20f12ed8 10555
2ac33804
MA
105562009-08-04 Michael Albinus <michael.albinus@gmx.de>
10557
10558 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 10559 robust. (Bug#3977)
2ac33804
MA
10560 (tramp-handle-insert-file-contents): `unwind-protect' must be
10561 inside `with-parsed-tramp-file-name'.
10562
10563 * net/tramp-gvfs.el (top): Remove superfluous message when loading
10564 fails.
10565
39d0296f
NR
105662009-08-03 Nick Roberts <nickrob@snap.net.nz>
10567
10568 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10569 directory if CLASSPATH is not set.
10570
adcbca53
MA
105712009-08-03 Michael Albinus <michael.albinus@gmx.de>
10572
7b6fefac
JB
10573 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10574 New defconst.
7ef849b6 10575 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 10576
30924b0b
CY
105772009-08-02 Kevin Ryde <user42@zip.com.au>
10578
7b6fefac
JB
10579 * net/newst-backend.el (newsticker--raw-url-list-defaults):
10580 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 10581
b6ce92f1
CY
105822009-08-02 Chong Yidong <cyd@stupidchicken.com>
10583
d977a092
CY
10584 * select.el (x-set-selection): Doc fix (Bug#4021).
10585
10586 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10587
b6ce92f1
CY
10588 * help-fns.el (describe-variable): Treat list return values from
10589 dir-locals-find-file properly (Bug#4005).
10590
7b6fefac 105912009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
10592
10593 * net/tramp.el (tramp-debug-message): Print also microseconds.
10594
105952009-08-02 Michael Albinus <michael.albinus@gmx.de>
10596
10597 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10598 or END is non-nil.
10599 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10600 (tramp-get-debug-buffer): Change `outline-regexp' according to new
10601 format.
10602
5ce6e4f4 10603 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
10604 (tramp-get-file-property): Use it.
10605
10606 * autorevert.el (auto-revert-handler): Allow
10607 `auto-revert-tail-mode' for remote files.
10608
2aafe808
JR
106092009-08-02 Jason Rumney <jasonr@gnu.org>
10610
10611 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 10612 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 10613
e094097c
CY
106142009-08-02 Chong Yidong <cyd@stupidchicken.com>
10615
10616 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10617 (font-lock-variable-name-face, font-lock-constant-face): Darken
10618 the colors for light backgrounds.
10619
de94f281
EZ
106202009-08-01 Eli Zaretskii <eliz@gnu.org>
10621
10622 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10623 month names. (Bug#3987)
10624
54b99340
CY
106252009-07-31 Chong Yidong <cyd@stupidchicken.com>
10626
10627 * simple.el (line-move-finish): Pass whole number to
10628 line-move-to-column.
34be836c 10629 (line-move-visual): Perform hscroll to the recorded position.
54b99340 10630
38216c30
JB
106312009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
10632
10633 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10634
c779896d
CY
106352009-07-29 Alan Mackenzie <acm@muc.de>
10636
10637 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10638
592ccae0
DD
106392009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
10640
35edc6c6
DD
10641 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10642 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 10643
5a9e3ab7
JB
106442009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10645
10646 * calc/calc.el (calc-mode-map): Add keybinding for
10647 `calc-transpose-lines'.
10648
7b6fefac 106492009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
10650
10651 * calc/calc-misc.el (calc-transpose-lines): New function.
10652
905fb90e
MA
106532009-07-28 Michael Albinus <michael.albinus@gmx.de>
10654
10655 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10656 Simplify check for out-of-band methods.
10657 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10658 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
10659
76e14464
DN
106602009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10661
10662 * vc-git.el (vc-git-checkin): Fix typo.
10663
6088b51f 106642009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
10665
10666 * progmodes/js2-mode.el: New file.
10667
b85157fe
NR
106682009-07-28 Nick Roberts <nickrob@snap.net.nz>
10669
10670 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10671 (gud-menu-map): Adjust tooltip accordingly.
10672
d43c2b06
DN
106732009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10674
1c0f0c3b
DN
10675 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10676 (vc-bzr-log-view-mode): Adjust log-view-file-re.
10677
d43c2b06
DN
10678 * add-log.el (change-log-mode-map): Add a menu.
10679
3dec5c36
MA
106802009-07-27 Michael Albinus <michael.albinus@gmx.de>
10681
10682 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10683 function returns nil.
10684 (dbus-handle-event): Handle special return value :ignore.
10685 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10686
5704140c
CY
106872009-07-26 Chong Yidong <cyd@stupidchicken.com>
10688
10689 * view.el (view-mode-enable): Don't define Helper-return-blurb if
10690 it's not needed.
10691
3077d1f6
EZ
106922009-07-25 Eli Zaretskii <eliz@gnu.org>
10693
10694 Fix Bug#3888:
10695
10696 * w32-vars.el (x-select-enable-clipboard): Doc fix.
10697
10698 * term/pc-win.el (x-display-name, x-colors)
10699 (x-select-enable-clipboard, x-select-text): Doc fix.
10700
10701 * term/common-win.el (x-display-name, x-colors): Doc fix.
10702
10703 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10704 (xw-defined-colors): Doc fix.
10705
10706 * w32-fns.el (x-select-text, x-setup-function-keys)
10707 (x-get-selection, x-set-selection): Doc fix.
10708
10709 * term/x-win.el (x-select-text, x-setup-function-keys)
10710 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10711
10712 * select.el (x-set-selection): Doc fix.
10713
51768bc8
MA
107142009-07-25 Michael Albinus <michael.albinus@gmx.de>
10715
10716 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10717 instead of "IsNSSSupportAvailable". Avahi ought to work also when
10718 "IsNSSSupportAvailable" method is not available. Reported by
10719 Steve Youngs <steve@sxemacs.org>.
10720
b11c2874
KH
107212009-07-24 Kenichi Handa <handa@m17n.org>
10722
10723 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 10724 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
10725 (build-unicode-category-table): Fix range checks.
10726
ba83b7b6
DN
107272009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10728
10729 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10730 the buffer we try to sync is current when calling
10731 vc-resynch-buffer.
10732
10733 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10734 not show up to date files.
10735
7a8ae964
GM
107362009-07-24 Glenn Morris <rgm@gnu.org>
10737
10738 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10739 Add autoload cookies. If necessary, initialize.
10740 (elint-log): Handle non-file buffers.
10741 (elint-initialize): Add optional argument to reinitialize.
10742 (elint-find-builtin-variables): Save excursion.
10743
a707eb05
DN
107442009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10745
10746 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10747 for Lint.
10748
0a2ddfa6
DN
107492009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10750
d6a62b0d
DN
10751 * vc.el (vc-print-log-internal): New function, split out from ...
10752 (vc-print-log): ... here.
10b5dcad 10753 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 10754
0a2ddfa6
DN
10755 * vc-git.el (vc-git-add-signoff): New variable.
10756 (vc-git-checkin): Use it.
10757 (vc-git-toggle-signoff): New function.
10758 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
10759 (vc-git--run-command-string): Accept a nil FILE argument.
10760 (vc-git-stash-list): New function.
10761 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 10762
589a99f2
GM
107632009-07-23 Glenn Morris <rgm@gnu.org>
10764
10765 * help-fns.el (describe-variable): Describe ignored and risky local
10766 variables in a similar way to that in which we describe safe ones.
10767
10768 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10769 (byte-compile-output-file-form, byte-compile-output-docform)
10770 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10771 Give some more local variables with common names a "bytecomp-" prefix,
10772 so as not to shadow things during compilation.
10773 * emacs-lisp/cl-macs.el (load-time-value)
10774 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10775 `outbuffer' to `bytecomp-outbuffer'.
10776
10777 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10778 since the next two variables cover them automatically now.
10779 (elint-builtin-variables, elint-autoloaded-variables): New.
10780 (elint-unknown-builtin-args): Remove all members, since they can be
10781 parsed automatically now.
10782 (elint-extra-errors): New.
10783 (elint-env-add-env, elint-env-add-macro): Use cadr.
10784 (elint-current-buffer): Use or. Change final message.
10785 (elint-get-top-forms): Use line-end-position.
10786 (elint-init-env): Use cadr. Handle autoload, declare-function,
10787 and defalias.
10788 (elint-add-required-env): Doc fix. Use or. Standardize error.
10789 (regexp-assoc): Remove unused function.
10790 (elint-top-form): Set elint-current-pos, to record the start of the
10791 top-level form, for compilation-mode.
10792 (elint-form): Trap errors in macro expansion. Use dolist.
10793 (elint-unbound-variable): Use elint-builtin-variables and
10794 elint-autoloaded-variables.
10795 (elint-get-args): Use cadr, or.
10796 (elint-check-cond-form): Use dolist, cadr.
10797 (elint-check-condition-case-form): Doc fix. Use cadr.
10798 Use elint-extra-errors.
10799 (elint-log): New function.
10800 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10801 Distinguish errors and warnings.
10802 (elint-log-message): Use with-current-buffer. Inhibit read-only.
10803 Use a bytecomp-style format.
10804 (elint-clear-log): Preserve default-directory. Inhibit read-only.
10805 (elint-get-log-buffer): Use compilation mode. Disable undo.
10806 Don't truncate lines.
10807 (elint-initialize): Set builtin and autoloaded variable lists.
10808 Only process elint-unknown-builtin-args if non-nil.
10809 (elint-find-builtin-variables, elint-find-autoloaded-variables):
10810 New functions.
10811 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
10812
855b42a2
GM
108132009-07-22 Kevin Ryde <user42@zip.com.au>
10814
10815 * net/newst-backend.el (newsticker--parse-atom-1.0)
10816 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10817 (newsticker--parse-rss-1.0):
10818 * progmodes/idlwave.el (idlwave-mode):
10819 * progmodes/idlw-shell.el (idlwave-shell-mode):
10820 * progmodes/vera-mode.el (vera-mode):
10821 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10822 * progmodes/vhdl-mode.el (vhdl-mode):
10823 * textmodes/table.el (table-generate-source)
10824 (table--warn-incompatibility):
10825 Hyperlink urls in docstrings with URL `...'.
10826
fd413a37
GM
108272009-07-22 Glenn Morris <rgm@gnu.org>
10828
cb711556
GM
10829 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10830 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10831 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10832 Remove leading * from defcustom docs.
10833
fd413a37
GM
10834 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
10835
10836 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10837 defcustom doc.
10838 (list-load-path-shadows): Optionally, just return shadows as a string.
10839
10840 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10841
a4f69701
CY
108422009-07-21 Chong Yidong <cyd@stupidchicken.com>
10843
10844 * mail/rmailedit.el (rmail-edit-mode): Use
10845 auto-save-include-big-deletions.
10846
10847 * mail/rmail.el (rmail-variables): Use
10848 auto-save-include-big-deletions.
10849
10850 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10851 changes.
10852
ec06459c
JB
108532009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10854
10855 * calc/calc.el (calc-undo-length): New variable.
10856 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10857
b41b0976
RS
108582009-07-21 Richard Stallman <rms@gnu.org>
10859
10860 * files.el (auto-save-mode): Handle buffer-save-size = -2
10861 for toggling mode.
10862
4ed32706
GM
108632009-07-21 Glenn Morris <rgm@gnu.org>
10864
531b1264
GM
10865 * textmodes/ispell.el (ispell-looking-back): Update declaration.
10866
55d27f41
GM
10867 * calendar/todo-mode.el (calendar-current-date): Update declaration.
10868
02df3f4d
GM
10869 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10870 silence compiler. Instead...
10871 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10872 (ps-print-ensure-fontified): Update for above function name changes.
10873
fdd8417e
GM
10874 * printing.el (pr-mh-get-msg-num, pr-mh-show)
10875 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10876 silence compiler. Instead...
10877 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10878 (mh-show-buffer): Only define for compiler.
10879 (pr-mh-current-message): Update for above function name changes.
10880
4ed32706
GM
10881 * files.el (abort-if-file-too-large): Explicitly pass `filename'
10882 as an argument.
10883 (find-file-noselect, insert-file-1): Update for above change.
10884
10885 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10886
10887 * mail/mailclient.el (mailclient-send-it): Fix message.
10888
10889 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10890 (edebug-eval): Check cl-debug-env is bound.
10891 (print-level, print-circle): Don't redefine built-in variables.
10892
10893 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10894 (custom-print-vectors): Remove old comments from doc.
10895
10896 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10897 (emerge-version): Make the variable an obsolete alias for the
10898 emacs-version variable. Make the function obsolete.
10899 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10900 Emerge options, rather than merging in into the main Options menu.
10901 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
10902 and auto advance modes. Disable edit/fast items when not relevant.
10903
86812144
CY
109042009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10905
10906 * term/vt420.el (terminal-init-vt420): Fix typo.
10907
6bb90094
SS
109082009-07-20 Sam Steingold <sds@gnu.org>
10909
10910 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10911 variable (removed from compile.el on 2004-03-11).
10912
42e0a725
CY
109132009-07-20 Chong Yidong <cyd@stupidchicken.com>
10914
10915 * files.el (hack-local-variables-filter): Fix last change.
10916
2ee20f24
JL
109172009-07-19 Juri Linkov <juri@jurta.org>
10918
10919 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10920 (dir-local-variables-alist): New buffer-local variable.
10921 (hack-local-variables-filter): If variable is not dir-local,
10922 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10923 because file-local overrides dir-local.
3570691b 10924 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
10925 Remove obsolete declaration.
10926 (hack-dir-local-variables): Add dir-local variable/value pair to
10927 `dir-local-variables-alist' and remove duplicates. Doc fix.
10928
10929 * help-fns.el (describe-variable): Add information about
10930 file-local and dir-local variables.
10931
89bf83cd
CY
109322009-07-19 Chong Yidong <cyd@stupidchicken.com>
10933
10934 * files.el (hack-local-variables-filter): Rewrite.
10935
1a8d3541
GM
109362009-07-19 Glenn Morris <rgm@gnu.org>
10937
d9e8a018
GM
10938 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10939 Silence compiler by only defining on XEmacs.
10940
da332cfb
GM
10941 * international/mule.el (auto-coding-regexp-alist): Only match
10942 BABYL... at the start of buffer, not of lines. (Bug#3790)
10943
1a8d3541
GM
10944 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10945 non-calendar buffers (Bug#3862). Restore "not on a date" message.
10946 (cal-menu-context-mouse-menu): Doc fix.
10947
10948 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10949
10950 * simple.el (mail-user-agent): Doc fix. Set :version tag.
10951
d842b103
JL
109522009-07-18 Juri Linkov <juri@jurta.org>
10953
10954 * info.el: Virtual Info keyword finder.
3570691b 10955 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
10956 (Info-finder-file): New variable.
10957 (Info-finder-find-file): New function.
10958 (finder-known-keywords, finder-package-info)
10959 (find-library-name, lm-commentary): Use defvar and
10960 declare-function to silence compiler warnings.
10961 (Info-finder-find-node): New function.
10962 (info-finder): New command.
10963
10964 * subr.el (process-kill-buffer-query-function): New function.
10965 (add-hook)<kill-buffer-query-functions>: Add hook
10966 `process-kill-buffer-query-function'.
10967
10d37df7
AM
109682009-07-18 Alan Mackenzie <acm@muc.de>
10969
7b6fefac 10970 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
10971 (c-postprocess-file-styles): Give invocation of `c-set-style'
10972 DONT-OVERRIDE parameter of t. Already set style variables will
10973 thus not be overridden by style settings given by `c-file-syle'.
10974
10975 * files.el (hack-local-variables-filter): Remove entries with
10976 duplicate keys from `file-local-variables-alist'.
10977
102e1a41
EZ
109782009-07-18 Eli Zaretskii <eliz@gnu.org>
10979
10980 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10981 x-set-selection if display-selections-p returns nil for the
10982 current frame.
10983
16f2e9fc
CY
109842009-07-18 Chong Yidong <cyd@stupidchicken.com>
10985
10986 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10987
f22693fc
EZ
109882009-07-18 Eli Zaretskii <eliz@gnu.org>
10989
a6c2c80c
EZ
10990 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10991 Accept nil in addition to a regexp.
10992 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10993 Accept nil in addition to a regexp.
10994 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10995 buffers that have an associated file. Handle nil values of
10996 desktop-buffers-not-to-save and desktop-files-not-to-save.
10997 (Bug#3833)
10998
f22693fc
EZ
10999 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11000 (x-disown-selection-internal): New functions.
11001
e456379a
NR
110022009-07-18 Nick Roberts <nickrob@snap.net.nz>
11003
11004 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
11005 warning.
11006 (gdb-breakpoints-header): Move forward to avoid compiler warning.
11007 (gdb-make-header-line-mouse-map): Remove duplicate definition.
11008
0013b70f
CY
110092009-07-18 David De La Harpe Golden <david@harpegolden.net>
11010
11011 * simple.el (set-mark): Revert last change.
11012
0855c2ca
CY
110132009-07-17 Tassilo Horn <tassilo@member.fsf.org>
11014
11015 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
11016 rendering of pngs is not possible instead of messaging a long
11017 description.
11018
3f5c9cad
CY
110192009-07-17 David De La Harpe Golden <david@harpegolden.net>
11020
11021 * w32-fns.el (x-selection-owner-p): New function.
11022
11023 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
11024 (mouse-yank-at-click, mouse-yank-primary): If
11025 select-active-regions is non-nil, deactivate the mark before
11026 insertion.
3f5c9cad
CY
11027
11028 * simple.el (deactivate-mark, set-mark): Only save selection if we
11029 own it.
11030
1fc87f9b
KH
110312009-07-17 Kenichi Handa <handa@m17n.org>
11032
11033 * case-table.el (describe-buffer-case-table): Fix for the case
11034 that KEY is a cons.
11035
d56fdcd2
DN
110362009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
11037
11038 * vc-rcs.el (vc-rcs-find-file-hook):
11039 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
11040
bede3e9f
MA
110412009-07-16 Michael Albinus <michael.albinus@gmx.de>
11042
11043 * net/tramp.el (tramp-wait-for-output): Handle the case when
11044 commands do not return a newline but a null byte before the shell
11045 prompt. (Bug#3858)
11046
7653ca1d
YM
110472009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11048
11049 * term/ns-win.el (ns-set-alpha): Don't declare.
11050 (ns-set-background-alpha): Remove function.
11051
ed2a52e9
SM
110522009-07-16 Kevin Ryde <user42@zip.com.au>
11053
11054 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11055 y-or-n-p, for safety.
11056
7a907299
RS
110572009-07-16 Richard Stallman <rms@gnu.org>
11058
11059 * files.el (auto-save-mode): If buffer-saved-size is -2,
11060 don't clobber it.
11061
11062 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11063 (rmail-retry-ignored-headers): Add more uninteresting fields.
11064
c0db3477
CY
110652009-07-15 Jari Aalto <jari.aalto@cante.net>
11066
11067 * net/rcirc.el (rcirc): Use history variables.
11068 (rcirc-server-name-history, rcirc-nick-name-history)
11069 (rcirc-server-port-history): New variables.
11070
6c875452
KH
110712009-07-15 Kenichi Handa <handa@m17n.org>
11072
bf974dc9
KH
11073 * international/mule-cmds.el (set-language-environment-charset):
11074 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11075 ignore them.
11076
6c875452
KH
11077 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11078 Delete unibyte-display.
11079
2066b4fe
CY
110802009-07-15 Chong Yidong <cyd@stupidchicken.com>
11081
11082 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11083
f9be2e35
CY
110842009-07-15 Chong Yidong <cyd@stupidchicken.com>
11085
11086 * simple.el (deactivate-mark): Optional argument FORCE.
11087 (set-mark): Use deactivate-mark.
11088
11089 * info.el (Info-search): No need to check transient-mark-mode
11090 before calling deactivate-mark.
11091
11092 * select.el (x-set-selection): Doc fix.
11093 (x-valid-simple-selection-p): Allow buffer values.
11094 (xselect--selection-bounds): Handle buffer values. Suggested by
11095 David De La Harpe Golden.
11096
11097 * mouse.el (mouse-set-region, mouse-drag-track): Call
11098 copy-region-as-kill before setting the mark, to let
11099 select-active-regions work.
11100
be3e598a 111012009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
11102
11103 * simple.el (deactivate-mark): If select-active-regions is
11104 non-nil, copy the selection data into a string.
11105 (activate-mark): If select-active-regions is non-nil, set the
11106 selection to the current buffer.
11107 (set-mark): Update selection if select-active-regions is non-nil.
11108
11109 * select.el (x-valid-simple-selection-p): Allow buffer values.
11110
cbd61418
SM
111112009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11112
11113 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11114 and more featureful message-mode.
11115
f470187f
CY
111162009-07-14 Chong Yidong <cyd@stupidchicken.com>
11117
11118 * select.el (x-set-selection): Doc fix.
11119 (x-valid-simple-selection-p): Disallow selection data consisting
11120 of a list or cons of integers, since that is not used.
11121 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11122 (xselect-convert-to-string, xselect-convert-to-length)
11123 (xselect-convert-to-filename, xselect-convert-to-charpos)
11124 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11125
bfc99364
DD
111262009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11127
11128 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11129 output in -break-info command (Emacs bug #3794).
11130
e32721f5
GM
111312009-07-14 Glenn Morris <rgm@gnu.org>
11132
1e46f9e4
GM
11133 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11134 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11135 (edebug-print-length, edebug-print-level, edebug-print-circle)
11136 (edebug-sit-for-seconds, edebug-view-outside)
11137 (edebug-bounce-point, edebug-set-global-break-condition)
11138 (edebug-Go-nonstop-mode, edebug-trace-mode)
11139 (edebug-Trace-fast-mode, edebug-continue-mode)
11140 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11141 (edebug-visit-eval-list): Doc fixes.
11142
e32721f5
GM
11143 * subr.el (def-edebug-spec): Doc fix.
11144
66a85e76
KH
111452009-07-14 Kenichi Handa <handa@m17n.org>
11146
11147 * international/characters.el: Fix setting of category ?C.
11148
28571246
JD
111492009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11150
7b6fefac 11151 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
11152 ns-popup-font-panel instead of generate-fontset-menu.
11153
5d74672c
EZ
111542009-07-12 Eli Zaretskii <eliz@gnu.org>
11155
7b6fefac 11156 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 11157
eb1727a4
CY
111582009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11159
11160 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11161 the PK\003\004 header (Bug#3770).
11162
208384c5
CY
111632009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11164
11165 * pcomplete.el (pcomplete-comint-setup): Check for
11166 shell-dynamic-complete-filename too.
11167
774409a1
CY
111682009-07-11 Chong Yidong <cyd@stupidchicken.com>
11169
11170 * simple.el (temporary-goal-column): Change the value for
11171 line-move-visual to a cons cell.
11172 (line-move-visual): Record or set the window hscroll, if
11173 necessary (Bug#3494).
11174 (line-move-1): Handle cons value of temporary-goal-column.
11175
1639ee1d
KH
111762009-07-11 Kenichi Handa <handa@m17n.org>
11177
11178 * international/mule-diag.el (describe-character-set): Don't show
11179 width.
11180
2b1d2412
SS
111812009-07-10 Sam Steingold <sds@gnu.org>
11182
11183 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11184 Omake sometimes indents the errors it prints, so allow all
11185 regexps to start with spaces.
11186
ed3a5691
EZ
111872009-07-10 Eli Zaretskii <eliz@gnu.org>
11188
ed2a52e9
SM
11189 * cus-edit.el (customize-changed-options-previous-release):
11190 Bump value to 22.1. (Bug#3804)
ed3a5691 11191
49405d0e
SS
111922009-07-08 Sam Steingold <sds@gnu.org>
11193
11194 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11195 to be a cons cell (test . ignored-directory) to selectively ignore
11196 some directories depending on the location of the search.
11197
93c3eb7c
MA
111982009-07-08 Michael Albinus <michael.albinus@gmx.de>
11199
11200 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11201 remote user is root, on the local host.
11202 (tramp-local-host-p): Either the local user or the remote user
11203 must be root. (Bug#3771)
11204
6f2a8484
NR
112052009-07-08 Nick Roberts <nickrob@snap.net.nz>
11206
11207 * progmodes/gdb-mi.el (gdb): Remove description of
11208 gdb-use-separate-io-buffer.
69cb8d82 11209 (menu): Don't allow toggling of or enable
6f2a8484
NR
11210 gdb-use-separate-io-buffer from menubar.
11211
88d03607
CY
112122009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11213
11214 * mail/unrmail.el (unrmail): Make sure the message ends with two
11215 newlines (Bug#3769).
11216
7ef5b8b2
GM
112172009-07-08 Glenn Morris <rgm@gnu.org>
11218
11219 * calendar/calendar.el (calendar-current-date): Rework previous change.
11220
3ce82f97
GM
112212009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11222
11223 * calendar/calendar.el (calendar-current-date):
11224 Add an optional argument giving an offset from today.
11225
f35fc841
GM
112262009-07-08 Glenn Morris <rgm@gnu.org>
11227
11228 * tutorial.el (tutorial--describe-nonstandard-key):
11229 Adjust the message for when a key has been unbound.
11230 (help-with-tutorial): Hide the arch-tag.
11231
40149292
KH
112322009-07-08 Kenichi Handa <handa@m17n.org>
11233
69cb8d82
KH
11234 * international/fontset.el (setup-default-fontset): For each
11235 script, append (not set) font-specs.
11236
40149292
KH
11237 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11238 docstring.
11239
ff0c4194
NR
112402009-07-08 Nick Roberts <nickrob@snap.net.nz>
11241
11242 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11243 -data-list-register-names to ...
11244 (gdb-starting): ... here because GDB 7.0 requires execution to
11245 have started when using this MI command.
11246 (gdb-set-header): New function to distinguish select and
11247 unselected tabs in gdb buffers.
11248 (gdb-propertize-header): New macro that uses gdb-set-header.
11249 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 11250 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 11251
8954c675
CY
112522009-07-07 Chong Yidong <cyd@stupidchicken.com>
11253
11254 * Makefile.in (ELCFILES): Remove fadr.elc.
11255
0996385d
DD
112562009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11257
dc6b4519
DD
11258 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11259 may contain frame information, so `string-match' should be used.
11260 (gdb-update): Disassembly is invalidated through
11261 `gdb-get-selected-frame'.
11262 (gdb-pad-string): New function to pad string with spaces.
11263 (gdb-invalidate-disassembly): Invalidate only if the buffer
11264 exists.
11265 (gdb-disassembly-handler-custom): Column alignment.
11266 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11267 placing new ones.
11268 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11269 end of line, too.
11270 (gdb-frame-handler): Match convention to for disassembly buffer
11271 mode name.
17c1380b 11272 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
11273 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11274 not highlight breakpoints without line information.
69a197a2 11275 (gdb-input): Add trailing newline to command.
dc6b4519 11276
14340b25
DD
11277 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11278 buffer properly.
11279 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 11280 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
11281 now.
11282 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11283 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11284 to place breakpoints.
14340b25
DD
11285 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11286 functions.
11287 (gdb-disassembly-handler-custom): Show overlay arrow.
11288 (gdb-disassembly-place-breakpoints): Show breakpoints in
11289 disassembly buffer.
11290 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 11291 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 11292 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 11293 in `gud-menu-map'.
14340b25 11294
38d4f316 11295 * fadr.el: Remove.
1f2a6224 11296
7b6fefac 11297 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 11298 (gdb-memory-address): New variable which holds top address of
7b6fefac 11299 memory page shown in memory buffer.
0996385d
DD
11300 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
11301 customization variables.
11302 New functions:
11303 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11304 display the memory buffer.
11305 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11306 buffer display parameters.
11307 (def-gdb-memory-format, gdb-memory-format-binary)
11308 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11309 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11310 Functions for setting memory buffer format.
11311 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11312 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11313 unit size used in memory buffer.
11314 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11315 to next/previous page of memory buffer.
28d67a53 11316 Now using (bindat-get-field) instead of fadr functions.
0996385d 11317
9ba562d3
SS
113182009-07-07 Sam Steingold <sds@gnu.org>
11319
11320 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11321 non-top-level files.
11322
a43977db
KH
113232009-07-07 Kenichi Handa <handa@m17n.org>
11324
11325 * international/mule-cmds.el (reset-language-environment): Put
11326 the highset priority to the charset iso-8859-1.
11327
d44d05e8
CY
113282009-07-06 Chong Yidong <cyd@stupidchicken.com>
11329
11330 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11331 to the end of the line when locating the block (Bug#700).
11332
3e2fa353
MA
113332009-07-06 Michael Albinus <michael.albinus@gmx.de>
11334
11335 * net/tramp.el (tramp-handle-write-region): Flush file properties
11336 in case of short track.
11337
be3e598a 113382009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 11339
bf0b361c
JB
11340 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11341 Coded custom representation of verilog error regular expressions
11342 to work with Emacs-22's new format.
d88782c3 11343 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 11344 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
11345 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11346 error recognition into XEmacs.
11347 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11348 error recognition into Emacs-22.
11349
25c6f63e
CY
113502009-07-06 Chong Yidong <cyd@stupidchicken.com>
11351
11352 * woman.el: Remove stand-alone closing parentheses.
11353 (woman-file-name, woman2-format-paragraphs)
11354 (woman-leave-blank-lines): Code cleanup.
11355 (woman-use-own-frame): Change default to nil.
11356 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11357 defaults to inherit from default faces.
11358 (woman2-process-escapes): Consume the newline after a stand-alone
11359 filler character (Bug#3651).
11360
f176290e
GM
113612009-07-06 Glenn Morris <rgm@gnu.org>
11362
11363 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11364 (top-level): Move provide to the end.
11365 (ffap): Remove defunct URL from custom group.
11366
11367 * subr.el (eval-after-load): Doc fix.
11368
7b6fefac 113692009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
11370
11371 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11372 `calc-embedded-word' is called twice.
11373
4b8b1ec5
SM
113742009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11375
11376 * files.el (find-alternate-file-other-window, find-alternate-file):
11377 Obey confirm-nonexistent-file-or-buffer.
11378
d6ceb380
MA
113792009-07-05 Michael Albinus <michael.albinus@gmx.de>
11380
11381 * dired-aux.el (dired-show-file-type): Handle remote files.
11382
be3e598a 113832009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 11384
4b8b1ec5
SM
11385 * desktop.el (desktop-globals-to-save):
11386 Add file-name-history (Bug#2750).
c760f19e 11387
6d00ce04
CY
113882009-07-05 Chong Yidong <cyd@stupidchicken.com>
11389
4b8b1ec5 11390 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 11391
6ee21b07
JB
113922009-07-04 Johan Bockgård <bojohan@gnu.org>
11393
11394 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11395 property on entire argument since this is what eshell-lisp-command
11396 expects.
11397
f0dbdc25
MA
113982009-07-03 Michael Albinus <michael.albinus@gmx.de>
11399
11400 * net/tramp-gvfs.el (tramp-gvfs-methods)
11401 (tramp-gvfs-zeroconf-domain)
11402 (tramp-bluez-discover-devices-timeout): Add version flag.
11403 (tramp-gvfs-handler-mounted-unmounted)
11404 (tramp-gvfs-connection-mounted-p): Polish handling of
11405 incompatibilities between GVFS 0.2 and 1.0.
11406
e044e4fc
JD
114072009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11408
4b8b1ec5 11409 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 11410
2e9b968b
JB
114112009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11412
bf0b361c 11413 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
11414 formatted correctly.
11415
baf1a55e
JL
114162009-07-02 Juri Linkov <juri@jurta.org>
11417
11418 * info.el: Virtual Info files and nodes.
11419 (Info-virtual-files, Info-virtual-nodes): New variables.
11420 (Info-current-node-virtual): New variable.
11421 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11422 New functions.
11423 (Info-file-supports-index-cookies): Use Info-virtual-file-p
11424 to check for a virtual file instead of checking a fixed list
11425 of node names.
11426 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11427 instead of ad-hoc processing of "dir" and (apropos history toc).
11428 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11429 instead of ad-hoc processing of "dir" and (apropos history toc).
11430 Reread a file when moving from a virtual node.
11431 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11432 (Info-directory-toc-nodes, Info-directory-find-file)
11433 (Info-directory-find-node): New functions.
11434 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11435 (Info-history): Move part of code to
11436 `Info-history-find-node'.
11437 (Info-history-toc-nodes, Info-history-find-file)
11438 (Info-history-find-node): New functions.
11439 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11440 (Info-toc): Move part of code to `Info-toc-find-node'.
11441 (Info-toc-find-node): New function.
4b8b1ec5 11442 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
11443 the current Info file name to references because now the node
11444 "*TOC*" belongs to the same Info manual.
4b8b1ec5 11445 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
11446 (Info-toc-nodes): Rename input argument `file' to `filename'.
11447 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11448 instead of ad-hoc processing of ("dir" apropos history toc).
11449 (Info-index-nodes): Use Info-virtual-file-p
11450 to check for a virtual file instead of checking a fixed list
11451 of node names.
11452 (Info-index-node): Add check for `Info-current-node-virtual'.
11453 Raise `save-match-data' higher up the tree to contain
11454 `search-forward' too (bug fix).
11455 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11456 (Info-virtual-index-nodes): New variable.
11457 (Info-virtual-index-find-node, Info-virtual-index): New functions.
11458 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11459 (Info-apropos-file, Info-apropos-nodes): New variables.
11460 (Info-apropos-toc-nodes, Info-apropos-find-file)
11461 (Info-apropos-find-node, Info-apropos-matches): New functions.
11462 (info-apropos): Move part of code to `Info-apropos-find-node' and
11463 `Info-apropos-matches'.
11464 (Info-mode-map): Bind "I" to `Info-virtual-index'.
11465 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11466 for a virtual file instead of checking a fixed list of node names.
11467
11468 * simple.el (async-shell-command): New command.
11469
11470 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11471
11472 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11473 instead of `mount-info'.
11474
d04bc496
MA
114752009-07-02 Michael Albinus <michael.albinus@gmx.de>
11476
11477 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 11478 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 11479
af0403e0
KH
114802009-07-02 Kenichi Handa <handa@m17n.org>
11481
11482 * international/mule.el (set-keyboard-coding-system): Force *-unix
11483 coding-system to avoid eol conversion.
11484
99278f8a
MA
114852009-07-01 Michael Albinus <michael.albinus@gmx.de>
11486
4b8b1ec5
SM
11487 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11488 Add handler for `process-file', `shell-command' and
99278f8a
MA
11489 `start-file-process'.
11490 (tramp-gvfs-handle-shell-command)
11491 (tramp-gvfs-handle-start-file-process)
11492 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 11493 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 11494
3f1c6666
JD
114952009-07-01 Jan Djärv <jan.h.d@swipnet.se>
11496
11497 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11498
3f396bac
KH
114992009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
11500
11501 * language/korean.el (set-language-info-alist): Add korean-cp949,
11502 cp949 to spec.
11503
c1185193
KH
115042009-07-01 Kenichi Handa <handa@m17n.org>
11505
11506 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11507
11508 * international/encoded-kb.el: Deleted.
11509
11510 * international/mule.el (set-keyboard-coding-system): Perform the
11511 necessary setup here instead of calling encoded-kbd-setup-display.
11512
3f150a60
GM
115132009-07-01 Glenn Morris <rgm@gnu.org>
11514
11515 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11516
b0d5b05b
GM
115172009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
11518
11519 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
11520
4f4126e6
MA
115212009-06-30 Michael Albinus <michael.albinus@gmx.de>
11522
4b8b1ec5
SM
11523 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11524 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 11525 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 11526
7ae3ea65 11527 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
11528 (top): Add a default for "synce" in `tramp-default-user-alist'.
11529 Add completion function for "synce" method.
11530 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
11531 (tramp-hal-interface-manager, tramp-hal-interface-device):
11532 New defconst.
11533 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11534 (tramp-synce-list-devices, tramp-synce-parse-device-names):
11535 New defuns.
d6ceb380
MA
11536
11537 * net/trampver.el: Update release number.
7ae3ea65 11538
0ad6626b
KH
115392009-06-30 Kenichi Handa <handa@m17n.org>
11540
11541 * international/fontset.el (setup-default-fontset): Add CJK fonts
11542 for symbols and the other miscellaneous characters.
11543
4b8b1ec5
SM
11544 * language/korea-util.el (setup-korean-environment-internal):
11545 Make char-width-table suitable for Korean environments.
0ad6626b
KH
11546 (exit-korean-environment): Cancel above.
11547
11548 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11549 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 11550 setup-function to make char-width-table suitable for respective
0ad6626b
KH
11551 environments, and an exit-function to cancel that.
11552
11553 * language/japan-util.el (setup-japanese-environment-internal):
11554 Call use-cjk-char-width-table with arg `ja_JP'.
11555
11556 * international/characters.el (cjk-char-width-table): Delete it.
11557 (cjk-char-width-table-list): New variable.
11558 (use-cjk-char-width-table): New arg local-name.
11559 (use-default-char-width-table): Fix for the case that Emacs is
11560 already using the default char-width-table.
11561
fd46e893
MA
115622009-06-29 Michael Albinus <michael.albinus@gmx.de>
11563
11564 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11565 modes mandatory. (Bug#3712)
11566
b87d9f96
AM
115672009-06-29 Alan Mackenzie <acm@muc.de>
11568
11569 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 11570 correction between the visible width of TABs and their number of bytes.
b87d9f96 11571
2d25aa5a
CY
115722009-06-29 Chong Yidong <cyd@stupidchicken.com>
11573
11574 * server.el (server-buffer-done): Prevent kill-buffer from
11575 prompting by clearing the buffer modification flag (Bug#3696).
11576
a3a8b002
DN
115772009-06-28 Michael McNamara <mac@mail.brushroad.com>
11578
bf0b361c 11579 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 11580 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
11581 (verilog-basic-complete-re): Support localparam lineup.
11582 (verilog-beg-of-statement-1): Fix for robustness, unique case.
11583 (verilog-set-auto-endcomments): Fix for unique case, always_comb
11584 commenting.
11585 (verilog-leap-to-case-head): Now support *nested* unique &
11586 priority case statements.
11587 (verilog-auto-lineup): Make just declarations the default (as it
11588 had been).
4b8b1ec5 11589 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 11590 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 11591 select the various styles of automatic lineup.
a3a8b002
DN
11592 (verilog-error-regexp-alist): Rework to support the XEmacs style
11593 of error regular expressions from compilers, lint tools &
11594 simulators. Note that GNU Emacs has made it impossible for a mode
11595 to load such things.
11596 (electric-verilog-terminate-line, verilog-indent-declaration)
11597 (verilog-auto-wiure): Rework for radio button selection of
11598 auto-lineup selection of specification of auto lineup.
11599 (verilog-beg-of-statement-1): Redesign to support proper operation
11600 in additional code, based on testing with auto-lineup.
11601 (verilog-calculate-indent, assignments & declarations)
11602 (verilog-backward-token): Enhance to support auto-lineup of
11603 assignments & declarations.
11604 (verilog-in-directive-p, verilog-at-struct-p): New function for
11605 easy test of whether we are.
11606 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11607 to support safe execution at almost anyline.
11608 (verilog-calc-1): Properly support indenting deep inside generate
11609 blocks.
48c2d18a 11610 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 11611 as it is redundant with font-lock-defaults.
a8f316ca 11612 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
11613 to avoid circular calls if syntax-ppss is a function (as is the
11614 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 11615 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
11616 (verilog-ovm-begin-re, verilog-ovm-end-re)
11617 (verilog-ovm-statement-re, verilog-leap-to-head)
11618 (verilog-backward-token): Add support for OVM macros. Some are
11619 complete statements, and others open and close scopes like begin
11620 and end.
11621 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11622 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 11623 compilation issue.
48c2d18a 11624 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 11625 coverpoint, constraint and cross statements.
a3a8b002
DN
11626 (verilog-defun-level-list, verilog-generate-defun-level-list)
11627 (verilog-all-defun-level-list): Redo these specifications - it is
11628 too hard to support eval-when compile aggregation of lists also
11629 built at when-compile time.
11630 (verilog-defun-level-list): Place defconsts of variables used in
11631 building regular expressions which are built in eval-when-compile
11632 bodies in the same eval-when-compile body to facilitate compile
11633 without load.
11634 (verilog-beg-block-re-ordered): Support indenting
11635 virtual/protected tasks and functions.
7b6fefac 11636 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
11637 (verilog-backward-ws&directives, verilog-calc-1): Speed up
11638 indentation of some module items (generate items).
11639 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11640 across virtual/protected tasks and functions.
11641
116422009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
11643
bf0b361c 11644 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 11645 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
11646 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11647 in concatenations. Reported by Yishay Belkind.
11648 (verilog-auto-ascii-enum): Support one-hot state machines in
11649 AUTOASCIIENUM. Suggested by Lloyd Gomez.
11650 (verilog-auto-inst, verilog-auto-inst-port): Include interface
11651 modport in AUTOINST and add vl-modport for users. Reported by
11652 David Rogoff.
11653 (verilog-auto-inout-module, verilog-auto-inst)
11654 (verilog-decls-get-interfaces, verilog-insert-definition)
11655 (verilog-insert-one-definition, verilog-read-decls)
11656 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11657 (verilog-sig-modport, verilog-signals-combine-bus)
11658 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11659 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11660 Suggested by David Rogoff.
11661 (verilog-repair-open-comma): Fix non-insertion of comma when
11662 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
11663 (verilog-make-width-expression): Simplify [A-1:0] expression
11664 widths to just {A{1'b0}}.
11665 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
11666 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11667 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
11668 inputs/outputs or data type. Suggested by Vasu Kandadi.
11669 (next-error-last-buffer): Fix byte-compiler warning.
11670 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11671 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 11672 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 11673 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
11674 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11675 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 11676 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
11677 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11678 causing use of <= assignments. Reported by Alex Reed.
11679 (verilog-read-decls): Fix triand, trior, wand, wor to be
11680 recognized by AUTOWIRE. Reported by Spencer Isaacson.
11681 (verilog-extended-complete-re): Support import "DPI-C" functions.
11682 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 11683 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
11684 (verilog-insert-date, verilog-insert-year)
11685 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11686 Windows systems. Reported by Michael Potts.
11687 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 11688 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 11689 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 11690 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
11691 (verilog-read-decls): Fix detecting "parameter int" when using
11692 AUTOINSTPARAM. Reported by Bruce T.
11693 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 11694 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 11695 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
11696 verilog-goto-defun will work. Reported by Lawrence Butcher.
11697 (verilog-getopt): Expand environment variables in -f file
11698 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 11699 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
11700 when reading enumerations.
11701 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11702 Suggested by Stephen Peltan.
4b8b1ec5 11703 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
11704 files. Reported by Steve Peltan.
11705
f7c0d931
CY
117062009-06-28 David De La Harpe Golden <david@harpegolden.net>
11707
11708 * files.el (trash-directory): Fix defcustom type.
11709
baf1a55e 117102009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
11711
11712 * help-fns.el (describe-function-1): Correctly locate adviced
11713 functions in hyperlink (Bug#2438).
11714
d63a01ef
CY
117152009-06-28 Chong Yidong <cyd@stupidchicken.com>
11716
11717 * files.el (trash-directory): Change default to nil.
11718 (move-file-to-trash): If trash-directory is nil and
11719 system-move-file-to-trash is unbound, perform freedesktop-style
11720 trashing.
11721
117222009-06-28 David De La Harpe Golden <david@harpegolden.net>
11723
11724 * files.el (move-file-to-trash): Add freedesktop trash
11725 support (Bug#973).
11726
fc2f6a26
GM
117272009-06-28 Glenn Morris <rgm@gnu.org>
11728
11729 * autorevert.el (global-auto-revert-non-file-buffers)
11730 (global-auto-revert-mode): Doc fixes.
11731
00242b07
JB
117322009-06-27 Johan Bockgård <bojohan@gnu.org>
11733
11734 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11735
f5594f03
CY
117362009-06-27 Chong Yidong <cyd@stupidchicken.com>
11737
e8a2b2da
CY
11738 * faces.el (x-handle-named-frame-geometry): Ensure that we have
11739 opened an X connection before calling x-get-resource (Bug#3194).
11740
f5594f03
CY
11741 * play/doctor.el: Remove reference to obsolete website.
11742 (make-doctor-variables): Correct grammar mistake (Bug#2633).
11743
3c3bf6ce
DN
117442009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11745
11746 Remove find-file-not-found-hook VC method. (Bug#2757)
11747 * vc-hooks.el (vc-file-not-found-hook)
11748 (vc-default-find-file-not-found-hook): Remove functions.
11749 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11750 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11751 * vc.el:
11752 * vc-hg.el:
11753 * vc-git.el: Do not mention find-file-not-found-hook VC method.
11754
e26a7bc0
AM
117552009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
11756
11757 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 11758 compatibility function for `looking-back'.
e26a7bc0 11759
4b8b1ec5 11760 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 11761 Use `ispell-looking-back'.
e26a7bc0 11762
d9848600
MA
117632009-06-24 Michael Albinus <michael.albinus@gmx.de>
11764
11765 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 11766 rather than `filename'.
d9848600 11767
05fbc4a9
MB
117682009-06-23 Miles Bader <miles@gnu.org>
11769
11770 * face-remap.el (text-scale-set): New function.
11771
f86ca715
GM
117722009-06-23 Glenn Morris <rgm@gnu.org>
11773
33e2c2e5
GM
11774 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11775
f529f302
GM
11776 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11777
34995333
GM
11778 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11779
cc80ccee
GM
11780 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11781
84cb770d
GM
11782 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11783 Simplify Persian conditionals.
11784
d916c965
GM
11785 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11786 variable `filename'.
11787
b6a44b27
GM
11788 * comint.el (comint-insert-input): Doc fix.
11789
f86ca715
GM
11790 * Makefile.in (ELCFILES): Fix typo in previous change.
11791
666e158e
MB
117922009-06-23 Miles Bader <miles@gnu.org>
11793
11794 * cus-start.el: Add entry for `recenter-redisplay'.
11795
be3e598a 117962009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
11797
11798 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11799 Add an optional argument for the backend, use it instead of
11800 calling vc-backend.
4b8b1ec5
SM
11801 (vc-mode-line): Add an optional argument for the backend.
11802 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
11803 special handling for vc-state being a buffer to ...
11804
11805 * vc-rcs.el (vc-rcs-find-file-hook):
11806 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
11807
11808 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11809 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11810 vc-stay-local-p and vc-mode-line calls.
11811
11812 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11813 (vc-cvs-diff, vc-cvs-annotate-command)
11814 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11815 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11816 vc-mode-line calls.
11817
11818 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11819 direct comparison.
11820 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11821 backend when calling vc-mode-line.
11822 (vc-register): Do not create a closure for calling the vc register
11823 function, call it directly.
11824
2764748c
DN
118252009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11826
11827 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11828 to make it obvious item can be clicked.
f5a0b281
DN
11829
11830 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11831
d4a885b2
KH
118322009-06-23 Kenichi Handa <handa@m17n.org>
11833
11834 * language/korea-util.el (korean-key-bindings): Change the binding
11835 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
11836 same command.
11837
e3610693
MA
118382009-06-22 Michael Albinus <michael.albinus@gmx.de>
11839
11840 Sync with Tramp 2.1.16.
11841
11842 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11843
11844 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
11845 when a loading of a package fails. Completion function for rsync
11846 is `tramp-completion-function-alist-ssh'.
11847 (all): Replace all calls of `split-string' and
11848 `tramp-split-string' by `tramp-compat-split-string'.
11849 (tramp-default-method): Use `tramp-compat-process-running-p'.
11850 (tramp-default-proxies-alist): Allow also Lisp forms.
11851 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 11852 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
11853 (tramp-domain-regexp): Allow also "-", "_" and ".".
11854 (tramp-end-of-output): Remove newlines, and add "$" at the end.
11855 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11856 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
11857 (tramp-handle-directory-files-and-attributes-with-stat):
11858 Care about filenames with spaces, or starting with "-".
e3610693
MA
11859 (tramp-handle-dired-uncache): New defun.
11860 (tramp-handle-insert-directory): Don't flush the directory from
11861 cache, this is handled by `dired-uncache' now.
11862 (tramp-handle-insert-file-contents): Improve error handling.
11863 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11864 Quote `tramp-end-of-output'.
11865 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
11866 (tramp-check-for-regexp): Both echoes must be present, before removing.
11867 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
11868 (tramp-compute-multi-hops): Eval cons cells of
11869 `tramp-default-proxies-alist'.
11870 (tramp-maybe-open-connection): Use the same command pattern for
11871 first hop and further hops.
11872 (tramp-wait-for-output): Remove handling of newlines.
11873 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11874 (tramp-split-string): Remove function. It is handled in
11875 tramp-compat now.
11876
4b8b1ec5
SM
11877 * net/tramp-cmds.el (tramp-bug):
11878 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
11879
11880 * net/tramp-compat.el (tramp-compat-split-string)
11881 (tramp-compat-process-running-p): New defuns.
11882
11883 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11884 for `dired-uncache'.
11885
11886 * net/tramp-gvfs.el: New package.
11887
4b8b1ec5
SM
11888 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11889 Add handler for `dired-uncache'.
e3610693
MA
11890 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11891
11892 * net/trampver.el: Update release number. Make version check fit
11893 for SXEmacs 22.
11894
13a3f374
JM
118952009-06-22 Jim Meyering <meyering@redhat.com>
11896
e0a28a3b 11897 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
11898 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11899 XZ is the successor to LZMA: <http://tukaani.org/xz/>
11900
5242671e 119012009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 11902 Nick Roberts <nickrob@snap.net.nz>
13a3f374 11903
e0a28a3b 11904 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
11905 repository (http://sphinx.net.ru/hg/gdb-mi/).
11906
3fde45af
GM
119072009-06-22 Glenn Morris <rgm@gnu.org>
11908
46253b34
GM
11909 * files.el (dir-locals-collect-mode-variables): Allow for any number of
11910 `mode' and `eval' entries. (Bug#3430)
11911
97e18192
GM
11912 * Makefile.in (ELCFILES): Add fadr.elc.
11913
731a00fb
GM
11914 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11915 differing behavior of \n and ^ in strings. (Bug#3385)
11916
c66cd0ff
GM
11917 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11918
3fde45af
GM
11919 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11920 property.
11921 (lisp-indent-function): Make it a defcustom.
11922
db2241a0
NR
119232009-06-21 Nick Roberts <nickrob@snap.net.nz>
11924
11925 * progmodes/gdb-ui.el: Replace with ...
5242671e 11926 * progmodes/gdb-mi.el: ... this file.
db2241a0 11927 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
11928
119292009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
11930
db2241a0
NR
11931 * fadr.el: New file.
11932
38d4f316 11933See ChangeLog.14 for earlier changes.
e3d51b27
MR
11934
11935;; Local Variables:
11936;; coding: utf-8
e3d51b27
MR
11937;; End:
11938
4e5617ee 11939 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
e3d51b27
MR
11940
11941 This file is part of GNU Emacs.
11942
11943 GNU Emacs is free software: you can redistribute it and/or modify
11944 it under the terms of the GNU General Public License as published by
11945 the Free Software Foundation, either version 3 of the License, or
11946 (at your option) any later version.
11947
11948 GNU Emacs is distributed in the hope that it will be useful,
11949 but WITHOUT ANY WARRANTY; without even the implied warranty of
11950 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11951 GNU General Public License for more details.
11952
11953 You should have received a copy of the GNU General Public License
11954 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11955
38d4f316 11956;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1