* lisp/printing.el (pr-menu-bind): Doc fix.
[bpt/emacs.git] / lisp / ChangeLog
1 2010-11-10 Glenn Morris <rgm@gnu.org>
2
3 * printing.el (pr-menu-bind): Doc fix.
4
5 * speedbar.el (speedbar-toggle-images): Doc fix.
6
7 * progmodes/python.el (python-shell): Doc fix.
8
9 * wid-edit.el (widget-field-use-before-change)
10 (widget-use-overlay-change): Doc fixes.
11
12 2010-11-09 Glenn Morris <rgm@gnu.org>
13
14 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
15
16 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17
18 * minibuffer.el (minibuffer-completion-help): Specify the end of the
19 completion field (bug#7211).
20
21 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
22 Fix handling of backslash escapes.
23 (python-quote-syntax): Adjust accordingly.
24
25 2010-11-08 Richard Levitte <richard@levitte.org> (tiny change)
26
27 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
28 (vc-mtn-workfile-branch): Adjust to new output format.
29
30 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
31
32 * international/mule-cmds.el (princ-list): Mark as obsolete.
33
34 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
35
36 * emacs-lisp/smie.el: New package.
37
38 2010-11-06 Michael Albinus <michael.albinus@gmx.de>
39
40 * files.el (backup-by-copying-when-mismatch):
41 Set `permanent-local' property.
42
43 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
44 `permanent-local' property for `backup-by-copying-when-mismatch'.
45
46 2010-11-06 Eli Zaretskii <eliz@gnu.org>
47
48 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
49 (ls-lisp-classify-file): New function.
50 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
51 (ls-lisp-classify): Call ls-lisp-classify-file.
52 (insert-directory): Remove blanks from switches.
53
54 2010-11-07 Wilson Snyder <wsnyder@wsnyder.org>
55
56 * progmodes/verilog-mode.el (verilog-insert-one-definition)
57 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
58 AUTOINOUT for SV style multidimensional arrays, bug294.
59 Reported by Eric Mastromarchi.
60 (verilog-preprocess): Use with-current-buffer and
61 font-lock-fontify-buffer to cleanup style issues.
62
63 2010-11-05 Michael Albinus <michael.albinus@gmx.de>
64
65 * net/trampver.el: Update release number.
66
67 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
68
69 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
70 beginning of the string. Use `string-match-p'. (Bug#6765)
71
72 2010-11-01 Glenn Morris <rgm@gnu.org>
73
74 * locate.el (locate, locate-mode): Doc fixes.
75
76 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
77
78 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
79 user for confirmation.
80 (server-force-stop): Use it.
81 (server-start): Use server-force-stop for kill-emacs-hook, to
82 avoid user interaction while killing Emacs.
83
84 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
85
86 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
87 (log-edit-author): New dynamic var.
88 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
89 Use it to return the author if different from committer.
90 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
91
92 2010-10-31 Eli Zaretskii <eliz@gnu.org>
93
94 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
95
96 2010-10-31 Chong Yidong <cyd@stupidchicken.com>
97
98 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
99 (vc-root-diff, vc-print-root-log, vc-log-incoming)
100 (vc-log-outgoing): Use it.
101 (vc-diff-internal): Set diff-vc-backend.
102
103 * vc/diff-mode.el (diff-vc-backend): New var.
104
105 2010-10-31 Juri Linkov <juri@jurta.org>
106
107 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
108 buffer-locally to lambda that re-runs the vc diff command.
109 (Bug#6447)
110
111 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
112
113 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
114
115 Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
116 log-outgoing commands.
117 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
118 to create a buffer local revert-buffer-function variable.
119 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
120 revert-buffer-function lambda.
121
122 Improve VC create/retrieve tag/branch.
123 * vc.el (vc-create-tag): Do not read the directory name for VCs
124 with repository revision granularity. Adjust the tag/branch
125 prompt. Reset VC properties.
126 (vc-retrieve-tag): Do not read the directory name for VCs
127 with repository revision granularity. Reset VC properties.
128
129 Add optional support for resetting VC properties.
130 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
131 call vc-file-clearprops when true.
132 (vc-resynch-buffer): Add new optional argument, pass it down.
133 (vc-resynch-buffers-in-directory): Likewise.
134
135 Improve support for special markup in the VC commit message.
136 * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
137 * vc-hg.el (vc-hg-checkin): Add support for Date:.
138 * vc-git.el (vc-git-checkin):
139 * vc-bzr.el (vc-bzr-checkin): Likewise.
140
141 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
142 * vc-git.el (vc-git-log-view-mode): Fix font lock for
143 incoming/outgoing logs.
144 (vc-git-log-outgoing, vc-git-log-incoming): New functions.
145
146 * vc-git.el (vc-git-log-outgoing): Use the same format as the
147 short log.
148 (vc-git-log-incoming): Likewise. Run "git fetch" before the log
149 command
150
151 Add bindings for vc-log-incoming and vc-log-outgoing.
152 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
153 and vc-log-outgoing.
154 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
155 and vc-log-outgoing.
156
157 Improve state updating for VC tag commands.
158 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
159 to update the state of all buffers in the directory.
160
161 2010-05-19 Glenn Morris <rgm@gnu.org>
162
163 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
164
165 2010-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
166
167 * vc.el (vc-checkin, vc-modify-change-comment):
168 Adjust to new vc-start/finish-logentry.
169 (vc-find-conflicted-file): New command.
170 (vc-transfer-file): Adjust to new vc-checkin.
171 (vc-next-action): Improve scoping.
172
173 * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
174 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
175
176 * vc-dispatcher.el (vc-log-edit): Shorten names for
177 log-edit-show-files.
178
179 * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
180 (vc-bzr-conflicted-files): New function.
181
182 * log-edit.el (log-edit-summary, log-edit-header)
183 (log-edit-unknown-header): New faces.
184 (log-edit-headers-alist): New var.
185 (log-edit-header-contents-regexp): New const.
186 (log-edit-match-to-eoh): New function.
187 (log-edit-font-lock-keywords): Use them.
188 (log-edit): Insert a "Summary:" header as default.
189 (log-edit-mode): Mark font-lock rules as case-insensitive.
190 (log-edit-done): Cleanup headers.
191 (log-edit-extract-headers): New function to replace it.
192
193 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
194 the windows/frames.
195
196 * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
197
198 * vc-dir.el (vc-dir-kill-line): New command.
199 (vc-dir-mode-map): Bind it to C-k.
200 (vc-dir-headers): Abbreviate the working dir.
201
202 * vc-git.el (vc-git-revision-table): Include remote branches.
203
204 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
205
206 New VC methods: vc-log-incoming and vc-log-outgoing.
207 * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
208 (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
209 New functions.
210 (vc-print-log-internal): Just call vc-log-internal-common.
211 (vc-log-view-type): New permanent local variable.
212
213 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
214
215 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
216 of the dynamic bound vc-short-log.
217 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
218
219 * vc-git.el (vc-git-log-outgoing): New function.
220 (vc-git-log-view-mode): Use vc-log-view-type instead
221 of the dynamic bound vc-short-log.
222
223 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
224 the dynamic bound vc-short-log. Highlight the tag.
225 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
226 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
227 (vc-hg-incoming-mode): Remove.
228 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
229
230 Fix default-directory for vc-root-diff.
231 * vc.el (vc-root-diff): Bind default-directory to the root
232 directory for the diff command.
233
234 2010-10-31 Sam Steingold <sds@gnu.org>
235
236 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
237 `vc-hg-command' with a list of flags.
238
239 2010-10-31 Glenn Morris <rgm@gnu.org>
240
241 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
242 log-edit-before-checkin-process.
243
244 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
245
246 * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
247
248 * vc-dispatcher.el (vc-start-logentry): Doc fix.
249 (log-view-process-buffer, log-edit-extra-flags): Declare.
250
251 2010-10-31 Dan Nicolaescu <dann@ics.uci.edu>
252
253 Add special markup processing for commit logs.
254 * log-edit.el (log-edit): Add new argument MODE. Use that mode
255 when non-nil instead of the log-view-mode.
256
257 * vc.el (vc-default-log-edit-mode): New function.
258
259 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
260 log-edit.
261
262 Support for shelving snapshots and for showing shelves.
263 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
264 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
265 New functions.
266 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
267 (vc-bzr-extra-menu-map): Map them.
268
269 2010-10-30 Michael Albinus <michael.albinus@gmx.de>
270
271 * net/tramp.el (tramp-handle-insert-file-contents): For root,
272 preserve owner and group when editing files. (Bug#7289)
273
274 2010-10-29 Glenn Morris <rgm@gnu.org>
275
276 * speedbar.el (speedbar-mode):
277 * play/fortune.el (fortune-in-buffer, fortune):
278 * play/gomoku.el (gomoku-mode):
279 * play/landmark.el (lm-mode):
280 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
281 Replace inappropriate uses of toggle-read-only. (Bug#7292)
282
283 2010-10-28 Glenn Morris <rgm@gnu.org>
284
285 * select.el (x-selection): Mark it as an obsolete alias.
286
287 2010-10-27 Aaron S. Hawley <aaron.s.hawley@gmail.com>
288
289 * add-log.el (find-change-log): Use derived-mode-p rather than
290 major-mode (bug#7284).
291
292 2010-10-27 Glenn Morris <rgm@gnu.org>
293
294 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
295 rather than just an unused variable that inherits from the real one.
296
297 2010-10-23 Michael McNamara <mac@mail.brushroad.com>
298
299 * verilog-mode.el (verilog-directive-re): Make this variable
300 auto-built for efficiency of execution and updating.
301 (verilog-extended-complete-re): Support 'pure' fucntion & task
302 declarations (these have no bodies).
303 (verilog-beg-of-statement): General cleanup to enable support of
304 'pure' fucntion & task declarations (these have no bodies).
305 These efforts together fix Verilog bug210 from veripool; which was also
306 noticed by Steve Pearlmutter.
307 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
308 (verilog-directive-nest-re, verilog-set-auto-endcomments):
309 Support `elsif. Reported by Shankar Giri.
310 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
311 attribute handling for lining up declarations and assignments.
312 (verilog-beg-of-statement-1): Fix issue where continued declaration
313 is indented differently if it is after a begin..end clock.
314 (verilog-in-attribute-p, verilog-skip-backward-comments)
315 (verilog-skip-forward-comment-p): Support proper treatment of
316 attributes by indent code. Reported by Jeff Steele.
317 (verilog-in-directive-p): Fix comment to correctly describe function.
318 (verilog-backward-up-list, verilog-in-struct-region-p)
319 (verilog-backward-token, verilog-in-struct-p)
320 (verilog-in-coverage-p, verilog-do-indent)
321 (verilog-pretty-declarations): Use verilog-backward-up-list as
322 wrapper around backward-up-list inorder to properly skip comments.
323 Reported by David Rogoff.
324 (verilog-property-re, verilog-endcomment-reason-re)
325 (verilog-beg-of-statement, verilog-set-auto-endcomments)
326 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
327 of if). Reported by Max Bjurling and
328 (verilog-calc-1): Fix for clocking block in modport
329 declaration. Reported by Brian Hunter.
330
331 2010-10-23 Wilson Snyder <wsnyder@wsnyder.org>
332
333 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
334 (verilog-gate-keywords, verilog-read-sub-decls)
335 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
336 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
337 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
338 (verilog-read-decls): Fix spaces in V2K module parameters causing
339 mis-identification as interfaces, bug287.
340 (verilog-read-decls): Fix not treating "parameter string" as a
341 parameter in AUTOINSTPARAM.
342 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
343 treating `elsif similar to `endif inside AUTOSENSE.
344 (verilog-do-indent): Implement correct automatic or static task or
345 function end comment highlight. Reported by Steve Pearlmutter.
346 (verilog-font-lock-keywords-2): Fix highlighting of single
347 character pins, bug264. Reported by Michael Laajanen.
348 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
349 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
350 (verilog-subdecls-get-interfaced, verilog-subdecls-new): Support
351 interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
352 (verilog-pretty-expr): Fix interactive arguments, bug272.
353 Reported by Mark Johnson.
354 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
355 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
356 bug269. Suggested by Gary Delp.
357 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
358 (verilog-preprocessor, verilog-set-compile-command):
359 Create verilog-preprocess and verilog-preprocessor to show
360 preprocessed output.
361 (verilog-get-beg-of-line, verilog-get-end-of-line)
362 (verilog-modi-file-or-buffer, verilog-modi-name)
363 (verilog-modi-point, verilog-within-string): Move defmacro's
364 before first use to avoid warning. Reported by Steve Pearlmutter.
365 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
366 (verilog-colorize-region, verilog-highlight-buffer)
367 (verilog-highlight-includes, verilog-highlight-modules)
368 (verilog-highlight-region, verilog-mode): Rename colorize to
369 highlight to match other packages. Disable module highlighting,
370 as received speed complaints, reenable for experimentation only
371 using new verilog-highlight-modules.
372 (verilog-read-decls): Fix regexp stack overflow in very large
373 AUTO_TEMPLATEs, bug250.
374 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
375 (verilog-scan): Create verilog-save-buffer-state to standardize
376 making insignificant changes that shouldn't call hooks.
377 (verilog-save-no-change-functions, verilog-save-scan-cache)
378 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
379 Create verilog-save-no-change-functions to wrap verilog-scan
380 preservation, and fix to work with nested preserved calls.
381 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
382 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
383 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
384 (verilog-submit-bug-report): Update variable list to be complete.
385 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
386 breaking on-the-fly font-locking.
387 (verilog-colorize-buffer, verilog-colorize-include-files)
388 (verilog-colorize-include-files-buffer, verilog-colorize-region)
389 (verilog-load-file-at-mouse, verilog-load-file-at-point)
390 (verilog-mode, verilog-read-inst-module-matcher): With point on a
391 AUTOINST cell instance name, middle mouse button now finds-file on
392 it. Suggested by Brad Dobbie.
393 (verilog-alw-get-temps, verilog-auto-reset)
394 (verilog-auto-sense-sigs, verilog-read-always-signals)
395 (verilog-read-always-signals-recurse): Fix loop indexes being
396 AUTORESET. AUTORESET now assumes any variables in the
397 initialization section of a for() should be ignored. Reported by
398 Dan Dever.
399 (verilog-error-font-lock-keywords)
400 (verilog-error-regexp-emacs-alist)
401 (verilog-error-regexp-xemacs-alist): Fix error detection of
402 Cadence HAL, reported by David Asher. Repair drift between the
403 three similar error variables.
404 (verilog-modi-lookup, verilog-modi-lookup-cache)
405 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
406 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
407 Fix slow verilog-auto expansion on very large files.
408 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
409 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
410 "{1*2{...". Broke in last revision.
411 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
412 submodule connections with replications "{#{a},#{b}}".
413
414 2010-10-23 Glenn Morris <rgm@gnu.org>
415
416 * comint.el (comint-password-prompt-regexp):
417 Match "enter the password". (Bug#7224)
418
419 2010-10-22 Juanma Barranquero <lekktu@gmail.com>
420
421 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
422 Fix typo in docstring.
423
424 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
425
426 * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
427 errors.
428
429 * net/trampver.el: Update release number.
430
431 2010-10-20 Kenichi Handa <handa@m17n.org>
432
433 * face-remap.el (text-scale-adjust): Call read-event with a proper
434 prompt.
435
436 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
437
438 * net/tramp.el (tramp-do-file-attributes-with-stat)
439 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
440 order to make stat results a float. Patch by Andreas Schwab
441 <schwab@linux-m68k.org>.
442
443 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
444
445 * repeat.el (repeat): Use read-key (bug#6256).
446
447 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
448
449 * emacs-lisp/unsafep.el: Don't mark functions that display
450 messages as safe. Suggested by Johan Bockgård.
451
452 2010-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
453
454 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
455 Turn comments into docstrings.
456
457 * minibuffer.el (completion--replace): Move point where it belongs
458 when there's a common suffix (bug#7215).
459
460 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
461
462 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
463 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
464 <dale@codefu.org>.
465
466 2010-10-15 Kenichi Handa <handa@m17n.org>
467
468 * international/characters.el: Add category '|' (word breakable)
469 to fullwidth characters.
470
471 2010-10-14 Kenichi Handa <handa@m17n.org>
472
473 * mail/rmail.el (rmail-show-message-1): Catch an error of
474 base64-decode-region and just show an error message (bug#7165).
475
476 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
477 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
478 a font-spec (bug#7197).
479
480 2010-10-13 Glenn Morris <rgm@gnu.org>
481
482 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
483
484 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
485
486 * international/mule.el (define-coding-system):
487 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
488 * composite.el (compose-region): Fix typo in docstring.
489
490 2010-10-10 Jan Djärv <jan.h.d@swipnet.se>
491
492 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
493 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
494 (mac-right-option-modifier): New alias for ns-right-option-modifier.
495
496 * cus-start.el (all): ns-right-alternate-modifier is new.
497
498 2010-10-10 Andreas Schwab <schwab@linux-m68k.org>
499
500 * Makefile.in (ELCFILES): Update.
501
502 2010-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
503
504 * emacs-lisp/lisp.el (lisp-completion-at-point):
505 Use emacs-lisp-mode-syntax-table for the whole function.
506
507 2010-10-09 Richard Sharman <richard_sharman@mitel.com> (tiny change)
508
509 * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
510 (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
511 work when breakpoint number exceeds nine.
512
513 2010-10-05 David Koppelman <koppel@ece.lsu.edu>
514
515 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
516 instead of font-lock-mode before adding keywords.
517 Remove hi-lock-mode off code. Remove inhibit hack.
518 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
519 non-nil; removed hook inhibit hack.
520
521 2010-10-09 Glenn Morris <rgm@gnu.org>
522
523 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
524 (load-path-shadows-find): ... to this.
525 (list-load-path-shadows): Update for above change.
526
527 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
528
529 2010-10-08 Glenn Morris <rgm@gnu.org>
530
531 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
532
533 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
534 (shadows-compare-text-p): Make it an obsolete alias for...
535 (load-path-shadows-compare-text): ... new name.
536 (find-emacs-lisp-shadows): Update for above name change.
537 (load-path-shadows-same-file-or-nonexistent): New name for the old
538 shadow-same-file-or-nonexistent.
539
540 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
541
542 * minibuffer.el (completion--some, completion--do-completion)
543 (minibuffer-complete-and-exit, minibuffer-completion-help)
544 (completion-basic-try-completion)
545 (completion-basic-all-completions)
546 (completion-pcm--find-all-completions): Use lexical-let to
547 avoid some false matches in variable completion (Bug#7056)
548
549 2010-10-03 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
550
551 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
552
553 2010-10-03 Leo <sdl.web@gmail.com>
554
555 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
556 return non-nil if the file exists (Bug#7090).
557
558 2010-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
559
560 * minibuffer.el (completion--replace):
561 Better preserve markers (bug#7138).
562
563 2010-09-29 Juanma Barranquero <lekktu@gmail.com>
564
565 * server.el (server-process-filter): Doc fix.
566
567 2010-09-27 Drew Adams <drew.adams@oracle.com>
568
569 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
570
571 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
572
573 * Makefile.in (ELCFILES): Update.
574
575 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
576 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
577
578 2010-09-27 Kenichi Handa <handa@m17n.org>
579
580 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
581 "ustar" format.
582
583 2010-09-27 Kenichi Handa <handa@m17n.org>
584
585 * international/mule.el (define-coding-system): Docstring fixed.
586
587 * international/mule-diag.el (describe-character-set): Use princ
588 with proper print-length and print-level instead of insert.
589
590 2010-09-26 Juanma Barranquero <lekktu@gmail.com>
591
592 * window.el (walk-windows): Doc fix (bug#7105).
593
594 2010-09-23 Glenn Morris <rgm@gnu.org>
595
596 * isearch.el (isearch-lazy-highlight-cleanup)
597 (isearch-lazy-highlight-initial-delay)
598 (isearch-lazy-highlight-interval)
599 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
600 * net/net-utils.el (ipconfig-program-options):
601 Move aliases to options before the associated definitions.
602
603 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
604
605 * newcomment.el (comment-normalize-vars): Better test validity of
606 comment-end-skip.
607
608 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
609
610 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
611 (float-e): New name for `e'.
612 (degrees-to-radians, radians-to-degrees):
613 * calendar/solar.el (solar-longitude):
614 * calculator.el (calculator-registers, calculator-funcall):
615 * textmodes/artist.el (artist-spray-random-points):
616 * play/bubbles.el (bubbles--initialize-images): Use new names.
617
618 2010-09-19 Eric M. Ludlam <zappo@gnu.org>
619
620 Update to CEDET 1.0's version of EIEIO.
621
622 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
623 New function.
624 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
625 (eieio-default-eval-maybe): Eval val instead of unquoting only.
626 (class-precedence-list): If class is nil, return nil.
627 (eieio-generic-call): If class of first input arg is nil, don't
628 look up static methods, and do check for primary methods.
629 (initialize-instance): See if the default needs to be evaluated
630 during the constructor.
631 (eieio-perform-slot-validation-for-default): Don't do the check
632 for values that will eventually be evaluated.
633 (eieio-eval-default-p): New function.
634 (eieio-default-eval-maybe): Use it.
635
636 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
637
638 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
639 method-invocation-order.
640 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
641 (eieio-class-precedence-dfs): Compute class precedence list using
642 dfs algorithm.
643 (eieio-class-precedence-bfs): Compute class precedence list using
644 bfs algorithm.
645 (eieio-class-precedence-c3): Compute class precedence list using
646 c3 algorithm.
647 (class-precedence-list): New function.
648 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
649 (inconsistent-class-hierarchy): New error symbol.
650 (call-next-method): Stow the replacement argument list for future
651 call-next-method invocations.
652
653 2010-09-15 Glenn Morris <rgm@gnu.org>
654
655 * calendar/appt.el (appt-check): If not displaying the diary,
656 use (diary 1) to only get the entries we need.
657 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
658 that it is in day order. (Bug#7019)
659
660 * calendar/appt.el (appt-check): Rather than showing the diary,
661 just turn off invisible display, and only if needed.
662
663 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
664
665 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
666
667 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
668 Add `when' argument. Update callers.
669
670 * subr.el (unintern): Declare the obarray arg mandatory.
671
672 2010-09-14 Glenn Morris <rgm@gnu.org>
673
674 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
675 Doc fixes.
676
677 * calendar/diary-lib.el (diary-included-files): New variable.
678 (diary-list-entries): Maybe initialize diary-included-files.
679 (diary-include-other-diary-files): Append to diary-included-files.
680 * calendar/appt.el (appt-update-list): Also check the members of
681 diary-included-files. (Bug#6999)
682 (appt-check): Doc fix.
683
684 2010-09-12 David Reitter <david.reitter@gmail.com>
685
686 * simple.el (line-move-visual): Do not truncate goal column to
687 integer size. (Bug#7020)
688
689 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
690
691 * repeat.el (repeat): Allow repeating when the last event is a click.
692 Suggested by Drew Adams (bug#6256).
693
694 2010-09-11 Sascha Wilde <wilde@sha-bang.de>
695
696 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
697 Replace setting HGRCPATH to "" by some less invasive --config options.
698
699 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
700
701 * font-lock.el (font-lock-beginning-of-syntax-function):
702 Mark as obsolete.
703
704 2010-09-10 Glenn Morris <rgm@gnu.org>
705
706 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
707 and tool-bar modes. (Bug#6211)
708 (menu-bar-mode): Move setting of standard-value after the
709 minor-mode definition, otherwise it seems to have no effect.
710
711 2010-09-08 Masatake YAMATO <yamato@redhat.com>
712
713 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
714 Fix typo. (Bug#6976)
715
716 2010-09-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
717
718 * whitespace.el: Allow cleaning up blanks without blank
719 visualization (Bug#6651). Adjust help window for
720 whitespace-toggle-options (Bug#6479). Allow to use fill-column
721 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
722 (whitespace-style): Add new value 'face. Adjust docstring.
723 (whitespace-space, whitespace-hspace, whitespace-tab):
724 Adjust foreground property face.
725 (whitespace-line-column): Adjust docstring and type declaration.
726 (whitespace-style-value-list, whitespace-toggle-option-alist)
727 (whitespace-help-text): Adjust const initialization.
728 (whitespace-toggle-options, global-whitespace-toggle-options):
729 Adjust docstring.
730 (whitespace-display-window, whitespace-interactive-char)
731 (whitespace-style-face-p, whitespace-color-on): Adjust code.
732 (whitespace-help-scroll): New fun.
733
734 2010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
735
736 * files.el (directory-abbrev-alist): Use \` as default regexp.
737
738 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
739 chars like - or ] (bug#6984).
740 (rx-any-condense-range): Explode 2-char ranges.
741
742 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
743
744 * textmodes/bibtex.el:
745 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
746
747 2010-09-02 Glenn Morris <rgm@gnu.org>
748
749 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
750
751 2010-08-31 Kenichi Handa <handa@m17n.org>
752
753 * international/mule-cmds.el (standard-display-european-internal):
754 Setup standard-display-table for 8-bit characters by storing 8-bit
755 characters in the element vector.
756
757 * disp-table.el (standard-display-8bit):
758 Setup standard-display-table for 8-bit characters by storing 8-bit
759 characters in the element vector.
760 (standard-display-european): Likewise.
761
762 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
763
764 Sync with Tramp 2.1.19.
765
766 * net/tramp-cmds.el (tramp-cleanup-all-connections)
767 (tramp-reporter-dump-variable, tramp-load-report-modules)
768 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
769 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
770
771 * net/tramp-compat.el (top): Do not autoload
772 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
773 only when `start-file-process' is not bound.
774 (byte-compile-not-obsolete-vars): Define if not bound.
775 (tramp-compat-funcall): New defmacro.
776 (tramp-compat-line-beginning-position)
777 (tramp-compat-line-end-position)
778 (tramp-compat-temporary-file-directory)
779 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
780 (tramp-compat-copy-file, tramp-compat-copy-directory)
781 (tramp-compat-delete-file, tramp-compat-delete-directory)
782 (tramp-compat-number-sequence, tramp-compat-process-running-p):
783 Use it.
784 (tramp-advice-file-expand-wildcards): Do not use
785 `tramp-handle-file-remote-p'.
786 (tramp-compat-make-temp-file): Simplify fallback implementation.
787 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
788 (tramp-compat-copy-tree): Remove function.
789 (tramp-compat-delete-file): New defun.
790 (tramp-compat-delete-directory): Provide implementation for older
791 Emacsen.
792 (tramp-compat-file-attributes): Handle only
793 `wrong-number-of-arguments' error.
794
795 * net/tramp-fish.el (tramp-fish-handle-copy-file):
796 Add PRESERVE_SELINUX_CONTEXT.
797 (tramp-fish-handle-delete-file): Add TRASH arg.
798 (tramp-fish-handle-directory-files-and-attributes):
799 Do not use `tramp-fish-handle-file-attributes.
800 (tramp-fish-handle-file-local-copy)
801 (tramp-fish-handle-insert-file-contents)
802 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
803
804 * net/tramp-gvfs.el (top): Require url-util.
805 (tramp-gvfs-mount-point): Remove.
806 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
807 and `set-file-selinux-context'.
808 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
809 (tramp-gvfs-handle-file-selinux-context)
810 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
811 (with-tramp-dbus-call-method): Format trace message.
812 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
813 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
814 Implement backup call, when operation on local files fails.
815 Use progress reporter. Flush properties of changed files.
816 (tramp-gvfs-handle-delete-file): Add TRASH arg.
817 Use `tramp-compat-delete-file'.
818 (tramp-gvfs-handle-expand-file-name): Expand "~/".
819 (tramp-gvfs-handle-make-directory): Make more traces.
820 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
821 (tramp-gvfs-url-file-name): Hexify file name in url.
822 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
823 into account for the resulting file name.
824 (tramp-gvfs-handler-askquestion): Preserve current message, in
825 order to let progress reporter continue afterwards. (Bug#6257)
826 Return dummy mountpoint, when the answer is "no".
827 See `tramp-gvfs-maybe-open-connection'.
828 (tramp-gvfs-handler-mounted-unmounted)
829 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
830 attribute "default_location". Set "prefix" property.
831 Handle default-location.
832 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
833 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
834 exists. Raise an error, if not (due to a corresponding answer
835 "no" in interactive questions, for example).
836 Use `tramp-compat-funcall'.
837
838 * net/tramp-imap.el (top): Autoload `epg-make-context'.
839 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
840 (tramp-imap-do-copy-or-rename-file)
841 (tramp-imap-handle-insert-file-contents)
842 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
843 (tramp-imap-handle-delete-file): Add TRASH arg.
844
845 * net/tramp-smb.el (tramp-smb-handle-copy-file):
846 Add PRESERVE-SELINUX-CONTEXT.
847 (tramp-smb-handle-copy-file)
848 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
849 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
850 Use `with-progress-reporter'.
851 (tramp-smb-handle-delete-file): Add TRASH arg.
852
853 * net/tramp.el (tramp-methods): Move hostname to the end in all
854 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
855 appropriate.
856 (tramp-verbose): Describe verbose level 9.
857 (tramp-completion-function-alist)
858 (tramp-file-name-regexp, tramp-chunksize)
859 (tramp-local-coding-commands, tramp-remote-coding-commands)
860 (with-connection-property, tramp-completion-mode-p)
861 (tramp-action-process-alive, tramp-action-out-of-band)
862 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
863 (tramp-exists-file-name-handler): Fix docstring.
864 (tramp-remote-process-environment): Use `format' instead of
865 `concat'. Protect version string by apostroph.
866 (tramp-shell-prompt-pattern): Do not use a shy group in case of
867 XEmacs.
868 (tramp-file-name-regexp-unified)
869 (tramp-completion-file-name-regexp-unified): On W32 systems, do
870 not regard the volume letter as remote filename. (Bug#5447)
871 (tramp-perl-file-attributes)
872 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
873 (tramp-vc-registered-read-file-names): Read input as
874 here-document, otherwise the command could exceed maximum length
875 of command line.
876 (tramp-file-name-handler-alist): Add `file-selinux-context' and
877 `set-file-selinux-context'.
878 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
879 backtrace functions.
880 (tramp-error-with-buffer): Don't show the connection buffer when
881 we are in completion mode.
882 (tramp-progress-reporter-update, tramp-remote-selinux-p)
883 (tramp-handle-file-selinux-context)
884 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
885 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
886 New defuns.
887 (with-progress-reporter): New defmacro.
888 (tramp-debug-outline-regexp): New defconst.
889 (top, tramp-rfn-eshadow-setup-minibuffer)
890 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
891 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
892 (tramp-completion-mode-p, tramp-check-for-regexp)
893 (tramp-open-connection-setup-interactive-shell)
894 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
895 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
896 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
897 Use `tramp-compat-funcall'.
898 (tramp-handle-make-symbolic-link): Flush file properties.
899 (tramp-handle-load, tramp-handle-file-local-copy)
900 (tramp-handle-insert-file-contents, tramp-handle-write-region)
901 (tramp-handle-vc-registered, tramp-maybe-send-script)
902 (tramp-find-shell): Use `with-progress-reporter'.
903 (tramp-do-file-attributes-with-stat): Add space in format string,
904 in order to work around a bug in pdksh. Reported by Gilles Pion
905 <gpion@lfdj.com>.
906 (tramp-handle-verify-visited-file-modtime): Do not send a command
907 when the connection is not established.
908 (tramp-handle-set-file-times): Simplify the check for utc.
909 (tramp-handle-directory-files-and-attributes)
910 (tramp-get-remote-path): Use `copy-tree'.
911 (tramp-completion-handle-file-name-all-completions): Ensure, that
912 non remote files are still checked. Oops.
913 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
914 Handle PRESERVE-SELINUX-CONTEXT.
915 (tramp-do-copy-or-rename-file): Add progress reporter.
916 (tramp-do-copy-or-rename-file-directly): Do not use
917 `tramp-handle-file-remote-p'.
918 (tramp-do-copy-or-rename-file-out-of-band):
919 Use `tramp-compat-delete-directory'.
920 (tramp-do-copy-or-rename-file-out-of-band)
921 (tramp-compute-multi-hops, tramp-maybe-open-connection):
922 Use `format-spec-make'.
923 (tramp-handle-delete-file): Add TRASH arg.
924 (tramp-handle-dired-uncache): Flush directory cache, not only file
925 cache.
926 (tramp-handle-expand-file-name)
927 (tramp-completion-handle-file-name-all-completions)
928 (tramp-completion-handle-file-name-completion):
929 Use `tramp-connectable-p'.
930 (tramp-handle-start-file-process): Set connection property "vec".
931 Use it, in order to invalidate file caches. Check only for
932 `remote-tty' process property.
933 Implement tty setting. (Bug#4604, Bug#6360)
934 (tramp-file-name-for-operation): Add `call-process-region' and
935 `set-file-selinux-context'.
936 (tramp-find-foreign-file-name-handler)
937 (tramp-advice-make-auto-save-file-name)
938 (tramp-set-auto-save-file-modes): Remove superfluous check for
939 `stringp'. This is done inside `tramp-tramp-file-p'.
940 (tramp-file-name-handler): Trace 'quit. Catch the error for some
941 operations when we are in completion mode. This gives the user
942 the chance to correct the file name in the minibuffer.
943 (tramp-completion-mode-p): Use `non-essential'.
944 (tramp-handle-file-name-all-completions): Backward/ XEmacs
945 compatibility: Use `completion-ignore-case' if
946 `read-file-name-completion-ignore-case' does not exist.
947 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
948 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
949 `tramp-open-shell'.
950 (tramp-action-password): Hide password prompt before next run.
951 (tramp-process-actions): Widen connection buffer for the trace.
952 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
953 process property. Trace stty settings if `tramp-verbose' >= 9.
954 Apply workaround for IRIX64 bug. Move argument of last
955 `tramp-send-command' where it belongs to.
956 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
957 front of `login-args'.
958 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
959 on "/dev/null" instead of "/".
960 (tramp-get-ls-command-with-dired): Make test for "--dired"
961 stronger.
962 (tramp-set-auto-save-file-modes): Adapt version check.
963 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
964 (tramp-handle-process-file): Call the program in a subshell, in
965 order to preserve working directory.
966 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
967 `tramp-remote-sh' from `tramp-methods'.
968 (tramp-get-ls-command): Make test for "--color=never" stronger.
969 (tramp-check-for-regexp): Use (forward-line 1).
970
971 * net/trampver.el: Update release number.
972
973 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
974
975 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
976 empty argument to gvfs-copy.
977
978 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
979
980 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
981 handle new TRASH arg of `delete-file'.
982
983 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
984
985 * net/tramp.el (tramp-handle-insert-directory): Don't use
986 `forward-word', its default syntax could be changed.
987
988 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
989 Michael Albinus <michael.albinus@gmx.de>
990
991 Implement compression for inline methods.
992
993 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
994 (tramp-copy-size-limit): Allow also nil.
995 (tramp-inline-compress-commands): New defconst.
996 (tramp-find-inline-compress, tramp-get-inline-compress)
997 (tramp-get-inline-coding): New defuns.
998 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
999 replaced by `tramp-get-inline-coding'.
1000 (tramp-handle-file-local-copy, tramp-handle-write-region)
1001 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1002
1003 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
1004
1005 Detect ssh 'ControlMaster' argument automatically in some cases.
1006
1007 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1008 (tramp-default-method): Use it.
1009
1010 2010-08-26 Karel Klíč <kklic@redhat.com>
1011
1012 * net/tramp.el (tramp-file-name-for-operation):
1013 Add file-selinux-context.
1014
1015 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1016
1017 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
1018
1019 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
1020
1021 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
1022 (Bug#6907).
1023
1024 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
1025
1026 * progmodes/python.el (python-block-pairs): Allow use of "finally"
1027 with "else" (Bug#3991).
1028
1029 2010-08-22 Leo <sdl.web@gmail.com>
1030
1031 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
1032 (ignore, bright, dim, keyword): Split list of nicknames before
1033 passing to rcirc-add-or-remove (Bug#6894).
1034
1035 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
1036
1037 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
1038
1039 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1040
1041 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
1042 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
1043 New version 13.0.
1044 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1045 Adjust initialization.
1046 (whitespace-bob-marker, whitespace-eob-marker)
1047 (whitespace-buffer-changed): New vars.
1048 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
1049 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1050 (whitespace-post-command-hook, whitespace-display-char-on):
1051 Adjust code.
1052 (whitespace-looking-back, whitespace-buffer-changed): New funs.
1053 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
1054
1055 2010-08-21 Leo <sdl.web@gmail.com>
1056
1057 Fix buffer-list rename&refresh after killing a buffer in ido.
1058 * lisp/ido.el: Revert Óscar's.
1059 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
1060 Remember the buffers at head, rather than their name.
1061 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
1062
1063 2010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
1064 Stefan Monnier <monnier@iro.umontreal.ca>
1065
1066 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
1067 extra backslash added to each line (bug#6890).
1068
1069 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1070
1071 * subr.el (read-key): Don't echo keystrokes (bug#6883).
1072
1073 2010-08-21 Glenn Morris <rgm@gnu.org>
1074
1075 * menu-bar.el (menu-bar-games-menu): Add landmark.
1076
1077 2010-08-20 Glenn Morris <rgm@gnu.org>
1078
1079 * align.el (align-regexp): Make group and spacing arguments
1080 use the interactive defaults when non-interactive. (Bug#6698)
1081
1082 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
1083 expansion, so as not to need sendmail.
1084 (mail-text-start): Remove declaration.
1085 (rmail-retry-failure): Require sendmail.
1086
1087 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1088
1089 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
1090
1091 2010-08-18 Michael Albinus <michael.albinus@gmx.de>
1092
1093 * progmodes/flymake.el (flymake-start-syntax-check-process):
1094 Use `start-file-process' in order to let it run also on remote hosts.
1095
1096 2010-08-18 Kenichi Handa <handa@m17n.org>
1097
1098 * files.el: Add `word-wrap' as safe local variable.
1099
1100 2010-08-18 Glenn Morris <rgm@gnu.org>
1101
1102 * woman.el (woman-translate): Case matters. (Bug#6849)
1103
1104 2010-08-14 Chong Yidong <cyd@stupidchicken.com>
1105
1106 * simple.el (kill-region): Doc fix (Bug#6787).
1107
1108 2010-08-14 Glenn Morris <rgm@gnu.org>
1109
1110 * calendar/diary-lib.el (diary-header-line-format):
1111 Fit it to the window, not the frame.
1112
1113 2010-08-11 Andreas Schwab <schwab@linux-m68k.org>
1114
1115 * subr.el (ignore-errors): Add debug declaration.
1116
1117 2010-08-09 Geoff Gole <geoffgole@gmail.com> (tiny change)
1118
1119 * whitespace.el (whitespace-color-off): Remove post-command-hook
1120 locally.
1121
1122 2010-08-08 Johan Bockgård <bojohan@gnu.org>
1123
1124 * replace.el (replace-highlight): Bind isearch-forward and
1125 isearch-error, ensuring that highlighting is updated if the user
1126 switches the search direction (Bug#6808).
1127
1128 * isearch.el (isearch-lazy-highlight-forward): New var.
1129 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1130 (isearch-lazy-highlight-update): Use it.
1131
1132 2010-08-06 Kenichi Handa <handa@m17n.org>
1133
1134 * international/mule.el (define-charset): Store NAME as :base property.
1135 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
1136 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
1137 current priority. Force using the designation of the specific
1138 charset by adding `charset' text property. Improve the whole
1139 algorithm.
1140
1141 2010-08-05 Juanma Barranquero <lekktu@gmail.com>
1142
1143 * emulation/pc-select.el (pc-selection-mode-hook)
1144 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
1145 (pc-selection-mode): Fix typos in docstrings.
1146
1147 2010-08-04 Kenichi Handa <handa@m17n.org>
1148
1149 * language/cyrillic.el: Don't add "microsoft-cp1251" to
1150 ctext-non-standard-encodings-alist here.
1151
1152 * international/mule.el (ctext-non-standard-encodings-alist):
1153 Add "koi8-r" and "microsoft-cp1251".
1154 (ctext-standard-encodings): New variable.
1155 (ctext-non-standard-encodings-table): List only elements for
1156 non-standard encodings.
1157 (ctext-pre-write-conversion): Adjust for the above change.
1158 Check ctext-standard-encodings.
1159
1160 * international/mule-conf.el (compound-text): Doc fix.
1161 (ctext-no-compositions): Doc fix.
1162 (compound-text-with-extensions): Doc fix.
1163
1164 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
1165
1166 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
1167
1168 2010-08-03 Juanma Barranquero <lekktu@gmail.com>
1169
1170 * progmodes/which-func.el (which-func-format): Split help-echo text
1171 into lines, like other mode-line tooltips.
1172
1173 * server.el (server-start): When using TCP sockets, force IPv4
1174 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
1175
1176 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1177
1178 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
1179
1180 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
1181
1182 * term.el (term-delimiter-argument-list): Reflow docstring.
1183 (term-read-input-ring, term-write-input-ring, term-send-input)
1184 (term-bol, term-erase-in-display, serial-supported-or-barf):
1185 Fix typos in docstrings.
1186
1187 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1188
1189 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
1190
1191 2010-08-01 Juanma Barranquero <lekktu@gmail.com>
1192
1193 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
1194
1195 2010-08-01 MON KEY <monkey@sandpframing.com> (tiny change)
1196
1197 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
1198 Fix typo in docstring (bug#6747).
1199
1200 2010-07-30 Leo <sdl.web@gmail.com>
1201
1202 * eshell/esh-io.el (eshell-get-target): Better detection of
1203 read-only file (Bug#6762).
1204
1205 2010-07-30 Juanma Barranquero <lekktu@gmail.com>
1206
1207 * align.el (align-default-spacing): Doc fix.
1208 (align-region-heuristic, align-regexp): Fix typos in docstrings.
1209
1210 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
1211
1212 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
1213
1214 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
1215
1216 * time.el (display-time-day-and-date): Remove spurious * in docstring.
1217 (display-time-world-buffer-name, display-time-world-mode-map):
1218 Fix typos in docstrings.
1219
1220 2010-07-17 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
1221
1222 * image-mode.el (image-display-size): New function.
1223 (image-forward-hscroll, image-next-line, image-eol, image-eob)
1224 (image-mode-fit-frame): Use it (Bug#6639).
1225
1226 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
1227
1228 * dired.el (dired-buffers-for-dir): Handle list values of
1229 dired-directory (Bug#6636).
1230
1231 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
1232
1233 * vc.el (vc-coding-system-inherit-eol): New defvar.
1234 (vc-coding-system-for-diff): Use it to decide whether to inherit
1235 from the file the EOL format for reading the diffs of that file.
1236 (Bug#4451)
1237
1238 2010-07-16 Eli Zaretskii <eliz@gnu.org>
1239
1240 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
1241 unibyte, so compressed attachments are not compressed again.
1242
1243 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
1244
1245 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
1246 now that unicode is used (Bug#6594).
1247
1248 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
1249
1250 * simple.el (push-mark-command): Set the selection if
1251 select-active-regions is non-nil.
1252
1253 2010-07-10 Glenn Morris <rgm@gnu.org>
1254
1255 * calendar/calendar.el (calendar-week-end-day): New function.
1256 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1257 Respect calendar-week-start-day. (Bug#6606)
1258 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1259 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1260 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1261 respect calendar-week-start-day.
1262
1263 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
1264
1265 * simple.el (use-region-p): Doc fix (Bug#6607).
1266
1267 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
1268
1269 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1270 builtins (BufferError, BytesWarning, WindowsError; callables
1271 bin, bytearray, bytes, format, memoryview, next, print; __package__).
1272
1273 2010-07-07 Glenn Morris <rgm@gnu.org>
1274
1275 * play/zone.el (zone-fall-through-ws): Fix next-line ->
1276 forward-line fallout.
1277
1278 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
1279
1280 * mouse.el (mouse-appearance-menu): Add docstring.
1281
1282 * help.el (describe-key): Print up-event using key-description.
1283
1284 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
1285
1286 * net/zeroconf.el (zeroconf-resolve-service)
1287 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
1288 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1289
1290 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1291
1292 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1293
1294 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
1295
1296 Avoid displaying files with a nil state in vc-dir.
1297 * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1298 cases that cause insertion.
1299 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1300 with a nil state.
1301
1302 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
1303
1304 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1305
1306 2010-06-29 Leo <sdl.web@gmail.com>
1307
1308 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
1309
1310 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
1311
1312 * generic-x.el (bat-generic-mode): Fix regexp for command line
1313 switches (Bug#5719).
1314
1315 2010-06-27 Masatake YAMATO <yamato@redhat.com>
1316
1317 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1318 of nconc to avoid pure storage error (Bug#6239).
1319
1320 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
1321
1322 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1323 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1324 bindings of bookmark-automatically-show-annotations (Bug#6515).
1325
1326 2010-06-25 Eli Zaretskii <eliz@gnu.org>
1327
1328 * arc-mode.el (archive-zip-extract): Don't quote the file name on
1329 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
1330
1331 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
1332
1333 * comint.el (make-comint, make-comint-in-buffer): Mention return
1334 value in the docstrings. (Bug#6498)
1335
1336 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
1337
1338 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
1339 since it is not present when using some non-default switches.
1340
1341 2010-06-23 Karl Fogel <kfogel@red-bean.com>
1342
1343 * simple.el (compose-mail): Fix doc string to refer to
1344 `compose-mail-user-agent-warnings', instead of to the
1345 nonexistent `compose-mail-check-user-agent'.
1346
1347 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1348
1349 Fix vc-annotate for renamed files when using Git.
1350 * vc-git.el (vc-git-find-revision): Deal with empty results from
1351 ls-files. Doe not pass the object as a file name to cat-file, it
1352 is not a file name.
1353 (vc-git-annotate-command): Pass the file name using -- to avoid
1354 ambiguity with the revision.
1355 (vc-git-previous-revision): Pass a relative file name.
1356
1357 2010-06-22 Glenn Morris <rgm@gnu.org>
1358
1359 * progmodes/js.el (js-mode-map): Use standard capitalization and
1360 ellipses for menu entries.
1361
1362 * wid-edit.el (widget-complete): Doc fix.
1363
1364 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
1365
1366 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1367
1368 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1369
1370 Fix annotating other revisions for renamed files in vc-annotate.
1371 * vc-annotate.el (vc-annotate): Add an optional argument for the
1372 VC backend. Use it when non-nil.
1373 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate. (Bug#6487)
1374
1375 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1376 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1377 Do not pass the file name to the 'previous-revision call when we
1378 don't want a file diff. (Bug#6489)
1379
1380 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1381
1382 Fix finding revisions for renamed files in vc-annotate.
1383 * vc.el (vc-find-revision): Add an optional argument for
1384 the VC backend. Use it when non-nil.
1385 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1386 backend to vc-find-revision. (Bug#6487)
1387
1388 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1389
1390 Fix reading file names in Git annotate buffers.
1391 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1392 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
1393
1394 2010-06-20 Alan Mackenzie <acm@muc.de>
1395
1396 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1397 in file local variables, set it first.
1398
1399 2010-06-19 Glenn Morris <rgm@gnu.org>
1400
1401 * descr-text.el (describe-char-unicode-data): Insert separating
1402 space when needed. (Bug#6422)
1403
1404 * progmodes/idlwave.el (idlwave-action-and-binding):
1405 Fix typo in 2009-12-03 change. (Bug#6450)
1406
1407 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1408
1409 * subr.el (read-quoted-char): Fix up last change (bug#6290).
1410
1411 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1412
1413 * font-lock.el (font-lock-major-mode): Rename from
1414 font-lock-mode-major-mode to distinguish it from
1415 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1416 (font-lock-set-defaults):
1417 * font-core.el (font-lock-default-function): Adjust users.
1418 (font-lock-mode): Don't set it at all.
1419
1420 2010-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1421
1422 * vc-annotate.el (vc-annotate): Use vc-read-revision.
1423
1424 2010-06-15 Glenn Morris <rgm@gnu.org>
1425
1426 * calendar/appt.el (appt-time-msg-list): Doc fix.
1427 (appt-check): Let-bind appt-warn-time.
1428 (appt-add): Make the 3rd argument optional.
1429 Simplify argument names. Doc fix. Check for integer WARNTIME.
1430 Only add WARNTIME to the output list if non-nil.
1431
1432 2010-06-15 Ivan Kanis <apple@kanis.eu>
1433
1434 * calendar/appt.el (appt-check): Let the 3rd element of
1435 appt-time-msg-list specify the warning time.
1436 (appt-add): Add new argument with the warning time. (Bug#5176)
1437
1438 2010-06-12 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1439
1440 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1441 older than version 1.6. (Bug#6361)
1442
1443 2010-06-12 Helmut Eller <eller.helmut@gmail.com>
1444
1445 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1446 used by cl-do-arglist. (Bug#6408)
1447
1448 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1449
1450 * emacs-lisp/advice.el (ad-compile-function):
1451 Define warning-suppress-types before we let-bind it (bug#6275).
1452
1453 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1454 declare it, make it buffer-local and permanent-local (bug#6324).
1455 (vc-resynch-window): Adjust name.
1456 * vc-hooks.el (vc-find-file-hook): Adjust name.
1457
1458 2010-06-07 Jonathan Rockway <jon@jrock.us>
1459
1460 * net/rcirc.el: Add support for password authentication.
1461 (rcirc-server-alist): Add :password keyword.
1462 (rcirc): Ask for a password, or get it from the server's alist.
1463 (rcirc-connect): Add password argument. Pass it to server.
1464
1465 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
1466
1467 * net/dbus.el (dbus-register-method): Declare function.
1468 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1469 (dbus-introspect): Doc fix.
1470 (dbus-event-bus-name, dbus-introspect-get-interface)
1471 (dbus-introspect-get-argument): Reflow docstrings.
1472
1473 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
1474
1475 * term/common-win.el (x-colors): Add "dark green" and "dark
1476 turquoise" (Bug#6332).
1477
1478 2010-06-03 Glenn Morris <rgm@gnu.org>
1479
1480 * desktop.el (desktop-clear-preserve-buffers):
1481 Add "*Warnings*" buffer. (Bug#6336)
1482
1483 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
1484
1485 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
1486
1487 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1488
1489 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
1490 `file-directory-p' to the filename part rather than to the whole text.
1491
1492 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1493
1494 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
1495
1496 2010-05-31 Drew Adams <drew.adams@oracle.com>
1497
1498 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
1499
1500 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
1501
1502 * subr.el (momentary-string-display): Just use read-event to read
1503 the exit event (Bug#6238).
1504
1505 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
1506
1507 * ansi-color.el: Delete unused escape sequences (Bug#6085).
1508 (ansi-color-drop-regexp): New constant.
1509 (ansi-color-apply, ansi-color-filter-region)
1510 (ansi-color-apply-on-region): Delete unrecognized control sequences.
1511 (ansi-color-apply): Build string list before calling concat.
1512
1513 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
1514
1515 * progmodes/verilog-mode.el (verilog-type-font-keywords):
1516 Use font-lock-constant-face, not obsolete font-lock-reference-face.
1517
1518 2010-05-27 Masatake YAMATO <yamato@redhat.com>
1519
1520 * htmlfontify.el (hfy-face-resolve-face): New function.
1521 (hfy-face-to-style): Use it (Bug#6279).
1522
1523 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1524
1525 * epa.el (epa--select-keys): Don't explicitly delete the window since
1526 that can fail (e.g. sole window in frame). Use dedication instead.
1527
1528 2010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
1529
1530 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
1531
1532 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1533
1534 * subr.el (read-quoted-char): Resolve modifiers after key
1535 remapping (bug#6212).
1536
1537 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1538
1539 * tmm.el (tmm-prompt): Don't try to precompute bindings.
1540 (tmm-get-keymap): Compute shortcuts (bug#6171).
1541
1542 2010-05-10 Glenn Morris <rgm@gnu.org>
1543
1544 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
1545 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
1546
1547 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
1548
1549 * Version 23.2 released.
1550
1551 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
1552
1553 * international/mule.el (auto-coding-alist): Only purecopy
1554 car of each item, not the whole list (Bug#6083).
1555
1556 2010-05-02 Chong Yidong <cyd@stupidchicken.com>
1557
1558 * progmodes/js.el (js-mode): Make paragraph variables local before
1559 calling c-setup-paragraph-variables (Bug#6071).
1560
1561 2010-05-01 Eli Zaretskii <eliz@gnu.org>
1562
1563 * composite.el (compose-region, reference-point-alist): Fix typos
1564 in the doc strings.
1565
1566 2010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1567
1568 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1569 gnuplot's "set" command.
1570
1571 2010-04-26 Juanma Barranquero <lekktu@gmail.com>
1572
1573 * abbrev.el (last-abbrev-text): Doc fix.
1574 (abbrev-prefix-mark): Don't escape parenthesis.
1575
1576 2010-04-24 Andreas Schwab <schwab@linux-m68k.org>
1577
1578 * composite.el (find-composition): Doc fix.
1579
1580 2010-04-24 Juanma Barranquero <lekktu@gmail.com>
1581
1582 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
1583 (sql-oracle-program, sql-sqlite-options)
1584 (sql-query-placeholders-and-send): Doc fixes.
1585 (sql-set-product, sql-interactive-mode): Reflow docstrings.
1586 (sql-imenu-generic-expression, sql-buffer)
1587 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
1588 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
1589 (sql-mode-sybase-font-lock-keywords)
1590 (sql-mode-informix-font-lock-keywords)
1591 (sql-mode-interbase-font-lock-keywords)
1592 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
1593 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
1594 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
1595 (sql-product-feature, sql-highlight-product)
1596 (comint-line-beginning-position, sql-rename-buffer)
1597 (sql-toggle-pop-to-buffer-after-send-region)
1598 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
1599 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
1600 Fix typos in docstrings.
1601
1602 2010-04-23 Juri Linkov <juri@jurta.org>
1603
1604 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
1605 property instead of `invisible' and `after-string' (bug#5998).
1606
1607 2010-04-23 Juri Linkov <juri@jurta.org>
1608
1609 * image-mode.el (image-mode-as-text): Fix typo in docstring.
1610
1611 2010-04-23 Juanma Barranquero <lekktu@gmail.com>
1612
1613 * filecache.el (file-cache-add-directory-list)
1614 (file-cache-add-directory-recursively): Fix typos in docstrings.
1615
1616 2010-04-22 Kenichi Handa <handa@m17n.org>
1617
1618 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
1619 (gujarati-composable-pattern): Fix typo.
1620
1621 2010-04-20 Kenichi Handa <handa@m17n.org>
1622
1623 * language/indian.el (oriya-composable-pattern)
1624 (tamil-composable-pattern, malayalam-composable-pattern):
1625 Add two-part vowels to "v" (vowel sign).
1626
1627 2010-04-20 Chong Yidong <cyd@stupidchicken.com>
1628
1629 * files.el (copy-directory): Handle symlinks (Bug#5982).
1630
1631 * progmodes/compile.el (compilation-next-error-function):
1632 Revert 2009-10-12 change (Bug#5983).
1633
1634 2010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
1635
1636 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
1637 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
1638 (Bug#5846).
1639
1640 2010-04-20 Glenn Morris <rgm@gnu.org>
1641
1642 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
1643
1644 * minibuffer.el (completion-at-point): Doc fix.
1645
1646 2010-04-17 Dan Nicolaescu <dann@ics.uci.edu>
1647
1648 Fix the version number for added files.
1649 * vc-hg.el (vc-hg-working-revision): Check if the file is
1650 registered after hg parent fails (Bug#5961).
1651
1652 2010-04-17 Glenn Morris <rgm@gnu.org>
1653
1654 * htmlfontify.el (htmlfontify-buffer)
1655 (htmlfontify-copy-and-link-dir): Autoload entry points.
1656
1657 2010-04-17 Magnus Henoch <magnus.henoch@gmail.com>
1658
1659 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1660 name relative to the project root (Bug#5960).
1661
1662 2010-04-16 Glenn Morris <rgm@gnu.org>
1663
1664 * vc-git.el (vc-git-print-log): Doc fix.
1665
1666 2010-04-14 Óscar Fuentes <ofv@wanadoo.es>
1667
1668 * ido.el (ido-file-internal): Fix 2009-12-02 change.
1669
1670 2010-04-14 Christoph <cschol2112@googlemail.com> (tiny change)
1671
1672 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1673 default settings (Bug#5928).
1674
1675 2010-04-10 Glenn Morris <rgm@gnu.org>
1676
1677 * progmodes/fortran.el (fortran-match-and-skip-declaration):
1678 New function.
1679 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
1680
1681 2010-04-07 Kenichi Handa <handa@m17n.org>
1682
1683 * language/indian.el (malayalam-composable-pattern): Fix previous
1684 change (add U+0D4D "SIGN VIRAMA").
1685 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1686 (tamil-composable-pattern): Fix typo in the regexp.
1687 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1688 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1689 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1690
1691 2010-04-06 Chong Yidong <cyd@stupidchicken.com>
1692
1693 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1694 paragraph-separate (Bug#5821).
1695
1696 2010-04-05 Juri Linkov <juri@jurta.org>
1697
1698 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1699
1700 * info.el (Info-find-node-2): Comment out code that skips
1701 breadcrumbs line.
1702 (Info-mouse-follow-link): New command.
1703 (Info-link-keymap): New keymap.
1704 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1705 Return a string with links instead of inserting breadcrumbs
1706 to the Info buffer.
1707 (Info-fontify-node): Comment out code that inserts breadcrumbs.
1708 Instead of putting the `invisible' text property over the Info
1709 header, make an overlay over the Info header with the `invisible'
1710 property and `after-string' set to the string returned by
1711 `Info-breadcrumbs'.
1712
1713 2010-04-03 Chong Yidong <cyd@stupidchicken.com>
1714
1715 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1716 Reported by monkey@sandpframing.com.
1717
1718 2010-03-30 Tomas Abrahamsson <tab@lysator.liu.se>
1719
1720 * textmodes/artist.el (artist-mode): Fix typo in docstring.
1721 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
1722
1723 2010-03-30 Kenichi Handa <handa@m17n.org>
1724
1725 * language/sinhala.el (composition-function-table): Fix regexp for
1726 the new Unicode specification.
1727
1728 * language/indian.el (devanagari-composable-pattern)
1729 (tamil-composable-pattern, kannada-composable-pattern)
1730 (malayalam-composable-pattern): Adjust for the new Unicode
1731 specification.
1732 (bengali-composable-pattern, gurmukhi-composable-pattern)
1733 (gujarati-composable-pattern, oriya-composable-pattern)
1734 (telugu-composable-pattern): New variables to cope with the new
1735 Unicode specification. Use them in composition-function-table.
1736
1737 2010-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1738
1739 Make tmm-menubar work for the Buffers menu again (bug#5726).
1740 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1741 vectors rather than cons cells, as used in menu-bar-update-buffers.
1742
1743 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
1744
1745 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1746 (js-insert-and-indent): Revert 2009-08-15 change, restoring
1747 electric punctuation for "{}();,:" (Bug#5586).
1748
1749 * mail/sendmail.el (mail-default-directory): Doc fix.
1750
1751 2010-03-27 Chong Yidong <cyd@stupidchicken.com>
1752
1753 * mail/sendmail.el (mail-default-directory): Doc fix.
1754
1755 2010-03-27 Eli Zaretskii <eliz@gnu.org>
1756
1757 * subr.el (version-regexp-alist, version-to-list)
1758 (version-list-<, version-list-=, version-list-<=)
1759 (version-list-not-zero, version<, version<=, version=): Doc fix.
1760 (Bug#5744).
1761
1762 2010-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1763 Nick Roberts <nickrob@snap.net.nz>
1764
1765 * progmodes/gdb-ui.el (gdb-apple-test): New function.
1766 (gdb-init-1): Use it.
1767
1768 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1769
1770 * vc.el (vc-root-diff): Doc fix.
1771
1772 2010-03-25 Chong Yidong <cyd@stupidchicken.com>
1773
1774 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1775
1776 * simple.el (append-to-buffer): Fix last change.
1777
1778 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
1779
1780 * simple.el (append-to-buffer): Ensure that point is preserved if
1781 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
1782 (Bug#5749)
1783
1784 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1785
1786 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1787 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1788 not be present any more.
1789
1790 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1791
1792 * faces.el (set-face-attribute): Fix typo in docstring.
1793 (face-valid-attribute-values): Reflow docstring.
1794
1795 2010-03-23 Glenn Morris <rgm@gnu.org>
1796
1797 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1798
1799 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
1800
1801 * indent.el (indent-for-tab-command): Doc fix.
1802
1803 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
1804
1805 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1806 (image-dired-read-comment): Doc fix.
1807
1808 * json.el (json-object-type, json-array-type, json-key-type)
1809 (json-false, json-null, json-read-number):
1810 * minibuffer.el (completion-in-region-functions):
1811 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1812 (cal-tex-cursor-week):
1813 * emacs-lisp/trace.el (trace-function):
1814 * eshell/em-basic.el (eshell/printnl):
1815 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1816 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1817 * obsolete/levents.el (allocate-event, event-key, event-object)
1818 (event-point, event-process, event-timestamp, event-to-character)
1819 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1820 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1821 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1822 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1823 (reftex-highlight-selection): Fix typos in docstrings.
1824
1825 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
1826
1827 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1828
1829 2010-03-18 Glenn Morris <rgm@gnu.org>
1830
1831 * mail/rmail.el (rmail-highlight-face): Restore option deleted
1832 2008-02-13 without comment; mark it obsolete.
1833 (rmail-highlight-headers): Use rmail-highlight-face once more.
1834
1835 2010-03-16 Chong Yidong <cyd@stupidchicken.com>
1836
1837 * woman.el (woman2-process-escapes): Only consume the newline if
1838 the filler character is on a line by itself (Bug#5729).
1839
1840 2010-03-16 Kenichi Handa <handa@m17n.org>
1841
1842 * language/indian.el (devanagari-composable-pattern): Add more
1843 consonants.
1844
1845 2010-03-14 Michael Albinus <michael.albinus@gmx.de>
1846
1847 * net/trampver.el: Update release number.
1848
1849 2010-03-13 Glenn Morris <rgm@gnu.org>
1850
1851 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1852
1853 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
1854
1855 * net/tramp.el (tramp-find-executable):
1856 Use `tramp-get-connection-buffer'. Make the regexp for checking
1857 output of "wc -l" more robust.
1858 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1859 (tramp-open-connection-setup-interactive-shell): Remove workaround
1860 for OpenSolaris bug, it is not needed anymore.
1861
1862 2010-03-12 Glenn Morris <rgm@gnu.org>
1863
1864 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
1865
1866 2010-03-11 Wilson Snyder <wsnyder@wsnyder.org>
1867
1868 * files.el (auto-mode-alist): Accept more verilog file patterns.
1869
1870 2010-03-09 Miles Bader <miles@gnu.org>
1871
1872 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
1873 instead of "format:"; this ensures that the output is
1874 newline-terminated.
1875
1876 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
1877
1878 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
1879 that all errors are caught, and that the return value is always a
1880 list (Bug#5692).
1881
1882 2010-03-08 Kenichi Handa <handa@m17n.org>
1883
1884 * language/misc-lang.el (windows-1256): New coding system.
1885 (cp1256): New alias of windows-1256 (bug#5690).
1886
1887 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
1888
1889 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
1890 call to rfc822-bad-address. (Bug#5692)
1891
1892 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
1893
1894 * vc-git.el (vc-git-annotate-extract-revision-at-line):
1895 Use vc-git-root as default directory for revision path (Bug#5657).
1896
1897 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
1898
1899 * calculator.el (calculator): Don't bind split-window-keep-point
1900 (Bug#5674).
1901
1902 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1903
1904 * vc-git.el: Re-flow to fit into 80 columns.
1905 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
1906 Remove spurious `quote' element in each case alternative.
1907 (vc-git-show-log-entry): Use prog1.
1908 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
1909
1910 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1911
1912 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
1913
1914 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
1915
1916 * macros.el (insert-kbd-macro): Look up keyboard macro using the
1917 definition, not the name (Bug#5481).
1918
1919 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
1920
1921 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
1922 argument with a local variable. (Bug#5670)
1923
1924 2010-03-02 Juri Linkov <juri@jurta.org>
1925
1926 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
1927
1928 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
1929
1930 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
1931 error when FILENAME and NEWNAME are existing remote directories.
1932
1933 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
1934 parameter DIR-FLAG.
1935
1936 2010-03-02 Glenn Morris <rgm@gnu.org>
1937
1938 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
1939 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
1940
1941 2010-03-01 Kenichi Handa <handa@m17n.org>
1942
1943 * language/burmese.el (burmese-composable-pattern): Rename from
1944 myanmar-composable-pattern.
1945
1946 * international/characters.el (script-list):
1947 * international/fontset.el (script-representative-chars):
1948 Change myanmar to burmese.
1949 (otf-script-alist): Likewise.
1950 (setup-default-fontset): Likewise. Re-fix :otf spec.
1951
1952 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
1953
1954 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1955
1956 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
1957
1958 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1959
1960 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1961
1962 * net/tramp.el (tramp-handle-write-region): START can be a string.
1963 Take care in the checks. Reported by Dan Davison
1964 <davison@stats.ox.ac.uk>.
1965
1966 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1967
1968 * net/dbus.el (dbus-introspect, dbus-get-property)
1969 (dbus-set-property, dbus-get-all-properties): Use
1970 `dbus-call-method' when noninteractive. (Bug#5645)
1971
1972 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
1973
1974 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1975 * emacs-lisp/elint.el (elint-add-required-env):
1976 * calendar/icalendar.el (icalendar--add-diary-entry):
1977 * calc/calcalg2.el (math-tracing-integral):
1978 * files.el (recover-session-finish): Use with-current-buffer
1979 instead of save-excursion.
1980
1981 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
1982
1983 Fix in-buffer completion when after-change-functions modify the buffer.
1984 * minibuffer.el (completion--replace): New function.
1985 (completion--do-completion): Use it and use relative movement.
1986
1987 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
1988
1989 * international/fontset.el (setup-default-fontset): Fix :otf spec.
1990
1991 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
1992
1993 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1994 Allow the characters _<> in the stack entry (Bug#5653).
1995
1996 2010-02-26 Kenichi Handa <handa@m17n.org>
1997
1998 * language/burmese.el: Fix entries in composition-function-table.
1999 (myanmar-composable-pattern): New variable.
2000
2001 * international/fontset.el (setup-default-fontset): Add an entry
2002 for myanmar.
2003
2004 * international/characters.el (script-list): Add Myanmar
2005 Extended-A.
2006
2007 2010-02-26 Glenn Morris <rgm@gnu.org>
2008
2009 * custom.el (custom-initialize-delay): Doc fix.
2010
2011 * mail/sendmail.el (send-mail-function): Autoload the call
2012 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2013
2014 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
2015
2016 * files.el (hack-local-variables-filter): For eval forms, also
2017 check safe-local-variable-p (Bug#5636).
2018
2019 2010-02-24 Eduard Wiebe <usenet@pusto.de>
2020
2021 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2022 and use c(ad)r of cddr (Bug#5640).
2023
2024 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
2025
2026 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2027 setting the modes by `ignore-errors'. It might fail, for example
2028 if the file is not owned by the user but the group.
2029 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2030
2031 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
2032
2033 * files.el (directory-listing-before-filename-regexp): Use
2034 stricter matching for iso-style dates, to avoid false matches with
2035 date-like filenames (Bug#5597).
2036
2037 * htmlfontify.el (htmlfontify): Doc fix.
2038
2039 * eshell/eshell.el (eshell): Doc fix.
2040
2041 * startup.el (fancy-about-screen): In mode-line, apply
2042 mode-line-buffer-id face only to the buffer name (Bug#5613).
2043
2044 2010-02-20 Kevin Ryde <user42@zip.com.au>
2045
2046 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2047 In `watcom' anchor regexp to start of line, to avoid slowness
2048 (Bug#5599).
2049
2050 2010-02-20 Eli Zaretskii <eliz@gnu.org>
2051
2052 * subr.el (remove-yank-excluded-properties): Explain in a comment
2053 why `category' property is removed.
2054
2055 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
2056
2057 * isearch.el (isearch-update-post-hook, isearch-update): Revert
2058 2010-02-17 change.
2059
2060 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
2061
2062 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2063 (icalendar--convert-weekly-to-ical)
2064 (icalendar--convert-yearly-to-ical)
2065 (icalendar--convert-block-to-ical)
2066 (icalendar--convert-cyclic-to-ical)
2067 (icalendar--convert-anniversary-to-ical): Take care of time
2068 specifications where hour has 1-digit only (Bug#5549).
2069
2070 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
2071
2072 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2073 of disassemble output in GDB 7.1.
2074
2075 2010-02-19 Glenn Morris <rgm@gnu.org>
2076
2077 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2078 property. (Bug#5593)
2079
2080 2010-02-18 Sam Steingold <sds@gnu.org>
2081
2082 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2083
2084 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2085
2086 Use abbreviated file names in bookmarks (bug#5591).
2087 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2088 calls to expand-file-name.
2089 (bookmark-relocate): Use abbreviated file names in bookmarks.
2090 (bookmark-load): Use abbreviated file names in messages.
2091
2092 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2093
2094 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2095 expand "." and "..". Reported by Thierry Volpiatto
2096 <thierry.volpiatto@gmail.com>.
2097
2098 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2099
2100 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2101 permissions of the temporary file to "0600". In case the remote
2102 file has no read permissions for the owner, there might be
2103 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
2104
2105 22010-02-18 Glenn Morris <rgm@gnu.org>
2106
2107 * emacs-lisp/authors.el (authors-renamed-files-alist):
2108 Add entries for INSTALL.CVS.
2109
2110 2010-02-17 Mark A. Hershberger <mah@everybody.org>
2111
2112 * vc-bzr.el: Fix typo in Known Bugs section.
2113
2114 * isearch.el (isearch-update-post-hook): New hook.
2115 (isearch-update): Use the new hook.
2116
2117 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
2118
2119 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2120 Fix errors in copying directories.
2121 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2122 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2123 (tramp-handle-delete-file)
2124 (tramp-handle-dired-recursive-delete-directory)
2125 (tramp-handle-write-region): Flush also the cache for the upper
2126 directory.
2127
2128 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
2129
2130 * simple.el (save-interprogram-paste-before-kill): Doc fix.
2131
2132 * cus-edit.el (hardware): Doc fix.
2133
2134 * man.el (man): Add to external custom group.
2135
2136 * delim-col.el (columns): Move to wp custom group.
2137
2138 * doc-view.el (doc-view): Add to data custom group.
2139
2140 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
2141
2142 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2143 by ispell-parse-output (Bug#5575).
2144
2145 2010-02-16 Kenichi Handa <handa@m17n.org>
2146
2147 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2148 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2149 (skkdic-convert): Use `euc-japan' coding system for writing.
2150
2151 2010-02-16 Glenn Morris <rgm@gnu.org>
2152
2153 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2154 tex-main-file before using it. (Bug#5562)
2155
2156 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2157
2158 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2159 warnings, since it is annoying for the user to see them each time he
2160 runs the code.
2161
2162 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
2163
2164 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2165 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2166 instead of PROC for caching "first-password-request". Otherwise,
2167 new processes would not profit from passwords already entered.
2168
2169 * net/tramp-cache.el (tramp-dump-connection-properties):
2170 Don't save "first-password-request" property.
2171
2172 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
2173
2174 * outline.el (outline-head-from-level):
2175 * simple.el (with-wrapper-hook):
2176 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2177 (elint-defun, elint-buffer-env, elint-top-form-logged)
2178 (elint-unbound-variable):
2179 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2180 Fix typos in docstrings.
2181
2182 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
2183
2184 * files.el (insert-directory): When WILDCARD-REGEXP and
2185 FULL-DIRECTORY-P are nil, insert the file entry instead of the
2186 whole directory. (Bug#5551)
2187
2188 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
2189 dired's alignment sanity. (Bug#5516)
2190
2191 2010-02-14 Juri Linkov <juri@jurta.org>
2192
2193 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2194 Remove remaining ^H with their preceding chars. (Bug#5566)
2195
2196 2010-02-13 Glenn Morris <rgm@gnu.org>
2197
2198 * simple.el (transpose-subr): Give it a doc-string.
2199
2200 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2201 Doc fixes.
2202
2203 2010-02-12 Juri Linkov <juri@jurta.org>
2204
2205 * arc-mode.el (archive-unique-fname): Make directories for nested
2206 archives. (Bug#5540)
2207
2208 2010-02-12 Juri Linkov <juri@jurta.org>
2209
2210 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
2211
2212 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2213
2214 * subr.el (copy-overlay): Handle deleted overlays.
2215
2216 * man.el (Man-completion-table): Don't signal an error if we can't run
2217 manual-program (bug#4056).
2218
2219 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
2220
2221 * textmodes/artist.el (artist-mt): Fix typos in docstring.
2222
2223 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2224
2225 * info.el (Info-bookmark-jump): Simplify.
2226
2227 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2228 (bookmark-default-handler): Accept new bookmark field `buffer'.
2229
2230 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
2231
2232 * iswitchb.el (iswitchb-completions): Revert last change.
2233
2234 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
2235
2236 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
2237 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2238 This prevents file names like "~/" being listed literally.
2239
2240 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2241
2242 * term/xterm.el (xterm-maybe-set-dark-background-mode):
2243 Remove dead code. (Bug#5546)
2244
2245 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
2246
2247 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2248 correctly (Bug#5548).
2249
2250 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
2251
2252 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
2253 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
2254
2255 2010-02-08 Kenichi Handa <handa@m17n.org>
2256
2257 * international/mule-util.el (with-coding-priority): Add autoload
2258 cookie for putting `lisp-indent-function'.
2259
2260 2010-02-07 Glenn Morris <rgm@gnu.org>
2261
2262 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2263 Move F2003 named interfaces from keywords-2 to keywords-1, and
2264 use function-name-face rather than constant-face.
2265 Simplify "abstract interface" regexp.
2266
2267 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
2268
2269 * eshell/esh-util.el (eshell-file-attributes): New optional arg
2270 ID-FORMAT. Pass it to `file-attributes'.
2271
2272 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2273
2274 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
2275
2276 * faces.el (set-face-attribute): Allow calling
2277 internal-set-lisp-face-attribute with 'unspecified family and
2278 foundry argument (Bug#5536).
2279
2280 2010-02-07 Glenn Morris <rgm@gnu.org>
2281
2282 * progmodes/f90.el (f90-font-lock-keywords-2)
2283 (f90-looking-at-type-like, f90-looking-at-program-block-end):
2284 Handle F2003 named interfaces.
2285
2286 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
2287
2288 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2289 beg and end before calling c-get-state-before-change-functions.
2290
2291 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
2292
2293 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
2294
2295 2010-02-05 Juri Linkov <juri@jurta.org>
2296
2297 * doc-view.el (doc-view-mode):
2298 * image-mode.el (image-mode): Put property mode-class=special.
2299 (Bug#4896)
2300
2301 2010-02-05 Mark A. Hershberger <mah@everybody.org>
2302
2303 * vc-svn.el (vc-svn-revision-table): New function.
2304
2305 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
2306
2307 * net/ange-ftp.el (ange-ftp-insert-directory):
2308 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2309 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2310 Handle also directories. (Bug#5478)
2311
2312 2010-02-05 Glenn Morris <rgm@gnu.org>
2313
2314 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2315
2316 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
2317
2318 * startup.el (command-line-1): Convert options beginning with a
2319 single dash as well (Bug#5519).
2320
2321 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
2322
2323 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2324 * minibuffer.el (completion-initials-expand): Only check the presence
2325 of delims *within* the boundaries, since otherwise the / delim is
2326 always found for files.
2327
2328 Fix up various corner case problems.
2329 * doc-view.el (doc-view-last-page-number): New function.
2330 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2331 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2332 (doc-view-kill-proc): Avoid inf-loop in freak cases.
2333 (doc-view-reconvert-doc): Use the new recursive delete-directory.
2334 (doc-view-convert-current-doc): Don't create the resolution.el file
2335 here any more.
2336 (doc-view-pdf/ps->png): Do it here instead.
2337 (doc-view-already-converted-p): Check that resolution.el is present.
2338 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2339 windows that are not yet showing images.
2340
2341 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
2342
2343 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
2344 `dired-uncache' for every elemnt which is an absolute file name.
2345
2346 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
2347 directory, handle its directory component.
2348 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
2349 function is called permanently and creates noise, otherwise.
2350
2351 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2352 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2353 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
2354
2355 2010-02-04 David Burger <dburger@google.com> (tiny change)
2356
2357 * macros.el (apply-macro-to-region-lines):
2358 Minor simplification. (Bug#5485)
2359
2360 2010-02-04 Glenn Morris <rgm@gnu.org>
2361
2362 * mail/rmail.el (rmail-show-message-1): Handle malformed
2363 quoted-printable text. (Bug#5441)
2364
2365 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2366
2367 * simple.el (visual-line-mode): Capitalize lighter.
2368
2369 2010-02-03 John Wiegley <jwiegley@gmail.com>
2370
2371 * iswitchb.el (iswitchb-completions): Add bookmark files to the
2372 list of files considered for "virtual buffer" completions.
2373
2374 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
2375
2376 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
2377 also in case of (and (not full) (not wildcard)). This is needed,
2378 when dired is called with a list of files, which are not in
2379 `default-directory'. (Bug#5478)
2380
2381 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2382
2383 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
2384
2385 2010-02-02 Juri Linkov <juri@jurta.org>
2386
2387 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
2388 from unidiff to allow function-line after @@.
2389
2390 2010-02-02 Juri Linkov <juri@jurta.org>
2391
2392 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
2393 '(RCS SCCS) with inverted condition.
2394
2395 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
2396
2397 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
2398 messages.
2399
2400 2010-02-01 Juri Linkov <juri@jurta.org>
2401
2402 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
2403 compare with "pkunzip" and "pkzip" instead of only "pkzip".
2404 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
2405 only when (car archive-zip-extract) is "unzip". (Bug#5475)
2406
2407 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2408
2409 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
2410 (doc-view-revert-buffer): New command.
2411 (doc-view-mode-map): Use it.
2412
2413 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
2414
2415 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
2416 pending merge is detected.
2417
2418 2010-01-31 Juri Linkov <juri@jurta.org>
2419
2420 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
2421 beginning of interactive spec like all other grep commands do.
2422 Put "all" in front of "gz". (Bug#5260)
2423
2424 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
2425
2426 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
2427
2428 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
2429
2430 * dirtrack.el (dirtrack): Warn instead of signalling error if the
2431 regexp is incorrect (Bug#5476).
2432
2433 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
2434
2435 * net/tramp.el (tramp-handle-insert-directory): Handle also
2436 symlinks, when FILENAME is not in `default-directory'.
2437
2438 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
2439
2440 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
2441 FILE is not in `default-directory'. (Bug#5478)
2442
2443 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
2444 of SWITCHES. Handle the case, FILENAME is not in
2445 `default-directory'. (Bug#5478)
2446 (tramp-register-file-name-handlers): Add safe-magic property.
2447
2448 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
2449
2450 * arc-mode.el (archive-zip-extract): Quote the argument passed to
2451 unzip (Bug#5475).
2452
2453 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
2454
2455 * progmodes/flymake.el (flymake-allowed-file-name-masks)
2456 (flymake-master-make-header-init): Add other C++ filename masks.
2457 (flymake-find-possible-master-files)
2458 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
2459
2460 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
2461
2462 Fix some busybox annoyances.
2463
2464 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
2465 not responding." string.
2466 (tramp-open-connection-setup-interactive-shell): Dump stty
2467 settings. Enable "neveropen" arg for all `tramp-send-command'
2468 calls. Handle "=" in variable values properly.
2469 (tramp-find-inline-encoding): Raise an error, when no encoding is
2470 found.
2471 (tramp-wait-for-output): Check, whether PROC buffer is available.
2472 Remove spurious " ^H" sequences, sent by busybox.
2473 (tramp-get-ls-command): Suppress coloring, if possible.
2474
2475 2010-01-28 Glenn Morris <rgm@gnu.org>
2476
2477 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
2478
2479 * log-edit.el (log-edit-strip-single-file-name): Add missing
2480 :safe, :group, and :version tags.
2481
2482 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
2483
2484 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
2485 buffers. (Bug#5477)
2486
2487 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
2488
2489 * files.el (delete-directory): Handle moving to trash without
2490 first doing recursion (Bug#5436).
2491
2492 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
2493
2494 * vc-hooks.el (vc-path): Mark as obsolete.
2495
2496 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
2497
2498 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
2499 names too.
2500
2501 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
2502 for the short log.
2503 (vc-bzr-log-view-mode): Adjust regexp for the above change.
2504
2505 2010-01-25 Mark A. Hershberger <mah@everybody.org>
2506
2507 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
2508
2509 * vc-bzr.el (vc-bzr-revision-table): New function.
2510
2511 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
2512
2513 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
2514 diff-index command. This requires at least git-1.5.5. (Bug#1589).
2515
2516 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2517
2518 Remove support for adding --signoff on commit.
2519 Future support will use an incompatible generic mechanism.
2520 * vc-git.el (vc-git-add-signoff): Remove variable.
2521 (vc-git-toggle-signoff): Remove function.
2522 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
2523
2524 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
2525 from xterm-set-background-mode. Return t if the background mode
2526 was set.
2527 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
2528 earlier, call it again in case the background mode has changed.
2529
2530 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
2531
2532 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
2533 (Bug#3541).
2534
2535 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
2536
2537 * emacs-lisp/assoc.el (aelement): Doc fix.
2538 (aput, adelete, amake): Use lexical-let (Bug#5450).
2539
2540 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
2541
2542 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
2543 is the same as subprogram call, not declaration. (Bug#5435).
2544
2545 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
2546
2547 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
2548 (tramp-smb-maybe-open-connection): Use it.
2549
2550 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
2551
2552 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
2553
2554 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2555
2556 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
2557 just because we see "encoding: 8bit".
2558 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
2559
2560 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
2561
2562 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
2563
2564 2010-01-22 Eli Zaretskii <eliz@gnu.org>
2565
2566 * jka-compr.el (jka-compr-load): If load-file is not in
2567 load-history, try its file-truename version. (bug#5447)
2568
2569 2010-01-21 Alan Mackenzie <acm@muc.de>
2570
2571 Fix a situation where deletion of a cpp construct throws an error.
2572 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
2573 invoking c-with-all-but-one-cpps-commented-out, check that the
2574 special cpp construct is still in the buffer.
2575 (c-parse-state): Record the special cpp with markers, not numbers.
2576
2577 2010-01-21 Kenichi Handa <handa@m17n.org>
2578
2579 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
2580 process last-command-event, as it is now decoded first (Bug#5380).
2581
2582 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
2583
2584 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
2585
2586 2010-01-20 Glenn Morris <rgm@gnu.org>
2587
2588 * indent.el (tab-always-indent): Fix custom-type.
2589
2590 2010-01-19 Alan Mackenzie <acm@muc.de>
2591
2592 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
2593 buffer throws "args out of range".
2594 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
2595 playing the role of delimiter.
2596
2597 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
2598
2599 * progmodes/ada-mode.el: Fix bug#5400.
2600 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
2601 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
2602 changed. Delete RECURSIVE parameter; never used. Improve doc string.
2603 Improve comments in "is" portion. Handle null procedure declaration.
2604 (ada-move-to-end): Improve doc string.
2605
2606 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
2607
2608 * ido.el (ido-cur-list): Initialize to nil.
2609 Remove obsolete information from commentary.
2610 (ido-choice-list): Initialize to nil.
2611 (ido-get-bufname): Reject minibuffers.
2612 (ido-make-buffer-list): If "default" is a nonexistent
2613 buffer, ignore it, as per the function's comment.
2614 (ido-kill-buffer-internal): New function.
2615 (ido-kill-buffer-at-head): Use it.
2616 (ido-visit-buffer): Likewise.
2617
2618 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
2619
2620 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
2621
2622 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
2623
2624 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
2625 Fix typos in chart titles.
2626
2627 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
2628 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
2629 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
2630 (describe-class, eieio-describe-generic, describe-generic):
2631 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
2632 (eieio-speedbar-expand):
2633 * emulation/viper-cmd.el (viper-exec-form-in-vi)
2634 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
2635 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
2636 (viper-del-backward-char-in-replace, viper-backward-indent)
2637 (viper-brac-function, viper-register-to-point, viper-submit-report):
2638 * net/tramp.el (tramp-remote-coding-commands):
2639 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
2640 Fix typos in docstrings.
2641
2642 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
2643
2644 * mail/sendmail.el (mail-yank-original): Set the mark if the
2645 specified function for yanking does not do it.
2646
2647 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
2648
2649 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
2650
2651 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
2652 resyncing a directory.
2653
2654 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
2655
2656 * progmodes/ada-mode.el: Fix bug#1920.
2657 (ada-ident-re): Delete ., allow multibyte characters.
2658 (ada-goto-label-re): New; matches goto labels.
2659 (ada-block-label-re): New; matches block labels.
2660 (ada-label-re): New; matches both.
2661 (ada-named-block-re): Deleted; callers changed to use
2662 `ada-block-label-re' instead.
2663 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
2664 Use `ada-block-label-re'.
2665 (ada-indent-on-previous-lines): Improve handling of goto labels.
2666 (ada-get-indent-block-start): Special-case block label.
2667 (ada-get-indent-label): Split into `ada-indent-block-label' and
2668 `ada-indent-goto-label'.
2669 (ada-goto-stmt-start, ada-goto-next-non-ws):
2670 Optionally ignore goto labels.
2671 (ada-goto-next-word): Simplify.
2672 (ada-indent-newline-indent-conditional): Insert newline before
2673 trying to fix indentation; doc fix.
2674
2675 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
2676
2677 * calc/calc.el (calc-command-flags): Give it an initial value.
2678
2679 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
2680
2681 * files.el (minibuffer-with-setup-hook):
2682 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
2683 (artist-key-draw-continously, artist-key-do-continously-continously)
2684 (artist-key-set-point-continously, artist-mouse-draw-continously):
2685 Fix typos in docstrings.
2686
2687 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
2688
2689 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
2690 return t (Bug#3898).
2691
2692 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
2693
2694 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
2695 can parse the output of the external commands (Bug#5279).
2696
2697 2010-01-16 Jari Aalto <jari.aalto@cante.net>
2698
2699 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2700
2701 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
2702
2703 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2704
2705 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2706
2707 * startup.el (command-line): Remove unused --icon-type arg.
2708 Handle --display arg, passing it to command-line-1 (Bug#5392).
2709
2710 2010-01-16 Mario Lang <mlang@delysid.org>
2711
2712 * emacs-lisp/chart.el (chart-translate-namezone):
2713 * textmodes/artist.el (artist-compute-popup-menu-table):
2714 Remove duplicated words in doc-strings.
2715
2716 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
2717
2718 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
2719 to mairix-search to suppress threading (Bug#5342).
2720
2721 2010-01-15 Kenichi Handa <handa@m17n.org>
2722
2723 * international/mule-cmds.el (canonicalize-coding-system-name):
2724 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
2725
2726 2010-01-15 Glenn Morris <rgm@gnu.org>
2727
2728 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
2729
2730 * wid-edit.el (widget-keymap): Doc fix.
2731
2732 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
2733 former seems to be more widely accepted by various svn versions.
2734
2735 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2736
2737 * find-cmd.el (find-constituents):
2738 * vc-arch.el (vc-arch-root):
2739 * window.el (window-body-height, pop-up-frames):
2740 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
2741 * progmodes/ada-stmt.el (ada-if):
2742 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
2743 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
2744 (ispell-encoding8-command, ispell-aspell-supports-utf8)
2745 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
2746
2747 * progmodes/flymake.el (flymake-post-syntax-check):
2748 Fix typo in error message.
2749
2750 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2751
2752 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
2753 which is always a string. (Bug#5313)
2754
2755 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
2756
2757 * progmodes/ada-xref.el (ada-default-prj-properties):
2758 Simplify previous change.
2759
2760 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2761
2762 * progmodes/ada-xref.el (ada-default-prj-properties):
2763 Default ada_project_path to $ADA_PROJECT_PATH.
2764
2765 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2766
2767 * progmodes/ada-mode.el (ada-create-keymap):
2768 Override `narrow-to-defun' with `ada-narrow-to-defun'.
2769
2770 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2771
2772 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
2773 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
2774 (ada-get-current-indent, ada-imenu-generic-expression)
2775 (ada-which-function): Check for it.
2776
2777 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
2778
2779 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
2780 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2781
2782 2010-01-14 Glenn Morris <rgm@gnu.org>
2783
2784 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
2785
2786 2010-01-14 Kenichi Handa <handa@m17n.org>
2787
2788 * composite.el (auto-composition-mode): Make it a buffer local
2789 variable (permanent-local).
2790 (auto-composition-function): Set the default value to
2791 auto-compose-chars.
2792 (auto-composition-mode): Make it a simple function, not a minor mode.
2793 (global-auto-composition-mode): Likewise.
2794 (turn-on-auto-composition-if-enabled): Delete it.
2795
2796 2010-01-13 Karl Fogel <kfogel@red-bean.com>
2797
2798 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2799
2800 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
2801
2802 * files.el (copy-directory): Compute target for recursive
2803 directories with identical names. (Bug#5343)
2804
2805 2010-01-12 Glenn Morris <rgm@gnu.org>
2806
2807 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
2808 it to bug-gnu-emacs rather than emacs-pretest-bug.
2809
2810 2010-01-11 Sam Steingold <sds@gnu.org>
2811
2812 * imenu.el (imenu-default-create-index-function): Detect infinite
2813 loops caused by imenu-prev-index-position-function.
2814
2815 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2816
2817 * htmlfontify.el (htmlfontify-load-rgb-file)
2818 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2819 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2820 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2821 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2822 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2823 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2824 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2825 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2826 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2827 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2828 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2829 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2830 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2831 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2832 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2833 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2834 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2835 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2836 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2837 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2838 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2839 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2840 backslash-quoting from parentheses, etc.
2841
2842 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
2843
2844 * progmodes/js.el: Autoload javascript-mode alias.
2845
2846 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2847
2848 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2849 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2850 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2851 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2852 Fix typos in docstrings.
2853 (ffap-url-regexp): Doc fix.
2854 (ffap-at-mouse): Fix typo in message.
2855
2856 2010-01-11 Glenn Morris <rgm@gnu.org>
2857
2858 * version.el (emacs-copyright): Set copyright year to 2010.
2859
2860 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2861
2862 * format.el (format-annotate-function): Only set
2863 write-region-post-annotation-function after running to-fn so as not to
2864 affect nested write-region calls (bug#5273).
2865
2866 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
2867
2868 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2869 wisent/python.el.
2870
2871 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2872
2873 * man.el (Man-goto-section): Signal error if the section is not
2874 found (Bug#5317).
2875
2876 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
2877
2878 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2879 URLs with a leading triple slash in the file: scheme. (Bug#5345)
2880
2881 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2882
2883 * progmodes/compile.el: Don't treat compile-command as safe if
2884 compilation-read-command might be nil (Bug#4218).
2885
2886 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2887
2888 * startup.el (command-line-1): Use orig-argi to check for ignored X and
2889 NS options.
2890
2891 2010-01-08 Kenichi Handa <handa@m17n.org>
2892
2893 * international/fontset.el (build-default-fontset-data):
2894 Exclude characters in scripts kana, hangul, han, or cjk-misc.
2895
2896 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
2897
2898 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2899 to `create-file-buffer' as it expects, not just a buffer name.
2900 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2901 to help uniquify. (Bug#3224)
2902
2903 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
2904
2905 * font-setting.el (font-setting-change-default-font): Use user-spec
2906 instead of name.
2907
2908 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2909
2910 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2911
2912 2010-01-05 Tom Tromey <tromey@redhat.com>
2913
2914 * progmodes/python.el (python-font-lock-keywords):
2915 Handle qualified decorators (Bug#881).
2916
2917 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2918
2919 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2920 in a lightweight checkout.
2921
2922 2010-01-05 Kenichi Handa <handa@m17n.org>
2923
2924 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
2925
2926 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2927
2928 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2929
2930 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
2931
2932 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2933 checkouts. (Bug#618)
2934 (vc-bzr-log-view-mode): Also highlight the author.
2935 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2936 (vc-bzr-shelve-menu-map):
2937 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2938 (vc-bzr-shelve-apply): Make prompt more explicit.
2939
2940 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
2941
2942 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2943 They are valid characters in URL paths (rfc3986), and at least
2944 Firefox does not understand the encoded version (Bug#3166).
2945
2946 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
2947
2948 * progmodes/octave-mod.el (octave-end-keywords)
2949 (octave-block-begin-or-end-regexp, octave-block-match-alist):
2950 Add "end" keyword (Bug#3061).
2951 (octave-end-as-array-index-p): New function.
2952 (calculate-octave-indent): Use it.
2953
2954 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2955
2956 * bookmark.el: Consistently put the text property on the bookmark name.
2957 (bookmark-bmenu-marks-width): Bump back to 2, to include
2958 annotation marks.
2959 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2960 property on the bookmark name, instead of not putting it at all.
2961 (bookmark-bmenu-list): Fix where we put the text property.
2962
2963 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2964
2965 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2966 for showing buffer modified state (as added in the previous change).
2967
2968 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2969
2970 * bookmark.el: Show modified state of bookmark buffer more accurately.
2971 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2972 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2973 (with-buffer-modified-unmodified): New macro.
2974 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2975 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
2976 Use new macro to preserve the buffer modified state.
2977
2978 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2979
2980 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
2981 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2982 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2983 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2984 (bookmark-bmenu-rename, bookmark-bmenu-locate)
2985 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2986 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
2987
2988 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2989
2990 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2991 Make the lines in the generated doc string shorter. (Bug#4668)
2992
2993 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
2994
2995 * net/rcirc.el: Add follow-link binding (Bug#4738).
2996
2997 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2998
2999 * Makefile.in (bzr-update): Rename from cvs-update.
3000 (cvs-update): New target for backward compatibility.
3001
3002 * makefile.w32-in (bzr-update): Rename from cvs-update.
3003 (cvs-update): New target for backward compatibility.
3004
3005 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3006
3007 * bookmark.el: Remove gratuitous gratitude.
3008
3009 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3010
3011 * bookmark.el (bookmark-bmenu-any-marks): New function
3012 (bookmark-bmenu-save): Clear buffer modification if no marks.
3013
3014 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3015
3016 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
3017 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3018 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3019 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3020
3021 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3022 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3023 To: emacs-devel {_AT_} gnu.org
3024 Subject: bookmark.el bug report
3025 Date: Mon, 28 Dec 2009 14:19:16 +0800
3026 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3027
3028 2010-01-02 Karl Fogel <kfogel@red-bean.com>
3029
3030 * bookmark.el: Improvements suggested by Drew Adams:
3031 (bookmark-bmenu-ensure-position): New name for
3032 `bookmark-bmenu-check-position'. Just ensure the position,
3033 don't return any meaningful value.
3034 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3035 New constants.
3036
3037 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
3038
3039 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3040 (bookmark-yank-point, bookmark-bmenu-check-position):
3041 Fix typos in docstrings.
3042 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3043 (bookmark-name-from-full-record, bookmark-get-position)
3044 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3045 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3046 Remove useless quoting of parenthesis, etc. in docstrings.
3047
3048 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3049 (ediff-append-custom-diff): Fix typo in error message.
3050 (ediff-meta-mark-equal-files): Fix typos in messages.
3051
3052 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3053
3054 * net/imap-hash.el (imap-hash-make): Doc fix.
3055 (imap-hash-test): Fix typo in error message; reflow docstring.
3056 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3057 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3058 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3059 Fix typos in docstrings.
3060 (imap-hash-open-connection): Fix typo in error message.
3061
3062 * play/gomoku.el (gomoku): Fix typos in docstring.
3063
3064 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3065 (gdb-jsonify-buffer): Fix typos in docstring.
3066 (gdb-goto-breakpoint): Fix typo in error message.
3067 ("Display Other Windows"): Fix typo in help message.
3068 (gdb-speedbar-expand-node): Fix typo in question.
3069
3070 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3071 (idlwave-html-system-help-location, idlwave-html-help-location)
3072 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3073 (idlwave-help-browser-generic-args, idlwave-help-directory)
3074 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3075 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3076 (idlwave-online-help, idlwave-help-html-link)
3077 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3078 Fix typos in docstrings.
3079 (idlwave-help-with-source, idlwave-help-find-routine-definition):
3080 Reflow docstrings.
3081 (idlwave-help-assistant-start): Fix typo in error message.
3082
3083 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3084 (octave-electric-space): Fix typos in docstrings.
3085
3086 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3087
3088 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3089
3090 2010-01-01 Juri Linkov <juri@jurta.org>
3091
3092 * comint.el (comint-input-ring-size): Make it a defcustom and
3093 increase the default to 500 (Bug#5148).
3094
3095 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
3096
3097 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3098 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3099 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3100
3101 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
3102
3103 Show working revision correctly for mercurial.
3104 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
3105 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
3106
3107 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
3108
3109 Declare some functions for the byte-compiler.
3110 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3111 (speedbar-timer-fn, speedbar-change-expand-button-char)
3112 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3113
3114 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
3115
3116 This changeset reverts GDB Graphical Interface to use annotations.
3117 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3118
3119 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
3120
3121 Make vc-dir work on subdirectories of the bzr root.
3122 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
3123 file names relative to it.
3124 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3125 relative directory to vc-bzr-after-dir-status.
3126
3127 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
3128
3129 * font-lock.el (font-lock-refresh-defaults): New function, which
3130 can be used to let font-lock react to external changes in
3131 variables like font-lock-defaults and keywords.
3132 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3133
3134 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
3135
3136 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3137
3138 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3139
3140 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
3141
3142 Supersede color.diff settings in git log (bug#5211).
3143
3144 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3145 escape chars in its output when the user has color.diff set to `always'.
3146 This fix works on git 1.4.2 and newer (released on 2006-08-13).
3147
3148 2009-12-26 Kevin Ryde <user42@zip.com.au>
3149
3150 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3151 node. Keep previous "Index" name to work with past coreutils too.
3152
3153 * man.el (man): Revise docstring a bit to show -a and -l as
3154 examples. Add -k description since support for it has otherwise
3155 been a secret. (Further to bug#3717.)
3156 (Man-bgproc-sentinel): When "-k foo" produces no output show error
3157 "no matches" rather than "Can't find manpage", as the latter reads
3158 like -k was interpreted as a page name, which is not so. (Bug#5431)
3159
3160 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
3161
3162 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3163 switches. Check also for //SUBDIRED// line.
3164
3165 2009-12-25 Kenichi Handa <handa@m17n.org>
3166
3167 * language/indian.el (devanagari-composable-pattern): Fixed to
3168 handle ZWNJ and ZWJ. Use it in composition-function-table for
3169 Devanagari.
3170 (malayalam-composable-pattern): Fix previous change.
3171
3172 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3173
3174 * ps-print.el (ps-face-attributes): It was not returning the
3175 attribute face for faces specified as string. Reported by harven
3176 <harven@free.fr>. (Bug#5254)
3177 (ps-print-version): New version 7.3.5.
3178
3179 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
3180
3181 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
3182 timezone names.
3183 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
3184 (icalendar--add-diary-entry): Remove the trailing blank that
3185 diary-make-entry inserts.
3186
3187 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
3188
3189 Make `file-expand-wildcards' work for remote files.
3190
3191 * files.el (file-expand-wildcards): In case of remote files, check
3192 only local file name part for wildcards. Provide feature 'files
3193 and subfeature 'remote-wildcards. (Bug#5198)
3194
3195 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3196 if there is already an established connection.
3197 (tramp-advice-file-expand-wildcards): Remove it.
3198
3199 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3200 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
3201 Activate advice for older GNU Emacs versions. (Bug#5237)
3202
3203 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
3204
3205 Some doc fixes (more needed).
3206
3207 * find-cmd.el (find-constituents): Reflow docstring.
3208 (find-cmd, find-prune, find-command): Fix typos in docstrings.
3209 (find-generic): Doc fix.
3210
3211 2009-12-17 Juri Linkov <juri@jurta.org>
3212
3213 Fix regression from 23.1 to allow multiple modes in Local Variables.
3214
3215 * files.el (hack-local-variables-filter): While ignoring duplicates,
3216 don't take `mode' into account.
3217 (hack-local-variables-filter, hack-dir-local-variables): Don't
3218 remove duplicate `mode' from local-variables-alist (like `eval').
3219
3220 2009-12-17 Juri Linkov <juri@jurta.org>
3221
3222 Make `dired-diff' more safe. (Bug#5225)
3223
3224 * dired-aux.el (dired-diff): Signal an error when `file' equals to
3225 `current' or when `file' is a directory of the `current' file.
3226
3227 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
3228
3229 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3230 unconditionally preloaded files.
3231
3232 2009-12-16 Juri Linkov <juri@jurta.org>
3233
3234 Revert to old 23.1 logic of using the file at the mark as default.
3235 * dired-aux.el (dired-diff): Use the file at the mark as default
3236 if it's not the same as the current file, and the target dir is
3237 the current dir or the mark is active. Add the current file
3238 as the arg of `dired-dwim-target-defaults'. Use the default file
3239 in the prompt. (Bug#5225)
3240
3241 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
3242
3243 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3244 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3245 (tramp-check-for-regexp): Check also, when an echoing shell stops
3246 to echo sent commands.
3247
3248 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3249
3250 * Makefile.in: Revert last change (Bug#5191).
3251
3252 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
3253
3254 * vc-hg.el (vc-hg-print-log): Fix argument order.
3255 (vc-hg-working-revision): Make sure the command is executed in a
3256 known environment so that we can parse the output. (Bug#4417)
3257
3258 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
3259
3260 * progmodes/python.el (python-symbol-completions): Remove text
3261 properties from symbol string before calling python-send-receive.
3262
3263 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
3264
3265 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
3266 when there are values for both file and line. (Bug#5060)
3267
3268 2009-12-14 Juri Linkov <juri@jurta.org>
3269
3270 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3271 whitespace after the file name of the first line of unified format,
3272 because git-diff doesn't output whitespace and file modification time
3273 after the file name.
3274
3275 2009-12-14 David Kastrup <dak@gnu.org>
3276
3277 * info.el (Info-hide-cookies-node): Before hiding a cookie,
3278 check if it already has the `display' property added by
3279 `Info-display-images-node', and not put the `invisible' property
3280 in this case.
3281
3282 2009-12-13 Glenn Morris <rgm@gnu.org>
3283
3284 * mail/emacsbug.el (message-sort-headers): Define for compiler.
3285 (report-emacs-bug): In message-mode, sort manually before storing
3286 original report text. (Bug#5178)
3287 Remove superfluous save-excursion.
3288
3289 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
3290
3291 * net/dbus.el (dbus-property-handler): Filter lambda forms out
3292 when responding to "GetAll" properties.
3293
3294 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
3295
3296 * simple.el (compose-mail): Remove mail-setup-with-from from
3297 customization checks.
3298
3299 2009-12-12 Eli Zaretskii <eliz@gnu.org>
3300
3301 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3302 RAR archives created on Unix systems.
3303
3304 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3305
3306 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3307 the varalias that was accidentally removed by the 2009-11-19 change
3308 (bug#5186).
3309
3310 2009-12-12 Kenichi Handa <handa@m17n.org>
3311
3312 * language/indian.el (indian-compose-regexp): New function.
3313 (malayalam-composable-pattern): Fix the pattern.
3314 (composition-function-table): Set malayalam-composable-pattern for
3315 Malayalam characters.
3316
3317 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
3318
3319 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3320 rather than down-mouse-1, based on follow-link conventions.
3321
3322 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3323 are compiled.
3324
3325 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
3326
3327 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
3328 (verilog-vmm-statement-re, verilog-ovm-statement-re)
3329 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
3330 (verilog-leap-to-head, verilog-backward-token):
3331 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
3332
3333 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
3334
3335 * progmodes/verilog-mode.el (verilog-auto-lineup)
3336 (verilog-nameable-item-re): Cleanup user-visible spelling and
3337 documentation errors. One reported by Gary Delp.
3338 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
3339 (verilog-read-decls): Fix AUTOWIRE with types declared in a
3340 package, bug195. Reported by Pierre-David Pfister.
3341
3342 2009-12-11 Glenn Morris <rgm@gnu.org>
3343
3344 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
3345
3346 * mail/emacsbug.el: No longer require sendmail.
3347 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
3348 (report-emacs-bug-orig-text): Doc fix.
3349 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
3350 New local variables, to adapt to different mail-user-agents.
3351 (report-emacs-bug): Fix test for a gnu.org address.
3352 Use overlays for emphasis, since font-lock defeats 'face property.
3353 Pretest bugs also end up at the newsgroup these days.
3354 Stop message-mode stripping text properties.
3355 Set and use the new buffer-local variables.
3356 (report-emacs-bug-hook): Add doc-string.
3357 Remove some unnecessary save-excursions and simplify.
3358 Use the appropriate hook and send-command.
3359
3360 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
3361 capitalization of some menu entries.
3362
3363 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3364
3365 * whitespace.el (whitespace-display-char-on): Ensure
3366 `buffer-display-table' is unique when two or more windows are
3367 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
3368 New version 12.1.
3369
3370 2009-12-10 Eli Zaretskii <eliz@gnu.org>
3371
3372 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
3373 characters in the Attribute field.
3374
3375 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3376
3377 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
3378
3379 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3380
3381 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
3382 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3383 Disregard autoload-excludes.
3384 (update-directory-autoloads): Obey autoload-excludes here instead.
3385 But don't store its contents in no-autoloads and remove entries that
3386 refer to excludes files.
3387
3388 2009-12-10 Glenn Morris <rgm@gnu.org>
3389
3390 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
3391 (expand-mail-aliases): Define for compiler.
3392
3393 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
3394 Define for compiler.
3395
3396 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
3397 appropriate for the mail-user-agent in use.
3398
3399 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
3400
3401 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
3402
3403 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
3404
3405 Fix short log parsing and fontification.
3406 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
3407 Fix fontification for the [merge] label.
3408
3409 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
3410
3411 Drop some properties to avoid surprises.
3412 * htmlfontify.el (hfy-ignored-properties): New defcustom.
3413 (hfy-fontify-buffer): Use it.
3414
3415 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
3416
3417 Minor cleanup.
3418 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
3419 Adjust all callers.
3420 (ffap-locate-file): Remove unused arg `dir-ok' and make other
3421 args compulsory. Adjust callers.
3422 (ffap-gopher-at-point): Remove unused var `name'.
3423
3424 Get rid of the ELCFILES abomination.
3425 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3426 (compile-elcfiles): New phony target.
3427 (compile-main): Compute ELCFILES dynamically.
3428 (compile-clean): New target to remove left-over elc files.
3429 (compile, all): Use it.
3430
3431 2009-12-09 Kenichi Handa <handa@etlken>
3432
3433 * international/mule-diag.el: Require help-mode instead of help-fns.
3434
3435 2009-12-09 Kenichi Handa <handa@m17n.org>
3436
3437 * international/mule-cmds.el (ucs-names): Supply sufficiently
3438 fine ranges instead of pre-calculating accurate ranges.
3439 Iterate with bigger gc-cons-threshold.
3440
3441 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
3442
3443 Add support for stashing a snapshot of the current tree.
3444 * vc-git.el (vc-git-stash-snapshot): New function.
3445 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
3446
3447 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
3448
3449 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
3450 instead of `(beginning|end)-of-line'.
3451
3452 2009-12-08 Glenn Morris <rgm@gnu.org>
3453
3454 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
3455
3456 * Makefile.in (ELCFILES): Regenerate.
3457
3458 2009-12-07 Juri Linkov <juri@jurta.org>
3459
3460 Don't lazy-highlight the comint output in history Isearch mode.
3461
3462 * comint.el (comint-history-isearch-search): Instead of
3463 `comint-line-beginning-position', use `comint-after-pmark-p'
3464 to check if point if before the process mark, and go to
3465 `process-mark' in this case.
3466
3467 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3468
3469 * textmodes/tex-mode.el (latex-complete)
3470 (latex-indent-or-complete): Remove.
3471 (latex-mode): Set completion-at-point-functions instead.
3472
3473 Provide a standard completion command and hook it into TAB.
3474 * minibuffer.el (completion-at-point-functions): New var.
3475 (completion-at-point): New command.
3476 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
3477 * progmodes/python.el (python-mode-map): Use completion-at-point.
3478 (python-completion-at-point): Rename from python-partial-symbol and
3479 adjust for use in completion-at-point-functions.
3480 (python-mode): Setup completion-at-point for Python completion.
3481 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
3482 extracted from lisp-complete-symbol.
3483 (lisp-complete-symbol): Use it.
3484 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
3485 setup completion-at-point for Elisp completion.
3486 (emacs-lisp-mode-map, lisp-interaction-mode-map):
3487 Use completion-at-point.
3488 * ielm.el (ielm-map): Use completion-at-point.
3489 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
3490 * progmodes/sym-comp.el: Move to...
3491 * obsolete/sym-comp.el: Move from progmodes.
3492
3493 2009-12-07 Eli Zaretskii <eliz@gnu.org>
3494
3495 Prevent save-buffer in Rmail buffers from using the coding-system
3496 of the current message, and from clobbering the encoding mnemonics
3497 in the mode line (Bug#4623).
3498
3499 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
3500 flag, too.
3501 (rmail-message-encoding): New variable.
3502 (rmail-write-region-annotate): Record the encoding of the current
3503 message in rmail-message-encoding.
3504 (rmail-after-save-hook): New function, restores the encoding of
3505 the current message after the message collection is saved.
3506
3507 2009-12-07 Juri Linkov <juri@jurta.org>
3508
3509 * progmodes/grep.el (grep-read-files): Use `completing-read'
3510 instead of `read-string'. Set its `collection' arg to
3511 `read-file-name-internal'. (Bug#4301)
3512
3513 2009-12-07 Juri Linkov <juri@jurta.org>
3514
3515 Correctly restore original Isearch point. (Bug#4994)
3516
3517 * isearch.el (isearch-mode): Move `isearch-push-state' after
3518 `(run-hooks 'isearch-mode-hook)'.
3519 (isearch-cancel): When `isearch-push-state-function' is defined,
3520 let-bind `isearch-cmds' to the first state (the last element of
3521 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
3522 function and restores the original point). Otherwise, move point
3523 to `isearch-opoint'.
3524
3525 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3526
3527 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
3528 chars that don't have names, so the table can be built much faster at
3529 run-time.
3530
3531 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
3532
3533 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
3534 change. Suggested by David Kastrup.
3535
3536 * simple.el (compose-mail): Check for incompatibilities and warn.
3537 (compose-mail-user-agent-warnings): New option.
3538
3539 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3540
3541 Support showing a single log entry from vc-annotate.
3542 * vc.el (print-log): Add a new argument: START-REVISION.
3543 (vc-print-log-internal): Add a new optional argument and
3544 pass it to the backend.
3545 (vc-print-log, vc-print-root-log): Adjust callers.
3546 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
3547 buffer already displays the requested log entry, use it.
3548 Otherwise display only the log entry in question.
3549 * vc-svn.el (vc-svn-print-log):
3550 * vc-mtn.el (vc-mtn-print-log):
3551 * vc-hg.el (vc-hg-state):
3552 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
3553 (vc-git-show-log-entry): Return t on success.
3554 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
3555 (vc-bzr-show-log-entry): Return t on success.
3556 * vc-rcs.el (vc-rcs-print-log):
3557 * vc-sccs.el (vc-sccs-print-log):
3558 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
3559
3560 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3561
3562 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
3563 Add menus to the meta mode. (Bug#5043)
3564
3565 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
3566
3567 * ediff-init.el (ediff-event-key): Use event-to-character instead of
3568 event-key.
3569
3570 * ediff.el (ediff-buffers-internal): Add unwind-protect.
3571
3572 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
3573
3574 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
3575 Berbain <raphael.berbain@gmail.com>.
3576
3577 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
3578 characters.
3579 (tramp-initial-end-of-output): New defconst.
3580 (tramp-methods, tramp-find-shell)
3581 (tramp-open-connection-setup-interactive-shell)
3582 (tramp-maybe-open-connection): Use it.
3583 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
3584 existence of `#' and `$'.
3585
3586 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
3587 `tramp-initial-end-of-output'.
3588
3589 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
3590
3591 Get the background mode from the terminal for xterm, and set
3592 faces accordingly.
3593 * term/xterm.el (xterm-set-background-mode): New function.
3594 (terminal-init-xterm): Use it in case xterm supports background
3595 color queries. Recompute faces after getting the background
3596 color.
3597
3598 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
3599
3600 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
3601 number comment back on its own line, for easier parsing.
3602
3603 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3604
3605 Make it work for non-file buffers (bug#5102).
3606 * doc-view.el (doc-view-current-cache-dir):
3607 Use doc-view-buffer-file-name rather than buffer-file-name.
3608 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
3609
3610 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
3611
3612 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
3613 author field is too short.
3614
3615 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
3616
3617 * vc-git.el (vc-git-print-log): Handle a limit argument.
3618 Display the short log in graph form and with labels.
3619 (vc-git-log-view-mode): Handle labels.
3620
3621 Make vc-revert change VC state from 'added to 'unregistered.
3622 * vc-git.el (vc-git-revert): Call git reset first.
3623
3624 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3625
3626 * net/newst-backend.el, net/newst-plainview.el:
3627 * net/newst-reader.el, net/newst-ticker.el:
3628 * net/newst-treeview.el, net/newsticker.el:
3629 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
3630
3631 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3632
3633 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
3634
3635 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
3636 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
3637 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3638 Update annotation regexp.
3639
3640 * simple.el (beginning-of-visual-line): Constrain to field
3641 boundaries (Bug#5106).
3642
3643 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
3644
3645 * xml.el (xml-substitute-numeric-entities): Move
3646 newsticker--decode-numeric-entities in newst-backend.el to
3647 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3648 * net/newst-backend.el (newsticker--parse-generic-feed)
3649 (newsticker--parse-generic-items)
3650 (newsticker--decode-numeric-entities): Move
3651 newsticker--decode-numeric-entities in newst-backend.el to
3652 xml-substitute-numeric-entities in xml.el. (Bug#5008)
3653
3654 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
3655
3656 * progmodes/js.el (js--js-not): Add null to the list of values.
3657
3658 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
3659
3660 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
3661
3662 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3663
3664 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
3665 delimiter if it is at the end of the current line.
3666 (bibtex-generate-url-list): Fix docstring.
3667
3668 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3669
3670 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
3671 minibuffer's content with itself.
3672 Fold the confirm-after-completion case into the `confirm' case.
3673 (completion-pcm-word-delimiters): Add : and / to the delimiters.
3674
3675 2009-12-06 Kevin Ryde <user42@zip.com.au>
3676
3677 * ffap.el (ffap-rfc-path): Make this a defcustom since
3678 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
3679
3680 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
3681 manuals, similar to existing setup for help-mode. (Bug#3913.)
3682
3683 2009-12-05 Juri Linkov <juri@jurta.org>
3684
3685 Save and restore dired buffer's point positions too. (Bug#4880)
3686
3687 * dired.el (dired-save-positions): Return in the first element
3688 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
3689 Doc fix.
3690 (dired-restore-positions): First restore buffer's position.
3691 While restoring window's positions, check if window still displays
3692 the original buffer.
3693
3694 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
3695
3696 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
3697 if possible.
3698
3699 * shell.el (shell): Require ansi-color (Bug#5113).
3700
3701 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
3702
3703 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
3704
3705 2009-12-05 Alan Mackenzie <acm@muc.de>
3706
3707 * progmodes/cc-mode.el (c-before-hack-hook)
3708 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
3709 `c-file-style' to work again. This reversion restores the current
3710 software to its state in Emacs 23.1. (Bug#4146)
3711
3712 2009-12-05 Kevin Ryde <user42@zip.com.au>
3713
3714 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
3715 comment-start-skip to comment-end-skip as comment (Bug#4781).
3716
3717 2009-12-05 Juri Linkov <juri@jurta.org>
3718
3719 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
3720 for virtual nodes. (Bug#4147)
3721 (Info-find-node-2): Set `Info-current-node-virtual' to nil
3722 when moving from a virtual node.
3723 (Info-mode-menu): Add `Info-virtual-index' to the menu.
3724 (Info-mode): Add `Info-virtual-index' to the docstring.
3725
3726 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3727
3728 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
3729 track of the buffer position of the end of a BibTeX entry as this
3730 position may change during reformatting.
3731 (bibtex-format-entry): Remove whitespace before processing
3732 numerical fields so that we recognize the latter properly.
3733 (bibtex-reformat): Do not use push which changes the global value
3734 of bibtex-entry-format.
3735 (bibtex-field-braces-alist, bibtex-field-strings-alist)
3736 (bibtex-field-re-init): Replace only space characters by regexp
3737 for whitespace.
3738 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
3739 (bibtex-initialize): Also update bibtex-strings.
3740 (bibtex-kill-field): Preserve white space at end of entry.
3741 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
3742 Update bibtex-reference-keys.
3743
3744 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3745
3746 * minibuffer.el (completion-pcm--merge-try): Also consider placing
3747 point after a star, if that's the only place where modifications can
3748 make progress.
3749
3750 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
3751
3752 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3753 in docstrings.
3754
3755 2009-12-04 Juri Linkov <juri@jurta.org>
3756
3757 * proced.el (proced): Call `(proced-update t)' to update process
3758 information instead of only running proced-post-display-hook.
3759 (proced-send-signal): Add a leading space to the buffer name
3760 " *Marked Processes*" to make this buffer ephemeral.
3761
3762 2009-12-04 Juri Linkov <juri@jurta.org>
3763
3764 * dired.el (dired-auto-revert-buffer): New defcustom.
3765 (dired-internal-noselect): Use it.
3766
3767 2009-12-04 Juri Linkov <juri@jurta.org>
3768
3769 Change roles of modes and functions in image-mode.el (Bug#5062).
3770
3771 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3772 in `auto-mode-alist'.
3773 (image-mode-previous-major-mode): New variable.
3774 (image-minor-mode-map): Rename from `image-mode-text-map'.
3775 (image-mode): Move graceful error-handling code from
3776 `image-minor-mode' to here. On errors call `image-mode-as-text'.
3777 (image-minor-mode): Remove all image-handling code.
3778 Replace `image-mode-text-map' with `image-minor-mode-map'.
3779 Check for `image-type' in mode-line format string.
3780 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3781 (image-mode-as-text): New function with most code from
3782 `image-mode-maybe'.
3783 (image-toggle-display-text): Move code that removes image
3784 properties from `image-toggle-display' to here.
3785 (image-toggle-display-image): New function with code that adds
3786 image properties copied from `image-toggle-display'.
3787 (image-toggle-display): Remove most code with leaving only code
3788 that toggles between `image-mode-as-text' and `image-mode'.
3789
3790 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
3791
3792 * net/newst-treeview.el
3793 (newsticker--treeview-list-highlight-start): Restored call to
3794 save-excursion: Selected item was stuck.
3795 (newsticker--treeview-list-select): New.
3796 (newsticker--treeview-item-show-text)
3797 (newsticker--treeview-item-show)
3798 (newsticker--treeview-item-update): Use new
3799 newsticker-treeview-item-mode.
3800 (newsticker-treeview-update): Keep current item.
3801 (newsticker-treeview-next-new-or-immortal-item): Doc change.
3802 (newsticker--treeview-first-feed): Doc change.
3803 (newsticker-treeview-list-menu)
3804 (newsticker-treeview-item-menu): Added menu entries.
3805 (newsticker-treeview-item-mode): New.
3806
3807 * net/newst-backend.el (newsticker-customize): Delete other
3808 windows.
3809
3810 2009-12-04 Sam Steingold <sds@gnu.org>
3811
3812 * log-view.el (log-view-mode-map): "q" calls quit-window,
3813 like in all the other non-self-insert buffers.
3814
3815 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3816
3817 Minor cleanup.
3818 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3819 key decoding rather than do it manually via last-input-event +
3820 ascii-character.
3821 (term-exec): Use delete-and-extract-region.
3822 (term-handle-ansi-terminal-messages): Remove unused var `end'.
3823 (term-process-pager): Remove unused var `i'.
3824 (term-dynamic-simple-complete): Make obsolete.
3825 (serial-update-config-menu): Remove unused vars `y' and `str'.
3826 (term-update-mode-line): Remove unused var `temp'.
3827
3828 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3829
3830 Limit the number of log entries displayed by default.
3831 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3832 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3833 using a prefix argument.
3834
3835 2009-12-03 Glenn Morris <rgm@gnu.org>
3836
3837 * progmodes/idlwave.el (class): Restore still useful declaration.
3838
3839 2009-12-03 Alan Mackenzie <acm@muc.de>
3840
3841 Enhance `c-parse-state' to run efficiently in "brace deserts".
3842
3843 * progmodes/cc-mode.el (c-basic-common-init):
3844 Call c-state-cache-init.
3845 (c-neutralize-syntax-in-and-mark-CPP): Rename from
3846 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
3847 placing `category' properties value 'c-cpp-delimiter at its boundaries.
3848
3849 * progmodes/cc-langs.el (c-before-font-lock-function):
3850 c-extend-and-neutralize-syntax-in-CPP has been renamed
3851 c-neutralize-syntax-in-and-mark-CPP.
3852
3853 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3854 with `category' properties now, not `syntax-table' ones.
3855
3856 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3857 enhanced (but slower) version of c-end-of-macro that won't land
3858 inside a literal or on another awkward character.
3859 (c-state-cache-too-far, c-state-cache-start)
3860 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3861 (c-state-nonlit-pos-cache-limit, c-state-point-min)
3862 (c-state-point-min-lit-type, c-state-point-min-lit-start)
3863 (c-state-min-scan-pos, c-state-brace-pair-desert)
3864 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3865 buffer local variables.
3866 (c-state-literal-at, c-state-lit-beg)
3867 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3868 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3869 (c-state-cache-top-paren, c-state-cache-after-top-paren)
3870 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3871 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3872 (c-renarrow-state-cache)
3873 (c-append-lower-brace-pair-to-state-cache)
3874 (c-state-push-any-brace-pair, c-append-to-state-cache)
3875 (c-remove-stale-state-cache)
3876 (c-remove-stale-state-cache-backwards, c-state-cache-init)
3877 (c-invalidate-state-cache-1, c-parse-state-1)
3878 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3879 (c-parse-state): Enhance and refactor.
3880 (c-debug-parse-state): Amend to deal with all the new variables.
3881
3882 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3883 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3884 modify to use category text properties rather than syntax-table ones.
3885 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3886 to switch off/on the syntactic paren property of C++ template
3887 delimiters using the category property.
3888 (c-with-<->-as-parens-suppressed): Macro to invoke code with
3889 template delims suppressed.
3890 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3891 New constant/macros which apply category properties to the start
3892 and end of preprocessor constructs.
3893 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3894 "comment out" the syntactic value of characters in preprocessor
3895 constructs.
3896 (c-with-cpps-commented-out)
3897 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3898 with characters in all or all but one preprocessor constructs
3899 "commented out".
3900
3901 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3902
3903 * proced.el (proced-filter-alist): Use regexp-quote.
3904
3905 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
3906
3907 Cleanup.
3908 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3909 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
3910 arguments. Expand `default-directory'.
3911
3912 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3913 the benefit of returning an expanded localname.
3914 (tramp-tramp-file-p): Handle the case NAME is not a string.
3915
3916 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3917
3918 Add support for bzr shelve/unshelve.
3919 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3920 (vc-bzr-extra-menu-map): New variables.
3921 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3922 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3923 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3924 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3925 (vc-bzr-dir-extra-headers): Display shelves.
3926
3927 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3928
3929 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3930
3931 * textmodes/bibtex.el (bibtex-complete-internal):
3932 Use completion-in-region.
3933 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3934
3935 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3936
3937 Support applying stashes. Improve UI.
3938 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3939 (vc-git-stash-apply, vc-git-stash-pop)
3940 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3941 (vc-git-stash-menu): New functions.
3942 (vc-git-stash-menu-map): New variable.
3943 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3944
3945 2009-12-03 Glenn Morris <rgm@gnu.org>
3946
3947 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3948 (vc-print-log-internal): Fix previous change.
3949 (vc-revert): Correct pluralization.
3950
3951 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3952
3953 * progmodes/make-mode.el (makefile-special-targets-list): No need for
3954 it to be an alist any more.
3955 (makefile-complete): Use completion-in-region.
3956
3957 * progmodes/octave-mod.el (octave-complete-symbol):
3958 Use completion-in-region.
3959
3960 Misc cleanup.
3961 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3962 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3963 (idlwave-complete-class): Don't quote lambda.
3964 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3965 (idlwave-mode-map): Move initialization into declaration.
3966 (idlwave-action-and-binding): Use backquotes.
3967 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3968 Simplify.
3969 (idlwave-is-pointer-dereference): Remove unused var `pos'.
3970 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3971 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3972 `parts', and `all-parts'.
3973 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3974 (idlwave-convert-xml-system-routine-info): Remove unused string
3975 `version-string'.
3976 (idlwave-display-user-catalog-widget): Use dolist.
3977 (idlwave-scanning-lib): Declare dynamically-scoped var.
3978 (idlwave-scan-library-catalogs): Remove unused var `flags'.
3979 (completion-highlight-first-word-only): Declare to silence bytecomp.
3980 (idlwave-popup-select): Tighten scope of `resp'.
3981 (idlwave-find-struct-tag): Remove unused var `beg'.
3982 (idlwave-after-load-rinfo-hook): Declare.
3983 (idlwave-sintern-class-info): Remove unused var `taglist'.
3984 (idlwave-find-class-definition): Remove unused var `list'.
3985 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3986 (idlwave-what-module-find-class): Remove unused var `classes'.
3987
3988 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
3989
3990 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3991
3992 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3993
3994 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3995 buffers visited. Remove redundant current-buffer-saving.
3996
3997 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3998
3999 Use completion-in-buffer and remove uses of dynamic scoping.
4000 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4001 (pascal-buffer-to-use, pascal-flag): Don't declare.
4002 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4003 (pascal-get-completion-decl, pascal-keyword-completion):
4004 Add `pascal-str' argument, save-excursion,
4005 return the found completions, and don't filter with pascal-pred.
4006 (pascal-completion-cache): New var.
4007 (pascal-completion): Don't switch buffer any more (it was never
4008 necessary). Don't save-excursion any more (it's done by the called
4009 subroutines). Use a cache to avoid redundant computations.
4010 Use complete-with-action rather than pascal-completion-response and
4011 let it apply the predicate as well.
4012 (pascal-complete-word): Use completion-in-buffer when
4013 pascal-toggle-completions is nil.
4014 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4015 not used any more.
4016 (pascal-comp-defun): Don't change buffer any more.
4017 Use complete-with-action rather than pascal-completion-response and
4018 let it apply the predicate as well.
4019 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4020 when neded.
4021
4022 2009-12-02 Kenichi Handa <handa@m17n.org>
4023
4024 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4025 shape for all Indic scripts.
4026
4027 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4028
4029 Use completion-in-buffer.
4030 * wid-edit.el (widget-field-text-end): New function.
4031 (widget-field-value-get): Use it.
4032 (widget-string-complete, widget-file-complete)
4033 (widget-color-complete): Use it and completion-in-region.
4034 (widget-complete): Don't narrow the buffer.
4035
4036 2009-12-02 Glenn Morris <rgm@gnu.org>
4037
4038 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
4039 (rmail-select-summary): Use rmail-pop-to-buffer.
4040 * mail/rmailsum.el: Replace all pop-to-buffer calls with
4041 rmail-pop-to-buffer, to prevent horizontal splits.
4042
4043 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4044 save-excursion with save-current-buffer.
4045 Widen before searching. (Bug#5093)
4046 (diary-list-sexp-entries): Remove superfluous save-excursion.
4047
4048 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
4049
4050 * woman.el (woman-make-bufname): Handle man-pages with "." in the
4051 name. (Bug#5038)
4052
4053 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
4054
4055 * ido.el (ido-file-internal): Handle filenames at point that do
4056 not have a directory part. (Bug#5049)
4057
4058 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
4059
4060 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4061 (mpc-songs-jump-to, mpc-resume): Doc fixes.
4062
4063 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
4064
4065 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4066 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4067 any more.
4068
4069 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4070
4071 * comint.el (comint-insert-input): Ignore clicks to the right of
4072 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4073
4074 * vc.el (vc-print-log-internal): Don't wait for the process to
4075 terminate before setting up the major mode.
4076
4077 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4078 in case.
4079
4080 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4081 the last element.
4082
4083 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4084
4085 2009-12-01 Glenn Morris <rgm@gnu.org>
4086
4087 * window.el (window--display-buffer-2): Fix previous changes.
4088
4089 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
4090
4091 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4092
4093 2009-12-01 Glenn Morris <rgm@gnu.org>
4094
4095 * Makefile.in (ELCFILES): Add mpc.elc.
4096
4097 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4098
4099 * mpc.el: New file.
4100
4101 2009-12-01 Glenn Morris <rgm@gnu.org>
4102
4103 * window.el (window-to-use): Define for compiler.
4104
4105 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4106 consistent with others (no final period).
4107
4108 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4109 (rmail-mime-show): Downcase the encoding. (Bug#5070)
4110
4111 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
4112
4113 Make vc-print-log buttons work.
4114 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4115
4116 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
4117
4118 * savehist.el (savehist-autosave-interval): Allow setting to nil
4119 through customize. (Bug#5056)
4120
4121 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
4122
4123 Fix references to jit-lock properties.
4124 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4125 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4126 (perl-font-lock-special-syntactic-constructs):
4127 Quote jit-lock-defer-multiline property.
4128
4129 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
4130
4131 * vc-git.el (vc-git-registered): Call vc-git-root only once.
4132
4133 2009-11-30 Juri Linkov <juri@jurta.org>
4134
4135 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4136 value `buffer' of `multi-isearch-next-buffer-current-function'.
4137 Use `(current-buffer)' when `buffer' is nil.
4138 (multi-isearch-next-buffer-from-list): Don't fallback to
4139 `(current-buffer)' when `buffer' is nil. (Bug#4947)
4140
4141 2009-11-30 Juri Linkov <juri@jurta.org>
4142
4143 * misearch.el (multi-isearch-read-buffers): Move canonicalization
4144 of buffers with `get-buffer' to `multi-isearch-buffers'.
4145 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4146 Canonicalize BUFFERS with `get-buffer'. Doc fix.
4147 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4148 FILES with `expand-file-name' converting relative file names
4149 to absolute. Doc fix. (Bug#4727)
4150
4151 2009-11-30 Juri Linkov <juri@jurta.org>
4152
4153 * misearch.el (multi-isearch-read-buffers)
4154 (multi-isearch-read-matching-buffers): New functions.
4155 (multi-isearch-buffers, multi-isearch-buffers-regexp):
4156 Use them in the `interactive' spec. Doc fix.
4157 (multi-isearch-read-files, multi-isearch-read-matching-files):
4158 New functions.
4159 (multi-isearch-files, multi-isearch-files-regexp):
4160 Use them in the `interactive' spec. Doc fix. (Bug#4725)
4161
4162 2009-11-30 Juri Linkov <juri@jurta.org>
4163
4164 * doc-view.el (doc-view-continuous):
4165 Rename from `doc-view-continuous-mode'.
4166 (doc-view-menu): Move "Toggle display" to the top.
4167 Add submenu "Continuous" with radio buttons "Off"/"On"
4168 and "Save as Default".
4169 (doc-view-scroll-up-or-next-page)
4170 (doc-view-scroll-down-or-previous-page)
4171 (doc-view-next-line-or-next-page)
4172 (doc-view-previous-line-or-previous-page): Rename
4173 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
4174
4175 2009-11-30 Juri Linkov <juri@jurta.org>
4176
4177 * comint.el (comint-mode-map): Rebind `M-r' from
4178 `comint-previous-matching-input' to
4179 `comint-history-isearch-backward-regexp'.
4180 Unbind `M-s' to allow global key binding `M-s'.
4181 Add menu items for `comint-history-isearch-backward' and
4182 `comint-history-isearch-backward-regexp'. (Bug#3746)
4183
4184 2009-11-30 Juri Linkov <juri@jurta.org>
4185
4186 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4187 For def=recenter, replace `recenter' with `recenter-top-bottom'
4188 that is called with `this-command' and `last-command' let-bound
4189 to `recenter-top-bottom'. When the last `def' was not `recenter',
4190 set `recenter-last-op' to nil. (Bug#4981)
4191
4192 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4193
4194 Minor cleanup and simplification.
4195 * filecache.el (file-cache-add-directory)
4196 (file-cache-add-directory-recursively)
4197 (file-cache-add-from-file-cache-buffer)
4198 (file-cache-delete-file-regexp, file-cache-delete-directory)
4199 (file-cache-files-matching-internal, file-cache-display): Use dolist.
4200 (file-cache-temp-minibuffer-message): Delete function.
4201 (file-cache-minibuffer-complete): Use minibuffer-message instead.
4202
4203 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4204 Don't signal an error when bumping into EOB in tr, s, or y.
4205
4206 2009-11-29 Juri Linkov <juri@jurta.org>
4207
4208 * startup.el (fancy-about-text): Fix wording of Guided Tour.
4209 (Bug#4960)
4210
4211 * descr-text.el (describe-char-unidata-list): Use lowercase name
4212 for "Unicode name" like in other tags.
4213
4214 2009-11-29 Juri Linkov <juri@jurta.org>
4215
4216 * ediff-util.el (ediff-minibuffer-with-setup-hook):
4217 New compatibility macro.
4218 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4219
4220 2009-11-29 Juri Linkov <juri@jurta.org>
4221
4222 Add defcustom to define the cycling order of `recenter-top-bottom'.
4223 (Bug#4981)
4224
4225 * window.el (recenter-last-op): Doc fix.
4226 (recenter-positions): New defcustom.
4227 (recenter-top-bottom): Rewrite to use `recenter-positions'.
4228 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4229
4230 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
4231
4232 Improve integration of Tramp and ange-ftp in eshell.
4233
4234 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
4235 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
4236 (eshell/sudo): Flatten args. Let-bind `default-directory'.
4237
4238 * eshell/esh-util.el (top): Require also Tramp when compiling.
4239 (eshell-directory-files-and-attributes): Check for FTP remote
4240 connection.
4241 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4242 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4243 (eshell-file-attributes): Handle ".". Return `entry'.
4244
4245 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4246 (ange-ftp-directory-files-and-attributes)
4247 (ange-ftp-real-directory-files-and-attributes): New defuns.
4248
4249 * net/tramp.el (tramp-maybe-open-connection): Open the remote
4250 shell with "exec" when possible. This prevents trailing prompts
4251 in `start-file-process'.
4252
4253 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4254
4255 Try and remove assumptions about point-min==1.
4256 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4257 (rng-compute-mode-line-string): Show the validation percentage in
4258 terms of the narrowed text, not the widened text.
4259 (rng-do-some-validation): Don't catch internal errors when debugging.
4260 (rng-first-error): Simplify.
4261 (rng-after-change-function): Remove work around. AFAIK the bug has
4262 been fixed a while ago.
4263
4264 * image-mode.el (image-minor-mode): Exit more gracefully when the image
4265 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4266
4267 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4268
4269 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4270 `cd' doesn't always do it for us (bug#5067).
4271
4272 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4273 on 2009-10-25 as part of some other change (bug#5067).
4274
4275 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4276
4277 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4278 `suspicious'.
4279 (byte-compile-warnings): Use byte-compile-warning-types.
4280 (byte-compile-save-excursion): Warn about use of set-buffer right
4281 after save-excursion.
4282
4283 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4284 the excursion as well.
4285
4286 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
4287
4288 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4289 providing a Tramp related implementation of "su" and "sudo".
4290 (eshell-unix-initialize): Add "su" and "sudo".
4291
4292 2009-11-27 Daiki Ueno <ueno@unixuser.org>
4293
4294 * net/socks.el (socks-send-command): Convert binary request to
4295 unibyte before sending. This fixes mishandling of some port
4296 numbers such as 129.
4297
4298 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4299
4300 * help.el (describe-bindings-internal): Remove `interactive'.
4301
4302 * man.el (Man-completion-table): Trim a terminating "(".
4303 Remove the space between name page a section.
4304 Add the command's description on the `help-echo' property.
4305 Remove `process-connection-type' binding since it's unused by
4306 call-process.
4307 Provide completion for the "<section> <name>" format as well.
4308 (Man-default-man-entry): Remove spurious var shadowing the argument.
4309
4310 2009-11-26 Kevin Ryde <user42@zip.com.au>
4311
4312 * log-view.el: Add "Keywords: tools", since its other keywords
4313 aren't in finder-known-keywords, and following vc.el.
4314
4315 * sha1.el (sha1-string-external): default-directory "/" in case
4316 otherwise non-existent. process-connection-type pipe for touch of
4317 efficiency recommended by elisp manual. (An aside in Bug#3911.)
4318
4319 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4320
4321 Misc coding convention cleanups.
4322 * htmlfontify.el (hfy-init-kludge-hook): Rename from
4323 hfy-init-kludge-hooks.
4324 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
4325 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
4326 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
4327 and push.
4328 (hfy-slant, hfy-weight): Use tables rather than code.
4329 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
4330 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
4331 (hfy-face-attr-for-class): Initialize `face-spec' directly.
4332 (hfy-face-to-css): Remove `nconc' with single arg.
4333 (hfy-p-to-face-lennart): Use `or'.
4334 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
4335 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
4336 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
4337 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
4338 (hfy-force-fontification): Use run-hooks.
4339
4340 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
4341
4342 Various minor fixes.
4343 * htmlfontify.el (hfy-default-header): Add toggle_invis since
4344 Javascript belongs in the header, not the body.
4345 (hfy-javascript): Remove.
4346 (hfy-fontify-buffer): Don't insert it any more.
4347 (hfy-face-at): Handle (face0 face1 face2) style face properties.
4348 Fix bug in invis handling when there were no invis props in a chunk.
4349
4350 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4351
4352 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
4353
4354 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
4355
4356 * finder.el (finder-mode-map): Add a menu.
4357
4358 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
4359
4360 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
4361 "unsigned" structs.
4362
4363 (verilog-leap-to-head, verilog-backward-token): Handle "disable
4364 fork" statement better.
4365
4366 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
4367
4368 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
4369 (verilog-delete-auto, verilog-delete-empty-auto-pair)
4370 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
4371 Reported by Clay Douglass.
4372
4373 (verilog-auto-inst, verilog-auto-star-safe)
4374 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
4375 Fix removing "// Interfaces" when saving .* expansions. Reported by
4376 Pierre-David Pfister.
4377
4378 2009-11-26 Glenn Morris <rgm@gnu.org>
4379
4380 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
4381 the scope.
4382
4383 2009-11-25 Johan Bockgård <bojohan@gnu.org>
4384
4385 * vc-annotate.el (vc-annotate-revision-previous-to-line):
4386 Really use previous revision.
4387
4388 2009-11-25 Kevin Ryde <user42@zip.com.au>
4389
4390 * man.el (Man-completion-table): default-directory "/" in case
4391 doesn't otherwise exist. process-environment COLUMNS=999 so as
4392 not to truncate long names. process-connection-type pipe to avoid
4393 any chance of hitting the pseudo-tty TIOCGWINSZ.
4394 (man): completion-ignore-case t for friendliness and since man
4395 itself is case-insensitive on the command line.
4396 Further to Bug#3717.
4397
4398 * arc-mode.el: Add "Keywords: files", so the details in its
4399 commentary can be reached from finder-by-keyword.
4400 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
4401 editing mode, but it's comms related and sgml-mode.el has "comm"
4402 on that basis too.
4403 * textmodes/bibtex-style.el: Add "Keywords: tex".
4404 * international/isearch-x.el, international/ja-dic-cnv.el:
4405 * international/ja-dic-utl.el, international/kkc.el:
4406 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
4407
4408 2009-11-25 Juri Linkov <juri@jurta.org>
4409
4410 * man.el (Man-completion-table): Modify regexp to include
4411 section names to completion strings. (Bug#3717)
4412
4413 2009-11-25 Juri Linkov <juri@jurta.org>
4414
4415 Search recursively in gzipped files. (Bug#4982)
4416
4417 * progmodes/grep.el (grep-highlight-matches): Add new options
4418 `always' and `auto'. Doc fix.
4419 (grep-process-setup): Check `grep-highlight-matches' for
4420 `auto-detect' to determine the need to compute grep defaults.
4421 Move Windows/DOS specific --colors settings handling
4422 to `grep-compute-defaults'. Check `grep-highlight-matches'
4423 to get the value of "--color=".
4424 (grep-compute-defaults): Compute `grep-highlight-matches' when it
4425 has the value `auto-detect'. Move Windows/DOS specific settings
4426 from `grep-process-setup'.
4427 (zrgrep): New command with alias `rzgrep'.
4428
4429 2009-11-25 Juri Linkov <juri@jurta.org>
4430
4431 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
4432 to nil instead of switching off view-mode. (Bug#4896)
4433
4434 2009-11-25 Juri Linkov <juri@jurta.org>
4435
4436 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
4437
4438 * mwheel.el (mwheel-scroll-up-function)
4439 (mwheel-scroll-down-function): New defvars.
4440 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
4441 `scroll-up', and `mwheel-scroll-down-function' instead of
4442 `scroll-down'.
4443
4444 * doc-view.el (doc-view-scroll-up-or-next-page)
4445 (doc-view-scroll-down-or-previous-page): Add optional ARG.
4446 Use this ARG in the call to image-scroll-up/image-scroll-down.
4447 Change `interactive' spec to "P". Goto next/previous page only
4448 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
4449 SPC/DEL case). Doc fix.
4450 (doc-view-next-line-or-next-page)
4451 (doc-view-previous-line-or-previous-page): Rename arg to ARG
4452 for consistency.
4453 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
4454 `doc-view-scroll-up-or-next-page', and buffer-local
4455 `mwheel-scroll-down-function' to
4456 `doc-view-scroll-down-or-previous-page'.
4457
4458 2009-11-25 Juri Linkov <juri@jurta.org>
4459
4460 Provide additional default values (directories at other Dired
4461 windows) via M-n in the minibuffer of some Dired commands.
4462
4463 * dired-aux.el (dired-diff, dired-compare-directories)
4464 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
4465 `minibuffer-default' in `minibuffer-with-setup-hook'.
4466 (dired-dwim-target-directory): Find a window that displays Dired
4467 buffer instead of failing when the next window is not Dired.
4468 Use `get-window-with-predicate' to find for the next Dired window.
4469 (dired-dwim-target-defaults): New function.
4470
4471 * ediff-util.el (ediff-read-file-name):
4472 Use `dired-dwim-target-defaults' to set `minibuffer-default'
4473 in `minibuffer-with-setup-hook'.
4474
4475 2009-11-25 Juri Linkov <juri@jurta.org>
4476
4477 Provide additional default values (file name at point or at the
4478 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
4479
4480 * minibuffer.el (read-file-name-defaults): New function.
4481 (read-file-name): Reset `minibuffer-default' to nil when
4482 it duplicates initial input `insdef'.
4483 Bind `minibuffer-default-add-function' to lambda that
4484 calls `read-file-name-defaults' in `minibuffer-selected-window'.
4485 (minibuffer-insert-file-name-at-point): New command.
4486
4487 * files.el (file-name-at-point-functions): New defcustom.
4488 (find-file-default): Remove defvar.
4489 (find-file-read-args): Don't use `find-file-default'.
4490 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4491 to `read-file-name'.
4492 (find-file-literally): Use `read-file-name' with
4493 `confirm-nonexistent-file-or-buffer'.
4494
4495 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
4496
4497 * dired.el (dired-read-dir-and-switches):
4498 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
4499 to `read-file-name'.
4500 (dired-file-name-at-point): New function.
4501 (dired-mode): Add hook `dired-file-name-at-point' to
4502 `file-name-at-point-functions'.
4503
4504 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4505
4506 Really make the *Completions* window soft-dedicated (bug#5030).
4507 * window.el (window--display-buffer-2): Add `dedicated' argument.
4508 (display-buffer): Pass it when needed so the dedicated flag is set
4509 after calling set-window-buffer, which would otherwise reset it.
4510
4511 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4512
4513 * progmodes/meta-mode.el (meta-complete-symbol):
4514 * progmodes/etags.el (complete-tag):
4515 * mail/mailabbrev.el (mail-abbrev-complete-alias):
4516 Use completion-in-region.
4517
4518 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
4519 (dabbrev-completion): Use completion-in-region.
4520 (dabbrev--abbrev-at-point): Simplify regexp.
4521
4522 * abbrev.el (abbrev--before-point): Use word-motion functions
4523 if :regexp is not specified (bug#5031).
4524
4525 * subr.el (string-prefix-p): New function.
4526
4527 * man.el (Man-completion-cache): New var.
4528 (Man-completion-table): Use it.
4529
4530 * vc.el (vc-print-log-internal): Make `limit' optional for better
4531 compatibility (e.g. with vc-annotate.el).
4532
4533 2009-11-24 Kevin Ryde <user42@zip.com.au>
4534
4535 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
4536 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
4537
4538 * emacs-lisp/elint.el (elint-add-required-env): Better error message
4539 when .el source file not found or other error.
4540
4541 2009-11-24 Markus Triska <markus.triska@gmx.at>
4542
4543 * linum.el (linum-update-window): Ignore intangible (bug#4996).
4544
4545 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4546
4547 Handle the [back] button properly (bug#4979).
4548 * descr-text.el (describe-text-properties): Add a `buffer' argument.
4549 Use help-setup-xref, help-buffer, and with-help-window.
4550 (describe-char): Add `buffer' argument.
4551 Pass proper command to help-setup-xref. Don't meddle with
4552 help-xref-stack-item directly.
4553 (describe-text-category): Use with-help-window and help-buffer.
4554
4555 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4556 for the displayed buffer (bug#4887).
4557
4558 * man.el (Man-completion-table): New function.
4559 (man): Use it.
4560
4561 2009-11-24 David Reitter <david.reitter@gmail.com>
4562
4563 * vc-git.el (vc-git-registered): Use checkout directory (where
4564 .git is) rather than the file's directory and a relative path spec
4565 to work around a bug in git.
4566
4567 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
4568
4569 Improve handling of processes on remote hosts.
4570
4571 * eshell/esh-util.el (eshell-path-env): New defvar.
4572 (eshell-parse-colon-path): New defun.
4573 (eshell-file-attributes): Use `eshell-parse-colon-path'.
4574
4575 * eshell/esh-ext.el (eshell-search-path):
4576 Use `eshell-parse-colon-path'.
4577 (eshell-remote-command): Remove argument HANDLER.
4578 (eshell-external-command): Check for FTP remote connection.
4579
4580 * eshell/esh-proc.el (eshell-gather-process-output):
4581 Use `file-truename', in order to start also symlinked files.
4582 Apply `start-file-process' instead of `start-process'.
4583 Shorten `command' to the local file name part.
4584
4585 * eshell/em-cmpl.el (eshell-complete-commands-list):
4586 Use `eshell-parse-colon-path'.
4587
4588 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
4589
4590 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
4591 to `eshell-directory-change-hook'.
4592
4593 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
4594
4595 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
4596 because it could be enabled automatically if view-read-only is non-nil.
4597
4598 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
4599
4600 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
4601 made on 2009-11-22.
4602
4603 2009-11-24 Glenn Morris <rgm@gnu.org>
4604
4605 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
4606 deleted variable bookmark-bmenu-bookmark-column.
4607
4608 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4609
4610 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
4611
4612 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
4613
4614 * net/browse-url.el (browse-url-filename-alist): On Windows, add
4615 two slashes to the "file:" prefix.
4616 (browse-url-file-url): De-munge Cygwin filenames before passing
4617 them to Windows browser.
4618 (browse-url-default-windows-browser): Use call-process.
4619
4620 2009-11-23 Juri Linkov <juri@jurta.org>
4621
4622 Implement DocView Continuous mode. (Bug#4896)
4623 * doc-view.el (doc-view-continuous-mode): New defcustom.
4624 (doc-view-mode-map): Bind C-n/<down> to
4625 `doc-view-next-line-or-next-page', C-p/<up> to
4626 `doc-view-previous-line-or-previous-page'.
4627 (doc-view-next-line-or-next-page)
4628 (doc-view-previous-line-or-previous-page): New commands.
4629
4630 2009-11-23 Juri Linkov <juri@jurta.org>
4631
4632 Implement Isearch in comint input history. (Bug#3746)
4633 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
4634 `isearch-mode-hook'.
4635 (comint-history-isearch): New defcustom.
4636 (comint-history-isearch-backward)
4637 (comint-history-isearch-backward-regexp): New commands.
4638 (comint-history-isearch-message-overlay): New buffer-local variable.
4639 (comint-history-isearch-setup, comint-history-isearch-end)
4640 (comint-goto-input, comint-history-isearch-search)
4641 (comint-history-isearch-message, comint-history-isearch-wrap)
4642 (comint-history-isearch-push-state)
4643 (comint-history-isearch-pop-state): New functions.
4644
4645 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
4646
4647 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
4648 return.
4649 (tramp-handle-make-symbolic-link)
4650 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
4651 Quote file names.
4652 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
4653 (tramp-handle-process-file): Use it.
4654
4655 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4656
4657 * window.el (move-to-window-line-last-op): Remove.
4658 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
4659
4660 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4661
4662 Make M-r mirror the new cycling behavior of C-l.
4663 * window.el (move-to-window-line-last-op): New var.
4664 (move-to-window-line-top-bottom): New command.
4665 (global-map): Bind M-r move-to-window-line-top-bottom.
4666
4667 2009-11-23 Sven Joachim <svenjoac@gmx.de>
4668
4669 * dired-x.el (dired-guess-shell-alist-default):
4670 Support xz format. (Bug#4953)
4671
4672 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4673
4674 * emulation/viper-cmd.el: Use viper-last-command-char instead of
4675 last-command-char/last-command-event.
4676 (viper-prefix-arg-value): Do correct conversion of event-char for
4677 XEmacs.
4678
4679 * emulation/viper-util.el, emulation/viper.el:
4680 Use viper-last-command-char instead of
4681 last-command-char/last-command-event.
4682
4683 * ediff-init.el, ediff-mult.el, ediff-util.el:
4684 Replace last-command-char and last-command-event
4685 with (ediff-last-command-char) everywhere.
4686
4687 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
4688 created in fundamental mode.
4689
4690 * ediff.el (ediff-version): Revert the change of interactive-p to
4691 called-interactively-p.
4692
4693 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
4694
4695 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4696 generation from word-movement command names.
4697
4698 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4699
4700 * cus-start.el (all): Add native condition for font-use-system-font.
4701
4702 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
4703
4704 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4705 Correct the patch from 2009-11-18. (Bug#3910)
4706
4707 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
4708
4709 * progmodes/subword.el: Rename from lisp/subword.el.
4710
4711 * subword.el: Rename to progmodes/subword.el.
4712
4713 * Makefile.in (ELCFILES): Adapt to subword.el move.
4714
4715 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4716 Stefan Monnier <monnier@iro.umontreal.ca>
4717
4718 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4719 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4720 (bookmark-bmenu-show-filenames): Use push.
4721 (bookmark-bmenu-hide-filenames): Use local var instead of
4722 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
4723 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4724 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4725 filenames now that the bookmark names are always available.
4726
4727 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4728
4729 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4730 (bookmark-search-pattern): Move and leave unbound.
4731 (bookmark-bmenu-mode-map): Change binding.
4732 (bookmark-read-search-input): Simplify.
4733 Don't use text-char-description. Don't error on non-char events.
4734 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4735 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4736 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4737 Use a local var for the timer.
4738 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4739 (i.e. bookmark-bmenu-search).
4740
4741 2009-11-21 Glenn Morris <rgm@gnu.org>
4742
4743 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
4744
4745 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
4746
4747 * net/browse-url.el (browse-url-default-windows-browser):
4748 Use cygstart for cygwin.
4749
4750 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
4751
4752 * bookmark.el: Formatting and doc fixes only:
4753 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4754 (bookmark-bmenu-search): Wrap to fit within 80 columns.
4755 Minor grammar and punctuation fixes in doc string.
4756 (bookmark-read-search-input): Adjust to fit within 80 columns.
4757
4758 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4759
4760 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4761 (c-backward-into-nomenclature): Adapt to subword renaming.
4762
4763 * subword.el (subword-forward, subword-backward, subword-mark)
4764 (subword-kill, subword-backward-kill, subword-transpose)
4765 (subword-downcase, subword-upcase, subword-capitalize)
4766 (subword-forward-internal, subword-backward-internal):
4767 Rename from forward-subword, backward-subword, mark-subword,
4768 kill-subword, backward-kill-subword, transpose-subwords,
4769 downcase-subword, upcase-subword, capitalize-subword,
4770 forward-subword-internal, backward-subword-internal.
4771
4772 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4773
4774 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4775 New options.
4776 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4777 New vars.
4778 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4779 (bookmark-bmenu-filter-alist-by-regexp)
4780 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4781 (bookmark-bmenu-search): New command.
4782 (bookmark-bmenu-mode-map): Bind it.
4783
4784 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4785
4786 * progmodes/cc-cmds.el: declare-functioned forward-subword and
4787 backward-subword to quit the byte-compiler.
4788
4789 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4790
4791 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4792
4793 * progmodes/cc-cmds.el (c-update-modeline)
4794 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4795 Refer to subword.el functions instead of cc-subword.el.
4796
4797 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4798 subword.el functions instead of cc-subword.el.
4799
4800 * progmodes/cc-subword.el: Rename to subword.el.
4801 * subword.el: Rename from progmodes/cc-subword.el.
4802 (subword-mode-map): Rename from c-subword-mode-map.
4803 (subword-mode): Rename from c-subword-mode.
4804 (global-subword-mode): New global minor mode.
4805 (forward-subword): Rename from c-forward-subword.
4806 (backward-subword): Rename from c-backward-subword.
4807 (mark-subword): Rename from c-mark-subword.
4808 (kill-subword): Rename from c-kill-subword.
4809 (backward-kill-subword): Rename from c-backward-kill-subword.
4810 (transpose-subwords): Rename from c-tranpose-subword.
4811 (downcase-subword): Rename from c-downcase-subword.
4812 (capitalize-subword): Rename from c-capitalize-subword.
4813 (forward-subword-internal): Rename from c-forward-subword-internal.
4814 (backward-subword-internal): Rename from c-backward-subword-internal.
4815
4816 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4817
4818 * vc.el (vc-deduce-fileset): Allow non-state changing operations
4819 from a dired buffer.
4820 (vc-dired-deduce-fileset): New function.
4821 (vc-root-diff, vc-print-root-log): Use it.
4822
4823 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4824 nil LIMIT argument to vc-print-log-internal.
4825
4826 2009-11-20 Glenn Morris <rgm@gnu.org>
4827
4828 * Makefile.in (ELCFILES): Regenerate.
4829
4830 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
4831
4832 * calc/calc.el (calc-set-mode-line):
4833 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4834 (math-format-number): Rename `math-format-complement-signed' to
4835 `math-format-twos-complement'.
4836
4837 * calc/calc-bin.el (math-format-twos-complement): Rename from
4838 math-format-complement-signed.
4839 (calc-radix): Rename `calc-complement-signed-mode' to
4840 `calc-twos-complement-mode'.
4841 (calc-octal-radix, calc-hex-radix): Add an argument for
4842 two's complement.
4843
4844 * calc/calc-embed.el (calc-embedded-mode-vars):
4845 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4846
4847 * calc/calc-ext.el (calc-init-extensions):
4848 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4849 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4850
4851 * calc/calc-units.el (math-build-units-table-buffer):
4852 Let `calc-twos-complement-mode' be nil.
4853
4854 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4855 entries.
4856
4857 * calc/calc-vec.el (calcFunc-vunpack):
4858 * calc/calc-aent.el (calc-do-calc-eval):
4859 * calc/calc-forms.el (math-format-date):
4860 * calc/calc-graph.el (calc-graph-plot):
4861 * calc/calc-math.el (math-use-emacs-fn):
4862 * calc/calccomp.el (math-compose-expr):
4863 Let `calc-twos-complement-mode' be nil.
4864
4865 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4866
4867 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4868 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
4869 * minibuffer.el (completion-in-region-functions): New hook.
4870 (completion-in-region): New function.
4871 * emacs-lisp/lisp.el (lisp-complete-symbol):
4872 * pcomplete.el (pcomplete-std-complete): Use it.
4873
4874 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4875
4876 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4877 (latex-complete-alist): New vars.
4878 (latex-string-prefix-p, latex-complete-bibtex-keys)
4879 (latex-complete-envnames, latex-complete-refkeys)
4880 (latex-complete-data): New functions.
4881 (latex-complete, latex-indent-or-complete): New commands.
4882
4883 * window.el (display-buffer-mark-dedicated): New var.
4884 (display-buffer): Obey it.
4885 * minibuffer.el (minibuffer-completion-help): Use it.
4886
4887 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4888
4889 * filecache.el (file-cache-add-file): Use push and cons.
4890 (file-cache-delete-file-regexp): Use push.
4891 (file-cache-complete): Use completion-in-region.
4892
4893 * simple.el (with-wrapper-hook): Fix thinko.
4894
4895 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4896 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4897 Use with-current-buffer and string-to-number.
4898 (hfy-fallback-colour-values): Use assoc-string.
4899 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4900 (hfy-face-at): Remove unused var `found-face'.
4901 (hfy-compile-stylesheet): Remove unused var `css'.
4902 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4903 and `orig-buffer'.
4904 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4905 Use with-current-buffer.
4906 (hfy-text-p): Use expand-file-name and fewer setq.
4907
4908 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
4909
4910 * htmlfontify.el, hfy-cmap.el: New files.
4911
4912 2009-11-19 Juri Linkov <juri@jurta.org>
4913
4914 * minibuffer.el (completions-format): New defcustom.
4915 (completion--insert-strings): Implement vertical format.
4916
4917 * simple.el (switch-to-completions): Move point to the first
4918 completion when point was at the beginning of the buffer.
4919
4920 2009-11-19 Juri Linkov <juri@jurta.org>
4921
4922 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
4923
4924 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4925
4926 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
4927
4928 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4929 (mail-signature): Change default to t.
4930 (mail-from-style): Deprecate `system-default' value.
4931 (mail-insert-from-field): For default value of mail-from-style,
4932 default to `angles' unless `angles' needs quoting and `parens'
4933 does not.
4934 (mail-citation-prefix-regexp): Use citation regexp from
4935 message-mode.
4936
4937 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
4938
4939 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4940 Set variables for computing the prompt for reading password.
4941
4942 2009-11-19 Glenn Morris <rgm@gnu.org>
4943
4944 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
4945
4946 * textmodes/flyspell.el (sgml-lexical-context): Declare.
4947
4948 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4949 (newsticker-treeview-listwindow-height): Fix custom type.
4950
4951 2009-11-19 Kenichi Handa <handa@m17n.org>
4952
4953 * descr-text.el (describe-char-padded-string): Compose with TAB
4954 only if there's a font for CH.
4955 (describe-char): Fix the condition for detecting a trivial composition.
4956
4957 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
4958
4959 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
4960 more accurate version of the regexp. (Bug#3910)
4961
4962 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4963
4964 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4965
4966 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
4967
4968 * font-setting.el (font-use-system-font): Declare for byte-compiler.
4969 (font-setting-change-default-font): Fix typo in docstring.
4970
4971 2009-11-18 Alan Mackenzie <acm@muc.de>
4972
4973 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4974
4975 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4976
4977 * font-setting.el (font-use-system-font): Move ...
4978
4979 * cus-start.el (all): ... to here.
4980
4981 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
4982
4983 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4984 Don't set `ad-return-value' if `ad-do-it' doesn't.
4985
4986 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4987 modification time.
4988
4989 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4990
4991 * menu-bar.el: Put "Use system font" in Option-menu.
4992 (menu-bar-options-save): Add font-use-system-font.
4993
4994 * loadup.el: If feature system-font-setting or font-render-setting is
4995 there, load font-setting.
4996
4997 * Makefile.in (ELCFILES): Add font-settings.el.
4998 * font-setting.el: New file.
4999
5000 2009-11-17 Glenn Morris <rgm@gnu.org>
5001
5002 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5003
5004 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5005 Preserve point in the list buffer. (Bug#4939)
5006 Use point-at-eol.
5007 (newsticker--treeview-list-update-highlight)
5008 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5009
5010 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5011
5012 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5013 Remove.
5014
5015 * calc/calc-ext.el (calc-init-extensions): Remove references to
5016 symclip.
5017
5018 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5019
5020 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5021 * calc/calc-help.el (calc-b-prefix-help): Remove references to
5022 `calc-symclip'.
5023
5024 2009-11-16 Kevin Ryde <user42@zip.com.au>
5025
5026 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5027 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
5028
5029 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5030 (lm-keywords-list): Allow comma-only separator like "foo,bar".
5031 Ignore trailing spaces by omit-nulls to split-string (fixing
5032 regression from Emacs 21 due to the incompatible split-string
5033 change). (Bug #4928.)
5034
5035 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
5036
5037 * vc.el (vc-log-show-limit): Default to 2000.
5038 (vc-print-log-internal): Insert buttons to request more entries
5039 when limiting the output.
5040
5041 * vc-sccs.el (vc-sccs-print-log):
5042 * vc-rcs.el (vc-rcs-print-log):
5043 * vc-cvs.el (vc-cvs-print-log):
5044 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5045 LIMIT is non-nil.
5046
5047 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5048
5049 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5050 error when `tramp-gvfs-dbus-event-vector' is set.
5051 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5052
5053 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5054
5055 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5056
5057 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
5058
5059 * net/dbus.el (dbus-unregister-service): New defun.
5060 (dbus-register-property): Register the handlers of
5061 "org.freedesktop.DBus.Properties" for SERVICE.
5062 (dbus-property-handler): Fix docstring.
5063
5064 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5065
5066 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5067 Quote doc string reference in defvaralias as it is not in special form.
5068 (byte-compile-output-docform): Doc fix.
5069
5070 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
5071
5072 * calc/calc.el (math-2-word-size, math-half-2-word-size)
5073 (calc-complement-signed-mode): New variables.
5074 (calc-set-mode-line): Add indicator for twos-complements.
5075 (math-format-number): Format twos-complement notation.
5076
5077 * calc/calc-bin.el (calc-word-size): Reset the variables
5078 `math-2-word-size' and `math-half-2-word-size'.
5079 (math-format-complement-signed, math-symclip, calcFunc-symclip)
5080 (calc-symclip): New functions.
5081
5082 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5083
5084 * calc/calc-embed.el (calc-embedded-mode-vars):
5085 Add `calc-complement-signed-mode' to the list of modes.
5086
5087 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5088 (calc-b-oper-keys): Add `calc-symclip' to list.
5089
5090 * calc/calc-ext.el (math-read-number-fancy): Read complement
5091 signed numbers.
5092 (calc-init-extensions): Add binding for `calc-symclip'.
5093 Add autoload for `calcFunc-symclip' and `calc-symclip'.
5094
5095 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5096 `calc-symclip'.
5097 (calc-modes-menu): Add item for twos complement mode.
5098
5099 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5100
5101 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5102
5103 * register.el (jump-to-register, insert-register): Handle Semantic
5104 tags. From commented-out advice in semantic/senator.el.
5105
5106 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5107
5108 * vc.el (vc-log-show-limit): New variable.
5109 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
5110 when using a prefix argument.
5111 (vc-print-log-internal): Add new argument LIMIT.
5112
5113 * vc-svn.el (vc-svn-print-log):
5114 * vc-mtn.el (vc-mtn-print-log):
5115 * vc-hg.el (vc-hg-print-log):
5116 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5117 pass it to the log command when set. Make the BUFFER argument
5118 non-optional.
5119
5120 * vc-sccs.el (vc-sccs-print-log):
5121 * vc-rcs.el (vc-rcs-print-log):
5122 * vc-git.el (vc-git-print-log):
5123 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5124 ignore it. Make the BUFFER argument non-optional
5125
5126 * bindings.el (mode-line-buffer-identification): Do not purecopy.
5127
5128 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
5129
5130 * dired.el (dired-mode-map): Move encryption items to "Operate"
5131 menu (Bug#4703).
5132
5133 * strokes.el (strokes-update-window-configuration): Make strokes
5134 buffer current before erasing (Bug#4906).
5135
5136 2009-11-15 Juri Linkov <juri@jurta.org>
5137
5138 * simple.el (set-mark-default-inactive): Add :type, :group
5139 and :version. (Bug#4876)
5140
5141 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
5142
5143 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5144 (archive-unique-fname): ... here. (Bug#4929)
5145
5146 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5147
5148 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5149 with a real fix.
5150
5151 * novice.el (disabled-command-function): Add useful args.
5152 Setup the help buffer so that [back] works.
5153 Remove redundant call to help-mode.
5154 (disabled-command-function): Use `case'.
5155 (en/disable-command): New function extracted from enable-command.
5156 (enable-command, disable-command): Use it.
5157
5158 2009-11-14 Glenn Morris <rgm@gnu.org>
5159
5160 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5161 constants. (Bug#4913)
5162
5163 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5164
5165 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5166
5167 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5168 defined in C that have no doc-strings. (Bug#1063)
5169
5170 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
5171
5172 * cus-edit.el (data, files):
5173 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
5174
5175 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
5176
5177 * simple.el (shell-command): Doc fix (Bug#4891).
5178
5179 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5180
5181 2009-11-14 Glenn Morris <rgm@gnu.org>
5182
5183 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5184 statements for vc-diff, emerge-quit, and rmail-cease-edit.
5185 If they are already loaded, eval-after-load will do the right thing.
5186
5187 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5188 compiling.
5189
5190 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5191
5192 * simple.el (x-selection-owner-p): Declare.
5193 (read-mail-command): Use custom radio type rather than choice.
5194 (completion-no-auto-exit): Doc fix.
5195
5196 * custom.el (defgroup):
5197 * epg-config.el (epg): Doc fixes.
5198
5199 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
5200
5201 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5202 * international/ccl.el (define-ccl-program): Do not purecopy the
5203 docstring, defconst does it anyway.
5204
5205 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5206
5207 * add-log.el (add-change-log-entry): Avoid displaying the changelog
5208 a second time.
5209
5210 * x-dnd.el (x-dnd-maybe-call-test-function):
5211 * window.el (split-window-vertically):
5212 * whitespace.el (whitespace-help-on):
5213 * vc-rcs.el (vc-rcs-consult-headers):
5214 * userlock.el (ask-user-about-lock-help)
5215 (ask-user-about-supersession-help):
5216 * type-break.el (type-break-force-mode-line-update):
5217 * time-stamp.el (time-stamp-conv-warn):
5218 * terminal.el (te-set-output-log, te-more-break, te-filter)
5219 (te-sentinel, terminal-emulator):
5220 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5221 (term-write-input-ring, term-check-source, term-start-output-log):
5222 (term-display-buffer-line, term-dynamic-list-completions):
5223 (term-ansi-make-term, serial-term):
5224 * subr.el (selective-display):
5225 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5226 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5227 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5228 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5229 (speedbar-remove-localized-speedbar-support)
5230 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5231 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5232 (speedbar-buffers-line-directory):
5233 * simple.el (shell-command-on-region, append-to-buffer)
5234 (prepend-to-buffer):
5235 * shadowfile.el (shadow-save-todo-file):
5236 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5237 (scroll-bar-maybe-set-window-start):
5238 * sb-image.el (speedbar-image-dump):
5239 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5240 (load-save-place-alist-from-file):
5241 * ps-samp.el (ps-print-message-from-summary):
5242 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5243 (ps-background-image, ps-begin-job, ps-do-despool):
5244 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5245 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5246 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5247 (pr-call-process, pr-file-list, pr-interface-save):
5248 * novice.el (disabled-command-function)
5249 (enable-command, disable-command):
5250 * mouse.el (mouse-buffer-menu-alist):
5251 * mouse-copy.el (mouse-kill-preserving-secondary):
5252 * macros.el (kbd-macro-query):
5253 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5254 * informat.el (batch-info-validate):
5255 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5256 * hippie-exp.el (try-expand-dabbrev-visible):
5257 * help-mode.el (help-make-xrefs):
5258 * help-fns.el (describe-variable):
5259 * generic-x.el (bat-generic-mode-run-as-comint):
5260 * finder.el (finder-mouse-select):
5261 * find-dired.el (find-dired-sentinel):
5262 * filesets.el (filesets-file-close):
5263 * files.el (list-directory):
5264 * faces.el (list-faces-display, describe-face):
5265 * facemenu.el (list-colors-display):
5266 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5267 * epg.el (epg--process-filter, epg-cancel):
5268 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5269 (epa--read-signature-type):
5270 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5271 (emerge-file-names):
5272 * ehelp.el (electric-helpify):
5273 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5274 * ediff-vers.el (rcs-ediff-view-revision):
5275 * ediff-util.el (ediff-setup):
5276 * ediff-mult.el (ediff-append-custom-diff):
5277 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5278 (ediff-wordify):
5279 * echistory.el (Electric-command-history-redo-expression):
5280 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5281 * disp-table.el (describe-display-table):
5282 * dired.el (dired-find-buffer-nocreate):
5283 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5284 * dabbrev.el (dabbrev--same-major-mode-p):
5285 * chistory.el (list-command-history):
5286 * apropos.el (apropos-documentation):
5287 * allout.el (allout-obtain-passphrase):
5288 (allout-copy-exposed-to-buffer):
5289 (allout-verify-passphrase): Use with-current-buffer.
5290
5291 2009-11-13 Glenn Morris <rgm@gnu.org>
5292
5293 * Makefile.in (ELCFILES): Regenerate.
5294
5295 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
5296
5297 * net/dbus.el (dbus-registered-objects-table): Rename from
5298 `dbus-registered-functions-table', because it contains also properties.
5299 (dbus-unregister-object): Unregister also properties.
5300 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
5301 Use a timeout of 500 msec, in order to not block.
5302 (dbus-register-property, dbus-property-handler): New defuns.
5303
5304 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5305
5306 * simple.el (minibuffer-default-add-completions): Drop deprecated
5307 4th arg.
5308
5309 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
5310
5311 * textmodes/artist.el (artist-mouse-choose-operation):
5312 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5313 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
5314 (artist-compute-up-event-key): New function.
5315 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
5316
5317 2009-11-13 Kenichi Handa <handa@m17n.org>
5318
5319 * language/japan-util.el: Make sure that the value of jisx0208
5320 property is jisx0208 character.
5321
5322 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
5323
5324 * international/mule.el (auto-coding-regexp-alist): Only purecopy
5325 car or each item, not the whole list.
5326
5327 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5328
5329 * minibuffer.el (minibuffer-completion-help):
5330 Use minibuffer-hide-completions.
5331
5332 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
5333
5334 * dired.el (dired-save-positions, dired-restore-positions): New funs.
5335 (dired-revert): Use them (bug#4880).
5336
5337 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5338
5339 * tooltip.el (tooltip-frame-parameters): Undo previous change.
5340
5341 2009-11-12 Juri Linkov <juri@jurta.org>
5342
5343 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
5344 New functions.
5345 (find-file-literally-at-point): Alias of `ffap-literally'.
5346
5347 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
5348
5349 * textmodes/ispell.el (ispell-skip-region-alist):
5350 * textmodes/css-mode.el (auto-mode-alist):
5351 * progmodes/compile.el (auto-mode-alist):
5352 * international/mule.el (ctext-non-standard-encodings-alist)
5353 (ctext-non-standard-encodings-regexp):
5354 * simple.el (shell-command-switch, text-read-only):
5355 * replace.el (occur-mode-map):
5356 * paths.el (rmail-file-name):
5357 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
5358 * find-file.el (ff-special-constructs):
5359 * files.el (file-name-handler-alist):
5360 * composite.el: Purecopy strings.
5361
5362 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
5363
5364 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5365
5366 * widget.el (define-widget): Purecopy the docstring.
5367 * international/mule-cmds.el (charset): Do not purecopy the
5368 docstring here, define-widget does it.
5369
5370 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5371 * textmodes/bibtex-style.el (auto-mode-alist):
5372 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5373 * progmodes/compile.el (compile-command):
5374 * language/korea-util.el (default-korean-keyboard):
5375 * international/mule-conf.el (file-coding-system-alist):
5376 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
5377 * tooltip.el (tooltip-frame-parameters):
5378 * newcomment.el (comment-end, comment-padding):
5379 * dired.el (dired-trivial-filenames):
5380 * comint.el (comint-file-name-prefix): Purecopy initial values.
5381
5382 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
5383
5384 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
5385 (tramp-advice-minibuffer-electric-tilde): Unload advices via
5386 `tramp-unload'.
5387 (tramp-advice-make-auto-save-file-name)
5388 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
5389 after removing the advice.
5390
5391 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5392
5393 * progmodes/grep.el (grep-regexp-alist):
5394 * international/mule-cmds.el (iso-2022-control-alist):
5395 * emacs-lisp/timer.el (timer-duration-words):
5396 * subr.el (version-separator, version-regexp-alist):
5397 * minibuffer.el (completion-styles-alist):
5398 * faces.el (face-attribute-name-alist, list-faces-sample-text):
5399 Change defvars to defconsts.
5400
5401 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
5402 * loadup.el ("international/mule-conf"): Load the byte compiled version.
5403 * international/mule-conf.el: Allow to be byte compiled.
5404
5405 * international/mule.el (define-charset): Purecopy props.
5406 (load-with-code-conversion): Purecopy doc string and file name.
5407 (put-charset-property): Purecopy strings.
5408 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
5409
5410 * international/mule-cmds.el (register-input-method): Purecopy arguments.
5411 (define-char-code-property): Correctly purecopy the table.
5412
5413 * international/ccl.el (define-ccl-program): Purecopy the docstring.
5414
5415 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
5416
5417 * subr.el (add-hook): Purecopy strings.
5418 (eval-after-load): Purecopy load-history-regexp and the form.
5419
5420 * custom.el (custom-declare-group): Purecopy load-file-name.
5421
5422 * subr.el (menu-bar-separator): New defconst.
5423 * net/eudc.el (eudc-tools-menu):
5424 * international/mule-cmds.el (set-coding-system-map)
5425 (mule-menu-keymap):
5426 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5427 * vc-hooks.el (vc-menu-map):
5428 * replace.el (occur-mode-map):
5429 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
5430 (menu-bar-edit-menu, menu-bar-goto-menu)
5431 (menu-bar-custom-menu, menu-bar-showhide-menu)
5432 (menu-bar-options-menu, menu-bar-tools-menu)
5433 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
5434 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
5435 (menu-bar-help-menu):
5436 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
5437 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
5438
5439 * term/x-win.el (x-gtk-stock-map):
5440 * progmodes/vera-mode.el (auto-mode-alist):
5441 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5442 (inferior-lisp-program, inferior-lisp-load-command):
5443 * progmodes/hideshow.el (hs-special-modes-alist):
5444 * progmodes/gud.el (same-window-regexps):
5445 * progmodes/grep.el (grep-program, find-program, xargs-program):
5446 * net/telnet.el (same-window-regexps):
5447 * net/rlogin.el (same-window-regexps):
5448 * language/ethiopic.el (font-ccl-encoder-alist):
5449 * vc-sccs.el (vc-sccs-master-templates):
5450 * vc-rcs.el (vc-rcs-master-templates):
5451 * subr.el (cl-assertion-failed):
5452 * simple.el (next-error-overlay-arrow-position):
5453 * lpr.el (lpr-command):
5454 * locate.el (locate-ls-subdir-switches):
5455 * info.el (same-window-regexps, info)
5456 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5457 * image-mode.el (image-mode, auto-mode-alist):
5458 * hippie-exp.el (hippie-expand-ignore-buffers):
5459 * format.el (format-alist):
5460 * find-dired.el (find-ls-subdir-switches, find-grep-options)
5461 (find-name-arg):
5462 * facemenu.el (facemenu-keybindings):
5463 * dired.el (dired-listing-switches, dired-chown-program):
5464 * diff.el (diff-switches, diff-command):
5465 * cus-edit.el (same-window-regexps):
5466 * bindings.el (mode-line-mule-info)
5467 (mode-line-buffer-identification): Purecopy strings.
5468
5469 2009-11-11 Juri Linkov <juri@jurta.org>
5470
5471 * simple.el (dired-get-filename) <declare-function>:
5472 Tell the byte-compiler about dired-get-filename.
5473 (shell-command): In Dired mode, get filename from the current line
5474 as the default value.
5475
5476 2009-11-10 Glenn Morris <rgm@gnu.org>
5477
5478 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
5479 * calendar/holidays.el, progmodes/cperl-mode.el:
5480 Update x-popup-menu declarations.
5481
5482 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
5483 (list-load-path-shadows): Use dolist.
5484 (list-load-path-shadows): Use with-current-buffer.
5485
5486 2009-11-10 Juri Linkov <juri@jurta.org>
5487
5488 * minibuffer.el (read-file-name): Support a list of default values
5489 in `default-filename'. Use the first file name where only one
5490 element is required. Doc fix.
5491
5492 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
5493
5494 * net/dbus.el (dbus-unregister-object): Release service, if no
5495 other method is registered for it.
5496
5497 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
5498
5499 * bookmark.el (bookmark-completing-read): Sort bookmark names if
5500 bookmark-sort-flag is non-nil (Bug#4653).
5501
5502 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5503
5504 * emulation/cua-base.el: Add CUA property to some CC mode commands
5505 (Bug#4100).
5506
5507 2009-11-08 Kevin Ryde <user42@zip.com.au>
5508
5509 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
5510 at end of sentence (Bug#4818).
5511
5512 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
5513
5514 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5515 Handle "see declaration of" MSFT statements (Bug#4100).
5516
5517 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
5518
5519 * net/tramp.el (tramp-advice-make-auto-save-file-name)
5520 (tramp-advice-file-expand-wildcards): Unload via
5521 `ad-remove-advice'.
5522
5523 * net/trampver.el: Update release number.
5524
5525 2009-11-08 Kevin Ryde <user42@zip.com.au>
5526
5527 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
5528 `ad-do-it'.
5529
5530 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
5531
5532 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
5533 in order to keep context in SELinux.
5534
5535 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5536
5537 * dired-aux.el (dired-query): Place cursor in echo area and allow
5538 C-g.
5539
5540 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
5541 menu item if not on a directory (Bug#4701).
5542
5543 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
5544
5545 Sync with Tramp 2.1.17.
5546
5547 * net/tramp.el (tramp-handle-copy-directory): Don't use
5548 `file-remote-p' (due to compatibility).
5549
5550 * net/tramp-compat.el (tramp-compat-copy-directory)
5551 (tramp-compat-delete-directory): New defuns.
5552
5553 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5554 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
5555 `tramp-compat-delete-directory'.
5556
5557 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5558 (tramp-smb-handle-delete-directory): Use
5559 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
5560
5561 * net/trampver.el: Update release number.
5562
5563 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
5564
5565 * tar-mode.el (tar-copy): Call write-region on the right buffer
5566 (Bug#4857).
5567
5568 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
5569 by hand, if necessary (Bug#4878).
5570
5571 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
5572
5573 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
5574 align size column (Bug#4839).
5575
5576 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
5577 statement.
5578
5579 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5580
5581 * progmodes/ld-script.el (auto-mode-alist):
5582 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
5583
5584 * cus-face.el (custom-declare-face): Purecopy face spec.
5585
5586 2009-11-06 Kenichi Handa <handa@m17n.org>
5587
5588 * international/uni-bidi.el: Re-generated.
5589 * international/uni-category.el: Re-generated.
5590 * international/uni-combining.el: Re-generated.
5591 * international/uni-mirrored.el: Re-generated.
5592
5593 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
5594
5595 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
5596 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
5597 (tex-start-options, slitex-run-command, latex-run-command)
5598 (tex-run-command, tex-directory):
5599 * textmodes/ispell.el (ispell-html-skip-alists)
5600 (ispell-tex-skip-alists, ispell-tex-skip-alists):
5601 * textmodes/fill.el (adaptive-fill-first-line-regexp):
5602 (adaptive-fill-regexp):
5603 * textmodes/dns-mode.el (auto-mode-alist):
5604 * progmodes/python.el (interpreter-mode-alist):
5605 * progmodes/etags.el (tags-compression-info-list):
5606 * progmodes/etags.el (tags-file-name):
5607 * net/browse-url.el (browse-url-galeon-program)
5608 (browse-url-firefox-program):
5609 * mail/sendmail.el (mail-signature-file)
5610 (mail-citation-prefix-regexp):
5611 * international/mule-conf.el (eight-bit):
5612 * international/latexenc.el (latex-inputenc-coding-alist):
5613 * international/fontset.el (x-pixel-size-width-font-regexp):
5614 * emacs-lisp/warnings.el (warning-type-format):
5615 * emacs-lisp/trace.el (trace-buffer):
5616 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5617 (emacs-lisp-mode-map):
5618 * calendar/holidays.el (holiday-solar-holidays)
5619 (holiday-bahai-holidays, holiday-islamic-holidays)
5620 (holiday-christian-holidays, holiday-hebrew-holidays)
5621 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
5622 (hebrew-holidays-1, holiday-oriental-holidays)
5623 (holiday-general-holidays):
5624 * x-dnd.el (x-dnd-known-types):
5625 * tool-bar.el (tool-bar):
5626 * startup.el (site-run-file):
5627 * shell.el (shell-dumb-shell-regexp):
5628 * rfn-eshadow.el (file-name-shadow-tty-properties)
5629 (file-name-shadow-properties):
5630 * paths.el (remote-shell-program, news-directory):
5631 * mouse.el ([C-down-mouse-3]):
5632 * menu-bar.el (menu-bar-tools-menu):
5633 * jka-cmpr-hook.el (jka-compr-load-suffixes)
5634 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
5635 (jka-compr-compression-info-list):
5636 * isearch.el (search-whitespace-regexp):
5637 * image-file.el (image-file-name-extensions):
5638 * find-dired.el (find-ls-option):
5639 * files.el (directory-listing-before-filename-regexp)
5640 (directory-free-space-args, insert-directory-program)
5641 (list-directory-brief-switches, magic-fallback-mode-alist)
5642 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
5643 (automount-dir-prefix):
5644 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
5645 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
5646 (face-font-registry-alternatives, face-font-registry-alternatives)
5647 (face-font-family-alternatives):
5648 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
5649 (facemenu-foreground-menu, facemenu-face-menu):
5650 * epa-hook.el (epa-file-name-regexp):
5651 * dnd.el (dnd-protocol-alist):
5652 * textmodes/rst.el (auto-mode-alist):
5653 * button.el (default-button): Purecopy strings.
5654
5655 2009-11-06 Glenn Morris <rgm@gnu.org>
5656
5657 * Makefile.in (ELCFILES): Update.
5658
5659 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5660
5661 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5662 * emacs-lisp/levents.el: Move to obsolete/levents.el.
5663
5664 * nxml/xsd-regexp.el (xsdre-gen-categories):
5665 * nxml/xmltok.el (xmltok-parse-entity):
5666 * nxml/rng-parse.el (rng-parse-validate-file):
5667 * nxml/rng-maint.el (rng-format-manual)
5668 (rng-manual-output-force-new-line):
5669 * nxml/rng-loc.el (rng-save-schema-location-1):
5670 * nxml/rng-cmpct.el (rng-c-parse-file):
5671 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5672 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5673
5674 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
5675
5676 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5677 Remove extra save-excursions and make-variable-buffer-local's.
5678 Suggested by Stefan Monnier.
5679
5680 (verilog-getopt-file, verilog-module-inside-filename-p)
5681 (verilog-set-define): Merge GNU 1.35 and repair changes from
5682 switching to using with-current-buffer.
5683
5684 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5685 being treated as a number and confusing AUTORESET.
5686 Reported by Dan Dever.
5687
5688 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5689 Add verilog-auto-ignore-concat to fix backward compatibility with
5690 older verilog-modes. Reported by Dan Katz.
5691
5692 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5693 containing closing anchors "...$".
5694
5695 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5696 Reported by Wade Smith.
5697
5698 (verilog-batch-execute-func): Comment on function usage.
5699
5700 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
5701
5702 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5703 for labels.
5704
5705 (verilog-label-re, verilog-calc-1): Support proper indent of named
5706 asserts.
5707
5708 (verilog-backward-token, verilog-basic-complete-re)
5709 (verilog-beg-of-statement, verilog-indent-re): Support proper
5710 indent of the assert statement at the beginning of a block of text.
5711
5712 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5713 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5714 tokens as begins.
5715
5716 2009-11-05 Glenn Morris <rgm@gnu.org>
5717
5718 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5719 Emacs 19. (Bug#1531)
5720 (byte-compile-fix-header): Update for the above change.
5721 Drop test for epoch::version.
5722
5723 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5724 * cus-dep.el (custom-make-dependencies):
5725 * finder.el (finder-compile-keywords):
5726 Use autoload-rubric's feature argument.
5727
5728 * calendar/diary-lib.el (top-level): Make load behave more like require.
5729
5730 * vc-git.el (vc-git-stash-map): Move definition before use.
5731
5732 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
5733
5734 * custom.el (custom-declare-group): Purecopy standard-value.
5735 (custom-declare-group): Purecopy custom-prefix.
5736
5737 * international/mule.el (load-with-code-conversion):
5738 Call do-after-load-evaluation unconditionally.
5739
5740 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5741
5742 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5743
5744 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5745
5746 2009-11-04 Glenn Morris <rgm@gnu.org>
5747
5748 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5749 (byte-compile-compatibility): Remove option.
5750 (byte-compile-close-variables, byte-compile-fix-header)
5751 (byte-compile-insert-header, byte-compile-output-docform)
5752 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5753 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5754 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5755 (byte-compile-insert, byte-compile-defun):
5756 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
5757 (byte-defop-compiler19): Remove.
5758 Without byte-compile-compatibility, the 'emacs19-opcode property is not
5759 used by anything. Replace all calls with byte-defop-compiler.
5760
5761 2009-11-04 Juri Linkov <juri@jurta.org>
5762
5763 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5764 (menu-bar-options-menu): Don't quote the `prop' arg of
5765 `menu-bar-make-mm-toggle'.
5766
5767 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
5768
5769 * calendar/calendar.el (cal-loaddefs):
5770 * calendar/diary-lib.el (diary-loaddefs):
5771 * calendar/holidays.el (hol-loaddefs):
5772 * eshell/esh-module.el (esh-groups): Load rather than require.
5773
5774 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5775
5776 * calendar/todo-mode.el (todo-add-category): Don't hardcode
5777 point-min==1.
5778 (todo-top-priorities): Only display-buffer when called interactively.
5779 (todo-item-start): Don't save excursion point.
5780 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
5781 (todo-insert-item-here, todo-file-item, todo-remove-item):
5782 Adjust uses of todo-item-start and todo-item-end.
5783
5784 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5785 (autoload-rubric): Don't use any more.
5786
5787 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5788 and only put a prop if it is non-nil.
5789
5790 2009-11-03 Juri Linkov <juri@jurta.org>
5791
5792 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5793 (menu-bar-options-menu): Fix list quoting (Bug#4429).
5794
5795 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5796 and "Menu" to make top-level menu item visually one unit (like
5797 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5798 multi-word menu items). Fix :help string for quit-window.
5799
5800 2009-11-03 Glenn Morris <rgm@gnu.org>
5801
5802 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5803 (byte-compile-file-form-define-abbrev-table)
5804 (byte-compile-file-form-custom-declare-variable)
5805 (byte-compile-variable-ref, byte-compile-defvar):
5806 Whether or not a warning is enabled should only affect whether we issue
5807 the warning, not whether or not we collect the relevant data.
5808 Eg warnings can be turned on and off throughout the course of a file.
5809
5810 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5811 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5812
5813 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5814
5815 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5816 * play/mpuz.el (mpuz-create-buffer):
5817 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5818 (lm-print-y,s,noise, lm-print-w0, lm-init):
5819 * play/gomoku.el (gomoku-prompt-for-move):
5820 * play/fortune.el (fortune-in-buffer):
5821 * play/dissociate.el (dissociated-press):
5822 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5823 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5824 * mail/supercite.el (sc-eref-show):
5825 * mail/smtpmail.el (smtpmail-send-it):
5826 * mail/rmailsum.el (rmail-summary-next-labeled-message)
5827 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5828 (rmail-summary-undelete-many, rmail-summary-rmail-update)
5829 (rmail-summary-goto-msg, rmail-summary-expunge)
5830 (rmail-summary-get-new-mail, rmail-summary-search-backward)
5831 (rmail-summary-add-label, rmail-summary-output-menu)
5832 (rmail-summary-output-body):
5833 * mail/rfc822.el (rfc822-addresses):
5834 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5835 * mail/mailpost.el (post-mail-send-it):
5836 * mail/hashcash.el (hashcash-generate-payment):
5837 * mail/feedmail.el (feedmail-run-the-queue)
5838 (feedmail-queue-send-edit-prompt-help-first)
5839 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5840 (feedmail-deduce-address-list):
5841 * eshell/esh-ext.el (eshell-remote-command):
5842 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5843 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5844 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5845 (viper-save-string-in-file, viper-valid-marker):
5846 * emulation/viper-keym.el (viper-toggle-key):
5847 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5848 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5849 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5850 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5851 (viper-exec-form-in-emacs, viper-brac-function):
5852 * emulation/viper.el (viper-delocalize-var):
5853 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5854 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5855 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5856 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5857 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5858 * emulation/edt.el (edt-electric-helpify):
5859 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5860 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5861 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5862 (cua-indent-to-global-mark-column):
5863 * calendar/diary-lib.el (calendar-mark-1):
5864 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5865 Use with-current-buffer.
5866 * emulation/viper.el (viper-delocalize-var): Use dolist.
5867
5868 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
5869
5870 * comint.el (comint-replace-by-expanded-history-before-point):
5871 Replace !! with the previous input string literally (Bug#1795).
5872
5873 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
5874
5875 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5876 to be made up of whitespace.
5877
5878 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
5879
5880 * minibuffer.el (read-file-name): Don't use file dialogs for
5881 remote directories (Bug#99).
5882
5883 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
5884
5885 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5886
5887 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
5888
5889 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5890 instead of deleting the window or frame.
5891
5892 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5893
5894 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5895 Support face colors.
5896
5897 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5898 New function. Support face colors (Bug#1168).
5899 (tex-common-initialization): Use it.
5900
5901 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5902 mode allows it (Bug#1168).
5903
5904 2009-10-31 Juri Linkov <juri@jurta.org>
5905
5906 * facemenu.el (list-colors-display): Don't mark buffer as
5907 modified (Bug#3948).
5908
5909 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5910
5911 * international/mule-diag.el (list-character-sets-1): Minor
5912 message fix (Bug#3526).
5913
5914 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5915 face property (Bug#4834).
5916 (etags-list-tags, etags-tags-apropos-additional)
5917 (etags-tags-apropos, tags-select-tags-table): Add follow-link
5918 property.
5919
5920 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5921 items.
5922
5923 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5924
5925 * textmodes/two-column.el (2C-split):
5926 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5927 * textmodes/tex-mode.el (tex-set-buffer-directory):
5928 * textmodes/spell.el (spell-region, spell-string):
5929 * textmodes/reftex.el (reftex-erase-buffer):
5930 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5931 * textmodes/reftex-toc.el (reftex-toc-promote-action):
5932 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5933 (reftex-select-item):
5934 * textmodes/reftex-ref.el (reftex-label-info-update)
5935 (reftex-offer-label-menu):
5936 * textmodes/reftex-index.el (reftex-index-change-entry)
5937 (reftex-index-phrases-info):
5938 * textmodes/reftex-global.el (reftex-create-tags-file)
5939 (reftex-save-all-document-buffers, reftex-ensure-write-access):
5940 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5941 (reftex-view-crossref-from-bibtex):
5942 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5943 (reftex-extract-bib-entries-from-thebibliography)
5944 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5945 * textmodes/refbib.el (r2b-capitalize-title):
5946 (r2b-convert-buffer, r2b-help):
5947 * textmodes/page-ext.el (pages-directory)
5948 (pages-directory-goto-with-mouse):
5949 * textmodes/bibtex.el (bibtex-validate-globally):
5950 * textmodes/bib-mode.el (bib-capitalize-title):
5951 * textmodes/artist.el (artist-clear-buffer, artist-system):
5952 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5953 (local-set-scheme-interaction-buffer, xscheme-process-filter)
5954 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5955 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5956 (xscheme-send-control-g-interrupt, xscheme-start-process)
5957 (xscheme-process-sentinel, xscheme-cd):
5958 * progmodes/verilog-mode.el (verilog-read-always-signals)
5959 (verilog-set-define, verilog-getopt-file)
5960 (verilog-module-inside-filename-p):
5961 * progmodes/sh-script.el:
5962 * progmodes/python.el (python-pdbtrack-get-source-buffer)
5963 (python-pdbtrack-grub-for-buffer, python-execute-file):
5964 * progmodes/octave-inf.el (inferior-octave):
5965 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5966 (idlwave-shell-compile-helper-routines, idlwave-set-local)
5967 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5968 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5969 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5970 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5971 (idlwave-shell-filter, idlwave-shell-examine-highlight)
5972 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5973 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5974 (idlwave-shell-examine-display, idlwave-shell-run-region)
5975 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5976 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5977 * progmodes/idlw-help.el (idlwave-help-get-special-help)
5978 (idlwave-help-get-help-buffer):
5979 * progmodes/gud.el (gud-basic-call, gud-find-class)
5980 (gud-tooltip-activate-mouse-motions-if-enabled):
5981 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5982 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5983 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5984 (ebrowse-tags-next-file):
5985 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5986 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5987 (ebnf-eps-finish-and-write):
5988 * progmodes/cpp.el (cpp-edit-save):
5989 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5990 * progmodes/cc-defs.el (c-emacs-features):
5991 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5992 (antlr-directory-dependencies):
5993 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5994 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5995 (ada-find-any-references, ada-make-filename-from-adaname)
5996 (ada-make-body-gnatstub):
5997 * obsolete/rnews.el (news-list-news-groups):
5998 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
5999 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6000 * net/rcirc.el (rcirc-debug):
6001 * net/newst-treeview.el (newsticker--treeview-list-add-item)
6002 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6003 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6004 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6005 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6006 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6007 (newsticker--treeview-list-clear-highlight)
6008 (newsticker--treeview-list-update-highlight)
6009 (newsticker--treeview-list-highlight-start)
6010 (newsticker--treeview-tree-update-highlight)
6011 (newsticker--treeview-get-selected-item)
6012 (newsticker-treeview-mark-list-items-old)
6013 (newsticker--treeview-set-current-node):
6014 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6015 * net/newst-backend.el (newsticker--get-news-by-funcall)
6016 (newsticker--get-news-by-wget, newsticker--image-get)
6017 (newsticker--image-sentinel):
6018 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6019 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6020 (eudc-ph-close-session):
6021 * net/eudc.el (eudc-save-options):
6022 * language/thai-word.el (thai-update-word-table):
6023 * language/japan-util.el (japanese-string-conversion):
6024 * international/titdic-cnv.el (tsang-quick-converter)
6025 (ziranma-converter, ctlau-converter):
6026 * international/mule-cmds.el (describe-language-environment):
6027 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6028 (skkdic-convert-postfix, skkdic-convert-prefix):
6029 (skkdic-convert-okuri-nasi, skkdic-convert):
6030 * emacs-lisp/re-builder.el (reb-update-overlays):
6031 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6032 * emacs-lisp/gulp.el (gulp-send-requests):
6033 * emacs-lisp/find-gc.el (trace-call-tree):
6034 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6035 (eieio-describe-generic):
6036 * emacs-lisp/eieio-base.el (eieio-persistent-read):
6037 * emacs-lisp/edebug.el (edebug-outside-excursion):
6038 * emacs-lisp/debug.el (debugger-make-xrefs):
6039 * emacs-lisp/cust-print.el (custom-prin1-to-string):
6040 * emacs-lisp/chart.el (chart-new-buffer):
6041 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6042 Use with-current-buffer.
6043 * textmodes/artist.el (artist-system): Don't call
6044 copy-sequence on a fresh string.
6045 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6046
6047 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
6048
6049 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6050 is no item to edit. (Bug#4820)
6051 (todo-top-priorities): Restore point and restore narrowing in Todo
6052 buffer. (Bug#4820)
6053
6054 2009-10-31 Glenn Morris <rgm@gnu.org>
6055
6056 * net/ange-ftp.el (top-level): Don't require dired when compiling.
6057 (comint-last-output-start, comint-last-input-start)
6058 (comint-last-input-end): Don't defvar when compiling.
6059 (ange-ftp-process-file): Use bound-and-true-p.
6060
6061 * pcmpl-rpm.el (top-level): Move provide statement to end.
6062 (pcmpl-rpm): Remove unused custom group.
6063
6064 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6065
6066 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6067
6068 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6069 (byte-compile-warnings): Add `constants' as an option.
6070 (byte-compile-callargs-warn, byte-compile-arglist-warn)
6071 (display-call-tree): Update for byte-compile-fdefinition possibly
6072 returning `(macro lambda ...)'. (Bug#4778)
6073 (byte-compile-variable-ref, byte-compile-setq-default):
6074 Respect `constants' member of byte-compile-warnings.
6075
6076 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6077
6078 * vc-bzr.el (vc-bzr-revision-keywords): New var.
6079 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6080 to "submit:".
6081
6082 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6083
6084 * textmodes/ispell.el (ispell-skip-region-alist):
6085 * international/mule-conf.el (eight-bit):
6086 * international/fontset.el (font-encoding-alist):
6087 * startup.el (pure-space-overflow-message):
6088 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6089 * paths.el (gnus-nntp-service, rmail-spool-directory)
6090 (term-file-prefix):
6091 * files.el (save-some-buffers-action-alist):
6092 * cmuscheme.el (same-window-buffer-names):
6093 * ielm.el (same-window-buffer-names):
6094 * shell.el (same-window-buffer-names):
6095 * mail/sendmail.el (same-window-buffer-names):
6096 * progmodes/inf-lisp.el (same-window-buffer-names):
6097 * bindings.el (mode-line-client)
6098 (mode-line-column-line-number-mode-map):
6099 * language/tibetan.el (tibetan-precomposition-rule-regexp)
6100 (tibetan-precomposed-regexp): Purecopy string arguments.
6101
6102 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6103
6104 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6105 (calcDigit-nondigit):
6106 * calc/calc-yank.el (calc-copy-to-buffer):
6107 * calc/calc-units.el (calc-invalidate-units-table):
6108 * calc/calc-trail.el (calc-trail-yank):
6109 * calc/calc-store.el (calc-insert-variables):
6110 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6111 * calc/calc-prog.el (calc-read-parse-table):
6112 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6113 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6114 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6115 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6116 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6117 (calc-graph-name, calc-graph-find-command, calc-graph-view)
6118 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6119 * calc/calc-ext.el (calc-realign):
6120 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6121 (calc-embedded-finish-edit, calc-embedded-make-info)
6122 (calc-embedded-finish-command, calc-embedded-stack-change):
6123 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6124
6125 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6126 shell-dynamic-complete-filename in preference to
6127 comint-dynamic-complete-filename.
6128
6129 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6130 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6131 Don't consider whether the display supports colors.
6132 (bookmark-import-new-list): Use dolist.
6133 (bookmark-bmenu-mode-map): Move initialization into declaration.
6134 (bookmark-bmenu-list): Use dolist, simplify.
6135 (bookmark-show-all-annotations): Use save-selected-window and dolist.
6136 (menu-bar-final-items): Use push.
6137
6138 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
6139
6140 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
6141 it works on remote files.
6142 (vc-hg-diff): Don't pass any `--cwd' argument.
6143
6144 2009-10-27 Kevin Ryde <user42@zip.com.au>
6145
6146 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6147 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
6148 (Further to Bug#3921).
6149
6150 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
6151
6152 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
6153 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
6154 calling `tramp-imap-put-file'. Add file size to the call.
6155 (tramp-imap-get-file-entries): Compute also user name, file size,
6156 and date.
6157 (tramp-imap-handle-insert-directory): Insert uid and gid.
6158 (tramp-imap-handle-file-attributes): Transform uid and gid
6159 according to `id-format'.
6160 (tramp-imap-put-file): New optional parameter SIZE. Encode file
6161 size in header X-Size.
6162
6163 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
6164
6165 * simple.el (transpose-subr): Give clearer error when the mark
6166 is not set. (Bug#4807)
6167
6168 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
6169
6170 * net/tramp.el (tramp-perl-file-truename): New defconst.
6171 Perl code contributed by yary <not.com@gmail.com> (tiny change).
6172 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
6173 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
6174 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
6175
6176 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6177 Ignore `dired-call-process'.
6178 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
6179
6180 2009-10-26 Julian Scheid <julians37@gmail.com>
6181
6182 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
6183 (tramp-get-remote-readlink): New defun.
6184 (tramp-handle-file-truename): Use it.
6185 (tramp-handle-file-exists-p): Check file-attributes cache, assume
6186 file exists if cache value present.
6187 (tramp-check-cached-permissions): New defun.
6188 (tramp-handle-file-readable-p): Use it.
6189 (tramp-handle-file-writable-p): Likewise.
6190 (tramp-handle-file-executable-p): Likewise.
6191 (tramp-handle-file-name-all-completions): Try using Perl to get
6192 partial completions. When perl not available, combine `cd' and
6193 `ls' into single remote operation and use shell expansion to get
6194 partial remote directory contents. Set `file-exists-p' cache for
6195 directory and any files returned by ls. Change cache handling to
6196 support partial directory contents. Use error message emitted by
6197 remote `cd' or Perl code for local tramp-error.
6198 (tramp-do-copy-or-rename-file-directly): Avoid separate
6199 tramp-send-command-and-check call.
6200 (tramp-handle-process-file): Merge three remote ops into one.
6201 Do not flush all caches when `process-file-side-effects' is set.
6202 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
6203 file-attributes shows uid/gid to be set already.
6204
6205 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6206
6207 * textmodes/tex-mode.el (tex-dvi-view-command)
6208 (tex-show-queue-command, tex-open-quote):
6209 * progmodes/ruby-mode.el (auto-mode-alist)
6210 (interpreter-mode-alist): Purecopy strings.
6211
6212 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
6213
6214 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
6215 string for the hook, keymap and abbrev table.
6216
6217 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
6218
6219 * x-dnd.el (x-dnd-xdnd-to-action):
6220 * startup.el (fancy-startup-text, fancy-about-text): Change to
6221 defconst from defvar.
6222
6223 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
6224
6225 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
6226 Purecopy initialization strings.
6227
6228 * mail/sendmail.el (mail-header-separator)
6229 (mail-personal-alias-file):
6230 * mail/rmail.el (rmail-default-dont-reply-to-names)
6231 (rmail-ignored-headers, rmail-retry-ignored-headers)
6232 (rmail-highlighted-headers, rmail-secondary-file-directory)
6233 (rmail-secondary-file-regexp):
6234 * files.el (null-device, file-name-invalid-regexp)
6235 (locate-dominating-stop-dir-regexp)
6236 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
6237 (interpreter-mode-alist): Use mapcar instead of mapc.
6238
6239 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
6240
6241 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
6242 (completion-ignored-extensions):
6243 (debug-ignored-errors): Purecopy strings.
6244
6245 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6246
6247 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
6248 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
6249 (pcomplete--here): Use push.
6250
6251 * subr.el (all-completions): Declare the 4th arg obsolete.
6252
6253 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6254
6255 * pcomplete.el (pcomplete-unquote-argument-function): New var.
6256 (pcomplete-unquote-argument): New function.
6257 (pcomplete--common-suffix): Always pay attention to case.
6258 (pcomplete--table-subvert): Quote and unquote the text.
6259 (pcomplete--common-quoted-suffix): New function.
6260 (pcomplete-std-complete): Use it and pcomplete-begin.
6261
6262 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
6263 we're inside a dedicated or minibuffer window.
6264
6265 2009-10-24 Karl Fogel <kfogel@red-bean.com>
6266
6267 * bookmark.el: Update documentation, especially documentation
6268 of `bookmark-alist' and of the bookmark file format.
6269 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
6270
6271 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
6272
6273 * mail/emacsbug.el (report-emacs-bug): Clarify that the
6274 keybindings apply to the mail buffer (Bug#4003). Shrink help
6275 window to buffer.
6276
6277 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6278 (global-whitespace-mode, global-whitespace-newline-mode)
6279 (whitespace-toggle-options, global-whitespace-toggle-options):
6280 Doc fix (Bug#3660).
6281
6282 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
6283 of xmltok-start before the end tag was inserted (Bug#2840).
6284
6285 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
6286 patterns that are preceded by an open-paren (Bug#1320).
6287
6288 2009-10-24 Sven Joachim <svenjoac@gmx.de>
6289
6290 * files.el (delete-directory): Delete symlinks to directories with
6291 delete-file (Bug#4739).
6292
6293 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6294
6295 * vc.el (vc-backend-for-registration): Rename from
6296 vc-get-backend-for-registration. Update callers.
6297
6298 * international/mule-cmds.el (set-language-info-alist):
6299 Purecopy lang-env.
6300 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
6301 (charset): Purecopy the name.
6302 (define-char-code-property): Purecopy string arguments.
6303
6304 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6305 Purecopy string arguments.
6306
6307 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6308 * ediff-hook.el (menu-bar-ediff-menu):
6309 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
6310 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
6311
6312 2009-10-24 Glenn Morris <rgm@gnu.org>
6313
6314 * comint.el (comint-dynamic-list-completions):
6315 * term.el (term-dynamic-list-completions): Use choose-completion rather
6316 than obsolete alias mouse-choose-completion.
6317
6318 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
6319 file-cache-choose-completion.
6320 (file-cache-choose-completion): Handle an optional event argument.
6321 (file-cache-mouse-choose-completion): Make it an obsolete alias.
6322
6323 * progmodes/octave-mod.el (octave-complete-symbol):
6324 Use choose-completion if mouse-choose-completion is ever removed.
6325
6326 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
6327 use.
6328
6329 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
6330 compiler.
6331
6332 * vc-hooks.el (vc-responsible-backend): Fix declaration.
6333
6334 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6335
6336 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
6337 Ignore `pred' now that we receive one.
6338 Handle test-completion specially.
6339
6340 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6341
6342 * vc.el (vc-responsible-backend): Throw an error if not backend is
6343 found. Remove the REGISTER argument. Move the code dealing with
6344 REGISTER ...
6345 (vc-get-backend-for-registration): ... here. New function.
6346 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
6347 of vc-responsible-backend, pass the file name instead of the
6348 directory name.
6349
6350 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6351
6352 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
6353 New funs.
6354 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
6355 (pcomplete-comint-setup): Don't modify a global var via
6356 accidental side-effects.
6357 (pcomplete-shell-setup): Adjust call accordingly.
6358 (pcomplete-parse-comint-arguments): Use push.
6359
6360 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
6361
6362 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
6363 Allow uncapitalized info node names (Bug#3921).
6364
6365 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
6366 to the DEBUG file (Bug#3781).
6367
6368 2009-10-23 Jari Aalto <jari.aalto@cante.net>
6369
6370 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
6371 dictionary entry (Bug#4579).
6372
6373 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
6374
6375 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
6376 from `rfn-eshadow-update-overlay-hook' when unloading.
6377 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
6378 "rsyncc". Adjust doc string.
6379 (tramp-temp-buffer-file-name): New buffer-local defvar.
6380 (tramp-handle-insert-file-contents, tramp-handle-write-region):
6381 Keep temporary file when indicated by method ("rsync" and
6382 "rsyncc").
6383 (tramp-handle-write-region): Handle APPEND.
6384 (tramp-delete-temp-file-function): New defun. Added to
6385 `kill-buffer-hook'.
6386
6387 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
6388
6389 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
6390
6391 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
6392
6393 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
6394 (color-name-rgb-alist, tty-standard-colors)
6395 (tty-color-mode-alist): Change to defconst.
6396
6397 * simple.el (mark-inactive): Purecopy message.
6398
6399 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
6400 (global-map, yank-menu):
6401 * textmodes/ispell.el (ispell-menu-map):
6402 * net/eudc.el (eudc-tools-menu):
6403 * international/mule-cmds.el (describe-language-environment-map)
6404 (setup-language-environment-map, set-coding-system-map)
6405 (mule-menu-keymap):
6406 * vc-hooks.el (vc-menu-entry, vc-menu-map):
6407 * replace.el (occur-mode-map):
6408 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
6409
6410 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
6411
6412 * calc/calc.el (math-read-number, math-read-number-simple): Use
6413 `save-match-data'.
6414
6415 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6416
6417 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
6418 rather than fiddling with global-map bindings, since it should only
6419 affect per-terminal settings.
6420 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
6421
6422 * minibuffer.el (completion-table-with-terminator): Allow to specify
6423 the terminator-regexp.
6424
6425 * simple.el (switch-to-completions): Look for *Completions* in other
6426 frames as well.
6427
6428 * pcomplete.el: Allow the use of completion-tables.
6429 (pcomplete-std-complete): New command.
6430 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
6431 (pcomplete--here): Use a function for `form' rather than an expression,
6432 so it can be byte-compiled.
6433 (pcomplete-here, pcomplete-here*): Adjust accordingly.
6434 Add edebug declaration.
6435 (pcomplete-show-completions): Remove unused var `curbuf'.
6436 (pcomplete-do-complete, pcomplete-stub):
6437 Don't assume `completions' is a list of strings any more.
6438
6439 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
6440
6441 * find-dired.el (find-name-arg): Fix typo in docstring.
6442
6443 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6444
6445 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
6446 (pcmpl-linux-fs-types): Same, and update to new modules layout.
6447
6448 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
6449 pcomplete-entries.
6450
6451 * comint.el (comint-read-input-ring, comint-write-input-ring)
6452 (comint-substitute-in-file-name)
6453 (comint-dynamic-complete-as-filename)
6454 (comint-dynamic-simple-complete)
6455 (comint-dynamic-list-filename-completions)
6456 (comint-dynamic-list-completions)
6457 (comint-redirect-results-list-from-process): Minor simplifications.
6458
6459 2009-10-21 Kevin Ryde <user42@zip.com.au>
6460
6461 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6462 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
6463 the first form. And insert a blank line after ";;; Code" since
6464 that's usual style. (Bug#4612)
6465
6466 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6467
6468 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6469
6470 * minibuffer.el (completion-table-with-terminator): Properly implement
6471 boundaries, in case `terminator' appears in the suffix.
6472 (completion--embedded-envvar-table): Don't return boundaries if
6473 there's no valid completion. Simplify.
6474 (completion-file-name-table): New completion table extracted from
6475 completion--file-name-table.
6476 (completion--file-name-table): Use it.
6477 (read-file-name-predicate): Declare obsolete.
6478 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6479 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6480 completion-file-name-table, and use the `pred' argument.
6481 * files.el (locate-file-completion-table): Use the `pred' arg rather
6482 than read-file-name-predicate.
6483 (abbreviate-file-name): Use \` rather than ^ for BOS.
6484
6485 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6486
6487 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6488 vc-responsible-backend to register, it causes problems.
6489
6490 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6491
6492 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6493
6494 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
6495
6496 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6497 (tramp-smb-handle-file-attributes): Use it.
6498 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6499 (tramp-smb-handle-insert-directory): Use `mapc' rather than
6500 `mapcar'. Use `tramp-smb-get-stat-capability'.
6501 Add `dired-filename' text properties.
6502 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6503 (tramp-smb-maybe-open-connection): Simplify check for smbclient
6504 version.
6505
6506 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6507
6508 * subr.el (read-key-delay): Reduce to 0.01.
6509 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6510 (bug#4751).
6511
6512 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6513
6514 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6515
6516 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6517 (Info-menu): Remove unused vars `last' and `completions'.
6518 (Info-index-nodes): Remove unused var `node'.
6519
6520 * info.el (Info-complete-menu-item): Use complete-with-action.
6521
6522 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6523
6524 Make vc-annotate work through copies and renames.
6525 * vc-annotate.el (vc-annotate-extract-revision-at-line):
6526 Return the file name too.
6527 (vc-annotate-revision-at-line)
6528 (vc-annotate-find-revision-at-line)
6529 (vc-annotate-revision-previous-to-line)
6530 (vc-annotate-show-log-revision-at-line): Update to get the file
6531 name from vc-annotate-extract-revision-at-line.
6532 (vc-annotate-show-diff-revision-at-line-internal): Change the
6533 argument to mean whether to show a file diff or not. Get the file
6534 name from vc-annotate-extract-revision-at-line.
6535 (vc-annotate-show-diff-revision-at-line):
6536 Update vc-annotate-show-diff-revision-at-line call.
6537 (vc-annotate-warp-revision): Add an optional file argument.
6538
6539 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6540 (vc-git-annotate-extract-revision-at-line): Also return the file
6541 name if found.
6542
6543 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6544 command. Remove unused code.
6545 (vc-hg-annotate-re): Update to match --follow output.
6546 (vc-hg-annotate-extract-revision-at-line): Also return the file
6547 name if found.
6548
6549 * vc.el: Update annotate-extract-revision-at-line documentation.
6550
6551 2009-10-18 Kevin Ryde <user42@zip.com.au>
6552
6553 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6554 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6555
6556 * net/browse-url.el (browse-url): Identify alist with "consp and
6557 not functionp" and let all other things go down the `apply' leg,
6558 as suggested by Stefan. (Further to bug#4531.)
6559
6560 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
6561
6562 * minibuffer.el (read-file-name): Check for repeat before putting
6563 a default argument in file-name-history (Bug#4657).
6564
6565 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6566 read syntax (Bug#4737).
6567
6568 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6569
6570 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6571
6572 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6573 (html-tag-alist, html-tag-help): Add descriptions for undocumented
6574 entries and make note of obsolete tags.
6575
6576 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6577
6578 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6579
6580 2009-10-18 Glenn Morris <rgm@gnu.org>
6581
6582 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6583 grep, so that binary files (eg international/uni-bidi.el) can match.
6584 Remove test for "UnicodeData" files, since it is hopefully unnecessary
6585 now, and in any case the file header format has changed.
6586
6587 2009-10-17 Glenn Morris <rgm@gnu.org>
6588
6589 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6590 (flyspell-get-word, flyspell-large-region)
6591 (flyspell-auto-correct-previous-word): Doc/error message fixes.
6592
6593 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6594
6595 * Makefile.in (ELCFILES): Add ede/shell.
6596
6597 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6598
6599 * term/common-win.el (x-colors): Purecopy it.
6600
6601 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6602
6603 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6604 permissive for when the buffer is empty.
6605 (tar-header-block-tokenize): Decode the username and groupname.
6606 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6607
6608 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6609
6610 * international/mule-cmds.el (select-safe-coding-system): If the file
6611 has a coding cookie, use it regardless of any other setting (bug#4712).
6612
6613 2009-10-17 Glenn Morris <rgm@gnu.org>
6614
6615 * foldout.el (foldout-mouse-swallow-events):
6616 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6617
6618 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6619 (dired-keep-marker-copy, dired-keep-marker-hardlink)
6620 (dired-keep-marker-symlink, dired-dwim-target)
6621 (dired-copy-preserve-time): Do not autoload these defcustoms.
6622
6623 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6624 messages from messing up the file coding. (Bug#4623)
6625
6626 2009-10-17 Jari Aalto <jari.aalto@cante.net>
6627
6628 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6629 if no match is found for the current dictionary. (Bug#4578)
6630
6631 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6632 optional, since that is how it is documented, and this is often called
6633 with a nil argument. (Bug#4577)
6634 (flyspell-external-point-words, flyspell-auto-correct-word)
6635 (flyspell-correct-word-before-point, flyspell-word-search-forward)
6636 (flyspell-word-search-backward): Remove nil argument in calls to
6637 flyspell-get-word, since it is not needed now.
6638
6639 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
6640
6641 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
6642
6643 2009-10-16 Glenn Morris <rgm@gnu.org>
6644
6645 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6646
6647 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6648
6649 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6650 (ange-ftp-file-size): New function.
6651 (ange-ftp-file-attributes): Use it.
6652
6653 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
6654
6655 * net/tramp-smb.el (tramp-smb-version): New defvar.
6656 (tramp-smb-maybe-open-connection): Use it, in order to avoid
6657 repeated checks.
6658
6659 2009-10-16 Glenn Morris <rgm@gnu.org>
6660
6661 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6662 Maybe copy some custom properties from old to new name. (Bug#4706)
6663
6664 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
6665
6666 * subr.el (error, sit-for, start-process-shell-command)
6667 (start-file-process-shell-command): Set the calling convention
6668 after the function definition.
6669
6670 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6671
6672 * subr.el (error, sit-for, start-process-shell-command)
6673 (start-file-process-shell-command): Use the new
6674 set-advertised-calling-convention feature.
6675
6676 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
6677
6678 * international/ucs-normalize.el (ucs-normalize-version):
6679 Change to 1.2.
6680 (check-range): Adjust for Unicode 5.2.
6681
6682 2009-10-15 Juri Linkov <juri@jurta.org>
6683
6684 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6685 to the `menu-item' format.
6686
6687 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
6688
6689 * net/tramp.el (tramp-replace-environment-variables): Do not fail
6690 if the environment variable does not exist.
6691
6692 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6693 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6694 parameter.
6695 (tramp-smb-handle-add-name-to-file)
6696 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6697 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6698 (tramp-smb-handle-file-attributes)
6699 (tramp-smb-do-file-attributes-with-stat)
6700 (tramp-smb-handle-file-local-copy)
6701 (tramp-smb-handle-insert-directory)
6702 (tramp-smb-handle-make-directory)
6703 (tramp-smb-handle-make-directory-internal)
6704 (tramp-smb-handle-make-symbolic-link)
6705 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6706 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6707 (tramp-smb-maybe-open-connection): Apply the changed parameters.
6708 (tramp-smb-read-file-entry): Read Disk names in compressed format.
6709 Handle long file names.
6710 (tramp-smb-get-cifs-capabilities): Check, whether the connection
6711 process is running.
6712 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6713 Read share names with "-g" option.
6714
6715 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
6716
6717 * net/rcirc.el (rcirc-view-log-file): New command.
6718 (rcirc-track-minor-mode-map): Remove C-c ` binding.
6719 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6720 specified.
6721
6722 2009-10-15 Glenn Morris <rgm@gnu.org>
6723
6724 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6725 from the second command-line argument.
6726 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6727 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6728 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6729 w32-batch-update-autoloads.
6730 * emacs-lisp/autoload.el (autoload-make-program): New variable.
6731 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6732
6733 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6734 the headers cannot be located. Simplify, subtracting superflous
6735 save-excursions.
6736
6737 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6738
6739 Replace completion-base-size by completion-base-position to fix bugs
6740 such as (bug#4699).
6741 * simple.el (completion-base-position): New var.
6742 (completion-base-size): Mark as obsolete.
6743 (choose-completion): Make it work for mouse events as well.
6744 Pass the new base-position to choose-completion-string.
6745 (choose-completion-guess-base-position): New function, extracted from
6746 choose-completion-delete-max-match.
6747 (choose-completion-delete-max-match): Use it. Make obsolete.
6748 (choose-completion-string): Use the new base-position info.
6749 (completion-root-regexp): Delete.
6750 (completion-setup-function): Preserve completion-base-position.
6751 Eliminate obsolete base-size manipulation.
6752 * minibuffer.el (display-completion-list): Don't mess with base-size.
6753 (minibuffer-completion-help): Set completion-base-position instead.
6754 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6755 choose-completion.
6756 * textmodes/bibtex.el (bibtex-complete):
6757 * emacs-lisp/crm.el (crm--choose-completion-string):
6758 Adjust to new calling convention.
6759 * complete.el (partial-completion-mode): Use minibufferp to avoid
6760 bumping into incompatible change to choose-completion-string-functions.
6761 * ido.el (ido-choose-completion-string): Make its calling convention
6762 more permissive.
6763 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6764 base-size manipulation.
6765 (comint-dynamic-list-input-ring): Use dotimes and push.
6766 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6767 fundamental-mode. Use `or'.
6768
6769 2009-10-14 Juri Linkov <juri@jurta.org>
6770
6771 * misearch.el (multi-isearch-next-buffer-from-list)
6772 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
6773
6774 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6775
6776 * Makefile.in (compile-onefile): Load `bytecomp' rather than
6777 `bytecomp.el'.
6778
6779 * minibuffer.el (completion-pcm--merge-completions): Make sure the
6780 string we return is all made up of text from the completions rather
6781 than part from the completions and part from the input (bug#4219).
6782
6783 * ido.el (ido-everywhere): Use define-minor-mode.
6784
6785 * buff-menu.el (list-buffers, ctl-x-map):
6786 Mark the entry points with ;;;###autoload cookies.
6787
6788 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6789
6790 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6791 correctly in the detached head case.
6792 (vc-git-print-log): Remove unused binding.
6793
6794 * vc.el (vc-responsible-backend): When a directory is passed for
6795 for registration create a VC repository if no backend is
6796 responsible for the directory argument.
6797 (vc-deduce-fileset): Tell vc-responsible-backend to register.
6798
6799 * vc.el: Move comments about RCS and SCCS ...
6800 * vc-rcs.el:
6801 * vc-sccs.el: ... here, respectively.
6802
6803 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6804
6805 * minibuffer.el (completion--file-name-table): Return nil if there's
6806 no file completion, even if substitute-in-file-name changed
6807 the string (bug#4708).
6808
6809 2009-10-13 Juri Linkov <juri@jurta.org>
6810
6811 * files-x.el (read-file-local-variable-value): Don't filter out
6812 minor modes from mode name completion (bug#4664).
6813
6814 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6815
6816 * international/mule-cmds.el (ucs-names): Remove exclusion of
6817 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6818
6819 2009-10-13 Kenichi Handa <handa@m17n.org>
6820
6821 * international/uni-name.el: Regenerated.
6822
6823 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6824
6825 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
6826 should be automatically buffer-local, but isn't.)
6827
6828 2009-10-12 Sam Steingold <sds@gnu.org>
6829
6830 * progmodes/compile.el (compilation-next-error-function): Fix the
6831 timestamps if the buffer has been visited before.
6832 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6833 non-anchored patterns, like the perl one (bug#3928).
6834
6835 2009-10-12 Glenn Morris <rgm@gnu.org>
6836
6837 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6838 Let-bind `size'.
6839
6840 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
6841
6842 * proced.el (proced-unload-function): New function.
6843
6844 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6845 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6846 Doc fix.
6847
6848 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6849
6850 2009-10-11 Juri Linkov <juri@jurta.org>
6851
6852 * files-x.el (read-file-local-variable-value):
6853 Provide default value only for bound variables (bug#4664).
6854
6855 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
6856
6857 * net/tramp.el (tramp-local-host-p): Function shall return nil for
6858 connection methods like smb.
6859
6860 * net/tramp-cache.el (tramp-flush-connection-property): The hash
6861 can be empty.
6862
6863 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6864 (tramp-smb-file-name-handler-alist): Add handlers for
6865 `add-name-to-file', `make-symbolic-link'.
6866 (tramp-smb-handle-add-name-to-file)
6867 (tramp-smb-do-file-attributes-with-stat)
6868 (tramp-smb-handle-make-symbolic-link)
6869 (tramp-smb-get-cifs-capabilities): New defuns.
6870 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6871 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6872 (tramp-smb-handle-file-local-copy)
6873 (tramp-smb-handle-make-directory-internal)
6874 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6875 The file name syntax depends on cifs capabilities.
6876 (tramp-smb-handle-file-attributes):
6877 Call `tramp-smb-do-file-attributes-with-stat' if possible.
6878 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6879 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6880
6881 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
6882
6883 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6884 (eieio-defclass): Apply deftype handler and setf-method properties
6885 directly.
6886 (eieio-add-new-slot): Avoid union function from cl library.
6887 (eieio--typep): New function.
6888 (eieio-perform-slot-validation): Use it.
6889
6890 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6891
6892 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6893 Update documentation to refer to the variables documented in r1.135.
6894 (Bug#4188)
6895
6896 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6897
6898 * bookmark.el (Info-suffix-list): Remove this unused variable.
6899 (bookmark-current-point): Remove this obsolete variable.
6900 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6901 Adjust for removal of bookmark-current-point.
6902
6903 (bookmarks-already-loaded, bookmark-current-buffer)
6904 (bookmark-yank-point): Document. (Bug#4188)
6905
6906 2009-10-10 Glenn Morris <rgm@gnu.org>
6907
6908 * frame.el (frame-height): Doc fix.
6909
6910 * calendar/calendar.el (calendar-split-width-threshold): New option.
6911 (calendar-basic-setup): Use calendar-split-width-threshold.
6912
6913 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
6914
6915 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6916 Ideographic Supplement" range (U+1F200..U+1F2FF).
6917
6918 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6919
6920 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6921 since the list will have been rebuilt anyway. (Bug#4349)
6922
6923 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6924
6925 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6926 (bookmark-bmenu-execute-deletions): Don't save here, as
6927 bookmark-delete will now do so if necessary.
6928 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6929 (Bug#4348)
6930
6931 2009-10-09 Glenn Morris <rgm@gnu.org>
6932
6933 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6934
6935 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6936
6937 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6938 (bookmark-jump-other-window): Just invoke bookmark-jump with new
6939 argument now, so the two function's behaviors will match. (Bug#3645)
6940
6941 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
6942
6943 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6944 (tramp-file-name-real-host, tramp-file-name-port):
6945 Apply `save-match-data'.
6946
6947 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6948 case both directories are remote.
6949 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6950 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6951
6952 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6953
6954 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6955
6956 2009-10-07 Glenn Morris <rgm@gnu.org>
6957
6958 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6959 of concat.
6960
6961 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6962
6963 * files-x.el (read-file-local-variable): Include some
6964 non-user-variables in the completion table (bug#4664).
6965
6966 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
6967
6968 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6969 message.
6970
6971 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6972 (tramp-smb-file-name-handler-alist): Add handler for
6973 `copy-directory', `expand-file-name', `set-file-modes'.
6974 (tramp-smb-handle-copy-directory)
6975 (tramp-smb-handle-expand-file-name)
6976 (tramp-smb-handle-set-file-modes): New defuns.
6977 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6978 (tramp-smb-handle-file-attributes): Simplify check for retrieving
6979 entry.
6980 (tramp-smb-handle-insert-directory): Don't flush the cache.
6981 (tramp-smb-maybe-open-connection): Check for samba client and
6982 server versions.
6983
6984 2009-10-07 Eli Zaretskii <eliz@gnu.org>
6985
6986 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6987 to not error out of search for "^lisp=" fails.
6988
6989 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6990
6991 * makefile.w32-in (WINS_UPDATES): New macro.
6992 (custom-deps, finder-data, autoloads): Use it.
6993
6994 2009-10-07 Glenn Morris <rgm@gnu.org>
6995
6996 * Makefile.in (autoloads): Revert previous change.
6997 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6998 the list of preloaded files passed on the command-line, get
6999 it from src/Makefile.
7000
7001 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
7002 show the original buffer rather than a random one.
7003
7004 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
7005
7006 * help.el (describe-no-warranty): Place point in a slightly better
7007 position in the GPLv3 text.
7008
7009 2009-10-06 Sam Steingold <sds@gnu.org>
7010
7011 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
7012 the comm attribute is present before calling regexp-quote.
7013
7014 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
7015
7016 * play/animate.el (animate-string): For good effect, make sure
7017 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
7018
7019 * play/animate.el (animate-sequence, animate-birthday-present):
7020 * misc.el (butterfly): Don't set `indent-tabs-mode'.
7021
7022 2009-10-06 Glenn Morris <rgm@gnu.org>
7023
7024 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
7025
7026 * emacs-lisp/autoload.el (autoload-excludes): New variable.
7027 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
7028 (batch-update-autoloads): Process a string value of autoload-excludes,
7029 set during the build process.
7030 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
7031
7032 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
7033 inside with-parsed... macro so that `v' is defined.
7034
7035 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
7036 * progmodes/fortran.el (fortran-end-of-block)
7037 (fortran-beginning-of-block):
7038 Also push mark in the macro case.
7039
7040 * emerge.el (emerge-show-file-name):
7041 * calc/calc.el (calc-quit):
7042 * calc/calc-misc.el (calc-big-or-small):
7043 * calc/calc-graph.el (calc-graph-view):
7044 * calc/calc-ext.el (calc-reset):
7045 * calendar/calendar.el (calendar-basic-setup):
7046 Use window-full-height-p.
7047
7048 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
7049 header we don't understand, don't insert another. (Bug#4624)
7050 If changing mime charset, insert the new one in the right place.
7051
7052 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
7053
7054 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7055 (cal-tex-cursor-month): Correctly increment the end date for diary and
7056 holiday listing. (Bug#4626)
7057
7058 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7059
7060 * help-fns.el (describe-function-1): Don't burp if the function is not
7061 a symbol.
7062
7063 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
7064
7065 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
7066 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
7067 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
7068 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
7069
7070 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
7071 (eieio-default-superclass): Reflow docstrings.
7072 (this, class-option-assoc, defclass, eieio-class-un-autoload)
7073 (eieio-unbind-method-implementations, defmethod)
7074 (eieio-validate-slot-value, eieio-validate-class-slot-value)
7075 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
7076 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
7077 (eieio-slot-originating-class-p, eieio-slot-name-index)
7078 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
7079 (constructor, initialize-instance, no-next-method, object-print)
7080 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
7081 Fix typos in docstrings.
7082 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
7083 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
7084 (next-method-p): Doc fixes.
7085 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
7086 Fix typos in error messages.
7087 (eieio-defmethod): Fix typo in description of generic method.
7088
7089 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
7090 (eieio-persistent-save-interactive, slot-missing):
7091 Fix typos in docstrings.
7092 (eieio-instance-inheritor-slot-boundp): Doc fix.
7093
7094 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
7095 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
7096
7097 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
7098 (eieio-custom-object-apply-reset):
7099 Fix typos in docstrings and error messages.
7100
7101 * emacs-lisp/eieio-datadebug.el (data-debug-show):
7102 Fix typo in docstring.
7103
7104 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
7105 (eieio-browse-tree): Doc fix.
7106 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
7107 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
7108 Fix typos in docstrings.
7109
7110 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
7111 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
7112 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
7113 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
7114 Reflow docstrings.
7115
7116 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
7117
7118 * vc-hg.el (log-view-vc-backend): Declare for compiler.
7119 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
7120 Set log-view-vc-backend so that diff can work.
7121
7122 * log-view.el (log-view-diff): Use vc-diff-internal instead of
7123 vc-version-diff.
7124 (vc-diff-internal): Autoload this instead of vc-version-diff.
7125
7126 2009-10-05 Eli Zaretskii <eliz@gnu.org>
7127
7128 * simple.el (eval-expression): Doc fix.
7129
7130 * progmodes/cwarn.el (cwarn-mode): Doc fix.
7131
7132 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
7133
7134 * files.el (directory-files-no-dot-files-regexp): New defconst.
7135 (delete-directory): Use it.
7136 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
7137
7138 * net/tramp.el (tramp-verbose): Fix docstring.
7139 (tramp-methods): Add recursive option to `tramp-copy-args'.
7140 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
7141 "scp1_old", "scp2_old", "rsync", "rsyncc".
7142 (tramp-default-method): Check also for `auth-source-user-or-password'.
7143 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7144 Add handler for `copy-directory'.
7145 (tramp-handle-copy-directory): New defun.
7146 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
7147 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
7148 Optimize sent command.
7149
7150 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7151
7152 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
7153 window if necessary.
7154
7155 * calendar/calendar.el (calendar-basic-setup): Don't call
7156 switch-to-buffer in a dedicated window.
7157
7158 2009-10-05 Karl Fogel <kfogel@red-bean.com>
7159
7160 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
7161 don't do anything related to relocating, just return nil.
7162 (bookmark-error-no-filename): New error.
7163 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
7164 bookmark has no file. Don't even attempt to handle things that
7165 are not files; the whole point of custom handlers is to keep that
7166 knowledge elsewhere anyway. Tighten some comments.
7167 (bookmark-file-or-variation-thereof): Remove now-unused function.
7168 (bookmark-location): Doc string fix.
7169 (Bug#4250)
7170
7171 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7172
7173 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
7174 don't use a file dialog, because they usually don't know how to read
7175 a directory target from the user. (Bug#4230)
7176 Also, make sure the prompt can display directories as well as files.
7177
7178 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7179
7180 * bookmark.el (bookmark-set, bookmark-buffer-name):
7181 Improve doc strings. (Bug#1193)
7182
7183 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7184
7185 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
7186 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
7187 (bookmark-get-annotation, bookmark-set-annotation)
7188 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
7189 (bookmark-set-position, bookmark-get-front-context-string)
7190 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
7191 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
7192 (bookmark-jump-other-window, bookmark-handle-bookmark)
7193 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
7194 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
7195 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
7196 Improve doc strings to say whether bookmark can be a string or
7197 a record or both, and make other consistency and clarity fixes.
7198 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
7199 (bookmark-default-annotation-text, bookmark-yank-word)
7200 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
7201 (bookmark-import-new-list, bookmark-maybe-rename)
7202 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
7203 (bookmark-bmenu-bookmark): Give these doc strings.
7204 (bookmark-bmenu-check-position): Give this a doc string, but also
7205 add a FIXME comment about how the function may be pointless.
7206 (bookmark-default-handler): Rework doc string and change a
7207 parameter name, to clarify that this takes a bookmark record
7208 not a bookmark name.
7209 (bookmark-set): Change a parameter name to indicate its meaning,
7210 and improve the doc string a bit.
7211 (Bug#4188)
7212
7213 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7214
7215 * bookmark.el (bookmark-alist): Document the new `handler' element
7216 in the param alist.
7217 (bookmark-make-record-function): Adjust documentation for above.
7218 (Bug#4193)
7219
7220 2009-10-04 Karl Fogel <kfogel@red-bean.com>
7221
7222 * info.el (Info-bookmark-make-record): Document this function.
7223 (Info-bookmark-jump): Document with a doc string, not just a comment.
7224 (Bug#4203)
7225
7226 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
7227
7228 * files.el (copy-directory): New defun.
7229
7230 * dired-aux.el (dired-copy-file-recursive): Use it.
7231
7232 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7233
7234 * files-x.el (modify-dir-local-variable)
7235 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
7236 docstrings.
7237
7238 * recentf.el (recentf-unload-function): New function.
7239
7240 2009-10-04 Glenn Morris <rgm@gnu.org>
7241
7242 * window.el (window-full-height-p): Add doc string.
7243
7244 2009-10-04 Martin Rudalics <rudalics@gmx.at>
7245
7246 * window.el (window-full-height-p): New function. (Bug#4543)
7247
7248 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
7249
7250 * vc.el: Remove commented out code.
7251 (vc-derived-from-dir-mode): Remove, unused.
7252 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7253
7254 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
7255
7256 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7257 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
7258 there could be recursive loading when `default-directory' is a
7259 remote file name. (Bug#4614)
7260
7261 2009-10-03 Glenn Morris <rgm@gnu.org>
7262
7263 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7264 the frame is wide.
7265 (calendar-generate-window): Test for shrinkability rather than width.
7266
7267 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7268 reusing existing buffers, in case we happen to visit two files with the
7269 same basename. (Bug#4593)
7270
7271 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7272
7273 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7274 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7275 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7276 subdirs of cedet as well.
7277 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7278
7279 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7280
7281 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7282 Obey advertised-signature-table.
7283
7284 * help-fns.el (help-function-arglist): Don't check
7285 advertised-signature-table.
7286 (describe-function-1): Do it here instead so it also applies to subrs.
7287
7288 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
7289
7290 * simple.el (start-file-process): Say in the doc-string, that file
7291 handlers might not support pty association, if PROGRAM is nil.
7292
7293 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7294 HOST and USER are strings. They are nil, when there are
7295 incomplete entries in ~/.netrc, for example.
7296 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
7297 root directory ("device busy" error otherwise).
7298
7299 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7300 Flush file properties of created directory.
7301
7302 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7303
7304 * makefile.w32-in (WINS_BASIC): Remove cedet.
7305 (WINS_CEDET): Add cedet.
7306 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7307
7308 2009-10-02 Kevin Ryde <user42@zip.com.au>
7309
7310 * net/browse-url.el (browse-url): Pass any symbol in
7311 browse-url-browser-function to `apply', since if you've mistakenly put
7312 an unbound symbol then the error is clearer. (Bug#4531)
7313
7314 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7315
7316 * allout.el (allout-init, allout-back-to-current-heading)
7317 (allout-beginning-of-current-entry, allout-ascend-to-depth)
7318 (allout-ascend, allout-up-current-level, allout-end-of-level)
7319 (allout-previous-visible-heading, allout-forward-current-level)
7320 (allout-backward-current-level, allout-show-children):
7321 * apropos.el (apropos-describe-plist):
7322 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7323 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7324 * completion.el (add-completion, add-permanent-completion):
7325 * descr-text.el (describe-text-category, describe-char):
7326 * desktop.el (desktop-lazy-abort):
7327 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7328 * dired.el (dired-build-subdir-alist):
7329 * ediff.el (ediff-version):
7330 * elide-head.el (elide-head, elide-head-show):
7331 * emerge.el (emerge-version):
7332 * env.el (getenv):
7333 * face-remap.el (variable-pitch-mode):
7334 * faces.el (describe-face):
7335 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7336 (dired-at-point):
7337 * files.el (find-file-existing, auto-save-mode):
7338 * font-lock.el (font-lock-fontify-buffer):
7339 * help-fns.el (describe-function, describe-variable)
7340 (describe-syntax, describe-categories):
7341 * help.el (view-lossage, describe-bindings, describe-key)
7342 (describe-mode):
7343 * hexl.el (hexl-current-address):
7344 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7345 * info.el (Info-goto-emacs-key-command-node):
7346 * log-edit.el (log-edit-insert-cvs-template)
7347 (log-edit-insert-cvs-rcstemplate):
7348 * menu-bar.el (menu-bar-mode):
7349 * mouse.el (mouse-appearance-menu):
7350 * newcomment.el (comment-indent-new-line):
7351 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7352 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7353 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7354 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7355 * recentf.el (recentf-mode):
7356 * savehist.el (savehist-mode, savehist-save):
7357 * shadowfile.el (shadow-copy-files):
7358 * simple.el (kill-ring-save, next-line, previous-line)
7359 (normal-erase-is-backspace-mode):
7360 * strokes.el (strokes-update-window-configuration)
7361 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7362 (strokes-xpm-for-stroke):
7363 * time.el (emacs-uptime, emacs-init-time):
7364 * tutorial.el (tutorial--describe-nonstandard-key)
7365 (tutorial--detailed-help):
7366 * type-break.el (type-break-mode)
7367 (type-break-mode-line-message-mode, type-break-query-mode)
7368 (type-break-guesstimate-keystroke-threshold):
7369 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7370 * version.el (emacs-version):
7371 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7372 * winner.el (winner-mode):
7373 * calendar/timeclock.el (timeclock-in, timeclock-out)
7374 (timeclock-status-string, timeclock-change)
7375 (timeclock-workday-remaining-string)
7376 (timeclock-workday-elapsed-string)
7377 (timeclock-when-to-leave-string):
7378 * calendar/todo-mode.el (todo-add-category):
7379 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7380 * emacs-lisp/autoload.el (update-file-autoloads):
7381 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7382 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7383 (checkdoc-message-text, checkdoc-defun):
7384 * emacs-lisp/debug.el (debugger-list-functions):
7385 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7386 * emacs-lisp/eieio-opt.el (eieio-describe-class)
7387 (eieio-describe-generic):
7388 * emacs-lisp/lisp-mnt.el (lm-synopsis):
7389 * emacs-lisp/shadow.el (list-load-path-shadows):
7390 * emulation/cua-base.el (cua-mode):
7391 * emulation/edt.el (edt-set-scroll-margins):
7392 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7393 (tpu-toggle-regexp, tpu-toggle-search-direction)
7394 (tpu-toggle-rectangle, tpu-toggle-control-keys):
7395 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7396 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7397 (viper-set-parsing-style-toggling-macro)
7398 (viper-set-emacs-state-searchstyle-macros):
7399 * emulation/viper.el (viper-set-hooks):
7400 * eshell/esh-mode.el (eshell-truncate-buffer):
7401 * international/mule-cmds.el (prefer-coding-system)
7402 (describe-input-method, describe-language-environment):
7403 * international/mule-diag.el (list-character-sets)
7404 (describe-character-set, describe-coding-system)
7405 (describe-fontset, list-fontsets, list-input-methods):
7406 * mail/sendmail.el (mail-signature):
7407 * net/ange-ftp.el (ange-ftp-copy-file):
7408 * net/browse-url.el (browse-url):
7409 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7410 * net/quickurl.el (quickurl-add-url):
7411 * net/rcirc.el (names, topic):
7412 * net/xesam.el (xesam-mode):
7413 * play/5x5.el (5x5-new-game):
7414 * play/yow.el (apropos-zippy):
7415 * progmodes/ada-mode.el (ada-mode-version):
7416 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7417 (f90-end-of-block)
7418 (f90-beginning-of-block):
7419 * progmodes/fortran.el (fortran-end-of-block)
7420 (fortran-beginning-of-block):
7421 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7422 * progmodes/python.el (python-describe-symbol, python-shell):
7423 * term/ns-win.el (ns-print-buffer):
7424 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7425 * textmodes/flyspell.el (flyspell-mode-on):
7426 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7427 (pages-directory-for-addresses):
7428 * textmodes/table.el (table-recognize-cell)
7429 (table-query-dimension, table-generate-source)
7430 (table-insert-sequence, table--warn-incompatibility):
7431 * textmodes/tex-mode.el (tex-validate-buffer):
7432 * textmodes/texinfmt.el (texinfmt-version)
7433 (texinfo-format-buffer):
7434 Use `called-interactively-p' instead of `interactive-p'.
7435
7436 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7437
7438 * image-mode.el (image-toggle-display):
7439 * emacs-lisp/elp.el (elp-instrument-function):
7440 * emacs-lisp/advice.el (ad-make-advised-definition):
7441 * emacs-lisp/easy-mmode.el (define-minor-mode):
7442 * net/browse-url.el (browse-url-maybe-new-window):
7443 * progmodes/sh-script.el (sh-learn-buffer-indent):
7444 Pass new argument 'any to `called-interactively-p'.
7445
7446 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7447
7448 * international/uni-bidi.el:
7449 * international/uni-category.el:
7450 * international/uni-combining.el:
7451 * international/uni-comment.el:
7452 * international/uni-decimal.el:
7453 * international/uni-decomposition.el:
7454 * international/uni-digit.el:
7455 * international/uni-lowercase.el:
7456 * international/uni-mirrored.el:
7457 * international/uni-name.el:
7458 * international/uni-numeric.el:
7459 * international/uni-old-name.el:
7460 * international/uni-titlecase.el:
7461 * international/uni-uppercase.el:
7462 Regenerate from Unicode 5.2.0 data.
7463
7464 2009-10-01 Glenn Morris <rgm@gnu.org>
7465
7466 * Makefile.in (ELCFILES): Regenerate.
7467
7468 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7469
7470 * subr.el (interactive-p): Mark obsolete.
7471 (called-interactively-p): Make the optional-ness of `kind' obsolete.
7472 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7473 advertised-signature-table for subroutines as well.
7474
7475 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7476 (set-advertised-calling-convention): New function.
7477 (make-obsolete, define-obsolete-function-alias)
7478 (make-obsolete-variable, define-obsolete-variable-alias):
7479 Make the optional-ness of `when' obsolete.
7480 (define-obsolete-face-alias): Make `when' non-optional.
7481 * help-fns.el (help-function-arglist):
7482 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7483 Use advertised-signature-table.
7484
7485 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
7486
7487 * files.el (delete-directory): New defun. The original function
7488 in fileio.c has been renamed to `delete-directory-internal'.
7489
7490 * dired.el (dired-delete-file): Call `delete-directory' with
7491 RECURSIVE parameter.
7492
7493 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7494 parameter RECURSIVE. Implementation is missing.
7495
7496 * net/tramp.el (tramp-handle-make-directory): Flush upper
7497 directory's file properties.
7498 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7499 (tramp-handle-dired-recursive-delete-directory): Flush directory
7500 properties after the remove command only.
7501
7502 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7503 Handle optional parameter RECURSIVE.
7504
7505 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7506 Handle optional parameter RECURSIVE.
7507
7508 * net/tramp-smb.el (tramp-smb-errors): Add error message for
7509 connection timeout.
7510 (tramp-smb-handle-delete-directory): Handle optional parameter
7511 RECURSIVE.
7512
7513 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7514
7515 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7516 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7517 (byte-compile-defmacro): Use backquotes.
7518
7519 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7520
7521 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7522 has no associated file.
7523 (vc-resynch-buffer): Use vc-dir-buffers.
7524
7525 2009-10-01 Glenn Morris <rgm@gnu.org>
7526
7527 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7528 (chart-file-count):
7529 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7530 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7531 * emacs-lisp/eieio-opt.el (eieio-describe-class):
7532 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7533 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7534 (eieio-copy-parents-into-subclass, make-instance, class-children)
7535 (eieio-generic-form):
7536
7537 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7538 match-data. (Bug#4555).
7539
7540 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7541 rather than parsing it as a regexp. This relaxes the layout
7542 requirements and makes errors easier to detect.
7543 (check-declare-verify): Check file is regular.
7544 (check-declare-directory): Doc fix.
7545 * subr.el (declare-function): Doc fix.
7546
7547 * ibuffer.el (ibuffer-format-qualifier):
7548 * isearch.el (hi-lock-regexp-okay):
7549 * calc/calc.el (math-zerop):
7550 * mail/uce.el (rmail-msgbeg, rmail-msgend):
7551 * term/w32-win.el (setup-default-fontset, set-fontset-font):
7552 Remove unused declarations.
7553
7554 2009-09-30 Glenn Morris <rgm@gnu.org>
7555
7556 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7557
7558 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7559 filename is not a string.
7560
7561 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
7562
7563 * files.el (safe-local-eval-forms): Fix typo.
7564
7565 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7566
7567 * vc-hooks.el (vc-dir-buffers): New var.
7568 (vc-state-refresh): New function.
7569 (vc-state): Use it.
7570 (vc-after-save): Always ask the backend to recompute the new state.
7571 Always call vc-dir if necessary, using vc-dir-buffers.
7572 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7573 Use vc-dir-buffers.
7574 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7575 (vc-dir-prepare-status-buffer, vc-dir-update)
7576 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7577 Don't call expand-file-name on default-directory.
7578
7579 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7580
7581 * speedbar.el (speedbar-item-delete):
7582 * calc/calc-prog.el (calc-kbd-if):
7583 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7584
7585 * epa.el (epa-key-list-mode-map):
7586 * hi-lock.el (hi-lock-menu): Fix typos in menus.
7587
7588 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7589 (hs-show-hook): Fix typo in docstring.
7590
7591 2009-09-29 Glenn Morris <rgm@gnu.org>
7592
7593 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7594 file-name-nondirectory call preventing location of cedet files.
7595 (check-declare-verify): Use literal search rather than re-search.
7596 Add basic defmethod and defclass, and define-overloadable-function.
7597
7598 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7599 Use tramp-compat-file-attributes rather than nonexistent
7600 tramp-compat-handle-file-attributes.
7601
7602 * Makefile.in (lisptagsfiles4): New.
7603 (AUTOGENEL): Add cedet loaddefs files.
7604 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7605 (update-elclist, compile-always, backup-compiled-files)
7606 (bootstrap-clean): Add yet another directory level.
7607 (update-elclist): Use LC_COLLATE rather than COLLATE.
7608 (ELCFILES): Update, via `make update-elclist'.
7609
7610 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7611
7612 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7613 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7614 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7615
7616 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
7617
7618 * Makefile.in (lisptagsfiles3): Define.
7619 (TAGS, TAGS-LISP): Use it.
7620 (update-elclist): Add third directory level to look for elc files.
7621 (compile-always): Likewise.
7622 (backup-compiled-files): Likewise.
7623 (bootstrap-clean): Likewise.
7624 (ELCFILES): Update.
7625
7626 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
7627
7628 * Makefile.in (ELCFILES): Add CEDET files.
7629
7630 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
7631
7632 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7633
7634 * net/tramp.el (top): Require tramp-imap.
7635
7636 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7637 Use `tramp-compat-handle-file-attributes'.
7638
7639 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7640
7641 * net/tramp-imap.el: New package.
7642
7643 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7644
7645 * whitespace.el (whitespace-trailing-regexp)
7646 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7647 Fix doc string.
7648
7649 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
7650
7651 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7652 menu.
7653
7654 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7655 menu-bar-ediff-menu.
7656
7657 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7658 define-overloadable-function.
7659
7660 * progmodes/autoconf.el: Provide autoconf as well, so that this
7661 file can be `require'd.
7662
7663 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7664
7665 * emacs-lisp/autoload.el (generated-autoload-feature)
7666 (generated-autoload-load-name): New vars.
7667 (autoload-rubric, autoload-generate-file-autoloads): Use them.
7668 (make-autoload): Recognize define-overloadable-function and
7669 defclass forms (for EIEIO).
7670
7671 * Makefile.in (update-subdirs): Exclude cedet directory.
7672
7673 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7674
7675 * term/ns-win.el: Don't set the region face background. (Bug#4381)
7676
7677 * faces.el: Default light-background background for region face to
7678 ns_selection_color under NS.
7679
7680 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7681
7682 * net/imap-hash.el: New library, see NEWS.
7683
7684 * Makefile.in (ELCFILES): Add imap-hash.el.
7685
7686 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7687
7688 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7689 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7690 * help-macro.el (make-help-screen): Avoid using an ambiguous function
7691 definition where the docstring could be taken for the return value.
7692
7693 2009-09-26 Glenn Morris <rgm@gnu.org>
7694
7695 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7696 Add option to only show images below a certain size.
7697 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7698 save-excursion calls.
7699
7700 2009-09-26 Eli Zaretskii <eliz@gnu.org>
7701
7702 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7703 subdirectories) and eieio.
7704
7705 2009-09-26 Alan Mackenzie <acm@muc.de>
7706
7707 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7708 buggy bracketing. (Bug#4289)
7709
7710 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7711 character constants (as case labels). (Bug#4289)
7712
7713 2009-09-25 Juri Linkov <juri@jurta.org>
7714
7715 * files.el (safe-local-eval-forms): Allow time-stamp in
7716 before-save-hook (Bug#4554).
7717
7718 2009-09-25 Drew Adams <drew.adams@oracle.com>
7719
7720 * menu-bar.el (list-buffers-directory): Doc fix.
7721
7722 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
7723
7724 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7725 Try and avoid copying twice the same paragraph.
7726 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7727 Remove save-excursion.
7728 (log-edit-changelog-entry): Do it here instead.
7729
7730 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
7731
7732 * bs.el (bs--get-file-name): Use `list-buffers-directory'
7733 when available, instead of hardcoding mode names. Doc fix.
7734
7735 * menu-bar.el (list-buffers-directory): Add docstring.
7736 Make automatically buffer-local.
7737
7738 * dired.el (dired-mode):
7739 * files.el (cd-absolute):
7740 * pcvs.el (cvs-temp-buffer):
7741 * pcvs-util.el (cvs-get-buffer-create):
7742 * shell.el (shell-mode):
7743 * vc-dir.el (vc-dir-mode):
7744 Don't make `list-buffers-directory' buffer local.
7745
7746 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
7747
7748 * comint.el (comint-exec, comint-run, make-comint):
7749 Doc fixes (Bug#4542).
7750
7751 2009-09-25 Glenn Morris <rgm@gnu.org>
7752
7753 * mail/rmailmm.el (rmail-mime): New custom group.
7754 Move all defcustoms in this file into this group.
7755 (rmail-mime-media-type-handlers-alist): Revert previous change.
7756 (rmail-mime-show-images): New option.
7757 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7758 references to it, since it wasn't actually used for anything.
7759 (rmail-mime-insert-image): New function.
7760 (rmail-mime-image): Use rmail-mime-insert-image.
7761 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7762 obey the value of `rmail-mime-show-images' option. Print the size of
7763 attachments.
7764
7765 2009-09-25 David Engster <deng@randomsample.de>
7766
7767 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
7768
7769 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7770
7771 * whitespace.el: Does not highlight trailing spaces While point is
7772 at end of line. Does not highligt spaces at beginning of buffer
7773 while point is at beginning of buffer. Does not highlight spaces
7774 at end of buffer while point is at end of buffer. (Bug#4177)
7775 New version 12.0.
7776 (whitespace-display-mappings): Adjust initialization.
7777 (whitespace-point, whitespace-font-lock-refontify): New vars.
7778 (whitespace-color-on, whitespace-color-off): Adjust code.
7779 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7780 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7781 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7782
7783 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
7784
7785 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7786
7787 * textmodes/sgml-mode.el: Remove xml-mode alias.
7788
7789 * files.el (auto-mode-alist, conf-mode-maybe)
7790 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7791
7792 2009-09-24 Alan Mackenzie <acm@muc.de>
7793
7794 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7795 c-forward-conditionals, but it doesn't move point and doesn't set
7796 the mark.
7797 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7798 (c-down-conditional-with-else, c-backward-conditional)
7799 (c-forward-conditional): Refactor to use c-scan-conditionals.
7800
7801 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7802
7803 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7804 (help-default-arg-highlight): Remove.
7805 (help-highlight-arg): New function.
7806 (help-do-arg-highlight): Use it.
7807 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
7808
7809 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7810
7811 * term.el (term-set-scroll-region, term-handle-ansi-escape):
7812 Undo last change, which didn't fix the problem and introduced others.
7813
7814 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
7815
7816 * progmodes/gdb-mi.el: Don't require speedbar.
7817 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7818
7819 2009-09-24 Glenn Morris <rgm@gnu.org>
7820
7821 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7822
7823 * term/ns-win.el (ns-reg-to-script): Define for compiler.
7824
7825 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7826 there is no newline after the final mime boundary. (Bug#4539)
7827 Move markers on insertion so that any buttons inserted don't end up in
7828 the next part of a multipart message.
7829 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
7830 (rmail-mime-bulk-handler): Optionally handle images.
7831 (rmail-mime-image): New button action.
7832 (rmail-mime-image-handler): New function.
7833 (rmail-mime-mode): New mode.
7834 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
7835
7836 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7837
7838 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7839 than just dropping elements from it (bug#4504).
7840
7841 * term.el (term-set-scroll-region): Don't move cursor any more.
7842 (term-handle-ansi-escape): Call term-goto here instead.
7843 Suggested by Ivan Kanis <apple@kanis.eu>.
7844
7845 * term.el: Require CL.
7846 (term-ansi-reset): New function.
7847 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7848 (term-handle-colors-array): Simplify.
7849
7850 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7851
7852 * allout.el (allout-overlay-interior-modification-handler)
7853 (allout-obtain-passphrase):
7854 * epa-file.el (epa-file-write-region):
7855 * ps-print.el (ps-begin-job):
7856 * vc-hooks.el (vc-toggle-read-only):
7857 * vc-rcs.el (vc-rcs-rollback):
7858 * vc-sccs.el (vc-sccs-rollback):
7859 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7860 (vc-version-diff, vc-revert, vc-rollback):
7861 * wdired.el (wdired-check-kill-buffer):
7862 * emacs-lisp/authors.el (authors):
7863 * net/socks.el (socks-open-connection):
7864 * net/zeroconf.el (zeroconf-service-add-hook):
7865 * obsolete/vc-mcvs.el (vc-mcvs-register):
7866 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7867 (gdb-select-frame):
7868 * progmodes/grep.el (lgrep, rgrep):
7869 * progmodes/idlw-help.el (idlwave-help-check-locations)
7870 (idlwave-help-html-link, idlwave-help-assistant-open-link):
7871 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7872 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7873 (reftex-toc-rename-label): Fix typos in error messages.
7874
7875 * dired-aux.el (dired-do-shell-command): Reflow docstring.
7876 (dired-copy-how-to-fn): Doc fix.
7877 (dired-files-attributes, dired-read-shell-command):
7878 Fix typos in docstrings.
7879
7880 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7881 (dired-x-find-file-other-window): Reflow docstrings.
7882 (dired-omit-marker-char, dired-read-shell-command)
7883 (dired-x-submit-report): Fix typos in docstrings.
7884
7885 * shell.el (shell-mode-hook):
7886 * view.el (View-scroll-line-forward):
7887 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7888 Fix typos in docstrings.
7889
7890 * net/dig.el (dig-invoke): Fix typo in docstring.
7891 (query-dig): Reflow docstring.
7892
7893 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7894 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7895 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7896 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7897 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7898 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7899 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7900 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7901 (idlwave-completion-map, idlwave-current-indent)
7902 (idlwave-custom-ampersand-surround, idlwave-customize)
7903 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7904 (idlwave-define-abbrev, idlwave-determine-class-special)
7905 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7906 (idlwave-end-block-reg, idlwave-end-of-statement)
7907 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7908 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7909 (idlwave-explicit-class-listed, idlwave-file-header)
7910 (idlwave-fill-paragraph, idlwave-find-class-definition)
7911 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7912 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7913 (idlwave-in-quote, idlwave-indent-action-table)
7914 (idlwave-indent-expand-table, idlwave-indent-line)
7915 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7916 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7917 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7918 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7919 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7920 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7921 (idlwave-outlawed-buffers, idlwave-popup-select)
7922 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7923 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7924 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7925 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7926 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7927 (idlwave-statement-type, idlwave-struct-skip)
7928 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7929 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7930 (idlwave-what-module-find-class): Fix typos in docstrings.
7931 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7932 (idlwave-calculate-cont-indent, idlwave-expand-equal)
7933 (idlwave-find-module, idlwave-find-structure-definition)
7934 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7935 (idlwave-list-load-path-shadows, idlwave-next-statement)
7936 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7937 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7938 (idlwave-template): Reflow docstrings.
7939
7940 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7941 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7942 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7943 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7944 (idlwave-shell-display-line, idlwave-shell-display-wframe)
7945 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7946 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7947 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7948 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7949 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7950 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7951 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7952 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7953 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7954 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7955 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7956 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7957 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7958 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7959 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7960 Fix typos in docstrings.
7961 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7962 (idlwave-shell-hide-output, idlwave-shell-mode)
7963 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7964 Reflow docstrings.
7965
7966 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7967
7968 2009-09-24 Ivan Kanis <apple@kanis.eu>
7969
7970 * term.el (term-bold-attribute): New var.
7971 (term-handle-colors-array): Use it.
7972
7973 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
7974
7975 * progmodes/gdb-mi.el (gdb-version): New variable.
7976 (gdb-non-stop-handler): Set gdb-version.
7977 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7978 Condition "--thread" option on gdb-version.
7979 (gdb-invalidate-threads): Remove unused argument.
7980
7981 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7982
7983 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7984 to looking-back to avoid ridiculous slow down in large files (bug#4511).
7985
7986 2009-09-23 Glenn Morris <rgm@gnu.org>
7987
7988 * mail/rmail.el (rmail-reply): Don't try to add a References header when
7989 replying to mail without References or Message-Id. (Bug#4525)
7990
7991 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7992
7993 * term/ns-win.el (ns-reg-to-script): New variable.
7994
7995 2009-09-23 Daiki Ueno <ueno@unixuser.org>
7996
7997 * epg.el (epg-wait-for-status): Preserve existing 'error results.
7998
7999 2009-09-22 Sam Steingold <sds@gnu.org>
8000
8001 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
8002 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
8003 to 1 because hg returns status 1 when nothing is found.
8004 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
8005
8006 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8007
8008 * textmodes/fill.el: Convert to utf-8 encoding.
8009 (fill-french-nobreak-p): Remove redundant » and « inherited from our
8010 pre-unicode days.
8011
8012 * add-log.el (change-log-fill-forward-paragraph): New function.
8013 (change-log-mode): Use it so fill-region DTRT.
8014 Set fill-indent-according-to-mode here rather than in
8015 change-log-fill-paragraph.
8016 (change-log-fill-paragraph): Remove.
8017
8018 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
8019
8020 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
8021 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
8022
8023 2009-09-22 Glenn Morris <rgm@gnu.org>
8024
8025 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
8026 the scroll-bar scroll the calendar window rather than the buffer.
8027
8028 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
8029 commands that move point (as opposed to scrolling).
8030
8031 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
8032
8033 * emacs-lisp/elint.el (elint): New custom group.
8034 (elint-log-buffer): Make it a defcustom.
8035 (elint-scan-preloaded, elint-ignored-warnings)
8036 (elint-directory-skip-re): New options.
8037 (elint-builtin-variables): Doc fix.
8038 (elint-preloaded-env): New variable.
8039 (elint-unknown-builtin-args): Add an entry for encode-time.
8040 (elint-extra-errors): Make it a variable rather than a constant.
8041 (elint-preloaded-skip-re): New constant.
8042 (elint-directory): Skip files matching elint-directory-skip-re.
8043 (elint-features): New variable, local to linted buffers.
8044 (elint-update-env): Initialize elint-features. Possibly add
8045 elint-preloaded-env to the buffer's environment.
8046 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8047 Skip quoted forms.
8048 (elint-init-form): New function, extracted from elint-init-env.
8049 Make non-list forms a warning rather than an error.
8050 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8051 easy-menu-define, put that adds an error-condition, and provide.
8052 When requiring cl, also require cl-macs. Really require cl, to handle
8053 some cl macros. Store required libraries in the list elint-features,
8054 so as not to re-load them. Treat cc-require like require.
8055 (elint-init-env): Call elint-init-form to do the work.
8056 Handle eval-and-compile and such like.
8057 (elint-add-required-env): Do not clear messages.
8058 (elint-special-forms): Add handlers for function, defalias, if, when,
8059 unless, and, or.
8060 (elint-form): Add optional argument to ignore elint-special-forms,
8061 useful to prevent recursive calls from handlers. Doc fix.
8062 Respect elint-ignored-warnings.
8063 (elint-form): Respect elint-ignored-warnings.
8064 (elint-bound-variable, elint-bound-function): New variables.
8065 (elint-unbound-variable): Respect elint-bound-variable.
8066 (elint-get-args): Respect elint-bound-function.
8067 (elint-check-cond-form): Add some simple handling for (f)boundp and
8068 featurep tests.
8069 (elint-check-defalias-form): New handler.
8070 (elint-check-let-form): Make an empty let a warning rather than an
8071 error.
8072 (elint-check-setq-form): Make an empty setq a warning rather than an
8073 error. Respect elint-ignored-warnings.
8074 (elint-check-defvar-form): Accept null doc-strings.
8075 (elint-check-conditional-form): New handler. Does some simple-minded
8076 checking of featurep and (f)boundp tests.
8077 (elint-put-function-args): New function.
8078 (elint-initialize): Use elint-scan-doc-file rather than
8079 elint-find-builtin-variables. Use elint-put-function-args.
8080 Possibly scan preloaded-file-list.
8081 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8082 extend to handle functions as well.
8083
8084 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8085
8086 * linum.el (linum-delete-overlays, linum-update-window):
8087 Do not modify the right margin. (Bug#3971)
8088
8089 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
8090
8091 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
8092 nxml-mode instead of xml-mode.
8093
8094 2009-09-21 Kevin Ryde <user42@zip.com.au>
8095
8096 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8097
8098 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8099
8100 * net/dig.el (dig-mode): Use define-derived-mode.
8101
8102 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8103
8104 * vc-dispatcher.el (vc-do-command): Return the process object in
8105 the asynchronous case. Use when instead of if. Do not run
8106 vc-exec-after to display a message if not enabled. (Bug#4463)
8107
8108 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8109 properties to the stash strings.
8110 (vc-git-stash-list): Return a list of strings.
8111 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8112 (vc-git-stash-show-at-point): New functions.
8113 (vc-git-stash-map): New keymap.
8114
8115 * register.el (ctl-x-r-map): Define the keys here instead of
8116 using autoload.
8117
8118 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
8119
8120 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8121 list, to workaround performance problem (bug#4485).
8122
8123 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
8124
8125 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8126
8127 2009-09-20 Daiki Ueno <ueno@unixuser.org>
8128
8129 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8130 Document that this option is not recommended to use.
8131
8132 2009-09-19 Glenn Morris <rgm@gnu.org>
8133
8134 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8135 variable `var'.
8136
8137 * calc/calc-alg.el (var):
8138 * calc/calcalg2.el (var): Define for compiler.
8139
8140 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
8141
8142 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8143 Doc fix (Bug#3932).
8144
8145 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8146
8147 * time-stamp.el (time-stamp-month-dd-yyyy)
8148 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8149 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8150 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8151 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8152 Remove functions that have been obsolete since 1995 (Bug#4436).
8153
8154 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8155 indent buffer only if called interactively (Bug#4452).
8156
8157 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
8158 Eli Zaretskii <eliz@gnu.org>
8159
8160 This fixes bug#4197 (merged to bug#865, though not identical).
8161 * server.el (server-auth-dir): Add docstring note about FAT32.
8162 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8163 but warn against using them.
8164
8165 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
8166
8167 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8168 older GDB where there is no has_more field.
8169
8170 2009-09-19 Glenn Morris <rgm@gnu.org>
8171
8172 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8173
8174 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
8175
8176 * files.el (auto-mode-alist): Change default for XML files to nXML
8177 mode (Bug#4169).
8178
8179 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
8180
8181 * server.el (server-ensure-safe-dir): Pass 'integer
8182 to `file-attributes', as suggested.
8183
8184 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8185
8186 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8187 (dired-query): Use read-key.
8188
8189 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8190
8191 * cus-start.el (ns-use-qd-smoothing): Remove.
8192
8193 2009-09-18 Glenn Morris <rgm@gnu.org>
8194
8195 * allout.el (top-level): Remove unnecessary progn.
8196
8197 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8198
8199 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8200 definition of abbrev table.
8201
8202 * speedbar.el (speedbar-track-mouse):
8203 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8204 * net/eudc.el (eudc-expand-inline):
8205 * net/newst-backend.el (newsticker--cache-read-feed):
8206 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8207 condition-case handlers.
8208
8209 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
8210
8211 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8212 (gdb-var-list): Add an element for has_more field.
8213 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8214 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8215 (gdb-var-update-handler-1): Parse output of dynamic variable
8216 objects (STL containers).
8217 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8218 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8219
8220 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8221 gdb-var-list.
8222 (gud-speedbar-buttons): Make node expandable if expression "has more"
8223 children.
8224
8225 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
8226
8227 * startup.el (emacs-quick-startup): Remove variable and all uses.
8228 (command-line): Set `inhibit-x-resources' instead.
8229 (command-line-1): Use `inhibit-x-resources' instead.
8230
8231 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
8232
8233 * subr.el: Fix last change to avoid using the `unless' macro,
8234 which breaks bootstrapping.
8235
8236 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8237
8238 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8239 extended definitions, in case we reload subr.el after having
8240 loaded CL.
8241 (eval-next-after-load): Mark as obsolete.
8242
8243 2009-09-17 Juri Linkov <juri@jurta.org>
8244
8245 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8246 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8247 (menu-bar-showhide-menu, menu-bar-tools-menu)
8248 (menu-bar-describe-menu, menu-bar-help-menu)
8249 (minibuffer-local-completion-map, minibuffer-local-map):
8250 Fix list quoting.
8251
8252 2009-09-17 Glenn Morris <rgm@gnu.org>
8253
8254 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8255 arguments, whether or not it has a handler.
8256
8257 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8258
8259 * simple.el (hard-newline): Give it a doc-string.
8260
8261 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8262 (lisp-mode-syntax-table): Give them doc-strings.
8263
8264 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8265
8266 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8267 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8268 (menu-bar-options-menu, menu-bar-showhide-menu)
8269 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8270 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8271 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8272 (menu-bar-options-menu, menu-bar-tools-menu)
8273 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8274 (menu-bar-help-menu):
8275 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8276 string arguments.
8277
8278 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8279 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8280 calls for the menu names and :help.
8281
8282 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8283
8284 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8285 to :minor-mode-function (bug#4455).
8286
8287 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8288
8289 * startup.el (command-line): Initialize the window-system after
8290 processing the command-line.
8291
8292 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8293 page-delimiter matches the empty string.
8294
8295 2009-09-16 Glenn Morris <rgm@gnu.org>
8296
8297 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8298 byte-compile-not-obsolete-var. It's a list now.
8299 (byte-compile-not-obsolete-funcs): New variable.
8300 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8301 byte-compile-not-obsolete-funcs.
8302 (byte-compile-variable-ref, byte-compile-defvar): Update for
8303 byte-compile-not-obsolete-vars name-change and list nature.
8304 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8305 and variables behind (f)boundp tests.
8306 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8307
8308 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8309
8310 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8311
8312 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8313
8314 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8315 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8316 Don't autoload.
8317
8318 2009-09-15 Stephen Eglen <stephen@gnu.org>
8319
8320 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8321 the virtual-buffers, use the name of the buffer specified by
8322 find-file-noselect, as the match may be a symlink. (This was a
8323 problem if the target and the symlink had different names.)
8324
8325 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8326
8327 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8328
8329 * desktop.el (desktop-path): Check user-emacs-directory.
8330
8331 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8332
8333 * loadup.el: Use after-load-functions to GC after loading each file.
8334 Remove the explicit GC calls that used to be sprinkled around.
8335
8336 * subr.el (after-load-functions): New hook.
8337 (do-after-load-evaluation): Run it. Use string-match-p to detect
8338 `obsolete' packages, rather than painfully extracting the relevant
8339 directory name.
8340
8341 2009-09-15 Glenn Morris <rgm@gnu.org>
8342
8343 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8344 free variable `doc'.
8345
8346 * dired.el (dired-mode-map): Add menu entry for async shell command.
8347
8348 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8349 variables, also consider the .elc files, since the .el files are
8350 normally gzipped (subsequent code locates the .el.gz from the .elc).
8351
8352 * calc/calc-prog.el (arglist): Define for compiler.
8353
8354 * calendar/diary-lib.el (diary-display-function): Change the default to
8355 fancy display.
8356 (body): Define for compiler.
8357
8358 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8359 (byte-compile-file-form, byte-compile-lambda)
8360 (byte-compile-top-level-body, byte-compile-form)
8361 (byte-compile-variable-ref, byte-compile-setq)
8362 (byte-compile-setq-default, byte-compile-body)
8363 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8364 (batch-byte-compile): Give some more local variables with common names
8365 a "bytecomp-" prefix to avoid masking warnings about free variables.
8366
8367 * startup.el (command-line-1): Give local variables with common names a
8368 distinguishing prefix, so as not to hide free variable warnings during
8369 bootstrap.
8370
8371 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8372 clever and add a suffix to make a unique name, just let the user decide
8373 whether or not to overwrite it. If the input is a directory, write the
8374 default filename to that directory. (Bug#4388)
8375 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8376 is a filename-as-a-directory.
8377
8378 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8379
8380 * textmodes/page.el (what-page): Don't move to beginning of line.
8381 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8382
8383 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8384
8385 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8386
8387 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8388
8389 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8390 * help.el (help-for-help-internal): Add purecopy calls for text.
8391
8392 * vc.el (top): print-log method now takes an optional SHORTLOG
8393 argument. Add a new method: root.
8394 (vc-root-diff, vc-print-root-log): New functions.
8395 (vc-log-short-style): New variable.
8396 (vc-print-log-internal): Add support for showing short logs.
8397
8398 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8399 vc-print-root-log and vc-print-root-diff.
8400
8401 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8402 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8403 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8404 short logs.
8405
8406 * vc-cvs.el (vc-cvs-print-log):
8407 * vc-mtn.el (vc-mtn-print-log):
8408 * vc-rcs.el (vc-rcs-print-log):
8409 * vc-sccs.el (vc-sccs-print-log):
8410 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8411 that is ignored for now.
8412
8413 * vc-mtn.el (vc-mtn-annotate-command):
8414 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8415
8416 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8417
8418 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8419 to function-key-map, and give them ascii-character property.
8420 * term/x-win.el (x-alternatives-map):
8421 * term/ns-win.el (ns-alternatives-map):
8422 * term/internal.el (msdos-key-remapping-map):
8423 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8424
8425 2009-09-14 Glenn Morris <rgm@gnu.org>
8426
8427 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8428 temp-buffers (2009-09-12).
8429
8430 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8431
8432 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8433 the new read-key function.
8434
8435 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8436
8437 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8438 is defined (Bug#4405).
8439
8440 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
8441
8442 * recentf.el (recentf-cleanup): Use a hash table to find
8443 duplicates (Bug#4407).
8444
8445 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
8446
8447 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8448 kp-0 to ascii equivalents (Bug#4325).
8449
8450 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8451
8452 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8453
8454 * eshell/em-hist.el:
8455 * eshell/em-dirs.el (eshell-complete-user-reference):
8456 Declare pcomplete functions and variables to avoid compiler warnings.
8457
8458 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
8459
8460 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8461 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8462 * eshell/em-alias.el (eshell-aliases-file):
8463 * eshell/em-hist.el (eshell-history-file-name):
8464 Use expand-file-name instead of concat to make file names (Bug#4308).
8465
8466 2009-09-13 Glenn Morris <rgm@gnu.org>
8467
8468 * ediff-merg.el (ediff-do-merge):
8469 * filesets.el (filesets-run-cmd):
8470 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8471 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8472 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8473 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8474 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8475 Replace empty `let's with `progn'.
8476
8477 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8478
8479 * mail/sendmail.el (send-mail-function):
8480 * tooltip.el (tooltip-mode):
8481 * simple.el (transient-mark-mode):
8482 * rfn-eshadow.el (file-name-shadow-mode):
8483 * frame.el (blink-cursor-mode):
8484 * font-core.el (global-font-lock-mode):
8485 * files.el (temporary-file-directory)
8486 (small-temporary-file-directory, auto-save-file-name-transforms):
8487 * epa-hook.el (auto-encryption-mode):
8488 * composite.el (global-auto-composition-mode):
8489 Use custom-initialize-delay.
8490 * startup.el (command-line): Don't explicitly call
8491 custom-reevaluate-setting for all the above vars.
8492 * custom.el (custom-initialize-safe-set)
8493 (custom-initialize-safe-default): Delete.
8494
8495 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8496
8497 * term/x-win.el (x-initialize-window-system):
8498 * term/w32-win.el (w32-initialize-window-system):
8499 * term/ns-win.el (ns-initialize-window-system): Don't call
8500 mouse-wheel-mode since it's enabled globally by default already.
8501
8502 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8503 actually define the variable, but only silences the byte-compiler.
8504 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8505 before looking it up.
8506 (mouse-wheel-scroll-amount): Also reset the bindings if this value
8507 is changed.
8508
8509 2009-09-12 Glenn Morris <rgm@gnu.org>
8510
8511 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8512 1000.
8513 (elint-add-required-env): Don't beep on error.
8514 (elint-forms): In case of error, return ENV unchanged.
8515 (elint-init-env): Skip non-list forms.
8516 (elint-log): Handle unknown file positions.
8517
8518 2009-09-12 Daiki Ueno <ueno@unixuser.org>
8519
8520 * epg.el (epg-make-context): Add autoload cookie.
8521 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8522 (epg-decrypt-string, epg-start-verify, epg-verify-file)
8523 (epg-verify-string, epg-start-sign, epg-sign-file)
8524 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8525 (epg-encrypt-string, epg-start-export-keys)
8526 (epg-export-keys-to-file, epg-export-keys-to-string)
8527 (epg-start-import-keys, epg-import-keys-from-file)
8528 (epg-import-keys-from-string, epg-start-receive-keys)
8529 (epg-receive-keys, epg-import-keys-from-server)
8530 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8531 (epg-sign-keys, epg-start-generate-key)
8532 (epg-generate-key-from-file, epg-generate-key-from-string):
8533 Remove autoload cookie.
8534
8535 2009-09-12 Eli Zaretskii <eliz@gnu.org>
8536
8537 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8538 reevaluation of trash-directory.
8539
8540 * mwheel.el: Fix last change.
8541 (mouse-wheel-mode): New defvar.
8542 (mouse-wheel-mode): Remove autoload cookie.
8543
8544 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8545
8546 * mwheel.el (mwheel-installed-bindings): New var.
8547 (mouse-wheel-mode): Use it, so as to make sure we really remove all
8548 the bindings we set last time. Use custom-initialize-delay.
8549 * loadup.el: Load mwheel after term/*-win.el.
8550 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8551 and mouse-wheel-up-event now that their first evaluation is done
8552 sufficiently late to be correct.
8553
8554 * startup.el (tutorial-directory): Make it a defcustom.
8555 Use custom-initialize-delay rather than eval-at-startup to set it.
8556 * image.el (image-load-path): Make it a defcustom.
8557 Use custom-initialize-delay rather than eval-at-startup to set it.
8558 * subr.el (eval-at-startup): Remove.
8559 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8560
8561 * subr.el (do-after-load-evaluation): Warn the user after loading an
8562 obsolete package.
8563
8564 2009-09-12 Glenn Morris <rgm@gnu.org>
8565
8566 * proced.el (proced-mark-alt): Remove alias.
8567 (proced-mode-map): Remove proced-mark-alt.
8568
8569 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8570 Elint file and directory. Remove initialization entry.
8571
8572 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8573 commands.
8574 (elint-current-buffer): Set mode-line-process.
8575 (elint-init-env): Handle define-derived-mode.
8576 Fix declare-function with unspecified arglist. Guard against odd
8577 defalias statements (eg iso-insert's 8859-1-map).
8578 (elint-add-required-env): Use a temp buffer.
8579 (elint-form): Just print the function/macro name, not the whole form.
8580 Return env unchanged if we fail to parse a macro.
8581 (elint-forms): Guard against parse errors.
8582 (elint-output): New function, to handle batch mode.
8583 (elint-log-message): Add optional argument. Use elint-output.
8584 (elint-set-mode-line): New function.
8585
8586 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
8587
8588 * emacs-lisp/elp.el (elp-not-profilable): Add more
8589 functions (Bug#4233).
8590
8591 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
8592
8593 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8594 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8595
8596 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8597
8598 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8599 (gdb-var-list-children): Use json parsing.
8600
8601 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
8602
8603 * progmodes/js.el (js--proper-indentation): Handle the case where
8604 char-before is null. Reported by Deniz Dogan.
8605
8606 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8607
8608 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8609
8610 2009-09-11 Daiki Ueno <ueno@unixuser.org>
8611
8612 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8613 (epg-digest-algorithm-alist): Add SHA224.
8614 (epg-context-set-passphrase-callback)
8615 (epg-context-set-progress-callback): Add description about
8616 callback function.
8617
8618 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8619
8620 * custom.el (custom-delayed-init-variables): New var.
8621 (custom-initialize-delay): New function.
8622 * startup.el (command-line): "Re"evaluate all vars in
8623 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
8624 explicitly any more.
8625 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8626 to avoid creating a ~/.emacs.d at build-time (bug#4347).
8627
8628 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8629
8630 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8631
8632 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8633 (gdb-var-update-handler): Use json parsing.
8634
8635 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8636
8637 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8638 decode annotated text, regardless of language environment. (Bug#2741)
8639
8640 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8641
8642 * Makefile.in (autoloads): Make rmail.el writable as well.
8643
8644 2009-09-11 Glenn Morris <rgm@gnu.org>
8645
8646 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8647 loaddefs.el.
8648 * dired.el: Regenerate with extracted autoloads.
8649 * Makefile.in (autoloads): Make dired.el writable.
8650
8651 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8652 * ibuffer.el: Regenerate with extracted autoloads.
8653 * Makefile.in (autoloads): Make ibuffer.el writable.
8654
8655 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8656 * version.el (emacs-copyright, emacs-major-version)
8657 (emacs-minor-version): Reformat doc-strings for make-docfile.
8658
8659 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8660 functions and variables, since they must be stuff specific to some other
8661 platform.
8662 (apropos-print): Make mouse-click message less specific about button.
8663
8664 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8665 that records where a macro was defined.
8666 * help-fns.el (describe-function-1): Mention if a function has a
8667 compiler-macro.
8668 * help-mode.el (help-function-cmacro): New button.
8669
8670 * locate.el (top-level): Always require dired.
8671 (locate-mode-map): Initialize inside the defvar.
8672
8673 * net/ange-ftp.el (dired-compress-file): Declare.
8674 (ange-ftp-dired-compress-file): Add doc string.
8675
8676 * term/ns-win.el (x-display-name, x-setup-function-keys):
8677 Unify doc-strings with X versions.
8678
8679 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8680
8681 * emulation/crisp.el (crisp-mode-map): Move initialization
8682 into declaration.
8683 (crisp-mode): Use define-minor-mode.
8684
8685 * progmodes/xscheme.el (xscheme-evaluation-commands):
8686 Put a :advertised-binding property rather than using
8687 advertised-xscheme-send-previous-expression.
8688 (advertised-xscheme-send-previous-expression): Declare obsolete.
8689 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8690 `advertised-undo'.
8691 (crisp-mode): Add corresponding bindings to
8692 undo's :advertised-binding instead.
8693 * dired.el (dired-mode-map): Put a :advertised-binding property rather
8694 than using dired-advertised-find-file.
8695 (dired-advertised-find-file):
8696 * simple.el (advertised-undo):
8697 * wid-edit.el (advertised-widget-backward): Declare obsolete.
8698 (widget-keymap): Put a :advertised-binding property rather
8699 than using advertised-widget-backward.
8700 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8701 than using advertised-undo.
8702 * tutorial.el (tutorial--default-keys): Adjust accordingly.
8703
8704 2009-09-10 Simon South <ssouth@slowcomputing.org>
8705
8706 * progmodes/delphi.el (delphi-tab): Indent region when Transient
8707 Mark mode is enabled and region is active; otherwise indent or
8708 insert TAB as usual.
8709 (delphi-mode): Update description of TAB-key binding.
8710
8711 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8712
8713 * subr.el (define-key-rebound-commands): Mark obsolete.
8714 * startup.el (precompute-menubar-bindings): Remove.
8715 (normal-top-level): Remove obsolete code that tried to precompute
8716 menubar bindings.
8717 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8718 define-key-rebound-commands and precompute-menubar-bindings.
8719
8720 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8721
8722 * net/imap.el (imap-interactive-login): Better messages.
8723 (imap-open): Fix bug with renamed buffer on reconnect.
8724 (imap-authenticate): Add buffer-local imap-last-authenticator variable
8725 for easier debugging and cleaner code. On successful (guessed based on
8726 server capabilities) secondary authentication, set imap-state
8727 correctly.
8728 (imap-last-authenticator): Define imap-last-authenticator as a variable
8729 to avoid warnings.
8730
8731 2009-09-10 Glenn Morris <rgm@gnu.org>
8732
8733 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8734
8735 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8736 (byte-compile-file-form-autoload): Don't warn about unknown functions
8737 where the autoload statement comes after the use.
8738 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8739 that any handlers inside the body (eg require) are in turn respected.
8740
8741 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8742 effects.
8743
8744 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8745 and syntax and abbrev tables basic docs, if they don't have any.
8746
8747 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8748
8749 * international/mule-cmds.el (top-level): Require cl when compiling.
8750 (view-hello-file): Use default-value rather than
8751 default-enable-multibyte-characters.
8752
8753 * progmodes/fortran.el: Move all safe and risky properties into the
8754 defcustoms.
8755
8756 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8757 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8758 * mail/undigest.el:
8759 Put autoloads in rmail.el rather than loaddefs.el.
8760 * mail/rmail.el: Regenerate with extracted autoloads.
8761
8762 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8763 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8764
8765 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
8766
8767 Reported in thread for Bug#4375.
8768 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8769 "-data-evaluate-expression" instead of print.
8770 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8771 (gdb-tooltip-print): Parse output from above MI command.
8772 (gdb): Revert 2009-08-11 change. User should detach inferior
8773 manually.
8774
8775 Remove the word "separate" from IO functions as inferior
8776 output is now never displayed in the GUD buffer.
8777
8778 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
8779
8780 * startup.el (command-line-normalize-file-name): On Windows and
8781 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8782
8783 2009-09-10 Juri Linkov <juri@jurta.org>
8784
8785 * isearch.el (isearch-text-char-description): Propertize escape
8786 character sequences with the `escape-glyph' face. (Bug#4344)
8787
8788 * simple.el (shell-command): Set asynchronous process filter to
8789 `comint-output-filter'. (Bug#4343)
8790
8791 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8792 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
8793 the list. Move "asm" to the bottom.
8794 (grep-find-ignored-directories): Add `choice' with nil value
8795 to empty the list easily.
8796 (grep-find-ignored-files): New option.
8797 (grep-files-history): Set to nil by default instead of '("ch" "el").
8798 (grep-compute-defaults): Add "<X>" to `grep-template'.
8799 (grep-read-files): Bind new local variables `default-alias' and
8800 `default-extension'. Use a list of default values for the file prompt.
8801 (lgrep): Add `--exclude=' command line options composed from
8802 `grep-find-ignored-files'.
8803 (rgrep): Add `-name' command line options composed from
8804 `grep-find-ignored-files'. (Bug#4301)
8805
8806 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8807
8808 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8809 (bug#4368).
8810
8811 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8812
8813 * calendar/time-date.el (autoload):
8814 Expand define-obsolete-function-alias into defalias and make-obsolete
8815 for old Emacsen that Gnus supports.
8816 (with-no-warnings): Define it for old Emacsen.
8817 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8818 is available.
8819 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8820 float-time is available; suppress compile warning for time-to-seconds.
8821
8822 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
8823
8824 * net/imap.el (imap-message-map): Docstring fix.
8825
8826 2009-09-09 Glenn Morris <rgm@gnu.org>
8827
8828 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8829 line numbers too. (Bug#4374)
8830
8831 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8832
8833 * smerge-mode.el (smerge-remove-props, smerge-refine):
8834 Use with-silent-modifications (bug#4342).
8835
8836 * subr.el (with-silent-modifications): New macro.
8837
8838 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
8839
8840 * files.el (top-level): Require `cl' when compiling.
8841
8842 2009-09-07 Glenn Morris <rgm@gnu.org>
8843
8844 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8845
8846 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8847 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
8848
8849 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
8850
8851 * vc-git.el (vc-git-annotate-command): Use separator to parse
8852 arguments correctly.
8853
8854 2009-09-06 Eli Zaretskii <eliz@gnu.org>
8855
8856 * proced.el (proced-mode): Doc fix.
8857
8858 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
8859
8860 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8861 lstat fails.
8862 (tramp-do-file-attributes-with-ls): Check for file existence at
8863 remote end.
8864 (tramp-do-file-attributes-with-stat): Likewise.
8865 (tramp-convert-file-attributes): Return nil when attr is nil.
8866
8867 2009-09-05 Glenn Morris <rgm@gnu.org>
8868
8869 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8870 properties to this button.
8871 (diary-fancy-display): Don't extend the button to the final newline.
8872 (diary-fancy-display-mode): Continue to define "q" as a local key.
8873
8874 * calendar/cal-china.el (holiday-chinese): Make it slightly more
8875 efficient.
8876
8877 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8878
8879 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8880 (byte-compile-dest-file-function): New option.
8881 (byte-compile-dest-file): Doc fix.
8882 Obey byte-compile-dest-file-function.
8883 (byte-compile-cl-file-p): New function.
8884 (byte-compile-eval): Only suppress noruntime warnings about cl functions
8885 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
8886 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8887 than for file being previously loaded.
8888 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8889 (byte-compile-file-form-require): Handle the case where requiring a file
8890 indirectly causes CL to be loaded.
8891
8892 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8893
8894 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8895 before killing the old buffer, since by the time `kill-buffer' is
8896 run so many buffer variables have been set to nil that it may not
8897 behave as expected. (Bug#4061)
8898
8899 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8900
8901 * files.el (find-alternate-file): If the old buffer is modified
8902 and visiting a file, behave similarly to `kill-buffer' when
8903 killing it, thus reverting to the pre-1.878 behavior; see
8904 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8905 for discussion. Also, consult `buffer-file-name' as a variable
8906 not as a function, for consistency with the rest of the code.
8907
8908 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
8909
8910 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8911 also when adding a new directory.
8912
8913 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8914 defun.
8915
8916 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8917
8918 * files.el (locate-file-completion-table): Make it provide boundary
8919 information, so partial-completion works better.
8920
8921 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
8922
8923 * mail/footnote.el (Footnote-text-under-cursor):
8924 Check footnote-text-marker-alist before using it (bug#4324).
8925
8926 2009-09-04 Glenn Morris <rgm@gnu.org>
8927
8928 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8929 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8930 * play/solitaire.el, play/tetris.el:
8931 Remove leading * from defcustom and defface docs.
8932
8933 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8934 necessary.
8935 (diary-fancy-overriding-map): New variable.
8936 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8937 Use view-mode.
8938
8939 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8940 goto-line.
8941
8942 2009-09-03 Glenn Morris <rgm@gnu.org>
8943
8944 * arc-mode.el (archive-mode):
8945 * dos-fns.el (set-default-process-coding-system):
8946 * man.el (Man-getpage-in-background):
8947 * menu-bar.el (menu-bar-describe-menu):
8948 * server.el (server-process-filter):
8949 * startup.el (command-line):
8950 * tar-mode.el (tar-header-block-tokenize, tar-extract):
8951 * w32-fns.el (set-default-process-coding-system):
8952 * x-dnd.el (x-dnd-handle-file-name):
8953 * international/mule-cmds.el (mule-menu-keymap)
8954 (set-default-coding-systems, language-info-alist, set-language-info)
8955 (set-language-environment, standard-display-european-internal)
8956 (set-locale-environment):
8957 * international/mule-diag.el (mule-diag):
8958 * mail/emacsbug.el (report-emacs-bug):
8959 * mail/rmail.el (rmail-mode):
8960 * mail/sendmail.el (mail-setup):
8961 Use default-value rather than default-enable-multibyte-characters.
8962
8963 * progmodes/f90.el: Move all safe properties into the defcustoms.
8964 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8965
8966 * calendar/appt.el (appt-check):
8967 * calendar/diary-lib.el (diary-set-header, diary-live-p)
8968 (diary-check-diary-file, diary-list-entries)
8969 (diary-include-other-diary-files, diary-simple-display)
8970 (diary-fancy-display, diary-print-entries)
8971 (diary-mark-included-diary-files, diary-make-entry):
8972 Don't call substitute-in-file-name on diary-file.
8973
8974 2009-09-03 Eduard Wiebe <usenet@pusto.de>
8975 Stefan Monnier <monnier@iro.umontreal.ca>
8976
8977 * mail/footnote.el (footnote-prefix): Make it a defcustom.
8978 (footnote-mode-map): Move initialization into the declaration.
8979 (footnote-minor-mode-map): Define it rather than changing global-map.
8980 (footnote-mode): Use define-minor-mode.
8981
8982 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
8983
8984 * net/tramp.el (tramp-handle-file-attributes-with-ls)
8985 (tramp-do-file-attributes-with-perl)
8986 (tramp-do-file-attributes-with-stat): Rename from
8987 `tramp-handle-file-attributes-with-*'.
8988 (tramp-handle-file-attributes): Use them.
8989 (tramp-do-directory-files-and-attributes-with-perl)
8990 (tramp-do-directory-files-and-attributes-with-stat): Rename from
8991 `tramp-handle-directory-files-and-attributes-with-*'.
8992 (tramp-handle-directory-files-and-attributes): Use them.
8993 (tramp-method-out-of-band-p): Additional parameter SIZE.
8994 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8995 (tramp-handle-write-region): Use it.
8996 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8997 (tramp-handle-vc-registered): Check, whether the first run did
8998 return files to be tested.
8999 (tramp-advice-make-auto-save-file-name): Do not call directly
9000 `tramp-handle-make-auto-save-file-name', because this would bypass
9001 the locking mechanism.
9002
9003 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
9004 (file-remote-p, process-file, start-file-process, set-file-times)
9005 (tramp-compat-file-attributes): Compatibility functions shall not
9006 call directly `tramp-handle-*', because this would bypass the
9007 locking mechanism.
9008 (tramp-compat-number-sequence): New defun.
9009
9010 2009-09-02 Glenn Morris <rgm@gnu.org>
9011
9012 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
9013 alias for float-time.
9014 (time-to-number-of-days): In Emacs, use float-time.
9015 * net/newst-backend.el (time-add): Suppress warnings from compat
9016 function.
9017 * time.el (emacs-uptime, emacs-init-time):
9018 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
9019 Use float-time rather than time-to-seconds.
9020
9021 * minibuffer.el (completion-initials-expand): Fix typo.
9022
9023 * faces.el (modeline, modeline-inactive, modeline-highlight)
9024 (modeline-buffer-id):
9025 * info.el (info-menu-5): Mark these face aliases as obsolete.
9026
9027 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9028
9029 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
9030 space ...
9031 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
9032 no "--thread" option.
9033 (gdb-stopped): Don't print "Switched to thread" message when it is
9034 unchanged.
9035
9036 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9037
9038 * minibuffer.el (completion-try-completion)
9039 (completion-all-completions): Remove ill-defined (and
9040 mistakenly installed and luckily never used nor documented)
9041 `completion-styles' property.
9042 (completion-initials-expand, completion-initials-all-completions)
9043 (completion-initials-try-completion): New functions.
9044 (completion-styles-alist): Add doc to each entry.
9045 Add new `initials' entry.
9046
9047 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9048
9049 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9050 MI command -var-evaluate-expression.
9051 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9052 and tweak for case of string child.
9053 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9054
9055 2009-09-01 Glenn Morris <rgm@gnu.org>
9056
9057 * add-log.el (change-log-date-face, change-log-name-face)
9058 (change-log-email-face, change-log-file-face, change-log-list-face)
9059 (change-log-conditionals-face, change-log-function-face)
9060 (change-log-acknowledgement-face):
9061 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9062 (custom-modified-face, custom-set-face, custom-changed-face)
9063 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9064 (custom-documentation-face, custom-state-face, custom-comment-face)
9065 (custom-comment-tag-face, custom-variable-tag-face)
9066 (custom-variable-button-face, custom-face-tag-face)
9067 (custom-group-tag-face-1, custom-group-tag-face):
9068 * diff-mode.el (diff-header-face, diff-file-header-face)
9069 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9070 (diff-added-face, diff-changed-face, diff-function-face)
9071 (diff-context-face, diff-nonexistent-face):
9072 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9073 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9074 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9075 (Info-title-4-face):
9076 * isearch.el (isearch-lazy-highlight-face):
9077 * log-view.el (log-view-file-face, log-view-message-face):
9078 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9079 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9080 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9081 (cvs-msg-face):
9082 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9083 (smerge-base-face, smerge-markers-face):
9084 * wid-edit.el (widget-documentation-face, widget-button-face)
9085 (widget-field-face, widget-single-line-field-face)
9086 (widget-inactive-face, widget-button-pressed-face):
9087 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9088 (woman-addition-face):
9089 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9090 (eshell-ls-executable-face, eshell-ls-readonly-face)
9091 (eshell-ls-unreadable-face, eshell-ls-special-face)
9092 (eshell-ls-missing-face, eshell-ls-archive-face)
9093 (eshell-ls-backup-face, eshell-ls-product-face)
9094 (eshell-ls-clutter-face):
9095 * eshell/em-prompt.el (eshell-prompt-face):
9096 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9097 * obsolete/old-whitespace.el (whitespace-highlight-face):
9098 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9099 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9100 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9101 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9102 (antlr-font-lock-literal-face):
9103 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9104 (ebrowse-root-class-face, ebrowse-file-name-face)
9105 (ebrowse-default-face, ebrowse-member-attribute-face)
9106 (ebrowse-member-class-face, ebrowse-progress-face):
9107 * progmodes/make-mode.el (makefile-space-face):
9108 * progmodes/sh-script.el (sh-heredoc-face):
9109 * textmodes/flyspell.el (flyspell-incorrect-face)
9110 (flyspell-duplicate-face):
9111 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9112 * textmodes/texinfo.el (texinfo-heading-face):
9113 Mark face aliases with "-face" suffix as obsolete.
9114
9115 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9116 compiler.
9117
9118 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9119 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9120 easy-menu-define wants to modify these.
9121
9122 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9123
9124 * net/browse-url.el (browse-url-file-url):
9125 * term/internal.el (dos-codepage-setup):
9126 Use default-value rather than default-enable-multibyte-characters.
9127
9128 * progmodes/etags.el (etags-goto-tag-location):
9129 * progmodes/flymake.el (flymake-highlight-line)
9130 (flymake-goto-file-and-line, flymake-goto-line):
9131 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9132 (gdb-goto-breakpoint):
9133 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9134 * progmodes/python.el (python-find-function)
9135 (python-pdbtrack-track-stack-file):
9136 * progmodes/verilog-mode.el (verilog-surelint-off):
9137 * term/ns-win.el (ns-open-file-select-line):
9138 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9139 Use forward-line rather than goto-line.
9140
9141 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9142 * textmodes/reftex-index.el (reftex-display-index):
9143 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9144 * textmodes/reftex-toc.el (reftex-toc):
9145 Remove unnecessary bindings of default-major-mode (all are followed by
9146 major-mode check and possible mode switch).
9147
9148 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9149
9150 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9151 Handle watchpoints (bug#4282).
9152 (def-gdb-thread-buffer-command): Enable thread to be selected by
9153 clicking without selecting threads buffer first.
9154 (gdb-current-context-command): Use selected frame so that "up",
9155 "down" etc work in the GUD buffer.
9156 (gdb-update): Find selected frame before rendering stack buffer.
9157 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9158
9159 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9160
9161 * progmodes/sym-comp.el (displayed-completions): Remove.
9162 (symbol-complete): Use minibuffer-complete.
9163
9164 2009-08-31 Glenn Morris <rgm@gnu.org>
9165
9166 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9167
9168 * apropos.el (apropos-symbols-internal):
9169 Handle (obsolete) face aliases.
9170
9171 * faces.el (describe-face): Adjust the output format to be more like
9172 describe-variable, and to mention (obsolete) face aliases.
9173 Adjust the whitespace so that help-setup-xref works.
9174
9175 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9176 * calendar/diary-lib.el (diary-button-face):
9177 Mark these face aliases as obsolete.
9178
9179 * calendar/calendar.el (calendar-today): Doc fix.
9180
9181 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9182
9183 * progmodes/gdb-mi.el (gdb-control-all-threads)
9184 (gdb-control-current-thread): Force tool bar update.
9185 (gdb-non-stop-handler): New function.
9186 (gdb-init-1): Use it to test if non-stop mode is supported.
9187 Remove unused gdbmi buffer type.
9188
9189 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
9190
9191 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9192 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
9193
9194 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
9195
9196 * comint.el (comint-exec-1): Check command is non-null first.
9197 Part of gdb-mi.el change (2009-08-28).
9198
9199 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9200
9201 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9202
9203 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
9204
9205 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9206 instead of `dolist' to avoid a recursive require when bootstrapping.
9207
9208 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9209
9210 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9211
9212 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9213
9214 * net/imap.el (imap-send-command): Simplify.
9215 (imap-wait-for-tag): point-max -> buffer-size.
9216
9217 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9218
9219 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9220 with constant argument.
9221
9222 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9223
9224 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9225
9226 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9227 Change default, since most of our files don't have a history.
9228 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9229 the user.
9230
9231 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9232 Add comint-run.
9233
9234 * calc/calc.el: Improve commenting convention.
9235 (calc-digit-map, toplevel): Simplify.
9236
9237 * comint.el (comint-insert-input): Be careful to only set point if we
9238 don't delegate to some other command.
9239
9240 * proced.el (proced-signal-list): Make it an alist.
9241 (proced-grammar-alist): Capitalize names.
9242 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9243 Disable undo manually and make it read-only.
9244 Use completion-annotate-function.
9245
9246 * minibuffer.el (minibuffer-message): If the current buffer is not
9247 a minibuffer, insert the message in the echo area rather than at the
9248 end of the buffer.
9249 (completion-annotate-function): New variable.
9250 (minibuffer-completion-help): Use it.
9251 (completion--embedded-envvar-table): Environment vars are
9252 always case-sensitive.
9253
9254 2009-08-30 Glenn Morris <rgm@gnu.org>
9255
9256 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9257 from fortran-current-defun.
9258 (fortran-beginning-of-subprogram): Be more precise about finding the
9259 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9260 (fortran-end-of-subprogram): Simplify.
9261 (fortran-current-defun): Use fortran-start-prog-re.
9262
9263 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
9264
9265 * subr.el (do-after-load-evaluation): Simplify.
9266
9267 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9268
9269 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9270
9271 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9272 (vc-rcs-print-log): Use it.
9273
9274 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9275
9276 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9277
9278 * paths.el (abbrev-file-name): Move to abbrev.el.
9279 * abbrev.el (abbrev-file-name): Move from paths.el.
9280 Obey user-emacs-directory.
9281 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9282 user-emacs-directory.
9283 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9284 abbrev-file-name and calc-settings-file any more.
9285 * startup.el (command-line): Recompute abbrev-file-name and
9286 abbreviated-home-dir.
9287 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9288 of the special code for when C-h bindings haven't been changed.
9289 (display-startup-echo-area-message): Use with-current-buffer.
9290 (command-line-1): Use a list of strings, rather than a list of lists
9291 of strings for longopts.
9292
9293 * files.el (get-free-disk-space): Use / for default-directory.
9294
9295 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9296 Use with-current-buffer.
9297
9298 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9299 Recognize immutable variables like most-positive-fixnum.
9300 (byte-compile-setq-default): Check and warn if trying to assign
9301 to an immutable variable, or a non-variable.
9302
9303 * progmodes/cc-vars.el (c-comment-continuation-stars):
9304 * progmodes/cc-engine.el (c-looking-at-bos):
9305 * progmodes/cc-cmds.el (c-toggle-auto-state)
9306 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9307 (c-comment-line-break-function): Add version of obsolescence.
9308
9309 2009-08-28 Juri Linkov <juri@jurta.org>
9310
9311 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9312 associated with `archive-mode'.
9313
9314 * image.el (image-type-header-regexps): Use only JPEG magic number
9315 to determine JPEG images, and don't use `image-jpeg-p' because
9316 Emacs can display non-JFIF non-Exif JPEG images.
9317
9318 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9319
9320 * arc-mode.el (archive-mode):
9321 * emacs-lisp/re-builder.el (re-builder-unload-function):
9322 Protect against the default value of `major-mode' being nil.
9323
9324 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9325
9326 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9327 Fix typos in docstrings.
9328
9329 * progmodes/js.el (js--macro-decl-re): Doc fix.
9330 (js--plain-method-re, js--split-name): Refloc docstring.
9331 (js--class-styles, js--make-merged-item, js--splice-into-items):
9332 Fix typos in docstrings; reflow docstrings.
9333 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9334 (js--variable-decl-matcher, js--inside-pitem-p)
9335 (js--parse-state-at-point, js--get-all-known-symbols)
9336 (js--symbol-history, js-find-symbol, js--js-references)
9337 (js--moz-interactor, js--js-encode-value, js--read-tab):
9338 Fix typos in docstrings.
9339
9340 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9341
9342 * textmodes/reftex.el (reftex-get-file-buffer-force):
9343 * progmodes/verilog-mode.el (verilog-batch-execute-func):
9344 * emulation/viper.el (viper-go-away, viper-set-hooks):
9345 * emacs-lisp/re-builder.el (re-builder-unload-function):
9346 * emacs-lisp/bytecomp.el (byte-compile-file):
9347 * ses.el (ses-unload-function):
9348 * hexl.el (hexl-find-file):
9349 * files.el (normal-mode):
9350 * ehelp.el (with-electric-help):
9351 * autoinsert.el (auto-insert-alist):
9352 * arc-mode.el (archive-mode):
9353 Use (default-value 'major-mode) instead of default-major-mode.
9354
9355 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9356 * international/mule.el (load-with-code-conversion):
9357 * emacs-lisp/debug.el (debug):
9358 * ediff-vers.el (ediff-rcs-get-output-buffer):
9359 * dired.el (dired-internal-noselect): Don't let-bind
9360 default-major-mode around code that doesn't use it.
9361 E.g. buffer creation via get-buffer-create doesn't use it.
9362
9363 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
9364
9365 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9366 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9367 when writing the temp file. Otherwise, epa-file gets confused.
9368 (tramp-register-file-name-handlers): Make it a defun. Move also
9369 `epa-file-handler' to the front of `file-name-handler-alist'.
9370
9371 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9372
9373 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9374 start right after a ^M.
9375 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9376 (tramp-completion-file-name-regexp-separate)
9377 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9378 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9379 Don't modify last-coding-system-used by accident.
9380 (tramp-completion-file-name-handler): Apply the checks here,
9381 instead during registration.
9382 (tramp-register-file-name-handlers): Renamed from
9383 `tramp-register-file-name-handler'. Register both
9384 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9385 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
9386
9387 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
9388
9389 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9390 Remove variable ...
9391 (gdb-init-1, gdb-display-separate-io-buffer)
9392 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9393 references to it.
9394 (gdb-inferior-io-mode): Use make-comint-in-buffer.
9395 (gdb-inferior-filter): Use comint-output-filter to stop
9396 echoing and remove ^M characters.
9397
9398 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9399
9400 * emulation/viper-init.el (viper-restore-cursor-type):
9401 * emulation/cua-base.el (cua--update-indications):
9402 Replace default-cursor-type with (default-value 'cursor-type).
9403
9404 * mail/sendmail.el (mail-recover-1):
9405 * international/mule-diag.el (describe-current-coding-system-briefly)
9406 (describe-current-coding-system):
9407 * international/mule-cmds.el (select-safe-coding-system)
9408 (select-message-coding-system)
9409 (set-language-environment-coding-systems, set-locale-environment):
9410 * hexl.el (hexl-insert-multibyte-char):
9411 * dos-w32.el (find-buffer-file-type-coding-system):
9412 * simple.el (what-cursor-position):
9413 Replace uses of default-buffer-file-coding-system
9414 with (default-value 'buffer-file-coding-system).
9415
9416 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9417 Replace uses of default-cursor-in-non-selected-windows
9418 with (default-value 'cursor-in-non-selected-windows).
9419 Use with-current-buffer.
9420
9421 * mail/feedmail.el: Use CL macros.
9422 (feedmail-run-the-queue, feedmail-send-it-immediately):
9423 * dos-w32.el (find-buffer-file-type): Replace uses of
9424 default-buffer-file-type with (default-value 'buffer-file-type).
9425
9426 2009-08-28 Glenn Morris <rgm@gnu.org>
9427
9428 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9429 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9430 Use default-value of major-mode rather than default-major-mode.
9431
9432 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9433
9434 * Makefile.in (update-elcfiles): Report left over elc files.
9435
9436 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9437 expand-file-name and with-current-buffer.
9438 (mail-get-names, mail-directory): Use with-current-buffer.
9439
9440 * vc.el (vc-read-revision): New function.
9441 (vc-version-diff, vc-merge): Use it.
9442
9443 2009-08-27 Sam Steingold <sds@gnu.org>
9444
9445 * simple.el (kill-do-not-save-duplicates): New user option.
9446 (kill-new): When it is non-nil, and the new string is the same as
9447 the latest kill, set replace to t to avoid duplicates in kill-ring.
9448
9449 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
9450
9451 * net/tramp.el (tramp-handle-process-file): Do not flush all
9452 caches when `process-file-side-effects' is set.
9453 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9454 instead of `tramp-find-file-exists-command'.
9455 Unset `process-file-side-effects'.
9456
9457 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
9458
9459 * net/tramp.el (tramp-methods): New method "rsyncc".
9460 (top): Add completion function for "rsyncc".
9461 (tramp-message-show-message): New defvar.
9462 (tramp-message, tramp-error): Use it.
9463 (tramp-do-copy-or-rename-file-directly): Extend check for direct
9464 remote copying.
9465 (tramp-do-copy-or-rename-file-out-of-band): Handle new
9466 `tramp-methods' entry `copy-env' of "rsyncc".
9467 (tramp-vc-registered-read-file-names): New defconst.
9468 (tramp-vc-registered-file-names): New defvar.
9469 (tramp-handle-vc-registered): Implement optimization strategy.
9470 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9471 (tramp-vc-file-name-handler): New defun.
9472 (tramp-get-ls-command, tramp-get-test-command)
9473 (tramp-get-file-exists-command, tramp-get-remote-ln)
9474 (tramp-get-remote-perl, tramp-get-remote-stat)
9475 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9476
9477 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9478 (tramp-cache-inhibit-cache): Extend doc string. It allows also
9479 timestamps.
9480 (tramp-get-file-property): Check for timestamps in
9481 `tramp-cache-inhibit-cache'.
9482 (tramp-set-file-property): Write timestamp.
9483
9484 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9485
9486 * language/japan-util.el (japanese-symbol-table): Add entries for
9487 cp932-2-byte.
9488
9489 * international/characters.el: Add category `j' to cp932-2-byte.
9490
9491 2009-08-27 Kenichi Handa <handa@m17n.org>
9492
9493 * international/fontset.el (build-default-fontset-data): New macro.
9494 (setup-default-fontset): Use build-default-fontset-data for CJK,
9495 tibetan, ethiopic, and ipa.
9496
9497 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9498
9499 * cus-start.el (default-major-mode): Customize `major-mode' instead.
9500 (enable-multibyte-characters): Not customizable any more.
9501
9502 * subr.el (default-mode-line-format, default-header-line-format)
9503 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9504 (default-direction-reversed, default-truncate-lines)
9505 (default-left-margin, default-tab-width, default-case-fold-search)
9506 (default-left-margin-width, default-right-margin-width)
9507 (default-left-fringe-width, default-right-fringe-width)
9508 (default-fringes-outside-margins, default-scroll-bar-width)
9509 (default-vertical-scroll-bar, default-indicate-empty-lines)
9510 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9511 (default-fringe-cursor-alist, default-scroll-up-aggressively)
9512 (default-scroll-down-aggressively, default-fill-column)
9513 (default-cursor-type, default-buffer-file-type)
9514 (default-cursor-in-non-selected-windows)
9515 (default-buffer-file-coding-system, default-major-mode)
9516 (default-enable-multibyte-characters): Mark as obsolete.
9517
9518 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
9519
9520 * vc-dir.el (vc-dir-update): Remove debug helper.
9521
9522 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9523
9524 2009-08-26 Sam Steingold <sds@gnu.org>
9525
9526 * simple.el (save-interprogram-paste-before-kill): New user option.
9527 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9528 save the interprogram-paste into kill-ring before overriding it
9529 with the Emacs kill.
9530
9531 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9532
9533 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9534 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9535 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9536 and move to vc-rcs.el.
9537 (vc-default-next-revision): Rename to vc-rcs-next-revision and
9538 move to vc-rcs.el.
9539 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9540 (vc-rcs-update-changelog): Remove.
9541 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9542 and move to vc-rcs.el.
9543
9544 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9545 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9546 renaming.
9547 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9548 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9549 vc.el, renamed to be RCS specific.
9550
9551 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9552 New functions.
9553 (vc-cvs-update-changelog): Move here from vc.el.
9554
9555 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9556 New functions.
9557
9558 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9559
9560 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9561
9562 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9563
9564 * vc-git.el (vc-git-register): Use "git add" for directories.
9565 (vc-git-stash, vc-git-stash-show): New functions.
9566 (vc-git-extra-menu-map): Bind them.
9567
9568 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9569 directory correctly in case the item is a directory itself.
9570
9571 * vc.el: Document the desired behavior for reverted files in the
9572 `added' state.
9573 (vc-default-prettify-state-info): Remove function, unused.
9574
9575 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9576
9577 2009-08-26 Glenn Morris <rgm@gnu.org>
9578
9579 * bindings.el (standard-mode-line-format): Reposition dashes in
9580 which-func entry. (Bug#4217)
9581
9582 * files.el (enable-local-variables, enable-local-eval)
9583 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9584 the defcustoms.
9585 (auto-mode-alist, ignored-local-variables)
9586 (save-some-buffers-action-alist): Move risky declarations to the
9587 definitions.
9588 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9589 (font-lock-defaults, format-alist, imenu--index-alist)
9590 (imenu-generic-expression, input-method-alist, minor-mode-alist)
9591 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9592 (mode-line-modified, mode-line-mule-info, mode-line-position)
9593 (mode-line-process, mode-line-remote, outline-level)
9594 (parse-time-rules, rmail-output-file-alist)
9595 (special-display-buffer-names, vc-mode):
9596 Move risky declarations to the relevant files.
9597 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9598 (mode-line-modified, mode-line-process, mode-line-position)
9599 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9600 * font-core.el (font-lock-defaults):
9601 * format.el (format-alist):
9602 * vc-hooks.el (vc-mode):
9603 * window.el (special-display-buffer-names):
9604 * international/mule-cmds.el (input-method-alist):
9605 Define riskiness here (dumped file) rather than in files.el.
9606 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9607 * imenu.el (imenu-generic-expression, imenu--index-alist):
9608 * outline.el (outline-level):
9609 * time.el (display-time-string):
9610 * calendar/parse-time.el (parse-time-rules):
9611 * mail/rmailout.el (rmail-output-file-alist):
9612 Autoload riskiness here, rather than placing in files.el.
9613
9614 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
9615
9616 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9617
9618 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
9619
9620 * simple.el (process-file-side-effects): New defvar.
9621
9622 * dired-aux.el (dired-show-file-type):
9623 * vc.el (vc-diff-internal):
9624 * vc-arch.el (vc-arch-diff):
9625 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9626 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9627 * vc-git.el (vc-git-registered, vc-git-working-revision)
9628 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9629 (vc-git--empty-db-p):
9630 * vc-hooks.el (vc-user-login-name):
9631 * vc-svn.el (vc-svn-registered, vc-svn-state)
9632 (vc-svn-dir-extra-headers, vc-svn-find-revision):
9633 * progmodes/grep.el (grep-probe): Let-bind
9634 `process-file-side-effects' with nil.
9635
9636 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9637
9638 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9639 daemon. Replace ping by checking for running service for bluez
9640 and zeroconf. (Bug#4239)
9641
9642 2009-08-25 Kevin Ryde <user42@zip.com.au>
9643
9644 * net/dig.el (dig): Add autoload cookie.
9645
9646 2009-08-25 Glenn Morris <rgm@gnu.org>
9647
9648 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9649 load-history for absolute file-names.
9650 (byte-compile-file-form-require): Warn about use of the cl package.
9651
9652 * format.el (format-alist): Doc fix.
9653
9654 * play/bubbles.el (top-level): Don't require cl at run-time.
9655
9656 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9657 run-time cl).
9658
9659 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
9660
9661 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9662 from cl package.
9663 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9664
9665 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
9666
9667 * calc/calc-alg.el (math-trig-rewrite)
9668 (math-hyperbolic-trig-rewrite): New functions.
9669 (calc-simplify): Simplify trig functions when asked.
9670
9671 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9672
9673 * diff-mode.el (diff-find-source-location): Avoid goto-line.
9674
9675 2009-08-24 Kenichi Handa <handa@m17n.org>
9676
9677 * language/ind-util.el (mapthread): Delete it.
9678 (combinatorial): New function.
9679 (indian--puthash-cv): Use combinatorial instead of mapthread.
9680
9681 2009-08-22 Kevin Ryde <user42@zip.com.au>
9682
9683 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9684 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9685 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9686 Clarify docstring that the value is strings not symbols.
9687 (checkdoc-list-of-strings-p): New function.
9688
9689 2009-08-22 Glenn Morris <rgm@gnu.org>
9690
9691 * files.el (auto-mode-alist):
9692 * hippie-exp.el (he-concat-directory-file-name):
9693 * lpr.el (lpr-windows-system, printer-name):
9694 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9695 * ps-print.el (ps-windows-system):
9696 * startup.el (command-line):
9697 * emulation/viper-ex.el (viper-glob-function):
9698 * international/mule-cmds.el (set-language-environment-coding-systems):
9699 * net/ange-ftp.el (ange-ftp-write-region):
9700 * obsolete/fast-lock.el (fast-lock-cache-name):
9701 Remove code for defunct system-types emx, macos, mswindows, next-mach,
9702 unisoft-unix, vax-vms, win32, w32.
9703
9704 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9705 given name if the pattern is not more specific.
9706
9707 * calendar/lunar.el (lunar-phase-names): New option.
9708 (lunar-phase): Doc fix.
9709 (lunar-cycles-per-year): New constant.
9710 (lunar-index): New function.
9711 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9712 (lunar-phase-name): Use lunar-phase-names.
9713 (calendar-lunar-phases): Use format.
9714 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9715
9716 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9717 Copy imenu-example--name-and-position function here for own use.
9718 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9719
9720 * bs.el (bs--redisplay):
9721 * cus-edit.el (custom-redraw):
9722 * ibuffer.el (ibuffer-bury-buffer):
9723 * server.el (server-goto-line-column):
9724 * startup.el (command-line-1):
9725 * strokes.el (strokes-xpm-for-stroke):
9726 * term.el (term-display-buffer-line):
9727 * view.el (View-goto-line):
9728 * calc/calc.el (calc-do, calc-trail-buffer):
9729 * play/gamegrid.el (gamegrid-add-score-insecure):
9730 * progmodes/ada-mode.el (ada-compile-goto-error):
9731 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9732 (ebrowse-select-1st-to-9nth):
9733 * progmodes/cperl-mode.el (cperl-time-fontification):
9734 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9735 * progmodes/gud.el (gud-display-line):
9736 (idlwave-shell-display-line):
9737 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9738 * progmodes/make-mode.el (makefile-browser-toggle):
9739 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9740 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9741 * textmodes/picture.el (picture-draw-rectangle):
9742 * textmodes/reftex-index.el (reftex-index-goto-letter):
9743 (reftex-select-jump-to-previous):
9744 * textmodes/reftex-sel.el (reftex-find-start-point)
9745 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9746 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9747 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9748 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9749 * textmodes/two-column.el (2C-associated-buffer):
9750 Use forward-line rather than goto-line.
9751
9752 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9753 goto-line.
9754
9755 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9756 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9757 (quick-check-list-to-regexp): Declare.
9758
9759 * progmodes/make-mode.el (makefile-browser-insert-selection):
9760 Use goto-char rather than goto-line.
9761
9762 * progmodes/prolog.el (compilation-error-regexp-alist)
9763 (compilation-forget-errors): Declare.
9764
9765 2009-08-22 Juri Linkov <juri@jurta.org>
9766
9767 * progmodes/grep.el (lgrep, rgrep): At the beginning
9768 set `dir' to `default-directory' unless `dir' is a non-nil
9769 readable directory. (Bug#4052)
9770 (lgrep, rgrep): Change a weird way to report an error
9771 from using `read-string' to using `error'.
9772 Instead of using interactive arguments in the function body,
9773 add new argument `confirm'.
9774
9775 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9776
9777 * textmodes/remember.el (remember-buffer):
9778 * progmodes/cperl-mode.el (cperl-vc-header-alist):
9779 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9780 (icalendar-extract-ical-from-buffer):
9781 * net/newst-treeview.el (newsticker-groups-filename):
9782 * net/newst-backend.el (newsticker-cache-filename):
9783 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9784 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9785 (speedbar-add-ignored-path-regexp, speedbar-line-path)
9786 (speedbar-buffers-line-path, speedbar-path-line)
9787 (speedbar-buffers-line-path):
9788 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9789 (epg-sign-keys):
9790 * epa.el (epa-display-verify-result):
9791 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9792
9793 2009-08-21 Glenn Morris <rgm@gnu.org>
9794
9795 * progmodes/js.el (inferior-moz-process): Fix declaration.
9796
9797 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9798
9799 * obsolete/rnewspost.el (news-mail-reply):
9800 Use goto-char rather than goto-line.
9801
9802 * term/ns-win.el (ns-open-file-select-line):
9803 Use line-beginning-position rather than goto-line.
9804
9805 * apropos.el (apropos-command):
9806 * ehelp.el (electric-helpify):
9807 * printing.el (pr-show-setup):
9808 * strokes.el (strokes-help):
9809 * tutorial.el (tutorial--describe-nonstandard-key)
9810 (tutorial--detailed-help):
9811 * woman.el (woman-mini-help, woman-display-extended-fonts):
9812 * calc/calc-help.el (calc-describe-key):
9813 * emulation/edt.el (edt-electric-helpify):
9814 * international/mule-diag.el (mule-diag):
9815 * play/yow.el (apropos-zippy):
9816 * progmodes/python.el (python-describe-symbol):
9817 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9818 * textmodes/table.el (*table--cell-describe-mode)
9819 (*table--cell-describe-bindings):
9820 Use help-print-return-message rather than the now obsolete alias.
9821
9822 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9823 (calendar-cursor-to-visible-date):
9824 * play/5x5.el (5x5-position-cursor):
9825 * play/decipher.el (decipher):
9826 * play/gomoku.el (gomoku-goto-xy):
9827 * play/landmark.el (lm-goto-xy):
9828 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9829 (mpuz-paint-digit):
9830 Use forward-line, not goto-line.
9831
9832 * mail/rmail.el (rmail-obsolete): Delete custom group.
9833 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9834 (rmail-remote-password, rmail-remote-password-required):
9835 Remove unneeded :set-after and :set properties.
9836
9837 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
9838
9839 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9840
9841 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
9842
9843 * loadup.el: Remove leftover macos code.
9844
9845 * vc-git.el (vc-git-annotate-command): Run asynchronously.
9846 Explicitly pass the date format to git blame so that user local
9847 so that the output format can be parsed.
9848
9849 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
9850
9851 * net/dbus.el (top): Don't check for (getenv
9852 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
9853
9854 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
9855
9856 * log-edit.el (log-edit-strip-single-file-name): New var.
9857 (log-edit-insert-changelog): Use it. Bug#3571
9858
9859 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9860
9861 * subr.el (read-passwd): Use read-key so keypad keys work as well.
9862 Bug#3287
9863
9864 * help.el (help-print-return-message): Rename from
9865 print-help-return-message.
9866
9867 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9868 cvs-mode-map parent hack.
9869 (log-view-mode): Derive from special-mode.
9870
9871 * linum.el (linum-mode): window-size-change-functions is redundant.
9872 Adapt to new window-configuration-change-hook behavior.
9873 (linum-after-size, linum-after-config): Remove.
9874
9875 * imenu.el (imenu-example--name-and-position)
9876 (imenu-example--lisp-extract-index-name)
9877 (imenu-example--create-lisp-index, imenu-example--create-c-index):
9878 Mark as obsolete.
9879
9880 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9881 (inferior-prolog-mode): Use it.
9882 (inferior-prolog-load-file): Reset list of errors.
9883
9884 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9885
9886 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9887
9888 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9889
9890 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
9891
9892 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9893 is running already.
9894
9895 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9896
9897 * subr.el (listify-key-sequence-1): Use normal syntax since those
9898 integers are nowadays always represented by the same (positive) number
9899 on all platforms.
9900 (read-key-empty-map): New const.
9901 (read-key-delay): New var.
9902 (read-key): New function.
9903 (force-mode-line-update): Use with-current-buffer.
9904 (locate-user-emacs-file): Don't forget to abbreviate the file name.
9905 (start-process-shell-command, start-file-process-shell-command):
9906 Discourage the use of command-args.
9907
9908 2009-08-19 Glenn Morris <rgm@gnu.org>
9909
9910 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9911
9912 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9913
9914 * simple.el (choose-completion-string): Don't rely on
9915 minibuffer-completing-file-name and ad-hoc checks to decide whether
9916 to continue completion or not.
9917
9918 * minibuffer.el (minibuffer-hide-completions): New function.
9919 (completion--do-completion): Use it.
9920 (completions-annotations): New face.
9921 (completion--insert-strings): Use it.
9922 (completion-pcm--delim-wild-regex): Add docstring.
9923 (completion-pcm--string->pattern): Add support for 0-width delimiters
9924 in completion-pcm--delim-wild-regex.
9925
9926 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
9927
9928 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9929 Remove unused var `buffer-modified-p'.
9930
9931 * minibuffer.el (completion--do-completion): Move point for the #b001
9932 case as well (bug#4176).
9933 (minibuffer-complete, minibuffer-complete-word): Don't move point.
9934
9935 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
9936
9937 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
9938 and :session buses.
9939
9940 2009-08-18 Kenichi Handa <handa@m17n.org>
9941
9942 * international/ucs-normalize.el (ucs-normalize-version):
9943 Change to 1.1.
9944 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9945 (utf-8-hfs): Make it perform normalization on encoding too.
9946
9947 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
9948 (sentence-end-without-space): Delete duplicated chars.
9949 (sentence-end-base): Likewise.
9950
9951 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
9952 (html-mode): Delete duplicated chars from sentence-end-base.
9953
9954 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
9955 (texinfo-mode): Delete duplicated chars from sentence-end-base.
9956
9957 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
9958
9959 * files.el (hack-one-local-variable): If the mode function is for
9960 a minor mode, pass it an argument (Bug#4148).
9961
9962 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
9963
9964 * net/tramp.el (tramp-register-completion-file-name-handler):
9965 Check also for (member 'partial-completion completion-styles).
9966
9967 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9968
9969 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9970 abbrev (Bug#3943).
9971
9972 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
9973
9974 * progmodes/cperl-mode.el: Merge upstream 6.2.
9975 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9976 (cperl-forward-re): Check cperl-brace-recursing.
9977 (cperl-highlight-charclass): New function.
9978 (cperl-find-pods-heres): Use it.
9979 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9980 (cperl-beautify-regexp-piece): Fix column calculation.
9981 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9982 (cperl-beautify-level): Don't process entire regexp.
9983 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9984 calling man.
9985 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9986 (cperl-init-faces): Build a list in the normal way.
9987
9988 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9989
9990 * calendar/parse-time.el (parse-time-string-chars): Save match
9991 data.
9992
9993 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9994
9995 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9996 (sql-product): Use it.
9997 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9998 (sql-set-product): Add completion.
9999 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
10000 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
10001 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
10002 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
10003 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
10004 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
10005 (sql-highlight-db2-keywords): Remove.
10006 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
10007 (sql-highlight-product): Use derived-mode-p.
10008 (sql-set-sqli-buffer): Use with-current-buffer.
10009 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
10010 Simplify.
10011
10012 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
10013
10014 * term.el: Fix commenting convention, turn comments into docstrings.
10015
10016 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
10017
10018 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
10019
10020 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
10021
10022 * calendar/parse-time.el (parse-time-string-chars): Compute using
10023 character classes, to handle non-ascii characters (Bug#3190).
10024
10025 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
10026
10027 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
10028 another heredoc if the user adds another < (Bug#3226).
10029
10030 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10031 Don't initialize based on window-system (Bug#4124).
10032
10033 * facemenu.el (facemenu-read-color): Use a completion function
10034 that accepts any defined color, such as RGB triplets (Bug#3677).
10035
10036 * files.el (get-free-disk-space): Change fallback default
10037 directory to /. Expand DIR argument before switching to fallback.
10038 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
10039
10040 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10041
10042 * files.el (load-library): Doc fix.
10043
10044 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
10045
10046 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10047 (viper-if-string): Redefine C-s in the minibuffer to insert the last
10048 incremental search string.
10049
10050 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10051 XEmacs.
10052
10053 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10054 (ediff-merge-region-is-non-clash)
10055 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10056 Also check if the job is really a merge job.
10057
10058 * ediff.el (ediff-current-file): New function.
10059
10060 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10061
10062 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10063 conventions.
10064 (js-insert-and-indent): Delete function.
10065 (js-mode-map): Don't bind keys to js-insert-and-indent.
10066 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10067 (js-end-of-defun): Rename from js--end-of-defun.
10068 (js-auto-indent-flag): Delete variable.
10069
10070 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
10071
10072 * progmodes/js.el: Remove proclaim statement.
10073 Defvar which-func-imenu-joiner-function to silence compiler.
10074
10075 * files.el (auto-mode-alist): Use js-mode for .js files.
10076
10077 * progmodes/js2-mode.el: Remove file.
10078
10079 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10080
10081 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10082
10083 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10084
10085 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
10086 Karl Landstrom <karl.landstrom@brgeight.se>
10087
10088 * progmodes/js.el: New file.
10089
10090 2009-08-14 Mark A. Hershberger <mah@everybody.org>
10091
10092 * timezone.el (timezone-parse-date): Add ability to understand ISO
10093 basic format (minimal separators) dates in addition to the
10094 already-supported extended format dates.
10095
10096 2009-08-14 Eli Zaretskii <eliz@gnu.org>
10097
10098 * international/ucs-normalize.el: Add a `coding' file variable.
10099
10100 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10101
10102 2009-08-14 Sam Steingold <sds@gnu.org>
10103
10104 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10105
10106 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
10107
10108 * faces.el (help-argument-name): Define it here instead of
10109 help-fns.el, because in daemon mode help-fns.el may be loaded when
10110 faces are still uninitialized (Bug#1078).
10111
10112 * help-fns.el (help-argument-name): Move defface to faces.el.
10113
10114 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
10115
10116 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10117 create buffer with a pty but no process so that GDB can make the
10118 inferior the controlling process.
10119
10120 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
10121
10122 * international/ucs-normalize.el: New file.
10123
10124 2009-08-13 Richard Stallman <rms@gnu.org>
10125
10126 * mail/rmail.el (rmail-get-attr-names):
10127 Accept an attribute header that is too short.
10128
10129 * mail/rmail.el (rmail-forget-messages):
10130 Ignore nil elt in rmail-message-vector. Use dotimes.
10131
10132 * progmodes/compile.el (compilation-goto-locus):
10133 Use next-error-move-function.
10134
10135 * simple.el (next-error-move-function): New variable.
10136
10137 2009-08-12 Juri Linkov <juri@jurta.org>
10138
10139 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10140 always non-nil. (Bug#4052)
10141
10142 * replace.el (read-regexp): Return empty string when
10143 `default-value' is nil.
10144 (keep-lines-read-args): Don't use empty string as the
10145 default value for `read-regexp'. (Bug#2495)
10146
10147 2009-08-12 Juri Linkov <juri@jurta.org>
10148
10149 * international/mule-cmds.el (ucs-insert): Change arguments
10150 from `arg' to `character', `count', `inherit' to be the same
10151 as in `insert-char'. Doc fix. (Bug#4039)
10152
10153 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10154
10155 2009-08-12 Juri Linkov <juri@jurta.org>
10156
10157 * files-x.el: New file.
10158
10159 * files.el: Move code that deals with adding/deleting
10160 file/directory-local variables to files-x.el.
10161
10162 * Makefile.in (ELCFILES): Add files-x.elc.
10163
10164 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10165
10166 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10167 to use `goto-line'.
10168 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10169 `goto-line'.
10170 (gdb-invalidate-disassembly): Do not refresh upon receiving
10171 'update signal. Instead, update all disassembly buffers only after
10172 threads list.
10173 (gdb): Send -target-detach when buffer is killed (Bug#3794).
10174 (gdb-starting): Moved -data-list-register-names...
10175 (gdb-stopped): ...here so it's sent when first thread stops.
10176 (gdb-registers-handler-custom): Do nothing if register names are
10177 unknown yet.
10178
10179 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10180 from `gdb-mi.el' to avoid extra tangling.
10181
10182 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10183 change which breaks `gud-def' definitions used in `gdb'.
10184 (gdb-update-gud-running): No extra fuss for updating frame number.
10185
10186 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10187
10188 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10189 (describe-language-environment-map, setup-language-environment-map)
10190 (set-coding-system-map): Move initialization into declaration.
10191 (set-language-info-alist): Last arg to define-key-after can be skipped.
10192
10193 * international/quail.el (quail-completion-1): Simplify.
10194 (quail-define-rules): Use slightly more compact code.
10195 (quail-insert-decode-map): Propertize keys, compact columns.
10196
10197 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10198 Add goto-line.
10199
10200 2009-08-10 Miles Bader <miles@gnu.org>
10201
10202 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10203 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10204 (js2-instance-member, js2-private-member, js2-private-function-call)
10205 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10206 (js2-magic-paren, js2-external-variable):
10207 Remove "-face" suffix from face names.
10208 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10209 (js2-highlight-undeclared-vars, js2-peek-token)
10210 (js2-parse-function-params, js2-mode-show-errors)
10211 (js2-mode-show-warnings, js2-make-magic-delimiter)
10212 (js2-mode-highlight-magic-parens): Update to use new face names.
10213
10214 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
10215
10216 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10217 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10218
10219 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
10220
10221 * subr.el: Provide hashtable-print-readable.
10222
10223 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10224 hs-c-like-adjust-block-beginning.
10225 (hs-hide-block-at-point): Stop hiding at the beginning of
10226 hs-block-end-regexp (Bug#700).
10227
10228 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10229
10230 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10231 a macro.
10232 (gdb-registers-handler-custom): Do not fail when register names
10233 are unavailable.
10234
10235 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10236
10237 * progmodes/gdb-mi.el (gdb-control-all-threads)
10238 (gdb-control-current-thread): Interactive setters for
10239 `gdb-gud-control-all-threads' to use in menu.
10240 (gdb-show-run-p): Show «Go» when process is not active.
10241 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
10242 gud/thread.xpm and gud/all.xpm.
10243
10244 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
10245
10246 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10247 (nslookup-font-lock-keywords): Make it a variable.
10248 (net-utils-mode): New mode for viewing diagnostic network output.
10249 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10250 (net-utils-run-simple): New function.
10251 (ifconfig, iwconfig, netstat, arp, route): Use it.
10252
10253 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10254
10255 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10256 (gdb-memory-set-address, def-gdb-set-positive-number)
10257 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10258 after changing settings.
10259 (gdb-invalidate-disassembly): Update when first shown.
10260 (gdb-edit-locals-value): Fixed.
10261 (gdb-registers-handler-custom): Print registers in right order and
10262 allow changing register values (only for current thread yet).
10263 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10264 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10265 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10266 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10267 info in mode name.
10268 (gdb-registers-mode-map): TAB to switch to locals.
10269
10270 2009-08-08 Eli Zaretskii <eliz@gnu.org>
10271
10272 * mail/rmail.el (rmail-add-mbox-headers)
10273 (rmail-set-message-counters-counter): Search for
10274 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10275
10276 2009-08-08 Glenn Morris <rgm@gnu.org>
10277
10278 * Makefile.in (ELCFILES): Update.
10279
10280 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10281
10282 * mail/sendmail.el (mail-yank-original): Set
10283 buffer-file-coding-system from the one used by the message whose
10284 text is yanked.
10285
10286 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10287 to "windows" when "pgnuplot" is used.
10288 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10289 call accept-process-output if "pgnuplot" is used.
10290 (calc-graph-init): Don't send -display and -geometry to
10291 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10292 running "pgnuplot -V" with shell-command-to-string.
10293
10294 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10295 the default.
10296
10297 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10298
10299 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10300 org/org-latex.elc.
10301
10302 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10303
10304 * vc-dispatcher.el (vc-resynch-window): Update comment.
10305
10306 * term.el (term-handle-ansi-escape): Add comments with the
10307 terminfo capabilities implemented.
10308
10309 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10310
10311 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10312 (gdb-var-create-handler): Rewritten using JSON parser.
10313 (gdb-propertize-header): Moved earlier.
10314 (gdb-set-header): Removed to avoid duplication.
10315 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10316 Refresh disassembly buffers only after threads list have been
10317 update.
10318 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10319 variables.
10320
10321 2009-08-04 Juri Linkov <juri@jurta.org>
10322
10323 * files.el: Commands to add/delete file/directory-local variables.
10324 (read-file-local-variable, read-file-local-variable-value)
10325 (read-file-local-variable-mode, modify-file-local-variable)
10326 (modify-file-local-variable-prop-line)
10327 (modify-dir-local-variable): New functions.
10328 (add-file-local-variable, delete-file-local-variable)
10329 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10330 (add-dir-local-variable, delete-dir-local-variable)
10331 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10332 (copy-dir-locals-to-file-locals-prop-line): New commands.
10333
10334 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
10335
10336 * abbrev.el (insert-abbrev-table-description): Prettify output.
10337 Suggested by Karl Chen.
10338
10339 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
10340
10341 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10342 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10343 (gdb-overlay-arrow-position, gdb-thread-position)
10344 (gdb-disassembly-position): Declare variables.
10345 (gdb-wait-for-pending): Function now.
10346 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10347 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10348 compilation goes smoothly.
10349 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10350 (gdb-non-stop-setting): New customization setting which replaces
10351 `gdb-non-stop' so changing it doesn't break active GDB session.
10352 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10353 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10354 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10355 (gdb-show-threads-by-default): New customization options.
10356 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10357 routines.
10358 (gdb-get-buffer-create): Send buffers update signal when they are
10359 created.
10360 (gdb-invalidate-locals, gdb-invalidate-registers)
10361 (gdb-invalidate-breakpoints)
10362 (gdb-invalidate-threads, gdb-invalidate-disassembly)
10363 (gdb-invalidate-memory): Accept update signal.
10364 (gdb-current-context-command): Use --frame option.
10365 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10366 Implement `gdb-frame-number' selection logic.
10367 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10368 whether to show GUD toolbar buttons.
10369 (gdb-thread-exited): Unselect current thread when it exits.
10370 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10371 (gdb-mark-line): Routine which sets overlay arrow or inverses
10372 video on fringeless displays.
10373 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10374 to build aligned columns of data in GDB buffers and set text
10375 properties line-by-line.
10376 (gdb-invalidate-breakpoints)
10377 (gdb-breakpoints-list-handler-custom)
10378 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10379 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10380 (gdb-registers-handler-custom): Align data columns.
10381 (gdb-locals-handler-custom): Now prints data like in variable
10382 declarations.
10383 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10384 Removed confusing buttons.
10385 (gdb-invalidate-threads): Append --frame.
10386 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10387 between breakpoints/threads buffers.
10388 (gdb-set-window-buffer): Now can ignore dedicated windows.
10389 (gdb-propertize-header): Use `gdb-set-window-buffer'.
10390 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10391 (def-gdb-thread-buffer-gud-command): Replaces
10392 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10393 for fine thread control.
10394 (gdb-preempt-existing-or-display-buffer): New function used to
10395 display bound buffers without breaking window layout.
10396 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10397 (gdb-select-frame): New version of `gdb-frames-select' which now
10398 sets `gdb-frame-number' so commands may use --frame option instead
10399 of inner debugger state.
10400 (gdb-frame-handler): Do not set `gdb-frame-number'.
10401 (gdb-threads-mode-map): Select threads with mouse.
10402
10403 * progmodes/gud.el (gdb-gud-context-call): Declare function to
10404 avoid compilation warning.
10405 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10406 `gdb-show-stop-p`.
10407
10408 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10409 Argument `key' renamed to `buffer-type'.
10410 (gdb-current-context-buffer-name): Do not add thread info to
10411 buffer name when no thread is selected.
10412 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10413 command (bug 3794).
10414 (gdb-thread-selected): Handle `=thread-selected' notification.
10415 (gdb-wait-for-pending): New macro to deal with congestion problems.
10416 (gdb-breakpoints-list-handler-custom): Don't fail on pending
10417 breakpoints.
10418 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10419 This fixes problem similar to one described in bug 3947.
10420 (gud-menu-map): More menu items.
10421 (gdb-init-1): Reset `gdb-thread-number' to nil.
10422
10423 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10424 non-stop settings.
10425
10426 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10427 (gdb-current-context-command): Do not append --thread if
10428 `gdb-thread-number' is nil.
10429 (gdb-running-threads-count, gdb-stopped-threads-count): New
10430 variables.
10431 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10432 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10433 customization options.
10434 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10435 GUD commands.
10436 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10437 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10438 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10439 set `gdb-thread-number' and update `gud-running' properly.
10440 (gdb-running): Update threads list when new threads appear.
10441 (gdb-stopped): Support non-stop operation and new thread switching
10442 logic.
10443 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10444 (gdb-json-partial-output): New set of JSON routines.
10445 (def-gdb-auto-update-trigger): New `signal-list' optional
10446 argument.
10447 (gdb-thread-list-handler-custom): Update `gud-running',
10448 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10449 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10450 (gdb-continue-thread, gdb-step-thread): New commands for fine
10451 thread execution control.
10452 (gud-menu-map): New menu items to switch non-stop options.
10453 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10454 (gdb-send): Mimic RET properly (bug 3794).
10455
10456 * progmodes/gdb-mi.el (gdb-rules-name-maker)
10457 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10458 gdb-buffer-rules.
10459 (def-gdb-auto-update-handler): New nopreserve optional argument.
10460 (gdb-stack-list-frames-custom): Print stack from top to bottom.
10461
10462 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10463 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10464 (gdb-parent-mode): New mode to derive other GDB modes from.
10465 (gdb-display-disassembly-for-thread)
10466 (gdb-frame-disassembly-for-thread): New commands for threads
10467 buffer.
10468
10469 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10470 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10471 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10472 (gdb-update): We now store all GDB buffers in a list so that they
10473 can be updated by traversing a list instead of calling invalidate
10474 triggers explicitly.
10475 (def-gdb-trigger-and-handler): New macro to define trigger-handler
10476 pair for GDB buffer.
10477 (gdb-stack-buffer-name): Add thread information.
10478 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10479 handle pending triggers.
10480 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10481 (def-gdb-thread-buffer-simple-command)
10482 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10483 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10484 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10485 New commands which show buffers bound to thread.
10486 (gdb-stack-list-locals-regexp): Removed unused regexp.
10487
10488 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10489 (gdb-locals-buffer-name, gdb-registers-buffer-name)
10490 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10491 to (gud-comint-buffer) in *-buffer-name functions
10492 because (gdb-get-target-string) already does that.
10493 (gdb-locals-handler-custom, gdb-registers-handler-custom)
10494 (gdb-changed-registers-handler): Rewritten without regexps.
10495
10496 * progmodes/gdb-mi.el: Basic thread selection support.
10497 (gdb-thread-number): New variable.
10498 (gdb-current-context-command): New macro which adds --thread
10499 option to command.
10500 (gdb-threads-mode-map): Select thread with SPC.
10501 (gdb-thread-list-handler-custom): Mark current thread with overlay
10502 arrow. Synchronize GDB thread and Emacs thread.
10503 (gdb-select-thread): New command which selects current thread.
10504 (gdb-invalidate-frames, gdb-invalidate-locals)
10505 (gdb-invalidate-registers): Use --thread option.
10506
10507 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
10508
10509 * net/tramp.el (top): Make check for tramp-gvfs loading more
10510 robust. (Bug#3977)
10511 (tramp-handle-insert-file-contents): `unwind-protect' must be
10512 inside `with-parsed-tramp-file-name'.
10513
10514 * net/tramp-gvfs.el (top): Remove superfluous message when loading
10515 fails.
10516
10517 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
10518
10519 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10520 directory if CLASSPATH is not set.
10521
10522 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
10523
10524 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10525 New defconst.
10526 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
10527
10528 2009-08-02 Kevin Ryde <user42@zip.com.au>
10529
10530 * net/newst-backend.el (newsticker--raw-url-list-defaults):
10531 Update freshmeat link. Delete newsforge.com as it seems gone.
10532
10533 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10534
10535 * select.el (x-set-selection): Doc fix (Bug#4021).
10536
10537 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10538
10539 * help-fns.el (describe-variable): Treat list return values from
10540 dir-locals-find-file properly (Bug#4005).
10541
10542 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
10543
10544 * net/tramp.el (tramp-debug-message): Print also microseconds.
10545
10546 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
10547
10548 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10549 or END is non-nil.
10550 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10551 (tramp-get-debug-buffer): Change `outline-regexp' according to new
10552 format.
10553
10554 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10555 (tramp-get-file-property): Use it.
10556
10557 * autorevert.el (auto-revert-handler): Allow
10558 `auto-revert-tail-mode' for remote files.
10559
10560 2009-08-02 Jason Rumney <jasonr@gnu.org>
10561
10562 * minibuffer.el (read-file-name): Treat confirm options to
10563 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
10564
10565 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10566
10567 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10568 (font-lock-variable-name-face, font-lock-constant-face): Darken
10569 the colors for light backgrounds.
10570
10571 2009-08-01 Eli Zaretskii <eliz@gnu.org>
10572
10573 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10574 month names. (Bug#3987)
10575
10576 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
10577
10578 * simple.el (line-move-finish): Pass whole number to
10579 line-move-to-column.
10580 (line-move-visual): Perform hscroll to the recorded position.
10581
10582 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
10583
10584 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10585
10586 2009-07-29 Alan Mackenzie <acm@muc.de>
10587
10588 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10589
10590 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
10591
10592 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10593 (gdb-place-breakpoints): Use full path when setting breakpoints.
10594
10595 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10596
10597 * calc/calc.el (calc-mode-map): Add keybinding for
10598 `calc-transpose-lines'.
10599
10600 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
10601
10602 * calc/calc-misc.el (calc-transpose-lines): New function.
10603
10604 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
10605
10606 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10607 Simplify check for out-of-band methods.
10608 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10609 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
10610
10611 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10612
10613 * vc-git.el (vc-git-checkin): Fix typo.
10614
10615 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
10616
10617 * progmodes/js2-mode.el: New file.
10618
10619 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
10620
10621 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10622 (gud-menu-map): Adjust tooltip accordingly.
10623
10624 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10625
10626 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10627 (vc-bzr-log-view-mode): Adjust log-view-file-re.
10628
10629 * add-log.el (change-log-mode-map): Add a menu.
10630
10631 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
10632
10633 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10634 function returns nil.
10635 (dbus-handle-event): Handle special return value :ignore.
10636 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10637
10638 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
10639
10640 * view.el (view-mode-enable): Don't define Helper-return-blurb if
10641 it's not needed.
10642
10643 2009-07-25 Eli Zaretskii <eliz@gnu.org>
10644
10645 Fix Bug#3888:
10646
10647 * w32-vars.el (x-select-enable-clipboard): Doc fix.
10648
10649 * term/pc-win.el (x-display-name, x-colors)
10650 (x-select-enable-clipboard, x-select-text): Doc fix.
10651
10652 * term/common-win.el (x-display-name, x-colors): Doc fix.
10653
10654 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10655 (xw-defined-colors): Doc fix.
10656
10657 * w32-fns.el (x-select-text, x-setup-function-keys)
10658 (x-get-selection, x-set-selection): Doc fix.
10659
10660 * term/x-win.el (x-select-text, x-setup-function-keys)
10661 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10662
10663 * select.el (x-set-selection): Doc fix.
10664
10665 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
10666
10667 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10668 instead of "IsNSSSupportAvailable". Avahi ought to work also when
10669 "IsNSSSupportAvailable" method is not available. Reported by
10670 Steve Youngs <steve@sxemacs.org>.
10671
10672 2009-07-24 Kenichi Handa <handa@m17n.org>
10673
10674 * international/characters.el: Fix setting of category ?C, ?|, ?K,
10675 and ?H. Fix setting of case for Latin Extended and Greek Extended.
10676 (build-unicode-category-table): Fix range checks.
10677
10678 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10679
10680 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10681 the buffer we try to sync is current when calling
10682 vc-resynch-buffer.
10683
10684 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10685 not show up to date files.
10686
10687 2009-07-24 Glenn Morris <rgm@gnu.org>
10688
10689 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10690 Add autoload cookies. If necessary, initialize.
10691 (elint-log): Handle non-file buffers.
10692 (elint-initialize): Add optional argument to reinitialize.
10693 (elint-find-builtin-variables): Save excursion.
10694
10695 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10696
10697 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10698 for Lint.
10699
10700 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10701
10702 * vc.el (vc-print-log-internal): New function, split out from ...
10703 (vc-print-log): ... here.
10704 (vc-dir-move-to-goal-column): Declare.
10705
10706 * vc-git.el (vc-git-add-signoff): New variable.
10707 (vc-git-checkin): Use it.
10708 (vc-git-toggle-signoff): New function.
10709 (vc-git-extra-menu-map): Bind it to menu.
10710 (vc-git--run-command-string): Accept a nil FILE argument.
10711 (vc-git-stash-list): New function.
10712 (vc-git-dir-extra-headers): Use it.
10713
10714 2009-07-23 Glenn Morris <rgm@gnu.org>
10715
10716 * help-fns.el (describe-variable): Describe ignored and risky local
10717 variables in a similar way to that in which we describe safe ones.
10718
10719 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10720 (byte-compile-output-file-form, byte-compile-output-docform)
10721 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10722 Give some more local variables with common names a "bytecomp-" prefix,
10723 so as not to shadow things during compilation.
10724 * emacs-lisp/cl-macs.el (load-time-value)
10725 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10726 `outbuffer' to `bytecomp-outbuffer'.
10727
10728 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10729 since the next two variables cover them automatically now.
10730 (elint-builtin-variables, elint-autoloaded-variables): New.
10731 (elint-unknown-builtin-args): Remove all members, since they can be
10732 parsed automatically now.
10733 (elint-extra-errors): New.
10734 (elint-env-add-env, elint-env-add-macro): Use cadr.
10735 (elint-current-buffer): Use or. Change final message.
10736 (elint-get-top-forms): Use line-end-position.
10737 (elint-init-env): Use cadr. Handle autoload, declare-function,
10738 and defalias.
10739 (elint-add-required-env): Doc fix. Use or. Standardize error.
10740 (regexp-assoc): Remove unused function.
10741 (elint-top-form): Set elint-current-pos, to record the start of the
10742 top-level form, for compilation-mode.
10743 (elint-form): Trap errors in macro expansion. Use dolist.
10744 (elint-unbound-variable): Use elint-builtin-variables and
10745 elint-autoloaded-variables.
10746 (elint-get-args): Use cadr, or.
10747 (elint-check-cond-form): Use dolist, cadr.
10748 (elint-check-condition-case-form): Doc fix. Use cadr.
10749 Use elint-extra-errors.
10750 (elint-log): New function.
10751 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10752 Distinguish errors and warnings.
10753 (elint-log-message): Use with-current-buffer. Inhibit read-only.
10754 Use a bytecomp-style format.
10755 (elint-clear-log): Preserve default-directory. Inhibit read-only.
10756 (elint-get-log-buffer): Use compilation mode. Disable undo.
10757 Don't truncate lines.
10758 (elint-initialize): Set builtin and autoloaded variable lists.
10759 Only process elint-unknown-builtin-args if non-nil.
10760 (elint-find-builtin-variables, elint-find-autoloaded-variables):
10761 New functions.
10762 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
10763
10764 2009-07-22 Kevin Ryde <user42@zip.com.au>
10765
10766 * net/newst-backend.el (newsticker--parse-atom-1.0)
10767 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10768 (newsticker--parse-rss-1.0):
10769 * progmodes/idlwave.el (idlwave-mode):
10770 * progmodes/idlw-shell.el (idlwave-shell-mode):
10771 * progmodes/vera-mode.el (vera-mode):
10772 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10773 * progmodes/vhdl-mode.el (vhdl-mode):
10774 * textmodes/table.el (table-generate-source)
10775 (table--warn-incompatibility):
10776 Hyperlink urls in docstrings with URL `...'.
10777
10778 2009-07-22 Glenn Morris <rgm@gnu.org>
10779
10780 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10781 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10782 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10783 Remove leading * from defcustom docs.
10784
10785 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
10786
10787 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10788 defcustom doc.
10789 (list-load-path-shadows): Optionally, just return shadows as a string.
10790
10791 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10792
10793 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
10794
10795 * mail/rmailedit.el (rmail-edit-mode): Use
10796 auto-save-include-big-deletions.
10797
10798 * mail/rmail.el (rmail-variables): Use
10799 auto-save-include-big-deletions.
10800
10801 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10802 changes.
10803
10804 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10805
10806 * calc/calc.el (calc-undo-length): New variable.
10807 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10808
10809 2009-07-21 Richard Stallman <rms@gnu.org>
10810
10811 * files.el (auto-save-mode): Handle buffer-save-size = -2
10812 for toggling mode.
10813
10814 2009-07-21 Glenn Morris <rgm@gnu.org>
10815
10816 * textmodes/ispell.el (ispell-looking-back): Update declaration.
10817
10818 * calendar/todo-mode.el (calendar-current-date): Update declaration.
10819
10820 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10821 silence compiler. Instead...
10822 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10823 (ps-print-ensure-fontified): Update for above function name changes.
10824
10825 * printing.el (pr-mh-get-msg-num, pr-mh-show)
10826 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10827 silence compiler. Instead...
10828 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10829 (mh-show-buffer): Only define for compiler.
10830 (pr-mh-current-message): Update for above function name changes.
10831
10832 * files.el (abort-if-file-too-large): Explicitly pass `filename'
10833 as an argument.
10834 (find-file-noselect, insert-file-1): Update for above change.
10835
10836 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10837
10838 * mail/mailclient.el (mailclient-send-it): Fix message.
10839
10840 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10841 (edebug-eval): Check cl-debug-env is bound.
10842 (print-level, print-circle): Don't redefine built-in variables.
10843
10844 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10845 (custom-print-vectors): Remove old comments from doc.
10846
10847 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10848 (emerge-version): Make the variable an obsolete alias for the
10849 emacs-version variable. Make the function obsolete.
10850 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10851 Emerge options, rather than merging in into the main Options menu.
10852 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
10853 and auto advance modes. Disable edit/fast items when not relevant.
10854
10855 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10856
10857 * term/vt420.el (terminal-init-vt420): Fix typo.
10858
10859 2009-07-20 Sam Steingold <sds@gnu.org>
10860
10861 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10862 variable (removed from compile.el on 2004-03-11).
10863
10864 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
10865
10866 * files.el (hack-local-variables-filter): Fix last change.
10867
10868 2009-07-19 Juri Linkov <juri@jurta.org>
10869
10870 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10871 (dir-local-variables-alist): New buffer-local variable.
10872 (hack-local-variables-filter): If variable is not dir-local,
10873 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10874 because file-local overrides dir-local.
10875 (c-postprocess-file-styles) <declare-function>:
10876 Remove obsolete declaration.
10877 (hack-dir-local-variables): Add dir-local variable/value pair to
10878 `dir-local-variables-alist' and remove duplicates. Doc fix.
10879
10880 * help-fns.el (describe-variable): Add information about
10881 file-local and dir-local variables.
10882
10883 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
10884
10885 * files.el (hack-local-variables-filter): Rewrite.
10886
10887 2009-07-19 Glenn Morris <rgm@gnu.org>
10888
10889 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10890 Silence compiler by only defining on XEmacs.
10891
10892 * international/mule.el (auto-coding-regexp-alist): Only match
10893 BABYL... at the start of buffer, not of lines. (Bug#3790)
10894
10895 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10896 non-calendar buffers (Bug#3862). Restore "not on a date" message.
10897 (cal-menu-context-mouse-menu): Doc fix.
10898
10899 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10900
10901 * simple.el (mail-user-agent): Doc fix. Set :version tag.
10902
10903 2009-07-18 Juri Linkov <juri@jurta.org>
10904
10905 * info.el: Virtual Info keyword finder.
10906 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10907 (Info-finder-file): New variable.
10908 (Info-finder-find-file): New function.
10909 (finder-known-keywords, finder-package-info)
10910 (find-library-name, lm-commentary): Use defvar and
10911 declare-function to silence compiler warnings.
10912 (Info-finder-find-node): New function.
10913 (info-finder): New command.
10914
10915 * subr.el (process-kill-buffer-query-function): New function.
10916 (add-hook)<kill-buffer-query-functions>: Add hook
10917 `process-kill-buffer-query-function'.
10918
10919 2009-07-18 Alan Mackenzie <acm@muc.de>
10920
10921 * progmodes/cc-mode.el (c-before-hack-hook)
10922 (c-postprocess-file-styles): Give invocation of `c-set-style'
10923 DONT-OVERRIDE parameter of t. Already set style variables will
10924 thus not be overridden by style settings given by `c-file-syle'.
10925
10926 * files.el (hack-local-variables-filter): Remove entries with
10927 duplicate keys from `file-local-variables-alist'.
10928
10929 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10930
10931 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10932 x-set-selection if display-selections-p returns nil for the
10933 current frame.
10934
10935 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
10936
10937 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10938
10939 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10940
10941 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10942 Accept nil in addition to a regexp.
10943 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10944 Accept nil in addition to a regexp.
10945 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10946 buffers that have an associated file. Handle nil values of
10947 desktop-buffers-not-to-save and desktop-files-not-to-save.
10948 (Bug#3833)
10949
10950 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10951 (x-disown-selection-internal): New functions.
10952
10953 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
10954
10955 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10956 warning.
10957 (gdb-breakpoints-header): Move forward to avoid compiler warning.
10958 (gdb-make-header-line-mouse-map): Remove duplicate definition.
10959
10960 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
10961
10962 * simple.el (set-mark): Revert last change.
10963
10964 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
10965
10966 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10967 rendering of pngs is not possible instead of messaging a long
10968 description.
10969
10970 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
10971
10972 * w32-fns.el (x-selection-owner-p): New function.
10973
10974 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10975 (mouse-yank-at-click, mouse-yank-primary): If
10976 select-active-regions is non-nil, deactivate the mark before
10977 insertion.
10978
10979 * simple.el (deactivate-mark, set-mark): Only save selection if we
10980 own it.
10981
10982 2009-07-17 Kenichi Handa <handa@m17n.org>
10983
10984 * case-table.el (describe-buffer-case-table): Fix for the case
10985 that KEY is a cons.
10986
10987 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10988
10989 * vc-rcs.el (vc-rcs-find-file-hook):
10990 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10991
10992 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
10993
10994 * net/tramp.el (tramp-wait-for-output): Handle the case when
10995 commands do not return a newline but a null byte before the shell
10996 prompt. (Bug#3858)
10997
10998 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10999
11000 * term/ns-win.el (ns-set-alpha): Don't declare.
11001 (ns-set-background-alpha): Remove function.
11002
11003 2009-07-16 Kevin Ryde <user42@zip.com.au>
11004
11005 * emacs-lisp/copyright.el (copyright-update): Save match-data across
11006 y-or-n-p, for safety.
11007
11008 2009-07-16 Richard Stallman <rms@gnu.org>
11009
11010 * files.el (auto-save-mode): If buffer-saved-size is -2,
11011 don't clobber it.
11012
11013 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
11014 (rmail-retry-ignored-headers): Add more uninteresting fields.
11015
11016 2009-07-15 Jari Aalto <jari.aalto@cante.net>
11017
11018 * net/rcirc.el (rcirc): Use history variables.
11019 (rcirc-server-name-history, rcirc-nick-name-history)
11020 (rcirc-server-port-history): New variables.
11021
11022 2009-07-15 Kenichi Handa <handa@m17n.org>
11023
11024 * international/mule-cmds.el (set-language-environment-charset):
11025 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
11026 ignore them.
11027
11028 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
11029 Delete unibyte-display.
11030
11031 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11032
11033 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
11034
11035 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
11036
11037 * simple.el (deactivate-mark): Optional argument FORCE.
11038 (set-mark): Use deactivate-mark.
11039
11040 * info.el (Info-search): No need to check transient-mark-mode
11041 before calling deactivate-mark.
11042
11043 * select.el (x-set-selection): Doc fix.
11044 (x-valid-simple-selection-p): Allow buffer values.
11045 (xselect--selection-bounds): Handle buffer values. Suggested by
11046 David De La Harpe Golden.
11047
11048 * mouse.el (mouse-set-region, mouse-drag-track): Call
11049 copy-region-as-kill before setting the mark, to let
11050 select-active-regions work.
11051
11052 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
11053
11054 * simple.el (deactivate-mark): If select-active-regions is
11055 non-nil, copy the selection data into a string.
11056 (activate-mark): If select-active-regions is non-nil, set the
11057 selection to the current buffer.
11058 (set-mark): Update selection if select-active-regions is non-nil.
11059
11060 * select.el (x-valid-simple-selection-p): Allow buffer values.
11061
11062 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11063
11064 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11065 and more featureful message-mode.
11066
11067 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
11068
11069 * select.el (x-set-selection): Doc fix.
11070 (x-valid-simple-selection-p): Disallow selection data consisting
11071 of a list or cons of integers, since that is not used.
11072 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11073 (xselect-convert-to-string, xselect-convert-to-length)
11074 (xselect-convert-to-filename, xselect-convert-to-charpos)
11075 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11076
11077 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11078
11079 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11080 output in -break-info command (Emacs bug #3794).
11081
11082 2009-07-14 Glenn Morris <rgm@gnu.org>
11083
11084 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11085 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11086 (edebug-print-length, edebug-print-level, edebug-print-circle)
11087 (edebug-sit-for-seconds, edebug-view-outside)
11088 (edebug-bounce-point, edebug-set-global-break-condition)
11089 (edebug-Go-nonstop-mode, edebug-trace-mode)
11090 (edebug-Trace-fast-mode, edebug-continue-mode)
11091 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11092 (edebug-visit-eval-list): Doc fixes.
11093
11094 * subr.el (def-edebug-spec): Doc fix.
11095
11096 2009-07-14 Kenichi Handa <handa@m17n.org>
11097
11098 * international/characters.el: Fix setting of category ?C.
11099
11100 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11101
11102 * term/ns-win.el (x-select-font): defalias x-select-font to
11103 ns-popup-font-panel instead of generate-fontset-menu.
11104
11105 2009-07-12 Eli Zaretskii <eliz@gnu.org>
11106
11107 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
11108
11109 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11110
11111 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11112 the PK\003\004 header (Bug#3770).
11113
11114 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11115
11116 * pcomplete.el (pcomplete-comint-setup): Check for
11117 shell-dynamic-complete-filename too.
11118
11119 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
11120
11121 * simple.el (temporary-goal-column): Change the value for
11122 line-move-visual to a cons cell.
11123 (line-move-visual): Record or set the window hscroll, if
11124 necessary (Bug#3494).
11125 (line-move-1): Handle cons value of temporary-goal-column.
11126
11127 2009-07-11 Kenichi Handa <handa@m17n.org>
11128
11129 * international/mule-diag.el (describe-character-set): Don't show
11130 width.
11131
11132 2009-07-10 Sam Steingold <sds@gnu.org>
11133
11134 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11135 Omake sometimes indents the errors it prints, so allow all
11136 regexps to start with spaces.
11137
11138 2009-07-10 Eli Zaretskii <eliz@gnu.org>
11139
11140 * cus-edit.el (customize-changed-options-previous-release):
11141 Bump value to 22.1. (Bug#3804)
11142
11143 2009-07-08 Sam Steingold <sds@gnu.org>
11144
11145 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11146 to be a cons cell (test . ignored-directory) to selectively ignore
11147 some directories depending on the location of the search.
11148
11149 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
11150
11151 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11152 remote user is root, on the local host.
11153 (tramp-local-host-p): Either the local user or the remote user
11154 must be root. (Bug#3771)
11155
11156 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11157
11158 * progmodes/gdb-mi.el (gdb): Remove description of
11159 gdb-use-separate-io-buffer.
11160 (menu): Don't allow toggling of or enable
11161 gdb-use-separate-io-buffer from menubar.
11162
11163 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11164
11165 * mail/unrmail.el (unrmail): Make sure the message ends with two
11166 newlines (Bug#3769).
11167
11168 2009-07-08 Glenn Morris <rgm@gnu.org>
11169
11170 * calendar/calendar.el (calendar-current-date): Rework previous change.
11171
11172 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11173
11174 * calendar/calendar.el (calendar-current-date):
11175 Add an optional argument giving an offset from today.
11176
11177 2009-07-08 Glenn Morris <rgm@gnu.org>
11178
11179 * tutorial.el (tutorial--describe-nonstandard-key):
11180 Adjust the message for when a key has been unbound.
11181 (help-with-tutorial): Hide the arch-tag.
11182
11183 2009-07-08 Kenichi Handa <handa@m17n.org>
11184
11185 * international/fontset.el (setup-default-fontset): For each
11186 script, append (not set) font-specs.
11187
11188 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11189 docstring.
11190
11191 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11192
11193 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11194 -data-list-register-names to ...
11195 (gdb-starting): ... here because GDB 7.0 requires execution to
11196 have started when using this MI command.
11197 (gdb-set-header): New function to distinguish select and
11198 unselected tabs in gdb buffers.
11199 (gdb-propertize-header): New macro that uses gdb-set-header.
11200 (gdb-breakpoints-header, gdb-locals-header): Use it.
11201 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11202
11203 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
11204
11205 * Makefile.in (ELCFILES): Remove fadr.elc.
11206
11207 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11208
11209 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11210 may contain frame information, so `string-match' should be used.
11211 (gdb-update): Disassembly is invalidated through
11212 `gdb-get-selected-frame'.
11213 (gdb-pad-string): New function to pad string with spaces.
11214 (gdb-invalidate-disassembly): Invalidate only if the buffer
11215 exists.
11216 (gdb-disassembly-handler-custom): Column alignment.
11217 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11218 placing new ones.
11219 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11220 end of line, too.
11221 (gdb-frame-handler): Match convention to for disassembly buffer
11222 mode name.
11223 (gdb-stack-list-frames-handler): Rewritten without regexps.
11224 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11225 not highlight breakpoints without line information.
11226 (gdb-input): Add trailing newline to command.
11227
11228 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11229 buffer properly.
11230 (gdb-breakpoints-list-handler-custom): Replacement for
11231 `gdb-break-list-handler'. Using real parser instead of regexps
11232 now.
11233 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11234 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11235 to place breakpoints.
11236 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11237 functions.
11238 (gdb-disassembly-handler-custom): Show overlay arrow.
11239 (gdb-disassembly-place-breakpoints): Show breakpoints in
11240 disassembly buffer.
11241 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11242 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11243 instead of parsing breakpoints buffer. Fixed old menu references
11244 in `gud-menu-map'.
11245
11246 * fadr.el: Remove.
11247
11248 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11249 (gdb-memory-address): New variable which holds top address of
11250 memory page shown in memory buffer.
11251 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
11252 customization variables.
11253 New functions:
11254 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11255 display the memory buffer.
11256 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11257 buffer display parameters.
11258 (def-gdb-memory-format, gdb-memory-format-binary)
11259 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11260 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11261 Functions for setting memory buffer format.
11262 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11263 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11264 unit size used in memory buffer.
11265 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11266 to next/previous page of memory buffer.
11267 Now using (bindat-get-field) instead of fadr functions.
11268
11269 2009-07-07 Sam Steingold <sds@gnu.org>
11270
11271 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11272 non-top-level files.
11273
11274 2009-07-07 Kenichi Handa <handa@m17n.org>
11275
11276 * international/mule-cmds.el (reset-language-environment): Put
11277 the highset priority to the charset iso-8859-1.
11278
11279 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11280
11281 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11282 to the end of the line when locating the block (Bug#700).
11283
11284 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
11285
11286 * net/tramp.el (tramp-handle-write-region): Flush file properties
11287 in case of short track.
11288
11289 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
11290
11291 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11292 Coded custom representation of verilog error regular expressions
11293 to work with Emacs-22's new format.
11294 (verilog-error-regexp-xemacs-alist): Coded custom representation
11295 of verilog error regular expressions to work with XEmacs format.
11296 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11297 error recognition into XEmacs.
11298 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11299 error recognition into Emacs-22.
11300
11301 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11302
11303 * woman.el: Remove stand-alone closing parentheses.
11304 (woman-file-name, woman2-format-paragraphs)
11305 (woman-leave-blank-lines): Code cleanup.
11306 (woman-use-own-frame): Change default to nil.
11307 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11308 defaults to inherit from default faces.
11309 (woman2-process-escapes): Consume the newline after a stand-alone
11310 filler character (Bug#3651).
11311
11312 2009-07-06 Glenn Morris <rgm@gnu.org>
11313
11314 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11315 (top-level): Move provide to the end.
11316 (ffap): Remove defunct URL from custom group.
11317
11318 * subr.el (eval-after-load): Doc fix.
11319
11320 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
11321
11322 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11323 `calc-embedded-word' is called twice.
11324
11325 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11326
11327 * files.el (find-alternate-file-other-window, find-alternate-file):
11328 Obey confirm-nonexistent-file-or-buffer.
11329
11330 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
11331
11332 * dired-aux.el (dired-show-file-type): Handle remote files.
11333
11334 2009-07-05 Jari Aalto <jari.aalto@cante.net>
11335
11336 * desktop.el (desktop-globals-to-save):
11337 Add file-name-history (Bug#2750).
11338
11339 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
11340
11341 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11342
11343 2009-07-04 Johan Bockgård <bojohan@gnu.org>
11344
11345 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11346 property on entire argument since this is what eshell-lisp-command
11347 expects.
11348
11349 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
11350
11351 * net/tramp-gvfs.el (tramp-gvfs-methods)
11352 (tramp-gvfs-zeroconf-domain)
11353 (tramp-bluez-discover-devices-timeout): Add version flag.
11354 (tramp-gvfs-handler-mounted-unmounted)
11355 (tramp-gvfs-connection-mounted-p): Polish handling of
11356 incompatibilities between GVFS 0.2 and 1.0.
11357
11358 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11359
11360 * cus-start.el (all): Add make-pointer-invisible.
11361
11362 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11363
11364 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11365 formatted correctly.
11366
11367 2009-07-02 Juri Linkov <juri@jurta.org>
11368
11369 * info.el: Virtual Info files and nodes.
11370 (Info-virtual-files, Info-virtual-nodes): New variables.
11371 (Info-current-node-virtual): New variable.
11372 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11373 New functions.
11374 (Info-file-supports-index-cookies): Use Info-virtual-file-p
11375 to check for a virtual file instead of checking a fixed list
11376 of node names.
11377 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11378 instead of ad-hoc processing of "dir" and (apropos history toc).
11379 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11380 instead of ad-hoc processing of "dir" and (apropos history toc).
11381 Reread a file when moving from a virtual node.
11382 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11383 (Info-directory-toc-nodes, Info-directory-find-file)
11384 (Info-directory-find-node): New functions.
11385 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11386 (Info-history): Move part of code to
11387 `Info-history-find-node'.
11388 (Info-history-toc-nodes, Info-history-find-file)
11389 (Info-history-find-node): New functions.
11390 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11391 (Info-toc): Move part of code to `Info-toc-find-node'.
11392 (Info-toc-find-node): New function.
11393 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
11394 the current Info file name to references because now the node
11395 "*TOC*" belongs to the same Info manual.
11396 (Info-toc-build): Rename from `Info-build-toc'.
11397 (Info-toc-nodes): Rename input argument `file' to `filename'.
11398 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11399 instead of ad-hoc processing of ("dir" apropos history toc).
11400 (Info-index-nodes): Use Info-virtual-file-p
11401 to check for a virtual file instead of checking a fixed list
11402 of node names.
11403 (Info-index-node): Add check for `Info-current-node-virtual'.
11404 Raise `save-match-data' higher up the tree to contain
11405 `search-forward' too (bug fix).
11406 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11407 (Info-virtual-index-nodes): New variable.
11408 (Info-virtual-index-find-node, Info-virtual-index): New functions.
11409 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11410 (Info-apropos-file, Info-apropos-nodes): New variables.
11411 (Info-apropos-toc-nodes, Info-apropos-find-file)
11412 (Info-apropos-find-node, Info-apropos-matches): New functions.
11413 (info-apropos): Move part of code to `Info-apropos-find-node' and
11414 `Info-apropos-matches'.
11415 (Info-mode-map): Bind "I" to `Info-virtual-index'.
11416 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11417 for a virtual file instead of checking a fixed list of node names.
11418
11419 * simple.el (async-shell-command): New command.
11420
11421 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11422
11423 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11424 instead of `mount-info'.
11425
11426 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
11427
11428 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11429 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11430
11431 2009-07-02 Kenichi Handa <handa@m17n.org>
11432
11433 * international/mule.el (set-keyboard-coding-system): Force *-unix
11434 coding-system to avoid eol conversion.
11435
11436 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
11437
11438 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11439 Add handler for `process-file', `shell-command' and
11440 `start-file-process'.
11441 (tramp-gvfs-handle-shell-command)
11442 (tramp-gvfs-handle-start-file-process)
11443 (tramp-gvfs-handle-process-file): New defuns.
11444 (tramp-synce-list-devices): Simplify check for existence of property.
11445
11446 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
11447
11448 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11449
11450 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
11451
11452 * language/korean.el (set-language-info-alist): Add korean-cp949,
11453 cp949 to spec.
11454
11455 2009-07-01 Kenichi Handa <handa@m17n.org>
11456
11457 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11458
11459 * international/encoded-kb.el: Deleted.
11460
11461 * international/mule.el (set-keyboard-coding-system): Perform the
11462 necessary setup here instead of calling encoded-kbd-setup-display.
11463
11464 2009-07-01 Glenn Morris <rgm@gnu.org>
11465
11466 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11467
11468 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
11469
11470 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
11471
11472 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
11473
11474 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11475 Handle also the 'rename case, when setting file modes. (Bug#3712)
11476 (tramp-default-file-modes): Remove execute permissions.
11477
11478 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11479 (top): Add a default for "synce" in `tramp-default-user-alist'.
11480 Add completion function for "synce" method.
11481 (tramp-hal-service, tramp-hal-path-manager)
11482 (tramp-hal-interface-manager, tramp-hal-interface-device):
11483 New defconst.
11484 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11485 (tramp-synce-list-devices, tramp-synce-parse-device-names):
11486 New defuns.
11487
11488 * net/trampver.el: Update release number.
11489
11490 2009-06-30 Kenichi Handa <handa@m17n.org>
11491
11492 * international/fontset.el (setup-default-fontset): Add CJK fonts
11493 for symbols and the other miscellaneous characters.
11494
11495 * language/korea-util.el (setup-korean-environment-internal):
11496 Make char-width-table suitable for Korean environments.
11497 (exit-korean-environment): Cancel above.
11498
11499 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11500 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11501 setup-function to make char-width-table suitable for respective
11502 environments, and an exit-function to cancel that.
11503
11504 * language/japan-util.el (setup-japanese-environment-internal):
11505 Call use-cjk-char-width-table with arg `ja_JP'.
11506
11507 * international/characters.el (cjk-char-width-table): Delete it.
11508 (cjk-char-width-table-list): New variable.
11509 (use-cjk-char-width-table): New arg local-name.
11510 (use-default-char-width-table): Fix for the case that Emacs is
11511 already using the default char-width-table.
11512
11513 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
11514
11515 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11516 modes mandatory. (Bug#3712)
11517
11518 2009-06-29 Alan Mackenzie <acm@muc.de>
11519
11520 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11521 correction between the visible width of TABs and their number of bytes.
11522
11523 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
11524
11525 * server.el (server-buffer-done): Prevent kill-buffer from
11526 prompting by clearing the buffer modification flag (Bug#3696).
11527
11528 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
11529
11530 * progmodes/verilog-mode.el (verilog-beg-of-statement)
11531 (verilog-endcomment-reason-re): Support unique case and priority case.
11532 (verilog-basic-complete-re): Support localparam lineup.
11533 (verilog-beg-of-statement-1): Fix for robustness, unique case.
11534 (verilog-set-auto-endcomments): Fix for unique case, always_comb
11535 commenting.
11536 (verilog-leap-to-case-head): Now support *nested* unique &
11537 priority case statements.
11538 (verilog-auto-lineup): Make just declarations the default (as it
11539 had been).
11540 (verilog-leap-to-case-head): Support priority/unique case statements.
11541 (verilog-auto-lineup): Rework to give users radio buttons to
11542 select the various styles of automatic lineup.
11543 (verilog-error-regexp-alist): Rework to support the XEmacs style
11544 of error regular expressions from compilers, lint tools &
11545 simulators. Note that GNU Emacs has made it impossible for a mode
11546 to load such things.
11547 (electric-verilog-terminate-line, verilog-indent-declaration)
11548 (verilog-auto-wiure): Rework for radio button selection of
11549 auto-lineup selection of specification of auto lineup.
11550 (verilog-beg-of-statement-1): Redesign to support proper operation
11551 in additional code, based on testing with auto-lineup.
11552 (verilog-calculate-indent, assignments & declarations)
11553 (verilog-backward-token): Enhance to support auto-lineup of
11554 assignments & declarations.
11555 (verilog-in-directive-p, verilog-at-struct-p): New function for
11556 easy test of whether we are.
11557 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11558 to support safe execution at almost anyline.
11559 (verilog-calc-1): Properly support indenting deep inside generate
11560 blocks.
11561 (verilog-init-font): Remove definition & use of verilog-init-font,
11562 as it is redundant with font-lock-defaults.
11563 (verilog-mode): Alter the definition of verilog-font-lock-defaults
11564 to avoid circular calls if syntax-ppss is a function (as is the
11565 case now in 22.x GNU Emacs) as that function would sometimes call
11566 itself, leading to (nearly) infinite recursion.
11567 (verilog-ovm-begin-re, verilog-ovm-end-re)
11568 (verilog-ovm-statement-re, verilog-leap-to-head)
11569 (verilog-backward-token): Add support for OVM macros. Some are
11570 complete statements, and others open and close scopes like begin
11571 and end.
11572 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11573 (verilog-defun-level-generate-only-re): Really fix the defun-list
11574 compilation issue.
11575 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11576 coverpoint, constraint and cross statements.
11577 (verilog-defun-level-list, verilog-generate-defun-level-list)
11578 (verilog-all-defun-level-list): Redo these specifications - it is
11579 too hard to support eval-when compile aggregation of lists also
11580 built at when-compile time.
11581 (verilog-defun-level-list): Place defconsts of variables used in
11582 building regular expressions which are built in eval-when-compile
11583 bodies in the same eval-when-compile body to facilitate compile
11584 without load.
11585 (verilog-beg-block-re-ordered): Support indenting
11586 virtual/protected tasks and functions.
11587 (verilog-defun-level-list, verilog-in-generate-region-p)
11588 (verilog-backward-ws&directives, verilog-calc-1): Speed up
11589 indentation of some module items (generate items).
11590 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11591 across virtual/protected tasks and functions.
11592
11593 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
11594
11595 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11596 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
11597 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11598 in concatenations. Reported by Yishay Belkind.
11599 (verilog-auto-ascii-enum): Support one-hot state machines in
11600 AUTOASCIIENUM. Suggested by Lloyd Gomez.
11601 (verilog-auto-inst, verilog-auto-inst-port): Include interface
11602 modport in AUTOINST and add vl-modport for users. Reported by
11603 David Rogoff.
11604 (verilog-auto-inout-module, verilog-auto-inst)
11605 (verilog-decls-get-interfaces, verilog-insert-definition)
11606 (verilog-insert-one-definition, verilog-read-decls)
11607 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11608 (verilog-sig-modport, verilog-signals-combine-bus)
11609 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11610 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11611 Suggested by David Rogoff.
11612 (verilog-repair-open-comma): Fix non-insertion of comma when
11613 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
11614 (verilog-make-width-expression): Simplify [A-1:0] expression
11615 widths to just {A{1'b0}}.
11616 (verilog-mode): Cleanup checkdoc warnings.
11617 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11618 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11619 inputs/outputs or data type. Suggested by Vasu Kandadi.
11620 (next-error-last-buffer): Fix byte-compiler warning.
11621 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11622 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11623 or shell command text during AUTO expansion. Suggested by Tad Truex.
11624 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11625 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11626 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11627 in AUTOINOUT. Reported by Matthew Lovell.
11628 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11629 causing use of <= assignments. Reported by Alex Reed.
11630 (verilog-read-decls): Fix triand, trior, wand, wor to be
11631 recognized by AUTOWIRE. Reported by Spencer Isaacson.
11632 (verilog-extended-complete-re): Support import "DPI-C" functions.
11633 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11634 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
11635 (verilog-insert-date, verilog-insert-year)
11636 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11637 Windows systems. Reported by Michael Potts.
11638 (verilog-read-module-name): Fix AUTOINST when the child module
11639 declaration's name is a tick define. Reported by Elliot Mednick.
11640 (verilog-read-decls): Fix V2K parameter bit subscripts getting
11641 passed to next parameter's definition. Reported by Bruce T.
11642 (verilog-read-decls): Fix detecting "parameter int" when using
11643 AUTOINSTPARAM. Reported by Bruce T.
11644 (verilog-goto-defun): Fix goto not finding modules unless first
11645 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
11646 (verilog-mode): Expand -f flag arguments on entry to mode so
11647 verilog-goto-defun will work. Reported by Lawrence Butcher.
11648 (verilog-getopt): Expand environment variables in -f file
11649 arguments. Suggested by Lawrence Butcher.
11650 (verilog-set-define): Fix "Symbol's value as variable is void"
11651 when reading enumerations.
11652 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11653 Suggested by Stephen Peltan.
11654 (verilog-read-defines): Fix reading of enumerations in include
11655 files. Reported by Steve Peltan.
11656
11657 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11658
11659 * files.el (trash-directory): Fix defcustom type.
11660
11661 2009-06-28 Juri Linkov <juri@jurta.org>
11662
11663 * help-fns.el (describe-function-1): Correctly locate adviced
11664 functions in hyperlink (Bug#2438).
11665
11666 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
11667
11668 * files.el (trash-directory): Change default to nil.
11669 (move-file-to-trash): If trash-directory is nil and
11670 system-move-file-to-trash is unbound, perform freedesktop-style
11671 trashing.
11672
11673 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11674
11675 * files.el (move-file-to-trash): Add freedesktop trash
11676 support (Bug#973).
11677
11678 2009-06-28 Glenn Morris <rgm@gnu.org>
11679
11680 * autorevert.el (global-auto-revert-non-file-buffers)
11681 (global-auto-revert-mode): Doc fixes.
11682
11683 2009-06-27 Johan Bockgård <bojohan@gnu.org>
11684
11685 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11686
11687 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
11688
11689 * faces.el (x-handle-named-frame-geometry): Ensure that we have
11690 opened an X connection before calling x-get-resource (Bug#3194).
11691
11692 * play/doctor.el: Remove reference to obsolete website.
11693 (make-doctor-variables): Correct grammar mistake (Bug#2633).
11694
11695 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11696
11697 Remove find-file-not-found-hook VC method. (Bug#2757)
11698 * vc-hooks.el (vc-file-not-found-hook)
11699 (vc-default-find-file-not-found-hook): Remove functions.
11700 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11701 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11702 * vc.el:
11703 * vc-hg.el:
11704 * vc-git.el: Do not mention find-file-not-found-hook VC method.
11705
11706 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
11707
11708 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11709 compatibility function for `looking-back'.
11710
11711 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11712 Use `ispell-looking-back'.
11713
11714 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
11715
11716 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11717 rather than `filename'.
11718
11719 2009-06-23 Miles Bader <miles@gnu.org>
11720
11721 * face-remap.el (text-scale-set): New function.
11722
11723 2009-06-23 Glenn Morris <rgm@gnu.org>
11724
11725 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11726
11727 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11728
11729 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11730
11731 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11732
11733 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11734 Simplify Persian conditionals.
11735
11736 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11737 variable `filename'.
11738
11739 * comint.el (comint-insert-input): Doc fix.
11740
11741 * Makefile.in (ELCFILES): Fix typo in previous change.
11742
11743 2009-06-23 Miles Bader <miles@gnu.org>
11744
11745 * cus-start.el: Add entry for `recenter-redisplay'.
11746
11747 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11748
11749 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11750 Add an optional argument for the backend, use it instead of
11751 calling vc-backend.
11752 (vc-mode-line): Add an optional argument for the backend.
11753 Pass the backend to vc-state and vc-working-revision. Move code for
11754 special handling for vc-state being a buffer to ...
11755
11756 * vc-rcs.el (vc-rcs-find-file-hook):
11757 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
11758
11759 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11760 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11761 vc-stay-local-p and vc-mode-line calls.
11762
11763 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11764 (vc-cvs-diff, vc-cvs-annotate-command)
11765 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11766 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11767 vc-mode-line calls.
11768
11769 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11770 direct comparison.
11771 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11772 backend when calling vc-mode-line.
11773 (vc-register): Do not create a closure for calling the vc register
11774 function, call it directly.
11775
11776 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11777
11778 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11779 to make it obvious item can be clicked.
11780
11781 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11782
11783 2009-06-23 Kenichi Handa <handa@m17n.org>
11784
11785 * language/korea-util.el (korean-key-bindings): Change the binding
11786 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
11787 same command.
11788
11789 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
11790
11791 Sync with Tramp 2.1.16.
11792
11793 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11794
11795 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
11796 when a loading of a package fails. Completion function for rsync
11797 is `tramp-completion-function-alist-ssh'.
11798 (all): Replace all calls of `split-string' and
11799 `tramp-split-string' by `tramp-compat-split-string'.
11800 (tramp-default-method): Use `tramp-compat-process-running-p'.
11801 (tramp-default-proxies-alist): Allow also Lisp forms.
11802 (tramp-remote-path): Add choice "Private Directories".
11803 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11804 (tramp-domain-regexp): Allow also "-", "_" and ".".
11805 (tramp-end-of-output): Remove newlines, and add "$" at the end.
11806 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11807 (tramp-debug-message): Insert header line in debug buffer.
11808 (tramp-handle-directory-files-and-attributes-with-stat):
11809 Care about filenames with spaces, or starting with "-".
11810 (tramp-handle-dired-uncache): New defun.
11811 (tramp-handle-insert-directory): Don't flush the directory from
11812 cache, this is handled by `dired-uncache' now.
11813 (tramp-handle-insert-file-contents): Improve error handling.
11814 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11815 Quote `tramp-end-of-output'.
11816 (tramp-action-password): Improve trace message.
11817 (tramp-check-for-regexp): Both echoes must be present, before removing.
11818 (tramp-open-connection-setup-interactive-shell): Trace coding system.
11819 (tramp-compute-multi-hops): Eval cons cells of
11820 `tramp-default-proxies-alist'.
11821 (tramp-maybe-open-connection): Use the same command pattern for
11822 first hop and further hops.
11823 (tramp-wait-for-output): Remove handling of newlines.
11824 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11825 (tramp-split-string): Remove function. It is handled in
11826 tramp-compat now.
11827
11828 * net/tramp-cmds.el (tramp-bug):
11829 Recommend `tramp-cleanup-all-connections' in the bug mail.
11830
11831 * net/tramp-compat.el (tramp-compat-split-string)
11832 (tramp-compat-process-running-p): New defuns.
11833
11834 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11835 for `dired-uncache'.
11836
11837 * net/tramp-gvfs.el: New package.
11838
11839 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11840 Add handler for `dired-uncache'.
11841 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11842
11843 * net/trampver.el: Update release number. Make version check fit
11844 for SXEmacs 22.
11845
11846 2009-06-22 Jim Meyering <meyering@redhat.com>
11847
11848 Automatically handle .xz suffix (XZ-compressed files), too.
11849 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11850 XZ is the successor to LZMA: <http://tukaani.org/xz/>
11851
11852 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
11853 Nick Roberts <nickrob@snap.net.nz>
11854
11855 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11856 repository (http://sphinx.net.ru/hg/gdb-mi/).
11857
11858 2009-06-22 Glenn Morris <rgm@gnu.org>
11859
11860 * files.el (dir-locals-collect-mode-variables): Allow for any number of
11861 `mode' and `eval' entries. (Bug#3430)
11862
11863 * Makefile.in (ELCFILES): Add fadr.elc.
11864
11865 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11866 differing behavior of \n and ^ in strings. (Bug#3385)
11867
11868 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11869
11870 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11871 property.
11872 (lisp-indent-function): Make it a defcustom.
11873
11874 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
11875
11876 * progmodes/gdb-ui.el: Replace with ...
11877 * progmodes/gdb-mi.el: ... this file.
11878 * progmodes/gud.el: Modify for gdb-mi.el.
11879
11880 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
11881
11882 * fadr.el: New file.
11883
11884 See ChangeLog.14 for earlier changes.
11885
11886 ;; Local Variables:
11887 ;; coding: utf-8
11888 ;; End:
11889
11890 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
11891
11892 This file is part of GNU Emacs.
11893
11894 GNU Emacs is free software: you can redistribute it and/or modify
11895 it under the terms of the GNU General Public License as published by
11896 the Free Software Foundation, either version 3 of the License, or
11897 (at your option) any later version.
11898
11899 GNU Emacs is distributed in the hope that it will be useful,
11900 but WITHOUT ANY WARRANTY; without even the implied warranty of
11901 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11902 GNU General Public License for more details.
11903
11904 You should have received a copy of the GNU General Public License
11905 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11906
11907 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1