]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
d0607f72f7e339e448bef68660e2153f4f979353
[gnu-emacs] / lisp / ChangeLog
1 2010-11-17 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp/autoload.el (autoload-find-destination): The function
4 coding-system-eol-type may return non-numeric values. (Bug#7414)
5
6 2010-11-16 Ulrich Mueller <ulm@gentoo.org>
7
8 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
9
10 2010-11-13 Eli Zaretskii <eliz@gnu.org>
11
12 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
13
14 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
15
16 * textmodes/picture.el (picture-mouse-set-point): Don't use
17 posn-col-row; explicitly compute the motion based on the posn at
18 the window-start (Bug#7390).
19
20 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
21
22 * net/tramp.el (tramp-remote-coding-commands): Add an alternative
23 using "base64 -d -i". This is needed for older base64 versions
24 from GNU coreutils. Reported by Klaus Reichl
25 <Klaus.Reichl@thalesgroup.com>.
26
27 2010-11-13 Glenn Morris <rgm@gnu.org>
28
29 * novice.el (disabled-command-function):
30 Fix 2009-11-15 change. (Bug#7384)
31
32 2010-11-12 Glenn Morris <rgm@gnu.org>
33
34 * calendar/calendar.el (diary-iso-date-forms): Make elements
35 mutually exclusive. (Bug#7377)
36
37 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
38
39 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
40 when filling the remaining "unconstrained" values.
41
42 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
43
44 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
45 safety predicate.
46
47 * files.el (safe-local-variable-p): Gracefully handle errors.
48
49 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
50 Use smie-indent-virtual when indenting relative to an opener.
51 (smie-rule-separator): Use smie-rule-parent.
52 (smie-indent-keyword): Consult rules, even for openers at bol.
53 (smie-indent-comment-close): Try to align closer's content.
54
55 2010-11-11 Glenn Morris <rgm@gnu.org>
56
57 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
58
59 2010-11-10 Glenn Morris <rgm@gnu.org>
60
61 * printing.el (pr-menu-bind): Doc fix.
62
63 * speedbar.el (speedbar-toggle-images): Doc fix.
64
65 * progmodes/python.el (python-shell): Doc fix.
66
67 * wid-edit.el (widget-field-use-before-change)
68 (widget-use-overlay-change): Doc fixes.
69
70 2010-11-09 Glenn Morris <rgm@gnu.org>
71
72 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
73
74 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
75
76 * minibuffer.el (minibuffer-completion-help): Specify the end of the
77 completion field (bug#7211).
78
79 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
80 Fix handling of backslash escapes.
81 (python-quote-syntax): Adjust accordingly.
82
83 2010-11-08 Richard Levitte <richard@levitte.org> (tiny change)
84
85 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
86 (vc-mtn-workfile-branch): Adjust to new output format.
87
88 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
89
90 * international/mule-cmds.el (princ-list): Mark as obsolete.
91
92 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
93
94 * emacs-lisp/smie.el: New package.
95
96 2010-11-06 Michael Albinus <michael.albinus@gmx.de>
97
98 * files.el (backup-by-copying-when-mismatch):
99 Set `permanent-local' property.
100
101 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
102 `permanent-local' property for `backup-by-copying-when-mismatch'.
103
104 2010-11-06 Eli Zaretskii <eliz@gnu.org>
105
106 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
107 (ls-lisp-classify-file): New function.
108 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
109 (ls-lisp-classify): Call ls-lisp-classify-file.
110 (insert-directory): Remove blanks from switches.
111
112 2010-11-07 Wilson Snyder <wsnyder@wsnyder.org>
113
114 * progmodes/verilog-mode.el (verilog-insert-one-definition)
115 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
116 AUTOINOUT for SV style multidimensional arrays, bug294.
117 Reported by Eric Mastromarchi.
118 (verilog-preprocess): Use with-current-buffer and
119 font-lock-fontify-buffer to cleanup style issues.
120
121 2010-11-05 Michael Albinus <michael.albinus@gmx.de>
122
123 * net/trampver.el: Update release number.
124
125 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
126
127 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
128 beginning of the string. Use `string-match-p'. (Bug#6765)
129
130 2010-11-01 Glenn Morris <rgm@gnu.org>
131
132 * locate.el (locate, locate-mode): Doc fixes.
133
134 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
135
136 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
137 user for confirmation.
138 (server-force-stop): Use it.
139 (server-start): Use server-force-stop for kill-emacs-hook, to
140 avoid user interaction while killing Emacs.
141
142 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
143
144 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
145 (log-edit-author): New dynamic var.
146 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
147 Use it to return the author if different from committer.
148 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
149
150 2010-10-31 Eli Zaretskii <eliz@gnu.org>
151
152 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
153
154 2010-10-31 Chong Yidong <cyd@stupidchicken.com>
155
156 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
157 (vc-root-diff, vc-print-root-log, vc-log-incoming)
158 (vc-log-outgoing): Use it.
159 (vc-diff-internal): Set diff-vc-backend.
160
161 * vc/diff-mode.el (diff-vc-backend): New var.
162
163 2010-10-31 Juri Linkov <juri@jurta.org>
164
165 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
166 buffer-locally to lambda that re-runs the vc diff command.
167 (Bug#6447)
168
169 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
170
171 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
172
173 Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
174 log-outgoing commands.
175 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
176 to create a buffer local revert-buffer-function variable.
177 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
178 revert-buffer-function lambda.
179
180 Improve VC create/retrieve tag/branch.
181 * vc.el (vc-create-tag): Do not read the directory name for VCs
182 with repository revision granularity. Adjust the tag/branch
183 prompt. Reset VC properties.
184 (vc-retrieve-tag): Do not read the directory name for VCs
185 with repository revision granularity. Reset VC properties.
186
187 Add optional support for resetting VC properties.
188 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
189 call vc-file-clearprops when true.
190 (vc-resynch-buffer): Add new optional argument, pass it down.
191 (vc-resynch-buffers-in-directory): Likewise.
192
193 Improve support for special markup in the VC commit message.
194 * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
195 * vc-hg.el (vc-hg-checkin): Add support for Date:.
196 * vc-git.el (vc-git-checkin):
197 * vc-bzr.el (vc-bzr-checkin): Likewise.
198
199 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
200 * vc-git.el (vc-git-log-view-mode): Fix font lock for
201 incoming/outgoing logs.
202 (vc-git-log-outgoing, vc-git-log-incoming): New functions.
203
204 * vc-git.el (vc-git-log-outgoing): Use the same format as the
205 short log.
206 (vc-git-log-incoming): Likewise. Run "git fetch" before the log
207 command
208
209 Add bindings for vc-log-incoming and vc-log-outgoing.
210 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
211 and vc-log-outgoing.
212 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
213 and vc-log-outgoing.
214
215 Improve state updating for VC tag commands.
216 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
217 to update the state of all buffers in the directory.
218
219 2010-05-19 Glenn Morris <rgm@gnu.org>
220
221 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
222
223 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
224
225 * vc.el (vc-checkin, vc-modify-change-comment):
226 Adjust to new vc-start/finish-logentry.
227 (vc-find-conflicted-file): New command.
228 (vc-transfer-file): Adjust to new vc-checkin.
229 (vc-next-action): Improve scoping.
230
231 * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
232 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
233
234 * vc-dispatcher.el (vc-log-edit): Shorten names for
235 log-edit-show-files.
236
237 * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
238 (vc-bzr-conflicted-files): New function.
239
240 * log-edit.el (log-edit-summary, log-edit-header)
241 (log-edit-unknown-header): New faces.
242 (log-edit-headers-alist): New var.
243 (log-edit-header-contents-regexp): New const.
244 (log-edit-match-to-eoh): New function.
245 (log-edit-font-lock-keywords): Use them.
246 (log-edit): Insert a "Summary:" header as default.
247 (log-edit-mode): Mark font-lock rules as case-insensitive.
248 (log-edit-done): Cleanup headers.
249 (log-edit-extract-headers): New function to replace it.
250
251 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
252 the windows/frames.
253
254 * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
255
256 * vc-dir.el (vc-dir-kill-line): New command.
257 (vc-dir-mode-map): Bind it to C-k.
258 (vc-dir-headers): Abbreviate the working dir.
259
260 * vc-git.el (vc-git-revision-table): Include remote branches.
261
262 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
263
264 New VC methods: vc-log-incoming and vc-log-outgoing.
265 * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
266 (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
267 New functions.
268 (vc-print-log-internal): Just call vc-log-internal-common.
269 (vc-log-view-type): New permanent local variable.
270
271 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
272
273 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
274 of the dynamic bound vc-short-log.
275 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
276
277 * vc-git.el (vc-git-log-outgoing): New function.
278 (vc-git-log-view-mode): Use vc-log-view-type instead
279 of the dynamic bound vc-short-log.
280
281 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
282 the dynamic bound vc-short-log. Highlight the tag.
283 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
284 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
285 (vc-hg-incoming-mode): Remove.
286 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
287
288 Fix default-directory for vc-root-diff.
289 * vc.el (vc-root-diff): Bind default-directory to the root
290 directory for the diff command.
291
292 2010-10-31 Sam Steingold <sds@gnu.org>
293
294 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
295 `vc-hg-command' with a list of flags.
296
297 2010-10-31 Glenn Morris <rgm@gnu.org>
298
299 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
300 log-edit-before-checkin-process.
301
302 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
303
304 * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
305
306 * vc-dispatcher.el (vc-start-logentry): Doc fix.
307 (log-view-process-buffer, log-edit-extra-flags): Declare.
308
309 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
310
311 Add special markup processing for commit logs.
312 * log-edit.el (log-edit): Add new argument MODE. Use that mode
313 when non-nil instead of the log-view-mode.
314
315 * vc.el (vc-default-log-edit-mode): New function.
316
317 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
318 log-edit.
319
320 Support for shelving snapshots and for showing shelves.
321 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
322 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
323 New functions.
324 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
325 (vc-bzr-extra-menu-map): Map them.
326
327 2010-10-30 Michael Albinus <michael.albinus@gmx.de>
328
329 * net/tramp.el (tramp-handle-insert-file-contents): For root,
330 preserve owner and group when editing files. (Bug#7289)
331
332 2010-10-29 Glenn Morris <rgm@gnu.org>
333
334 * speedbar.el (speedbar-mode):
335 * play/fortune.el (fortune-in-buffer, fortune):
336 * play/gomoku.el (gomoku-mode):
337 * play/landmark.el (lm-mode):
338 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
339 Replace inappropriate uses of toggle-read-only. (Bug#7292)
340
341 2010-10-28 Glenn Morris <rgm@gnu.org>
342
343 * select.el (x-selection): Mark it as an obsolete alias.
344
345 2010-10-27 Aaron S. Hawley <aaron.s.hawley@gmail.com>
346
347 * add-log.el (find-change-log): Use derived-mode-p rather than
348 major-mode (bug#7284).
349
350 2010-10-27 Glenn Morris <rgm@gnu.org>
351
352 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
353 rather than just an unused variable that inherits from the real one.
354
355 2010-10-23 Michael McNamara <mac@mail.brushroad.com>
356
357 * verilog-mode.el (verilog-directive-re): Make this variable
358 auto-built for efficiency of execution and updating.
359 (verilog-extended-complete-re): Support 'pure' fucntion & task
360 declarations (these have no bodies).
361 (verilog-beg-of-statement): General cleanup to enable support of
362 'pure' fucntion & task declarations (these have no bodies).
363 These efforts together fix Verilog bug210 from veripool; which was also
364 noticed by Steve Pearlmutter.
365 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
366 (verilog-directive-nest-re, verilog-set-auto-endcomments):
367 Support `elsif. Reported by Shankar Giri.
368 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
369 attribute handling for lining up declarations and assignments.
370 (verilog-beg-of-statement-1): Fix issue where continued declaration
371 is indented differently if it is after a begin..end clock.
372 (verilog-in-attribute-p, verilog-skip-backward-comments)
373 (verilog-skip-forward-comment-p): Support proper treatment of
374 attributes by indent code. Reported by Jeff Steele.
375 (verilog-in-directive-p): Fix comment to correctly describe function.
376 (verilog-backward-up-list, verilog-in-struct-region-p)
377 (verilog-backward-token, verilog-in-struct-p)
378 (verilog-in-coverage-p, verilog-do-indent)
379 (verilog-pretty-declarations): Use verilog-backward-up-list as
380 wrapper around backward-up-list inorder to properly skip comments.
381 Reported by David Rogoff.
382 (verilog-property-re, verilog-endcomment-reason-re)
383 (verilog-beg-of-statement, verilog-set-auto-endcomments)
384 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
385 of if). Reported by Max Bjurling and
386 (verilog-calc-1): Fix for clocking block in modport
387 declaration. Reported by Brian Hunter.
388
389 2010-10-23 Wilson Snyder <wsnyder@wsnyder.org>
390
391 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
392 (verilog-gate-keywords, verilog-read-sub-decls)
393 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
394 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
395 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
396 (verilog-read-decls): Fix spaces in V2K module parameters causing
397 mis-identification as interfaces, bug287.
398 (verilog-read-decls): Fix not treating "parameter string" as a
399 parameter in AUTOINSTPARAM.
400 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
401 treating `elsif similar to `endif inside AUTOSENSE.
402 (verilog-do-indent): Implement correct automatic or static task or
403 function end comment highlight. Reported by Steve Pearlmutter.
404 (verilog-font-lock-keywords-2): Fix highlighting of single
405 character pins, bug264. Reported by Michael Laajanen.
406 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
407 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
408 (verilog-subdecls-get-interfaced, verilog-subdecls-new): Support
409 interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
410 (verilog-pretty-expr): Fix interactive arguments, bug272.
411 Reported by Mark Johnson.
412 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
413 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
414 bug269. Suggested by Gary Delp.
415 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
416 (verilog-preprocessor, verilog-set-compile-command):
417 Create verilog-preprocess and verilog-preprocessor to show
418 preprocessed output.
419 (verilog-get-beg-of-line, verilog-get-end-of-line)
420 (verilog-modi-file-or-buffer, verilog-modi-name)
421 (verilog-modi-point, verilog-within-string): Move defmacro's
422 before first use to avoid warning. Reported by Steve Pearlmutter.
423 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
424 (verilog-colorize-region, verilog-highlight-buffer)
425 (verilog-highlight-includes, verilog-highlight-modules)
426 (verilog-highlight-region, verilog-mode): Rename colorize to
427 highlight to match other packages. Disable module highlighting,
428 as received speed complaints, reenable for experimentation only
429 using new verilog-highlight-modules.
430 (verilog-read-decls): Fix regexp stack overflow in very large
431 AUTO_TEMPLATEs, bug250.
432 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
433 (verilog-scan): Create verilog-save-buffer-state to standardize
434 making insignificant changes that shouldn't call hooks.
435 (verilog-save-no-change-functions, verilog-save-scan-cache)
436 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
437 Create verilog-save-no-change-functions to wrap verilog-scan
438 preservation, and fix to work with nested preserved calls.
439 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
440 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
441 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
442 (verilog-submit-bug-report): Update variable list to be complete.
443 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
444 breaking on-the-fly font-locking.
445 (verilog-colorize-buffer, verilog-colorize-include-files)
446 (verilog-colorize-include-files-buffer, verilog-colorize-region)
447 (verilog-load-file-at-mouse, verilog-load-file-at-point)
448 (verilog-mode, verilog-read-inst-module-matcher): With point on a
449 AUTOINST cell instance name, middle mouse button now finds-file on
450 it. Suggested by Brad Dobbie.
451 (verilog-alw-get-temps, verilog-auto-reset)
452 (verilog-auto-sense-sigs, verilog-read-always-signals)
453 (verilog-read-always-signals-recurse): Fix loop indexes being
454 AUTORESET. AUTORESET now assumes any variables in the
455 initialization section of a for() should be ignored. Reported by
456 Dan Dever.
457 (verilog-error-font-lock-keywords)
458 (verilog-error-regexp-emacs-alist)
459 (verilog-error-regexp-xemacs-alist): Fix error detection of
460 Cadence HAL, reported by David Asher. Repair drift between the
461 three similar error variables.
462 (verilog-modi-lookup, verilog-modi-lookup-cache)
463 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
464 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
465 Fix slow verilog-auto expansion on very large files.
466 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
467 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
468 "{1*2{...". Broke in last revision.
469 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
470 submodule connections with replications "{#{a},#{b}}".
471
472 2010-10-23 Glenn Morris <rgm@gnu.org>
473
474 * comint.el (comint-password-prompt-regexp):
475 Match "enter the password". (Bug#7224)
476
477 2010-10-22 Juanma Barranquero <lekktu@gmail.com>
478
479 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
480 Fix typo in docstring.
481
482 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
483
484 * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
485 errors.
486
487 * net/trampver.el: Update release number.
488
489 2010-10-20 Kenichi Handa <handa@m17n.org>
490
491 * face-remap.el (text-scale-adjust): Call read-event with a proper
492 prompt.
493
494 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
495
496 * net/tramp.el (tramp-do-file-attributes-with-stat)
497 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
498 order to make stat results a float. Patch by Andreas Schwab
499 <schwab@linux-m68k.org>.
500
501 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
502
503 * repeat.el (repeat): Use read-key (bug#6256).
504
505 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
506
507 * emacs-lisp/unsafep.el: Don't mark functions that display
508 messages as safe. Suggested by Johan Bockgård.
509
510 2010-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
511
512 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
513 Turn comments into docstrings.
514
515 * minibuffer.el (completion--replace): Move point where it belongs
516 when there's a common suffix (bug#7215).
517
518 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
519
520 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
521 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
522 <dale@codefu.org>.
523
524 2010-10-15 Kenichi Handa <handa@m17n.org>
525
526 * international/characters.el: Add category '|' (word breakable)
527 to fullwidth characters.
528
529 2010-10-14 Kenichi Handa <handa@m17n.org>
530
531 * mail/rmail.el (rmail-show-message-1): Catch an error of
532 base64-decode-region and just show an error message (bug#7165).
533
534 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
535 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
536 a font-spec (bug#7197).
537
538 2010-10-13 Glenn Morris <rgm@gnu.org>
539
540 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
541
542 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
543
544 * international/mule.el (define-coding-system):
545 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
546 * composite.el (compose-region): Fix typo in docstring.
547
548 2010-10-10 Jan Djärv <jan.h.d@swipnet.se>
549
550 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
551 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
552 (mac-right-option-modifier): New alias for ns-right-option-modifier.
553
554 * cus-start.el (all): ns-right-alternate-modifier is new.
555
556 2010-10-10 Andreas Schwab <schwab@linux-m68k.org>
557
558 * Makefile.in (ELCFILES): Update.
559
560 2010-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
561
562 * emacs-lisp/lisp.el (lisp-completion-at-point):
563 Use emacs-lisp-mode-syntax-table for the whole function.
564
565 2010-10-09 Richard Sharman <richard_sharman@mitel.com> (tiny change)
566
567 * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
568 (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
569 work when breakpoint number exceeds nine.
570
571 2010-10-05 David Koppelman <koppel@ece.lsu.edu>
572
573 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
574 instead of font-lock-mode before adding keywords.
575 Remove hi-lock-mode off code. Remove inhibit hack.
576 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
577 non-nil; removed hook inhibit hack.
578
579 2010-10-09 Glenn Morris <rgm@gnu.org>
580
581 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
582 (load-path-shadows-find): ... to this.
583 (list-load-path-shadows): Update for above change.
584
585 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
586
587 2010-10-08 Glenn Morris <rgm@gnu.org>
588
589 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
590
591 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
592 (shadows-compare-text-p): Make it an obsolete alias for...
593 (load-path-shadows-compare-text): ... new name.
594 (find-emacs-lisp-shadows): Update for above name change.
595 (load-path-shadows-same-file-or-nonexistent): New name for the old
596 shadow-same-file-or-nonexistent.
597
598 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
599
600 * minibuffer.el (completion--some, completion--do-completion)
601 (minibuffer-complete-and-exit, minibuffer-completion-help)
602 (completion-basic-try-completion)
603 (completion-basic-all-completions)
604 (completion-pcm--find-all-completions): Use lexical-let to
605 avoid some false matches in variable completion (Bug#7056)
606
607 2010-10-03 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
608
609 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
610
611 2010-10-03 Leo <sdl.web@gmail.com>
612
613 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
614 return non-nil if the file exists (Bug#7090).
615
616 2010-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
617
618 * minibuffer.el (completion--replace):
619 Better preserve markers (bug#7138).
620
621 2010-09-29 Juanma Barranquero <lekktu@gmail.com>
622
623 * server.el (server-process-filter): Doc fix.
624
625 2010-09-27 Drew Adams <drew.adams@oracle.com>
626
627 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
628
629 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
630
631 * Makefile.in (ELCFILES): Update.
632
633 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
634 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
635
636 2010-09-27 Kenichi Handa <handa@m17n.org>
637
638 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
639 "ustar" format.
640
641 2010-09-27 Kenichi Handa <handa@m17n.org>
642
643 * international/mule.el (define-coding-system): Docstring fixed.
644
645 * international/mule-diag.el (describe-character-set): Use princ
646 with proper print-length and print-level instead of insert.
647
648 2010-09-26 Juanma Barranquero <lekktu@gmail.com>
649
650 * window.el (walk-windows): Doc fix (bug#7105).
651
652 2010-09-23 Glenn Morris <rgm@gnu.org>
653
654 * isearch.el (isearch-lazy-highlight-cleanup)
655 (isearch-lazy-highlight-initial-delay)
656 (isearch-lazy-highlight-interval)
657 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
658 * net/net-utils.el (ipconfig-program-options):
659 Move aliases to options before the associated definitions.
660
661 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
662
663 * newcomment.el (comment-normalize-vars): Better test validity of
664 comment-end-skip.
665
666 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
667
668 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
669 (float-e): New name for `e'.
670 (degrees-to-radians, radians-to-degrees):
671 * calendar/solar.el (solar-longitude):
672 * calculator.el (calculator-registers, calculator-funcall):
673 * textmodes/artist.el (artist-spray-random-points):
674 * play/bubbles.el (bubbles--initialize-images): Use new names.
675
676 2010-09-19 Eric M. Ludlam <zappo@gnu.org>
677
678 Update to CEDET 1.0's version of EIEIO.
679
680 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
681 New function.
682 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
683 (eieio-default-eval-maybe): Eval val instead of unquoting only.
684 (class-precedence-list): If class is nil, return nil.
685 (eieio-generic-call): If class of first input arg is nil, don't
686 look up static methods, and do check for primary methods.
687 (initialize-instance): See if the default needs to be evaluated
688 during the constructor.
689 (eieio-perform-slot-validation-for-default): Don't do the check
690 for values that will eventually be evaluated.
691 (eieio-eval-default-p): New function.
692 (eieio-default-eval-maybe): Use it.
693
694 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
695
696 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
697 method-invocation-order.
698 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
699 (eieio-class-precedence-dfs): Compute class precedence list using
700 dfs algorithm.
701 (eieio-class-precedence-bfs): Compute class precedence list using
702 bfs algorithm.
703 (eieio-class-precedence-c3): Compute class precedence list using
704 c3 algorithm.
705 (class-precedence-list): New function.
706 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
707 (inconsistent-class-hierarchy): New error symbol.
708 (call-next-method): Stow the replacement argument list for future
709 call-next-method invocations.
710
711 2010-09-15 Glenn Morris <rgm@gnu.org>
712
713 * calendar/appt.el (appt-check): If not displaying the diary,
714 use (diary 1) to only get the entries we need.
715 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
716 that it is in day order. (Bug#7019)
717
718 * calendar/appt.el (appt-check): Rather than showing the diary,
719 just turn off invisible display, and only if needed.
720
721 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
722
723 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
724
725 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
726 Add `when' argument. Update callers.
727
728 * subr.el (unintern): Declare the obarray arg mandatory.
729
730 2010-09-14 Glenn Morris <rgm@gnu.org>
731
732 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
733 Doc fixes.
734
735 * calendar/diary-lib.el (diary-included-files): New variable.
736 (diary-list-entries): Maybe initialize diary-included-files.
737 (diary-include-other-diary-files): Append to diary-included-files.
738 * calendar/appt.el (appt-update-list): Also check the members of
739 diary-included-files. (Bug#6999)
740 (appt-check): Doc fix.
741
742 2010-09-12 David Reitter <david.reitter@gmail.com>
743
744 * simple.el (line-move-visual): Do not truncate goal column to
745 integer size. (Bug#7020)
746
747 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
748
749 * repeat.el (repeat): Allow repeating when the last event is a click.
750 Suggested by Drew Adams (bug#6256).
751
752 2010-09-11 Sascha Wilde <wilde@sha-bang.de>
753
754 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
755 Replace setting HGRCPATH to "" by some less invasive --config options.
756
757 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
758
759 * font-lock.el (font-lock-beginning-of-syntax-function):
760 Mark as obsolete.
761
762 2010-09-10 Glenn Morris <rgm@gnu.org>
763
764 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
765 and tool-bar modes. (Bug#6211)
766 (menu-bar-mode): Move setting of standard-value after the
767 minor-mode definition, otherwise it seems to have no effect.
768
769 2010-09-08 Masatake YAMATO <yamato@redhat.com>
770
771 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
772 Fix typo. (Bug#6976)
773
774 2010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
775
776 * whitespace.el: Allow cleaning up blanks without blank
777 visualization (Bug#6651). Adjust help window for
778 whitespace-toggle-options (Bug#6479). Allow to use fill-column
779 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
780 (whitespace-style): Add new value 'face. Adjust docstring.
781 (whitespace-space, whitespace-hspace, whitespace-tab):
782 Adjust foreground property face.
783 (whitespace-line-column): Adjust docstring and type declaration.
784 (whitespace-style-value-list, whitespace-toggle-option-alist)
785 (whitespace-help-text): Adjust const initialization.
786 (whitespace-toggle-options, global-whitespace-toggle-options):
787 Adjust docstring.
788 (whitespace-display-window, whitespace-interactive-char)
789 (whitespace-style-face-p, whitespace-color-on): Adjust code.
790 (whitespace-help-scroll): New fun.
791
792 2010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
793
794 * files.el (directory-abbrev-alist): Use \` as default regexp.
795
796 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
797 chars like - or ] (bug#6984).
798 (rx-any-condense-range): Explode 2-char ranges.
799
800 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
801
802 * textmodes/bibtex.el:
803 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
804
805 2010-09-02 Glenn Morris <rgm@gnu.org>
806
807 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
808
809 2010-08-31 Kenichi Handa <handa@m17n.org>
810
811 * international/mule-cmds.el (standard-display-european-internal):
812 Setup standard-display-table for 8-bit characters by storing 8-bit
813 characters in the element vector.
814
815 * disp-table.el (standard-display-8bit):
816 Setup standard-display-table for 8-bit characters by storing 8-bit
817 characters in the element vector.
818 (standard-display-european): Likewise.
819
820 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
821
822 Sync with Tramp 2.1.19.
823
824 * net/tramp-cmds.el (tramp-cleanup-all-connections)
825 (tramp-reporter-dump-variable, tramp-load-report-modules)
826 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
827 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
828
829 * net/tramp-compat.el (top): Do not autoload
830 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
831 only when `start-file-process' is not bound.
832 (byte-compile-not-obsolete-vars): Define if not bound.
833 (tramp-compat-funcall): New defmacro.
834 (tramp-compat-line-beginning-position)
835 (tramp-compat-line-end-position)
836 (tramp-compat-temporary-file-directory)
837 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
838 (tramp-compat-copy-file, tramp-compat-copy-directory)
839 (tramp-compat-delete-file, tramp-compat-delete-directory)
840 (tramp-compat-number-sequence, tramp-compat-process-running-p):
841 Use it.
842 (tramp-advice-file-expand-wildcards): Do not use
843 `tramp-handle-file-remote-p'.
844 (tramp-compat-make-temp-file): Simplify fallback implementation.
845 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
846 (tramp-compat-copy-tree): Remove function.
847 (tramp-compat-delete-file): New defun.
848 (tramp-compat-delete-directory): Provide implementation for older
849 Emacsen.
850 (tramp-compat-file-attributes): Handle only
851 `wrong-number-of-arguments' error.
852
853 * net/tramp-fish.el (tramp-fish-handle-copy-file):
854 Add PRESERVE_SELINUX_CONTEXT.
855 (tramp-fish-handle-delete-file): Add TRASH arg.
856 (tramp-fish-handle-directory-files-and-attributes):
857 Do not use `tramp-fish-handle-file-attributes.
858 (tramp-fish-handle-file-local-copy)
859 (tramp-fish-handle-insert-file-contents)
860 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
861
862 * net/tramp-gvfs.el (top): Require url-util.
863 (tramp-gvfs-mount-point): Remove.
864 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
865 and `set-file-selinux-context'.
866 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
867 (tramp-gvfs-handle-file-selinux-context)
868 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
869 (with-tramp-dbus-call-method): Format trace message.
870 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
871 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
872 Implement backup call, when operation on local files fails.
873 Use progress reporter. Flush properties of changed files.
874 (tramp-gvfs-handle-delete-file): Add TRASH arg.
875 Use `tramp-compat-delete-file'.
876 (tramp-gvfs-handle-expand-file-name): Expand "~/".
877 (tramp-gvfs-handle-make-directory): Make more traces.
878 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
879 (tramp-gvfs-url-file-name): Hexify file name in url.
880 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
881 into account for the resulting file name.
882 (tramp-gvfs-handler-askquestion): Preserve current message, in
883 order to let progress reporter continue afterwards. (Bug#6257)
884 Return dummy mountpoint, when the answer is "no".
885 See `tramp-gvfs-maybe-open-connection'.
886 (tramp-gvfs-handler-mounted-unmounted)
887 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
888 attribute "default_location". Set "prefix" property.
889 Handle default-location.
890 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
891 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
892 exists. Raise an error, if not (due to a corresponding answer
893 "no" in interactive questions, for example).
894 Use `tramp-compat-funcall'.
895
896 * net/tramp-imap.el (top): Autoload `epg-make-context'.
897 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
898 (tramp-imap-do-copy-or-rename-file)
899 (tramp-imap-handle-insert-file-contents)
900 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
901 (tramp-imap-handle-delete-file): Add TRASH arg.
902
903 * net/tramp-smb.el (tramp-smb-handle-copy-file):
904 Add PRESERVE-SELINUX-CONTEXT.
905 (tramp-smb-handle-copy-file)
906 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
907 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
908 Use `with-progress-reporter'.
909 (tramp-smb-handle-delete-file): Add TRASH arg.
910
911 * net/tramp.el (tramp-methods): Move hostname to the end in all
912 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
913 appropriate.
914 (tramp-verbose): Describe verbose level 9.
915 (tramp-completion-function-alist)
916 (tramp-file-name-regexp, tramp-chunksize)
917 (tramp-local-coding-commands, tramp-remote-coding-commands)
918 (with-connection-property, tramp-completion-mode-p)
919 (tramp-action-process-alive, tramp-action-out-of-band)
920 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
921 (tramp-exists-file-name-handler): Fix docstring.
922 (tramp-remote-process-environment): Use `format' instead of
923 `concat'. Protect version string by apostroph.
924 (tramp-shell-prompt-pattern): Do not use a shy group in case of
925 XEmacs.
926 (tramp-file-name-regexp-unified)
927 (tramp-completion-file-name-regexp-unified): On W32 systems, do
928 not regard the volume letter as remote filename. (Bug#5447)
929 (tramp-perl-file-attributes)
930 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
931 (tramp-vc-registered-read-file-names): Read input as
932 here-document, otherwise the command could exceed maximum length
933 of command line.
934 (tramp-file-name-handler-alist): Add `file-selinux-context' and
935 `set-file-selinux-context'.
936 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
937 backtrace functions.
938 (tramp-error-with-buffer): Don't show the connection buffer when
939 we are in completion mode.
940 (tramp-progress-reporter-update, tramp-remote-selinux-p)
941 (tramp-handle-file-selinux-context)
942 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
943 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
944 New defuns.
945 (with-progress-reporter): New defmacro.
946 (tramp-debug-outline-regexp): New defconst.
947 (top, tramp-rfn-eshadow-setup-minibuffer)
948 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
949 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
950 (tramp-completion-mode-p, tramp-check-for-regexp)
951 (tramp-open-connection-setup-interactive-shell)
952 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
953 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
954 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
955 Use `tramp-compat-funcall'.
956 (tramp-handle-make-symbolic-link): Flush file properties.
957 (tramp-handle-load, tramp-handle-file-local-copy)
958 (tramp-handle-insert-file-contents, tramp-handle-write-region)
959 (tramp-handle-vc-registered, tramp-maybe-send-script)
960 (tramp-find-shell): Use `with-progress-reporter'.
961 (tramp-do-file-attributes-with-stat): Add space in format string,
962 in order to work around a bug in pdksh. Reported by Gilles Pion
963 <gpion@lfdj.com>.
964 (tramp-handle-verify-visited-file-modtime): Do not send a command
965 when the connection is not established.
966 (tramp-handle-set-file-times): Simplify the check for utc.
967 (tramp-handle-directory-files-and-attributes)
968 (tramp-get-remote-path): Use `copy-tree'.
969 (tramp-completion-handle-file-name-all-completions): Ensure, that
970 non remote files are still checked. Oops.
971 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
972 Handle PRESERVE-SELINUX-CONTEXT.
973 (tramp-do-copy-or-rename-file): Add progress reporter.
974 (tramp-do-copy-or-rename-file-directly): Do not use
975 `tramp-handle-file-remote-p'.
976 (tramp-do-copy-or-rename-file-out-of-band):
977 Use `tramp-compat-delete-directory'.
978 (tramp-do-copy-or-rename-file-out-of-band)
979 (tramp-compute-multi-hops, tramp-maybe-open-connection):
980 Use `format-spec-make'.
981 (tramp-handle-delete-file): Add TRASH arg.
982 (tramp-handle-dired-uncache): Flush directory cache, not only file
983 cache.
984 (tramp-handle-expand-file-name)
985 (tramp-completion-handle-file-name-all-completions)
986 (tramp-completion-handle-file-name-completion):
987 Use `tramp-connectable-p'.
988 (tramp-handle-start-file-process): Set connection property "vec".
989 Use it, in order to invalidate file caches. Check only for
990 `remote-tty' process property.
991 Implement tty setting. (Bug#4604, Bug#6360)
992 (tramp-file-name-for-operation): Add `call-process-region' and
993 `set-file-selinux-context'.
994 (tramp-find-foreign-file-name-handler)
995 (tramp-advice-make-auto-save-file-name)
996 (tramp-set-auto-save-file-modes): Remove superfluous check for
997 `stringp'. This is done inside `tramp-tramp-file-p'.
998 (tramp-file-name-handler): Trace 'quit. Catch the error for some
999 operations when we are in completion mode. This gives the user
1000 the chance to correct the file name in the minibuffer.
1001 (tramp-completion-mode-p): Use `non-essential'.
1002 (tramp-handle-file-name-all-completions): Backward/ XEmacs
1003 compatibility: Use `completion-ignore-case' if
1004 `read-file-name-completion-ignore-case' does not exist.
1005 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
1006 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1007 `tramp-open-shell'.
1008 (tramp-action-password): Hide password prompt before next run.
1009 (tramp-process-actions): Widen connection buffer for the trace.
1010 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
1011 process property. Trace stty settings if `tramp-verbose' >= 9.
1012 Apply workaround for IRIX64 bug. Move argument of last
1013 `tramp-send-command' where it belongs to.
1014 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1015 front of `login-args'.
1016 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
1017 on "/dev/null" instead of "/".
1018 (tramp-get-ls-command-with-dired): Make test for "--dired"
1019 stronger.
1020 (tramp-set-auto-save-file-modes): Adapt version check.
1021 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1022 (tramp-handle-process-file): Call the program in a subshell, in
1023 order to preserve working directory.
1024 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
1025 `tramp-remote-sh' from `tramp-methods'.
1026 (tramp-get-ls-command): Make test for "--color=never" stronger.
1027 (tramp-check-for-regexp): Use (forward-line 1).
1028
1029 * net/trampver.el: Update release number.
1030
1031 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
1032
1033 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1034 empty argument to gvfs-copy.
1035
1036 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1037
1038 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
1039 handle new TRASH arg of `delete-file'.
1040
1041 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
1042
1043 * net/tramp.el (tramp-handle-insert-directory): Don't use
1044 `forward-word', its default syntax could be changed.
1045
1046 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1047 Michael Albinus <michael.albinus@gmx.de>
1048
1049 Implement compression for inline methods.
1050
1051 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1052 (tramp-copy-size-limit): Allow also nil.
1053 (tramp-inline-compress-commands): New defconst.
1054 (tramp-find-inline-compress, tramp-get-inline-compress)
1055 (tramp-get-inline-coding): New defuns.
1056 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1057 replaced by `tramp-get-inline-coding'.
1058 (tramp-handle-file-local-copy, tramp-handle-write-region)
1059 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1060
1061 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
1062
1063 Detect ssh 'ControlMaster' argument automatically in some cases.
1064
1065 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1066 (tramp-default-method): Use it.
1067
1068 2010-08-26 Karel Klíč <kklic@redhat.com>
1069
1070 * net/tramp.el (tramp-file-name-for-operation):
1071 Add file-selinux-context.
1072
1073 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1074
1075 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1076
1077 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1078
1079 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1080 (Bug#6907).
1081
1082 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
1083
1084 * progmodes/python.el (python-block-pairs): Allow use of "finally"
1085 with "else" (Bug#3991).
1086
1087 2010-08-22 Leo <sdl.web@gmail.com>
1088
1089 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1090 (ignore, bright, dim, keyword): Split list of nicknames before
1091 passing to rcirc-add-or-remove (Bug#6894).
1092
1093 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
1094
1095 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1096
1097 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1098
1099 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
1100 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1101 New version 13.0.
1102 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1103 Adjust initialization.
1104 (whitespace-bob-marker, whitespace-eob-marker)
1105 (whitespace-buffer-changed): New vars.
1106 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1107 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1108 (whitespace-post-command-hook, whitespace-display-char-on):
1109 Adjust code.
1110 (whitespace-looking-back, whitespace-buffer-changed): New funs.
1111 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
1112
1113 2010-08-21 Leo <sdl.web@gmail.com>
1114
1115 Fix buffer-list rename&refresh after killing a buffer in ido.
1116 * lisp/ido.el: Revert Óscar's.
1117 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1118 Remember the buffers at head, rather than their name.
1119 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1120
1121 2010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
1122 Stefan Monnier <monnier@iro.umontreal.ca>
1123
1124 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1125 extra backslash added to each line (bug#6890).
1126
1127 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1128
1129 * subr.el (read-key): Don't echo keystrokes (bug#6883).
1130
1131 2010-08-21 Glenn Morris <rgm@gnu.org>
1132
1133 * menu-bar.el (menu-bar-games-menu): Add landmark.
1134
1135 2010-08-20 Glenn Morris <rgm@gnu.org>
1136
1137 * align.el (align-regexp): Make group and spacing arguments
1138 use the interactive defaults when non-interactive. (Bug#6698)
1139
1140 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1141 expansion, so as not to need sendmail.
1142 (mail-text-start): Remove declaration.
1143 (rmail-retry-failure): Require sendmail.
1144
1145 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1146
1147 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1148
1149 2010-08-18 Michael Albinus <michael.albinus@gmx.de>
1150
1151 * progmodes/flymake.el (flymake-start-syntax-check-process):
1152 Use `start-file-process' in order to let it run also on remote hosts.
1153
1154 2010-08-18 Kenichi Handa <handa@m17n.org>
1155
1156 * files.el: Add `word-wrap' as safe local variable.
1157
1158 2010-08-18 Glenn Morris <rgm@gnu.org>
1159
1160 * woman.el (woman-translate): Case matters. (Bug#6849)
1161
1162 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
1163
1164 * simple.el (kill-region): Doc fix (Bug#6787).
1165
1166 2010-08-14 Glenn Morris <rgm@gnu.org>
1167
1168 * calendar/diary-lib.el (diary-header-line-format):
1169 Fit it to the window, not the frame.
1170
1171 2010-08-11 Andreas Schwab <schwab@linux-m68k.org>
1172
1173 * subr.el (ignore-errors): Add debug declaration.
1174
1175 2010-08-09 Geoff Gole <geoffgole@gmail.com> (tiny change)
1176
1177 * whitespace.el (whitespace-color-off): Remove post-command-hook
1178 locally.
1179
1180 2010-08-08 Johan Bockgård <bojohan@gnu.org>
1181
1182 * replace.el (replace-highlight): Bind isearch-forward and
1183 isearch-error, ensuring that highlighting is updated if the user
1184 switches the search direction (Bug#6808).
1185
1186 * isearch.el (isearch-lazy-highlight-forward): New var.
1187 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1188 (isearch-lazy-highlight-update): Use it.
1189
1190 2010-08-06 Kenichi Handa <handa@m17n.org>
1191
1192 * international/mule.el (define-charset): Store NAME as :base property.
1193 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
1194 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1195 current priority. Force using the designation of the specific
1196 charset by adding `charset' text property. Improve the whole
1197 algorithm.
1198
1199 2010-08-05 Juanma Barranquero <lekktu@gmail.com>
1200
1201 * emulation/pc-select.el (pc-selection-mode-hook)
1202 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1203 (pc-selection-mode): Fix typos in docstrings.
1204
1205 2010-08-04 Kenichi Handa <handa@m17n.org>
1206
1207 * language/cyrillic.el: Don't add "microsoft-cp1251" to
1208 ctext-non-standard-encodings-alist here.
1209
1210 * international/mule.el (ctext-non-standard-encodings-alist):
1211 Add "koi8-r" and "microsoft-cp1251".
1212 (ctext-standard-encodings): New variable.
1213 (ctext-non-standard-encodings-table): List only elements for
1214 non-standard encodings.
1215 (ctext-pre-write-conversion): Adjust for the above change.
1216 Check ctext-standard-encodings.
1217
1218 * international/mule-conf.el (compound-text): Doc fix.
1219 (ctext-no-compositions): Doc fix.
1220 (compound-text-with-extensions): Doc fix.
1221
1222 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1223
1224 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1225
1226 2010-08-03 Juanma Barranquero <lekktu@gmail.com>
1227
1228 * progmodes/which-func.el (which-func-format): Split help-echo text
1229 into lines, like other mode-line tooltips.
1230
1231 * server.el (server-start): When using TCP sockets, force IPv4
1232 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
1233
1234 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1235
1236 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1237
1238 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
1239
1240 * term.el (term-delimiter-argument-list): Reflow docstring.
1241 (term-read-input-ring, term-write-input-ring, term-send-input)
1242 (term-bol, term-erase-in-display, serial-supported-or-barf):
1243 Fix typos in docstrings.
1244
1245 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1246
1247 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1248
1249 2010-08-01 Juanma Barranquero <lekktu@gmail.com>
1250
1251 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1252
1253 2010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
1254
1255 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
1256 Fix typo in docstring (bug#6747).
1257
1258 2010-07-30 Leo <sdl.web@gmail.com>
1259
1260 * eshell/esh-io.el (eshell-get-target): Better detection of
1261 read-only file (Bug#6762).
1262
1263 2010-07-30 Juanma Barranquero <lekktu@gmail.com>
1264
1265 * align.el (align-default-spacing): Doc fix.
1266 (align-region-heuristic, align-regexp): Fix typos in docstrings.
1267
1268 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
1269
1270 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
1271
1272 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
1273
1274 * time.el (display-time-day-and-date): Remove spurious * in docstring.
1275 (display-time-world-buffer-name, display-time-world-mode-map):
1276 Fix typos in docstrings.
1277
1278 2010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
1279
1280 * image-mode.el (image-display-size): New function.
1281 (image-forward-hscroll, image-next-line, image-eol, image-eob)
1282 (image-mode-fit-frame): Use it (Bug#6639).
1283
1284 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
1285
1286 * dired.el (dired-buffers-for-dir): Handle list values of
1287 dired-directory (Bug#6636).
1288
1289 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
1290
1291 * vc.el (vc-coding-system-inherit-eol): New defvar.
1292 (vc-coding-system-for-diff): Use it to decide whether to inherit
1293 from the file the EOL format for reading the diffs of that file.
1294 (Bug#4451)
1295
1296 2010-07-16 Eli Zaretskii <eliz@gnu.org>
1297
1298 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
1299 unibyte, so compressed attachments are not compressed again.
1300
1301 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
1302
1303 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
1304 now that unicode is used (Bug#6594).
1305
1306 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
1307
1308 * simple.el (push-mark-command): Set the selection if
1309 select-active-regions is non-nil.
1310
1311 2010-07-10 Glenn Morris <rgm@gnu.org>
1312
1313 * calendar/calendar.el (calendar-week-end-day): New function.
1314 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1315 Respect calendar-week-start-day. (Bug#6606)
1316 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1317 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1318 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1319 respect calendar-week-start-day.
1320
1321 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
1322
1323 * simple.el (use-region-p): Doc fix (Bug#6607).
1324
1325 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
1326
1327 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1328 builtins (BufferError, BytesWarning, WindowsError; callables
1329 bin, bytearray, bytes, format, memoryview, next, print; __package__).
1330
1331 2010-07-07 Glenn Morris <rgm@gnu.org>
1332
1333 * play/zone.el (zone-fall-through-ws): Fix next-line ->
1334 forward-line fallout.
1335
1336 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
1337
1338 * mouse.el (mouse-appearance-menu): Add docstring.
1339
1340 * help.el (describe-key): Print up-event using key-description.
1341
1342 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
1343
1344 * net/zeroconf.el (zeroconf-resolve-service)
1345 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
1346 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1347
1348 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1349
1350 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1351
1352 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
1353
1354 Avoid displaying files with a nil state in vc-dir.
1355 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1356 cases that cause insertion.
1357 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1358 with a nil state.
1359
1360 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
1361
1362 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1363
1364 2010-06-29 Leo <sdl.web@gmail.com>
1365
1366 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
1367
1368 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
1369
1370 * generic-x.el (bat-generic-mode): Fix regexp for command line
1371 switches (Bug#5719).
1372
1373 2010-06-27 Masatake YAMATO <yamato@redhat.com>
1374
1375 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1376 of nconc to avoid pure storage error (Bug#6239).
1377
1378 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
1379
1380 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1381 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1382 bindings of bookmark-automatically-show-annotations (Bug#6515).
1383
1384 2010-06-25 Eli Zaretskii <eliz@gnu.org>
1385
1386 * arc-mode.el (archive-zip-extract): Don't quote the file name on
1387 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
1388
1389 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
1390
1391 * comint.el (make-comint, make-comint-in-buffer): Mention return
1392 value in the docstrings. (Bug#6498)
1393
1394 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
1395
1396 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
1397 since it is not present when using some non-default switches.
1398
1399 2010-06-23 Karl Fogel <kfogel@red-bean.com>
1400
1401 * simple.el (compose-mail): Fix doc string to refer to
1402 `compose-mail-user-agent-warnings', instead of to the
1403 nonexistent `compose-mail-check-user-agent'.
1404
1405 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1406
1407 Fix vc-annotate for renamed files when using Git.
1408 * vc-git.el (vc-git-find-revision): Deal with empty results from
1409 ls-files. Doe not pass the object as a file name to cat-file, it
1410 is not a file name.
1411 (vc-git-annotate-command): Pass the file name using -- to avoid
1412 ambiguity with the revision.
1413 (vc-git-previous-revision): Pass a relative file name.
1414
1415 2010-06-22 Glenn Morris <rgm@gnu.org>
1416
1417 * progmodes/js.el (js-mode-map): Use standard capitalization and
1418 ellipses for menu entries.
1419
1420 * wid-edit.el (widget-complete): Doc fix.
1421
1422 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
1423
1424 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1425
1426 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1427
1428 Fix annotating other revisions for renamed files in vc-annotate.
1429 * vc-annotate.el (vc-annotate): Add an optional argument for the
1430 VC backend. Use it when non-nil.
1431 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate. (Bug#6487)
1432
1433 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1434 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1435 Do not pass the file name to the 'previous-revision call when we
1436 don't want a file diff. (Bug#6489)
1437
1438 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1439
1440 Fix finding revisions for renamed files in vc-annotate.
1441 * vc.el (vc-find-revision): Add an optional argument for
1442 the VC backend. Use it when non-nil.
1443 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1444 backend to vc-find-revision. (Bug#6487)
1445
1446 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1447
1448 Fix reading file names in Git annotate buffers.
1449 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1450 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
1451
1452 2010-06-20 Alan Mackenzie <acm@muc.de>
1453
1454 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1455 in file local variables, set it first.
1456
1457 2010-06-19 Glenn Morris <rgm@gnu.org>
1458
1459 * descr-text.el (describe-char-unicode-data): Insert separating
1460 space when needed. (Bug#6422)
1461
1462 * progmodes/idlwave.el (idlwave-action-and-binding):
1463 Fix typo in 2009-12-03 change. (Bug#6450)
1464
1465 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1466
1467 * subr.el (read-quoted-char): Fix up last change (bug#6290).
1468
1469 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1470
1471 * font-lock.el (font-lock-major-mode): Rename from
1472 font-lock-mode-major-mode to distinguish it from
1473 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1474 (font-lock-set-defaults):
1475 * font-core.el (font-lock-default-function): Adjust users.
1476 (font-lock-mode): Don't set it at all.
1477
1478 2010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1479
1480 * vc-annotate.el (vc-annotate): Use vc-read-revision.
1481
1482 2010-06-15 Glenn Morris <rgm@gnu.org>
1483
1484 * calendar/appt.el (appt-time-msg-list): Doc fix.
1485 (appt-check): Let-bind appt-warn-time.
1486 (appt-add): Make the 3rd argument optional.
1487 Simplify argument names. Doc fix. Check for integer WARNTIME.
1488 Only add WARNTIME to the output list if non-nil.
1489
1490 2010-06-15 Ivan Kanis <apple@kanis.eu>
1491
1492 * calendar/appt.el (appt-check): Let the 3rd element of
1493 appt-time-msg-list specify the warning time.
1494 (appt-add): Add new argument with the warning time. (Bug#5176)
1495
1496 2010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1497
1498 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1499 older than version 1.6. (Bug#6361)
1500
1501 2010-06-12 Helmut Eller <eller.helmut@gmail.com>
1502
1503 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1504 used by cl-do-arglist. (Bug#6408)
1505
1506 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1507
1508 * emacs-lisp/advice.el (ad-compile-function):
1509 Define warning-suppress-types before we let-bind it (bug#6275).
1510
1511 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1512 declare it, make it buffer-local and permanent-local (bug#6324).
1513 (vc-resynch-window): Adjust name.
1514 * vc-hooks.el (vc-find-file-hook): Adjust name.
1515
1516 2010-06-07 Jonathan Rockway <jon@jrock.us>
1517
1518 * net/rcirc.el: Add support for password authentication.
1519 (rcirc-server-alist): Add :password keyword.
1520 (rcirc): Ask for a password, or get it from the server's alist.
1521 (rcirc-connect): Add password argument. Pass it to server.
1522
1523 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
1524
1525 * net/dbus.el (dbus-register-method): Declare function.
1526 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1527 (dbus-introspect): Doc fix.
1528 (dbus-event-bus-name, dbus-introspect-get-interface)
1529 (dbus-introspect-get-argument): Reflow docstrings.
1530
1531 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
1532
1533 * term/common-win.el (x-colors): Add "dark green" and "dark
1534 turquoise" (Bug#6332).
1535
1536 2010-06-03 Glenn Morris <rgm@gnu.org>
1537
1538 * desktop.el (desktop-clear-preserve-buffers):
1539 Add "*Warnings*" buffer. (Bug#6336)
1540
1541 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
1542
1543 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1544
1545 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1546
1547 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1548 `file-directory-p' to the filename part rather than to the whole text.
1549
1550 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1551
1552 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1553
1554 2010-05-31 Drew Adams <drew.adams@oracle.com>
1555
1556 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1557
1558 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
1559
1560 * subr.el (momentary-string-display): Just use read-event to read
1561 the exit event (Bug#6238).
1562
1563 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
1564
1565 * ansi-color.el: Delete unused escape sequences (Bug#6085).
1566 (ansi-color-drop-regexp): New constant.
1567 (ansi-color-apply, ansi-color-filter-region)
1568 (ansi-color-apply-on-region): Delete unrecognized control sequences.
1569 (ansi-color-apply): Build string list before calling concat.
1570
1571 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1572
1573 * progmodes/verilog-mode.el (verilog-type-font-keywords):
1574 Use font-lock-constant-face, not obsolete font-lock-reference-face.
1575
1576 2010-05-27 Masatake YAMATO <yamato@redhat.com>
1577
1578 * htmlfontify.el (hfy-face-resolve-face): New function.
1579 (hfy-face-to-style): Use it (Bug#6279).
1580
1581 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1582
1583 * epa.el (epa--select-keys): Don't explicitly delete the window since
1584 that can fail (e.g. sole window in frame). Use dedication instead.
1585
1586 2010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
1587
1588 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1589
1590 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1591
1592 * subr.el (read-quoted-char): Resolve modifiers after key
1593 remapping (bug#6212).
1594
1595 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1596
1597 * tmm.el (tmm-prompt): Don't try to precompute bindings.
1598 (tmm-get-keymap): Compute shortcuts (bug#6171).
1599
1600 2010-05-10 Glenn Morris <rgm@gnu.org>
1601
1602 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
1603 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
1604
1605 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
1606
1607 * Version 23.2 released.
1608
1609 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
1610
1611 * international/mule.el (auto-coding-alist): Only purecopy
1612 car of each item, not the whole list (Bug#6083).
1613
1614 2010-05-02 Chong Yidong <cyd@stupidchicken.com>
1615
1616 * progmodes/js.el (js-mode): Make paragraph variables local before
1617 calling c-setup-paragraph-variables (Bug#6071).
1618
1619 2010-05-01 Eli Zaretskii <eliz@gnu.org>
1620
1621 * composite.el (compose-region, reference-point-alist): Fix typos
1622 in the doc strings.
1623
1624 2010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1625
1626 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1627 gnuplot's "set" command.
1628
1629 2010-04-26 Juanma Barranquero <lekktu@gmail.com>
1630
1631 * abbrev.el (last-abbrev-text): Doc fix.
1632 (abbrev-prefix-mark): Don't escape parenthesis.
1633
1634 2010-04-24 Andreas Schwab <schwab@linux-m68k.org>
1635
1636 * composite.el (find-composition): Doc fix.
1637
1638 2010-04-24 Juanma Barranquero <lekktu@gmail.com>
1639
1640 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
1641 (sql-oracle-program, sql-sqlite-options)
1642 (sql-query-placeholders-and-send): Doc fixes.
1643 (sql-set-product, sql-interactive-mode): Reflow docstrings.
1644 (sql-imenu-generic-expression, sql-buffer)
1645 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
1646 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
1647 (sql-mode-sybase-font-lock-keywords)
1648 (sql-mode-informix-font-lock-keywords)
1649 (sql-mode-interbase-font-lock-keywords)
1650 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
1651 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
1652 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
1653 (sql-product-feature, sql-highlight-product)
1654 (comint-line-beginning-position, sql-rename-buffer)
1655 (sql-toggle-pop-to-buffer-after-send-region)
1656 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
1657 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
1658 Fix typos in docstrings.
1659
1660 2010-04-23 Juri Linkov <juri@jurta.org>
1661
1662 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
1663 property instead of `invisible' and `after-string' (bug#5998).
1664
1665 2010-04-23 Juri Linkov <juri@jurta.org>
1666
1667 * image-mode.el (image-mode-as-text): Fix typo in docstring.
1668
1669 2010-04-23 Juanma Barranquero <lekktu@gmail.com>
1670
1671 * filecache.el (file-cache-add-directory-list)
1672 (file-cache-add-directory-recursively): Fix typos in docstrings.
1673
1674 2010-04-22 Kenichi Handa <handa@m17n.org>
1675
1676 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
1677 (gujarati-composable-pattern): Fix typo.
1678
1679 2010-04-20 Kenichi Handa <handa@m17n.org>
1680
1681 * language/indian.el (oriya-composable-pattern)
1682 (tamil-composable-pattern, malayalam-composable-pattern):
1683 Add two-part vowels to "v" (vowel sign).
1684
1685 2010-04-20 Chong Yidong <cyd@stupidchicken.com>
1686
1687 * files.el (copy-directory): Handle symlinks (Bug#5982).
1688
1689 * progmodes/compile.el (compilation-next-error-function):
1690 Revert 2009-10-12 change (Bug#5983).
1691
1692 2010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
1693
1694 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
1695 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
1696 (Bug#5846).
1697
1698 2010-04-20 Glenn Morris <rgm@gnu.org>
1699
1700 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
1701
1702 * minibuffer.el (completion-at-point): Doc fix.
1703
1704 2010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
1705
1706 Fix the version number for added files.
1707 * vc-hg.el (vc-hg-working-revision): Check if the file is
1708 registered after hg parent fails (Bug#5961).
1709
1710 2010-04-17 Glenn Morris <rgm@gnu.org>
1711
1712 * htmlfontify.el (htmlfontify-buffer)
1713 (htmlfontify-copy-and-link-dir): Autoload entry points.
1714
1715 2010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
1716
1717 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1718 name relative to the project root (Bug#5960).
1719
1720 2010-04-16 Glenn Morris <rgm@gnu.org>
1721
1722 * vc-git.el (vc-git-print-log): Doc fix.
1723
1724 2010-04-14 Óscar Fuentes <ofv@wanadoo.es>
1725
1726 * ido.el (ido-file-internal): Fix 2009-12-02 change.
1727
1728 2010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
1729
1730 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1731 default settings (Bug#5928).
1732
1733 2010-04-10 Glenn Morris <rgm@gnu.org>
1734
1735 * progmodes/fortran.el (fortran-match-and-skip-declaration):
1736 New function.
1737 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
1738
1739 2010-04-07 Kenichi Handa <handa@m17n.org>
1740
1741 * language/indian.el (malayalam-composable-pattern): Fix previous
1742 change (add U+0D4D "SIGN VIRAMA").
1743 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1744 (tamil-composable-pattern): Fix typo in the regexp.
1745 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1746 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1747 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1748
1749 2010-04-06 Chong Yidong <cyd@stupidchicken.com>
1750
1751 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1752 paragraph-separate (Bug#5821).
1753
1754 2010-04-05 Juri Linkov <juri@jurta.org>
1755
1756 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1757
1758 * info.el (Info-find-node-2): Comment out code that skips
1759 breadcrumbs line.
1760 (Info-mouse-follow-link): New command.
1761 (Info-link-keymap): New keymap.
1762 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1763 Return a string with links instead of inserting breadcrumbs
1764 to the Info buffer.
1765 (Info-fontify-node): Comment out code that inserts breadcrumbs.
1766 Instead of putting the `invisible' text property over the Info
1767 header, make an overlay over the Info header with the `invisible'
1768 property and `after-string' set to the string returned by
1769 `Info-breadcrumbs'.
1770
1771 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
1772
1773 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1774 Reported by monkey@sandpframing.com.
1775
1776 2010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
1777
1778 * textmodes/artist.el (artist-mode): Fix typo in docstring.
1779 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
1780
1781 2010-03-30 Kenichi Handa <handa@m17n.org>
1782
1783 * language/sinhala.el (composition-function-table): Fix regexp for
1784 the new Unicode specification.
1785
1786 * language/indian.el (devanagari-composable-pattern)
1787 (tamil-composable-pattern, kannada-composable-pattern)
1788 (malayalam-composable-pattern): Adjust for the new Unicode
1789 specification.
1790 (bengali-composable-pattern, gurmukhi-composable-pattern)
1791 (gujarati-composable-pattern, oriya-composable-pattern)
1792 (telugu-composable-pattern): New variables to cope with the new
1793 Unicode specification. Use them in composition-function-table.
1794
1795 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1796
1797 Make tmm-menubar work for the Buffers menu again (bug#5726).
1798 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1799 vectors rather than cons cells, as used in menu-bar-update-buffers.
1800
1801 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
1802
1803 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1804 (js-insert-and-indent): Revert 2009-08-15 change, restoring
1805 electric punctuation for "{}();,:" (Bug#5586).
1806
1807 * mail/sendmail.el (mail-default-directory): Doc fix.
1808
1809 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
1810
1811 * mail/sendmail.el (mail-default-directory): Doc fix.
1812
1813 2010-03-27 Eli Zaretskii <eliz@gnu.org>
1814
1815 * subr.el (version-regexp-alist, version-to-list)
1816 (version-list-<, version-list-=, version-list-<=)
1817 (version-list-not-zero, version<, version<=, version=): Doc fix.
1818 (Bug#5744).
1819
1820 2010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1821 Nick Roberts <nickrob@snap.net.nz>
1822
1823 * progmodes/gdb-ui.el (gdb-apple-test): New function.
1824 (gdb-init-1): Use it.
1825
1826 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1827
1828 * vc.el (vc-root-diff): Doc fix.
1829
1830 2010-03-25 Chong Yidong <cyd@stupidchicken.com>
1831
1832 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1833
1834 * simple.el (append-to-buffer): Fix last change.
1835
1836 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
1837
1838 * simple.el (append-to-buffer): Ensure that point is preserved if
1839 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
1840 (Bug#5749)
1841
1842 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1843
1844 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1845 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1846 not be present any more.
1847
1848 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1849
1850 * faces.el (set-face-attribute): Fix typo in docstring.
1851 (face-valid-attribute-values): Reflow docstring.
1852
1853 2010-03-23 Glenn Morris <rgm@gnu.org>
1854
1855 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1856
1857 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
1858
1859 * indent.el (indent-for-tab-command): Doc fix.
1860
1861 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
1862
1863 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1864 (image-dired-read-comment): Doc fix.
1865
1866 * json.el (json-object-type, json-array-type, json-key-type)
1867 (json-false, json-null, json-read-number):
1868 * minibuffer.el (completion-in-region-functions):
1869 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1870 (cal-tex-cursor-week):
1871 * emacs-lisp/trace.el (trace-function):
1872 * eshell/em-basic.el (eshell/printnl):
1873 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1874 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1875 * obsolete/levents.el (allocate-event, event-key, event-object)
1876 (event-point, event-process, event-timestamp, event-to-character)
1877 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1878 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1879 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1880 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1881 (reftex-highlight-selection): Fix typos in docstrings.
1882
1883 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
1884
1885 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1886
1887 2010-03-18 Glenn Morris <rgm@gnu.org>
1888
1889 * mail/rmail.el (rmail-highlight-face): Restore option deleted
1890 2008-02-13 without comment; mark it obsolete.
1891 (rmail-highlight-headers): Use rmail-highlight-face once more.
1892
1893 2010-03-16 Chong Yidong <cyd@stupidchicken.com>
1894
1895 * woman.el (woman2-process-escapes): Only consume the newline if
1896 the filler character is on a line by itself (Bug#5729).
1897
1898 2010-03-16 Kenichi Handa <handa@m17n.org>
1899
1900 * language/indian.el (devanagari-composable-pattern): Add more
1901 consonants.
1902
1903 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
1904
1905 * net/trampver.el: Update release number.
1906
1907 2010-03-13 Glenn Morris <rgm@gnu.org>
1908
1909 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1910
1911 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
1912
1913 * net/tramp.el (tramp-find-executable):
1914 Use `tramp-get-connection-buffer'. Make the regexp for checking
1915 output of "wc -l" more robust.
1916 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1917 (tramp-open-connection-setup-interactive-shell): Remove workaround
1918 for OpenSolaris bug, it is not needed anymore.
1919
1920 2010-03-12 Glenn Morris <rgm@gnu.org>
1921
1922 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
1923
1924 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
1925
1926 * files.el (auto-mode-alist): Accept more verilog file patterns.
1927
1928 2010-03-09 Miles Bader <miles@gnu.org>
1929
1930 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1931 instead of "format:"; this ensures that the output is
1932 newline-terminated.
1933
1934 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
1935
1936 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1937 that all errors are caught, and that the return value is always a
1938 list (Bug#5692).
1939
1940 2010-03-08 Kenichi Handa <handa@m17n.org>
1941
1942 * language/misc-lang.el (windows-1256): New coding system.
1943 (cp1256): New alias of windows-1256 (bug#5690).
1944
1945 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
1946
1947 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1948 call to rfc822-bad-address. (Bug#5692)
1949
1950 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
1951
1952 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1953 Use vc-git-root as default directory for revision path (Bug#5657).
1954
1955 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
1956
1957 * calculator.el (calculator): Don't bind split-window-keep-point
1958 (Bug#5674).
1959
1960 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1961
1962 * vc-git.el: Re-flow to fit into 80 columns.
1963 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1964 Remove spurious `quote' element in each case alternative.
1965 (vc-git-show-log-entry): Use prog1.
1966 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1967
1968 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1969
1970 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1971
1972 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
1973
1974 * macros.el (insert-kbd-macro): Look up keyboard macro using the
1975 definition, not the name (Bug#5481).
1976
1977 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
1978
1979 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1980 argument with a local variable. (Bug#5670)
1981
1982 2010-03-02 Juri Linkov <juri@jurta.org>
1983
1984 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
1985
1986 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
1987
1988 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1989 error when FILENAME and NEWNAME are existing remote directories.
1990
1991 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1992 parameter DIR-FLAG.
1993
1994 2010-03-02 Glenn Morris <rgm@gnu.org>
1995
1996 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1997 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1998
1999 2010-03-01 Kenichi Handa <handa@m17n.org>
2000
2001 * language/burmese.el (burmese-composable-pattern): Rename from
2002 myanmar-composable-pattern.
2003
2004 * international/characters.el (script-list):
2005 * international/fontset.el (script-representative-chars):
2006 Change myanmar to burmese.
2007 (otf-script-alist): Likewise.
2008 (setup-default-fontset): Likewise. Re-fix :otf spec.
2009
2010 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2011
2012 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2013
2014 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
2015
2016 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2017
2018 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2019
2020 * net/tramp.el (tramp-handle-write-region): START can be a string.
2021 Take care in the checks. Reported by Dan Davison
2022 <davison@stats.ox.ac.uk>.
2023
2024 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2025
2026 * net/dbus.el (dbus-introspect, dbus-get-property)
2027 (dbus-set-property, dbus-get-all-properties): Use
2028 `dbus-call-method' when noninteractive. (Bug#5645)
2029
2030 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
2031
2032 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2033 * emacs-lisp/elint.el (elint-add-required-env):
2034 * calendar/icalendar.el (icalendar--add-diary-entry):
2035 * calc/calcalg2.el (math-tracing-integral):
2036 * files.el (recover-session-finish): Use with-current-buffer
2037 instead of save-excursion.
2038
2039 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
2040
2041 Fix in-buffer completion when after-change-functions modify the buffer.
2042 * minibuffer.el (completion--replace): New function.
2043 (completion--do-completion): Use it and use relative movement.
2044
2045 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
2046
2047 * international/fontset.el (setup-default-fontset): Fix :otf spec.
2048
2049 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
2050
2051 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2052 Allow the characters _<> in the stack entry (Bug#5653).
2053
2054 2010-02-26 Kenichi Handa <handa@m17n.org>
2055
2056 * language/burmese.el: Fix entries in composition-function-table.
2057 (myanmar-composable-pattern): New variable.
2058
2059 * international/fontset.el (setup-default-fontset): Add an entry
2060 for myanmar.
2061
2062 * international/characters.el (script-list): Add Myanmar
2063 Extended-A.
2064
2065 2010-02-26 Glenn Morris <rgm@gnu.org>
2066
2067 * custom.el (custom-initialize-delay): Doc fix.
2068
2069 * mail/sendmail.el (send-mail-function): Autoload the call
2070 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2071
2072 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
2073
2074 * files.el (hack-local-variables-filter): For eval forms, also
2075 check safe-local-variable-p (Bug#5636).
2076
2077 2010-02-24 Eduard Wiebe <usenet@pusto.de>
2078
2079 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2080 and use c(ad)r of cddr (Bug#5640).
2081
2082 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
2083
2084 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2085 setting the modes by `ignore-errors'. It might fail, for example
2086 if the file is not owned by the user but the group.
2087 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2088
2089 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
2090
2091 * files.el (directory-listing-before-filename-regexp): Use
2092 stricter matching for iso-style dates, to avoid false matches with
2093 date-like filenames (Bug#5597).
2094
2095 * htmlfontify.el (htmlfontify): Doc fix.
2096
2097 * eshell/eshell.el (eshell): Doc fix.
2098
2099 * startup.el (fancy-about-screen): In mode-line, apply
2100 mode-line-buffer-id face only to the buffer name (Bug#5613).
2101
2102 2010-02-20 Kevin Ryde <user42@zip.com.au>
2103
2104 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2105 In `watcom' anchor regexp to start of line, to avoid slowness
2106 (Bug#5599).
2107
2108 2010-02-20 Eli Zaretskii <eliz@gnu.org>
2109
2110 * subr.el (remove-yank-excluded-properties): Explain in a comment
2111 why `category' property is removed.
2112
2113 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
2114
2115 * isearch.el (isearch-update-post-hook, isearch-update): Revert
2116 2010-02-17 change.
2117
2118 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
2119
2120 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2121 (icalendar--convert-weekly-to-ical)
2122 (icalendar--convert-yearly-to-ical)
2123 (icalendar--convert-block-to-ical)
2124 (icalendar--convert-cyclic-to-ical)
2125 (icalendar--convert-anniversary-to-ical): Take care of time
2126 specifications where hour has 1-digit only (Bug#5549).
2127
2128 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
2129
2130 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2131 of disassemble output in GDB 7.1.
2132
2133 2010-02-19 Glenn Morris <rgm@gnu.org>
2134
2135 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2136 property. (Bug#5593)
2137
2138 2010-02-18 Sam Steingold <sds@gnu.org>
2139
2140 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2141
2142 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2143
2144 Use abbreviated file names in bookmarks (bug#5591).
2145 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2146 calls to expand-file-name.
2147 (bookmark-relocate): Use abbreviated file names in bookmarks.
2148 (bookmark-load): Use abbreviated file names in messages.
2149
2150 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2151
2152 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2153 expand "." and "..". Reported by Thierry Volpiatto
2154 <thierry.volpiatto@gmail.com>.
2155
2156 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2157
2158 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2159 permissions of the temporary file to "0600". In case the remote
2160 file has no read permissions for the owner, there might be
2161 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
2162
2163 22010-02-18 Glenn Morris <rgm@gnu.org>
2164
2165 * emacs-lisp/authors.el (authors-renamed-files-alist):
2166 Add entries for INSTALL.CVS.
2167
2168 2010-02-17 Mark A. Hershberger <mah@everybody.org>
2169
2170 * vc-bzr.el: Fix typo in Known Bugs section.
2171
2172 * isearch.el (isearch-update-post-hook): New hook.
2173 (isearch-update): Use the new hook.
2174
2175 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
2176
2177 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2178 Fix errors in copying directories.
2179 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2180 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2181 (tramp-handle-delete-file)
2182 (tramp-handle-dired-recursive-delete-directory)
2183 (tramp-handle-write-region): Flush also the cache for the upper
2184 directory.
2185
2186 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
2187
2188 * simple.el (save-interprogram-paste-before-kill): Doc fix.
2189
2190 * cus-edit.el (hardware): Doc fix.
2191
2192 * man.el (man): Add to external custom group.
2193
2194 * delim-col.el (columns): Move to wp custom group.
2195
2196 * doc-view.el (doc-view): Add to data custom group.
2197
2198 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
2199
2200 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2201 by ispell-parse-output (Bug#5575).
2202
2203 2010-02-16 Kenichi Handa <handa@m17n.org>
2204
2205 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2206 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2207 (skkdic-convert): Use `euc-japan' coding system for writing.
2208
2209 2010-02-16 Glenn Morris <rgm@gnu.org>
2210
2211 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2212 tex-main-file before using it. (Bug#5562)
2213
2214 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2215
2216 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2217 warnings, since it is annoying for the user to see them each time he
2218 runs the code.
2219
2220 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
2221
2222 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2223 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2224 instead of PROC for caching "first-password-request". Otherwise,
2225 new processes would not profit from passwords already entered.
2226
2227 * net/tramp-cache.el (tramp-dump-connection-properties):
2228 Don't save "first-password-request" property.
2229
2230 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
2231
2232 * outline.el (outline-head-from-level):
2233 * simple.el (with-wrapper-hook):
2234 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2235 (elint-defun, elint-buffer-env, elint-top-form-logged)
2236 (elint-unbound-variable):
2237 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2238 Fix typos in docstrings.
2239
2240 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
2241
2242 * files.el (insert-directory): When WILDCARD-REGEXP and
2243 FULL-DIRECTORY-P are nil, insert the file entry instead of the
2244 whole directory. (Bug#5551)
2245
2246 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
2247 dired's alignment sanity. (Bug#5516)
2248
2249 2010-02-14 Juri Linkov <juri@jurta.org>
2250
2251 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2252 Remove remaining ^H with their preceding chars. (Bug#5566)
2253
2254 2010-02-13 Glenn Morris <rgm@gnu.org>
2255
2256 * simple.el (transpose-subr): Give it a doc-string.
2257
2258 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2259 Doc fixes.
2260
2261 2010-02-12 Juri Linkov <juri@jurta.org>
2262
2263 * arc-mode.el (archive-unique-fname): Make directories for nested
2264 archives. (Bug#5540)
2265
2266 2010-02-12 Juri Linkov <juri@jurta.org>
2267
2268 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
2269
2270 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2271
2272 * subr.el (copy-overlay): Handle deleted overlays.
2273
2274 * man.el (Man-completion-table): Don't signal an error if we can't run
2275 manual-program (bug#4056).
2276
2277 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
2278
2279 * textmodes/artist.el (artist-mt): Fix typos in docstring.
2280
2281 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2282
2283 * info.el (Info-bookmark-jump): Simplify.
2284
2285 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2286 (bookmark-default-handler): Accept new bookmark field `buffer'.
2287
2288 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
2289
2290 * iswitchb.el (iswitchb-completions): Revert last change.
2291
2292 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
2293
2294 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
2295 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2296 This prevents file names like "~/" being listed literally.
2297
2298 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2299
2300 * term/xterm.el (xterm-maybe-set-dark-background-mode):
2301 Remove dead code. (Bug#5546)
2302
2303 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
2304
2305 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2306 correctly (Bug#5548).
2307
2308 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
2309
2310 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
2311 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
2312
2313 2010-02-08 Kenichi Handa <handa@m17n.org>
2314
2315 * international/mule-util.el (with-coding-priority): Add autoload
2316 cookie for putting `lisp-indent-function'.
2317
2318 2010-02-07 Glenn Morris <rgm@gnu.org>
2319
2320 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2321 Move F2003 named interfaces from keywords-2 to keywords-1, and
2322 use function-name-face rather than constant-face.
2323 Simplify "abstract interface" regexp.
2324
2325 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
2326
2327 * eshell/esh-util.el (eshell-file-attributes): New optional arg
2328 ID-FORMAT. Pass it to `file-attributes'.
2329
2330 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2331
2332 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
2333
2334 * faces.el (set-face-attribute): Allow calling
2335 internal-set-lisp-face-attribute with 'unspecified family and
2336 foundry argument (Bug#5536).
2337
2338 2010-02-07 Glenn Morris <rgm@gnu.org>
2339
2340 * progmodes/f90.el (f90-font-lock-keywords-2)
2341 (f90-looking-at-type-like, f90-looking-at-program-block-end):
2342 Handle F2003 named interfaces.
2343
2344 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
2345
2346 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2347 beg and end before calling c-get-state-before-change-functions.
2348
2349 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
2350
2351 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
2352
2353 2010-02-05 Juri Linkov <juri@jurta.org>
2354
2355 * doc-view.el (doc-view-mode):
2356 * image-mode.el (image-mode): Put property mode-class=special.
2357 (Bug#4896)
2358
2359 2010-02-05 Mark A. Hershberger <mah@everybody.org>
2360
2361 * vc-svn.el (vc-svn-revision-table): New function.
2362
2363 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
2364
2365 * net/ange-ftp.el (ange-ftp-insert-directory):
2366 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2367 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2368 Handle also directories. (Bug#5478)
2369
2370 2010-02-05 Glenn Morris <rgm@gnu.org>
2371
2372 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2373
2374 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
2375
2376 * startup.el (command-line-1): Convert options beginning with a
2377 single dash as well (Bug#5519).
2378
2379 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
2380
2381 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2382 * minibuffer.el (completion-initials-expand): Only check the presence
2383 of delims *within* the boundaries, since otherwise the / delim is
2384 always found for files.
2385
2386 Fix up various corner case problems.
2387 * doc-view.el (doc-view-last-page-number): New function.
2388 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2389 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2390 (doc-view-kill-proc): Avoid inf-loop in freak cases.
2391 (doc-view-reconvert-doc): Use the new recursive delete-directory.
2392 (doc-view-convert-current-doc): Don't create the resolution.el file
2393 here any more.
2394 (doc-view-pdf/ps->png): Do it here instead.
2395 (doc-view-already-converted-p): Check that resolution.el is present.
2396 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2397 windows that are not yet showing images.
2398
2399 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
2400
2401 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
2402 `dired-uncache' for every elemnt which is an absolute file name.
2403
2404 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
2405 directory, handle its directory component.
2406 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
2407 function is called permanently and creates noise, otherwise.
2408
2409 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2410 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2411 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
2412
2413 2010-02-04 David Burger <dburger@google.com> (tiny change)
2414
2415 * macros.el (apply-macro-to-region-lines):
2416 Minor simplification. (Bug#5485)
2417
2418 2010-02-04 Glenn Morris <rgm@gnu.org>
2419
2420 * mail/rmail.el (rmail-show-message-1): Handle malformed
2421 quoted-printable text. (Bug#5441)
2422
2423 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2424
2425 * simple.el (visual-line-mode): Capitalize lighter.
2426
2427 2010-02-03 John Wiegley <jwiegley@gmail.com>
2428
2429 * iswitchb.el (iswitchb-completions): Add bookmark files to the
2430 list of files considered for "virtual buffer" completions.
2431
2432 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
2433
2434 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
2435 also in case of (and (not full) (not wildcard)). This is needed,
2436 when dired is called with a list of files, which are not in
2437 `default-directory'. (Bug#5478)
2438
2439 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2440
2441 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
2442
2443 2010-02-02 Juri Linkov <juri@jurta.org>
2444
2445 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
2446 from unidiff to allow function-line after @@.
2447
2448 2010-02-02 Juri Linkov <juri@jurta.org>
2449
2450 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
2451 '(RCS SCCS) with inverted condition.
2452
2453 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
2454
2455 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
2456 messages.
2457
2458 2010-02-01 Juri Linkov <juri@jurta.org>
2459
2460 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
2461 compare with "pkunzip" and "pkzip" instead of only "pkzip".
2462 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
2463 only when (car archive-zip-extract) is "unzip". (Bug#5475)
2464
2465 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2466
2467 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
2468 (doc-view-revert-buffer): New command.
2469 (doc-view-mode-map): Use it.
2470
2471 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
2472
2473 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
2474 pending merge is detected.
2475
2476 2010-01-31 Juri Linkov <juri@jurta.org>
2477
2478 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
2479 beginning of interactive spec like all other grep commands do.
2480 Put "all" in front of "gz". (Bug#5260)
2481
2482 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
2483
2484 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
2485
2486 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
2487
2488 * dirtrack.el (dirtrack): Warn instead of signalling error if the
2489 regexp is incorrect (Bug#5476).
2490
2491 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
2492
2493 * net/tramp.el (tramp-handle-insert-directory): Handle also
2494 symlinks, when FILENAME is not in `default-directory'.
2495
2496 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
2497
2498 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
2499 FILE is not in `default-directory'. (Bug#5478)
2500
2501 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
2502 of SWITCHES. Handle the case, FILENAME is not in
2503 `default-directory'. (Bug#5478)
2504 (tramp-register-file-name-handlers): Add safe-magic property.
2505
2506 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
2507
2508 * arc-mode.el (archive-zip-extract): Quote the argument passed to
2509 unzip (Bug#5475).
2510
2511 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
2512
2513 * progmodes/flymake.el (flymake-allowed-file-name-masks)
2514 (flymake-master-make-header-init): Add other C++ filename masks.
2515 (flymake-find-possible-master-files)
2516 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
2517
2518 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
2519
2520 Fix some busybox annoyances.
2521
2522 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
2523 not responding." string.
2524 (tramp-open-connection-setup-interactive-shell): Dump stty
2525 settings. Enable "neveropen" arg for all `tramp-send-command'
2526 calls. Handle "=" in variable values properly.
2527 (tramp-find-inline-encoding): Raise an error, when no encoding is
2528 found.
2529 (tramp-wait-for-output): Check, whether PROC buffer is available.
2530 Remove spurious " ^H" sequences, sent by busybox.
2531 (tramp-get-ls-command): Suppress coloring, if possible.
2532
2533 2010-01-28 Glenn Morris <rgm@gnu.org>
2534
2535 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
2536
2537 * log-edit.el (log-edit-strip-single-file-name): Add missing
2538 :safe, :group, and :version tags.
2539
2540 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
2541
2542 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
2543 buffers. (Bug#5477)
2544
2545 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
2546
2547 * files.el (delete-directory): Handle moving to trash without
2548 first doing recursion (Bug#5436).
2549
2550 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
2551
2552 * vc-hooks.el (vc-path): Mark as obsolete.
2553
2554 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
2555
2556 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
2557 names too.
2558
2559 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
2560 for the short log.
2561 (vc-bzr-log-view-mode): Adjust regexp for the above change.
2562
2563 2010-01-25 Mark A. Hershberger <mah@everybody.org>
2564
2565 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
2566
2567 * vc-bzr.el (vc-bzr-revision-table): New function.
2568
2569 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
2570
2571 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
2572 diff-index command. This requires at least git-1.5.5. (Bug#1589).
2573
2574 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2575
2576 Remove support for adding --signoff on commit.
2577 Future support will use an incompatible generic mechanism.
2578 * vc-git.el (vc-git-add-signoff): Remove variable.
2579 (vc-git-toggle-signoff): Remove function.
2580 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
2581
2582 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
2583 from xterm-set-background-mode. Return t if the background mode
2584 was set.
2585 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
2586 earlier, call it again in case the background mode has changed.
2587
2588 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
2589
2590 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
2591 (Bug#3541).
2592
2593 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
2594
2595 * emacs-lisp/assoc.el (aelement): Doc fix.
2596 (aput, adelete, amake): Use lexical-let (Bug#5450).
2597
2598 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
2599
2600 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
2601 is the same as subprogram call, not declaration. (Bug#5435).
2602
2603 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
2604
2605 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
2606 (tramp-smb-maybe-open-connection): Use it.
2607
2608 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
2609
2610 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
2611
2612 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2613
2614 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
2615 just because we see "encoding: 8bit".
2616 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
2617
2618 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
2619
2620 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
2621
2622 2010-01-22 Eli Zaretskii <eliz@gnu.org>
2623
2624 * jka-compr.el (jka-compr-load): If load-file is not in
2625 load-history, try its file-truename version. (bug#5447)
2626
2627 2010-01-21 Alan Mackenzie <acm@muc.de>
2628
2629 Fix a situation where deletion of a cpp construct throws an error.
2630 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
2631 invoking c-with-all-but-one-cpps-commented-out, check that the
2632 special cpp construct is still in the buffer.
2633 (c-parse-state): Record the special cpp with markers, not numbers.
2634
2635 2010-01-21 Kenichi Handa <handa@m17n.org>
2636
2637 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
2638 process last-command-event, as it is now decoded first (Bug#5380).
2639
2640 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
2641
2642 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
2643
2644 2010-01-20 Glenn Morris <rgm@gnu.org>
2645
2646 * indent.el (tab-always-indent): Fix custom-type.
2647
2648 2010-01-19 Alan Mackenzie <acm@muc.de>
2649
2650 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
2651 buffer throws "args out of range".
2652 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
2653 playing the role of delimiter.
2654
2655 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
2656
2657 * progmodes/ada-mode.el: Fix bug#5400.
2658 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
2659 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
2660 changed. Delete RECURSIVE parameter; never used. Improve doc string.
2661 Improve comments in "is" portion. Handle null procedure declaration.
2662 (ada-move-to-end): Improve doc string.
2663
2664 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
2665
2666 * ido.el (ido-cur-list): Initialize to nil.
2667 Remove obsolete information from commentary.
2668 (ido-choice-list): Initialize to nil.
2669 (ido-get-bufname): Reject minibuffers.
2670 (ido-make-buffer-list): If "default" is a nonexistent
2671 buffer, ignore it, as per the function's comment.
2672 (ido-kill-buffer-internal): New function.
2673 (ido-kill-buffer-at-head): Use it.
2674 (ido-visit-buffer): Likewise.
2675
2676 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
2677
2678 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
2679
2680 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
2681
2682 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
2683 Fix typos in chart titles.
2684
2685 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
2686 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2687 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2688 (describe-class, eieio-describe-generic, describe-generic):
2689 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2690 (eieio-speedbar-expand):
2691 * emulation/viper-cmd.el (viper-exec-form-in-vi)
2692 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2693 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2694 (viper-del-backward-char-in-replace, viper-backward-indent)
2695 (viper-brac-function, viper-register-to-point, viper-submit-report):
2696 * net/tramp.el (tramp-remote-coding-commands):
2697 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2698 Fix typos in docstrings.
2699
2700 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
2701
2702 * mail/sendmail.el (mail-yank-original): Set the mark if the
2703 specified function for yanking does not do it.
2704
2705 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
2706
2707 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
2708
2709 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2710 resyncing a directory.
2711
2712 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
2713
2714 * progmodes/ada-mode.el: Fix bug#1920.
2715 (ada-ident-re): Delete ., allow multibyte characters.
2716 (ada-goto-label-re): New; matches goto labels.
2717 (ada-block-label-re): New; matches block labels.
2718 (ada-label-re): New; matches both.
2719 (ada-named-block-re): Deleted; callers changed to use
2720 `ada-block-label-re' instead.
2721 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2722 Use `ada-block-label-re'.
2723 (ada-indent-on-previous-lines): Improve handling of goto labels.
2724 (ada-get-indent-block-start): Special-case block label.
2725 (ada-get-indent-label): Split into `ada-indent-block-label' and
2726 `ada-indent-goto-label'.
2727 (ada-goto-stmt-start, ada-goto-next-non-ws):
2728 Optionally ignore goto labels.
2729 (ada-goto-next-word): Simplify.
2730 (ada-indent-newline-indent-conditional): Insert newline before
2731 trying to fix indentation; doc fix.
2732
2733 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
2734
2735 * calc/calc.el (calc-command-flags): Give it an initial value.
2736
2737 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
2738
2739 * files.el (minibuffer-with-setup-hook):
2740 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2741 (artist-key-draw-continously, artist-key-do-continously-continously)
2742 (artist-key-set-point-continously, artist-mouse-draw-continously):
2743 Fix typos in docstrings.
2744
2745 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
2746
2747 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2748 return t (Bug#3898).
2749
2750 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
2751
2752 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2753 can parse the output of the external commands (Bug#5279).
2754
2755 2010-01-16 Jari Aalto <jari.aalto@cante.net>
2756
2757 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2758
2759 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
2760
2761 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2762
2763 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2764
2765 * startup.el (command-line): Remove unused --icon-type arg.
2766 Handle --display arg, passing it to command-line-1 (Bug#5392).
2767
2768 2010-01-16 Mario Lang <mlang@delysid.org>
2769
2770 * emacs-lisp/chart.el (chart-translate-namezone):
2771 * textmodes/artist.el (artist-compute-popup-menu-table):
2772 Remove duplicated words in doc-strings.
2773
2774 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
2775
2776 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2777 to mairix-search to suppress threading (Bug#5342).
2778
2779 2010-01-15 Kenichi Handa <handa@m17n.org>
2780
2781 * international/mule-cmds.el (canonicalize-coding-system-name):
2782 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2783
2784 2010-01-15 Glenn Morris <rgm@gnu.org>
2785
2786 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
2787
2788 * wid-edit.el (widget-keymap): Doc fix.
2789
2790 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2791 former seems to be more widely accepted by various svn versions.
2792
2793 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2794
2795 * find-cmd.el (find-constituents):
2796 * vc-arch.el (vc-arch-root):
2797 * window.el (window-body-height, pop-up-frames):
2798 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2799 * progmodes/ada-stmt.el (ada-if):
2800 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2801 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2802 (ispell-encoding8-command, ispell-aspell-supports-utf8)
2803 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2804
2805 * progmodes/flymake.el (flymake-post-syntax-check):
2806 Fix typo in error message.
2807
2808 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2809
2810 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2811 which is always a string. (Bug#5313)
2812
2813 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2814
2815 * progmodes/ada-xref.el (ada-default-prj-properties):
2816 Simplify previous change.
2817
2818 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2819
2820 * progmodes/ada-xref.el (ada-default-prj-properties):
2821 Default ada_project_path to $ADA_PROJECT_PATH.
2822
2823 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2824
2825 * progmodes/ada-mode.el (ada-create-keymap):
2826 Override `narrow-to-defun' with `ada-narrow-to-defun'.
2827
2828 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2829
2830 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2831 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2832 (ada-get-current-indent, ada-imenu-generic-expression)
2833 (ada-which-function): Check for it.
2834
2835 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2836
2837 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2838 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2839
2840 2010-01-14 Glenn Morris <rgm@gnu.org>
2841
2842 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
2843
2844 2010-01-14 Kenichi Handa <handa@m17n.org>
2845
2846 * composite.el (auto-composition-mode): Make it a buffer local
2847 variable (permanent-local).
2848 (auto-composition-function): Set the default value to
2849 auto-compose-chars.
2850 (auto-composition-mode): Make it a simple function, not a minor mode.
2851 (global-auto-composition-mode): Likewise.
2852 (turn-on-auto-composition-if-enabled): Delete it.
2853
2854 2010-01-13 Karl Fogel <kfogel@red-bean.com>
2855
2856 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2857
2858 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
2859
2860 * files.el (copy-directory): Compute target for recursive
2861 directories with identical names. (Bug#5343)
2862
2863 2010-01-12 Glenn Morris <rgm@gnu.org>
2864
2865 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2866 it to bug-gnu-emacs rather than emacs-pretest-bug.
2867
2868 2010-01-11 Sam Steingold <sds@gnu.org>
2869
2870 * imenu.el (imenu-default-create-index-function): Detect infinite
2871 loops caused by imenu-prev-index-position-function.
2872
2873 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2874
2875 * htmlfontify.el (htmlfontify-load-rgb-file)
2876 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2877 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2878 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2879 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2880 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2881 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2882 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2883 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2884 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2885 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2886 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2887 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2888 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2889 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2890 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2891 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2892 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2893 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2894 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2895 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2896 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2897 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2898 backslash-quoting from parentheses, etc.
2899
2900 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
2901
2902 * progmodes/js.el: Autoload javascript-mode alias.
2903
2904 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2905
2906 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2907 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2908 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2909 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2910 Fix typos in docstrings.
2911 (ffap-url-regexp): Doc fix.
2912 (ffap-at-mouse): Fix typo in message.
2913
2914 2010-01-11 Glenn Morris <rgm@gnu.org>
2915
2916 * version.el (emacs-copyright): Set copyright year to 2010.
2917
2918 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2919
2920 * format.el (format-annotate-function): Only set
2921 write-region-post-annotation-function after running to-fn so as not to
2922 affect nested write-region calls (bug#5273).
2923
2924 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
2925
2926 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2927 wisent/python.el.
2928
2929 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2930
2931 * man.el (Man-goto-section): Signal error if the section is not
2932 found (Bug#5317).
2933
2934 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
2935
2936 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2937 URLs with a leading triple slash in the file: scheme. (Bug#5345)
2938
2939 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2940
2941 * progmodes/compile.el: Don't treat compile-command as safe if
2942 compilation-read-command might be nil (Bug#4218).
2943
2944 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2945
2946 * startup.el (command-line-1): Use orig-argi to check for ignored X and
2947 NS options.
2948
2949 2010-01-08 Kenichi Handa <handa@m17n.org>
2950
2951 * international/fontset.el (build-default-fontset-data):
2952 Exclude characters in scripts kana, hangul, han, or cjk-misc.
2953
2954 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
2955
2956 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2957 to `create-file-buffer' as it expects, not just a buffer name.
2958 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2959 to help uniquify. (Bug#3224)
2960
2961 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
2962
2963 * font-setting.el (font-setting-change-default-font): Use user-spec
2964 instead of name.
2965
2966 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2967
2968 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2969
2970 2010-01-05 Tom Tromey <tromey@redhat.com>
2971
2972 * progmodes/python.el (python-font-lock-keywords):
2973 Handle qualified decorators (Bug#881).
2974
2975 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2976
2977 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2978 in a lightweight checkout.
2979
2980 2010-01-05 Kenichi Handa <handa@m17n.org>
2981
2982 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
2983
2984 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2985
2986 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2987
2988 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
2989
2990 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2991 checkouts. (Bug#618)
2992 (vc-bzr-log-view-mode): Also highlight the author.
2993 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2994 (vc-bzr-shelve-menu-map):
2995 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2996 (vc-bzr-shelve-apply): Make prompt more explicit.
2997
2998 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
2999
3000 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3001 They are valid characters in URL paths (rfc3986), and at least
3002 Firefox does not understand the encoded version (Bug#3166).
3003
3004 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
3005
3006 * progmodes/octave-mod.el (octave-end-keywords)
3007 (octave-block-begin-or-end-regexp, octave-block-match-alist):
3008 Add "end" keyword (Bug#3061).
3009 (octave-end-as-array-index-p): New function.
3010 (calculate-octave-indent): Use it.
3011
3012 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3013
3014 * bookmark.el: Consistently put the text property on the bookmark name.
3015 (bookmark-bmenu-marks-width): Bump back to 2, to include
3016 annotation marks.
3017 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3018 property on the bookmark name, instead of not putting it at all.
3019 (bookmark-bmenu-list): Fix where we put the text property.
3020
3021 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3022
3023 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3024 for showing buffer modified state (as added in the previous change).
3025
3026 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3027
3028 * bookmark.el: Show modified state of bookmark buffer more accurately.
3029 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3030 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3031 (with-buffer-modified-unmodified): New macro.
3032 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3033 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
3034 Use new macro to preserve the buffer modified state.
3035
3036 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3037
3038 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3039 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3040 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3041 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3042 (bookmark-bmenu-rename, bookmark-bmenu-locate)
3043 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3044 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3045
3046 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3047
3048 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3049 Make the lines in the generated doc string shorter. (Bug#4668)
3050
3051 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
3052
3053 * net/rcirc.el: Add follow-link binding (Bug#4738).
3054
3055 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3056
3057 * Makefile.in (bzr-update): Rename from cvs-update.
3058 (cvs-update): New target for backward compatibility.
3059
3060 * makefile.w32-in (bzr-update): Rename from cvs-update.
3061 (cvs-update): New target for backward compatibility.
3062
3063 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3064
3065 * bookmark.el: Remove gratuitous gratitude.
3066
3067 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3068
3069 * bookmark.el (bookmark-bmenu-any-marks): New function
3070 (bookmark-bmenu-save): Clear buffer modification if no marks.
3071
3072 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3073
3074 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
3075 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3076 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3077 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3078
3079 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3080 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3081 To: emacs-devel {_AT_} gnu.org
3082 Subject: bookmark.el bug report
3083 Date: Mon, 28 Dec 2009 14:19:16 +0800
3084 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3085
3086 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3087
3088 * bookmark.el: Improvements suggested by Drew Adams:
3089 (bookmark-bmenu-ensure-position): New name for
3090 `bookmark-bmenu-check-position'. Just ensure the position,
3091 don't return any meaningful value.
3092 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3093 New constants.
3094
3095 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
3096
3097 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3098 (bookmark-yank-point, bookmark-bmenu-check-position):
3099 Fix typos in docstrings.
3100 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3101 (bookmark-name-from-full-record, bookmark-get-position)
3102 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3103 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3104 Remove useless quoting of parenthesis, etc. in docstrings.
3105
3106 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3107 (ediff-append-custom-diff): Fix typo in error message.
3108 (ediff-meta-mark-equal-files): Fix typos in messages.
3109
3110 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3111
3112 * net/imap-hash.el (imap-hash-make): Doc fix.
3113 (imap-hash-test): Fix typo in error message; reflow docstring.
3114 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3115 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3116 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3117 Fix typos in docstrings.
3118 (imap-hash-open-connection): Fix typo in error message.
3119
3120 * play/gomoku.el (gomoku): Fix typos in docstring.
3121
3122 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3123 (gdb-jsonify-buffer): Fix typos in docstring.
3124 (gdb-goto-breakpoint): Fix typo in error message.
3125 ("Display Other Windows"): Fix typo in help message.
3126 (gdb-speedbar-expand-node): Fix typo in question.
3127
3128 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3129 (idlwave-html-system-help-location, idlwave-html-help-location)
3130 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3131 (idlwave-help-browser-generic-args, idlwave-help-directory)
3132 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3133 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3134 (idlwave-online-help, idlwave-help-html-link)
3135 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3136 Fix typos in docstrings.
3137 (idlwave-help-with-source, idlwave-help-find-routine-definition):
3138 Reflow docstrings.
3139 (idlwave-help-assistant-start): Fix typo in error message.
3140
3141 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3142 (octave-electric-space): Fix typos in docstrings.
3143
3144 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3145
3146 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3147
3148 2010-01-01 Juri Linkov <juri@jurta.org>
3149
3150 * comint.el (comint-input-ring-size): Make it a defcustom and
3151 increase the default to 500 (Bug#5148).
3152
3153 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
3154
3155 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3156 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3157 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3158
3159 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
3160
3161 Show working revision correctly for mercurial.
3162 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
3163 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
3164
3165 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
3166
3167 Declare some functions for the byte-compiler.
3168 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3169 (speedbar-timer-fn, speedbar-change-expand-button-char)
3170 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3171
3172 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
3173
3174 This changeset reverts GDB Graphical Interface to use annotations.
3175 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3176
3177 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
3178
3179 Make vc-dir work on subdirectories of the bzr root.
3180 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
3181 file names relative to it.
3182 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3183 relative directory to vc-bzr-after-dir-status.
3184
3185 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
3186
3187 * font-lock.el (font-lock-refresh-defaults): New function, which
3188 can be used to let font-lock react to external changes in
3189 variables like font-lock-defaults and keywords.
3190 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3191
3192 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
3193
3194 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3195
3196 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3197
3198 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
3199
3200 Supersede color.diff settings in git log (bug#5211).
3201
3202 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3203 escape chars in its output when the user has color.diff set to `always'.
3204 This fix works on git 1.4.2 and newer (released on 2006-08-13).
3205
3206 2009-12-26 Kevin Ryde <user42@zip.com.au>
3207
3208 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3209 node. Keep previous "Index" name to work with past coreutils too.
3210
3211 * man.el (man): Revise docstring a bit to show -a and -l as
3212 examples. Add -k description since support for it has otherwise
3213 been a secret. (Further to bug#3717.)
3214 (Man-bgproc-sentinel): When "-k foo" produces no output show error
3215 "no matches" rather than "Can't find manpage", as the latter reads
3216 like -k was interpreted as a page name, which is not so. (Bug#5431)
3217
3218 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
3219
3220 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3221 switches. Check also for //SUBDIRED// line.
3222
3223 2009-12-25 Kenichi Handa <handa@m17n.org>
3224
3225 * language/indian.el (devanagari-composable-pattern): Fixed to
3226 handle ZWNJ and ZWJ. Use it in composition-function-table for
3227 Devanagari.
3228 (malayalam-composable-pattern): Fix previous change.
3229
3230 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3231
3232 * ps-print.el (ps-face-attributes): It was not returning the
3233 attribute face for faces specified as string. Reported by harven
3234 <harven@free.fr>. (Bug#5254)
3235 (ps-print-version): New version 7.3.5.
3236
3237 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
3238
3239 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
3240 timezone names.
3241 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
3242 (icalendar--add-diary-entry): Remove the trailing blank that
3243 diary-make-entry inserts.
3244
3245 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
3246
3247 Make `file-expand-wildcards' work for remote files.
3248
3249 * files.el (file-expand-wildcards): In case of remote files, check
3250 only local file name part for wildcards. Provide feature 'files
3251 and subfeature 'remote-wildcards. (Bug#5198)
3252
3253 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3254 if there is already an established connection.
3255 (tramp-advice-file-expand-wildcards): Remove it.
3256
3257 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3258 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
3259 Activate advice for older GNU Emacs versions. (Bug#5237)
3260
3261 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
3262
3263 Some doc fixes (more needed).
3264
3265 * find-cmd.el (find-constituents): Reflow docstring.
3266 (find-cmd, find-prune, find-command): Fix typos in docstrings.
3267 (find-generic): Doc fix.
3268
3269 2009-12-17 Juri Linkov <juri@jurta.org>
3270
3271 Fix regression from 23.1 to allow multiple modes in Local Variables.
3272
3273 * files.el (hack-local-variables-filter): While ignoring duplicates,
3274 don't take `mode' into account.
3275 (hack-local-variables-filter, hack-dir-local-variables): Don't
3276 remove duplicate `mode' from local-variables-alist (like `eval').
3277
3278 2009-12-17 Juri Linkov <juri@jurta.org>
3279
3280 Make `dired-diff' more safe. (Bug#5225)
3281
3282 * dired-aux.el (dired-diff): Signal an error when `file' equals to
3283 `current' or when `file' is a directory of the `current' file.
3284
3285 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
3286
3287 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3288 unconditionally preloaded files.
3289
3290 2009-12-16 Juri Linkov <juri@jurta.org>
3291
3292 Revert to old 23.1 logic of using the file at the mark as default.
3293 * dired-aux.el (dired-diff): Use the file at the mark as default
3294 if it's not the same as the current file, and the target dir is
3295 the current dir or the mark is active. Add the current file
3296 as the arg of `dired-dwim-target-defaults'. Use the default file
3297 in the prompt. (Bug#5225)
3298
3299 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
3300
3301 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3302 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3303 (tramp-check-for-regexp): Check also, when an echoing shell stops
3304 to echo sent commands.
3305
3306 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3307
3308 * Makefile.in: Revert last change (Bug#5191).
3309
3310 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
3311
3312 * vc-hg.el (vc-hg-print-log): Fix argument order.
3313 (vc-hg-working-revision): Make sure the command is executed in a
3314 known environment so that we can parse the output. (Bug#4417)
3315
3316 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3317
3318 * progmodes/python.el (python-symbol-completions): Remove text
3319 properties from symbol string before calling python-send-receive.
3320
3321 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
3322
3323 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
3324 when there are values for both file and line. (Bug#5060)
3325
3326 2009-12-14 Juri Linkov <juri@jurta.org>
3327
3328 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3329 whitespace after the file name of the first line of unified format,
3330 because git-diff doesn't output whitespace and file modification time
3331 after the file name.
3332
3333 2009-12-14 David Kastrup <dak@gnu.org>
3334
3335 * info.el (Info-hide-cookies-node): Before hiding a cookie,
3336 check if it already has the `display' property added by
3337 `Info-display-images-node', and not put the `invisible' property
3338 in this case.
3339
3340 2009-12-13 Glenn Morris <rgm@gnu.org>
3341
3342 * mail/emacsbug.el (message-sort-headers): Define for compiler.
3343 (report-emacs-bug): In message-mode, sort manually before storing
3344 original report text. (Bug#5178)
3345 Remove superfluous save-excursion.
3346
3347 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
3348
3349 * net/dbus.el (dbus-property-handler): Filter lambda forms out
3350 when responding to "GetAll" properties.
3351
3352 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
3353
3354 * simple.el (compose-mail): Remove mail-setup-with-from from
3355 customization checks.
3356
3357 2009-12-12 Eli Zaretskii <eliz@gnu.org>
3358
3359 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3360 RAR archives created on Unix systems.
3361
3362 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3363
3364 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3365 the varalias that was accidentally removed by the 2009-11-19 change
3366 (bug#5186).
3367
3368 2009-12-12 Kenichi Handa <handa@m17n.org>
3369
3370 * language/indian.el (indian-compose-regexp): New function.
3371 (malayalam-composable-pattern): Fix the pattern.
3372 (composition-function-table): Set malayalam-composable-pattern for
3373 Malayalam characters.
3374
3375 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
3376
3377 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3378 rather than down-mouse-1, based on follow-link conventions.
3379
3380 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3381 are compiled.
3382
3383 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
3384
3385 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
3386 (verilog-vmm-statement-re, verilog-ovm-statement-re)
3387 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
3388 (verilog-leap-to-head, verilog-backward-token):
3389 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
3390
3391 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
3392
3393 * progmodes/verilog-mode.el (verilog-auto-lineup)
3394 (verilog-nameable-item-re): Cleanup user-visible spelling and
3395 documentation errors. One reported by Gary Delp.
3396 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
3397 (verilog-read-decls): Fix AUTOWIRE with types declared in a
3398 package, bug195. Reported by Pierre-David Pfister.
3399
3400 2009-12-11 Glenn Morris <rgm@gnu.org>
3401
3402 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
3403
3404 * mail/emacsbug.el: No longer require sendmail.
3405 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
3406 (report-emacs-bug-orig-text): Doc fix.
3407 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
3408 New local variables, to adapt to different mail-user-agents.
3409 (report-emacs-bug): Fix test for a gnu.org address.
3410 Use overlays for emphasis, since font-lock defeats 'face property.
3411 Pretest bugs also end up at the newsgroup these days.
3412 Stop message-mode stripping text properties.
3413 Set and use the new buffer-local variables.
3414 (report-emacs-bug-hook): Add doc-string.
3415 Remove some unnecessary save-excursions and simplify.
3416 Use the appropriate hook and send-command.
3417
3418 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
3419 capitalization of some menu entries.
3420
3421 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3422
3423 * whitespace.el (whitespace-display-char-on): Ensure
3424 `buffer-display-table' is unique when two or more windows are
3425 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
3426 New version 12.1.
3427
3428 2009-12-10 Eli Zaretskii <eliz@gnu.org>
3429
3430 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
3431 characters in the Attribute field.
3432
3433 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3434
3435 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
3436
3437 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3438
3439 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
3440 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3441 Disregard autoload-excludes.
3442 (update-directory-autoloads): Obey autoload-excludes here instead.
3443 But don't store its contents in no-autoloads and remove entries that
3444 refer to excludes files.
3445
3446 2009-12-10 Glenn Morris <rgm@gnu.org>
3447
3448 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
3449 (expand-mail-aliases): Define for compiler.
3450
3451 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
3452 Define for compiler.
3453
3454 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
3455 appropriate for the mail-user-agent in use.
3456
3457 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
3458
3459 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
3460
3461 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
3462
3463 Fix short log parsing and fontification.
3464 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
3465 Fix fontification for the [merge] label.
3466
3467 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
3468
3469 Drop some properties to avoid surprises.
3470 * htmlfontify.el (hfy-ignored-properties): New defcustom.
3471 (hfy-fontify-buffer): Use it.
3472
3473 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
3474
3475 Minor cleanup.
3476 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
3477 Adjust all callers.
3478 (ffap-locate-file): Remove unused arg `dir-ok' and make other
3479 args compulsory. Adjust callers.
3480 (ffap-gopher-at-point): Remove unused var `name'.
3481
3482 Get rid of the ELCFILES abomination.
3483 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3484 (compile-elcfiles): New phony target.
3485 (compile-main): Compute ELCFILES dynamically.
3486 (compile-clean): New target to remove left-over elc files.
3487 (compile, all): Use it.
3488
3489 2009-12-09 Kenichi Handa <handa@etlken>
3490
3491 * international/mule-diag.el: Require help-mode instead of help-fns.
3492
3493 2009-12-09 Kenichi Handa <handa@m17n.org>
3494
3495 * international/mule-cmds.el (ucs-names): Supply sufficiently
3496 fine ranges instead of pre-calculating accurate ranges.
3497 Iterate with bigger gc-cons-threshold.
3498
3499 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
3500
3501 Add support for stashing a snapshot of the current tree.
3502 * vc-git.el (vc-git-stash-snapshot): New function.
3503 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
3504
3505 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
3506
3507 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
3508 instead of `(beginning|end)-of-line'.
3509
3510 2009-12-08 Glenn Morris <rgm@gnu.org>
3511
3512 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
3513
3514 * Makefile.in (ELCFILES): Regenerate.
3515
3516 2009-12-07 Juri Linkov <juri@jurta.org>
3517
3518 Don't lazy-highlight the comint output in history Isearch mode.
3519
3520 * comint.el (comint-history-isearch-search): Instead of
3521 `comint-line-beginning-position', use `comint-after-pmark-p'
3522 to check if point if before the process mark, and go to
3523 `process-mark' in this case.
3524
3525 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3526
3527 * textmodes/tex-mode.el (latex-complete)
3528 (latex-indent-or-complete): Remove.
3529 (latex-mode): Set completion-at-point-functions instead.
3530
3531 Provide a standard completion command and hook it into TAB.
3532 * minibuffer.el (completion-at-point-functions): New var.
3533 (completion-at-point): New command.
3534 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
3535 * progmodes/python.el (python-mode-map): Use completion-at-point.
3536 (python-completion-at-point): Rename from python-partial-symbol and
3537 adjust for use in completion-at-point-functions.
3538 (python-mode): Setup completion-at-point for Python completion.
3539 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
3540 extracted from lisp-complete-symbol.
3541 (lisp-complete-symbol): Use it.
3542 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
3543 setup completion-at-point for Elisp completion.
3544 (emacs-lisp-mode-map, lisp-interaction-mode-map):
3545 Use completion-at-point.
3546 * ielm.el (ielm-map): Use completion-at-point.
3547 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
3548 * progmodes/sym-comp.el: Move to...
3549 * obsolete/sym-comp.el: Move from progmodes.
3550
3551 2009-12-07 Eli Zaretskii <eliz@gnu.org>
3552
3553 Prevent save-buffer in Rmail buffers from using the coding-system
3554 of the current message, and from clobbering the encoding mnemonics
3555 in the mode line (Bug#4623).
3556
3557 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
3558 flag, too.
3559 (rmail-message-encoding): New variable.
3560 (rmail-write-region-annotate): Record the encoding of the current
3561 message in rmail-message-encoding.
3562 (rmail-after-save-hook): New function, restores the encoding of
3563 the current message after the message collection is saved.
3564
3565 2009-12-07 Juri Linkov <juri@jurta.org>
3566
3567 * progmodes/grep.el (grep-read-files): Use `completing-read'
3568 instead of `read-string'. Set its `collection' arg to
3569 `read-file-name-internal'. (Bug#4301)
3570
3571 2009-12-07 Juri Linkov <juri@jurta.org>
3572
3573 Correctly restore original Isearch point. (Bug#4994)
3574
3575 * isearch.el (isearch-mode): Move `isearch-push-state' after
3576 `(run-hooks 'isearch-mode-hook)'.
3577 (isearch-cancel): When `isearch-push-state-function' is defined,
3578 let-bind `isearch-cmds' to the first state (the last element of
3579 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
3580 function and restores the original point). Otherwise, move point
3581 to `isearch-opoint'.
3582
3583 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3584
3585 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
3586 chars that don't have names, so the table can be built much faster at
3587 run-time.
3588
3589 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
3590
3591 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3592 change. Suggested by David Kastrup.
3593
3594 * simple.el (compose-mail): Check for incompatibilities and warn.
3595 (compose-mail-user-agent-warnings): New option.
3596
3597 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3598
3599 Support showing a single log entry from vc-annotate.
3600 * vc.el (print-log): Add a new argument: START-REVISION.
3601 (vc-print-log-internal): Add a new optional argument and
3602 pass it to the backend.
3603 (vc-print-log, vc-print-root-log): Adjust callers.
3604 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3605 buffer already displays the requested log entry, use it.
3606 Otherwise display only the log entry in question.
3607 * vc-svn.el (vc-svn-print-log):
3608 * vc-mtn.el (vc-mtn-print-log):
3609 * vc-hg.el (vc-hg-state):
3610 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3611 (vc-git-show-log-entry): Return t on success.
3612 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3613 (vc-bzr-show-log-entry): Return t on success.
3614 * vc-rcs.el (vc-rcs-print-log):
3615 * vc-sccs.el (vc-sccs-print-log):
3616 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3617
3618 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3619
3620 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3621 Add menus to the meta mode. (Bug#5043)
3622
3623 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
3624
3625 * ediff-init.el (ediff-event-key): Use event-to-character instead of
3626 event-key.
3627
3628 * ediff.el (ediff-buffers-internal): Add unwind-protect.
3629
3630 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
3631
3632 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
3633 Berbain <raphael.berbain@gmail.com>.
3634
3635 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
3636 characters.
3637 (tramp-initial-end-of-output): New defconst.
3638 (tramp-methods, tramp-find-shell)
3639 (tramp-open-connection-setup-interactive-shell)
3640 (tramp-maybe-open-connection): Use it.
3641 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3642 existence of `#' and `$'.
3643
3644 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3645 `tramp-initial-end-of-output'.
3646
3647 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3648
3649 Get the background mode from the terminal for xterm, and set
3650 faces accordingly.
3651 * term/xterm.el (xterm-set-background-mode): New function.
3652 (terminal-init-xterm): Use it in case xterm supports background
3653 color queries. Recompute faces after getting the background
3654 color.
3655
3656 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
3657
3658 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3659 number comment back on its own line, for easier parsing.
3660
3661 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3662
3663 Make it work for non-file buffers (bug#5102).
3664 * doc-view.el (doc-view-current-cache-dir):
3665 Use doc-view-buffer-file-name rather than buffer-file-name.
3666 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3667
3668 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
3669
3670 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3671 author field is too short.
3672
3673 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
3674
3675 * vc-git.el (vc-git-print-log): Handle a limit argument.
3676 Display the short log in graph form and with labels.
3677 (vc-git-log-view-mode): Handle labels.
3678
3679 Make vc-revert change VC state from 'added to 'unregistered.
3680 * vc-git.el (vc-git-revert): Call git reset first.
3681
3682 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3683
3684 * net/newst-backend.el, net/newst-plainview.el:
3685 * net/newst-reader.el, net/newst-ticker.el:
3686 * net/newst-treeview.el, net/newsticker.el:
3687 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
3688
3689 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3690
3691 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3692
3693 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3694 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
3695 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3696 Update annotation regexp.
3697
3698 * simple.el (beginning-of-visual-line): Constrain to field
3699 boundaries (Bug#5106).
3700
3701 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3702
3703 * xml.el (xml-substitute-numeric-entities): Move
3704 newsticker--decode-numeric-entities in newst-backend.el to
3705 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3706 * net/newst-backend.el (newsticker--parse-generic-feed)
3707 (newsticker--parse-generic-items)
3708 (newsticker--decode-numeric-entities): Move
3709 newsticker--decode-numeric-entities in newst-backend.el to
3710 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3711
3712 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
3713
3714 * progmodes/js.el (js--js-not): Add null to the list of values.
3715
3716 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3717
3718 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3719
3720 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3721
3722 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3723 delimiter if it is at the end of the current line.
3724 (bibtex-generate-url-list): Fix docstring.
3725
3726 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3727
3728 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3729 minibuffer's content with itself.
3730 Fold the confirm-after-completion case into the `confirm' case.
3731 (completion-pcm-word-delimiters): Add : and / to the delimiters.
3732
3733 2009-12-06 Kevin Ryde <user42@zip.com.au>
3734
3735 * ffap.el (ffap-rfc-path): Make this a defcustom since
3736 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
3737
3738 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3739 manuals, similar to existing setup for help-mode. (Bug#3913.)
3740
3741 2009-12-05 Juri Linkov <juri@jurta.org>
3742
3743 Save and restore dired buffer's point positions too. (Bug#4880)
3744
3745 * dired.el (dired-save-positions): Return in the first element
3746 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3747 Doc fix.
3748 (dired-restore-positions): First restore buffer's position.
3749 While restoring window's positions, check if window still displays
3750 the original buffer.
3751
3752 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
3753
3754 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3755 if possible.
3756
3757 * shell.el (shell): Require ansi-color (Bug#5113).
3758
3759 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3760
3761 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3762
3763 2009-12-05 Alan Mackenzie <acm@muc.de>
3764
3765 * progmodes/cc-mode.el (c-before-hack-hook)
3766 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3767 `c-file-style' to work again. This reversion restores the current
3768 software to its state in Emacs 23.1. (Bug#4146)
3769
3770 2009-12-05 Kevin Ryde <user42@zip.com.au>
3771
3772 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3773 comment-start-skip to comment-end-skip as comment (Bug#4781).
3774
3775 2009-12-05 Juri Linkov <juri@jurta.org>
3776
3777 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3778 for virtual nodes. (Bug#4147)
3779 (Info-find-node-2): Set `Info-current-node-virtual' to nil
3780 when moving from a virtual node.
3781 (Info-mode-menu): Add `Info-virtual-index' to the menu.
3782 (Info-mode): Add `Info-virtual-index' to the docstring.
3783
3784 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3785
3786 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3787 track of the buffer position of the end of a BibTeX entry as this
3788 position may change during reformatting.
3789 (bibtex-format-entry): Remove whitespace before processing
3790 numerical fields so that we recognize the latter properly.
3791 (bibtex-reformat): Do not use push which changes the global value
3792 of bibtex-entry-format.
3793 (bibtex-field-braces-alist, bibtex-field-strings-alist)
3794 (bibtex-field-re-init): Replace only space characters by regexp
3795 for whitespace.
3796 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3797 (bibtex-initialize): Also update bibtex-strings.
3798 (bibtex-kill-field): Preserve white space at end of entry.
3799 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3800 Update bibtex-reference-keys.
3801
3802 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3803
3804 * minibuffer.el (completion-pcm--merge-try): Also consider placing
3805 point after a star, if that's the only place where modifications can
3806 make progress.
3807
3808 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
3809
3810 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3811 in docstrings.
3812
3813 2009-12-04 Juri Linkov <juri@jurta.org>
3814
3815 * proced.el (proced): Call `(proced-update t)' to update process
3816 information instead of only running proced-post-display-hook.
3817 (proced-send-signal): Add a leading space to the buffer name
3818 " *Marked Processes*" to make this buffer ephemeral.
3819
3820 2009-12-04 Juri Linkov <juri@jurta.org>
3821
3822 * dired.el (dired-auto-revert-buffer): New defcustom.
3823 (dired-internal-noselect): Use it.
3824
3825 2009-12-04 Juri Linkov <juri@jurta.org>
3826
3827 Change roles of modes and functions in image-mode.el (Bug#5062).
3828
3829 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3830 in `auto-mode-alist'.
3831 (image-mode-previous-major-mode): New variable.
3832 (image-minor-mode-map): Rename from `image-mode-text-map'.
3833 (image-mode): Move graceful error-handling code from
3834 `image-minor-mode' to here. On errors call `image-mode-as-text'.
3835 (image-minor-mode): Remove all image-handling code.
3836 Replace `image-mode-text-map' with `image-minor-mode-map'.
3837 Check for `image-type' in mode-line format string.
3838 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3839 (image-mode-as-text): New function with most code from
3840 `image-mode-maybe'.
3841 (image-toggle-display-text): Move code that removes image
3842 properties from `image-toggle-display' to here.
3843 (image-toggle-display-image): New function with code that adds
3844 image properties copied from `image-toggle-display'.
3845 (image-toggle-display): Remove most code with leaving only code
3846 that toggles between `image-mode-as-text' and `image-mode'.
3847
3848 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
3849
3850 * net/newst-treeview.el
3851 (newsticker--treeview-list-highlight-start): Restored call to
3852 save-excursion: Selected item was stuck.
3853 (newsticker--treeview-list-select): New.
3854 (newsticker--treeview-item-show-text)
3855 (newsticker--treeview-item-show)
3856 (newsticker--treeview-item-update): Use new
3857 newsticker-treeview-item-mode.
3858 (newsticker-treeview-update): Keep current item.
3859 (newsticker-treeview-next-new-or-immortal-item): Doc change.
3860 (newsticker--treeview-first-feed): Doc change.
3861 (newsticker-treeview-list-menu)
3862 (newsticker-treeview-item-menu): Added menu entries.
3863 (newsticker-treeview-item-mode): New.
3864
3865 * net/newst-backend.el (newsticker-customize): Delete other
3866 windows.
3867
3868 2009-12-04 Sam Steingold <sds@gnu.org>
3869
3870 * log-view.el (log-view-mode-map): "q" calls quit-window,
3871 like in all the other non-self-insert buffers.
3872
3873 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3874
3875 Minor cleanup.
3876 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3877 key decoding rather than do it manually via last-input-event +
3878 ascii-character.
3879 (term-exec): Use delete-and-extract-region.
3880 (term-handle-ansi-terminal-messages): Remove unused var `end'.
3881 (term-process-pager): Remove unused var `i'.
3882 (term-dynamic-simple-complete): Make obsolete.
3883 (serial-update-config-menu): Remove unused vars `y' and `str'.
3884 (term-update-mode-line): Remove unused var `temp'.
3885
3886 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3887
3888 Limit the number of log entries displayed by default.
3889 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3890 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3891 using a prefix argument.
3892
3893 2009-12-03 Glenn Morris <rgm@gnu.org>
3894
3895 * progmodes/idlwave.el (class): Restore still useful declaration.
3896
3897 2009-12-03 Alan Mackenzie <acm@muc.de>
3898
3899 Enhance `c-parse-state' to run efficiently in "brace deserts".
3900
3901 * progmodes/cc-mode.el (c-basic-common-init):
3902 Call c-state-cache-init.
3903 (c-neutralize-syntax-in-and-mark-CPP): Rename from
3904 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
3905 placing `category' properties value 'c-cpp-delimiter at its boundaries.
3906
3907 * progmodes/cc-langs.el (c-before-font-lock-function):
3908 c-extend-and-neutralize-syntax-in-CPP has been renamed
3909 c-neutralize-syntax-in-and-mark-CPP.
3910
3911 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3912 with `category' properties now, not `syntax-table' ones.
3913
3914 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3915 enhanced (but slower) version of c-end-of-macro that won't land
3916 inside a literal or on another awkward character.
3917 (c-state-cache-too-far, c-state-cache-start)
3918 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3919 (c-state-nonlit-pos-cache-limit, c-state-point-min)
3920 (c-state-point-min-lit-type, c-state-point-min-lit-start)
3921 (c-state-min-scan-pos, c-state-brace-pair-desert)
3922 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3923 buffer local variables.
3924 (c-state-literal-at, c-state-lit-beg)
3925 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3926 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3927 (c-state-cache-top-paren, c-state-cache-after-top-paren)
3928 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3929 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3930 (c-renarrow-state-cache)
3931 (c-append-lower-brace-pair-to-state-cache)
3932 (c-state-push-any-brace-pair, c-append-to-state-cache)
3933 (c-remove-stale-state-cache)
3934 (c-remove-stale-state-cache-backwards, c-state-cache-init)
3935 (c-invalidate-state-cache-1, c-parse-state-1)
3936 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3937 (c-parse-state): Enhance and refactor.
3938 (c-debug-parse-state): Amend to deal with all the new variables.
3939
3940 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3941 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3942 modify to use category text properties rather than syntax-table ones.
3943 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3944 to switch off/on the syntactic paren property of C++ template
3945 delimiters using the category property.
3946 (c-with-<->-as-parens-suppressed): Macro to invoke code with
3947 template delims suppressed.
3948 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3949 New constant/macros which apply category properties to the start
3950 and end of preprocessor constructs.
3951 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3952 "comment out" the syntactic value of characters in preprocessor
3953 constructs.
3954 (c-with-cpps-commented-out)
3955 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3956 with characters in all or all but one preprocessor constructs
3957 "commented out".
3958
3959 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3960
3961 * proced.el (proced-filter-alist): Use regexp-quote.
3962
3963 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
3964
3965 Cleanup.
3966 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3967 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
3968 arguments. Expand `default-directory'.
3969
3970 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3971 the benefit of returning an expanded localname.
3972 (tramp-tramp-file-p): Handle the case NAME is not a string.
3973
3974 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3975
3976 Add support for bzr shelve/unshelve.
3977 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3978 (vc-bzr-extra-menu-map): New variables.
3979 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3980 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3981 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3982 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3983 (vc-bzr-dir-extra-headers): Display shelves.
3984
3985 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3986
3987 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3988
3989 * textmodes/bibtex.el (bibtex-complete-internal):
3990 Use completion-in-region.
3991 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3992
3993 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3994
3995 Support applying stashes. Improve UI.
3996 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3997 (vc-git-stash-apply, vc-git-stash-pop)
3998 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3999 (vc-git-stash-menu): New functions.
4000 (vc-git-stash-menu-map): New variable.
4001 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4002
4003 2009-12-03 Glenn Morris <rgm@gnu.org>
4004
4005 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4006 (vc-print-log-internal): Fix previous change.
4007 (vc-revert): Correct pluralization.
4008
4009 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4010
4011 * progmodes/make-mode.el (makefile-special-targets-list): No need for
4012 it to be an alist any more.
4013 (makefile-complete): Use completion-in-region.
4014
4015 * progmodes/octave-mod.el (octave-complete-symbol):
4016 Use completion-in-region.
4017
4018 Misc cleanup.
4019 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4020 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4021 (idlwave-complete-class): Don't quote lambda.
4022 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4023 (idlwave-mode-map): Move initialization into declaration.
4024 (idlwave-action-and-binding): Use backquotes.
4025 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4026 Simplify.
4027 (idlwave-is-pointer-dereference): Remove unused var `pos'.
4028 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4029 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4030 `parts', and `all-parts'.
4031 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4032 (idlwave-convert-xml-system-routine-info): Remove unused string
4033 `version-string'.
4034 (idlwave-display-user-catalog-widget): Use dolist.
4035 (idlwave-scanning-lib): Declare dynamically-scoped var.
4036 (idlwave-scan-library-catalogs): Remove unused var `flags'.
4037 (completion-highlight-first-word-only): Declare to silence bytecomp.
4038 (idlwave-popup-select): Tighten scope of `resp'.
4039 (idlwave-find-struct-tag): Remove unused var `beg'.
4040 (idlwave-after-load-rinfo-hook): Declare.
4041 (idlwave-sintern-class-info): Remove unused var `taglist'.
4042 (idlwave-find-class-definition): Remove unused var `list'.
4043 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4044 (idlwave-what-module-find-class): Remove unused var `classes'.
4045
4046 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
4047
4048 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4049
4050 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4051
4052 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4053 buffers visited. Remove redundant current-buffer-saving.
4054
4055 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4056
4057 Use completion-in-buffer and remove uses of dynamic scoping.
4058 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4059 (pascal-buffer-to-use, pascal-flag): Don't declare.
4060 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4061 (pascal-get-completion-decl, pascal-keyword-completion):
4062 Add `pascal-str' argument, save-excursion,
4063 return the found completions, and don't filter with pascal-pred.
4064 (pascal-completion-cache): New var.
4065 (pascal-completion): Don't switch buffer any more (it was never
4066 necessary). Don't save-excursion any more (it's done by the called
4067 subroutines). Use a cache to avoid redundant computations.
4068 Use complete-with-action rather than pascal-completion-response and
4069 let it apply the predicate as well.
4070 (pascal-complete-word): Use completion-in-buffer when
4071 pascal-toggle-completions is nil.
4072 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4073 not used any more.
4074 (pascal-comp-defun): Don't change buffer any more.
4075 Use complete-with-action rather than pascal-completion-response and
4076 let it apply the predicate as well.
4077 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4078 when neded.
4079
4080 2009-12-02 Kenichi Handa <handa@m17n.org>
4081
4082 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4083 shape for all Indic scripts.
4084
4085 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4086
4087 Use completion-in-buffer.
4088 * wid-edit.el (widget-field-text-end): New function.
4089 (widget-field-value-get): Use it.
4090 (widget-string-complete, widget-file-complete)
4091 (widget-color-complete): Use it and completion-in-region.
4092 (widget-complete): Don't narrow the buffer.
4093
4094 2009-12-02 Glenn Morris <rgm@gnu.org>
4095
4096 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
4097 (rmail-select-summary): Use rmail-pop-to-buffer.
4098 * mail/rmailsum.el: Replace all pop-to-buffer calls with
4099 rmail-pop-to-buffer, to prevent horizontal splits.
4100
4101 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4102 save-excursion with save-current-buffer.
4103 Widen before searching. (Bug#5093)
4104 (diary-list-sexp-entries): Remove superfluous save-excursion.
4105
4106 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
4107
4108 * woman.el (woman-make-bufname): Handle man-pages with "." in the
4109 name. (Bug#5038)
4110
4111 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
4112
4113 * ido.el (ido-file-internal): Handle filenames at point that do
4114 not have a directory part. (Bug#5049)
4115
4116 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
4117
4118 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4119 (mpc-songs-jump-to, mpc-resume): Doc fixes.
4120
4121 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
4122
4123 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4124 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4125 any more.
4126
4127 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4128
4129 * comint.el (comint-insert-input): Ignore clicks to the right of
4130 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4131
4132 * vc.el (vc-print-log-internal): Don't wait for the process to
4133 terminate before setting up the major mode.
4134
4135 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4136 in case.
4137
4138 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4139 the last element.
4140
4141 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4142
4143 2009-12-01 Glenn Morris <rgm@gnu.org>
4144
4145 * window.el (window--display-buffer-2): Fix previous changes.
4146
4147 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
4148
4149 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4150
4151 2009-12-01 Glenn Morris <rgm@gnu.org>
4152
4153 * Makefile.in (ELCFILES): Add mpc.elc.
4154
4155 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4156
4157 * mpc.el: New file.
4158
4159 2009-12-01 Glenn Morris <rgm@gnu.org>
4160
4161 * window.el (window-to-use): Define for compiler.
4162
4163 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4164 consistent with others (no final period).
4165
4166 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4167 (rmail-mime-show): Downcase the encoding. (Bug#5070)
4168
4169 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
4170
4171 Make vc-print-log buttons work.
4172 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4173
4174 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
4175
4176 * savehist.el (savehist-autosave-interval): Allow setting to nil
4177 through customize. (Bug#5056)
4178
4179 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
4180
4181 Fix references to jit-lock properties.
4182 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4183 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4184 (perl-font-lock-special-syntactic-constructs):
4185 Quote jit-lock-defer-multiline property.
4186
4187 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
4188
4189 * vc-git.el (vc-git-registered): Call vc-git-root only once.
4190
4191 2009-11-30 Juri Linkov <juri@jurta.org>
4192
4193 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4194 value `buffer' of `multi-isearch-next-buffer-current-function'.
4195 Use `(current-buffer)' when `buffer' is nil.
4196 (multi-isearch-next-buffer-from-list): Don't fallback to
4197 `(current-buffer)' when `buffer' is nil. (Bug#4947)
4198
4199 2009-11-30 Juri Linkov <juri@jurta.org>
4200
4201 * misearch.el (multi-isearch-read-buffers): Move canonicalization
4202 of buffers with `get-buffer' to `multi-isearch-buffers'.
4203 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4204 Canonicalize BUFFERS with `get-buffer'. Doc fix.
4205 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4206 FILES with `expand-file-name' converting relative file names
4207 to absolute. Doc fix. (Bug#4727)
4208
4209 2009-11-30 Juri Linkov <juri@jurta.org>
4210
4211 * misearch.el (multi-isearch-read-buffers)
4212 (multi-isearch-read-matching-buffers): New functions.
4213 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4214 Use them in the `interactive' spec. Doc fix.
4215 (multi-isearch-read-files, multi-isearch-read-matching-files):
4216 New functions.
4217 (multi-isearch-files, multi-isearch-files-regexp):
4218 Use them in the `interactive' spec. Doc fix. (Bug#4725)
4219
4220 2009-11-30 Juri Linkov <juri@jurta.org>
4221
4222 * doc-view.el (doc-view-continuous):
4223 Rename from `doc-view-continuous-mode'.
4224 (doc-view-menu): Move "Toggle display" to the top.
4225 Add submenu "Continuous" with radio buttons "Off"/"On"
4226 and "Save as Default".
4227 (doc-view-scroll-up-or-next-page)
4228 (doc-view-scroll-down-or-previous-page)
4229 (doc-view-next-line-or-next-page)
4230 (doc-view-previous-line-or-previous-page): Rename
4231 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
4232
4233 2009-11-30 Juri Linkov <juri@jurta.org>
4234
4235 * comint.el (comint-mode-map): Rebind `M-r' from
4236 `comint-previous-matching-input' to
4237 `comint-history-isearch-backward-regexp'.
4238 Unbind `M-s' to allow global key binding `M-s'.
4239 Add menu items for `comint-history-isearch-backward' and
4240 `comint-history-isearch-backward-regexp'. (Bug#3746)
4241
4242 2009-11-30 Juri Linkov <juri@jurta.org>
4243
4244 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4245 For def=recenter, replace `recenter' with `recenter-top-bottom'
4246 that is called with `this-command' and `last-command' let-bound
4247 to `recenter-top-bottom'. When the last `def' was not `recenter',
4248 set `recenter-last-op' to nil. (Bug#4981)
4249
4250 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4251
4252 Minor cleanup and simplification.
4253 * filecache.el (file-cache-add-directory)
4254 (file-cache-add-directory-recursively)
4255 (file-cache-add-from-file-cache-buffer)
4256 (file-cache-delete-file-regexp, file-cache-delete-directory)
4257 (file-cache-files-matching-internal, file-cache-display): Use dolist.
4258 (file-cache-temp-minibuffer-message): Delete function.
4259 (file-cache-minibuffer-complete): Use minibuffer-message instead.
4260
4261 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4262 Don't signal an error when bumping into EOB in tr, s, or y.
4263
4264 2009-11-29 Juri Linkov <juri@jurta.org>
4265
4266 * startup.el (fancy-about-text): Fix wording of Guided Tour.
4267 (Bug#4960)
4268
4269 * descr-text.el (describe-char-unidata-list): Use lowercase name
4270 for "Unicode name" like in other tags.
4271
4272 2009-11-29 Juri Linkov <juri@jurta.org>
4273
4274 * ediff-util.el (ediff-minibuffer-with-setup-hook):
4275 New compatibility macro.
4276 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4277
4278 2009-11-29 Juri Linkov <juri@jurta.org>
4279
4280 Add defcustom to define the cycling order of `recenter-top-bottom'.
4281 (Bug#4981)
4282
4283 * window.el (recenter-last-op): Doc fix.
4284 (recenter-positions): New defcustom.
4285 (recenter-top-bottom): Rewrite to use `recenter-positions'.
4286 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4287
4288 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
4289
4290 Improve integration of Tramp and ange-ftp in eshell.
4291
4292 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
4293 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
4294 (eshell/sudo): Flatten args. Let-bind `default-directory'.
4295
4296 * eshell/esh-util.el (top): Require also Tramp when compiling.
4297 (eshell-directory-files-and-attributes): Check for FTP remote
4298 connection.
4299 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4300 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4301 (eshell-file-attributes): Handle ".". Return `entry'.
4302
4303 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4304 (ange-ftp-directory-files-and-attributes)
4305 (ange-ftp-real-directory-files-and-attributes): New defuns.
4306
4307 * net/tramp.el (tramp-maybe-open-connection): Open the remote
4308 shell with "exec" when possible. This prevents trailing prompts
4309 in `start-file-process'.
4310
4311 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4312
4313 Try and remove assumptions about point-min==1.
4314 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4315 (rng-compute-mode-line-string): Show the validation percentage in
4316 terms of the narrowed text, not the widened text.
4317 (rng-do-some-validation): Don't catch internal errors when debugging.
4318 (rng-first-error): Simplify.
4319 (rng-after-change-function): Remove work around. AFAIK the bug has
4320 been fixed a while ago.
4321
4322 * image-mode.el (image-minor-mode): Exit more gracefully when the image
4323 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4324
4325 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4326
4327 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4328 `cd' doesn't always do it for us (bug#5067).
4329
4330 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4331 on 2009-10-25 as part of some other change (bug#5067).
4332
4333 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4334
4335 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4336 `suspicious'.
4337 (byte-compile-warnings): Use byte-compile-warning-types.
4338 (byte-compile-save-excursion): Warn about use of set-buffer right
4339 after save-excursion.
4340
4341 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4342 the excursion as well.
4343
4344 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
4345
4346 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4347 providing a Tramp related implementation of "su" and "sudo".
4348 (eshell-unix-initialize): Add "su" and "sudo".
4349
4350 2009-11-27 Daiki Ueno <ueno@unixuser.org>
4351
4352 * net/socks.el (socks-send-command): Convert binary request to
4353 unibyte before sending. This fixes mishandling of some port
4354 numbers such as 129.
4355
4356 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4357
4358 * help.el (describe-bindings-internal): Remove `interactive'.
4359
4360 * man.el (Man-completion-table): Trim a terminating "(".
4361 Remove the space between name page a section.
4362 Add the command's description on the `help-echo' property.
4363 Remove `process-connection-type' binding since it's unused by
4364 call-process.
4365 Provide completion for the "<section> <name>" format as well.
4366 (Man-default-man-entry): Remove spurious var shadowing the argument.
4367
4368 2009-11-26 Kevin Ryde <user42@zip.com.au>
4369
4370 * log-view.el: Add "Keywords: tools", since its other keywords
4371 aren't in finder-known-keywords, and following vc.el.
4372
4373 * sha1.el (sha1-string-external): default-directory "/" in case
4374 otherwise non-existent. process-connection-type pipe for touch of
4375 efficiency recommended by elisp manual. (An aside in Bug#3911.)
4376
4377 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4378
4379 Misc coding convention cleanups.
4380 * htmlfontify.el (hfy-init-kludge-hook): Rename from
4381 hfy-init-kludge-hooks.
4382 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
4383 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
4384 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
4385 and push.
4386 (hfy-slant, hfy-weight): Use tables rather than code.
4387 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
4388 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
4389 (hfy-face-attr-for-class): Initialize `face-spec' directly.
4390 (hfy-face-to-css): Remove `nconc' with single arg.
4391 (hfy-p-to-face-lennart): Use `or'.
4392 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
4393 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
4394 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
4395 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
4396 (hfy-force-fontification): Use run-hooks.
4397
4398 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
4399
4400 Various minor fixes.
4401 * htmlfontify.el (hfy-default-header): Add toggle_invis since
4402 Javascript belongs in the header, not the body.
4403 (hfy-javascript): Remove.
4404 (hfy-fontify-buffer): Don't insert it any more.
4405 (hfy-face-at): Handle (face0 face1 face2) style face properties.
4406 Fix bug in invis handling when there were no invis props in a chunk.
4407
4408 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4409
4410 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
4411
4412 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
4413
4414 * finder.el (finder-mode-map): Add a menu.
4415
4416 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
4417
4418 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
4419 "unsigned" structs.
4420
4421 (verilog-leap-to-head, verilog-backward-token): Handle "disable
4422 fork" statement better.
4423
4424 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
4425
4426 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
4427 (verilog-delete-auto, verilog-delete-empty-auto-pair)
4428 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
4429 Reported by Clay Douglass.
4430
4431 (verilog-auto-inst, verilog-auto-star-safe)
4432 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
4433 Fix removing "// Interfaces" when saving .* expansions. Reported by
4434 Pierre-David Pfister.
4435
4436 2009-11-26 Glenn Morris <rgm@gnu.org>
4437
4438 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
4439 the scope.
4440
4441 2009-11-25 Johan Bockgård <bojohan@gnu.org>
4442
4443 * vc-annotate.el (vc-annotate-revision-previous-to-line):
4444 Really use previous revision.
4445
4446 2009-11-25 Kevin Ryde <user42@zip.com.au>
4447
4448 * man.el (Man-completion-table): default-directory "/" in case
4449 doesn't otherwise exist. process-environment COLUMNS=999 so as
4450 not to truncate long names. process-connection-type pipe to avoid
4451 any chance of hitting the pseudo-tty TIOCGWINSZ.
4452 (man): completion-ignore-case t for friendliness and since man
4453 itself is case-insensitive on the command line.
4454 Further to Bug#3717.
4455
4456 * arc-mode.el: Add "Keywords: files", so the details in its
4457 commentary can be reached from finder-by-keyword.
4458 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
4459 editing mode, but it's comms related and sgml-mode.el has "comm"
4460 on that basis too.
4461 * textmodes/bibtex-style.el: Add "Keywords: tex".
4462 * international/isearch-x.el, international/ja-dic-cnv.el:
4463 * international/ja-dic-utl.el, international/kkc.el:
4464 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
4465
4466 2009-11-25 Juri Linkov <juri@jurta.org>
4467
4468 * man.el (Man-completion-table): Modify regexp to include
4469 section names to completion strings. (Bug#3717)
4470
4471 2009-11-25 Juri Linkov <juri@jurta.org>
4472
4473 Search recursively in gzipped files. (Bug#4982)
4474
4475 * progmodes/grep.el (grep-highlight-matches): Add new options
4476 `always' and `auto'. Doc fix.
4477 (grep-process-setup): Check `grep-highlight-matches' for
4478 `auto-detect' to determine the need to compute grep defaults.
4479 Move Windows/DOS specific --colors settings handling
4480 to `grep-compute-defaults'. Check `grep-highlight-matches'
4481 to get the value of "--color=".
4482 (grep-compute-defaults): Compute `grep-highlight-matches' when it
4483 has the value `auto-detect'. Move Windows/DOS specific settings
4484 from `grep-process-setup'.
4485 (zrgrep): New command with alias `rzgrep'.
4486
4487 2009-11-25 Juri Linkov <juri@jurta.org>
4488
4489 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
4490 to nil instead of switching off view-mode. (Bug#4896)
4491
4492 2009-11-25 Juri Linkov <juri@jurta.org>
4493
4494 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
4495
4496 * mwheel.el (mwheel-scroll-up-function)
4497 (mwheel-scroll-down-function): New defvars.
4498 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
4499 `scroll-up', and `mwheel-scroll-down-function' instead of
4500 `scroll-down'.
4501
4502 * doc-view.el (doc-view-scroll-up-or-next-page)
4503 (doc-view-scroll-down-or-previous-page): Add optional ARG.
4504 Use this ARG in the call to image-scroll-up/image-scroll-down.
4505 Change `interactive' spec to "P". Goto next/previous page only
4506 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
4507 SPC/DEL case). Doc fix.
4508 (doc-view-next-line-or-next-page)
4509 (doc-view-previous-line-or-previous-page): Rename arg to ARG
4510 for consistency.
4511 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
4512 `doc-view-scroll-up-or-next-page', and buffer-local
4513 `mwheel-scroll-down-function' to
4514 `doc-view-scroll-down-or-previous-page'.
4515
4516 2009-11-25 Juri Linkov <juri@jurta.org>
4517
4518 Provide additional default values (directories at other Dired
4519 windows) via M-n in the minibuffer of some Dired commands.
4520
4521 * dired-aux.el (dired-diff, dired-compare-directories)
4522 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
4523 `minibuffer-default' in `minibuffer-with-setup-hook'.
4524 (dired-dwim-target-directory): Find a window that displays Dired
4525 buffer instead of failing when the next window is not Dired.
4526 Use `get-window-with-predicate' to find for the next Dired window.
4527 (dired-dwim-target-defaults): New function.
4528
4529 * ediff-util.el (ediff-read-file-name):
4530 Use `dired-dwim-target-defaults' to set `minibuffer-default'
4531 in `minibuffer-with-setup-hook'.
4532
4533 2009-11-25 Juri Linkov <juri@jurta.org>
4534
4535 Provide additional default values (file name at point or at the
4536 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
4537
4538 * minibuffer.el (read-file-name-defaults): New function.
4539 (read-file-name): Reset `minibuffer-default' to nil when
4540 it duplicates initial input `insdef'.
4541 Bind `minibuffer-default-add-function' to lambda that
4542 calls `read-file-name-defaults' in `minibuffer-selected-window'.
4543 (minibuffer-insert-file-name-at-point): New command.
4544
4545 * files.el (file-name-at-point-functions): New defcustom.
4546 (find-file-default): Remove defvar.
4547 (find-file-read-args): Don't use `find-file-default'.
4548 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4549 to `read-file-name'.
4550 (find-file-literally): Use `read-file-name' with
4551 `confirm-nonexistent-file-or-buffer'.
4552
4553 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
4554
4555 * dired.el (dired-read-dir-and-switches):
4556 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4557 to `read-file-name'.
4558 (dired-file-name-at-point): New function.
4559 (dired-mode): Add hook `dired-file-name-at-point' to
4560 `file-name-at-point-functions'.
4561
4562 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4563
4564 Really make the *Completions* window soft-dedicated (bug#5030).
4565 * window.el (window--display-buffer-2): Add `dedicated' argument.
4566 (display-buffer): Pass it when needed so the dedicated flag is set
4567 after calling set-window-buffer, which would otherwise reset it.
4568
4569 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4570
4571 * progmodes/meta-mode.el (meta-complete-symbol):
4572 * progmodes/etags.el (complete-tag):
4573 * mail/mailabbrev.el (mail-abbrev-complete-alias):
4574 Use completion-in-region.
4575
4576 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4577 (dabbrev-completion): Use completion-in-region.
4578 (dabbrev--abbrev-at-point): Simplify regexp.
4579
4580 * abbrev.el (abbrev--before-point): Use word-motion functions
4581 if :regexp is not specified (bug#5031).
4582
4583 * subr.el (string-prefix-p): New function.
4584
4585 * man.el (Man-completion-cache): New var.
4586 (Man-completion-table): Use it.
4587
4588 * vc.el (vc-print-log-internal): Make `limit' optional for better
4589 compatibility (e.g. with vc-annotate.el).
4590
4591 2009-11-24 Kevin Ryde <user42@zip.com.au>
4592
4593 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
4594 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
4595
4596 * emacs-lisp/elint.el (elint-add-required-env): Better error message
4597 when .el source file not found or other error.
4598
4599 2009-11-24 Markus Triska <markus.triska@gmx.at>
4600
4601 * linum.el (linum-update-window): Ignore intangible (bug#4996).
4602
4603 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4604
4605 Handle the [back] button properly (bug#4979).
4606 * descr-text.el (describe-text-properties): Add a `buffer' argument.
4607 Use help-setup-xref, help-buffer, and with-help-window.
4608 (describe-char): Add `buffer' argument.
4609 Pass proper command to help-setup-xref. Don't meddle with
4610 help-xref-stack-item directly.
4611 (describe-text-category): Use with-help-window and help-buffer.
4612
4613 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4614 for the displayed buffer (bug#4887).
4615
4616 * man.el (Man-completion-table): New function.
4617 (man): Use it.
4618
4619 2009-11-24 David Reitter <david.reitter@gmail.com>
4620
4621 * vc-git.el (vc-git-registered): Use checkout directory (where
4622 .git is) rather than the file's directory and a relative path spec
4623 to work around a bug in git.
4624
4625 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
4626
4627 Improve handling of processes on remote hosts.
4628
4629 * eshell/esh-util.el (eshell-path-env): New defvar.
4630 (eshell-parse-colon-path): New defun.
4631 (eshell-file-attributes): Use `eshell-parse-colon-path'.
4632
4633 * eshell/esh-ext.el (eshell-search-path):
4634 Use `eshell-parse-colon-path'.
4635 (eshell-remote-command): Remove argument HANDLER.
4636 (eshell-external-command): Check for FTP remote connection.
4637
4638 * eshell/esh-proc.el (eshell-gather-process-output):
4639 Use `file-truename', in order to start also symlinked files.
4640 Apply `start-file-process' instead of `start-process'.
4641 Shorten `command' to the local file name part.
4642
4643 * eshell/em-cmpl.el (eshell-complete-commands-list):
4644 Use `eshell-parse-colon-path'.
4645
4646 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4647
4648 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
4649 to `eshell-directory-change-hook'.
4650
4651 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
4652
4653 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4654 because it could be enabled automatically if view-read-only is non-nil.
4655
4656 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
4657
4658 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4659 made on 2009-11-22.
4660
4661 2009-11-24 Glenn Morris <rgm@gnu.org>
4662
4663 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4664 deleted variable bookmark-bmenu-bookmark-column.
4665
4666 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4667
4668 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4669
4670 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
4671
4672 * net/browse-url.el (browse-url-filename-alist): On Windows, add
4673 two slashes to the "file:" prefix.
4674 (browse-url-file-url): De-munge Cygwin filenames before passing
4675 them to Windows browser.
4676 (browse-url-default-windows-browser): Use call-process.
4677
4678 2009-11-23 Juri Linkov <juri@jurta.org>
4679
4680 Implement DocView Continuous mode. (Bug#4896)
4681 * doc-view.el (doc-view-continuous-mode): New defcustom.
4682 (doc-view-mode-map): Bind C-n/<down> to
4683 `doc-view-next-line-or-next-page', C-p/<up> to
4684 `doc-view-previous-line-or-previous-page'.
4685 (doc-view-next-line-or-next-page)
4686 (doc-view-previous-line-or-previous-page): New commands.
4687
4688 2009-11-23 Juri Linkov <juri@jurta.org>
4689
4690 Implement Isearch in comint input history. (Bug#3746)
4691 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4692 `isearch-mode-hook'.
4693 (comint-history-isearch): New defcustom.
4694 (comint-history-isearch-backward)
4695 (comint-history-isearch-backward-regexp): New commands.
4696 (comint-history-isearch-message-overlay): New buffer-local variable.
4697 (comint-history-isearch-setup, comint-history-isearch-end)
4698 (comint-goto-input, comint-history-isearch-search)
4699 (comint-history-isearch-message, comint-history-isearch-wrap)
4700 (comint-history-isearch-push-state)
4701 (comint-history-isearch-pop-state): New functions.
4702
4703 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
4704
4705 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4706 return.
4707 (tramp-handle-make-symbolic-link)
4708 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4709 Quote file names.
4710 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4711 (tramp-handle-process-file): Use it.
4712
4713 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4714
4715 * window.el (move-to-window-line-last-op): Remove.
4716 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4717
4718 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4719
4720 Make M-r mirror the new cycling behavior of C-l.
4721 * window.el (move-to-window-line-last-op): New var.
4722 (move-to-window-line-top-bottom): New command.
4723 (global-map): Bind M-r move-to-window-line-top-bottom.
4724
4725 2009-11-23 Sven Joachim <svenjoac@gmx.de>
4726
4727 * dired-x.el (dired-guess-shell-alist-default):
4728 Support xz format. (Bug#4953)
4729
4730 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4731
4732 * emulation/viper-cmd.el: Use viper-last-command-char instead of
4733 last-command-char/last-command-event.
4734 (viper-prefix-arg-value): Do correct conversion of event-char for
4735 XEmacs.
4736
4737 * emulation/viper-util.el, emulation/viper.el:
4738 Use viper-last-command-char instead of
4739 last-command-char/last-command-event.
4740
4741 * ediff-init.el, ediff-mult.el, ediff-util.el:
4742 Replace last-command-char and last-command-event
4743 with (ediff-last-command-char) everywhere.
4744
4745 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4746 created in fundamental mode.
4747
4748 * ediff.el (ediff-version): Revert the change of interactive-p to
4749 called-interactively-p.
4750
4751 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
4752
4753 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4754 generation from word-movement command names.