Fix misleading Changelog entry.
[bpt/emacs.git] / lisp / ChangeLog
1 2010-11-06 Michael Albinus <michael.albinus@gmx.de>
2
3 * files.el (backup-by-copying-when-mismatch): Set
4 `permanent-local' property.
5
6 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
7 `permanent-local' property for `backup-by-copying-when-mismatch'.
8
9 2010-11-06 Eli Zaretskii <eliz@gnu.org>
10
11 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
12 (ls-lisp-classify-file): New function.
13 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
14 (ls-lisp-classify): Call ls-lisp-classify-file.
15 (insert-directory): Remove blanks from switches.
16
17 2010-11-07 Wilson Snyder <wsnyder@wsnyder.org>
18
19 * progmodes/verilog-mode.el (verilog-insert-one-definition)
20 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
21 AUTOINOUT for SV style multidimensional arrays, bug294. Reported
22 by Eric Mastromarchi.
23 (verilog-preprocess): Use with-current-buffer and
24 font-lock-fontify-buffer to cleanup style issues.
25
26 2010-11-05 Michael Albinus <michael.albinus@gmx.de>
27
28 * net/trampver.el: Update release number.
29
30 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31
32 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
33 beginning of the string. Use `string-match-p'. (Bug#6765)
34
35 2010-11-01 Glenn Morris <rgm@gnu.org>
36
37 * locate.el (locate, locate-mode): Doc fixes.
38
39 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
40
41 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
42 user for confirmation.
43 (server-force-stop): Use it.
44 (server-start): Use server-force-stop for kill-emacs-hook, to
45 avoid user interaction while killing Emacs.
46
47 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
48
49 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
50 (log-edit-author): New dynamic var.
51 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
52 Use it to return the author if different from committer.
53 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
54
55 2010-10-31 Eli Zaretskii <eliz@gnu.org>
56
57 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
58
59 2010-10-31 Chong Yidong <cyd@stupidchicken.com>
60
61 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
62 (vc-root-diff, vc-print-root-log, vc-log-incoming)
63 (vc-log-outgoing): Use it.
64 (vc-diff-internal): Set diff-vc-backend.
65
66 * vc/diff-mode.el (diff-vc-backend): New var.
67
68 2010-10-31 Juri Linkov <juri@jurta.org>
69
70 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
71 buffer-locally to lambda that re-runs the vc diff command.
72 (Bug#6447)
73
74 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
75
76 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
77
78 Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
79 log-outgoing commands.
80 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
81 to create a buffer local revert-buffer-function variable.
82 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
83 revert-buffer-function lambda.
84
85 Improve VC create/retrieve tag/branch.
86 * vc.el (vc-create-tag): Do not read the directory name for VCs
87 with repository revision granularity. Adjust the tag/branch
88 prompt. Reset VC properties.
89 (vc-retrieve-tag): Do not read the directory name for VCs
90 with repository revision granularity. Reset VC properties.
91
92 Add optional support for resetting VC properties.
93 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
94 call vc-file-clearprops when true.
95 (vc-resynch-buffer): Add new optional argument, pass it down.
96 (vc-resynch-buffers-in-directory): Likewise.
97
98 Improve support for special markup in the VC commit message.
99 * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
100 * vc-hg.el (vc-hg-checkin): Add support for Date:.
101 * vc-git.el (vc-git-checkin):
102 * vc-bzr.el (vc-bzr-checkin): Likewise.
103
104 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
105 * vc-git.el (vc-git-log-view-mode): Fix font lock for
106 incoming/outgoing logs.
107 (vc-git-log-outgoing, vc-git-log-incoming): New functions.
108
109 * vc-git.el (vc-git-log-outgoing): Use the same format as the
110 short log.
111 (vc-git-log-incoming): Likewise. Run "git fetch" before the log
112 command
113
114 Add bindings for vc-log-incoming and vc-log-outgoing.
115 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
116 and vc-log-outgoing.
117 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
118 and vc-log-outgoing.
119
120 Improve state updating for VC tag commands.
121 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
122 to update the state of all buffers in the directory.
123
124 2010-05-19 Glenn Morris <rgm@gnu.org>
125
126 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
127
128 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
129
130 * vc.el (vc-checkin, vc-modify-change-comment):
131 Adjust to new vc-start/finish-logentry.
132 (vc-find-conflicted-file): New command.
133 (vc-transfer-file): Adjust to new vc-checkin.
134 (vc-next-action): Improve scoping.
135
136 * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
137 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
138
139 * vc-dispatcher.el (vc-log-edit): Shorten names for
140 log-edit-show-files.
141
142 * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
143 (vc-bzr-conflicted-files): New function.
144
145 * log-edit.el (log-edit-summary, log-edit-header)
146 (log-edit-unknown-header): New faces.
147 (log-edit-headers-alist): New var.
148 (log-edit-header-contents-regexp): New const.
149 (log-edit-match-to-eoh): New function.
150 (log-edit-font-lock-keywords): Use them.
151 (log-edit): Insert a "Summary:" header as default.
152 (log-edit-mode): Mark font-lock rules as case-insensitive.
153 (log-edit-done): Cleanup headers.
154 (log-edit-extract-headers): New function to replace it.
155
156 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
157 the windows/frames.
158
159 * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
160
161 * vc-dir.el (vc-dir-kill-line): New command.
162 (vc-dir-mode-map): Bind it to C-k.
163 (vc-dir-headers): Abbreviate the working dir.
164
165 * vc-git.el (vc-git-revision-table): Include remote branches.
166
167 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
168
169 New VC methods: vc-log-incoming and vc-log-outgoing.
170 * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
171 (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
172 New functions.
173 (vc-print-log-internal): Just call vc-log-internal-common.
174 (vc-log-view-type): New permanent local variable.
175
176 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
177
178 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
179 of the dynamic bound vc-short-log.
180 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
181
182 * vc-git.el (vc-git-log-outgoing): New function.
183 (vc-git-log-view-mode): Use vc-log-view-type instead
184 of the dynamic bound vc-short-log.
185
186 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
187 the dynamic bound vc-short-log. Highlight the tag.
188 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
189 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
190 (vc-hg-incoming-mode): Remove.
191 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
192
193 Fix default-directory for vc-root-diff.
194 * vc.el (vc-root-diff): Bind default-directory to the root
195 directory for the diff command.
196
197 2010-10-31 Sam Steingold <sds@gnu.org>
198
199 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
200 `vc-hg-command' with a list of flags.
201
202 2010-10-31 Glenn Morris <rgm@gnu.org>
203
204 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
205 log-edit-before-checkin-process.
206
207 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
208
209 * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
210
211 * vc-dispatcher.el (vc-start-logentry): Doc fix.
212 (log-view-process-buffer, log-edit-extra-flags): Declare.
213
214 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
215
216 Add special markup processing for commit logs.
217 * log-edit.el (log-edit): Add new argument MODE. Use that mode
218 when non-nil instead of the log-view-mode.
219
220 * vc.el (vc-default-log-edit-mode): New function.
221
222 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
223 log-edit.
224
225 Support for shelving snapshots and for showing shelves.
226 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
227 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
228 New functions.
229 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
230 (vc-bzr-extra-menu-map): Map them.
231
232 2010-10-30 Michael Albinus <michael.albinus@gmx.de>
233
234 * net/tramp.el (tramp-handle-insert-file-contents): For root,
235 preserve owner and group when editing files. (Bug#7289)
236
237 2010-10-29 Glenn Morris <rgm@gnu.org>
238
239 * speedbar.el (speedbar-mode):
240 * play/fortune.el (fortune-in-buffer, fortune):
241 * play/gomoku.el (gomoku-mode):
242 * play/landmark.el (lm-mode):
243 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
244 Replace inappropriate uses of toggle-read-only. (Bug#7292)
245
246 2010-10-28 Glenn Morris <rgm@gnu.org>
247
248 * select.el (x-selection): Mark it as an obsolete alias.
249
250 2010-10-27 Aaron S. Hawley <aaron.s.hawley@gmail.com>
251
252 * add-log.el (find-change-log): Use derived-mode-p rather than
253 major-mode (bug#7284).
254
255 2010-10-27 Glenn Morris <rgm@gnu.org>
256
257 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
258 rather than just an unused variable that inherits from the real one.
259
260 2010-10-23 Michael McNamara <mac@mail.brushroad.com>
261
262 * verilog-mode.el (verilog-directive-re): Make this variable
263 auto-built for efficiency of execution and updating.
264 (verilog-extended-complete-re): Support 'pure' fucntion & task
265 declarations (these have no bodies).
266 (verilog-beg-of-statement): General cleanup to enable support of
267 'pure' fucntion & task declarations (these have no bodies).
268 These efforts together fix Verilog bug210 from veripool; which was also
269 noticed by Steve Pearlmutter.
270 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
271 (verilog-directive-nest-re, verilog-set-auto-endcomments):
272 Support `elsif. Reported by Shankar Giri.
273 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
274 attribute handling for lining up declarations and assignments.
275 (verilog-beg-of-statement-1): Fix issue where continued declaration
276 is indented differently if it is after a begin..end clock.
277 (verilog-in-attribute-p, verilog-skip-backward-comments)
278 (verilog-skip-forward-comment-p): Support proper treatment of
279 attributes by indent code. Reported by Jeff Steele.
280 (verilog-in-directive-p): Fix comment to correctly describe function.
281 (verilog-backward-up-list, verilog-in-struct-region-p)
282 (verilog-backward-token, verilog-in-struct-p)
283 (verilog-in-coverage-p, verilog-do-indent)
284 (verilog-pretty-declarations): Use verilog-backward-up-list as
285 wrapper around backward-up-list inorder to properly skip comments.
286 Reported by David Rogoff.
287 (verilog-property-re, verilog-endcomment-reason-re)
288 (verilog-beg-of-statement, verilog-set-auto-endcomments)
289 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
290 of if). Reported by Max Bjurling and
291 (verilog-calc-1): Fix for clocking block in modport
292 declaration. Reported by Brian Hunter.
293
294 2010-10-23 Wilson Snyder <wsnyder@wsnyder.org>
295
296 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
297 (verilog-gate-keywords, verilog-read-sub-decls)
298 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
299 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
300 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
301 (verilog-read-decls): Fix spaces in V2K module parameters causing
302 mis-identification as interfaces, bug287.
303 (verilog-read-decls): Fix not treating "parameter string" as a
304 parameter in AUTOINSTPARAM.
305 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
306 treating `elsif similar to `endif inside AUTOSENSE.
307 (verilog-do-indent): Implement correct automatic or static task or
308 function end comment highlight. Reported by Steve Pearlmutter.
309 (verilog-font-lock-keywords-2): Fix highlighting of single
310 character pins, bug264. Reported by Michael Laajanen.
311 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
312 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
313 (verilog-subdecls-get-interfaced, verilog-subdecls-new): Support
314 interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
315 (verilog-pretty-expr): Fix interactive arguments, bug272.
316 Reported by Mark Johnson.
317 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
318 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
319 bug269. Suggested by Gary Delp.
320 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
321 (verilog-preprocessor, verilog-set-compile-command):
322 Create verilog-preprocess and verilog-preprocessor to show
323 preprocessed output.
324 (verilog-get-beg-of-line, verilog-get-end-of-line)
325 (verilog-modi-file-or-buffer, verilog-modi-name)
326 (verilog-modi-point, verilog-within-string): Move defmacro's
327 before first use to avoid warning. Reported by Steve Pearlmutter.
328 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
329 (verilog-colorize-region, verilog-highlight-buffer)
330 (verilog-highlight-includes, verilog-highlight-modules)
331 (verilog-highlight-region, verilog-mode): Rename colorize to
332 highlight to match other packages. Disable module highlighting,
333 as received speed complaints, reenable for experimentation only
334 using new verilog-highlight-modules.
335 (verilog-read-decls): Fix regexp stack overflow in very large
336 AUTO_TEMPLATEs, bug250.
337 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
338 (verilog-scan): Create verilog-save-buffer-state to standardize
339 making insignificant changes that shouldn't call hooks.
340 (verilog-save-no-change-functions, verilog-save-scan-cache)
341 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
342 Create verilog-save-no-change-functions to wrap verilog-scan
343 preservation, and fix to work with nested preserved calls.
344 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
345 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
346 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
347 (verilog-submit-bug-report): Update variable list to be complete.
348 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
349 breaking on-the-fly font-locking.
350 (verilog-colorize-buffer, verilog-colorize-include-files)
351 (verilog-colorize-include-files-buffer, verilog-colorize-region)
352 (verilog-load-file-at-mouse, verilog-load-file-at-point)
353 (verilog-mode, verilog-read-inst-module-matcher): With point on a
354 AUTOINST cell instance name, middle mouse button now finds-file on
355 it. Suggested by Brad Dobbie.
356 (verilog-alw-get-temps, verilog-auto-reset)
357 (verilog-auto-sense-sigs, verilog-read-always-signals)
358 (verilog-read-always-signals-recurse): Fix loop indexes being
359 AUTORESET. AUTORESET now assumes any variables in the
360 initialization section of a for() should be ignored. Reported by
361 Dan Dever.
362 (verilog-error-font-lock-keywords)
363 (verilog-error-regexp-emacs-alist)
364 (verilog-error-regexp-xemacs-alist): Fix error detection of
365 Cadence HAL, reported by David Asher. Repair drift between the
366 three similar error variables.
367 (verilog-modi-lookup, verilog-modi-lookup-cache)
368 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
369 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
370 Fix slow verilog-auto expansion on very large files.
371 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
372 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
373 "{1*2{...". Broke in last revision.
374 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
375 submodule connections with replications "{#{a},#{b}}".
376
377 2010-10-23 Glenn Morris <rgm@gnu.org>
378
379 * comint.el (comint-password-prompt-regexp):
380 Match "enter the password". (Bug#7224)
381
382 2010-10-22 Juanma Barranquero <lekktu@gmail.com>
383
384 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
385 Fix typo in docstring.
386
387 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
388
389 * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
390 errors.
391
392 * net/trampver.el: Update release number.
393
394 2010-10-20 Kenichi Handa <handa@m17n.org>
395
396 * face-remap.el (text-scale-adjust): Call read-event with a proper
397 prompt.
398
399 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
400
401 * net/tramp.el (tramp-do-file-attributes-with-stat)
402 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
403 order to make stat results a float. Patch by Andreas Schwab
404 <schwab@linux-m68k.org>.
405
406 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
407
408 * repeat.el (repeat): Use read-key (bug#6256).
409
410 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
411
412 * emacs-lisp/unsafep.el: Don't mark functions that display
413 messages as safe. Suggested by Johan Bockgård.
414
415 2010-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
416
417 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
418 Turn comments into docstrings.
419
420 * minibuffer.el (completion--replace): Move point where it belongs
421 when there's a common suffix (bug#7215).
422
423 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
424
425 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
426 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
427 <dale@codefu.org>.
428
429 2010-10-15 Kenichi Handa <handa@m17n.org>
430
431 * international/characters.el: Add category '|' (word breakable)
432 to fullwidth characters.
433
434 2010-10-14 Kenichi Handa <handa@m17n.org>
435
436 * mail/rmail.el (rmail-show-message-1): Catch an error of
437 base64-decode-region and just show an error message (bug#7165).
438
439 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
440 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
441 a font-spec (bug#7197).
442
443 2010-10-13 Glenn Morris <rgm@gnu.org>
444
445 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
446
447 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
448
449 * international/mule.el (define-coding-system):
450 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
451 * composite.el (compose-region): Fix typo in docstring.
452
453 2010-10-10 Jan Djärv <jan.h.d@swipnet.se>
454
455 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
456 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
457 (mac-right-option-modifier): New alias for ns-right-option-modifier.
458
459 * cus-start.el (all): ns-right-alternate-modifier is new.
460
461 2010-10-10 Andreas Schwab <schwab@linux-m68k.org>
462
463 * Makefile.in (ELCFILES): Update.
464
465 2010-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
466
467 * emacs-lisp/lisp.el (lisp-completion-at-point):
468 Use emacs-lisp-mode-syntax-table for the whole function.
469
470 2010-10-09 Richard Sharman <richard_sharman@mitel.com> (tiny change)
471
472 * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
473 (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
474 work when breakpoint number exceeds nine.
475
476 2010-10-05 David Koppelman <koppel@ece.lsu.edu>
477
478 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
479 instead of font-lock-mode before adding keywords.
480 Remove hi-lock-mode off code. Remove inhibit hack.
481 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
482 non-nil; removed hook inhibit hack.
483
484 2010-10-09 Glenn Morris <rgm@gnu.org>
485
486 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
487 (load-path-shadows-find): ... to this.
488 (list-load-path-shadows): Update for above change.
489
490 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
491
492 2010-10-08 Glenn Morris <rgm@gnu.org>
493
494 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
495
496 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
497 (shadows-compare-text-p): Make it an obsolete alias for...
498 (load-path-shadows-compare-text): ... new name.
499 (find-emacs-lisp-shadows): Update for above name change.
500 (load-path-shadows-same-file-or-nonexistent): New name for the old
501 shadow-same-file-or-nonexistent.
502
503 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
504
505 * minibuffer.el (completion--some, completion--do-completion)
506 (minibuffer-complete-and-exit, minibuffer-completion-help)
507 (completion-basic-try-completion)
508 (completion-basic-all-completions)
509 (completion-pcm--find-all-completions): Use lexical-let to
510 avoid some false matches in variable completion (Bug#7056)
511
512 2010-10-03 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
513
514 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
515
516 2010-10-03 Leo <sdl.web@gmail.com>
517
518 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
519 return non-nil if the file exists (Bug#7090).
520
521 2010-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
522
523 * minibuffer.el (completion--replace):
524 Better preserve markers (bug#7138).
525
526 2010-09-29 Juanma Barranquero <lekktu@gmail.com>
527
528 * server.el (server-process-filter): Doc fix.
529
530 2010-09-27 Drew Adams <drew.adams@oracle.com>
531
532 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
533
534 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
535
536 * Makefile.in (ELCFILES): Update.
537
538 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
539 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
540
541 2010-09-27 Kenichi Handa <handa@m17n.org>
542
543 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
544 "ustar" format.
545
546 2010-09-27 Kenichi Handa <handa@m17n.org>
547
548 * international/mule.el (define-coding-system): Docstring fixed.
549
550 * international/mule-diag.el (describe-character-set): Use princ
551 with proper print-length and print-level instead of insert.
552
553 2010-09-26 Juanma Barranquero <lekktu@gmail.com>
554
555 * window.el (walk-windows): Doc fix (bug#7105).
556
557 2010-09-23 Glenn Morris <rgm@gnu.org>
558
559 * isearch.el (isearch-lazy-highlight-cleanup)
560 (isearch-lazy-highlight-initial-delay)
561 (isearch-lazy-highlight-interval)
562 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
563 * net/net-utils.el (ipconfig-program-options):
564 Move aliases to options before the associated definitions.
565
566 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
567
568 * newcomment.el (comment-normalize-vars): Better test validity of
569 comment-end-skip.
570
571 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
572
573 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
574 (float-e): New name for `e'.
575 (degrees-to-radians, radians-to-degrees):
576 * calendar/solar.el (solar-longitude):
577 * calculator.el (calculator-registers, calculator-funcall):
578 * textmodes/artist.el (artist-spray-random-points):
579 * play/bubbles.el (bubbles--initialize-images): Use new names.
580
581 2010-09-19 Eric M. Ludlam <zappo@gnu.org>
582
583 Update to CEDET 1.0's version of EIEIO.
584
585 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
586 New function.
587 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
588 (eieio-default-eval-maybe): Eval val instead of unquoting only.
589 (class-precedence-list): If class is nil, return nil.
590 (eieio-generic-call): If class of first input arg is nil, don't
591 look up static methods, and do check for primary methods.
592 (initialize-instance): See if the default needs to be evaluated
593 during the constructor.
594 (eieio-perform-slot-validation-for-default): Don't do the check
595 for values that will eventually be evaluated.
596 (eieio-eval-default-p): New function.
597 (eieio-default-eval-maybe): Use it.
598
599 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
600
601 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
602 method-invocation-order.
603 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
604 (eieio-class-precedence-dfs): Compute class precedence list using
605 dfs algorithm.
606 (eieio-class-precedence-bfs): Compute class precedence list using
607 bfs algorithm.
608 (eieio-class-precedence-c3): Compute class precedence list using
609 c3 algorithm.
610 (class-precedence-list): New function.
611 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
612 (inconsistent-class-hierarchy): New error symbol.
613 (call-next-method): Stow the replacement argument list for future
614 call-next-method invocations.
615
616 2010-09-15 Glenn Morris <rgm@gnu.org>
617
618 * calendar/appt.el (appt-check): If not displaying the diary,
619 use (diary 1) to only get the entries we need.
620 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
621 that it is in day order. (Bug#7019)
622
623 * calendar/appt.el (appt-check): Rather than showing the diary,
624 just turn off invisible display, and only if needed.
625
626 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
627
628 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
629
630 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
631 Add `when' argument. Update callers.
632
633 * subr.el (unintern): Declare the obarray arg mandatory.
634
635 2010-09-14 Glenn Morris <rgm@gnu.org>
636
637 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
638 Doc fixes.
639
640 * calendar/diary-lib.el (diary-included-files): New variable.
641 (diary-list-entries): Maybe initialize diary-included-files.
642 (diary-include-other-diary-files): Append to diary-included-files.
643 * calendar/appt.el (appt-update-list): Also check the members of
644 diary-included-files. (Bug#6999)
645 (appt-check): Doc fix.
646
647 2010-09-12 David Reitter <david.reitter@gmail.com>
648
649 * simple.el (line-move-visual): Do not truncate goal column to
650 integer size. (Bug#7020)
651
652 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
653
654 * repeat.el (repeat): Allow repeating when the last event is a click.
655 Suggested by Drew Adams (bug#6256).
656
657 2010-09-11 Sascha Wilde <wilde@sha-bang.de>
658
659 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
660 Replace setting HGRCPATH to "" by some less invasive --config options.
661
662 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
663
664 * font-lock.el (font-lock-beginning-of-syntax-function):
665 Mark as obsolete.
666
667 2010-09-10 Glenn Morris <rgm@gnu.org>
668
669 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
670 and tool-bar modes. (Bug#6211)
671 (menu-bar-mode): Move setting of standard-value after the
672 minor-mode definition, otherwise it seems to have no effect.
673
674 2010-09-08 Masatake YAMATO <yamato@redhat.com>
675
676 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
677 Fix typo. (Bug#6976)
678
679 2010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
680
681 * whitespace.el: Allow cleaning up blanks without blank
682 visualization (Bug#6651). Adjust help window for
683 whitespace-toggle-options (Bug#6479). Allow to use fill-column
684 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
685 (whitespace-style): Add new value 'face. Adjust docstring.
686 (whitespace-space, whitespace-hspace, whitespace-tab):
687 Adjust foreground property face.
688 (whitespace-line-column): Adjust docstring and type declaration.
689 (whitespace-style-value-list, whitespace-toggle-option-alist)
690 (whitespace-help-text): Adjust const initialization.
691 (whitespace-toggle-options, global-whitespace-toggle-options):
692 Adjust docstring.
693 (whitespace-display-window, whitespace-interactive-char)
694 (whitespace-style-face-p, whitespace-color-on): Adjust code.
695 (whitespace-help-scroll): New fun.
696
697 2010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
698
699 * files.el (directory-abbrev-alist): Use \` as default regexp.
700
701 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
702 chars like - or ] (bug#6984).
703 (rx-any-condense-range): Explode 2-char ranges.
704
705 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
706
707 * textmodes/bibtex.el:
708 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
709
710 2010-09-02 Glenn Morris <rgm@gnu.org>
711
712 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
713
714 2010-08-31 Kenichi Handa <handa@m17n.org>
715
716 * international/mule-cmds.el (standard-display-european-internal):
717 Setup standard-display-table for 8-bit characters by storing 8-bit
718 characters in the element vector.
719
720 * disp-table.el (standard-display-8bit):
721 Setup standard-display-table for 8-bit characters by storing 8-bit
722 characters in the element vector.
723 (standard-display-european): Likewise.
724
725 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
726
727 Sync with Tramp 2.1.19.
728
729 * net/tramp-cmds.el (tramp-cleanup-all-connections)
730 (tramp-reporter-dump-variable, tramp-load-report-modules)
731 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
732 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
733
734 * net/tramp-compat.el (top): Do not autoload
735 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
736 only when `start-file-process' is not bound.
737 (byte-compile-not-obsolete-vars): Define if not bound.
738 (tramp-compat-funcall): New defmacro.
739 (tramp-compat-line-beginning-position)
740 (tramp-compat-line-end-position)
741 (tramp-compat-temporary-file-directory)
742 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
743 (tramp-compat-copy-file, tramp-compat-copy-directory)
744 (tramp-compat-delete-file, tramp-compat-delete-directory)
745 (tramp-compat-number-sequence, tramp-compat-process-running-p):
746 Use it.
747 (tramp-advice-file-expand-wildcards): Do not use
748 `tramp-handle-file-remote-p'.
749 (tramp-compat-make-temp-file): Simplify fallback implementation.
750 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
751 (tramp-compat-copy-tree): Remove function.
752 (tramp-compat-delete-file): New defun.
753 (tramp-compat-delete-directory): Provide implementation for older
754 Emacsen.
755 (tramp-compat-file-attributes): Handle only
756 `wrong-number-of-arguments' error.
757
758 * net/tramp-fish.el (tramp-fish-handle-copy-file):
759 Add PRESERVE_SELINUX_CONTEXT.
760 (tramp-fish-handle-delete-file): Add TRASH arg.
761 (tramp-fish-handle-directory-files-and-attributes):
762 Do not use `tramp-fish-handle-file-attributes.
763 (tramp-fish-handle-file-local-copy)
764 (tramp-fish-handle-insert-file-contents)
765 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
766
767 * net/tramp-gvfs.el (top): Require url-util.
768 (tramp-gvfs-mount-point): Remove.
769 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
770 and `set-file-selinux-context'.
771 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
772 (tramp-gvfs-handle-file-selinux-context)
773 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
774 (with-tramp-dbus-call-method): Format trace message.
775 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
776 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
777 Implement backup call, when operation on local files fails.
778 Use progress reporter. Flush properties of changed files.
779 (tramp-gvfs-handle-delete-file): Add TRASH arg.
780 Use `tramp-compat-delete-file'.
781 (tramp-gvfs-handle-expand-file-name): Expand "~/".
782 (tramp-gvfs-handle-make-directory): Make more traces.
783 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
784 (tramp-gvfs-url-file-name): Hexify file name in url.
785 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
786 into account for the resulting file name.
787 (tramp-gvfs-handler-askquestion): Preserve current message, in
788 order to let progress reporter continue afterwards. (Bug#6257)
789 Return dummy mountpoint, when the answer is "no".
790 See `tramp-gvfs-maybe-open-connection'.
791 (tramp-gvfs-handler-mounted-unmounted)
792 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
793 attribute "default_location". Set "prefix" property.
794 Handle default-location.
795 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
796 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
797 exists. Raise an error, if not (due to a corresponding answer
798 "no" in interactive questions, for example).
799 Use `tramp-compat-funcall'.
800
801 * net/tramp-imap.el (top): Autoload `epg-make-context'.
802 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
803 (tramp-imap-do-copy-or-rename-file)
804 (tramp-imap-handle-insert-file-contents)
805 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
806 (tramp-imap-handle-delete-file): Add TRASH arg.
807
808 * net/tramp-smb.el (tramp-smb-handle-copy-file):
809 Add PRESERVE-SELINUX-CONTEXT.
810 (tramp-smb-handle-copy-file)
811 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
812 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
813 Use `with-progress-reporter'.
814 (tramp-smb-handle-delete-file): Add TRASH arg.
815
816 * net/tramp.el (tramp-methods): Move hostname to the end in all
817 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
818 appropriate.
819 (tramp-verbose): Describe verbose level 9.
820 (tramp-completion-function-alist)
821 (tramp-file-name-regexp, tramp-chunksize)
822 (tramp-local-coding-commands, tramp-remote-coding-commands)
823 (with-connection-property, tramp-completion-mode-p)
824 (tramp-action-process-alive, tramp-action-out-of-band)
825 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
826 (tramp-exists-file-name-handler): Fix docstring.
827 (tramp-remote-process-environment): Use `format' instead of
828 `concat'. Protect version string by apostroph.
829 (tramp-shell-prompt-pattern): Do not use a shy group in case of
830 XEmacs.
831 (tramp-file-name-regexp-unified)
832 (tramp-completion-file-name-regexp-unified): On W32 systems, do
833 not regard the volume letter as remote filename. (Bug#5447)
834 (tramp-perl-file-attributes)
835 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
836 (tramp-vc-registered-read-file-names): Read input as
837 here-document, otherwise the command could exceed maximum length
838 of command line.
839 (tramp-file-name-handler-alist): Add `file-selinux-context' and
840 `set-file-selinux-context'.
841 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
842 backtrace functions.
843 (tramp-error-with-buffer): Don't show the connection buffer when
844 we are in completion mode.
845 (tramp-progress-reporter-update, tramp-remote-selinux-p)
846 (tramp-handle-file-selinux-context)
847 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
848 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
849 New defuns.
850 (with-progress-reporter): New defmacro.
851 (tramp-debug-outline-regexp): New defconst.
852 (top, tramp-rfn-eshadow-setup-minibuffer)
853 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
854 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
855 (tramp-completion-mode-p, tramp-check-for-regexp)
856 (tramp-open-connection-setup-interactive-shell)
857 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
858 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
859 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
860 Use `tramp-compat-funcall'.
861 (tramp-handle-make-symbolic-link): Flush file properties.
862 (tramp-handle-load, tramp-handle-file-local-copy)
863 (tramp-handle-insert-file-contents, tramp-handle-write-region)
864 (tramp-handle-vc-registered, tramp-maybe-send-script)
865 (tramp-find-shell): Use `with-progress-reporter'.
866 (tramp-do-file-attributes-with-stat): Add space in format string,
867 in order to work around a bug in pdksh. Reported by Gilles Pion
868 <gpion@lfdj.com>.
869 (tramp-handle-verify-visited-file-modtime): Do not send a command
870 when the connection is not established.
871 (tramp-handle-set-file-times): Simplify the check for utc.
872 (tramp-handle-directory-files-and-attributes)
873 (tramp-get-remote-path): Use `copy-tree'.
874 (tramp-completion-handle-file-name-all-completions): Ensure, that
875 non remote files are still checked. Oops.
876 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
877 Handle PRESERVE-SELINUX-CONTEXT.
878 (tramp-do-copy-or-rename-file): Add progress reporter.
879 (tramp-do-copy-or-rename-file-directly): Do not use
880 `tramp-handle-file-remote-p'.
881 (tramp-do-copy-or-rename-file-out-of-band):
882 Use `tramp-compat-delete-directory'.
883 (tramp-do-copy-or-rename-file-out-of-band)
884 (tramp-compute-multi-hops, tramp-maybe-open-connection):
885 Use `format-spec-make'.
886 (tramp-handle-delete-file): Add TRASH arg.
887 (tramp-handle-dired-uncache): Flush directory cache, not only file
888 cache.
889 (tramp-handle-expand-file-name)
890 (tramp-completion-handle-file-name-all-completions)
891 (tramp-completion-handle-file-name-completion):
892 Use `tramp-connectable-p'.
893 (tramp-handle-start-file-process): Set connection property "vec".
894 Use it, in order to invalidate file caches. Check only for
895 `remote-tty' process property.
896 Implement tty setting. (Bug#4604, Bug#6360)
897 (tramp-file-name-for-operation): Add `call-process-region' and
898 `set-file-selinux-context'.
899 (tramp-find-foreign-file-name-handler)
900 (tramp-advice-make-auto-save-file-name)
901 (tramp-set-auto-save-file-modes): Remove superfluous check for
902 `stringp'. This is done inside `tramp-tramp-file-p'.
903 (tramp-file-name-handler): Trace 'quit. Catch the error for some
904 operations when we are in completion mode. This gives the user
905 the chance to correct the file name in the minibuffer.
906 (tramp-completion-mode-p): Use `non-essential'.
907 (tramp-handle-file-name-all-completions): Backward/ XEmacs
908 compatibility: Use `completion-ignore-case' if
909 `read-file-name-completion-ignore-case' does not exist.
910 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
911 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
912 `tramp-open-shell'.
913 (tramp-action-password): Hide password prompt before next run.
914 (tramp-process-actions): Widen connection buffer for the trace.
915 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
916 process property. Trace stty settings if `tramp-verbose' >= 9.
917 Apply workaround for IRIX64 bug. Move argument of last
918 `tramp-send-command' where it belongs to.
919 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
920 front of `login-args'.
921 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
922 on "/dev/null" instead of "/".
923 (tramp-get-ls-command-with-dired): Make test for "--dired"
924 stronger.
925 (tramp-set-auto-save-file-modes): Adapt version check.
926 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
927 (tramp-handle-process-file): Call the program in a subshell, in
928 order to preserve working directory.
929 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
930 `tramp-remote-sh' from `tramp-methods'.
931 (tramp-get-ls-command): Make test for "--color=never" stronger.
932 (tramp-check-for-regexp): Use (forward-line 1).
933
934 * net/trampver.el: Update release number.
935
936 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
937
938 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
939 empty argument to gvfs-copy.
940
941 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
942
943 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
944 handle new TRASH arg of `delete-file'.
945
946 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
947
948 * net/tramp.el (tramp-handle-insert-directory): Don't use
949 `forward-word', its default syntax could be changed.
950
951 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
952 Michael Albinus <michael.albinus@gmx.de>
953
954 Implement compression for inline methods.
955
956 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
957 (tramp-copy-size-limit): Allow also nil.
958 (tramp-inline-compress-commands): New defconst.
959 (tramp-find-inline-compress, tramp-get-inline-compress)
960 (tramp-get-inline-coding): New defuns.
961 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
962 replaced by `tramp-get-inline-coding'.
963 (tramp-handle-file-local-copy, tramp-handle-write-region)
964 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
965
966 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
967
968 Detect ssh 'ControlMaster' argument automatically in some cases.
969
970 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
971 (tramp-default-method): Use it.
972
973 2010-08-26 Karel Klíč <kklic@redhat.com>
974
975 * net/tramp.el (tramp-file-name-for-operation):
976 Add file-selinux-context.
977
978 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
979
980 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
981
982 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
983
984 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
985 (Bug#6907).
986
987 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
988
989 * progmodes/python.el (python-block-pairs): Allow use of "finally"
990 with "else" (Bug#3991).
991
992 2010-08-22 Leo <sdl.web@gmail.com>
993
994 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
995 (ignore, bright, dim, keyword): Split list of nicknames before
996 passing to rcirc-add-or-remove (Bug#6894).
997
998 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
999
1000 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1001
1002 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1003
1004 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
1005 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1006 New version 13.0.
1007 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1008 Adjust initialization.
1009 (whitespace-bob-marker, whitespace-eob-marker)
1010 (whitespace-buffer-changed): New vars.
1011 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1012 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1013 (whitespace-post-command-hook, whitespace-display-char-on):
1014 Adjust code.
1015 (whitespace-looking-back, whitespace-buffer-changed): New funs.
1016 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
1017
1018 2010-08-21 Leo <sdl.web@gmail.com>
1019
1020 Fix buffer-list rename&refresh after killing a buffer in ido.
1021 * lisp/ido.el: Revert Óscar's.
1022 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1023 Remember the buffers at head, rather than their name.
1024 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1025
1026 2010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
1027 Stefan Monnier <monnier@iro.umontreal.ca>
1028
1029 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1030 extra backslash added to each line (bug#6890).
1031
1032 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1033
1034 * subr.el (read-key): Don't echo keystrokes (bug#6883).
1035
1036 2010-08-21 Glenn Morris <rgm@gnu.org>
1037
1038 * menu-bar.el (menu-bar-games-menu): Add landmark.
1039
1040 2010-08-20 Glenn Morris <rgm@gnu.org>
1041
1042 * align.el (align-regexp): Make group and spacing arguments
1043 use the interactive defaults when non-interactive. (Bug#6698)
1044
1045 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1046 expansion, so as not to need sendmail.
1047 (mail-text-start): Remove declaration.
1048 (rmail-retry-failure): Require sendmail.
1049
1050 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1051
1052 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1053
1054 2010-08-18 Michael Albinus <michael.albinus@gmx.de>
1055
1056 * progmodes/flymake.el (flymake-start-syntax-check-process):
1057 Use `start-file-process' in order to let it run also on remote hosts.
1058
1059 2010-08-18 Kenichi Handa <handa@m17n.org>
1060
1061 * files.el: Add `word-wrap' as safe local variable.
1062
1063 2010-08-18 Glenn Morris <rgm@gnu.org>
1064
1065 * woman.el (woman-translate): Case matters. (Bug#6849)
1066
1067 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
1068
1069 * simple.el (kill-region): Doc fix (Bug#6787).
1070
1071 2010-08-14 Glenn Morris <rgm@gnu.org>
1072
1073 * calendar/diary-lib.el (diary-header-line-format):
1074 Fit it to the window, not the frame.
1075
1076 2010-08-11 Andreas Schwab <schwab@linux-m68k.org>
1077
1078 * subr.el (ignore-errors): Add debug declaration.
1079
1080 2010-08-09 Geoff Gole <geoffgole@gmail.com> (tiny change)
1081
1082 * whitespace.el (whitespace-color-off): Remove post-command-hook
1083 locally.
1084
1085 2010-08-08 Johan Bockgård <bojohan@gnu.org>
1086
1087 * replace.el (replace-highlight): Bind isearch-forward and
1088 isearch-error, ensuring that highlighting is updated if the user
1089 switches the search direction (Bug#6808).
1090
1091 * isearch.el (isearch-lazy-highlight-forward): New var.
1092 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1093 (isearch-lazy-highlight-update): Use it.
1094
1095 2010-08-06 Kenichi Handa <handa@m17n.org>
1096
1097 * international/mule.el (define-charset): Store NAME as :base property.
1098 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
1099 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1100 current priority. Force using the designation of the specific
1101 charset by adding `charset' text property. Improve the whole
1102 algorithm.
1103
1104 2010-08-05 Juanma Barranquero <lekktu@gmail.com>
1105
1106 * emulation/pc-select.el (pc-selection-mode-hook)
1107 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1108 (pc-selection-mode): Fix typos in docstrings.
1109
1110 2010-08-04 Kenichi Handa <handa@m17n.org>
1111
1112 * language/cyrillic.el: Don't add "microsoft-cp1251" to
1113 ctext-non-standard-encodings-alist here.
1114
1115 * international/mule.el (ctext-non-standard-encodings-alist):
1116 Add "koi8-r" and "microsoft-cp1251".
1117 (ctext-standard-encodings): New variable.
1118 (ctext-non-standard-encodings-table): List only elements for
1119 non-standard encodings.
1120 (ctext-pre-write-conversion): Adjust for the above change.
1121 Check ctext-standard-encodings.
1122
1123 * international/mule-conf.el (compound-text): Doc fix.
1124 (ctext-no-compositions): Doc fix.
1125 (compound-text-with-extensions): Doc fix.
1126
1127 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1128
1129 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1130
1131 2010-08-03 Juanma Barranquero <lekktu@gmail.com>
1132
1133 * progmodes/which-func.el (which-func-format): Split help-echo text
1134 into lines, like other mode-line tooltips.
1135
1136 * server.el (server-start): When using TCP sockets, force IPv4
1137 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
1138
1139 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1140
1141 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1142
1143 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
1144
1145 * term.el (term-delimiter-argument-list): Reflow docstring.
1146 (term-read-input-ring, term-write-input-ring, term-send-input)
1147 (term-bol, term-erase-in-display, serial-supported-or-barf):
1148 Fix typos in docstrings.
1149
1150 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1151
1152 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1153
1154 2010-08-01 Juanma Barranquero <lekktu@gmail.com>
1155
1156 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1157
1158 2010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
1159
1160 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
1161 Fix typo in docstring (bug#6747).
1162
1163 2010-07-30 Leo <sdl.web@gmail.com>
1164
1165 * eshell/esh-io.el (eshell-get-target): Better detection of
1166 read-only file (Bug#6762).
1167
1168 2010-07-30 Juanma Barranquero <lekktu@gmail.com>
1169
1170 * align.el (align-default-spacing): Doc fix.
1171 (align-region-heuristic, align-regexp): Fix typos in docstrings.
1172
1173 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
1174
1175 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
1176
1177 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
1178
1179 * time.el (display-time-day-and-date): Remove spurious * in docstring.
1180 (display-time-world-buffer-name, display-time-world-mode-map):
1181 Fix typos in docstrings.
1182
1183 2010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
1184
1185 * image-mode.el (image-display-size): New function.
1186 (image-forward-hscroll, image-next-line, image-eol, image-eob)
1187 (image-mode-fit-frame): Use it (Bug#6639).
1188
1189 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
1190
1191 * dired.el (dired-buffers-for-dir): Handle list values of
1192 dired-directory (Bug#6636).
1193
1194 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
1195
1196 * vc.el (vc-coding-system-inherit-eol): New defvar.
1197 (vc-coding-system-for-diff): Use it to decide whether to inherit
1198 from the file the EOL format for reading the diffs of that file.
1199 (Bug#4451)
1200
1201 2010-07-16 Eli Zaretskii <eliz@gnu.org>
1202
1203 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
1204 unibyte, so compressed attachments are not compressed again.
1205
1206 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
1207
1208 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
1209 now that unicode is used (Bug#6594).
1210
1211 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
1212
1213 * simple.el (push-mark-command): Set the selection if
1214 select-active-regions is non-nil.
1215
1216 2010-07-10 Glenn Morris <rgm@gnu.org>
1217
1218 * calendar/calendar.el (calendar-week-end-day): New function.
1219 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1220 Respect calendar-week-start-day. (Bug#6606)
1221 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1222 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1223 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1224 respect calendar-week-start-day.
1225
1226 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
1227
1228 * simple.el (use-region-p): Doc fix (Bug#6607).
1229
1230 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
1231
1232 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1233 builtins (BufferError, BytesWarning, WindowsError; callables
1234 bin, bytearray, bytes, format, memoryview, next, print; __package__).
1235
1236 2010-07-07 Glenn Morris <rgm@gnu.org>
1237
1238 * play/zone.el (zone-fall-through-ws): Fix next-line ->
1239 forward-line fallout.
1240
1241 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
1242
1243 * mouse.el (mouse-appearance-menu): Add docstring.
1244
1245 * help.el (describe-key): Print up-event using key-description.
1246
1247 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
1248
1249 * net/zeroconf.el (zeroconf-resolve-service)
1250 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
1251 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1252
1253 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1254
1255 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1256
1257 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
1258
1259 Avoid displaying files with a nil state in vc-dir.
1260 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1261 cases that cause insertion.
1262 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1263 with a nil state.
1264
1265 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
1266
1267 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1268
1269 2010-06-29 Leo <sdl.web@gmail.com>
1270
1271 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
1272
1273 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
1274
1275 * generic-x.el (bat-generic-mode): Fix regexp for command line
1276 switches (Bug#5719).
1277
1278 2010-06-27 Masatake YAMATO <yamato@redhat.com>
1279
1280 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1281 of nconc to avoid pure storage error (Bug#6239).
1282
1283 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
1284
1285 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1286 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1287 bindings of bookmark-automatically-show-annotations (Bug#6515).
1288
1289 2010-06-25 Eli Zaretskii <eliz@gnu.org>
1290
1291 * arc-mode.el (archive-zip-extract): Don't quote the file name on
1292 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
1293
1294 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
1295
1296 * comint.el (make-comint, make-comint-in-buffer): Mention return
1297 value in the docstrings. (Bug#6498)
1298
1299 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
1300
1301 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
1302 since it is not present when using some non-default switches.
1303
1304 2010-06-23 Karl Fogel <kfogel@red-bean.com>
1305
1306 * simple.el (compose-mail): Fix doc string to refer to
1307 `compose-mail-user-agent-warnings', instead of to the
1308 nonexistent `compose-mail-check-user-agent'.
1309
1310 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1311
1312 Fix vc-annotate for renamed files when using Git.
1313 * vc-git.el (vc-git-find-revision): Deal with empty results from
1314 ls-files. Doe not pass the object as a file name to cat-file, it
1315 is not a file name.
1316 (vc-git-annotate-command): Pass the file name using -- to avoid
1317 ambiguity with the revision.
1318 (vc-git-previous-revision): Pass a relative file name.
1319
1320 2010-06-22 Glenn Morris <rgm@gnu.org>
1321
1322 * progmodes/js.el (js-mode-map): Use standard capitalization and
1323 ellipses for menu entries.
1324
1325 * wid-edit.el (widget-complete): Doc fix.
1326
1327 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
1328
1329 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1330
1331 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1332
1333 Fix annotating other revisions for renamed files in vc-annotate.
1334 * vc-annotate.el (vc-annotate): Add an optional argument for the
1335 VC backend. Use it when non-nil.
1336 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate. (Bug#6487)
1337
1338 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1339 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1340 Do not pass the file name to the 'previous-revision call when we
1341 don't want a file diff. (Bug#6489)
1342
1343 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1344
1345 Fix finding revisions for renamed files in vc-annotate.
1346 * vc.el (vc-find-revision): Add an optional argument for
1347 the VC backend. Use it when non-nil.
1348 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1349 backend to vc-find-revision. (Bug#6487)
1350
1351 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1352
1353 Fix reading file names in Git annotate buffers.
1354 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1355 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
1356
1357 2010-06-20 Alan Mackenzie <acm@muc.de>
1358
1359 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1360 in file local variables, set it first.
1361
1362 2010-06-19 Glenn Morris <rgm@gnu.org>
1363
1364 * descr-text.el (describe-char-unicode-data): Insert separating
1365 space when needed. (Bug#6422)
1366
1367 * progmodes/idlwave.el (idlwave-action-and-binding):
1368 Fix typo in 2009-12-03 change. (Bug#6450)
1369
1370 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1371
1372 * subr.el (read-quoted-char): Fix up last change (bug#6290).
1373
1374 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1375
1376 * font-lock.el (font-lock-major-mode): Rename from
1377 font-lock-mode-major-mode to distinguish it from
1378 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1379 (font-lock-set-defaults):
1380 * font-core.el (font-lock-default-function): Adjust users.
1381 (font-lock-mode): Don't set it at all.
1382
1383 2010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1384
1385 * vc-annotate.el (vc-annotate): Use vc-read-revision.
1386
1387 2010-06-15 Glenn Morris <rgm@gnu.org>
1388
1389 * calendar/appt.el (appt-time-msg-list): Doc fix.
1390 (appt-check): Let-bind appt-warn-time.
1391 (appt-add): Make the 3rd argument optional.
1392 Simplify argument names. Doc fix. Check for integer WARNTIME.
1393 Only add WARNTIME to the output list if non-nil.
1394
1395 2010-06-15 Ivan Kanis <apple@kanis.eu>
1396
1397 * calendar/appt.el (appt-check): Let the 3rd element of
1398 appt-time-msg-list specify the warning time.
1399 (appt-add): Add new argument with the warning time. (Bug#5176)
1400
1401 2010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1402
1403 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1404 older than version 1.6. (Bug#6361)
1405
1406 2010-06-12 Helmut Eller <eller.helmut@gmail.com>
1407
1408 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1409 used by cl-do-arglist. (Bug#6408)
1410
1411 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1412
1413 * emacs-lisp/advice.el (ad-compile-function):
1414 Define warning-suppress-types before we let-bind it (bug#6275).
1415
1416 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1417 declare it, make it buffer-local and permanent-local (bug#6324).
1418 (vc-resynch-window): Adjust name.
1419 * vc-hooks.el (vc-find-file-hook): Adjust name.
1420
1421 2010-06-07 Jonathan Rockway <jon@jrock.us>
1422
1423 * net/rcirc.el: Add support for password authentication.
1424 (rcirc-server-alist): Add :password keyword.
1425 (rcirc): Ask for a password, or get it from the server's alist.
1426 (rcirc-connect): Add password argument. Pass it to server.
1427
1428 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
1429
1430 * net/dbus.el (dbus-register-method): Declare function.
1431 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1432 (dbus-introspect): Doc fix.
1433 (dbus-event-bus-name, dbus-introspect-get-interface)
1434 (dbus-introspect-get-argument): Reflow docstrings.
1435
1436 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
1437
1438 * term/common-win.el (x-colors): Add "dark green" and "dark
1439 turquoise" (Bug#6332).
1440
1441 2010-06-03 Glenn Morris <rgm@gnu.org>
1442
1443 * desktop.el (desktop-clear-preserve-buffers):
1444 Add "*Warnings*" buffer. (Bug#6336)
1445
1446 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
1447
1448 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1449
1450 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1451
1452 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1453 `file-directory-p' to the filename part rather than to the whole text.
1454
1455 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1456
1457 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1458
1459 2010-05-31 Drew Adams <drew.adams@oracle.com>
1460
1461 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1462
1463 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
1464
1465 * subr.el (momentary-string-display): Just use read-event to read
1466 the exit event (Bug#6238).
1467
1468 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
1469
1470 * ansi-color.el: Delete unused escape sequences (Bug#6085).
1471 (ansi-color-drop-regexp): New constant.
1472 (ansi-color-apply, ansi-color-filter-region)
1473 (ansi-color-apply-on-region): Delete unrecognized control sequences.
1474 (ansi-color-apply): Build string list before calling concat.
1475
1476 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1477
1478 * progmodes/verilog-mode.el (verilog-type-font-keywords):
1479 Use font-lock-constant-face, not obsolete font-lock-reference-face.
1480
1481 2010-05-27 Masatake YAMATO <yamato@redhat.com>
1482
1483 * htmlfontify.el (hfy-face-resolve-face): New function.
1484 (hfy-face-to-style): Use it (Bug#6279).
1485
1486 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1487
1488 * epa.el (epa--select-keys): Don't explicitly delete the window since
1489 that can fail (e.g. sole window in frame). Use dedication instead.
1490
1491 2010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
1492
1493 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1494
1495 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1496
1497 * subr.el (read-quoted-char): Resolve modifiers after key
1498 remapping (bug#6212).
1499
1500 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1501
1502 * tmm.el (tmm-prompt): Don't try to precompute bindings.
1503 (tmm-get-keymap): Compute shortcuts (bug#6171).
1504
1505 2010-05-10 Glenn Morris <rgm@gnu.org>
1506
1507 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
1508 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
1509
1510 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
1511
1512 * Version 23.2 released.
1513
1514 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
1515
1516 * international/mule.el (auto-coding-alist): Only purecopy
1517 car of each item, not the whole list (Bug#6083).
1518
1519 2010-05-02 Chong Yidong <cyd@stupidchicken.com>
1520
1521 * progmodes/js.el (js-mode): Make paragraph variables local before
1522 calling c-setup-paragraph-variables (Bug#6071).
1523
1524 2010-05-01 Eli Zaretskii <eliz@gnu.org>
1525
1526 * composite.el (compose-region, reference-point-alist): Fix typos
1527 in the doc strings.
1528
1529 2010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1530
1531 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1532 gnuplot's "set" command.
1533
1534 2010-04-26 Juanma Barranquero <lekktu@gmail.com>
1535
1536 * abbrev.el (last-abbrev-text): Doc fix.
1537 (abbrev-prefix-mark): Don't escape parenthesis.
1538
1539 2010-04-24 Andreas Schwab <schwab@linux-m68k.org>
1540
1541 * composite.el (find-composition): Doc fix.
1542
1543 2010-04-24 Juanma Barranquero <lekktu@gmail.com>
1544
1545 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
1546 (sql-oracle-program, sql-sqlite-options)
1547 (sql-query-placeholders-and-send): Doc fixes.
1548 (sql-set-product, sql-interactive-mode): Reflow docstrings.
1549 (sql-imenu-generic-expression, sql-buffer)
1550 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
1551 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
1552 (sql-mode-sybase-font-lock-keywords)
1553 (sql-mode-informix-font-lock-keywords)
1554 (sql-mode-interbase-font-lock-keywords)
1555 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
1556 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
1557 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
1558 (sql-product-feature, sql-highlight-product)
1559 (comint-line-beginning-position, sql-rename-buffer)
1560 (sql-toggle-pop-to-buffer-after-send-region)
1561 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
1562 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
1563 Fix typos in docstrings.
1564
1565 2010-04-23 Juri Linkov <juri@jurta.org>
1566
1567 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
1568 property instead of `invisible' and `after-string' (bug#5998).
1569
1570 2010-04-23 Juri Linkov <juri@jurta.org>
1571
1572 * image-mode.el (image-mode-as-text): Fix typo in docstring.
1573
1574 2010-04-23 Juanma Barranquero <lekktu@gmail.com>
1575
1576 * filecache.el (file-cache-add-directory-list)
1577 (file-cache-add-directory-recursively): Fix typos in docstrings.
1578
1579 2010-04-22 Kenichi Handa <handa@m17n.org>
1580
1581 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
1582 (gujarati-composable-pattern): Fix typo.
1583
1584 2010-04-20 Kenichi Handa <handa@m17n.org>
1585
1586 * language/indian.el (oriya-composable-pattern)
1587 (tamil-composable-pattern, malayalam-composable-pattern):
1588 Add two-part vowels to "v" (vowel sign).
1589
1590 2010-04-20 Chong Yidong <cyd@stupidchicken.com>
1591
1592 * files.el (copy-directory): Handle symlinks (Bug#5982).
1593
1594 * progmodes/compile.el (compilation-next-error-function):
1595 Revert 2009-10-12 change (Bug#5983).
1596
1597 2010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
1598
1599 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
1600 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
1601 (Bug#5846).
1602
1603 2010-04-20 Glenn Morris <rgm@gnu.org>
1604
1605 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
1606
1607 * minibuffer.el (completion-at-point): Doc fix.
1608
1609 2010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
1610
1611 Fix the version number for added files.
1612 * vc-hg.el (vc-hg-working-revision): Check if the file is
1613 registered after hg parent fails (Bug#5961).
1614
1615 2010-04-17 Glenn Morris <rgm@gnu.org>
1616
1617 * htmlfontify.el (htmlfontify-buffer)
1618 (htmlfontify-copy-and-link-dir): Autoload entry points.
1619
1620 2010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
1621
1622 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1623 name relative to the project root (Bug#5960).
1624
1625 2010-04-16 Glenn Morris <rgm@gnu.org>
1626
1627 * vc-git.el (vc-git-print-log): Doc fix.
1628
1629 2010-04-14 Óscar Fuentes <ofv@wanadoo.es>
1630
1631 * ido.el (ido-file-internal): Fix 2009-12-02 change.
1632
1633 2010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
1634
1635 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1636 default settings (Bug#5928).
1637
1638 2010-04-10 Glenn Morris <rgm@gnu.org>
1639
1640 * progmodes/fortran.el (fortran-match-and-skip-declaration):
1641 New function.
1642 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
1643
1644 2010-04-07 Kenichi Handa <handa@m17n.org>
1645
1646 * language/indian.el (malayalam-composable-pattern): Fix previous
1647 change (add U+0D4D "SIGN VIRAMA").
1648 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1649 (tamil-composable-pattern): Fix typo in the regexp.
1650 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1651 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1652 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1653
1654 2010-04-06 Chong Yidong <cyd@stupidchicken.com>
1655
1656 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1657 paragraph-separate (Bug#5821).
1658
1659 2010-04-05 Juri Linkov <juri@jurta.org>
1660
1661 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1662
1663 * info.el (Info-find-node-2): Comment out code that skips
1664 breadcrumbs line.
1665 (Info-mouse-follow-link): New command.
1666 (Info-link-keymap): New keymap.
1667 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1668 Return a string with links instead of inserting breadcrumbs
1669 to the Info buffer.
1670 (Info-fontify-node): Comment out code that inserts breadcrumbs.
1671 Instead of putting the `invisible' text property over the Info
1672 header, make an overlay over the Info header with the `invisible'
1673 property and `after-string' set to the string returned by
1674 `Info-breadcrumbs'.
1675
1676 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
1677
1678 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1679 Reported by monkey@sandpframing.com.
1680
1681 2010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
1682
1683 * textmodes/artist.el (artist-mode): Fix typo in docstring.
1684 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
1685
1686 2010-03-30 Kenichi Handa <handa@m17n.org>
1687
1688 * language/sinhala.el (composition-function-table): Fix regexp for
1689 the new Unicode specification.
1690
1691 * language/indian.el (devanagari-composable-pattern)
1692 (tamil-composable-pattern, kannada-composable-pattern)
1693 (malayalam-composable-pattern): Adjust for the new Unicode
1694 specification.
1695 (bengali-composable-pattern, gurmukhi-composable-pattern)
1696 (gujarati-composable-pattern, oriya-composable-pattern)
1697 (telugu-composable-pattern): New variables to cope with the new
1698 Unicode specification. Use them in composition-function-table.
1699
1700 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1701
1702 Make tmm-menubar work for the Buffers menu again (bug#5726).
1703 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1704 vectors rather than cons cells, as used in menu-bar-update-buffers.
1705
1706 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
1707
1708 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1709 (js-insert-and-indent): Revert 2009-08-15 change, restoring
1710 electric punctuation for "{}();,:" (Bug#5586).
1711
1712 * mail/sendmail.el (mail-default-directory): Doc fix.
1713
1714 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
1715
1716 * mail/sendmail.el (mail-default-directory): Doc fix.
1717
1718 2010-03-27 Eli Zaretskii <eliz@gnu.org>
1719
1720 * subr.el (version-regexp-alist, version-to-list)
1721 (version-list-<, version-list-=, version-list-<=)
1722 (version-list-not-zero, version<, version<=, version=): Doc fix.
1723 (Bug#5744).
1724
1725 2010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1726 Nick Roberts <nickrob@snap.net.nz>
1727
1728 * progmodes/gdb-ui.el (gdb-apple-test): New function.
1729 (gdb-init-1): Use it.
1730
1731 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1732
1733 * vc.el (vc-root-diff): Doc fix.
1734
1735 2010-03-25 Chong Yidong <cyd@stupidchicken.com>
1736
1737 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1738
1739 * simple.el (append-to-buffer): Fix last change.
1740
1741 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
1742
1743 * simple.el (append-to-buffer): Ensure that point is preserved if
1744 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
1745 (Bug#5749)
1746
1747 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1748
1749 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1750 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1751 not be present any more.
1752
1753 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1754
1755 * faces.el (set-face-attribute): Fix typo in docstring.
1756 (face-valid-attribute-values): Reflow docstring.
1757
1758 2010-03-23 Glenn Morris <rgm@gnu.org>
1759
1760 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1761
1762 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
1763
1764 * indent.el (indent-for-tab-command): Doc fix.
1765
1766 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
1767
1768 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1769 (image-dired-read-comment): Doc fix.
1770
1771 * json.el (json-object-type, json-array-type, json-key-type)
1772 (json-false, json-null, json-read-number):
1773 * minibuffer.el (completion-in-region-functions):
1774 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1775 (cal-tex-cursor-week):
1776 * emacs-lisp/trace.el (trace-function):
1777 * eshell/em-basic.el (eshell/printnl):
1778 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1779 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1780 * obsolete/levents.el (allocate-event, event-key, event-object)
1781 (event-point, event-process, event-timestamp, event-to-character)
1782 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1783 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1784 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1785 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1786 (reftex-highlight-selection): Fix typos in docstrings.
1787
1788 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
1789
1790 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1791
1792 2010-03-18 Glenn Morris <rgm@gnu.org>
1793
1794 * mail/rmail.el (rmail-highlight-face): Restore option deleted
1795 2008-02-13 without comment; mark it obsolete.
1796 (rmail-highlight-headers): Use rmail-highlight-face once more.
1797
1798 2010-03-16 Chong Yidong <cyd@stupidchicken.com>
1799
1800 * woman.el (woman2-process-escapes): Only consume the newline if
1801 the filler character is on a line by itself (Bug#5729).
1802
1803 2010-03-16 Kenichi Handa <handa@m17n.org>
1804
1805 * language/indian.el (devanagari-composable-pattern): Add more
1806 consonants.
1807
1808 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
1809
1810 * net/trampver.el: Update release number.
1811
1812 2010-03-13 Glenn Morris <rgm@gnu.org>
1813
1814 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1815
1816 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
1817
1818 * net/tramp.el (tramp-find-executable):
1819 Use `tramp-get-connection-buffer'. Make the regexp for checking
1820 output of "wc -l" more robust.
1821 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1822 (tramp-open-connection-setup-interactive-shell): Remove workaround
1823 for OpenSolaris bug, it is not needed anymore.
1824
1825 2010-03-12 Glenn Morris <rgm@gnu.org>
1826
1827 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
1828
1829 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
1830
1831 * files.el (auto-mode-alist): Accept more verilog file patterns.
1832
1833 2010-03-09 Miles Bader <miles@gnu.org>
1834
1835 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1836 instead of "format:"; this ensures that the output is
1837 newline-terminated.
1838
1839 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
1840
1841 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1842 that all errors are caught, and that the return value is always a
1843 list (Bug#5692).
1844
1845 2010-03-08 Kenichi Handa <handa@m17n.org>
1846
1847 * language/misc-lang.el (windows-1256): New coding system.
1848 (cp1256): New alias of windows-1256 (bug#5690).
1849
1850 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
1851
1852 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1853 call to rfc822-bad-address. (Bug#5692)
1854
1855 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
1856
1857 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1858 Use vc-git-root as default directory for revision path (Bug#5657).
1859
1860 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
1861
1862 * calculator.el (calculator): Don't bind split-window-keep-point
1863 (Bug#5674).
1864
1865 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1866
1867 * vc-git.el: Re-flow to fit into 80 columns.
1868 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1869 Remove spurious `quote' element in each case alternative.
1870 (vc-git-show-log-entry): Use prog1.
1871 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1872
1873 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1874
1875 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1876
1877 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
1878
1879 * macros.el (insert-kbd-macro): Look up keyboard macro using the
1880 definition, not the name (Bug#5481).
1881
1882 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
1883
1884 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1885 argument with a local variable. (Bug#5670)
1886
1887 2010-03-02 Juri Linkov <juri@jurta.org>
1888
1889 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
1890
1891 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
1892
1893 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1894 error when FILENAME and NEWNAME are existing remote directories.
1895
1896 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1897 parameter DIR-FLAG.
1898
1899 2010-03-02 Glenn Morris <rgm@gnu.org>
1900
1901 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1902 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1903
1904 2010-03-01 Kenichi Handa <handa@m17n.org>
1905
1906 * language/burmese.el (burmese-composable-pattern): Rename from
1907 myanmar-composable-pattern.
1908
1909 * international/characters.el (script-list):
1910 * international/fontset.el (script-representative-chars):
1911 Change myanmar to burmese.
1912 (otf-script-alist): Likewise.
1913 (setup-default-fontset): Likewise. Re-fix :otf spec.
1914
1915 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
1916
1917 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1918
1919 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
1920
1921 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1922
1923 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1924
1925 * net/tramp.el (tramp-handle-write-region): START can be a string.
1926 Take care in the checks. Reported by Dan Davison
1927 <davison@stats.ox.ac.uk>.
1928
1929 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1930
1931 * net/dbus.el (dbus-introspect, dbus-get-property)
1932 (dbus-set-property, dbus-get-all-properties): Use
1933 `dbus-call-method' when noninteractive. (Bug#5645)
1934
1935 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
1936
1937 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1938 * emacs-lisp/elint.el (elint-add-required-env):
1939 * calendar/icalendar.el (icalendar--add-diary-entry):
1940 * calc/calcalg2.el (math-tracing-integral):
1941 * files.el (recover-session-finish): Use with-current-buffer
1942 instead of save-excursion.
1943
1944 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
1945
1946 Fix in-buffer completion when after-change-functions modify the buffer.
1947 * minibuffer.el (completion--replace): New function.
1948 (completion--do-completion): Use it and use relative movement.
1949
1950 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
1951
1952 * international/fontset.el (setup-default-fontset): Fix :otf spec.
1953
1954 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
1955
1956 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1957 Allow the characters _<> in the stack entry (Bug#5653).
1958
1959 2010-02-26 Kenichi Handa <handa@m17n.org>
1960
1961 * language/burmese.el: Fix entries in composition-function-table.
1962 (myanmar-composable-pattern): New variable.
1963
1964 * international/fontset.el (setup-default-fontset): Add an entry
1965 for myanmar.
1966
1967 * international/characters.el (script-list): Add Myanmar
1968 Extended-A.
1969
1970 2010-02-26 Glenn Morris <rgm@gnu.org>
1971
1972 * custom.el (custom-initialize-delay): Doc fix.
1973
1974 * mail/sendmail.el (send-mail-function): Autoload the call
1975 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
1976
1977 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
1978
1979 * files.el (hack-local-variables-filter): For eval forms, also
1980 check safe-local-variable-p (Bug#5636).
1981
1982 2010-02-24 Eduard Wiebe <usenet@pusto.de>
1983
1984 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
1985 and use c(ad)r of cddr (Bug#5640).
1986
1987 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
1988
1989 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
1990 setting the modes by `ignore-errors'. It might fail, for example
1991 if the file is not owned by the user but the group.
1992 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
1993
1994 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
1995
1996 * files.el (directory-listing-before-filename-regexp): Use
1997 stricter matching for iso-style dates, to avoid false matches with
1998 date-like filenames (Bug#5597).
1999
2000 * htmlfontify.el (htmlfontify): Doc fix.
2001
2002 * eshell/eshell.el (eshell): Doc fix.
2003
2004 * startup.el (fancy-about-screen): In mode-line, apply
2005 mode-line-buffer-id face only to the buffer name (Bug#5613).
2006
2007 2010-02-20 Kevin Ryde <user42@zip.com.au>
2008
2009 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2010 In `watcom' anchor regexp to start of line, to avoid slowness
2011 (Bug#5599).
2012
2013 2010-02-20 Eli Zaretskii <eliz@gnu.org>
2014
2015 * subr.el (remove-yank-excluded-properties): Explain in a comment
2016 why `category' property is removed.
2017
2018 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
2019
2020 * isearch.el (isearch-update-post-hook, isearch-update): Revert
2021 2010-02-17 change.
2022
2023 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
2024
2025 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2026 (icalendar--convert-weekly-to-ical)
2027 (icalendar--convert-yearly-to-ical)
2028 (icalendar--convert-block-to-ical)
2029 (icalendar--convert-cyclic-to-ical)
2030 (icalendar--convert-anniversary-to-ical): Take care of time
2031 specifications where hour has 1-digit only (Bug#5549).
2032
2033 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
2034
2035 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2036 of disassemble output in GDB 7.1.
2037
2038 2010-02-19 Glenn Morris <rgm@gnu.org>
2039
2040 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2041 property. (Bug#5593)
2042
2043 2010-02-18 Sam Steingold <sds@gnu.org>
2044
2045 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2046
2047 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2048
2049 Use abbreviated file names in bookmarks (bug#5591).
2050 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2051 calls to expand-file-name.
2052 (bookmark-relocate): Use abbreviated file names in bookmarks.
2053 (bookmark-load): Use abbreviated file names in messages.
2054
2055 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2056
2057 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2058 expand "." and "..". Reported by Thierry Volpiatto
2059 <thierry.volpiatto@gmail.com>.
2060
2061 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2062
2063 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2064 permissions of the temporary file to "0600". In case the remote
2065 file has no read permissions for the owner, there might be
2066 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
2067
2068 22010-02-18 Glenn Morris <rgm@gnu.org>
2069
2070 * emacs-lisp/authors.el (authors-renamed-files-alist):
2071 Add entries for INSTALL.CVS.
2072
2073 2010-02-17 Mark A. Hershberger <mah@everybody.org>
2074
2075 * vc-bzr.el: Fix typo in Known Bugs section.
2076
2077 * isearch.el (isearch-update-post-hook): New hook.
2078 (isearch-update): Use the new hook.
2079
2080 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
2081
2082 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2083 Fix errors in copying directories.
2084 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2085 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2086 (tramp-handle-delete-file)
2087 (tramp-handle-dired-recursive-delete-directory)
2088 (tramp-handle-write-region): Flush also the cache for the upper
2089 directory.
2090
2091 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
2092
2093 * simple.el (save-interprogram-paste-before-kill): Doc fix.
2094
2095 * cus-edit.el (hardware): Doc fix.
2096
2097 * man.el (man): Add to external custom group.
2098
2099 * delim-col.el (columns): Move to wp custom group.
2100
2101 * doc-view.el (doc-view): Add to data custom group.
2102
2103 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
2104
2105 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2106 by ispell-parse-output (Bug#5575).
2107
2108 2010-02-16 Kenichi Handa <handa@m17n.org>
2109
2110 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2111 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2112 (skkdic-convert): Use `euc-japan' coding system for writing.
2113
2114 2010-02-16 Glenn Morris <rgm@gnu.org>
2115
2116 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2117 tex-main-file before using it. (Bug#5562)
2118
2119 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2120
2121 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2122 warnings, since it is annoying for the user to see them each time he
2123 runs the code.
2124
2125 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
2126
2127 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2128 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2129 instead of PROC for caching "first-password-request". Otherwise,
2130 new processes would not profit from passwords already entered.
2131
2132 * net/tramp-cache.el (tramp-dump-connection-properties):
2133 Don't save "first-password-request" property.
2134
2135 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
2136
2137 * outline.el (outline-head-from-level):
2138 * simple.el (with-wrapper-hook):
2139 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2140 (elint-defun, elint-buffer-env, elint-top-form-logged)
2141 (elint-unbound-variable):
2142 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2143 Fix typos in docstrings.
2144
2145 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
2146
2147 * files.el (insert-directory): When WILDCARD-REGEXP and
2148 FULL-DIRECTORY-P are nil, insert the file entry instead of the
2149 whole directory. (Bug#5551)
2150
2151 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
2152 dired's alignment sanity. (Bug#5516)
2153
2154 2010-02-14 Juri Linkov <juri@jurta.org>
2155
2156 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2157 Remove remaining ^H with their preceding chars. (Bug#5566)
2158
2159 2010-02-13 Glenn Morris <rgm@gnu.org>
2160
2161 * simple.el (transpose-subr): Give it a doc-string.
2162
2163 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2164 Doc fixes.
2165
2166 2010-02-12 Juri Linkov <juri@jurta.org>
2167
2168 * arc-mode.el (archive-unique-fname): Make directories for nested
2169 archives. (Bug#5540)
2170
2171 2010-02-12 Juri Linkov <juri@jurta.org>
2172
2173 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
2174
2175 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2176
2177 * subr.el (copy-overlay): Handle deleted overlays.
2178
2179 * man.el (Man-completion-table): Don't signal an error if we can't run
2180 manual-program (bug#4056).
2181
2182 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
2183
2184 * textmodes/artist.el (artist-mt): Fix typos in docstring.
2185
2186 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2187
2188 * info.el (Info-bookmark-jump): Simplify.
2189
2190 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2191 (bookmark-default-handler): Accept new bookmark field `buffer'.
2192
2193 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
2194
2195 * iswitchb.el (iswitchb-completions): Revert last change.
2196
2197 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
2198
2199 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
2200 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2201 This prevents file names like "~/" being listed literally.
2202
2203 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2204
2205 * term/xterm.el (xterm-maybe-set-dark-background-mode):
2206 Remove dead code. (Bug#5546)
2207
2208 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
2209
2210 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2211 correctly (Bug#5548).
2212
2213 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
2214
2215 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
2216 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
2217
2218 2010-02-08 Kenichi Handa <handa@m17n.org>
2219
2220 * international/mule-util.el (with-coding-priority): Add autoload
2221 cookie for putting `lisp-indent-function'.
2222
2223 2010-02-07 Glenn Morris <rgm@gnu.org>
2224
2225 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2226 Move F2003 named interfaces from keywords-2 to keywords-1, and
2227 use function-name-face rather than constant-face.
2228 Simplify "abstract interface" regexp.
2229
2230 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
2231
2232 * eshell/esh-util.el (eshell-file-attributes): New optional arg
2233 ID-FORMAT. Pass it to `file-attributes'.
2234
2235 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2236
2237 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
2238
2239 * faces.el (set-face-attribute): Allow calling
2240 internal-set-lisp-face-attribute with 'unspecified family and
2241 foundry argument (Bug#5536).
2242
2243 2010-02-07 Glenn Morris <rgm@gnu.org>
2244
2245 * progmodes/f90.el (f90-font-lock-keywords-2)
2246 (f90-looking-at-type-like, f90-looking-at-program-block-end):
2247 Handle F2003 named interfaces.
2248
2249 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
2250
2251 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2252 beg and end before calling c-get-state-before-change-functions.
2253
2254 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
2255
2256 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
2257
2258 2010-02-05 Juri Linkov <juri@jurta.org>
2259
2260 * doc-view.el (doc-view-mode):
2261 * image-mode.el (image-mode): Put property mode-class=special.
2262 (Bug#4896)
2263
2264 2010-02-05 Mark A. Hershberger <mah@everybody.org>
2265
2266 * vc-svn.el (vc-svn-revision-table): New function.
2267
2268 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
2269
2270 * net/ange-ftp.el (ange-ftp-insert-directory):
2271 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2272 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2273 Handle also directories. (Bug#5478)
2274
2275 2010-02-05 Glenn Morris <rgm@gnu.org>
2276
2277 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2278
2279 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
2280
2281 * startup.el (command-line-1): Convert options beginning with a
2282 single dash as well (Bug#5519).
2283
2284 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
2285
2286 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2287 * minibuffer.el (completion-initials-expand): Only check the presence
2288 of delims *within* the boundaries, since otherwise the / delim is
2289 always found for files.
2290
2291 Fix up various corner case problems.
2292 * doc-view.el (doc-view-last-page-number): New function.
2293 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2294 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2295 (doc-view-kill-proc): Avoid inf-loop in freak cases.
2296 (doc-view-reconvert-doc): Use the new recursive delete-directory.
2297 (doc-view-convert-current-doc): Don't create the resolution.el file
2298 here any more.
2299 (doc-view-pdf/ps->png): Do it here instead.
2300 (doc-view-already-converted-p): Check that resolution.el is present.
2301 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2302 windows that are not yet showing images.
2303
2304 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
2305
2306 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
2307 `dired-uncache' for every elemnt which is an absolute file name.
2308
2309 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
2310 directory, handle its directory component.
2311 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
2312 function is called permanently and creates noise, otherwise.
2313
2314 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2315 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2316 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
2317
2318 2010-02-04 David Burger <dburger@google.com> (tiny change)
2319
2320 * macros.el (apply-macro-to-region-lines):
2321 Minor simplification. (Bug#5485)
2322
2323 2010-02-04 Glenn Morris <rgm@gnu.org>
2324
2325 * mail/rmail.el (rmail-show-message-1): Handle malformed
2326 quoted-printable text. (Bug#5441)
2327
2328 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2329
2330 * simple.el (visual-line-mode): Capitalize lighter.
2331
2332 2010-02-03 John Wiegley <jwiegley@gmail.com>
2333
2334 * iswitchb.el (iswitchb-completions): Add bookmark files to the
2335 list of files considered for "virtual buffer" completions.
2336
2337 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
2338
2339 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
2340 also in case of (and (not full) (not wildcard)). This is needed,
2341 when dired is called with a list of files, which are not in
2342 `default-directory'. (Bug#5478)
2343
2344 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2345
2346 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
2347
2348 2010-02-02 Juri Linkov <juri@jurta.org>
2349
2350 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
2351 from unidiff to allow function-line after @@.
2352
2353 2010-02-02 Juri Linkov <juri@jurta.org>
2354
2355 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
2356 '(RCS SCCS) with inverted condition.
2357
2358 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
2359
2360 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
2361 messages.
2362
2363 2010-02-01 Juri Linkov <juri@jurta.org>
2364
2365 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
2366 compare with "pkunzip" and "pkzip" instead of only "pkzip".
2367 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
2368 only when (car archive-zip-extract) is "unzip". (Bug#5475)
2369
2370 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2371
2372 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
2373 (doc-view-revert-buffer): New command.
2374 (doc-view-mode-map): Use it.
2375
2376 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
2377
2378 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
2379 pending merge is detected.
2380
2381 2010-01-31 Juri Linkov <juri@jurta.org>
2382
2383 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
2384 beginning of interactive spec like all other grep commands do.
2385 Put "all" in front of "gz". (Bug#5260)
2386
2387 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
2388
2389 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
2390
2391 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
2392
2393 * dirtrack.el (dirtrack): Warn instead of signalling error if the
2394 regexp is incorrect (Bug#5476).
2395
2396 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
2397
2398 * net/tramp.el (tramp-handle-insert-directory): Handle also
2399 symlinks, when FILENAME is not in `default-directory'.
2400
2401 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
2402
2403 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
2404 FILE is not in `default-directory'. (Bug#5478)
2405
2406 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
2407 of SWITCHES. Handle the case, FILENAME is not in
2408 `default-directory'. (Bug#5478)
2409 (tramp-register-file-name-handlers): Add safe-magic property.
2410
2411 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
2412
2413 * arc-mode.el (archive-zip-extract): Quote the argument passed to
2414 unzip (Bug#5475).
2415
2416 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
2417
2418 * progmodes/flymake.el (flymake-allowed-file-name-masks)
2419 (flymake-master-make-header-init): Add other C++ filename masks.
2420 (flymake-find-possible-master-files)
2421 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
2422
2423 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
2424
2425 Fix some busybox annoyances.
2426
2427 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
2428 not responding." string.
2429 (tramp-open-connection-setup-interactive-shell): Dump stty
2430 settings. Enable "neveropen" arg for all `tramp-send-command'
2431 calls. Handle "=" in variable values properly.
2432 (tramp-find-inline-encoding): Raise an error, when no encoding is
2433 found.
2434 (tramp-wait-for-output): Check, whether PROC buffer is available.
2435 Remove spurious " ^H" sequences, sent by busybox.
2436 (tramp-get-ls-command): Suppress coloring, if possible.
2437
2438 2010-01-28 Glenn Morris <rgm@gnu.org>
2439
2440 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
2441
2442 * log-edit.el (log-edit-strip-single-file-name): Add missing
2443 :safe, :group, and :version tags.
2444
2445 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
2446
2447 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
2448 buffers. (Bug#5477)
2449
2450 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
2451
2452 * files.el (delete-directory): Handle moving to trash without
2453 first doing recursion (Bug#5436).
2454
2455 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
2456
2457 * vc-hooks.el (vc-path): Mark as obsolete.
2458
2459 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
2460
2461 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
2462 names too.
2463
2464 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
2465 for the short log.
2466 (vc-bzr-log-view-mode): Adjust regexp for the above change.
2467
2468 2010-01-25 Mark A. Hershberger <mah@everybody.org>
2469
2470 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
2471
2472 * vc-bzr.el (vc-bzr-revision-table): New function.
2473
2474 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
2475
2476 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
2477 diff-index command. This requires at least git-1.5.5. (Bug#1589).
2478
2479 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2480
2481 Remove support for adding --signoff on commit.
2482 Future support will use an incompatible generic mechanism.
2483 * vc-git.el (vc-git-add-signoff): Remove variable.
2484 (vc-git-toggle-signoff): Remove function.
2485 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
2486
2487 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
2488 from xterm-set-background-mode. Return t if the background mode
2489 was set.
2490 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
2491 earlier, call it again in case the background mode has changed.
2492
2493 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
2494
2495 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
2496 (Bug#3541).
2497
2498 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
2499
2500 * emacs-lisp/assoc.el (aelement): Doc fix.
2501 (aput, adelete, amake): Use lexical-let (Bug#5450).
2502
2503 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
2504
2505 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
2506 is the same as subprogram call, not declaration. (Bug#5435).
2507
2508 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
2509
2510 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
2511 (tramp-smb-maybe-open-connection): Use it.
2512
2513 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
2514
2515 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
2516
2517 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2518
2519 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
2520 just because we see "encoding: 8bit".
2521 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
2522
2523 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
2524
2525 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
2526
2527 2010-01-22 Eli Zaretskii <eliz@gnu.org>
2528
2529 * jka-compr.el (jka-compr-load): If load-file is not in
2530 load-history, try its file-truename version. (bug#5447)
2531
2532 2010-01-21 Alan Mackenzie <acm@muc.de>
2533
2534 Fix a situation where deletion of a cpp construct throws an error.
2535 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
2536 invoking c-with-all-but-one-cpps-commented-out, check that the
2537 special cpp construct is still in the buffer.
2538 (c-parse-state): Record the special cpp with markers, not numbers.
2539
2540 2010-01-21 Kenichi Handa <handa@m17n.org>
2541
2542 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
2543 process last-command-event, as it is now decoded first (Bug#5380).
2544
2545 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
2546
2547 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
2548
2549 2010-01-20 Glenn Morris <rgm@gnu.org>
2550
2551 * indent.el (tab-always-indent): Fix custom-type.
2552
2553 2010-01-19 Alan Mackenzie <acm@muc.de>
2554
2555 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
2556 buffer throws "args out of range".
2557 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
2558 playing the role of delimiter.
2559
2560 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
2561
2562 * progmodes/ada-mode.el: Fix bug#5400.
2563 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
2564 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
2565 changed. Delete RECURSIVE parameter; never used. Improve doc string.
2566 Improve comments in "is" portion. Handle null procedure declaration.
2567 (ada-move-to-end): Improve doc string.
2568
2569 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
2570
2571 * ido.el (ido-cur-list): Initialize to nil.
2572 Remove obsolete information from commentary.
2573 (ido-choice-list): Initialize to nil.
2574 (ido-get-bufname): Reject minibuffers.
2575 (ido-make-buffer-list): If "default" is a nonexistent
2576 buffer, ignore it, as per the function's comment.
2577 (ido-kill-buffer-internal): New function.
2578 (ido-kill-buffer-at-head): Use it.
2579 (ido-visit-buffer): Likewise.
2580
2581 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
2582
2583 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
2584
2585 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
2586
2587 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
2588 Fix typos in chart titles.
2589
2590 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
2591 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2592 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2593 (describe-class, eieio-describe-generic, describe-generic):
2594 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2595 (eieio-speedbar-expand):
2596 * emulation/viper-cmd.el (viper-exec-form-in-vi)
2597 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2598 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2599 (viper-del-backward-char-in-replace, viper-backward-indent)
2600 (viper-brac-function, viper-register-to-point, viper-submit-report):
2601 * net/tramp.el (tramp-remote-coding-commands):
2602 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2603 Fix typos in docstrings.
2604
2605 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
2606
2607 * mail/sendmail.el (mail-yank-original): Set the mark if the
2608 specified function for yanking does not do it.
2609
2610 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
2611
2612 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
2613
2614 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2615 resyncing a directory.
2616
2617 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
2618
2619 * progmodes/ada-mode.el: Fix bug#1920.
2620 (ada-ident-re): Delete ., allow multibyte characters.
2621 (ada-goto-label-re): New; matches goto labels.
2622 (ada-block-label-re): New; matches block labels.
2623 (ada-label-re): New; matches both.
2624 (ada-named-block-re): Deleted; callers changed to use
2625 `ada-block-label-re' instead.
2626 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2627 Use `ada-block-label-re'.
2628 (ada-indent-on-previous-lines): Improve handling of goto labels.
2629 (ada-get-indent-block-start): Special-case block label.
2630 (ada-get-indent-label): Split into `ada-indent-block-label' and
2631 `ada-indent-goto-label'.
2632 (ada-goto-stmt-start, ada-goto-next-non-ws):
2633 Optionally ignore goto labels.
2634 (ada-goto-next-word): Simplify.
2635 (ada-indent-newline-indent-conditional): Insert newline before
2636 trying to fix indentation; doc fix.
2637
2638 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
2639
2640 * calc/calc.el (calc-command-flags): Give it an initial value.
2641
2642 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
2643
2644 * files.el (minibuffer-with-setup-hook):
2645 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2646 (artist-key-draw-continously, artist-key-do-continously-continously)
2647 (artist-key-set-point-continously, artist-mouse-draw-continously):
2648 Fix typos in docstrings.
2649
2650 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
2651
2652 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2653 return t (Bug#3898).
2654
2655 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
2656
2657 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2658 can parse the output of the external commands (Bug#5279).
2659
2660 2010-01-16 Jari Aalto <jari.aalto@cante.net>
2661
2662 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2663
2664 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
2665
2666 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2667
2668 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2669
2670 * startup.el (command-line): Remove unused --icon-type arg.
2671 Handle --display arg, passing it to command-line-1 (Bug#5392).
2672
2673 2010-01-16 Mario Lang <mlang@delysid.org>
2674
2675 * emacs-lisp/chart.el (chart-translate-namezone):
2676 * textmodes/artist.el (artist-compute-popup-menu-table):
2677 Remove duplicated words in doc-strings.
2678
2679 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
2680
2681 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2682 to mairix-search to suppress threading (Bug#5342).
2683
2684 2010-01-15 Kenichi Handa <handa@m17n.org>
2685
2686 * international/mule-cmds.el (canonicalize-coding-system-name):
2687 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2688
2689 2010-01-15 Glenn Morris <rgm@gnu.org>
2690
2691 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
2692
2693 * wid-edit.el (widget-keymap): Doc fix.
2694
2695 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2696 former seems to be more widely accepted by various svn versions.
2697
2698 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2699
2700 * find-cmd.el (find-constituents):
2701 * vc-arch.el (vc-arch-root):
2702 * window.el (window-body-height, pop-up-frames):
2703 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2704 * progmodes/ada-stmt.el (ada-if):
2705 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2706 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2707 (ispell-encoding8-command, ispell-aspell-supports-utf8)
2708 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2709
2710 * progmodes/flymake.el (flymake-post-syntax-check):
2711 Fix typo in error message.
2712
2713 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2714
2715 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2716 which is always a string. (Bug#5313)
2717
2718 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2719
2720 * progmodes/ada-xref.el (ada-default-prj-properties):
2721 Simplify previous change.
2722
2723 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2724
2725 * progmodes/ada-xref.el (ada-default-prj-properties):
2726 Default ada_project_path to $ADA_PROJECT_PATH.
2727
2728 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2729
2730 * progmodes/ada-mode.el (ada-create-keymap):
2731 Override `narrow-to-defun' with `ada-narrow-to-defun'.
2732
2733 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2734
2735 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2736 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2737 (ada-get-current-indent, ada-imenu-generic-expression)
2738 (ada-which-function): Check for it.
2739
2740 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2741
2742 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2743 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2744
2745 2010-01-14 Glenn Morris <rgm@gnu.org>
2746
2747 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
2748
2749 2010-01-14 Kenichi Handa <handa@m17n.org>
2750
2751 * composite.el (auto-composition-mode): Make it a buffer local
2752 variable (permanent-local).
2753 (auto-composition-function): Set the default value to
2754 auto-compose-chars.
2755 (auto-composition-mode): Make it a simple function, not a minor mode.
2756 (global-auto-composition-mode): Likewise.
2757 (turn-on-auto-composition-if-enabled): Delete it.
2758
2759 2010-01-13 Karl Fogel <kfogel@red-bean.com>
2760
2761 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2762
2763 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
2764
2765 * files.el (copy-directory): Compute target for recursive
2766 directories with identical names. (Bug#5343)
2767
2768 2010-01-12 Glenn Morris <rgm@gnu.org>
2769
2770 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2771 it to bug-gnu-emacs rather than emacs-pretest-bug.
2772
2773 2010-01-11 Sam Steingold <sds@gnu.org>
2774
2775 * imenu.el (imenu-default-create-index-function): Detect infinite
2776 loops caused by imenu-prev-index-position-function.
2777
2778 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2779
2780 * htmlfontify.el (htmlfontify-load-rgb-file)
2781 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2782 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2783 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2784 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2785 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2786 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2787 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2788 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2789 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2790 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2791 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2792 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2793 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2794 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2795 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2796 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2797 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2798 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2799 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2800 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2801 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2802 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2803 backslash-quoting from parentheses, etc.
2804
2805 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
2806
2807 * progmodes/js.el: Autoload javascript-mode alias.
2808
2809 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2810
2811 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2812 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2813 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2814 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2815 Fix typos in docstrings.
2816 (ffap-url-regexp): Doc fix.
2817 (ffap-at-mouse): Fix typo in message.
2818
2819 2010-01-11 Glenn Morris <rgm@gnu.org>
2820
2821 * version.el (emacs-copyright): Set copyright year to 2010.
2822
2823 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2824
2825 * format.el (format-annotate-function): Only set
2826 write-region-post-annotation-function after running to-fn so as not to
2827 affect nested write-region calls (bug#5273).
2828
2829 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
2830
2831 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2832 wisent/python.el.
2833
2834 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2835
2836 * man.el (Man-goto-section): Signal error if the section is not
2837 found (Bug#5317).
2838
2839 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
2840
2841 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2842 URLs with a leading triple slash in the file: scheme. (Bug#5345)
2843
2844 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2845
2846 * progmodes/compile.el: Don't treat compile-command as safe if
2847 compilation-read-command might be nil (Bug#4218).
2848
2849 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2850
2851 * startup.el (command-line-1): Use orig-argi to check for ignored X and
2852 NS options.
2853
2854 2010-01-08 Kenichi Handa <handa@m17n.org>
2855
2856 * international/fontset.el (build-default-fontset-data):
2857 Exclude characters in scripts kana, hangul, han, or cjk-misc.
2858
2859 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
2860
2861 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2862 to `create-file-buffer' as it expects, not just a buffer name.
2863 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2864 to help uniquify. (Bug#3224)
2865
2866 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
2867
2868 * font-setting.el (font-setting-change-default-font): Use user-spec
2869 instead of name.
2870
2871 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2872
2873 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2874
2875 2010-01-05 Tom Tromey <tromey@redhat.com>
2876
2877 * progmodes/python.el (python-font-lock-keywords):
2878 Handle qualified decorators (Bug#881).
2879
2880 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2881
2882 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2883 in a lightweight checkout.
2884
2885 2010-01-05 Kenichi Handa <handa@m17n.org>
2886
2887 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
2888
2889 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2890
2891 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2892
2893 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
2894
2895 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2896 checkouts. (Bug#618)
2897 (vc-bzr-log-view-mode): Also highlight the author.
2898 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2899 (vc-bzr-shelve-menu-map):
2900 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2901 (vc-bzr-shelve-apply): Make prompt more explicit.
2902
2903 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
2904
2905 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2906 They are valid characters in URL paths (rfc3986), and at least
2907 Firefox does not understand the encoded version (Bug#3166).
2908
2909 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
2910
2911 * progmodes/octave-mod.el (octave-end-keywords)
2912 (octave-block-begin-or-end-regexp, octave-block-match-alist):
2913 Add "end" keyword (Bug#3061).
2914 (octave-end-as-array-index-p): New function.
2915 (calculate-octave-indent): Use it.
2916
2917 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2918
2919 * bookmark.el: Consistently put the text property on the bookmark name.
2920 (bookmark-bmenu-marks-width): Bump back to 2, to include
2921 annotation marks.
2922 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2923 property on the bookmark name, instead of not putting it at all.
2924 (bookmark-bmenu-list): Fix where we put the text property.
2925
2926 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2927
2928 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2929 for showing buffer modified state (as added in the previous change).
2930
2931 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2932
2933 * bookmark.el: Show modified state of bookmark buffer more accurately.
2934 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2935 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2936 (with-buffer-modified-unmodified): New macro.
2937 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2938 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
2939 Use new macro to preserve the buffer modified state.
2940
2941 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2942
2943 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
2944 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2945 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2946 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2947 (bookmark-bmenu-rename, bookmark-bmenu-locate)
2948 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2949 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
2950
2951 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2952
2953 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2954 Make the lines in the generated doc string shorter. (Bug#4668)
2955
2956 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
2957
2958 * net/rcirc.el: Add follow-link binding (Bug#4738).
2959
2960 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2961
2962 * Makefile.in (bzr-update): Rename from cvs-update.
2963 (cvs-update): New target for backward compatibility.
2964
2965 * makefile.w32-in (bzr-update): Rename from cvs-update.
2966 (cvs-update): New target for backward compatibility.
2967
2968 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2969
2970 * bookmark.el: Remove gratuitous gratitude.
2971
2972 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2973
2974 * bookmark.el (bookmark-bmenu-any-marks): New function
2975 (bookmark-bmenu-save): Clear buffer modification if no marks.
2976
2977 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2978
2979 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
2980 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2981 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2982 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2983
2984 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2985 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2986 To: emacs-devel {_AT_} gnu.org
2987 Subject: bookmark.el bug report
2988 Date: Mon, 28 Dec 2009 14:19:16 +0800
2989 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2990
2991 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2992
2993 * bookmark.el: Improvements suggested by Drew Adams:
2994 (bookmark-bmenu-ensure-position): New name for
2995 `bookmark-bmenu-check-position'. Just ensure the position,
2996 don't return any meaningful value.
2997 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2998 New constants.
2999
3000 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
3001
3002 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3003 (bookmark-yank-point, bookmark-bmenu-check-position):
3004 Fix typos in docstrings.
3005 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3006 (bookmark-name-from-full-record, bookmark-get-position)
3007 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3008 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3009 Remove useless quoting of parenthesis, etc. in docstrings.
3010
3011 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3012 (ediff-append-custom-diff): Fix typo in error message.
3013 (ediff-meta-mark-equal-files): Fix typos in messages.
3014
3015 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3016
3017 * net/imap-hash.el (imap-hash-make): Doc fix.
3018 (imap-hash-test): Fix typo in error message; reflow docstring.
3019 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3020 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3021 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3022 Fix typos in docstrings.
3023 (imap-hash-open-connection): Fix typo in error message.
3024
3025 * play/gomoku.el (gomoku): Fix typos in docstring.
3026
3027 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3028 (gdb-jsonify-buffer): Fix typos in docstring.
3029 (gdb-goto-breakpoint): Fix typo in error message.
3030 ("Display Other Windows"): Fix typo in help message.
3031 (gdb-speedbar-expand-node): Fix typo in question.
3032
3033 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3034 (idlwave-html-system-help-location, idlwave-html-help-location)
3035 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3036 (idlwave-help-browser-generic-args, idlwave-help-directory)
3037 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3038 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3039 (idlwave-online-help, idlwave-help-html-link)
3040 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3041 Fix typos in docstrings.
3042 (idlwave-help-with-source, idlwave-help-find-routine-definition):
3043 Reflow docstrings.
3044 (idlwave-help-assistant-start): Fix typo in error message.
3045
3046 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3047 (octave-electric-space): Fix typos in docstrings.
3048
3049 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3050
3051 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3052
3053 2010-01-01 Juri Linkov <juri@jurta.org>
3054
3055 * comint.el (comint-input-ring-size): Make it a defcustom and
3056 increase the default to 500 (Bug#5148).
3057
3058 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
3059
3060 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3061 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3062 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3063
3064 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
3065
3066 Show working revision correctly for mercurial.
3067 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
3068 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
3069
3070 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
3071
3072 Declare some functions for the byte-compiler.
3073 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3074 (speedbar-timer-fn, speedbar-change-expand-button-char)
3075 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3076
3077 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
3078
3079 This changeset reverts GDB Graphical Interface to use annotations.
3080 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3081
3082 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
3083
3084 Make vc-dir work on subdirectories of the bzr root.
3085 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
3086 file names relative to it.
3087 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3088 relative directory to vc-bzr-after-dir-status.
3089
3090 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
3091
3092 * font-lock.el (font-lock-refresh-defaults): New function, which
3093 can be used to let font-lock react to external changes in
3094 variables like font-lock-defaults and keywords.
3095 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3096
3097 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
3098
3099 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3100
3101 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3102
3103 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
3104
3105 Supersede color.diff settings in git log (bug#5211).
3106
3107 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3108 escape chars in its output when the user has color.diff set to `always'.
3109 This fix works on git 1.4.2 and newer (released on 2006-08-13).
3110
3111 2009-12-26 Kevin Ryde <user42@zip.com.au>
3112
3113 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3114 node. Keep previous "Index" name to work with past coreutils too.
3115
3116 * man.el (man): Revise docstring a bit to show -a and -l as
3117 examples. Add -k description since support for it has otherwise
3118 been a secret. (Further to bug#3717.)
3119 (Man-bgproc-sentinel): When "-k foo" produces no output show error
3120 "no matches" rather than "Can't find manpage", as the latter reads
3121 like -k was interpreted as a page name, which is not so. (Bug#5431)
3122
3123 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
3124
3125 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3126 switches. Check also for //SUBDIRED// line.
3127
3128 2009-12-25 Kenichi Handa <handa@m17n.org>
3129
3130 * language/indian.el (devanagari-composable-pattern): Fixed to
3131 handle ZWNJ and ZWJ. Use it in composition-function-table for
3132 Devanagari.
3133 (malayalam-composable-pattern): Fix previous change.
3134
3135 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3136
3137 * ps-print.el (ps-face-attributes): It was not returning the
3138 attribute face for faces specified as string. Reported by harven
3139 <harven@free.fr>. (Bug#5254)
3140 (ps-print-version): New version 7.3.5.
3141
3142 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
3143
3144 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
3145 timezone names.
3146 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
3147 (icalendar--add-diary-entry): Remove the trailing blank that
3148 diary-make-entry inserts.
3149
3150 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
3151
3152 Make `file-expand-wildcards' work for remote files.
3153
3154 * files.el (file-expand-wildcards): In case of remote files, check
3155 only local file name part for wildcards. Provide feature 'files
3156 and subfeature 'remote-wildcards. (Bug#5198)
3157
3158 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3159 if there is already an established connection.
3160 (tramp-advice-file-expand-wildcards): Remove it.
3161
3162 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3163 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
3164 Activate advice for older GNU Emacs versions. (Bug#5237)
3165
3166 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
3167
3168 Some doc fixes (more needed).
3169
3170 * find-cmd.el (find-constituents): Reflow docstring.
3171 (find-cmd, find-prune, find-command): Fix typos in docstrings.
3172 (find-generic): Doc fix.
3173
3174 2009-12-17 Juri Linkov <juri@jurta.org>
3175
3176 Fix regression from 23.1 to allow multiple modes in Local Variables.
3177
3178 * files.el (hack-local-variables-filter): While ignoring duplicates,
3179 don't take `mode' into account.
3180 (hack-local-variables-filter, hack-dir-local-variables): Don't
3181 remove duplicate `mode' from local-variables-alist (like `eval').
3182
3183 2009-12-17 Juri Linkov <juri@jurta.org>
3184
3185 Make `dired-diff' more safe. (Bug#5225)
3186
3187 * dired-aux.el (dired-diff): Signal an error when `file' equals to
3188 `current' or when `file' is a directory of the `current' file.
3189
3190 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
3191
3192 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3193 unconditionally preloaded files.
3194
3195 2009-12-16 Juri Linkov <juri@jurta.org>
3196
3197 Revert to old 23.1 logic of using the file at the mark as default.
3198 * dired-aux.el (dired-diff): Use the file at the mark as default
3199 if it's not the same as the current file, and the target dir is
3200 the current dir or the mark is active. Add the current file
3201 as the arg of `dired-dwim-target-defaults'. Use the default file
3202 in the prompt. (Bug#5225)
3203
3204 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
3205
3206 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3207 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3208 (tramp-check-for-regexp): Check also, when an echoing shell stops
3209 to echo sent commands.
3210
3211 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3212
3213 * Makefile.in: Revert last change (Bug#5191).
3214
3215 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
3216
3217 * vc-hg.el (vc-hg-print-log): Fix argument order.
3218 (vc-hg-working-revision): Make sure the command is executed in a
3219 known environment so that we can parse the output. (Bug#4417)
3220
3221 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3222
3223 * progmodes/python.el (python-symbol-completions): Remove text
3224 properties from symbol string before calling python-send-receive.
3225
3226 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
3227
3228 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
3229 when there are values for both file and line. (Bug#5060)
3230
3231 2009-12-14 Juri Linkov <juri@jurta.org>
3232
3233 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3234 whitespace after the file name of the first line of unified format,
3235 because git-diff doesn't output whitespace and file modification time
3236 after the file name.
3237
3238 2009-12-14 David Kastrup <dak@gnu.org>
3239
3240 * info.el (Info-hide-cookies-node): Before hiding a cookie,
3241 check if it already has the `display' property added by
3242 `Info-display-images-node', and not put the `invisible' property
3243 in this case.
3244
3245 2009-12-13 Glenn Morris <rgm@gnu.org>
3246
3247 * mail/emacsbug.el (message-sort-headers): Define for compiler.
3248 (report-emacs-bug): In message-mode, sort manually before storing
3249 original report text. (Bug#5178)
3250 Remove superfluous save-excursion.
3251
3252 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
3253
3254 * net/dbus.el (dbus-property-handler): Filter lambda forms out
3255 when responding to "GetAll" properties.
3256
3257 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
3258
3259 * simple.el (compose-mail): Remove mail-setup-with-from from
3260 customization checks.
3261
3262 2009-12-12 Eli Zaretskii <eliz@gnu.org>
3263
3264 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3265 RAR archives created on Unix systems.
3266
3267 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3268
3269 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3270 the varalias that was accidentally removed by the 2009-11-19 change
3271 (bug#5186).
3272
3273 2009-12-12 Kenichi Handa <handa@m17n.org>
3274
3275 * language/indian.el (indian-compose-regexp): New function.
3276 (malayalam-composable-pattern): Fix the pattern.
3277 (composition-function-table): Set malayalam-composable-pattern for
3278 Malayalam characters.
3279
3280 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
3281
3282 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3283 rather than down-mouse-1, based on follow-link conventions.
3284
3285 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3286 are compiled.
3287
3288 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
3289
3290 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
3291 (verilog-vmm-statement-re, verilog-ovm-statement-re)
3292 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
3293 (verilog-leap-to-head, verilog-backward-token):
3294 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
3295
3296 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
3297
3298 * progmodes/verilog-mode.el (verilog-auto-lineup)
3299 (verilog-nameable-item-re): Cleanup user-visible spelling and
3300 documentation errors. One reported by Gary Delp.
3301 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
3302 (verilog-read-decls): Fix AUTOWIRE with types declared in a
3303 package, bug195. Reported by Pierre-David Pfister.
3304
3305 2009-12-11 Glenn Morris <rgm@gnu.org>
3306
3307 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
3308
3309 * mail/emacsbug.el: No longer require sendmail.
3310 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
3311 (report-emacs-bug-orig-text): Doc fix.
3312 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
3313 New local variables, to adapt to different mail-user-agents.
3314 (report-emacs-bug): Fix test for a gnu.org address.
3315 Use overlays for emphasis, since font-lock defeats 'face property.
3316 Pretest bugs also end up at the newsgroup these days.
3317 Stop message-mode stripping text properties.
3318 Set and use the new buffer-local variables.
3319 (report-emacs-bug-hook): Add doc-string.
3320 Remove some unnecessary save-excursions and simplify.
3321 Use the appropriate hook and send-command.
3322
3323 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
3324 capitalization of some menu entries.
3325
3326 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3327
3328 * whitespace.el (whitespace-display-char-on): Ensure
3329 `buffer-display-table' is unique when two or more windows are
3330 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
3331 New version 12.1.
3332
3333 2009-12-10 Eli Zaretskii <eliz@gnu.org>
3334
3335 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
3336 characters in the Attribute field.
3337
3338 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3339
3340 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
3341
3342 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3343
3344 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
3345 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3346 Disregard autoload-excludes.
3347 (update-directory-autoloads): Obey autoload-excludes here instead.
3348 But don't store its contents in no-autoloads and remove entries that
3349 refer to excludes files.
3350
3351 2009-12-10 Glenn Morris <rgm@gnu.org>
3352
3353 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
3354 (expand-mail-aliases): Define for compiler.
3355
3356 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
3357 Define for compiler.
3358
3359 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
3360 appropriate for the mail-user-agent in use.
3361
3362 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
3363
3364 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
3365
3366 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
3367
3368 Fix short log parsing and fontification.
3369 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
3370 Fix fontification for the [merge] label.
3371
3372 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
3373
3374 Drop some properties to avoid surprises.
3375 * htmlfontify.el (hfy-ignored-properties): New defcustom.
3376 (hfy-fontify-buffer): Use it.
3377
3378 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
3379
3380 Minor cleanup.
3381 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
3382 Adjust all callers.
3383 (ffap-locate-file): Remove unused arg `dir-ok' and make other
3384 args compulsory. Adjust callers.
3385 (ffap-gopher-at-point): Remove unused var `name'.
3386
3387 Get rid of the ELCFILES abomination.
3388 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3389 (compile-elcfiles): New phony target.
3390 (compile-main): Compute ELCFILES dynamically.
3391 (compile-clean): New target to remove left-over elc files.
3392 (compile, all): Use it.
3393
3394 2009-12-09 Kenichi Handa <handa@etlken>
3395
3396 * international/mule-diag.el: Require help-mode instead of help-fns.
3397
3398 2009-12-09 Kenichi Handa <handa@m17n.org>
3399
3400 * international/mule-cmds.el (ucs-names): Supply sufficiently
3401 fine ranges instead of pre-calculating accurate ranges.
3402 Iterate with bigger gc-cons-threshold.
3403
3404 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
3405
3406 Add support for stashing a snapshot of the current tree.
3407 * vc-git.el (vc-git-stash-snapshot): New function.
3408 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
3409
3410 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
3411
3412 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
3413 instead of `(beginning|end)-of-line'.
3414
3415 2009-12-08 Glenn Morris <rgm@gnu.org>
3416
3417 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
3418
3419 * Makefile.in (ELCFILES): Regenerate.
3420
3421 2009-12-07 Juri Linkov <juri@jurta.org>
3422
3423 Don't lazy-highlight the comint output in history Isearch mode.
3424
3425 * comint.el (comint-history-isearch-search): Instead of
3426 `comint-line-beginning-position', use `comint-after-pmark-p'
3427 to check if point if before the process mark, and go to
3428 `process-mark' in this case.
3429
3430 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3431
3432 * textmodes/tex-mode.el (latex-complete)
3433 (latex-indent-or-complete): Remove.
3434 (latex-mode): Set completion-at-point-functions instead.
3435
3436 Provide a standard completion command and hook it into TAB.
3437 * minibuffer.el (completion-at-point-functions): New var.
3438 (completion-at-point): New command.
3439 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
3440 * progmodes/python.el (python-mode-map): Use completion-at-point.
3441 (python-completion-at-point): Rename from python-partial-symbol and
3442 adjust for use in completion-at-point-functions.
3443 (python-mode): Setup completion-at-point for Python completion.
3444 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
3445 extracted from lisp-complete-symbol.
3446 (lisp-complete-symbol): Use it.
3447 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
3448 setup completion-at-point for Elisp completion.
3449 (emacs-lisp-mode-map, lisp-interaction-mode-map):
3450 Use completion-at-point.
3451 * ielm.el (ielm-map): Use completion-at-point.
3452 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
3453 * progmodes/sym-comp.el: Move to...
3454 * obsolete/sym-comp.el: Move from progmodes.
3455
3456 2009-12-07 Eli Zaretskii <eliz@gnu.org>
3457
3458 Prevent save-buffer in Rmail buffers from using the coding-system
3459 of the current message, and from clobbering the encoding mnemonics
3460 in the mode line (Bug#4623).
3461
3462 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
3463 flag, too.
3464 (rmail-message-encoding): New variable.
3465 (rmail-write-region-annotate): Record the encoding of the current
3466 message in rmail-message-encoding.
3467 (rmail-after-save-hook): New function, restores the encoding of
3468 the current message after the message collection is saved.
3469
3470 2009-12-07 Juri Linkov <juri@jurta.org>
3471
3472 * progmodes/grep.el (grep-read-files): Use `completing-read'
3473 instead of `read-string'. Set its `collection' arg to
3474 `read-file-name-internal'. (Bug#4301)
3475
3476 2009-12-07 Juri Linkov <juri@jurta.org>
3477
3478 Correctly restore original Isearch point. (Bug#4994)
3479
3480 * isearch.el (isearch-mode): Move `isearch-push-state' after
3481 `(run-hooks 'isearch-mode-hook)'.
3482 (isearch-cancel): When `isearch-push-state-function' is defined,
3483 let-bind `isearch-cmds' to the first state (the last element of
3484 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
3485 function and restores the original point). Otherwise, move point
3486 to `isearch-opoint'.
3487
3488 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3489
3490 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
3491 chars that don't have names, so the table can be built much faster at
3492 run-time.
3493
3494 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
3495
3496 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3497 change. Suggested by David Kastrup.
3498
3499 * simple.el (compose-mail): Check for incompatibilities and warn.
3500 (compose-mail-user-agent-warnings): New option.
3501
3502 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3503
3504 Support showing a single log entry from vc-annotate.
3505 * vc.el (print-log): Add a new argument: START-REVISION.
3506 (vc-print-log-internal): Add a new optional argument and
3507 pass it to the backend.
3508 (vc-print-log, vc-print-root-log): Adjust callers.
3509 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3510 buffer already displays the requested log entry, use it.
3511 Otherwise display only the log entry in question.
3512 * vc-svn.el (vc-svn-print-log):
3513 * vc-mtn.el (vc-mtn-print-log):
3514 * vc-hg.el (vc-hg-state):
3515 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3516 (vc-git-show-log-entry): Return t on success.
3517 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3518 (vc-bzr-show-log-entry): Return t on success.
3519 * vc-rcs.el (vc-rcs-print-log):
3520 * vc-sccs.el (vc-sccs-print-log):
3521 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3522
3523 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3524
3525 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3526 Add menus to the meta mode. (Bug#5043)
3527
3528 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
3529
3530 * ediff-init.el (ediff-event-key): Use event-to-character instead of
3531 event-key.
3532
3533 * ediff.el (ediff-buffers-internal): Add unwind-protect.
3534
3535 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
3536
3537 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
3538 Berbain <raphael.berbain@gmail.com>.
3539
3540 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
3541 characters.
3542 (tramp-initial-end-of-output): New defconst.
3543 (tramp-methods, tramp-find-shell)
3544 (tramp-open-connection-setup-interactive-shell)
3545 (tramp-maybe-open-connection): Use it.
3546 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3547 existence of `#' and `$'.
3548
3549 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3550 `tramp-initial-end-of-output'.
3551
3552 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3553
3554 Get the background mode from the terminal for xterm, and set
3555 faces accordingly.
3556 * term/xterm.el (xterm-set-background-mode): New function.
3557 (terminal-init-xterm): Use it in case xterm supports background
3558 color queries. Recompute faces after getting the background
3559 color.
3560
3561 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
3562
3563 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3564 number comment back on its own line, for easier parsing.
3565
3566 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3567
3568 Make it work for non-file buffers (bug#5102).
3569 * doc-view.el (doc-view-current-cache-dir):
3570 Use doc-view-buffer-file-name rather than buffer-file-name.
3571 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3572
3573 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
3574
3575 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3576 author field is too short.
3577
3578 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
3579
3580 * vc-git.el (vc-git-print-log): Handle a limit argument.
3581 Display the short log in graph form and with labels.
3582 (vc-git-log-view-mode): Handle labels.
3583
3584 Make vc-revert change VC state from 'added to 'unregistered.
3585 * vc-git.el (vc-git-revert): Call git reset first.
3586
3587 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3588
3589 * net/newst-backend.el, net/newst-plainview.el:
3590 * net/newst-reader.el, net/newst-ticker.el:
3591 * net/newst-treeview.el, net/newsticker.el:
3592 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
3593
3594 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3595
3596 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3597
3598 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3599 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
3600 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3601 Update annotation regexp.
3602
3603 * simple.el (beginning-of-visual-line): Constrain to field
3604 boundaries (Bug#5106).
3605
3606 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3607
3608 * xml.el (xml-substitute-numeric-entities): Move
3609 newsticker--decode-numeric-entities in newst-backend.el to
3610 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3611 * net/newst-backend.el (newsticker--parse-generic-feed)
3612 (newsticker--parse-generic-items)
3613 (newsticker--decode-numeric-entities): Move
3614 newsticker--decode-numeric-entities in newst-backend.el to
3615 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3616
3617 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
3618
3619 * progmodes/js.el (js--js-not): Add null to the list of values.
3620
3621 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3622
3623 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3624
3625 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3626
3627 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3628 delimiter if it is at the end of the current line.
3629 (bibtex-generate-url-list): Fix docstring.
3630
3631 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3632
3633 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3634 minibuffer's content with itself.
3635 Fold the confirm-after-completion case into the `confirm' case.
3636 (completion-pcm-word-delimiters): Add : and / to the delimiters.
3637
3638 2009-12-06 Kevin Ryde <user42@zip.com.au>
3639
3640 * ffap.el (ffap-rfc-path): Make this a defcustom since
3641 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
3642
3643 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3644 manuals, similar to existing setup for help-mode. (Bug#3913.)
3645
3646 2009-12-05 Juri Linkov <juri@jurta.org>
3647
3648 Save and restore dired buffer's point positions too. (Bug#4880)
3649
3650 * dired.el (dired-save-positions): Return in the first element
3651 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3652 Doc fix.
3653 (dired-restore-positions): First restore buffer's position.
3654 While restoring window's positions, check if window still displays
3655 the original buffer.
3656
3657 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
3658
3659 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3660 if possible.
3661
3662 * shell.el (shell): Require ansi-color (Bug#5113).
3663
3664 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3665
3666 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3667
3668 2009-12-05 Alan Mackenzie <acm@muc.de>
3669
3670 * progmodes/cc-mode.el (c-before-hack-hook)
3671 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3672 `c-file-style' to work again. This reversion restores the current
3673 software to its state in Emacs 23.1. (Bug#4146)
3674
3675 2009-12-05 Kevin Ryde <user42@zip.com.au>
3676
3677 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3678 comment-start-skip to comment-end-skip as comment (Bug#4781).
3679
3680 2009-12-05 Juri Linkov <juri@jurta.org>
3681
3682 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3683 for virtual nodes. (Bug#4147)
3684 (Info-find-node-2): Set `Info-current-node-virtual' to nil
3685 when moving from a virtual node.
3686 (Info-mode-menu): Add `Info-virtual-index' to the menu.
3687 (Info-mode): Add `Info-virtual-index' to the docstring.
3688
3689 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3690
3691 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3692 track of the buffer position of the end of a BibTeX entry as this
3693 position may change during reformatting.
3694 (bibtex-format-entry): Remove whitespace before processing
3695 numerical fields so that we recognize the latter properly.
3696 (bibtex-reformat): Do not use push which changes the global value
3697 of bibtex-entry-format.
3698 (bibtex-field-braces-alist, bibtex-field-strings-alist)
3699 (bibtex-field-re-init): Replace only space characters by regexp
3700 for whitespace.
3701 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3702 (bibtex-initialize): Also update bibtex-strings.
3703 (bibtex-kill-field): Preserve white space at end of entry.
3704 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3705 Update bibtex-reference-keys.
3706
3707 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3708
3709 * minibuffer.el (completion-pcm--merge-try): Also consider placing
3710 point after a star, if that's the only place where modifications can
3711 make progress.
3712
3713 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
3714
3715 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3716 in docstrings.
3717
3718 2009-12-04 Juri Linkov <juri@jurta.org>
3719
3720 * proced.el (proced): Call `(proced-update t)' to update process
3721 information instead of only running proced-post-display-hook.
3722 (proced-send-signal): Add a leading space to the buffer name
3723 " *Marked Processes*" to make this buffer ephemeral.
3724
3725 2009-12-04 Juri Linkov <juri@jurta.org>
3726
3727 * dired.el (dired-auto-revert-buffer): New defcustom.
3728 (dired-internal-noselect): Use it.
3729
3730 2009-12-04 Juri Linkov <juri@jurta.org>
3731
3732 Change roles of modes and functions in image-mode.el (Bug#5062).
3733
3734 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3735 in `auto-mode-alist'.
3736 (image-mode-previous-major-mode): New variable.
3737 (image-minor-mode-map): Rename from `image-mode-text-map'.
3738 (image-mode): Move graceful error-handling code from
3739 `image-minor-mode' to here. On errors call `image-mode-as-text'.
3740 (image-minor-mode): Remove all image-handling code.
3741 Replace `image-mode-text-map' with `image-minor-mode-map'.
3742 Check for `image-type' in mode-line format string.
3743 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3744 (image-mode-as-text): New function with most code from
3745 `image-mode-maybe'.
3746 (image-toggle-display-text): Move code that removes image
3747 properties from `image-toggle-display' to here.
3748 (image-toggle-display-image): New function with code that adds
3749 image properties copied from `image-toggle-display'.
3750 (image-toggle-display): Remove most code with leaving only code
3751 that toggles between `image-mode-as-text' and `image-mode'.
3752
3753 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
3754
3755 * net/newst-treeview.el
3756 (newsticker--treeview-list-highlight-start): Restored call to
3757 save-excursion: Selected item was stuck.
3758 (newsticker--treeview-list-select): New.
3759 (newsticker--treeview-item-show-text)
3760 (newsticker--treeview-item-show)
3761 (newsticker--treeview-item-update): Use new
3762 newsticker-treeview-item-mode.
3763 (newsticker-treeview-update): Keep current item.
3764 (newsticker-treeview-next-new-or-immortal-item): Doc change.
3765 (newsticker--treeview-first-feed): Doc change.
3766 (newsticker-treeview-list-menu)
3767 (newsticker-treeview-item-menu): Added menu entries.
3768 (newsticker-treeview-item-mode): New.
3769
3770 * net/newst-backend.el (newsticker-customize): Delete other
3771 windows.
3772
3773 2009-12-04 Sam Steingold <sds@gnu.org>
3774
3775 * log-view.el (log-view-mode-map): "q" calls quit-window,
3776 like in all the other non-self-insert buffers.
3777
3778 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3779
3780 Minor cleanup.
3781 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3782 key decoding rather than do it manually via last-input-event +
3783 ascii-character.
3784 (term-exec): Use delete-and-extract-region.
3785 (term-handle-ansi-terminal-messages): Remove unused var `end'.
3786 (term-process-pager): Remove unused var `i'.
3787 (term-dynamic-simple-complete): Make obsolete.
3788 (serial-update-config-menu): Remove unused vars `y' and `str'.
3789 (term-update-mode-line): Remove unused var `temp'.
3790
3791 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3792
3793 Limit the number of log entries displayed by default.
3794 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3795 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3796 using a prefix argument.
3797
3798 2009-12-03 Glenn Morris <rgm@gnu.org>
3799
3800 * progmodes/idlwave.el (class): Restore still useful declaration.
3801
3802 2009-12-03 Alan Mackenzie <acm@muc.de>
3803
3804 Enhance `c-parse-state' to run efficiently in "brace deserts".
3805
3806 * progmodes/cc-mode.el (c-basic-common-init):
3807 Call c-state-cache-init.
3808 (c-neutralize-syntax-in-and-mark-CPP): Rename from
3809 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
3810 placing `category' properties value 'c-cpp-delimiter at its boundaries.
3811
3812 * progmodes/cc-langs.el (c-before-font-lock-function):
3813 c-extend-and-neutralize-syntax-in-CPP has been renamed
3814 c-neutralize-syntax-in-and-mark-CPP.
3815
3816 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3817 with `category' properties now, not `syntax-table' ones.
3818
3819 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3820 enhanced (but slower) version of c-end-of-macro that won't land
3821 inside a literal or on another awkward character.
3822 (c-state-cache-too-far, c-state-cache-start)
3823 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3824 (c-state-nonlit-pos-cache-limit, c-state-point-min)
3825 (c-state-point-min-lit-type, c-state-point-min-lit-start)
3826 (c-state-min-scan-pos, c-state-brace-pair-desert)
3827 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3828 buffer local variables.
3829 (c-state-literal-at, c-state-lit-beg)
3830 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3831 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3832 (c-state-cache-top-paren, c-state-cache-after-top-paren)
3833 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3834 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3835 (c-renarrow-state-cache)
3836 (c-append-lower-brace-pair-to-state-cache)
3837 (c-state-push-any-brace-pair, c-append-to-state-cache)
3838 (c-remove-stale-state-cache)
3839 (c-remove-stale-state-cache-backwards, c-state-cache-init)
3840 (c-invalidate-state-cache-1, c-parse-state-1)
3841 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3842 (c-parse-state): Enhance and refactor.
3843 (c-debug-parse-state): Amend to deal with all the new variables.
3844
3845 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3846 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3847 modify to use category text properties rather than syntax-table ones.
3848 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3849 to switch off/on the syntactic paren property of C++ template
3850 delimiters using the category property.
3851 (c-with-<->-as-parens-suppressed): Macro to invoke code with
3852 template delims suppressed.
3853 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3854 New constant/macros which apply category properties to the start
3855 and end of preprocessor constructs.
3856 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3857 "comment out" the syntactic value of characters in preprocessor
3858 constructs.
3859 (c-with-cpps-commented-out)
3860 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3861 with characters in all or all but one preprocessor constructs
3862 "commented out".
3863
3864 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3865
3866 * proced.el (proced-filter-alist): Use regexp-quote.
3867
3868 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
3869
3870 Cleanup.
3871 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3872 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
3873 arguments. Expand `default-directory'.
3874
3875 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3876 the benefit of returning an expanded localname.
3877 (tramp-tramp-file-p): Handle the case NAME is not a string.
3878
3879 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3880
3881 Add support for bzr shelve/unshelve.
3882 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3883 (vc-bzr-extra-menu-map): New variables.
3884 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3885 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3886 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3887 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3888 (vc-bzr-dir-extra-headers): Display shelves.
3889
3890 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3891
3892 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3893
3894 * textmodes/bibtex.el (bibtex-complete-internal):
3895 Use completion-in-region.
3896 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3897
3898 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3899
3900 Support applying stashes. Improve UI.
3901 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3902 (vc-git-stash-apply, vc-git-stash-pop)
3903 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3904 (vc-git-stash-menu): New functions.
3905 (vc-git-stash-menu-map): New variable.
3906 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3907
3908 2009-12-03 Glenn Morris <rgm@gnu.org>
3909
3910 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3911 (vc-print-log-internal): Fix previous change.
3912 (vc-revert): Correct pluralization.
3913
3914 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3915
3916 * progmodes/make-mode.el (makefile-special-targets-list): No need for
3917 it to be an alist any more.
3918 (makefile-complete): Use completion-in-region.
3919
3920 * progmodes/octave-mod.el (octave-complete-symbol):
3921 Use completion-in-region.
3922
3923 Misc cleanup.
3924 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3925 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3926 (idlwave-complete-class): Don't quote lambda.
3927 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3928 (idlwave-mode-map): Move initialization into declaration.
3929 (idlwave-action-and-binding): Use backquotes.
3930 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3931 Simplify.
3932 (idlwave-is-pointer-dereference): Remove unused var `pos'.
3933 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3934 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3935 `parts', and `all-parts'.
3936 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3937 (idlwave-convert-xml-system-routine-info): Remove unused string
3938 `version-string'.
3939 (idlwave-display-user-catalog-widget): Use dolist.
3940 (idlwave-scanning-lib): Declare dynamically-scoped var.
3941 (idlwave-scan-library-catalogs): Remove unused var `flags'.
3942 (completion-highlight-first-word-only): Declare to silence bytecomp.
3943 (idlwave-popup-select): Tighten scope of `resp'.
3944 (idlwave-find-struct-tag): Remove unused var `beg'.
3945 (idlwave-after-load-rinfo-hook): Declare.
3946 (idlwave-sintern-class-info): Remove unused var `taglist'.
3947 (idlwave-find-class-definition): Remove unused var `list'.
3948 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3949 (idlwave-what-module-find-class): Remove unused var `classes'.
3950
3951 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
3952
3953 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3954
3955 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3956
3957 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3958 buffers visited. Remove redundant current-buffer-saving.
3959
3960 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3961
3962 Use completion-in-buffer and remove uses of dynamic scoping.
3963 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3964 (pascal-buffer-to-use, pascal-flag): Don't declare.
3965 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3966 (pascal-get-completion-decl, pascal-keyword-completion):
3967 Add `pascal-str' argument, save-excursion,
3968 return the found completions, and don't filter with pascal-pred.
3969 (pascal-completion-cache): New var.
3970 (pascal-completion): Don't switch buffer any more (it was never
3971 necessary). Don't save-excursion any more (it's done by the called
3972 subroutines). Use a cache to avoid redundant computations.
3973 Use complete-with-action rather than pascal-completion-response and
3974 let it apply the predicate as well.
3975 (pascal-complete-word): Use completion-in-buffer when
3976 pascal-toggle-completions is nil.
3977 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3978 not used any more.
3979 (pascal-comp-defun): Don't change buffer any more.
3980 Use complete-with-action rather than pascal-completion-response and
3981 let it apply the predicate as well.
3982 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3983 when neded.
3984
3985 2009-12-02 Kenichi Handa <handa@m17n.org>
3986
3987 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3988 shape for all Indic scripts.
3989
3990 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3991
3992 Use completion-in-buffer.
3993 * wid-edit.el (widget-field-text-end): New function.
3994 (widget-field-value-get): Use it.
3995 (widget-string-complete, widget-file-complete)
3996 (widget-color-complete): Use it and completion-in-region.
3997 (widget-complete): Don't narrow the buffer.
3998
3999 2009-12-02 Glenn Morris <rgm@gnu.org>
4000
4001 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
4002 (rmail-select-summary): Use rmail-pop-to-buffer.
4003 * mail/rmailsum.el: Replace all pop-to-buffer calls with
4004 rmail-pop-to-buffer, to prevent horizontal splits.
4005
4006 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4007 save-excursion with save-current-buffer.
4008 Widen before searching. (Bug#5093)
4009 (diary-list-sexp-entries): Remove superfluous save-excursion.
4010
4011 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
4012
4013 * woman.el (woman-make-bufname): Handle man-pages with "." in the
4014 name. (Bug#5038)
4015
4016 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
4017
4018 * ido.el (ido-file-internal): Handle filenames at point that do
4019 not have a directory part. (Bug#5049)
4020
4021 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
4022
4023 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4024 (mpc-songs-jump-to, mpc-resume): Doc fixes.
4025
4026 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
4027
4028 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4029 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4030 any more.
4031
4032 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4033
4034 * comint.el (comint-insert-input): Ignore clicks to the right of
4035 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4036
4037 * vc.el (vc-print-log-internal): Don't wait for the process to
4038 terminate before setting up the major mode.
4039
4040 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4041 in case.
4042
4043 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4044 the last element.
4045
4046 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4047
4048 2009-12-01 Glenn Morris <rgm@gnu.org>
4049
4050 * window.el (window--display-buffer-2): Fix previous changes.
4051
4052 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
4053
4054 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4055
4056 2009-12-01 Glenn Morris <rgm@gnu.org>
4057
4058 * Makefile.in (ELCFILES): Add mpc.elc.
4059
4060 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4061
4062 * mpc.el: New file.
4063
4064 2009-12-01 Glenn Morris <rgm@gnu.org>
4065
4066 * window.el (window-to-use): Define for compiler.
4067
4068 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4069 consistent with others (no final period).
4070
4071 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4072 (rmail-mime-show): Downcase the encoding. (Bug#5070)
4073
4074 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
4075
4076 Make vc-print-log buttons work.
4077 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4078
4079 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
4080
4081 * savehist.el (savehist-autosave-interval): Allow setting to nil
4082 through customize. (Bug#5056)
4083
4084 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
4085
4086 Fix references to jit-lock properties.
4087 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4088 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4089 (perl-font-lock-special-syntactic-constructs):
4090 Quote jit-lock-defer-multiline property.
4091
4092 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
4093
4094 * vc-git.el (vc-git-registered): Call vc-git-root only once.
4095
4096 2009-11-30 Juri Linkov <juri@jurta.org>
4097
4098 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4099 value `buffer' of `multi-isearch-next-buffer-current-function'.
4100 Use `(current-buffer)' when `buffer' is nil.
4101 (multi-isearch-next-buffer-from-list): Don't fallback to
4102 `(current-buffer)' when `buffer' is nil. (Bug#4947)
4103
4104 2009-11-30 Juri Linkov <juri@jurta.org>
4105
4106 * misearch.el (multi-isearch-read-buffers): Move canonicalization
4107 of buffers with `get-buffer' to `multi-isearch-buffers'.
4108 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4109 Canonicalize BUFFERS with `get-buffer'. Doc fix.
4110 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4111 FILES with `expand-file-name' converting relative file names
4112 to absolute. Doc fix. (Bug#4727)
4113
4114 2009-11-30 Juri Linkov <juri@jurta.org>
4115
4116 * misearch.el (multi-isearch-read-buffers)
4117 (multi-isearch-read-matching-buffers): New functions.
4118 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4119 Use them in the `interactive' spec. Doc fix.
4120 (multi-isearch-read-files, multi-isearch-read-matching-files):
4121 New functions.
4122 (multi-isearch-files, multi-isearch-files-regexp):
4123 Use them in the `interactive' spec. Doc fix. (Bug#4725)
4124
4125 2009-11-30 Juri Linkov <juri@jurta.org>
4126
4127 * doc-view.el (doc-view-continuous):
4128 Rename from `doc-view-continuous-mode'.
4129 (doc-view-menu): Move "Toggle display" to the top.
4130 Add submenu "Continuous" with radio buttons "Off"/"On"
4131 and "Save as Default".
4132 (doc-view-scroll-up-or-next-page)
4133 (doc-view-scroll-down-or-previous-page)
4134 (doc-view-next-line-or-next-page)
4135 (doc-view-previous-line-or-previous-page): Rename
4136 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
4137
4138 2009-11-30 Juri Linkov <juri@jurta.org>
4139
4140 * comint.el (comint-mode-map): Rebind `M-r' from
4141 `comint-previous-matching-input' to
4142 `comint-history-isearch-backward-regexp'.
4143 Unbind `M-s' to allow global key binding `M-s'.
4144 Add menu items for `comint-history-isearch-backward' and
4145 `comint-history-isearch-backward-regexp'. (Bug#3746)
4146
4147 2009-11-30 Juri Linkov <juri@jurta.org>
4148
4149 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4150 For def=recenter, replace `recenter' with `recenter-top-bottom'
4151 that is called with `this-command' and `last-command' let-bound
4152 to `recenter-top-bottom'. When the last `def' was not `recenter',
4153 set `recenter-last-op' to nil. (Bug#4981)
4154
4155 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4156
4157 Minor cleanup and simplification.
4158 * filecache.el (file-cache-add-directory)
4159 (file-cache-add-directory-recursively)
4160 (file-cache-add-from-file-cache-buffer)
4161 (file-cache-delete-file-regexp, file-cache-delete-directory)
4162 (file-cache-files-matching-internal, file-cache-display): Use dolist.
4163 (file-cache-temp-minibuffer-message): Delete function.
4164 (file-cache-minibuffer-complete): Use minibuffer-message instead.
4165
4166 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4167 Don't signal an error when bumping into EOB in tr, s, or y.
4168
4169 2009-11-29 Juri Linkov <juri@jurta.org>
4170
4171 * startup.el (fancy-about-text): Fix wording of Guided Tour.
4172 (Bug#4960)
4173
4174 * descr-text.el (describe-char-unidata-list): Use lowercase name
4175 for "Unicode name" like in other tags.
4176
4177 2009-11-29 Juri Linkov <juri@jurta.org>
4178
4179 * ediff-util.el (ediff-minibuffer-with-setup-hook):
4180 New compatibility macro.
4181 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4182
4183 2009-11-29 Juri Linkov <juri@jurta.org>
4184
4185 Add defcustom to define the cycling order of `recenter-top-bottom'.
4186 (Bug#4981)
4187
4188 * window.el (recenter-last-op): Doc fix.
4189 (recenter-positions): New defcustom.
4190 (recenter-top-bottom): Rewrite to use `recenter-positions'.
4191 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4192
4193 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
4194
4195 Improve integration of Tramp and ange-ftp in eshell.
4196
4197 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
4198 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
4199 (eshell/sudo): Flatten args. Let-bind `default-directory'.
4200
4201 * eshell/esh-util.el (top): Require also Tramp when compiling.
4202 (eshell-directory-files-and-attributes): Check for FTP remote
4203 connection.
4204 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4205 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4206 (eshell-file-attributes): Handle ".". Return `entry'.
4207
4208 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4209 (ange-ftp-directory-files-and-attributes)
4210 (ange-ftp-real-directory-files-and-attributes): New defuns.
4211
4212 * net/tramp.el (tramp-maybe-open-connection): Open the remote
4213 shell with "exec" when possible. This prevents trailing prompts
4214 in `start-file-process'.
4215
4216 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4217
4218 Try and remove assumptions about point-min==1.
4219 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4220 (rng-compute-mode-line-string): Show the validation percentage in
4221 terms of the narrowed text, not the widened text.
4222 (rng-do-some-validation): Don't catch internal errors when debugging.
4223 (rng-first-error): Simplify.
4224 (rng-after-change-function): Remove work around. AFAIK the bug has
4225 been fixed a while ago.
4226
4227 * image-mode.el (image-minor-mode): Exit more gracefully when the image
4228 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4229
4230 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4231
4232 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4233 `cd' doesn't always do it for us (bug#5067).
4234
4235 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4236 on 2009-10-25 as part of some other change (bug#5067).
4237
4238 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4239
4240 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4241 `suspicious'.
4242 (byte-compile-warnings): Use byte-compile-warning-types.
4243 (byte-compile-save-excursion): Warn about use of set-buffer right
4244 after save-excursion.
4245
4246 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4247 the excursion as well.
4248
4249 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
4250
4251 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4252 providing a Tramp related implementation of "su" and "sudo".
4253 (eshell-unix-initialize): Add "su" and "sudo".
4254
4255 2009-11-27 Daiki Ueno <ueno@unixuser.org>
4256
4257 * net/socks.el (socks-send-command): Convert binary request to
4258 unibyte before sending. This fixes mishandling of some port
4259 numbers such as 129.
4260
4261 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4262
4263 * help.el (describe-bindings-internal): Remove `interactive'.
4264
4265 * man.el (Man-completion-table): Trim a terminating "(".
4266 Remove the space between name page a section.
4267 Add the command's description on the `help-echo' property.
4268 Remove `process-connection-type' binding since it's unused by
4269 call-process.
4270 Provide completion for the "<section> <name>" format as well.
4271 (Man-default-man-entry): Remove spurious var shadowing the argument.
4272
4273 2009-11-26 Kevin Ryde <user42@zip.com.au>
4274
4275 * log-view.el: Add "Keywords: tools", since its other keywords
4276 aren't in finder-known-keywords, and following vc.el.
4277
4278 * sha1.el (sha1-string-external): default-directory "/" in case
4279 otherwise non-existent. process-connection-type pipe for touch of
4280 efficiency recommended by elisp manual. (An aside in Bug#3911.)
4281
4282 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4283
4284 Misc coding convention cleanups.
4285 * htmlfontify.el (hfy-init-kludge-hook): Rename from
4286 hfy-init-kludge-hooks.
4287 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
4288 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
4289 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
4290 and push.
4291 (hfy-slant, hfy-weight): Use tables rather than code.
4292 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
4293 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
4294 (hfy-face-attr-for-class): Initialize `face-spec' directly.
4295 (hfy-face-to-css): Remove `nconc' with single arg.
4296 (hfy-p-to-face-lennart): Use `or'.
4297 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
4298 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
4299 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
4300 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
4301 (hfy-force-fontification): Use run-hooks.
4302
4303 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
4304
4305 Various minor fixes.
4306 * htmlfontify.el (hfy-default-header): Add toggle_invis since
4307 Javascript belongs in the header, not the body.
4308 (hfy-javascript): Remove.
4309 (hfy-fontify-buffer): Don't insert it any more.
4310 (hfy-face-at): Handle (face0 face1 face2) style face properties.
4311 Fix bug in invis handling when there were no invis props in a chunk.
4312
4313 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4314
4315 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
4316
4317 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
4318
4319 * finder.el (finder-mode-map): Add a menu.
4320
4321 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
4322
4323 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
4324 "unsigned" structs.
4325
4326 (verilog-leap-to-head, verilog-backward-token): Handle "disable
4327 fork" statement better.
4328
4329 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
4330
4331 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
4332 (verilog-delete-auto, verilog-delete-empty-auto-pair)
4333 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
4334 Reported by Clay Douglass.
4335
4336 (verilog-auto-inst, verilog-auto-star-safe)
4337 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
4338 Fix removing "// Interfaces" when saving .* expansions. Reported by
4339 Pierre-David Pfister.
4340
4341 2009-11-26 Glenn Morris <rgm@gnu.org>
4342
4343 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
4344 the scope.
4345
4346 2009-11-25 Johan Bockgård <bojohan@gnu.org>
4347
4348 * vc-annotate.el (vc-annotate-revision-previous-to-line):
4349 Really use previous revision.
4350
4351 2009-11-25 Kevin Ryde <user42@zip.com.au>
4352
4353 * man.el (Man-completion-table): default-directory "/" in case
4354 doesn't otherwise exist. process-environment COLUMNS=999 so as
4355 not to truncate long names. process-connection-type pipe to avoid
4356 any chance of hitting the pseudo-tty TIOCGWINSZ.
4357 (man): completion-ignore-case t for friendliness and since man
4358 itself is case-insensitive on the command line.
4359 Further to Bug#3717.
4360
4361 * arc-mode.el: Add "Keywords: files", so the details in its
4362 commentary can be reached from finder-by-keyword.
4363 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
4364 editing mode, but it's comms related and sgml-mode.el has "comm"
4365 on that basis too.
4366 * textmodes/bibtex-style.el: Add "Keywords: tex".
4367 * international/isearch-x.el, international/ja-dic-cnv.el:
4368 * international/ja-dic-utl.el, international/kkc.el:
4369 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
4370
4371 2009-11-25 Juri Linkov <juri@jurta.org>
4372
4373 * man.el (Man-completion-table): Modify regexp to include
4374 section names to completion strings. (Bug#3717)
4375
4376 2009-11-25 Juri Linkov <juri@jurta.org>
4377
4378 Search recursively in gzipped files. (Bug#4982)
4379
4380 * progmodes/grep.el (grep-highlight-matches): Add new options
4381 `always' and `auto'. Doc fix.
4382 (grep-process-setup): Check `grep-highlight-matches' for
4383 `auto-detect' to determine the need to compute grep defaults.
4384 Move Windows/DOS specific --colors settings handling
4385 to `grep-compute-defaults'. Check `grep-highlight-matches'
4386 to get the value of "--color=".
4387 (grep-compute-defaults): Compute `grep-highlight-matches' when it
4388 has the value `auto-detect'. Move Windows/DOS specific settings
4389 from `grep-process-setup'.
4390 (zrgrep): New command with alias `rzgrep'.
4391
4392 2009-11-25 Juri Linkov <juri@jurta.org>
4393
4394 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
4395 to nil instead of switching off view-mode. (Bug#4896)
4396
4397 2009-11-25 Juri Linkov <juri@jurta.org>
4398
4399 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
4400
4401 * mwheel.el (mwheel-scroll-up-function)
4402 (mwheel-scroll-down-function): New defvars.
4403 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
4404 `scroll-up', and `mwheel-scroll-down-function' instead of
4405 `scroll-down'.
4406
4407 * doc-view.el (doc-view-scroll-up-or-next-page)
4408 (doc-view-scroll-down-or-previous-page): Add optional ARG.
4409 Use this ARG in the call to image-scroll-up/image-scroll-down.
4410 Change `interactive' spec to "P". Goto next/previous page only
4411 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
4412 SPC/DEL case). Doc fix.
4413 (doc-view-next-line-or-next-page)
4414 (doc-view-previous-line-or-previous-page): Rename arg to ARG
4415 for consistency.
4416 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
4417 `doc-view-scroll-up-or-next-page', and buffer-local
4418 `mwheel-scroll-down-function' to
4419 `doc-view-scroll-down-or-previous-page'.
4420
4421 2009-11-25 Juri Linkov <juri@jurta.org>
4422
4423 Provide additional default values (directories at other Dired
4424 windows) via M-n in the minibuffer of some Dired commands.
4425
4426 * dired-aux.el (dired-diff, dired-compare-directories)
4427 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
4428 `minibuffer-default' in `minibuffer-with-setup-hook'.
4429 (dired-dwim-target-directory): Find a window that displays Dired
4430 buffer instead of failing when the next window is not Dired.
4431 Use `get-window-with-predicate' to find for the next Dired window.
4432 (dired-dwim-target-defaults): New function.
4433
4434 * ediff-util.el (ediff-read-file-name):
4435 Use `dired-dwim-target-defaults' to set `minibuffer-default'
4436 in `minibuffer-with-setup-hook'.
4437
4438 2009-11-25 Juri Linkov <juri@jurta.org>
4439
4440 Provide additional default values (file name at point or at the
4441 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
4442
4443 * minibuffer.el (read-file-name-defaults): New function.
4444 (read-file-name): Reset `minibuffer-default' to nil when
4445 it duplicates initial input `insdef'.
4446 Bind `minibuffer-default-add-function' to lambda that
4447 calls `read-file-name-defaults' in `minibuffer-selected-window'.
4448 (minibuffer-insert-file-name-at-point): New command.
4449
4450 * files.el (file-name-at-point-functions): New defcustom.
4451 (find-file-default): Remove defvar.
4452 (find-file-read-args): Don't use `find-file-default'.
4453 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4454 to `read-file-name'.
4455 (find-file-literally): Use `read-file-name' with
4456 `confirm-nonexistent-file-or-buffer'.
4457
4458 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
4459
4460 * dired.el (dired-read-dir-and-switches):
4461 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4462 to `read-file-name'.
4463 (dired-file-name-at-point): New function.
4464 (dired-mode): Add hook `dired-file-name-at-point' to
4465 `file-name-at-point-functions'.
4466
4467 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4468
4469 Really make the *Completions* window soft-dedicated (bug#5030).
4470 * window.el (window--display-buffer-2): Add `dedicated' argument.
4471 (display-buffer): Pass it when needed so the dedicated flag is set
4472 after calling set-window-buffer, which would otherwise reset it.
4473
4474 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4475
4476 * progmodes/meta-mode.el (meta-complete-symbol):
4477 * progmodes/etags.el (complete-tag):
4478 * mail/mailabbrev.el (mail-abbrev-complete-alias):
4479 Use completion-in-region.
4480
4481 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4482 (dabbrev-completion): Use completion-in-region.
4483 (dabbrev--abbrev-at-point): Simplify regexp.
4484
4485 * abbrev.el (abbrev--before-point): Use word-motion functions
4486 if :regexp is not specified (bug#5031).
4487
4488 * subr.el (string-prefix-p): New function.
4489
4490 * man.el (Man-completion-cache): New var.
4491 (Man-completion-table): Use it.
4492
4493 * vc.el (vc-print-log-internal): Make `limit' optional for better
4494 compatibility (e.g. with vc-annotate.el).
4495
4496 2009-11-24 Kevin Ryde <user42@zip.com.au>
4497
4498 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
4499 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
4500
4501 * emacs-lisp/elint.el (elint-add-required-env): Better error message
4502 when .el source file not found or other error.
4503
4504 2009-11-24 Markus Triska <markus.triska@gmx.at>
4505
4506 * linum.el (linum-update-window): Ignore intangible (bug#4996).
4507
4508 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4509
4510 Handle the [back] button properly (bug#4979).
4511 * descr-text.el (describe-text-properties): Add a `buffer' argument.
4512 Use help-setup-xref, help-buffer, and with-help-window.
4513 (describe-char): Add `buffer' argument.
4514 Pass proper command to help-setup-xref. Don't meddle with
4515 help-xref-stack-item directly.
4516 (describe-text-category): Use with-help-window and help-buffer.
4517
4518 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4519 for the displayed buffer (bug#4887).
4520
4521 * man.el (Man-completion-table): New function.
4522 (man): Use it.
4523
4524 2009-11-24 David Reitter <david.reitter@gmail.com>
4525
4526 * vc-git.el (vc-git-registered): Use checkout directory (where
4527 .git is) rather than the file's directory and a relative path spec
4528 to work around a bug in git.
4529
4530 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
4531
4532 Improve handling of processes on remote hosts.
4533
4534 * eshell/esh-util.el (eshell-path-env): New defvar.
4535 (eshell-parse-colon-path): New defun.
4536 (eshell-file-attributes): Use `eshell-parse-colon-path'.
4537
4538 * eshell/esh-ext.el (eshell-search-path):
4539 Use `eshell-parse-colon-path'.
4540 (eshell-remote-command): Remove argument HANDLER.
4541 (eshell-external-command): Check for FTP remote connection.
4542
4543 * eshell/esh-proc.el (eshell-gather-process-output):
4544 Use `file-truename', in order to start also symlinked files.
4545 Apply `start-file-process' instead of `start-process'.
4546 Shorten `command' to the local file name part.
4547
4548 * eshell/em-cmpl.el (eshell-complete-commands-list):
4549 Use `eshell-parse-colon-path'.
4550
4551 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4552
4553 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
4554 to `eshell-directory-change-hook'.
4555
4556 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
4557
4558 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4559 because it could be enabled automatically if view-read-only is non-nil.
4560
4561 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
4562
4563 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4564 made on 2009-11-22.
4565
4566 2009-11-24 Glenn Morris <rgm@gnu.org>
4567
4568 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4569 deleted variable bookmark-bmenu-bookmark-column.
4570
4571 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4572
4573 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4574
4575 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
4576
4577 * net/browse-url.el (browse-url-filename-alist): On Windows, add
4578 two slashes to the "file:" prefix.
4579 (browse-url-file-url): De-munge Cygwin filenames before passing
4580 them to Windows browser.
4581 (browse-url-default-windows-browser): Use call-process.
4582
4583 2009-11-23 Juri Linkov <juri@jurta.org>
4584
4585 Implement DocView Continuous mode. (Bug#4896)
4586 * doc-view.el (doc-view-continuous-mode): New defcustom.
4587 (doc-view-mode-map): Bind C-n/<down> to
4588 `doc-view-next-line-or-next-page', C-p/<up> to
4589 `doc-view-previous-line-or-previous-page'.
4590 (doc-view-next-line-or-next-page)
4591 (doc-view-previous-line-or-previous-page): New commands.
4592
4593 2009-11-23 Juri Linkov <juri@jurta.org>
4594
4595 Implement Isearch in comint input history. (Bug#3746)
4596 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4597 `isearch-mode-hook'.
4598 (comint-history-isearch): New defcustom.
4599 (comint-history-isearch-backward)
4600 (comint-history-isearch-backward-regexp): New commands.
4601 (comint-history-isearch-message-overlay): New buffer-local variable.
4602 (comint-history-isearch-setup, comint-history-isearch-end)
4603 (comint-goto-input, comint-history-isearch-search)
4604 (comint-history-isearch-message, comint-history-isearch-wrap)
4605 (comint-history-isearch-push-state)
4606 (comint-history-isearch-pop-state): New functions.
4607
4608 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
4609
4610 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4611 return.
4612 (tramp-handle-make-symbolic-link)
4613 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4614 Quote file names.
4615 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4616 (tramp-handle-process-file): Use it.
4617
4618 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4619
4620 * window.el (move-to-window-line-last-op): Remove.
4621 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4622
4623 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4624
4625 Make M-r mirror the new cycling behavior of C-l.
4626 * window.el (move-to-window-line-last-op): New var.
4627 (move-to-window-line-top-bottom): New command.
4628 (global-map): Bind M-r move-to-window-line-top-bottom.
4629
4630 2009-11-23 Sven Joachim <svenjoac@gmx.de>
4631
4632 * dired-x.el (dired-guess-shell-alist-default):
4633 Support xz format. (Bug#4953)
4634
4635 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4636
4637 * emulation/viper-cmd.el: Use viper-last-command-char instead of
4638 last-command-char/last-command-event.
4639 (viper-prefix-arg-value): Do correct conversion of event-char for
4640 XEmacs.
4641
4642 * emulation/viper-util.el, emulation/viper.el:
4643 Use viper-last-command-char instead of
4644 last-command-char/last-command-event.
4645
4646 * ediff-init.el, ediff-mult.el, ediff-util.el:
4647 Replace last-command-char and last-command-event
4648 with (ediff-last-command-char) everywhere.
4649
4650 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4651 created in fundamental mode.
4652
4653 * ediff.el (ediff-version): Revert the change of interactive-p to
4654 called-interactively-p.
4655
4656 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
4657
4658 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4659 generation from word-movement command names.
4660
4661 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4662
4663 * cus-start.el (all): Add native condition for font-use-system-font.
4664
4665 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
4666
4667 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4668 Correct the patch from 2009-11-18. (Bug#3910)
4669
4670 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
4671
4672 * progmodes/subword.el: Rename from lisp/subword.el.
4673
4674 * subword.el: Rename to progmodes/subword.el.
4675
4676 * Makefile.in (ELCFILES): Adapt to subword.el move.
4677
4678 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4679 Stefan Monnier <monnier@iro.umontreal.ca>
4680
4681 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4682 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4683 (bookmark-bmenu-show-filenames): Use push.
4684 (bookmark-bmenu-hide-filenames): Use local var instead of
4685 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
4686 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4687 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4688 filenames now that the bookmark names are always available.
4689
4690 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4691
4692 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4693 (bookmark-search-pattern): Move and leave unbound.
4694 (bookmark-bmenu-mode-map): Change binding.
4695 (bookmark-read-search-input): Simplify.
4696 Don't use text-char-description. Don't error on non-char events.
4697 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4698 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4699 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4700 Use a local var for the timer.
4701 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4702 (i.e. bookmark-bmenu-search).
4703
4704 2009-11-21 Glenn Morris <rgm@gnu.org>
4705
4706 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
4707
4708 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
4709
4710 * net/browse-url.el (browse-url-default-windows-browser):
4711 Use cygstart for cygwin.
4712
4713 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
4714
4715 * bookmark.el: Formatting and doc fixes only:
4716 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4717 (bookmark-bmenu-search): Wrap to fit within 80 columns.
4718 Minor grammar and punctuation fixes in doc string.
4719 (bookmark-read-search-input): Adjust to fit within 80 columns.
4720
4721 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4722
4723 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4724 (c-backward-into-nomenclature): Adapt to subword renaming.
4725
4726 * subword.el (subword-forward, subword-backward, subword-mark)
4727 (subword-kill, subword-backward-kill, subword-transpose)
4728 (subword-downcase, subword-upcase, subword-capitalize)
4729 (subword-forward-internal, subword-backward-internal):
4730 Rename from forward-subword, backward-subword, mark-subword,
4731 kill-subword, backward-kill-subword, transpose-subwords,
4732 downcase-subword, upcase-subword, capitalize-subword,
4733 forward-subword-internal, backward-subword-internal.
4734
4735 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4736
4737 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4738 New options.
4739 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4740 New vars.
4741 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4742 (bookmark-bmenu-filter-alist-by-regexp)
4743 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4744 (bookmark-bmenu-search): New command.
4745 (bookmark-bmenu-mode-map): Bind it.
4746
4747 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4748
4749 * progmodes/cc-cmds.el: declare-functioned forward-subword and
4750 backward-subword to quit the byte-compiler.
4751
4752 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4753
4754 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4755
4756 * progmodes/cc-cmds.el (c-update-modeline)
4757 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4758 Refer to subword.el functions instead of cc-subword.el.
4759
4760 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4761 subword.el functions instead of cc-subword.el.
4762
4763 * progmodes/cc-subword.el: Rename to subword.el.
4764 * subword.el: Rename from progmodes/cc-subword.el.
4765 (subword-mode-map): Rename from c-subword-mode-map.
4766 (subword-mode): Rename from c-subword-mode.
4767 (global-subword-mode): New global minor mode.
4768 (forward-subword): Rename from c-forward-subword.
4769 (backward-subword): Rename from c-backward-subword.
4770 (mark-subword): Rename from c-mark-subword.
4771 (kill-subword): Rename from c-kill-subword.
4772 (backward-kill-subword): Rename from c-backward-kill-subword.
4773 (transpose-subwords): Rename from c-tranpose-subword.
4774 (downcase-subword): Rename from c-downcase-subword.
4775 (capitalize-subword): Rename from c-capitalize-subword.
4776 (forward-subword-internal): Rename from c-forward-subword-internal.
4777 (backward-subword-internal): Rename from c-backward-subword-internal.
4778
4779 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4780
4781 * vc.el (vc-deduce-fileset): Allow non-state changing operations
4782 from a dired buffer.
4783 (vc-dired-deduce-fileset): New function.
4784 (vc-root-diff, vc-print-root-log): Use it.
4785
4786 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4787 nil LIMIT argument to vc-print-log-internal.
4788
4789 2009-11-20 Glenn Morris <rgm@gnu.org>
4790
4791 * Makefile.in (ELCFILES): Regenerate.
4792
4793 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
4794
4795 * calc/calc.el (calc-set-mode-line):
4796 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4797 (math-format-number): Rename `math-format-complement-signed' to
4798 `math-format-twos-complement'.
4799
4800 * calc/calc-bin.el (math-format-twos-complement): Rename from
4801 math-format-complement-signed.
4802 (calc-radix): Rename `calc-complement-signed-mode' to
4803 `calc-twos-complement-mode'.
4804 (calc-octal-radix, calc-hex-radix): Add an argument for
4805 two's complement.
4806
4807 * calc/calc-embed.el (calc-embedded-mode-vars):
4808 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4809
4810 * calc/calc-ext.el (calc-init-extensions):
4811 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4812 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4813
4814 * calc/calc-units.el (math-build-units-table-buffer):
4815 Let `calc-twos-complement-mode' be nil.
4816
4817 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4818 entries.
4819
4820 * calc/calc-vec.el (calcFunc-vunpack):
4821 * calc/calc-aent.el (calc-do-calc-eval):
4822 * calc/calc-forms.el (math-format-date):
4823 * calc/calc-graph.el (calc-graph-plot):
4824 * calc/calc-math.el (math-use-emacs-fn):
4825 * calc/calccomp.el (math-compose-expr):
4826 Let `calc-twos-complement-mode' be nil.
4827
4828 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4829
4830 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4831 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
4832 * minibuffer.el (completion-in-region-functions): New hook.
4833 (completion-in-region): New function.
4834 * emacs-lisp/lisp.el (lisp-complete-symbol):
4835 * pcomplete.el (pcomplete-std-complete): Use it.
4836
4837 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4838
4839 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4840 (latex-complete-alist): New vars.
4841 (latex-string-prefix-p, latex-complete-bibtex-keys)
4842 (latex-complete-envnames, latex-complete-refkeys)
4843 (latex-complete-data): New functions.
4844 (latex-complete, latex-indent-or-complete): New commands.
4845
4846 * window.el (display-buffer-mark-dedicated): New var.
4847 (display-buffer): Obey it.
4848 * minibuffer.el (minibuffer-completion-help): Use it.
4849
4850 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4851
4852 * filecache.el (file-cache-add-file): Use push and cons.
4853 (file-cache-delete-file-regexp): Use push.
4854 (file-cache-complete): Use completion-in-region.
4855
4856 * simple.el (with-wrapper-hook): Fix thinko.
4857
4858 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4859 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4860 Use with-current-buffer and string-to-number.
4861 (hfy-fallback-colour-values): Use assoc-string.
4862 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4863 (hfy-face-at): Remove unused var `found-face'.
4864 (hfy-compile-stylesheet): Remove unused var `css'.
4865 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4866 and `orig-buffer'.
4867 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4868 Use with-current-buffer.
4869 (hfy-text-p): Use expand-file-name and fewer setq.
4870
4871 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
4872
4873 * htmlfontify.el, hfy-cmap.el: New files.
4874
4875 2009-11-19 Juri Linkov <juri@jurta.org>
4876
4877 * minibuffer.el (completions-format): New defcustom.
4878 (completion--insert-strings): Implement vertical format.
4879
4880 * simple.el (switch-to-completions): Move point to the first
4881 completion when point was at the beginning of the buffer.
4882
4883 2009-11-19 Juri Linkov <juri@jurta.org>
4884
4885 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
4886
4887 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4888
4889 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
4890
4891 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4892 (mail-signature): Change default to t.
4893 (mail-from-style): Deprecate `system-default' value.
4894 (mail-insert-from-field): For default value of mail-from-style,
4895 default to `angles' unless `angles' needs quoting and `parens'
4896 does not.
4897 (mail-citation-prefix-regexp): Use citation regexp from
4898 message-mode.
4899
4900 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
4901
4902 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4903 Set variables for computing the prompt for reading password.
4904
4905 2009-11-19 Glenn Morris <rgm@gnu.org>
4906
4907 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
4908
4909 * textmodes/flyspell.el (sgml-lexical-context): Declare.
4910
4911 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4912 (newsticker-treeview-listwindow-height): Fix custom type.
4913
4914 2009-11-19 Kenichi Handa <handa@m17n.org>
4915
4916 * descr-text.el (describe-char-padded-string): Compose with TAB
4917 only if there's a font for CH.
4918 (describe-char): Fix the condition for detecting a trivial composition.
4919
4920 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
4921
4922 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
4923 more accurate version of the regexp. (Bug#3910)
4924
4925 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4926
4927 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4928
4929 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
4930
4931 * font-setting.el (font-use-system-font): Declare for byte-compiler.
4932 (font-setting-change-default-font): Fix typo in docstring.
4933
4934 2009-11-18 Alan Mackenzie <acm@muc.de>
4935
4936 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4937
4938 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4939
4940 * font-setting.el (font-use-system-font): Move ...
4941
4942 * cus-start.el (all): ... to here.
4943
4944 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
4945
4946 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4947 Don't set `ad-return-value' if `ad-do-it' doesn't.
4948
4949 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4950 modification time.
4951
4952 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4953
4954 * menu-bar.el: Put "Use system font" in Option-menu.
4955 (menu-bar-options-save): Add font-use-system-font.
4956
4957 * loadup.el: If feature system-font-setting or font-render-setting is
4958 there, load font-setting.
4959
4960 * Makefile.in (ELCFILES): Add font-settings.el.
4961 * font-setting.el: New file.
4962
4963 2009-11-17 Glenn Morris <rgm@gnu.org>
4964
4965 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4966
4967 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4968 Preserve point in the list buffer. (Bug#4939)
4969 Use point-at-eol.
4970 (newsticker--treeview-list-update-highlight)
4971 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4972
4973 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4974
4975 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4976 Remove.
4977
4978 * calc/calc-ext.el (calc-init-extensions): Remove references to
4979 symclip.
4980
4981 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4982
4983 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
4984 * calc/calc-help.el (calc-b-prefix-help): Remove references to
4985 `calc-symclip'.
4986
4987 2009-11-16 Kevin Ryde <user42@zip.com.au>
4988
4989 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4990 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
4991
4992 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4993 (lm-keywords-list): Allow comma-only separator like "foo,bar".
4994 Ignore trailing spaces by omit-nulls to split-string (fixing
4995 regression from Emacs 21 due to the incompatible split-string
4996 change). (Bug #4928.)
4997
4998 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
4999
5000 * vc.el (vc-log-show-limit): Default to 2000.
5001 (vc-print-log-internal): Insert buttons to request more entries
5002 when limiting the output.
5003
5004 * vc-sccs.el (vc-sccs-print-log):
5005 * vc-rcs.el (vc-rcs-print-log):
5006 * vc-cvs.el (vc-cvs-print-log):
5007 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5008 LIMIT is non-nil.
5009
5010 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5011
5012 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5013 error when `tramp-gvfs-dbus-event-vector' is set.
5014 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5015
5016 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5017
5018 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5019
5020 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5021
5022 * net/dbus.el (dbus-unregister-service): New defun.
5023 (dbus-register-property): Register the handlers of
5024 "org.freedesktop.DBus.Properties" for SERVICE.
5025 (dbus-property-handler): Fix docstring.
5026
5027 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5028
5029 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5030 Quote doc string reference in defvaralias as it is not in special form.
5031 (byte-compile-output-docform): Doc fix.
5032
5033 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5034
5035 * calc/calc.el (math-2-word-size, math-half-2-word-size)
5036 (calc-complement-signed-mode): New variables.
5037 (calc-set-mode-line): Add indicator for twos-complements.
5038 (math-format-number): Format twos-complement notation.
5039
5040 * calc/calc-bin.el (calc-word-size): Reset the variables
5041 `math-2-word-size' and `math-half-2-word-size'.
5042 (math-format-complement-signed, math-symclip, calcFunc-symclip)
5043 (calc-symclip): New functions.
5044
5045 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5046
5047 * calc/calc-embed.el (calc-embedded-mode-vars):
5048 Add `calc-complement-signed-mode' to the list of modes.
5049
5050 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5051 (calc-b-oper-keys): Add `calc-symclip' to list.
5052
5053 * calc/calc-ext.el (math-read-number-fancy): Read complement
5054 signed numbers.
5055 (calc-init-extensions): Add binding for `calc-symclip'.
5056 Add autoload for `calcFunc-symclip' and `calc-symclip'.
5057
5058 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5059 `calc-symclip'.
5060 (calc-modes-menu): Add item for twos complement mode.
5061
5062 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5063
5064 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5065
5066 * register.el (jump-to-register, insert-register): Handle Semantic
5067 tags. From commented-out advice in semantic/senator.el.
5068
5069 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5070
5071 * vc.el (vc-log-show-limit): New variable.
5072 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
5073 when using a prefix argument.
5074 (vc-print-log-internal): Add new argument LIMIT.
5075
5076 * vc-svn.el (vc-svn-print-log):
5077 * vc-mtn.el (vc-mtn-print-log):
5078 * vc-hg.el (vc-hg-print-log):
5079 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5080 pass it to the log command when set. Make the BUFFER argument
5081 non-optional.
5082
5083 * vc-sccs.el (vc-sccs-print-log):
5084 * vc-rcs.el (vc-rcs-print-log):
5085 * vc-git.el (vc-git-print-log):
5086 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5087 ignore it. Make the BUFFER argument non-optional
5088
5089 * bindings.el (mode-line-buffer-identification): Do not purecopy.
5090
5091 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5092
5093 * dired.el (dired-mode-map): Move encryption items to "Operate"
5094 menu (Bug#4703).
5095
5096 * strokes.el (strokes-update-window-configuration): Make strokes
5097 buffer current before erasing (Bug#4906).
5098
5099 2009-11-15 Juri Linkov <juri@jurta.org>
5100
5101 * simple.el (set-mark-default-inactive): Add :type, :group
5102 and :version. (Bug#4876)
5103
5104 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
5105
5106 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5107 (archive-unique-fname): ... here. (Bug#4929)
5108
5109 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5110
5111 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5112 with a real fix.
5113
5114 * novice.el (disabled-command-function): Add useful args.
5115 Setup the help buffer so that [back] works.
5116 Remove redundant call to help-mode.
5117 (disabled-command-function): Use `case'.
5118 (en/disable-command): New function extracted from enable-command.
5119 (enable-command, disable-command): Use it.
5120
5121 2009-11-14 Glenn Morris <rgm@gnu.org>
5122
5123 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5124 constants. (Bug#4913)
5125
5126 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5127
5128 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5129
5130 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5131 defined in C that have no doc-strings. (Bug#1063)
5132
5133 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
5134
5135 * cus-edit.el (data, files):
5136 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
5137
5138 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
5139
5140 * simple.el (shell-command): Doc fix (Bug#4891).
5141
5142 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5143
5144 2009-11-14 Glenn Morris <rgm@gnu.org>
5145
5146 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5147 statements for vc-diff, emerge-quit, and rmail-cease-edit.
5148 If they are already loaded, eval-after-load will do the right thing.
5149
5150 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5151 compiling.
5152
5153 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5154
5155 * simple.el (x-selection-owner-p): Declare.
5156 (read-mail-command): Use custom radio type rather than choice.
5157 (completion-no-auto-exit): Doc fix.
5158
5159 * custom.el (defgroup):
5160 * epg-config.el (epg): Doc fixes.
5161
5162 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
5163
5164 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5165 * international/ccl.el (define-ccl-program): Do not purecopy the
5166 docstring, defconst does it anyway.
5167
5168 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5169
5170 * add-log.el (add-change-log-entry): Avoid displaying the changelog
5171 a second time.
5172
5173 * x-dnd.el (x-dnd-maybe-call-test-function):
5174 * window.el (split-window-vertically):
5175 * whitespace.el (whitespace-help-on):
5176 * vc-rcs.el (vc-rcs-consult-headers):
5177 * userlock.el (ask-user-about-lock-help)
5178 (ask-user-about-supersession-help):
5179 * type-break.el (type-break-force-mode-line-update):
5180 * time-stamp.el (time-stamp-conv-warn):
5181 * terminal.el (te-set-output-log, te-more-break, te-filter)
5182 (te-sentinel, terminal-emulator):
5183 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5184 (term-write-input-ring, term-check-source, term-start-output-log):
5185 (term-display-buffer-line, term-dynamic-list-completions):
5186 (term-ansi-make-term, serial-term):
5187 * subr.el (selective-display):
5188 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5189 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5190 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5191 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5192 (speedbar-remove-localized-speedbar-support)
5193 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5194 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5195 (speedbar-buffers-line-directory):
5196 * simple.el (shell-command-on-region, append-to-buffer)
5197 (prepend-to-buffer):
5198 * shadowfile.el (shadow-save-todo-file):
5199 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5200 (scroll-bar-maybe-set-window-start):
5201 * sb-image.el (speedbar-image-dump):
5202 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5203 (load-save-place-alist-from-file):
5204 * ps-samp.el (ps-print-message-from-summary):
5205 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5206 (ps-background-image, ps-begin-job, ps-do-despool):
5207 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5208 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5209 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5210 (pr-call-process, pr-file-list, pr-interface-save):
5211 * novice.el (disabled-command-function)
5212 (enable-command, disable-command):
5213 * mouse.el (mouse-buffer-menu-alist):
5214 * mouse-copy.el (mouse-kill-preserving-secondary):
5215 * macros.el (kbd-macro-query):
5216 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5217 * informat.el (batch-info-validate):
5218 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5219 * hippie-exp.el (try-expand-dabbrev-visible):
5220 * help-mode.el (help-make-xrefs):
5221 * help-fns.el (describe-variable):
5222 * generic-x.el (bat-generic-mode-run-as-comint):
5223 * finder.el (finder-mouse-select):
5224 * find-dired.el (find-dired-sentinel):
5225 * filesets.el (filesets-file-close):
5226 * files.el (list-directory):
5227 * faces.el (list-faces-display, describe-face):
5228 * facemenu.el (list-colors-display):
5229 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5230 * epg.el (epg--process-filter, epg-cancel):
5231 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5232 (epa--read-signature-type):
5233 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5234 (emerge-file-names):
5235 * ehelp.el (electric-helpify):
5236 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5237 * ediff-vers.el (rcs-ediff-view-revision):
5238 * ediff-util.el (ediff-setup):
5239 * ediff-mult.el (ediff-append-custom-diff):
5240 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5241 (ediff-wordify):
5242 * echistory.el (Electric-command-history-redo-expression):
5243 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5244 * disp-table.el (describe-display-table):
5245 * dired.el (dired-find-buffer-nocreate):
5246 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5247 * dabbrev.el (dabbrev--same-major-mode-p):
5248 * chistory.el (list-command-history):
5249 * apropos.el (apropos-documentation):
5250 * allout.el (allout-obtain-passphrase):
5251 (allout-copy-exposed-to-buffer):
5252 (allout-verify-passphrase): Use with-current-buffer.
5253
5254 2009-11-13 Glenn Morris <rgm@gnu.org>
5255
5256 * Makefile.in (ELCFILES): Regenerate.
5257
5258 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
5259
5260 * net/dbus.el (dbus-registered-objects-table): Rename from
5261 `dbus-registered-functions-table', because it contains also properties.
5262 (dbus-unregister-object): Unregister also properties.
5263 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
5264 Use a timeout of 500 msec, in order to not block.
5265 (dbus-register-property, dbus-property-handler): New defuns.
5266
5267 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5268
5269 * simple.el (minibuffer-default-add-completions): Drop deprecated
5270 4th arg.
5271
5272 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
5273
5274 * textmodes/artist.el (artist-mouse-choose-operation):
5275 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5276 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
5277 (artist-compute-up-event-key): New function.
5278 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
5279
5280 2009-11-13 Kenichi Handa <handa@m17n.org>
5281
5282 * language/japan-util.el: Make sure that the value of jisx0208
5283 property is jisx0208 character.
5284
5285 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
5286
5287 * international/mule.el (auto-coding-regexp-alist): Only purecopy
5288 car or each item, not the whole list.
5289
5290 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5291
5292 * minibuffer.el (minibuffer-completion-help):
5293 Use minibuffer-hide-completions.
5294
5295 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
5296
5297 * dired.el (dired-save-positions, dired-restore-positions): New funs.
5298 (dired-revert): Use them (bug#4880).
5299
5300 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5301
5302 * tooltip.el (tooltip-frame-parameters): Undo previous change.
5303
5304 2009-11-12 Juri Linkov <juri@jurta.org>
5305
5306 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
5307 New functions.
5308 (find-file-literally-at-point): Alias of `ffap-literally'.
5309
5310 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5311
5312 * textmodes/ispell.el (ispell-skip-region-alist):
5313 * textmodes/css-mode.el (auto-mode-alist):
5314 * progmodes/compile.el (auto-mode-alist):
5315 * international/mule.el (ctext-non-standard-encodings-alist)
5316 (ctext-non-standard-encodings-regexp):
5317 * simple.el (shell-command-switch, text-read-only):
5318 * replace.el (occur-mode-map):
5319 * paths.el (rmail-file-name):
5320 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
5321 * find-file.el (ff-special-constructs):
5322 * files.el (file-name-handler-alist):
5323 * composite.el: Purecopy strings.
5324
5325 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
5326
5327 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5328
5329 * widget.el (define-widget): Purecopy the docstring.
5330 * international/mule-cmds.el (charset): Do not purecopy the
5331 docstring here, define-widget does it.
5332
5333 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5334 * textmodes/bibtex-style.el (auto-mode-alist):
5335 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5336 * progmodes/compile.el (compile-command):
5337 * language/korea-util.el (default-korean-keyboard):
5338 * international/mule-conf.el (file-coding-system-alist):
5339 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
5340 * tooltip.el (tooltip-frame-parameters):
5341 * newcomment.el (comment-end, comment-padding):
5342 * dired.el (dired-trivial-filenames):
5343 * comint.el (comint-file-name-prefix): Purecopy initial values.
5344
5345 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
5346
5347 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
5348 (tramp-advice-minibuffer-electric-tilde): Unload advices via
5349 `tramp-unload'.
5350 (tramp-advice-make-auto-save-file-name)
5351 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
5352 after removing the advice.
5353
5354 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5355
5356 * progmodes/grep.el (grep-regexp-alist):
5357 * international/mule-cmds.el (iso-2022-control-alist):
5358 * emacs-lisp/timer.el (timer-duration-words):
5359 * subr.el (version-separator, version-regexp-alist):
5360 * minibuffer.el (completion-styles-alist):
5361 * faces.el (face-attribute-name-alist, list-faces-sample-text):
5362 Change defvars to defconsts.
5363
5364 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
5365 * loadup.el ("international/mule-conf"): Load the byte compiled version.
5366 * international/mule-conf.el: Allow to be byte compiled.
5367
5368 * international/mule.el (define-charset): Purecopy props.
5369 (load-with-code-conversion): Purecopy doc string and file name.
5370 (put-charset-property): Purecopy strings.
5371 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
5372
5373 * international/mule-cmds.el (register-input-method): Purecopy arguments.
5374 (define-char-code-property): Correctly purecopy the table.
5375
5376 * international/ccl.el (define-ccl-program): Purecopy the docstring.
5377
5378 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
5379
5380 * subr.el (add-hook): Purecopy strings.
5381 (eval-after-load): Purecopy load-history-regexp and the form.
5382
5383 * custom.el (custom-declare-group): Purecopy load-file-name.
5384
5385 * subr.el (menu-bar-separator): New defconst.
5386 * net/eudc.el (eudc-tools-menu):
5387 * international/mule-cmds.el (set-coding-system-map)
5388 (mule-menu-keymap):
5389 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5390 * vc-hooks.el (vc-menu-map):
5391 * replace.el (occur-mode-map):
5392 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
5393 (menu-bar-edit-menu, menu-bar-goto-menu)
5394 (menu-bar-custom-menu, menu-bar-showhide-menu)
5395 (menu-bar-options-menu, menu-bar-tools-menu)
5396 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
5397 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
5398 (menu-bar-help-menu):
5399 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
5400 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
5401
5402 * term/x-win.el (x-gtk-stock-map):
5403 * progmodes/vera-mode.el (auto-mode-alist):
5404 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5405 (inferior-lisp-program, inferior-lisp-load-command):
5406 * progmodes/hideshow.el (hs-special-modes-alist):
5407 * progmodes/gud.el (same-window-regexps):
5408 * progmodes/grep.el (grep-program, find-program, xargs-program):
5409 * net/telnet.el (same-window-regexps):
5410 * net/rlogin.el (same-window-regexps):
5411 * language/ethiopic.el (font-ccl-encoder-alist):
5412 * vc-sccs.el (vc-sccs-master-templates):
5413 * vc-rcs.el (vc-rcs-master-templates):
5414 * subr.el (cl-assertion-failed):
5415 * simple.el (next-error-overlay-arrow-position):
5416 * lpr.el (lpr-command):
5417 * locate.el (locate-ls-subdir-switches):
5418 * info.el (same-window-regexps, info)
5419 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5420 * image-mode.el (image-mode, auto-mode-alist):
5421 * hippie-exp.el (hippie-expand-ignore-buffers):
5422 * format.el (format-alist):
5423 * find-dired.el (find-ls-subdir-switches, find-grep-options)
5424 (find-name-arg):
5425 * facemenu.el (facemenu-keybindings):
5426 * dired.el (dired-listing-switches, dired-chown-program):
5427 * diff.el (diff-switches, diff-command):
5428 * cus-edit.el (same-window-regexps):
5429 * bindings.el (mode-line-mule-info)
5430 (mode-line-buffer-identification): Purecopy strings.
5431
5432 2009-11-11 Juri Linkov <juri@jurta.org>
5433
5434 * simple.el (dired-get-filename) <declare-function>:
5435 Tell the byte-compiler about dired-get-filename.
5436 (shell-command): In Dired mode, get filename from the current line
5437 as the default value.
5438
5439 2009-11-10 Glenn Morris <rgm@gnu.org>
5440
5441 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5442 * calendar/holidays.el, progmodes/cperl-mode.el:
5443 Update x-popup-menu declarations.
5444
5445 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5446 (list-load-path-shadows): Use dolist.
5447 (list-load-path-shadows): Use with-current-buffer.
5448
5449 2009-11-10 Juri Linkov <juri@jurta.org>
5450
5451 * minibuffer.el (read-file-name): Support a list of default values
5452 in `default-filename'. Use the first file name where only one
5453 element is required. Doc fix.
5454
5455 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
5456
5457 * net/dbus.el (dbus-unregister-object): Release service, if no
5458 other method is registered for it.
5459
5460 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
5461
5462 * bookmark.el (bookmark-completing-read): Sort bookmark names if
5463 bookmark-sort-flag is non-nil (Bug#4653).
5464
5465 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5466
5467 * emulation/cua-base.el: Add CUA property to some CC mode commands
5468 (Bug#4100).
5469
5470 2009-11-08 Kevin Ryde <user42@zip.com.au>
5471
5472 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5473 at end of sentence (Bug#4818).
5474
5475 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
5476
5477 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5478 Handle "see declaration of" MSFT statements (Bug#4100).
5479
5480 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
5481
5482 * net/tramp.el (tramp-advice-make-auto-save-file-name)
5483 (tramp-advice-file-expand-wildcards): Unload via
5484 `ad-remove-advice'.
5485
5486 * net/trampver.el: Update release number.
5487
5488 2009-11-08 Kevin Ryde <user42@zip.com.au>
5489
5490 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5491 `ad-do-it'.
5492
5493 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
5494
5495 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5496 in order to keep context in SELinux.
5497
5498 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5499
5500 * dired-aux.el (dired-query): Place cursor in echo area and allow
5501 C-g.
5502
5503 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5504 menu item if not on a directory (Bug#4701).
5505
5506 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
5507
5508 Sync with Tramp 2.1.17.
5509
5510 * net/tramp.el (tramp-handle-copy-directory): Don't use
5511 `file-remote-p' (due to compatibility).
5512
5513 * net/tramp-compat.el (tramp-compat-copy-directory)
5514 (tramp-compat-delete-directory): New defuns.
5515
5516 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5517 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5518 `tramp-compat-delete-directory'.
5519
5520 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5521 (tramp-smb-handle-delete-directory): Use
5522 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5523
5524 * net/trampver.el: Update release number.
5525
5526 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
5527
5528 * tar-mode.el (tar-copy): Call write-region on the right buffer
5529 (Bug#4857).
5530
5531 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5532 by hand, if necessary (Bug#4878).
5533
5534 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
5535
5536 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5537 align size column (Bug#4839).
5538
5539 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5540 statement.
5541
5542 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5543
5544 * progmodes/ld-script.el (auto-mode-alist):
5545 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5546
5547 * cus-face.el (custom-declare-face): Purecopy face spec.
5548
5549 2009-11-06 Kenichi Handa <handa@m17n.org>
5550
5551 * international/uni-bidi.el: Re-generated.
5552 * international/uni-category.el: Re-generated.
5553 * international/uni-combining.el: Re-generated.
5554 * international/uni-mirrored.el: Re-generated.
5555
5556 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5557
5558 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5559 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5560 (tex-start-options, slitex-run-command, latex-run-command)
5561 (tex-run-command, tex-directory):
5562 * textmodes/ispell.el (ispell-html-skip-alists)
5563 (ispell-tex-skip-alists, ispell-tex-skip-alists):
5564 * textmodes/fill.el (adaptive-fill-first-line-regexp):
5565 (adaptive-fill-regexp):
5566 * textmodes/dns-mode.el (auto-mode-alist):
5567 * progmodes/python.el (interpreter-mode-alist):
5568 * progmodes/etags.el (tags-compression-info-list):
5569 * progmodes/etags.el (tags-file-name):
5570 * net/browse-url.el (browse-url-galeon-program)
5571 (browse-url-firefox-program):
5572 * mail/sendmail.el (mail-signature-file)
5573 (mail-citation-prefix-regexp):
5574 * international/mule-conf.el (eight-bit):
5575 * international/latexenc.el (latex-inputenc-coding-alist):
5576 * international/fontset.el (x-pixel-size-width-font-regexp):
5577 * emacs-lisp/warnings.el (warning-type-format):
5578 * emacs-lisp/trace.el (trace-buffer):
5579 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5580 (emacs-lisp-mode-map):
5581 * calendar/holidays.el (holiday-solar-holidays)
5582 (holiday-bahai-holidays, holiday-islamic-holidays)
5583 (holiday-christian-holidays, holiday-hebrew-holidays)
5584 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5585 (hebrew-holidays-1, holiday-oriental-holidays)
5586 (holiday-general-holidays):
5587 * x-dnd.el (x-dnd-known-types):
5588 * tool-bar.el (tool-bar):
5589 * startup.el (site-run-file):
5590 * shell.el (shell-dumb-shell-regexp):
5591 * rfn-eshadow.el (file-name-shadow-tty-properties)
5592 (file-name-shadow-properties):
5593 * paths.el (remote-shell-program, news-directory):
5594 * mouse.el ([C-down-mouse-3]):
5595 * menu-bar.el (menu-bar-tools-menu):
5596 * jka-cmpr-hook.el (jka-compr-load-suffixes)
5597 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5598 (jka-compr-compression-info-list):
5599 * isearch.el (search-whitespace-regexp):
5600 * image-file.el (image-file-name-extensions):
5601 * find-dired.el (find-ls-option):
5602 * files.el (directory-listing-before-filename-regexp)
5603 (directory-free-space-args, insert-directory-program)
5604 (list-directory-brief-switches, magic-fallback-mode-alist)
5605 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5606 (automount-dir-prefix):
5607 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5608 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5609 (face-font-registry-alternatives, face-font-registry-alternatives)
5610 (face-font-family-alternatives):
5611 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5612 (facemenu-foreground-menu, facemenu-face-menu):
5613 * epa-hook.el (epa-file-name-regexp):
5614 * dnd.el (dnd-protocol-alist):
5615 * textmodes/rst.el (auto-mode-alist):
5616 * button.el (default-button): Purecopy strings.
5617
5618 2009-11-06 Glenn Morris <rgm@gnu.org>
5619
5620 * Makefile.in (ELCFILES): Update.
5621
5622 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5623
5624 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5625 * emacs-lisp/levents.el: Move to obsolete/levents.el.
5626
5627 * nxml/xsd-regexp.el (xsdre-gen-categories):
5628 * nxml/xmltok.el (xmltok-parse-entity):
5629 * nxml/rng-parse.el (rng-parse-validate-file):
5630 * nxml/rng-maint.el (rng-format-manual)
5631 (rng-manual-output-force-new-line):
5632 * nxml/rng-loc.el (rng-save-schema-location-1):
5633 * nxml/rng-cmpct.el (rng-c-parse-file):
5634 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5635 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5636
5637 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
5638
5639 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5640 Remove extra save-excursions and make-variable-buffer-local's.
5641 Suggested by Stefan Monnier.
5642
5643 (verilog-getopt-file, verilog-module-inside-filename-p)
5644 (verilog-set-define): Merge GNU 1.35 and repair changes from
5645 switching to using with-current-buffer.
5646
5647 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5648 being treated as a number and confusing AUTORESET.
5649 Reported by Dan Dever.
5650
5651 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5652 Add verilog-auto-ignore-concat to fix backward compatibility with
5653 older verilog-modes. Reported by Dan Katz.
5654
5655 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5656 containing closing anchors "...$".
5657
5658 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5659 Reported by Wade Smith.
5660
5661 (verilog-batch-execute-func): Comment on function usage.
5662
5663 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
5664
5665 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5666 for labels.
5667
5668 (verilog-label-re, verilog-calc-1): Support proper indent of named
5669 asserts.
5670
5671 (verilog-backward-token, verilog-basic-complete-re)
5672 (verilog-beg-of-statement, verilog-indent-re): Support proper
5673 indent of the assert statement at the beginning of a block of text.
5674
5675 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5676 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5677 tokens as begins.
5678
5679 2009-11-05 Glenn Morris <rgm@gnu.org>
5680
5681 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5682 Emacs 19. (Bug#1531)
5683 (byte-compile-fix-header): Update for the above change.
5684 Drop test for epoch::version.
5685
5686 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5687 * cus-dep.el (custom-make-dependencies):
5688 * finder.el (finder-compile-keywords):
5689 Use autoload-rubric's feature argument.
5690
5691 * calendar/diary-lib.el (top-level): Make load behave more like require.
5692
5693 * vc-git.el (vc-git-stash-map): Move definition before use.
5694
5695 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
5696
5697 * custom.el (custom-declare-group): Purecopy standard-value.
5698 (custom-declare-group): Purecopy custom-prefix.
5699
5700 * international/mule.el (load-with-code-conversion):
5701 Call do-after-load-evaluation unconditionally.
5702
5703 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5704
5705 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5706
5707 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5708
5709 2009-11-04 Glenn Morris <rgm@gnu.org>
5710
5711 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5712 (byte-compile-compatibility): Remove option.
5713 (byte-compile-close-variables, byte-compile-fix-header)
5714 (byte-compile-insert-header, byte-compile-output-docform)
5715 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5716 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5717 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5718 (byte-compile-insert, byte-compile-defun):
5719 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
5720 (byte-defop-compiler19): Remove.
5721 Without byte-compile-compatibility, the 'emacs19-opcode property is not
5722 used by anything. Replace all calls with byte-defop-compiler.
5723
5724 2009-11-04 Juri Linkov <juri@jurta.org>
5725
5726 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5727 (menu-bar-options-menu): Don't quote the `prop' arg of
5728 `menu-bar-make-mm-toggle'.
5729
5730 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
5731
5732 * calendar/calendar.el (cal-loaddefs):
5733 * calendar/diary-lib.el (diary-loaddefs):
5734 * calendar/holidays.el (hol-loaddefs):
5735 * eshell/esh-module.el (esh-groups): Load rather than require.
5736
5737 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5738
5739 * calendar/todo-mode.el (todo-add-category): Don't hardcode
5740 point-min==1.
5741 (todo-top-priorities): Only display-buffer when called interactively.
5742 (todo-item-start): Don't save excursion point.
5743 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
5744 (todo-insert-item-here, todo-file-item, todo-remove-item):
5745 Adjust uses of todo-item-start and todo-item-end.
5746
5747 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5748 (autoload-rubric): Don't use any more.
5749
5750 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5751 and only put a prop if it is non-nil.
5752
5753 2009-11-03 Juri Linkov <juri@jurta.org>
5754
5755 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5756 (menu-bar-options-menu): Fix list quoting (Bug#4429).
5757
5758 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5759 and "Menu" to make top-level menu item visually one unit (like
5760 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5761 multi-word menu items). Fix :help string for quit-window.
5762
5763 2009-11-03 Glenn Morris <rgm@gnu.org>
5764
5765 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5766 (byte-compile-file-form-define-abbrev-table)
5767 (byte-compile-file-form-custom-declare-variable)
5768 (byte-compile-variable-ref, byte-compile-defvar):
5769 Whether or not a warning is enabled should only affect whether we issue
5770 the warning, not whether or not we collect the relevant data.
5771 Eg warnings can be turned on and off throughout the course of a file.
5772
5773 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5774 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5775
5776 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5777
5778 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5779 * play/mpuz.el (mpuz-create-buffer):
5780 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5781 (lm-print-y,s,noise, lm-print-w0, lm-init):
5782 * play/gomoku.el (gomoku-prompt-for-move):
5783 * play/fortune.el (fortune-in-buffer):
5784 * play/dissociate.el (dissociated-press):
5785 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5786 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5787 * mail/supercite.el (sc-eref-show):
5788 * mail/smtpmail.el (smtpmail-send-it):
5789 * mail/rmailsum.el (rmail-summary-next-labeled-message)
5790 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5791 (rmail-summary-undelete-many, rmail-summary-rmail-update)
5792 (rmail-summary-goto-msg, rmail-summary-expunge)
5793 (rmail-summary-get-new-mail, rmail-summary-search-backward)
5794 (rmail-summary-add-label, rmail-summary-output-menu)
5795 (rmail-summary-output-body):
5796 * mail/rfc822.el (rfc822-addresses):
5797 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5798 * mail/mailpost.el (post-mail-send-it):
5799 * mail/hashcash.el (hashcash-generate-payment):
5800 * mail/feedmail.el (feedmail-run-the-queue)
5801 (feedmail-queue-send-edit-prompt-help-first)
5802 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5803 (feedmail-deduce-address-list):
5804 * eshell/esh-ext.el (eshell-remote-command):
5805 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5806 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5807 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5808 (viper-save-string-in-file, viper-valid-marker):
5809 * emulation/viper-keym.el (viper-toggle-key):
5810 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5811 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5812 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5813 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5814 (viper-exec-form-in-emacs, viper-brac-function):
5815 * emulation/viper.el (viper-delocalize-var):
5816 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5817 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5818 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5819 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5820 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5821 * emulation/edt.el (edt-electric-helpify):
5822 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5823 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5824 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5825 (cua-indent-to-global-mark-column):
5826 * calendar/diary-lib.el (calendar-mark-1):
5827 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5828 Use with-current-buffer.
5829 * emulation/viper.el (viper-delocalize-var): Use dolist.
5830
5831 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
5832
5833 * comint.el (comint-replace-by-expanded-history-before-point):
5834 Replace !! with the previous input string literally (Bug#1795).
5835
5836 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
5837
5838 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5839 to be made up of whitespace.
5840
5841 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
5842
5843 * minibuffer.el (read-file-name): Don't use file dialogs for
5844 remote directories (Bug#99).
5845
5846 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
5847
5848 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5849
5850 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
5851
5852 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5853 instead of deleting the window or frame.
5854
5855 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5856
5857 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5858 Support face colors.
5859
5860 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5861 New function. Support face colors (Bug#1168).
5862 (tex-common-initialization): Use it.
5863
5864 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5865 mode allows it (Bug#1168).
5866
5867 2009-10-31 Juri Linkov <juri@jurta.org>
5868
5869 * facemenu.el (list-colors-display): Don't mark buffer as
5870 modified (Bug#3948).
5871
5872 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5873
5874 * international/mule-diag.el (list-character-sets-1): Minor
5875 message fix (Bug#3526).
5876
5877 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5878 face property (Bug#4834).
5879 (etags-list-tags, etags-tags-apropos-additional)
5880 (etags-tags-apropos, tags-select-tags-table): Add follow-link
5881 property.
5882
5883 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5884 items.
5885
5886 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5887
5888 * textmodes/two-column.el (2C-split):
5889 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5890 * textmodes/tex-mode.el (tex-set-buffer-directory):
5891 * textmodes/spell.el (spell-region, spell-string):
5892 * textmodes/reftex.el (reftex-erase-buffer):
5893 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5894 * textmodes/reftex-toc.el (reftex-toc-promote-action):
5895 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5896 (reftex-select-item):
5897 * textmodes/reftex-ref.el (reftex-label-info-update)
5898 (reftex-offer-label-menu):
5899 * textmodes/reftex-index.el (reftex-index-change-entry)
5900 (reftex-index-phrases-info):
5901 * textmodes/reftex-global.el (reftex-create-tags-file)
5902 (reftex-save-all-document-buffers, reftex-ensure-write-access):
5903 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5904 (reftex-view-crossref-from-bibtex):
5905 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5906 (reftex-extract-bib-entries-from-thebibliography)
5907 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5908 * textmodes/refbib.el (r2b-capitalize-title):
5909 (r2b-convert-buffer, r2b-help):
5910 * textmodes/page-ext.el (pages-directory)
5911 (pages-directory-goto-with-mouse):
5912 * textmodes/bibtex.el (bibtex-validate-globally):
5913 * textmodes/bib-mode.el (bib-capitalize-title):
5914 * textmodes/artist.el (artist-clear-buffer, artist-system):
5915 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5916 (local-set-scheme-interaction-buffer, xscheme-process-filter)
5917 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5918 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5919 (xscheme-send-control-g-interrupt, xscheme-start-process)
5920 (xscheme-process-sentinel, xscheme-cd):
5921 * progmodes/verilog-mode.el (verilog-read-always-signals)
5922 (verilog-set-define, verilog-getopt-file)
5923 (verilog-module-inside-filename-p):
5924 * progmodes/sh-script.el:
5925 * progmodes/python.el (python-pdbtrack-get-source-buffer)
5926 (python-pdbtrack-grub-for-buffer, python-execute-file):
5927 * progmodes/octave-inf.el (inferior-octave):
5928 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5929 (idlwave-shell-compile-helper-routines, idlwave-set-local)
5930 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5931 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5932 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5933 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5934 (idlwave-shell-filter, idlwave-shell-examine-highlight)
5935 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5936 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5937 (idlwave-shell-examine-display, idlwave-shell-run-region)
5938 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5939 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5940 * progmodes/idlw-help.el (idlwave-help-get-special-help)
5941 (idlwave-help-get-help-buffer):
5942 * progmodes/gud.el (gud-basic-call, gud-find-class)
5943 (gud-tooltip-activate-mouse-motions-if-enabled):
5944 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5945 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5946 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5947 (ebrowse-tags-next-file):
5948 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5949 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5950 (ebnf-eps-finish-and-write):
5951 * progmodes/cpp.el (cpp-edit-save):
5952 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5953 * progmodes/cc-defs.el (c-emacs-features):
5954 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5955 (antlr-directory-dependencies):
5956 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5957 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5958 (ada-find-any-references, ada-make-filename-from-adaname)
5959 (ada-make-body-gnatstub):
5960 * obsolete/rnews.el (news-list-news-groups):
5961 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
5962 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5963 * net/rcirc.el (rcirc-debug):
5964 * net/newst-treeview.el (newsticker--treeview-list-add-item)
5965 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5966 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5967 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5968 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
5969 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5970 (newsticker--treeview-list-clear-highlight)
5971 (newsticker--treeview-list-update-highlight)
5972 (newsticker--treeview-list-highlight-start)
5973 (newsticker--treeview-tree-update-highlight)
5974 (newsticker--treeview-get-selected-item)
5975 (newsticker-treeview-mark-list-items-old)
5976 (newsticker--treeview-set-current-node):
5977 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5978 * net/newst-backend.el (newsticker--get-news-by-funcall)
5979 (newsticker--get-news-by-wget, newsticker--image-get)
5980 (newsticker--image-sentinel):
5981 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5982 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5983 (eudc-ph-close-session):
5984 * net/eudc.el (eudc-save-options):
5985 * language/thai-word.el (thai-update-word-table):
5986 * language/japan-util.el (japanese-string-conversion):
5987 * international/titdic-cnv.el (tsang-quick-converter)
5988 (ziranma-converter, ctlau-converter):
5989 * international/mule-cmds.el (describe-language-environment):
5990 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5991 (skkdic-convert-postfix, skkdic-convert-prefix):
5992 (skkdic-convert-okuri-nasi, skkdic-convert):
5993 * emacs-lisp/re-builder.el (reb-update-overlays):
5994 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5995 * emacs-lisp/gulp.el (gulp-send-requests):
5996 * emacs-lisp/find-gc.el (trace-call-tree):
5997 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5998 (eieio-describe-generic):
5999 * emacs-lisp/eieio-base.el (eieio-persistent-read):
6000 * emacs-lisp/edebug.el (edebug-outside-excursion):
6001 * emacs-lisp/debug.el (debugger-make-xrefs):
6002 * emacs-lisp/cust-print.el (custom-prin1-to-string):
6003 * emacs-lisp/chart.el (chart-new-buffer):
6004 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6005 Use with-current-buffer.
6006 * textmodes/artist.el (artist-system): Don't call
6007 copy-sequence on a fresh string.
6008 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6009
6010 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
6011
6012 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6013 is no item to edit. (Bug#4820)
6014 (todo-top-priorities): Restore point and restore narrowing in Todo
6015 buffer. (Bug#4820)
6016
6017 2009-10-31 Glenn Morris <rgm@gnu.org>
6018
6019 * net/ange-ftp.el (top-level): Don't require dired when compiling.
6020 (comint-last-output-start, comint-last-input-start)
6021 (comint-last-input-end): Don't defvar when compiling.
6022 (ange-ftp-process-file): Use bound-and-true-p.
6023
6024 * pcmpl-rpm.el (top-level): Move provide statement to end.
6025 (pcmpl-rpm): Remove unused custom group.
6026
6027 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6028
6029 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6030
6031 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6032 (byte-compile-warnings): Add `constants' as an option.
6033 (byte-compile-callargs-warn, byte-compile-arglist-warn)
6034 (display-call-tree): Update for byte-compile-fdefinition possibly
6035 returning `(macro lambda ...)'. (Bug#4778)
6036 (byte-compile-variable-ref, byte-compile-setq-default):
6037 Respect `constants' member of byte-compile-warnings.
6038
6039 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6040
6041 * vc-bzr.el (vc-bzr-revision-keywords): New var.
6042 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6043 to "submit:".
6044
6045 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6046
6047 * textmodes/ispell.el (ispell-skip-region-alist):
6048 * international/mule-conf.el (eight-bit):
6049 * international/fontset.el (font-encoding-alist):
6050 * startup.el (pure-space-overflow-message):
6051 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6052 * paths.el (gnus-nntp-service, rmail-spool-directory)
6053 (term-file-prefix):
6054 * files.el (save-some-buffers-action-alist):
6055 * cmuscheme.el (same-window-buffer-names):
6056 * ielm.el (same-window-buffer-names):
6057 * shell.el (same-window-buffer-names):
6058 * mail/sendmail.el (same-window-buffer-names):
6059 * progmodes/inf-lisp.el (same-window-buffer-names):
6060 * bindings.el (mode-line-client)
6061 (mode-line-column-line-number-mode-map):
6062 * language/tibetan.el (tibetan-precomposition-rule-regexp)
6063 (tibetan-precomposed-regexp): Purecopy string arguments.
6064
6065 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6066
6067 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6068 (calcDigit-nondigit):
6069 * calc/calc-yank.el (calc-copy-to-buffer):
6070 * calc/calc-units.el (calc-invalidate-units-table):
6071 * calc/calc-trail.el (calc-trail-yank):
6072 * calc/calc-store.el (calc-insert-variables):
6073 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6074 * calc/calc-prog.el (calc-read-parse-table):
6075 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6076 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6077 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6078 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6079 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6080 (calc-graph-name, calc-graph-find-command, calc-graph-view)
6081 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6082 * calc/calc-ext.el (calc-realign):
6083 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6084 (calc-embedded-finish-edit, calc-embedded-make-info)
6085 (calc-embedded-finish-command, calc-embedded-stack-change):
6086 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6087
6088 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6089 shell-dynamic-complete-filename in preference to
6090 comint-dynamic-complete-filename.
6091
6092 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6093 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6094 Don't consider whether the display supports colors.
6095 (bookmark-import-new-list): Use dolist.
6096 (bookmark-bmenu-mode-map): Move initialization into declaration.
6097 (bookmark-bmenu-list): Use dolist, simplify.
6098 (bookmark-show-all-annotations): Use save-selected-window and dolist.
6099 (menu-bar-final-items): Use push.
6100
6101 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
6102
6103 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6104 it works on remote files.
6105 (vc-hg-diff): Don't pass any `--cwd' argument.
6106
6107 2009-10-27 Kevin Ryde <user42@zip.com.au>
6108
6109 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6110 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
6111 (Further to Bug#3921).
6112
6113 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
6114
6115 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6116 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6117 calling `tramp-imap-put-file'. Add file size to the call.
6118 (tramp-imap-get-file-entries): Compute also user name, file size,
6119 and date.
6120 (tramp-imap-handle-insert-directory): Insert uid and gid.
6121 (tramp-imap-handle-file-attributes): Transform uid and gid
6122 according to `id-format'.
6123 (tramp-imap-put-file): New optional parameter SIZE. Encode file
6124 size in header X-Size.
6125
6126 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
6127
6128 * simple.el (transpose-subr): Give clearer error when the mark
6129 is not set. (Bug#4807)
6130
6131 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
6132
6133 * net/tramp.el (tramp-perl-file-truename): New defconst.
6134 Perl code contributed by yary <not.com@gmail.com> (tiny change).
6135 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
6136 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6137 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
6138
6139 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6140 Ignore `dired-call-process'.
6141 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6142
6143 2009-10-26 Julian Scheid <julians37@gmail.com>
6144
6145 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
6146 (tramp-get-remote-readlink): New defun.
6147 (tramp-handle-file-truename): Use it.
6148 (tramp-handle-file-exists-p): Check file-attributes cache, assume
6149 file exists if cache value present.
6150 (tramp-check-cached-permissions): New defun.
6151 (tramp-handle-file-readable-p): Use it.
6152 (tramp-handle-file-writable-p): Likewise.
6153 (tramp-handle-file-executable-p): Likewise.
6154 (tramp-handle-file-name-all-completions): Try using Perl to get
6155 partial completions. When perl not available, combine `cd' and
6156 `ls' into single remote operation and use shell expansion to get
6157 partial remote directory contents. Set `file-exists-p' cache for
6158 directory and any files returned by ls. Change cache handling to
6159 support partial directory contents. Use error message emitted by
6160 remote `cd' or Perl code for local tramp-error.
6161 (tramp-do-copy-or-rename-file-directly): Avoid separate
6162 tramp-send-command-and-check call.
6163 (tramp-handle-process-file): Merge three remote ops into one.
6164 Do not flush all caches when `process-file-side-effects' is set.
6165 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6166 file-attributes shows uid/gid to be set already.
6167
6168 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6169
6170 * textmodes/tex-mode.el (tex-dvi-view-command)
6171 (tex-show-queue-command, tex-open-quote):
6172 * progmodes/ruby-mode.el (auto-mode-alist)
6173 (interpreter-mode-alist): Purecopy strings.
6174
6175 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6176
6177 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6178 string for the hook, keymap and abbrev table.
6179
6180 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6181
6182 * x-dnd.el (x-dnd-xdnd-to-action):
6183 * startup.el (fancy-startup-text, fancy-about-text): Change to
6184 defconst from defvar.
6185
6186 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6187
6188 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6189 Purecopy initialization strings.
6190
6191 * mail/sendmail.el (mail-header-separator)
6192 (mail-personal-alias-file):
6193 * mail/rmail.el (rmail-default-dont-reply-to-names)
6194 (rmail-ignored-headers, rmail-retry-ignored-headers)
6195 (rmail-highlighted-headers, rmail-secondary-file-directory)
6196 (rmail-secondary-file-regexp):
6197 * files.el (null-device, file-name-invalid-regexp)
6198 (locate-dominating-stop-dir-regexp)
6199 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
6200 (interpreter-mode-alist): Use mapcar instead of mapc.
6201
6202 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6203
6204 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6205 (completion-ignored-extensions):
6206 (debug-ignored-errors): Purecopy strings.
6207
6208 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6209
6210 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6211 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6212 (pcomplete--here): Use push.
6213
6214 * subr.el (all-completions): Declare the 4th arg obsolete.
6215
6216 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6217
6218 * pcomplete.el (pcomplete-unquote-argument-function): New var.
6219 (pcomplete-unquote-argument): New function.
6220 (pcomplete--common-suffix): Always pay attention to case.
6221 (pcomplete--table-subvert): Quote and unquote the text.
6222 (pcomplete--common-quoted-suffix): New function.
6223 (pcomplete-std-complete): Use it and pcomplete-begin.
6224
6225 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6226 we're inside a dedicated or minibuffer window.
6227
6228 2009-10-24 Karl Fogel <kfogel@red-bean.com>
6229
6230 * bookmark.el: Update documentation, especially documentation
6231 of `bookmark-alist' and of the bookmark file format.
6232 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
6233
6234 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6235
6236 * mail/emacsbug.el (report-emacs-bug): Clarify that the
6237 keybindings apply to the mail buffer (Bug#4003). Shrink help
6238 window to buffer.
6239
6240 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6241 (global-whitespace-mode, global-whitespace-newline-mode)
6242 (whitespace-toggle-options, global-whitespace-toggle-options):
6243 Doc fix (Bug#3660).
6244
6245 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6246 of xmltok-start before the end tag was inserted (Bug#2840).
6247
6248 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6249 patterns that are preceded by an open-paren (Bug#1320).
6250
6251 2009-10-24 Sven Joachim <svenjoac@gmx.de>
6252
6253 * files.el (delete-directory): Delete symlinks to directories with
6254 delete-file (Bug#4739).
6255
6256 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6257
6258 * vc.el (vc-backend-for-registration): Rename from
6259 vc-get-backend-for-registration. Update callers.
6260
6261 * international/mule-cmds.el (set-language-info-alist):
6262 Purecopy lang-env.
6263 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6264 (charset): Purecopy the name.
6265 (define-char-code-property): Purecopy string arguments.
6266
6267 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6268 Purecopy string arguments.
6269
6270 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6271 * ediff-hook.el (menu-bar-ediff-menu):
6272 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6273 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6274
6275 2009-10-24 Glenn Morris <rgm@gnu.org>
6276
6277 * comint.el (comint-dynamic-list-completions):
6278 * term.el (term-dynamic-list-completions): Use choose-completion rather
6279 than obsolete alias mouse-choose-completion.
6280
6281 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6282 file-cache-choose-completion.
6283 (file-cache-choose-completion): Handle an optional event argument.
6284 (file-cache-mouse-choose-completion): Make it an obsolete alias.
6285
6286 * progmodes/octave-mod.el (octave-complete-symbol):
6287 Use choose-completion if mouse-choose-completion is ever removed.
6288
6289 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6290 use.
6291
6292 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6293 compiler.
6294
6295 * vc-hooks.el (vc-responsible-backend): Fix declaration.
6296
6297 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6298
6299 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6300 Ignore `pred' now that we receive one.
6301 Handle test-completion specially.
6302
6303 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6304
6305 * vc.el (vc-responsible-backend): Throw an error if not backend is
6306 found. Remove the REGISTER argument. Move the code dealing with
6307 REGISTER ...
6308 (vc-get-backend-for-registration): ... here. New function.
6309 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6310 of vc-responsible-backend, pass the file name instead of the
6311 directory name.
6312
6313 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6314
6315 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6316 New funs.
6317 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
6318 (pcomplete-comint-setup): Don't modify a global var via
6319 accidental side-effects.
6320 (pcomplete-shell-setup): Adjust call accordingly.
6321 (pcomplete-parse-comint-arguments): Use push.
6322
6323 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
6324
6325 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6326 Allow uncapitalized info node names (Bug#3921).
6327
6328 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6329 to the DEBUG file (Bug#3781).
6330
6331 2009-10-23 Jari Aalto <jari.aalto@cante.net>
6332
6333 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6334 dictionary entry (Bug#4579).
6335
6336 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
6337
6338 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6339 from `rfn-eshadow-update-overlay-hook' when unloading.
6340 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6341 "rsyncc". Adjust doc string.
6342 (tramp-temp-buffer-file-name): New buffer-local defvar.
6343 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6344 Keep temporary file when indicated by method ("rsync" and
6345 "rsyncc").
6346 (tramp-handle-write-region): Handle APPEND.
6347 (tramp-delete-temp-file-function): New defun. Added to
6348 `kill-buffer-hook'.
6349
6350 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
6351
6352 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6353
6354 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6355
6356 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6357 (color-name-rgb-alist, tty-standard-colors)
6358 (tty-color-mode-alist): Change to defconst.
6359
6360 * simple.el (mark-inactive): Purecopy message.
6361
6362 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6363 (global-map, yank-menu):
6364 * textmodes/ispell.el (ispell-menu-map):
6365 * net/eudc.el (eudc-tools-menu):
6366 * international/mule-cmds.el (describe-language-environment-map)
6367 (setup-language-environment-map, set-coding-system-map)
6368 (mule-menu-keymap):
6369 * vc-hooks.el (vc-menu-entry, vc-menu-map):
6370 * replace.el (occur-mode-map):
6371 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6372
6373 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
6374
6375 * calc/calc.el (math-read-number, math-read-number-simple): Use
6376 `save-match-data'.
6377
6378 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6379
6380 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6381 rather than fiddling with global-map bindings, since it should only
6382 affect per-terminal settings.
6383 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6384
6385 * minibuffer.el (completion-table-with-terminator): Allow to specify
6386 the terminator-regexp.
6387
6388 * simple.el (switch-to-completions): Look for *Completions* in other
6389 frames as well.
6390
6391 * pcomplete.el: Allow the use of completion-tables.
6392 (pcomplete-std-complete): New command.
6393 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6394 (pcomplete--here): Use a function for `form' rather than an expression,
6395 so it can be byte-compiled.
6396 (pcomplete-here, pcomplete-here*): Adjust accordingly.
6397 Add edebug declaration.
6398 (pcomplete-show-completions): Remove unused var `curbuf'.
6399 (pcomplete-do-complete, pcomplete-stub):
6400 Don't assume `completions' is a list of strings any more.
6401
6402 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
6403
6404 * find-dired.el (find-name-arg): Fix typo in docstring.
6405
6406 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6407
6408 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6409 (pcmpl-linux-fs-types): Same, and update to new modules layout.
6410
6411 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6412 pcomplete-entries.
6413
6414 * comint.el (comint-read-input-ring, comint-write-input-ring)
6415 (comint-substitute-in-file-name)
6416 (comint-dynamic-complete-as-filename)
6417 (comint-dynamic-simple-complete)
6418 (comint-dynamic-list-filename-completions)
6419 (comint-dynamic-list-completions)
6420 (comint-redirect-results-list-from-process): Minor simplifications.
6421
6422 2009-10-21 Kevin Ryde <user42@zip.com.au>
6423
6424 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6425 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
6426 the first form. And insert a blank line after ";;; Code" since
6427 that's usual style. (Bug#4612)
6428
6429 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6430
6431 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6432
6433 * minibuffer.el (completion-table-with-terminator): Properly implement
6434 boundaries, in case `terminator' appears in the suffix.
6435 (completion--embedded-envvar-table): Don't return boundaries if
6436 there's no valid completion. Simplify.
6437 (completion-file-name-table): New completion table extracted from
6438 completion--file-name-table.
6439 (completion--file-name-table): Use it.
6440 (read-file-name-predicate): Declare obsolete.
6441 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6442 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6443 completion-file-name-table, and use the `pred' argument.
6444 * files.el (locate-file-completion-table): Use the `pred' arg rather
6445 than read-file-name-predicate.
6446 (abbreviate-file-name): Use \` rather than ^ for BOS.
6447
6448 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6449
6450 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6451 vc-responsible-backend to register, it causes problems.
6452
6453 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6454
6455 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6456
6457 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
6458
6459 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6460 (tramp-smb-handle-file-attributes): Use it.
6461 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6462 (tramp-smb-handle-insert-directory): Use `mapc' rather than
6463 `mapcar'. Use `tramp-smb-get-stat-capability'.
6464 Add `dired-filename' text properties.
6465 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6466 (tramp-smb-maybe-open-connection): Simplify check for smbclient
6467 version.
6468
6469 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6470
6471 * subr.el (read-key-delay): Reduce to 0.01.
6472 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6473 (bug#4751).
6474
6475 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6476
6477 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6478
6479 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6480 (Info-menu): Remove unused vars `last' and `completions'.
6481 (Info-index-nodes): Remove unused var `node'.
6482
6483 * info.el (Info-complete-menu-item): Use complete-with-action.
6484
6485 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6486
6487 Make vc-annotate work through copies and renames.
6488 * vc-annotate.el (vc-annotate-extract-revision-at-line):
6489 Return the file name too.
6490 (vc-annotate-revision-at-line)
6491 (vc-annotate-find-revision-at-line)
6492 (vc-annotate-revision-previous-to-line)
6493 (vc-annotate-show-log-revision-at-line): Update to get the file
6494 name from vc-annotate-extract-revision-at-line.
6495 (vc-annotate-show-diff-revision-at-line-internal): Change the
6496 argument to mean whether to show a file diff or not. Get the file
6497 name from vc-annotate-extract-revision-at-line.
6498 (vc-annotate-show-diff-revision-at-line):
6499 Update vc-annotate-show-diff-revision-at-line call.
6500 (vc-annotate-warp-revision): Add an optional file argument.
6501
6502 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6503 (vc-git-annotate-extract-revision-at-line): Also return the file
6504 name if found.
6505
6506 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6507 command. Remove unused code.
6508 (vc-hg-annotate-re): Update to match --follow output.
6509 (vc-hg-annotate-extract-revision-at-line): Also return the file
6510 name if found.
6511
6512 * vc.el: Update annotate-extract-revision-at-line documentation.
6513
6514 2009-10-18 Kevin Ryde <user42@zip.com.au>
6515
6516 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6517 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6518
6519 * net/browse-url.el (browse-url): Identify alist with "consp and
6520 not functionp" and let all other things go down the `apply' leg,
6521 as suggested by Stefan. (Further to bug#4531.)
6522
6523 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
6524
6525 * minibuffer.el (read-file-name): Check for repeat before putting
6526 a default argument in file-name-history (Bug#4657).
6527
6528 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6529 read syntax (Bug#4737).
6530
6531 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6532
6533 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6534
6535 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6536 (html-tag-alist, html-tag-help): Add descriptions for undocumented
6537 entries and make note of obsolete tags.
6538
6539 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6540
6541 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6542
6543 2009-10-18 Glenn Morris <rgm@gnu.org>
6544
6545 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6546 grep, so that binary files (eg international/uni-bidi.el) can match.
6547 Remove test for "UnicodeData" files, since it is hopefully unnecessary
6548 now, and in any case the file header format has changed.
6549
6550 2009-10-17 Glenn Morris <rgm@gnu.org>
6551
6552 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6553 (flyspell-get-word, flyspell-large-region)
6554 (flyspell-auto-correct-previous-word): Doc/error message fixes.
6555
6556 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6557
6558 * Makefile.in (ELCFILES): Add ede/shell.
6559
6560 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6561
6562 * term/common-win.el (x-colors): Purecopy it.
6563
6564 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6565
6566 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6567 permissive for when the buffer is empty.
6568 (tar-header-block-tokenize): Decode the username and groupname.
6569 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6570
6571 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6572
6573 * international/mule-cmds.el (select-safe-coding-system): If the file
6574 has a coding cookie, use it regardless of any other setting (bug#4712).
6575
6576 2009-10-17 Glenn Morris <rgm@gnu.org>
6577
6578 * foldout.el (foldout-mouse-swallow-events):
6579 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6580
6581 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6582 (dired-keep-marker-copy, dired-keep-marker-hardlink)
6583 (dired-keep-marker-symlink, dired-dwim-target)
6584 (dired-copy-preserve-time): Do not autoload these defcustoms.
6585
6586 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6587 messages from messing up the file coding. (Bug#4623)
6588
6589 2009-10-17 Jari Aalto <jari.aalto@cante.net>
6590
6591 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6592 if no match is found for the current dictionary. (Bug#4578)
6593
6594 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6595 optional, since that is how it is documented, and this is often called
6596 with a nil argument. (Bug#4577)
6597 (flyspell-external-point-words, flyspell-auto-correct-word)
6598 (flyspell-correct-word-before-point, flyspell-word-search-forward)
6599 (flyspell-word-search-backward): Remove nil argument in calls to
6600 flyspell-get-word, since it is not needed now.
6601
6602 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
6603
6604 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
6605
6606 2009-10-16 Glenn Morris <rgm@gnu.org>
6607
6608 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6609
6610 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6611
6612 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6613 (ange-ftp-file-size): New function.
6614 (ange-ftp-file-attributes): Use it.
6615
6616 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
6617
6618 * net/tramp-smb.el (tramp-smb-version): New defvar.
6619 (tramp-smb-maybe-open-connection): Use it, in order to avoid
6620 repeated checks.
6621
6622 2009-10-16 Glenn Morris <rgm@gnu.org>
6623
6624 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6625 Maybe copy some custom properties from old to new name. (Bug#4706)
6626
6627 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
6628
6629 * subr.el (error, sit-for, start-process-shell-command)
6630 (start-file-process-shell-command): Set the calling convention
6631 after the function definition.
6632
6633 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6634
6635 * subr.el (error, sit-for, start-process-shell-command)
6636 (start-file-process-shell-command): Use the new
6637 set-advertised-calling-convention feature.
6638
6639 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
6640
6641 * international/ucs-normalize.el (ucs-normalize-version):
6642 Change to 1.2.
6643 (check-range): Adjust for Unicode 5.2.
6644
6645 2009-10-15 Juri Linkov <juri@jurta.org>
6646
6647 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6648 to the `menu-item' format.
6649
6650 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
6651
6652 * net/tramp.el (tramp-replace-environment-variables): Do not fail
6653 if the environment variable does not exist.
6654
6655 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6656 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6657 parameter.
6658 (tramp-smb-handle-add-name-to-file)
6659 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6660 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6661 (tramp-smb-handle-file-attributes)
6662 (tramp-smb-do-file-attributes-with-stat)
6663 (tramp-smb-handle-file-local-copy)
6664 (tramp-smb-handle-insert-directory)
6665 (tramp-smb-handle-make-directory)
6666 (tramp-smb-handle-make-directory-internal)
6667 (tramp-smb-handle-make-symbolic-link)
6668 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6669 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6670 (tramp-smb-maybe-open-connection): Apply the changed parameters.
6671 (tramp-smb-read-file-entry): Read Disk names in compressed format.
6672 Handle long file names.
6673 (tramp-smb-get-cifs-capabilities): Check, whether the connection
6674 process is running.
6675 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6676 Read share names with "-g" option.
6677
6678 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
6679
6680 * net/rcirc.el (rcirc-view-log-file): New command.
6681 (rcirc-track-minor-mode-map): Remove C-c ` binding.
6682 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6683 specified.
6684
6685 2009-10-15 Glenn Morris <rgm@gnu.org>
6686
6687 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6688 from the second command-line argument.
6689 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6690 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6691 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6692 w32-batch-update-autoloads.
6693 * emacs-lisp/autoload.el (autoload-make-program): New variable.
6694 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6695
6696 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6697 the headers cannot be located. Simplify, subtracting superflous
6698 save-excursions.
6699
6700 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6701
6702 Replace completion-base-size by completion-base-position to fix bugs
6703 such as (bug#4699).
6704 * simple.el (completion-base-position): New var.
6705 (completion-base-size): Mark as obsolete.
6706 (choose-completion): Make it work for mouse events as well.
6707 Pass the new base-position to choose-completion-string.
6708 (choose-completion-guess-base-position): New function, extracted from
6709 choose-completion-delete-max-match.
6710 (choose-completion-delete-max-match): Use it. Make obsolete.
6711 (choose-completion-string): Use the new base-position info.
6712 (completion-root-regexp): Delete.
6713 (completion-setup-function): Preserve completion-base-position.
6714 Eliminate obsolete base-size manipulation.
6715 * minibuffer.el (display-completion-list): Don't mess with base-size.
6716 (minibuffer-completion-help): Set completion-base-position instead.
6717 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6718 choose-completion.
6719 * textmodes/bibtex.el (bibtex-complete):
6720 * emacs-lisp/crm.el (crm--choose-completion-string):
6721 Adjust to new calling convention.
6722 * complete.el (partial-completion-mode): Use minibufferp to avoid
6723 bumping into incompatible change to choose-completion-string-functions.
6724 * ido.el (ido-choose-completion-string): Make its calling convention
6725 more permissive.
6726 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6727 base-size manipulation.
6728 (comint-dynamic-list-input-ring): Use dotimes and push.
6729 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6730 fundamental-mode. Use `or'.
6731
6732 2009-10-14 Juri Linkov <juri@jurta.org>
6733
6734 * misearch.el (multi-isearch-next-buffer-from-list)
6735 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
6736
6737 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6738
6739 * Makefile.in (compile-onefile): Load `bytecomp' rather than
6740 `bytecomp.el'.
6741
6742 * minibuffer.el (completion-pcm--merge-completions): Make sure the
6743 string we return is all made up of text from the completions rather
6744 than part from the completions and part from the input (bug#4219).
6745
6746 * ido.el (ido-everywhere): Use define-minor-mode.
6747
6748 * buff-menu.el (list-buffers, ctl-x-map):
6749 Mark the entry points with ;;;###autoload cookies.
6750
6751 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6752
6753 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6754 correctly in the detached head case.
6755 (vc-git-print-log): Remove unused binding.
6756
6757 * vc.el (vc-responsible-backend): When a directory is passed for
6758 for registration create a VC repository if no backend is
6759 responsible for the directory argument.
6760 (vc-deduce-fileset): Tell vc-responsible-backend to register.
6761
6762 * vc.el: Move comments about RCS and SCCS ...
6763 * vc-rcs.el:
6764 * vc-sccs.el: ... here, respectively.
6765
6766 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6767
6768 * minibuffer.el (completion--file-name-table): Return nil if there's
6769 no file completion, even if substitute-in-file-name changed
6770 the string (bug#4708).
6771
6772 2009-10-13 Juri Linkov <juri@jurta.org>
6773
6774 * files-x.el (read-file-local-variable-value): Don't filter out
6775 minor modes from mode name completion (bug#4664).
6776
6777 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6778
6779 * international/mule-cmds.el (ucs-names): Remove exclusion of
6780 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6781
6782 2009-10-13 Kenichi Handa <handa@m17n.org>
6783
6784 * international/uni-name.el: Regenerated.
6785
6786 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6787
6788 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
6789 should be automatically buffer-local, but isn't.)
6790
6791 2009-10-12 Sam Steingold <sds@gnu.org>
6792
6793 * progmodes/compile.el (compilation-next-error-function): Fix the
6794 timestamps if the buffer has been visited before.
6795 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6796 non-anchored patterns, like the perl one (bug#3928).
6797
6798 2009-10-12 Glenn Morris <rgm@gnu.org>
6799
6800 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6801 Let-bind `size'.
6802
6803 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
6804
6805 * proced.el (proced-unload-function): New function.
6806
6807 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6808 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6809 Doc fix.
6810
6811 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6812
6813 2009-10-11 Juri Linkov <juri@jurta.org>
6814
6815 * files-x.el (read-file-local-variable-value):
6816 Provide default value only for bound variables (bug#4664).
6817
6818 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
6819
6820 * net/tramp.el (tramp-local-host-p): Function shall return nil for
6821 connection methods like smb.
6822
6823 * net/tramp-cache.el (tramp-flush-connection-property): The hash
6824 can be empty.
6825
6826 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6827 (tramp-smb-file-name-handler-alist): Add handlers for
6828 `add-name-to-file', `make-symbolic-link'.
6829 (tramp-smb-handle-add-name-to-file)
6830 (tramp-smb-do-file-attributes-with-stat)
6831 (tramp-smb-handle-make-symbolic-link)
6832 (tramp-smb-get-cifs-capabilities): New defuns.
6833 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6834 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6835 (tramp-smb-handle-file-local-copy)
6836 (tramp-smb-handle-make-directory-internal)
6837 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6838 The file name syntax depends on cifs capabilities.
6839 (tramp-smb-handle-file-attributes):
6840 Call `tramp-smb-do-file-attributes-with-stat' if possible.
6841 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6842 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6843
6844 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
6845
6846 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6847 (eieio-defclass): Apply deftype handler and setf-method properties
6848 directly.
6849 (eieio-add-new-slot): Avoid union function from cl library.
6850 (eieio--typep): New function.
6851 (eieio-perform-slot-validation): Use it.
6852
6853 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6854
6855 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6856 Update documentation to refer to the variables documented in r1.135.
6857 (Bug#4188)
6858
6859 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6860
6861 * bookmark.el (Info-suffix-list): Remove this unused variable.
6862 (bookmark-current-point): Remove this obsolete variable.
6863 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6864 Adjust for removal of bookmark-current-point.
6865
6866 (bookmarks-already-loaded, bookmark-current-buffer)
6867 (bookmark-yank-point): Document. (Bug#4188)
6868
6869 2009-10-10 Glenn Morris <rgm@gnu.org>
6870
6871 * frame.el (frame-height): Doc fix.
6872
6873 * calendar/calendar.el (calendar-split-width-threshold): New option.
6874 (calendar-basic-setup): Use calendar-split-width-threshold.
6875
6876 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
6877
6878 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6879 Ideographic Supplement" range (U+1F200..U+1F2FF).
6880
6881 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6882
6883 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6884 since the list will have been rebuilt anyway. (Bug#4349)
6885
6886 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6887
6888 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6889 (bookmark-bmenu-execute-deletions): Don't save here, as
6890 bookmark-delete will now do so if necessary.
6891 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6892 (Bug#4348)
6893
6894 2009-10-09 Glenn Morris <rgm@gnu.org>
6895
6896 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6897
6898 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6899
6900 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6901 (bookmark-jump-other-window): Just invoke bookmark-jump with new
6902 argument now, so the two function's behaviors will match. (Bug#3645)
6903
6904 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
6905
6906 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6907 (tramp-file-name-real-host, tramp-file-name-port):
6908 Apply `save-match-data'.
6909
6910 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6911 case both directories are remote.
6912 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6913 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6914
6915 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6916
6917 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6918
6919 2009-10-07 Glenn Morris <rgm@gnu.org>
6920
6921 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6922 of concat.
6923
6924 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6925
6926 * files-x.el (read-file-local-variable): Include some
6927 non-user-variables in the completion table (bug#4664).
6928
6929 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
6930
6931 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6932 message.
6933
6934 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6935 (tramp-smb-file-name-handler-alist): Add handler for
6936 `copy-directory', `expand-file-name', `set-file-modes'.
6937 (tramp-smb-handle-copy-directory)
6938 (tramp-smb-handle-expand-file-name)
6939 (tramp-smb-handle-set-file-modes): New defuns.
6940 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6941 (tramp-smb-handle-file-attributes): Simplify check for retrieving
6942 entry.
6943 (tramp-smb-handle-insert-directory): Don't flush the cache.
6944 (tramp-smb-maybe-open-connection): Check for samba client and
6945 server versions.
6946
6947 2009-10-07 Eli Zaretskii <eliz@gnu.org>
6948
6949 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6950 to not error out of search for "^lisp=" fails.
6951
6952 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6953
6954 * makefile.w32-in (WINS_UPDATES): New macro.
6955 (custom-deps, finder-data, autoloads): Use it.
6956
6957 2009-10-07 Glenn Morris <rgm@gnu.org>
6958
6959 * Makefile.in (autoloads): Revert previous change.
6960 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6961 the list of preloaded files passed on the command-line, get
6962 it from src/Makefile.
6963
6964 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6965 show the original buffer rather than a random one.
6966
6967 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
6968
6969 * help.el (describe-no-warranty): Place point in a slightly better
6970 position in the GPLv3 text.
6971
6972 2009-10-06 Sam Steingold <sds@gnu.org>
6973
6974 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6975 the comm attribute is present before calling regexp-quote.
6976
6977 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
6978
6979 * play/animate.el (animate-string): For good effect, make sure
6980 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6981
6982 * play/animate.el (animate-sequence, animate-birthday-present):
6983 * misc.el (butterfly): Don't set `indent-tabs-mode'.
6984
6985 2009-10-06 Glenn Morris <rgm@gnu.org>
6986
6987 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6988
6989 * emacs-lisp/autoload.el (autoload-excludes): New variable.
6990 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6991 (batch-update-autoloads): Process a string value of autoload-excludes,
6992 set during the build process.
6993 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
6994
6995 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6996 inside with-parsed... macro so that `v' is defined.
6997
6998 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6999 * progmodes/fortran.el (fortran-end-of-block)
7000 (fortran-beginning-of-block):
7001 Also push mark in the macro case.
7002
7003 * emerge.el (emerge-show-file-name):
7004 * calc/calc.el (calc-quit):
7005 * calc/calc-misc.el (calc-big-or-small):
7006 * calc/calc-graph.el (calc-graph-view):
7007 * calc/calc-ext.el (calc-reset):
7008 * calendar/calendar.el (calendar-basic-setup):
7009 Use window-full-height-p.
7010
7011 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7012 header we don't understand, don't insert another. (Bug#4624)
7013 If changing mime charset, insert the new one in the right place.
7014
7015 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
7016
7017 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7018 (cal-tex-cursor-month): Correctly increment the end date for diary and
7019 holiday listing. (Bug#4626)
7020
7021 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7022
7023 * help-fns.el (describe-function-1): Don't burp if the function is not
7024 a symbol.
7025
7026 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
7027
7028 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7029 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7030 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7031 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7032
7033 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7034 (eieio-default-superclass): Reflow docstrings.
7035 (this, class-option-assoc, defclass, eieio-class-un-autoload)
7036 (eieio-unbind-method-implementations, defmethod)
7037 (eieio-validate-slot-value, eieio-validate-class-slot-value)
7038 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7039 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7040 (eieio-slot-originating-class-p, eieio-slot-name-index)
7041 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7042 (constructor, initialize-instance, no-next-method, object-print)
7043 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7044 Fix typos in docstrings.
7045 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7046 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7047 (next-method-p): Doc fixes.
7048 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7049 Fix typos in error messages.
7050 (eieio-defmethod): Fix typo in description of generic method.
7051
7052 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7053 (eieio-persistent-save-interactive, slot-missing):
7054 Fix typos in docstrings.
7055 (eieio-instance-inheritor-slot-boundp): Doc fix.
7056
7057 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7058 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7059
7060 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7061 (eieio-custom-object-apply-reset):
7062 Fix typos in docstrings and error messages.
7063
7064 * emacs-lisp/eieio-datadebug.el (data-debug-show):
7065 Fix typo in docstring.
7066
7067 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7068 (eieio-browse-tree): Doc fix.
7069 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7070 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7071 Fix typos in docstrings.
7072
7073 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7074 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7075 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7076 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7077 Reflow docstrings.
7078
7079 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7080
7081 * vc-hg.el (log-view-vc-backend): Declare for compiler.
7082 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7083 Set log-view-vc-backend so that diff can work.
7084
7085 * log-view.el (log-view-diff): Use vc-diff-internal instead of
7086 vc-version-diff.
7087 (vc-diff-internal): Autoload this instead of vc-version-diff.
7088
7089 2009-10-05 Eli Zaretskii <eliz@gnu.org>
7090
7091 * simple.el (eval-expression): Doc fix.
7092
7093 * progmodes/cwarn.el (cwarn-mode): Doc fix.
7094
7095 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
7096
7097 * files.el (directory-files-no-dot-files-regexp): New defconst.
7098 (delete-directory): Use it.
7099 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
7100
7101 * net/tramp.el (tramp-verbose): Fix docstring.
7102 (tramp-methods): Add recursive option to `tramp-copy-args'.
7103 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
7104 "scp1_old", "scp2_old", "rsync", "rsyncc".
7105 (tramp-default-method): Check also for `auth-source-user-or-password'.
7106 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7107 Add handler for `copy-directory'.
7108 (tramp-handle-copy-directory): New defun.
7109 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7110 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7111 Optimize sent command.
7112
7113 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7114
7115 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7116 window if necessary.
7117
7118 * calendar/calendar.el (calendar-basic-setup): Don't call
7119 switch-to-buffer in a dedicated window.
7120
7121 2009-10-05 Karl Fogel <kfogel@red-bean.com>
7122
7123 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7124 don't do anything related to relocating, just return nil.
7125 (bookmark-error-no-filename): New error.
7126 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7127 bookmark has no file. Don't even attempt to handle things that
7128 are not files; the whole point of custom handlers is to keep that
7129 knowledge elsewhere anyway. Tighten some comments.
7130 (bookmark-file-or-variation-thereof): Remove now-unused function.
7131 (bookmark-location): Doc string fix.
7132 (Bug#4250)
7133
7134 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7135
7136 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7137 don't use a file dialog, because they usually don't know how to read
7138 a directory target from the user. (Bug#4230)
7139 Also, make sure the prompt can display directories as well as files.
7140
7141 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7142
7143 * bookmark.el (bookmark-set, bookmark-buffer-name):
7144 Improve doc strings. (Bug#1193)
7145
7146 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7147
7148 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7149 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7150 (bookmark-get-annotation, bookmark-set-annotation)
7151 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7152 (bookmark-set-position, bookmark-get-front-context-string)
7153 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7154 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7155 (bookmark-jump-other-window, bookmark-handle-bookmark)
7156 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7157 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7158 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7159 Improve doc strings to say whether bookmark can be a string or
7160 a record or both, and make other consistency and clarity fixes.
7161 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7162 (bookmark-default-annotation-text, bookmark-yank-word)
7163 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7164 (bookmark-import-new-list, bookmark-maybe-rename)
7165 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7166 (bookmark-bmenu-bookmark): Give these doc strings.
7167 (bookmark-bmenu-check-position): Give this a doc string, but also
7168 add a FIXME comment about how the function may be pointless.
7169 (bookmark-default-handler): Rework doc string and change a
7170 parameter name, to clarify that this takes a bookmark record
7171 not a bookmark name.
7172 (bookmark-set): Change a parameter name to indicate its meaning,
7173 and improve the doc string a bit.
7174 (Bug#4188)
7175
7176 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7177
7178 * bookmark.el (bookmark-alist): Document the new `handler' element
7179 in the param alist.
7180 (bookmark-make-record-function): Adjust documentation for above.
7181 (Bug#4193)
7182
7183 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7184
7185 * info.el (Info-bookmark-make-record): Document this function.
7186 (Info-bookmark-jump): Document with a doc string, not just a comment.
7187 (Bug#4203)
7188
7189 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
7190
7191 * files.el (copy-directory): New defun.
7192
7193 * dired-aux.el (dired-copy-file-recursive): Use it.
7194
7195 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7196
7197 * files-x.el (modify-dir-local-variable)
7198 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
7199 docstrings.
7200
7201 * recentf.el (recentf-unload-function): New function.
7202
7203 2009-10-04 Glenn Morris <rgm@gnu.org>
7204
7205 * window.el (window-full-height-p): Add doc string.
7206
7207 2009-10-04 Martin Rudalics <rudalics@gmx.at>
7208
7209 * window.el (window-full-height-p): New function. (Bug#4543)
7210
7211 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7212
7213 * vc.el: Remove commented out code.
7214 (vc-derived-from-dir-mode): Remove, unused.
7215 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7216
7217 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
7218
7219 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7220 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
7221 there could be recursive loading when `default-directory' is a
7222 remote file name. (Bug#4614)
7223
7224 2009-10-03 Glenn Morris <rgm@gnu.org>
7225
7226 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7227 the frame is wide.
7228 (calendar-generate-window): Test for shrinkability rather than width.
7229
7230 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7231 reusing existing buffers, in case we happen to visit two files with the
7232 same basename. (Bug#4593)
7233
7234 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7235
7236 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7237 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7238 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7239 subdirs of cedet as well.
7240 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7241
7242 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7243
7244 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7245 Obey advertised-signature-table.
7246
7247 * help-fns.el (help-function-arglist): Don't check
7248 advertised-signature-table.
7249 (describe-function-1): Do it here instead so it also applies to subrs.
7250
7251 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
7252
7253 * simple.el (start-file-process): Say in the doc-string, that file
7254 handlers might not support pty association, if PROGRAM is nil.
7255
7256 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7257 HOST and USER are strings. They are nil, when there are
7258 incomplete entries in ~/.netrc, for example.
7259 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
7260 root directory ("device busy" error otherwise).
7261
7262 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7263 Flush file properties of created directory.
7264
7265 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7266
7267 * makefile.w32-in (WINS_BASIC): Remove cedet.
7268 (WINS_CEDET): Add cedet.
7269 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7270
7271 2009-10-02 Kevin Ryde <user42@zip.com.au>
7272
7273 * net/browse-url.el (browse-url): Pass any symbol in
7274 browse-url-browser-function to `apply', since if you've mistakenly put
7275 an unbound symbol then the error is clearer. (Bug#4531)
7276
7277 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7278
7279 * allout.el (allout-init, allout-back-to-current-heading)
7280 (allout-beginning-of-current-entry, allout-ascend-to-depth)
7281 (allout-ascend, allout-up-current-level, allout-end-of-level)
7282 (allout-previous-visible-heading, allout-forward-current-level)
7283 (allout-backward-current-level, allout-show-children):
7284 * apropos.el (apropos-describe-plist):
7285 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7286 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7287 * completion.el (add-completion, add-permanent-completion):
7288 * descr-text.el (describe-text-category, describe-char):
7289 * desktop.el (desktop-lazy-abort):
7290 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7291 * dired.el (dired-build-subdir-alist):
7292 * ediff.el (ediff-version):
7293 * elide-head.el (elide-head, elide-head-show):
7294 * emerge.el (emerge-version):
7295 * env.el (getenv):
7296 * face-remap.el (variable-pitch-mode):
7297 * faces.el (describe-face):
7298 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7299 (dired-at-point):
7300 * files.el (find-file-existing, auto-save-mode):
7301 * font-lock.el (font-lock-fontify-buffer):
7302 * help-fns.el (describe-function, describe-variable)
7303 (describe-syntax, describe-categories):
7304 * help.el (view-lossage, describe-bindings, describe-key)
7305 (describe-mode):
7306 * hexl.el (hexl-current-address):
7307 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7308 * info.el (Info-goto-emacs-key-command-node):
7309 * log-edit.el (log-edit-insert-cvs-template)
7310 (log-edit-insert-cvs-rcstemplate):
7311 * menu-bar.el (menu-bar-mode):
7312 * mouse.el (mouse-appearance-menu):
7313 * newcomment.el (comment-indent-new-line):
7314 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7315 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7316 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7317 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7318 * recentf.el (recentf-mode):
7319 * savehist.el (savehist-mode, savehist-save):
7320 * shadowfile.el (shadow-copy-files):
7321 * simple.el (kill-ring-save, next-line, previous-line)
7322 (normal-erase-is-backspace-mode):
7323 * strokes.el (strokes-update-window-configuration)
7324 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7325 (strokes-xpm-for-stroke):
7326 * time.el (emacs-uptime, emacs-init-time):
7327 * tutorial.el (tutorial--describe-nonstandard-key)
7328 (tutorial--detailed-help):
7329 * type-break.el (type-break-mode)
7330 (type-break-mode-line-message-mode, type-break-query-mode)
7331 (type-break-guesstimate-keystroke-threshold):
7332 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7333 * version.el (emacs-version):
7334 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7335 * winner.el (winner-mode):
7336 * calendar/timeclock.el (timeclock-in, timeclock-out)
7337 (timeclock-status-string, timeclock-change)
7338 (timeclock-workday-remaining-string)
7339 (timeclock-workday-elapsed-string)
7340 (timeclock-when-to-leave-string):
7341 * calendar/todo-mode.el (todo-add-category):
7342 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7343 * emacs-lisp/autoload.el (update-file-autoloads):
7344 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7345 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7346 (checkdoc-message-text, checkdoc-defun):
7347 * emacs-lisp/debug.el (debugger-list-functions):
7348 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7349 * emacs-lisp/eieio-opt.el (eieio-describe-class)
7350 (eieio-describe-generic):
7351 * emacs-lisp/lisp-mnt.el (lm-synopsis):
7352 * emacs-lisp/shadow.el (list-load-path-shadows):
7353 * emulation/cua-base.el (cua-mode):
7354 * emulation/edt.el (edt-set-scroll-margins):
7355 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7356 (tpu-toggle-regexp, tpu-toggle-search-direction)
7357 (tpu-toggle-rectangle, tpu-toggle-control-keys):
7358 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7359 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7360 (viper-set-parsing-style-toggling-macro)
7361 (viper-set-emacs-state-searchstyle-macros):
7362 * emulation/viper.el (viper-set-hooks):
7363 * eshell/esh-mode.el (eshell-truncate-buffer):
7364 * international/mule-cmds.el (prefer-coding-system)
7365 (describe-input-method, describe-language-environment):
7366 * international/mule-diag.el (list-character-sets)
7367 (describe-character-set, describe-coding-system)
7368 (describe-fontset, list-fontsets, list-input-methods):
7369 * mail/sendmail.el (mail-signature):
7370 * net/ange-ftp.el (ange-ftp-copy-file):
7371 * net/browse-url.el (browse-url):
7372 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7373 * net/quickurl.el (quickurl-add-url):
7374 * net/rcirc.el (names, topic):
7375 * net/xesam.el (xesam-mode):
7376 * play/5x5.el (5x5-new-game):
7377 * play/yow.el (apropos-zippy):
7378 * progmodes/ada-mode.el (ada-mode-version):
7379 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7380 (f90-end-of-block)
7381 (f90-beginning-of-block):
7382 * progmodes/fortran.el (fortran-end-of-block)
7383 (fortran-beginning-of-block):
7384 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7385 * progmodes/python.el (python-describe-symbol, python-shell):
7386 * term/ns-win.el (ns-print-buffer):
7387 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7388 * textmodes/flyspell.el (flyspell-mode-on):
7389 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7390 (pages-directory-for-addresses):
7391 * textmodes/table.el (table-recognize-cell)
7392 (table-query-dimension, table-generate-source)
7393 (table-insert-sequence, table--warn-incompatibility):
7394 * textmodes/tex-mode.el (tex-validate-buffer):
7395 * textmodes/texinfmt.el (texinfmt-version)
7396 (texinfo-format-buffer):
7397 Use `called-interactively-p' instead of `interactive-p'.
7398
7399 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7400
7401 * image-mode.el (image-toggle-display):
7402 * emacs-lisp/elp.el (elp-instrument-function):
7403 * emacs-lisp/advice.el (ad-make-advised-definition):
7404 * emacs-lisp/easy-mmode.el (define-minor-mode):
7405 * net/browse-url.el (browse-url-maybe-new-window):
7406 * progmodes/sh-script.el (sh-learn-buffer-indent):
7407 Pass new argument 'any to `called-interactively-p'.
7408
7409 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7410
7411 * international/uni-bidi.el:
7412 * international/uni-category.el:
7413 * international/uni-combining.el:
7414 * international/uni-comment.el:
7415 * international/uni-decimal.el:
7416 * international/uni-decomposition.el:
7417 * international/uni-digit.el:
7418 * international/uni-lowercase.el:
7419 * international/uni-mirrored.el:
7420 * international/uni-name.el:
7421 * international/uni-numeric.el:
7422 * international/uni-old-name.el:
7423 * international/uni-titlecase.el:
7424 * international/uni-uppercase.el:
7425 Regenerate from Unicode 5.2.0 data.
7426
7427 2009-10-01 Glenn Morris <rgm@gnu.org>
7428
7429 * Makefile.in (ELCFILES): Regenerate.
7430
7431 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7432
7433 * subr.el (interactive-p): Mark obsolete.
7434 (called-interactively-p): Make the optional-ness of `kind' obsolete.
7435 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7436 advertised-signature-table for subroutines as well.
7437
7438 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7439 (set-advertised-calling-convention): New function.
7440 (make-obsolete, define-obsolete-function-alias)
7441 (make-obsolete-variable, define-obsolete-variable-alias):
7442 Make the optional-ness of `when' obsolete.
7443 (define-obsolete-face-alias): Make `when' non-optional.
7444 * help-fns.el (help-function-arglist):
7445 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7446 Use advertised-signature-table.
7447
7448 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
7449
7450 * files.el (delete-directory): New defun. The original function
7451 in fileio.c has been renamed to `delete-directory-internal'.
7452
7453 * dired.el (dired-delete-file): Call `delete-directory' with
7454 RECURSIVE parameter.
7455
7456 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7457 parameter RECURSIVE. Implementation is missing.
7458
7459 * net/tramp.el (tramp-handle-make-directory): Flush upper
7460 directory's file properties.
7461 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7462 (tramp-handle-dired-recursive-delete-directory): Flush directory
7463 properties after the remove command only.
7464
7465 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7466 Handle optional parameter RECURSIVE.
7467
7468 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7469 Handle optional parameter RECURSIVE.
7470
7471 * net/tramp-smb.el (tramp-smb-errors): Add error message for
7472 connection timeout.
7473 (tramp-smb-handle-delete-directory): Handle optional parameter
7474 RECURSIVE.
7475
7476 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7477
7478 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7479 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7480 (byte-compile-defmacro): Use backquotes.
7481
7482 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7483
7484 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7485 has no associated file.
7486 (vc-resynch-buffer): Use vc-dir-buffers.
7487
7488 2009-10-01 Glenn Morris <rgm@gnu.org>
7489
7490 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7491 (chart-file-count):
7492 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7493 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7494 * emacs-lisp/eieio-opt.el (eieio-describe-class):
7495 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7496 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7497 (eieio-copy-parents-into-subclass, make-instance, class-children)
7498 (eieio-generic-form):
7499
7500 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7501 match-data. (Bug#4555).
7502
7503 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7504 rather than parsing it as a regexp. This relaxes the layout
7505 requirements and makes errors easier to detect.
7506 (check-declare-verify): Check file is regular.
7507 (check-declare-directory): Doc fix.
7508 * subr.el (declare-function): Doc fix.
7509
7510 * ibuffer.el (ibuffer-format-qualifier):
7511 * isearch.el (hi-lock-regexp-okay):
7512 * calc/calc.el (math-zerop):
7513 * mail/uce.el (rmail-msgbeg, rmail-msgend):
7514 * term/w32-win.el (setup-default-fontset, set-fontset-font):
7515 Remove unused declarations.
7516
7517 2009-09-30 Glenn Morris <rgm@gnu.org>
7518
7519 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7520
7521 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7522 filename is not a string.
7523
7524 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
7525
7526 * files.el (safe-local-eval-forms): Fix typo.
7527
7528 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7529
7530 * vc-hooks.el (vc-dir-buffers): New var.
7531 (vc-state-refresh): New function.
7532 (vc-state): Use it.
7533 (vc-after-save): Always ask the backend to recompute the new state.
7534 Always call vc-dir if necessary, using vc-dir-buffers.
7535 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7536 Use vc-dir-buffers.
7537 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7538 (vc-dir-prepare-status-buffer, vc-dir-update)
7539 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7540 Don't call expand-file-name on default-directory.
7541
7542 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7543
7544 * speedbar.el (speedbar-item-delete):
7545 * calc/calc-prog.el (calc-kbd-if):
7546 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7547
7548 * epa.el (epa-key-list-mode-map):
7549 * hi-lock.el (hi-lock-menu): Fix typos in menus.
7550
7551 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7552 (hs-show-hook): Fix typo in docstring.
7553
7554 2009-09-29 Glenn Morris <rgm@gnu.org>
7555
7556 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7557 file-name-nondirectory call preventing location of cedet files.
7558 (check-declare-verify): Use literal search rather than re-search.
7559 Add basic defmethod and defclass, and define-overloadable-function.
7560
7561 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7562 Use tramp-compat-file-attributes rather than nonexistent
7563 tramp-compat-handle-file-attributes.
7564
7565 * Makefile.in (lisptagsfiles4): New.
7566 (AUTOGENEL): Add cedet loaddefs files.
7567 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7568 (update-elclist, compile-always, backup-compiled-files)
7569 (bootstrap-clean): Add yet another directory level.
7570 (update-elclist): Use LC_COLLATE rather than COLLATE.
7571 (ELCFILES): Update, via `make update-elclist'.
7572
7573 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7574
7575 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7576 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7577 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7578
7579 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
7580
7581 * Makefile.in (lisptagsfiles3): Define.
7582 (TAGS, TAGS-LISP): Use it.
7583 (update-elclist): Add third directory level to look for elc files.
7584 (compile-always): Likewise.
7585 (backup-compiled-files): Likewise.
7586 (bootstrap-clean): Likewise.
7587 (ELCFILES): Update.
7588
7589 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
7590
7591 * Makefile.in (ELCFILES): Add CEDET files.
7592
7593 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
7594
7595 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7596
7597 * net/tramp.el (top): Require tramp-imap.
7598
7599 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7600 Use `tramp-compat-handle-file-attributes'.
7601
7602 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7603
7604 * net/tramp-imap.el: New package.
7605
7606 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7607
7608 * whitespace.el (whitespace-trailing-regexp)
7609 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7610 Fix doc string.
7611
7612 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
7613
7614 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7615 menu.
7616
7617 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7618 menu-bar-ediff-menu.
7619
7620 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7621 define-overloadable-function.
7622
7623 * progmodes/autoconf.el: Provide autoconf as well, so that this
7624 file can be `require'd.
7625
7626 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7627
7628 * emacs-lisp/autoload.el (generated-autoload-feature)
7629 (generated-autoload-load-name): New vars.
7630 (autoload-rubric, autoload-generate-file-autoloads): Use them.
7631 (make-autoload): Recognize define-overloadable-function and
7632 defclass forms (for EIEIO).
7633
7634 * Makefile.in (update-subdirs): Exclude cedet directory.
7635
7636 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7637
7638 * term/ns-win.el: Don't set the region face background. (Bug#4381)
7639
7640 * faces.el: Default light-background background for region face to
7641 ns_selection_color under NS.
7642
7643 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7644
7645 * net/imap-hash.el: New library, see NEWS.
7646
7647 * Makefile.in (ELCFILES): Add imap-hash.el.
7648
7649 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7650
7651 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7652 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7653 * help-macro.el (make-help-screen): Avoid using an ambiguous function
7654 definition where the docstring could be taken for the return value.
7655
7656 2009-09-26 Glenn Morris <rgm@gnu.org>
7657
7658 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7659 Add option to only show images below a certain size.
7660 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7661 save-excursion calls.
7662
7663 2009-09-26 Eli Zaretskii <eliz@gnu.org>
7664
7665 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7666 subdirectories) and eieio.
7667
7668 2009-09-26 Alan Mackenzie <acm@muc.de>
7669
7670 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7671 buggy bracketing. (Bug#4289)
7672
7673 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7674 character constants (as case labels). (Bug#4289)
7675
7676 2009-09-25 Juri Linkov <juri@jurta.org>
7677
7678 * files.el (safe-local-eval-forms): Allow time-stamp in
7679 before-save-hook (Bug#4554).
7680
7681 2009-09-25 Drew Adams <drew.adams@oracle.com>
7682
7683 * menu-bar.el (list-buffers-directory): Doc fix.
7684
7685 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
7686
7687 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7688 Try and avoid copying twice the same paragraph.
7689 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7690 Remove save-excursion.
7691 (log-edit-changelog-entry): Do it here instead.
7692
7693 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
7694
7695 * bs.el (bs--get-file-name): Use `list-buffers-directory'
7696 when available, instead of hardcoding mode names. Doc fix.
7697
7698 * menu-bar.el (list-buffers-directory): Add docstring.
7699 Make automatically buffer-local.
7700
7701 * dired.el (dired-mode):
7702 * files.el (cd-absolute):
7703 * pcvs.el (cvs-temp-buffer):
7704 * pcvs-util.el (cvs-get-buffer-create):
7705 * shell.el (shell-mode):
7706 * vc-dir.el (vc-dir-mode):
7707 Don't make `list-buffers-directory' buffer local.
7708
7709 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
7710
7711 * comint.el (comint-exec, comint-run, make-comint):
7712 Doc fixes (Bug#4542).
7713
7714 2009-09-25 Glenn Morris <rgm@gnu.org>
7715
7716 * mail/rmailmm.el (rmail-mime): New custom group.
7717 Move all defcustoms in this file into this group.
7718 (rmail-mime-media-type-handlers-alist): Revert previous change.
7719 (rmail-mime-show-images): New option.
7720 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7721 references to it, since it wasn't actually used for anything.
7722 (rmail-mime-insert-image): New function.
7723 (rmail-mime-image): Use rmail-mime-insert-image.
7724 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7725 obey the value of `rmail-mime-show-images' option. Print the size of
7726 attachments.
7727
7728 2009-09-25 David Engster <deng@randomsample.de>
7729
7730 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
7731
7732 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7733
7734 * whitespace.el: Does not highlight trailing spaces While point is
7735 at end of line. Does not highligt spaces at beginning of buffer
7736 while point is at beginning of buffer. Does not highlight spaces
7737 at end of buffer while point is at end of buffer. (Bug#4177)
7738 New version 12.0.
7739 (whitespace-display-mappings): Adjust initialization.
7740 (whitespace-point, whitespace-font-lock-refontify): New vars.
7741 (whitespace-color-on, whitespace-color-off): Adjust code.
7742 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7743 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7744 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7745
7746 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
7747
7748 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7749
7750 * textmodes/sgml-mode.el: Remove xml-mode alias.
7751
7752 * files.el (auto-mode-alist, conf-mode-maybe)
7753 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7754
7755 2009-09-24 Alan Mackenzie <acm@muc.de>
7756
7757 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7758 c-forward-conditionals, but it doesn't move point and doesn't set
7759 the mark.
7760 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7761 (c-down-conditional-with-else, c-backward-conditional)
7762 (c-forward-conditional): Refactor to use c-scan-conditionals.
7763
7764 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7765
7766 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7767 (help-default-arg-highlight): Remove.
7768 (help-highlight-arg): New function.
7769 (help-do-arg-highlight): Use it.
7770 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
7771
7772 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7773
7774 * term.el (term-set-scroll-region, term-handle-ansi-escape):
7775 Undo last change, which didn't fix the problem and introduced others.
7776
7777 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
7778
7779 * progmodes/gdb-mi.el: Don't require speedbar.
7780 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7781
7782 2009-09-24 Glenn Morris <rgm@gnu.org>
7783
7784 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7785
7786 * term/ns-win.el (ns-reg-to-script): Define for compiler.
7787
7788 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7789 there is no newline after the final mime boundary. (Bug#4539)
7790 Move markers on insertion so that any buttons inserted don't end up in
7791 the next part of a multipart message.
7792 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
7793 (rmail-mime-bulk-handler): Optionally handle images.
7794 (rmail-mime-image): New button action.
7795 (rmail-mime-image-handler): New function.
7796 (rmail-mime-mode): New mode.
7797 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
7798
7799 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7800
7801 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7802 than just dropping elements from it (bug#4504).
7803
7804 * term.el (term-set-scroll-region): Don't move cursor any more.
7805 (term-handle-ansi-escape): Call term-goto here instead.
7806 Suggested by Ivan Kanis <apple@kanis.eu>.
7807
7808 * term.el: Require CL.
7809 (term-ansi-reset): New function.
7810 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7811 (term-handle-colors-array): Simplify.
7812
7813 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7814
7815 * allout.el (allout-overlay-interior-modification-handler)
7816 (allout-obtain-passphrase):
7817 * epa-file.el (epa-file-write-region):
7818 * ps-print.el (ps-begin-job):
7819 * vc-hooks.el (vc-toggle-read-only):
7820 * vc-rcs.el (vc-rcs-rollback):
7821 * vc-sccs.el (vc-sccs-rollback):
7822 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7823 (vc-version-diff, vc-revert, vc-rollback):
7824 * wdired.el (wdired-check-kill-buffer):
7825 * emacs-lisp/authors.el (authors):
7826 * net/socks.el (socks-open-connection):
7827 * net/zeroconf.el (zeroconf-service-add-hook):
7828 * obsolete/vc-mcvs.el (vc-mcvs-register):
7829 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7830 (gdb-select-frame):
7831 * progmodes/grep.el (lgrep, rgrep):
7832 * progmodes/idlw-help.el (idlwave-help-check-locations)
7833 (idlwave-help-html-link, idlwave-help-assistant-open-link):
7834 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7835 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7836 (reftex-toc-rename-label): Fix typos in error messages.
7837
7838 * dired-aux.el (dired-do-shell-command): Reflow docstring.
7839 (dired-copy-how-to-fn): Doc fix.
7840 (dired-files-attributes, dired-read-shell-command):
7841 Fix typos in docstrings.
7842
7843 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7844 (dired-x-find-file-other-window): Reflow docstrings.
7845 (dired-omit-marker-char, dired-read-shell-command)
7846 (dired-x-submit-report): Fix typos in docstrings.
7847
7848 * shell.el (shell-mode-hook):
7849 * view.el (View-scroll-line-forward):
7850 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7851 Fix typos in docstrings.
7852
7853 * net/dig.el (dig-invoke): Fix typo in docstring.
7854 (query-dig): Reflow docstring.
7855
7856 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7857 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7858 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7859 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7860 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7861 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7862 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7863 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7864 (idlwave-completion-map, idlwave-current-indent)
7865 (idlwave-custom-ampersand-surround, idlwave-customize)
7866 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7867 (idlwave-define-abbrev, idlwave-determine-class-special)
7868 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7869 (idlwave-end-block-reg, idlwave-end-of-statement)
7870 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7871 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7872 (idlwave-explicit-class-listed, idlwave-file-header)
7873 (idlwave-fill-paragraph, idlwave-find-class-definition)
7874 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7875 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7876 (idlwave-in-quote, idlwave-indent-action-table)
7877 (idlwave-indent-expand-table, idlwave-indent-line)
7878 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7879 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7880 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7881 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7882 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7883 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7884 (idlwave-outlawed-buffers, idlwave-popup-select)
7885 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7886 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7887 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7888 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7889 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7890 (idlwave-statement-type, idlwave-struct-skip)
7891 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7892 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7893 (idlwave-what-module-find-class): Fix typos in docstrings.
7894 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7895 (idlwave-calculate-cont-indent, idlwave-expand-equal)
7896 (idlwave-find-module, idlwave-find-structure-definition)
7897 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7898 (idlwave-list-load-path-shadows, idlwave-next-statement)
7899 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7900 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7901 (idlwave-template): Reflow docstrings.
7902
7903 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7904 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7905 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7906 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7907 (idlwave-shell-display-line, idlwave-shell-display-wframe)
7908 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7909 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7910 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7911 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7912 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7913 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7914 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7915 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7916 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7917 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7918 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7919 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7920 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7921 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7922 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7923 Fix typos in docstrings.
7924 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7925 (idlwave-shell-hide-output, idlwave-shell-mode)
7926 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7927 Reflow docstrings.
7928
7929 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7930
7931 2009-09-24 Ivan Kanis <apple@kanis.eu>
7932
7933 * term.el (term-bold-attribute): New var.
7934 (term-handle-colors-array): Use it.
7935
7936 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
7937
7938 * progmodes/gdb-mi.el (gdb-version): New variable.
7939 (gdb-non-stop-handler): Set gdb-version.
7940 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7941 Condition "--thread" option on gdb-version.
7942 (gdb-invalidate-threads): Remove unused argument.
7943
7944 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7945
7946 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7947 to looking-back to avoid ridiculous slow down in large files (bug#4511).
7948
7949 2009-09-23 Glenn Morris <rgm@gnu.org>
7950
7951 * mail/rmail.el (rmail-reply): Don't try to add a References header when
7952 replying to mail without References or Message-Id. (Bug#4525)
7953
7954 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7955
7956 * term/ns-win.el (ns-reg-to-script): New variable.
7957
7958 2009-09-23 Daiki Ueno <ueno@unixuser.org>
7959
7960 * epg.el (epg-wait-for-status): Preserve existing 'error results.
7961
7962 2009-09-22 Sam Steingold <sds@gnu.org>
7963
7964 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7965 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7966 to 1 because hg returns status 1 when nothing is found.
7967 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7968
7969 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7970
7971 * textmodes/fill.el: Convert to utf-8 encoding.
7972 (fill-french-nobreak-p): Remove redundant » and « inherited from our
7973 pre-unicode days.
7974
7975 * add-log.el (change-log-fill-forward-paragraph): New function.
7976 (change-log-mode): Use it so fill-region DTRT.
7977 Set fill-indent-according-to-mode here rather than in
7978 change-log-fill-paragraph.
7979 (change-log-fill-paragraph): Remove.
7980
7981 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
7982
7983 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7984 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
7985
7986 2009-09-22 Glenn Morris <rgm@gnu.org>
7987
7988 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7989 the scroll-bar scroll the calendar window rather than the buffer.
7990
7991 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7992 commands that move point (as opposed to scrolling).
7993
7994 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7995
7996 * emacs-lisp/elint.el (elint): New custom group.
7997 (elint-log-buffer): Make it a defcustom.
7998 (elint-scan-preloaded, elint-ignored-warnings)
7999 (elint-directory-skip-re): New options.
8000 (elint-builtin-variables): Doc fix.
8001 (elint-preloaded-env): New variable.
8002 (elint-unknown-builtin-args): Add an entry for encode-time.
8003 (elint-extra-errors): Make it a variable rather than a constant.
8004 (elint-preloaded-skip-re): New constant.
8005 (elint-directory): Skip files matching elint-directory-skip-re.
8006 (elint-features): New variable, local to linted buffers.
8007 (elint-update-env): Initialize elint-features. Possibly add
8008 elint-preloaded-env to the buffer's environment.
8009 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8010 Skip quoted forms.
8011 (elint-init-form): New function, extracted from elint-init-env.
8012 Make non-list forms a warning rather than an error.
8013 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8014 easy-menu-define, put that adds an error-condition, and provide.
8015 When requiring cl, also require cl-macs. Really require cl, to handle
8016 some cl macros. Store required libraries in the list elint-features,
8017 so as not to re-load them. Treat cc-require like require.
8018 (elint-init-env): Call elint-init-form to do the work.
8019 Handle eval-and-compile and such like.
8020 (elint-add-required-env): Do not clear messages.
8021 (elint-special-forms): Add handlers for function, defalias, if, when,
8022 unless, and, or.
8023 (elint-form): Add optional argument to ignore elint-special-forms,
8024 useful to prevent recursive calls from handlers. Doc fix.
8025 Respect elint-ignored-warnings.
8026 (elint-form): Respect elint-ignored-warnings.
8027 (elint-bound-variable, elint-bound-function): New variables.
8028 (elint-unbound-variable): Respect elint-bound-variable.
8029 (elint-get-args): Respect elint-bound-function.
8030 (elint-check-cond-form): Add some simple handling for (f)boundp and
8031 featurep tests.
8032 (elint-check-defalias-form): New handler.
8033 (elint-check-let-form): Make an empty let a warning rather than an
8034 error.
8035 (elint-check-setq-form): Make an empty setq a warning rather than an
8036 error. Respect elint-ignored-warnings.
8037 (elint-check-defvar-form): Accept null doc-strings.
8038 (elint-check-conditional-form): New handler. Does some simple-minded
8039 checking of featurep and (f)boundp tests.
8040 (elint-put-function-args): New function.
8041 (elint-initialize): Use elint-scan-doc-file rather than
8042 elint-find-builtin-variables. Use elint-put-function-args.
8043 Possibly scan preloaded-file-list.
8044 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8045 extend to handle functions as well.
8046
8047 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8048
8049 * linum.el (linum-delete-overlays, linum-update-window):
8050 Do not modify the right margin. (Bug#3971)
8051
8052 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
8053
8054 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
8055 nxml-mode instead of xml-mode.
8056
8057 2009-09-21 Kevin Ryde <user42@zip.com.au>
8058
8059 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8060
8061 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8062
8063 * net/dig.el (dig-mode): Use define-derived-mode.
8064
8065 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8066
8067 * vc-dispatcher.el (vc-do-command): Return the process object in
8068 the asynchronous case. Use when instead of if. Do not run
8069 vc-exec-after to display a message if not enabled. (Bug#4463)
8070
8071 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8072 properties to the stash strings.
8073 (vc-git-stash-list): Return a list of strings.
8074 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8075 (vc-git-stash-show-at-point): New functions.
8076 (vc-git-stash-map): New keymap.
8077
8078 * register.el (ctl-x-r-map): Define the keys here instead of
8079 using autoload.
8080
8081 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
8082
8083 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8084 list, to workaround performance problem (bug#4485).
8085
8086 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
8087
8088 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8089
8090 2009-09-20 Daiki Ueno <ueno@unixuser.org>
8091
8092 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8093 Document that this option is not recommended to use.
8094
8095 2009-09-19 Glenn Morris <rgm@gnu.org>
8096
8097 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8098 variable `var'.
8099
8100 * calc/calc-alg.el (var):
8101 * calc/calcalg2.el (var): Define for compiler.
8102
8103 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
8104
8105 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8106 Doc fix (Bug#3932).
8107
8108 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8109
8110 * time-stamp.el (time-stamp-month-dd-yyyy)
8111 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8112 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8113 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8114 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8115 Remove functions that have been obsolete since 1995 (Bug#4436).
8116
8117 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8118 indent buffer only if called interactively (Bug#4452).
8119
8120 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
8121 Eli Zaretskii <eliz@gnu.org>
8122
8123 This fixes bug#4197 (merged to bug#865, though not identical).
8124 * server.el (server-auth-dir): Add docstring note about FAT32.
8125 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8126 but warn against using them.
8127
8128 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
8129
8130 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8131 older GDB where there is no has_more field.
8132
8133 2009-09-19 Glenn Morris <rgm@gnu.org>
8134
8135 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8136
8137 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
8138
8139 * files.el (auto-mode-alist): Change default for XML files to nXML
8140 mode (Bug#4169).
8141
8142 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
8143
8144 * server.el (server-ensure-safe-dir): Pass 'integer
8145 to `file-attributes', as suggested.
8146
8147 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8148
8149 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8150 (dired-query): Use read-key.
8151
8152 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8153
8154 * cus-start.el (ns-use-qd-smoothing): Remove.
8155
8156 2009-09-18 Glenn Morris <rgm@gnu.org>
8157
8158 * allout.el (top-level): Remove unnecessary progn.
8159
8160 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8161
8162 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8163 definition of abbrev table.
8164
8165 * speedbar.el (speedbar-track-mouse):
8166 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8167 * net/eudc.el (eudc-expand-inline):
8168 * net/newst-backend.el (newsticker--cache-read-feed):
8169 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8170 condition-case handlers.
8171
8172 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
8173
8174 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8175 (gdb-var-list): Add an element for has_more field.
8176 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8177 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8178 (gdb-var-update-handler-1): Parse output of dynamic variable
8179 objects (STL containers).
8180 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8181 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8182
8183 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8184 gdb-var-list.
8185 (gud-speedbar-buttons): Make node expandable if expression "has more"
8186 children.
8187
8188 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
8189
8190 * startup.el (emacs-quick-startup): Remove variable and all uses.
8191 (command-line): Set `inhibit-x-resources' instead.
8192 (command-line-1): Use `inhibit-x-resources' instead.
8193
8194 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
8195
8196 * subr.el: Fix last change to avoid using the `unless' macro,
8197 which breaks bootstrapping.
8198
8199 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8200
8201 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8202 extended definitions, in case we reload subr.el after having
8203 loaded CL.
8204 (eval-next-after-load): Mark as obsolete.
8205
8206 2009-09-17 Juri Linkov <juri@jurta.org>
8207
8208 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8209 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8210 (menu-bar-showhide-menu, menu-bar-tools-menu)
8211 (menu-bar-describe-menu, menu-bar-help-menu)
8212 (minibuffer-local-completion-map, minibuffer-local-map):
8213 Fix list quoting.
8214
8215 2009-09-17 Glenn Morris <rgm@gnu.org>
8216
8217 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8218 arguments, whether or not it has a handler.
8219
8220 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8221
8222 * simple.el (hard-newline): Give it a doc-string.
8223
8224 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8225 (lisp-mode-syntax-table): Give them doc-strings.
8226
8227 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8228
8229 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8230 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8231 (menu-bar-options-menu, menu-bar-showhide-menu)
8232 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8233 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8234 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8235 (menu-bar-options-menu, menu-bar-tools-menu)
8236 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8237 (menu-bar-help-menu):
8238 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8239 string arguments.
8240
8241 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8242 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8243 calls for the menu names and :help.
8244
8245 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8246
8247 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8248 to :minor-mode-function (bug#4455).
8249
8250 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8251
8252 * startup.el (command-line): Initialize the window-system after
8253 processing the command-line.
8254
8255 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8256 page-delimiter matches the empty string.
8257
8258 2009-09-16 Glenn Morris <rgm@gnu.org>
8259
8260 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8261 byte-compile-not-obsolete-var. It's a list now.
8262 (byte-compile-not-obsolete-funcs): New variable.
8263 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8264 byte-compile-not-obsolete-funcs.
8265 (byte-compile-variable-ref, byte-compile-defvar): Update for
8266 byte-compile-not-obsolete-vars name-change and list nature.
8267 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8268 and variables behind (f)boundp tests.
8269 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8270
8271 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8272
8273 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8274
8275 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8276
8277 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8278 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8279 Don't autoload.
8280
8281 2009-09-15 Stephen Eglen <stephen@gnu.org>
8282
8283 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8284 the virtual-buffers, use the name of the buffer specified by
8285 find-file-noselect, as the match may be a symlink. (This was a
8286 problem if the target and the symlink had different names.)
8287
8288 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8289
8290 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8291
8292 * desktop.el (desktop-path): Check user-emacs-directory.
8293
8294 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8295
8296 * loadup.el: Use after-load-functions to GC after loading each file.
8297 Remove the explicit GC calls that used to be sprinkled around.
8298
8299 * subr.el (after-load-functions): New hook.
8300 (do-after-load-evaluation): Run it. Use string-match-p to detect
8301 `obsolete' packages, rather than painfully extracting the relevant
8302 directory name.
8303
8304 2009-09-15 Glenn Morris <rgm@gnu.org>
8305
8306 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8307 free variable `doc'.
8308
8309 * dired.el (dired-mode-map): Add menu entry for async shell command.
8310
8311 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8312 variables, also consider the .elc files, since the .el files are
8313 normally gzipped (subsequent code locates the .el.gz from the .elc).
8314
8315 * calc/calc-prog.el (arglist): Define for compiler.
8316
8317 * calendar/diary-lib.el (diary-display-function): Change the default to
8318 fancy display.
8319 (body): Define for compiler.
8320
8321 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8322 (byte-compile-file-form, byte-compile-lambda)
8323 (byte-compile-top-level-body, byte-compile-form)
8324 (byte-compile-variable-ref, byte-compile-setq)
8325 (byte-compile-setq-default, byte-compile-body)
8326 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8327 (batch-byte-compile): Give some more local variables with common names
8328 a "bytecomp-" prefix to avoid masking warnings about free variables.
8329
8330 * startup.el (command-line-1): Give local variables with common names a
8331 distinguishing prefix, so as not to hide free variable warnings during
8332 bootstrap.
8333
8334 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8335 clever and add a suffix to make a unique name, just let the user decide
8336 whether or not to overwrite it. If the input is a directory, write the
8337 default filename to that directory. (Bug#4388)
8338 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8339 is a filename-as-a-directory.
8340
8341 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8342
8343 * textmodes/page.el (what-page): Don't move to beginning of line.
8344 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8345
8346 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8347
8348 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8349
8350 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8351
8352 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8353 * help.el (help-for-help-internal): Add purecopy calls for text.
8354
8355 * vc.el (top): print-log method now takes an optional SHORTLOG
8356 argument. Add a new method: root.
8357 (vc-root-diff, vc-print-root-log): New functions.
8358 (vc-log-short-style): New variable.
8359 (vc-print-log-internal): Add support for showing short logs.
8360
8361 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8362 vc-print-root-log and vc-print-root-diff.
8363
8364 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8365 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8366 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8367 short logs.
8368
8369 * vc-cvs.el (vc-cvs-print-log):
8370 * vc-mtn.el (vc-mtn-print-log):
8371 * vc-rcs.el (vc-rcs-print-log):
8372 * vc-sccs.el (vc-sccs-print-log):
8373 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8374 that is ignored for now.
8375
8376 * vc-mtn.el (vc-mtn-annotate-command):
8377 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8378
8379 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8380
8381 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8382 to function-key-map, and give them ascii-character property.
8383 * term/x-win.el (x-alternatives-map):
8384 * term/ns-win.el (ns-alternatives-map):
8385 * term/internal.el (msdos-key-remapping-map):
8386 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8387
8388 2009-09-14 Glenn Morris <rgm@gnu.org>
8389
8390 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8391 temp-buffers (2009-09-12).
8392
8393 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8394
8395 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8396 the new read-key function.
8397
8398 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8399
8400 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8401 is defined (Bug#4405).
8402
8403 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
8404
8405 * recentf.el (recentf-cleanup): Use a hash table to find
8406 duplicates (Bug#4407).
8407
8408 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
8409
8410 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8411 kp-0 to ascii equivalents (Bug#4325).
8412
8413 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8414
8415 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8416
8417 * eshell/em-hist.el:
8418 * eshell/em-dirs.el (eshell-complete-user-reference):
8419 Declare pcomplete functions and variables to avoid compiler warnings.
8420
8421 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
8422
8423 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8424 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8425 * eshell/em-alias.el (eshell-aliases-file):
8426 * eshell/em-hist.el (eshell-history-file-name):
8427 Use expand-file-name instead of concat to make file names (Bug#4308).
8428
8429 2009-09-13 Glenn Morris <rgm@gnu.org>
8430
8431 * ediff-merg.el (ediff-do-merge):
8432 * filesets.el (filesets-run-cmd):
8433 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8434 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8435 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8436 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8437 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8438 Replace empty `let's with `progn'.
8439
8440 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8441
8442 * mail/sendmail.el (send-mail-function):
8443 * tooltip.el (tooltip-mode):
8444 * simple.el (transient-mark-mode):
8445 * rfn-eshadow.el (file-name-shadow-mode):
8446 * frame.el (blink-cursor-mode):
8447 * font-core.el (global-font-lock-mode):
8448 * files.el (temporary-file-directory)
8449 (small-temporary-file-directory, auto-save-file-name-transforms):
8450 * epa-hook.el (auto-encryption-mode):
8451 * composite.el (global-auto-composition-mode):
8452 Use custom-initialize-delay.
8453 * startup.el (command-line): Don't explicitly call
8454 custom-reevaluate-setting for all the above vars.
8455 * custom.el (custom-initialize-safe-set)
8456 (custom-initialize-safe-default): Delete.
8457
8458 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8459
8460 * term/x-win.el (x-initialize-window-system):
8461 * term/w32-win.el (w32-initialize-window-system):
8462 * term/ns-win.el (ns-initialize-window-system): Don't call
8463 mouse-wheel-mode since it's enabled globally by default already.
8464
8465 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8466 actually define the variable, but only silences the byte-compiler.
8467 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8468 before looking it up.
8469 (mouse-wheel-scroll-amount): Also reset the bindings if this value
8470 is changed.
8471
8472 2009-09-12 Glenn Morris <rgm@gnu.org>
8473
8474 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8475 1000.
8476 (elint-add-required-env): Don't beep on error.
8477 (elint-forms): In case of error, return ENV unchanged.
8478 (elint-init-env): Skip non-list forms.
8479 (elint-log): Handle unknown file positions.
8480
8481 2009-09-12 Daiki Ueno <ueno@unixuser.org>
8482
8483 * epg.el (epg-make-context): Add autoload cookie.
8484 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8485 (epg-decrypt-string, epg-start-verify, epg-verify-file)
8486 (epg-verify-string, epg-start-sign, epg-sign-file)
8487 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8488 (epg-encrypt-string, epg-start-export-keys)
8489 (epg-export-keys-to-file, epg-export-keys-to-string)
8490 (epg-start-import-keys, epg-import-keys-from-file)
8491 (epg-import-keys-from-string, epg-start-receive-keys)
8492 (epg-receive-keys, epg-import-keys-from-server)
8493 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8494 (epg-sign-keys, epg-start-generate-key)
8495 (epg-generate-key-from-file, epg-generate-key-from-string):
8496 Remove autoload cookie.
8497
8498 2009-09-12 Eli Zaretskii <eliz@gnu.org>
8499
8500 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8501 reevaluation of trash-directory.
8502
8503 * mwheel.el: Fix last change.
8504 (mouse-wheel-mode): New defvar.
8505 (mouse-wheel-mode): Remove autoload cookie.
8506
8507 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8508
8509 * mwheel.el (mwheel-installed-bindings): New var.
8510 (mouse-wheel-mode): Use it, so as to make sure we really remove all
8511 the bindings we set last time. Use custom-initialize-delay.
8512 * loadup.el: Load mwheel after term/*-win.el.
8513 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8514 and mouse-wheel-up-event now that their first evaluation is done
8515 sufficiently late to be correct.
8516
8517 * startup.el (tutorial-directory): Make it a defcustom.
8518 Use custom-initialize-delay rather than eval-at-startup to set it.
8519 * image.el (image-load-path): Make it a defcustom.
8520 Use custom-initialize-delay rather than eval-at-startup to set it.
8521 * subr.el (eval-at-startup): Remove.
8522 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8523
8524 * subr.el (do-after-load-evaluation): Warn the user after loading an
8525 obsolete package.
8526
8527 2009-09-12 Glenn Morris <rgm@gnu.org>
8528
8529 * proced.el (proced-mark-alt): Remove alias.
8530 (proced-mode-map): Remove proced-mark-alt.
8531
8532 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8533 Elint file and directory. Remove initialization entry.
8534
8535 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8536 commands.
8537 (elint-current-buffer): Set mode-line-process.
8538 (elint-init-env): Handle define-derived-mode.
8539 Fix declare-function with unspecified arglist. Guard against odd
8540 defalias statements (eg iso-insert's 8859-1-map).
8541 (elint-add-required-env): Use a temp buffer.
8542 (elint-form): Just print the function/macro name, not the whole form.
8543 Return env unchanged if we fail to parse a macro.
8544 (elint-forms): Guard against parse errors.
8545 (elint-output): New function, to handle batch mode.
8546 (elint-log-message): Add optional argument. Use elint-output.
8547 (elint-set-mode-line): New function.
8548
8549 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
8550
8551 * emacs-lisp/elp.el (elp-not-profilable): Add more
8552 functions (Bug#4233).
8553
8554 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
8555
8556 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8557 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8558
8559 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8560
8561 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8562 (gdb-var-list-children): Use json parsing.
8563
8564 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
8565
8566 * progmodes/js.el (js--proper-indentation): Handle the case where
8567 char-before is null. Reported by Deniz Dogan.
8568
8569 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8570
8571 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8572
8573 2009-09-11 Daiki Ueno <ueno@unixuser.org>
8574
8575 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8576 (epg-digest-algorithm-alist): Add SHA224.
8577 (epg-context-set-passphrase-callback)
8578 (epg-context-set-progress-callback): Add description about
8579 callback function.
8580
8581 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8582
8583 * custom.el (custom-delayed-init-variables): New var.
8584 (custom-initialize-delay): New function.
8585 * startup.el (command-line): "Re"evaluate all vars in
8586 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
8587 explicitly any more.
8588 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8589 to avoid creating a ~/.emacs.d at build-time (bug#4347).
8590
8591 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8592
8593 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8594
8595 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8596 (gdb-var-update-handler): Use json parsing.
8597
8598 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8599
8600 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8601 decode annotated text, regardless of language environment. (Bug#2741)
8602
8603 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8604
8605 * Makefile.in (autoloads): Make rmail.el writable as well.
8606
8607 2009-09-11 Glenn Morris <rgm@gnu.org>
8608
8609 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8610 loaddefs.el.
8611 * dired.el: Regenerate with extracted autoloads.
8612 * Makefile.in (autoloads): Make dired.el writable.
8613
8614 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8615 * ibuffer.el: Regenerate with extracted autoloads.
8616 * Makefile.in (autoloads): Make ibuffer.el writable.
8617
8618 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8619 * version.el (emacs-copyright, emacs-major-version)
8620 (emacs-minor-version): Reformat doc-strings for make-docfile.
8621
8622 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8623 functions and variables, since they must be stuff specific to some other
8624 platform.
8625 (apropos-print): Make mouse-click message less specific about button.
8626
8627 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8628 that records where a macro was defined.
8629 * help-fns.el (describe-function-1): Mention if a function has a
8630 compiler-macro.
8631 * help-mode.el (help-function-cmacro): New button.
8632
8633 * locate.el (top-level): Always require dired.
8634 (locate-mode-map): Initialize inside the defvar.
8635
8636 * net/ange-ftp.el (dired-compress-file): Declare.
8637 (ange-ftp-dired-compress-file): Add doc string.
8638
8639 * term/ns-win.el (x-display-name, x-setup-function-keys):
8640 Unify doc-strings with X versions.
8641
8642 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8643
8644 * emulation/crisp.el (crisp-mode-map): Move initialization
8645 into declaration.
8646 (crisp-mode): Use define-minor-mode.
8647
8648 * progmodes/xscheme.el (xscheme-evaluation-commands):
8649 Put a :advertised-binding property rather than using
8650 advertised-xscheme-send-previous-expression.
8651 (advertised-xscheme-send-previous-expression): Declare obsolete.
8652 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8653 `advertised-undo'.
8654 (crisp-mode): Add corresponding bindings to
8655 undo's :advertised-binding instead.
8656 * dired.el (dired-mode-map): Put a :advertised-binding property rather
8657 than using dired-advertised-find-file.
8658 (dired-advertised-find-file):
8659 * simple.el (advertised-undo):
8660 * wid-edit.el (advertised-widget-backward): Declare obsolete.
8661 (widget-keymap): Put a :advertised-binding property rather
8662 than using advertised-widget-backward.
8663 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8664 than using advertised-undo.
8665 * tutorial.el (tutorial--default-keys): Adjust accordingly.
8666
8667 2009-09-10 Simon South <ssouth@slowcomputing.org>
8668
8669 * progmodes/delphi.el (delphi-tab): Indent region when Transient
8670 Mark mode is enabled and region is active; otherwise indent or
8671 insert TAB as usual.
8672 (delphi-mode): Update description of TAB-key binding.
8673
8674 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8675
8676 * subr.el (define-key-rebound-commands): Mark obsolete.
8677 * startup.el (precompute-menubar-bindings): Remove.
8678 (normal-top-level): Remove obsolete code that tried to precompute
8679 menubar bindings.
8680 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8681 define-key-rebound-commands and precompute-menubar-bindings.
8682
8683 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8684
8685 * net/imap.el (imap-interactive-login): Better messages.
8686 (imap-open): Fix bug with renamed buffer on reconnect.
8687 (imap-authenticate): Add buffer-local imap-last-authenticator variable
8688 for easier debugging and cleaner code. On successful (guessed based on
8689 server capabilities) secondary authentication, set imap-state
8690 correctly.
8691 (imap-last-authenticator): Define imap-last-authenticator as a variable
8692 to avoid warnings.
8693
8694 2009-09-10 Glenn Morris <rgm@gnu.org>
8695
8696 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8697
8698 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8699 (byte-compile-file-form-autoload): Don't warn about unknown functions
8700 where the autoload statement comes after the use.
8701 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8702 that any handlers inside the body (eg require) are in turn respected.
8703
8704 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8705 effects.
8706
8707 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8708 and syntax and abbrev tables basic docs, if they don't have any.
8709
8710 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8711
8712 * international/mule-cmds.el (top-level): Require cl when compiling.
8713 (view-hello-file): Use default-value rather than
8714 default-enable-multibyte-characters.
8715
8716 * progmodes/fortran.el: Move all safe and risky properties into the
8717 defcustoms.
8718
8719 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8720 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8721 * mail/undigest.el:
8722 Put autoloads in rmail.el rather than loaddefs.el.
8723 * mail/rmail.el: Regenerate with extracted autoloads.
8724
8725 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8726 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8727
8728 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
8729
8730 Reported in thread for Bug#4375.
8731 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8732 "-data-evaluate-expression" instead of print.
8733 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8734 (gdb-tooltip-print): Parse output from above MI command.
8735 (gdb): Revert 2009-08-11 change. User should detach inferior
8736 manually.
8737
8738 Remove the word "separate" from IO functions as inferior
8739 output is now never displayed in the GUD buffer.
8740
8741 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
8742
8743 * startup.el (command-line-normalize-file-name): On Windows and
8744 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8745
8746 2009-09-10 Juri Linkov <juri@jurta.org>
8747
8748 * isearch.el (isearch-text-char-description): Propertize escape
8749 character sequences with the `escape-glyph' face. (Bug#4344)
8750
8751 * simple.el (shell-command): Set asynchronous process filter to
8752 `comint-output-filter'. (Bug#4343)
8753
8754 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8755 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
8756 the list. Move "asm" to the bottom.
8757 (grep-find-ignored-directories): Add `choice' with nil value
8758 to empty the list easily.
8759 (grep-find-ignored-files): New option.
8760 (grep-files-history): Set to nil by default instead of '("ch" "el").
8761 (grep-compute-defaults): Add "<X>" to `grep-template'.
8762 (grep-read-files): Bind new local variables `default-alias' and
8763 `default-extension'. Use a list of default values for the file prompt.
8764 (lgrep): Add `--exclude=' command line options composed from
8765 `grep-find-ignored-files'.
8766 (rgrep): Add `-name' command line options composed from
8767 `grep-find-ignored-files'. (Bug#4301)
8768
8769 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8770
8771 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8772 (bug#4368).
8773
8774 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8775
8776 * calendar/time-date.el (autoload):
8777 Expand define-obsolete-function-alias into defalias and make-obsolete
8778 for old Emacsen that Gnus supports.
8779 (with-no-warnings): Define it for old Emacsen.
8780 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8781 is available.
8782 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8783 float-time is available; suppress compile warning for time-to-seconds.
8784
8785 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
8786
8787 * net/imap.el (imap-message-map): Docstring fix.
8788
8789 2009-09-09 Glenn Morris <rgm@gnu.org>
8790
8791 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8792 line numbers too. (Bug#4374)
8793
8794 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8795
8796 * smerge-mode.el (smerge-remove-props, smerge-refine):
8797 Use with-silent-modifications (bug#4342).
8798
8799 * subr.el (with-silent-modifications): New macro.
8800
8801 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
8802
8803 * files.el (top-level): Require `cl' when compiling.
8804
8805 2009-09-07 Glenn Morris <rgm@gnu.org>
8806
8807 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8808
8809 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8810 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
8811
8812 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
8813
8814 * vc-git.el (vc-git-annotate-command): Use separator to parse
8815 arguments correctly.
8816
8817 2009-09-06 Eli Zaretskii <eliz@gnu.org>
8818
8819 * proced.el (proced-mode): Doc fix.
8820
8821 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
8822
8823 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8824 lstat fails.
8825 (tramp-do-file-attributes-with-ls): Check for file existence at
8826 remote end.
8827 (tramp-do-file-attributes-with-stat): Likewise.
8828 (tramp-convert-file-attributes): Return nil when attr is nil.
8829
8830 2009-09-05 Glenn Morris <rgm@gnu.org>
8831
8832 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8833 properties to this button.
8834 (diary-fancy-display): Don't extend the button to the final newline.
8835 (diary-fancy-display-mode): Continue to define "q" as a local key.
8836
8837 * calendar/cal-china.el (holiday-chinese): Make it slightly more
8838 efficient.
8839
8840 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8841
8842 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8843 (byte-compile-dest-file-function): New option.
8844 (byte-compile-dest-file): Doc fix.
8845 Obey byte-compile-dest-file-function.
8846 (byte-compile-cl-file-p): New function.
8847 (byte-compile-eval): Only suppress noruntime warnings about cl functions
8848 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
8849 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8850 than for file being previously loaded.
8851 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8852 (byte-compile-file-form-require): Handle the case where requiring a file
8853 indirectly causes CL to be loaded.
8854
8855 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8856
8857 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8858 before killing the old buffer, since by the time `kill-buffer' is
8859 run so many buffer variables have been set to nil that it may not
8860 behave as expected. (Bug#4061)
8861
8862 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8863
8864 * files.el (find-alternate-file): If the old buffer is modified
8865 and visiting a file, behave similarly to `kill-buffer' when
8866 killing it, thus reverting to the pre-1.878 behavior; see
8867 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8868 for discussion. Also, consult `buffer-file-name' as a variable
8869 not as a function, for consistency with the rest of the code.
8870
8871 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
8872
8873 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8874 also when adding a new directory.
8875
8876 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8877 defun.
8878
8879 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8880
8881 * files.el (locate-file-completion-table): Make it provide boundary
8882 information, so partial-completion works better.
8883
8884 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
8885
8886 * mail/footnote.el (Footnote-text-under-cursor):
8887 Check footnote-text-marker-alist before using it (bug#4324).
8888
8889 2009-09-04 Glenn Morris <rgm@gnu.org>
8890
8891 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8892 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8893 * play/solitaire.el, play/tetris.el:
8894 Remove leading * from defcustom and defface docs.
8895
8896 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8897 necessary.
8898 (diary-fancy-overriding-map): New variable.
8899 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8900 Use view-mode.
8901
8902 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8903 goto-line.
8904
8905 2009-09-03 Glenn Morris <rgm@gnu.org>
8906
8907 * arc-mode.el (archive-mode):
8908 * dos-fns.el (set-default-process-coding-system):
8909 * man.el (Man-getpage-in-background):
8910 * menu-bar.el (menu-bar-describe-menu):
8911 * server.el (server-process-filter):
8912 * startup.el (command-line):
8913 * tar-mode.el (tar-header-block-tokenize, tar-extract):
8914 * w32-fns.el (set-default-process-coding-system):
8915 * x-dnd.el (x-dnd-handle-file-name):
8916 * international/mule-cmds.el (mule-menu-keymap)
8917 (set-default-coding-systems, language-info-alist, set-language-info)
8918 (set-language-environment, standard-display-european-internal)
8919 (set-locale-environment):
8920 * international/mule-diag.el (mule-diag):
8921 * mail/emacsbug.el (report-emacs-bug):
8922 * mail/rmail.el (rmail-mode):
8923 * mail/sendmail.el (mail-setup):
8924 Use default-value rather than default-enable-multibyte-characters.
8925
8926 * progmodes/f90.el: Move all safe properties into the defcustoms.
8927 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8928
8929 * calendar/appt.el (appt-check):
8930 * calendar/diary-lib.el (diary-set-header, diary-live-p)
8931 (diary-check-diary-file, diary-list-entries)
8932 (diary-include-other-diary-files, diary-simple-display)
8933 (diary-fancy-display, diary-print-entries)
8934 (diary-mark-included-diary-files, diary-make-entry):
8935 Don't call substitute-in-file-name on diary-file.
8936
8937 2009-09-03 Eduard Wiebe <usenet@pusto.de>
8938 Stefan Monnier <monnier@iro.umontreal.ca>
8939
8940 * mail/footnote.el (footnote-prefix): Make it a defcustom.
8941 (footnote-mode-map): Move initialization into the declaration.
8942 (footnote-minor-mode-map): Define it rather than changing global-map.
8943 (footnote-mode): Use define-minor-mode.
8944
8945 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
8946
8947 * net/tramp.el (tramp-handle-file-attributes-with-ls)
8948 (tramp-do-file-attributes-with-perl)
8949 (tramp-do-file-attributes-with-stat): Rename from
8950 `tramp-handle-file-attributes-with-*'.
8951 (tramp-handle-file-attributes): Use them.
8952 (tramp-do-directory-files-and-attributes-with-perl)
8953 (tramp-do-directory-files-and-attributes-with-stat): Rename from
8954 `tramp-handle-directory-files-and-attributes-with-*'.
8955 (tramp-handle-directory-files-and-attributes): Use them.
8956 (tramp-method-out-of-band-p): Additional parameter SIZE.
8957 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8958 (tramp-handle-write-region): Use it.
8959 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8960 (tramp-handle-vc-registered): Check, whether the first run did
8961 return files to be tested.
8962 (tramp-advice-make-auto-save-file-name): Do not call directly
8963 `tramp-handle-make-auto-save-file-name', because this would bypass
8964 the locking mechanism.
8965
8966 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8967 (file-remote-p, process-file, start-file-process, set-file-times)
8968 (tramp-compat-file-attributes): Compatibility functions shall not
8969 call directly `tramp-handle-*', because this would bypass the
8970 locking mechanism.
8971 (tramp-compat-number-sequence): New defun.
8972
8973 2009-09-02 Glenn Morris <rgm@gnu.org>
8974
8975 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8976 alias for float-time.
8977 (time-to-number-of-days): In Emacs, use float-time.
8978 * net/newst-backend.el (time-add): Suppress warnings from compat
8979 function.
8980 * time.el (emacs-uptime, emacs-init-time):
8981 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8982 Use float-time rather than time-to-seconds.
8983
8984 * minibuffer.el (completion-initials-expand): Fix typo.
8985
8986 * faces.el (modeline, modeline-inactive, modeline-highlight)
8987 (modeline-buffer-id):
8988 * info.el (info-menu-5): Mark these face aliases as obsolete.
8989
8990 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8991
8992 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8993 space ...
8994 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8995 no "--thread" option.
8996 (gdb-stopped): Don't print "Switched to thread" message when it is
8997 unchanged.
8998
8999 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9000
9001 * minibuffer.el (completion-try-completion)
9002 (completion-all-completions): Remove ill-defined (and
9003 mistakenly installed and luckily never used nor documented)
9004 `completion-styles' property.
9005 (completion-initials-expand, completion-initials-all-completions)
9006 (completion-initials-try-completion): New functions.
9007 (completion-styles-alist): Add doc to each entry.
9008 Add new `initials' entry.
9009
9010 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9011
9012 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9013 MI command -var-evaluate-expression.
9014 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9015 and tweak for case of string child.
9016 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9017
9018 2009-09-01 Glenn Morris <rgm@gnu.org>
9019
9020 * add-log.el (change-log-date-face, change-log-name-face)
9021 (change-log-email-face, change-log-file-face, change-log-list-face)
9022 (change-log-conditionals-face, change-log-function-face)
9023 (change-log-acknowledgement-face):
9024 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9025 (custom-modified-face, custom-set-face, custom-changed-face)
9026 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9027 (custom-documentation-face, custom-state-face, custom-comment-face)
9028 (custom-comment-tag-face, custom-variable-tag-face)
9029 (custom-variable-button-face, custom-face-tag-face)
9030 (custom-group-tag-face-1, custom-group-tag-face):
9031 * diff-mode.el (diff-header-face, diff-file-header-face)
9032 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9033 (diff-added-face, diff-changed-face, diff-function-face)
9034 (diff-context-face, diff-nonexistent-face):
9035 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9036 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9037 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9038 (Info-title-4-face):
9039 * isearch.el (isearch-lazy-highlight-face):
9040 * log-view.el (log-view-file-face, log-view-message-face):
9041 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9042 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9043 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9044 (cvs-msg-face):
9045 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9046 (smerge-base-face, smerge-markers-face):
9047 * wid-edit.el (widget-documentation-face, widget-button-face)
9048 (widget-field-face, widget-single-line-field-face)
9049 (widget-inactive-face, widget-button-pressed-face):
9050 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9051 (woman-addition-face):
9052 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9053 (eshell-ls-executable-face, eshell-ls-readonly-face)
9054 (eshell-ls-unreadable-face, eshell-ls-special-face)
9055 (eshell-ls-missing-face, eshell-ls-archive-face)
9056 (eshell-ls-backup-face, eshell-ls-product-face)
9057 (eshell-ls-clutter-face):
9058 * eshell/em-prompt.el (eshell-prompt-face):
9059 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9060 * obsolete/old-whitespace.el (whitespace-highlight-face):
9061 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9062 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9063 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9064 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9065 (antlr-font-lock-literal-face):
9066 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9067 (ebrowse-root-class-face, ebrowse-file-name-face)
9068 (ebrowse-default-face, ebrowse-member-attribute-face)
9069 (ebrowse-member-class-face, ebrowse-progress-face):
9070 * progmodes/make-mode.el (makefile-space-face):
9071 * progmodes/sh-script.el (sh-heredoc-face):
9072 * textmodes/flyspell.el (flyspell-incorrect-face)
9073 (flyspell-duplicate-face):
9074 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9075 * textmodes/texinfo.el (texinfo-heading-face):
9076 Mark face aliases with "-face" suffix as obsolete.
9077
9078 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9079 compiler.
9080
9081 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9082 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9083 easy-menu-define wants to modify these.
9084
9085 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9086
9087 * net/browse-url.el (browse-url-file-url):
9088 * term/internal.el (dos-codepage-setup):
9089 Use default-value rather than default-enable-multibyte-characters.
9090
9091 * progmodes/etags.el (etags-goto-tag-location):
9092 * progmodes/flymake.el (flymake-highlight-line)
9093 (flymake-goto-file-and-line, flymake-goto-line):
9094 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9095 (gdb-goto-breakpoint):
9096 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9097 * progmodes/python.el (python-find-function)
9098 (python-pdbtrack-track-stack-file):
9099 * progmodes/verilog-mode.el (verilog-surelint-off):
9100 * term/ns-win.el (ns-open-file-select-line):
9101 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9102 Use forward-line rather than goto-line.
9103
9104 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9105 * textmodes/reftex-index.el (reftex-display-index):
9106 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9107 * textmodes/reftex-toc.el (reftex-toc):
9108 Remove unnecessary bindings of default-major-mode (all are followed by
9109 major-mode check and possible mode switch).
9110
9111 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9112
9113 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9114 Handle watchpoints (bug#4282).
9115 (def-gdb-thread-buffer-command): Enable thread to be selected by
9116 clicking without selecting threads buffer first.
9117 (gdb-current-context-command): Use selected frame so that "up",
9118 "down" etc work in the GUD buffer.
9119 (gdb-update): Find selected frame before rendering stack buffer.
9120 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9121
9122 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9123
9124 * progmodes/sym-comp.el (displayed-completions): Remove.
9125 (symbol-complete): Use minibuffer-complete.
9126
9127 2009-08-31 Glenn Morris <rgm@gnu.org>
9128
9129 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9130
9131 * apropos.el (apropos-symbols-internal):
9132 Handle (obsolete) face aliases.
9133
9134 * faces.el (describe-face): Adjust the output format to be more like
9135 describe-variable, and to mention (obsolete) face aliases.
9136 Adjust the whitespace so that help-setup-xref works.
9137
9138 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9139 * calendar/diary-lib.el (diary-button-face):
9140 Mark these face aliases as obsolete.
9141
9142 * calendar/calendar.el (calendar-today): Doc fix.
9143
9144 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9145
9146 * progmodes/gdb-mi.el (gdb-control-all-threads)
9147 (gdb-control-current-thread): Force tool bar update.
9148 (gdb-non-stop-handler): New function.
9149 (gdb-init-1): Use it to test if non-stop mode is supported.
9150 Remove unused gdbmi buffer type.
9151
9152 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
9153
9154 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9155 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
9156
9157 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
9158
9159 * comint.el (comint-exec-1): Check command is non-null first.
9160 Part of gdb-mi.el change (2009-08-28).
9161
9162 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9163
9164 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9165
9166 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
9167
9168 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9169 instead of `dolist' to avoid a recursive require when bootstrapping.
9170
9171 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9172
9173 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9174
9175 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9176
9177 * net/imap.el (imap-send-command): Simplify.
9178 (imap-wait-for-tag): point-max -> buffer-size.
9179
9180 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9181
9182 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9183 with constant argument.
9184
9185 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9186
9187 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9188
9189 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9190 Change default, since most of our files don't have a history.
9191 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9192 the user.
9193
9194 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9195 Add comint-run.
9196
9197 * calc/calc.el: Improve commenting convention.
9198 (calc-digit-map, toplevel): Simplify.
9199
9200 * comint.el (comint-insert-input): Be careful to only set point if we
9201 don't delegate to some other command.
9202
9203 * proced.el (proced-signal-list): Make it an alist.
9204 (proced-grammar-alist): Capitalize names.
9205 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9206 Disable undo manually and make it read-only.
9207 Use completion-annotate-function.
9208
9209 * minibuffer.el (minibuffer-message): If the current buffer is not
9210 a minibuffer, insert the message in the echo area rather than at the
9211 end of the buffer.
9212 (completion-annotate-function): New variable.
9213 (minibuffer-completion-help): Use it.
9214 (completion--embedded-envvar-table): Environment vars are
9215 always case-sensitive.
9216
9217 2009-08-30 Glenn Morris <rgm@gnu.org>
9218
9219 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9220 from fortran-current-defun.
9221 (fortran-beginning-of-subprogram): Be more precise about finding the
9222 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9223 (fortran-end-of-subprogram): Simplify.
9224 (fortran-current-defun): Use fortran-start-prog-re.
9225
9226 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
9227
9228 * subr.el (do-after-load-evaluation): Simplify.
9229
9230 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9231
9232 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9233
9234 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9235 (vc-rcs-print-log): Use it.
9236
9237 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9238
9239 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9240
9241 * paths.el (abbrev-file-name): Move to abbrev.el.
9242 * abbrev.el (abbrev-file-name): Move from paths.el.
9243 Obey user-emacs-directory.
9244 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9245 user-emacs-directory.
9246 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9247 abbrev-file-name and calc-settings-file any more.
9248 * startup.el (command-line): Recompute abbrev-file-name and
9249 abbreviated-home-dir.
9250 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9251 of the special code for when C-h bindings haven't been changed.
9252 (display-startup-echo-area-message): Use with-current-buffer.
9253 (command-line-1): Use a list of strings, rather than a list of lists
9254 of strings for longopts.
9255
9256 * files.el (get-free-disk-space): Use / for default-directory.
9257
9258 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9259 Use with-current-buffer.
9260
9261 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9262 Recognize immutable variables like most-positive-fixnum.
9263 (byte-compile-setq-default): Check and warn if trying to assign
9264 to an immutable variable, or a non-variable.
9265
9266 * progmodes/cc-vars.el (c-comment-continuation-stars):
9267 * progmodes/cc-engine.el (c-looking-at-bos):
9268 * progmodes/cc-cmds.el (c-toggle-auto-state)
9269 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9270 (c-comment-line-break-function): Add version of obsolescence.
9271
9272 2009-08-28 Juri Linkov <juri@jurta.org>
9273
9274 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9275 associated with `archive-mode'.
9276
9277 * image.el (image-type-header-regexps): Use only JPEG magic number
9278 to determine JPEG images, and don't use `image-jpeg-p' because
9279 Emacs can display non-JFIF non-Exif JPEG images.
9280
9281 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9282
9283 * arc-mode.el (archive-mode):
9284 * emacs-lisp/re-builder.el (re-builder-unload-function):
9285 Protect against the default value of `major-mode' being nil.
9286
9287 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9288
9289 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9290 Fix typos in docstrings.
9291
9292 * progmodes/js.el (js--macro-decl-re): Doc fix.
9293 (js--plain-method-re, js--split-name): Refloc docstring.
9294 (js--class-styles, js--make-merged-item, js--splice-into-items):
9295 Fix typos in docstrings; reflow docstrings.
9296 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9297 (js--variable-decl-matcher, js--inside-pitem-p)
9298 (js--parse-state-at-point, js--get-all-known-symbols)
9299 (js--symbol-history, js-find-symbol, js--js-references)
9300 (js--moz-interactor, js--js-encode-value, js--read-tab):
9301 Fix typos in docstrings.
9302
9303 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9304
9305 * textmodes/reftex.el (reftex-get-file-buffer-force):
9306 * progmodes/verilog-mode.el (verilog-batch-execute-func):
9307 * emulation/viper.el (viper-go-away, viper-set-hooks):
9308 * emacs-lisp/re-builder.el (re-builder-unload-function):
9309 * emacs-lisp/bytecomp.el (byte-compile-file):
9310 * ses.el (ses-unload-function):
9311 * hexl.el (hexl-find-file):
9312 * files.el (normal-mode):
9313 * ehelp.el (with-electric-help):
9314 * autoinsert.el (auto-insert-alist):
9315 * arc-mode.el (archive-mode):
9316 Use (default-value 'major-mode) instead of default-major-mode.
9317
9318 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9319 * international/mule.el (load-with-code-conversion):
9320 * emacs-lisp/debug.el (debug):
9321 * ediff-vers.el (ediff-rcs-get-output-buffer):
9322 * dired.el (dired-internal-noselect): Don't let-bind
9323 default-major-mode around code that doesn't use it.
9324 E.g. buffer creation via get-buffer-create doesn't use it.
9325
9326 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
9327
9328 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9329 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9330 when writing the temp file. Otherwise, epa-file gets confused.
9331 (tramp-register-file-name-handlers): Make it a defun. Move also
9332 `epa-file-handler' to the front of `file-name-handler-alist'.
9333
9334 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9335
9336 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9337 start right after a ^M.
9338 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9339 (tramp-completion-file-name-regexp-separate)
9340 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9341 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9342 Don't modify last-coding-system-used by accident.
9343 (tramp-completion-file-name-handler): Apply the checks here,
9344 instead during registration.
9345 (tramp-register-file-name-handlers): Renamed from
9346 `tramp-register-file-name-handler'. Register both
9347 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9348 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
9349
9350 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
9351
9352 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9353 Remove variable ...
9354 (gdb-init-1, gdb-display-separate-io-buffer)
9355 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9356 references to it.
9357 (gdb-inferior-io-mode): Use make-comint-in-buffer.
9358 (gdb-inferior-filter): Use comint-output-filter to stop
9359 echoing and remove ^M characters.
9360
9361 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9362
9363 * emulation/viper-init.el (viper-restore-cursor-type):
9364 * emulation/cua-base.el (cua--update-indications):
9365 Replace default-cursor-type with (default-value 'cursor-type).
9366
9367 * mail/sendmail.el (mail-recover-1):
9368 * international/mule-diag.el (describe-current-coding-system-briefly)
9369 (describe-current-coding-system):
9370 * international/mule-cmds.el (select-safe-coding-system)
9371 (select-message-coding-system)
9372 (set-language-environment-coding-systems, set-locale-environment):
9373 * hexl.el (hexl-insert-multibyte-char):
9374 * dos-w32.el (find-buffer-file-type-coding-system):
9375 * simple.el (what-cursor-position):
9376 Replace uses of default-buffer-file-coding-system
9377 with (default-value 'buffer-file-coding-system).
9378
9379 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9380 Replace uses of default-cursor-in-non-selected-windows
9381 with (default-value 'cursor-in-non-selected-windows).
9382 Use with-current-buffer.
9383
9384 * mail/feedmail.el: Use CL macros.
9385 (feedmail-run-the-queue, feedmail-send-it-immediately):
9386 * dos-w32.el (find-buffer-file-type): Replace uses of
9387 default-buffer-file-type with (default-value 'buffer-file-type).
9388
9389 2009-08-28 Glenn Morris <rgm@gnu.org>
9390
9391 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9392 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9393 Use default-value of major-mode rather than default-major-mode.
9394
9395 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9396
9397 * Makefile.in (update-elcfiles): Report left over elc files.
9398
9399 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9400 expand-file-name and with-current-buffer.
9401 (mail-get-names, mail-directory): Use with-current-buffer.
9402
9403 * vc.el (vc-read-revision): New function.
9404 (vc-version-diff, vc-merge): Use it.
9405
9406 2009-08-27 Sam Steingold <sds@gnu.org>
9407
9408 * simple.el (kill-do-not-save-duplicates): New user option.
9409 (kill-new): When it is non-nil, and the new string is the same as
9410 the latest kill, set replace to t to avoid duplicates in kill-ring.
9411
9412 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
9413
9414 * net/tramp.el (tramp-handle-process-file): Do not flush all
9415 caches when `process-file-side-effects' is set.
9416 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9417 instead of `tramp-find-file-exists-command'.
9418 Unset `process-file-side-effects'.
9419
9420 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
9421
9422 * net/tramp.el (tramp-methods): New method "rsyncc".
9423 (top): Add completion function for "rsyncc".
9424 (tramp-message-show-message): New defvar.
9425 (tramp-message, tramp-error): Use it.
9426 (tramp-do-copy-or-rename-file-directly): Extend check for direct
9427 remote copying.
9428 (tramp-do-copy-or-rename-file-out-of-band): Handle new
9429 `tramp-methods' entry `copy-env' of "rsyncc".
9430 (tramp-vc-registered-read-file-names): New defconst.
9431 (tramp-vc-registered-file-names): New defvar.
9432 (tramp-handle-vc-registered): Implement optimization strategy.
9433 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9434 (tramp-vc-file-name-handler): New defun.
9435 (tramp-get-ls-command, tramp-get-test-command)
9436 (tramp-get-file-exists-command, tramp-get-remote-ln)
9437 (tramp-get-remote-perl, tramp-get-remote-stat)
9438 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9439
9440 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9441 (tramp-cache-inhibit-cache): Extend doc string. It allows also
9442 timestamps.
9443 (tramp-get-file-property): Check for timestamps in
9444 `tramp-cache-inhibit-cache'.
9445 (tramp-set-file-property): Write timestamp.
9446
9447 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9448
9449 * language/japan-util.el (japanese-symbol-table): Add entries for
9450 cp932-2-byte.
9451
9452 * international/characters.el: Add category `j' to cp932-2-byte.
9453
9454 2009-08-27 Kenichi Handa <handa@m17n.org>
9455
9456 * international/fontset.el (build-default-fontset-data): New macro.
9457 (setup-default-fontset): Use build-default-fontset-data for CJK,
9458 tibetan, ethiopic, and ipa.
9459
9460 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9461
9462 * cus-start.el (default-major-mode): Customize `major-mode' instead.
9463 (enable-multibyte-characters): Not customizable any more.
9464
9465 * subr.el (default-mode-line-format, default-header-line-format)
9466 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9467 (default-direction-reversed, default-truncate-lines)
9468 (default-left-margin, default-tab-width, default-case-fold-search)
9469 (default-left-margin-width, default-right-margin-width)
9470 (default-left-fringe-width, default-right-fringe-width)
9471 (default-fringes-outside-margins, default-scroll-bar-width)
9472 (default-vertical-scroll-bar, default-indicate-empty-lines)
9473 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9474 (default-fringe-cursor-alist, default-scroll-up-aggressively)
9475 (default-scroll-down-aggressively, default-fill-column)
9476 (default-cursor-type, default-buffer-file-type)
9477 (default-cursor-in-non-selected-windows)
9478 (default-buffer-file-coding-system, default-major-mode)
9479 (default-enable-multibyte-characters): Mark as obsolete.
9480
9481 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
9482
9483 * vc-dir.el (vc-dir-update): Remove debug helper.
9484
9485 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9486
9487 2009-08-26 Sam Steingold <sds@gnu.org>
9488
9489 * simple.el (save-interprogram-paste-before-kill): New user option.
9490 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9491 save the interprogram-paste into kill-ring before overriding it
9492 with the Emacs kill.
9493
9494 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9495
9496 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9497 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9498 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9499 and move to vc-rcs.el.
9500 (vc-default-next-revision): Rename to vc-rcs-next-revision and
9501 move to vc-rcs.el.
9502 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9503 (vc-rcs-update-changelog): Remove.
9504 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9505 and move to vc-rcs.el.
9506
9507 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9508 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9509 renaming.
9510 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9511 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9512 vc.el, renamed to be RCS specific.
9513
9514 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9515 New functions.
9516 (vc-cvs-update-changelog): Move here from vc.el.
9517
9518 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9519 New functions.
9520
9521 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9522
9523 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9524
9525 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9526
9527 * vc-git.el (vc-git-register): Use "git add" for directories.
9528 (vc-git-stash, vc-git-stash-show): New functions.
9529 (vc-git-extra-menu-map): Bind them.
9530
9531 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9532 directory correctly in case the item is a directory itself.
9533
9534 * vc.el: Document the desired behavior for reverted files in the
9535 `added' state.
9536 (vc-default-prettify-state-info): Remove function, unused.
9537
9538 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9539
9540 2009-08-26 Glenn Morris <rgm@gnu.org>
9541
9542 * bindings.el (standard-mode-line-format): Reposition dashes in
9543 which-func entry. (Bug#4217)
9544
9545 * files.el (enable-local-variables, enable-local-eval)
9546 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9547 the defcustoms.
9548 (auto-mode-alist, ignored-local-variables)
9549 (save-some-buffers-action-alist): Move risky declarations to the
9550 definitions.
9551 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9552 (font-lock-defaults, format-alist, imenu--index-alist)
9553 (imenu-generic-expression, input-method-alist, minor-mode-alist)
9554 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9555 (mode-line-modified, mode-line-mule-info, mode-line-position)
9556 (mode-line-process, mode-line-remote, outline-level)
9557 (parse-time-rules, rmail-output-file-alist)
9558 (special-display-buffer-names, vc-mode):
9559 Move risky declarations to the relevant files.
9560 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9561 (mode-line-modified, mode-line-process, mode-line-position)
9562 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9563 * font-core.el (font-lock-defaults):
9564 * format.el (format-alist):
9565 * vc-hooks.el (vc-mode):
9566 * window.el (special-display-buffer-names):
9567 * international/mule-cmds.el (input-method-alist):
9568 Define riskiness here (dumped file) rather than in files.el.
9569 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9570 * imenu.el (imenu-generic-expression, imenu--index-alist):
9571 * outline.el (outline-level):
9572 * time.el (display-time-string):
9573 * calendar/parse-time.el (parse-time-rules):
9574 * mail/rmailout.el (rmail-output-file-alist):
9575 Autoload riskiness here, rather than placing in files.el.
9576
9577 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
9578
9579 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9580
9581 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
9582
9583 * simple.el (process-file-side-effects): New defvar.
9584
9585 * dired-aux.el (dired-show-file-type):
9586 * vc.el (vc-diff-internal):
9587 * vc-arch.el (vc-arch-diff):
9588 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9589 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9590 * vc-git.el (vc-git-registered, vc-git-working-revision)
9591 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9592 (vc-git--empty-db-p):
9593 * vc-hooks.el (vc-user-login-name):
9594 * vc-svn.el (vc-svn-registered, vc-svn-state)
9595 (vc-svn-dir-extra-headers, vc-svn-find-revision):
9596 * progmodes/grep.el (grep-probe): Let-bind
9597 `process-file-side-effects' with nil.
9598
9599 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9600
9601 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9602 daemon. Replace ping by checking for running service for bluez
9603 and zeroconf. (Bug#4239)
9604
9605 2009-08-25 Kevin Ryde <user42@zip.com.au>
9606
9607 * net/dig.el (dig): Add autoload cookie.
9608
9609 2009-08-25 Glenn Morris <rgm@gnu.org>
9610
9611 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9612 load-history for absolute file-names.
9613 (byte-compile-file-form-require): Warn about use of the cl package.
9614
9615 * format.el (format-alist): Doc fix.
9616
9617 * play/bubbles.el (top-level): Don't require cl at run-time.
9618
9619 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9620 run-time cl).
9621
9622 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
9623
9624 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9625 from cl package.
9626 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9627
9628 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
9629
9630 * calc/calc-alg.el (math-trig-rewrite)
9631 (math-hyperbolic-trig-rewrite): New functions.
9632 (calc-simplify): Simplify trig functions when asked.
9633
9634 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9635
9636 * diff-mode.el (diff-find-source-location): Avoid goto-line.
9637
9638 2009-08-24 Kenichi Handa <handa@m17n.org>
9639
9640 * language/ind-util.el (mapthread): Delete it.
9641 (combinatorial): New function.
9642 (indian--puthash-cv): Use combinatorial instead of mapthread.
9643
9644 2009-08-22 Kevin Ryde <user42@zip.com.au>
9645
9646 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9647 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9648 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9649 Clarify docstring that the value is strings not symbols.
9650 (checkdoc-list-of-strings-p): New function.
9651
9652 2009-08-22 Glenn Morris <rgm@gnu.org>
9653
9654 * files.el (auto-mode-alist):
9655 * hippie-exp.el (he-concat-directory-file-name):
9656 * lpr.el (lpr-windows-system, printer-name):
9657 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9658 * ps-print.el (ps-windows-system):
9659 * startup.el (command-line):
9660 * emulation/viper-ex.el (viper-glob-function):
9661 * international/mule-cmds.el (set-language-environment-coding-systems):
9662 * net/ange-ftp.el (ange-ftp-write-region):
9663 * obsolete/fast-lock.el (fast-lock-cache-name):
9664 Remove code for defunct system-types emx, macos, mswindows, next-mach,
9665 unisoft-unix, vax-vms, win32, w32.
9666
9667 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9668 given name if the pattern is not more specific.
9669
9670 * calendar/lunar.el (lunar-phase-names): New option.
9671 (lunar-phase): Doc fix.
9672 (lunar-cycles-per-year): New constant.
9673 (lunar-index): New function.
9674 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9675 (lunar-phase-name): Use lunar-phase-names.
9676 (calendar-lunar-phases): Use format.
9677 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9678
9679 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9680 Copy imenu-example--name-and-position function here for own use.
9681 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9682
9683 * bs.el (bs--redisplay):
9684 * cus-edit.el (custom-redraw):
9685 * ibuffer.el (ibuffer-bury-buffer):
9686 * server.el (server-goto-line-column):
9687 * startup.el (command-line-1):
9688 * strokes.el (strokes-xpm-for-stroke):
9689 * term.el (term-display-buffer-line):
9690 * view.el (View-goto-line):
9691 * calc/calc.el (calc-do, calc-trail-buffer):
9692 * play/gamegrid.el (gamegrid-add-score-insecure):
9693 * progmodes/ada-mode.el (ada-compile-goto-error):
9694 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9695 (ebrowse-select-1st-to-9nth):
9696 * progmodes/cperl-mode.el (cperl-time-fontification):
9697 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9698 * progmodes/gud.el (gud-display-line):
9699 (idlwave-shell-display-line):
9700 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9701 * progmodes/make-mode.el (makefile-browser-toggle):
9702 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9703 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9704 * textmodes/picture.el (picture-draw-rectangle):
9705 * textmodes/reftex-index.el (reftex-index-goto-letter):
9706 (reftex-select-jump-to-previous):
9707 * textmodes/reftex-sel.el (reftex-find-start-point)
9708 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9709 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9710 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9711 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9712 * textmodes/two-column.el (2C-associated-buffer):
9713 Use forward-line rather than goto-line.
9714
9715 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9716 goto-line.
9717
9718 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9719 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9720 (quick-check-list-to-regexp): Declare.
9721
9722 * progmodes/make-mode.el (makefile-browser-insert-selection):
9723 Use goto-char rather than goto-line.
9724
9725 * progmodes/prolog.el (compilation-error-regexp-alist)
9726 (compilation-forget-errors): Declare.
9727
9728 2009-08-22 Juri Linkov <juri@jurta.org>
9729
9730 * progmodes/grep.el (lgrep, rgrep): At the beginning
9731 set `dir' to `default-directory' unless `dir' is a non-nil
9732 readable directory. (Bug#4052)
9733 (lgrep, rgrep): Change a weird way to report an error
9734 from using `read-string' to using `error'.
9735 Instead of using interactive arguments in the function body,
9736 add new argument `confirm'.
9737
9738 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9739
9740 * textmodes/remember.el (remember-buffer):
9741 * progmodes/cperl-mode.el (cperl-vc-header-alist):
9742 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9743 (icalendar-extract-ical-from-buffer):
9744 * net/newst-treeview.el (newsticker-groups-filename):
9745 * net/newst-backend.el (newsticker-cache-filename):
9746 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9747 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9748 (speedbar-add-ignored-path-regexp, speedbar-line-path)
9749 (speedbar-buffers-line-path, speedbar-path-line)
9750 (speedbar-buffers-line-path):
9751 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9752 (epg-sign-keys):
9753 * epa.el (epa-display-verify-result):
9754 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9755
9756 2009-08-21 Glenn Morris <rgm@gnu.org>
9757
9758 * progmodes/js.el (inferior-moz-process): Fix declaration.
9759
9760 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9761
9762 * obsolete/rnewspost.el (news-mail-reply):
9763 Use goto-char rather than goto-line.
9764
9765 * term/ns-win.el (ns-open-file-select-line):
9766 Use line-beginning-position rather than goto-line.
9767
9768 * apropos.el (apropos-command):
9769 * ehelp.el (electric-helpify):
9770 * printing.el (pr-show-setup):
9771 * strokes.el (strokes-help):
9772 * tutorial.el (tutorial--describe-nonstandard-key)
9773 (tutorial--detailed-help):
9774 * woman.el (woman-mini-help, woman-display-extended-fonts):
9775 * calc/calc-help.el (calc-describe-key):
9776 * emulation/edt.el (edt-electric-helpify):
9777 * international/mule-diag.el (mule-diag):
9778 * play/yow.el (apropos-zippy):
9779 * progmodes/python.el (python-describe-symbol):
9780 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9781 * textmodes/table.el (*table--cell-describe-mode)
9782 (*table--cell-describe-bindings):
9783 Use help-print-return-message rather than the now obsolete alias.
9784
9785 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9786 (calendar-cursor-to-visible-date):
9787 * play/5x5.el (5x5-position-cursor):
9788 * play/decipher.el (decipher):
9789 * play/gomoku.el (gomoku-goto-xy):
9790 * play/landmark.el (lm-goto-xy):
9791 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9792 (mpuz-paint-digit):
9793 Use forward-line, not goto-line.
9794
9795 * mail/rmail.el (rmail-obsolete): Delete custom group.
9796 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9797 (rmail-remote-password, rmail-remote-password-required):
9798 Remove unneeded :set-after and :set properties.
9799
9800 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
9801
9802 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9803
9804 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
9805
9806 * loadup.el: Remove leftover macos code.
9807
9808 * vc-git.el (vc-git-annotate-command): Run asynchronously.
9809 Explicitly pass the date format to git blame so that user local
9810 so that the output format can be parsed.
9811
9812 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
9813
9814 * net/dbus.el (top): Don't check for (getenv
9815 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
9816
9817 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
9818
9819 * log-edit.el (log-edit-strip-single-file-name): New var.
9820 (log-edit-insert-changelog): Use it. Bug#3571
9821
9822 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9823
9824 * subr.el (read-passwd): Use read-key so keypad keys work as well.
9825 Bug#3287
9826
9827 * help.el (help-print-return-message): Rename from
9828 print-help-return-message.
9829
9830 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9831 cvs-mode-map parent hack.
9832 (log-view-mode): Derive from special-mode.
9833
9834 * linum.el (linum-mode): window-size-change-functions is redundant.
9835 Adapt to new window-configuration-change-hook behavior.
9836 (linum-after-size, linum-after-config): Remove.
9837
9838 * imenu.el (imenu-example--name-and-position)
9839 (imenu-example--lisp-extract-index-name)
9840 (imenu-example--create-lisp-index, imenu-example--create-c-index):
9841 Mark as obsolete.
9842
9843 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9844 (inferior-prolog-mode): Use it.
9845 (inferior-prolog-load-file): Reset list of errors.
9846
9847 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9848
9849 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9850
9851 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9852
9853 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
9854
9855 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9856 is running already.
9857
9858 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9859
9860 * subr.el (listify-key-sequence-1): Use normal syntax since those
9861 integers are nowadays always represented by the same (positive) number
9862 on all platforms.
9863 (read-key-empty-map): New const.
9864 (read-key-delay): New var.
9865 (read-key): New function.
9866 (force-mode-line-update): Use with-current-buffer.
9867 (locate-user-emacs-file): Don't forget to abbreviate the file name.
9868 (start-process-shell-command, start-file-process-shell-command):
9869 Discourage the use of command-args.
9870
9871 2009-08-19 Glenn Morris <rgm@gnu.org>
9872
9873 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9874
9875 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9876
9877 * simple.el (choose-completion-string): Don't rely on
9878 minibuffer-completing-file-name and ad-hoc checks to decide whether
9879 to continue completion or not.
9880
9881 * minibuffer.el (minibuffer-hide-completions): New function.
9882 (completion--do-completion): Use it.
9883 (completions-annotations): New face.
9884 (completion--insert-strings): Use it.
9885 (completion-pcm--delim-wild-regex): Add docstring.
9886 (completion-pcm--string->pattern): Add support for 0-width delimiters
9887 in completion-pcm--delim-wild-regex.
9888
9889 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
9890
9891 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9892 Remove unused var `buffer-modified-p'.
9893
9894 * minibuffer.el (completion--do-completion): Move point for the #b001
9895 case as well (bug#4176).
9896 (minibuffer-complete, minibuffer-complete-word): Don't move point.
9897
9898 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
9899
9900 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
9901 and :session buses.
9902
9903 2009-08-18 Kenichi Handa <handa@m17n.org>
9904
9905 * international/ucs-normalize.el (ucs-normalize-version):
9906 Change to 1.1.
9907 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9908 (utf-8-hfs): Make it perform normalization on encoding too.
9909
9910 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
9911 (sentence-end-without-space): Delete duplicated chars.
9912 (sentence-end-base): Likewise.
9913
9914 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
9915 (html-mode): Delete duplicated chars from sentence-end-base.
9916
9917 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
9918 (texinfo-mode): Delete duplicated chars from sentence-end-base.
9919
9920 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
9921
9922 * files.el (hack-one-local-variable): If the mode function is for
9923 a minor mode, pass it an argument (Bug#4148).
9924
9925 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
9926
9927 * net/tramp.el (tramp-register-completion-file-name-handler):
9928 Check also for (member 'partial-completion completion-styles).
9929
9930 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9931
9932 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9933 abbrev (Bug#3943).
9934
9935 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
9936
9937 * progmodes/cperl-mode.el: Merge upstream 6.2.
9938 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9939 (cperl-forward-re): Check cperl-brace-recursing.
9940 (cperl-highlight-charclass): New function.
9941 (cperl-find-pods-heres): Use it.
9942 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9943 (cperl-beautify-regexp-piece): Fix column calculation.
9944 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9945 (cperl-beautify-level): Don't process entire regexp.
9946 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9947 calling man.
9948 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9949 (cperl-init-faces): Build a list in the normal way.
9950
9951 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9952
9953 * calendar/parse-time.el (parse-time-string-chars): Save match
9954 data.
9955
9956 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9957
9958 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9959 (sql-product): Use it.
9960 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9961 (sql-set-product): Add completion.
9962 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9963 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9964 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9965 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9966 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9967 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9968 (sql-highlight-db2-keywords): Remove.
9969 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9970 (sql-highlight-product): Use derived-mode-p.
9971 (sql-set-sqli-buffer): Use with-current-buffer.
9972 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9973 Simplify.
9974
9975 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9976
9977 * term.el: Fix commenting convention, turn comments into docstrings.
9978
9979 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9980
9981 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9982
9983 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
9984
9985 * calendar/parse-time.el (parse-time-string-chars): Compute using
9986 character classes, to handle non-ascii characters (Bug#3190).
9987
9988 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9989
9990 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9991 another heredoc if the user adds another < (Bug#3226).
9992
9993 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9994 Don't initialize based on window-system (Bug#4124).
9995
9996 * facemenu.el (facemenu-read-color): Use a completion function
9997 that accepts any defined color, such as RGB triplets (Bug#3677).
9998
9999 * files.el (get-free-disk-space): Change fallback default
10000 directory to /. Expand DIR argument before switching to fallback.
10001 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10002
10003 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10004
10005 * files.el (load-library): Doc fix.
10006
10007 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
10008
10009 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10010 (viper-if-string): Redefine C-s in the minibuffer to insert the last
10011 incremental search string.
10012
10013 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10014 XEmacs.
10015
10016 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10017 (ediff-merge-region-is-non-clash)
10018 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10019 Also check if the job is really a merge job.
10020
10021 * ediff.el (ediff-current-file): New function.
10022
10023 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10024
10025 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10026 conventions.
10027 (js-insert-and-indent): Delete function.
10028 (js-mode-map): Don't bind keys to js-insert-and-indent.
10029 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10030 (js-end-of-defun): Rename from js--end-of-defun.
10031 (js-auto-indent-flag): Delete variable.
10032
10033 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
10034
10035 * progmodes/js.el: Remove proclaim statement.
10036 Defvar which-func-imenu-joiner-function to silence compiler.
10037
10038 * files.el (auto-mode-alist): Use js-mode for .js files.
10039
10040 * progmodes/js2-mode.el: Remove file.
10041
10042 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10043
10044 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10045
10046 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10047
10048 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
10049 Karl Landstrom <karl.landstrom@brgeight.se>
10050
10051 * progmodes/js.el: New file.
10052
10053 2009-08-14 Mark A. Hershberger <mah@everybody.org>
10054
10055 * timezone.el (timezone-parse-date): Add ability to understand ISO
10056 basic format (minimal separators) dates in addition to the
10057 already-supported extended format dates.
10058
10059 2009-08-14 Eli Zaretskii <eliz@gnu.org>
10060
10061 * international/ucs-normalize.el: Add a `coding' file variable.
10062
10063 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10064
10065 2009-08-14 Sam Steingold <sds@gnu.org>
10066
10067 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10068
10069 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
10070
10071 * faces.el (help-argument-name): Define it here instead of
10072 help-fns.el, because in daemon mode help-fns.el may be loaded when
10073 faces are still uninitialized (Bug#1078).
10074
10075 * help-fns.el (help-argument-name): Move defface to faces.el.
10076
10077 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
10078
10079 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10080 create buffer with a pty but no process so that GDB can make the
10081 inferior the controlling process.
10082
10083 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
10084
10085 * international/ucs-normalize.el: New file.
10086
10087 2009-08-13 Richard Stallman <rms@gnu.org>
10088
10089 * mail/rmail.el (rmail-get-attr-names):
10090 Accept an attribute header that is too short.
10091
10092 * mail/rmail.el (rmail-forget-messages):
10093 Ignore nil elt in rmail-message-vector. Use dotimes.
10094
10095 * progmodes/compile.el (compilation-goto-locus):
10096 Use next-error-move-function.
10097
10098 * simple.el (next-error-move-function): New variable.
10099
10100 2009-08-12 Juri Linkov <juri@jurta.org>
10101
10102 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10103 always non-nil. (Bug#4052)
10104
10105 * replace.el (read-regexp): Return empty string when
10106 `default-value' is nil.
10107 (keep-lines-read-args): Don't use empty string as the
10108 default value for `read-regexp'. (Bug#2495)
10109
10110 2009-08-12 Juri Linkov <juri@jurta.org>
10111
10112 * international/mule-cmds.el (ucs-insert): Change arguments
10113 from `arg' to `character', `count', `inherit' to be the same
10114 as in `insert-char'. Doc fix. (Bug#4039)
10115
10116 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10117
10118 2009-08-12 Juri Linkov <juri@jurta.org>
10119
10120 * files-x.el: New file.
10121
10122 * files.el: Move code that deals with adding/deleting
10123 file/directory-local variables to files-x.el.
10124
10125 * Makefile.in (ELCFILES): Add files-x.elc.
10126
10127 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10128
10129 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10130 to use `goto-line'.
10131 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10132 `goto-line'.
10133 (gdb-invalidate-disassembly): Do not refresh upon receiving
10134 'update signal. Instead, update all disassembly buffers only after
10135 threads list.
10136 (gdb): Send -target-detach when buffer is killed (Bug#3794).
10137 (gdb-starting): Moved -data-list-register-names...
10138 (gdb-stopped): ...here so it's sent when first thread stops.
10139 (gdb-registers-handler-custom): Do nothing if register names are
10140 unknown yet.
10141
10142 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10143 from `gdb-mi.el' to avoid extra tangling.
10144
10145 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10146 change which breaks `gud-def' definitions used in `gdb'.
10147 (gdb-update-gud-running): No extra fuss for updating frame number.
10148
10149 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10150
10151 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10152 (describe-language-environment-map, setup-language-environment-map)
10153 (set-coding-system-map): Move initialization into declaration.
10154 (set-language-info-alist): Last arg to define-key-after can be skipped.
10155
10156 * international/quail.el (quail-completion-1): Simplify.
10157 (quail-define-rules): Use slightly more compact code.
10158 (quail-insert-decode-map): Propertize keys, compact columns.
10159
10160 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10161 Add goto-line.
10162
10163 2009-08-10 Miles Bader <miles@gnu.org>
10164
10165 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10166 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10167 (js2-instance-member, js2-private-member, js2-private-function-call)
10168 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10169 (js2-magic-paren, js2-external-variable):
10170 Remove "-face" suffix from face names.
10171 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10172 (js2-highlight-undeclared-vars, js2-peek-token)
10173 (js2-parse-function-params, js2-mode-show-errors)
10174 (js2-mode-show-warnings, js2-make-magic-delimiter)
10175 (js2-mode-highlight-magic-parens): Update to use new face names.
10176
10177 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
10178
10179 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10180 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10181
10182 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
10183
10184 * subr.el: Provide hashtable-print-readable.
10185
10186 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10187 hs-c-like-adjust-block-beginning.
10188 (hs-hide-block-at-point): Stop hiding at the beginning of
10189 hs-block-end-regexp (Bug#700).
10190
10191 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10192
10193 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10194 a macro.
10195 (gdb-registers-handler-custom): Do not fail when register names
10196 are unavailable.
10197
10198 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10199
10200 * progmodes/gdb-mi.el (gdb-control-all-threads)
10201 (gdb-control-current-thread): Interactive setters for
10202 `gdb-gud-control-all-threads' to use in menu.
10203 (gdb-show-run-p): Show «Go» when process is not active.
10204 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
10205 gud/thread.xpm and gud/all.xpm.
10206
10207 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
10208
10209 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10210 (nslookup-font-lock-keywords): Make it a variable.
10211 (net-utils-mode): New mode for viewing diagnostic network output.
10212 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10213 (net-utils-run-simple): New function.
10214 (ifconfig, iwconfig, netstat, arp, route): Use it.
10215
10216 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10217
10218 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10219 (gdb-memory-set-address, def-gdb-set-positive-number)
10220 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10221 after changing settings.
10222 (gdb-invalidate-disassembly): Update when first shown.
10223 (gdb-edit-locals-value): Fixed.
10224 (gdb-registers-handler-custom): Print registers in right order and
10225 allow changing register values (only for current thread yet).
10226 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10227 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10228 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10229 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10230 info in mode name.
10231 (gdb-registers-mode-map): TAB to switch to locals.
10232
10233 2009-08-08 Eli Zaretskii <eliz@gnu.org>
10234
10235 * mail/rmail.el (rmail-add-mbox-headers)
10236 (rmail-set-message-counters-counter): Search for
10237 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10238
10239 2009-08-08 Glenn Morris <rgm@gnu.org>
10240
10241 * Makefile.in (ELCFILES): Update.
10242
10243 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10244
10245 * mail/sendmail.el (mail-yank-original): Set
10246 buffer-file-coding-system from the one used by the message whose
10247 text is yanked.
10248
10249 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10250 to "windows" when "pgnuplot" is used.
10251 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10252 call accept-process-output if "pgnuplot" is used.
10253 (calc-graph-init): Don't send -display and -geometry to
10254 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10255 running "pgnuplot -V" with shell-command-to-string.
10256
10257 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10258 the default.
10259
10260 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10261
10262 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10263 org/org-latex.elc.
10264
10265 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10266
10267 * vc-dispatcher.el (vc-resynch-window): Update comment.
10268
10269 * term.el (term-handle-ansi-escape): Add comments with the
10270 terminfo capabilities implemented.
10271
10272 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10273
10274 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10275 (gdb-var-create-handler): Rewritten using JSON parser.
10276 (gdb-propertize-header): Moved earlier.
10277 (gdb-set-header): Removed to avoid duplication.
10278 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10279 Refresh disassembly buffers only after threads list have been
10280 update.
10281 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10282 variables.
10283
10284 2009-08-04 Juri Linkov <juri@jurta.org>
10285
10286 * files.el: Commands to add/delete file/directory-local variables.
10287 (read-file-local-variable, read-file-local-variable-value)
10288 (read-file-local-variable-mode, modify-file-local-variable)
10289 (modify-file-local-variable-prop-line)
10290 (modify-dir-local-variable): New functions.
10291 (add-file-local-variable, delete-file-local-variable)
10292 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10293 (add-dir-local-variable, delete-dir-local-variable)
10294 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10295 (copy-dir-locals-to-file-locals-prop-line): New commands.
10296
10297 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
10298
10299 * abbrev.el (insert-abbrev-table-description): Prettify output.
10300 Suggested by Karl Chen.
10301
10302 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
10303
10304 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10305 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10306 (gdb-overlay-arrow-position, gdb-thread-position)
10307 (gdb-disassembly-position): Declare variables.
10308 (gdb-wait-for-pending): Function now.
10309 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10310 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10311 compilation goes smoothly.
10312 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10313 (gdb-non-stop-setting): New customization setting which replaces
10314 `gdb-non-stop' so changing it doesn't break active GDB session.
10315 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10316 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10317 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10318 (gdb-show-threads-by-default): New customization options.
10319 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10320 routines.
10321 (gdb-get-buffer-create): Send buffers update signal when they are
10322 created.
10323 (gdb-invalidate-locals, gdb-invalidate-registers)
10324 (gdb-invalidate-breakpoints)
10325 (gdb-invalidate-threads, gdb-invalidate-disassembly)
10326 (gdb-invalidate-memory): Accept update signal.
10327 (gdb-current-context-command): Use --frame option.
10328 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10329 Implement `gdb-frame-number' selection logic.
10330 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10331 whether to show GUD toolbar buttons.
10332 (gdb-thread-exited): Unselect current thread when it exits.
10333 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10334 (gdb-mark-line): Routine which sets overlay arrow or inverses
10335 video on fringeless displays.
10336 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10337 to build aligned columns of data in GDB buffers and set text
10338 properties line-by-line.
10339 (gdb-invalidate-breakpoints)
10340 (gdb-breakpoints-list-handler-custom)
10341 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10342 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10343 (gdb-registers-handler-custom): Align data columns.
10344 (gdb-locals-handler-custom): Now prints data like in variable
10345 declarations.
10346 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10347 Removed confusing buttons.
10348 (gdb-invalidate-threads): Append --frame.
10349 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10350 between breakpoints/threads buffers.
10351 (gdb-set-window-buffer): Now can ignore dedicated windows.
10352 (gdb-propertize-header): Use `gdb-set-window-buffer'.
10353 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10354 (def-gdb-thread-buffer-gud-command): Replaces
10355 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10356 for fine thread control.
10357 (gdb-preempt-existing-or-display-buffer): New function used to
10358 display bound buffers without breaking window layout.
10359 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10360 (gdb-select-frame): New version of `gdb-frames-select' which now
10361 sets `gdb-frame-number' so commands may use --frame option instead
10362 of inner debugger state.
10363 (gdb-frame-handler): Do not set `gdb-frame-number'.
10364 (gdb-threads-mode-map): Select threads with mouse.
10365
10366 * progmodes/gud.el (gdb-gud-context-call): Declare function to
10367 avoid compilation warning.
10368 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10369 `gdb-show-stop-p`.
10370
10371 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10372 Argument `key' renamed to `buffer-type'.
10373 (gdb-current-context-buffer-name): Do not add thread info to
10374 buffer name when no thread is selected.
10375 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10376 command (bug 3794).
10377 (gdb-thread-selected): Handle `=thread-selected' notification.
10378 (gdb-wait-for-pending): New macro to deal with congestion problems.
10379 (gdb-breakpoints-list-handler-custom): Don't fail on pending
10380 breakpoints.
10381 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10382 This fixes problem similar to one described in bug 3947.
10383 (gud-menu-map): More menu items.
10384 (gdb-init-1): Reset `gdb-thread-number' to nil.
10385
10386 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10387 non-stop settings.
10388
10389 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10390 (gdb-current-context-command): Do not append --thread if
10391 `gdb-thread-number' is nil.
10392 (gdb-running-threads-count, gdb-stopped-threads-count): New
10393 variables.
10394 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10395 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10396 customization options.
10397 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10398 GUD commands.
10399 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10400 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10401 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10402 set `gdb-thread-number' and update `gud-running' properly.
10403 (gdb-running): Update threads list when new threads appear.
10404 (gdb-stopped): Support non-stop operation and new thread switching
10405 logic.
10406 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10407 (gdb-json-partial-output): New set of JSON routines.
10408 (def-gdb-auto-update-trigger): New `signal-list' optional
10409 argument.
10410 (gdb-thread-list-handler-custom): Update `gud-running',
10411 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10412 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10413 (gdb-continue-thread, gdb-step-thread): New commands for fine
10414 thread execution control.
10415 (gud-menu-map): New menu items to switch non-stop options.
10416 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10417 (gdb-send): Mimic RET properly (bug 3794).
10418
10419 * progmodes/gdb-mi.el (gdb-rules-name-maker)
10420 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10421 gdb-buffer-rules.
10422 (def-gdb-auto-update-handler): New nopreserve optional argument.
10423 (gdb-stack-list-frames-custom): Print stack from top to bottom.
10424
10425 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10426 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10427 (gdb-parent-mode): New mode to derive other GDB modes from.
10428 (gdb-display-disassembly-for-thread)
10429 (gdb-frame-disassembly-for-thread): New commands for threads
10430 buffer.
10431
10432 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10433 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10434 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10435 (gdb-update): We now store all GDB buffers in a list so that they
10436 can be updated by traversing a list instead of calling invalidate
10437 triggers explicitly.
10438 (def-gdb-trigger-and-handler): New macro to define trigger-handler
10439 pair for GDB buffer.
10440 (gdb-stack-buffer-name): Add thread information.
10441 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10442 handle pending triggers.
10443 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10444 (def-gdb-thread-buffer-simple-command)
10445 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10446 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10447 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10448 New commands which show buffers bound to thread.
10449 (gdb-stack-list-locals-regexp): Removed unused regexp.
10450
10451 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10452 (gdb-locals-buffer-name, gdb-registers-buffer-name)
10453 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10454 to (gud-comint-buffer) in *-buffer-name functions
10455 because (gdb-get-target-string) already does that.
10456 (gdb-locals-handler-custom, gdb-registers-handler-custom)
10457 (gdb-changed-registers-handler): Rewritten without regexps.
10458
10459 * progmodes/gdb-mi.el: Basic thread selection support.
10460 (gdb-thread-number): New variable.
10461 (gdb-current-context-command): New macro which adds --thread
10462 option to command.
10463 (gdb-threads-mode-map): Select thread with SPC.
10464 (gdb-thread-list-handler-custom): Mark current thread with overlay
10465 arrow. Synchronize GDB thread and Emacs thread.
10466 (gdb-select-thread): New command which selects current thread.
10467 (gdb-invalidate-frames, gdb-invalidate-locals)
10468 (gdb-invalidate-registers): Use --thread option.
10469
10470 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
10471
10472 * net/tramp.el (top): Make check for tramp-gvfs loading more
10473 robust. (Bug#3977)
10474 (tramp-handle-insert-file-contents): `unwind-protect' must be
10475 inside `with-parsed-tramp-file-name'.
10476
10477 * net/tramp-gvfs.el (top): Remove superfluous message when loading
10478 fails.
10479
10480 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
10481
10482 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10483 directory if CLASSPATH is not set.
10484
10485 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
10486
10487 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10488 New defconst.
10489 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
10490
10491 2009-08-02 Kevin Ryde <user42@zip.com.au>
10492
10493 * net/newst-backend.el (newsticker--raw-url-list-defaults):
10494 Update freshmeat link. Delete newsforge.com as it seems gone.
10495
10496 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10497
10498 * select.el (x-set-selection): Doc fix (Bug#4021).
10499
10500 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10501
10502 * help-fns.el (describe-variable): Treat list return values from
10503 dir-locals-find-file properly (Bug#4005).
10504
10505 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
10506
10507 * net/tramp.el (tramp-debug-message): Print also microseconds.
10508
10509 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
10510
10511 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10512 or END is non-nil.
10513 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10514 (tramp-get-debug-buffer): Change `outline-regexp' according to new
10515 format.
10516
10517 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10518 (tramp-get-file-property): Use it.
10519
10520 * autorevert.el (auto-revert-handler): Allow
10521 `auto-revert-tail-mode' for remote files.
10522
10523 2009-08-02 Jason Rumney <jasonr@gnu.org>
10524
10525 * minibuffer.el (read-file-name): Treat confirm options to
10526 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
10527
10528 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10529
10530 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10531 (font-lock-variable-name-face, font-lock-constant-face): Darken
10532 the colors for light backgrounds.
10533
10534 2009-08-01 Eli Zaretskii <eliz@gnu.org>
10535
10536 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10537 month names. (Bug#3987)
10538
10539 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
10540
10541 * simple.el (line-move-finish): Pass whole number to
10542 line-move-to-column.
10543 (line-move-visual): Perform hscroll to the recorded position.
10544
10545 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
10546
10547 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10548
10549 2009-07-29 Alan Mackenzie <acm@muc.de>
10550
10551 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10552
10553 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
10554
10555 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10556 (gdb-place-breakpoints): Use full path when setting breakpoints.
10557
10558 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10559
10560 * calc/calc.el (calc-mode-map): Add keybinding for
10561 `calc-transpose-lines'.
10562
10563 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
10564
10565 * calc/calc-misc.el (calc-transpose-lines): New function.
10566
10567 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
10568
10569 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10570 Simplify check for out-of-band methods.
10571 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10572 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
10573
10574 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10575
10576 * vc-git.el (vc-git-checkin): Fix typo.
10577
10578 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
10579
10580 * progmodes/js2-mode.el: New file.
10581
10582 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
10583
10584 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10585 (gud-menu-map): Adjust tooltip accordingly.
10586
10587 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10588
10589 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10590 (vc-bzr-log-view-mode): Adjust log-view-file-re.
10591
10592 * add-log.el (change-log-mode-map): Add a menu.
10593
10594 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
10595
10596 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10597 function returns nil.
10598 (dbus-handle-event): Handle special return value :ignore.
10599 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10600
10601 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
10602
10603 * view.el (view-mode-enable): Don't define Helper-return-blurb if
10604 it's not needed.
10605
10606 2009-07-25 Eli Zaretskii <eliz@gnu.org>
10607
10608 Fix Bug#3888:
10609
10610 * w32-vars.el (x-select-enable-clipboard): Doc fix.
10611
10612 * term/pc-win.el (x-display-name, x-colors)
10613 (x-select-enable-clipboard, x-select-text): Doc fix.
10614
10615 * term/common-win.el (x-display-name, x-colors): Doc fix.
10616
10617 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10618 (xw-defined-colors): Doc fix.
10619
10620 * w32-fns.el (x-select-text, x-setup-function-keys)
10621 (x-get-selection, x-set-selection): Doc fix.
10622
10623 * term/x-win.el (x-select-text, x-setup-function-keys)
10624 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10625
10626 * select.el (x-set-selection): Doc fix.
10627
10628 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
10629
10630 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10631 instead of "IsNSSSupportAvailable". Avahi ought to work also when
10632 "IsNSSSupportAvailable" method is not available. Reported by
10633 Steve Youngs <steve@sxemacs.org>.
10634
10635 2009-07-24 Kenichi Handa <handa@m17n.org>
10636
10637 * international/characters.el: Fix setting of category ?C, ?|, ?K,
10638 and ?H. Fix setting of case for Latin Extended and Greek Extended.
10639 (build-unicode-category-table): Fix range checks.
10640
10641 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10642
10643 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10644 the buffer we try to sync is current when calling
10645 vc-resynch-buffer.
10646
10647 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10648 not show up to date files.
10649
10650 2009-07-24 Glenn Morris <rgm@gnu.org>
10651
10652 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10653 Add autoload cookies. If necessary, initialize.
10654 (elint-log): Handle non-file buffers.
10655 (elint-initialize): Add optional argument to reinitialize.
10656 (elint-find-builtin-variables): Save excursion.
10657
10658 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10659
10660 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10661 for Lint.
10662
10663 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10664
10665 * vc.el (vc-print-log-internal): New function, split out from ...
10666 (vc-print-log): ... here.
10667 (vc-dir-move-to-goal-column): Declare.
10668
10669 * vc-git.el (vc-git-add-signoff): New variable.
10670 (vc-git-checkin): Use it.
10671 (vc-git-toggle-signoff): New function.
10672 (vc-git-extra-menu-map): Bind it to menu.
10673 (vc-git--run-command-string): Accept a nil FILE argument.
10674 (vc-git-stash-list): New function.
10675 (vc-git-dir-extra-headers): Use it.
10676
10677 2009-07-23 Glenn Morris <rgm@gnu.org>
10678
10679 * help-fns.el (describe-variable): Describe ignored and risky local
10680 variables in a similar way to that in which we describe safe ones.
10681
10682 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10683 (byte-compile-output-file-form, byte-compile-output-docform)
10684 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10685 Give some more local variables with common names a "bytecomp-" prefix,
10686 so as not to shadow things during compilation.
10687 * emacs-lisp/cl-macs.el (load-time-value)
10688 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10689 `outbuffer' to `bytecomp-outbuffer'.
10690
10691 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10692 since the next two variables cover them automatically now.
10693 (elint-builtin-variables, elint-autoloaded-variables): New.
10694 (elint-unknown-builtin-args): Remove all members, since they can be
10695 parsed automatically now.
10696 (elint-extra-errors): New.
10697 (elint-env-add-env, elint-env-add-macro): Use cadr.
10698 (elint-current-buffer): Use or. Change final message.
10699 (elint-get-top-forms): Use line-end-position.
10700 (elint-init-env): Use cadr. Handle autoload, declare-function,
10701 and defalias.
10702 (elint-add-required-env): Doc fix. Use or. Standardize error.
10703 (regexp-assoc): Remove unused function.
10704 (elint-top-form): Set elint-current-pos, to record the start of the
10705 top-level form, for compilation-mode.
10706 (elint-form): Trap errors in macro expansion. Use dolist.
10707 (elint-unbound-variable): Use elint-builtin-variables and
10708 elint-autoloaded-variables.
10709 (elint-get-args): Use cadr, or.
10710 (elint-check-cond-form): Use dolist, cadr.
10711 (elint-check-condition-case-form): Doc fix. Use cadr.
10712 Use elint-extra-errors.
10713 (elint-log): New function.
10714 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10715 Distinguish errors and warnings.
10716 (elint-log-message): Use with-current-buffer. Inhibit read-only.
10717 Use a bytecomp-style format.
10718 (elint-clear-log): Preserve default-directory. Inhibit read-only.
10719 (elint-get-log-buffer): Use compilation mode. Disable undo.
10720 Don't truncate lines.
10721 (elint-initialize): Set builtin and autoloaded variable lists.
10722 Only process elint-unknown-builtin-args if non-nil.
10723 (elint-find-builtin-variables, elint-find-autoloaded-variables):
10724 New functions.
10725 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
10726
10727 2009-07-22 Kevin Ryde <user42@zip.com.au>
10728
10729 * net/newst-backend.el (newsticker--parse-atom-1.0)
10730 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10731 (newsticker--parse-rss-1.0):
10732 * progmodes/idlwave.el (idlwave-mode):
10733 * progmodes/idlw-shell.el (idlwave-shell-mode):
10734 * progmodes/vera-mode.el (vera-mode):
10735 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10736 * progmodes/vhdl-mode.el (vhdl-mode):
10737 * textmodes/table.el (table-generate-source)
10738 (table--warn-incompatibility):
10739 Hyperlink urls in docstrings with URL `...'.
10740
10741 2009-07-22 Glenn Morris <rgm@gnu.org>
10742
10743 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10744 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10745 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10746 Remove leading * from defcustom docs.
10747
10748 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
10749
10750 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10751 defcustom doc.
10752 (list-load-path-shadows): Optionally, just return shadows as a string.
10753
10754 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10755
10756 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
10757
10758 * mail/rmailedit.el (rmail-edit-mode): Use
10759 auto-save-include-big-deletions.
10760
10761 * mail/rmail.el (rmail-variables): Use
10762 auto-save-include-big-deletions.
10763
10764 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10765 changes.
10766
10767 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10768
10769 * calc/calc.el (calc-undo-length): New variable.
10770 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10771
10772 2009-07-21 Richard Stallman <rms@gnu.org>
10773
10774 * files.el (auto-save-mode): Handle buffer-save-size = -2
10775 for toggling mode.
10776
10777 2009-07-21 Glenn Morris <rgm@gnu.org>
10778
10779 * textmodes/ispell.el (ispell-looking-back): Update declaration.
10780
10781 * calendar/todo-mode.el (calendar-current-date): Update declaration.
10782
10783 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10784 silence compiler. Instead...
10785 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10786 (ps-print-ensure-fontified): Update for above function name changes.
10787
10788 * printing.el (pr-mh-get-msg-num, pr-mh-show)
10789 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10790 silence compiler. Instead...
10791 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10792 (mh-show-buffer): Only define for compiler.
10793 (pr-mh-current-message): Update for above function name changes.
10794
10795 * files.el (abort-if-file-too-large): Explicitly pass `filename'
10796 as an argument.
10797 (find-file-noselect, insert-file-1): Update for above change.
10798
10799 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10800
10801 * mail/mailclient.el (mailclient-send-it): Fix message.
10802
10803 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10804 (edebug-eval): Check cl-debug-env is bound.
10805 (print-level, print-circle): Don't redefine built-in variables.
10806
10807 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10808 (custom-print-vectors): Remove old comments from doc.
10809
10810 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10811 (emerge-version): Make the variable an obsolete alias for the
10812 emacs-version variable. Make the function obsolete.
10813 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10814 Emerge options, rather than merging in into the main Options menu.
10815 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
10816 and auto advance modes. Disable edit/fast items when not relevant.
10817
10818 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10819
10820 * term/vt420.el (terminal-init-vt420): Fix typo.
10821
10822 2009-07-20 Sam Steingold <sds@gnu.org>
10823
10824 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10825 variable (removed from compile.el on 2004-03-11).
10826
10827 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
10828
10829 * files.el (hack-local-variables-filter): Fix last change.
10830
10831 2009-07-19 Juri Linkov <juri@jurta.org>
10832
10833 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10834 (dir-local-variables-alist): New buffer-local variable.
10835 (hack-local-variables-filter): If variable is not dir-local,
10836 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10837 because file-local overrides dir-local.
10838 (c-postprocess-file-styles) <declare-function>:
10839 Remove obsolete declaration.
10840 (hack-dir-local-variables): Add dir-local variable/value pair to
10841 `dir-local-variables-alist' and remove duplicates. Doc fix.
10842
10843 * help-fns.el (describe-variable): Add information about
10844 file-local and dir-local variables.
10845
10846 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
10847
10848 * files.el (hack-local-variables-filter): Rewrite.
10849
10850 2009-07-19 Glenn Morris <rgm@gnu.org>
10851
10852 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10853 Silence compiler by only defining on XEmacs.
10854
10855 * international/mule.el (auto-coding-regexp-alist): Only match
10856 BABYL... at the start of buffer, not of lines. (Bug#3790)
10857
10858 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10859 non-calendar buffers (Bug#3862). Restore "not on a date" message.
10860 (cal-menu-context-mouse-menu): Doc fix.
10861
10862 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10863
10864 * simple.el (mail-user-agent): Doc fix. Set :version tag.
10865
10866 2009-07-18 Juri Linkov <juri@jurta.org>
10867
10868 * info.el: Virtual Info keyword finder.
10869 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10870 (Info-finder-file): New variable.
10871 (Info-finder-find-file): New function.
10872 (finder-known-keywords, finder-package-info)
10873 (find-library-name, lm-commentary): Use defvar and
10874 declare-function to silence compiler warnings.
10875 (Info-finder-find-node): New function.
10876 (info-finder): New command.
10877
10878 * subr.el (process-kill-buffer-query-function): New function.
10879 (add-hook)<kill-buffer-query-functions>: Add hook
10880 `process-kill-buffer-query-function'.
10881
10882 2009-07-18 Alan Mackenzie <acm@muc.de>
10883
10884 * progmodes/cc-mode.el (c-before-hack-hook)
10885 (c-postprocess-file-styles): Give invocation of `c-set-style'
10886 DONT-OVERRIDE parameter of t. Already set style variables will
10887 thus not be overridden by style settings given by `c-file-syle'.
10888
10889 * files.el (hack-local-variables-filter): Remove entries with
10890 duplicate keys from `file-local-variables-alist'.
10891
10892 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10893
10894 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10895 x-set-selection if display-selections-p returns nil for the
10896 current frame.
10897
10898 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
10899
10900 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10901
10902 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10903
10904 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10905 Accept nil in addition to a regexp.
10906 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10907 Accept nil in addition to a regexp.
10908 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10909 buffers that have an associated file. Handle nil values of
10910 desktop-buffers-not-to-save and desktop-files-not-to-save.
10911 (Bug#3833)
10912
10913 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10914 (x-disown-selection-internal): New functions.
10915
10916 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
10917
10918 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10919 warning.
10920 (gdb-breakpoints-header): Move forward to avoid compiler warning.
10921 (gdb-make-header-line-mouse-map): Remove duplicate definition.
10922
10923 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
10924
10925 * simple.el (set-mark): Revert last change.
10926
10927 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
10928
10929 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10930 rendering of pngs is not possible instead of messaging a long
10931 description.
10932
10933 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
10934
10935 * w32-fns.el (x-selection-owner-p): New function.
10936
10937 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10938 (mouse-yank-at-click, mouse-yank-primary): If
10939 select-active-regions is non-nil, deactivate the mark before
10940 insertion.
10941
10942 * simple.el (deactivate-mark, set-mark): Only save selection if we
10943 own it.
10944
10945 2009-07-17 Kenichi Handa <handa@m17n.org>
10946
10947 * case-table.el (describe-buffer-case-table): Fix for the case
10948 that KEY is a cons.
10949
10950 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10951
10952 * vc-rcs.el (vc-rcs-find-file-hook):
10953 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10954
10955 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
10956
10957 * net/tramp.el (tramp-wait-for-output): Handle the case when
10958 commands do not return a newline but a null byte before the shell
10959 prompt. (Bug#3858)
10960
10961 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10962
10963 * term/ns-win.el (ns-set-alpha): Don't declare.
10964 (ns-set-background-alpha): Remove function.
10965
10966 2009-07-16 Kevin Ryde <user42@zip.com.au>
10967
10968 * emacs-lisp/copyright.el (copyright-update): Save match-data across
10969 y-or-n-p, for safety.
10970
10971 2009-07-16 Richard Stallman <rms@gnu.org>
10972
10973 * files.el (auto-save-mode): If buffer-saved-size is -2,
10974 don't clobber it.
10975
10976 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10977 (rmail-retry-ignored-headers): Add more uninteresting fields.
10978
10979 2009-07-15 Jari Aalto <jari.aalto@cante.net>
10980
10981 * net/rcirc.el (rcirc): Use history variables.
10982 (rcirc-server-name-history, rcirc-nick-name-history)
10983 (rcirc-server-port-history): New variables.
10984
10985 2009-07-15 Kenichi Handa <handa@m17n.org>
10986
10987 * international/mule-cmds.el (set-language-environment-charset):
10988 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10989 ignore them.
10990
10991 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10992 Delete unibyte-display.
10993
10994 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10995
10996 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10997
10998 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10999
11000 * simple.el (deactivate-mark): Optional argument FORCE.
11001 (set-mark): Use deactivate-mark.
11002
11003 * info.el (Info-search): No need to check transient-mark-mode
11004 before calling deactivate-mark.
11005
11006 * select.el (x-set-selection): Doc fix.
11007 (x-valid-simple-selection-p): Allow buffer values.
11008 (xselect--selection-bounds): Handle buffer values. Suggested by
11009 David De La Harpe Golden.
11010
11011 * mouse.el (mouse-set-region, mouse-drag-track): Call
11012 copy-region-as-kill before setting the mark, to let
11013 select-active-regions work.
11014
11015 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
11016
11017 * simple.el (deactivate-mark): If select-active-regions is
11018 non-nil, copy the selection data into a string.
11019 (activate-mark): If select-active-regions is non-nil, set the
11020 selection to the current buffer.
11021 (set-mark): Update selection if select-active-regions is non-nil.
11022
11023 * select.el (x-valid-simple-selection-p): Allow buffer values.
11024
11025 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11026
11027 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11028 and more featureful message-mode.
11029
11030 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
11031
11032 * select.el (x-set-selection): Doc fix.
11033 (x-valid-simple-selection-p): Disallow selection data consisting
11034 of a list or cons of integers, since that is not used.
11035 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11036 (xselect-convert-to-string, xselect-convert-to-length)
11037 (xselect-convert-to-filename, xselect-convert-to-charpos)
11038 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11039
11040 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11041
11042 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11043 output in -break-info command (Emacs bug #3794).
11044
11045 2009-07-14 Glenn Morris <rgm@gnu.org>
11046
11047 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11048 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11049 (edebug-print-length, edebug-print-level, edebug-print-circle)
11050 (edebug-sit-for-seconds, edebug-view-outside)
11051 (edebug-bounce-point, edebug-set-global-break-condition)
11052 (edebug-Go-nonstop-mode, edebug-trace-mode)
11053 (edebug-Trace-fast-mode, edebug-continue-mode)
11054 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11055 (edebug-visit-eval-list): Doc fixes.
11056
11057 * subr.el (def-edebug-spec): Doc fix.
11058
11059 2009-07-14 Kenichi Handa <handa@m17n.org>
11060
11061 * international/characters.el: Fix setting of category ?C.
11062
11063 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11064
11065 * term/ns-win.el (x-select-font): defalias x-select-font to
11066 ns-popup-font-panel instead of generate-fontset-menu.
11067
11068 2009-07-12 Eli Zaretskii <eliz@gnu.org>
11069
11070 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
11071
11072 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11073
11074 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11075 the PK\003\004 header (Bug#3770).
11076
11077 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11078
11079 * pcomplete.el (pcomplete-comint-setup): Check for
11080 shell-dynamic-complete-filename too.
11081
11082 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
11083
11084 * simple.el (temporary-goal-column): Change the value for
11085 line-move-visual to a cons cell.
11086 (line-move-visual): Record or set the window hscroll, if
11087 necessary (Bug#3494).
11088 (line-move-1): Handle cons value of temporary-goal-column.
11089
11090 2009-07-11 Kenichi Handa <handa@m17n.org>
11091
11092 * international/mule-diag.el (describe-character-set): Don't show
11093 width.
11094
11095 2009-07-10 Sam Steingold <sds@gnu.org>
11096
11097 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11098 Omake sometimes indents the errors it prints, so allow all
11099 regexps to start with spaces.
11100
11101 2009-07-10 Eli Zaretskii <eliz@gnu.org>
11102
11103 * cus-edit.el (customize-changed-options-previous-release):
11104 Bump value to 22.1. (Bug#3804)
11105
11106 2009-07-08 Sam Steingold <sds@gnu.org>
11107
11108 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11109 to be a cons cell (test . ignored-directory) to selectively ignore
11110 some directories depending on the location of the search.
11111
11112 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
11113
11114 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11115 remote user is root, on the local host.
11116 (tramp-local-host-p): Either the local user or the remote user
11117 must be root. (Bug#3771)
11118
11119 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11120
11121 * progmodes/gdb-mi.el (gdb): Remove description of
11122 gdb-use-separate-io-buffer.
11123 (menu): Don't allow toggling of or enable
11124 gdb-use-separate-io-buffer from menubar.
11125
11126 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11127
11128 * mail/unrmail.el (unrmail): Make sure the message ends with two
11129 newlines (Bug#3769).
11130
11131 2009-07-08 Glenn Morris <rgm@gnu.org>
11132
11133 * calendar/calendar.el (calendar-current-date): Rework previous change.
11134
11135 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11136
11137 * calendar/calendar.el (calendar-current-date):
11138 Add an optional argument giving an offset from today.
11139
11140 2009-07-08 Glenn Morris <rgm@gnu.org>
11141
11142 * tutorial.el (tutorial--describe-nonstandard-key):
11143 Adjust the message for when a key has been unbound.
11144 (help-with-tutorial): Hide the arch-tag.
11145
11146 2009-07-08 Kenichi Handa <handa@m17n.org>
11147
11148 * international/fontset.el (setup-default-fontset): For each
11149 script, append (not set) font-specs.
11150
11151 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11152 docstring.
11153
11154 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11155
11156 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11157 -data-list-register-names to ...
11158 (gdb-starting): ... here because GDB 7.0 requires execution to
11159 have started when using this MI command.
11160 (gdb-set-header): New function to distinguish select and
11161 unselected tabs in gdb buffers.
11162 (gdb-propertize-header): New macro that uses gdb-set-header.
11163 (gdb-breakpoints-header, gdb-locals-header): Use it.
11164 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11165
11166 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
11167
11168 * Makefile.in (ELCFILES): Remove fadr.elc.
11169
11170 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11171
11172 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11173 may contain frame information, so `string-match' should be used.
11174 (gdb-update): Disassembly is invalidated through
11175 `gdb-get-selected-frame'.
11176 (gdb-pad-string): New function to pad string with spaces.
11177 (gdb-invalidate-disassembly): Invalidate only if the buffer
11178 exists.
11179 (gdb-disassembly-handler-custom): Column alignment.
11180 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11181 placing new ones.
11182 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11183 end of line, too.
11184 (gdb-frame-handler): Match convention to for disassembly buffer
11185 mode name.
11186 (gdb-stack-list-frames-handler): Rewritten without regexps.
11187 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11188 not highlight breakpoints without line information.
11189 (gdb-input): Add trailing newline to command.
11190
11191 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11192 buffer properly.
11193 (gdb-breakpoints-list-handler-custom): Replacement for
11194 `gdb-break-list-handler'. Using real parser instead of regexps
11195 now.
11196 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11197 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11198 to place breakpoints.
11199 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11200 functions.
11201 (gdb-disassembly-handler-custom): Show overlay arrow.
11202 (gdb-disassembly-place-breakpoints): Show breakpoints in
11203 disassembly buffer.
11204 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11205 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11206 instead of parsing breakpoints buffer. Fixed old menu references
11207 in `gud-menu-map'.
11208
11209 * fadr.el: Remove.
11210
11211 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11212 (gdb-memory-address): New variable which holds top address of
11213 memory page shown in memory buffer.
11214 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
11215 customization variables.
11216 New functions:
11217 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11218 display the memory buffer.
11219 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11220 buffer display parameters.
11221 (def-gdb-memory-format, gdb-memory-format-binary)
11222 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11223 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11224 Functions for setting memory buffer format.
11225 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11226 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11227 unit size used in memory buffer.
11228 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11229 to next/previous page of memory buffer.
11230 Now using (bindat-get-field) instead of fadr functions.
11231
11232 2009-07-07 Sam Steingold <sds@gnu.org>
11233
11234 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11235 non-top-level files.
11236
11237 2009-07-07 Kenichi Handa <handa@m17n.org>
11238
11239 * international/mule-cmds.el (reset-language-environment): Put
11240 the highset priority to the charset iso-8859-1.
11241
11242 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11243
11244 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11245 to the end of the line when locating the block (Bug#700).
11246
11247 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
11248
11249 * net/tramp.el (tramp-handle-write-region): Flush file properties
11250 in case of short track.
11251
11252 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
11253
11254 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11255 Coded custom representation of verilog error regular expressions
11256 to work with Emacs-22's new format.
11257 (verilog-error-regexp-xemacs-alist): Coded custom representation
11258 of verilog error regular expressions to work with XEmacs format.
11259 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11260 error recognition into XEmacs.
11261 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11262 error recognition into Emacs-22.
11263
11264 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11265
11266 * woman.el: Remove stand-alone closing parentheses.
11267 (woman-file-name, woman2-format-paragraphs)
11268 (woman-leave-blank-lines): Code cleanup.
11269 (woman-use-own-frame): Change default to nil.
11270 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11271 defaults to inherit from default faces.
11272 (woman2-process-escapes): Consume the newline after a stand-alone
11273 filler character (Bug#3651).
11274
11275 2009-07-06 Glenn Morris <rgm@gnu.org>
11276
11277 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11278 (top-level): Move provide to the end.
11279 (ffap): Remove defunct URL from custom group.
11280
11281 * subr.el (eval-after-load): Doc fix.
11282
11283 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
11284
11285 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11286 `calc-embedded-word' is called twice.
11287
11288 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11289
11290 * files.el (find-alternate-file-other-window, find-alternate-file):
11291 Obey confirm-nonexistent-file-or-buffer.
11292
11293 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
11294
11295 * dired-aux.el (dired-show-file-type): Handle remote files.
11296
11297 2009-07-05 Jari Aalto <jari.aalto@cante.net>
11298
11299 * desktop.el (desktop-globals-to-save):
11300 Add file-name-history (Bug#2750).
11301
11302 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
11303
11304 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11305
11306 2009-07-04 Johan Bockgård <bojohan@gnu.org>
11307
11308 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11309 property on entire argument since this is what eshell-lisp-command
11310 expects.
11311
11312 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
11313
11314 * net/tramp-gvfs.el (tramp-gvfs-methods)
11315 (tramp-gvfs-zeroconf-domain)
11316 (tramp-bluez-discover-devices-timeout): Add version flag.
11317 (tramp-gvfs-handler-mounted-unmounted)
11318 (tramp-gvfs-connection-mounted-p): Polish handling of
11319 incompatibilities between GVFS 0.2 and 1.0.
11320
11321 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11322
11323 * cus-start.el (all): Add make-pointer-invisible.
11324
11325 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11326
11327 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11328 formatted correctly.
11329
11330 2009-07-02 Juri Linkov <juri@jurta.org>
11331
11332 * info.el: Virtual Info files and nodes.
11333 (Info-virtual-files, Info-virtual-nodes): New variables.
11334 (Info-current-node-virtual): New variable.
11335 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11336 New functions.
11337 (Info-file-supports-index-cookies): Use Info-virtual-file-p
11338 to check for a virtual file instead of checking a fixed list
11339 of node names.
11340 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11341 instead of ad-hoc processing of "dir" and (apropos history toc).
11342 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11343 instead of ad-hoc processing of "dir" and (apropos history toc).
11344 Reread a file when moving from a virtual node.
11345 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11346 (Info-directory-toc-nodes, Info-directory-find-file)
11347 (Info-directory-find-node): New functions.
11348 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11349 (Info-history): Move part of code to
11350 `Info-history-find-node'.
11351 (Info-history-toc-nodes, Info-history-find-file)
11352 (Info-history-find-node): New functions.
11353 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11354 (Info-toc): Move part of code to `Info-toc-find-node'.
11355 (Info-toc-find-node): New function.
11356 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
11357 the current Info file name to references because now the node
11358 "*TOC*" belongs to the same Info manual.
11359 (Info-toc-build): Rename from `Info-build-toc'.
11360 (Info-toc-nodes): Rename input argument `file' to `filename'.
11361 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11362 instead of ad-hoc processing of ("dir" apropos history toc).
11363 (Info-index-nodes): Use Info-virtual-file-p
11364 to check for a virtual file instead of checking a fixed list
11365 of node names.
11366 (Info-index-node): Add check for `Info-current-node-virtual'.
11367 Raise `save-match-data' higher up the tree to contain
11368 `search-forward' too (bug fix).
11369 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11370 (Info-virtual-index-nodes): New variable.
11371 (Info-virtual-index-find-node, Info-virtual-index): New functions.
11372 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11373 (Info-apropos-file, Info-apropos-nodes): New variables.
11374 (Info-apropos-toc-nodes, Info-apropos-find-file)
11375 (Info-apropos-find-node, Info-apropos-matches): New functions.
11376 (info-apropos): Move part of code to `Info-apropos-find-node' and
11377 `Info-apropos-matches'.
11378 (Info-mode-map): Bind "I" to `Info-virtual-index'.
11379 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11380 for a virtual file instead of checking a fixed list of node names.
11381
11382 * simple.el (async-shell-command): New command.
11383
11384 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11385
11386 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11387 instead of `mount-info'.
11388
11389 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
11390
11391 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11392 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11393
11394 2009-07-02 Kenichi Handa <handa@m17n.org>
11395
11396 * international/mule.el (set-keyboard-coding-system): Force *-unix
11397 coding-system to avoid eol conversion.
11398
11399 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
11400
11401 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11402 Add handler for `process-file', `shell-command' and
11403 `start-file-process'.
11404 (tramp-gvfs-handle-shell-command)
11405 (tramp-gvfs-handle-start-file-process)
11406 (tramp-gvfs-handle-process-file): New defuns.
11407 (tramp-synce-list-devices): Simplify check for existence of property.
11408
11409 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
11410
11411 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11412
11413 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
11414
11415 * language/korean.el (set-language-info-alist): Add korean-cp949,
11416 cp949 to spec.
11417
11418 2009-07-01 Kenichi Handa <handa@m17n.org>
11419
11420 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11421
11422 * international/encoded-kb.el: Deleted.
11423
11424 * international/mule.el (set-keyboard-coding-system): Perform the
11425 necessary setup here instead of calling encoded-kbd-setup-display.
11426
11427 2009-07-01 Glenn Morris <rgm@gnu.org>
11428
11429 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11430
11431 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
11432
11433 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
11434
11435 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
11436
11437 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11438 Handle also the 'rename case, when setting file modes. (Bug#3712)
11439 (tramp-default-file-modes): Remove execute permissions.
11440
11441 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11442 (top): Add a default for "synce" in `tramp-default-user-alist'.
11443 Add completion function for "synce" method.
11444 (tramp-hal-service, tramp-hal-path-manager)
11445 (tramp-hal-interface-manager, tramp-hal-interface-device):
11446 New defconst.
11447 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11448 (tramp-synce-list-devices, tramp-synce-parse-device-names):
11449 New defuns.
11450
11451 * net/trampver.el: Update release number.
11452
11453 2009-06-30 Kenichi Handa <handa@m17n.org>
11454
11455 * international/fontset.el (setup-default-fontset): Add CJK fonts
11456 for symbols and the other miscellaneous characters.
11457
11458 * language/korea-util.el (setup-korean-environment-internal):
11459 Make char-width-table suitable for Korean environments.
11460 (exit-korean-environment): Cancel above.
11461
11462 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11463 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11464 setup-function to make char-width-table suitable for respective
11465 environments, and an exit-function to cancel that.
11466
11467 * language/japan-util.el (setup-japanese-environment-internal):
11468 Call use-cjk-char-width-table with arg `ja_JP'.
11469
11470 * international/characters.el (cjk-char-width-table): Delete it.
11471 (cjk-char-width-table-list): New variable.
11472 (use-cjk-char-width-table): New arg local-name.
11473 (use-default-char-width-table): Fix for the case that Emacs is
11474 already using the default char-width-table.
11475
11476 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
11477
11478 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11479 modes mandatory. (Bug#3712)
11480
11481 2009-06-29 Alan Mackenzie <acm@muc.de>
11482
11483 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11484 correction between the visible width of TABs and their number of bytes.
11485
11486 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
11487
11488 * server.el (server-buffer-done): Prevent kill-buffer from
11489 prompting by clearing the buffer modification flag (Bug#3696).
11490
11491 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
11492
11493 * progmodes/verilog-mode.el (verilog-beg-of-statement)
11494 (verilog-endcomment-reason-re): Support unique case and priority case.
11495 (verilog-basic-complete-re): Support localparam lineup.
11496 (verilog-beg-of-statement-1): Fix for robustness, unique case.
11497 (verilog-set-auto-endcomments): Fix for unique case, always_comb
11498 commenting.
11499 (verilog-leap-to-case-head): Now support *nested* unique &
11500 priority case statements.
11501 (verilog-auto-lineup): Make just declarations the default (as it
11502 had been).
11503 (verilog-leap-to-case-head): Support priority/unique case statements.
11504 (verilog-auto-lineup): Rework to give users radio buttons to
11505 select the various styles of automatic lineup.
11506 (verilog-error-regexp-alist): Rework to support the XEmacs style
11507 of error regular expressions from compilers, lint tools &
11508 simulators. Note that GNU Emacs has made it impossible for a mode
11509 to load such things.
11510 (electric-verilog-terminate-line, verilog-indent-declaration)
11511 (verilog-auto-wiure): Rework for radio button selection of
11512 auto-lineup selection of specification of auto lineup.
11513 (verilog-beg-of-statement-1): Redesign to support proper operation
11514 in additional code, based on testing with auto-lineup.
11515 (verilog-calculate-indent, assignments & declarations)
11516 (verilog-backward-token): Enhance to support auto-lineup of
11517 assignments & declarations.
11518 (verilog-in-directive-p, verilog-at-struct-p): New function for
11519 easy test of whether we are.
11520 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11521 to support safe execution at almost anyline.
11522 (verilog-calc-1): Properly support indenting deep inside generate
11523 blocks.
11524 (verilog-init-font): Remove definition & use of verilog-init-font,
11525 as it is redundant with font-lock-defaults.
11526 (verilog-mode): Alter the definition of verilog-font-lock-defaults
11527 to avoid circular calls if syntax-ppss is a function (as is the
11528 case now in 22.x GNU Emacs) as that function would sometimes call
11529 itself, leading to (nearly) infinite recursion.
11530 (verilog-ovm-begin-re, verilog-ovm-end-re)
11531 (verilog-ovm-statement-re, verilog-leap-to-head)
11532 (verilog-backward-token): Add support for OVM macros. Some are
11533 complete statements, and others open and close scopes like begin
11534 and end.
11535 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11536 (verilog-defun-level-generate-only-re): Really fix the defun-list
11537 compilation issue.
11538 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11539 coverpoint, constraint and cross statements.
11540 (verilog-defun-level-list, verilog-generate-defun-level-list)
11541 (verilog-all-defun-level-list): Redo these specifications - it is
11542 too hard to support eval-when compile aggregation of lists also
11543 built at when-compile time.
11544 (verilog-defun-level-list): Place defconsts of variables used in
11545 building regular expressions which are built in eval-when-compile
11546 bodies in the same eval-when-compile body to facilitate compile
11547 without load.
11548 (verilog-beg-block-re-ordered): Support indenting
11549 virtual/protected tasks and functions.
11550 (verilog-defun-level-list, verilog-in-generate-region-p)
11551 (verilog-backward-ws&directives, verilog-calc-1): Speed up
11552 indentation of some module items (generate items).
11553 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11554 across virtual/protected tasks and functions.
11555
11556 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
11557
11558 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11559 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
11560 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11561 in concatenations. Reported by Yishay Belkind.
11562 (verilog-auto-ascii-enum): Support one-hot state machines in
11563 AUTOASCIIENUM. Suggested by Lloyd Gomez.
11564 (verilog-auto-inst, verilog-auto-inst-port): Include interface
11565 modport in AUTOINST and add vl-modport for users. Reported by
11566 David Rogoff.
11567 (verilog-auto-inout-module, verilog-auto-inst)
11568 (verilog-decls-get-interfaces, verilog-insert-definition)
11569 (verilog-insert-one-definition, verilog-read-decls)
11570 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11571 (verilog-sig-modport, verilog-signals-combine-bus)
11572 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11573 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11574 Suggested by David Rogoff.
11575 (verilog-repair-open-comma): Fix non-insertion of comma when
11576 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
11577 (verilog-make-width-expression): Simplify [A-1:0] expression
11578 widths to just {A{1'b0}}.
11579 (verilog-mode): Cleanup checkdoc warnings.
11580 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11581 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11582 inputs/outputs or data type. Suggested by Vasu Kandadi.
11583 (next-error-last-buffer): Fix byte-compiler warning.
11584 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11585 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11586 or shell command text during AUTO expansion. Suggested by Tad Truex.
11587 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11588 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11589 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11590 in AUTOINOUT. Reported by Matthew Lovell.
11591 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11592 causing use of <= assignments. Reported by Alex Reed.
11593 (verilog-read-decls): Fix triand, trior, wand, wor to be
11594 recognized by AUTOWIRE. Reported by Spencer Isaacson.
11595 (verilog-extended-complete-re): Support import "DPI-C" functions.
11596 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11597 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
11598 (verilog-insert-date, verilog-insert-year)
11599 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11600 Windows systems. Reported by Michael Potts.
11601 (verilog-read-module-name): Fix AUTOINST when the child module
11602 declaration's name is a tick define. Reported by Elliot Mednick.
11603 (verilog-read-decls): Fix V2K parameter bit subscripts getting
11604 passed to next parameter's definition. Reported by Bruce T.
11605 (verilog-read-decls): Fix detecting "parameter int" when using
11606 AUTOINSTPARAM. Reported by Bruce T.
11607 (verilog-goto-defun): Fix goto not finding modules unless first
11608 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
11609 (verilog-mode): Expand -f flag arguments on entry to mode so
11610 verilog-goto-defun will work. Reported by Lawrence Butcher.
11611 (verilog-getopt): Expand environment variables in -f file
11612 arguments. Suggested by Lawrence Butcher.
11613 (verilog-set-define): Fix "Symbol's value as variable is void"
11614 when reading enumerations.
11615 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11616 Suggested by Stephen Peltan.
11617 (verilog-read-defines): Fix reading of enumerations in include
11618 files. Reported by Steve Peltan.
11619
11620 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11621
11622 * files.el (trash-directory): Fix defcustom type.
11623
11624 2009-06-28 Juri Linkov <juri@jurta.org>
11625
11626 * help-fns.el (describe-function-1): Correctly locate adviced
11627 functions in hyperlink (Bug#2438).
11628
11629 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
11630
11631 * files.el (trash-directory): Change default to nil.
11632 (move-file-to-trash): If trash-directory is nil and
11633 system-move-file-to-trash is unbound, perform freedesktop-style
11634 trashing.
11635
11636 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11637
11638 * files.el (move-file-to-trash): Add freedesktop trash
11639 support (Bug#973).
11640
11641 2009-06-28 Glenn Morris <rgm@gnu.org>
11642
11643 * autorevert.el (global-auto-revert-non-file-buffers)
11644 (global-auto-revert-mode): Doc fixes.
11645
11646 2009-06-27 Johan Bockgård <bojohan@gnu.org>
11647
11648 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11649
11650 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
11651
11652 * faces.el (x-handle-named-frame-geometry): Ensure that we have
11653 opened an X connection before calling x-get-resource (Bug#3194).
11654
11655 * play/doctor.el: Remove reference to obsolete website.
11656 (make-doctor-variables): Correct grammar mistake (Bug#2633).
11657
11658 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11659
11660 Remove find-file-not-found-hook VC method. (Bug#2757)
11661 * vc-hooks.el (vc-file-not-found-hook)
11662 (vc-default-find-file-not-found-hook): Remove functions.
11663 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11664 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11665 * vc.el:
11666 * vc-hg.el:
11667 * vc-git.el: Do not mention find-file-not-found-hook VC method.
11668
11669 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
11670
11671 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11672 compatibility function for `looking-back'.
11673
11674 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11675 Use `ispell-looking-back'.
11676
11677 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
11678
11679 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11680 rather than `filename'.
11681
11682 2009-06-23 Miles Bader <miles@gnu.org>
11683
11684 * face-remap.el (text-scale-set): New function.
11685
11686 2009-06-23 Glenn Morris <rgm@gnu.org>
11687
11688 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11689
11690 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11691
11692 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11693
11694 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11695
11696 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11697 Simplify Persian conditionals.
11698
11699 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11700 variable `filename'.
11701
11702 * comint.el (comint-insert-input): Doc fix.
11703
11704 * Makefile.in (ELCFILES): Fix typo in previous change.
11705
11706 2009-06-23 Miles Bader <miles@gnu.org>
11707
11708 * cus-start.el: Add entry for `recenter-redisplay'.
11709
11710 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11711
11712 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11713 Add an optional argument for the backend, use it instead of
11714 calling vc-backend.
11715 (vc-mode-line): Add an optional argument for the backend.
11716 Pass the backend to vc-state and vc-working-revision. Move code for
11717 special handling for vc-state being a buffer to ...
11718
11719 * vc-rcs.el (vc-rcs-find-file-hook):
11720 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
11721
11722 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11723 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11724 vc-stay-local-p and vc-mode-line calls.
11725
11726 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11727 (vc-cvs-diff, vc-cvs-annotate-command)
11728 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11729 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11730 vc-mode-line calls.
11731
11732 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11733 direct comparison.
11734 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11735 backend when calling vc-mode-line.
11736 (vc-register): Do not create a closure for calling the vc register
11737 function, call it directly.
11738
11739 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11740
11741 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11742 to make it obvious item can be clicked.
11743
11744 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11745
11746 2009-06-23 Kenichi Handa <handa@m17n.org>
11747
11748 * language/korea-util.el (korean-key-bindings): Change the binding
11749 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
11750 same command.
11751
11752 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
11753
11754 Sync with Tramp 2.1.16.
11755
11756 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11757
11758 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
11759 when a loading of a package fails. Completion function for rsync
11760 is `tramp-completion-function-alist-ssh'.
11761 (all): Replace all calls of `split-string' and
11762 `tramp-split-string' by `tramp-compat-split-string'.
11763 (tramp-default-method): Use `tramp-compat-process-running-p'.
11764 (tramp-default-proxies-alist): Allow also Lisp forms.
11765 (tramp-remote-path): Add choice "Private Directories".
11766 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11767 (tramp-domain-regexp): Allow also "-", "_" and ".".
11768 (tramp-end-of-output): Remove newlines, and add "$" at the end.
11769 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11770 (tramp-debug-message): Insert header line in debug buffer.
11771 (tramp-handle-directory-files-and-attributes-with-stat):
11772 Care about filenames with spaces, or starting with "-".
11773 (tramp-handle-dired-uncache): New defun.
11774 (tramp-handle-insert-directory): Don't flush the directory from
11775 cache, this is handled by `dired-uncache' now.
11776 (tramp-handle-insert-file-contents): Improve error handling.
11777 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11778 Quote `tramp-end-of-output'.
11779 (tramp-action-password): Improve trace message.
11780 (tramp-check-for-regexp): Both echoes must be present, before removing.
11781 (tramp-open-connection-setup-interactive-shell): Trace coding system.
11782 (tramp-compute-multi-hops): Eval cons cells of
11783 `tramp-default-proxies-alist'.
11784 (tramp-maybe-open-connection): Use the same command pattern for
11785 first hop and further hops.
11786 (tramp-wait-for-output): Remove handling of newlines.
11787 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11788 (tramp-split-string): Remove function. It is handled in
11789 tramp-compat now.
11790
11791 * net/tramp-cmds.el (tramp-bug):
11792 Recommend `tramp-cleanup-all-connections' in the bug mail.
11793
11794 * net/tramp-compat.el (tramp-compat-split-string)
11795 (tramp-compat-process-running-p): New defuns.
11796
11797 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11798 for `dired-uncache'.
11799
11800 * net/tramp-gvfs.el: New package.
11801
11802 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11803 Add handler for `dired-uncache'.
11804 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11805
11806 * net/trampver.el: Update release number. Make version check fit
11807 for SXEmacs 22.
11808
11809 2009-06-22 Jim Meyering <meyering@redhat.com>
11810
11811 Automatically handle .xz suffix (XZ-compressed files), too.
11812 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11813 XZ is the successor to LZMA: <http://tukaani.org/xz/>
11814
11815 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
11816 Nick Roberts <nickrob@snap.net.nz>
11817
11818 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11819 repository (http://sphinx.net.ru/hg/gdb-mi/).
11820
11821 2009-06-22 Glenn Morris <rgm@gnu.org>
11822
11823 * files.el (dir-locals-collect-mode-variables): Allow for any number of
11824 `mode' and `eval' entries. (Bug#3430)
11825
11826 * Makefile.in (ELCFILES): Add fadr.elc.
11827
11828 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11829 differing behavior of \n and ^ in strings. (Bug#3385)
11830
11831 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11832
11833 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11834 property.
11835 (lisp-indent-function): Make it a defcustom.
11836
11837 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
11838
11839 * progmodes/gdb-ui.el: Replace with ...
11840 * progmodes/gdb-mi.el: ... this file.
11841 * progmodes/gud.el: Modify for gdb-mi.el.
11842
11843 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
11844
11845 * fadr.el: New file.
11846
11847 See ChangeLog.14 for earlier changes.
11848
11849 ;; Local Variables:
11850 ;; coding: utf-8
11851 ;; End:
11852
11853 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
11854
11855 This file is part of GNU Emacs.
11856
11857 GNU Emacs is free software: you can redistribute it and/or modify
11858 it under the terms of the GNU General Public License as published by
11859 the Free Software Foundation, either version 3 of the License, or
11860 (at your option) any later version.
11861
11862 GNU Emacs is distributed in the hope that it will be useful,
11863 but WITHOUT ANY WARRANTY; without even the implied warranty of
11864 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11865 GNU General Public License for more details.
11866
11867 You should have received a copy of the GNU General Public License
11868 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11869
11870 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1